* {
  box-sizing: border-box; }

/* font */
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQUwaEQbjB_mQ.woff) format('woff');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v29/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQUwaEQbjA.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

body {
  background: #01132b;
  color: #fff;
  font-family: "Open Sans", Verdana, sans-serif !important; }

/* layout styles */
.row {
  width: 100%;
  position: relative;
  padding: 2em 0; }

.row .inner {
  width: 80%;
  margin: 0 auto; }

.row.divider {
  padding: 1em 0; }

.row.slider,
.row.header {
  padding: 0; }

.row .divider hr {
  border: 1px solid #efefef; }

.container {
  position: relative;
  width: 80%;
  max-width: 1113px;
  margin: 0 auto; }

.col-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2em; }

.col {
  position: relative; }

.col img {
  position: relative;
  width: 100%; }

.col.text {
  padding: 0; }

@media (min-width: 768px) {
  .col-wrapper {
    display: flex;
    align-items: stretch; }

  .col-wrapper .col2 {
    width: 50%; }

  .col-wrapper .col3 {
    width: 33.33%; }

  .col.text {
    padding: 0 2em; }

  .image-right .col-wrapper {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse; } }
/* module specific styles */
.sticky-header {
  /* background-color: #01132b; */
  /* border-bottom: 1px solid #f6f6f2;*/
  padding: 16px; }
  .sticky-header .col-wrapper {
    margin-bottom: 0; }
  .sticky-header .col {
    text-align: center;
    margin-bottom: 20px; }
  .sticky-header .logos img {
    max-width: 100px;
    vertical-align: middle;
    margin: 0 10px; }
  .sticky-header .title {
    text-align: center;
    color: #c49c48;
    font-family: Garamond;
    letter-spacing: 3px; }
  .sticky-header .button a {
    background-color: #c49c48;
    color: #fff;
    font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    border-radius: 19px;
    padding: 12px 2.5rem;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
  @media (min-width: 998px) {
    .sticky-header .col-wrapper {
      display: flex;
      align-items: center; }
    .sticky-header .button {
      text-align: right; } }

.top-header {
  text-align: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-color: #01132b;
  color: #c49c48;
  text-transform: uppercase; }

.top-header .logo {
  position: relative;
  margin-bottom: 30px; }

.top-header img.logo {
  width: 80%;
  width: 400px;
  position: relative;
  margin: 0 auto; }

.top-header .heading {
  font-size: 36px;
  text-align: center; }

.top-header .subheading {
  font-size: 16px; }

.fullwidth-text ul {
  padding-left: 40px;
  margin: 20px 0; }

.mixed-content .col {
  margin: 20px 0; }

.feature-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 1em; }
  .feature-wrapper .icon {
    width: 20%;
    text-align: center; }
    .feature-wrapper .icon img {
      background-color: #fff;
      border-radius: 100%;
      padding: 1em;
      max-width: 80px; }
  .feature-wrapper .feature {
    width: 80%;
    padding-left: 16px; }

/* slider */
.mySlides {
  display: none; }

.mySlides img {
  vertical-align: middle; }

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto; }

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* The dots/bullets/indicators */
.active, .dot:hover {
  background-color: #717171; }

/* Fading animation */
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px; } }
/* agent details */
.agent-details .col .item_wrapper {
  max-width: 310px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center; }

.agent-details .col .img_wrapper img {
  width: 105px;
  height: auto;
  border-radius: 105px; }

.agent-details .info_wrapper h3 {
  font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px; }
.agent-details .cta_wrapper {
  padding-top: 20px;
  position: relative;
  display: block; }
.agent-details .cta_button {
  color: #c49c48;
  border: solid 2px #c49c48;
  border-radius: 20px;
  text-decoration: none;
  padding: 10px 16px;
  transition: all 0.3s ease; }
  .agent-details .cta_button:hover {
    background-color: #fff;
    transition: all 0.3s ease; }

@media (min-width: 998px) {
  .agent-details {
    display: flex; } }
/* form styles */
fieldset {
  border: none; }

.form-columns-2 {
  width: 50%;
  float: left; }

.footer-lpt8 {
  background-color: #01132b;
  color: #fff;
  text-align: center;
  padding-bottom: 1em;
  font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 10px; }

.footer-lpt8 a {
  color: #fff;
  text-decoration: none; }

.footer-lpt8 .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 10px;
  padding-top: 20px; }

.footer-lpt8 .logo img {
  width: 100px;
  margin-bottom: 20px; }

.footer-lpt8 .text {
  padding-left: 20px;
  font-size: 15px; }

.footer-lpt8 ul {
  list-style: none;
  padding-left: 0; }

.footer-lpt8 ul li {
  display: inline-block;
  padding-right: 10px; }

.footer-lpt8 .socials ul li {
  list-style: none;
  color: #fff;
  display: inline;
  padding: 2px 5px;
  height: 40px;
  width: 40px;
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .footer-lpt8 .socials ul li svg {
    width: 30px;
    height: 30px; }

@media (min-width: 768px) {
  .footer-lpt8 .top .col-wrapper {
    display: flex;
    align-items: center; }
    .footer-lpt8 .top .col-wrapper .logo {
      text-align: left; }
    .footer-lpt8 .top .col-wrapper .socials {
      text-align: right; }

  .footer-lpt8 .logo img {
    margin-bottom: 0; }

  .footer-lpt8 .text {
    text-align: left; }

  .footer-lpt8 .bottom .links {
    text-align: left; }

  .footer-lpt8 .bottom .socials {
    text-align: right; } }
/* form styles */
.fullwidth-form {
  background-color: #f6f6f2;
  padding: 2em; }

.fullwidth-form form .col-wrapper {
  margin-bottom: 0; }

.fullwidth-form form .col {
  padding: 20px 0; }

.fullwidth-form form label {
  color: #2c2f33;
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase; }

.fullwidth-form form input[type="text"],
.fullwidth-form form input[type="email"],
.fullwidth-form form input[type="number"] {
  border: none;
  border-bottom: 1px solid #bac1ce; }

.fullwidth-form .privacy-disclaimer {
  font-size: 11px;
  margin-bottom: 10px;
  color: #2c2f33; }

.fullwidth-form .form-row.button {
  text-align: center; }

input[type="submit"] {
  background-color: transparent;
  border: 2px solid #c49c48;
  border-radius: 19px;
  color: #c49c48;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 20px auto;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  max-width: 170px;
  transition: all 0.3s ease; }

input[type="submit"]:hover {
  background-color: #ffffff;
  border: 2px solid #c49c48;
  border-radius: 19px;
  color: #c49c48;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin: 20px auto;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  max-width: 170px;
  transition: all 0.3s ease; }

@media (min-width: 768px) {
  .fullwidth-form form .col-wrapper {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between; }

  .fullwidth-form form .col2 {
    width: 48%; } }
.fullwidth-video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.fullwidth-video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*# sourceMappingURL=LPT8_custom_styles.css.map */
