/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name:
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #1d1d1d;
  overflow-x: hidden;
}
body.page-id-1050 .text-area.section-margin {
  padding-bottom: 70px;
  margin-top: 0px !important;
}
body.page-id-1050 .text-area.section-margin .justify-content-center {
  justify-content: left !important;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.clear {
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}
* {
  outline: none !important;
}
/*==========Fonts & Headings===========*/
body {
  font-family: "Rubik", sans-serif;
  color: #acacac;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
h1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0 0 30px 0;
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
p {
  margin: 0 0 30px 0;
}
ol,
ul {
  margin: 0 0 30px 0;
}
strong {
  font-weight: 700;
}
a {
  color: #af3135;
  text-decoration: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
a:visited,
a:hover,
a:active {
  color: #af3135;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  text-decoration: underline;
}
a.btn-solid {
  display: inline-block;
  background-color: #af3135;
  color: #fff;
  padding: 11px 45px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
a.btn-hollow {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 11px 45px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
a.btn-default {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #af3135;
  color: #fff;
  border: 2px solid #af3135;
  padding: 5px 35px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
a.btn-default:hover {
  background: #fff !important;
  border-color: #fff;
  color: #363636;
  text-decoration: none;
}
/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -100%;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav.menuOpen {
  right: 0;
}
#mobileNav {
  background-color: #1d1d1d;
  display: flex;
}
#mobileNav .mobileNav-header {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  background-color: #363636;
  text-align: center;
}
#mobileNav .mobileNav-header .navToggle {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #1d1d1d;
}
#mobileNav .mobileNav-header .navToggle i {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
}
#mobileNav .mobileNav-header .navToggle:hover {
  background-color: #af3135;
  text-decoration: none;
  border-color: #af3135;
}
#mobileNav .mobileNav-header .social-links {
  margin: 25px 0 30px;
  padding: 0;
}
#mobileNav .mobileNav-header .social-links li {
  margin: 5px 0;
  display: block;
}
#mobileNav .mobileNav-header .social-links li a {
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
#mobileNav .mobileNav-header .social-links li a:hover {
  color: #af3135;
  text-decoration: none;
}
#mobileNav .mobileNav-header .staff-login {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  padding: 30px 0;
  display: block;
  border-top: 1px solid #1d1d1d;
}
#mobileNav .mobileNav-header .staff-login:hover {
  background-color: #af3135;
  text-decoration: none;
}
#mobileNav .mobileNav-header .staff-login i {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
}
#mobileNav .mobileNav-body {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#mobileNav .mobileNav-body .mobile-main-menu ul {
  padding: 0;
  margin: 0;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #af3135;
  text-transform: none;
  border-bottom: 1px solid #363636;
  padding: 6px 60px 6px 20px;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li a span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: #acacac;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li .sub-menu {
  display: none;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li .sub-menu li a {
  padding-left: 40px;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li .menu-drop {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 57px;
  width: 50px;
  line-height: 57px;
  text-align: center;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li .menu-drop i {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mobileNav .mobileNav-body .mobile-main-menu ul li .menu-drop.sub-menu-active i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobileNav .mobileNav-body .mobile-contact {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  padding: 6px 60px 6px 20px;
  border-bottom: 1px solid #363636;
}
#mobileNav .mobileNav-body .mobile-contact span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #af3135;
  text-transform: none;
}
/* Header
==============================*/
#header {
  position: relative;
  z-index: 50;
  background-color: #1d1d1d;
}
#header #header-top {
  border-bottom: 1px solid #363636;
}
#header #header-top .social-links {
  margin: 5px 0 4px;
  padding: 0;
  display: block;
  text-align: center;
}
#header #header-top .social-links li {
  display: inline-block;
  margin-right: 15px;
}
#header #header-top .social-links li a {
  font-size: 22px;
  font-size: 2.2rem;
}
#header #header-top .header-search {
  border-left: 1px solid #363636;
}
#header #header-top .header-search .search-form {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
#header #header-top .header-search .search-form label {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  height: 100%;
}
#header #header-top .header-search .search-form label input {
  height: 100%;
  width: 100%;
  padding: 5px 10px;
  border: none;
  background-color: transparent;
  color: #fff;
}
#header #header-top .header-search .search-form label input::placeholder {
  opacity: 1;
}
#header #header-top .header-search .search-form button {
  width: 50px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
}
#header #header-top .login-wrap {
  border-left: 1px solid #363636;
  padding: 0;
}
#header #header-top .login-wrap .logged-in-as {
  letter-spacing: 0.5px;
  color: #acacac;
  display: block;
  text-align: center;
  padding: 12px 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
#header #header-top .login-wrap .logged-in-as span {
  color: #af3135;
  text-transform: uppercase;
}
#header #header-top .staff-login-wrap {
  border-left: 1px solid #363636;
  padding: 0;
}
#header #header-top .staff-login-wrap .staff-login {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #acacac;
  display: block;
  text-align: center;
  padding: 10px 15px;
}
#header #header-top .staff-login-wrap .staff-login i {
  margin-right: 5px;
  color: #af3135;
}
#header #header-top .staff-login-wrap .staff-login:hover {
  background-color: #af3135;
  color: #fff;
  text-decoration: none;
}
#header #header-top .staff-login-wrap .staff-login:hover i {
  color: #fff;
}
#header #header-bottom {
  border-bottom: 1px solid #363636;
}
#header #header-bottom .col-12 {
  padding: 0;
}
#header #header-bottom .header-logo-col {
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
}
#header #header-bottom .header-logo-col .header-logo {
  float: left;
  margin: 15px 30px;
  display: inline-block;
}
#header #header-bottom .header-contact-col {
  -ms-flex: 0 0 233px;
  flex: 0 0 233px;
}
#header #header-bottom .header-contact-col .header-contact {
  float: right;
  border-left: 1px solid #363636;
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header #header-bottom .header-contact-col .header-contact a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  line-height: 1.2;
  padding: 0 45px;
}
#header #header-bottom .header-contact-col .header-contact a span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #af3135;
  text-transform: none;
}
#header #header-bottom .header-contact-col .header-contact a:hover {
  text-decoration: none;
}
#header #header-bottom .header-contact-col .header-contact:hover {
  background-color: #af3135;
}
#header #header-bottom .header-contact-col .header-contact:hover a span {
  color: #fff;
}
#header #header-bottom .header-mobile-col {
  float: right;
  height: 100%;
  position: relative;
  border-left: 1px solid #363636;
  margin-right: -15px;
}
#header #header-bottom .header-mobile-col .navToggle {
  padding: 44px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  height: 100%;
}
#header #header-bottom .header-mobile-col .navToggle i {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 1.5px;
}
#header #header-bottom .header-mobile-col .navToggle:hover {
  background-color: #af3135;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header #header-bottom .header-logo-col {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
  }
  #header #header-bottom .header-logo-col .header-logo {
    margin: 15px 15px;
  }
  #header #header-bottom .header-contact-col {
    -ms-flex: 0 0 173px;
    flex: 0 0 173px;
  }
  #header #header-bottom .header-contact-col .header-contact a {
    padding: 0 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #header #header-bottom .header-logo-col {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
  #header #header-bottom .header-logo-col .header-logo {
    margin: 15px 0;
  }
  #header #header-bottom .header-mobile-col .navToggle {
    padding: 30px 15px;
  }
}
/* Nav
==============================*/
nav.main-menu {
  max-width: 800px;
}
nav.main-menu ul {
  padding: 0;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
nav.main-menu ul > li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  border-left: 1px solid #363636;
  display: flex;
  flex-direction: column;
  flex: 0 0 33.33%;
}
nav.main-menu ul > li > a {
  display: block;
  color: #acacac;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
  border-left: 4px solid transparent;
  padding: 6px 20px;
}
nav.main-menu ul > li > a .menu-drop {
  display: none;
}
nav.main-menu ul > li > a span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #af3135;
  text-transform: none;
}
nav.main-menu ul > li:hover > a,
nav.main-menu ul > li.current_page_item > a {
  color: #fff;
  border-color: #363636;
  text-decoration: none;
}
nav.main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0 0 0 0;
  background-color: #1d1d1d;
  border: 1px solid #363636;
  border-top: none;
}
nav.main-menu ul .sub-menu-wrap ul {
  padding-bottom: 15px;
  display: block;
}
nav.main-menu ul .sub-menu-wrap ul li {
  position: relative;
  left: -1px;
  display: block;
  max-width: auto;
}
nav.main-menu ul .sub-menu-wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
nav.main-menu ul .sub-menu-wrap ul li a span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav.main-menu {
    max-width: 100%;
  }
  nav.main-menu ul > li {
    flex: 0 0 50%;
  }
}
/* Generic Parts & Buttons
==============================*/
.zindex-five {
  position: relative;
  z-index: 5;
}
.section-margin {
  margin: 70px 0;
}
.intro-heading {
  border-top: 5px solid #acacac;
  border-bottom: 5px solid #acacac;
  padding: 40px 0;
}
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(29, 29, 29, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.white-btn {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  padding: 5px 15px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.white-btn:hover {
  background: #1d1d1d;
  border-color: #1d1d1d;
  color: #fff;
  text-decoration: none;
}
.grey-btn {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #acacac;
  border: 2px solid #acacac;
  padding: 5px 15px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.grey-btn:hover {
  background: #af3135;
  border-color: #af3135;
  color: #fff;
  text-decoration: none;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Home
==============================*/
#home-banner {
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#home-banner .banner-circle {
  background-color: rgba(175, 49, 53, 0.65);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 550px;
  height: 550px;
  margin-top: 15px;
  margin-bottom: 100px;
  margin-right: -80px;
  margin-top: -100px;
  float: right;
  position: relative;
}
#home-banner .banner-circle .banner-content {
  padding: 125px 90px 125px;
}
#home-banner .banner-circle .banner-content .banner-text {
  max-width: 500px;
  border-top: 6px solid #1d1d1d;
  border-bottom: 6px solid #1d1d1d;
  padding: 25px 0;
  margin: 0 auto;
}
#home-banner .banner-circle .banner-content .banner-text h2 {
  margin: 0;
  font-weight: 300;
  font-size: 2.25rem;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
#home-banner .banner-circle .banner-content .banner-text h1 {
  font-size: 5.5rem;
  color: #1d1d1d;
  margin: 0;
}
#home-banner .banner-circle .banner-content .white-btn {
  margin: 0 10px;
}
#home-banner .video-controls {
  position: absolute;
  bottom: 37.5px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#home-banner .video-controls button {
  border: none;
  background-color: rgba(175, 49, 53, 0.8);
  color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  font-size: 24px;
  font-size: 2.4rem;
}
#home-banner .banner-arrow {
  background-color: #1d1d1d;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: 10px;
  color: #fff;
  display: inline-block;
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1;
  position: relative;
  top: 41px;
}
#home-intro {
  margin: 180px 0 90px;
  position: relative;
}
#home-intro .container {
  position: relative;
}
#home-intro .intro-buttons {
  z-index: 999;
  position: relative;
  margin-bottom: 100px;
}
#home-intro .intro-buttons a.white-btn {
  font-size: 1.6rem;
  font-size: 16px;
  margin: 0px 5px;
}
#home-intro .intro-circle {
  position: absolute;
  top: -260px;
  right: 80%;
  width: 750px;
  height: 750px;
  background-color: #363636;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.home-content {
  background-image: url("images/left-bg.png");
  background-position: top 200px right;
  background-repeat: no-repeat;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #home-banner .container-fluid {
    max-width: 100%;
    padding: 0;
  }
  #home-banner .banner-circle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    margin: 0 auto;
    float: none;
  }
  #home-banner .banner-circle .banner-content {
    padding: 60px 15px 45px;
  }
  #home-banner .banner-circle .banner-content .banner-text {
    max-width: auto;
    border-top: 8px solid #1d1d1d;
    border-bottom: 8px solid #1d1d1d;
    padding: 40px 0;
    margin: 0 auto 35px;
  }
  #home-banner .banner-circle .banner-content .white-btn {
    margin-top: 15px;
  }
  #home-banner .banner-arrow {
    display: none;
  }
}
/* Content Areas
==============================*/
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.35) !important;
}
#gallery .gallery-inner .gallery-item {
  margin-bottom: 30px;
}
.two-col .col-1 {
  padding-right: 30px;
}
.two-col .col-2 {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .two-col .col-1 {
    padding-right: 15px;
  }
  .two-col .col-2 {
    padding-left: 15px;
  }
}
.circle-content {
  margin: 70px 0;
}
.circle-content .circle-content-text {
  position: relative;
  z-index: 1;
  padding-top: 35px;
  padding-left: 50px;
  font-size: 1.8rem;
  font-size: 18px;
}
.circle-content .circle-content-text h2 {
  position: relative;
  right: -120px;
  width: 110%;
}
.circle-content .circle-content-image {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 0%;
  overflow: hidden;
  position: relative;
  max-width: 600px;
  z-index: 0;
}
.circle-content .circle-content-image img {
  width: 100%;
}
.circle-content.circle-left .circle-content-text h2 {
  left: -120px;
  right: auto;
}
.circle-content.circle-right .circle-content-text h2 {
  text-align: right;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .circle-content .circle-content-text {
    padding-top: 0;
    margin-top: 40px;
  }
  .circle-content .circle-content-text h2 {
    position: relative;
    right: auto;
    width: 100%;
  }
  .circle-content.circle-left .circle-content-text h2 {
    left: auto;
    right: auto;
  }
}
.news-events-section {
  margin: 70px 0 30px;
  border-top: 1px solid #363636;
  padding-top: 70px;
  text-align: center;
  position: relative;
}
.news-events-section h2 {
  margin: 0 0 40px 0;
}
.news-events-section .news-bg {
  position: absolute;
  z-index: 0;
  top: -70px;
  left: 0;
}
.news-events-section .events-col,
.news-events-section .news-col {
  margin-bottom: 40px;
}
.promo-3-col {
  background-color: #af3135;
  background-image: url("images/promo-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  padding: 100px 0;
}
.promo-3-col .promo-3-col-header {
  text-align: center;
  border-top: 5px solid #1d1d1d;
  border-bottom: 5px solid #1d1d1d;
  padding: 40px 0;
  margin-bottom: 70px;
}
.promo-3-col .promo-3-col-header h2 {
  margin: 0 0 10px;
}
.promo-3-col .promo-3-col-header h4 {
  margin: 0;
  color: #1d1d1d;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
}
.promo-3-col .promo-3-col-content {
  margin-top: 30px;
}
.promo-3-col .promo-3-col-content p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
.promo-3-col .promo-3-col-footer {
  margin-top: 30px;
  text-align: center;
}
#rectangle .bg-grey {
  padding: 70px 100px;
  background-color: rgba(54, 54, 54, 0.4);
}
#rectangle .bg-grey .heading h2 {
  margin: 0 0 15px 0;
}
#rectangle .bg-grey .body p {
  font-size: 1.8rem;
  font-size: 18px;
}
#rectangle .bg-grey a.btn-default:hover {
  background-color: #1d1d1d;
}
#rectangle .rectangle-col.rectangle-col-image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #rectangle .bg-grey {
    padding: 50px 30px;
  }
  #rectangle .row {
    margin: 0px;
  }
  #rectangle .rectangle-col.rectangle-col-image {
    height: 300px;
    margin-bottom: 15px;
  }
  #rectangle .rectangle-col.rectangle-col-data {
    padding: 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #rectangle .bg-grey {
    padding: 70px 70px;
  }
  #rectangle .row {
    margin: 0px;
  }
  #rectangle .rectangle-col.rectangle-col-image {
    height: 350px;
    margin-bottom: 15px;
  }
  #rectangle .rectangle-col.rectangle-col-data {
    padding: 0px 0px;
  }
}
.box-links {
  position: relative;
}
.box-links .alt-row {
  margin: 0px 0px;
}
.box-links a {
  text-decoration: none;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.box-links a .bg {
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.box-links a .bg .square-box-content {
  padding-left: 15px;
  padding-right: 15px;
}
.box-links a .square-box-content {
  z-index: 99;
  position: relative;
  padding: 250px 0px 50px 0px;
}
.box-links a .square-box-content h3 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  line-height: 1.4;
  display: inline-block;
}
.box-links a .square-box-content h3:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  position: absolute;
  left: -100%;
  bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-links a .square-box-content p {
  margin: 0 0;
  color: #acacac;
  text-decoration: none;
}
.box-links a:hover {
  text-decoration: none;
}
.box-links a .overlay {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: 0s;
  background-color: rgba(0, 0, 0, 0.25);
}
.box-links a:hover .overlay {
  transition: 0s;
  background-color: #af3135;
}
.box-links a:nth-child(3n) {
  border-right: 0px;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  .box-links a {
    border-right: 0px;
  }
  .box-links a .square-box-content {
    padding: 300px 0px 30px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-links a .square-box-content {
    padding: 175px 0px 30px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-links a .square-box-content {
    padding: 250px 0px 50px 0px;
  }
  body.page-id-28 .col-lg-4.alt:nth-of-type(1) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.page-id-28 .col-lg-4.alt:nth-of-type(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .box-links a .square-box-content {
    padding: 350px 0px 50px 0px;
  }
  body.page-id-28 .col-lg-4.alt:nth-of-type(1) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.page-id-28 .col-lg-4.alt:nth-of-type(2) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.circle-links {
  position: relative;
  margin: 100px 0;
}
.circle-links a {
  padding-top: 90px;
}
.circle-links a:nth-child(2),
.circle-links a:nth-child(5),
.circle-links a:nth-child(8),
.circle-links a:nth-child(11) {
  padding-top: 0;
}
.circle-links a .circle-box .circle-box-image {
  z-index: 0;
  max-width: 400px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.circle-links a .circle-box .circle-box-content {
  position: relative;
  margin-top: -40px;
  max-width: 400px;
}
.circle-links a .circle-box .circle-box-content h3 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px 0;
  display: inline-block;
}
.circle-links a .circle-box .circle-box-content h3:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  position: absolute;
  left: -100%;
  bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.circle-links a .circle-box .circle-box-content p {
  margin: 0 0 0 20%;
  color: #acacac;
}
.circle-links a:hover {
  text-decoration: none;
}
.circle-links a:hover .circle-box .circle-box-content h3:after {
  background-color: #af3135;
  left: 0;
}
.circle-links .big-circle {
  position: absolute;
  top: -160px;
  right: -20%;
  width: 1500px;
  height: 1500px;
  background-color: #111;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .circle-links a {
    padding-top: 60px !important;
  }
  .circle-links a:nth-child(even) {
    padding-top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .circle-links a {
    padding-top: 40px !important;
  }
  .circle-links a:nth-child(even) {
    padding-top: 40px !important;
  }
  .circle-links a .circle-box .circle-box-content p {
    margin: 0 0 0 5%;
  }
  .promo-3-col .promo-3-col-header h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .promo-3-col .promo-3-col-content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.promo-panel {
  position: relative;
  background-image: url("images/promo-bg.png");
  background-repeat: no-repeat;
  background-position: top -100px right;
  background-color: #af3135;
  padding: 50px 0;
  color: #fff;
}
.promo-panel h2 {
  margin: 0;
}
.promo-panel h4 {
  color: #1d1d1d;
  text-transform: none;
  font-weight: 500;
}
.promo-panel p {
  margin: 30px 0 0 0;
}
.promo-panel .white-btn {
  color: #fff !important;
  margin-top: 30px;
}
.video-panel {
  background-color: #111;
  padding: 100px 0;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-panel {
    padding: 40px 0 40px 0;
  }
}
.testimonials-panel {
  text-align: center;
  margin: 100px 0;
}
.testimonials-panel .test-slide {
  text-align: left;
  display: flex;
}
.testimonials-panel .test-slide .test-img {
  overflow: hidden;
  margin-right: 80px;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}
.testimonials-panel .test-slide .test-img img {
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.testimonials-panel .test-slide .test-content {
  padding: 40px 0 0 40px;
  position: relative;
}
.testimonials-panel .test-slide .test-content h3 {
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  color: #acacac;
}
.testimonials-panel .test-slide .test-content p {
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.testimonials-panel .test-slide .test-content:after {
  content: "“";
  color: #acacac;
  position: absolute;
  font-size: 250px;
  font-size: 25rem;
  line-height: 1;
  top: -10px;
  left: 0;
  opacity: 0.2;
}
.testimonials-panel .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonials-panel {
    margin: 100px 0;
  }
  .testimonials-panel .test-slide {
    display: block;
  }
  .testimonials-panel .test-slide .test-img {
    margin: 0 auto;
    max-width: 320px;
  }
  .testimonials-panel .test-slide .test-content {
    padding: 40px 15px 0;
  }
  .testimonials-panel .test-slide .test-content p {
    text-align: center;
  }
  .testimonials-panel .carousel-indicators {
    position: relative;
    right: auto;
    left: auto;
    margin: 0;
  }
  #home-intro .intro-buttons {
    margin-bottom: 20px;
  }
  #home-intro .intro-buttons a.white-btn {
    margin-bottom: 15px;
  }
}
.list-panel {
  position: relative;
  background-image: url("images/promo-bg.png");
  background-repeat: no-repeat;
  background-position: top -100px right;
  background-color: #af3135;
  padding: 100px 0 85px;
  color: #fff;
}
.list-panel .list-item {
  padding-left: 45px;
  margin-bottom: 30px;
}
.list-panel .list-item i {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 35px;
  font-size: 3.5rem;
}
.list-panel .list-item h3 {
  color: #1d1d1d;
  line-height: 1.6;
  text-transform: none;
  font-weight: 500;
  margin: 0 0;
}
.list-panel .list-item p {
  color: #fff;
}
.list-panel .list-item p a {
  color: #fff;
  text-decoration: underline;
}
.list-panel .list-item p a i,
.list-panel .list-item p a svg {
  top: unset;
  left: unset;
  margin-right: 10px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.form-area {
  padding: 100px 0;
  background-color: #111;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  padding-left: 10px;
}
.gform_wrapper .gform_body .gfield .gfield_label {
  display: block;
}
.gform_wrapper .gform_body .gfield .ginput_container input,
.gform_wrapper .gform_body .gfield .ginput_container textarea,
.gform_wrapper .gform_body .gfield .ginput_container select {
  background-color: transparent;
  border: none;
  color: #fff;
  border-bottom: 2px solid #363636;
  padding: 4px 5px;
  line-height: 1.8;
}
.gform_wrapper .gform_body .gfield .ginput_container input::placeholder,
.gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder,
.gform_wrapper .gform_body .gfield .ginput_container select::placeholder {
  opacity: 1;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
.gform_wrapper .gform_body .gfield .ginput_container select {
  padding: 7px 25px 7px 5px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  -o-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper .gform_body .gfield .ginput_container select option {
  color: #fff !important;
  background: #1d1d1d !important;
}
.gform_wrapper .gform_body .gfield .ginput_container textarea {
  margin-top: 20px;
}
.gform_wrapper .gform_body .gfield .ginput_container.ginput_container_select {
  position: relative;
  background-image: url("images/select.png");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
.gform_wrapper .gform_footer .button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer !important;
  text-transform: uppercase;
  background-color: #af3135;
  color: #fff;
  border: 2px solid #af3135;
  padding: 5px 35px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.gform_wrapper .gform_footer .button:hover {
  background: #363636;
  border-color: #363636;
  color: #fff;
  text-decoration: none;
}
.timeline-section .timeline-header {
  text-align: center;
}
.timeline-section .row {
  position: relative;
}
.timeline-section .row .timeline-line {
  left: 0;
  right: 0;
  height: 5px;
  background-color: #acacac;
  position: absolute;
  top: 120px;
  z-index: 1;
}
.timeline-section .timeline-carousel {
  padding: 0;
}
.timeline-section .timeline-carousel .timeline-item {
  padding: 60px 0 0;
}
.timeline-section .timeline-carousel .timeline-item .timeline-circle {
  background-color: #464646;
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.timeline-section .timeline-carousel .timeline-item .timeline-circle h4 {
  line-height: 120px;
  text-align: center;
}
.timeline-section .timeline-carousel .timeline-item .timeline-desc {
  display: none;
  position: relative;
  z-index: 2;
}
.timeline-section .timeline-carousel .timeline-item .timeline-line {
  width: 101%;
  height: 5px;
  background-color: #acacac;
  position: absolute;
  top: 120px;
  z-index: 1;
}
.timeline-section .timeline-carousel .center {
  z-index: 1;
}
.timeline-section .timeline-carousel .center .timeline-item {
  padding: 0;
}
.timeline-section .timeline-carousel .center .timeline-item .timeline-circle {
  background-color: #af3135;
  width: 240px;
  height: 240px;
  margin: 0 0 0 -12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.timeline-section .timeline-carousel .center .timeline-item .timeline-circle h4 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 240px;
}
.timeline-section .timeline-carousel .center .timeline-item .timeline-desc {
  display: block;
  width: 200%;
  left: -50%;
  background-color: #fff;
  color: #1d1d1d;
  padding: 30px 30px 0.1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.timeline-section .timeline-carousel .center .timeline-item .timeline-desc ul br {
  display: none;
}
.timeline-section .timeline-carousel .center .timeline-item .timeline-desc:after {
  content: "";
  position: absolute;
  bottom: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}
.timeline-section .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.timeline-section .owl-nav button {
  position: absolute;
  top: 108px;
}
.timeline-section .owl-nav button i {
  background-color: #acacac;
  color: #1d1d1d;
  font-size: 24px;
  font-size: 2.4rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.timeline-section .owl-nav button.owl-prev {
  left: -30px;
}
.timeline-section .owl-nav button.owl-next {
  right: -30px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px) {
  .timeline-section .timeline-carousel .center .timeline-item .timeline-circle {
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .timeline-section .timeline-carousel .center .timeline-item .timeline-circle {
    margin: 0 auto;
  }
  .timeline-section .timeline-carousel .center .timeline-item .timeline-desc {
    display: block;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .timeline-section .owl-nav button.owl-prev {
    left: 0px;
  }
  .timeline-section .owl-nav button.owl-next {
    right: 0px;
  }
}
#numbers .numbers-inner .number {
  margin-bottom: 15px;
}
#numbers .numbers-inner .number .number-inner {
  display: block;
  padding: 10px 10px;
  background-color: #af3135;
}
#numbers .numbers-inner .number .number-inner .value {
  font-size: 65px;
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
#numbers .numbers-inner .number .number-inner .label {
  width: auto;
  margin: 0 auto;
}
#numbers .numbers-inner .number .number-inner .label h4 {
  margin: 0 0 15px 0;
}
@media (max-width: 575px), (min-width: 576px) and (max-width: 767px) {
  #numbers .numbers-inner .number .number-inner .value {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #numbers .numbers-inner .number .number-inner .value {
    font-size: 55px;
    font-size: 5.5rem;
  }
}
.trustees {
  position: relative;
  margin: 100px 0;
  text-align: center;
}
.trustees a {
  padding-top: 90px;
}
.trustees a .trustee-circle .trustee-circle-image {
  max-width: 300px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 0%;
  overflow: hidden;
  position: relative;
}
.trustees a .trustee-circle .trustee-circle-content {
  position: relative;
  margin-top: -40px;
}
.trustees a .trustee-circle .trustee-circle-content h3 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 0;
  display: inline-block;
}
.trustees a .trustee-circle .trustee-circle-content h3:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: transparent;
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.trustees a .trustee-circle .trustee-circle-content p {
  margin: 0 0 0 0;
  color: #acacac;
}
.trustees a:hover {
  text-decoration: none;
}
.trustees a:hover .trustee-circle .trustee-circle-content h3:after {
  background-color: #af3135;
  left: 0;
}
.past-trustees-box {
  margin-bottom: 15px;
}
.past-trustees-box .past-trustees-box-inner .image img {
  margin-bottom: 15px;
}
.past-trustees-box .past-trustees-box-inner .data .heading h2 {
  margin: 0 0;
  font-size: 26px;
  font-size: 2.6rem;
}
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .past-trustees-box .past-trustees-box-inner {
    padding-right: 50px;
  }
}
.people-box {
  background-color: #af3135;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.people-box.people-header-box {
  justify-content: flex-end;
  padding: 15px;
}
.people-box.people-header-box h2 {
  margin: 0;
}
.people-box .people-image {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.people-box .people-text {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.people-box .people-text .people-text-inner {
  padding: 15px;
  color: #fff;
}
.people-box .people-text .people-text-inner h5 {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.people-box .people-text .people-text-inner p {
  margin: 0;
}
.people-box .people-text .people-text-inner a {
  display: block;
  color: #fff;
}
.people-box:hover .people-text {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
/* Page
==============================*/
.spacer {
  margin-bottom: 100px;
}
#page-wrap {
  position: relative;
  background-image: url("images/banner-bg.png");
  background-repeat: no-repeat;
  background-position: top 200px left;
}
#page-wrap .banner-circle {
  position: absolute;
  width: 1300px;
  left: 60%;
  bottom: -500px;
  width: 1600px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#page-wrap .page-banner {
  padding: 100px 15px;
}
#page-wrap .page-banner.has-banner {
  padding: 200px 15px;
}
#page-wrap .page-banner .banner-text {
  border-top: 8px solid #363636;
  border-bottom: 8px solid #363636;
  padding: 40px 0;
  position: relative;
  z-index: 9;
  pointer-events: none;
}
#page-wrap .page-banner .banner-text h1 {
  margin: 0;
}
#page-wrap .page-banner .banner-text h1 span {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 10px;
  margin: 0 0 0 0;
}
#page-wrap .page-banner .banner-text h2 {
  font-weight: 300;
  letter-spacing: 10px;
  margin: 0 0 0 0;
}
#page-wrap .page-banner .breadcrumbs {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
  z-index: 5;
}
#page-wrap .page-banner .breadcrumbs a {
  margin: 0 3px;
}
#page-wrap .page-banner .breadcrumbs a:hover {
  color: #fff;
  text-decoration: none;
}
#page-wrap .page-banner .breadcrumbs .breadcrumb_last {
  margin-left: 3px;
}
#page-wrap .page-banner .breadcrumbs i {
  margin-right: 3px;
}
#page-wrap .page-banner .banner-menu {
  border-top: 4px solid #363636;
  border-bottom: 4px solid #363636;
  padding: 20px 0;
}
#page-wrap .page-banner .banner-menu h5 {
  border-bottom: 2px solid #363636;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 500;
}
#page-wrap .page-banner .banner-menu a {
  display: block;
  color: #acacac;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-right: 25px;
}
#page-wrap .page-banner .banner-menu a i {
  position: absolute;
  top: 5px;
  right: 0;
  color: #af3135;
}
#page-wrap .page-banner .banner-menu a:hover {
  text-decoration: none;
  color: #fff;
}
#page-wrap .page-intro {
  margin-bottom: 100px;
  pointer-events: none;
}
#page-wrap .page-intro .page-intro-content {
  padding-top: 40px;
  font-size: 1.8rem;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #page-wrap .banner-circle {
    max-width: 1000px;
    bottom: -100px;
    left: 60%;
  }
  #page-wrap .page-intro .intro-heading {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-wrap .banner-circle {
    max-width: 1000px;
    bottom: -200px;
    left: 25%;
  }
  #page-wrap .page-intro .intro-heading {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #page-wrap .page-banner {
    padding: 100px 15px 100px;
  }
  #page-wrap .banner-circle {
    max-width: 500px;
    bottom: 0;
    left: 10%;
  }
  #page-wrap .page-intro .intro-heading {
    text-align: center;
  }
}
/* News / Events
==============================*/
.events-box-wrap {
  display: flex;
}
.news-box {
  background-color: #fff;
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.news-box .news-box-image img {
  width: 100%;
  height: auto;
}
.news-box .news-box-content {
  text-align: left;
  padding: 30px;
}
.news-box .news-box-content .time {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #af3135;
}
.news-box .news-box-content .title {
  color: #1d1d1d;
  margin: 0;
}
.news-box .news-box-content .author {
  margin: 0;
  color: #acacac;
  font-size: 12px;
  font-size: 1.2rem;
}
.news-box .news-box-content .excerpt {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  color: #363636;
}
.news-box:hover {
  -moz-transform: scale(1.05) translate(-1px, 0px);
  -webkit-transform: scale(1.05) translate(-1px, 0px);
  -o-transform: scale(1.05) translate(-1px, 0px);
  -ms-transform: scale(1.05) translate(-1px, 0px);
  transform: scale(1.05) translate(-1px, 0px);
}
.blog-navigation {
  margin: 70px 0;
}
.blog-navigation a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .news-box {
    display: block;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  .news-box .news-box-content {
    padding: 15px;
  }
}
/* Single Trustee
==============================*/
#page-wrap.single-trustee .banner-text h2 {
  font-weight: 700;
  letter-spacing: 0px;
}
#page-wrap.single-trustee .trustee-circle-image {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
/* Search
==============================*/
.results {
  background-color: #363636;
  display: block;
  padding: 10px 45px 8px 15px;
  margin-bottom: 30px;
  text-decoration: none !important;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.results h3 {
  margin: 0;
}
.results h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 5px;
  margin: 0 0 0 0;
}
.results i {
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.results:hover {
  -moz-transform: scale(1.01) translate(-1px, 0px);
  -webkit-transform: scale(1.01) translate(-1px, 0px);
  -o-transform: scale(1.01) translate(-1px, 0px);
  -ms-transform: scale(1.01) translate(-1px, 0px);
  transform: scale(1.01) translate(-1px, 0px);
}
/* Login/Reset Password
==============================*/
#login-form {
  padding-bottom: 70px;
  text-align: center;
}
#login-form .pass-reset {
  float: left;
  margin-top: 10px;
  display: inline-block;
}
#lostpasswordform,
#loginform {
  text-align: left;
  background-color: rgba(54, 54, 54, 0.4);
  padding: 30px;
  width: 620px;
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #1d1d1d;
}
#lostpasswordform label,
#loginform label {
  color: #fff;
}
#lostpasswordform .login-username input,
#loginform .login-username input,
#lostpasswordform .login-password input,
#loginform .login-password input {
  color: #fff;
  padding: 4px 10px;
  border-color: #fff;
}
#lostpasswordform .login-submit,
#loginform .login-submit {
  margin-bottom: 15px;
}
#lostpasswordform .button:hover,
#loginform .button:hover {
  color: #1d1d1d !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
#lostpasswordform legend,
#loginform legend,
#lostpasswordform label,
#loginform label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
#lostpasswordform input,
#loginform input {
  background-color: transparent;
  margin: 10px 0 0;
  border: 1px solid #363636;
  padding: 4px 5px;
  line-height: 1.8;
  width: 100%;
}
#lostpasswordform .login-remember,
#loginform .login-remember {
  display: none;
}
#lostpasswordform button,
#loginform button,
#lostpasswordform .button,
#loginform .button {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #af3135;
  color: #fff;
  border: 2px solid #af3135;
  padding: 5px 35px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#lostpasswordform button:hover,
#loginform button:hover,
#lostpasswordform .button:hover,
#loginform .button:hover {
  background: #363636;
  border-color: #363636;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* Footer
==============================*/
#footer #footer-graphics {
  text-align: center;
  background-image: url("images/poh-bkg.jpg");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#footer #footer-graphics img {
  opacity: 0.5;
  width: 500px;
  height: auto;
  max-width: 100%;
}
#footer #footer-top {
  padding: 60px 0 40px 0;
}
#footer #footer-top .social-links {
  margin: 27px 0 0;
  padding: 0;
  display: block;
  text-align: right;
}
#footer #footer-top .social-links li {
  display: inline-block;
  margin-right: 15px;
}
#footer #footer-top .social-links li a {
  font-size: 22px;
  font-size: 2.2rem;
}
#footer #footer-top .social-links li a:hover {
  color: #fff;
}
#footer #footer-bottom {
  padding-bottom: 120px;
}
#footer #footer-bottom h3 {
  margin-top: 20px;
}
#footer #footer-bottom h5 {
  margin: 0 0 10px 0;
}
#footer #footer-bottom .email-phone {
  display: block;
  font-weight: 500;
  color: #acacac;
  position: relative;
  padding-left: 25px;
}
#footer #footer-bottom .email-phone i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #af3135;
}
#footer #footer-bottom .email-phone i.fa-phone {
  top: 5px;
}
#footer #footer-bottom .address-col {
  margin-top: 20px;
}
#footer #footer-bottom .address-col .address {
  margin: 0 0;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
#footer #footer-bottom .address-col .address i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #af3135;
}
#footer #footer-bottom .address-col .address i.fa-phone {
  top: 5px;
}
#footer #footer-bottom .footer-menu ul {
  padding: 0;
  margin: 0;
}
#footer #footer-bottom .footer-menu ul li {
  display: block;
}
#footer #footer-bottom .footer-menu ul li a {
  color: #acacac;
  position: relative;
  display: block;
  padding-right: 25px;
  margin-bottom: 5px;
}
#footer #footer-bottom .footer-menu ul li a:hover {
  text-decoration: none;
  color: #af3135;
}
#footer #footer-bottom .footer-menu ul li a .fa-chevron-right {
  position: absolute;
  top: 6px;
  right: 0;
  color: #af3135;
}
#footer #footer-bottom .footer-menu ul li a span:after {
  content: " - ";
}
#footer #footer-terms {
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
  margin: 0 0 20px;
  padding: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#footer #footer-terms ul {
  padding: 0;
  margin: 0;
  float: left;
}
#footer #footer-terms ul li {
  display: inline-block;
  margin: 0 5px;
}
#footer #footer-terms ul li:first-child {
  margin-left: 0;
}
#footer #footer-terms .site-by {
  float: right;
}
#footer #footer-terms a {
  color: #acacac;
}
#footer #footer-terms a:hover {
  text-decoration: none;
  color: #af3135;
}
@media (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #footer #footer-terms {
    text-align: center;
  }
  #footer #footer-terms ul {
    float: none;
  }
  #footer #footer-terms ul li {
    display: block;
    margin: 5px 0px !important;
  }
  #footer #footer-terms .site-by {
    float: none;
  }
}
/* Header Update
==============================*/
.updated_header {
  padding: 20px 0;
  background-color: #222 !important;
}
.updated_header #mega-menu-main-menu-updated > li.mega-menu-megamenu > a {
  position: relative;
}
.updated_header #mega-menu-main-menu-updated > li.mega-menu-megamenu > a:before {
  content: "" !important;
  width: 30px !important;
  height: 30px !important;
  background-color: #af3135 !important;
  position: absolute !important;
  bottom: -59px !important;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  transition: all 0.4s ease;
  opacity: 0;
}
.updated_header #mega-menu-main-menu-updated > li.mega-menu-megamenu.mega-toggle-on > a:before {
  opacity: 1;
}
.updated_header .header-logo {
  width: 270px;
}
.updated_header .navToggle {
  color: #fff;
  text-transform: uppercase;
}
.updated_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.updated_header .mega-indicator {
  display: none !important;
}
.updated_header #mega-menu-wrap-main-menu-updated {
  background-color: transparent !important;
}
.updated_header ul#mega-menu-main-menu-updated {
  display: flex !important;
  list-style-type: none !important;
  margin: 0 !important;
  gap: 15px !important;
}
@media (min-width: 1200px) {
  .updated_header ul#mega-menu-main-menu-updated {
    gap: 50px !important;
  }
}
.updated_header ul#mega-menu-main-menu-updated a {
  background-color: transparent !important;
}
.updated_header ul#mega-menu-main-menu-updated li {
  line-height: 1.6rem;
}
.updated_header ul#mega-menu-main-menu-updated li .mega-description-group {
  display: flex !important;
  flex-direction: column-reverse !important;
}
.updated_header ul#mega-menu-main-menu-updated li .mega-menu-description {
  color: #fff !important;
  font-family: "Rubik", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.15px !important;
  line-height: 1.6rem !important;
  font-style: normal !important;
}
.updated_header ul#mega-menu-main-menu-updated li .mega-menu-title {
  font-style: normal !important;
  display: block !important;
  color: #d3737a !important;
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.12px !important;
  line-height: 1.3rem !important;
}
.updated_header .mega-sub-menu {
  bottom: 0 !important;
  transform: translatey(calc(100% + 32px)) !important;
  padding-bottom: 30px !important;
}
.updated_header .mega-sub-menu .mega-sub-menu {
  transform: none !important;
}
.updated_header ul.menu {
  list-style-type: none;
}
.updated_header ul.menu li:first-child {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 6px;
}
.updated_header ul.menu li:first-child:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.updated_header ul.menu li:first-child a {
  color: #222;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.12px;
}
.updated_header ul.menu li:first-child a span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15px;
  display: inline-block;
  margin-right: 15px;
}
.updated_header ul.menu li {
  padding: 10px 0 5px;
}
.updated_header ul.menu a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.15px;
}
/* Footer Update
==============================*/
.footer_updated {
  background-color: #222;
}
@media (max-width: 991px) {
  .footer_updated {
    text-align: center;
  }
  .footer_updated * {
    justify-content: center;
  }
}
.footer_updated .logo {
  padding-top: 55px;
  margin-bottom: 60px;
}
.footer_updated h5 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_updated .socials ul {
  padding: 0;
  display: flex;
  list-style-type: none;
  gap: 10px;
}
.footer_updated .socials img {
  width: 26px;
}
.footer_updated .icon-wrap {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}
.footer_updated .icon-wrap i {
  margin-top: 3px;
  color: #af3135;
  font-size: 1.6rem;
}
.footer_updated .icon-wrap a {
  color: #fff;
}
.footer_updated #menu-footer-navigation {
  padding: 0;
  list-style-type: none;
}
.footer_updated #menu-footer-navigation li {
  position: relative;
}
.footer_updated #menu-footer-navigation li:after {
  content: "";
  width: 10px;
  height: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/TN2T/images/chevron.svg);
  position: absolute;
  top: 7px;
  right: 0;
}
.footer_updated #menu-footer-navigation a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}
.footer_updated .bottom {
  background-color: #1d1d1d;
  padding: 10px 0;
}
.footer_updated #footer-terms {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .footer_updated #footer-terms ul {
    float: none !important;
  }
  .footer_updated #footer-terms .site-by {
    float: none !important;
  }
}
/* Video Banner Update
==============================*/
.video-banner {
  height: 530px;
}
.video-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.video-banner .banner-intro {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
  gap: 10px;
}
.video-banner .banner-intro .video-controls {
  position: relative !important;
  display: inline-block;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
}
.video-banner .banner-intro .video-controls button {
  background-color: transparent !important;
  text-align: left;
}
.video-banner .banner-intro .video-controls .unmute img {
  width: 40px;
}
.video-banner .banner-intro .video-controls .mute img {
  margin-left: 2px;
  width: 18px;
}
.video-banner .banner-intro h2 {
  margin: 0 !important;
  color: #af3135;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .video-banner .banner-intro h2 {
    font-size: 2rem;
  }
}
.video-banner h1 {
  color: #fff;
  filter: drop-shadow(0px 0px 3px #666);
  font-family: "freight-micro-pro", serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-transform: none;
}
@media (max-width: 991px) {
  .video-banner h1 {
    font-size: 4rem;
  }
}
/* Two Column Content Section
==============================*/
section.two_column_content {
  background-color: #fff;
  color: #222;
  padding-top: 135px;
  padding-bottom: 135px;
}
section.two_column_content .row {
  align-items: center;
}
section.two_column_content h2 {
  color: #222;
  font-family: "freight-micro-pro", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  /* 43.2px */
  letter-spacing: 0.36px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 33px 17px;
}
@media (max-width: 1270px) {
  section.two_column_content h2 {
    font-size: 2.4rem !important;
  }
}
section.two_column_content h2 span {
  display: block;
}
@media (min-width: 991px) {
  section.two_column_content .col-lg-6:first-child {
    padding-right: 20px;
  }
  section.two_column_content .col-lg-6:last-child {
    padding-left: 32px;
  }
  section.two_column_content h2 {
    font-size: 3.6rem;
  }
}
section.two_column_content p {
  font-weight: 300;
}
/* Content and Image Section
==============================*/
.page-id-2557 #page-wrap {
  background-image: none;
}
section.image_and_content {
  background-image: url(/wp-content/themes/TN2T/images/bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding-top: 85px;
  padding-bottom: 85px;
}
section.image_and_content .container {
  max-width: 1020px;
}
section.image_and_content .row {
  align-items: center;
}
@media (max-width: 991px) {
  section.image_and_content .row {
    flex-direction: column-reverse;
  }
}
section.image_and_content a.btn-solid {
  padding: 11px 15px;
}
section.image_and_content .img-col {
  text-align: center;
}
section.image_and_content .img-col img {
  width: 100%;
}
@media (max-width: 991px) {
  section.image_and_content .img-col img {
    width: 500px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  section.image_and_content .content-col {
    text-align: center;
  }
}
section.image_and_content .content-col h2 {
  color: #fff4f4;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 13px;
  text-transform: none;
}
section.image_and_content .content-col p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
  width: 350px;
}
@media (max-width: 991px) {
  section.image_and_content .content-col p {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 991px) {
  section.image_and_content .flex-lg-row-reverse .content-col {
    padding-left: 100px;
  }
}
section.image_and_content.light {
  background-color: #fff;
  background-image: none;
}
section.image_and_content.light h2 {
  color: #222;
}
section.image_and_content.light p {
  color: #222;
}
/* Card Navigation Section
==============================*/
section.card_navigation {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}
section.card_navigation .grid-wrap {
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr;
}
@media (min-width: 991px) {
  section.card_navigation .grid-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.card_navigation .grid-item-small {
  background-color: #af3135;
  color: #fff;
}
section.card_navigation .grid-item-small h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.6rem;
  margin-bottom: 15px;
  text-transform: none;
}
section.card_navigation .grid-item-small p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
}
section.card_navigation .grid-item-small .img-wrap {
  width: 100%;
  height: 220px;
}
section.card_navigation .grid-item-small .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.card_navigation .grid-item-small .content-wrap {
  padding: 30px 34px;
}
section.card_navigation .grid-item-large {
  background-color: #af3135;
  color: #fff;
  display: flex;
  flex-direction: column;
}
section.card_navigation .grid-item-large h3 {
  font-size: 3rem;
  font-weight: 500;
  text-transform: none;
  line-height: 3.6rem;
  margin-bottom: 15px;
}
section.card_navigation .grid-item-large p {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
}
section.card_navigation .grid-item-large .content-wrap {
  padding: 30px 34px;
}
section.card_navigation .grid-item-large .img-wrap {
  width: 100%;
  height: 220px;
}
@media (min-width: 991px) {
  section.card_navigation .grid-item-large {
    flex-direction: row-reverse;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 4;
  }
  section.card_navigation .grid-item-large .img-wrap {
    width: 40%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  section.card_navigation .grid-item-large .content-wrap {
    width: 60%;
    padding: 75px 75px 70px 100px;
  }
  section.card_navigation .grid-item-large p {
    width: 480px;
  }
}
/* Card Navigation Section
==============================*/
.page-id-2557 .box-links h3 {
  text-transform: none;
  font-size: 3.4rem;
}
