/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Mixins
# Variable
# Header
# Footer

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
@import url("https://use.typekit.net/rde5nke.css");
@import url("https://use.typekit.net/rde5nke.css");
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5D6586;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  text-rendering: optimizeLegibility; }

p, li, a, h1, h2, h3, h4, h5, h6 {
  font-family: proxima-nova, sans-serif !important; }

button,
input,
select,
optgroup,
textarea {
  color: #5D6586;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  /* 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.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
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.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
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.
 */
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.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/** 
 * Center the text
 */
.text-center {
  text-align: center; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Custome Base CSS */
.section-title {
  color: #172A76;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.flex-hcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

.mobile-show {
  display: none; }

@media (max-width: 576px) {
  .mobile-hide {
    display: none; }

  .mobile-show {
    display: block; } }
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-top {
  background-color: #f5a9d5;
  -webkit-transition: top 0.3s linear;
  -moz-transition: top 0.3s linear;
  -ms-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  transition: top 0.3s linear;
  position: relative;
  z-index: 2; }
  .header-top-inner {
    display: flex;
    justify-content: space-between; }
    .header-top-inner::after, .header-top-inner::before {
      content: none; }
    .header-top-inner .hellobar-text p {
      font-size: 17px;
      margin: 8px 0 10px;
      color: #2C3454;
      font-weight: 600; }
    .header-top-inner .hellobar-text .trending {
      font-family: proxima-nova, sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
      background-color: #2C3454;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      padding: 4px 14px;
      margin-right: 10px; }
    .header-top-inner .hellobar-text a {
      color: #2C3454;
      border: 1px solid #FFFFFF;
      background-color: #FFFFFF;
      padding: 4px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      font-size: 14px;
      margin-left: 10px;
      top: -1px;
      position: relative;
      text-decoration: none; }

.site-header {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 15px #E2ECF8;
  -moz-box-shadow: 0px 0px 15px #E2ECF8;
  -ms-box-shadow: 0px 0px 15px #E2ECF8;
  box-shadow: 0px 0px 15px #E2ECF8;
  margin-bottom: 40px; }
  .site-header.fixed {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    -webkit-transition: none;
    transition: none; }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.main-header-bar {
  border: none;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0; }
  .main-header-bar .main-header-menu {
    align-items: center; }
    .main-header-bar .main-header-menu .menu-item a {
      color: #5D6586;
      justify-content: center; }
      .main-header-bar .main-header-menu .menu-item a:hover {
        color: #1F99FA;
        text-decoration: none; }
    .main-header-bar .main-header-menu .menu-item.menu-button {
      border: 1px solid #1F99FA;
      font-weight: 600;
      height: 40px;
      width: 90px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      margin-left: 30px; }
      @media only screen and (max-width: 991px) {
        .main-header-bar .main-header-menu .menu-item.menu-button {
          height: auto;
          width: 50%;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px;
          margin-left: 0;
          text-align: center; }
          .main-header-bar .main-header-menu .menu-item.menu-button a {
            border: none; } }
    .main-header-bar .main-header-menu .menu-item.login-menu a {
      color: #1F99FA; }
    .main-header-bar .main-header-menu .menu-item.signup-menu {
      border: 1px solid #1F99FA;
      background-color: #1F99FA; }
      .main-header-bar .main-header-menu .menu-item.signup-menu a {
        color: #FFFFFF; }
    .main-header-bar .main-header-menu .menu-item .sub-menu {
      width: 400px;
      -webkit-box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      -moz-box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      -ms-box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      left: -115px;
      border: none; }
      .main-header-bar .main-header-menu .menu-item .sub-menu li a {
        color: #2c3454;
        font-weight: 700;
        padding: 0;
        line-height: normal; }
        .main-header-bar .main-header-menu .menu-item .sub-menu li a span {
          display: block;
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: 8px;
          font-weight: 400; }
        .main-header-bar .main-header-menu .menu-item .sub-menu li a:hover {
          color: #1F99FA; }
          .main-header-bar .main-header-menu .menu-item .sub-menu li a:hover span {
            color: #2c3454; }
      .main-header-bar .main-header-menu .menu-item .sub-menu li:first-child a {
        padding-bottom: 15px;
        margin-bottom: 15px; }
      @media only screen and (max-width: 991px) {
        .main-header-bar .main-header-menu .menu-item .sub-menu li:last-child a {
          border: none; } }
      .main-header-bar .main-header-menu .menu-item .sub-menu::after {
        content: "";
        top: 0px;
        left: 50%;
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        box-sizing: border-box;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 10px solid #fff;
        border-left: 10px solid #fff; }
      @media only screen and (max-width: 991px) {
        .main-header-bar .main-header-menu .menu-item .sub-menu {
          width: 100%;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none; } }
  .main-header-bar .main-header-bar-navigation.toggle-on {
    padding-top: 0; }
    .main-header-bar .main-header-bar-navigation.toggle-on button {
      margin: 0; }
      .main-header-bar .main-header-bar-navigation.toggle-on button:focus {
        outline: none;
        border: none; }
  .main-header-bar .ast-mobile-menu-buttons .ast-button-wrap .menu-toggle {
    margin: 0; }

.site-header {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 8px 15px -6px #E2ECF8;
  -moz-box-shadow: 0 8px 15px -6px #E2ECF8;
  -ms-box-shadow: 0 8px 15px -6px #E2ECF8;
  box-shadow: 0 8px 15px -6px #E2ECF8;
  margin-bottom: 40px; }
  .site-header.fixed {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    -webkit-transition: none;
    transition: none; }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.main-header-bar {
  border: none;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0; }
  .main-header-bar .main-header-menu {
    align-items: center; }
    .main-header-bar .main-header-menu .menu-item a {
      color: #5D6586;
      justify-content: center; }
      .main-header-bar .main-header-menu .menu-item a:hover {
        color: #1F99FA;
        text-decoration: none; }
    .main-header-bar .main-header-menu .menu-item.menu-button {
      border: 1px solid #1F99FA;
      font-weight: 600;
      height: 40px;
      width: 90px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      margin-left: 30px; }
      @media only screen and (max-width: 991px) {
        .main-header-bar .main-header-menu .menu-item.menu-button {
          height: auto;
          width: 50%;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px;
          margin-left: 0;
          text-align: center; }
          .main-header-bar .main-header-menu .menu-item.menu-button a {
            border: none; } }
    .main-header-bar .main-header-menu .menu-item:last-child a {
      padding-right: 0; }
    .main-header-bar .main-header-menu .menu-item.login-menu a {
      color: #1F99FA; }
    .main-header-bar .main-header-menu .menu-item.signup-menu {
      border: 1px solid #1F99FA;
      background-color: #1F99FA; }
      .main-header-bar .main-header-menu .menu-item.signup-menu a {
        color: #FFFFFF; }
    .main-header-bar .main-header-menu .menu-item .sub-menu {
      width: 400px;
      -webkit-box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      -moz-box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      -ms-box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      box-shadow: 0px 0px 15px rgba(25, 45, 100, 0.161);
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      left: -115px;
      border: none; }
      .main-header-bar .main-header-menu .menu-item .sub-menu li a {
        color: #2c3454;
        font-weight: 700;
        padding: 0;
        line-height: normal; }
        .main-header-bar .main-header-menu .menu-item .sub-menu li a span {
          display: block;
          font-size: 14px;
          font-size: 0.875rem;
          margin-top: 8px;
          font-weight: 400; }
        .main-header-bar .main-header-menu .menu-item .sub-menu li a:hover {
          color: #1F99FA; }
          .main-header-bar .main-header-menu .menu-item .sub-menu li a:hover span {
            color: #2c3454; }
      .main-header-bar .main-header-menu .menu-item .sub-menu li:first-child a {
        padding-bottom: 15px;
        margin-bottom: 15px; }
      @media only screen and (max-width: 991px) {
        .main-header-bar .main-header-menu .menu-item .sub-menu li:last-child a {
          border: none; } }
      .main-header-bar .main-header-menu .menu-item .sub-menu::after {
        content: "";
        top: 0px;
        left: 50%;
        position: absolute;
        width: 0;
        height: 0;
        margin-left: -0.5em;
        box-sizing: border-box;
        border-color: transparent transparent #fff #fff;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-top: 10px solid #fff;
        border-left: 10px solid #fff; }
      @media only screen and (max-width: 991px) {
        .main-header-bar .main-header-menu .menu-item .sub-menu {
          width: 100%;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none; } }
  .main-header-bar .main-header-bar-navigation.toggle-on {
    padding-top: 0; }
    .main-header-bar .main-header-bar-navigation.toggle-on button {
      margin: 0; }
      .main-header-bar .main-header-bar-navigation.toggle-on button:focus {
        outline: none;
        border: none; }
  .main-header-bar .ast-mobile-menu-buttons .ast-button-wrap .menu-toggle {
    margin: 0; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .footer-adv-overlay {
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .site-footer .footer-adv-overlay .ast-col-lg-2 {
      width: 20%; } }
  .site-footer .footer-adv-overlay .widget {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0; }
    .site-footer .footer-adv-overlay .widget_media_image img {
      width: auto; }
    @media (min-width: 992px) {
      .site-footer .footer-adv-overlay .widget_media_image {
        margin-top: 1.85rem; } }
  .site-footer .footer-adv-overlay .widget-title {
    font-family: hack, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .site-footer .footer-adv-overlay .widget-title {
        margin-bottom: 5px; } }
  .site-footer .footer-adv-overlay .contact-details {
    padding: 0; }
    .site-footer .footer-adv-overlay .contact-details li {
      margin-bottom: 5px; }
      .site-footer .footer-adv-overlay .contact-details li a {
        color: #DBDBDB; }
  .site-footer .footer-adv-overlay .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .site-footer .footer-adv-overlay .social-icon li {
      background-image: url("../../images/icons/icons-sprite.svg");
      background-position: 3px 0;
      background-size: cover;
      background-repeat: no-repeat; }
      .site-footer .footer-adv-overlay .social-icon li a {
        display: block;
        height: 22px;
        width: 40px;
        text-indent: -9999em; }
    .site-footer .footer-adv-overlay .social-icon-tw {
      background-position: -46px 0 !important; }
    .site-footer .footer-adv-overlay .social-icon-li {
      background-position: -100px 0 !important; }
    .site-footer .footer-adv-overlay .social-icon-yt {
      background-position: -153px 0 !important; }
  .site-footer .footer-adv-overlay .widget_nav_menu {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .site-footer .footer-adv-overlay .widget_nav_menu {
        margin-bottom: 30px !important; } }
    .site-footer .footer-adv-overlay .widget_nav_menu li {
      margin-bottom: 10px; }
      .site-footer .footer-adv-overlay .widget_nav_menu li a {
        font-family: proxima-nova, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #DBDBDB;
        line-height: normal; }
        .site-footer .footer-adv-overlay .widget_nav_menu li a:hover {
          opacity: 0.8;
          filter: alpha(opacity=80);
          text-decoration: none; }
    @media only screen and (max-width: 991px) {
      .site-footer .footer-adv-overlay .widget_nav_menu {
        margin-left: 0 !important; } }
  .site-footer .footer-adv-overlay .footer-adv-widget-5 br {
    display: none; }
  .site-footer .footer-adv-overlay .footer-adv-widget-5 h5 {
    font-weight: 700;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #eaeaea; }
  .site-footer .footer-adv-overlay .hbspt-form {
    position: relative;
    max-width: 380px; }
    .site-footer .footer-adv-overlay .hbspt-form label {
      display: none; }
    .site-footer .footer-adv-overlay .hbspt-form .input .hs-input {
      width: calc(100% - 48px);
      padding: 8px !important;
      background-color: #FFFFFF;
      -webkit-border-radius: 2px !important;
      -moz-border-radius: 2px !important;
      -ms-border-radius: 2px !important;
      border-radius: 2px !important;
      border: 1px solid transparent;
      line-height: normal; }
    .site-footer .footer-adv-overlay .hbspt-form .hs_submit .hs-button {
      padding: 10px 20px;
      margin-top: 0;
      top: 0;
      right: 10px;
      position: absolute;
      text-indent: -999em;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      height: 40px; }
    .site-footer .footer-adv-overlay .hbspt-form .hs_submit .actions {
      line-height: normal; }
      .site-footer .footer-adv-overlay .hbspt-form .hs_submit .actions::after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("../../images/icons/send.png");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        top: 8px;
        right: 22px;
        position: absolute;
        cursor: pointer; }
    .site-footer .footer-adv-overlay .hbspt-form .hs-error-msgs li label {
      display: block;
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      margin-top: 10px;
      margin-bottom: 0px !important; }
  .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 {
    display: flex; }
    @media only screen and (max-width: 991px) {
      .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 {
        display: block;
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 .widget {
        width: 20%;
        display: inline-block;
        padding: 0 20px; } }
    .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 .widget:last-child {
      font-weight: 700; }
      @media (min-width: 992px) {
        .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 .widget:last-child {
          width: 40%; } }
      .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 .widget:last-child br {
        display: none; }
    .site-footer .footer-adv-overlay .nav-bottom-row .footer-adv-widget-2 .widget h5 {
      font-weight: 700;
      margin-bottom: 15px;
      font-size: 16px;
      color: #eaeaea; }
.site-footer .ast-footer-overlay {
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0; }
  .site-footer .ast-footer-overlay .ast-small-footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: 0.875rem;
    color: #999999; }
    .site-footer .ast-footer-overlay .ast-small-footer-wrap .ast-small-footer-section-2 {
      margin-top: 0; }
      .site-footer .ast-footer-overlay .ast-small-footer-wrap .ast-small-footer-section-2 .footer-primary-navigation li a {
        color: #999999;
        padding: 0; }
        .site-footer .ast-footer-overlay .ast-small-footer-wrap .ast-small-footer-section-2 .footer-primary-navigation li a::before {
          content: '|';
          margin-top: 0;
          margin-right: 5px;
          margin-bottom: 0;
          margin-left: 5px; }
        .site-footer .ast-footer-overlay .ast-small-footer-wrap .ast-small-footer-section-2 .footer-primary-navigation li a:hover {
          color: #DBDBDB; }
      @media only screen and (max-width: 576px) {
        .site-footer .ast-footer-overlay .ast-small-footer-wrap .ast-small-footer-section-2 .footer-primary-navigation li:first-child a::before {
          content: none; } }
    @media only screen and (max-width: 576px) {
      .site-footer .ast-footer-overlay .ast-small-footer-wrap {
        flex-direction: column; } }

.autopilot-bar {
  padding: 10px 0;
  background-color: #2A3466; }
  .autopilot-bar .be-ix-link-block .be-related-link-container {
    padding-top: 5px; }
    .autopilot-bar .be-ix-link-block .be-related-link-container .be-label {
      color: #FFFFFF;
      margin-bottom: 10px; }
    .autopilot-bar .be-ix-link-block .be-related-link-container .be-list .be-list-item {
      margin-right: 25px; }
      .autopilot-bar .be-ix-link-block .be-related-link-container .be-list .be-list-item a {
        color: #1F99FA;
        border: 1px solid #1F99FA;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block; }
        .autopilot-bar .be-ix-link-block .be-related-link-container .be-list .be-list-item a:hover {
          background-color: #1F99FA;
          color: #FFFFFF; }
      @media only screen and (max-width: 576px) {
        .autopilot-bar .be-ix-link-block .be-related-link-container .be-list .be-list-item {
          margin-bottom: 10px; } }

/*--------------------------------------------------------------
# Delayed popup modal
--------------------------------------------------------------*/
.backgroundOverlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 999;
  display: none; }

.delayedPopupWindow {
  display: none;
  width: 95%;
  top: 50%;
  left: 50%;
  position: fixed;
  background-color: #EBEFF2;
  z-index: 9999;
  padding: 30px 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1000px; }
  @media only screen and (max-width: 767px) {
    .delayedPopupWindow {
      padding: 25px; } }
  .delayedPopupWindow #btnClose {
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    text-decoration: none;
    width: 30px;
    height: 30px;
    outline: 0 solid;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.3);
    background-color: #fafafd;
    color: #1F99FA;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14px;
    right: -14px;
    position: absolute;
    line-height: 18px; }
    @media only screen and (max-width: 767px) {
      .delayedPopupWindow #btnClose {
        right: 0;
        top: 0; } }
    .delayedPopupWindow #btnClose:hover {
      background-color: #fff;
      color: #418cec;
      border-color: #418cec;
      -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
      transform: scale(1.12);
      -webkit-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4);
      box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.4); }

#survey-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    #survey-modal {
      flex-direction: column;
      text-align: center; } }
  #survey-modal #modal-desc {
    flex: 0 0 60%; }
  #survey-modal h2 {
    font-size: 35px;
    color: #172A76;
    font-weight: 800;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #survey-modal h2 {
        font-size: 24px;
        margin-top: 30px; } }
    #survey-modal h2 span {
      color: #FA7071; }
    @media only screen and (max-width: 767px) {
      #survey-modal h2 br {
        display: none; } }
  #survey-modal .survey-link {
    background-color: #2A2B7C;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 30px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      #survey-modal .survey-link {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        padding: 10px 20px; } }
    #survey-modal .survey-link:hover, #survey-modal .survey-link:focus {
      -webkit-box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
      -moz-box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
      -ms-box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
      box-shadow: 0 8px 36px -3px rgba(20, 45, 100, 0.35);
      text-decoration: none; }
  #survey-modal #modal-img {
    margin-left: 30px; }
    @media only screen and (max-width: 767px) {
      #survey-modal #modal-img {
        margin-left: 0;
        margin-top: 30px; } }

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