@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Retargeter
Theme URI:
Author: dave dechant
Author URI: http://emilave.com
Description: A theme built for Retargeter.com
Version: 1.0
License: For private use
Text Domain: retargeter
*/
/*--- Table of Contents ---*/
/*-- 1. SASS Variables --*/
/*- 1a. Colors -*/
/*- 1b. Fonts -*/
/*-- 2. Reset/Base Styles --*/
/*- 2a. Reset -*/
/*- 2b. Responsive Images -*/
/*- 2c. Text -*/
/*-- 3. Layout/Grid Styles --*/
/*-- 4. Module/Universal Styles --*/
/*- 4a. Item Z-index Options -*/
/*- 4b. Menu Options -*/
/*- 4c. Breadcrumbs -*/
/*- 4d. Text Options -*/
/*- 4e. Background Options -*/
/*- 4f. Button Styles -*/
/*- 4g. Form Styles -*/
/*-- 5. Javascript Plugin Styles --*/
/*- 5a. Slider -*/
/*- 5b. Modal (lity) Overlay -*/
/*- 5c. Tab Menu -*/
/*- 5d. Accordion -*/
/*- 5e. MixItUp -*/
/*- 5f. Tooltips -*/
/*- 5g. Notifications -*/
/*-- 6. Brand/Platform Specific Styles --*/
/*-- 7. Responsive Styles --*/
/*---------------------------------------------------------------------*/
/*--- 1. SASS Variables ---*/
/*-- 1a. Colors --*/
/*- Base Primary -*/
/*- Base Secondary -*/
/*- Base Accent -*/
/*- Brand Highlight -*/
/*- Support -*/
/*- Base (White) -*/
/*-- 1b. Fonts --*/
/*--- End SASS Variables ---*/
/*---------------------------------------------------------------------*/
/*--- 2. Reset/Base Styles ---*/
/*-- 2a. Reset --*/
.brand-highlight {
  color: #f37445;
  color: #f5906b;
  color: #d8440e;
  color: #b2380c; }

.base-primary {
  color: #4b5b83;
  color: #6e80ac;
  color: #131721;
  color: black; }

.base-secondary {
  color: #8e9fae;
  color: #bac5ce;
  color: #44525f;
  color: #242c32; }

.base-accent {
  color: #4dbbff;
  color: #99d8ff;
  color: #006fb3;
  color: #003f66; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: #2f3952;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

main, section, nav, article, aside, header, footer {
  display: block; }

/*-- 2b. Responsive Images --*/
img {
  max-width: 100%;
  height: auto; }

/*-- 2c. Text --*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #64798b; }

h1 {
  font-size: 2.813rem; }

h2 {
  font-size: 2.188rem; }

h3 {
  font-size: 1.563rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: .875rem; }

h6 {
  font-size: 0.75rem; }

p, ul, ol, blockquote, cite, small {
  margin: 0 0 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666; }

ul, ol {
  margin-left: 20px; }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

hr {
  border: 0;
  border-bottom: 1px solid #64798b;
  background: none; }

blockquote, blockquote p {
  margin: 0;
  font-size: 1.313rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  color: #64798b; }

blockquote {
  margin-bottom: 25px; }

cite {
  font-size: .75rem;
  font-weight: 800;
  display: block;
  margin: 10px 0 0;
  color: #bfbfbf; }

small {
  font-size: .813rem;
  line-height: 1.125rem;
  color: #64798b; }

a, a:visited {
  color: #009eff;
  text-decoration: underline;
  text-decoration-color: #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #009eff;
  text-decoration-color: #009eff; }

a.phone, a.phone:visited, a.phone:hover {
  text-decoration: none;
  cursor: text; }

/*--- End Reset/Base Styles ---*/
/*---------------------------------------------------------------------*/
/*--- 3. Layout/Grid Styles ---*/
* > :last-child {
  margin-bottom: 0 !important; }

.group:after {
  content: "";
  display: table;
  clear: both; }

/*--- End Layout/Grid Styles ---*/
/*---------------------------------------------------------------------*/
/*--- 4. Module/Universal Styles ---*/
/*-- 4b. Menu Options --*/
.menu {
  margin: 0;
  position: relative;
  z-index: 9999; }

.menu-item {
  text-align: center;
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin-right: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem; }

.menu-item:last-child {
  margin: 0; }

.menu-item a, .menu-item a:visited, .menu-item a:hover {
  padding: 5px 2px;
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff; }

.menu-item a:hover {
  color: #009eff; }

.menu-item.border a, .menu-item.border a:visited, .menu-item.border a:hover {
  border-bottom: 2px solid #009eff; }

.menu-item.border a:hover {
  color: #009eff; }

.menu-item.highlight a, .menu-item.highlight a:visited, .menu-item.highlight a:hover {
  border-bottom: 2px solid #F0571F; }

.menu-item.highlight a:hover {
  color: #F0571F; }

.menu-item a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #009eff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu-item.border a:after {
  display: none; }

.menu-item.highlight a:after {
  display: none; }

.menu-item a:hover:after {
  width: 100%; }

.menu-item:hover > a:after {
  width: 100%; }

.dropdown:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.sub-menu {
  position: absolute;
  min-width: 200px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
  padding: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: none; }

.menu-item:hover .sub-menu {
  display: block; }

.sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 6px 10px;
  border-color: transparent transparent #ffffff transparent; }

.menu-item .sub-menu .menu-item {
  list-style-type: none;
  font-size: .875rem;
  margin: 0 0 3px;
  display: block; }

.menu-item .sub-menu .menu-item:last-child {
  margin: 0; }

.menu-item .sub-menu .menu-item a, .menu-item .sub-menu .menu-item a:visited {
  color: #009eff;
  border: 1px solid rgba(0, 158, 255, 0.2);
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.menu-item .sub-menu .menu-item a:hover {
  border: 1px solid #009eff;
  padding: 3px 6px; }

.menu-item .sub-menu .menu-item a:after {
  display: none; }

.mobile-menu-toggle, .mobile-menu-toggle:visited, .mobile-menu-toggle:hover, .main-menu__close, .main-menu__close:visited, .main-menu__close:hover, .main-menu-overlay, .main-menu-overlay:visited, .main-menu-overlay:hover {
  display: none; }

/*--- Mobile Nav Activation ---*/
@media screen and (max-width: 768px) {
  .mobile-menu-toggle, .mobile-menu-toggle:visited, .mobile-menu-toggle:hover {
    display: block;
    font-size: 1.5rem; }
  .main-menu-container {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    z-index: 9999;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: scroll; }
  .main-menu-container.responsive {
    right: 0; }
  .main-menu-overlay, .main-menu-overlay:visited, .main-menu-overlay:hover, .main-menu-overlay:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-indent: -9999px;
    z-index: 9998;
    cursor: default; }
  .main-menu-container.responsive .main-menu-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.75); }
  .menu {
    padding: 30px 10px 10px 30px;
    height: 100%;
    background-color: #2f3952;
    border-left: 1px solid #64798b;
    min-height: 730px; }
  .main-menu__close, .main-menu__close:visited, .main-menu__close:hover {
    display: block;
    position: absolute;
    top: 350px;
    left: 1px;
    padding: 5px 6px;
    font-size: 1.125rem;
    background-color: #009eff;
    color: #ffffff;
    z-index: 10000; }
  .main-menu__close:hover, .main-menu__close:focus {
    text-decoration: none;
    cursor: pointer; }
  .menu-item {
    display: block;
    margin: 0 0 10px 0;
    text-align: left; }
  .menu-item a:after {
    display: none; }
  .menu-item a, .menu-item a:visited, .menu-item a:hover {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.75); }
  .menu-item a:hover {
    border-bottom: 1px solid #ffffff;
    color: #ffffff; }
  .menu-item.highlight a, .menu-item.highlight a:visited, .menu-item.highlight a:hover {
    margin: 8px 0 0;
    padding-top: 5px;
    padding-bottom: 5px; }
  .dropdown:after {
    display: none; }
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block; }
  .sub-menu:before {
    display: none; }
  .menu-item .sub-menu .menu-item {
    margin: 0;
    line-height: 1.125rem; }
  .menu-item .sub-menu .menu-item a, .menu-item .sub-menu .menu-item a:visited, .menu-item .sub-menu .menu-item a:hover {
    padding: 6px 0;
    border: 0;
    color: rgba(255, 255, 255, 0.75); }
  .menu-item .sub-menu .menu-item a:hover {
    color: #ffffff; } }

/*-- 4c. Breadcrumbs --*/
#breadcrumbs {
  margin: 0;
  font-size: .813rem;
  font-weight: 800;
  line-height: 1rem;
  color: #ffffff; }

#breadcrumbs a, #breadcrumbs a:visited {
  text-decoration: none;
  display: inline-block;
  margin: 0 10px; }

#breadcrumbs .breadcrumb_last {
  display: inline-block;
  margin-left: 10px; }

/*-- 4d. Text Options --*/
.text-white {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.text-black {
  color: black; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-header-1 {
  font-size: 3rem; }

.text-header-2 {
  font-size: 2.375rem; }

.text-header-3 {
  font-size: 1.75rem; }

.text-header-4 {
  font-size: 1.125rem; }

.text-header-5 {
  font-size: 1rem; }

.text-header-6 {
  font-size: 0.75rem; }

.text-display-1 {
  font-size: 5rem; }

.text-display-2 {
  font-size: 4.25rem; }

.text-display-3 {
  font-size: 3.5rem; }

/*-- 4d. Image Options --*/
.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.aligncenter {
  margin: 20px auto;
  display: block; }

/*-- 4d. Rounding Options --*/
.round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.soft-round {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/*-- 4e. Background Options --*/
.bgd-gradient {
  overflow: hidden; }

.bgd-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: rgba(0, 0, 0, 0.65);
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(darken($base-color,100%),0.15)', endColorstr='rgba(darken($base-color,100%),0.95)',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  z-index: 1; }

.bgd-video-container {
  overflow: hidden; }

.bgd-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

.bgd-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bgd-colors span {
  display: inline-block;
  height: 40px;
  width: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.bgd-white {
  background-color: #ffffff; }

.bgd-shade {
  background-color: #f2f2f2; }

.bgd-black {
  background-color: black; }

.bgd-base-primary {
  background-color: #2f3952; }

.bgd-base-primary-light {
  background-color: #4b5b83; }

.bgd-base-primary-lighter {
  background-color: #6e80ac; }

.bgd-base-primary-dark {
  background-color: #131721; }

.bgd-base-primary-darker {
  background-color: black; }

.bgd-base-secondary {
  background-color: #64798b; }

.bgd-base-secondary-light {
  background-color: #8e9fae; }

.bgd-base-secondary-lighter {
  background-color: #bac5ce; }

.bgd-base-secondary-dark {
  background-color: #44525f; }

.bgd-base-secondary-darker {
  background-color: #242c32; }

.bgd-base-accent {
  background-color: #009eff; }

.bgd-base-accent-light {
  background-color: #4dbbff; }

.bgd-base-accent-lighter {
  background-color: #99d8ff; }

.bgd-base-accent-dark {
  background-color: #006fb3; }

.bgd-base-accent-darker {
  background-color: #003f66; }

.bgd-brand-highlight {
  background-color: #F0571F; }

.bgd-brand-highlight-light {
  background-color: #f37445; }

.bgd-brand-highlight-lighter {
  background-color: #f5906b; }

.bgd-brand-highlight-dark {
  background-color: #d8440e; }

.bgd-brand-highlight-darker {
  background-color: #b2380c; }

.bgd-error {
  background-color: #f44336; }

.bgd-warning {
  background-color: #f9a825; }

.bgd-success {
  background-color: #66bb6a; }

.bgd-info {
  background-color: #2196f3; }

/*-- 4f. Button Styles --*/
.button, .button:visited, .button-highlight, .button-highlight:visited, .button-ghost, .button-ghost:visited, .button-ghost-highlight, .button-ghost-highlight:visited {
  font-family: "Open Sans", sans-serif;
  padding: 12px 16px;
  background-color: #009eff;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative; }

.button-highlight, .button-highlight:visited {
  background-color: #F0571F;
  color: #ffffff; }

.button-ghost, .button-ghost:visited {
  background: none;
  border: 1px solid #009eff;
  color: #009eff; }

.button-ghost-highlight, .button-ghost-highlight:visited {
  background: none;
  border: 1px solid #F0571F;
  color: #F0571F; }

.button:hover, .button-ghost:hover, .button-highlight:hover, .button-ghost-highlight:hover {
  text-decoration: none; }

.button:hover {
  color: #ffffff;
  background-color: #4dbbff; }

.button-ghost:hover {
  background: #009eff;
  color: #ffffff;
  border: 1px solid #009eff; }

.button-highlight:hover {
  color: #ffffff;
  background-color: #b2380c; }

.button-ghost-highlight:hover {
  background: #F0571F;
  border: 1px solid #F0571F;
  color: #ffffff; }

.button-xs, .button-xs:visited {
  padding: 4px 6px;
  font-size: .75rem; }

.button-sm, .button-sm:visited {
  padding: 8px 12px;
  font-size: .875rem; }

.button-lg, .button-lg:visited {
  padding: 16px 20px;
  font-size: 1.25rem; }

/*-- 4g. Form Styles --*/
.sticky-sidebar-form {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 15px;
  padding: 20px;
  background-color: #2f3952;
  border: 1px solid #4b5b83;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.form-default, .form-default ul {
  margin: 0; }

.form-default ul li {
  list-style-type: none;
  margin-bottom: 15px;
  overflow: hidden; }

.form-default ul li:last-child {
  padding-bottom: 25px; }

.name_first, .name_last {
  display: inline-block;
  float: left;
  width: 49%; }

.name_last {
  float: right; }

.form-default label {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: .875rem;
  color: #ffffff;
  display: block;
  margin-bottom: 1px; }

.name_first label, .name_last label {
  font-size: .688rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0; }

.subscribe-checkbox {
  padding-bottom: 15px; }

.subscribe-checkbox label:first-child {
  display: none; }

.subscribe-checkbox label:last-child {
  display: inline-block;
  font-size: .75rem; }

.form-default label.form-default__radio, .form-default label.form-default__checkbox {
  display: inline-block;
  font-size: .688rem;
  margin-right: 10px; }

.form-default input, .form-default textarea, .form-default select {
  font-size: .688rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 1px solid #e6e5e5;
  border-bottom: 2px solid #e6e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3åpx;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.form-default textarea {
  min-height: 60px; }

.form-default select {
  width: 100%;
  height: 39px; }

.form-default input:focus, .form-default textarea:focus {
  border-bottom: 2px solid #F0571F; }

.form-default textarea:focus {
  border-bottom: 2px solid #F0571F; }

.form-default input[type=radio], .form-default input[type=checkbox] {
  width: auto;
  padding: 0; }

.form-default input[type=submit] {
  font-size: 1.25rem;
  padding: 15px 10px;
  margin: 0;
  width: 100%;
  height: auto;
  border: none;
  cursor: pointer;
  color: #ffffff;
  background-color: #F0571F;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.form-default input[type=submit]:hover {
  color: #ffffff;
  background-color: #d8440e; }

.form-default ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #807f7f; }

.form-default ::-moz-placeholder {
  /* Firefox 19+ */
  color: #807f7f; }

.form-default :-ms-input-placeholder {
  /* IE 10+ */
  color: #807f7f; }

.form-default :-moz-placeholder {
  /* Firefox 18- */
  color: #807f7f; }

.validation_error, .validation_message {
  color: red;
  font-family: "Open Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 10px; }

.validation_message {
  text-transform: uppercase;
  font-size: .688rem;
  margin: 0; }

/*---------------------------------------------------------------------*/
/*--- 5. Javascript Plugin Styles ---*/
/*-- 5a. Slider --*/
.slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.bgd-slides {
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1; }

.slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.slides li:first-child {
  position: relative;
  display: block;
  float: left; }

.slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

/*-- 5b. Modal (lity) Overlay --*/
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.85);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-model {
  overflow: auto;
  background: #ffffff;
  padding: 35px 35px;
  width: 1000px;
  height: 100hv;
  max-width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top: 40px solid #2f3952; }

.lity-model.lity-sm {
  width: 500px; }

.lity-model.lity-md {
  width: 1000px; }

.lity-model.lity-lg {
  width: 1500px; }

.lity-model.lity-xl {
  width: 2000px; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25rem; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: black;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close-icon, .lity-close-icon:visited, .lity-close-icon:hover {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  text-decoration: none;
  background-color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.lity-close-icon:after {
  font-family: "Font Awesome 5 Pro";
  font-size: .75rem;
  content: "\f00d";
  color: #2f3952;
  text-indent: 0;
  position: absolute;
  top: 2px;
  left: 3px; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: black;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*-- 5c. Tab Menu --*/
.tab {
  overflow: hidden;
  border: 1px solid #e6e5e5;
  background-color: #ffffff;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.tab button {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  background: none;
  float: left;
  border: 0;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.tab button:hover {
  background-color: #4b5b83;
  color: #ffffff; }

.tab button.active {
  background-color: #2f3952;
  color: #ffffff; }

.tabcontent {
  display: none;
  padding: 14px;
  border: 1px solid #e6e5e5;
  border-top: none;
  animation: fadeEffect 1s;
  background-color: #ffffff;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*-- 5d. Accordion --*/
.accordion_tab {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 15px 35px 15px 5px;
  margin-bottom: 3px;
  width: 100%;
  border: 0;
  outline: none;
  background-color: #ffffff;
  color: #2f3952;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.accordion_tab-summary {
  display: block;
  font-size: .875rem;
  margin-top: 4px;
  line-height: 1.313rem;
  font-weight: 800;
  color: #64798b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.accordion_tab.active {
  color: #009eff; }

.accordion_tab:hover {
  color: #009eff; }

.accordion_content {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #009eff; }

.accordion_content p, .accordion_content li {
  font-size: .875rem; }

.accordion_content > :last-child {
  margin-bottom: 15px !important; }

.accordion_tab:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-size: .813rem;
  color: #64798b;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.accordion_tab:hover:after {
  color: #009eff; }

.accordion_tab.active:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  color: #009eff; }

/*-- 5e. MixItUp --*/
/*-- 5f. Tooltips --*/
/*-- 5g. Notifications --*/
/*--- End JS Plugin Styles ---*/
/*---------------------------------------------------------------------*/
/*--- 6. Brand/Platform Specific Styles ---*/
#optanon #optanon-popup-bg {
  display: none !important; }

.header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.header.page, .header.lp {
  min-height: 0;
  padding-bottom: 30px;
  height: auto; }

.header.lp {
  padding: 20px 0 0; }

.header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#293248+0,14171f+100 */
  background: #293248;
  /* Old browsers */
  background: -moz-linear-gradient(top, #293248 0%, #14171f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #293248 0%, #14171f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #293248 0%, #14171f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293248', endColorstr='#14171f',GradientType=0 );
  /* IE6-9 */
  z-index: 0; }

.header.lp:after, .header.thankyou:after {
  display: none; }

.header-nav, .hero-message, .hero-highlights {
  position: relative;
  z-index: 2; }

.hero-message, .hero-highlights {
  position: relative;
  z-index: 1; }

.header__nav-container {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 15px 0;
  background-color: #2f3952;
  border-bottom: 1px solid #64798b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.header__logo-area {
  margin-bottom: 100px; }

.header__logo {
  margin: 0;
  width: 200px;
  height: 39px;
  text-indent: -9999px;
  float: left;
  background-image: url(images/retargeter-logo.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }

.lp .header__logo {
  float: none;
  margin: 0 auto; }

.header__logo a, .header__logo a:visited {
  width: 200px;
  height: 39px;
  display: block; }

.header__menu {
  float: right;
  margin-top: 4px; }

.hero-message {
  padding-top: 100px;
  margin-bottom: 60px; }

.lp .hero-message {
  padding-top: 0;
  margin-bottom: 0; }

.hero-message__title {
  font-size: 1.75rem; }

.lp .hero-message__title {
  font-size: 2.125rem;
  margin-bottom: 50px; }

.hero-message__copy {
  font-size: 1em;
  font-family: "Montserrat", sans-serif; }

.lp ul.hero-message__copy {
  margin: 0 0 20px; }

.lp .hero-message__copy li {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  line-height: 1.375rem;
  margin-bottom: 15px; }

.lp .hero-message__copy li .fa-check {
  position: absolute;
  top: 3px;
  left: 0; }

.hero-highlights {
  padding-bottom: 50px; }

.hero-highlights__list {
  margin: 0; }

.hero-highlights__list li {
  padding: 30px 15px 15px 15px;
  margin-bottom: 50px;
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  background-color: #2f3952;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.4); }

.hero-highlights__list_icon {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #64798b;
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hero-highlights__list_title {
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hero-highlights__list_copy {
  font-size: .813rem;
  line-height: 1.313rem;
  margin-bottom: 10px; }

.case-study-highlight {
  padding: 40px 0; }

.case-study-highlight__title {
  color: #F0571F;
  margin: 0;
  font-size: 2rem; }

.home-content {
  padding: 40px 0; }

.home-content p, .home-content cite {
  color: #ffffff; }

.home-form {
  padding: 40px 0;
  position: relative; }

.blog-highlights__post {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1px solid #2f3952;
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog-highlights__post:hover {
  border-bottom: 1px solid #009eff; }

.blog-highlights__post:last-child {
  border-right: 0; }

.blog-highlights__post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 0; }

.blog-highlights__post:after:hover {
  background-color: rgba(0, 0, 0, 0.75); }

.blog-highlights__link, .blog-highlights__link:visited {
  padding: 150px 40px 40px 40px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  z-index: 1; }

.blog-highlights__author {
  text-transform: uppercase;
  font-weight: 800;
  font-size: .688rem; }

.main {
  padding: 60px 0;
  overflow: hidden; }

.main__content {
  padding-bottom: 40px; }

.main__content hr {
  border-bottom: 4px solid #ebebeb; }

.main__content_post-title {
  font-size: 1.5rem; }

.main__content_post-summary, .main__content_post p {
  font-size: .875rem;
  margin-bottom: 10px; }

.main__content_post-author {
  text-transform: uppercase;
  font-weight: 800;
  font-size: .688rem; }

.post-nav-links {
  text-transform: uppercase;
  font-size: .875em;
  color: #b3b2b2;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px; }

.post-nav-links a, .post-nav-links a:visited {
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 158, 255, 0);
  display: inline-block;
  padding-bottom: 1px; }

.post-nav-links a:hover {
  border-bottom: 2px solid #009eff; }

.job-post {
  border-bottom: 1px solid #64798b;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.main__sidebar {
  padding-top: 40px; }

.main__sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5000px;
  width: 10000px;
  height: 10000px;
  background-color: #64798b;
  z-index: 0; }

.main__sidebar_content {
  position: relative;
  z-index: 1; }

.main__sidebar hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.main__sidebar_form, .main__sidebar_case-study, .main__sidebar_post, .main__sidebar_blog {
  position: relative; }

.main__sidebar_form:before, .main__sidebar_case-study:before, .main__sidebar_post:before, .main__sidebar_blog:before {
  display: none;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: -65px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border: 2px solid #64798b;
  background-color: #ffffff;
  color: #64798b;
  font-size: 1.125rem;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 8px; }

.main__sidebar_form h4 {
  color: #ffffff;
  margin-top: 30px; }

.main__sidebar_form ul {
  margin: 0; }

.main__sidebar_form ul li {
  list-style-type: none;
  font-size: .875rem;
  padding-bottom: 5px; }

.main__sidebar_form ul li, .main__sidebar_form ul li a, .main__sidebar_form ul li a:visited {
  color: #ffffff; }

.main__sidebar_form label {
  display: none; }

.main__sidebar_case-study p {
  color: #ffffff;
  font-size: .875rem;
  line-height: 1.313rem;
  margin: 0 0 10px; }

.main__sidebar_form:before {
  content: "\f0e0";
  color: #F0571F; }

.main__sidebar_case-study:before {
  content: "\f15c"; }

.main__sidebar_post:before {
  content: "\f31c"; }

.main__sidebar_blog:before {
  content: "\f31c"; }

.main__sidebar_post, .main__sidebar_post:visited {
  padding: 150px 25px 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6); }

.main__sidebar_post-content-container {
  position: relative;
  z-index: 1; }

.main__sidebar_post:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 0; }

.sidebar-menu {
  margin: 0; }

.sidebar-menu li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: .875em; }

.sidebar-menu li a, .sidebar-menu li a:visited {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none; }

.sidebar-menu li a.active {
  color: #ffffff;
  border-top: 1px solid #ffffff; }

.sidebar-menu li a:hover {
  color: #009eff;
  border-top: 1px solid #009eff; }

.lp-sidebar {
  margin-top: -150px; }

.footer {
  border-top: 1px solid #ebebeb;
  text-align: center; }

.footer a, .footer a:visited {
  font-family: "Open Sans", sans-serif;
  color: #b3b2b2;
  text-decoration: none;
  font-size: .938rem;
  display: block;
  padding: 6px 0;
  text-align: center; }

.footer a:hover {
  color: #009eff; }

.footer__address a, .footer__address a:visited {
  color: #64798b;
  font-size: 1rem; }

.jump-link {
  content: "";
  position: absolute;
  top: -145px;
  left: 0;
  width: 1px;
  height: 1px;
  background: none; }

/* 7. Responsive Styles */
/* sm */
@media (min-width: 576px) {
  .header.lp {
    min-height: 0;
    padding-bottom: 30px;
    height: auto; }
  .header.lp {
    padding: 20px 0 0; }
  .lp .header__logo {
    float: none;
    margin: 0 auto; }
  .lp .hero-message {
    padding-top: 0;
    margin-bottom: 0; }
  .lp .hero-message__title {
    font-size: 2.125rem;
    margin-bottom: 50px; }
  .lp .hero-message__copy li {
    list-style-type: none; }
  .lp ul.hero-message__copy {
    margin: 0 0 20px; }
  .hero-message {
    padding-top: 120px; }
  .hero-message__title {
    font-size: 2.5rem; }
  .hero-message__copy {
    font-size: 1.125em; }
  .blog-highlights__link, .blog-highlights__link:visited {
    padding: 200px 40px 40px 40px; }
  .footer a, .footer a:visited {
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 0 20px 10px 0; }
  .footer a:hover {
    color: #009eff;
    border: 0; } }

/* md */
@media (min-width: 768px) {
  .sticky-sidebar-form {
    position: relative;
    top: 0; }
  .header.lp {
    min-height: 0;
    padding-bottom: 30px;
    height: auto; }
  .header.lp {
    padding: 20px 0 0; }
  .lp .header__logo {
    float: none;
    margin: 0 auto; }
  .lp .hero-message {
    padding-top: 0;
    margin-bottom: 0; }
  .lp .hero-message__title {
    font-size: 2.125rem;
    margin-bottom: 50px; }
  .lp .hero-message__copy li {
    list-style-type: none; }
  .lp ul.hero-message__copy {
    margin: 0 0 20px; }
  .menu-item {
    text-align: center;
    position: relative;
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: .875rem; }
  .hero-message__title {
    font-size: 3.25rem; }
  .hero-message__copy {
    font-size: 1.25rem;
    line-height: 1.688rem; }
  .case-study-highlight__title {
    font-size: 3rem; }
  .hero-message {
    padding-top: 200px; }
  .blog-highlights__link, .blog-highlights__link:visited {
    padding: 250px 40px 40px 40px; } }

/* lg */
@media (min-width: 992px) {
  .header.lp {
    min-height: 0;
    padding-bottom: 30px;
    height: auto; }
  .header.lp {
    padding: 20px 0 0; }
  .lp .header__logo {
    float: none;
    margin: 0 auto; }
  .lp .hero-message {
    padding-top: 0;
    margin-bottom: 0; }
  .lp .hero-message__title {
    font-size: 2.125rem;
    margin-bottom: 50px; }
  .lp .hero-message__copy li {
    list-style-type: none; }
  .lp ul.hero-message__copy {
    margin: 0 0 20px; }
  .header {
    min-height: 100vh; }
  .header__logo {
    width: 246px;
    height: 48px; }
  .header__logo a, .header__logo a:visited {
    width: 246px;
    height: 48px; }
  .header__menu {
    margin-top: 8px; }
  .menu-item {
    margin-right: 40px;
    font-size: 1rem; }
  .hero-message {
    padding-top: 200px;
    margin-bottom: 60px; }
  .hero-message__title {
    font-size: 4rem; }
  .page .hero-message__copy {
    width: 70%;
    float: right; }
  .page.thankyou .hero-message__copy {
    width: 70%;
    margin: 0 auto;
    float: none; }
  .hero-highlights__list li {
    float: left;
    width: 19.2%;
    background-color: rgba(47, 57, 82, 0);
    margin-right: 1%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .hero-highlights__list li:hover {
    background-color: #2f3952;
    -moz-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.4); }
  .hero-highlights__list li:last-child {
    margin-right: 0; }
  .hero-highlights__list_title {
    font-size: 1.063rem;
    margin-bottom: 5px; }
  .hero-highlights__list_copy {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hero-highlights__list_button {
    opacity: 0; }
  .hero-highlights__list li:hover .hero-highlights__list_icon {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #ffffff;
    color: #64798b; }
  .hero-highlights__list li:hover .hero-highlights__list_copy, .hero-highlights__list li:hover .hero-highlights__list_button {
    opacity: 1; }
  .blog-highlights__post {
    border: 1px solid #2f3952; }
  .blog-highlights__post:hover {
    border: 1px solid #009eff; }
  .blog-highlights__link, .blog-highlights__link:visited {
    padding: 300px 40px 40px 40px; }
  .case-study-highlight, .home-content {
    padding: 80px 0; }
  .main__content {
    padding-bottom: 0; }
  .main__sidebar {
    padding-top: 0; }
  .main__sidebar:before {
    left: 0;
    top: -60px; }
  .main__sidebar_form:before, .main__sidebar_case-study:before, .main__sidebar_post:before, .main__sidebar_blog:before {
    display: block; }
  .home-form {
    padding: 80px 0; }
  .mobile {
    display: none; } }

/* xl */
@media (min-width: 1200px) {
  .menu-item {
    margin-right: 50px;
    font-size: 1.125rem; }
  .hero-message {
    padding-top: 225px;
    margin-bottom: 90px; }
  .hero-message__title {
    font-size: 4.25rem; }
  .hero-highlights {
    padding-bottom: 80px; }
  .page .hero-message__copy {
    font-size: 1.375rem;
    line-height: 1.688rem; }
  .hero-highlights__list_title {
    font-size: 1.25rem; }
  .case-study-highlight__title {
    font-size: 4em; }
  .footer {
    text-align: left; } }

/*--- End Responsive Styles ---*/
