/*
Theme Name: 	Matching Engine
Author: 		Ana Villegas
Description: 	Matching Engine default theme
Text Domain: 	MatchingEngine
Version: 		0.1.2
*/
/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Normalize
# Typography
# Content
# Blocks

--------------------------------------------------------------*/
/* General */
@font-face {
  font-family: 'senregular';
  src: url("../fonts/sen-regular-webfont.woff2") format("woff2"), url("../fonts/sen-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'senbold';
  src: url("../fonts/sen-bold-webfont.woff2") format("woff2"), url("../fonts/sen-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 44, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_fonts.scss */
.title {
  font-family: "senbold", sans-serif;
}

/* line 9, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_transitions.scss */
a.button {
  transition: 200ms;
}

/* line 13, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_transitions.scss */
a {
  transition: 110ms;
}

/* line 17, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_transitions.scss */
a svg {
  transition: 110ms;
}

/* line 10, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.content .button {
  font-size: 1rem;
}

/* line 15, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.gray-bg {
  background-color: #f2f2f2;
}

/* line 18, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.techBG {
  background-image: url(../images/hero_tech-bg.jpg;);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 340px;
}

/* line 27, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.has-top-mask {
  position: relative;
}

/* line 29, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.has-top-mask::before {
  background: url(../images/waveLight-Top.png) top center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 108px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 42, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.has-bottom-mask {
  position: relative;
}

/* line 44, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.has-bottom-mask::after {
  background: url(../images/waveLight-Bottom.png) bottom center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 108px;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

/* LanguagesBar */
/* line 62, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.languagesBar {
  margin: 1rem auto;
  text-align: center;
}

/* line 66, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.languagesBar .button {
  border-radius: 0 !important;
  border: none;
  border-bottom: 3px solid transparent;
  margin-left: 0;
  margin-right: 1px;
  text-decoration: none;
}

/* line 74, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.languagesBar .button:hover {
  text-decoration: none;
  border-bottom: 3px solid #f47c6f !important;
}

/* line 78, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.languagesBar .button::active {
  text-decoration: none;
  border-bottom: 3px solid #f47c6f;
}

/* line 83, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.languagesBar .button.is-checked {
  border-bottom: 3px solid #f47c6f;
}

/* ./LanguagesBar */
/* line 89, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.section.has-top-mask {
  padding-top: 6rem;
}

/* iFrames */
/* line 94, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.videoIframe {
  display: block;
  -webkit-box-shadow: 0px 4px 23px -5px rgba(0, 0, 0, 0.69);
  -moz-box-shadow: 0px 4px 23px -5px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 4px 23px -5px rgba(0, 0, 0, 0.69);
}

/* line 100, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
iframe.formFooter {
  min-height: 570px;
}

/* iFrames */
/* WPBakery Elements  */
/* line 109, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnFlat button, .vc-btnFlat a {
  background-color: #39439d !important;
  background-image: none !important;
  border: 1px solid #39439d !important;
  color: #ffffff !important;
  border-radius: 50px !important;
  font-size: 1em !important;
}

/* line 118, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnFlat button:hover, .vc-btnFlat a:hover {
  background-color: #5db5dd !important;
  border-color: #5db5dd !important;
}

/* line 125, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnFlatLight button, .vc-btnFlatLight a {
  background-color: #ffffff !important;
  background-image: none !important;
  color: #39439d !important;
  border: 1px solid !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
}

/* line 133, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnFlatLight button:hover, .vc-btnFlatLight a:hover {
  color: #ffffff !important;
  background-color: #5db5dd !important;
  border-color: #5db5dd !important;
}

/* line 141, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnOutlinedLight button, .vc-btnOutlinedLight a {
  background-color: transparent !important;
  background-image: none !important;
  color: #ffffff !important;
  border: 1px solid !important;
  border-radius: 50px !important;
  font-size: 1rem !important;
}

/* line 149, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnOutlinedLight button:hover, .vc-btnOutlinedLight a:hover {
  color: #39439d !important;
  background-color: #ffffff !important;
}

/* line 156, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnLink button, .vc-btnLink a {
  background-color: transparent !important;
  background-image: none !important;
  color: #39439d !important;
  border: none !important;
  font-size: 1rem !important;
  padding-top: 5px !important;
  padding-right: 40px !important;
  padding-bottom: 5px !important;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

/* line 169, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.vc-btnLink button:hover, .vc-btnLink a:hover {
  color: #39439d !important;
  background-color: #ffffff !important;
  padding-right: 45px !important;
}

/* line 181, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-front {
  color: #ffffff !important;
}

/* line 182, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-front:before {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  content: "";
  display: block !important;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 196, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-front .vc-hoverbox-block-inner {
  z-index: 1;
}

/* line 198, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-front .vc-hoverbox-block-inner h2 {
  color: #ffffff !important;
  font-size: 1.6875em !important;
  letter-spacing: 2px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.56);
}

/* line 207, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back {
  color: #ffffff !important;
  background-color: #5db5dd !important;
}

/* line 212, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner h2 {
  color: #ffffff !important;
}

/* line 216, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink button, .ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink a {
  color: #ffffff !important;
}

/* line 218, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink button i, .ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink a i {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

/* line 224, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink button:hover, .ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink a:hover {
  background-color: transparent !important;
  padding-right: 30px !important;
}

/* line 227, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink button:hover i, .ME-HoverBox .vc-hoverbox .vc-hoverbox-inner .vc-hoverbox-back .vc-hoverbox-block-inner .vc-btnLink a:hover i {
  right: 10px !important;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}

/* line 246, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.fullHeight .vc_column-inner .wpb_wrapper {
  height: 100%;
}

/* line 248, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.fullHeight .vc_column-inner .wpb_wrapper .ME-HoverBox {
  height: 100%;
}

/* line 250, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.fullHeight .vc_column-inner .wpb_wrapper .ME-HoverBox .vc-hoverbox {
  height: 100%;
}

/* line 258, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs {
  color: #333333 !important;
}

/* line 262, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-tabs-container ul li {
  font-family: "senbold", sans-serif;
}

/* line 264, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-tabs-container ul li.vc_active {
  border-bottom: 3px solid #39439d;
}

/* line 267, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-tabs-container ul li a {
  background-color: #ffffff !important;
  color: #333333 !important;
}

/* line 278, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  background-color: #5db5dd;
}

/* line 282, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #ffffff !important;
}

/* line 285, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover {
  color: #333333 !important;
}

/* line 295, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
  color: #333333 !important;
}

/* line 303, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.MEtabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  color: #333333 !important;
}

/* line 314, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
.overlayGradient::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+83&0.8+11,0+83 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 11%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0) 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 11%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0) 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 11%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0) 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  display: block !important;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 334, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
  .overlayGradient::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+83&0.8+11,0+83 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 95%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 95%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 83%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* line 355, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
  .overlayGradient::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+83&0.8+11,0+83 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 11%, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */
    display: block !important;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/*.///// WPBakery Elements  END*/
@media only screen and (max-width: 957px) {
  /*Masks */
  /* iFrames */
  /* line 380, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
  iframe.formFooter {
    min-height: 650px;
  }
}

@media only screen and (max-width: 530px) {
  /* line 386, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/variables-site/_elements.scss */
  iframe.formFooter {
    min-height: 730px;
  }
}

/* Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/_normalize.scss */
[hidden] {
  display: none;
}

/* Typography */
/* line 2, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/typography/_typography.scss */
html {
  font-size: 18px;
}

/* line 6, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/typography/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333 !important;
  font-family: "senregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizeLegibility;
}

/* line 19, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/typography/_typography.scss */
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: "senregular", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* line 14, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/header/_site-header.scss */
.navbar .navbar-menu .navbar-end .navbar-item .field .icon a {
  height: 100%;
}

/* line 17, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/header/_site-header.scss */
.navbar .navbar-menu .navbar-end .navbar-item .field .icon a svg {
  fill: #4263bf;
  height: 100%;
}

/* line 24, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/header/_site-header.scss */
.navbar .navbar-menu .navbar-end .navbar-item .field .icon a:hover svg {
  fill: #f47c6f;
}

@media (min-width: 1088px) {
  /* line 43, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/header/_site-header.scss */
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
/* SLIDESHOW */
/* line 2, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow {
  height: 680px;
  position: relative;
  overflow: hidden;
}

/* line 7, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow .cb-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

/* line 15, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow .cb-slideshow:after {
  content: '';
  background: transparent url(images/homepage/pattern.png) repeat top left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

/* line 26, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow .cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  -moz-animation: imageAnimation 24s linear infinite 0s;
  -o-animation: imageAnimation 24s linear infinite 0s;
  -ms-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s;
}

/* line 46, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow .cb-slideshow li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}

/* line 55, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow .cb-slideshow li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}

/* line 64, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.homeSlideshow .cb-slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  37.5% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  37.5% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  37.5% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes imageAnimation {
  /* line 138, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  /* line 142, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  12.5% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  /* line 147, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  25% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  /* line 151, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  37.5% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  /* line 155, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  100% {
    opacity: 0;
  }
}

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  12.5% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  37.5% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

/* Show at least something when animations not supported */
/* line 179, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.no-cssanimations .cb-slideshow li span {
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  /* line 183, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cb-slideshow li div h3 {
    font-size: 100px;
  }
}

@media screen and (max-width: 600px) {
  /* line 186, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cb-slideshow li div h3 {
    font-size: 50px;
  }
}

/* SLIDESHOW */
/*TEXT ANIMATION */
/* line 191, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
  padding-top: 12rem;
  color: #ffffff;
}

/* line 199, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-intro .cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: left;
}

/* line 207, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-intro .cd-headline.type .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

/* line 214, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-intro .cd-headline.type .cd-words-wrapper b.is-visible {
  position: relative;
}

/* line 217, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-intro .cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #5db5dd;
}

@media only screen and (min-width: 768px) {
  /* line 239, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-title {
    line-height: 250px;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 244, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  /* line 248, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-title h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  /* line 254, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 259, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-intro {
    margin: 6em auto;
    max-width: 1100px !important;
  }
}

/* line 265, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  /* line 270, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  /* line 276, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .cd-headline {
    font-size: 6rem;
  }
}

/* line 282, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.no-js .cd-words-wrapper b {
  opacity: 0;
}

/* line 285, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 
xtype 

-------------------------------- */
/* line 294, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

/* line 299, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #4263bf;
}

/* line 302, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

/* line 305, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type .cd-words-wrapper.selected b {
  color: #ffffff;
}

/* line 308, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type b {
  visibility: hidden;
}

/* line 311, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type b.is-visible {
  visibility: visible;
}

/* line 314, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

/* line 318, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 324, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .homeSlideshow {
    height: 450px;
  }
  /* line 329, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/hero/_hero.scss */
  .homeSlideshow .hero-body .cd-intro {
    padding-top: 8rem;
  }
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
/* line 5, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
.content h1 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-bottom: .8em !important;
  line-height: 1.25;
}

/* line 11, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
.content h2 {
  font-size: 1.75rem !important;
  line-height: 1.2 !important;
}

/* line 15, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
.content h3 {
  font-size: 1.45rem !important;
  line-height: 1.2 !important;
}

/* line 19, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
.content h4 {
  font-size: 1.25rem !important;
  font-weight: 500;
  line-height: 1.2 !important;
}

/* line 24, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
.content h5 {
  font-size: 1.125 !important;
}

/* line 27, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
.content h6 {
  font-size: 1rem !important;
}

@media only screen and (max-width: 530px) {
  /* line 32, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
  .content h1 {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
  }
  /* line 36, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
  .content h2 {
    font-size: 1.55rem !important;
    line-height: 1.1 !important;
  }
  /* line 40, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
  .content h3 {
    font-size: 1.3rem !important;
    line-height: 1.15 !important;
  }
  /* line 44, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
  .content h4 {
    font-size: 1.2rem !important;
    font-weight: 500;
  }
  /* line 48, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
  .content h5 {
    font-size: 1.10 !important;
  }
  /* line 51, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_content.scss */
  .content h6 {
    font-size: 1rem !important;
    font-weight: 500;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page News
--------------------------------------------------------------*/
/* line 5, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.pageHeading .selected-item {
  color: #f47c6f;
}

/* Pagination */
/* line 10, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.paginationSection {
  margin: 1.5rem 0;
}

/* line 12, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.paginationSection .page-numbers {
  padding: .8rem 1rem;
}

/* line 15, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.paginationSection .page-numbers.current {
  color: #fff;
  background-color: #39439d;
}

/* line 19, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.paginationSection a.page-numbers:hover {
  background-color: #39439d;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Feed Tiles
--------------------------------------------------------------*/
/* line 30, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content {
  margin-bottom: 1.5rem;
}

/* line 33, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper {
  background-color: #39439d;
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

/* line 42, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  transition: 200ms;
  -webkit-transition: 200ms;
}

/* line 53, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .main:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s ease-in-out;
}

/* line 60, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper::after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

/* line 66, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .eventType {
  z-index: 2;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 5px 10px;
  min-width: 90px;
  text-align: center;
}

/* line 76, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .eventType.is-upcoming {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6bcd+0,5e2eab+100 */
  background: #2e6bcd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2e6bcd 0%, #5e2eab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2e6bcd 0%, #5e2eab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2e6bcd 0%, #5e2eab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6bcd', endColorstr='#5e2eab',GradientType=1 );
  /* IE6-9 */
  color: #ffffff;
}

/* line 79, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .eventType.is-upcoming::after {
  content: 'Upcoming';
}

/* line 83, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .eventType.is-past {
  background-color: #333333;
}

/* line 86, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .feedThumbnail .wrapper .eventType.is-past::after {
  content: 'Past';
}

/* line 92, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content .newsDate {
  color: #707070;
  font-size: .85rem;
  letter-spacing: .65px;
  margin-bottom: 8px !important;
  line-height: normal;
}

/* line 99, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content p.feedTitle {
  margin-bottom: .5rem !important;
}

/* line 101, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .content p.feedTitle a {
  color: #333333;
}

/* line 113, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .firstPost .column:first-child .content {
  margin-bottom: 0 !important;
}

/* line 121, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.feedTile .eventInfo p b {
  color: #39439d;
}

/*--------------------------------------------------------------
## Entry/Pots
--------------------------------------------------------------*/
/* line 134, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-breadcrumb {
  color: #f47c6f;
  margin-bottom: 1rem;
  display: block;
}

/* line 139, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-breadcrumb a {
  color: #f47c6f;
  font-size: 1.2rem;
}

/* line 144, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .title {
  margin-bottom: .5rem;
}

/* line 147, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-date {
  font-size: .95rem;
  margin-bottom: 2rem !important;
}

/* line 151, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-tags {
  border-top: 2px solid #f2f2f2;
  display: block;
  margin: 2rem 0 3rem;
  padding: .85rem 0;
}

/* line 157, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-tags ul {
  margin: 0;
  padding: 0;
}

/* line 161, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-tags ul li {
  display: inline-block;
  margin: 8px 8px 8px 0;
}

/* line 165, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-tags ul li a {
  border: 1px solid #f47c6f;
  border-radius: 4px;
  color: #f47c6f;
  padding: 6px 12px;
  font-size: .96rem;
}

/* line 172, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.entry .entry-tags ul li a:hover {
  background-color: #f47c6f;
  color: #fff;
}

/*--------------------------------------------------------------
## Page News
--------------------------------------------------------------*/
/* line 185, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.productHeading {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6bcd+0,5e2eab+100 */
  background: #2e6bcd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2e6bcd 0%, #5e2eab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2e6bcd 0%, #5e2eab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2e6bcd 0%, #5e2eab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6bcd', endColorstr='#5e2eab',GradientType=1 );
  /* IE6-9 */
  color: #ffffff;
  min-height: 380px;
  padding-top: 5rem !important;
}

/* line 190, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.productHeading .container {
  padding-top: 2rem;
}

/* line 192, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.productHeading .container .title {
  color: #ffffff !important;
}

/* line 195, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.productHeading .container .subtitleWrap {
  margin-bottom: .8rem;
}

/* line 197, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.productHeading .container .subtitleWrap .subtitle {
  color: #ffffff !important;
  background: #f47c6f;
  display: inline-block;
  padding: .5rem 1rem;
}

/*--------------------------------------------------------------
## Call to Actions
--------------------------------------------------------------*/
/* line 212, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.CalltoAction.darkbg {
  background-color: #38429c;
  padding-top: 4rem !important;
  position: relative;
}

/* line 217, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.CalltoAction.darkbg .container .subtitle {
  color: #ffffff !important;
}

/* line 221, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.CalltoAction.darkbg::after {
  background: url(../images/waveLight-Bottom.png) bottom center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 108px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*--------------------------------------------------------------
## Benefits List
--------------------------------------------------------------*/
/* line 238, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.benefitsList .column {
  margin-bottom: 4rem;
}

/* line 241, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.benefitsList .column .iconBenefit {
  height: 90px;
  margin-bottom: 1rem;
  display: block;
}

/* line 245, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.benefitsList .column .iconBenefit img {
  display: block;
  max-height: 100%;
}

/* line 250, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.benefitsList .column .titleBenefit {
  color: #5db5dd;
  display: block;
  font-size: 1.3rem;
  margin-bottom: .5rem;
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
/* line 266, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.darkbg {
  background-color: #38429c;
  color: #fff;
}

/* line 270, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.darkbg .title {
  color: #ffffff !important;
  margin-bottom: 3rem;
}

/* line 274, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
.darkbg .subtitle {
  color: #ffffff !important;
  margin-bottom: 3rem;
}

/*--------------------------------------------------------------
## Reverse order of columns on mobile
--------------------------------------------------------------*/
@media (max-width: 768px) {
  /* line 285, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_posts-and-pages.scss */
  .is-mobile-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Events Feed
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Events Single
--------------------------------------------------------------*/
/* line 9, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_events.scss */
.eventDetails {
  border-bottom: 2px solid #f2f2f2;
  padding: 0 0 1rem;
  margin-bottom: .5rem !important;
}

/* line 14, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_events.scss */
.eventDetails .heading {
  color: #39439d;
  font-family: "senbold", sans-serif;
  font-size: 0.88889em;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/* line 4, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox {
  margin-bottom: 3rem;
}

/* line 7, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .title {
  margin-bottom: 1rem !important;
}

/* line 12, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .tagcloud a {
  color: #333333;
  margin: 0 .35rem;
}

/* line 16, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .tagcloud a:hover {
  color: #f47c6f;
}

/* line 23, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .searchform div {
  display: flex;
}

/* line 25, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .searchform div label {
  display: none;
}

/* line 28, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .searchform div input[type=text] {
  background-color: #f2f2f2;
  border: none;
  padding: 8px 6px;
  border-radius: 4px;
  flex: 1;
}

/* line 35, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .searchform div input[type=submit] {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e6bcd+0,5e2eab+100 */
  background: #2e6bcd;
  /* Old browsers */
  background: -moz-linear-gradient(left, #2e6bcd 0%, #5e2eab 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #2e6bcd 0%, #5e2eab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #2e6bcd 0%, #5e2eab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6bcd', endColorstr='#5e2eab',GradientType=1 );
  /* IE6-9 */
  color: #ffffff;
  border: none;
  font-size: .9rem;
  padding: 8px 6px;
  border-radius: 4px;
  cursor: pointer;
  width: auto;
  margin-left: 10px;
}

/* line 52, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed {
  margin-top: 2rem;
}

/* line 57, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed .feedTile .column {
  padding: .75rem .5rem;
}

/* line 60, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed .feedTile .column .content {
  margin-bottom: 0 !important;
}

/* line 65, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed .feedTile .column .content .feedThumbnail .wrapper {
  height: 80px !important;
}

/* line 71, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed .feedTile .column .content p.feedTitle {
  line-height: 20px !important;
}

/* line 73, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed .feedTile .column .content p.feedTitle a {
  font-size: .96rem;
}

/* line 77, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .newsfeed .feedTile .column .content p.feedTitle a:hover {
  color: #f47c6f;
}

/* line 87, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .descriptionText {
  margin-bottom: 1rem;
}

/* line 91, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .registrationForm {
  font-family: "senregular", sans-serif !important;
}

/* line 97, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .registrationForm .responsiveRow .responsiveCell span {
  font-family: "senregular", sans-serif !important;
}

/* line 103, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
.widgetBox .registrationForm .responsiveRow .responsiveCell .buttonContainer #btnSubmit {
  font-family: "senregular", sans-serif !important;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* line 117, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
  .widgetBox .newsfeed {
    margin-top: 2rem;
  }
  /* line 120, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
  .widgetBox .newsfeed .feedTile {
    margin-bottom: 2.5rem;
  }
  /* line 122, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
  .widgetBox .newsfeed .feedTile .column {
    padding: 0 .5rem;
  }
  /* line 135, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/primary/_widgets.scss */
  .widgetBox .newsfeed .feedTile .column .content p.feedTitle a {
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Newsletter */
/* line 2, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footerNewsletter {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 3rem  2rem 1.5rem;
}

/* Contact */
/* line 9, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footerContact .form {
  border-left: 2px solid #f2f2f2;
  padding-left: 2.5rem;
  margin-left: 1rem;
}

/* line 17, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footerContact .form .responsiveRow .responsiveCell span {
  font-family: "senregular", sans-serif !important;
}

/* Signature */
/* line 27, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer {
  background: #38429c;
  color: #fff;
  text-align: center;
  margin: 3rem 0 0 0;
  position: relative;
  padding: 9rem 1.5rem 1rem !important;
}

/* line 35, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer span {
  display: inline-block;
  vertical-align: middle;
  margin: 1rem;
}

/* line 40, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer span img {
  vertical-align: middle;
  height: 55px;
}

/* line 44, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer span a {
  vertical-align: middle;
}

/* line 48, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer span.SP {
  margin-top: -10px;
}

/* line 52, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer::before {
  background: url(../images/waveLight-Top.png) top center no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 108px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 63, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer a {
  color: #5db5dd;
}

/* line 66, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
.footer .copyright {
  margin-top: 3rem;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /* Contact */
  /* line 76, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/site/footer/_site-footer.scss */
  .footerContact .form {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

/* Blocks */
/* Social icons */
/* line 5, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.field.socialIcons .icon a {
  height: 100%;
}

/* line 8, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.field.socialIcons .icon a svg {
  fill: #4263bf;
  height: 100%;
}

/* line 15, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.field.socialIcons .icon a:hover svg {
  fill: #f47c6f;
}

/* line 23, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.heateor_sss_sharing_container {
  margin-top: 3.5rem;
}

/*--------------------------------------------------------------
## Customer Stories Feed
--------------------------------------------------------------*/
/* line 31, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerTile .content {
  margin-bottom: 2rem;
}

/* line 33, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerTile .content .customerLogo {
  height: 100px;
  display: block;
  margin-bottom: .8rem;
  position: relative;
}

/* line 38, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerTile .content .customerLogo img {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  left: 0;
  display: block;
  max-height: 100%;
  width: auto;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 55, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerTile .content .customerLogo:hover img {
  transition: all 0.5s ease;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* line 63, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerTile .content .customerCountry {
  color: #707070;
  font-size: .85rem;
  letter-spacing: .65px;
  margin-bottom: .2rem;
  text-align: center;
}

/* line 70, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerTile .content p.customerName {
  margin-bottom: .5rem !important;
  text-align: center;
}

/*--------------------------------------------------------------
## Images in posts
--------------------------------------------------------------*/
/* line 83, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.wp-block-image figcaption {
  color: #605e5e;
  font-size: .78rem;
  letter-spacing: .2px;
  margin-top: 2px;
}

/* line 91, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.wp-block-themeisle-blocks-advanced-columns {
  padding: 0 !important;
}

/*--------------------------------------------------------------
## Customer Story  Single
--------------------------------------------------------------*/
/*.wp-block-themeisle-blocks-testimonials{
	background-color: #f2f2f2;
	padding: 1.5rem !important;
	margin: 3rem 2rem !important;

	h3{
		margin-top: 0!important;
	}
}*/
/* line 108, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerDetails .logo {
  /*border-bottom: 1px solid $color__border;*/
  height: 95px;
  display: block;
  position: relative;
}

/* line 115, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerDetails .logo img {
  max-height: 100%;
  width: auto;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

/* line 126, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerDetails hr {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  margin: .85rem 0 1rem;
  background: transparent;
}

/* line 135, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
.customerDetails .heading {
  font-family: "senbold", sans-serif;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*--------------------------------------------------------------
## Customer Stories Feed
--------------------------------------------------------------*/
  /* line 148, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
  .customerTile .content .customerLogo {
    height: 90px;
  }
  /* line 151, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
  .customerTile .content .customerLogo img {
    transition: all 0.5s ease;
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
  }
  /* line 160, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_blocks.scss */
  .customerTile .content p.customerName a {
    color: #333333;
  }
}

/* CIRCLES CONTAINER */
/* line 2, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_branded-backgrounds.scss */
.shapesContainerCircles {
  position: relative;
}

/* line 4, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_branded-backgrounds.scss */
.shapesContainerCircles .shape-circleBig {
  border-radius: 100%;
  height: 500px;
  right: -20%;
  top: -5%;
  position: absolute;
  width: 500px;
  background: linear-gradient(270deg, #70b7ec, #0384de);
  animation: round 8s linear infinite;
  transform-origin: 250px 250px;
  z-index: -1;
}

/* line 16, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_branded-backgrounds.scss */
.shapesContainerCircles .shape-circle-small {
  border-radius: 100%;
  border-width: 4px;
  background: transparent;
  height: 350px;
  position: absolute;
  right: -10%;
  top: 35%;
  width: 350px;
  border-style: solid;
  border-color: #38429c;
  animation: round 9s linear infinite;
  transform-origin: 160px 160px;
  z-index: -1;
}

@media only screen and (max-width: 530px) {
  /* line 32, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_branded-backgrounds.scss */
  .shapesContainerCircles .shape-circleBig {
    width: 300px;
    height: 300px;
    right: -20%;
    top: 5%;
    animation: none;
  }
  /* line 39, ../../../OneDrive - Spanish Point Technology/Virtual Hosts/devME/wp-content/themes/MatchingEngine/_scss/blocks/_branded-backgrounds.scss */
  .shapesContainerCircles .shape-circle-small {
    width: 250px;
    height: 250px;
    right: -10%;
    top: 25%;
    transform-origin: 120px 160px;
    animation: round 15s linear infinite;
  }
}

@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

/*# sourceMappingURL=style.css.map */