h1 {
  font-size: 40px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  color: #0063b0;
}
@media (max-width: 1100px) {
  h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 360px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 40px;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  color: #0063b0;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-size: 26px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}
@media (max-width: 1100px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 22px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}
@media (max-width: 1100px) {
  h4 {
    font-size: 17px;
  }
}
h5 {
  font-size: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}
@media (max-width: 400px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 18px;
  font-family: Raleway, sans-serif;
}
@media (max-width: 400px) {
  h6 {
    font-size: 16px;
  }
}
p {
  font-family: Raleway, sans-serif;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
body {
  font-family: raleway, sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #292929;
  font-size: 16px;
}
button {
  transition: all 0.5s ease-in-out;
}
ul {
  list-style: none;
}
ul li {
  margin-bottom: 10px;
}
ul li::before {
  content: "\2022";
  color: #DC6822;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1em;
  font-size: 1.3rem;
}
.slicknav_nav li::before {
  display: none;
}
.menu-header-menu-container ul li::before {
  content: "";
}
li,
a {
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .responsive-section {
    padding-left: 2rem;
  }
}
.break-hundred {
  padding-bottom: 100px;
}
.break-fifty {
  padding-bottom: 50px;
}
.break-seventy {
  padding-bottom: 50px;
}
.intro-home-title.blue {
  color: #0063b0;
}
.intro-home-small-title.orange {
  color: #d9682e;
}
.section-size {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .section-size {
    width: 90%;
  }
}
.section-size ul {
  margin-bottom: 1.5rem;
}
.section-padding {
  padding-top: 6rem;
}
.section-padding-small {
  padding-top: 3rem;
}
.last-section-padding {
  padding: 6rem 0;
}
.last-section-padding-small {
  padding: 5rem 0 6rem;
}
.last-section-padding-breadcrumb {
  padding: 3rem 0 6rem;
}
.orange-subheading {
  color: #DC6822;
  font-family: raleway, sans-serif;
  font-weight: 700;
}
.blue-text {
  font-weight: bold;
  color: #0063b0;
}
a {
  color: #0063b0;
}
a:hover {
  text-decoration: none;
  color: #d9682e;
}
.fade {
  opacity: 0;
}
@media screen and (max-width: 950px) {
  .fade {
    opacity: 1 !important;
  }
}
.blue-section {
  position: relative;
  z-index: 1;
}
.blue-section h2 {
  color: #FFF;
}
.raleway {
  font-family: raleway, sans-serif;
  font-weight: 400;
}
.raleway-bold {
  font-family: raleway, sans-serif;
  font-weight: 700;
}
.header-menu-container .menu,
#menu-header-menu-1 {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.header-menu-container .menu li,
#menu-header-menu-1 li {
  color: #0063b0;
  font-size: 16px;
}
.header-menu-container .menu a,
#menu-header-menu-1 a {
  text-decoration: none;
}
.header-menu-container .menu a:hover,
#menu-header-menu-1 a:hover {
  color: #d9682e;
}
#menu-header-menu {
  margin: 0;
  align-items: center;
  height: 100%;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  padding-bottom: 2rem;
}
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  width: 260px;
  padding-top: 1.5rem;
  padding-left: 2rem;
  margin-top: 1.6rem;
  border: 1px solid #0063b0;
  background: white;
  z-index: 999;
}
.menu-item-has-children .sub-menu li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .menu-item-has-children .sub-menu li {
    margin-bottom: 1rem;
  }
  .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-item-has-children .sub-menu {
    position: relative;
    background: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding-top: 1rem;
  }
}
.bottom-header {
  height: 80px;
  padding: 10px 10%;
  z-index: 30;
}
@media screen and (max-width: 1400px) {
  .bottom-header {
    padding: 10px 6%;
  }
}
@media screen and (max-width: 10400px) {
  .bottom-header .header-menu-container .menu li {
    font-size: 15px;
  }
}
.nav-menu {
  height: 100%;
  justify-content: space-between;
  display: flex;
}
.logo-container {
  display: flex;
  align-items: center;
  z-index: 40;
}
.logo-container img {
  width: 150px;
}
@media screen and (max-width: 500px) {
  .logo-container img {
    width: 110px;
  }
}
.header-menu-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
}
header .menu-header-menu-container {
  width: 85%;
  padding: 32px 0 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1400px) {
  header .menu-header-menu-container {
    margin-right: 1rem;
    width: 90%;
  }
}
header .menu-header-menu-container ul {
  padding: 0;
}
header .menu-header-menu-container .anchor-link a {
  color: #0063b0;
  font-weight: normal;
}
i.header-search {
  color: #0063b0;
  padding: 44px 0;
}
.current-menu-item > a,
.current_page_ancestor > a {
  color: #d9682e;
  font-weight: bold;
}
img.header-logo:hover {
  opacity: 0.65;
}
@media screen and (max-width: 1024px) {
  #menu-header-menu {
    display: none;
  }
}
.top-socials i:hover,
.top-socials svg:hover {
  color: #DC6822;
}
.top-socials svg {
  margin-bottom: 5px;
}
.top-socials svg:hover {
  fill: #DC6822;
}
.search-icon {
  height: 20px;
  width: 18px;
  margin-top: 20px;
}
.search-icon:hover {
  cursor: pointer;
}
header .menu-item-has-children a:after {
  font-family: 'FontAwesome';
  content: "\f078";
  font-size: 8px;
  margin-left: 5px;
  position: absolute;
  top: 6px;
  color: #DC6822;
}
@media screen and (max-width: 500px) {
  header .menu-item-has-children a:after {
    top: 9px;
    margin-left: 10px;
  }
}
header .menu-item-has-children .slicknav_parent-link a:after {
  top: 10px;
}
.slicknav_arrow {
  display: none;
}
header .menu-item-has-children .sub-menu a:after {
  display: none;
}
.top-header {
  width: 100%;
  height: 50px;
  background: #0063b0;
  border-bottom: 3px solid #DC6822;
  display: flex;
  justify-content: flex-end;
  padding: 0 10%;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-header {
    height: 20px;
  }
}
.top-size {
  width: 50px;
  height: 30px;
  margin-right: 1rem;
  display: flex;
  color: white;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .top-size {
    display: none;
  }
}
.top-size:hover {
  cursor: pointer;
}
.top-size p {
  margin: 0;
  transition: none;
}
.top-size p:first-child {
  margin-right: 5px;
}
.size-change:hover {
  color: #DC6822;
}
.top-lang {
  width: 200px;
  height: 30px;
  margin-right: 1rem;
}
@media screen and (max-width: 1024px) {
  .top-lang {
    display: none;
  }
}
.gt_selector {
  background: url('../images/white-arrow.png');
}
@media screen and (max-width: 1024px) {
  .top-socials {
    display: none;
  }
}
.top-socials a {
  color: #FFF;
  margin-left: 5px;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@media screen and (max-width: 600px) {
  #wp-admin-bar-top-secondary {
    position: absolute !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-search-container {
    position: absolute;
    right: 6rem;
    z-index: 45;
  }
}
.slicknav_menu {
  display: none;
  position: absolute;
  background: transparent;
  top: 1.5rem;
  right: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 30;
}
@media screen and (max-width: 1024px) {
  .slicknav_menu {
    display: block;
  }
}
.slicknav_menu li a:focus {
  outline: none;
}
.slicknav_menu li i {
  margin-right: 3px;
}
.slicknav_menu .current-menu-item > a {
  font-weight: 600;
  color: #FFF;
}
.slicknav_menu .current-menu-item > a:hover {
  color: #FFF;
}
.slicknav_menu .current-menu-item span a {
  font-weight: 600;
}
.slicknav_menu .current-menu-item span a:hover {
  color: #FFF;
}
.slicknav_menu .current-page-ancestor span a {
  font-weight: 600;
}
.slicknav_menu .current-page-ancestor span a:hover {
  color: #FFF;
}
.slicknav_btn {
  background-color: transparent;
  margin-right: 20px;
  margin-top: 1rem;
}
.slicknav_btn:hover {
  opacity: 0.8;
}
.slicknav_icon {
  font-size: 1.8rem;
}
.slicknav_nav {
  background: #0063b0;
  padding: 2rem 0px;
  margin-top: 71px;
  width: 100%;
}
.slicknav_nav >li {
  margin-bottom: 1rem;
}
.slicknav_nav .slicknav_row:hover {
  background: none;
}
.slicknav_nav a:hover {
  background: none;
}
.slicknav_nav li:focus {
  outline: none;
}
.slicknav_nav a:hover {
  color: #FFF;
  opacity: 0.8;
}
.intro-home-section {
  background: #0063b0;
  color: #fff;
  position: relative;
  overflow: hiden;
}
.intro-container {
  padding-bottom: 7rem;
}
.intro-home-section::after {
  content: "";
  display: block;
  width: 150%;
  height: 400px;
  background: transparent;
  border-bottom: solid 4rem #fff;
  position: absolute;
  bottom: -4rem;
  left: -25%;
  border-radius: 0 0 55% 55%;
  overflow: hidden;
  z-index: 0;
}
.intro-home-section.featured-resource::before {
  content: "";
  display: block;
  width: 150%;
  height: 400px;
  background: transparent;
  position: absolute;
  left: -25%;
  overflow: hidden;
  border-radius: 55% 55% 0 0;
  top: -4rem;
  border-top: solid 4rem #fff;
  z-index: 0;
}
.intro-home-content {
  display: flex;
  flex-direction: column;
  padding: 7rem 0 0;
}
.intro-home-content .intro-home-title h2 {
  width: 102%;
}
.intro-home-paragraphs {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .intro-home-paragraphs {
    flex-direction: column;
  }
}
.intro-home-button,
.gform_wrapper .gform_footer input[type="submit"] {
  padding: 0 2rem;
  background: transparent;
  color: #fff;
  border: 2px solid #d9682e;
  border-radius: 21px;
  height: 40px;
  margin-top: 22px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .intro-home-button,
  .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .intro-home-button,
  .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 15px;
  }
}
.intro-home-button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #d9682e;
  box-shadow: 0px 4px 6px #0063b040;
}
.intro-home-button:focus,
.gform_wrapper .gform_footer input[type="submit"]:focus {
  outline: none;
}
.intro-home-title h2,
.intro-home-title h1 {
  padding: 0 0 26px;
}
.accordion-home-section .intro-home-title h2 {
  width: 100%;
  color: #0063b0;
}
.accordion-home-section .intro-home-small-title h4 {
  color: #d9682e;
}
.intro-home-button.white-background,
.gform_wrapper .gform_footer input[type="submit"] {
  color: #0063b0;
}
@media (max-width: 500px) {
  .intro-home-button.white-background,
  .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .intro-home-button.white-background,
  .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 15px;
  }
}
.intro-home-button.white-background:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: #fff;
}
.home-faqs-question {
  color: #0063b0;
}
.faq-question-and-answer {
  padding: 5px 0;
  border-bottom: 2px solid #d9682e;
}
.faq-question-and-answer:first-child {
  border-top: 2px solid #d9682e;
}
.featured-home-content {
  padding: 7rem 0;
}
.featured-home-content .intro-home-title h2 {
  width: 100%;
}
.featured {
  height: 560px;
  width: 560px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 7rem;
  box-shadow: 0px 3px 10px #04345a;
}
@media (max-width: 1650px) {
  .featured {
    height: 510px;
    width: 510px;
  }
}
@media (max-width: 1450px) {
  .featured {
    height: 35vw;
    width: 35vw;
    left: 3rem;
  }
}
@media (max-width: 950px) {
  .featured {
    width: 330px;
    height: 330px;
    left: 14rem;
  }
}
@media (max-width: 500px) {
  .featured {
    left: -11rem;
    right: 0;
    width: 230px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 400px) {
  .featured {
    left: 0;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 360px) {
  .featured {
    width: 190px;
    height: 190px;
  }
}
.featured-ellipse {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -2rem;
  left: 15rem;
  z-index: 0;
}
@media (max-width: 1250px) {
  .featured-ellipse {
    width: 270px;
    height: 270px;
    top: 0;
    left: 11rem;
  }
}
@media (max-width: 1000px) {
  .featured-ellipse {
    width: 240px;
    height: 240px;
    top: 4rem;
    left: 10rem;
  }
}
@media (max-width: 950px) {
  .featured-ellipse {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 500px) {
  .featured-ellipse {
    top: 6rem;
    left: 9rem;
  }
}
@media (max-width: 450px) {
  .featured-ellipse {
    width: 220px;
    height: 220px;
    top: 8rem;
  }
}
@media (max-width: 400px) {
  .featured-ellipse {
    width: 190px;
    height: 190px;
    left: 8rem;
    top: 3rem;
  }
}
@media (max-width: 350px) {
  .featured-ellipse {
    top: 3rem;
    left: 6rem;
  }
}
@media (max-width: 280px) {
  .featured-ellipse {
    left: 4rem;
  }
}
.toggle-arrow {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("./../images/orange-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
}
.rotate-arrow {
  transform: rotate(180deg);
}
.question {
  display: flex;
  justify-content: space-between;
}
.question h5 {
  padding-right: 1rem;
}
.responsive-section {
  z-index: 5;
  margin-left: 5%;
  margin-top: 3rem;
}
.news-home {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .news-home {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .news-home {
    height: 220px;
  }
}
.home-news-events-heading h5 {
  transition: all 0.5s ease-in-out;
}
.home-news-events-heading h5:hover {
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.events-column .news-home:before {
  border-color: rgba(0,99,176,0.5);
}
.news-home-title {
  position: absolute;
  bottom: 12px;
  color: #fff;
  left: 26px;
  width: 70%;
}
.news-and-events .intro-home-title h2 {
  padding: 0;
}
.featured-post-excerpt p {
  margin-bottom: 0;
}
.news-column h5 {
  color: #d9682e;
  margin: 20px 0 10px;
}
.news-column {
  margin-top: 4rem;
  width: 47%;
}
@media (max-width: 768px) {
  .news-column {
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
    max-width: 450px;
  }
}
@media (max-width: 500px) {
  .news-column {
    max-width: 350px;
  }
}
a.news-read-more {
  color: #d9682e;
  font-weight: 600;
}
a.news-read-more:hover {
  text-decoration: none;
  color: #0063b0;
}
.intro-home-section .button-row {
  z-index: 7;
}
.events-home-date {
  font-weight: 600;
  padding-bottom: 4px;
}
.social-three-columns {
  padding-bottom: 7rem;
  display: flex;
}
@media (max-width: 767px) {
  .social-three-columns {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .social-three-columns .col-xs-12 {
    margin-bottom: 2rem;
  }
}
.insta-gallery-list .insta-gallery-item .insta-gallery-image-wrap .insta-gallery-image-mask {
  background-color: rgba(0,122,255,0.55) !important;
}
.single-media-option {
  position: relative;
}
.social-home-content .social-icons i,
.social-home-content .social-icons svg {
  font-size: 26px;
  padding-right: 15px;
}
.social-home-content .social-icons i:hover,
.social-home-content .social-icons svg:hover {
  color: #d9682e;
}
.social-home-content .social-icons svg:hover {
  fill: #d9682e;
}
.social-home-content .social-icons {
  padding-left: 3rem;
  align-items: center;
}
@media (max-width: 768px) {
  .social-home-content .social-icons {
    padding-left: 0;
  }
}
.social-home-content .social-icons a {
  color: #FFF;
}
.social-headline-content {
  display: flex;
}
@media (max-width: 768px) {
  .social-headline-content {
    flex-direction: column;
  }
}
#sb_instagram .sb_instagram_header .sbi_header_img {
  background: transparent;
}
.social-three-columns .single-media-option {
  border-bottom: 1px solid #FFF;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.social-three-columns .single-media-option h4 {
  padding-left: 15px;
}
#sb_instagram a:hover {
  color: #d9682e;
}
#twitter-widget-1,
#twitter-widget-0,
#sbi_load,
#cff {
  z-index: 9;
  position: relative !important;
}
.featured-home-content.social-home-content {
  padding-bottom: 35px;
}
.accordion-home-content.banner-home h2 {
  width: 104%;
}
.banner-home {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 950px) {
  .banner-home {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 951px) {
  .banner-home {
    align-items: center;
  }
}
.banner-home .intro-home-title h1 {
  padding-bottom: 10px;
  color: #0063b0;
  font-size: 2.9vw;
}
@media (min-width: 1950px) {
  .banner-home .intro-home-title h1 {
    font-size: 53px;
  }
}
@media (max-width: 1250px) {
  .banner-home .intro-home-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 950px) {
  .banner-home .intro-home-title h1 {
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .banner-home .intro-home-title h1 {
    font-size: 36px;
  }
}
.banner-home .intro-home-button {
  margin-top: 35px;
}
@media (max-width: 950px) {
  .banner-home .intro-home-button {
    margin-top: 1rem;
  }
}
@media (max-width: 500px) {
  .banner-home .intro-home-button {
    margin-top: 2rem;
  }
}
.banner-home .intro-home-small-title h4 {
  font-size: 23px;
}
@media (max-width: 1300px) {
  .banner-home .intro-home-small-title h4 {
    font-size: 21px;
  }
}
@media (max-width: 500px) {
  .banner-home .intro-home-small-title h4 {
    font-size: 17px;
  }
}
.banner-home .featured.second-home-banner {
  position: absolute;
  z-index: 0;
  width: 390px;
  height: 390px;
  left: 37rem;
  bottom: 20rem;
  box-shadow: none;
}
@media (max-width: 1650px) {
  .banner-home .featured.second-home-banner {
    width: 330px;
    height: 330px;
    left: 34rem;
  }
}
@media (max-width: 1450px) {
  .banner-home .featured.second-home-banner {
    width: 25vw;
    height: 25vw;
    left: 29vw;
    bottom: 17rem;
  }
}
@media (max-width: 950px) {
  .banner-home .featured.second-home-banner {
    width: 235px;
    height: 235px;
    left: 33rem;
    bottom: 9rem;
  }
}
@media (max-width: 500px) {
  .banner-home .featured.second-home-banner {
    width: 190px;
    height: 190px;
    left: 13rem;
  }
}
@media (max-width: 400px) {
  .banner-home .featured.second-home-banner {
    width: 150px;
    height: 150px;
    left: 10rem;
  }
}
@media (max-width: 360px) {
  .banner-home .featured.second-home-banner {
    width: 130px;
    height: 130px;
    left: 9rem;
    bottom: 5rem;
  }
}
.banner-home .featured.second-home-banner:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,99,176,0.45);
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 1px 15px #0063b0b3;
}
.banner-home .featured {
  box-shadow: none;
}
.banner-home .featured:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(217,104,46,0.45);
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 1px 15px #dc6822b3;
}
.circle-details {
  height: 150px;
  position: absolute;
  width: 150px;
  bottom: 9rem;
  right: -11rem;
}
@media (max-width: 1450px) {
  .circle-details {
    bottom: 6rem;
  }
}
@media (max-width: 950px) {
  .circle-details {
    bottom: 1.5rem;
    right: -6.5rem;
    width: 100px;
    height: 100px;
    background-size: contain !important;
  }
}
@media (max-width: 400px) {
  .circle-details {
    width: 80px;
    height: 80px;
    bottom: 3rem;
    right: -6rem;
  }
}
@media (max-width: 360px) {
  .circle-details {
    width: 65px;
    height: 65px;
    right: -4rem;
    bottom: 0rem;
  }
}
.top-circle-details {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -7rem;
  left: 5rem;
  background-size: contain !important;
}
.home-hero-section {
  padding: 0 10%;
  height: 700px;
}
@media (max-width: 1450px) {
  .home-hero-section {
    height: 650px;
  }
}
@media (max-width: 1400px) {
  .home-hero-section {
    height: 600px;
    padding: 0 6%;
  }
}
@media (max-width: 500px) {
  .home-hero-section {
    height: 700px;
  }
}
@media (min-width: 951px) {
  .home-hero-section {
    height: 500px;
  }
}
@media (min-width: 1275px) {
  .home-hero-section {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .accordion-home-section > .container {
    max-width: 1700px;
  }
}
.intro-home-title {
  width: 50%;
}
@media (max-width: 950px) {
  .intro-home-title {
    width: 100%;
  }
}
.home-banner-left-content {
  width: 40%;
}
@media (max-width: 1250px) {
  .home-banner-left-content {
    width: 45%;
  }
}
@media (max-width: 950px) {
  .home-banner-left-content {
    width: 100%;
    margin-top: 4rem;
  }
}
@media (max-width: 500px) {
  .home-banner-left-content {
    margin-top: 2rem;
  }
}
@media (max-width: 360px) {
  .home-banner-left-content {
    margin-top: 0;
  }
}
.home-banner-left-content .intro-home-title {
  width: 100%;
}
.home-banner-right-section {
  position: relative;
}
@media (max-width: 1450px) {
  .home-banner-right-section {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 950px) {
  .home-banner-right-section {
    width: 100%;
    height: 310px;
  }
}
@media (min-width: 768px) {
  .home-banner-right-section {
    height: 55%;
  }
}
@media (min-width: 951px) {
  .home-banner-right-section {
    width: 55%;
    height: 60%;
  }
}
@media (max-width: 1450px) {
  .hero-fifty {
    padding-bottom: 90px;
  }
}
.intro-left-content,
.intro-right-content {
  width: 45%;
}
@media (max-width: 950px) {
  .intro-left-content,
  .intro-right-content {
    width: 100%;
  }
}
.accordion-home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .accordion-home-content {
    flex-direction: column;
  }
}
.home-accordion-left,
.home-accordion-right,
.home-featured-left,
.home-featured-right {
  width: 45%;
}
@media (max-width: 950px) {
  .home-accordion-left,
  .home-accordion-right,
  .home-featured-left,
  .home-featured-right {
    width: 100%;
  }
}
@media (max-width: 950px) {
  .home-accordion-right {
    margin-top: 5rem;
    margin-left: 0;
    padding-left: 0;
  }
}
.home-featured-left {
  position: relative;
  z-index: 1;
}
.home-featured-right {
  position: relative;
  height: 400px;
}
.home-featured-right .featured {
  width: 450px;
  height: 450px;
  left: 0;
}
@media (max-width: 1250px) {
  .home-featured-right .featured {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .home-featured-right .featured {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 500px) {
  .home-featured-right .featured {
    width: 300px;
    height: 300px;
    left: -2rem;
  }
}
@media (max-width: 450px) {
  .home-featured-right .featured {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 400px) {
  .home-featured-right .featured {
    width: 240px;
    height: 240px;
  }
}
.blue-section-no-circle .home-featured-right {
  height: auto;
}
.home-accordion-left .intro-home-title {
  width: 100%;
}
.featured-home-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .featured-home-content {
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .featured-home-content .home-featured-right {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .featured-home-content .home-featured-right {
    height: 300px;
    margin-top: 1rem;
  }
}
.featured-resource .intro-home-title,
.news-and-events .intro-home-title {
  width: 100%;
}
@media (max-width: 950px) {
  .news-events-container {
    width: 100%;
  }
}
.news-events-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news-events-wrapper {
    flex-direction: column;
  }
}
.social-feed-wrapper {
  height: 500px;
  overflow-y: scroll;
}
@media (max-width: 500px) {
  .social-feed-wrapper {
    height: 300px;
  }
}
#ctf .ctf-item {
  background: rgba(255,255,255,0.4);
  margin-bottom: 1rem;
}
#sb_instagram.sbi_col_1 #sbi_images .sbi_item {
  margin-bottom: 1rem !important;
}
.hero-img-container {
  width: 100%;
  height: 90%;
  position: relative;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-img-container {
    max-width: 400px;
    height: 100%;
    margin-left: 13rem;
  }
}
@media (min-width: 951px) {
  .hero-img-container {
    margin-left: 2rem;
    max-width: 430px;
  }
}
@media (min-width: 1380px) {
  .hero-img-container {
    margin: 0 auto;
  }
}
.featured-new {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: -1rem;
  box-shadow: 0px 1px 15px #DC6822;
  overflow: hidden;
}
@media (min-width: 400px) {
  .featured-new {
    width: 250px;
    height: 250px;
    bottom: -3rem;
    left: -3.5rem;
  }
}
@media (min-width: 501px) {
  .featured-new {
    width: 260px;
    height: 260px;
    left: -3rem;
    bottom: -1rem;
  }
}
@media (min-width: 768px) {
  .featured-new {
    width: 300px;
    height: 300px;
    left: -1rem;
    bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .featured-new {
    width: 350px;
    height: 350px;
    bottom: -6rem;
  }
}
@media (min-width: 1275px) {
  .featured-new {
    width: 430px;
    height: 430px;
  }
}
@media (min-width: 1900px) {
  .featured-new {
    width: 480px;
    height: 480px;
    left: -6rem;
  }
}
.featured-new::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.45;
  background: #DC6822;
}
.second-home-banner-new {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  left: 7rem;
  top: 4rem;
  z-index: -1;
  box-shadow: 0px 1px 15px #0063B0B3;
  overflow: hidden;
}
@media (min-width: 281px) {
  .second-home-banner-new {
    left: 9rem;
  }
}
@media (min-width: 321px) {
  .second-home-banner-new {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 400px) {
  .second-home-banner-new {
    width: 200px;
    height: 200px;
    left: 7.5rem;
    top: 2rem;
  }
}
@media (min-width: 501px) {
  .second-home-banner-new {
    width: 200px;
    height: 200px;
    top: -1rem;
    left: 10rem;
  }
}
@media (min-width: 768px) {
  .second-home-banner-new {
    width: 250px;
    height: 250px;
    left: 14rem;
    top: -2rem;
  }
}
@media (min-width: 1024px) {
  .second-home-banner-new {
    width: 280px;
    height: 280px;
  }
}
@media (min-width: 1275px) {
  .second-home-banner-new {
    width: 350px;
    height: 350px;
    left: 19rem;
    top: -4rem;
  }
}
@media (min-width: 1900px) {
  .second-home-banner-new {
    width: 350px;
    height: 350px;
    top: -5rem;
    left: 20rem;
  }
}
.second-home-banner-new::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.45;
  background: #0063b0;
}
.circle-details-new {
  width: 80px;
  height: 80px;
  background-size: contain !important;
  bottom: -1.5rem;
  position: absolute;
  right: 1rem;
}
@media (min-width: 400px) {
  .circle-details-new {
    bottom: -2.5rem;
    right: -0.5rem;
  }
}
@media (min-width: 501px) {
  .circle-details-new {
    right: -2rem;
    bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .circle-details-new {
    right: 3rem;
    bottom: 2rem;
  }
}
@media (min-width: 951px) {
  .circle-details-new {
    right: 6rem;
  }
}
@media (min-width: 957px) {
  .circle-details-new {
    right: 5rem;
    bottom: 0rem;
  }
}
@media (min-width: 1024px) {
  .circle-details-new {
    width: 100px;
    height: 100px;
    bottom: -4rem;
    right: 0rem;
  }
}
@media (min-width: 1275px) {
  .circle-details-new {
    width: 120px;
    height: 120px;
    right: -7rem;
    bottom: -2rem;
  }
}
@media (min-width: 1900px) {
  .circle-details-new {
    right: -5rem;
    bottom: -1rem;
  }
}
.top-circle-details-new {
  width: 100px;
  height: 100px;
  background-size: contain !important;
  top: -1rem;
  position: absolute;
  right: 6rem;
}
@media (min-width: 400px) {
  .top-circle-details-new {
    top: -2rem;
    right: 7rem;
  }
}
@media (min-width: 501px) {
  .top-circle-details-new {
    top: -4.5rem;
    right: 6rem;
  }
}
@media (min-width: 768px) {
  .top-circle-details-new {
    right: 11rem;
  }
}
@media (min-width: 951px) {
  .top-circle-details-new {
    right: 11.5rem;
    top: -6.5rem;
  }
}
@media (min-width: 1024px) {
  .top-circle-details-new {
    width: 150px;
    height: 150px;
    right: 11.5rem;
    top: -8rem;
  }
}
@media (min-width: 1275px) {
  .top-circle-details-new {
    width: 200px;
    top: -7rem;
    right: 6rem;
  }
}
@media (min-width: 1900px) {
  .top-circle-details-new {
    top: -9rem;
    right: 5rem;
  }
}
.flexslider {
  box-shadow: none !important;
}
.efbl-profile-title-wrap h2 {
  color: #343a40;
  font-weight: 600;
  font-size: 14px !important;
}
.efbl-view-share.efbl-d-flex {
  display: none !important;
}
#twitter-widget-0 {
  border-radius: 0 !important;
  height: 100% !important;
  width: 100% !important;
}
.social-feed-wrapper-twitter {
  background: white;
  height: 500px;
}
.top-main-footer {
  padding: 0 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-logo-section {
  width: 30%;
}
@media (max-width: 1050px) {
  .main-logo-section {
    width: 100%;
  }
}
@media (max-width: 1050px) {
  .main-logo-section .footer-note {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .main-logo-section .footer-note {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.lcss-logo-section {
  width: 60%;
}
@media (max-width: 1050px) {
  .lcss-logo-section {
    width: 100%;
  }
}
.col-12.footer-logo {
  display: flex;
  justify-content: space-between;
}
.footer-note p {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 21px;
  padding-top: 2rem;
}
#menu-header-menu-1 {
  padding-left: 0;
}
#menu-header-menu-1 a {
  text-decoration: none;
}
#menu-header-menu-1 a:hover {
  color: #d9682e;
}
.footer-logo {
  width: 150px;
}
.footer-logo img:hover {
  opacity: 0.65;
  cursor: pointer;
}
.row.menu-footer {
  padding: 3rem 0 16px;
  width: 100vw;
}
@media (max-width: 1300px) {
  .row.menu-footer {
    flex-direction: column-reverse;
    padding: 0 0 16px;
  }
}
@media (max-width: 500px) {
  .row.menu-footer {
    padding: 2rem 0 2rem;
  }
}
.social-media-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 7px;
  position: relative;
  bottom: 1rem;
}
@media (max-width: 500px) {
  .social-media-wrapper {
    align-items: flex-start;
  }
}
.social-media-wrapper .social-icons {
  margin-top: 7px;
}
.social-media-wrapper i,
.social-media-wrapper svg {
  color: #d9682e;
  font-size: 26px;
  margin-left: 10px;
}
@media (max-width: 500px) {
  .social-media-wrapper i,
  .social-media-wrapper svg {
    font-size: 20px;
  }
}
.social-media-wrapper i:hover,
.social-media-wrapper svg:hover {
  color: #0063b0;
}
.social-media-wrapper svg:hover {
  fill: #0063b0;
}
.social-media-wrapper h4 {
  color: #0063b0;
}
.social-icons {
  display: flex;
}
.sub-footer-wrapper {
  background-color: #0063b0;
  color: #fff;
}
.sub-footer-wrapper .container-fluid {
  padding: 0px 10%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .sub-footer-wrapper .container-fluid {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.sub-footer-wrapper h6 {
  text-align: end;
  font-size: 13px;
}
@media (max-width: 500px) {
  .sub-footer-wrapper h6 {
    text-align: center;
  }
}
.kimbo-footer {
  display: flex;
  justify-content: space-between;
}
.kimbo-footer-content {
  padding: 10px 0;
}
@media (max-width: 500px) {
  .kimbo-footer-content {
    padding: 0;
  }
}
.kimbo-footer-content a {
  color: #FFF;
}
.kimbo-footer-content a:hover {
  color: #d9682e;
  text-decoration: none;
}
.footer-fund-container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  .footer-fund-container {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .footer-fund-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.funded-logo {
  position: relative;
  bottom: 32px;
}
@media (max-width: 1300px) {
  .funded-logo {
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .funded-logo {
    width: 100%;
    bottom: 0;
  }
}
.footer-note-social {
  justify-content: space-between;
}
footer ul.sub-menu {
  display: none;
}
footer {
  border-top: 3px solid #d9682e;
  padding-top: 4rem;
}
.home footer {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 500px) {
  .social-note {
    margin-top: 0.5rem;
  }
}
@media (max-width: 500px) {
  .footer-social-headline {
    display: none;
  }
}
@media (max-width: 1300px) {
  .footer-menu-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) {
  .footer-menu-container {
    display: none;
  }
}
.logo-note {
  margin-bottom: 1.5rem;
}
.lcss-logo {
  width: 70px;
  position: relative;
  bottom: 5px;
}
.lcss-text .footer-note p {
  padding-top: 1rem;
}
.gform_wrapper input,
.gform_wrapper .ginput_container_textarea textarea.large {
  border: 2px solid #0063b0;
  border-radius: 18px;
}
.gform_wrapper input:focus,
.gform_wrapper .ginput_container_textarea textarea.large:focus {
  outline: none;
}
.gform_wrapper .ginput_container_textarea textarea.large {
  height: 120px;
  padding-left: 16px;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  textarea::-webkit-input-placeholder {
  color: #0063b0;
}
.gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  input::-webkit-input-placeholder {
  color: #0063b0;
}
.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 5px 16px !important;
}
body .gform_wrapper .top_label div.ginput_container {
  padding-left: 5px !important;
}
.contact-form .intro-home-title {
  width: 110%;
}
.gform_wrapper h3.gform_title {
  display: none;
}
.contact-page-left .social-media-wrapper {
  align-items: flex-start;
}
.contact-page-left .social-media-wrapper i {
  margin-right: 12px;
  margin-left: 0;
}
.contact-left-section {
  padding-bottom: 25px;
}
.contact-left-section a:hover {
  text-decoration: none;
  color: #0063b0;
}
.google-maps-link {
  color: #d9682e;
}
.social-media-wrapper i {
  color: #d9682e;
  font-size: 26px;
}
.contact-page-container .social-media-wrapper svg {
  margin-left: 0;
  position: relative;
  bottom: 3px;
}
@media (max-width: 500px) {
  .contact-page-container .social-media-wrapper svg {
    font-size: 26px;
  }
}
@media screen and (max-width: 950px) {
  .contact-form {
    padding-top: 2rem;
  }
}
.contact-form .intro-home-title h2 {
  padding-bottom: 11px;
}
.gform_wrapper li.hidden_label input {
  margin-top: 7px !important;
}
.gform_wrapper textarea.large {
  margin-top: 7px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  transition: all 0.5s ease-in-out;
}
.contact-page-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 950px) {
  .contact-page-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 950px) {
  .contact-us-content-container {
    margin-bottom: 2rem;
  }
}
.contact-page-left {
  width: 45%;
}
@media screen and (max-width: 950px) {
  .contact-page-left {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .contact-page-left .intro-home-small-title h4 {
    margin-bottom: 0;
  }
}
.contact-form {
  width: 50%;
}
@media screen and (max-width: 950px) {
  .contact-form {
    width: 100%;
  }
}
.contact-page-left .intro-home-title {
  width: 100%;
}
.contact-detail p {
  margin-bottom: 0;
}
.association-position p {
  margin-bottom: 0;
}
.answer a {
  color: #0063b0;
  text-decoration: none;
}
.answer a:hover {
  color: #d9682e;
}
.faqs-section {
  display: none;
}
#faq-section-1 {
  display: block;
}
.filter-bar {
  border: 2px solid #0063b0;
  border-radius: 18px;
  outline: none;
  padding: 5px 0px 5px 20px;
  color: #0063b0;
  font-weight: 600;
  width: 90%;
  min-width: 400px;
  appearance: none;
  background: url(./../images/blue-arrow.png);
  background-repeat: no-repeat;
  background-position: 98%;
  background-size: 20px;
}
@media (max-width: 599px) {
  .filter-bar {
    width: 100%;
    min-width: 0;
  }
}
.filter-bar option {
  background: transparent;
  border-radius: 18px;
  padding: 10px;
}
.filter-bar option:active {
  background: transparent;
}
.select-bar-section {
  position: relative;
  bottom: 42px;
}
.content-with-links a {
  font-weight: 600;
}
.pi-section-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.selection-container {
  margin-bottom: 2rem;
}
.faq-repeater-container {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .select-bar-section {
    bottom: 0;
  }
}
.search-container {
  background-color: rgba(0,99,176,0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
}
.search-container form.form-inline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 320px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 330px) {
  .search-container form.form-inline {
    width: 90%;
    max-width: 250px;
  }
}
.search-container span.search-close {
  cursor: pointer;
  position: absolute;
  width: 29px;
  height: 29px;
  -webkit-transition: all 250ms cubic-bezier(0.43,0.42,0.56,1);
  transition: all 250ms cubic-bezier(0.43,0.42,0.56,1);
  color: #fff;
  font-weight: 500;
  display: flex;
  top: 7rem;
  right: 13%;
  align-items: center;
}
.search-container span.search-close img {
  margin-right: 5px;
}
.search-container form.form-inline input[type="text"] {
  font-size: 20px;
  background: transparent;
  border: none;
}
.search-container form.form-inline input[type="text"]:focus {
  border: none;
  box-shadow: none;
}
.search-container form.form-inline input[type="text"]::placeholder {
  color: #fff;
}
.search-icon-overlay {
  color: #fff;
}
.search-container button[type="submit"] {
  padding-left: 0;
}
.search-container input[type="text"] {
  padding: 0;
  color: #fff;
  width: 292px;
}
.search-container .form-control {
  padding: 0;
}
.form-inline .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.search-top-container .form-group {
  border-bottom: 1px solid #0063b0;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 319px) {
  .search-top-container .form-group {
    max-width: 200px;
  }
}
.search-top-container button {
  padding-left: 0;
}
.search-top-container i {
  color: #0063b0;
}
.search-top-container input {
  border: 0;
  font-size: 20px;
  color: #0063b0;
  width: 90%;
}
@media screen and (max-width: 319px) {
  .search-top-container input {
    width: 85%;
  }
}
.search-top-container input:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .search-top-container input {
    font-size: 16px;
  }
}
.search-bottom-container {
  margin-top: 3rem;
  min-height: 500px;
}
.search-post-container {
  margin-bottom: 3rem;
}
.page-intro-section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .page-intro-section {
    flex-direction: column;
  }
}
.pi-section-left {
  width: 46%;
}
@media (max-width: 899px) {
  .pi-section-left {
    width: 80%;
  }
}
@media (max-width: 550px) {
  .pi-section-left {
    width: 100%;
  }
}
.pi-section-right {
  width: 50%;
}
@media (max-width: 899px) {
  .pi-section-right {
    width: 100%;
  }
}
.research-resource-posts-section {
  min-height: 700px;
}
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .blog-wrapper {
    width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .blog-wrapper {
    width: 550px;
  }
}
@media (max-width: 599px) {
  .blog-wrapper {
    width: 100%;
  }
}
.post-wrapper {
  width: 31%;
  margin: 0 1.1%;
  margin-bottom: 5rem;
}
@media (max-width: 1100px) {
  .post-wrapper {
    width: 47%;
    margin: 0 1.5%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 800px) {
  .post-wrapper {
    width: 44%;
    margin: 0px 2.5%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 599px) {
  .post-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
}
.post-wrapper button {
  margin-top: 0;
}
.post-image {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .post-image {
    height: 179px;
  }
}
@media (max-width: 599px) {
  .post-image {
    height: 350px;
  }
}
@media (max-width: 430px) {
  .post-image {
    height: 300px;
  }
}
@media (max-width: 300px) {
  .post-image {
    height: 250px;
  }
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-image p {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  z-index: 99;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.post-image-circle {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.published-date {
  margin-bottom: 10px;
}
.post-cats-container {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.post-cats {
  margin: 0;
  color: #0063b0;
}
.post-cats::after {
  content: ", ";
  white-space: pre;
}
.post-cats:last-child::after {
  content: "";
}
.post-cats:first-child::before {
  content: "";
}
.post-heading {
  margin-bottom: 10px;
  font-size: 17px;
}
.post-heading:hover {
  opacity: 0.7;
}
.post-heading a {
  color: #DC6822;
  font-family: raleway, sans-serif;
  font-weight: 700;
}
.published-date span {
  font-weight: bold;
}
.post-excerpt p {
  margin-bottom: 1.5rem;
}
.single-post-hero {
  width: 100%;
  height: 350px;
  position: relative;
}
.single-post-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 57%;
}
.single-hero-overlay {
  background: #DC6822;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.single-post-content-container .post-cats-container {
  display: flex;
}
.single-post-content-container .post-cats-container p {
  color: #292929;
  margin: 0;
}
.single-post-content-wrapper {
  margin-top: 2rem;
}
.single-post-content-wrapper a {
  font-weight: bold;
  font-style: italic;
}
.news-events-intro .intro-description-container p:last-child {
  margin: 0;
}
.small-orange-subheading {
  font-size: 15px;
  font-weight: bold;
  color: #DC6822;
}
.news-events-picker-section {
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .news-events-picker-section {
    width: 90%;
    max-width: 1100px;
  }
}
@media (max-width: 500px) {
  .news-events-picker-section .picker-tab {
    width: 50%;
  }
}
.ne-picker-container {
  border-bottom: 1px solid #DC6822;
  margin: 0 1.1%;
  margin-right: 6rem;
  display: flex;
}
@media (max-width: 1300px) {
  .ne-picker-container {
    margin: 0;
  }
}
.picker-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  border: 1px solid #DC6822;
  border-bottom: 0;
  color: #DC6822;
  font-weight: bold;
}
.picker-tab:hover {
  cursor: pointer;
}
.events-tab {
  border-left: 0;
}
.active-tab {
  background: #DC6822;
  color: #FFF;
}
.news-events-post-section {
  max-width: 1150px;
}
#events-container {
  display: none;
}
.events-blog-wrapper h5 {
  margin: 0 1.1%;
  color: #0063b0;
}
.social-share-container {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 5rem;
  text-align: center;
}
.social-share-container .swp_social_panel .nc_tweetContainer a.nc_tweet {
  justify-content: center !important;
}
.swp_social_panel {
  justify-content: center !important;
}
.swp_social_panel a:hover {
  opacity: 0.8;
}
.swp_facebook,
.swp_twitter {
  min-width: 0 !important;
  width: 20px !important;
  flex: none !important;
  margin: 0 6px !important;
}
.mail-share {
  margin: 0 6px;
}
.mail-share i {
  color: #DC6822;
  font-size: 22px;
}
.swp_twitter a.swp_share_link:before {
  font-family: FontAwesome;
  content: "\f099";
  color: #DC6822;
  font-size: 22px;
}
.swp_facebook a.swp_share_link:before {
  font-family: FontAwesome;
  content: "\f09a";
  color: #DC6822;
  font-size: 22px;
}
.swp_facebook a.swp_share_link:before {
  font-family: FontAwesome;
  content: "\f09a";
  color: #DC6822;
  font-size: 22px;
}
.swp_social_panel.swp_default_full_color .swp_twitter,
html body .swp_social_panel.swp_individual_full_color .swp_twitter:hover,
body .swp_social_panel.swp_other_full_color:hover .swp_twitter {
  background: transparent !important;
  border: none !important;
}
.swp_social_panel.swp_default_full_color .swp_facebook,
html body .swp_social_panel.swp_individual_full_color .swp_facebook:hover,
body .swp_social_panel.swp_other_full_color:hover .swp_facebook {
  background: transparent !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .tribe-events-sub-nav li a:hover,
  .tribe-events-sub-nav li a:visited {
    color: #0063b0 !important;
  }
  .tribe-events-sub-nav li a {
    background: none !important;
    color: #0063b0 !important;
    padding: 0 !important;
  }
  .tribe-events-sub-nav li a:hover {
    color: #DC6822 !important;
  }
}
.single-news .single-post-hero {
  margin-top: 3rem;
}
.single-news .single-post-hero img {
  border-radius: 5px;
}
.hero-title-container {
  width: 90%;
  max-width: 1100px;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.post-hero-with-title h1 {
  color: #FFF;
  width: 35%;
}
@media (max-width: 700px) {
  .post-hero-with-title h1 {
    width: 100%;
  }
}
.general-page-content {
  margin-top: 2rem;
}
.breadcrumb-section {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-section p,
.breadcrumb-section a {
  color: #DC6822;
  font-size: 14px;
}
#breadcrumbs span span > a:hover {
  opacity: 0.7;
}
.breadcrumb-custom-parent {
  line-height: 24px;
}
.breadcrumb-custom-parent:hover {
  opacity: 0.7;
}
.settling-middle-section h2,
.settling-bottom-section h2 {
  margin-bottom: 1.5rem;
}
.settling-bottom-section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .settling-bottom-section {
    flex-direction: column;
  }
}
.settling-bottom-section h2 {
  color: #0063b0;
}
.settling-bottom-section .home-featured-right {
  position: relative;
}
@media (max-width: 950px) {
  .settling-bottom-section .home-featured-right {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .settling-bottom-section .home-featured-right {
    height: 300px;
    margin-top: 1rem;
  }
}
.settling-bottom-section .featured-ellipse {
  border: 1px solid #0063b0;
  border-radius: 50%;
}
.section-heading {
  width: 48%;
  margin-bottom: 3rem;
  font-size: 40px;
}
@media (max-width: 1170px) {
  .section-heading {
    width: 60%;
  }
}
@media (max-width: 950px) {
  .section-heading {
    width: 100%;
    font-size: 33px;
  }
}
.priorities-bottom-section h2 {
  width: 60%;
}
@media (max-width: 950px) {
  .priorities-bottom-section h2 {
    width: 100%;
  }
}
.highlights-container {
  column-count: 2;
}
@media (max-width: 950px) {
  .highlights-container {
    column-count: 1;
    padding-top: 1rem;
  }
}
.highlight-wrapper {
  display: flex;
  justify-content: space-around;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 1rem;
  min-height: 190px;
}
@media (max-width: 950px) {
  .highlight-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 500px) {
  .highlight-wrapper {
    flex-direction: column;
  }
}
.highlight-img-wrapper {
  width: 65px;
  height: 65px;
  background: #0063b0;
  box-shadow: 0px 1px 5px #0B66AE8C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .highlight-img-wrapper {
    margin-bottom: 1rem;
  }
}
.highlight-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.highlight-content-wrapper {
  width: 76%;
}
@media (max-width: 500px) {
  .highlight-content-wrapper {
    width: 100%;
  }
}
.highlight-content-wrapper .orange-subheading {
  margin-bottom: 5px;
}
.priorities-middle-section p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.three-circle-container {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media (max-width: 499px) {
  .three-circle-container {
    flex-direction: column;
    align-items: center;
    margin-top: 3rem;
  }
}
.three-circles {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 1px 15px #0063B0B3;
}
@media (max-width: 950px) {
  .three-circles {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 499px) {
  .three-circles {
    width: 60vw;
    height: 60vw;
  }
}
.three-circles::before {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  top: 0;
  opacity: 0.45;
}
.three-circles:nth-child(2),
.three-circles:last-child {
  margin-left: -1.5rem;
}
@media (max-width: 499px) {
  .three-circles:nth-child(2),
  .three-circles:last-child {
    margin-left: 0;
    margin-top: -12vw;
  }
}
.three-circles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blue-circle::before {
  background: #0063b0;
}
.orange-circle::before {
  background: #DC6822;
}
.whoweare_middle-section .featured-home-content {
  flex-wrap: wrap;
}
.whoweare_middle-section .home-featured-right h3 {
  margin-top: 0;
}
.featured-home-content .featured-right-text img {
  width: 80%;
  height: auto;
  object-fit: contain;
  margin: 2rem 0 1rem;
}
@media (max-width: 950px) {
  .featured-home-content .featured-right-text img {
    max-width: 50%;
  }
}
@media (max-width: 500px) {
  .featured-home-content .featured-right-text img {
    max-width: 80%;
  }
}
@media (max-width: 950px) {
  .featured-home-content .featured-right-text {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.blue-section-heading-wrapper {
  width: 100%;
}
.blue-section-heading-wrapper h2 {
  width: 40%;
}
@media (max-width: 950px) {
  .blue-section-heading-wrapper h2 {
    width: 100%;
  }
}
.whoweare-bottom-section .section-heading {
  width: 37%;
  margin-bottom: 2rem;
}
@media (max-width: 950px) {
  .whoweare-bottom-section .section-heading {
    width: 100%;
  }
}
.whoweare-bottom-info-container {
  margin-bottom: 4rem;
}
.whoweare-bottom-contact-container strong {
  color: #DC6822;
}
.membership-intro-section h2 {
  width: 40%;
}
@media (max-width: 950px) {
  .membership-intro-section h2 {
    width: 100%;
  }
}
.company-picker-container {
  margin: 0 auto;
  border: 0;
}
.company-picker-container .picker-tab {
  width: 200px;
  border-bottom: 1px solid #DC6822;
}
.company-picker-container .picker-tab:nth-child(n+2) {
  border-left: 0;
}
.company-members-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 600px;
}
.company-list-section {
  display: none;
}
.company-post-container {
  width: 47%;
  margin-bottom: 4rem;
}
@media (max-width: 650px) {
  .company-post-container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .company-wrapper {
    width: 100%;
  }
}
.company-wrapper h3 {
  color: #0063b0;
  margin-bottom: 1rem;
}
.company-logo-wrapper {
  width: 200px;
  min-width: 200px;
  height: 120px;
}
.company-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-content-wrapper {
  height: 145px;
  overflow: hidden;
}
.company-content-wrapper p {
  position: relative;
}
@media (max-width: 500px) {
  .more,
  .less {
    width: 100%;
  }
}
.more button,
.less button {
  font-size: 15px;
  padding: 0 1rem;
  height: 38px;
}
.show-content {
  height: 100%;
}
.no-members-msg {
  color: #0063b0;
}
.council-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .council-list-wrapper {
    width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 830px) {
  .council-list-wrapper {
    width: 550px;
  }
}
@media (max-width: 640px) {
  .council-list-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.council-wrapper {
  width: 25.5%;
  margin: 0 3.9%;
  margin-bottom: 5rem;
}
@media (max-width: 1200px) {
  .council-wrapper {
    width: 290px;
    margin: 0 4.2%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 830px) {
  .council-wrapper {
    width: 240px;
    margin: 0 2.8%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 640px) {
  .council-wrapper {
    width: 250px;
  }
}
@media (max-width: 500px) {
  .council-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
}
.council-wrapper span {
  font-weight: bold;
}
.council-img-wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (max-width: 830px) {
  .council-img-wrapper {
    height: 240px;
  }
}
@media (max-width: 640px) {
  .council-img-wrapper {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .council-img-wrapper {
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 300px) {
  .council-img-wrapper {
    height: 200px;
    max-width: 200px;
  }
}
.council-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 500px) {
  .council-text-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
}
.member-overlay {
  background: #0063b0;
  color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.member-overlay .council-img-wrapper {
  width: 180px;
  height: 180px;
  margin: 0;
  margin-right: 3rem;
}
@media (max-width: 975px) {
  .member-overlay .council-img-wrapper {
    margin-bottom: 2rem;
  }
}
.member-overlay .search-close {
  cursor: pointer;
  position: absolute;
  width: 29px;
  height: 29px;
  -webkit-transition: all 250ms cubic-bezier(0.43,0.42,0.56,1);
  transition: all 250ms cubic-bezier(0.43,0.42,0.56,1);
  color: #fff;
  font-weight: 500;
  display: flex;
  top: 4rem;
  right: 13%;
  align-items: center;
}
.member-overlay .search-close img {
  margin-right: 5px;
}
.council-bio-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 80%;
  width: 70%;
  max-width: 980px;
  padding-right: 2rem;
  top: 9rem;
  overflow-y: auto;
}
@media (max-width: 500px) {
  .council-bio-wrapper {
    width: 85%;
  }
}
.council-bio-wrapper span {
  font-weight: bold;
}
.bio-top-section {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 975px) {
  .bio-top-section {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.white-bold {
  font-weight: bold;
}
.single-tribe_events #breadcrumbs span span > a {
  display: none;
}
.tribe-events-notices ul li::before,
.tribe-events-nav-pagination ul li::before {
  display: none;
}
.tribe-events-single-event-title {
  font-size: 40px !important;
  margin: 10px 0 !important;
}
@media (max-width: 1100px) {
  .tribe-events-single-event-title {
    font-size: 38px !important;
  }
}
.tribe-events-schedule {
  margin: 0 !important;
}
.tribe-events-schedule h2 {
  font-size: 15px !important;
  color: #DC6822;
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
}
.tribe-events-content ul {
  margin-bottom: 1.5rem !important;
}
.tribe-events-content ul li {
  margin: 0 0 10px 0 !important;
  line-height: 27px !important;
}
#tribe-events-pg-template .tribe-events-content ul,
.tribe-events-after-html ul,
.tribe-events-before-html ul {
  list-style: none !important;
}
.tribe-events-venue-map {
  display: none !important;
}
.error-section {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.big-orange-heading {
  font-size: 72px;
  font-weight: bold;
  color: #DC6822;
  margin-bottom: 2.5rem;
}
.big-blue-text {
  font-size: 40px;
  color: #0063b0;
  margin-bottom: 2.5rem;
}
.error-text {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .error-text {
    width: 100%;
  }
}
.glossary-section {
  max-width: 825px;
  margin: auto;
}
.glossary-section .section-heading {
  width: 100%;
}
.glossary-section .empty-letter {
  cursor: default;
  opacity: 0.5;
  color: black;
}
.glossary-section .to-top {
  max-width: 50px;
  width: 100%;
  height: 100%;
  bottom: 60px;
  padding: 10px 10px 10px 10px;
  max-height: 50px;
  right: 35px;
  position: fixed;
  border-radius: 100%;
  background: white;
  box-shadow: rgba(0,0,0,0.24) 0px 3px 8px;
}
.glossary-section .to-top svg {
  filter: invert(42%) sepia(87%) saturate(698%) hue-rotate(346deg) brightness(93%) contrast(90%);
}
