@charset "UTF-8";
/*-HTML5 Reset :: style.css---------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img,
object,
embed {
  max-width: 100%;
}

img {
  /*display:block;*/
  vertical-align: bottom;
}

/* force a vertical scrollbar to prevent a jumpy page */
/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

li.clearfix {
  display: list-item;
}

/*Hide these rules from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  *zoom: 1;
}

/*-End HTML5 Reset :: style.css------------------------------------------------------------------------------------------*/
/* Mixin to create vertical, horizontal or radial gradient */
:root {
  --gutter: 15px;
}

@media (min-width: 50em) {
  :root {
    --gutter: 30px;
  }
}

@media (min-width: 80.0625em) {
  :root {
    --gutter: 80px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font: normal 100%/1.5 "Montserrat", Helvetica, Arial, Sans-Serif;
  color: #000000;
  font-weight: 400;
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  max-width: 1600px;
  width: calc(100% - (var(--gutter) * 2));
}

p {
  word-break: break-word;
  word-wrap: break-word;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-navbtn {
  position: absolute;
  top: 8px;
  left: var(--gutter);
  width: 32px;
  height: 32px;
  text-align: center;
  z-index: 10;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.7;
}

@media (min-width: 90em) {
  .mobile-navbtn {
    display: none;
  }
}

.mobile-navbtn span {
  width: 32px;
  height: 32px;
  position: absolute;
  height: 3px;
  display: block;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: white;
}

.mobile-navbtn span:before,
.mobile-navbtn span:after {
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background-color: white;
  position: absolute;
}

.mobile-navbtn span:before {
  top: -10px;
}

.mobile-navbtn span:after {
  top: 10px;
}

body.overflow-hidden .mobile-navbtn span {
  background-color: transparent !important;
}

body.overflow-hidden .mobile-navbtn span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

body.overflow-hidden .mobile-navbtn span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

body.home .site-header .mobile-navbtn span,
body.home .site-header .mobile-navbtn span:before,
body.home .site-header .mobile-navbtn span:after {
  background-color: #ffffff;
}

body.home .site-header.white-header .mobile-navbtn span,
body.home .site-header.white-header .mobile-navbtn span:before,
body.home .site-header.white-header .mobile-navbtn span:after {
  background-color: #000000;
}

.bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0;
  visibility: hidden;
}

.bg-overlay.active {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  background-color: #273575;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  height: 100%;
  max-width: 300px;
  width: 100%;
  overflow-y: scroll;
  left: -100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (min-width: 90em) {
  .mobile-nav {
    left: -100% !important;
  }
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-nav > ul > li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav ul li.current_page_item a {
  color: #ffffff;
  font-weight: 900;
}

.mobile-nav ul li a {
  padding: 10px 10px 10px 15px;
  min-height: 50px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav ul li.hasSubMenu > a {
  padding: 10px 50px 10px 15px;
}

.mobile-nav ul ul {
  position: relative;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.mobile-nav ul ul li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav ul ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.mobile-nav ul ul a {
  position: relative;
  padding-left: 40px;
  background-color: #d9511b;
}

.mobile-nav ul ul a:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 22px;
  left: 20px;
}

.show-submenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: block !important;
  background: white;
  cursor: pointer;
  z-index: 1000;
}

.show-submenu:before {
  content: "☰";
  color: #d9511b;
  font-size: 30px;
  position: absolute;
  line-height: 1;
  top: 10px;
  left: 12px;
}

@media (min-width: 90em) {
  .show-submenu {
    display: none !important;
  }
}

.nav-button-wrap-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-button-wrap-mobile .mobile-navbtn-login {
  border: 2px solid white;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 30px;
  border-radius: 30px;
  margin: 5px;
  text-decoration: none !important;
}

.nav-button-wrap-mobile .mobile-navbtn-signup {
  border: 2px solid white;
  background-color: white;
  color: #273575;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  padding: 8px 30px;
  border-radius: 30px;
  margin: 5px;
  text-decoration: none !important;
}

.mobile-nav-top-list {
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
}

@media (min-width: 50em) {
  .mobile-nav-top-list {
    display: none !important;
  }
}

.mobile-nav-top-list .mobile-nav-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.mobile-nav-top-list .mobile-nav-top-link.register-link {
  margin: 15px 15px 15px 18px;
  display: inherit;
  padding: 13px;
  max-width: 120px;
  text-align: center;
  min-height: auto;
}

.mobile-nav-top-list .mobile-nav-top-link i {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  color: #ffffff;
}

.mobile-nav-top-list .mobile-nav-top-link:hover {
  color: #d9511b;
}

.small-screen-header-top {
  position: sticky;
  top: 0;
  height: 50px;
  background-color: #273575;
  z-index: 10;
  padding: 0 var(--gutter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 80.0625em) {
  .small-screen-header-top {
    display: none;
  }
}

.sm-header-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.sm-header-button-wrap a {
  padding: 6px 20px 4px;
  font-size: 0.875rem;
}

.sm-header-button-wrap a.sm-header-call-btn {
  width: 100px;
  height: 35px;
  padding: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sm-header-button-wrap a.sm-header-call-btn img {
  max-width: 24px;
}

.site-header {
  background-color: #ffffff;
}

@media (min-width: 80.0625em) {
  .site-header {
    display: unset;
  }
}

.site-header .wrapper {
  width: 100%;
}

@media (min-width: 80.0625em) {
  .site-header .wrapper {
    width: calc(100% - (var(--gutter) * 2));
  }
}

.site-header-top {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}

@media (min-width: 50em) {
  .site-header-top {
    padding: 30px 0 0;
  }
}

@media (min-width: 80.0625em) {
  .site-header-top {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.logo {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 10px;
}

@media (min-width: 50em) {
  .logo {
    max-width: 300px;
  }
}

@media (min-width: 80.0625em) {
  .logo {
    margin: unset;
  }
}

.slogan {
  padding: 10px 10px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  background-color: #273575;
}

@media (min-width: 80.0625em) {
  .slogan {
    padding: 0;
    border-top: none;
    font-size: 1.25rem;
    background-color: #ffffff;
    color: #273575;
  }
}

@media (min-width: 90em) {
  .slogan {
    font-size: 1.5rem;
  }
}

.header-button-wrap {
  display: none;
}

@media (min-width: 80.0625em) {
  .header-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    max-width: 275px;
  }
  .header-button-wrap a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 8px;
    padding-bottom: 6px;
  }
}

.site-header-naviagtion-wrap {
  background-color: #273575;
  display: none;
}

@media (min-width: 80.0625em) {
  .site-header-naviagtion-wrap {
    position: sticky;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header-naviagtion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav {
  display: none;
}

@media (min-width: 80.0625em) {
  .main-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav ul li {
  font-weight: 700;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 12px;
}

@media (min-width: 80.0625em) {
  .main-nav ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 90em) {
  .main-nav ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.main-nav ul li.current_page_item a,
.main-nav ul li.current-menu-item a {
  color: #f08700;
}

.main-nav ul li a {
  position: relative;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 50em) {
  .main-nav ul li a {
    padding: 0;
    color: #ffffff;
    border-bottom: 1px solid transparent;
  }
  .main-nav ul li a:hover {
    color: #f08700;
  }
}

@media (min-width: 80.0625em) {
  .main-nav ul > li.menu-item-has-children > ul.sub-menu {
    -webkit-box-shadow: 0 0 20px rgba(65, 69, 75, 0.2);
            box-shadow: 0 0 20px rgba(65, 69, 75, 0.2);
    opacity: 0;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    width: 730px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #ffffff;
  }
  .main-nav ul > li.menu-item-has-children > ul.sub-menu:before {
    border-bottom: 6px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px;
  }
}

.main-nav ul > li.menu-item-has-children > ul.sub-menu li {
  max-width: 50%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0;
}

.main-nav ul > li.menu-item-has-children > ul.sub-menu > li > a {
  padding: 15px 20px;
  color: #273575;
}

.main-nav ul > li.menu-item-has-children > ul.sub-menu > li > a:hover {
  color: #d9511b;
}

.main-nav ul > li.menu-item-has-children > a::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #ffffff;
  content: "";
  display: block;
  margin: 2px 0 0 0.3em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-nav ul > li.menu-item-has-children:hover a::after,
.main-nav ul > li.menu-item-has-children > a:hover a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-nav ul > li.menu-item-has-children:hover ul.sub-menu,
.main-nav ul > li.menu-item-has-children > a:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

body.home .site-header .main-nav ul > li.menu-item-has-children > a::after {
  border-top-color: #ffffff;
}

.bgvideoWrap {
  overflow: hidden;
  position: relative;
  background: #273575;
  min-height: 500px;
  max-height: 500px;
}

@media (min-width: 50em) {
  .bgvideoWrap {
    min-height: 720px;
    max-height: 720px;
  }
}

.bgvideoWrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.bgvideoWrap .videoContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bgvideoWrap .videoContent .videoBgImg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  background-size: cover;
  position: relative;
}

.bgvideoWrap .videoContent .videoBgImg .videoOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.bgvideoWrap .videoContent .videoBgImg .textContent {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}

.bgvideoWrap .bgVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.bgvideoWrap .bgVideo video {
  height: auto;
  left: 50%;
  min-height: 101%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: unset !important;
}

.bgvideoWrap .sliderTextWrap {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 100%;
  width: 80%;
  text-align: center;
  color: #ffffff;
  line-height: 1.3;
}

.bgvideoWrap .sliderTextWrap .iconImageWrap {
  max-width: 128px;
  margin: 0 auto 20px;
}

.bgvideoWrap .sliderTextWrap .content {
  margin-bottom: 20px;
}

.bgvideoWrap .sliderTextWrap .content .mainText {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 50em) {
  .bgvideoWrap .sliderTextWrap .content .mainText {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

@media (min-width: 80.0625em) {
  .bgvideoWrap .sliderTextWrap .content .mainText {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.bgvideoWrap .sliderTextWrap .content .mainText p {
  font-weight: 700;
}

.bgvideoWrap .sliderTextWrap .content .subText {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (min-width: 50em) {
  .bgvideoWrap .sliderTextWrap .content .subText {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.bgvideoWrap .sliderTextWrap .content .subText p {
  font-weight: 300;
}

.bgvideoWrap .slide-button-Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bgvideoWrap .slide-button-Wrap .sliderBtn {
  display: inline-block;
  margin: 5px;
  padding: 12px 20px 12px;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 50em) {
  .bgvideoWrap .slide-button-Wrap .sliderBtn {
    padding: 18px 40px 18px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.bgvideoWrap .slide-button-Wrap .sliderBtn i {
  margin-left: 10px;
}

.bgvideoWrap .slide-button-Wrap .sliderBtn.btnBgSolid {
  background: #d9511b;
}

.bgvideoWrap .slide-button-Wrap .sliderBtn.btnBgSolid:hover {
  color: #ffffff;
  -webkit-box-shadow: inset 0 -6em 0 0 #273575;
          box-shadow: inset 0 -6em 0 0 #273575;
}

.bgvideoWrap .slide-button-Wrap .sliderBtn.btnBgTransparent {
  background: transparent;
  border: 1px solid #ffffff;
}

.bgvideoWrap .slide-button-Wrap .sliderBtn.btnBgTransparent:hover {
  border: 1px solid #d9511b;
  -webkit-box-shadow: inset 0 -6em 0 0 #d9511b;
          box-shadow: inset 0 -6em 0 0 #d9511b;
  color: #000000;
}

.slide-over-video .slider-item {
  width: 100%;
}

.slide-over-video .flickity-button {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 50em) {
  .slide-over-video .flickity-button {
    visibility: visible;
    opacity: 1;
  }
}

.slide-over-video .flickity-button:disabled {
  opacity: 0.2;
}

.slide-over-video .flickity-page-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -80px;
}

.slide-over-video .flickity-page-dots .dot {
  display: inline-block;
  margin: 5px;
  width: 30px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

@media (min-width: 63.125em) {
  .slide-over-video .flickity-page-dots .dot {
    width: 50px;
  }
}

.slide-over-video .flickity-page-dots .dot.active {
  outline: none !important;
}

.slide-over-video .flickity-page-dots .dot.active span {
  background-color: white;
}

.page-section {
  padding: 50px 0;
}

@media (min-width: 50em) {
  .page-section {
    padding: 80px 0;
  }
}

.page-section--divider {
  position: relative;
}

.page-section--divider:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background-color: #d9511b;
  width: 100px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-section--bg-black {
  background-color: #000000;
}

.page-section--bg-primary {
  background-color: #273575;
}

.page-section--bg-accent {
  background-color: #d9511b;
}

.page-section--bg-light-grey {
  background-color: rgba(39, 53, 117, 0.05);
}

.page-section--no-b-padding {
  padding-bottom: 0;
}

.page-section--no-t-padding {
  padding-top: 0;
}

.page-section--no-padding {
  padding: 0;
}

.page-section--b-n-margin {
  margin-bottom: -1.5rem;
}

.page-section p, .page-section ul {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 50em) {
  .page-section p, .page-section ul {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 63.125em) {
  .page-section p, .page-section ul {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.page-section p {
  padding-bottom: 15px;
}

.page-section p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-section p a {
  text-decoration: underline;
}

.page-section p a:hover {
  text-decoration: none;
}

.headline {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  line-height: 1.3;
}

.headline--text-white {
  color: #ffffff;
}

.headline--text-primary {
  color: #273575;
}

.headline--text-accent {
  color: #d9511b;
}

.headline--text-left {
  text-align: left;
}

@media (min-width: 50em) {
  .headline {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 63.125em) {
  .headline {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.headline--alt {
  font-size: 1rem !important;
  letter-spacing: normal !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (min-width: 50em) {
  .headline--alt {
    font-size: 1.25rem !important;
  }
}

.subline {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.subline--mt-10 {
  margin-top: 10px;
}

.subline--text-white {
  color: #ffffff;
}

.subline--text-primary {
  color: #273575;
}

.subline--text-accent {
  color: #d9511b;
}

@media (min-width: 50em) {
  .subline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 63.125em) {
  .subline {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.subline--alt {
  font-size: 1.5rem;
}

@media (min-width: 50em) {
  .subline--alt {
    font-size: 1.875rem;
  }
}

@media (min-width: 63.125em) {
  .subline--alt {
    font-size: 2.5rem;
  }
}

@media (min-width: 90em) {
  .subline--alt {
    font-size: 3rem;
  }
}

.headline-3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.headline-3--text-white {
  color: #ffffff;
}

.headline-3--text-primary {
  color: #273575;
}

.headline-3--text-accent {
  color: #d9511b;
}

@media (min-width: 50em) {
  .headline-3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 63.125em) {
  .headline-3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px 10px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
  text-decoration: none;
}

.button i {
  width: 28px;
  height: 24px;
  margin-top: -10px;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 90em) {
  .button i {
    width: 32px;
    margin-top: -10px;
  }
}

.button:hover {
  opacity: 0.8;
}

.button--rounded {
  border-radius: 10px;
}

.button--pill {
  border-radius: 30px;
}

.button--solid-accent {
  background-color: #d9511b;
  border: 2px solid #d9511b;
}

.button--solid-primary {
  background-color: #273575;
  border: 2px solid #273575;
}

.button--solid-accent {
  background-color: #d9511b;
  border: 2px solid #d9511b;
}

.button--solid-white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #273575;
}

.button--border-primary {
  background-color: transparent;
  border: 2px solid #273575;
  color: #273575;
}

.button--border-primary:hover {
  text-decoration: none;
  color: #273575;
}

.button--border-accent {
  background-color: transparent;
  border: 2px solid #d9511b;
  color: #d9511b;
}

.button--border-accent:hover {
  text-decoration: none;
  color: #d9511b;
}

.button--border-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.common-wrap {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 63.125em) {
  .common-wrap {
    margin-top: 50px;
  }
}

.common-wrap--n-top-margin {
  margin-top: 0;
}

.common-wrap--n-bottom-margin {
  margin-bottom: 0;
}

.common-wrap--white {
  color: #ffffff;
}

.common-wrap p {
  margin-bottom: 15px;
}

.common-wrap p:last-child {
  margin-bottom: 0;
}

.common-btn {
  display: inline-block;
  padding: 8px 15px;
  background-color: #d9511b;
  border: 2px solid #d9511b;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common-btn i {
  margin-left: 10px;
}

.common-btn:hover {
  color: #ffffff;
}

.common-page-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: 10px 0 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

@media (min-width: 40em) {
  .common-page-banner {
    min-height: 300px;
  }
}

.section-home-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 50em) {
  .section-home-about {
    min-height: 700px;
  }
}

.home-about-text {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.reviews-slider-wrap {
  margin-top: 50px;
}

.reviews-slider-wrap .review-text-wrap {
  text-align: center;
  padding: 0 10%;
  width: 100%;
}

.reviews-slider-wrap .review-text-wrap .review-heading {
  margin-bottom: 15px;
}

.reviews-slider-wrap .review-text-wrap .review-credit {
  font-size: 0.875rem;
  margin-top: 15px;
  text-transform: uppercase;
  color: #d9511b;
  font-weight: 700;
}

@media (min-width: 40em) {
  .reviews-slider-wrap .review-text-wrap .review-credit {
    font-size: 1rem;
  }
}

.service-card {
  visibility: hidden;
}

.service-card.pageloaded {
  visibility: visible;
  height: 100%;
}

.service-card.pageloaded .service-card-content {
  position: relative;
  padding-bottom: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service-card.pageloaded .service-card-content .service-card-button {
  position: absolute;
  bottom: 25px;
}

.service-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  text-align: left;
  text-decoration: none !important;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

@media (min-width: 40em) {
  .service-card {
    max-width: 50%;
  }
}

@media (min-width: 80.0625em) {
  .service-card {
    max-width: 25%;
  }
}

.service-card img {
  border-radius: 10px 10px 0 0;
  overflow: clip;
}

.service-card-content {
  width: 100%;
  padding: 1.5rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 10px 10px;
  overflow: clip;
}

.service-card-content .service-card-heading {
  text-align: left;
  font-size: 1.375rem;
  color: #ffffff;
  margin-bottom: 15px;
}

.service-card-content .service-card-body {
  margin-bottom: 20px;
  padding: 0 0 0;
}

.service-card-content .service-card-body p {
  font-size: 1.125rem;
}

@media (hover: none) {
  .service-card-content .service-card-body p {
    display: none;
  }
}

.service-card-content .service-card-button {
  padding: 8px 20px 6px;
}

.full-width-carousel-wrap {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.full-width-carousel .flickity-viewport {
  overflow: visible;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.full-width-carousel .flickity-slider {
  height: 100%;
}

.full-width-carousel .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.full-width-carousel .flickity-prev-next-button {
  border-radius: 0;
  background: url("../images/icons/arrow-carousel.svg") no-repeat;
  height: 20px;
  width: 53px;
  z-index: 5;
  top: -50px;
}

.full-width-carousel .flickity-prev-next-button svg {
  display: none;
}

.full-width-carousel .flickity-prev-next-button.next {
  right: 10px;
}

.full-width-carousel .flickity-prev-next-button.previous {
  left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.full-width-carousel .flickity-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.full-width-carousel .flickity-page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -80px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.full-width-carousel .flickity-page-dots .dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 20px;
  height: 20px;
  margin: 5px;
  opacity: 1;
  border-radius: 0;
  background-color: #41454b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.full-width-carousel .flickity-page-dots .is-selected {
  background-color: #d9511b;
}

.full-width-carousel .carousel-item {
  max-width: 400px;
  margin-right: 20px;
}

.full-width-carousel .carousel-item:last-child {
  margin-right: 0;
}

@media (min-width: 50em) {
  .full-width-carousel .carousel-item {
    margin-right: 30px;
  }
}

.timeline-wrap {
  background: #273575;
  position: relative;
  padding: 14px 0 100px 0;
  margin-top: 30px;
}

@media (min-width: 50em) {
  .timeline-wrap {
    margin-top: 50px;
  }
}

.timeline-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ffffff;
}

.timeline-tab-wrap {
  position: relative;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 100px;
}

@media (min-width: 50em) {
  .timeline-tab-wrap {
    width: 100%;
  }
}

.timeline-tab-wrap:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 4px;
  border-radius: 5px;
  height: 100px;
  background: #d9511b;
  margin-left: -2px;
}

.timeline-tab-wrap .timeline-heading {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (min-width: 50em) {
  .timeline-tab-wrap .timeline-heading {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (min-width: 63.125em) {
  .timeline-tab-wrap .timeline-heading {
    text-align: left;
  }
}

.timeline-tab-wrap .timeline-heading--text-accent_alt_2 {
  color: #f08700;
}

.timeline-tab-wrap .timeline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 63.125em) {
  .timeline-tab-wrap .timeline-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px auto;
  }
}

.timeline-tab-wrap .timeline-content .timeline-text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.timeline-tab-wrap .timeline-content .timeline-text p {
  color: #ffffff;
  margin-bottom: 20px;
}

.timeline-tab-wrap .timeline-content .timeline-text p:last-child {
  margin-bottom: 0;
}

@media (min-width: 90em) {
  .timeline-tab-wrap .timeline-content .timeline-text p {
    font-size: 1.5rem;
  }
}

@media (min-width: 63.125em) {
  .timeline-tab-wrap .timeline-content .timeline-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    padding: 0 30px;
  }
}

.timeline-tab-wrap .timeline-content .timeline-text a {
  color: #ffffff;
  text-decoration: none;
}

.timeline-tab-wrap .timeline-content .timeline-text a.timeline-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #ffffff;
  border: 2px solid white;
}

.timeline-tab-wrap .timeline-content .timeline-text a.timeline-button:hover {
  background: #d9511b !important;
  color: white !important;
}

.timeline-tab-wrap .timeline-content .timeline-image {
  max-width: 600px;
  text-align: center;
  overflow: hidden;
  text-align: center;
  margin: 30px auto;
}

@media (min-width: 63.125em) {
  .timeline-tab-wrap .timeline-content .timeline-image {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (min-width: 80.0625em) {
  .timeline-tab-wrap .timeline-content .timeline-image {
    max-width: 600px;
  }
}

.timeline-page-text-wrap {
  text-align: center;
  padding: 50px 0 0 0;
}

.timeline-page-text-wrap .timeline-page-text-heading {
  max-width: 1200px;
  margin: auto;
  text-align: left;
}

.timeline-page-text {
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}

.timeline-page-text--text-left {
  text-align: left;
}

.timeline-page-text p {
  margin-bottom: 20px;
}

.timeline-page-text p:last-child {
  margin-bottom: 0;
}

.single-service-intro {
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #d9511b;
}

@media (min-width: 63.125em) {
  .single-service-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}

@media (min-width: 80.0625em) {
  .single-service-intro {
    margin-top: 80px;
  }
}

.single-service-intro__image {
  width: 100%;
  margin: 0 auto;
  min-height: 400px;
}

@media (min-width: 40em) {
  .single-service-intro__image {
    min-height: 600px;
  }
}

@media (min-width: 63.125em) {
  .single-service-intro__image {
    max-width: 50%;
  }
}

@media (min-width: 90em) {
  .single-service-intro__image {
    max-width: 650px;
  }
}

.single-service-intro__section {
  padding: 50px 30px;
  text-align: center;
}

@media (min-width: 63.125em) {
  .single-service-intro__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px;
    text-align: left;
  }
}

@media (min-width: 90em) {
  .single-service-intro__section {
    padding: 50px 80px;
  }
}

.single-service-intro__section .profile-section-heading {
  margin-bottom: 20px;
}

@media (min-width: 63.125em) {
  .single-service-intro__section .profile-section-heading {
    text-align: left;
  }
}

.single-service-extra-info {
  counter-reset: section;
  margin-top: 30px;
  display: grid;
  row-gap: 50px;
}

@media (min-width: 63.125em) {
  .single-service-extra-info {
    margin-top: 50px;
    row-gap: 100px;
  }
}

@media (min-width: 80.0625em) {
  .single-service-extra-info {
    margin-top: 80px;
  }
}

.single-service-extra-info__tab {
  position: relative;
  border-top: 2px solid #d9511b;
  padding-top: 70px;
  display: grid;
  gap: 30px;
}

@media (min-width: 50em) {
  .single-service-extra-info__tab {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}

@media (min-width: 90em) {
  .single-service-extra-info__tab {
    grid-template-columns: 650px 1fr;
  }
}

.single-service-extra-info__typography h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #d9511b;
}

@media (min-width: 50em) {
  .single-service-extra-info__typography h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 50em) {
  .single-service-extra-info__text {
    margin-top: 10px;
  }
}

.single-service-extra-info__button {
  margin-top: 20px;
  text-decoration: none !important;
  font-size: 1rem;
}

.our-homes {
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  row-gap: 50px;
  text-align: center;
}

@media (min-width: 63.125em) {
  .our-homes {
    margin-top: 50px;
    row-gap: 80px;
  }
}

.our-homes__tab {
  position: relative;
}

.our-homes__tab:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  border-bottom: 2px solid #d9511b;
}

@media (min-width: 63.125em) {
  .our-homes__tab:not(:last-child)::after {
    bottom: -40px;
  }
}

.our-homes__tab__slider-wrap {
  margin-top: 30px;
}

@media (min-width: 63.125em) {
  .our-homes__tab__slider-wrap {
    margin-top: 50px;
  }
}

.our-homes__tab__text {
  margin-top: 30px;
}

@media (min-width: 63.125em) {
  .our-homes__tab__text {
    margin-top: 50px;
  }
}

.team-banner {
  height: 300px;
  margin-bottom: 50px;
}

@media (min-width: 50em) {
  .team-banner {
    height: 600px;
  }
}

.team-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-page-text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.review-text-wrap {
  padding: 30px 0;
}

@media (min-width: 40em) {
  .review-text-wrap {
    padding: 50px 0;
  }
}

.review-text-wrap .review-text-block {
  position: relative;
  padding: 30px 20px;
  border-bottom: 3px dotted #000000;
  text-align: center;
}

.review-text-wrap .review-text-block:first-child {
  padding-top: 0;
}

.review-text-wrap .review-text-block:last-child {
  border-bottom: none;
}

@media (min-width: 50em) {
  .review-text-wrap .review-text-block {
    padding: 50px 30px;
  }
}

.review-text-wrap .review-text-block .title {
  font-size: 1.375rem;
  color: #d9511b;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 63.125em) {
  .review-text-wrap .review-text-block .title {
    font-size: 1.5rem;
  }
}

@media (min-width: 80.0625em) {
  .review-text-wrap .review-text-block .title {
    font-size: 1.875rem;
  }
}

.review-text-wrap .review-text-block .date {
  font-size: 1.25rem;
  color: #41454b;
}

.review-text-wrap .review-text-block .review-text {
  max-width: 1200px;
  margin: auto;
  padding: 15px 0 20px;
}

@media (min-width: 40em) {
  .review-text-wrap .review-text-block .review-text {
    padding: 30px 0 20px;
  }
}

.review-text-wrap .review-text-block .author-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.review-text-wrap .review-text-block .author-info-wrap .authorName {
  font-size: 1.25rem;
  font-weight: 700;
}

.review-form-wrap {
  max-width: 1200px;
  margin: 80px auto;
  text-align: center;
  padding: 100px 20px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-tab-wrapper {
  position: relative;
  display: grid;
  margin-top: 20px;
  row-gap: 25px;
}

@media (min-width: 63.125em) {
  .contact-tab-wrapper {
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.contactTab {
  position: relative;
  background: rgba(65, 69, 75, 0.3);
  text-align: center;
  padding: 30px 20px;
}

@media (min-width: 63.125em) {
  .contactTab:nth-child(1) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .contactTab:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contactTab:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contactTab .contentWrap .iconWrap {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #d9511b;
  text-align: center;
  margin: 0 auto 30px;
  padding-top: 24px;
}

.contactTab .contentWrap .iconWrap img {
  width: 32px;
  margin-right: auto;
}

.contactTab .contentWrap .iconWrap i {
  font-size: 36px;
  color: #ffffff;
}

.contactTab p {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 20px;
}

.contactTab p:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 80.0625em) {
  .contactTab p {
    font-size: 1.375rem;
  }
}

.contactTab .telNumber {
  text-decoration: none !important;
  border-bottom: none !important;
}

.ringBackFormTabWrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 10px;
}

.ringBackFormTabWrapper .heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  margin: 0 0 15px 0;
  color: #273575;
}

@media (min-width: 40em) {
  .ringBackFormTabWrapper .heading {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.ringBackFormTabWrapper .ringBackFormWrap {
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0;
}

.ringBackFormTabWrapper .ringBackFormWrap .inputFieldWrap {
  margin-bottom: 20px;
}

.ringBackFormTabWrapper .ringBackFormWrap .inputFieldWrap.captchaWrap {
  max-width: 300px;
  overflow: hidden;
}

.ringBackFormTabWrapper .ringBackFormWrap input[type="text"],
.ringBackFormTabWrapper .ringBackFormWrap input[type="email"],
.ringBackFormTabWrapper .ringBackFormWrap textarea,
.ringBackFormTabWrapper .ringBackFormWrap select {
  width: 100%;
  border: 1px solid #d6d6d6;
  padding: 8px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  outline: none;
}

.ringBackFormTabWrapper .ringBackFormWrap textarea {
  min-height: 75px;
  height: 100px;
  resize: vertical;
}

.ringBackFormTabWrapper .ringBackFormWrap button[type="submit"],
.ringBackFormTabWrapper .ringBackFormWrap input[type="submit"] {
  display: inline-block;
  background: #273575;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  padding: 15px 50px 12px;
  border: none;
}

.ringBackFormTabWrapper .ringBackFormWrap button[type="submit"]:hover,
.ringBackFormTabWrapper .ringBackFormWrap input[type="submit"]:hover {
  opacity: 0.9;
}

.contact-page-text {
  margin: 30px 0;
  text-align: center;
}

@media (min-width: 33.125em) {
  .contact-page-text {
    margin: 40px 0;
  }
}

@media (min-width: 50em) {
  .contact-page-text {
    margin: 50px 0;
  }
}

@media (min-width: 63.125em) {
  .contact-page-text {
    margin: 60px 0;
  }
}

.aboriginal-section {
  padding: 20px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.aboriginal-tab {
  display: grid;
  gap: 30px;
  text-align: center;
}

@media (min-width: 40em) {
  .aboriginal-tab {
    grid-template-columns: 128px 1fr;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.aboriginal-tab__graphic {
  max-width: 64px;
  margin: auto;
}

.aboriginal-tab__text p {
  font-size: 1rem;
  color: #41454b;
}

.page-footer {
  background: #273575;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-tab-outer {
  margin-bottom: 50px;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr;
}

@media (min-width: 63.125em) {
  .footer-tab-outer {
    grid-template-columns: 230px 1fr;
  }
}

.footer-logos-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 40em) {
  .footer-logos-warp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 63.125em) {
  .footer-logos-warp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-logo {
  max-width: 130px;
  width: 100%;
}

@media (min-width: 40em) {
  .footer-logo {
    max-width: 160px;
    padding: 15px;
  }
}

@media (min-width: 63.125em) {
  .footer-logo {
    margin: unset;
    padding: 0;
    max-width: 150px;
  }
}

.footer-tab-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 50em) {
  .footer-tab-wrapper {
    grid-template-columns: 1fr 1fr 1fr 180px;
    gap: 30px;
  }
}

.footer-tab-heading {
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 50px 10px 0;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 50em) {
  .footer-tab-heading {
    padding: 0 0 25px 0;
    border-bottom: 1px solid transparent;
  }
}

.footer-tab-heading:before {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 0;
  top: 50%;
  content: "";
  margin-top: -14px;
  background-image: url(../images/icons/icon-chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 50em) {
  .footer-tab-heading:before {
    display: none;
  }
}

.footer-tab-content {
  height: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  font-size: 1rem;
}

@media (min-width: 50em) {
  .footer-tab-content {
    height: auto;
    opacity: 1;
    height: auto;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.footer-tab-content li {
  padding: 5px 0;
}

.footer-tab-content a {
  color: #ffffff;
  text-decoration: none;
}

.footer-tab-content a:hover {
  text-decoration: none;
}

@media (min-width: 63.125em) {
  .footer-tab-content a:hover {
    text-decoration: underline;
  }
}

.footer-social-icon {
  display: inline-block;
  width: 24px;
  margin-right: 15px;
}

.footer-tab.open .footer-tab-heading:before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.footer-tab.open .footer-tab-content {
  margin: 30px 2px;
  height: auto;
  opacity: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.footer-credit {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (min-width: 50em) {
  .footer-credit {
    padding: 50px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.footer-credit p {
  padding-bottom: 20px;
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/*# sourceMappingURL=maps/styles.css.map */
