/*
Theme Name: SUTAQ2023
Description: A child theme of Themify Ultra
Template: themify-ultra
Author: devteam (devteam@alphaquad.co.uk)
*/
/* Woohoo! Let's customize! */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
}

.module_row {
  margin-bottom: 60px;
}
.module_row.darkBG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgb(30, 53, 97);
}
.module_row.darkBG h1,
.module_row.darkBG h2,
.module_row.darkBG h3, .module_row.darkBG p, .module_row.darkBG li {
  color: white;
}
.module_row.darkBG .module.module-buttons .module-buttons-item a.builder_button {
  padding: 2px 34px;
  border-style: solid;
  border-width: 2px;
  border-radius: 25px;
  background-color: rgb(106, 170, 221);
  border-color: rgb(30, 53, 97);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
  color: white;
}
.module_row.darkBG .module.module-buttons .module-buttons-item a.builder_button:hover {
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.4);
}

h1, h2, h3 {
  font-family: "museo-sans", sans-serif;
}
h1 strong, h2 strong, h3 strong {
  display: inline-block;
  color: rgb(106, 170, 221);
  font-family: "turbinado-pro", sans-serif;
  font-weight: inherit;
  font-size: 1.7em;
  transform: translateY(0.07em);
}

.tb_text_wrap h2 {
  color: rgb(30, 53, 97);
}
.tb_text_wrap * a {
  color: rgb(106, 170, 221);
}
.tb_text_wrap * a:hover {
  color: rgb(30, 53, 97);
}
.tb_text_wrap ol {
  counter-reset: item;
  list-style-type: none;
}
.tb_text_wrap ol li {
  display: block;
}
.tb_text_wrap ol li:before {
  content: counter(item) " -  ";
  counter-increment: item;
  color: rgb(106, 170, 221);
}

.module.module-text.chevronList {
  padding-top: 60px;
  padding-bottom: 30px;
}
.module.module-text.chevronList ul li {
  line-height: 20px;
  padding-left: 12px;
  font-weight: 600;
  color: rgb(30, 53, 97);
}
.module.module-text.chevronList ul li::marker {
  content: url(/wp-content/uploads/chevron12.png);
  font-size: 12px;
}

.overHeader {
  background-color: rgb(30, 53, 97);
  padding-right: 12px;
  margin-bottom: 0;
}
.overHeader .tb_text_wrap p {
  margin-bottom: 0;
}
.overHeader .tb_text_wrap p a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
.overHeader .tb_text_wrap p a:hover {
  color: rgb(106, 170, 221);
}
.overHeader .tb_text_wrap p a::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  height: 13px;
  width: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(3px);
}
.overHeader .tb_text_wrap p a[href*=tel] {
  margin-right: 2em;
}
.overHeader .tb_text_wrap p a[href*=tel]::before {
  background-image: url(/wp-content/themes/sutaq2023/assets/overhead-phone.png);
}
.overHeader .tb_text_wrap p a[href*=mailto]::before {
  background-image: url(/wp-content/themes/sutaq2023/assets/overhead-email.png);
}

#headerwrap {
  min-height: 0;
  border-bottom: 0;
}
#headerwrap .navbar-wrapper {
  margin-right: 0;
  padding-right: 0;
}

#menu-icon {
  transform: translateY(39px);
}
#menu-icon .menu-icon-inner::before,
#menu-icon .menu-icon-inner::after,
#menu-icon .menu-icon-inner {
  border-color: white;
}

@media screen and (max-width: 1100px) {
  #headerwrap #main-nav a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
#header {
  padding-top: 0;
  padding-bottom: 0;
}
#header nav ul.main-nav li {
  display: inline-block;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#header nav ul.main-nav li a {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}
#header nav ul.main-nav li a:hover {
  color: rgb(106, 170, 221);
}
#header nav ul.main-nav li a[aria-current=page] {
  color: rgb(30, 53, 97);
  text-decoration: underline;
}
#header nav ul.main-nav li.highlight-link {
  background-color: rgb(106, 170, 221);
  text-align: center;
}
#header nav ul.main-nav li.highlight-link a {
  padding: 12px 34px;
  margin-right: 12px;
  margin-left: 12px;
  color: white;
  background-color: rgb(106, 170, 221);
  border: solid 2px white;
  border-radius: 25px;
  transition: all 0.25s ease;
}
#header nav ul.main-nav li.highlight-link a:hover {
  border-color: white;
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.4);
}
#header nav ul.main-nav li .sub-menu li {
  display: block;
  padding-top: 6px;
  padding-bottom: 8px;
}
#header nav ul.main-nav li .sub-menu li a {
  line-height: 1.3em;
}

.fixed-header-on #header nav .main-nav .highlight-link {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}

@media screen and (max-width: 1100px) {
  #main-nav .current-menu-item > a,
  #main-nav .current_page_item > a {
    color: rgb(106, 170, 221) !important;
  }
}
.ubermenu-responsive-toggle.ubermenu-responsive-toggle-fixed {
  top: 30px;
  right: 20px;
  width: 100px;
  z-index: 9999;
}

.module.module-buttons:not(.formHead) .module-buttons-item a.builder_button {
  padding: 2px 34px;
  border-style: solid;
  border-width: 2px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(30, 53, 97);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
  color: rgb(30, 53, 97);
}
.module.module-buttons:not(.formHead) .module-buttons-item a.builder_button:hover {
  box-shadow: 0 0 6px 2px rgba(30, 53, 97, 0.4);
}

@media screen and (max-width: 768px) {
  #accreditations .module-image .image-wrap {
    text-align: center;
  }
}
#fakeFooter {
  padding-top: 60px;
  margin-bottom: 0;
  background-color: rgb(30, 53, 97);
}
#fakeFooter .mainContentCols {
  margin-bottom: 30px;
}
#fakeFooter .tb_text_wrap h4 {
  font-size: 16px;
  color: white;
  text-transform: none;
}
#fakeFooter .OrgDetails .module.module-image {
  margin-bottom: 20px;
}
#fakeFooter .OrgDetails .module.module-image .image-wrap {
  text-align: left;
}
#fakeFooter .OrgDetails .module.module-image .image-wrap img {
  width: 100%;
  max-width: 212px;
}
@media screen and (min-width: 440px) {
  #fakeFooter .OrgDetails .module.module-image .image-wrap img {
    width: 75%;
    margin-right: auto;
    transform: translateX(-8px);
  }
}
#fakeFooter .OrgDetails .tb_text_wrap h3 {
  max-width: 320px;
  color: white;
}
#fakeFooter .OrgDetails .tb_text_wrap h3 strong {
  display: inline-block;
  margin: 0 0.1em;
  font-family: "turbinado-pro", sans-serif;
  color: rgb(106, 170, 221);
  font-size: 1.5em;
  transform: translateY(4px);
}
#fakeFooter .menu-col {
  background-image: url(/wp-content/uploads/shim-white.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 1px 60%;
  padding-right: 2px;
  border-right: solid 2px white;
}
#fakeFooter .menu-col.contact-col {
  border-right: solid 2px rgba(255, 255, 255, 0);
}
#fakeFooter .menu-col .module-menu-container ul.nav {
  background-color: rgb(30, 53, 97);
}
#fakeFooter .menu-col .module-menu-container ul.nav li a {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  color: white;
  font-weight: 300;
}
#fakeFooter .menu-col .module-menu-container ul.nav li a:hover {
  color: rgb(106, 170, 221);
  background-color: rgba(255, 255, 255, 0);
}
#fakeFooter .menu-col .module-menu-container ul.nav li.current-menu-item a {
  color: rgb(106, 170, 221);
  background-color: rgba(255, 255, 255, 0);
}
#fakeFooter .contact-col.menu-col {
  background-image: none;
}
#fakeFooter .contact-col .module-menu-container {
  margin-bottom: 10px;
}
#fakeFooter .contact-col .module-menu-container ul.nav li a {
  font-size: 14px;
}
#fakeFooter .contact-col .module-menu-container ul.nav li a em {
  font-size: 18px;
}
#fakeFooter .contact-col .tb_text_wrap p,
#fakeFooter .contact-col .tb_text_wrap p a {
  color: white;
}
#fakeFooter .footerText {
  text-align: center;
}
#fakeFooter .footerText .tb_text_wrap p {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
#fakeFooter .legal .tb_text_wrap p {
  margin-right: auto;
  margin-left: auto;
  color: white;
  font-size: 12px;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 540px) {
  #fakeFooter .legal .tb_text_wrap p {
    width: 60%;
  }
}

.subFooter {
  padding-top: 10px;
  margin-bottom: 0;
  background-color: rgb(106, 170, 221);
}
.subFooter .tb_text_wrap {
  text-align: center;
}
.subFooter .tb_text_wrap p,
.subFooter .tb_text_wrap p a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.categoryBanner {
  margin-bottom: 0;
}
.categoryBanner .module.module-fancy-heading {
  margin-bottom: 100px;
}
.categoryBanner .module.module-fancy-heading h1 {
  color: white;
  font-weight: 700;
}
.categoryBanner .module.module-fancy-heading h1 .sub-head,
.categoryBanner .module.module-fancy-heading h1 .main-head {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.categoryBanner .module.module-fancy-heading h1 .sub-head,
.categoryBanner .module.module-fancy-heading h1 .main-head {
  font-size: 58px;
}
.categoryBanner .module.module-fancy-heading h1 .main-head em {
  display: inline-block;
  color: rgb(106, 170, 221);
  font-family: "turbinado-pro", sans-serif;
  font-size: 92px;
  line-height: 1em;
  transform: translate(-6px, 12px);
}
.categoryBanner .formHead .module-buttons-item {
  width: 100%;
}
.categoryBanner .formHead .module-buttons-item .builder_button {
  box-sizing: border-box;
  padding: 5% 4% 5% 4%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(106, 170, 221);
  border-top: solid 2px white;
  border-right: solid 2px white;
  border-bottom: solid 0 white;
  border-left: solid 2px white;
}
.categoryBanner .formHead .module-buttons-item .builder_button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: solid 1px white;
  border-right: solid 1px white;
}
@media screen and (min-width: 480px) {
  .categoryBanner .formHead .module-buttons-item .builder_button {
    padding: 5% 10% 5% 10%;
  }
}
.categoryBanner .formHead .module-buttons-item .builder_button h3 {
  text-align: center;
}
.categoryBanner .formHead .module-buttons-item .builder_button h3 a {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: center;
}

.deeperHeader {
  background-color: rgb(30, 53, 97);
}
.deeperHeader .module.module-fancy-heading h1 .main-head {
  color: rgb(106, 170, 221);
  font-family: "turbinado-pro", sans-serif;
  font-size: 92px;
  line-height: 1em;
  transform: translate(-6px, 8px);
}
.deeperHeader .module.module-fancy-heading h1 .sub-head {
  color: white;
  font-family: "museo-sans", sans-serif;
  font-size: 58px;
  line-height: 1em;
}

.testimonials .deeperHeader.categoryBanner,
.news .deeperHeader.categoryBanner,
.about .deeperHeader.categoryBanner,
.claims .deeperHeader.categoryBanner,
.who-we-work-with .deeperHeader.categoryBanner,
.request-a-quote .deeperHeader.categoryBanner,
.careers .deeperHeader.categoryBanner,
.contact-us .deeperHeader.categoryBanner,
.page-id-29854 .deeperHeader.categoryBanner,
.page-id-29244 .deeperHeader.categoryBanner {
  min-height: 50vh !important;
}

.home .categoryBanner {
  min-height: 50vh !important;
}

.module_row:has(.complex) {
  background-color: rgba(0, 0, 0, 0.06);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta.complex {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  font-family: "museo-sans", sans-serif;
}
@media screen and (max-width: 599px) {
  .cta.complex {
    margin-bottom: 30px;
  }
}
.cta.complex h3, .cta.complex h2, .cta.complex p {
  color: white;
}
.cta.complex .module.module-image .image-caption,
.cta.complex .module.module-image .image-title {
  padding-right: 8%;
  padding-left: 8%;
  text-align: left;
}
.cta.complex .module.module-image h2.image-title, .cta.complex .module.module-image h3.image-title {
  padding-top: 30px;
  margin-right: auto;
  margin-left: 0;
  font-size: 26px;
  display: block;
  text-align: left;
}
.cta.complex .module.module-image h2.image-title::before, .cta.complex .module.module-image h3.image-title::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(6px);
}
.cta.complex .module.module-image .image-wrap {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.cta.complex .module.module-image .image-caption.tb_text_wrap {
  font-size: 14px;
  line-height: 16px;
  color: white;
}
.cta.complex .module.module-menu,
.cta.complex .module.module-buttons {
  display: inline-block;
  padding: 0 8%;
}
.cta.complex .module.module-buttons {
  width: 90%;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (min-width: 1160px) {
  .cta.complex .module.module-buttons {
    width: 48%;
  }
}
.cta.complex .module.module-menu {
  width: 90%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1160px) {
  .cta.complex .module.module-menu {
    width: 48%;
  }
}
.cta.complex .module.module-menu .module-menu-container ul.nav {
  width: 100%;
  border-radius: 0;
  position: relative;
}
.cta.complex .module.module-menu .module-menu-container ul.nav li {
  display: block;
}
.cta.complex .module.module-menu .module-menu-container ul.nav li a {
  width: 100%;
  display: block;
  padding-top: 1%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  font-size: 14px;
  font-weight: 700;
}
@media (hover: none) {
  .cta.complex .module.module-menu .module-menu-container ul.nav li a .child-arrow.cloesd, .cta.complex .module.module-menu .module-menu-container ul.nav li a .child-arrow.open {
    left: 24px !important;
  }
}
.cta.complex .module.module-menu .module-menu-container ul.nav li a::after {
  position: absolute;
  top: 6px;
  right: 4%;
  display: inline-block;
  width: 19px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (hover: none) {
  .cta.complex .module.module-menu .module-menu-container ul.nav li a::after {
    display: none;
  }
}
.cta.complex .module.module-menu .module-menu-container ul.nav li {
  width: 100%;
}
.cta.complex .module.module-menu .module-menu-container ul.nav li .sub-menu {
  width: 100%;
  border-radius: 0;
}
.cta.complex .module.module-menu .module-menu-container ul.nav li .sub-menu li a::after {
  display: none;
}
.cta.complex.business {
  background-color: rgb(30, 53, 97);
}
.cta.complex.business h2.image-title::before, .cta.complex.business h3.image-title::before {
  background-image: url(/wp-content/themes/sutaq2023/assets/dummy-business-icon.png);
}
.cta.complex.business .module.module-menu .module-menu-container ul.nav {
  background-color: rgb(30, 53, 97);
  border: solid 1px rgb(106, 170, 221);
}
.cta.complex.business .module.module-menu .module-menu-container li a {
  color: rgb(106, 170, 221);
}
.cta.complex.business .module.module-menu .module-menu-container li a::after {
  content: "";
  background-image: url(/wp-content/themes/sutaq2023/assets/arrow-dropdown-accent.png);
}
.cta.complex.business .module.module-menu .module-menu-container li .sub-menu {
  background-color: rgb(30, 53, 97);
}
.cta.complex.business .module.module-buttons .module-buttons-item a.builder_button {
  background-color: white;
  border-color: white;
  color: rgb(30, 53, 97);
}
.cta.complex.business .module.module-buttons .module-buttons-item a.builder_button:hover {
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.4);
}
.cta.complex.personal {
  background-color: rgb(106, 170, 221);
}
.cta.complex.personal h2.image-title::before, .cta.complex.personal h3.image-title::before {
  background-image: url(/wp-content/themes/sutaq2023/assets/dummy-personal-icon.png);
}
.cta.complex.personal .module.module-menu .module-menu-container ul.nav {
  background-color: rgb(106, 170, 221);
  border: solid 1px rgb(30, 53, 97);
}
.cta.complex.personal .module.module-menu .module-menu-container li a {
  color: rgb(30, 53, 97);
}
.cta.complex.personal .module.module-menu .module-menu-container li a::after {
  content: "";
  background-image: url(/wp-content/themes/sutaq2023/assets/arrow-dropdown-blue.png);
}
.cta.complex.personal .module.module-menu .module-menu-container li .sub-menu {
  background-color: rgb(106, 170, 221);
}
.cta.complex.personal .module.module-buttons .module-buttons-item a.builder_button {
  background-color: rgb(30, 53, 97);
  border-color: rgb(30, 53, 97);
  color: white;
}
.cta.complex.personal .module.module-buttons .module-buttons-item a.builder_button:hover {
  box-shadow: 0 0 6px 2px rgba(30, 53, 97, 0.4);
}

.module.module-image.captionPlus .image-content {
  padding: 18% 4% 4% 8%;
  color: white;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  justify-content: flex-end;
}
.module.module-image.captionPlus .image-content strong {
  color: rgb(106, 170, 221);
}
.module.module-image.captionPlus .image-content::before {
  background-image: linear-gradient(0deg, rgba(30, 53, 97, 0.8) 0%, rgba(30, 53, 97, 0) 100%);
}

.bannerForm {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
  border-bottom: 2px solid white;
  background-color: rgb(30, 53, 97);
}
.bannerForm .module_column.last {
  padding-left: 10%;
  border-left: solid 8px rgb(106, 170, 221);
}
.bannerForm .module_column.last .tb_text_wrap {
  color: white;
  font-size: 22px;
  font-weight: 700;
}
.bannerForm .module_column.last .module.module-buttons .module-buttons-item a.builder_button {
  background-color: rgb(106, 170, 221);
  border-color: rgb(106, 170, 221);
  color: white;
}
.bannerForm .module_column.last .module.module-buttons .module-buttons-item a.builder_button:hover {
  box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.4);
}
.bannerForm .wpforms-container-full {
  margin-top: 0;
  margin-bottom: 0;
}
.bannerForm form.wpforms-form input {
  padding: 1.25em 1.75em !important;
  font-size: 16px !important;
}
.bannerForm form.wpforms-form input[type=checkbox] {
  padding: 0 0 0 0 !important;
}
.bannerForm form.wpforms-form select {
  height: 42px !important;
  color: #a5a5a5 !important;
  padding-left: 30px !important;
}
.bannerForm form.wpforms-form .wpforms-submit-container {
  text-align: right;
}
.bannerForm form.wpforms-form .wpforms-submit-container button.wpforms-submit {
  background-color: rgb(106, 170, 221);
  font-size: 16px !important;
  color: white;
  border-radius: 2em;
  padding: 0.5em 34px;
}
.bannerForm form.wpforms-form .wpforms-submit-container button.wpforms-submit:hover {
  color: rgb(30, 53, 97);
}
.bannerForm .tb_text_wrap {
  margin-top: auto;
  margin-bottom: auto;
}
.bannerForm .tb_text_wrap h2,
.bannerForm .tb_text_wrap h3 {
  max-width: 500px;
  font-size: 34px;
  line-height: 1.3em;
  color: white;
}
.bannerForm .tb_text_wrap h2 em,
.bannerForm .tb_text_wrap h2 i,
.bannerForm .tb_text_wrap h2 b,
.bannerForm .tb_text_wrap h2 strong,
.bannerForm .tb_text_wrap h3 em,
.bannerForm .tb_text_wrap h3 i,
.bannerForm .tb_text_wrap h3 b,
.bannerForm .tb_text_wrap h3 strong {
  color: rgb(106, 170, 221);
}

form.wpforms-form .wpforms-field-container .wpforms-field-select select {
  display: block;
}
form.wpforms-form .wpforms-field-container .wpforms-field-select select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 12px;
  right: 10px;
  transform: rotate(45deg) translateY(14px);
  border-bottom: solid 2px #16284a;
  border-right: solid 2px #16284a;
}

.introRow .module_column.first {
  border-right: solid 8px rgb(106, 170, 221);
}
.introRow .module_column.first .tb_text_wrap h1 {
  font-size: 40px;
  color: rgb(30, 53, 97);
  padding-right: 8%;
}

.home .introRow {
  margin-top: 60px;
}

.intentionRow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgb(30, 53, 97);
}
.intentionRow.picBG .builder_row_cover::before {
  background-color: rgba(30, 53, 97, 0.9) !important;
}
.intentionRow .tb_text_wrap {
  margin-bottom: 60px;
}
.intentionRow .tb_text_wrap h3,
.intentionRow .tb_text_wrap h2 {
  font-size: 32px;
  color: white;
}
@media screen and (max-width: 440px) {
  .intentionRow .tb_text_wrap h3,
  .intentionRow .tb_text_wrap h2 {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.intentionRow .module.module-image .image-wrap img {
  display: block;
  padding: 8px;
  background-color: rgb(106, 170, 221);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 50% 50%;
  border-radius: 50%;
}
.intentionRow .module.module-image .image-content {
  color: white;
  font-size: 16px;
  line-height: 1.2em;
}
.intentionRow .module.module-image .image-content h2 a,
.intentionRow .module.module-image .image-content h3 a {
  color: white;
  font-size: 22px;
  font-weight: 700;
}
.intentionRow .module.module-image .image-content b {
  font-weight: 300;
  display: block;
  margin-top: 20px;
  transition: 0.25s all ease;
}
.intentionRow .module.module-image .image-content b::after {
  content: ">";
  color: inherit;
}
.intentionRow .module.module-image.quote .image-wrap img {
  background-image: url(/wp-content/themes/sutaq2023/assets/icon-quote.png);
}
.intentionRow .module.module-image.claim .image-wrap img {
  background-image: url(/wp-content/themes/sutaq2023/assets/icon-claim.png);
}
.intentionRow .module.module-image.contact .image-wrap img {
  background-image: url(/wp-content/themes/sutaq2023/assets/icon-contact.png);
}
.intentionRow .tb_link_outline:hover {
  outline: 0 solid rgb(30, 53, 97);
}
.intentionRow .tb_link_outline:hover .image-content b {
  color: rgb(106, 170, 221);
}

.module.module-post article.post .post-image {
  margin-bottom: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.module.module-post article.post .post-image img {
  height: 246px;
  object-fit: cover;
}
.module.module-post article.post .post-content {
  padding: 4%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  text-align: left;
}
.module.module-post article.post .post-content h2.post-title,
.module.module-post article.post .post-content h3.post-title {
  font-size: 20px;
  font-weight: 700;
  color: rgb(30, 53, 97);
}
.module.module-post article.post .post-content h2.post-title a,
.module.module-post article.post .post-content h3.post-title a {
  font-weight: inherit;
  color: inherit;
}
.module.module-post article.post .post-content .entry-content p {
  font-size: 14px;
  line-height: 1.3em;
}
.module.module-post article.post .post-content .entry-content p a.more-link {
  padding: 4px 34px;
  border-style: solid;
  border-width: 2px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgb(30, 53, 97);
  color: rgb(30, 53, 97);
  font-size: 14px;
  line-height: 1.8em;
  transition: all 0.25s ease;
}
.module.module-post article.post .post-content .entry-content p a.more-link:hover {
  box-shadow: 0 0 6px 2px rgba(30, 53, 97, 0.4);
}
.module.module-post article.post .post-content .entry-content p a.more-link::after {
  display: none;
}

.considerationsBlock {
  padding-top: 50px;
  background-color: rgb(234, 234, 234);
}
.considerationsBlock .tb_text_wrap {
  text-align: center;
  color: rgb(30, 53, 97);
}
.considerationsBlock .tb_text_wrap h2,
.considerationsBlock .tb_text_wrap h3 {
  margin-bottom: 16px;
  color: inherit;
}
.considerationsBlock .tb_text_wrap p {
  color: inherit;
  max-width: 90%;
  padding: 0.5em 0;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .considerationsBlock .tb_text_wrap p {
    max-width: 66%;
  }
}
.considerationsBlock .module.module-image.consider {
  margin-bottom: 20px;
}
.considerationsBlock .module.module-image.consider .image-wrap {
  margin-bottom: 0;
  transform: translate(10px, 12px);
}
.considerationsBlock .module.module-image.consider .image-wrap img {
  display: block;
  width: 16px;
  height: 16px;
}
.considerationsBlock .module.module-image.consider .image-content {
  color: rgb(30, 53, 97);
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}
.considerationsBlock .module.module-image.consider .image-content h2,
.considerationsBlock .module.module-image.consider .image-content h3 {
  color: rgb(30, 53, 97);
  font-size: 16px;
  font-weight: 700;
}
.considerationsBlock .module.module-image.consider .image-content .image-caption.tb_text_wrap {
  color: rgb(30, 53, 97);
  text-align: left;
}
.considerationsBlock .module.module-image.consider .image-content b {
  font-weight: 300;
  display: block;
  margin-top: 20px;
  transition: 0.25s all ease;
}
.considerationsBlock .module.module-image.consider .image-content b::after {
  content: ">";
  color: inherit;
}
.considerationsBlock .module_subrow:last-of-type {
  margin-bottom: 40px;
}
.considerationsBlock.lightBG {
  background-color: rgb(234, 234, 234);
}
.considerationsBlock.lightBG h2, .considerationsBlock.lightBG h3 {
  color: rgb(30, 53, 97);
}
.considerationsBlock.lightBG p {
  color: black;
}
.considerationsBlock.lightBG .module.module-image.consider h3 {
  color: rgb(30, 53, 97);
}

.module_row:not(.intentionRow) .module_column.col-full .module.module-fancy-heading h2.fancy-heading .main-head, .module_row:not(.intentionRow) .module_column.col-full .module.module-fancy-heading h3.fancy-heading .main-head {
  font-size: 32px;
}
.module_row:not(.intentionRow) .module_column.col-full .module.module-fancy-heading .sub-head::before {
  border-top: 8px solid rgb(106, 170, 221);
  width: 70%;
  max-width: 600px;
  margin-top: 5px;
  margin-bottom: 60px;
}

.module_row.bodyQuickLinks {
  padding-top: 20px;
  margin-bottom: 0;
  background-color: rgb(106, 170, 221);
}
.module_row.bodyQuickLinks .tb_text_wrap {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .module_row.bodyQuickLinks .tb_text_wrap {
    text-align: center;
  }
}
.module_row.bodyQuickLinks .tb_text_wrap p {
  color: white;
}
.module_row.bodyQuickLinks .module.module-buttons {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .module_row.bodyQuickLinks .module.module-buttons {
    margin-bottom: 20px;
  }
}
.module_row.bodyQuickLinks .module.module-buttons .module-buttons-item {
  padding-left: 0;
  border-right: solid 1px white;
}
.module_row.bodyQuickLinks .module.module-buttons .module-buttons-item:last-child {
  padding-right: 0;
  border-right: solid 1px rgba(255, 255, 255, 0);
}
.module_row.bodyQuickLinks .module.module-buttons .module-buttons-item a.builder_button {
  padding-right: 17px;
  padding-left: 0;
  border-radius: 0;
  border: solid 0 rgba(255, 255, 255, 0);
  color: white;
}
.module_row.bodyQuickLinks .module.module-buttons .module-buttons-item a.builder_button:hover {
  color: rgb(30, 53, 97);
  box-shadow: none;
}

.deeperHeader.categoryBanner .formHead .tb_text_wrap {
  box-sizing: border-box;
  padding: 3% 4% 2% 4%;
  width: 100%;
  background-color: rgb(106, 170, 221);
}
@media screen and (min-width: 480px) {
  .deeperHeader.categoryBanner .formHead .tb_text_wrap {
    padding: 5% 10% 3% 10%;
  }
}
.deeperHeader.categoryBanner .formHead .tb_text_wrap h3 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: center;
}
.deeperHeader.categoryBanner .formHead .tb_text_wrap h3 a {
  color: inherit;
}

.inPageForm .wpforms-container-full {
  margin-top: 0;
  padding: 30px 12.6728%;
  background-color: rgb(30, 53, 97);
}
.inPageForm .wpforms-container-full form .wpforms-field {
  padding: 3px 0;
}
.inPageForm .wpforms-container-full form label {
  color: white;
}
.inPageForm .wpforms-container-full form .wpforms-submit-container {
  padding-top: 10px;
  text-align: right;
}
.inPageForm .wpforms-container-full form .wpforms-submit-container button.wpforms-submit {
  padding-right: 64px;
  padding-left: 64px;
  color: white;
  border-radius: 50px;
  background-color: rgb(106, 170, 221);
}

.module.module-plain-text:has(.breadcrumb_last) {
  margin-top: 40px;
  margin-bottom: 40px;
}

.module_row.swoosh {
  padding: 60px 0;
  margin-bottom: 0;
  background-color: rgb(106, 170, 221);
  background-image: url(/wp-content/uploads/swoosh.png);
  background-repeat: no-repeat;
  padding-block-start: cover;
  background-position: 50% -5px;
}
.module_row.swoosh * {
  color: white;
}
.module_row.swoosh .testimonial-entry-content {
  font-size: 22px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

form.wpforms-form label.wpforms-error {
  color: yellowgreen !important;
  font-weight: bold;
}
form.wpforms-form input.wpforms-error {
  border-color: yellowgreen !important;
  border-width: 2px;
}

.loops-wrapper article .post-content .post-meta.entry-meta span a {
  color: rgb(106, 170, 221);
}
.loops-wrapper article .post-content .post-meta.entry-meta span a:hover {
  color: rgb(234, 234, 234);
}

.single.single-post article {
  width: 90%;
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 640px) {
  .single.single-post article {
    width: 60%;
  }
}
.single.single-post article a {
  color: rgb(106, 170, 221);
}
.single.single-post article a:hover {
  color: rgb(30, 53, 97);
}
.single.single-post .related-posts article {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 680px) {
  .single.single-post .related-posts article {
    width: 31%;
    min-width: 0;
    margin-right: reset;
    margin-left: 2%;
    margin-bottom: 3%;
  }
}
.single.single-post .post-nav a .arrow {
  color: rgb(106, 170, 221);
}
.single.single-post .post-nav a .arrow:hover {
  color: rgb(30, 53, 97);
}
.single.single-post article.category-news h1.post-title.entry-title {
  background-image: url(/wp-content/uploads/Computer-Insurance-CB.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 1px white, 0 0 4px rgba(30, 53, 97, 0.8);
  color: white;
}
.single.single-post h1.post-title.entry-title {
  display: block;
  margin-top: 2vh;
  text-align: center;
  font-size: 48px;
  padding-top: 8vh;
  padding-right: 2%;
  padding-bottom: 5vh;
  padding-left: 2%;
}

.more-link-wrap .more-link {
  color: rgb(30, 53, 97);
}
.more-link-wrap .more-link::after {
  color: inherit;
}

.landing.cta.icon .module.module-image.image-center a img {
  width: 30%;
  min-width: 120px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.landing.cta.icon .module.module-image.image-center .image-content {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
}
.landing.cta.icon .module.module-image.image-center .image-content .image-title a {
  font-size: 24px;
  color: rgb(30, 53, 97);
}
.landing.cta.icon .module.module-image.image-center .image-content .image-caption {
  text-wrap: balance;
}
.landing.cta.icon .module.module-image.image-center .image-content .image-caption b {
  display: block;
  margin-top: 10px;
}
.landing.cta.icon .module.module-image.image-center .image-content .image-caption b a {
  display: inline-block;
}
.landing.cta.icon .module.module-image.image-center .image-content .image-caption b a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(315deg);
  border-bottom: solid 2px rgb(106, 170, 221);
  border-right: solid 2px rgb(106, 170, 221);
}

.categoryBanner.deeperHeader {
  background-color: rgb(30, 53, 97);
}
.categoryBanner.deeperHeader .module.module-fancy-heading {
  margin-top: 60px;
  margin-bottom: 60px;
}

a.load-more-button {
  color: rgb(30, 53, 97);
}
a.load-more-button:hover {
  color: rgb(106, 170, 221);
}

.module.module-toc.toc ul li {
  display: inline-block;
  padding: 0.5em;
}
.module.module-toc.toc ul li a {
  color: rgb(30, 53, 97);
}
.module.module-toc.toc ul li a:hover {
  color: rgb(106, 170, 221);
}

.landing.cta.icon h3[id] {
  color: rgb(106, 170, 221);
}

.landing.cta.icon.list .module_column {
  display: block;
}
.landing.cta.icon.list .module.module-image.image-left {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 801px) {
  .landing.cta.icon.list .module.module-image.image-left {
    width: 40%;
    margin-right: 2%;
    margin-left: 2%;
    display: inline-block !important;
    padding: 2%;
    vertical-align: top;
  }
  .landing.cta.icon.list .module.module-image.image-left::after {
    display: none;
  }
}

#headerwrap .widget.widget_search .tf_search_form {
  text-align: right;
}
#headerwrap .widget.widget_search #searchform {
  text-align: right;
  margin-left: auto;
  margin-right: 50%;
}
@media screen and (max-width: 440px) {
  #headerwrap .widget.widget_search #searchform {
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  #headerwrap .widget.widget_search #searchform input[name=s] {
    width: 100%;
  }
  #headerwrap .widget.widget_search #searchform .tf_icon_wrap {
    display: none;
  }
}
#headerwrap .widget.widget_search #searchform .tf-ti-search {
  background-color: rgb(30, 53, 97);
}
#headerwrap .widget.widget_search #searchform .tf_fa {
  color: white;
}

.search.search-results article {
  padding-bottom: 20px;
  border-bottom: solid 2px rgb(106, 170, 221);
  text-align: left;
}
.search.search-results article h2 {
  margin-bottom: 4px;
}
.search.search-results article h2 a {
  font-size: 26px;
  letter-spacing: reset;
}
.search.search-results article h2 a:hover {
  color: rgb(106, 170, 221);
}

.author-box {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 90%;
  max-width: 1160px;
}
.author-box .author-avatar {
  display: none;
}
.author-box a {
  text-decoration: underline;
}

.post-template-default.single.single-post .module_row:has(h1) {
  margin-bottom: 0;
}
.post-template-default.single.single-post .module-fancy-heading:has(h1) {
  margin-top: 60px;
}
.post-template-default.single.single-post .module-fancy-heading:has(h1) h1 {
  margin-bottom: 0;
}

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