/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  overflow-x: hidden;
  background-color: #fff;
}

h1,
h2,
h3 {
  font-family: "helvetica", sans-serif;
  font-weight: 400;
  color: #114194;
}

h1 {
  font-size: 50px;
}

h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

P {
  font-family: "open sans", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  font-size: 17px;
  color: #000;
}

li {
  font-family: "open sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #000;
}

a {
  font-family: "open sans", sans-serif;
  color: #114194;
}

small {
  padding: 10px 0;
  font-family: "open sans", sans-serif;
}

small a {
  font-family: "open sans", sans-serif;
}

input,
select,
textarea {
  border-radius: 0 !important;
}

.wrapper {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0px 10px;
}

.page-not-found {
  padding: 100px 0;
}

.page-not-found .wrapper h1 {
  font-size: 3rem;
}

.caret {
  position: absolute;
  background-color: #114194;
  bottom: 0;
  right: 0;
  padding: 40px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  display: flex;
  transition: all 0.5s;
}

.caret svg {
  width: 20px;
  position: absolute;
  right: 13px;
  bottom: 6px;
  fill: #fff;
  transition: all 0.5s;
}

.page-title {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
}

.page-title h1 {
  font-weight: 500;
  margin-bottom: 0;
  color: #114194;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.page-title p {
  width: 786px;
  font-size: 20px;
}

@media screen and (max-width: 37.5rem) {
  .page-title p {
    width: 100%;
  }
}

@media screen and (min-width: 81.25rem) {
  .wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 103.75rem) {
  .wrapper-wide {
    padding: 0;
  }
}

.wrapper-wide {
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 10px;
}

::marker {
  color: #114194;
  font-size: 1.2rem;
}

.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

*,
::after,
::before {
  box-sizing: inherit;
  box-sizing: border-box;
}

**,
*:before,
*:after {
  box-sizing: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: content-box;
}

.content {
  position: relative;
  z-index: 50;
}

.gform_button {
  background-color: #114194;
  color: #fff;
  border-radius: 3px;
  border: 0;
  padding: 10px;
  transition: all 0.5s;
}

.gform_button:hover {
  background-color: #EA5D5F;
}

#gform_wrapper_1 {
  font-family: "open sans", sans-serif;
  padding: 20px 40px;
  padding-bottom: 60px;
  padding-left: 0;
  background-color: #fff;
  border-top: 2px solid #2c3e63;
}

#gform_wrapper_1 .gform_title::after {
  border: 0;
  margin-top: 0;
}

#gform_wrapper_1 .gfield_radio {
  display: flex;
  flex-direction: row;
}

#gform_wrapper_1 .ginput_container input {
  border-color: #e1e1e1;
}

#gform_wrapper_1 .ginput_container textarea {
  border-color: #e1e1e1;
}

#gform_wrapper_1 .gform_button {
  padding: 10px 60px;
  background-color: #2c3e63;
  border-radius: 5px !important;
}

.wp-block-gallery {
  max-width: 75rem;
  margin: 0 auto;
}

.tribe-common-c-btn {
  background-color: #2c3e63 !important;
}

.tribe-common-c-btn-border {
  border-color: #2c3e63 !important;
  color: #2c3e63 !important;
}

.tribe-common-c-btn-border:hover {
  background-color: #222939 !important;
  color: #fff !important;
}

.tribe-common-l-container {
  padding-top: 0 !important;
}

.text-image-block {
  width: 100%;
  background: #F9F9F9;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-image-block.margin {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.text-image-block .text-image-image {
  right: 0;
  float: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  position: absolute;
  z-index: 5;
  height: 100%;
  order: 1;
  display: flex;
}

.text-image-block .text-image-image .chevron-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.text-image-block .text-image-image .chevron-container svg {
  width: 3.5rem;
  fill: #fff;
  color: #fff;
}

.text-image-block.image-margin .text-image-image {
  margin-top: 4rem;
  margin-left: 4rem;
}

.text-image-block .text-image-content {
  left: 0;
  float: left;
  width: 50%;
  position: absolute;
  z-index: 5;
  order: 2;
  display: flex;
}

.text-image-block .wrapper {
  z-index: 10;
  display: flex;
}

.text-image-block .text-image-image-overlay {
  order: 2;
  flex: 1;
}

.text-image-block .text-image-content-overlay {
  order: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 50%;
  padding-right: 3rem;
  border-left: none;
  font-weight: 400;
}

.text-image-block .text-image-content-overlay h2 {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}

.alignfull .text-image-block .text-image-content-overlay {
  padding-left: 0;
}

.text-image-block p {
  font-weight: 400;
  font-size: 1rem;
}

.text-image-block h2 {
  font-size: 2rem;
}

.text-image-block .button {
  padding: 10px 30px;
  padding-right: 15px;
  background-color: #114194;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  margin-top: 30px;
}

.text-image-block .button svg {
  width: 20px;
  margin-left: 15px;
  fill: #fff;
  transition: all 0.5s;
}

.text-image-block .button:hover {
  background-color: #0e74ff;
  color: #fff;
}

.text-image-block .button:hover svg {
  transform: translate(3px);
}

.text-image-block.reverse {
  flex-direction: row-reverse;
}

.text-image-block.reverse .text-image-image {
  float: left;
  right: unset;
  left: 0;
}

.text-image-block.reverse .text-image-content {
  float: right;
}

.text-image-block.reverse .wrapper {
  flex-direction: row-reverse;
}

.text-image-block.reverse .text-image-content-overlay {
  padding-left: 3rem;
  padding-right: 0px;
  border-right: none;
}

.alignfull .text-image-block.reverse .text-image-content-overlay {
  padding-right: 0;
}

@media screen and (max-width: 87.5rem) {
  .text-image-block .text-image-content-overlay {
    padding-right: 2.25rem;
  }

  .text-image-block.reverse .text-image-content-overlay {
    padding-left: 2.25rem;
  }
}

@media screen and (max-width: 50rem) {
  .text-image-block .text-image-image {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .text-image-block .text-image-content {
    width: 100%;
  }

  .text-image-block .wrapper {
    order: 2;
  }

  .text-image-block .text-image-image-overlay {
    width: 100%;
  }

  .text-image-block .text-image-content-overlay {
    width: 100%;
    flex: none;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    border-left: none !important;
  }

  .text-image-block.reverse .text-image-content-overlay {
    padding-right: 0;
    padding-left: 0px;
  }
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 19em;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  border-right: 3px solid #114194;
  padding-top: 50px;
  z-index: 99999;
  box-sizing: border-box;
  transform: translate3d(-100%, 0px, 0px);
  visibility: hidden;
  transition: 0.3s;
  transition-property: transform, visibility;
}

.panel.active {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}

.panel ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.panel ul li {
  list-style: none;
  margin-left: 0;
  border-top: 1px #114194 solid;
  background-color: #114194;
  margin-bottom: 0;
}

.panel ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  padding: 25px 0 25px 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #114194;
  transition: all 0.5s;
}

.panel #menu-top-header-navigation li {
  background-color: #ffffff;
}

.panel ul li a:hover {
  color: #fff;
}

.panel ul li a:focus {
  color: #ffffff;
}

.panel .menu-back {
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", Sans-Serif;
  text-decoration: none;
  padding: 12px 30px;
}

.panel .menu-item-has-children ul.sub-menu {
  position: absolute;
  display: block;
  top: 10rem;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s ease;
  background: #fff;
  transform: translateX(-100%);
  z-index: 999;
}

.panel .menu-item-has-children ul.sub-menu.open-sub {
  transform: translateX(0);
}

.panel .menu-item-has-children > a:after {
  content: " >";
}

.panel .mobile-navigation-logo {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background-color: #fff;
}

.panel .mobile-navigation-logo img {
  max-width: 200px;
  margin: 0 auto;
  padding-top: 10px;
}

.panel .mobile-navigation-social-icons {
  padding: 20px 0;
  background: #fff;
}

.panel .mobile-navigation-social-icons h4 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  padding-left: 10px;
  padding-right: 25px;
  margin-bottom: 5px;
  color: #fff;
}

.panel .mobile-navigation-social-icons .list {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-left: 10px;
  padding-right: 10px;
  gap: 5px;
  justify-content: center;
}

.panel .mobile-navigation-social-icons svg {
  color: #fff;
  width: 3rem;
  margin-right: 5px;
  transition: all 0.5s;
  fill: #114194;
}

.panel .mobile-navigation-social-icons svg:hover {
  color: #EA5D5F;
  fill: #EA5D5F;
}

.panel .mobile-navigation-social-icons svg:focus {
  color: #EA5D5F;
  fill: #EA5D5F;
}

.panel #menu-secondary-header-menu li a {
  font-weight: 100;
  text-transform: none;
}

.mobile-button-link {
  text-decoration: none;
}

.mobile-button-link .mobile-button {
  background-color: #EA5D5F;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.mobile-button-link .mobile-button h4 {
  text-align: center;
  color: #fff;
  margin: 0;
}

.mobile-button-link:hover > .mobile-button {
  background-color: #EA5D5F;
}

@media screen and (max-width: 800px) {
  .panel .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 0rem;
    padding-top: 5rem;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    background: #fff;
    transform: translateX(-100%);
  }

  body.open-menu #bcore-mobile-nav {
    transform: translateX(0);
  }
}

.panel .button {
  background-color: #114194;
  color: #fff;
  padding: 1.125rem 1.25rem;
  line-height: 1rem;
  border-radius: 5px;
  margin-left: 5px;
  transition: all 0.5s;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 5px;
  margin-block: 1rem;
}

.panel .button svg {
  width: 1rem;
}

.panel .button:hover {
  background-color: #EA5D5F;
}

@media screen and (max-width: 400px) {
  .main-header .wrapper {
    justify-content: space-evenly !important;
  }

  .main-header .wrapper .logo {
    width: 20%;
  }
}

.header-main {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 20px 0;
}

.header-main .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-main .wrapper .header-col-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-main .wrapper .header-col-left img {
  width: 150px;
  position: relative;
  z-index: 0;
}

.header-main .wrapper .header-col-right {
  display: flex;
  flex-direction: row;
}

#header-navigation {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding-left: 0;
  gap: 40px;
  margin-top: 10px;
}

#header-navigation a {
  color: #114194;
  text-decoration: none;
  font-weight: 500;
  padding: 15px;
}

#header-navigation .menu-item-has-children {
  position: relative;
}

#header-navigation .menu-item-has-children:hover a {
  color: #fff;
  background-color: #222939;
}

#header-navigation .menu-item-has-children:hover .sub-menu {
  left: 0;
}

#header-navigation li .sub-menu {
  list-style: none;
  background-color: #222939;
  padding: 20px 50px 20px 15px;
  position: absolute;
  z-index: 999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 20px;
  width: 300px;
  left: -9999px;
}

#header-navigation li .sub-menu li {
  padding: 10px;
  padding-left: 0;
}

#header-navigation li .sub-menu a {
  color: #fff;
  padding: 0;
}

.menu-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: none;
}

.menu-link:hover .line {
  background-color: #114194;
}

.menu-link .line {
  width: 50px;
  height: 5px;
  background-color: #114194;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}

.menu-link.active {
  transform: rotate(45deg);
}

.menu-link.active:before {
  border: 5px solid #fff;
}

.menu-link.active .line {
  width: 35px;
}

.menu-link.active .line:nth-child(2) {
  opacity: 0;
}

.menu-link.active .line:nth-child(1) {
  transform: translateY(13px);
}

.menu-link.active .line:nth-child(3) {
  transform: translateY(-13px) rotate(90deg);
}

@media screen and (max-width: 67.5rem) {
  .header-menu {
    padding: 0 20px;
  }

  #header-navigation {
    display: none;
  }

  .menu-link {
    display: block;
  }
}

footer {
  position: relative;
}

.footer-content-main {
  padding: 60px 0;
  position: relative;
  background-color: #fff;
}

.footer-content-main .wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.footer-content-main .wrapper .col-left {
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}

.footer-content-main .wrapper .col-left img {
  width: 250px;
  margin-bottom: 20px;
}

.footer-content-main .wrapper .col-left .footer-contact-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-content-main .wrapper .col-left .footer-contact-main .contact-address p {
  margin: 0;
  color: #000;
}

.footer-content-main .wrapper .col-left .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.footer-content-main .wrapper .col-right {
  width: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  align-items: flex-start;
}

.footer-content-main .wrapper .col-right a {
  color: #000;
  text-decoration: none;
}

.footer-content-main .wrapper .col-right svg {
  width: 25px;
  fill: #000;
}

.footer-credit-main {
  background-color: #114194;
  padding: 10px 0;
}

.footer-credit-main .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
}

.footer-credit-main .wrapper a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-credit-main .wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.hero-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
  position: relative;
}

.hero-main .wrapper .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.hero-main .wrapper .hero-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  width: 70%;
}

.hero-main .wrapper .hero-content .hero-button {
  padding: 10px 30px;
  padding-right: 15px;
  background-color: #114194;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
}

.hero-main .wrapper .hero-content .hero-button svg {
  width: 20px;
  margin-left: 15px;
  fill: #fff;
  transition: all 0.5s;
}

.hero-main .wrapper .hero-content .hero-button:hover {
  background-color: #0e74ff;
  color: #fff;
}

.hero-main .wrapper .hero-content .hero-button:hover svg {
  transform: translate(3px);
}

.hero-main .wrapper .hero-content img {
  width: 400px;
  margin-bottom: 20px;
}

.hero-main.front-page {
  padding: 250px 0;
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .hero-main .wrapper .hero-content h1 {
    font-size: 30px;
  }
}

.quick-link-main .wrapper-wide .quick-link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 20px;
}

.quick-link-main .wrapper-wide .quick-link-grid a {
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper-wide .quick-link-grid .single-quick-link {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content h2::after {
  margin: 0 !important;
  border: 0 !important;
}

.quick-link-main .wrapper-wide .quick-link-grid .ql-button {
  padding: 10px;
  border: 2px solid #000;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
  border-radius: 5px;
  margin-top: 60px;
  z-index: 2;
  position: relative;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content {
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-content svg {
  position: absolute;
  bottom: -90px;
  right: 0;
}

.quick-link-main .wrapper-wide .quick-link-grid .quick-link-image {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-link-main.front-page {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .quick-link-main .wrapper-wide .quick-link-grid {
    grid-template-columns: 1fr;
  }
}

.guide-price-main {
  position: relative;
  margin: 100px 0;
}

.guide-price-main .wrapper {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='1201' height='242' viewBox='0 0 1201 242'%3e%3crect id='Rectangle_49' data-name='Rectangle 49' width='1200' height='242' rx='3' fill='%23acce31'/%3e%3crect id='Rectangle_49-2' data-name='Rectangle 49' width='1200' height='242' rx='3' fill='%23acce31'/%3e%3cpath id='Path_38' data-name='Path 38' d='M3,0H248L188,242H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' fill='%23a2c22e'/%3e%3cpath id='Path_39' data-name='Path 39' d='M-16,0H-72l-60,242H-16a3,3,0,0,0,3-3V3A3,3,0,0,0-16,0Z' transform='translate(1214)' fill='%23222939'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  padding: 20px 80px;
}

.guide-price-main .wrapper .gform_wrapper {
  color: #fff !important;
  width: 60%;
  background-color: transparent;
  border: none;
  padding: none;
}

.guide-price-main .wrapper .gform_wrapper h2 {
  color: #fff;
  margin-bottom: 10px;
}

.guide-price-main .wrapper .gform_wrapper h2::after {
  margin: 0 !important;
  border: 0 !important;
}

.guide-price-main .wrapper .gform_wrapper .gform_button {
  display: none;
}

.guide-price-main .wrapper .gform_wrapper .gform_heading .gform_description {
  margin-top: 0 !important;
}

.cta-main {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #114194;
}

.cta-main .wrapper .cta-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

.cta-main .wrapper .cta-content .content {
  width: 80% !important;
}

.cta-main .wrapper .cta-content h2 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.cta-main .wrapper .cta-content a {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 3px;
  color: #114194;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.5s;
}

.cta-main .wrapper .cta-content a svg {
  width: 20px;
  margin-left: 15px;
  fill: #114194;
  transition: all 0.5s;
}

.cta-main .wrapper .cta-content a:hover {
  background-color: #efefef;
}

.cta-main .wrapper .cta-content a:hover svg {
  transform: translate(3px);
}

.cta-main .wrapper .cta-content p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-main .wrapper .cta-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .cta-main .wrapper .cta-content .content {
    width: 100% !important;
  }
}

.testimonial-block {
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}

.testimonial-block .wrapper .heading h2 {
  font-size: 28px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.testimonial-grid {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.testimonial-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.testimonial-item .testimonial-content {
  width: 100%;
}

.testimonial-item .testimonial-content h3 {
  font-style: italic;
  font-weight: 22px;
}

.testimonial-item .testimonial-content p {
  font-size: 20px;
  font-weight: 200;
}

.testimonial-quotes {
  display: flex;
  flex-direction: row;
  width: 20%;
  gap: 10px;
}

.testimonial-quotes div {
  width: 30%;
}

.testimonial-quotes svg {
  fill: #39BF4B;
}

.meta p {
  color: #114194;
  font-weight: 600;
  font-style: normal !important;
}

.case-study-main {
  background-color: #222939;
}

.case-study-page .case-study-single {
  margin: 60px 0;
}

.case-study-grid {
  list-style: none;
  padding-left: 0;
}

.case-study-single {
  display: flex;
  flex-direction: row;
}

.case-study-single .case-study-content {
  width: 35%;
  padding: 40px;
}

.case-study-single .case-study-content h2 {
  font-size: 30px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}

.case-study-single .case-study-content P {
  color: #fff;
  font-size: 17px;
}

.case-study-single .case-study-content .case-study-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}

.case-study-single .case-study-content .case-study-buttons a {
  text-decoration: none;
}

.case-study-single .case-study-content .case-study-buttons .more-button {
  padding: 15px;
  border: 2px solid #fff;
  color: #fff;
  padding-right: 60px;
}

.case-study-single .case-study-content .case-study-buttons .all-button {
  padding: 10px;
  border: 2px solid #114194;
  color: #114194;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.case-study-single .case-study-image {
  width: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}

@media screen and (max-width: 768px) {
  .case-study-main .case-study-grid {
    grid-template-columns: 1fr;
  }
}

.content-block-main .wrapper .content {
  width: 80%;
}

.content-block-main .wrapper .content h1 {
  margin-bottom: 10px;
}

.content-block-main .wrapper .content h4 {
  font-size: 24px;
  font-weight: 300;
  color: #2c3e63;
  font-family: "open sans", sans-serif;
  margin-top: 0;
}

.content-block-main.margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.content-block-main.image .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}

.content-block-main.image .wrapper .content {
  width: 50%;
}

.content-block-main.image .wrapper img {
  height: auto;
  width: 50%;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .content-block-main .wrapper .content {
    width: 100%;
  }
}

.team-members-main .wrapper .team-members-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding-left: 0;
  gap: 40px;
}

.team-members-main .wrapper .team-members-grid .single-team-member {
  display: flex;
  flex-direction: column;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-image {
  padding: 225px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content {
  background-color: #222939;
  color: #fff;
  padding: 30px 80px 30px 40px;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h2::after {
  display: none;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3 {
  color: #114194;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content h3::after {
  content: "";
  border-top: 1px solid #114194;
  width: 140%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
}

.team-members-main .wrapper .team-members-grid .single-team-member .team-member-content P {
  font-size: 17px;
}

.contact-block .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact-block .wrapper .contact-col-left .contact {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.contact-block .wrapper .contact-col-left .contact p {
  margin: 0;
}

.contact-block .wrapper .contact-col-left .contact a {
  text-decoration: none;
}

.contact-block .wrapper .contact-col-left .contact .phone {
  color: #000;
}

.contact-block .wrapper .contact-col-left .address {
  margin-top: 20px;
}

.contact-block .wrapper .contact-col-left h3 {
  margin-bottom: 0;
  margin-top: 40px;
}

.case-study-page .wrapper .case-study-grid.archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single {
  flex-direction: column;
  background-color: #222939;
  overflow: hidden;
  position: relative;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-content {
  width: 100%;
  order: 2;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-content .case-study-buttons {
  margin-top: 50px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single .case-study-image {
  width: 100%;
  order: 1;
  padding: 225px;
}

.case-study-page .wrapper .case-study-grid.archive .case-study-single svg {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: -100px;
  fill: #707070;
  width: 133px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 4rem 0;
}

.pagination .page-numbers {
  background-color: #222939;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.188rem;
  font-weight: 500;
  min-width: 2rem;
  transition: all 0.5s;
}

.pagination .page-numbers.current {
  background-color: #222939;
}

.pagination .page-numbers:hover {
  background-color: #222939;
}

.pagination .page-numbers.next {
  background-color: #114194;
}

.pagination .page-numbers.next svg {
  fill: #fff;
}

.pagination .page-numbers.prev {
  background-color: #114194;
}

.pagination .page-numbers.prev svg {
  fill: #fff;
}

.pagination svg {
  width: 0.75rem;
}

.blog {
  background-color: #f2f5f8;
}

.news-page-title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #fff;
}

.news-page-title .wrapper {
  position: relative;
  z-index: 2;
}

.news-page-title h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #fff;
  padding: 20px;
  background-color: #19489e;
  width: -moz-fit-content;
  width: fit-content;
}

.news-page-title p {
  width: 60%;
  font-size: 18px;
  color: #222939;
}

.news-index-title {
  font-size: 3.5rem;
  margin-bottom: 0;
  color: #114194;
}

.news-grid {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.news-grid .single-news {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
}

.news-grid .single-news a {
  color: inherit;
  text-decoration: none;
}

.news-grid .single-news a::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news-grid .news-image {
  padding: 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s;
  position: relative;
}

.news-grid .news-content {
  padding: 10px 20px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}

.news-grid .news-content h2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0;
}

.news-grid .news-content p {
  padding-bottom: 20px;
}

.news-grid .news-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  background-color: #114194;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-top: auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: all 0.5s;
}

.news-grid .single-news:hover > .news-image .news-button {
  background-color: #0e74ff;
  color: #fff;
}

.news-grid .single-news:hover > .news-image .news-button svg {
  transform: translate(3px);
}

.pagination {
  margin: 0 auto;
  margin-block: 3rem;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.pagination .page-numbers {
  text-decoration: none;
  color: #fff;
  background-color: #4a4556;
  padding: 1.2rem 1.4rem;
  display: inline-block;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}

.pagination .current {
  background-color: #222939;
  font-family: "open Sans", sans-serif;
  color: #ffffff;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

.pagination svg {
  width: 11px;
}

.pagination .page-numbers.current:hover {
  background-color: #222939;
  color: #fff;
}

.pagination .page-numbers:hover {
  background-color: #e0e0e0;
  color: #000;
}

.pagination .page-numbers:hover svg {
  fill: #000;
}

.prev {
  padding: 0.5rem 0.8rem !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.prev svg {
  fill: #fff;
  width: 15px;
}

.next {
  padding: 0.5rem 0.8rem !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.next svg {
  width: 15px;
  fill: #fff;
}

@media screen and (max-width: 50rem) {
  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-main .wrapper .news-grid .news-item:first-child {
    grid-column: span 1;
  }

  .news-main .wrapper .news-grid .news-item:first-child .news-svg {
    height: 60%;
    width: 265%;
    position: absolute;
    transform: rotateY(180deg);
    bottom: 0;
    top: auto;
  }

  .news-main .wrapper .news-grid .news-item:first-child a {
    flex-direction: column;
  }

  .news-main .wrapper .news-grid .news-item:first-child a .news-image {
    width: 100%;
    order: 1;
  }

  .news-main .wrapper .news-grid .news-item:first-child a .news-content {
    width: 100%;
    order: 2;
  }

  .news-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.latest-news-main {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.latest-news-main .wrapper .latest-news-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.latest-news-main .wrapper .latest-news-header .latest-news-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.latest-news-main .wrapper .latest-news-header .all-news-button {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  color: #114194;
  display: flex;
  align-items: center;
}

.latest-news-main .wrapper .latest-news-header .all-news-button svg {
  width: 20px;
  margin-left: 15px;
  fill: #114194;
}

.latest-news-main .wrapper .latest-news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .latest-news-main .wrapper .latest-news-grid {
    grid-template-columns: 1fr;
  }
}

.gallery-block-main {
  margin: 100px 0;
}

.gallery-block-main .wrapper .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding-left: 0;
  gap: 20px;
}

.gallery-block-main .wrapper .gallery-grid .image {
  height: 100%;
  padding: 133px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-block-main .wrapper .gallery-grid .single-image {
  border-radius: 10px;
}

.gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+4) {
  grid-column: span 2;
}

.gallery-block-main .wrapper .gallery-grid .single-image:nth-child(7n+5) {
  grid-row: span 2;
}

.gallery-block-main.small .gallery-grid {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-block-main.small .gallery-grid .single-image:nth-child(3n+1) {
  grid-column: span 2;
}

.gallery-block-main.small .gallery-grid .single-image:nth-child(3n+2) {
  grid-column: span 1;
}

.gallery-block-main.constrain {
  width: 80%;
}

.gallery-block-main.remove-margin {
  margin: 50px 0 !important;
}

@media screen and (max-width: 750px) {
  .gallery-block-main.constrain {
    width: 100% !important;
  }
}

.local-links-main .wrapper .local-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 0;
  list-style: none;
  gap: 40px;
}

.local-links-main .wrapper .local-links-grid .single-local-link {
  background-color: #1E3055;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
  outline: 5px solid #fff;
  outline-offset: -10px;
}

.local-links-main .wrapper .local-links-grid .single-local-link h2 {
  color: #fff;
  margin-top: 0;
}

.local-links-main .wrapper .local-links-grid .single-local-link a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.local-links-main .wrapper .local-links-grid .single-local-link a svg {
  width: 22px;
  fill: #fff;
}

.accreditations-main {
  background-color: #F9F9F9;
  padding: 40px 0;
}

.accreditations-main .wrapper p {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}

.accreditations-main .wrapper .accreditations {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.accreditations-main .wrapper .accreditations img {
  width: 117px;
}

@media screen and (max-width: 915px) {
  .accreditations {
    flex-wrap: wrap !important;
  }
}

