/*
    -------------------------------------------
        ADMIN BAR - BASE
    -------------------------------------------
*/
body.admin-bar header {
  top: 32px;
}
/**********************************************************************************************************************************************************************************************/
/*
  -------------------------------------------
    MAIN
  -------------------------------------------
*/
*, *:after, *:before {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #3D474F;
}
body {
  text-align: left;
  background-color: #fff;
}
/*
    -------------------------------------------
        STRUCTURE
    -------------------------------------------
*/
main {
  position: relative;
  min-height: 100vh;
  padding: 50px 15px 30px;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
}
section {
  margin: 0 -15px;
  padding: 0 50px 0;
  position: relative;
}
.single-format-standard main:before, .single-format-standard main:after {
  display: none;
}
/** RESPONSIVE ******************************/
@media only screen and (min-width: 2000px) {
  html, body {
    font-size: 20px;
  }
  main:before {
    width: 1100px;
  }
  main:after {
    width: 880px;
    top: -125px;
  }
}
@media (min-width: 1900px) {
  header nav, #top-bar, footer, section, .intro-breadcrumbs-back, .owl-slider .item {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}
@media (min-width: 1200px) {
  main:before, main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
  main:before {
    width: 750px;
    top: -35px;
    left: 0;
    background: url("../img/header-top-left.svg");
  }
  main:after {
    width: 600px;
    top: -30px;
    right: 0;
    background: url("../img/header-top-right.svg");
    background-position: top right;
  }
}
@media only screen and (min-width: 3000px) {
  main:before {
    width: 1200px;
  }
  main:after {
    width: 1000px;
  }
}
@media (max-width: 1700px) {
  main:before {
    width: 650px;
  }
  main:after {
    width: 530px;
  }
}
@media (max-width: 1300px) {
  main:before {
    width: 550px;
    left: -100px;
  }
  main:after {
    width: 460px;
  }
}
@media (max-width: 1400px) {
  main:before {
    left: -75px;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 0 35px;
  }
}
@media (max-width: 1200px) {
  main {
    padding: 0 15px;
  }
  body.mobile-toggle-active, body.mobile-toggle-active > .container-fluid {
    overflow: hidden;
  }
  body.mobile-toggle-active main:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 9999;
    background: rgba(249, 250, 253, 0.8);
  }
}
@media (max-width: 990px) {
  .page-template-privacy-policy-terms-conditions-page .intro {
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  body.admin-bar header, body.admin-bar aside {
    top: 46px;
  }
  section {
    padding: 0 15px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        TYPOGRAPHY
    -------------------------------------------
*/
/** HEADERS *********************************/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #1C75BC;
}
h1 {
  font-size: 2em;
  font-weight: 900;
}
h2 {
  font-size: 1.6em;
  font-weight: 700;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.15em;
}
h5 {
  font-size: 1.15em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #24c4f0;
}
h6 {
  font-size: 1em;
}
/** TEXT **************************************/
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.lead {
  font-size: 1.4rem;
  font-weight: 400;
  color: #3D474F;
}
.cut {
  display: block;
}
b, strong {
  font-weight: bold;
}
.capitalize {
  text-transform: uppercase;
}
li {
  margin: 10px 0;
}
.italic {
  font-size: 1.5rem;
  color: #1C75BC;
  font-style: italic;
  font-weight: 300;
}
/** HIGHLIGHT *******************************/
::-moz-selection, ::selection {
  color: #fff;
  background: #8DC63F;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1200px) {
  .lead {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 990px) {
  .lead {
    font-size: 1.4rem;
  }
  .italic {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.85em;
  }
  h2 {
    font-size: 1.5em;
  }
  .lead {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        HEADER - LAYOUT
    -------------------------------------------
*/
#top-bar {
  font-size: 14px;
  padding-left: 35px;
  padding-right: 35px;
  background: #F6F6F6;
  border-bottom: 1px solid #BBC8D3;
}
#top-bar .social-media {
  float: left;
}
#top-bar .col-lg-8 {
  font-weight: bold;
}
#top-bar .col-lg-8 a {
  margin-right: 5px;
  padding-left: 9px;
  border-left: 1px solid #BBC8D3;
}
#top-bar .col-lg-8 a:last-child {
  margin-right: 15px;
}
.social-media {
  display: flex;
}
.social-media a {
  display: inline-flex;
}
.navbar {
  padding: 15px 45px 28px;
}
.navbar-brand {
  min-width: 500px;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 0 !important;
  z-index: 1;
}
.navbar-brand:hover, .navbar-brand:focus {
  background: #fff;
}
#franchise-logo {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-size: contain !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
}
#franchise-logo {
  height: 40px;
  margin-left: 5px;
  font-size: 25px;
  font-weight: normal;
  color: #6C6B70;
  text-transform: capitalize;
  font-variant: small-caps;
}
#franchise-logo:hover, #franchise-logo:focus {
  color: #6C6B70;
}
.franchise-name {
  color: #3D474F;
}
#find-quote-buttons {
  width: 350px;
  right: 50px;
}
header {
  box-shadow: none;
  border-bottom: 1px solid #BBC8D3;
  background: #fff;
}
header .social-media a {
  padding: 4px 10px 4px;
  border-right: 1px solid #BBC8D3;
  margin: 10px 0 5px;
  font-size: 16px;
}
header .social-media a:last-child {
  border-right: 0;
}
header b {
  display: inline-block;
  padding: 10px 6px;
}
header #main-nav {
  background: #1C75BC;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: -56px;
  box-shadow: 6px 7px 20px rgba(27, 27, 27, 0.4);
}
header #main-nav > ul > li {
  border-right: 1px solid #1666A5;
}
header #main-nav > ul > li:first-child {
  border-left: none;
}
header #main-nav > ul > li:nth-child(2) a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
header #main-nav .dropdown-menu li {
  border-right: none;
}
header #main-nav form {
  margin-right: 0.5rem;
}
header #main-nav form input {
  height: 40px;
  margin-right: 15px;
}
header #main-nav form button {
  top: 0;
  right: 0;
  padding: 5px;
  position: absolute;
  border-radius: 0;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: none !important;
  background: #1666A5;
}
header nav ul {
  margin: 0;
  list-style-type: none;
}
header nav ul li {
  margin: 0;
}
header nav ul li .btn-default:last-child {
  margin-left: 5px;
  height: 40px;
}
header nav ul li.btn-default:last-child {
  margin-left: 12px;
}
header nav ul li.btn-default:last-child a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5rem 20px !important;
}
header nav ul li.active > a, header nav ul li.current_page_parent > a, header nav ul li > a.current_page_parent, header nav ul li.current-page-ancestor > a {
  color: #fff;
  background: #1666A5;
}
header nav ul li.active > a:hover, header nav ul li.active > a:focus, header nav ul li.current_page_parent > a:hover, header nav ul li.current_page_parent > a:focus, header nav ul li > a.current_page_parent:hover, header nav ul li > a.current_page_parent:focus, header nav ul li.current-page-ancestor > a:hover, header nav ul li.current-page-ancestor > a:focus {
  color: #fff;
  background: #1666A5;
}
header nav ul li.icons-menu ul li {
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  max-width: 16%;
  padding: 0 15px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  display: inline-flex !important;
  text-align: center;
}
header nav ul li.icons-menu ul li i {
  display: block;
  font-size: 50px;
  padding: 15px 0 7px;
}
header nav ul li.icons-menu .dropdown-menu {
  padding: 15px 0 5px;
  margin-top: 30px;
  left: 45px;
  right: 45px;
  border-radius: 15px;
  box-shadow: 6px 7px 20px rgba(27, 27, 27, 0.2);
}
header nav ul li.icons-menu .dropdown-menu .dropdown-item:hover, header nav ul li.icons-menu .dropdown-menu .dropdown-item:focus {
  color: #8DC63F;
}
header nav ul li.icons-menu .dropdown-menu span {
  color: #3D474F;
  white-space: pre-wrap;
}
header nav ul li.icons-menu .dropdown-menu span .icon {
  height: 60px;
  margin-bottom: 12px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: #1C75BC;
}
header nav ul li.icons-menu .dropdown-menu a {
  border-radius: 15px !important;
}
header nav ul li.icons-menu .dropdown-menu li.active > a span, header nav ul li.icons-menu .dropdown-menu li.active > a span .icon, header nav ul li.icons-menu .dropdown-menu li > a:active span, header nav ul li.icons-menu .dropdown-menu li > a:active span .icon, header nav ul li.icons-menu .dropdown-menu li > a:focus span, header nav ul li.icons-menu .dropdown-menu li > a:focus span .icon {
  color: #fff;
  filter: brightness(0) invert(1);
}
header nav ul li ul li a {
  font-size: 14px;
}
header nav a {
  padding: 17px 20px !important;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
header nav a:hover, header nav a:focus {
  color: #fff;
  background: #1666A5;
}
header nav .btn:last-child.active a {
  color: #fff;
  border-color: #81B639;
  background: #81B639;
}
header nav .btn:last-child a {
  padding: 0.25rem 0.75rem !important;
  border-radius: 5px;
  color: #fff;
  background: #8DC63F;
  border: 3px solid #8DC63F;
}
header nav .btn:last-child a:hover {
  background: #81B639;
  border: 3px solid #81B639;
}
header nav .btn:first-child.active a {
  color: #fff;
  background: #1C75BC;
}
header nav .btn:first-child a {
  padding: 0.25rem 0.75rem !important;
  font-weight: bold;
  color: #1C75BC;
  border: 3px solid #1C75BC;
  border-radius: 5px;
  background: transparent;
}
header nav .btn:first-child a:hover, header nav .btn:first-child a:active, header nav .btn:first-child a:focus {
  color: #fff;
  background: #1C75BC;
}
.icons-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dropdown-item {
  font-weight: bold;
}
.dropdown-item:focus {
  background: #1666A5;
}
.dropdown-item:focus i, .dropdown-item:focus span {
  color: #fff !important;
}
#search-mobile-trigger {
  font-size: 26px;
  color: #1C75BC;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 2;
  padding: 26px 20px;
  cursor: pointer;
}
#search-mobile {
  display: none;
}
a[rel="tag"], .date {
  margin: 0 2px;
  padding: 5px 0 0;
  border: none;
  color: #1C75BC;
  font-weight: bold;
  border-radius: 50px;
}
a[rel="tag"] {
  margin: 5px 2px;
  display: inline-block;
}
/** RESPONSIVE ******************************/
@media (min-width: 1900px) {
  header .social-media a:first-child {
    padding-left: 0;
  }
  header nav ul li.icons-menu .dropdown-menu {
    left: 15%;
    right: 15%;
  }
  #find-quote-buttons {
    right: 15%;
  }
  #franchise-name-social {
    right: 15% !important;
  }
}
@media only screen and (max-width: 1700px) {
  header nav a {
    font-size: 16px;
  }
  .navbar-brand {
    min-width: 470px;
  }
}
@media only screen and (max-width: 1500px) {
  .navbar-brand {
    min-width: 350px;
  }
}
@media only screen and (max-width: 1400px) {
  header nav a {
    font-size: 14px;
  }
  .navbar-brand {
    min-width: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  #head nav li:last-child {
    margin-left: 5px;
  }
  #main-nav li {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #search-mobile-trigger {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #top-bar {
    display: none !important;
  }
  header {
    top: -1px !important;
    height: 75px;
    box-shadow: 6px 7px 20px rgba(27, 27, 27, 0.15);
  }
  header .dropdown-menu.show {
    border: 0 !important;
    transform: none !important;
    margin: 0 15px !important;
    position: relative !important;
    padding: 5px 0;
  }
  header .dropdown-menu.show i {
    margin-right: 5px;
  }
  .navbar {
    padding: 0 15px;
  }
  .navbar .col-lg-9 {
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-brand {
    padding: 0 !important;
    margin: 0 auto;
    display: inline-flex !important;
    overflow: hidden;
    position: relative;
  }
  #franchise-logo {
    width: auto;
    height: 60%;
    margin-left: 0;
    background-size: contain !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  #franchise-name-social, #find-quote-buttons {
    display: none !important;
  }
  #mobile-toggle {
    display: inline-block;
    padding: 21px 35px 21px 20px;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    touch-action: manipulation;
  }
  .bar {
    display: block;
    background-color: #1C75BC;
    width: 35px;
    height: 4px;
    border-radius: 50px;
    margin: 5px auto;
    transition: background-color 0.5s ease-in, transform 0.5s ease-in, width 0.5s ease-in;
  }
  body.mobile-toggle-active #mobile-toggle .top {
    transform: translateY(10px) rotateZ(45deg);
  }
  body.mobile-toggle-active #mobile-toggle .bottom {
    transform: translateY(-8px) rotateZ(-45deg);
  }
  body.mobile-toggle-active #mobile-toggle .middle {
    width: 0;
  }
  .dropdown-item {
    border-radius: 5px;
    padding: 0.25rem 0.75rem;
  }
  #search-mobile {
    width: 100%;
    position: absolute;
    background: #1C75BC;
    padding: 5px 15px;
  }
  #search-mobile button {
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    margin: 0 !important;
    padding: 8px 20px 9px !important;
    box-shadow: none !important;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #1666A5;
    background: #1666A5;
  }
}
@media only screen and (max-width: 767px) {
  #franchise-logo {
    height: 45%;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        LINKS & BTNS - COMPONENTS
    -------------------------------------------
*/
a {
  color: #1C75BC;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.7s ease-in-out;
}
a:hover {
  color: #1666A5;
  text-decoration: none;
  transition: all 0.7s ease-in-out;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a, a:hover, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:hover, .btn:active, input, input:focus, input:hover, input:active {
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
}
.btn-default, .btn-secondary, .btn-outline-primary, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button, .gform_wrapper .gform_page_footer .button.gform_button {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 15px 30px;
  text-transform: capitalize;
  border: 3px solid #8DC63F;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  background: #8DC63F;
  box-shadow: 6px 7px 20px rgba(27, 27, 27, 0.4) !important;
  transition: all 0.7s ease-in-out;
}
.btn-default:hover, .btn-secondary:hover, .btn-outline-primary:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button.gform_previous_button:hover, .gform_wrapper .gform_page_footer .button.gform_button:hover {
  color: #fff !important;
  border: 3px solid #81B639;
  background: #81B639;
  transition: all 0.7s ease-in-out;
}
.btn-secondary {
  background: #1C75BC;
  border-color: #1C75BC;
}
.btn-secondary:hover {
  background: #1666A5;
  border-color: #1666A5;
}
.btn-secondary.active {
  background: #8DC63F !important;
}
.btn-outline-primary {
  background: transparent;
  border: 3px solid #8DC63F;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #81B639;
  border: 3px solid #81B639;
}
.gform_wrapper .gform_footer input[type=submit] {
  padding: 10px 30px !important;
}
.image {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 990px) {
  .gform_wrapper .gform_footer input[type=submit] {
    padding: 20px 30px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        SLIDER - COMPONENT
    -------------------------------------------
*/
.owl-slider .owl-stage-outer, .owl-slider .owl-stage, .owl-slider .owl-item, .owl-slider .item {
  height: 100%;
}
.owl-slider .item {
  padding: 0 40px;
  background: #323232;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.owl-slider .item h1, .owl-slider .item p {
  color: #fff;
  position: relative;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.owl-slider .item p {
  font-size: 22px;
}
.owl-slider .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #003478 0%, rgba(0, 52, 120, 0.1) 70%, rgba(0, 52, 120, 0.1) 100%);
}
.owl-slider .item .btn {
  padding: 10px 20px;
}
.owl-slider .owl-dots {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.owl-slider button.owl-dot {
  border-radius: 50px;
  margin: 0 auto 10px;
}
.owl-slider button.owl-dot.active span {
  width: 15px;
  height: 15px;
  box-shadow: inset 0 0 0 2px #ffffff !important;
}
.owl-slider button.owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  margin: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px #ffffff !important;
  transition: all 0.7s ease-in-out;
}
.owl-slider button.owl-dot span:hover, .owl-slider button.owl-dot span:focus {
  background: #fff;
  transition: all 0.7s ease-in-out;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 990px) {
  .owl-slider .item {
    padding: 100px 50px;
  }
  .owl-slider .nav {
    margin: 0 auto;
  }
  .owl-slider .owl-dots {
    right: 20px;
  }
}
@media screen and (max-width: 650px) {
  .owl-slider .nav li {
    text-align: center;
    margin: 5px auto !important;
  }
  .owl-slider .item {
    padding: 100px 0;
  }
  .owl-slider .item:before {
    background: linear-gradient(90deg, #003478 0%, rgba(0, 52, 120, 0.1) 130%);
  }
  .owl-slider .owl-dots {
    display: none;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        INTRO - COMPONENT
    -------------------------------------------
*/
#home-banner {
  width: 100%;
  height: 80vh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#home-banner .intro {
  margin: 0;
  padding: 0 15px;
}
#home-banner .intro h1 {
  line-height: 1.2em;
}
.image-container {
  position: absolute;
  right: 0;
  top: 0;
}
.image-container .image {
  background: url("../img/family.png");
  background-repeat: no-repeat !Important;
  background-size: contain !Important;
  background-position: center !Important;
}
.intro {
  margin: 60px auto;
}
.intro h1 {
  font-size: 3em;
}
.intro .btn-default {
  padding: 5px 20px;
}
.intro .btn-big {
  padding: 15px 30px;
}
.intro .image-container .btn-default {
  margin: 0 auto;
  position: relative;
}
.intro .breadcrumb_last {
  font-weight: bold;
}
.banner-intro .image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner-intro .image {
  background-position: center !important;
}
/** RESPONSIVE ******************************/
@media only screen and (min-width: 991px) {
  #home-banner .intro h1 {
    font-size: 2.65rem;
  }
  #home-banner .intro .lead {
    font-size: 1.75rem;
    line-height: 37px;
  }
}
@media only screen and (max-width: 1300px) {
  #home-banner .intro {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #home-banner .intro h1 {
    font-size: 2.2rem;
  }
  #home-banner .image-container .image {
    background-size: 70% !Important;
    background-position: right !Important;
  }
}
@media only screen and (max-width: 990px) {
  #home-banner {
    height: auto;
  }
  #home-banner .row.h-100 {
    height: auto !important;
  }
  #home-banner .intro {
    z-index: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .intro {
    margin: 60px auto 30px;
  }
  .intro h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #home-banner .banner-intro .image {
    background-position: 80% 100% !important;
  }
  #home-banner .intro {
    margin-bottom: 35px;
  }
  .intro h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 650px) {
  .intro {
    margin: 50px 0 10px;
  }
  #home-banner .intro h1, .intro h1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        CTAS - COMPONENT
    -------------------------------------------
*/
#ctas-container {
  margin: 70px -15px;
}
.col-lg-3 .cta .image.icon {
  height: 120px;
}
.home #ctas:before {
  content: "";
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 180px;
  z-index: -1;
}
.home .cta {
  border: 1px solid transparent;
  transition: all 0.7s ease-in-out;
  border-radius: 15px;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.2);
}
.home .cta h2 {
  line-height: 1.7rem;
}
.home .cta .cta-copy {
  margin: 0;
  padding: 50px 30px 140px;
}
.home .cta .btn {
  bottom: 50px;
}
.home .cta:hover, .home .cta:focus {
  border: 1px solid #BBC8D3;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
}
.home .cta:hover .btn, .home .cta:focus .btn {
  box-shadow: none !important;
}
.banner-cta {
  background: #8DC63F !important;
  color: #fff;
}
.banner-cta:before, .banner-cta:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.banner-cta:before {
  width: 65%;
  top: 0;
  left: 50px;
  background: url("../img/newsletter-top-block.svg");
  background-position: top left;
}
.banner-cta:after {
  width: 65%;
  bottom: 0;
  right: 50px;
  background: url("../img/newsletter-bottom-block.svg");
  background-position: bottom right;
}
.banner-cta h2 {
  font-size: 2rem;
}
.banner-cta h2, .banner-cta .lead {
  color: #fff;
}
.banner-cta .btn {
  position: relative;
  z-index: 3;
  padding: 22px 25px;
}
#icbc-logo {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.cta {
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.cta .image {
  width: 100%;
  padding-top: 62%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: url("https://via.placeholder.com/815x500");
}
.cta h2 {
  padding-bottom: 10px;
  text-transform: inherit;
}
.cta p {
  color: #3D474F;
}
.cta .btn {
  margin: 0 auto;
  padding: 15px 30px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 50px;
  transform: translate(-50%, 0);
  box-shadow: 2px 5px 15px rgba(27, 27, 27, 0.2);
}
.cta-copy {
  height: 100%;
  margin: 0 10px;
  position: relative;
  padding-bottom: 75px;
  padding-top: 25px;
}
.cta-copy.copy-image-icon {
  padding-top: 68%;
}
#ctas-interior .icon {
  padding-top: 70%;
  background-size: contain !important;
}
/** RESPONSIVE ******************************/
@media screen and (min-width: 2000px) {
  .home .cta .image {
    top: 30px;
    padding-top: 40%;
  }
  .home .cta .btn {
    font-size: 24px;
  }
  .cta .image.icon {
    background-size: 150px !important;
  }
  .col-lg-3 .cta .image.icon {
    height: 185px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1500px) {
  .home .cta h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  #ctas-container .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .cta h2 {
    font-size: 1.4rem;
  }
  .cta .image.icon {
    background-size: 20% !important;
  }
  .col-lg-3 .cta {
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 990px) {
  #ctas .col-lg-8 {
    padding-right: 15px !important;
  }
  #home-banner .intro {
    text-align: center;
  }
  #ctas-container {
    margin-bottom: 0;
  }
  .cta {
    margin-bottom: 40px;
  }
  .cta .btn {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  .page-template-landing-page #ctas-container {
    margin-top: 20px;
  }
  .page-template-landing-page .cta {
    height: auto;
  }
  .home #ctas:before {
    display: none;
  }
  .banner-cta {
    text-align: center !important;
  }
  .banner-cta:after {
    width: 80%;
    right: 0;
    bottom: 0;
  }
  .banner-cta:before {
    width: 80%;
    top: 0;
    left: 50px;
  }
  .banner-cta .col-lg-8 {
    padding-right: 15px !important;
  }
  .banner-cta h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .home #ctas:before {
    display: none;
  }
  .home #ctas-container {
    margin-top: 40px;
  }
  .home #ctas-container .col-lg {
    margin-bottom: 40px;
  }
  .home #ctas-container .cta .cta-copy {
    padding: 35px 30px 70px;
  }
  .home #ctas-container .cta .btn {
    bottom: 35px;
  }
  .home .cta .btn {
    margin-top: 20px;
    position: absolute;
    padding: 15px 30px;
  }
  .home .cta .image {
    padding-top: 46%;
  }
}
@media screen and (min-width: 768px) {
  .home #ctas-container {
    position: relative;
    z-index: 3;
    padding: 0;
  }
  .home #ctas-container .col-lg-4 {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #ctas-container {
    margin-top: 40px;
  }
  .cta {
    height: auto;
  }
  #home-banner .intro {
    margin-bottom: 0;
  }
  .banner-cta h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 650px) {
  .home #ctas:before {
    display: none;
  }
  .home .cta .image {
    padding-top: 40%;
  }
  #insurance-type-box {
    width: 100%;
  }
  #insurance-type-box .col-4 .big {
    font-size: 35px;
  }
}
@media screen and (max-width: 450px) {
  .home .cta .cta-copy {
    padding: 35px 20px 140px;
  }
  #icbc-logo {
    width: 100%;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        BANNER - COMPONENT
    -------------------------------------------
*/
.dropdown-toggle::after {
  display: none;
}
#error-banner .banner {
  height: 65vh;
}
.banner {
  min-height: 285px;
  padding: 35px;
  position: relative;
  border: 1px solid #BBC8D3;
  border-radius: 15px;
  z-index: 2;
  text-align: center;
  background: #fff;
  box-shadow: 6px 7px 20px rgba(27, 27, 27, 0.2);
}
.banner p {
  color: #fff;
}
.banner .row {
  z-index: 2;
}
.banner h1 {
  font-weight: bold;
  text-transform: inherit;
  line-height: 1.1em;
}
.banner h1, .banner p, .banner a, .banner input {
  position: relative;
}
.banner .btn-banner {
  position: relative;
  padding: 15px 30px;
  margin: 20px auto;
  display: block;
  max-width: 300px;
}
.banner.mb {
  margin-bottom: 40px;
}
article .banner {
  min-height: auto;
  padding-top: 50%;
  background: url("https://via.placeholder.com/1200x285");
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#error-banner .banner {
  margin-top: 10px;
  background: #ebf0f4;
  background-size: cover;
}
#error-banner .banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 25px;
  background: url("../img/404-errors-pattern.svg");
  background-attachment: fixed;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1250px) {
  .banner .btn-banner {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  #error-banner .banner {
    margin-top: 50px;
  }
  .banner h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 650px) {
  .banner {
    padding: 30px 20px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        BLOCK CTA - COMPONENT
    -------------------------------------------
*/
#cttt {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px 30px;
  background: #1C75BC;
}
#cttt .btn {
  width: 300px;
  margin: 0 0 0 auto;
}
#cttt:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url("../img/contact-insureline-logo-v2.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 40%;
  z-index: 0;
  right: 60px;
  bottom: 0px;
}
@media screen and (max-width: 990px) {
  #cttt {
    padding: 50px 30px;
  }
  #cttt a {
    text-align: center !important;
  }
  #cttt .btn {
    margin: 20px auto 0;
  }
  #cttt .col-lg-8 {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  #cttt:before {
    background-position: bottom center;
    background-size: 50%;
    right: 0;
  }
}
#blocks-cta {
  margin-top: 100px;
  margin-bottom: 150px;
}
.block-cta .image {
  width: 80%;
  margin: 0 70px;
  background: url("https://via.placeholder.com/815x500");
  padding-top: 60%;
  position: relative;
  border-radius: 80px;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.2);
}
.block-cta .image:before {
  content: "";
  width: 80%;
  padding-top: 50%;
  position: absolute;
  bottom: -70px;
  left: -70px;
  border: 15px solid #1C75BC;
  border-radius: 80px;
  z-index: -1;
}
.block-cta .btn {
  margin: 0 auto 0 0;
  align-self: flex-start;
}
.block-cta b {
  font-size: 1.2rem;
}
/** RESPONSIVE ******************************/
@media (min-width: 990px) and (max-width: 1500px) {
  .ctas-two .banner-cta .col-lg-8, .ctas-two .banner-cta .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ctas-two .banner-cta h2 {
    font-size: 1.6rem;
  }
  .ctas-two .banner-cta .lead {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1300px) {
  .block-cta .image:before {
    bottom: -50px;
    left: -50px;
  }
}
@media screen and (max-width: 990px) {
  #blocks-cta {
    margin-bottom: 0;
  }
  .block-cta .image {
    width: 450px;
    min-height: 300px;
    padding: 0;
    margin: 0 auto;
  }
  .block-cta .col-lg-5 {
    margin-top: 100px;
    text-align: center;
  }
  .block-cta .btn {
    margin: 0 auto;
  }
  .block-cta .order-1 {
    margin-top: 30px !important;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  .block-cta .image {
    width: 275px;
    min-height: 200px;
    border-radius: 40px;
  }
  .block-cta .image:before {
    width: 90%;
    border-radius: 50px;
    bottom: -40px;
    left: -40px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        BLOG FEED - COMPONENT
    -------------------------------------------
*/
#blog-feed article .col-lg-4, #blog-feed article .col-lg-8 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#blog-feed article .col-lg-8 {
  padding-top: 50%;
}
#blog-feed .col-lg-4 .image {
  padding-top: 50%;
}
#blog-feed .text-right a {
  margin-top: -20px;
  margin-right: 15px;
}
#blog-feed #breadcrumbs a {
  margin-right: 0;
}
#blog-feed .image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#blog-feed .news-box .image {
  background: url("https://via.placeholder.com/815x500?text=News%20Image");
}
#blog-feed .advisor-box .image {
  background: url("../img/user-no-photo.svg");
  background-size: 130% !important;
  left: auto;
  top: auto;
}
#blog-feed .col-lg-8 .box .btn {
  margin: 0;
}
#blog-feed aside ul {
  padding-left: 0;
}
#blog-feed aside li {
  padding: 10px 5px;
  list-style-type: none;
  border-bottom: 1px solid #BBC8D3;
}
#blog-feed aside .box {
  border: 1px solid #BBC8D3;
  box-shadow: none;
}
#blog-feed aside .box .col-lg-7 p {
  margin-bottom: 0;
}
#blog-feed aside .box .image {
  max-height: 110px;
  position: relative;
  border-radius: 10px;
}
#blog-feed aside #searchsubmit {
  position: absolute;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  transform: none;
  box-shadow: none !important;
  padding: 10px 50px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0 !important;
}
.blog-box {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}
.blog-box .image {
  width: 100%;
  padding-top: 62%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://via.placeholder.com/815x500");
  border-radius: 15px;
  transition: all 0.7s ease-in-out;
}
.blog-box .image:hover, .blog-box .image:focus {
  transition: all 0.7s ease-in-out;
}
.blog-box .cta-copy {
  margin: 0 30px;
  padding-bottom: 0;
  padding-top: 68%;
}
.blog-box .cta-copy span {
  font-weight: bold;
}
.blog-box h2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: inherit;
}
.blog-box p {
  color: #3D474F;
}
.box {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 3px 5px 10px rgba(27, 27, 27, 0.2);
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.box:hover, .box:focus {
  border: 1px solid #BBC8D3;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
}
.box:hover .btn, .box:focus .btn {
  box-shadow: none !important;
}
.box .image {
  width: 100%;
  padding-top: 62%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://via.placeholder.com/815x500");
}
.box .cta-copy {
  margin: 0 30px;
  padding-bottom: 135px;
  padding-top: 70%;
}
.box .cta-copy span {
  font-weight: bold;
}
.box h2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: inherit;
}
.box p {
  color: #3D474F;
}
.box .btn {
  margin: 0 auto;
  padding: 15px 30px;
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 50px;
  transform: translate(-50%, 0);
  box-shadow: 2px 5px 15px rgba(27, 27, 27, 0.2);
}
.box .social-media a {
  font-size: 18px;
  padding: 11px 12px;
  margin: 0 3px;
  border: 1px solid #BBC8D3;
  border-radius: 50px;
  transition: all 0.7s ease-in-out;
}
.box .social-media a:hover, .box .social-media a:focus {
  color: #fff;
  background: #1666A5;
  border-color: #1666A5;
  transition: all 0.7s ease-in-out;
}
article .box {
  border: 1px solid #BBC8D3;
  box-shadow: none;
}
.owl-blog .item {
  padding: 0 15px;
}
.owl-blog .owl-nav {
  display: none;
}
.owl-blog .owl-dots {
  text-align: center;
}
.owl-blog .owl-dot span {
  width: 50px;
  height: 10px;
  margin: 10px 3px 0;
  display: block;
  background: #BBC8D3;
  transition: all 0.7s ease-in-out;
  border-radius: 5px;
}
.owl-blog .owl-dot.active span {
  background: #8DC63F;
  transition: all 0.7s ease-in-out;
}
.navigation {
  text-align: center;
}
.navigation li {
  display: inline;
}
.navigation li.disabled, .navigation li.active a, .navigation li a {
  color: #3D474F;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #BBC8D3;
  cursor: pointer;
  padding: 10px 15px;
}
.navigation li a:hover, .navigation li.active a {
  color: #fff;
  background-color: #1C75BC;
  border-color: #1C75BC;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1300px) {
  #blog-feed aside .col-lg-5, #blog-feed aside .col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #blog-feed aside .col-lg-7 {
    margin-bottom: 10px;
  }
  #blog-feed aside .col-lg-5 {
    margin-bottom: 20px;
  }
  #blog-feed aside .box .image {
    position: relative;
  }
  #blog-feed aside .recent-post:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1100px) {
  #blog-feed .advisor-box .image {
    background-size: 150% !important;
  }
}
@media screen and (max-width: 990px) {
  .category #blog-feed.mt-5, .tag #blog-feed.mt-5, #search #blog-feed.mt-5 {
    margin-top: 0 !important;
  }
  #blog-feed article .col-lg-8 {
    text-align: center;
  }
  #blog-feed .col-lg-8 .box .btn {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #blog-feed .news-box .col-lg-8 .box .btn {
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .box .cta-copy {
    padding-top: 67%;
  }
  .intro-breadcrumbs-back {
    margin-bottom: 20px;
  }
  .loadmore {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #blog-feed {
    margin-bottom: 75px;
  }
  #blog-feed .col-8, #blog-feed .col-4 {
    text-align: center !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #blog-feed .col-lg-4 .image {
    padding-top: 60%;
  }
  #blog-feed article .col-lg-8 {
    padding-top: 60%;
  }
  #blog-feed .text-right a {
    margin: 10px 0 0;
  }
  .owl-blog .owl-dot span {
    width: 30px;
    height: 15px;
  }
}
@media screen and (max-width: 650px) {
  .owl-blog .item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 450px) {
  .box .cta-copy {
    margin: 0 20px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        NEWSLETTER - COMPONENT
    -------------------------------------------
*/
#newsletter {
  margin-top: 20px;
  margin-bottom: 100px;
}
#newsletter > .banner {
  min-height: auto;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  background: #8DC63F;
}
#newsletter > .banner:before, #newsletter > .banner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
#newsletter > .banner:before {
  width: 65%;
  top: -25px;
  left: 50px;
  background: url("../img/newsletter-top-block.svg");
}
#newsletter > .banner:after {
  width: 65%;
  bottom: -115px;
  right: 50px;
  background: url("../img/newsletter-bottom-block.svg");
}
#newsletter input {
  width: 100%;
  height: 70px;
  position: relative;
  z-index: 3;
}
#newsletter h2 {
  font-size: 2em;
  color: #fff;
}
/** RESPONSIVE ******************************/
@media only screen and (max-width: 1200px) {
  #newsletter h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 990px) {
  #newsletter {
    margin-top: 0;
    margin-bottom: 80px;
  }
  #newsletter .banner:before, #newsletter .banner:after {
    display: none;
  }
  #newsletter input {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  #newsletter > .banner {
    padding: 25px 20px;
  }
  #newsletter h2 {
    margin-top: 0 !important;
    font-size: 1.5rem;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        GET A QUOTE - COMPONENT
    -------------------------------------------
*/
.nav-pills .nav-link {
  font-size: 1.2em;
  font-weight: bold;
  color: #1C75BC;
  background: #ECF4F9;
  padding: 15px 30px;
  margin-right: 10px;
}
.nav-pills .nav-link.active[data-toggle=pill] {
  background: #1C75BC;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.15);
}
.get-quote-type {
  padding-top: 10px;
  margin-bottom: 40px;
  border-radius: 15px;
  border: 1px solid #BBC8D3;
}
.get-quote-type .image {
  padding-top: 62%;
  background: url("https://via.placeholder.com/760x470");
  border-radius: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#get-quotes .btn {
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.15) !important;
  padding: 15px 25px;
}
#multi-quotes .btn {
  padding: 15px;
  font-size: 16px;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1200px) {
  .get-quote-type h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 990px) {
  #pills-tab {
    padding-right: 0;
  }
  .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        SERVICES CAROUSEL - COMPONENT
    -------------------------------------------
*/
.service-block {
  border-radius: 15px;
  padding: 30px;
  border: 1px solid transparent;
  border-top: 20px solid #8DC63F;
  box-shadow: 3px 5px 10px rgba(27, 27, 27, 0.2);
  transition: all 0.7s ease-in-out;
  color: #3D474F;
}
.service-block:hover, .service-block:focus {
  color: #3D474F;
  box-shadow: none;
  border: 1px solid #BBC8D3;
  transition: all 0.7s ease-in-out;
}
.service-block:hover button, .service-block:focus button {
  color: #fff !important;
  background: #81B639;
  transition: all 0.7s ease-in-out;
  box-shadow: none !important;
}
.service-block:hover i, .service-block:hover b, .service-block:focus i, .service-block:focus b {
  color: #1666A5;
  transition: all 0.7s ease-in-out;
}
.service-block .service-image {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.service-block b, .service-block i {
  font-weight: bold;
  color: #1C75BC;
  transition: all 0.7s ease-in-out;
}
.service-block b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.owl-services {
  padding: 0 50px;
}
.owl-services .owl-stage {
  display: flex;
  padding: 20px 0;
}
.owl-services .item {
  margin: 0 10px;
}
.owl-services .item, .owl-services .item a {
  height: 100%;
}
/** RESPONSIVE ******************************/
@media screen and (min-width: 651px) {
  .owl-services .owl-nav {
    position: absolute;
    top: 35%;
    transform: translate(0, -35%);
    left: 0;
    right: 0;
  }
  .owl-services .owl-nav button.owl-prev, .owl-services .owl-nav button.owl-next {
    position: absolute;
    margin: 0;
  }
  .owl-services .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-services .owl-nav button.owl-next {
    right: 0;
  }
}
@media screen and (max-width: 650px) {
  .owl-services {
    padding: 0;
  }
  .owl-services .owl-nav {
    top: auto;
    bottom: -70px;
    right: 0;
    left: 0;
    text-align: center;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        THREE STEPS - COMPONENT
    -------------------------------------------
*/
#three-steps {
  background: #1C75BC;
}
#three-steps .row {
  width: 1200px;
  margin: 0 auto;
}
#three-steps h2, #three-steps .lead, #three-steps .col-lg-3, #three-steps .col-md-3 {
  color: #fff;
}
#three-steps h2 {
  font-weight: 400;
}
#three-steps .lead {
  margin-top: -10px;
}
#three-steps span {
  font-size: 45px;
  font-weight: bold;
}
#three-steps span i {
  font-size: 35px;
  margin-top: 5px;
  margin-left: -50px;
  margin-right: 20px;
}
#three-steps p {
  font-size: 20px;
  line-height: 1.3rem;
}
#three-steps .col-lg-3, #three-steps .col-md-3 {
  display: flex;
}
#three-steps .col-lg-3:first-child, #three-steps .col-md-3:first-child {
  max-width: 250px;
}
/** RESPONSIVE ******************************/
@media (min-width: 990px) and (max-width: 1200px) {
  #three-steps .row {
    width: 980px;
  }
  #three-steps h2 {
    font-size: 1.3em;
  }
  #three-steps .lead {
    font-size: 1.2em;
  }
  #three-steps p {
    font-size: 14px;
    line-height: 1rem;
  }
}
@media (max-width: 990px) {
  #three-steps .row {
    width: 100%;
  }
  #three-steps .col-lg-3.vertical-center {
    text-align: center;
  }
  #three-steps .col-lg-3:first-child {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #three-steps .col-lg-3:nth-child(2) span i {
    display: none;
  }
  #three-steps span i {
    margin-left: -40px;
  }
  #three-steps p {
    font-size: 18px;
    line-height: 1.2rem;
  }
}
@media (max-width: 767px) {
  #three-steps .col-lg-3 {
    display: block;
    text-align: center;
    padding-right: 15px !important;
  }
  #three-steps span {
    font-size: 24px;
    display: inline-block;
  }
  #three-steps span i {
    display: none;
  }
  #three-steps p {
    display: inline-block;
    padding-left: 5px !important;
  }
}
@media (max-width: 650px) {
  #three-steps span {
    font-size: 18px;
  }
  #three-steps p {
    font-size: 16px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        TESTIMONIALS - COMPONENT
    -------------------------------------------
*/
#testimonials {
  margin-top: 50px;
  padding-top: 120px;
  padding-bottom: 50px;
  margin-bottom: 75px;
}
#testimonials:before, #testimonials:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  z-index: -2;
}
#testimonials:before {
  background: url("../img/testimonial-left-block.svg");
  background-position: left;
}
#testimonials:after {
  background: url("../img/testimonial-right-block.svg");
  background-position: right;
}
#testimonials.home:after {
  background: url("../img/testimonial-left-block.svg");
  transform: scale(-1, -1);
}
#testimonials-carousel .col-lg-6:first-child .owl-testimonials .item, #testimonials-carousel .col-lg-8 .owl-testimonials .item {
  font-size: 21px;
}
#testimonials-carousel .col-lg-6:first-child {
  padding-right: 200px;
}
.testimonial-image {
  width: 80%;
  margin: 0 70px;
  background: url("https://via.placeholder.com/815x500");
  padding-top: 60%;
  border-radius: 80px;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.2);
}
.testimonial-image:before {
  content: "";
  width: 60%;
  padding-top: 50%;
  position: absolute;
  top: 100px;
  left: 0;
  border: 15px solid #1C75BC;
  border-radius: 80px;
  z-index: -1;
}
.testimonial-image:after {
  content: "";
  width: 60%;
  padding-top: 50%;
  position: absolute;
  top: -80px;
  right: 15px;
  border: 15px solid #8DC63F;
  border-radius: 80px;
  z-index: -1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  color: #fff;
  margin-top: 20px;
  margin-right: 5px;
  padding: 5px 15px !important;
  background: #8DC63F;
  border-radius: 50%;
  box-shadow: 2px 5px 10px rgba(27, 27, 27, 0.3) !important;
  transition: all 0.7s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus {
  background: #81B639;
  transition: all 0.7s ease-in-out;
}
.owl-testimonials .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 20px 3px 0;
  display: block;
  background: #BBC8D3;
  transition: all 0.7s ease-in-out;
  border-radius: 50px;
}
.owl-testimonials .owl-dot.active span {
  background: #8DC63F;
  transition: all 0.7s ease-in-out;
}
/** RESPONSIVE ******************************/
@media screen and (min-width: 2000px) {
  #testimonials:after {
    left: -15%;
  }
}
@media screen and (max-width: 1300px) {
  #testimonials-carousel .col-lg-6:first-child, #testimonials-carousel .owl-testimonials .item {
    padding-right: 50px;
  }
  #testimonials-carousel .col-lg-6:first-child .owl-testimonials .item, #testimonials-carousel .owl-testimonials .item .owl-testimonials .item {
    font-size: 18px;
  }
  .testimonial-image {
    margin: 30px 70px 0;
  }
  .testimonial-image:after {
    top: -50px;
  }
  #testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  #testimonials:after {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  #testimonials-carousel .col-lg-6:first-child, #testimonials-carousel .owl-testimonials .item {
    padding-right: 15px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        LENDERS - COMPONENT
    -------------------------------------------
*/
#lenders-carousel .owl-stage-outer {
  padding: 60px 0 30px;
}
#lenders-carousel .owl-nav {
  text-align: center;
}
#lenders-carousel .item {
  margin: 0 15px;
}
.lender-image {
  padding-top: 50%;
  border-radius: 15px;
  background-size: 70% !important;
  border: 1px solid transparent;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.2);
  transition: all 0.7s ease-in-out;
}
.lender-image:hover {
  box-shadow: none;
  border: 1px solid #BBC8D3;
  transition: all 0.7s ease-in-out;
}
/** RESPONSIVE ******************************/
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        ACCORDION - COMPONENT
    -------------------------------------------
*/
#accordion .card-header {
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.7s ease-in-out;
}
#accordion .card-header[aria-expanded=true] i {
  transform: rotate(180deg);
  transition: all 0.7s ease-in-out;
}
#accordion .card-header h4 {
  padding-left: 20px;
}
#accordion .card-header i {
  position: absolute;
  top: 15px;
  left: 15px;
}
.card {
  background: #F6F6F6;
  border: 1px solid #BBC8D3;
}
.card-body {
  background: #fff;
}
/** RESPONSIVE ******************************/
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        INSURANCE PARTNERS - COMPONENT
    -------------------------------------------
*/
.insurance-partner {
  padding-top: 50%;
  border-radius: 15px;
  background-size: 65% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid transparent;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.15);
  transition: all 0.7s ease-in-out;
}
.insurance-partner:hover {
  box-shadow: none;
  border: 1px solid #BBC8D3;
  transition: all 0.7s ease-in-out;
}
/** RESPONSIVE ******************************/
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        FORMS - COMPONENT
    -------------------------------------------
*/
input, textarea, select .gform_body input, .gform_body textarea, .gform_wrapper select {
  border: 1px solid #BBC8D3;
  box-shadow: none;
  border-radius: 7px;
  padding: 12px 15px !important;
  background: #F6F6F6;
  outline: 0 !important;
  outline-offset: 0 !important;
  background-image: none !important;
}
input[type=text], input[type=email], input[type=button], input[type=submit], textarea, .gform_body input[type=text], .gform_body input[type=email], .gform_body input[type=button], .gform_body input[type=submit], .gform_body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#input_24_21_1 {
  position: absolute;
}
#field_24_21 label {
  margin-left: 30px;
  margin-top: -5px;
}
textarea, .gform_body textarea, .gform_legacy_markup_wrapper textarea.medium {
  height: 300px !important;
}
.gform_wrapper select {
  width: 100% !important;
  height: calc(3rem + 2px);
  margin-top: 0 !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0 !important;
  margin-right: 10px;
}
.m-toggle {
  overflow: hidden;
}
.gform_wrapper .m-toggle .gfield_radio li {
  margin: 0 0 15px !important;
}
.gform_wrapper .m-toggle ul.gfield_radio li {
  float: left;
}
.m-toggle .gfield_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.m-toggle .gfield_radio label {
  float: left;
}
.m-toggle .gfield_radio label {
  display: inline-block !important;
  width: 70px !important;
  background-color: #F6F6F6;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 13px 14px !important;
  border: 1px solid #BBC8D3;
  transition: all 0.1s ease-in-out;
}
.m-toggle .gfield_radio label:hover {
  cursor: pointer;
}
.m-toggle .gfield_radio input:checked + label {
  background-color: #8DC63F;
  box-shadow: none;
}
.gform_wrapper .m-toggle .gfield_radio li label {
  margin: 0 !important;
}
.gform_wrapper .m-toggle.fr .gfield_radio li label {
  width: 100px !important;
}
.m-toggle .gfield_radio li:first-of-type label {
  border-radius: 4px 0 0 4px;
}
.m-toggle .gfield_radio li:last-of-type label {
  border-radius: 0 4px 4px 0;
}
.gform_wrapper .m-toggle .gfield_radio li label {
  max-width: 100%;
}
body div#ui-datepicker-div[style] {
  z-index: 99 !important;
}
.ui-datepicker table {
  background: #fff;
}
::placeholder {
  color: #3D474F;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #3D474F;
}
::-ms-input-placeholder {
  color: #3D474F;
}
.gform_wrapper .validation_message {
  display: none;
}
.gform_wrapper li.gfield.gfield_error {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  margin: 6px 0px !important;
  padding-top: 6px;
  padding-bottom: 0;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
  border-color: #e74c3c !important;
}
.gform_wrapper div.validation_error {
  border-top: 2px solid #e74c3c !important;
  border-bottom: 2px solid #e74c3c !important;
}
.gform_wrapper .gsection {
  border-bottom: 1px solid #BBC8D3 !important;
}
.grecaptcha-badge {
  z-index: 99999;
}
.gform_wrapper .top_label input.medium.datepicker {
  width: 90% !important;
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        MOBILE APP CTA - COMPONENT
    -------------------------------------------
*/
#mobile-app {
  margin-top: 100px;
  margin-bottom: 100px;
}
#mobile-app .banner .row:before {
  content: "";
  width: 100%;
  height: 190%;
  position: absolute;
  z-index: 5;
  background: url(../img/insureline-mobile-app.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  bottom: -140px;
  right: 30px;
}
#mobile-app .d-inline-flex.position-relative {
  z-index: 5;
}
.android-app {
  background: url("../img/google-app-btn.svg");
}
.apple-app {
  background: url("../img/apple-app-btn.svg");
}
.android-app, .apple-app {
  width: 150px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1650px) {
  #mobile-app .banner .row:before {
    height: 180%;
    right: -30px;
  }
}
@media screen and (max-width: 1500px) {
  #mobile-app {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #mobile-app .banner .row:before {
    height: 150%;
    bottom: -60px;
  }
}
@media screen and (max-width: 1400px) {
  #mobile-app {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #mobile-app .banner .row:before {
    height: 110%;
    bottom: -20px;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #mobile-app .banner .row:before {
    height: 100%;
    bottom: 0;
    right: -20px;
  }
}
@media screen and (max-width: 990px) {
  #mobile-app .col-lg-7.pr-5 {
    padding-right: 15px !important;
  }
  #mobile-app .banner .row:before {
    display: none;
  }
  #mobile-app .d-inline-flex.position-relative {
    margin: 0 auto;
  }
}
/**********************************************************************************************************************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fancybox-button {
  color: #fff !important;
  background: #8dc63f !important;
}
.fancybox-button:visited, .fancybox-button:link {
  color: #fff !important;
}
.fancybox-bg {
  background: #f9f9f9 !important;
}
.fancybox-slide {
  padding: 0;
}
.fancybox-content {
  padding: 40px 15px;
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  opacity: 1;
}
/** RESPONSIVE ******************************/
@media (max-width: 990px) {
  .fancybox-content .col-lg-6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .fancybox-content {
    width: 100% !important;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        MOBILE SIDEBAR
    -------------------------------------------
*/
#sidebar-mobile {
  max-width: 350px;
  overflow: hidden;
  background: #fff;
  padding: 0 !important;
  position: fixed !important;
  z-index: 11;
  top: 0;
  left: -350px;
  border-right: 1px solid #BBC8D3;
  transition: transform 0.5s ease-in-out;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
}
#sidebar-mobile li {
  margin: 5px 0;
  text-align: left;
}
#sidebar-mobile li.blue-outline-btn, #sidebar-mobile li.green-btn {
  padding: 0;
}
#sidebar-mobile b {
  font-size: 17px;
}
#sidebar-mobile a.nav-link {
  font-weight: bold;
  padding: 0.2rem 0.75rem;
  border-radius: 5px;
  display: inline-block;
}
#sidebar-mobile .btn:nth-child(odd).active a {
  color: #fff;
  border-color: #81B639;
  background: #81B639;
}
#sidebar-mobile .btn:nth-child(odd) a {
  padding: 0.25rem 0.75rem !important;
  border-radius: 5px;
  color: #fff;
  background: #8DC63F;
  border: 3px solid #8DC63F;
}
#sidebar-mobile .btn:nth-child(odd) a:hover {
  background: #81B639;
  border: 3px solid #81B639;
}
#sidebar-mobile .btn:nth-child(even).active a {
  color: #fff;
  background: #1C75BC;
}
#sidebar-mobile .btn:nth-child(even) a {
  padding: 0.25rem 0.75rem !important;
  font-weight: bold;
  color: #1C75BC;
  border: 3px solid #1C75BC;
  border-radius: 5px;
  background: transparent;
}
#sidebar-mobile .btn:nth-child(even) a:hover, #sidebar-mobile .btn:nth-child(even) a:active, #sidebar-mobile .btn:nth-child(even) a:focus {
  color: #fff;
  background: #1C75BC;
}
#sidebar-mobile .dropdown-menu {
  position: relative !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  border: 0;
  padding: 0;
  margin: 0 12px;
}
#sidebar-mobile .dropdown-menu i {
  margin-right: 5px;
}
#sidebar-mobile .social-media {
  width: 100%;
  position: absolute;
  z-index: 9999;
  left: 0;
  bottom: 0;
  background: #fff;
  display: table;
  text-align: center;
  border-top: 1px solid #BBC8D3;
}
#sidebar-mobile .social-media a {
  color: #1C75BC;
  padding: 20px;
  display: table-cell;
  border-right: 1px solid #BBC8D3;
}
#main-nav-mobile {
  padding: 30px 30px 80px;
  overflow: scroll;
}
#main-nav-mobile a {
  color: #1C75BC;
}
#main-nav-mobile .btn a {
  color: #fff;
}
/** RESPONSIVE ******************************/
@media (max-width: 1200px) {
  #sidebar-mobile {
    margin: 75px 0 0 !important;
  }
  #sidebar-mobile li.sub-menu-start {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #BBC8D3;
  }
  #sidebar-mobile li.d-lg-none {
    display: block !important;
  }
  body.mobile-toggle-active #sidebar-mobile, body.mobile-toggle-active main, body.mobile-toggle-active .sub-menu-nav {
    transform: translateX(350px);
  }
  #main-nav-mobile li.active > a, #main-nav-mobile li.current_page_parent > a, #main-nav-mobile li.current-page-ancestor > a {
    color: #fff;
    background: #1666A5;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        SUB FOOTER - LAYOUT
    -------------------------------------------
*/
#sub-footer {
  min-height: 300px;
  position: relative;
  padding: 30px 35px;
  background: #fff;
  border-top: 6px solid #1C75BC;
  overflow: hidden;
}
#sub-footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/rounder-square-gray.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  position: absolute;
  top: 30px;
  right: -50px;
}
#sub-footer .insureline-logo {
  padding-top: 25%;
  background: url("../img/insureline-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#sub-footer a {
  display: block;
  padding: 3px 0;
  color: #3D474F;
}
#sub-footer a:hover, #sub-footer a:focus {
  color: #1666A5;
}
/** RESPONSIVE ******************************/
@media only screen and (max-width: 1200px) {
  #sub-footer .insureline-logo {
    padding-top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #sub-footer:before {
    top: 100px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #sub-footer {
    padding: 30px 0;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        FOOTER - LAYOUT
    -------------------------------------------
*/
#back-to-top {
  width: 40px;
  height: 40px;
  background: url("../img/insureline-logo-mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
}
footer {
  position: relative;
  padding: 20px 50px;
  background: #fff;
  border-top: 1px solid #BBC8D3;
  border-bottom: 20px solid #1C75BC;
}
footer p {
  font-size: 12px;
  margin: 0;
}
footer .social-media {
  float: right;
}
.copyright a {
  padding-right: 15px;
  position: relative;
}
.copyright a:last-child:after {
  display: none;
}
.copyright a:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #3D474F;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  right: 5px;
}
.social-media a {
  color: #1C75BC;
  padding: 12px 15px;
  font-size: 20px;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #8DC63F;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #8DC63F;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-top-color: #8DC63F;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  border-top-color: #8DC63F;
}
.tooltip-inner {
  background: #8DC63F;
}
/** RESPONSIVE ******************************/
@media only screen and (max-width: 990px) {
  footer {
    text-align: center;
  }
  footer span {
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  footer p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 350px) {
  footer p {
    font-size: 10px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        LANDING - PAGE
    -------------------------------------------
*/
body.post-type-archive-commercial-insurance article .box .image:before, body.post-type-archive-personal-insurance article .box .image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
body.post-type-archive-commercial-insurance article .box .cta-copy, body.post-type-archive-commercial-insurance article .box .btn, body.post-type-archive-personal-insurance article .box .cta-copy, body.post-type-archive-personal-insurance article .box .btn {
  z-index: 3;
}
/** RESPONSIVE ******************************/
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        INTERIOR - PAGE
    -------------------------------------------
*/
#main-copy {
  margin-bottom: 130px;
}
#main-copy .block-cta .image:before {
  border-color: #8DC63F;
}
.cta-interior-actions p {
  color: #3D474F;
}
.cta-interior-actions .row {
  background: #fff;
  border-radius: 15px;
  box-shadow: 6px 7px 20px rgba(27, 27, 27, 0.2);
  transition: all 0.7s ease-in-out;
}
.cta-interior-actions .row:hover, .cta-interior-actions .row:focus {
  box-shadow: none;
  border: 1px solid #BBC8D3;
  transition: all 0.7s ease-in-out;
}
.cta-interior-actions .col-9 {
  padding: 20px 20px 5px;
}
.cta-interior-actions .col-3 {
  background: #1C75BC;
}
.cta-interior-actions .col-3 i {
  color: #fff;
  font-size: 42px;
}
.cta-interior-actions:hover .col-3, .cta-interior-actions:focus .col-3 {
  background: #1666A5;
  transition: all 0.7s ease-in-out;
}
.page-template-default .owl-dots {
  display: none;
}
#other-services {
  margin-top: 50px;
}
.other-service-block {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid transparent;
  box-shadow: 1px 2px 10px rgba(27, 27, 27, 0.15);
  transition: all 0.7s ease-in-out;
}
.other-service-block:hover, .other-service-block:focus {
  box-shadow: none;
  border: 1px solid #BBC8D3;
  transition: all 0.7s ease-in-out;
}
.other-service-block p {
  color: #3D474F;
}
.other-service-block i {
  font-size: 130px;
}
.other-service-block .icon {
  background-size: 70% !important;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1300px) {
  .other-service-block i {
    font-size: 100px;
  }
}
@media screen and (max-width: 1200px) {
  #main-copy {
    margin-bottom: 100px;
  }
  #other-services {
    margin-top: 30px;
  }
  #other-services .other-service-block {
    padding: 170px 30px 10px;
  }
  #other-services .other-service-block .col-lg-4, #other-services .other-service-block .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  #other-services .other-service-block .col-lg-4 {
    margin: 0 0 20px;
    height: 150px !important;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
  #other-services .other-service-block .col-lg-8.vertical-center {
    justify-content: flex-start;
  }
  .cta-interior-actions .col-9 {
    padding: 20px 20px 10px;
  }
  .cta-interior-actions .col-3 i {
    padding-top: 10px;
  }
  .other-service-block i {
    font-size: 75px;
  }
  .other-service-block .icon {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 20px;
    background-color: #F6F6F6 !important;
    border-radius: 15px;
  }
}
@media screen and (max-width: 990px) {
  #main-copy {
    margin-bottom: 0;
  }
  .other-service-block {
    text-align: center;
  }
  .other-service-block h3 {
    margin-top: 20px;
  }
  .other-service-block i {
    margin-top: 20px;
  }
  #ctas-interior {
    margin-top: 1.5rem !important;
  }
  #ctas-interior h3 {
    font-size: 1.2em;
  }
  #ctas-interior .row.mb-5 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 650px) {
  .other-service-block {
    padding: 30px 10px;
  }
  #other-services .other-service-block {
    padding: 170px 10px 10px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        CONTACT - PAGE
    -------------------------------------------
*/
.email-office {
  box-shadow: none !important;
  padding: 5px 25px;
  font-size: 1em;
}
.office-box {
  padding: 0 0 0 30px;
  background: #fff;
  border: 1px solid #BBC8D3;
  border-radius: 15px;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.1);
}
.office-box .col-lg-7 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.office-box .col-lg-5 {
  color: #fff;
  background: #1C75BC;
}
.office-box .col-lg-5:before, .office-box .col-lg-5:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  background: #1C75BC;
}
.office-box .col-lg-5:before {
  top: -25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.office-box .col-lg-5:after {
  bottom: -25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.office-box .col-lg-5 h3, .office-box .col-lg-5 .d-block {
  color: #fff;
  position: relative;
  z-index: 2;
}
.office-box #hof {
  padding-top: 30px;
}
.office-box #hof:after {
  width: 100%;
  height: 160%;
  content: "";
  position: absolute;
  background: url("../img/contact-insureline-logo-v2.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
  z-index: 1;
  right: 30px;
  bottom: -25px;
}
.single-office-location {
  background: #1C75BC;
  border-bottom: 1px solid #BBC8D3;
}
.single-office-location h3, .single-office-location b {
  color: #fff;
}
.office-image {
  padding-top: 100%;
  border-radius: 15px;
  border: 1px solid #BBC8D3;
  background: url("../img/commercial-no-photo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.office-btns {
  margin-left: -30px;
  margin-right: -30px;
  background: #F6F6F6;
  border: 1px solid #BBC8D3;
  border-left: 0;
  border-right: 0;
}
.office-btns .btn {
  box-shadow: none !important;
  font-size: 0.8rem;
}
.contact .block-cta .image {
  margin-top: -100px;
}
.contact .gform_body textarea, .contact .gform_legacy_markup_wrapper textarea.medium {
  height: 200px !important;
}
#offices-by-city h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #BBC8D3;
}
#contact-info-advisor .col-12 {
  border-bottom: 1px solid #BBC8D3;
  padding-bottom: 7px;
  margin-bottom: 4px;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1300px) {
  #contact-info-boxes .col-xl-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .office-box #hof:after {
    width: 500px;
    height: 198px;
  }
}
@media only screen and (max-width: 990px) {
  .contact .block-cta .image {
    margin-top: 0;
  }
  #contact-info-boxes {
    margin-bottom: 0 !important;
    font-size: 14px;
  }
  #contact-info-boxes .row.py-3 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #contact-info-boxes .col-xl-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .office-box {
    padding: 30px 15px;
  }
  .office-box #hof {
    padding-top: 0;
  }
  .office-box #hof:after {
    width: 100%;
    height: 100%;
    right: 50px;
    bottom: -20px;
    background-size: contain;
  }
  .office-box .col-lg-5 {
    top: 50px;
  }
  .office-box .col-lg-5:before {
    top: -20px;
  }
  .office-box .col-lg-5:after {
    bottom: -20px;
  }
  .office-box .col-lg-7 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #offices-by-city {
    margin-top: 100px !important;
  }
}
@media only screen and (max-width: 650px) {
  .office-box h3 {
    font-size: 1.1rem;
  }
  .office-box b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .office-box .col-lg-7 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
  }
  .office-box .col-lg-7 .d-flex {
    display: block !important;
  }
}
@media only screen and (max-width: 400px) {
  .office-box h3 {
    font-size: 1rem;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        CLAIMS - PAGE
    -------------------------------------------
*/
.search-bar {
  position: relative;
}
.search-bar input {
  height: 70px;
}
.search-bar i {
  top: 24px;
  right: 35px;
  font-size: 24px;
  position: absolute;
  color: #1C75BC;
}
.company .get-quote-type {
  padding-top: 0;
}
.company h3 {
  display: none;
}
.company .company-logo {
  padding-top: 65%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.company .btn {
  padding: 15px 25px;
}
.emergency-guide {
  padding: 30px 45px 150px;
  transition: all 0.7s ease-in-out;
}
.emergency-guide:hover, .emergency-guide:focus {
  box-shadow: none;
  transition: all 0.7s ease-in-out;
}
.emergency-guide .icon {
  padding-top: 50%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.emergency-guide .btn {
  margin: 0 auto !important;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 250px;
  transform: none;
}
/** RESPONSIVE ******************************/
@media (max-width: 1360px) {
  #emergency-guides .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 990px) {
  .company .col-lg-8 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #emergency-guides .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 330px) {
  .emergency-guide {
    padding: 30px 20px 150px;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        CAREERS - PAGE
    -------------------------------------------
*/
#careers-content {
  margin-bottom: 100px;
}
#careers-opportunities .box .cta-copy {
  padding-top: 30px;
}
/** RESPONSIVE ******************************/
@media screen and (max-width: 1300px) {
  .single-career-opportunities .btn-default {
    font-size: 18px;
    padding: 15px;
  }
}
@media screen and (max-width: 990px) {
  #careers-content, .single-career-opportunities h1 {
    margin-top: 0 !important;
  }
  #careers-content {
    margin-bottom: 50px;
  }
  article .btn-default.float-right {
    max-width: 200px;
    margin: 20px 0;
    float: left !important;
  }
}
/**********************************************************************************************************************************************************************************************/
/*
    -------------------------------------------
        FIND ADVISORS - PAGE
    -------------------------------------------
*/
#find-advisor-search .dropdown-item {
  border-radius: 0;
  font-weight: normal;
}
#location-selector {
  width: 175px;
  padding: 21px;
  text-align: left;
  position: relative;
  font-size: 18px;
  border: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important;
}
#location-selector i {
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 26px;
  right: 18px;
}
#location-selector:hover, #location-selector:focus {
  background: #1666A5;
}
#location-options .dropdown-item:focus, #location-options .dropdown-item:active {
  background: #1666A5 !important;
}
#advisor-search {
  padding-left: 190px !important;
}
hr {
  border-color: #BBC8D3;
}
.advisor-block {
  display: block;
  padding: 15px;
  border-radius: 15px;
  border: 1px solid transparent;
  background: #fff;
  font-size: 16px;
}
.advisor-block b, .advisor-block span {
  color: #3D474F;
}
.advisor-block i {
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.advisor-block #contact-info-advisor i {
  top: 10px;
  left: 10px;
  right: auto;
}
.advisor-block #contact-info-advisor .col-12 {
  border-bottom: 1px solid #BBC8D3;
  padding-bottom: 7px;
  margin-bottom: 4px;
}
.advisor-block .row.py-3 {
  border-top: 1px solid #BBC8D3;
}
.advisor-block .advisor-social-media i {
  position: relative;
  font-size: 20px;
  right: auto;
}
.advisor-image {
  background: url("../img/user-no-photo.svg");
  background-position: center !important;
  background-size: 120% !important;
  background-repeat: no-repeat !important;
  padding-top: 100%;
  border-radius: 15px;
  border: 1px solid #BBC8D3;
  box-shadow: 3px 10px 20px rgba(27, 27, 27, 0.2);
  transition: all 0.7s ease-in-out;
}
.advisor-image:hover, .advisor-image:focus {
  border: 1px solid #BBC8D3;
  box-shadow: none;
  transition: all 0.7s ease-in-out;
}
.advisor-buttons .btn {
  font-size: 0.8rem;
  box-shadow: none !important;
}
.single-advisor .advisor-block {
  padding: 15px 15px 0;
  font-size: 18px;
}
.single-advisor h1 {
  font-size: 1.4rem;
}
.single-advisor .advisor-image {
  border-bottom: 1px solid #BBC8D3;
}
.intro-breadcrumbs-back {
  background: #1666A5;
  padding: 50px 35px 30px;
}
.intro-breadcrumbs-back .breadcrumb_last {
  font-weight: bold;
}
.intro-breadcrumbs-back h1, .intro-breadcrumbs-back a, .intro-breadcrumbs-back p, .intro-breadcrumbs-back b {
  color: #fff;
}
/** RESPONSIVE ******************************/
@media (min-width: 2600px) {
  .advisor-block h3 {
    font-size: 1.8em;
  }
  .advisor-block b {
    font-size: 1.4em;
  }
}
@media only screen and (max-height: 1550px) {
  .advisor-block {
    font-size: 15px;
  }
}
@media only screen and (max-height: 1400px) and (min-width: 1200px) {
  .advisor-buttons .btn {
    padding: 15px;
  }
}
@media (max-width: 1500px) {
  .single-advisor .intro-breadcrumbs-back.row.mt-5, .single-news .intro-breadcrumbs-back.row.mt-5 {
    margin-top: 20px !important;
  }
}
@media (max-width: 1300px) {
  .single-advisor aside {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }
  .single-advisor article {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}
@media (max-width: 1200px) {
  .single-advisor aside {
    margin-bottom: 50px;
  }
  .intro-breadcrumbs-back {
    padding: 30px 35px;
  }
  .advisor-name {
    font-size: 18px;
  }
}
@media (max-width: 990px) {
  #find-advisor-search {
    padding: 0 35px;
  }
  .single-advisor aside {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-advisor article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-advisor .advisor-block {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #find-advisor-search {
    padding: 0 15px;
    margin-bottom: 0 !important;
  }
  #advisor-search {
    padding-left: 95px !important;
  }
  #find-advisors .location, #find-advisor-search {
    padding: 0;
  }
  .intro-breadcrumbs-back .col-md-6 {
    text-align: center !important;
  }
  .advisor {
    margin-top: 20px;
  }
  .single-advisor .advisor-image {
    margin: 0 auto 20px;
  }
  .advisor-name {
    text-align: center;
  }
  #location-selector {
    width: 75px;
  }
  #location-selector span {
    display: none;
  }
  #location-selector i {
    text-align: center;
    left: 0;
    right: 0;
  }
}
@media (max-width: 550px) {
  .advisor-block {
    font-size: 12px;
  }
  .advisor-block .col-3 {
    padding-right: 0;
  }
  .advisor-image {
    padding-top: 100%;
    max-width: 100%;
  }
  .advisor-buttons .btn {
    padding: 15px 10px;
  }
}
/**********************************************************************************************************************************************************************************************/
