@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #022c6a
Secondary color : #022c6a
*/
/* DEFAULT STYLES */
body,
.TitleStyle1,
.TitleStyle2,
.TitleStyle3,
.TitleStyle4,
.TitleStyle5,
input,
button,
select,
textarea,
p,
ul,
li,
a {
  color: #393939;
  font-size: 16px;
  font-family: Roboto;
  line-height: 30px;
}
body {
  background-color: #fff;
  overflow-x: hidden;
}
body,
figure {
  margin: 0;
  padding: 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*Typography */
h1, h2, h3, h4, h5 {
    font-weight: 600;
}
h1 {
  color: #242a33;
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
}
h1 a {
  color: #242a33;
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  line-height: 44px;

  width: 100%;
  display: inline-block;
  margin: 10vh 0;
  max-width: 35ch;
}
h1:has(a) {
    margin:0px;
}
h2 {
  color: #242a33;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  line-height: 36px;
}
h3 {
color: #242a33;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
}
h4 {
    font-size: 18px;
    line-height: 24px;
}
h2.pagetitle {
  color: #012664;
  text-align: center;
  font-size: 56px;
  font-family: "Montserrat", sans-serif;
  line-height: 64px;
  margin-top: 20px;
  margin-bottom: 0;
}
.inner-pg-banner h2 {
    color: #242a33;
    font-size: 28px;
    line-height: 36px;
}
    
h3.baner-subheading {
  color: #242a33;
  text-align: center;
  font-size: 22px;
  font-family: Roboto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  max-width: 40ch;
}
.ban-caption.index {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
}
.index .quote-box .row {
    display: flex;
    flex-direction: column;
}
p, #content-section ul li, #content-section ol li {
  color: #393939;
  font-size: 16px;
  font-family: Roboto;
  line-height: 30px;
}
#content-section p a, #content-section ul li a, #content-section ol li a {
    text-decoration: underline;
}
#content-section p a.btn-customer {
    text-decoration: none;
}
#content-section h2, #content-section h3, #content-section h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 50ch;
}
h4 {
  color: #242a33;
  text-align: center;
  font-size: 18px;
  font-family: Roboto;
  font-weight: normal;
  margin-bottom: 40px;
}
.ins-color {
  color: #022c6a;
}
a:hover {
  text-decoration: none;
}
h1 a:hover, h1 a:focus {
  color: #012562;
}
/*top bar*/

.top-bar {
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
.top-left-bg {
  background: linear-gradient(
    43.55deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
      border: 1px solid #e6ebf2;
}
.top-right {
  padding: 0 20px !important;
}

.top_bar_nav {
  margin: 0;
  padding: 0;
  float: right;
}

.top_bar_nav li {
  color: #242a33;
  float: left;
  list-style-type: none;
  margin: 0;
  border-right: 1px solid #e6ebf2;
  padding: 8px 20px;
  padding-left: 20px;
}
.top_bar_nav li, .top_bar_nav li a {
    font-size: 14px;
    line-height: 24px;
}
.top_bar_nav li i {
  color: #022c6a;
}
.top-my-account li {
  border-right: none;
}
.top_bar_nav li .dropdown-menu.top-my-account li {
  border-right: none;
  padding: 0 10px;
  width: 100%;
  margin: 5px 0;
}
.top_bar_nav li:nth-child(1),
.top_bar_nav li:nth-child(2) {
  padding-left: 15px;
  padding-right: 15px;
}
.top_bar_nav li:nth-child(8) {
  background: #022c6a;
  border-radius: 6px;
  margin: 0 0 0 20px;
  padding: 8px 16px;
  width: 161px;
  text-align: center;
}

.top_bar_nav li:nth-child(8) a.dropdown-toggle::after {
  display: none;
}
.top_bar_nav li:nth-child(8) i,
.top_bar_nav li:nth-child(8) a {
  color: #fff;
}

.top_bar_nav li:nth-child(6),
.top_bar_nav li:nth-child(4),
.top_bar_nav li:nth-child(6),
.top_bar_nav li:nth-child(8) {
  border-right: none;
}
.top_bar_nav li:nth-child(5),
.top_bar_nav li:nth-child(6) {
  padding-left: 13px;
  padding-right: 0;
}
/*.top_bar_nav li:nth-child(3) {
  padding-left: 20px;
  padding-right: 0;
}*/
.top_bar_nav li:nth-child(7),
.top_bar_nav li:nth-child(5),
.top_bar_nav li:nth-child(3) {
  padding-right: 20px;
  padding-left: 13px;
}
.top_bar_nav li:nth-child(3) a i,
.top_bar_nav li:nth-child(4) a i,
.top_bar_nav li:nth-child(5) a i,
.top_bar_nav li:nth-child(6) a i,
.top_bar_nav li:nth-child(7) a i {
  color: #242a33;
}
.top-my-account li {
  border-right: none;
}
ul.top-my-account li a {
  color: #242a33 !important;
}
ul.top_bar_nav li a:hover, ul.top_bar_nav li a:focus,
ul.top_bar_nav li a.active {
  color: #666;
}

.top_bar_nav li:nth-child(3):hover a i,
.top_bar_nav li:nth-child(4):hover a i,
.top_bar_nav li:nth-child(5):hover a i,
.top_bar_nav li:nth-child(6):hover a i,
.top_bar_nav li:nth-child(7):hover a i {
  color: #1345a2;
}
.top_bar_nav li:nth-child(8):hover a,
.top_bar_nav li:nth-child(8):hover a.active {
  color: #fff;
}

ul.top-my-account li a:hover, ul.top-my-account li a:focus {
  color: #242a33 !important;
  text-decoration: underline 2px #022c6a;
  text-underline-position: under;
  background: transparent;
}
.dropdown-menu.top-my-account {
  transform: translate3d(0, 28px, 0px) !important;
  top: 10px !important;
  background: #f7f8fa;
      border: 1px solid #e6ebf2;
}

.logo-and-nav {
  margin-top: 80px;
  margin-bottom: 80px;
  height: 48px;
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}
.logo-agency {
  margin-left: 15px;
}
.logo-size {
    padding-right: 20px;
}
.navbar-brand {
  display: none;
}
.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navbar-nav .nav-item {
  margin-right: 20px;
}
.navbar.navbar-expand-md.navbar-dark.navbar-custom {
  padding: 0;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.custom-nav {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.logo-part {
  display: flex;
  align-items: center;
}
.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  color: #242a33 !important;
  font-size: 17px;
  font-family: Roboto;
}
.nav-link {
  padding: 0;
}
.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  width: 240px;
  padding: 5px 0;
  border-radius: 0px;
  margin-top: 20px;
  background: #f7f8fa;
    border: 1px solid #e6ebf2;  
}
.dropdown-submenu .dropdown-menu {
  margin-top: 0 !important;
  background: #f7f8fa;
  background: linear-gradient(-90deg, #f2f5fa, #f7f8fa)!important;
  width: 250px !important;
}
.dropdown-submenu li a {
  font-size: 16px;
  margin: 10px 0 !important;
}
.dropdown-submenu .dropdown-menu li {
  margin: 10px 0;
}
.submenu-link {
  font-size: 18px;
}
.submenu-wrapper {
}
.submenu-wrapper i {
    padding-right: 10px;
    color: #022c6a;
}
.navbar-expand-md .navbar-nav .dropdown-menu a:last-child {
  margin-bottom: 0;
}
.navbar-expand-md .navbar-nav .dropdown-menu a {
  padding: 5px 10px !important;
  line-height: 25px;
  font-style: normal;
  margin-bottom: 5px;
}
.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link {
  color: #242a33 !important;
  text-decoration: none;
}
ul.main-dropdown-menu {
  padding-left: 0px;
}
.main-dropdown-menu li {
  list-style-type: none;
  margin: 5px 0;
}
ul.main-dropdown-menu {
  padding-left: 0px;
  
}
/* Unified hover/active/focus state for all header navigation levels:
   top-level nav links, dropdown-menu items, and nested submenu items.
   The .navbar-custom .nav-item.dropdown .dropdown-menu .nav-link variant
   is repeated here to out-specificity the default color rule above. */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-item:hover > .nav-link,
.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link:hover,
.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link:focus,
.navbar-custom .nav-item.dropdown .dropdown-menu .nav-link.active,
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:focus,
.navbar-nav .dropdown-menu a.active,
.submenu-link:hover,
.submenu-link:focus,
.submenu-link.active {
  color: #242a33 !important;
  text-decoration: underline;
  text-decoration-color: #022c6a;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  background: transparent;
}

.animated-icon3 {
  width: 19px !important;
  height: 23px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  padding: inherit !important;
  display: block;
}
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 95%;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon3 span {
  background: #fff;
}

.animated-icon3 span:nth-child(1) {
  top: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 10px;
  height: 3px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 10px;
  height: 3px;
}

/*banner*/

.banner img {
  mask-image: linear-gradient(to bottom, transparent -100%, #c4c4c4 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent -100%,
    #c4c4c4 100%
  );
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.banner-bottom-strip.animation-right-to-left:hover .banner img {
  width: 300px;
}
.banner {
  margin-bottom: 80px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(207,216,230,.8);
  background: linear-gradient(45deg, rgba(2,44,106,.6), rgba(207,216,230,.6), rgba(2,44,106,.4));
  pointer-events:none;
}
.ban-caption {
  position: absolute;
  top: 0;
  position: absolute;
  z-index: 100;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

#Type {
  position: relative;
}

#Type {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.type-of-insurance::after {
  position: absolute;
  content: "\25BC";
  color: #333333;
  font-size: 18px;
  pointer-events: none;
  right: 125px;
  line-height: 29px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}
.index .type-of-insurance::after {
  left: 90%;
  right: auto;
}
#Type::after {
  position: absolute;
  content: "\25BC";
  color: #333333;
  font-size: 18px;
  pointer-events: none;
  right: 125px;
  line-height: 29px;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
}
.type-of-insurance {
  position: relative;
}
.quote-box select,
#ZipCode {
  border-radius: 6px;
      border: 1px solid #e6ebf2;
  background: #fff;
  width: 370px;
  height: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.submit-btn {
  width: 370px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  border-radius: 6px;
  background: #022c6a;
  border: none;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.submit-btn:hover,
.submit-btn:focus,
.peace-mind-headings a:hover,
.peace-mind-headings a:focus {
  background: #044281;
}
.quote-box {
  margin-top: 20px;
}

/*lob section*/
#lob-section {
  background: linear-gradient(
    43.55deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
  position: relative;
}

.lob-banner img {
  mask-image: linear-gradient(to bottom, transparent -100%, #022c6a 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent -100%,
    #022c6a 100%
  );

  object-fit: cover;
  width: 100%;
  height: 100%;
}
.quote-box.jot-frm-section {
  width: 60%;
  margin-top: 10px;
}
.lob-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
background: rgba(207,216,230,.8);
  background: linear-gradient(45deg, rgba(2,44,106,.6), rgba(207,216,230,.6), rgba(2,44,106,.4));
  pointer-events:none;
}

.lob-services {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.lob-services li:first-child {
  padding: 40px 40px 20px;
}
.lob-banner {
  height: 100%;
  width: 100%;
}

.lob-services li strong.title {
  color: #242a33;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
.lob-services li:nth-child(4),
.lob-services li:nth-child(2) {
  background: linear-gradient(
    90deg,
    rgba(207, 216, 230, 0.3) 0%,
    rgba(207, 216, 230, 0) 100%
  );
  background-blend-mode: multiply;
}
.lob-services li:nth-child(2),
.lob-services li:nth-child(3),
.lob-services li:nth-child(4) {
  padding: 20px 40px 20px;
}
.lob-services li:last-child {
  padding: 20px 40px 40px;
}
.lob-services li p {
  margin-bottom: 20px;
  text-align: left;
}
.lob-services a {
  color: #022c6a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.lob-services a:hover, .lob-services a:focus {
  color: #044281;
}

#lob-section {
  background: linear-gradient(
    43.55deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
      border: 1px solid #e6ebf2;
  position: relative;
  margin-bottom: 80px;
  display: flex;
  width: 100%;
  overflow: hidden;
}

/*content*/
#content-section ul {
  margin: 20px 0;
  padding-left: 20px;
}
#content-section ul.breadcrumb {
  margin-bottom: 0px;
  padding-left: 0px;
}
#content-section ul li, #content-section ol li {
  margin-bottom: 10px;
  line-height: 24px;
}
#content-section ul li::marker {
    color: #022c6a;
}
#content-section p:last-child {
  margin-bottom: 0;
}
#content-section {
  margin-bottom: 10vh;
  width: 100%;
}
#content-section .cntpg div {
  padding: 0;
}
#content-section .cntpg p {
  margin-bottom: 20px;
}

#content-section div.cntpg,
#career-grid .col-md-4.col-sm-6,
#career-grid .row,
#career-grid .row .col-md-4.col-sm-6 div {
  padding: 0;
}
.grid-divider {
    margin: 20px 0;
}
#content-section div .row.contact-list .col-md-6.col-sm-12.carrier-box-fix {
  padding: 0 20px;
}
/*testinomail_sections*/
#testinomail_sections {
  position: relative;
  display: flex;
  width: 100%;
  background: #dbe1e1;
}
.test-wrap {
  width: 100%;
}
.testi-banner {
  width: 100%;
  height: 100%;
}
.testi-banner img {
  height: 100%;
  width: 100%;
  mask-image: linear-gradient(to bottom, transparent -100%, #022c6a 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent -100%,
    #022c6a 100%
  );
}
#testinomail_sections .col-md-6 {
  padding: 0;
}
.left-testinomail {
  overflow: hidden;
}
#testinomail_sections::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
background: rgba(207,216,230,.8);
  background: linear-gradient(90deg, rgba(207,216,230,.6), rgba(2,44,106,.4), rgba(207,216,230,.8) 70%);
  pointer-events:none;
}
.testimonials-caption {
  text-align: center;
  padding: 40px 15px;
  position: relative;
  z-index: 1;
}
.testimonials-caption .carousel-indicators li {
  background: transparent;
  border: 2px solid #022c6a;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.testimonials-caption .carousel-item p {
  margin-bottom: 30px;
}
.testimonials-caption .carousel-indicators .active {
  background: #022c6a;
}
.testimonials-caption h2 {
  margin-bottom: 30px;
}
.testimonials-caption .client-name {
  text-align-last: right;
  text-align: right;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  line-height: 20px;
  font-weight: normal;
}
.testi-banner-flip {
  height: 100%;
  width: 100%;
}
.testimonials-caption .client-name strong {
  color: #012664;
}
.leave-review {
  background: #012562;
  padding: 80px 0;
}

.leave-review a {
  width: 370px;
  margin: 0 auto;
  display: flex;
  height: 40px;
  background: #5d5b5c;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.leave-review a:hover,
.leave-review a:focus {
  background: #424142;
}

/* Carrier Carousel Section */

.nbs-flexisel-container {
  max-width: 100%;
  position: relative;
}
.nbs-flexisel-container {
  max-width: 100%;
  position: relative;
}
.nbs-flexisel-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 9999px;
}
.nbs-flexisel-inner {
  float: left;
  margin: 80px 0;
  overflow: hidden;
  width: 100%;
}
.nbs-flexisel-item {
  cursor: default;
  float: left;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.nbs-flexisel-item img {
  cursor: default;
  max-width: 100%;
  position: relative;
  margin: 0 auto 10px;
  display: block;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  cursor: default;
  height: 22px;
  position: absolute;
  width: 22px;
  z-index: 100;
}
/* Carrier Carousel Section Ends*/

footer {
  background: #242a33;
  padding: 40px 0;
}
footer h2, footer h3 {
  color: #fff;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  line-height: 36px;
  margin-bottom: 30px;
}
.footer-content {
  padding: 0;
  list-style: none;
}
ul.footer-content li {
  margin-bottom: 20px;
}
ul.footer-content li a {
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
}
ul.footer-content li a.active,
ul.footer-content li a:hover, ul.footer-content li a:focus {
  border-bottom: 2px solid #757374;
  text-decoration: none;
  color: #fff;
}

/*blog*/
#rssfeeds p {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
#rssfeeds p:first-child {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.titlefield,
.titlefield a {
  order: 2;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.datefield,
.read-more a {
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
  line-height: 42px;
}

.read-more a:hover, .read-more a:focus{
	opacity:.8;
}

.read-more a span {
  text-decoration-line: underline;
}
.read-more {
  margin-top: -10px;
}
.datefield {
  margin-bottom: 20px;
}
#rssfeeds p:nth-child(3) {
  display: none;
}
.read-more a {
  font-weight: bold;
}
#rssfeeds p:last-child {
  display: none;
}
.rssfeedsclass, .rssfeedsclass p, .rssfeedsclass a {
    color: #fff;
} 
/*footer*/
.contact-info ul.footer-content li a:hover {
  border-bottom: none;
  text-decoration: none;
  opacity: .8;;
}
.contact-info i {
  color: #757374;
  float: left;
  font-size: 10px;
  line-height: 18px;
  margin-right: 5px;
  margin-top: 0;
  width: 18px;
}

.social_section i {
  color: #fff;
}
.contact-info ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.contact-info ul li a {
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.copyright {
  padding: 80px 0 50px;
  text-align: center;
}
.social_section i {
  color: #fff;
  font-size: 17px;
}
.copy-ul li a:hover,
.copy-ul li a:focus {
  color: #fff;
}
.social_section i:hover,
.social_section i:focus {
  color: #fff;
  opacity: 0.7;
}
.contact-info ul li:first-child {
  line-height: 30px;
}
.contact-info ul li:first-child i {
  line-height: 20px;
}
.copy-ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
.copy-ul li a,
.copy-ul li {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 18px;
  font-weight: 400;
  font-family: Roboto;
  color: #fff;
}
.read-more i {
  line-height: 0;
  float: inherit;
}
.footer-map {
  width: 223px;
  max-width: 100%;
  height: 114px;
  margin-bottom: 30px;
}
.social_section.d-flex.justify-content-between.footer-content {
  width: 60px;
}
.social_section.d-flex.justify-content-between.footer-content li {
  text-align: center;
  margin-bottom: 0;
}
ul.social_section > li:nth-child(2) i {
  line-height: 22px;
}
/*peace-of-mind*/
#peace-of-mind {
  position: relative;
  margin-bottom: 80px;
  display: flex;
  width: 100%;
  background: linear-gradient(
    45deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
  overflow: hidden;
      border: 1px solid #e6ebf2;
}
.peace-mind-headings {
  padding: 60px 40px !important;
}
.on-device-swap-lob-baner {
  overflow: hidden;
}
.peace-of-mind {
  height: 100%;
  width: 100%;
}
.peace-of-mind-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peace-mind-headings h2,
.peace-mind-headings h3 {
  text-align: center;
  color: #242a33;
  text-align: center;
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: 44px;
  margin-bottom: 30px;
}
.peace-mind-headings p {
  margin-bottom: 30px;
text-align:center;
  margin: 30px auto;
}
.peace-mind-headings a {
  width: 370px;
  margin: 0 auto;
  display: flex;
  height: 40px;
  background: #012562;
  border-radius: 6px;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.peace-of-mind .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(to bottom, transparent -100%, #022c6a 100%);
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent -100%,
    #022c6a 100%
  );
}

.peace-of-mind::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
background: rgba(207,216,230,.8);
  background: linear-gradient(45deg, rgba(2,44,106,.6), rgba(207,216,230,.6) 60%);
  pointer-events:none;
}

/* Mobile design */
.mobile-container {
  padding-left: 15px;
  padding-right: 15px;
}
.mobile-container img {
  width: 220px;
}
div.phone-view-bg {
  background: linear-gradient(
    45deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
}
div.phone-view {
  margin: 20px auto;
  display: inline-block;
}
div.phone-view i {
  color: #fff;
}
div.phone-view button,
div.phone-view a.btn,
div.phone-view ul {
  color: #fff;
  padding: 10px 18px;
  font-size: 16px;
  border: 0;
  margin-bottom: 20px;
  text-align: center;
  background: #022c6a;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}
div.phone-view ul:first-of-type {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap;
}
div.phone-view ul li a {
  color: #fff;
}
div.phone-view ul li a:hover,
div.phone-view ul li a:focus {
  color: #242a33;
}
div.phone-view button:hover,
div.phone-view button:focus,
div.phone-view a.btn.click-call:hover,
div.phone-view a.btn.click-call:focus {
  background: #044281;
  transition: 0.2s;
  color: #fff;
}
div.phone-view a.btn:hover,
div.phone-view a.btn:focus {
  background: #044281;
  transition: 0.2s;
  color: #fff;
}
div.phone-view a.btn .fas {
    color: #fff;
}
div.phone-view div > * {
  background: #fff;
  color: #2c2c2c;
  padding: 5px 0 20px;
  text-align: center;
  margin: 0px 0 20px;
    
}
div.phone-view div:last-of-type {
border: 1px solid #e6ebf2;
}
div.phone-view div > ul {
      border: 1px solid #e6ebf2;
}
div.phone-view div h3 {
  margin: 0;
  padding-top: 20px;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  line-height: normal;
}
div.phone-view div p {
  margin: 0px;
}
div.phone-view div a.btn {
  background: #fff;
  width: 220px;
  height: 38px;
  font-size: 16px;
  line-height: 20.8px;
}
div.phone-view div a.btn {
  background: #022c6a;
  width: 220px;
  height: 38px;
  font-size: 16px;
  line-height: 20.8px;
  color: #fff;
}
div.phone-view div a i {
  color: #022c6a;
}
div.phone-view ul:last-child {
  display: inherit;
}
div.phone-view div ul > * {
  padding: 8px 0 0;
  list-style-type: none;
}

div.phone-view div ul > * a {
  color: #2c2c2c;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}

div.phone-view div ul > * a:hover {
  color: #2c2c2c;
  text-decoration: underline;
  text-decoration-color: #022c6a;
  text-underline-position: under;
  text-decoration-thickness: 2px;
  transition: 0.2s;
}
.container.mobile-fix {
  padding: 0px;
}

#lob-section .col-md-6,
#peace-of-mind .col-md-6 {
  padding: 0;
}
/* inner page content*/
.inner-content h1,
.inner-content p,
.inner-content .grid-divider h3 {
  text-align: left !important;
}
.inner-content .grid-divider h3 {
  margin-bottom: 10px;
}
.inner-content.no-bg {
    border-top: 1px solid #e6ebf2;
    padding-top: 5vh;
}
#content-section #career-grid {
  margin-top: 30px;
}
#content-section #career-grid .row {
    padding: 0 15px;
}
.wrk-with-us {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: left;
}
.wrk-with-us i {
  font-size: 8px;
  margin-right: 20px;
  color: #1345a2;
}
.wrk-with-us li:nth-child(2n) {
  margin: 20px 0;
}

.test-cap-inner-pg {
  width: 100%;
  display: flex;
  align-items: center;
}
.test-cap-inner-pg .testimonials-caption {
  width: 364px;
  margin: 0 auto;
}
.test-cap-inner-pg h2 {
  text-align: left;
}
.leave-review h3 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}
.here-for-you.justify-content-between {
  background: #022252;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px;
}

/*circle animation */
.services-content {
  padding: 0;
  list-style: none;
  width: 230px;
  margin: 0 auto;
}

.services-content li::before {
  font-family: "FontAwesome";
  content: "\00b7";
  font-size: 60px;
  color: #757374;
  margin-right: 15px;
  font-weight: 900;
  line-height: 24px;
  flex: 0 0 auto;
}
ul.services-content li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  color: #fff;
}
ul.services-content li a {
  font-family: Roboto;
  color: #fff;
  font-size: 16px;
  flex: 1 1 auto;
  text-align: left;
}

.circle-container.appear {
  position: relative;
  width: 230px;
  height: 230px;
  padding: 0;
  border-radius: 230px;
  list-style: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  text-align: center;
  margin: 0 auto;
}
@keyframes ani-circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.circle-container.appear.icon-box {
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-delay: 1s;
  animation-fill-mode: backwards;
  animation-name: icon-scale1;
}
.circle-container.appear .icon-box {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  animation-delay: 1s;
  animation-fill-mode: backwards;
  animation-name: icon-scale;
  background: #022252;
  padding: 6px;
}
@keyframes fade-out-to-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes icon-scale {
  0% {
    transform: scale(0);
    transition: all 0.4s ease-in;
  }
  50%,
  60% {
    transition: all 0.4s ease-in;
    transform: scale(1.2);
    padding: 4px;
  }
  100% {
    transform: scale(1);
    transition: all 0.4s ease-out;
  }
}
@keyframes icon-scale1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.circle-container.icon-box li {
  display: none;
}
.circle-container.appear.icon-box li {
  display: block;
}
.circle-container.appear.icon-box li.ani-delay-0 {
  animation-delay: 1.5s !important;
}

.circle-container.appear.icon-box li.ani-delay-1 {
  animation-delay: 2.5s !important;
}
.circle-container.appear.icon-box li.ani-delay-2 {
  animation-delay: 3.5s !important;
}
.circle-container.appear.icon-box li.ani-delay-3 {
  animation-delay: 4.5s !important;
}

.circle-container.appear > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2em;
}

.circle-container.appear > :nth-of-type(1) {
  top: 50% !important;
  left: 100% !important;
}
.circle-container.appear > :nth-of-type(2) {
  top: 100% !important;
}

.circle-container.appear > :nth-of-type(3) {
  top: 50% !important;
  left: 0% !important;
}

.circle-container.appear > :nth-of-type(4) {
  top: 0% !important;
}
.services-container li {
  display: none;
}
.services-container li.active {
  display: block;
  opacity: 1;
  animation-delay: 0.2s;

  animation-name: content-sh;
}
@keyframes content-sh {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service-item p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.service-item a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  margin-bottom: 0;
}

.services-container {
  top: 0;
  position: absolute;
  z-index: 100;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
  padding: 0;
}

.circle-container > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-container li a {
  transition: all 0.2s ease-in-out;
}
.circle-container > li > a i {
  color: #fff;
  text-align: center;
  font-family: Font Awesome 6 Free;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;

  transition: all 0.4s ease-out;
}
.circle-container li a:hover i {
  transition: all 0.4s ease-in;
  transform: scale(1.3);
}
.service-user {
  position: absolute;
  left: 50% !important;
  top: 118px !important;
  text-align: center;
  display: block;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
}

.service-user.appear {
  position: absolute;

  text-align: center;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Font Awesome 6 Free;
  font-size: 72px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}

.service-user.appear.user-animate {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);

  animation-fill-mode: backwards;
  animation-name: scale-trans;
  transition: all 0.4s ease-out;
}
@keyframes scale-trans {
  0% {
    transition: all 0.4s ease-in;
    opacity: 0.3;
    left: 0 !important;
  }
  50%,
  60% {
    transition: all 0.4s ease-in;
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transition: all 0.4s ease-out;

    opacity: 1;
  }
}

.active2 {
  opacity: 0.2;
  transform: scale(1.2) translate(-40%, -50%) !important;
  -webkit-transform: scale(1.2) translate(-40%, -50%) !important;
  -moz-transform: scale(1.2) translate(-40%, -50%) !important;

  transition: all 0.4s ease-in;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-name: cent-user-ani;
}
@keyframes cent-user-ani {
  0% {
    opacity: 1;
    transform: scale(1.6) !important;
  }
  100% {
    opacity: 0;
    transform: scale(1.2) !important;
  }
}

.circle-container > li.active-circle-icon > a i {
  color: #757374;
}
ul.services-content li a:hover,
ul.services-content li a:focus {
  color: #ccc;
}
/* fade animation effect*/
.fade-in {
  opacity: 0.2;
  transition: all 0.6s;

  transform: translate(0, 100px);
}

.fade-in.appear {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-down {
  opacity: 0.2;
  transition: all 0.6s;
  transform: translate3d(0, -100%, 0);
}
.fade-down.appear {
  opacity: 1;
  transform: translate(0, 0);
}
.ban-caption-fade-in {
  opacity: 0.2;
  transition: all 0.6s;
  transform: translate(-50%, -0%);
}
.ban-caption-fade-in.appear {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.testimonial-caption-fade-in {
  opacity: 0.2;
  transform: translate(0, -0%);
  transition: all 0.6s;
}
.testimonial-caption-fade-in.appear {
  opacity: 1;
  transform: translate(0, -50%);
}

/* inner banner zoom effect*/
.banner-zoom-in {
  opacity: 0.2;
  transform: scale(1.1);
  transition: all 0.6s;
  overflow: hidden;
}

.banner-zoom-in.appear {
  opacity: 1;
  transform: scale(1);
  overflow: visibile;
}

/* content-visible effect*/
.content-visible {
  opacity: 0.2;
  transition: opacity 250ms ease-in;
}
.content-visible.appear {
  opacity: 1;
}

/* effect on banner*/

.jk-relative {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.inner-pg-banner {
  background: linear-gradient(
    45deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
  padding: 78px 0 95px;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
      border: 1px solid #e6ebf2;
}
.banslide.banner {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 2;
  animation: right-to-left 1s forwards;
  scale: 2;
  height: 500px;
  animation-delay: 0.6s;
}
@keyframes right-to-left {
  0% {
    width: 100%;
    left: 0;
    scale: 2;
  }
  100% {
    width: 50%;
    left: 0;
    scale: 1;
  }
}

.inner-pg-banner h2 {
  margin-top: 0;
}
.inner-pg-banner .quote-box select,
.inner-pg-banner #ZipCode,
.inner-pg-banner .submit-btn {
  text-align: center;
  padding: 0;
}

.banner {
  margin-bottom: 80px;
}

/* iframe height*/

.cc-frame {
  width: 100%;
  height: 1600px;
  border: 0;
}
#cpIframe {
  width: 100%;
  height: 1800px;
  border: 0;
}
.email-form {
  width: 100%;
  height: 700px !important;
  border: 0;
}
/* Carriers Section */
#content-section .carriers-box {
  background: #fff;
  filter: drop-shadow(2px 3px 3px #999);
  color: #393939;
  border: 1px solid #e6ebf2;
  margin: 15px 0;
  min-height: 150px;
  padding: 20px 15px;
  text-align: center;
}
#content-section .carriers-box img {
  margin: 0 auto;
}
#content-section .carriers-box h3 {
  color: #393939;
}
#content-section .carriers-box p {
  color: #393939;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 30px;
}

#carrier-section {
  opacity: 0.1;
  transition: all 0.9s;
}
#carrier-section.appear {
  opacity: 1;
  transform: translate(0, 0);
}
.carriers-box a.btn-customer {
  background: #002563;
  border: 1px solid #002563;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  height: auto;
  margin: 5% 0 0;
  padding: 3px 14px;
  width: 100%;
  line-height: 30px;
}
.carriers-box a.btn-customer:hover,
.carriers-box a.btn-customer:focus {
  background: #08337b;
  transition: 0.3s;
}
.ph-fix,
.ph-fix a {
  color: #393939 !important;
}
.grid-divider h3 {
  color: #393939;
  font-size: 24px;
}
.shadowed {
  background-color: #fff;
    border: 1px solid #e6ebf2;
  display: inline-block;
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  padding: 10px;
  margin-bottom: 20px;
}

#cpIframe {
  border: 0;
  height: 1600px;
  width: 100%;
}
/* Insurance Quotes */
.insurnce-quote-pg h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  line-height: 64px;
  position: relative;
  max-width: 50ch;
}
.insurnce-quote-pg h1::after {
  position: absolute;
  content: "";
  background: linear-gradient(
    45deg,
    rgba(207, 216, 230, 0.4) 0%,
    rgba(230, 235, 242, 0.4) 73.6%
  );
  margin-left: 15px;
  height: 30px;
  width: 30%;
  top: 56%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
      border: 1px solid #e6ebf2;
}

.insurance_quotes_btn {
  margin-top: 40px;
}
div.insurance_quotes_btn button {
  padding: 3px 19px;
  border: 0;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
  display: flex;
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 6px;
  background: #022c6a;
  display: flex;
  align-items: center;
}
div.insurance_quotes_btn button i {
  color: #fff;
  font-family: Font Awesome 5 Free;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
div.insurance_quotes_btn button img {
  margin: 5px 20px 5px 0px;
}
div.insurance_quotes_btn button span {
  display: flex;
  align-items: center;
  margin-left: 10px;
  line-height: 35px;
}
div.insurance_quotes_btn button:hover,
div.insurance_quotes_btn button:focus {
  background: #044281;
}
.cntpg {
  display: flex;
}
.cntpg div {
  padding: 0;
}
.gmap {
  width: 100%;
  height: 300px;
  border: 5px solid #022c6a;
}
.cntpg .sms_txt,
.top_bar_nav .sms_txt {
  color: #242a33;
}

.baner-subheading.req-jot {
  color: #242a33;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.quote-box.jot-frm-section iframe {
  border: none;
  overflow: hidden;
}
/* Breadcrumbs */
#content-section .breadcrumb {
  background: transparent;
  padding: 0 0 40px;
  margin: 0;
}
#content-section .breadcrumb li {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 30px;
}
#content-section .breadcrumb li a {
  color: #1345a2;
  text-decoration: none;
}
#content-section .breadcrumb li .fas {
  font-size: 12px;
  color: #1345a2;
}
#content-section .breadcrumb li a:hover,
#content-section .breadcrumb li a:focus {
  color: #044281;
}
#content-section .breadcrumb > li + li::before {
  content: " ";
  padding: 0 5px 0 0;
}
/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  background-color: #022c6a !important;
  font-style: normal;
}

.grw-business-footer p {
  line-height: 24px !important;
}

.grw-business-footer p {
  text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
  background-color: #022c6a !important;
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
  color: #231f20 !important;
}

.grw-business-header {
  border-bottom: 3px solid #022c6a !important;
}

div.grw-review-content {
  text-align: center;
}

.homepg-grw .grw-theme-dark {
  background-color: transparent !important;
}

.homepg-grw .grw-theme-dark .grw-slider-nav a {
  background: transparent;
  border: 2px solid #022c6a;
}

.homepg-grw .grw-business-header {
  display: none;
}
.homepg-grw .grw-time-since,
.homepg-grw .grw-theme-dark div.grw-review-content > p,
.homepg-grw div.grw-review-content .rm-link,
.homepg-grw .grw-author {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
  color: #242a33 !important;
}
.homepg-grw .grw-theme-dark div.grw-review-content > p {
  line-height: 20px !important;
}
.homepg-grw .grw-theme-light,
.homepg-grw .grw-theme-dark {
  padding: 0 15px 0;
}
.testimonials-caption.homepg-grw h2 {
  margin-bottom: 0px;
}
.homepg-grw .grw-theme-dark .poweredByGoogle {
  background-size: 80% auto;
  background-position: 50%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.homepg-grw .grw-author-section {
  justify-content: center;
  margin-bottom: 5px;
}

.homepg-grw .grw-wrapper {
  max-width: 100% !important;
}

.homepg-grw .grw-slider .grw-reviews-wrapper {
  width: 100%;
  display: flex;
}

.homepg-grw .grw-slider .grw-reviews-wrapper .grw-review-slide {
  float: none;
  width: 100%;
  flex: 0 0 100%;
  padding: 10px 10px 0px;
}
.homepg-grw .grw-business-footer p {
  margin-bottom: 10px;
}
.fixed-cta {
  background: rgba(36, 42, 51, 0.95)!important;
  background: linear-gradient(90deg, rgba(36, 42, 51, 0.95), rgba(54, 63, 77, 0.95))!important;
  border-top: 1px solid #12151a!important;
  
}
.fixed-cta h2 {
margin: 0px;
}
.fixed-cta .container .cta-qte-btn {
    background: #022c6a!important;
    color: #fff!important;
}
#scroll-close {
    background: #757374!important;
}
#scroll-close:before, #scroll-close:after {
    background: #fff!important;
}
.visible-xs {
  display: none;
}

a.sms_txt {
  cursor: none;
  color: #fff;
  pointer-events: none;
}
.jot-form {
  width: 100%;
  border: 0;
}
.sitelock-logo{
	margin:20px 0;
}
.sitelock-logo a{
	color:#fff;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #012564; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-240%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus, .skip-to-content-link:hover {
  transform: translateY(-140%);
  color: #fff;
}
.dropdown-submenu:focus-within > .dropdown-menu { display: block; }
.callout {
    padding: 20px;
    border: 1px solid #e6ebf2;
    background: #f7f8fa;
    background: linear-gradient(45deg, #f2f5fa, #f7f8fa);
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin: 10vh 0;
}
.callout .wrap {
    display: flex;
    gap: 40px;
}
.callout img {
    height: 100%;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    object-fit: cover;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    border-radius: 4px;
}
.calloutCTA {
    padding: 10vh 20px;
    background: #022c6a;
    position: relative;
    margin-top: 10vh;
}
.calloutCTA::before {
    content: " ";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/texture.jpg);
    background-position: top;
    background-size: cover;
    position: absolute;
    mix-blend-mode: multiply;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    pointer-events:none;
}
.calloutCTA .container {
    z-index: 2;
    position: relative;
}
.calloutCTA h2, .calloutCTA h3, .calloutCTA h4, .calloutCTA p, .calloutCTA p a {
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}
.calloutCTA p {
    max-width: 75ch;
    margin: 10px auto;
    text-align:center!important;
}
.calloutCTA p a {
    text-decoration: underline;
}
.calloutCTA h2:first-of-type {
    margin-top: 0px;
    margin-bottom: 20px;
}
.calloutCTA .cta {
    display: flex;
    margin-top: 5vh;
    gap: 40px;
    justify-content:center;
}
.calloutCTA .cta a {
background: #5d5b5c;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    font-size: 18px;
    line-height: 24px;
}
.calloutCTA .cta a:hover, .calloutCTA .cta a:focus {
    opacity: .8;
}

.about-page-img {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 30px;
}

.about-page-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}
/*Blog*/
.blog #secondary {
  padding: 20px !important;
  margin-top: 20px;
  background: #f2f5f8;
}
.blog .entry-footer,
.comment-meta {
  background: transparent!important;
  color: #333;
  padding: 0;
  margin: 0;
  text-align: left;
}

.blog .wp-block-group__inner-container ul,
.blog ol.wp-block-latest-comments {
  list-style-type: disc;
  padding-left: 20px;
}

.blog .wp-block-group__inner-container ul li {
  font-size: 14px;
}

.blog .wp-block-latest-comments__comment-meta {
  background: transparent;
  border-top: 0px;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
  display: inline;

}

.blog .wp-block-latest-comments__comment {
  list-style-type: disc;
  color: #333;
}

.blog .widget a:hover,
.blog .widget a:focus,
.blog #primary a:focus {
  color: #012765;
}

.blog #primary a:hover {
  text-decoration: underline!important;
}

.blog .widget a{
	text-decoration: none!important;
}

.blog .wp-block-search__button, .blog .submit, .blog .search-submit{
  padding: 5px 20px;
  color: #fff;
  border-radius: 6px;
  border: 0;
  background: #022c6a;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus, .blog .search-submit:hover, .blog .search-submit:focus,
.blog .submit:hover, .blog .submit:focus{
	opacity:.8;
}

.blog .inside-container{
	display:flex;
}