﻿.mobileSearchHeader {
  display: none;
  box-sizing: border-box;
  padding: 10px 5px 10px 10px;
  background-color: #dcdcdc;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.mobileSearchHeader input {
  padding: 5px;
  width: calc(100% - 50px);
  display: inline-block;
}
.mobileSearchHeader .cancelBtn {
  display: inline-block;
  background-image: url(/wp-content/themes/bcrea/images/icons/cancel.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .mobileSearchHeader {
    display: none;
  }
}
.mobileNavHeader {
  display: none;
  position: fixed;
  top: 0px;
  padding-top: 20px;
  width: 100%;
  height: 95px;
  z-index: 99;
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobileNavHeader.searchOpen {
  top: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .mobileNavHeader {
    display: block;
  }
}
.mobileNavHeader .searchBtn {
  background-image: url(/wp-content/themes/bcrea/images/icons/search.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 84px;
  top: 38px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobileNavHeader.scrolled {
  height: 75px;
  padding-top: 15px;
}
.mobileNavHeader.scrolled .searchBtn {
  top: 27px;
  width: 25px;
  height: 25px;
}
.mobileNavHeader.scrolled .mobileLogo {
  width: 110px;
}
.mobileNavHeader.scrolled .menuBtn {
  top: 30px;
  width: 29px;
  height: 20px;
}
.mobileNavHeader a {
  display: block;
  width: 155px;
}
.mobileNavHeader .mobileLogo {
  width: 130px;
  position: relative;
  left: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mobileNavHeader .menuBtn {
  background-image: url('/wp-content/themes/bcrea/images/header/hamburger.png');
  background-size: cover;
  width: 35px;
  height: 24px;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
nav {
  width: 20%;
  position: fixed;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  max-width: 460px;
  z-index: 999;
}
nav a {
  text-decoration: none;
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  nav {
    padding-top: 1.5%;
  }
}
@media screen and (min-width:1025px) and (min-height: 600px) {
  nav {
    padding-top: 2%;
  }
}
@media screen and (min-width:1025px) and (min-height: 700px) {
  nav {
    padding-top: 3%;
  }
}
@media screen and (min-width:1025px) and (min-height: 800px) {
  nav {
    padding-top: 4%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  nav {
    padding-left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  nav {
    padding-left: 2.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  nav {
    padding-left: 2.5%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav {
    padding-left: 3%;
  }
}
@media only screen and (min-width: 1800px) {
  nav {
    padding-left: 3%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav {
    display: none;
    width: auto;
    background-color: #ffffff;
    padding: 0px;
    overflow-y: scroll;
    max-width: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
}
nav > a {
  display: block;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > a {
    width: 155px;
  }
}
nav .mobileCloseButton {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 10px;
  font-weight: 400;
  background-color: #008abd;
  color: #fff;
  border-radius: 40px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav .mobileCloseButton {
    display: block;
  }
}
nav .logo {
  width: 70%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav .logo {
    width: 75%;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  nav .logo {
    width: 75%;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav .logo {
    width: 130px;
    position: relative;
    top: 20px;
    left: 20px;
  }
}
nav > ul {
  max-width: 300px;
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  nav > ul {
    margin: 6% 0;
  }
}
@media screen and (min-width:1025px) and (min-height: 600px) {
  nav > ul {
    margin: 8% 0;
  }
}
@media screen and (min-width:1025px) and (min-height: 700px) {
  nav > ul {
    margin: 12% 0;
  }
}
@media screen and (min-width:1025px) and (min-height: 800px) {
  nav > ul {
    margin: 16% 0;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul {
    margin: unset;
    width: 300px;
    max-width: none;
    padding-top: 60px;
  }
}
nav > ul > li {
  color: #003a5d;
  font-weight: 600;
  letter-spacing: -0.025em;
  position: relative;
  /* .active used for mobile, hover used for desktop */
}
nav > ul > li > ul {
  display: none;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li {
    padding-left: 70px;
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}
nav > ul > li:hover {
  cursor: pointer;
}
nav > ul > li:hover span {
  color: #008abd;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li:hover span {
    color: #003a5d;
    content: '\25BC';
  }
}
nav > ul > li:hover span:after {
  color: #fff;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li:hover span:after {
    color: #008abd;
    content: '\25BC';
  }
}
nav > ul > li.active span {
  color: #008abd;
  content: '\25BC';
}
nav > ul > li.education:hover ul {
  display: block;
  width: 400px;
  line-height: 1.5rem;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li.education:hover ul {
    display: none;
    line-height: 1.5rem;
    width: auto;
  }
}
nav > ul > li.education.active ul {
  display: block;
  line-height: 1.5rem;
  width: auto;
}
nav > ul > li:hover ul {
  display: block;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li:hover ul {
    display: none;
  }
}
nav > ul > li:hover ul li.current_page_item a {
  color: #008abd;
}
nav > ul > li.active ul {
  display: block;
}
nav > ul > li.active ul li.current_page_item a {
  color: #008abd;
}
nav > ul > li:after {
  border-bottom: 2px solid #dad9cf;
  content: '';
  display: block;
  width: 6%;
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  nav > ul > li:after {
    padding: 8px 0 0 0;
    margin: 0 0 7px 0;
  }
}
@media screen and (min-width:1025px) and (min-height: 600px) {
  nav > ul > li:after {
    padding: 1px 0 0 0;
    margin: 0 0 10px 0;
  }
}
@media screen and (min-width:1025px) and (min-height: 700px) {
  nav > ul > li:after {
    padding: 5px 0 0 0;
    margin: 0 0 15px 0;
  }
}
@media screen and (min-width:1025px) and (min-height: 800px) {
  nav > ul > li:after {
    padding: 10px 0 0 0;
    margin: 0 0 15px 0;
  }
}
nav > ul > li:last-child:after {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
nav > ul > li > span:hover {
  color: #008abd;
}
nav > ul > li span:after {
  color: #aebecb;
  content: '\25BA';
  font-size: 60%;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li > span {
    display: block;
    padding: 10px 0;
  }
}
nav > ul > li > a {
  color: #003a5d;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li > a {
    padding: 10px 0;
    display: block;
  }
}
nav > ul > li > a:hover {
  color: #008abd;
}
nav > ul > li.whatWeDo > ul {
  left: 46%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav > ul > li.whatWeDo > ul {
    top: -17px;
    left: 50%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  nav > ul > li.whatWeDo > ul {
    top: -17px;
    left: 56%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  nav > ul > li.whatWeDo > ul {
    top: -17px;
    left: 56%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li.whatWeDo > ul {
    left: 10%;
  }
}
nav > ul > li.education > ul {
  left: 72%;
  max-width: 300px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav > ul > li.education > ul {
    top: -17px;
    left: 78%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  nav > ul > li.education > ul {
    top: -17px;
    left: 82%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  nav > ul > li.education > ul {
    top: -17px;
    left: 82%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li.education > ul {
    left: 10%;
  }
}
nav > ul > li.tools > ul {
  left: 70%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav > ul > li.tools > ul {
    top: -17px;
    left: 78%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  nav > ul > li.tools > ul {
    top: -17px;
    left: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  nav > ul > li.tools > ul {
    top: -17px;
    left: 80%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li.tools > ul {
    left: 10%;
  }
}
nav > ul > li.about > ul {
  left: 51%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav > ul > li.about > ul {
    top: -17px;
    left: 54%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  nav > ul > li.about > ul {
    top: -17px;
    left: 57%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  nav > ul > li.about > ul {
    top: -17px;
    left: 57%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li.about > ul {
    left: 10%;
  }
}
nav > ul > li > ul {
  position: absolute;
  top: -23px;
  left: 64%;
  border-radius: 10px;
  margin: 0;
  padding: 6%;
  background-color: white;
  box-shadow: 5px 3px 0px 0px rgba(0, 0, 0, 0.13);
  border: 1px solid #e2e2e2;
  display: none;
  z-index: 999;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  nav > ul > li > ul {
    top: -25px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    box-shadow: none;
  }
}
nav > ul > li > ul:before {
  content: url(/wp-content/themes/bcrea/images/header/subMenuArrow.png);
  position: absolute;
  left: -17px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li > ul:before {
    display: none;
  }
}
nav > ul > li > ul > li {
  margin: 0 0 10px 0;
}
nav > ul > li > ul > li:last-child {
  margin: 0;
}
nav > ul > li > ul > li a {
  color: #003a5d;
  font-size: 0.9rem;
  white-space: nowrap;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav > ul > li > ul > li a {
    font-size: 1.2rem;
    white-space: normal;
  }
}
nav > ul > li > ul > li a:hover {
  color: #008abd;
}
nav .search {
  height: auto;
  width: 100%;
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  nav .search {
    /*display: none;*/
  }
}
@media screen and (min-width:1025px) and (min-height: 520px) {
  nav .search {
    display: block;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav .search {
    margin: auto;
    padding: 20px 0 0 30px;
    width: 85%;
  }
}
nav .search .search-box {
  border: 1px solid #dad9cf;
  box-sizing: border-box;
  padding: 15px;
  width: 70%;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  nav .search .search-box {
    width: 85%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav .search .search-box {
    width: 70%;
  }
}
@media screen and (min-width:1025px) and (min-height: 600px) {
  nav .search .search-box {
    padding: 7px;
  }
}
@media screen and (min-width:1025px) and (min-height: 700px) {
  nav .search .search-box {
    padding: 7px;
  }
}
nav .search .search-btn {
  display: inline-block;
  margin-left: -33px;
  vertical-align: middle;
  width: 18px;
}
nav .search .search-btn:hover {
  cursor: pointer;
}
nav .important-links {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0;
  max-width: 240px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav .important-links {
    margin-left: 30px;
  }
}
nav .important-links div {
  display: unset;
  flex: none;
  color: #008abd;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.015rem;
  line-height: 1.4em;
  color: #5e5e5e;
  text-align: center;
  padding-right: 10px;
}
nav .important-links div img {
  margin: auto;
  margin-bottom: 5px;
  max-width: 50px;
  max-height: 50px;
  height: auto;
  width: 90%;
}
nav .important-links a {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  color: #008abd;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.015rem;
  line-height: 1.4em;
  text-align: center;
  /*width: 33.3%;*/
  /*&:not(:first-child) {
                padding-left: 8px;
            }*/
}
nav .important-links a.inline {
  display: inline-block !important;
  align-items: center;
  flex: none;
  flex-direction: none;
  justify-content: unset;
}
nav .important-links a:hover {
  color: #f5a800;
}
nav .important-links a img {
  margin-bottom: 5px;
  max-width: 50px;
  max-height: 50px;
  height: auto;
  width: 90%;
}
nav .social-login {
  margin: 8% 0 0 auto;
  width: 96%;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  nav .social-login {
    margin: auto;
    padding: 20px 0 100px 30px;
    width: 85%;
  }
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  nav .social-login {
    display: none;
  }
}
@media screen and (min-width:1025px) and (min-height: 520px) {
  nav .social-login {
    display: block;
  }
}
nav .social-login img {
  display: inline-block;
  margin: 0 2% 0 0;
  vertical-align: middle;
  width: 20px;
}
nav .social-login img:hover {
  filter: grayscale(100%);
  opacity: 0.5;
}
nav .social-login img[alt='twitter'] {
  width: 24px;
}
nav .social-login img[alt='youtube'] {
  width: 26px;
}
nav .social-login a {
  color: #008abd;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: middle;
}
nav .social-login a:hover {
  color: #003a5d;
}
footer {
  overflow-y: hidden;
  padding-bottom: 50px;
}
footer > div {
  display: flex;
}
footer h2.side-tag {
  display: none;
}
footer .info {
  width: 40%;
  padding: 5%;
}
@media only screen and (max-width: 750px) {
  footer .info {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  footer .info {
    width: 100%;
  }
}
footer .info .address {
  font-size: 0.95rem;
  color: #003a5d;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .address {
    font-size: 1rem;
  }
}
footer .info .contact-numbers {
  font-size: 0.85rem;
  color: #003a5d;
  margin-top: 25px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .contact-numbers {
    font-size: 1rem;
  }
}
footer .info .contact-numbers label {
  width: 20%;
  max-width: 120px;
  display: inline-block;
  margin: 0 0 5px 0;
  color: #008abd;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .contact-numbers label {
    width: 25%;
  }
}
footer .info .contact-numbers-container {
  position: relative;
}
footer .info .contact-numbers-container img[alt='gptw'] {
  position: absolute;
  top: 0;
  width: 17.5%;
  right: 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  footer .info .contact-numbers-container img[alt='gptw'] {
    max-width: 65px;
    right: 30%;
  }
}
@media only screen and (max-width: 750px) {
  footer .info .contact-numbers-container img[alt='gptw'] {
    max-width: 60px;
  }
}
footer .info .contact-numbers-container__disclaimer {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-style: italic;
}
footer .info .seperator {
  width: 70%;
  height: 3px;
  background-color: #008abd;
  margin: 50px 0;
}
@media only screen and (max-width: 750px) {
  footer .info .seperator {
    width: 100%;
  }
}
footer .info .social-media {
  position: relative;
}
footer .info .social-media span {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  display: block;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .social-media span {
    font-size: 1rem;
  }
}
footer .info .social-media a {
  text-decoration: none;
}
footer .info .social-media a img {
  width: 5%;
  vertical-align: bottom;
  margin: 0 2% 0 0;
  display: inline-block;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .social-media a img {
    width: 5%;
  }
}
footer .info .social-media a img:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}
footer .info .newsletter {
  display: inline-block;
  margin: 25px 0 0 0;
  width: 80%;
}
@media only screen and (max-width: 750px) {
  footer .info .newsletter {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  footer .info .newsletter {
    width: 100%;
  }
}
footer .info .newsletter span {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 0.8em;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .newsletter span {
    font-size: 1rem;
  }
}
footer .info .newsletter input[type='text'] {
  border: 0;
  background-color: #fff;
  font-size: 0.65rem;
  padding: 0 15px;
  height: 40px;
  width: 60%;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dedede;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  footer .info .newsletter input[type='text'] {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .info .newsletter input[type='text'] {
    width: 80%;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  footer .info .newsletter input[type='text'] {
    width: 80%;
    font-size: 1rem;
  }
}
footer .info .newsletter input[type='image'] {
  height: 40px;
  display: inline-block;
}
footer .images {
  width: 60%;
  min-height: 100px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  footer .images {
    display: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  footer .images {
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  footer .images {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  footer .images {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  footer .images {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  footer .images {
    margin-right: 50px;
  }
}
footer .images .foreground {
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  width: 85%;
  background-image: url(/wp-content/themes/bcrea/images/footer/bc.jpg?v2);
  background-position: center;
  background-size: cover;
  border-radius: 0 0 0 20px;
  z-index: 2;
}
footer .images .background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 70%;
  background-image: url(/wp-content/themes/bcrea/images/footer/forrest.jpg);
  background-position: center;
  border-radius: 0 20px 0 0;
  z-index: 1;
}
.copyright {
  background-color: #008abd;
  color: #fff;
  font-size: 0.75rem;
  padding: 25px 0;
  text-align: center;
}
.copyright .ila-text {
  line-height: 1.8;
  margin: 0 auto 0.75rem auto;
  width: 68.5%;
}
@media only screen and (max-width: 750px) {
  .copyright .ila-text {
    width: 85%;
  }
}
.copyright a {
  color: #fff;
  display: inline-block;
}
.copyright a:hover {
  opacity: 0.5;
}
.cookie-prefs {
  display: none;
}
.cookie-prefs__blocker {
  position: fixed;
  background-color: rgba(90, 90, 90, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}
.cookie-prefs__popup {
  position: fixed;
  z-index: 9999;
  background-color: #008abd;
  color: #fff;
  width: 40%;
  padding: 50px 60px 60px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .cookie-prefs__popup {
    width: 60%;
    padding: 25px 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .cookie-prefs__popup {
    width: 90%;
    padding: 15px 20px 20px;
  }
}
.cookie-prefs__popup h2 {
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}
.cookie-prefs__popup p {
  margin: 1rem 0;
}
.cookie-prefs__popup-button {
  background-color: #fff;
  display: inline-block;
  color: #008abd;
  border-radius: 12px;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .cookie-prefs__popup-button {
    padding: 5px 10px;
    margin: 0 0 10px 0;
  }
}
.cookie-prefs__popup-button:hover {
  color: #fff;
  background-color: #f5a800;
  cursor: pointer;
}
ul.industry-insights {
  display: flex;
  flex-wrap: wrap;
  margin: 0 50px 0 0;
}
ul.industry-insights li {
  background-color: #f9f9f8;
  width: calc(33.33% - 50px);
  margin: 0 50px 50px 0;
}
@media only screen and (max-width: 750px) {
  ul.industry-insights li {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  ul.industry-insights li {
    width: 100%;
  }
}
#post {
  min-height: 200px;
  display: flex;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post {
    display: block;
  }
}
#post > div {
  position: relative;
  color: #003a5d;
}
#post .legally-speaking-disclaimer {
  font-size: 14px;
  font-style: italic;
  line-height: 29px;
}
#post .left {
  width: 70%;
  padding: 10% 8% 10% 4%;
  background-color: #fff;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left {
    width: 100%;
    padding: 5% 5% 5% 5%;
  }
}
#post .left span.section {
  width: 95px;
  display: inline-block;
}
#post .left a.postCategory:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .date {
    font-size: 1rem;
    display: block;
    padding-bottom: 10px;
  }
}
#post .left .square {
  position: absolute;
  width: 50%;
  height: 20px;
  background-color: #008abd;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .square {
    display: none;
  }
}
#post .left h1 {
  color: #008abd;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 4% 0;
}
@media only screen and (min-width: 1800px) {
  #post .left h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  #post .left h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left h1 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left h1 {
    font-size: 2em;
    font-weight: bold;
  }
}
@media only screen and (max-width: 750px) {
  #post .left h1 {
    font-size: 2em;
    font-weight: bold;
  }
}
#post .left h2 {
  color: #008abd;
  font-weight: bold;
  line-height: 1.25em;
  margin: 0 0 0 0;
}
@media only screen and (min-width: 1800px) {
  #post .left h2 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  #post .left h2 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left h2 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left h2 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left h2 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left h2 {
    font-size: 1.2em;
    font-weight: bold;
  }
}
@media only screen and (max-width: 750px) {
  #post .left h2 {
    font-size: 1.2em;
    font-weight: bold;
  }
}
#post .left .post-details {
  line-height: 1.75em;
  font-size: 0.8em;
}
#post .left .post-details span.section {
  font-size: 0.8rem;
}
#post .left .post-details a.reg-link {
  display: inline-block;
  background-color: #008abd;
  color: #fff;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
#post .left .post-details a.reg-link:hover {
  background-color: #003a5d;
}
#post .left .author {
  margin: 4% 0 0 0;
  float: left;
  width: 300px;
}
#post .left .author .photo {
  border-radius: 50%;
  background-color: #e9e8e2;
  width: 80px;
  height: 80px;
  padding-bottom: 14%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  border: 1px solid #e4e4e4;
}
#post .left .author .details {
  display: inline-block;
  padding: 0 0 0 2.5%;
  font-size: 0.8rem;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1rem;
}
#post .left .shareChart {
  display: block;
  font-size: 0.8rem;
  margin-left: 0px;
  margin-top: 15px;
}
#post .left .shareChart .shareText {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: -7px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .shareChart {
    margin-left: 0px;
  }
}
#post .left .shareChart.noAuthor {
  margin-left: 0px;
}
#post .left .shareChart p {
  width: 200px;
  margin-bottom: 0px;
}
#post .left .shareChart a {
  display: inline-block;
  margin-right: 6px;
}
#post .left .shareChart .shareThisLine {
  margin-top: 22px;
}
#post .left .shareChart img {
  width: 28px !important;
  height: 28px !important;
}
#post .left .printWrapper {
  display: inline;
  font-size: 0.8rem;
  margin: 15px 0 0 0;
  float: left;
}
#post .left .printWrapper p {
  width: 50px;
  margin-bottom: 0px;
}
#post .left .printWrapper .printLine {
  margin-top: 22px;
}
#post .left .printWrapper a {
  display: inline-block;
  margin-right: 6px;
}
#post .left .printWrapper img {
  width: 28px;
  height: 28px;
}
#post .left .share {
  display: inline;
  float: left;
  font-size: 0.8rem;
  margin-left: 50px;
  margin-top: 15px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .share {
    margin-left: 0px;
  }
}
#post .left .share.noAuthor {
  margin-left: 0px;
}
#post .left .share p {
  width: 200px;
  margin-bottom: 0px;
}
#post .left .share a {
  display: inline-block;
  margin-right: 6px;
}
#post .left .share .shareThisLine {
  margin-top: 22px;
}
#post .left .share img {
  width: 28px;
  height: 28px;
}
#post .left .content {
  clear: left;
  padding-top: 10px;
}
#post .left .content .wp-block-button {
  display: block;
  margin: auto;
  text-align: center;
}
#post .left .content .wp-block-button .wp-block-button__link {
  border-radius: 12px;
  background-color: #0082bb;
  font-weight: bold;
}
#post .left .content .wp-block-button .wp-block-button__link:hover {
  background-color: #f8a21d;
  color: white;
}
@media only screen and (min-width: 1800px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
    font-weight: bold;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .wp-block-button .wp-block-button__link {
    font-size: 1.05em;
    font-weight: bold;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content img {
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    width: 100% !important;
  }
  #post .left .content .wp-block-image {
    margin: 2em 0 1em 0;
  }
  #post .left .content .shareChart img {
    width: 28px !important;
    height: 28px !important;
  }
}
#post .left .content a {
  font-weight: 600;
}
#post .left .content a em {
  font-weight: 800;
}
#post .left .content a:hover {
  color: #f5a800;
}
#post .left .content p {
  padding-top: 0px;
  line-height: 2.1rem;
  margin-bottom: 2em;
  margin-top: 2em;
}
#post .left .content ul {
  list-style-type: disc;
}
#post .left .content ul li {
  margin-left: 40px;
  margin-bottom: 20px;
  line-height: 2.1rem;
}
#post .left .content .marketAtAGlanceProvincial .leftSide {
  width: 48%;
  float: left;
  margin-right: 2%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  #post .left .content .marketAtAGlanceProvincial .leftSide {
    width: 100%;
    margin-right: 0%;
  }
}
#post .left .content .marketAtAGlanceProvincial .leftSide img {
  max-width: 100%;
}
#post .left .content .marketAtAGlanceProvincial .rightSide {
  width: 48%;
  float: left;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  #post .left .content .marketAtAGlanceProvincial .rightSide {
    width: 100%;
    margin-right: 0%;
  }
}
#post .left .content .marketAtAGlanceProvincial .rightSide img {
  max-width: 100%;
}
#post .left .content .marketAtAGlanceProvincial img {
  border: 1px solid lightgrey;
}
#post .left .content .boardCharts {
  padding-top: 20px;
}
#post .left .content .boardCharts .area {
  display: none;
}
#post .left .content .boardCharts img {
  width: 100%;
  max-width: 650px;
  border: 1px solid lightgrey;
}
#post .left .content .ad {
  display: block;
  margin: 3rem 0;
  display: flex;
  height: 104px;
}
#post .left .content .ad:hover {
  cursor: pointer;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  #post .left .content .ad {
    flex-wrap: wrap;
    height: auto;
  }
}
#post .left .content .ad__grey {
  background-color: #ececec;
}
#post .left .content .ad__grey .ad__img--desktop {
  width: 275px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  #post .left .content .ad__grey .ad__img--desktop {
    display: none;
  }
}
#post .left .content .ad__grey .ad__img--smallDesktop {
  width: 235px;
  display: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content .ad__grey .ad__img--smallDesktop {
    display: block;
  }
}
#post .left .content .ad__grey .ad__img--mobile {
  display: none;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .ad__grey .ad__img--mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
#post .left .content .ad__grey .ad__text {
  width: calc(100% - 275px);
  padding: 0 5%;
  display: flex;
  align-items: center;
}
#post .left .content .ad__grey .ad__text > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__grey .ad__text > div {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__grey .ad__text {
    width: 100%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .ad__grey .ad__text {
    padding: 5%;
  }
}
#post .left .content .ad__grey .ad__arrow {
  width: 28px;
  height: 28px;
  margin: 0 5%;
}
@media only screen and (max-width: 750px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__grey .ad__arrow {
    width: 10px !important;
    height: 10px !important;
    margin: 0 3% 0 0 !important;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .ad__grey .ad__arrow {
    margin: 0 3% 0 0;
  }
}
#post .left .content .ad__grey .ad__headline {
  font-size: 20.5px;
  line-height: 22px;
  font-weight: bold;
  color: #008abd;
  display: inline-block;
  width: calc(55% - 14px);
}
@media only screen and (max-width: 750px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__grey .ad__headline {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .ad__grey .ad__headline {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__grey .ad__headline {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
#post .left .content .ad__grey .ad__secondary-headline {
  font-size: 14.5px;
  line-height: 16.5px;
  color: #008abd;
  width: calc(35% - 14px);
}
@media only screen and (max-width: 750px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__grey .ad__secondary-headline {
    font-size: 12.5px;
    line-height: 14.5px;
    width: calc(97% - 10px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .ad__grey .ad__secondary-headline {
    font-size: 11.5px;
    line-height: 13.5px;
  }
}
#post .left .content .ad__blue {
  background-color: #008abd;
  color: #fff;
  overflow: hidden;
}
#post .left .content .ad__blue .ad__img--desktop {
  width: 240px;
  height: auto;
  margin: 14px 0 0 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  #post .left .content .ad__blue .ad__img--desktop {
    display: none;
  }
}
#post .left .content .ad__blue .ad__img--mobile {
  display: none;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .ad__blue .ad__img--mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
#post .left .content .ad__blue .ad__text {
  width: calc(100% - 240px);
  padding: 0 3%;
  display: flex;
  align-items: center;
}
#post .left .content .ad__blue .ad__text > div {
  border-left: 3px solid #f5a800;
  padding: 10px 0 10px 3%;
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__blue .ad__text > div {
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .ad__blue .ad__text {
    padding: 5%;
    width: 100%;
  }
}
#post .left .content .ad__blue .ad__headline {
  font-size: 20.5px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 0 0.5rem 0;
}
@media only screen and (max-width: 750px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__blue .ad__headline {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .ad__blue .ad__headline {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__blue .ad__headline {
    font-size: 18px;
    line-height: 20px;
  }
}
#post .left .content .ad__blue .ad__secondary-headline {
  font-size: 14.5px;
  line-height: 16.5px;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 750px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__blue .ad__secondary-headline {
    font-size: 12.5px;
    line-height: 14.5px;
    width: calc(97% - 10px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .ad__blue .ad__secondary-headline {
    font-size: 11.5px;
    line-height: 13.5px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__blue .ad__secondary-headline {
    border-left: 3px solid #f5a800;
    padding: 0 0 0 8px;
    line-height: 18px;
  }
}
#post .left .content .ad__logo {
  background-color: #008abd;
  padding: 0 30px;
  align-items: center;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content .ad__logo {
    padding: 0 22px;
    height: 104px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__logo {
    padding: 0;
    height: unset;
  }
}
#post .left .content .ad__logo .ad__img {
  width: 130px;
  height: auto;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content .ad__logo .ad__img {
    width: 110px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__logo .ad__img {
    max-width: 110px;
    margin: 15px 25px 0 25px !important;
  }
}
#post .left .content .ad__logo .ad__headline {
  font-size: 23px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: calc(100% - 180px - 130px);
  padding: 0 10%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  #post .left .content .ad__logo .ad__headline {
    padding: 0 5%;
    font-size: 22px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content .ad__logo .ad__headline {
    width: calc(100% - 180px - 110px);
    padding: 0 5%;
    font-size: 18px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .ad__logo .ad__headline {
    width: calc(100% - 130px - 110px);
    padding: 0 5%;
    font-size: 16.5px;
    line-height: 17.5px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content .ad__logo .ad__headline {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__logo .ad__headline {
    width: 100%;
    padding: 0 25px;
    margin: 30px 0;
  }
}
#post .left .content .ad__logo .ad__secondary-headline {
  border-radius: 12px;
  background-color: #f5a800;
  font-weight: bold;
  width: 180px;
  color: #fff;
  padding: 10px 15px;
  font-size: 13.5px;
  line-height: 16px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content .ad__logo .ad__secondary-headline {
    width: 130px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content .ad__logo .ad__secondary-headline {
    border-radius: unset;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
}
#post .right {
  width: 30%;
  padding: 10% 0;
  background-color: #f9f9f8;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .right {
    width: 100%;
  }
}
#post .right a {
  text-decoration: none;
}
#post .right h2 {
  color: #008abd;
  font-weight: 700;
  font-size: 1em;
  margin: 0 0 10px 0;
  padding: 0 10%;
}
#post .right ul {
  list-style-type: none;
}
#post .right ul li {
  padding: 0;
  margin: 0;
  line-height: 2.1rem;
}
#post .right ul.simple {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10%;
}
#post .right ul.simple.tagList li {
  width: 100%;
}
#post .right ul.simple li {
  width: 100%;
  font-size: 0.85rem;
  margin: 0 0 8px 0;
  padding-left: 15px;
}
@media only screen and (min-width: 1800px) {
  #post .right ul.simple li {
    width: 50%;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .right ul.simple li {
    font-size: 1rem;
  }
}
#post .right ul.simple li:before {
  content: '\25BA';
  margin: 0;
  font-size: 60%;
  vertical-align: middle;
  color: #aebecb;
  position: absolute;
  left: 0;
}
#post .right ul.simple li a:hover {
  color: #f5a800;
}
#post .right .category-articles {
  margin-top: 20px;
}
#post .right .category-articles ul {
  opacity: 1;
}
#post .right .category-articles ul li {
  width: 100%;
  margin: 0 0 30px 0;
}
#post .right .category-articles ul li .title {
  padding-bottom: 1%;
}
#post .right .category-articles ul li .date {
  padding: 0 6% 6% 6%;
  font-size: 0.8em;
}
/*
These area CSS classes used by BCREA in their content to get a specific font size or color in their CMS content

  
*/
.color_blue {
  color: #008abd;
}
.color_darkBlue,
.color_darkblue {
  color: #003a5d;
}
.color_gray {
  color: #dad9cf;
}
.color_orange {
  color: #f5a800;
}
/* used by bcrea manually */
.background_color_tan {
  background-color: #f9f9f8;
}
.leading-none {
  line-height: 1rem !important;
}
.leading-tight {
  line-height: 1.25rem !important;
}
.leading-snug {
  line-height: 2rem !important;
}
.leading-normal {
  line-height: 2.5rem !important;
}
.leading-relaxed {
  line-height: 2.625rem !important;
}
.leading-loose {
  line-height: 3rem !important;
}
.list-lower-alpha {
  list-style-type: lower-alpha !important;
}
/* when site URL has ?iframe=true it hides nav and header.  For RealtorLink Embeds*/
#wrapper.iframe {
  margin-top: 0;
}
#wrapper.iframe .mobileNavHeader {
  display: none !important;
}
#wrapper.iframe #nav {
  display: none !important;
}
#wrapper.iframe main#content {
  margin-left: 0%;
  padding: 0 80px 80px 0;
  width: 100%;
}
#wrapper.iframe main#content p:first-child {
  display: none;
}
#wrapper.iframe main#content header {
  display: none !important;
}
#wrapper.iframe main#content .category-articles {
  background: none;
  margin-top: 0;
}
#wrapper.iframe main#content .category-articles .searchResults {
  display: none;
}
#wrapper.iframe #post .left {
  padding: 0% 4% 10% 4%;
  width: 100%;
}
#wrapper.iframe #post .left .square {
  display: none !important;
}
#wrapper.iframe #post .right {
  display: none !important;
}
#wrapper.iframe ~ #footer {
  margin-left: 0;
  width: 100%;
}
.gateway__headerImage {
  width: 100%;
  height: 700px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .gateway__headerImage {
    height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  .gateway__headerImage {
    height: auto;
  }
}
.gateway__headerImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 750px) {
  .gateway__headerImage img {
    object-fit: contain;
  }
}
.author.gateway__author {
  display: none;
}
#post .gateway {
  width: 100%;
  background-color: #008abd;
}
#post .gateway__left {
  margin-top: -250px;
  padding: 4% 8% 10% 6%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .gateway__left {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #post .gateway__left {
    margin-top: 0;
  }
}
#post .gateway__left .share {
  margin-left: 0;
}
#post .gateway__square {
  position: absolute;
  width: 42%;
  height: 20px;
  background-color: #008abd;
  top: -20px;
  right: 0;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .gateway__square {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #post .gateway__square {
    display: none;
  }
}
#post .gateway__post-details {
  line-height: 1.75em;
  font-size: 0.8em;
}
#post .gateway__post-date {
  font-size: 18px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  background-color: #f7981b;
  text-transform: uppercase;
  width: 85px;
  text-align: center;
  padding: 0.5rem 0;
  margin-top: -110px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .gateway__post-date {
    margin-top: -65px;
  }
}
@media only screen and (max-width: 750px) {
  #post .gateway__post-date {
    margin-top: -65px;
  }
}
#post .gateway__post-date p {
  margin-top: 0;
  margin-bottom: 0;
}
#post .gateway__post-day {
  font-size: 35px;
  line-height: 30px;
}
#post .gateway__post-title h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: clamp(2.5rem, 4vw, 3rem);
  margin-top: 50px;
  font-weight: 500;
  max-width: 700px;
}
#post .left .content ul.quickLinks {
  margin-top: 3rem;
  margin-bottom: 2rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks {
    display: block;
  }
}
#post .left .content ul.quickLinks li {
  margin-left: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks li {
    display: none;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    width: 10rem;
    background-color: #f1f1f1;
    color: #007fb5;
  }
}
#post .left .content ul.quickLinks li a {
  background-color: #f1f1f1;
  color: #007fb5;
  padding: 12px 12px 13px;
  text-decoration: none;
  font-size: clamp(0.5rem, 1.2vw, 1rem);
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content ul.quickLinks li a {
    padding: 12px 12px 12px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content ul.quickLinks li a {
    padding: 12px 12px 14px;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks li a {
    display: block;
    font-size: clamp(0.5rem, 3vw, 1rem);
  }
}
#post .left .content ul.quickLinks li:first-of-type {
  background-color: #007fb5;
  color: white;
  width: fit-content;
  padding: 4px 0 5px 1rem;
  font-size: clamp(0.5rem, 1vw, 1rem);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content ul.quickLinks li:first-of-type {
    padding: 5px 0 5px 1rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content ul.quickLinks li:first-of-type {
    width: 6rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content ul.quickLinks li:first-of-type {
    padding: 5px 0 5px 1rem;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks li:first-of-type {
    display: none;
  }
}
#post .left .content ul.quickLinks li:nth-of-type(2) {
  display: none;
  visibility: visible;
  opacity: 1;
  background-color: #007fb5;
  color: #fff;
  cursor: pointer;
  width: 10rem;
  font-weight: 600;
  padding: 0 1rem;
}
#post .left .content ul.quickLinks li:nth-of-type(2):hover > li {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks li:nth-of-type(2) {
    display: block;
  }
  #post .left .content ul.quickLinks li:nth-of-type(2)::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0px 8px;
    border-color: #fff transparent transparent transparent;
    margin-left: 8px;
  }
}
#post .left .content ul.quickLinks li:nth-of-type(3) {
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-left: 23px solid #007fb5;
  border-bottom: 23.5px solid transparent;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #post .left .content ul.quickLinks li:nth-of-type(3) {
    border-top: 21.5px solid transparent;
    border-left: 20px solid #007fb5;
    border-bottom: 22px solid transparent;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  #post .left .content ul.quickLinks li:nth-of-type(3) {
    border-top: 20px solid transparent;
    border-left: 14px solid #007fb5;
    border-bottom: 20px solid transparent;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  #post .left .content ul.quickLinks li:nth-of-type(3) {
    border-top: 21px solid transparent;
    border-left: 15px solid #007fb5;
    border-bottom: 19px solid transparent;
  }
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks li:nth-of-type(3) {
    display: none;
  }
}
#post .left .content ul.quickLinks li.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  #post .left .content ul.quickLinks li:first-of-type,
  #post .left .content ul.quickLinks li:nth-of-type(3) {
    display: none;
  }
}
.tpla_wrapper {
  margin-right: 50px;
  margin-bottom: 100px;
}
.tpla_wrapper .tpla__link {
  text-decoration: none !important;
  font-weight: 700 !important;
}
.tpla_wrapper .tpla__link:hover {
  color: #f5a800;
}
.tpla_wrapper a:hover {
  color: #f5a800;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .tpla_wrapper {
    margin: 20px;
  }
}
.tpla_wrapper .gform_title {
  font-weight: 800;
  font-size: 2em;
  line-height: 1em;
  color: #008abd;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
.tpla_wrapper .gform_body .space {
  padding-left: 5rem;
}
.tpla_wrapper .gform_body .space p {
  margin: 0 !important;
}
.tpla_wrapper .gform_body .gsection_title {
  color: #008abd;
  font-size: 1.5rem;
  font-family: Montserrat;
  font-weight: 800;
  line-height: 2rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.tpla_wrapper .gform_body .gfield input,
.tpla_wrapper .gform_body .gfield textarea {
  border: 1px solid gray;
  background-color: white;
}
.tpla_wrapper .gform_body .gfield.signature .gfield_description,
.tpla_wrapper .gform_body .gfield.printName .gfield_description,
.tpla_wrapper .gform_body .gfield.date .gfield_description {
  font-weight: bolder;
}
.tpla_wrapper .gform_body .gfield.signature input,
.tpla_wrapper .gform_body .gfield.printName input,
.tpla_wrapper .gform_body .gfield.date input {
  width: 100%;
}
.tpla_wrapper .gform_body .gfield .tpla_ul {
  list-style: disc;
  padding-left: 3rem;
}
.tpla_wrapper .gform_body .gfield .thankYou {
  margin-top: 100px;
}
.tpla_wrapper .gform_body .gfield .thankYou p {
  margin: 0 !important;
}
.tpla_wrapper .gform_footer {
  justify-content: center;
}
.tpla_wrapper .gform_footer input[type=submit] {
  background-color: #008abd;
  color: #fff;
  font-family: Montserrat;
  padding: 1rem 2rem;
  border-radius: 10px;
  font-size: 1.3rem;
  cursor: pointer;
}
.tpla_wrapper .gform_footer input[type=submit]:hover {
  background-color: #f5a800;
}
.page-id-28471 .fancybox-content {
  background-color: #008abd;
  color: #fff;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  padding: 40px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
}
.page-id-28471 .fancybox-content h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 1rem 0;
}
.page-id-28471 .fancybox-content ul {
  list-style: disc;
  margin-left: 2rem;
}
.page-id-28471 .fancybox-content ul li {
  font-size: 20px;
}
.page-id-28471 .fancybox-content .fancybox-close-small {
  color: #008abd;
  background-color: #fff;
  border-radius: 50%;
  top: 1rem;
  right: 1rem;
  padding: 0;
  opacity: 1;
}
/*BLOCKS*/
.realty-link {
  padding: 1rem;
}
.realty-link__title {
  color: #008abd;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 0 4% 0;
  font-size: 2em;
}
.realty-link__posts {
  font-size: 1.5em;
  color: #003a5d;
  text-decoration: none;
}
.realty-link__posts:hover {
  color: #008abd;
}
#welcomeSiteOverlayPopup {
  display: none;
  width: 90%;
  padding: 50px;
  max-width: 700px;
}
#welcomeSiteOverlayPopup a {
  background-color: #008abd;
  color: white;
  text-decoration: none;
  text-align: center;
}
#welcomeSiteOverlayPopup a:hover {
  background-color: #f5a800;
}
header.home.updated .feature-container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.home.updated .feature-container {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.home.updated .feature-container {
    height: 550px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1800px) {
  header.home.updated .feature-container {
    height: 650px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1800px) {
  header.home.updated .feature-container {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
}
header.home.updated .feature-container .feature,
header.home.updated .feature-container .subfeature {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}
header.home.updated .feature-container .feature > div:not(.play-video),
header.home.updated .feature-container .subfeature > div:not(.play-video) {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 6%;
  color: #fff;
}
header.home.updated .feature-container .feature > div:not(.play-video).white,
header.home.updated .feature-container .subfeature > div:not(.play-video).white {
  color: #fff;
}
header.home.updated .feature-container .feature > div:not(.play-video).darkBlue,
header.home.updated .feature-container .subfeature > div:not(.play-video).darkBlue {
  color: #003a5d;
}
header.home.updated .feature-container .feature > div:not(.play-video).lightBlue,
header.home.updated .feature-container .subfeature > div:not(.play-video).lightBlue {
  color: #008abd;
}
header.home.updated .feature-container .feature > div:not(.play-video).grey,
header.home.updated .feature-container .subfeature > div:not(.play-video).grey {
  color: #484848;
}
header.home.updated .feature-container .feature > div:not(.play-video) a.main,
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main {
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: all 0.1s ease-in;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video) a.main,
  header.home.updated .feature-container .subfeature > div:not(.play-video) a.main {
    line-height: 1rem;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video) a.main:hover,
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main:hover {
  color: #f5a800 !important;
}
header.home.updated .feature-container .feature > div:not(.play-video) .category,
header.home.updated .feature-container .subfeature > div:not(.play-video) .category {
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.25rem 0;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video) .category,
  header.home.updated .feature-container .subfeature > div:not(.play-video) .category {
    margin: 0 0 5px 0;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video) .author,
header.home.updated .feature-container .subfeature > div:not(.play-video) .author {
  display: block;
}
header.home.updated .feature-container .feature > div:not(.play-video) .author img,
header.home.updated .feature-container .subfeature > div:not(.play-video) .author img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
header.home.updated .feature-container .feature > div:not(.play-video) .author img.off,
header.home.updated .feature-container .subfeature > div:not(.play-video) .author img.off {
  opacity: 0;
}
header.home.updated .feature-container .feature > div:not(.play-video) .author > span,
header.home.updated .feature-container .subfeature > div:not(.play-video) .author > span {
  display: inline-block;
  vertical-align: middle;
}
header.home.updated .feature-container .feature::after,
header.home.updated .feature-container .subfeature::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #003353 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature::after,
  header.home.updated .feature-container .subfeature::after {
    background: #003a5d !important;
    opacity: 0.75 !important;
  }
}
header.home.updated .feature-container .feature.white::after,
header.home.updated .feature-container .subfeature.white::after {
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature.white::after,
  header.home.updated .feature-container .subfeature.white::after {
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%) !important;
  }
}
header.home.updated .feature-container .feature.darkBlue::after,
header.home.updated .feature-container .subfeature.darkBlue::after {
  background: linear-gradient(0deg, #003353 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature.darkBlue::after,
  header.home.updated .feature-container .subfeature.darkBlue::after {
    background: #003a5d !important;
    opacity: 0.75 !important;
  }
}
header.home.updated .feature-container .feature.grey::after,
header.home.updated .feature-container .subfeature.grey::after {
  background: linear-gradient(0deg, #484848 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature.grey::after,
  header.home.updated .feature-container .subfeature.grey::after {
    background: #484848 !important;
    opacity: 0.75 !important;
  }
}
header.home.updated .feature-container .feature.full::after,
header.home.updated .feature-container .subfeature.full::after {
  opacity: 1;
}
header.home.updated .feature-container .feature.medium::after,
header.home.updated .feature-container .subfeature.medium::after {
  opacity: 0.75;
}
header.home.updated .feature-container .feature.mmedium::after,
header.home.updated .feature-container .subfeature.mmedium::after {
  opacity: 0.65;
}
header.home.updated .feature-container .feature.light::after,
header.home.updated .feature-container .subfeature.light::after,
header.home.updated .feature-container .feature.mlight::after,
header.home.updated .feature-container .subfeature.mlight::after {
  opacity: 0.5;
}
header.home.updated .feature-container .feature.lighter::after,
header.home.updated .feature-container .subfeature.lighter::after,
header.home.updated .feature-container .feature.mlighter::after,
header.home.updated .feature-container .subfeature.mlighter::after {
  opacity: 0.25;
}
header.home.updated .feature-container .feature {
  flex: 0 0 100%;
  width: 65%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature {
    width: 100%;
    height: 250px;
    align-items: center;
  }
}
header.home.updated .feature-container .feature .play-video {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 3;
  width: 120px;
  margin-left: -60px;
  margin-top: -60px;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature .play-video {
    top: 5%;
    right: 5%;
    left: unset;
    width: 15%;
    margin: 0;
  }
}
header.home.updated .feature-container .feature .play-video img {
  width: 100%;
  transition: all 0.15s ease-out;
}
header.home.updated .feature-container .feature .play-video img:hover {
  transform: scale(1.1);
}
header.home.updated .feature-container .feature > div:not(.play-video) {
  width: 70%;
}
@media only screen and (min-width: 1800px) {
  header.home.updated .feature-container .feature > div:not(.play-video) {
    width: 60%;
  }
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video) {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.home.updated .feature-container .feature > div:not(.play-video) {
    width: 100%;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video) a.main {
  font-size: 1.8rem;
  line-height: 2.1rem;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video) a.main {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding: 0 3rem 0 0;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video) .category {
  font-size: 1rem;
}
header.home.updated .feature-container .feature > div:not(.play-video) .author {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 3rem 0 0 0;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video) .author {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video) .author img {
  width: 1rem;
}
header.home.updated .feature-container .feature > div:not(.play-video).with-video {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video).with-video {
    display: block;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video).with-video .category {
  width: 100%;
  font-size: 0.9rem;
}
header.home.updated .feature-container .feature > div:not(.play-video).with-video a.main {
  width: 75%;
  padding: 0 3rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video).with-video a.main {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
header.home.updated .feature-container .feature > div:not(.play-video).with-video .author {
  width: 25%;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .feature > div:not(.play-video).with-video .author {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
header.home.updated .feature-container .feature.mfull {
  opacity: 1;
}
header.home.updated .feature-container .subfeature {
  flex: 0 0 50%;
  width: 35%;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature {
    width: 50%;
    height: 150px;
    padding-top: 10px;
    border-left: 1px solid #fff;
    border-top: 2px solid #fff;
    align-items: flex-start;
  }
  header.home.updated .feature-container .subfeature:nth-of-type(2) {
    border-right: 1px solid #fff;
    border-left: none;
  }
  header.home.updated .feature-container .subfeature.mfull::after {
    opacity: 0.75;
  }
}
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main {
  line-height: 1.2rem;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature > div:not(.play-video) a.main {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main.white {
  color: #fff;
}
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main.darkBlue {
  color: #003a5d;
}
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main.lightBlue {
  color: #008abd;
}
header.home.updated .feature-container .subfeature > div:not(.play-video) a.main.grey {
  color: #484848;
}
header.home.updated .feature-container .subfeature > div .play-video {
  text-align: center;
  width: 100%;
}
header.home.updated .feature-container .subfeature > div .play-video a {
  display: inline-block;
  width: 20%;
}
header.home.updated .feature-container .subfeature > div .play-video a img {
  width: 100%;
  height: auto;
  transition: all 0.15s ease-out;
}
header.home.updated .feature-container .subfeature > div .play-video a img:hover {
  transform: scale(1.1);
}
header.home.updated .feature-container .subfeature > div .category {
  font-size: 0.8rem;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature > div .category {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
}
header.home.updated .feature-container .subfeature > div .category.white {
  color: #fff;
}
header.home.updated .feature-container .subfeature > div .category.darkBlue {
  color: #003a5d;
}
header.home.updated .feature-container .subfeature > div .category.lightBlue {
  color: #008abd;
}
header.home.updated .feature-container .subfeature > div .category.grey {
  color: #484848;
}
header.home.updated .feature-container .subfeature > div .author {
  font-size: 0.65rem;
  line-height: 0.65rem;
  margin: 1rem 0 0 0;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature > div .author {
    font-size: 0.65rem;
    height: 25px;
    margin: 0.5rem 0 0 0;
  }
}
header.home.updated .feature-container .subfeature > div .author.white {
  color: #fff;
}
header.home.updated .feature-container .subfeature > div .author.darkBlue {
  color: #003a5d;
}
header.home.updated .feature-container .subfeature > div .author.lightBlue {
  color: #008abd;
}
header.home.updated .feature-container .subfeature > div .author.grey {
  color: #484848;
}
header.home.updated .feature-container .subfeature > div .author img {
  width: 0.8rem;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature > div .author img {
    width: 0.5rem;
    margin: 0 6px 0 0;
  }
}
header.home.updated .feature-container .subfeature > div .author > span > span {
  margin: 0 0 0 1rem;
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature > div .author > span > span {
    display: block;
    margin: 2px 0 0 0;
  }
}
@media only screen and (max-width: 750px) {
  header.home.updated .feature-container .subfeature.white::after {
    background: #fff;
  }
  header.home.updated .feature-container .subfeature.darkBlue::after {
    background: #003a5d;
  }
  header.home.updated .feature-container .subfeature.grey::after {
    background: #484848;
  }
}
header.home.updated .intro {
  width: 65%;
  color: #003a5d;
  padding: 4% 10% 5% 5%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  header.home.updated .intro {
    width: 100%;
    padding: 5%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header.home.updated .intro {
    width: 100%;
    padding: 5% 5% 5% 5%;
  }
}
header.home.updated .intro a {
  font-weight: 700;
  color: #003a5d;
}
header.home.updated .intro a:hover {
  color: #f5a800;
}
header.home.updated .newsletter {
  display: inline-block;
  width: 34%;
  padding: 40px 10px 10px 60px;
  font-size: 0.85em;
  box-sizing: border-box;
}
header.home.updated .newsletter .informbot {
  min-height: 83px;
}
@media only screen and (max-width: 750px) {
  header.home.updated .newsletter .informbot {
    min-height: 66px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.home.updated .newsletter {
    width: 100%;
    padding: 0 5% 5% 5%;
    font-size: 1rem;
  }
}
header.home.updated .newsletter span {
  display: block;
  margin: 0 0 5px 0;
}
header.home.updated .newsletter input[type=text] {
  border: 1px solid #d2d1d1;
  background-color: #f9f9f8;
  font-size: 0.85em;
  padding: 0 15px;
  height: 40px;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.home.updated .newsletter input[type=text] {
    width: 80%;
  }
}
header.home.updated .newsletter input[type=image] {
  height: 40px;
  display: inline-block;
}
header.home.updated .community-practice {
  display: block;
  margin: 1.5rem 0 0 0;
  width: calc(70% + 60px);
}
@media only screen and (max-width: 750px) {
  header.home.updated .community-practice {
    width: 97%;
  }
}
header.home.updated .community-practice a {
  background-color: #008abd;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0.75rem 1rem;
  width: auto;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
  margin-bottom: 15px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
header.home.updated .community-practice a:hover .icon {
  display: none;
}
header.home.updated .community-practice a:hover .icon-hover {
  display: block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.home.updated .community-practice a {
    padding: 0.75rem;
  }
}
header.home.updated .community-practice a .arrow {
  width: 18px;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.home.updated .community-practice a .arrow {
    width: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.home.updated .community-practice a .arrow {
    width: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.home.updated .community-practice a .arrow {
    width: 13px;
  }
}
header.home.updated .community-practice a .icon {
  width: 52px;
  margin-right: 14px;
}
header.home.updated .community-practice a .icon-hover {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.home.updated .community-practice a .icon {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.home.updated .community-practice a .icon {
    width: 34px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.home.updated .community-practice a .icon {
    width: 45px;
  }
}
header.home.updated .community-practice a > div {
  line-height: 1rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.home.updated .community-practice a > div {
    font-size: 0.65rem;
    line-height: 0.85rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.home.updated .community-practice a > div {
    font-size: 0.65rem;
    line-height: 0.85rem;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.home.updated .community-practice a > div {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
}
header.home.updated .community-practice a > div > span {
  font-size: 0.55rem;
  display: block;
  margin: 2px 0 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.home.updated .community-practice a > div > span {
    font-size: 0.5rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.home.updated .community-practice a > div > span {
    font-size: 0.5rem;
  }
}
header.home.updated .community-practice a:hover {
  background-color: #f5a800;
}
header.standard {
  margin: 0 0 100px 0;
}
header.standard .connectWithStandardForms {
  color: #fff;
  /*        margin: 6px 0 0 0;*/
}
header.standard .connectWithStandardForms span {
  display: inline !important;
}
header.standard .connectWithStandardForms a {
  clear: both;
  display: inline-block;
  font-size: 0.75em;
  color: #fff;
  text-decoration: none;
  line-height: 0.75em;
}
header.standard .standardFormsBot {
  margin-left: 40px;
  width: 260px;
  margin-top: 10px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .standardFormsBot {
    margin-left: 25px;
    width: 220px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .standardFormsBot {
    margin-left: 25px;
    width: 240px;
  }
}
@media only screen and (max-width: 750px) {
  header.standard .standardFormsBot {
    margin-left: 10px;
    width: 93%;
  }
}
header.standard .standardFormsBot a {
  background-color: #008abd;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0.75rem 1rem;
  width: auto;
  transition: all 0.1s ease-in;
  box-sizing: border-box;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
header.standard .standardFormsBot a:hover .icon {
  display: none;
}
header.standard .standardFormsBot a:hover .icon-hover {
  display: block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .standardFormsBot a {
    padding: 0.75rem;
  }
}
header.standard .standardFormsBot a .arrow {
  width: 18px;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .standardFormsBot a .arrow {
    width: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .standardFormsBot a .arrow {
    width: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .standardFormsBot a .arrow {
    width: 13px;
  }
}
header.standard .standardFormsBot a .icon {
  width: 60px;
  margin-right: 14px;
}
header.standard .standardFormsBot a .icon-hover {
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .standardFormsBot a .icon {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .standardFormsBot a .icon {
    width: 34px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .standardFormsBot a .icon {
    width: 45px;
  }
}
header.standard .standardFormsBot a > div {
  line-height: 1rem;
  font-size: 0.8rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .standardFormsBot a > div {
    font-size: 0.65rem;
    line-height: 0.85rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .standardFormsBot a > div {
    font-size: 0.65rem;
    line-height: 0.85rem;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.standard .standardFormsBot a > div {
    font-size: 0.75rem;
    line-height: 0.9rem;
  }
}
header.standard .standardFormsBot a > div > span {
  font-size: 0.55rem;
  display: block;
  margin: 2px 0 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .standardFormsBot a > div > span {
    font-size: 0.5rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .standardFormsBot a > div > span {
    font-size: 0.5rem;
  }
}
header.standard .standardFormsBot a:hover {
  background-color: #f5a800;
}
header.standard div.horizontalLinks {
  background-color: #d6e4ed;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  header.standard div.horizontalLinks {
    text-align: center;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard div.horizontalLinks {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
header.standard div.horizontalLinks label {
  display: inline-block;
  background-color: rgba(0, 58, 93, 0.95);
  color: white;
  padding: 10px;
  margin-right: 50px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  header.standard div.horizontalLinks label {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard div.horizontalLinks label {
    padding: 5px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard div.horizontalLinks label {
    margin-right: 20px;
  }
}
header.standard div.horizontalLinks label:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 25px solid rgba(0, 58, 93, 0.95);
  border-bottom: 23px solid transparent;
  border-top: 25px solid transparent;
  clear: both;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard div.horizontalLinks label:after {
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard div.horizontalLinks label:after {
    border-bottom: 18px solid transparent;
    border-top: 20px solid transparent;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard div.horizontalLinks label:after {
    display: none;
  }
}
header.standard div.horizontalLinks a {
  display: inline-block;
  color: #008abd;
  margin-right: 15px;
  font-weight: bold;
  font-size: 0.8rem;
  color: rgba(0, 58, 93, 0.95);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard div.horizontalLinks a {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard div.horizontalLinks a {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard div.horizontalLinks a {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard {
    margin: 0 0 20px 0;
  }
}
header.standard.alignTextBoxBottom .intro {
  top: unset !important;
  bottom: 10%;
}
header.standard.center .container .img-container {
  background-position: center;
}
header.standard.left .container .img-container {
  background-position: left;
}
header.standard.right .container .img-container {
  background-position: right;
}
header.standard.narrower .container .intro {
  width: 45%;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard.narrower .container .intro {
    width: 100%;
  }
}
header.standard.reduceBottomMargin {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard.reduceBottomMargin {
    margin-bottom: 20px;
  }
}
header.standard.economics .container .intro {
  background-color: #fff;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 10%;
  width: 55%;
  padding: 3% 3% 2% 3%;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard.economics .container .intro {
    position: relative;
    width: 100%;
    margin-top: -100px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard.economics .container .intro {
    width: 65%;
  }
}
header.standard.economics .container .intro ul li {
  line-height: 1.3rem;
}
header.standard.economics .container .intro h1 {
  line-height: 1.25em;
  font-weight: normal;
  color: #008abd;
  width: 80%;
}
@media only screen and (min-width: 1800px) {
  header.standard.economics .container .intro h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.standard.economics .container .intro h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard.economics .container .intro h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard.economics .container .intro h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard.economics .container .intro h1 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard.economics .container .intro h1 {
    font-size: 2em;
    font-weight: bold;
    width: 95%;
  }
}
@media only screen and (max-width: 750px) {
  header.standard.economics .container .intro h1 {
    font-size: 2em;
    font-weight: bold;
    width: 95%;
  }
}
header.standard .container:before {
  background-color: #008abd !important;
}
header.standard .container h2.side-tag {
  background-color: #f5a800;
  z-index: 5;
}
@media only screen and (min-width: 1800px) {
  header.standard .container h2.side-tag {
    left: -375px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.standard .container h2.side-tag {
    left: -375px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .container h2.side-tag {
    left: -275px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container h2.side-tag {
    left: -275px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .container h2.side-tag {
    left: -275px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard .container h2.side-tag {
    left: -275px;
  }
}
header.standard .container .intro {
  background-color: #fff;
  position: absolute;
  z-index: 4;
  right: 0;
  top: 12%;
  width: 55%;
  padding: 4% 4% 3% 4%;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard .container .intro {
    position: relative;
    width: 100%;
    margin-top: -100px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container .intro {
    width: 65%;
  }
}
header.standard .container .intro a {
  font-weight: 700;
}
header.standard .container .intro a:hover {
  color: #f5a800;
}
header.standard .container .intro p {
  width: 95%;
  font-size: 0.85rem;
  color: #003a5d;
  line-height: 1.4rem;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .container .intro p {
    font-size: 0.75rem;
    line-height: 1.4rem;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .intro p {
    width: 100%;
    font-size: 1rem;
  }
}
header.standard .container .intro p.color_blue {
  color: #008abd;
}
header.standard .container .intro p.color_gray {
  color: #f9f9f8;
}
header.standard .container .intro p.color_orange {
  color: #f5a800;
}
header.standard .container .intro ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  width: 95%;
}
header.standard .container .intro ul.left {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 5px;
  margin: 0 0 0 0;
  width: 50%;
  float: left;
}
@media only screen and (max-width: 750px) {
  header.standard .container .intro ul.left {
    width: 100%;
    display: block;
  }
}
header.standard .container .intro ul.right {
  display: inline-block;
  margin: 0 0 0 0;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 750px) {
  header.standard .container .intro ul.right {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .intro ul {
    width: 100%;
  }
}
header.standard .container .intro ul li {
  margin: 0 20px 0px 0;
  font-size: 0.75em;
  color: #003a5d;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container .intro ul li {
    font-size: 0.65em;
    margin: 0 20px -5px 0;
  }
}
header.standard .container .intro ul li a {
  color: #003a5d;
  cursor: pointer;
}
header.standard .container .intro ul li a:hover {
  color: #f5a800;
}
header.standard .container .intro ul li:before {
  content: '\25BA';
  padding: 0 8px 0 0;
  vertical-align: middle;
  color: #aebecb;
  font-size: 7px;
}
header.standard .container .intro ul li.title {
  border-bottom: 1px solid #808080;
  margin-bottom: 15px;
}
header.standard .container .intro ul li.title:before {
  content: '';
  padding: 0;
}
@media only screen and (min-width: 1800px) {
  header.standard .container .intro {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.standard .container .intro {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .container .intro {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container .intro {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .container .intro {
    margin-right: 20px;
  }
}
header.standard .container .intro h1 {
  line-height: 1.25em;
  font-weight: normal;
  color: #008abd;
  width: 80%;
}
@media only screen and (min-width: 1800px) {
  header.standard .container .intro h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.standard .container .intro h1 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container .intro h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .container .intro h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .container .intro h1 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard .container .intro h1 {
    font-size: 2em;
    font-weight: bold;
    width: 95%;
  }
}
@media only screen and (max-width: 750px) {
  header.standard .container .intro h1 {
    font-size: 2em;
    font-weight: bold;
    width: 95%;
  }
}
header.standard .container .popularTagsTitle {
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3ea;
  font-size: 0.8rem;
  font-weight: 600;
  color: #9e9fa2;
  margin-top: 29px;
  width: 80%;
}
header.standard .container .legallySpeakingRow {
  margin: 0 0 0 4%;
  font-size: 0.75rem;
  color: #fff;
}
header.standard .container .legallySpeakingRow a {
  clear: both;
  display: inline-block;
  margin: 6px 0 0 0;
  font-size: 0.75rem;
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
}
header.standard .container .legallySpeakingRow a:after {
  content: '►';
  padding: 0 0 0 6px;
  vertical-align: middle;
  color: #fff;
  font-size: 0.5em;
}
header.standard .container .legallySpeakingRow a.noMargin {
  margin: 0px;
  text-decoration: underline;
}
header.standard .container .legallySpeakingRow a.noMargin:after {
  content: none;
}
header.standard .container .legallySpeakingRow a.activated:after {
  content: '\25BC';
}
header.standard .container .search-signup {
  width: 75%;
  position: absolute;
  background-color: rgba(0, 58, 93, 0.95);
  z-index: 6;
  right: 0;
  top: 87%;
  /*@media @mediumDesktop, @desktop {
                width: 85%;
            }

            @media @smallDesktop{
                width: 87%;
            }*/
  border-left: 14px solid #f5a800;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media only screen and (min-width: 1800px) {
  header.standard .container .search-signup {
    top: 87%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .container .search-signup {
    top: 90%;
  }
}
@media only screen and (max-width: 750px) {
  header.standard .container .search-signup {
    position: relative;
    width: 100%;
    top: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard .container .search-signup {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 150px;
  }
}
header.standard .container .search-signup label {
  display: block;
  margin: 0 0 6px 0;
  color: #fff;
  font-size: 0.8em;
  line-height: 1rem;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.standard .container .search-signup label {
    font-weight: bold;
  }
}
header.standard .container .search-signup input {
  height: 40px;
  display: inline-block;
  border: 0;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 0.8em !important;
}
header.standard .container .search-signup input[type="submit"] {
  background-color: #008abd;
  padding: 0 15px;
  color: #fff;
}
header.standard .container .search-signup input[type="submit"]:hover {
  background-color: #f5a800;
  cursor: pointer;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container .search-signup.with-email input[type="text"] {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .container .search-signup.with-email input[type="text"] {
    width: 130px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .container .search-signup.with-email input[type="text"] {
    width: 100px;
  }
}
header.standard .container .search-signup .search {
  margin: 0 0 0 3%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .search-signup .search {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .search-signup .search input[type=text] {
    width: 76%;
  }
}
header.standard .container .search-signup .search .citations {
  margin-left: 15px;
}
header.standard .container .search-signup .search .citations::after {
  display: none;
}
header.standard .container .search-signup .search a {
  clear: both;
  display: inline-block;
  margin: 6px 0 0 0;
  font-size: 0.75em;
  line-height: 0.75em;
  color: #fff;
  text-decoration: none;
}
header.standard .container .search-signup .search a:after {
  content: '\25BA';
  padding: 0 0 0 6px;
  vertical-align: middle;
  color: #fff;
  font-size: 0.5em;
}
header.standard .container .search-signup .search a:hover {
  opacity: 0.5;
}
header.standard .container .search-signup .search a.activated:after {
  content: '\25BC';
}
header.standard .container .search-signup .email {
  margin: 0 3% 0 3%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .search-signup .email {
    width: 100%;
    padding-top: 20px;
  }
}
header.standard .container .search-signup .email a {
  background-color: #008abd;
  padding: 0 15px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 0.8rem;
  text-decoration: none;
}
header.standard .container .search-signup .email a img {
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
header.standard .container .search-signup .email a:hover {
  background-color: #f5a800;
}
header.standard .container .search-signup .email a:hover img {
  filter: brightness(0) invert(1);
}
header.standard .container .search-signup .newsletter {
  margin: 0 0 0 3%;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .search-signup .newsletter {
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  header.standard .container .search-signup .newsletter input[type=text] {
    width: 78%;
  }
}
header.standard .container .search-signup .newsletter span {
  display: block;
  margin: 0 0 5px 0;
}
header.standard .container .search-signup .newsletter input[type=image] {
  height: 40px;
  display: inline-block;
  padding: 0;
}
header.standard .container .search-signup .advanced-search {
  margin: 5px 0 0 4%;
  width: 100%;
  display: none;
}
header.standard .container .search-signup .advanced-search a {
  text-decoration: none;
}
header.standard .container .search-signup .advanced-search > span {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 0.8rem;
}
header.standard .container .search-signup .advanced-search ul {
  color: #fff;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
header.standard .container .search-signup .advanced-search ul li {
  margin: 0 20px 0 0;
}
header.standard .container .search-signup .advanced-search ul li input[type=checkbox] {
  height: auto;
  vertical-align: middle;
  padding: 0;
  font-size: 0.8em !important;
}
@media only screen and (min-width: 1800px) {
  header.standard .container .search-signup {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header.standard .container .search-signup {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header.standard .container .search-signup {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header.standard .container .search-signup {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header.standard .container .search-signup {
    margin-right: 20px;
  }
}
#wrapper.iframe .key-priorities {
  display: none;
}
.key-priorities {
  background-color: #f0f1ec;
  padding: 4% 4% 8% 4%;
}
.key-priorities h2 {
  color: #003a5d;
  font-family: Vollkorn;
  font-style: italic;
  display: inline-block;
  padding: 0 0 15px 0;
}
.key-priorities > ul {
  display: inline-block;
  margin: 0 0 0 50px;
}
@media only screen and (max-width: 750px) {
  .key-priorities > ul {
    margin: 0 0 20px 0;
    display: block;
  }
}
.key-priorities > ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #003a5d;
  font-size: 0.9rem;
  border-bottom: 4px solid #003a5d;
  margin: 0 25px 0 0;
  padding: 0 0 5px 0;
}
@media only screen and (max-width: 750px) {
  .key-priorities > ul li {
    margin-bottom: 8px;
    display: block;
    margin: 0 0 10px 0;
  }
}
.key-priorities > ul li.selected {
  color: #acada5;
  border-bottom-color: #acada5;
}
.key-priorities > ul li:hover {
  color: #008abd;
  border-bottom-color: #008abd;
  cursor: pointer;
}
.key-priorities .key-topic {
  padding: 6% 0 0 0;
  font-size: 0.85rem;
}
.key-priorities .key-topic.off {
  display: none;
}
.key-priorities .key-topic.on {
  display: block;
}
.key-priorities .key-topic h3 {
  color: #008abd;
  font-size: 2rem;
  font-weight: 700 !important;
  border-bottom: 1px solid #acada5;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 80%;
}
@media only screen and (max-width: 750px) {
  .key-priorities .key-topic h3 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.key-priorities .key-topic p {
  /*column-count: 2;
            column-gap: 25px;*/
}
@media only screen and (max-width: 750px) {
  .key-priorities .key-topic p {
    width: 100%;
  }
}
.spacer {
  display: block;
  height: 50px;
}
.editor-writing-flow .spacer {
  border: 1px solid red;
}
#wrapper.iframe .spacer {
  display: none;
}
.category-articles {
  display: block;
  background-color: #f9f9f8;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: top 60px center;
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .category-articles {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .category-articles {
    margin-top: 30px;
  }
}
.category-articles.loading {
  background-image: url(/wp-content/themes/bcrea/images/icons/loader.gif);
}
.category-articles a.clearTags:hover {
  text-decoration: underline;
}
.category-articles h3.searchResults {
  color: #008abd;
  font-size: 0.85rem;
  text-align: center;
  padding: 25px 0;
}
.category-articles.hideThumbnails .thumbnail-container {
  display: none;
}
.category-articles.tag-search-results {
  margin-top: 5%;
}
.category-articles.tag-search-results .thumbnail-container .category {
  display: block !important;
}
.category-articles ul {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: 0.3s;
}
.category-articles ul.on {
  opacity: 1;
}
.category-articles ul li {
  width: calc(33.33% - 40px);
  margin: 0 40px 40px 0;
  border: 1px solid #e8e8e8;
  border-bottom: 10px solid #e9e8e2;
  background-color: #fff;
  color: #003a5d;
  border-radius: 0 20px 0 0;
  display: flex;
  flex-flow: column nowrap;
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .category-articles ul li {
    width: 100%;
    margin: 0 0px 40px 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .category-articles ul li {
    width: 48%;
    margin: 0 2% 40px 0;
  }
}
.category-articles ul li:hover {
  background-color: #e9e8e2;
  cursor: pointer;
}
.category-articles ul li:hover .title {
  color: #008abd;
}
.category-articles ul li.no-results {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 4%;
  text-align: center;
}
.category-articles ul li.no-results:hover {
  background-color: transparent;
  cursor: inherit;
}
.category-articles ul li .thumbnail-container {
  position: relative;
}
.category-articles ul li .thumbnail-container a {
  text-decoration: none;
}
.category-articles ul li .thumbnail-container .thumbnail {
  padding-bottom: 65%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  border-radius: 0 20px 0 0;
}
.category-articles ul li .thumbnail-container .category {
  background-color: #f5a800;
  padding: 6px 6%;
  color: #003a5d;
  position: absolute;
  display: block;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  bottom: 0;
  display: none;
}
.category-articles ul li .title {
  font-weight: 700;
  padding: 6% 6% 2% 6%;
  transition: 0.3s;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .category-articles ul li .title {
    font-size: 1.2rem;
  }
}
.category-articles ul li .preview {
  font-size: 0.85em;
  margin: 0 6%;
}
.category-articles ul li .author {
  padding: 50px 6% 6% 6%;
  margin-top: auto;
}
.category-articles ul li .author .tags {
  margin: 0 0 2.5% 0;
  font-size: 0.75em;
}
.category-articles ul li .author .tags a:hover {
  text-decoration: underline;
}
.category-articles ul li .author .photo {
  border-radius: 50%;
  background-color: #008abd;
  width: 20%;
  padding-bottom: 20%;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  border: 1px solid #e4e4e4;
}
.category-articles ul li .author .details {
  display: inline-block;
  padding: 0 0 0 2.5%;
  font-size: 0.8em;
  font-weight: 600;
  vertical-align: middle;
  width: 70%;
}
.category-articles ul li .author .details.noAuthor {
  padding-left: 0px;
}
.category-articles.with-categories ul li .thumbnail-container .category {
  display: block;
}
.category-articles.with-categories ul li .thumbnail-container .category:hover {
  background-color: #008abd;
  color: #fff;
}
.category-articles .load-more {
  text-align: center;
  display: none;
  padding: 0 0 100px 0;
}
.category-articles .load-more a {
  font-weight: 700;
  color: #fff;
  background-color: #f5a800;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.3s;
  text-decoration: none;
}
.category-articles .load-more a:hover {
  background-color: #008abd;
}
.hidden-articles {
  display: none;
}
.feature-5050 {
  display: flex;
  min-height: 50px;
  color: #003a5d;
}
@media only screen and (min-width: 1800px) {
  .feature-5050 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .feature-5050 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .feature-5050 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-5050 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 750px) {
  .feature-5050 {
    display: block;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .feature-5050 {
    display: block;
  }
}
.feature-5050 .left {
  width: 50%;
  padding: 5%;
  border-radius: 0 0 0 20px;
}
@media only screen and (max-width: 750px) {
  .feature-5050 .left {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .feature-5050 .left {
    width: 100%;
  }
}
.feature-5050 .right {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 20px 0 0;
}
@media only screen and (max-width: 750px) {
  .feature-5050 .right {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .feature-5050 .right {
    width: 100%;
    height: 450px;
  }
}
#wrapper.iframe .feature-5050-rounded {
  display: none;
}
.feature-5050-rounded {
  min-height: 50px;
  color: #003a5d;
  position: relative;
}
@media only screen and (min-width: 1800px) {
  .feature-5050-rounded {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .feature-5050-rounded {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .feature-5050-rounded {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-5050-rounded {
    margin-right: 50px;
    min-height: 250px;
  }
}
.feature-5050-rounded .left {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 20px 0 0;
  position: absolute;
  height: 90%;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .feature-5050-rounded .left {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 0;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .feature-5050-rounded .left {
    width: 100%;
    border-radius: 0;
    height: 450px;
    position: relative;
  }
}
.feature-5050-rounded .right {
  width: 95%;
  padding: 5% 5% 5% 50%;
  box-sizing: border-box;
  background-color: #dad9cf;
  border-radius: 0 20px 0 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  min-height: 100px;
  min-height: calc(100% + 10px);
  float: right;
}
@media only screen and (max-width: 750px) {
  .feature-5050-rounded .right {
    width: 100%;
    border-radius: 0;
    padding: 5%;
    border-left: 0px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .feature-5050-rounded .right {
    width: 100%;
    border-radius: 0;
    padding: 5%;
    border-left: 0px;
  }
}
.feature-5050-rounded .right a img {
  width: 4%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .feature-5050-rounded .right a img {
    width: 30px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .feature-5050-rounded .right a img {
    width: 30px;
  }
}
.layout-100-333333 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
}
.layout-100-333333 img {
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .layout-100-333333 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-100-333333 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-333333 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-333333 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-100-333333 .topRow {
  padding-bottom: 50px;
}
.layout-100-333333 .left {
  width: 33.3%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-333333 .left {
    width: 100%;
    padding-right: 0%;
  }
}
.layout-100-333333 .left.row1 {
  margin-bottom: 40px;
}
.layout-100-333333 .right {
  width: 33.3%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-333333 .right {
    width: 100%;
    padding-right: 0%;
  }
}
.layout-100-333333 .right.row1 {
  margin-bottom: 40px;
}
.layout-100-333333 .center {
  width: 33.3%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
.layout-100-333333 .center.row1 {
  margin-bottom: 40px;
}
.layout-100-333333.padding-small {
  padding: 20px;
}
.layout-100-333333.padding-medium {
  padding: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-333333.padding-medium {
    padding: 25px;
  }
}
.layout-100-333333.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-333333.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-333333.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-333333.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-333333.padding-large {
    padding: 25px;
  }
}
.layout-100-333333.padding-none {
  padding: 0px;
}
.layout-333333 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
}
.layout-333333 img {
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .layout-333333 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-333333 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-333333 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-333333 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-333333 .left {
  width: 33.3%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-333333 .left {
    width: 100%;
    padding-right: 0%;
  }
}
.layout-333333 .right {
  width: 33.3%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-333333 .right {
    width: 100%;
    padding-right: 0%;
  }
}
.layout-333333 .center {
  width: 33.3%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-333333 .center {
    width: 100%;
    padding-right: 0%;
  }
}
.layout-333333.padding-small {
  padding: 20px;
}
.layout-333333.padding-medium {
  padding: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-333333.padding-medium {
    padding: 25px;
  }
}
.layout-333333.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-333333.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-333333.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-333333.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-333333.padding-large {
    padding: 25px;
  }
}
.layout-333333.padding-none {
  padding: 0px;
}
.layout-100 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
}
.layout-100 img {
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .layout-100 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-100 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-100 .content {
  width: 100%;
}
.layout-100.padding-small {
  padding: 20px;
}
.layout-100.padding-medium {
  padding: 50px;
}
.layout-100.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100.padding-large {
    padding: 25px;
  }
}
.layout-100.padding-none {
  padding: 0px;
}
.layout-100-7525 {
  min-height: 50px;
  color: #003a5d;
  position: relative;
  box-sizing: border-box;
}
.layout-100-7525 img {
  max-width: 100%;
}
@media only screen and (min-width: 1800px) {
  .layout-100-7525 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .layout-100-7525 {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-7525 {
    margin-right: 50px;
    min-height: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-7525 {
    margin-right: 50px;
    min-height: 250px;
  }
}
.layout-100-7525 .topRow {
  padding-bottom: 50px;
}
.layout-100-7525 .left {
  width: 75%;
  float: left;
  padding-right: 5%;
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .layout-100-7525 .left {
    width: 100%;
  }
}
.layout-100-7525 .right {
  width: 25%;
  float: left;
  padding-right: 0px;
  box-sizing: border-box;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .layout-100-7525 .right {
    width: 100%;
    padding-top: 20px;
  }
}
.layout-100-7525.padding-small {
  padding: 20px;
}
.layout-100-7525.padding-medium {
  padding: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-7525.padding-medium {
    padding: 25px;
  }
}
.layout-100-7525.padding-large {
  padding: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .layout-100-7525.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .layout-100-7525.padding-large {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .layout-100-7525.padding-large {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .layout-100-7525.padding-large {
    padding: 25px;
  }
}
.layout-100-7525.padding-none {
  padding: 0px;
}
.block-supporting-organizations {
  min-height: 50px;
  position: relative;
  box-sizing: border-box;
  padding: 100px;
  margin-right: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations {
    padding: 50px 20px 50px 20px;
    margin-right: 0px;
  }
}
.block-supporting-organizations .topRow {
  width: 100%;
}
.block-supporting-organizations .topRow h4 {
  color: #008abd;
  font-size: 1.75rem;
  line-height: 2rem;
  padding-bottom: 45px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 800;
  display: inline-block;
}
.block-supporting-organizations .secondRow {
  margin-top: 50px;
}
.block-supporting-organizations .secondRow .headline {
  font-weight: 600;
  color: #003a5d;
}
.block-supporting-organizations .secondRow p {
  font-size: 0.85rem;
  color: #003a5d;
  margin-top: 0.1rem;
}
.block-supporting-organizations .secondRow .left {
  width: 100%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations .secondRow .left img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations .secondRow .left {
    width: 100%;
  }
}
.block-supporting-organizations .secondRow .left ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
}
.block-supporting-organizations .secondRow .left li {
  margin-left: 0px;
  margin-bottom: 30px;
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations .secondRow .left li {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  .block-supporting-organizations .secondRow .left li {
    width: 100%;
    padding-right: 10px;
  }
}
.block-supporting-organizations .secondRow .right {
  width: 50%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations .secondRow .right {
    width: 100%;
    padding-left: 0px;
  }
}
.block-supporting-organizations .secondRow .right .row {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0px 20px 0px;
}
.block-supporting-organizations .secondRow .right .row .left {
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations .secondRow .right .row .left {
    width: 100%;
    padding-right: 0px;
  }
}
.block-supporting-organizations .secondRow .right .row .left img {
  max-width: 200px;
}
.block-supporting-organizations .secondRow .right .row .right {
  float: left;
  width: 50%;
  border-left: 1px solid #d8d8d8;
  font-size: 0.9rem;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .block-supporting-organizations .secondRow .right .row .right {
    padding-top: 20px;
    width: 100%;
    padding-right: 0px;
    border-left: 0px;
    font-size: 1rem;
  }
}
#wrapper.iframe section.educationWhoDoesWhat {
  display: none;
}
section.educationWhoDoesWhat {
  min-height: 530px;
  padding: 100px;
  background-image: url(/wp-content/themes/bcrea/images/education/mapbgd.jpg);
  background-size: cover;
  position: relative;
  background-color: #DAD9CF;
  border-top-left-radius: 30px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.educationWhoDoesWhat {
    padding: 50px;
  }
}
section.educationWhoDoesWhat .top {
  padding-top: 50px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.educationWhoDoesWhat .top {
    padding: 10px;
  }
}
section.educationWhoDoesWhat .top h4 {
  color: #008abd;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2.8rem;
}
section.educationWhoDoesWhat .top h5 {
  color: #008abd;
  font-size: 1.5rem;
}
section.educationWhoDoesWhat .bottom {
  padding-top: 100px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.educationWhoDoesWhat .bottom {
    padding: 10px;
  }
}
section.educationWhoDoesWhat .bottom .left {
  width: 33%;
  box-sizing: border-box;
  padding-right: 8%;
  float: left;
  color: #003a5d;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section.educationWhoDoesWhat .bottom .left {
    width: 100%;
    margin-right: 0px;
    margin-top: 50px;
  }
}
section.educationWhoDoesWhat .bottom .left img {
  max-width: 100%;
  max-height: 80px;
  margin-bottom: 50px;
}
section.educationWhoDoesWhat .bottom .center {
  color: #003a5d;
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding-right: 8%;
}
section.educationWhoDoesWhat .bottom .center img {
  max-width: 100%;
  max-height: 95px;
  left: -45px;
  position: relative;
  margin-bottom: 50px;
  margin-top: -20px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section.educationWhoDoesWhat .bottom .center {
    width: 100%;
    margin-right: 0px;
    margin-top: 50px;
  }
}
section.educationWhoDoesWhat .bottom .right {
  color: #003a5d;
  width: 33%;
  float: left;
  box-sizing: border-box;
  padding-right: 8%;
}
section.educationWhoDoesWhat .bottom .right img {
  max-width: 100%;
  max-height: 80px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section.educationWhoDoesWhat .bottom .right {
    width: 100%;
    margin-right: 0px;
    margin-top: 50px;
  }
}
section.boardOfDirectors {
  min-height: 530px;
  padding: 100px;
  background-color: white;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.boardOfDirectors {
    padding: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.boardOfDirectors {
    padding: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.boardOfDirectors {
    padding: 50px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.boardOfDirectors {
    padding: 20px;
  }
}
section.boardOfDirectors h3 {
  text-transform: uppercase;
  color: #f5a800;
  font-size: 1.4rem;
  padding-bottom: 30px;
  margin-top: 80px;
}
section.boardOfDirectors h3:first-of-type {
  margin-top: 0px;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.boardOfDirectors h3:first-of-type {
    margin-top: 30px;
  }
}
section.boardOfDirectors ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
section.boardOfDirectors ul li {
  list-style: none;
  display: inline-block;
  height: 375px;
  text-align: center;
  margin-right: 30px;
  width: 225px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1800px) {
  section.boardOfDirectors ul li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.boardOfDirectors ul li {
    margin-right: 60px;
    width: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.boardOfDirectors ul li {
    margin-right: 60px;
    width: 195px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  section.boardOfDirectors ul li {
    margin-right: 60px;
    width: 195px;
  }
}
section.boardOfDirectors ul li .imageContainer {
  width: 225px;
  height: 225px;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.boardOfDirectors ul li .imageContainer {
    width: 195px;
    height: 195px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.boardOfDirectors ul li .imageContainer {
    width: 195px;
    height: 195px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.boardOfDirectors ul li .imageContainer {
    width: 195px;
    height: 195px;
  }
}
section.boardOfDirectors ul li .name {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: #003a5d;
  font-weight: 600;
}
section.boardOfDirectors ul li .title {
  color: #616160;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}
section.boardOfDirectors ul li .email {
  color: #616160;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
}
section.boardOfDirectors ul li .highRes {
  color: #616160;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  margin-top: 10px;
}
section.vt-container {
  padding: 50px;
  padding-bottom: 15px;
  background-color: #f9f9f8;
  margin-right: 50px;
}
@media only screen and (max-width: 750px) {
  section.vt-container {
    margin-right: 0px;
    padding: 40px;
  }
}
section.vt-container .vt__title {
  color: #008abd;
  font-weight: 700 !important;
  border-bottom: 1px solid #acada5;
  display: inline-block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  width: 80%;
  font-size: 2rem;
  line-height: 2.5rem;
}
section.vt-container .vt__videos {
  display: flex;
  flex-wrap: wrap;
}
section.vt-container .vt__videos-item {
  width: 33%;
  padding: 10px;
}
@media only screen and (max-width: 750px) {
  section.vt-container .vt__videos-item {
    width: 100%;
  }
}
section.wantToBeARealtorSteps {
  min-height: 530px;
  padding: 100px;
  padding-bottom: 0px;
}
section.wantToBeARealtorSteps h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #008abd;
  border-bottom: 1px solid lightgray;
  margin-bottom: 90px;
  padding-bottom: 50px;
  display: none;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.wantToBeARealtorSteps {
    padding: 20px;
    padding-top: 80px;
  }
}
section.wantToBeARealtorSteps ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
section.wantToBeARealtorSteps ul li {
  background-color: #ecf8f8;
  padding: 50px;
  box-sizing: border-box;
  /*flex: 1 1 30%;*/
  width: 30.33%;
  margin-left: 0px;
  margin-right: 3%;
  margin-bottom: 100px;
  color: #003a5d;
  position: relative;
  justify-items: flex-start;
}
@media only screen and (max-width: 750px) {
  section.wantToBeARealtorSteps ul li {
    flex: 1 1 100%;
  }
}
section.wantToBeARealtorSteps ul li:nth-child(3)::after,
section.wantToBeARealtorSteps ul li:nth-child(3)::after,
section.wantToBeARealtorSteps ul li:nth-child(6)::after,
section.wantToBeARealtorSteps ul li:nth-child(8)::after,
section.wantToBeARealtorSteps ul li:nth-child(9)::after,
section.wantToBeARealtorSteps ul li:last-child::after {
  display: none;
}
section.wantToBeARealtorSteps ul li::after {
  content: "►";
  position: absolute;
  right: -28px;
  top: 50%;
  color: #f5a800;
}
@media only screen and (max-width: 750px) {
  section.wantToBeARealtorSteps ul li::after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.wantToBeARealtorSteps ul li::after {
    right: -22px;
  }
}
section.wantToBeARealtorSteps ul li.empty {
  background-color: white !important;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.wantToBeARealtorSteps ul li.empty {
    display: none;
  }
}
section.wantToBeARealtorSteps ul li .icon {
  width: 130px;
  border-radius: 80px;
  right: 20px;
  top: -75px;
  background-color: #fff;
  position: absolute;
  padding: 15px;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.wantToBeARealtorSteps ul li .icon {
    width: 110px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.wantToBeARealtorSteps ul li .icon {
    width: 110px;
  }
}
section.wantToBeARealtorSteps ul li .icon .border {
  border-radius: 50px;
  padding: 15px;
  border: 3px solid #008abd;
}
section.wantToBeARealtorSteps ul li .icon .border img {
  max-width: 100%;
}
section.wantToBeARealtorSteps ul li .title {
  font-weight: bold;
  font-size: 1.4rem;
}
section.wantToBeARealtorSteps ul li p {
  padding-top: 10px;
}
.rc {
  background-color: white;
  padding: 50px 80px 80px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .rc {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .rc {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .rc {
    padding: 5.5%;
  }
}
.rc__row {
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .rc__row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .rc__row {
    flex-direction: column;
  }
}
.rc__box--left {
  flex: 0 0 27%;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .rc__box--left {
    flex: 1 1 100%;
  }
}
.rc__box--middle {
  flex: 0 0 40%;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .rc__box--middle {
    flex: 0 0 50%;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .rc__box--middle {
    margin: 0 auto 7rem auto;
  }
}
.rc__box--right {
  flex: 0 0 27%;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .rc__box--right {
    flex: 0 0 50%;
    padding-top: 50px;
    padding-left: 50px;
  }
}
.rc__heading {
  border-bottom: 1px solid #808080;
  color: #008abd;
  font: 800 2rem / 1.15 Montserrat;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.rc__circle {
  position: relative;
  top: 40px;
  height: 350px;
  width: 350px;
  border-radius: 300px;
  border: 3px solid #c8d3dc;
  margin: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px) {
  .rc__circle {
    width: 250px;
  }
}
@media only screen and (max-width: 750px) {
  .rc__circle {
    height: 250px;
    width: 250px;
  }
}
.rc__circle-box {
  position: absolute;
  height: 145px;
  width: 145px;
  background-color: white;
  border-radius: 145px;
  color: #7094AA;
  font-weight: 600;
  line-height: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.rc__circle-box:hover {
  color: #f5a800;
  cursor: pointer;
}
.rc__circle-box:hover .rc__icon {
  background-position-y: 100%;
}
.rc__circle-box.active {
  color: #f5a800;
}
.rc__circle-box.active .rc__icon {
  background-position-y: 100%;
}
@media only screen and (max-width: 750px) {
  .rc__circle-box {
    height: 7.5rem;
    width: 7.5rem;
  }
}
.rc__circle-box--tl {
  display: flex;
  align-items: center;
  top: -20px;
  left: -50px;
}
.rc__circle-box--tl:hover .rc__icon {
  background-position: center;
}
.rc__circle-box--tl.active .rc__icon {
  background-position: center;
}
.rc__circle-box--tl .rc__icon {
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--tl .rc__icon {
    height: 3rem;
    width: 6rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .rc__circle-box--tl {
    left: -80px;
  }
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--tl {
    top: -10%;
    left: -20%;
    z-index: 1;
  }
}
.rc__circle-box--tr {
  display: flex;
  align-items: center;
  top: -20px;
  left: 240px;
}
.rc__circle-box--tr:hover .rc__icon {
  background-position: center;
}
.rc__circle-box--tr.active .rc__icon {
  background-position: center;
}
.rc__circle-box--tr .rc__icon {
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--tr .rc__icon {
    height: 3rem;
    width: 6rem;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .rc__circle-box--tr {
    left: 170px;
  }
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--tr {
    top: -10%;
    left: 70%;
    z-index: 1;
  }
}
.rc__circle-box--m {
  top: 47.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rc__circle-box--m .rc__icon {
  height: 91px;
  width: calc(91px * 0.934);
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--m .rc__icon {
    height: 66px;
    width: calc(66px * 0.934);
  }
}
.rc__circle-box--bl {
  top: 220px;
  left: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .rc__circle-box--bl {
    left: -80px;
  }
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--bl {
    top: 70%;
    left: -15%;
  }
}
.rc__circle-box--br {
  top: 220px;
  left: 240px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1025px) and (max-width: 1199px), only screen and (min-width: 751px) and (max-width: 1024px) {
  .rc__circle-box--br {
    left: 170px;
  }
}
@media only screen and (max-width: 750px) {
  .rc__circle-box--br {
    top: 70%;
    left: 75%;
  }
}
.rc__icon {
  height: 70px;
  width: 70px;
  background-size: 100%;
  margin: 1rem auto 1.2rem auto;
}
@media only screen and (max-width: 750px) {
  .rc__icon {
    height: 60px;
    width: 60px;
  }
}
.rc__alt-box {
  display: none;
}
.rc__alt-box--tl .rc__alt-icon {
  height: 55px;
  width: calc(55px * 2.2181);
}
.rc__alt-box--tr .rc__alt-icon {
  background-size: cover;
  height: 31px;
  width: calc(33px * 3.5636);
}
.rc__alt-box--m .rc__alt-icon {
  height: 95px;
  width: calc(95px * 0.8842);
}
.rc__alt-box--bl .rc__alt-icon {
  height: 68px;
  width: calc(68px * 0.9705);
}
.rc__alt-box--br .rc__alt-icon {
  height: 69px;
  width: calc(69px * 0.971);
}
.rc__alt-icon {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  .rc__alt-icon {
    display: none;
  }
}
.rc__alt-heading {
  display: none;
  color: #008abd;
  font: 800 1.5rem/1.15 Montserrat;
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  .rc__alt-heading {
    display: block;
  }
}
.cg {
  background-color: #eff0eb;
  border-radius: 2rem;
  margin-bottom: 5%;
  padding: 2.5rem 2.5rem 0 2.5rem;
  width: 94.75%;
}
@media only screen and (max-width: 750px) {
  .cg {
    width: 100%;
  }
}
.cg__heading {
  color: #008abd;
  font: 800 2rem / 1.15 Montserrat;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.cg__grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.cg__card {
  flex: 1 0 31%;
  margin: 0;
  margin-bottom: 3.5%;
  padding: 0;
  perspective: 1000px;
  position: relative;
  text-align: center;
}
.cg__card:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
@media only screen and (max-width: 750px) {
  .cg__card:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.cg__card:hover .cg__inner {
  transform: rotateY(180deg);
}
.cg__card:hover .cg__inner .cg__front .cg__question {
  display: none;
}
@media only screen and (max-width: 750px) {
  .cg__card {
    flex: 1 1 100%;
    margin-bottom: 7.5%;
  }
}
.cg__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .cg__image {
    height: 85vw;
  }
}
.cg__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transition: all 400ms linear;
}
.cg__front {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: visible;
}
.cg__question {
  color: #fff;
  font-size: clamp(1rem, 1.375vw, 1.75rem);
  font-weight: 900;
  line-height: 1.5;
  margin: 0 !important;
  width: 80%;
}
@media only screen and (max-width: 750px) {
  .cg__question {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
}
.cg__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  transform: rotateY(180deg);
  visibility: visible;
}
.cg__answer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  margin: 0;
  width: 75%;
}
.cg__answer a {
  color: #008abd;
  font-weight: 900;
  text-decoration: none !important;
}
.cg__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5%;
}
.cg__social-icon {
  margin: 0 0.5rem;
  width: 2rem;
}
.cg__social-icon:hover {
  filter: saturate(0.5);
}
.cg__social-icon[alt='youtube'] {
  width: 2.2rem;
}
section.bid {
  padding-right: 80px;
  padding-top: 50px;
  background-color: white;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.bid {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.bid {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  section.bid {
    display: flex;
    flex-wrap: wrap;
  }
}
section.bid .left {
  width: 27%;
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
section.bid .left h2 {
  font-weight: 800;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #008abd;
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section.bid .left {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .left {
    width: 100%;
  }
}
section.bid .middle {
  height: 440px;
  width: 40%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 750px) {
  section.bid .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .middle {
    width: 50%;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .middle {
    width: 50%;
    padding-top: 50px;
  }
}
section.bid .middle .dept {
  width: 145px;
  height: 145px;
  border-radius: 145px;
  background-color: white;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: #7094AA;
  font-weight: 600;
  line-height: 1.2rem;
}
section.bid .middle .dept:hover {
  color: #f5a800;
  cursor: pointer;
}
section.bid .middle .dept.active {
  color: #f5a800;
}
section.bid .middle .dept .image {
  width: 70px;
  height: 70px;
  margin: auto;
  margin-bottom: 20px;
  background-size: 100%;
  margin-top: 15px;
}
section.bid .middle .education {
  top: -20px;
  left: -50px;
  height: 175px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.bid .middle .education {
    left: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.bid .middle .education {
    left: -80px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .middle .education {
    left: -80px;
  }
}
@media only screen and (max-width: 750px) {
  section.bid .middle .education {
    left: -20px;
    z-index: 2;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .middle .education {
    left: -80px;
  }
}
section.bid .middle .education .image {
  background-image: url(/wp-content/themes/bcrea/images/icons/board/doc.png?r2);
}
section.bid .middle .standardForms {
  top: 220px;
  left: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.bid .middle .standardForms {
    left: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.bid .middle .standardForms {
    left: -80px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .middle .standardForms {
    left: -80px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .middle .standardForms {
    left: -80px;
  }
}
section.bid .middle .standardForms .image {
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/bcrea/images/icons/board/hr.png?r2);
}
section.bid .middle .economicResearch {
  top: 220px;
  left: 240px;
  width: 175px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.bid .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.bid .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .middle .economicResearch {
    left: 170px;
  }
}
@media only screen and (max-width: 750px) {
  section.bid .middle .economicResearch {
    left: 150px;
  }
}
section.bid .middle .economicResearch .image {
  width: 60px;
  height: 60px;
  background-size: 60px;
  background-position-x: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/bcrea/images/icons/board/vote.png?r322);
}
section.bid .middle .advocacy {
  top: -20px;
  left: 240px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.bid .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.bid .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .middle .advocacy {
    left: 170px;
  }
}
@media only screen and (max-width: 750px) {
  section.bid .middle .advocacy {
    left: 150px;
  }
}
section.bid .middle .advocacy .image {
  background-image: url(/wp-content/themes/bcrea/images/icons/board/governance.png?r2);
}
section.bid .middle .qualityOfLife {
  top: 50%;
  left: 48%;
  margin-top: -72.5px;
  margin-left: -72.5px;
}
section.bid .middle .qualityOfLife .image {
  background-image: url(/wp-content/themes/bcrea/images/icons/board/people.png?r2);
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  section.bid .middle .qualityOfLife {
    top: 51%;
  }
}
section.bid .middle .circle {
  margin: auto;
  width: 350px;
  border-radius: 300px;
  border: 3px solid #c8d3dc;
  height: 350px;
  position: relative;
  top: 40px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  section.bid .middle .circle {
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  section.bid .middle .circle {
    width: 250px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .middle .circle {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  section.bid .middle .circle {
    width: 80%;
    height: 350px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .middle .circle {
    width: 250px;
  }
}
section.bid .right {
  width: 27%;
  float: right;
  height: 200px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  section.bid .right {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  section.bid .right {
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  section.bid .right {
    width: 90%;
    margin: auto;
    margin-top: 50px;
  }
}
section.bid .right img.icon {
  width: 80px;
  margin-bottom: 20px;
}
section.bid .right .content {
  display: none;
}
#wrapper.iframe .background-image-text-panel {
  display: none;
}
.background-image-text-panel {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 20px;
  background-position-x: right;
  background-repeat: no-repeat;
}
.background-image-text-panel .mobileImage {
  display: none;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  .background-image-text-panel .mobileImage {
    display: block;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1800px) {
  .background-image-text-panel {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .background-image-text-panel {
    margin-right: 50px;
    min-height: 325px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .background-image-text-panel {
    margin-right: 25px;
    min-height: 250px;
    background-position-x: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .background-image-text-panel {
    margin-right: 25px;
    min-height: 250px;
    background-position-x: 400px;
  }
}
@media only screen and (max-width: 750px) {
  .background-image-text-panel {
    background-image: none !important;
    padding: 0px;
    margin: 0px;
  }
}
.background-image-text-panel .left {
  width: 70%;
  background-color: #fff;
  padding: 100px;
  padding-left: 30px;
}
.background-image-text-panel .left .blueBar {
  width: 300px;
  height: 10px;
  background-color: #008abd;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .background-image-text-panel .left .blueBar {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .background-image-text-panel .left .blueBar {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .background-image-text-panel .left .blueBar {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .background-image-text-panel .left {
    width: 100%;
    padding: 20px;
    height: auto;
  }
}
.background-image-text-panel .left h2 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
div,
ul,
li h1,
h2,
h3,
p {
  box-sizing: border-box !important;
}
div,
ul,
li,
h1,
section {
  padding: 0;
  margin: 0;
  position: relative;
  vertical-align: top;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal !important;
  line-height: 2rem !important;
  margin: 2rem !important;
}
blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
img {
  vertical-align: top;
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
}
a img {
  border: 0;
  vertical-align: top;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.mobile-only {
  display: none !important;
}
.desktop-only {
  display: block !important;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
body,
input,
div,
html,
h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  body,
  input,
  div,
  html,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  body,
  input,
  div,
  html,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  body,
  input,
  div,
  html,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 750px) {
  body,
  input,
  div,
  html,
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 14px;
    line-height: 21px;
  }
}
body {
  padding: 0;
  margin: 0;
}
body.noScroll {
  overflow: hidden;
}
#wrapper {
  max-width: 2000px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  #wrapper {
    margin-top: 100px;
  }
}
main#content,
#footer {
  width: 77%;
  margin-left: 23%;
  display: block;
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  main#content,
  #footer {
    width: 95%;
    margin: auto;
  }
}
main#content p a,
#footer p a {
  text-decoration: underline;
}
header.home {
  /* changed to just header by chris jul 5, discussion with Janie */
  background: linear-gradient(90deg, #f9f9f8 65%, #fff 35%);
  width: calc(100% - 40px);
}
@media only screen and (max-width: 750px), only screen and (min-width: 751px) and (max-width: 1024px) {
  header.home {
    background: none;
    width: 100%;
  }
}
main#content p {
  margin-bottom: 1em;
  margin-top: 1em;
}
main#content .noMinHeight {
  min-height: 50px !important;
}
section .split50 {
  width: 50%;
  float: left;
  padding-right: 50px;
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  section .split50 {
    width: 100%;
    padding-right: 0px;
  }
}
section ul {
  list-style-type: disc;
}
section ul li {
  margin-left: 40px;
  padding-bottom: 0.5rem;
}
header {
  width: 100%;
  position: relative;
  min-height: 200px;
  padding-right: 0 !important;
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  header {
    padding-top: 2%;
  }
}
@media screen and (min-width:1025px) and (min-height: 600px) {
  header {
    padding-top: 4%;
  }
}
@media screen and (min-width:1025px) and (min-height: 800px) {
  header {
    padding-top: 4%;
  }
}
header .color-block {
  width: 30%;
  height: 40px;
  margin-left: calc(34% - 25px);
}
@media only screen and (max-width: 750px) {
  header .color-block {
    height: 10px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header .color-block {
    height: 20px;
  }
}
header .color-block.yellow {
  background-color: #f5a800;
}
header .color-block.yellow.aligned {
  margin-left: 35%;
}
header .color-block.blue {
  background-color: #008abd;
}
header .container {
  position: relative;
  width: 100%;
  max-width: none;
  /*&:after {
            content: "";
            position: absolute;
            top: 8%;
            right: 0;
            left: 0;
            height: 70%;
            background-color: @lightGrey;
            z-index: 1;
        }*/
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header .container {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1800px) {
  header .container {
    min-height: 600px;
  }
}
header .container .img-container {
  width: 100%;
  overflow: hidden;
  border-radius: 0 20px 0 200px;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  /*&:before {
                content: "";
                position: absolute;
                right: 0;
                bottom: 0;
                height: 30px;
                width: 64%;
                background-color: @yellow;
            }*/
}
@media screen and (min-width:1025px) and (min-height: 400px) {
  header .container .img-container {
    height: 415px;
  }
}
@media screen and (min-width:1025px) and (min-height: 600px) {
  header .container .img-container {
    height: 500px;
  }
}
@media screen and (min-width:1025px) and (min-height: 800px) {
  header .container .img-container {
    height: 700px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  header .container .img-container {
    height: 400px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header .container .img-container {
    height: 500px;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header .container .img-container {
    height: 500px;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  header .container .img-container {
    height: 600px;
    margin-left: -50px;
  }
}
@media only screen and (min-width: 1800px) {
  header .container .img-container {
    height: 600px;
    margin-left: -50px;
  }
}
@media only screen and (max-width: 750px) {
  header .container .img-container {
    height: 270px;
    border-radius: 0 20px 0 100px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  header .container .img-container {
    height: 450px;
    border-radius: 0 20px 0 100px;
  }
}
h2.side-tag {
  background-color: #008abd;
  position: absolute;
  color: #fff;
  box-sizing: border-box;
  margin: 0;
  text-align: right;
  font-weight: 700;
  z-index: 2;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: top right;
  /*display: flex;
    justify-content: center;
    flex-direction: column;*/
  text-transform: uppercase;
}
@media only screen and (max-width: 750px) {
  h2.side-tag {
    transform: none;
    transform-origin: top right;
    padding: 5px;
    top: -26px;
    display: none;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  h2.side-tag {
    transform: none;
    transform-origin: top right;
    padding: 5px;
    top: -26px;
    display: none;
  }
}
@media only screen and (min-width: 1800px) {
  h2.side-tag {
    left: -380px;
    width: 325px;
    height: calc(50px + 5px);
    padding: 0 25px 0 0;
    font-size: 1.1em;
    line-height: calc(50px + 5px);
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  h2.side-tag {
    left: -380px;
    width: 325px;
    height: calc(50px + 5px);
    padding: 0 25px 0 0;
    font-size: 1.1em;
    line-height: calc(50px + 5px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  h2.side-tag {
    left: -280px;
    width: 250px;
    height: calc(25px + 5px);
    padding: 0 20px 0 0;
    font-size: 0.9rem;
    line-height: calc(25px + 5px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2.side-tag {
    left: -280px;
    width: 250px;
    height: calc(25px + 5px);
    padding: 0 20px 0 0;
    font-size: 0.9rem;
    line-height: calc(25px + 5px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  h2.side-tag {
    left: -280px;
    width: 250px;
    height: calc(25px + 5px);
    padding: 0 20px 0 0;
    font-size: 0.9rem;
    line-height: calc(25px + 5px);
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px) {
  h2.side-tag {
    left: -280px;
    width: 250px;
    height: calc(25px + 5px);
    padding: 0 20px 0 0;
    font-size: 0.9rem;
    line-height: calc(25px + 5px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  h2.side-tag {
    padding-right: 20px;
  }
}
h3 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding-bottom: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 1rem;
  padding: 0;
  margin: 0;
}
.videoContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
a.arrow-btn,
.arrow-btn {
  font-weight: 700;
  color: #003a5d;
  text-decoration: none !important;
}
a.arrow-btn:hover,
.arrow-btn:hover {
  color: #f5a800;
}
a.arrow-btn:after,
.arrow-btn:after {
  /*background-image: url(images/icons/arrow-btn.svg);
            display: inline-block;
            vertical-align: middle;
            content: "";*/
}
@media only screen and (min-width: 1800px) {
  a.arrow-btn:after,
  .arrow-btn:after {
    width: 25px;
    height: 25px;
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  a.arrow-btn:after,
  .arrow-btn:after {
    width: 25px;
    height: 25px;
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  a.arrow-btn:after,
  .arrow-btn:after {
    width: 18px;
    height: 18px;
    margin: 0 0 0 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  a.arrow-btn:after,
  .arrow-btn:after {
    width: 18px;
    height: 18px;
    margin: 0 0 0 12px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  a.arrow-btn:after,
  .arrow-btn:after {
    width: 18px;
    height: 18px;
    margin: 0 0 0 12px;
  }
}
ul.disc {
  list-style-type: disc;
  margin-left: 60px;
  margin-bottom: 30px;
}
ul.disc li {
  margin-bottom: 15px;
}
a.arrow-btn-larger,
.arrow-btn-larger {
  font-weight: 700;
  color: #003a5d;
  text-decoration: none !important;
}
a.arrow-btn-larger:hover,
.arrow-btn-larger:hover {
  color: #f5a800;
}
a.arrow-btn-larger:after,
.arrow-btn-larger:after {
  background-image: url(images/icons/arrow-btn.svg);
  display: inline-block;
  vertical-align: middle;
  content: "";
}
@media only screen and (min-width: 1800px) {
  a.arrow-btn-larger:after,
  .arrow-btn-larger:after {
    width: 40px;
    height: 40px;
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  a.arrow-btn-larger:after,
  .arrow-btn-larger:after {
    width: 40px;
    height: 40px;
    margin: 0 0 0 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  a.arrow-btn-larger:after,
  .arrow-btn-larger:after {
    width: 30px;
    height: 30px;
    margin: 0 0 0 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  a.arrow-btn-larger:after,
  .arrow-btn-larger:after {
    width: 30px;
    height: 30px;
    margin: 0 0 0 12px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1024px), only screen and (max-width: 750px) {
  a.arrow-btn-larger:after,
  .arrow-btn-larger:after {
    width: 30px;
    height: 30px;
    margin: 0 0 0 12px;
  }
}
.bcrea-subscribe {
  padding: 50px;
}
.bcrea-subscribe h1 {
  color: #008abd;
  font-size: 2em;
  font-weight: normal;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .bcrea-subscribe h1 {
    line-height: 2rem;
  }
}
.bcrea-subscribe.brokers {
  padding: 40px;
}
.bcrea-subscribe.brokers h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.bcrea-subscribe input[type=text] {
  border: 1px solid #d2d1d1;
  background-color: #f9f9f8;
  padding: 15px;
  width: 100%;
  margin: 0 0 25px 0;
}
.bcrea-subscribe ul {
  margin: 15px 0 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.bcrea-subscribe ul li {
  width: 50%;
  margin: 0 0 3px 0;
}
@media only screen and (max-width: 700px) {
  .bcrea-subscribe ul li {
    width: 100%;
  }
}
.bcrea-subscribe .arrow-btn {
  font-size: 1.25em;
}
.bcrea-subscribe .arrow-btn:hover {
  cursor: pointer;
}
.bcrea-subscribe .error,
.bcrea-subscribe .already-subscribed {
  color: red;
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0 0 20px;
  opacity: 0;
}
.bcrea-subscribe .already-subscribed {
  margin: 10px 0 0 0;
  display: block;
}
.bcrea-subscribe .already-subscribed a {
  color: red;
}
.bcrea-subscribe .success {
  display: none;
}
.export {
  clear: both;
}
.export .dt-buttons {
  float: none;
  text-align: right;
  padding-top: 15px;
}
.export .dt-buttons button {
  background-image: none;
  background-color: #f8a21d;
  /* #96b23a; */
  color: #ffffff;
  border: none;
}
.forced-iframe {
  max-height: 400px !important;
}