body.open-nav {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  margin: 0 0 15px 0;
  font-family: "brandon-grotesque", sans-serif;
}
h1 {
  text-transform: uppercase;
  font-weight: 900;
}
h2,
h3 {
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 24px;
}
h3 a {
  font-size: 18px;
}
p {
  word-break: break-word;
  font-weight: 400;
}
p a {
  font-weight: 700;
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
}
a:hover {
  text-decoration: none;
}
label {
  font-family: "brandon-grotesque", sans-serif;
}
.group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.buttons {
  display: flex;
  margin: 50px 0;
  column-gap: 30px;
  flex-direction: row;
}
@media (max-width: 991.5px) {
  .buttons {
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
  }
}
.button {
  width: 261px;
  height: 50px;
  border: none;
  display: flex;
  color: #ffffff;
  max-width: 100%;
  font-size: 18px;
  border-radius: 10px;
  align-items: center;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 900;
}
.button:last-child {
  background-color: #4B6A85;
}
.button:first-child {
  background-color: #9F221F;
}
.button.red {
  background-color: #9F221F;
}
.button:hover {
  color: #ffffff;
}
.mobile-dropdowns {
  display: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mobile-dropdowns .search_mobile,
.mobile-dropdowns .login_form {
  display: none;
  top: 58px;
  width: 550px;
  z-index: 1000;
  max-width: 100%;
  position: fixed;
  z-index: 100000;
  padding: 67px 97px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.mobile-dropdowns .search_mobile .close_modal,
.mobile-dropdowns .login_form .close_modal {
  top: 10px;
  right: 15px;
  font-size: 18px;
  position: absolute;
}
.mobile-dropdowns .search_mobile .close_modal img,
.mobile-dropdowns .login_form .close_modal img {
  width: 18px;
  height: 18px;
}
.mobile-dropdowns .search_mobile .close_modal:hover,
.mobile-dropdowns .login_form .close_modal:hover {
  cursor: pointer;
}
.mobile-dropdowns .search_mobile h3,
.mobile-dropdowns .login_form h3 {
  color: #4B6A85;
  display: flex;
  column-gap: 8px;
  font-size: 16px;
  margin: 0 0 30px 0;
  flex-direction: row;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.mobile-dropdowns .search_mobile a,
.mobile-dropdowns .login_form a {
  font-size: 16px;
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  text-decoration: underline;
  color: #4B6A85;
  font-weight: 500;
}
.mobile-dropdowns .search_mobile form,
.mobile-dropdowns .login_form form {
  width: 100%;
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
.mobile-dropdowns .search_mobile form .form-group,
.mobile-dropdowns .login_form form .form-group {
  margin: 0;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
.mobile-dropdowns .search_mobile form .form-group label,
.mobile-dropdowns .login_form form .form-group label {
  margin: 0;
  color: #243749;
  font-size: 14px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
.mobile-dropdowns .search_mobile form .form-group input,
.mobile-dropdowns .login_form form .form-group input {
  margin: 0;
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
}
.mobile-dropdowns .search_mobile form button,
.mobile-dropdowns .login_form form button {
  width: 80%;
  height: 44px;
  font-size: 16px;
  border-radius: 10px;
  margin: 5px auto 0 auto;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #243749;
}
.mobile-dropdowns .search_mobile.open-popup,
.mobile-dropdowns .login_form.open-popup {
  display: flex;
  animation-name: open;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.mobile-dropdowns .search_mobile.close-popup,
.mobile-dropdowns .login_form.close-popup {
  display: flex;
  animation-name: close;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media (max-width: 991.5px) {
  .mobile-dropdowns .search_mobile,
  .mobile-dropdowns .login_form {
    top: 91px;
    padding: 47px 36px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
header {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .top {
  background-color: #4B6A85;
}
header .top .group {
  padding: 10px 0;
}
header .top .group .social {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
header .top .group .social a {
  color: #ffffff;
  font-size: 26px;
}
@media (max-width: 991.5px) {
  header .top .group .social {
    order: 2;
  }
}
header .top .group .content {
  display: flex;
  column-gap: 30px;
  flex-direction: row;
  align-items: center;
}
header .top .group .content p {
  margin: 0;
  display: flex;
  color: #ffffff;
  column-gap: 8px;
  font-size: 14px;
  align-items: center;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
header .top .group .content p i {
  margin: 1px 0 0 0;
}
header .top .group .content p a {
  color: #ffffff;
  text-decoration: none;
}
header .top .group .content p a.locker_button {
  position: relative;
}
header .top .group .content p img {
  margin: 1px 0 0 0;
  height: 14px;
}
header .top .group .content form .fieldset {
  display: flex;
  flex-direction: row;
}
header .top .group .content form .fieldset input {
  height: 38px;
  width: 188px;
  padding: 0 15px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  border: 1px solid #C7C7C7;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
header .top .group .content form .fieldset input:focus {
  outline: none;
}
header .top .group .content form .fieldset button {
  width: 58px;
  height: 38px;
  color: #ffffff;
  border: 1px solid #243749;
  background-color: #243749;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
@media (max-width: 991.5px) {
  header .top .group .content form {
    display: none;
  }
}
@media (max-width: 991.5px) {
  header .top .group .content {
    order: 1;
    row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.5px) {
  header .top .group {
    row-gap: 30px;
    padding: 30px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
header .bottom {
  padding: 10px 0;
  background-color: #ffffff;
}
header .bottom .group .logo {
  width: 255px;
}
header .bottom .group .logo img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  header .bottom .group .logo {
    width: 180px;
  }
}
header .bottom .group .links {
  display: flex;
  align-items: center;
}
header .bottom .group .links nav {
  height: 100%;
  display: flex;
}
@media (max-width: 991.5px) {
  header .bottom .group .links nav {
    left: 0;
    right: 0;
    top: 90px;
    bottom: 0;
    height: auto;
    display: none;
    z-index: 10000;
    position: fixed;
    overflow-y: scroll;
    border-top: 1px solid #C7C7C7;
  }
}
header .bottom .group .links .navbar-default {
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  background-color: transparent;
}
header .bottom .group .links .navbar-default .menu {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.5px) {
  header .bottom .group .links .navbar-default .menu {
    padding: 15px;
  }
}
header .bottom .group .links .navbar-default ul {
  height: 100%;
  float: unset;
  display: flex;
  column-gap: 15px;
  flex-direction: row;
  align-items: center;
}
header .bottom .group .links .navbar-default ul::after,
header .bottom .group .links .navbar-default ul::before {
  display: none;
}
header .bottom .group .links .navbar-default ul li {
  height: 100%;
  float: unset;
  display: flex;
  align-items: center;
}
header .bottom .group .links .navbar-default ul li a {
  padding: 0;
  display: flex;
  font-size: 15px;
  column-gap: 6px;
  flex-direction: row;
  text-decoration: none;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 992px) {
  header .bottom .group .links .navbar-default ul li a i {
    animation-name: out;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
header .bottom .group .links .navbar-default ul li .sub-nav {
  display: none;
  height: unset;
  z-index: 1000;
  top: 100%;
  left: -18px;
  padding: 23px 18px 18px 18px;
  min-width: 285px;
  position: absolute;
  flex-direction: column;
  align-items: flex-start;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header .bottom .group .links .navbar-default ul li .sub-nav li {
  height: unset;
  list-style: none;
  margin-bottom: 10px;
}
header .bottom .group .links .navbar-default ul li .sub-nav li:last-child {
  margin: 0;
}
@media (max-width: 991.5px) {
  header .bottom .group .links .navbar-default ul li .sub-nav {
    position: unset;
    padding: 15px 15px 0 15px;
  }
  header .bottom .group .links .navbar-default ul li .sub-nav li {
    padding: 0 0 15px 0;
    margin: 0;
  }
  header .bottom .group .links .navbar-default ul li .sub-nav li:last-child {
    padding: 0;
  }
}
header .bottom .group .links .navbar-default ul li:hover {
  cursor: pointer;
}
header .bottom .group .links .navbar-default ul li:hover > a {
  color: #4B6A85;
}
@media (min-width: 992px) {
  header .bottom .group .links .navbar-default ul li:hover > a i {
    animation-name: in;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
}
@media (max-width: 991.5px) {
  header .bottom .group .links .navbar-default ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.5px) {
  header .bottom .group .links .navbar-default ul {
    row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991.5px) {
  header .bottom .group .links .navbar-default {
    width: 100%;
    margin: 0 auto;
    padding: 0 7px;
    max-width: 767px;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  header .bottom .group .links .navbar-default {
    padding: 0 15px;
  }
}
header .bottom .group .links .mobile-icons {
  display: none;
}
@media (max-width: 991.5px) {
  header .bottom .group .links .mobile-icons {
    display: flex;
    column-gap: 15px;
  }
  header .bottom .group .links .mobile-icons i {
    font-size: 25px;
    color: #4B6A85;
  }
  header .bottom .group .links .mobile-icons i:hover {
    cursor: pointer;
  }
}
@media (max-width: 991.5px) {
  header {
    display: flex;
    flex-direction: column;
  }
}
@keyframes out {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes in {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#latest_news {
  padding: 100px 0;
  background-color: rgba(213, 218, 223, 0.25);
}
#latest_news .title {
  text-align: center;
}
#latest_news .title h2 {
  font-size: 44px;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991.5px) {
  #latest_news .title h2 {
    font-size: 18px;
  }
}
#latest_news .title .seperator {
  height: 5px;
  width: 100px;
  margin: 30px auto 50px auto;
  background-color: #9F221F;
}
@media (max-width: 991.5px) {
  #latest_news .title .seperator {
    width: 50px;
    height: 3px;
    margin: 15px auto 25px auto;
  }
}
#latest_news .articles {
  display: flex;
  row-gap: 25px;
  flex-wrap: wrap;
  flex-direction: row;
}
#latest_news .articles .article {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
#latest_news .articles .article h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 1.25px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#latest_news .articles .article h3 a {
  text-decoration: none;
}
@media (max-width: 991.5px) {
  #latest_news .articles .article h3 {
    font-size: 16px;
  }
}
#latest_news .articles .article p {
  margin: 0;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
}
#latest_news .articles .article p .date {
  font-weight: 500;
}
#latest_news .articles .article p a {
  display: flex;
  font-size: 18px;
  column-gap: 15px;
  color: #9F221F;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
#latest_news .articles .article p:last-child {
  margin: auto 0 0 0;
}
#latest_news .buttons {
  margin: 50px 0 0 0;
  justify-content: center;
}
@media (max-width: 991.5px) {
  #latest_news {
    padding: 50px 0;
  }
}
#twitter-feed {
  margin: 100px 0;
}
@media (max-width: 991.5px) {
  #twitter-feed {
    margin: 50px 0;
  }
}
#content_block {
  margin: 100px 0;
}
#content_block .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
#content_block .title {
  display: flex;
  row-gap: 28px;
  margin: 0 0 100px 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#content_block .title h2 {
  margin: 0;
  font-size: 44px;
  text-align: center;
}
@media (max-width: 767px) {
  #content_block .title h2 {
    font-size: 18px;
  }
}
#content_block .title hr {
  height: 5px;
  width: 100px;
  border: none;
  margin: 0 auto;
  background-color: #9F221F;
}
@media (max-width: 767px) {
  #content_block .title hr {
    height: 3px;
    width: 50px;
  }
}
#content_block .title p {
  margin: 0 auto;
  font-size: 24px;
  max-width: 940px;
  text-align: center;
}
@media (max-width: 767px) {
  #content_block .title p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #content_block .title {
    row-gap: 13px;
    margin: 0 0 25px 0;
  }
}
#content_block .values {
  row-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  flex-direction: row;
  justify-content: center;
}
#content_block .values .value {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  flex-direction: column;
  width: calc((100% / 3) - (60px / 3));
}
#content_block .values .value .image {
  margin: 0 0 20px 0;
}
#content_block .values .value .image img {
  width: 118px;
  height: auto;
}
#content_block .values .value .content h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  #content_block .values .value .content h3 {
    font-size: 16px;
  }
}
#content_block .values .value .content p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  #content_block .values .value {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content_block .values {
    row-gap: 24px;
  }
}
@media (max-width: 991.5px) {
  #content_block {
    margin: 50px 0;
  }
}
footer #footer_top {
  padding: 100px 0;
}
footer #footer_top .footer_wrapper {
  row-gap: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
footer #footer_top .footer_wrapper p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
footer #footer_top .footer_wrapper p strong {
  font-weight: 700;
}
footer #footer_bottom {
  padding: 100px 0;
  background-color: #243749;
}
@media (max-width: 991.5px) {
  footer #footer_bottom {
    padding: 0;
  }
}
footer #footer_bottom a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
footer #footer_bottom ul {
  margin: 0;
  padding: 0;
}
footer #footer_bottom ul li {
  list-style: none;
  margin: 0 0 15px 0;
}
@media (max-width: 991.5px) {
  footer #footer_bottom .row {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
  }
}
footer #footer_bottom .logo {
  width: 100%;
  margin: 0 0 35px 0;
}
footer #footer_bottom .logo img {
  width: 100%;
  max-width: 225px;
  object-fit: cover;
}
footer #footer_bottom .account {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
footer #footer_bottom .account p {
  margin: 0;
  display: flex;
  font-size: 14px;
  column-gap: 15px;
  flex-direction: row;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
}
footer #footer_bottom .account p:last-child {
  column-gap: 12.5px;
}
footer #footer_bottom .account p img {
  height: 14px;
  margin: 1px 0 0 0;
}
footer #footer_bottom .social {
  display: flex;
  column-gap: 20px;
}
footer #footer_bottom .social a {
  font-size: 26px;
}
footer #footer_bottom .calm_link p {
  font-size: 14px;
  font-weight: 400;
}
footer #footer_bottom .calm_link p a {
  font-weight: 400;
}
#pagesections {
  display: flex;
  row-gap: 25px;
  flex-direction: column;
}
#pagesections .section {
  display: flex;
  row-gap: 25px;
  flex-direction: column;
}
#pagesections .section .top a {
  color: #9F221F;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
#pagesections .section .profiles {
  row-gap: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  flex-direction: row;
}
#pagesections .section .bio-profiles {
  row-gap: 30px;
  display: flex;
  flex-direction: column;
}
#pagesections .section .bio-profiles .bio-profile {
  display: flex;
  column-gap: 30px;
  flex-direction: row;
}
#pagesections .section .bio-profiles .bio-profile .profile {
  width: 261px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #pagesections .section .bio-profiles .bio-profile {
    row-gap: 15px;
    flex-direction: column;
  }
}
#pagesections .section .profile {
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - (60px / 3));
}
#pagesections .section .profile img {
  width: 100%;
  margin: 0 0 30px 0;
  border-radius: 10px;
}
#pagesections .section .profile hr {
  height: 6px;
  width: 57px;
  margin: 0 0 30px 0;
  background-color: #9F221F;
}
#pagesections .section .profile h3 {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
#pagesections .section .profile p {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
#pagesections .section .profile p.role {
  font-size: 16px;
  color: #9F221F;
}
@media (max-width: 767px) {
  #pagesections .section .profile {
    width: calc((100% / 2) - (60px / 2));
  }
}
#pagesections .section .split-content {
  display: flex;
  column-gap: 30px;
  flex-direction: row;
  align-items: center;
}
#pagesections .section .split-content .image {
  width: 100%;
}
#pagesections .section .split-content .image img {
  width: 100%;
  object-fit: cover;
}
#pagesections .section .split-content .content {
  width: 100%;
  display: flex;
  row-gap: 25px;
  flex-direction: column;
}
#pagesections .section .split-content .content h2 {
  margin: 0;
  font-size: 34px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
#pagesections .section .split-content .content p {
  margin: 0;
}
#pagesections .section .split-content .content .buttons {
  margin: 0;
}
@media (max-width: 767px) {
  #pagesections .section .split-content {
    row-gap: 25px;
    flex-direction: column;
  }
}
#pagesections .section .full-width-image {
  display: flex;
  flex-direction: row;
}
#pagesections .section .full-width-image .image {
  width: 100%;
}
#pagesections .section .full-width-image .image img {
  width: 100%;
  object-fit: cover;
}
#pagesections .section .grid {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  flex-direction: row;
}
#pagesections .section .grid .item {
  row-gap: 25px;
  display: flex;
  text-align: center;
  flex-direction: column;
  width: calc((100% / 3) - 20px);
}
#pagesections .section .grid .item img {
  width: 100%;
}
@media (max-width: 991.5px) {
  #pagesections .section .grid .item {
    width: calc(50% - 15px);
  }
}
#pagesections .section .content {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
#pagesections .section .content p {
  margin: 0;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
#banner {
  display: flex;
  padding: 150px 0;
  position: relative;
  margin: 0 0 50px 0;
  align-items: center;
  justify-content: center;
}
#banner .background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#banner .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .banner_inner {
  z-index: 900;
  position: relative;
}
#banner .banner_inner .banner_text {
  max-width: 60%;
}
#banner .banner_inner .banner_text h1 {
  margin: 0;
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 54px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
@media (max-width: 991.5px) {
  #banner .banner_inner .banner_text h1 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991.5px) {
  #banner .banner_inner .banner_text {
    max-width: 100%;
  }
}
@media (max-width: 991.5px) {
  #banner {
    padding: 75px 0;
  }
}
#actions {
  padding: 0;
  margin: 0 0 100px 0;
}
#actions .video {
  margin-bottom: 50px;
}
#actions .banner_action .item .overlay {
  opacity: 0.1;
}
#actions .banner_action .item img {
  width: 100%;
  border-radius: 10px;
}
#actions .action {
  position: relative;
}
#actions .action .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  border-radius: 10px;
  background-color: #243749;
}
#actions .action.normal_action .image img {
  width: 100%;
  border-radius: 10px;
}
#actions .action.normal_action h2 {
  left: 0;
  bottom: 0;
  margin: 0;
  height: unset;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  padding: 0 27px 22px 27px;
  background-color: transparent;
}
@media (max-width: 767px) {
  #actions .action.normal_action h2 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px 20px 20px;
  }
}
#actions .action:hover {
  cursor: pointer;
}
@media (max-width: 991.5px) {
  #actions {
    margin: 0 0 50px 0;
  }
}
#page {
  margin: 50px 0;
}
#page #sidebar_blocks #actions {
  margin: 0;
}
#page #sidebar_blocks #actions .action {
  margin: 0 0 15px 0;
}
@media (max-width: 991.5px) {
  #page #sidebar_blocks {
    display: none;
  }
}
#page .page_navigation {
  margin: 0 0 30px 0;
}
#page .page_navigation .mobile_title {
  display: none;
}
@media (max-width: 991.5px) {
  #page .page_navigation .mobile_title {
    margin: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
    position: relative;
    justify-content: space-between;
  }
  #page .page_navigation .mobile_title::after {
    content: '\f0dd';
    margin: -2px 0 0 0;
    font-family: 'FontAwesome';
  }
}
#page .page_navigation .mobile_overlay {
  display: none;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100vh;
  height: 100vh;
  position: fixed;
}
#page .page_navigation h2 {
  margin: 0;
  font-size: 16px;
  padding: 0 0 15px 0;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 1px solid #C7C7C7;
}
#page .page_navigation h2 a {
  text-decoration: none;
}
@media (max-width: 991.5px) {
  #page .page_navigation h2 {
    display: none;
  }
  #page .page_navigation h2.show_title {
    left: -1px;
    top: 36px;
    width: 100%;
    border: none;
    height: 54px;
    display: flex;
    z-index: 1000;
    padding: 12px;
    position: absolute;
    align-items: center;
    background-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #D5DADF;
    border-left: 1px solid #D5DADF;
    border-right: 1px solid #D5DADF;
  }
  #page .page_navigation h2.active {
    background-color: #D5DADF;
  }
}
#page .page_navigation > ul {
  display: flex;
  flex-direction: column;
}
#page .page_navigation > ul li {
  margin: 0;
  font-size: 16px;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 1px solid #C7C7C7;
}
#page .page_navigation > ul li a {
  display: flex;
  padding: 15px;
  column-gap: 9px;
  flex-direction: row;
  text-decoration: none;
}
#page .page_navigation > ul li a:hover {
  background-color: transparent;
}
#page .page_navigation > ul li .activity_count {
  top: 0;
  right: 0;
  box-shadow: 0 2px 6px #C7C7C7;
}
#page .page_navigation > ul li ul li {
  width: 100%;
  border: none;
}
#page .page_navigation > ul li ul li.active {
  background-color: #E7ECF2;
}
#page .page_navigation > ul li.active {
  background-color: #D5DADF;
}
#page .page_navigation > ul li.active a {
  color: #243749;
  background-color: transparent;
}
#page .page_navigation > ul li.active ul {
  padding: 0;
  background-color: #ffffff;
}
#page .page_navigation > ul li.active ul li {
  padding: 0 0 0 15px;
}
@media (max-width: 991.5px) {
  #page .page_navigation > ul {
    display: none;
  }
  #page .page_navigation > ul.show_items {
    left: -1px;
    width: 100%;
    z-index: 1000;
    display: flex;
    position: absolute;
    top: calc(36px + 54px);
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #D5DADF;
    border-right: 1px solid #D5DADF;
    border-bottom: 1px solid #D5DADF;
  }
  #page .page_navigation > ul.show_items li {
    float: none;
  }
  #page .page_navigation > ul.show_items li:first-child {
    border-top: 1px solid #D5DADF;
  }
  #page .page_navigation > ul.show_items li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 991.5px) {
  #page .page_navigation {
    height: 38px;
    display: flex;
    padding: 0 15px;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #C7C7C7;
  }
  #page .page_navigation:hover {
    cursor: pointer;
  }
  #page .page_navigation.active {
    font-weight: 400;
  }
}
#page h1 {
  padding: 0;
  border: none;
  font-size: 52px;
  margin: 25px 0 50px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
#page .content {
  row-gap: 50px;
  display: flex;
  flex-direction: column;
}
#page .content p {
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
#page .content li {
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
#page .content form {
  display: flex;
  flex-direction: column;
}
#page .content form label {
  font-size: 14px;
  margin: 0 0 10px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
#page .content form input {
  width: 358px;
  height: 38px;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
}
#page .content form .buttons {
  margin: 30px 0;
}
#page .content .introduction {
  margin: 0;
}
#page .content .introduction p:last-child {
  margin: 0;
}
#page .content .table-responsive {
  border: none !important;
}
#page .content table {
  table-layout: fixed;
  width: 100% !important;
}
#page .content table td:first-child {
  width: 170px !important;
}
#page .form-actions {
  display: flex;
  row-gap: 15px;
  margin: 0 0 0 auto;
  align-items: flex-end;
  flex-direction: column;
}
.breadcrumb li {
  font-size: 16px;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.breadcrumb li a {
  text-decoration: none;
  font-weight: 900;
}
#mediasection {
  display: flex;
  row-gap: 25px;
  margin: 0 0 25px 0;
  flex-direction: column;
}
#mediasection .article {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
#mediasection .article h2 {
  margin: 0;
  font-size: 24px;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#mediasection .article h2 a {
  text-decoration: none;
}
#mediasection .article p {
  margin: 0;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
}
#mediasection .article .date {
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
#mediasection .article .read_more {
  font-size: 18px;
  color: #9F221F;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#mediaarticle {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}
#mediaarticle h1 {
  font-size: 52px;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
#mediaarticle p {
  margin: 0;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
}
#mediaarticle p.date {
  font-weight: 500;
}
.article-back {
  font-size: 16px;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
.article-back a {
  color: #9F221F;
  text-decoration: none;
}
#locker .detail .detail_top {
  display: flex;
  padding: 15px;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
  background-color: #D5DADF;
}
#locker .detail .detail_top h2 {
  margin: 0;
  font-size: 24px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#locker .detail .detail_top form select {
  height: 38px;
  width: 230px;
  padding: 0 5px;
  font-size: 14px;
  border-radius: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
#locker .detail .items .item {
  display: flex;
  padding: 15px;
  row-gap: 12px;
  flex-direction: column;
  background-color: #ffffff;
}
#locker .detail .items .item.unread {
  background-color: rgba(75, 106, 133, 0.1);
}
#locker .detail .items .item p {
  margin: 0;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
}
#locker .detail .items .item p.date {
  font-size: 12px;
  font-weight: 500;
}
#locker .detail .items .item a {
  text-decoration: underline;
}
#locker .detail .items .item .title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#locker .detail .items .item .title h3 {
  margin: 0;
  font-size: 16px;
  color: #243749;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#locker .detail .items .item .title .actions {
  display: flex;
  column-gap: 10px;
  flex-direction: row;
}
#locker .detail .items .item .title .actions a {
  color: #9F221F;
  font-size: 16px;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
#locker .detail .items .item .title .actions span {
  margin: 0;
}
.pagination {
  display: flex;
  column-gap: 5px;
  flex-direction: row;
  justify-content: center;
}
.pagination span,
.pagination a {
  margin: 0;
  width: 25px;
  height: 31px;
  display: flex;
  font-size: 12px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #D5DADF;
}
.pagination .current {
  display: flex;
  column-gap: 5px;
  flex-direction: row;
}
.pagination .current li {
  padding: 0;
  list-style: none;
}
.pagination .current li.active span {
  color: #ffffff;
  background-color: #4B6A85;
}
#registration label {
  font-size: 14px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
#registration input {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 10px;
  font-family: "brandon-grotesque", sans-serif;
  border: 1px solid #C7C7C7;
}
#registration input[type='radio'] {
  width: 20px;
  height: 20px;
}
#registration select {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 10px;
  font-family: "brandon-grotesque", sans-serif;
  border: 1px solid #C7C7C7;
}
#registration ul {
  gap: 10px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#registration ul li {
  list-style: none;
  width: calc((100% / 2) - (10px / 2));
}
#registration ul li label {
  display: flex;
  column-gap: 10px;
  flex-direction: row;
}
#registration ul li label input {
  margin: 0;
}
#registration .multiselect {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#registration .multiselect .checkbox {
  font-size: 14px;
  font-weight: 500;
  width: calc((100% / 2) - (15px / 2));
}
#registration .multiselect .checkbox label {
  padding: 0;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
#registration .multiselect .checkbox label input {
  margin: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
#registration .actions {
  display: flex;
  margin: 30px 0 0 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#registration .actions a {
  display: flex;
  font-size: 18px;
  column-gap: 8px;
  flex-direction: row;
  align-items: center;
  color: #4B6A85;
  text-transform: uppercase;
  font-weight: 700;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
body {
  font-family: "Futura PT", sans-serif;
  font-size: 15px;
}
.header {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
/* general styles, overriding bootstrap etc */
.required {
  color: red;
}
.form-horizontal .control-label {
  text-align: left;
}
.form-group-HiddenInput {
  display: none;
}
.clear {
  clear: both;
}
.btn {
  border: 1px solid #76839c;
  font-family: "Futura PT", sans-serif;
  letter-spacing: 1px;
}
.btn-primary {
  background-color: #76839c;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #76839c;
  color: #fff;
  text-decoration: underline;
}
.btn-secondary {
  background-color: #76839c;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-color: #981c1f;
  border: 1px solid #981c1f;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #76839c;
  color: #fff;
  text-decoration: underline;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #981c1f;
}
.btn-default {
  background-color: #eee;
  border: 1px solid #eee;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #eee;
  text-decoration: underline;
}
.breadcrumb {
  background: none;
  padding: 0;
  font-family: "Futura PT", sans-serif;
}
.breadcrumb a {
  color: #313134;
}
.breadcrumb li:first-child {
  font-weight: bold;
}
.activity_count {
  top: -12px;
  right: -12px;
  width: 20px;
  height: 20px;
  display: flex;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  line-height: 14px;
  position: absolute;
  align-self: center;
  white-space: nowrap;
  justify-content: center;
  background-color: red;
  vertical-align: baseline;
  border: 3px solid #fff;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
#skiplink {
  display: none;
}
#header {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}
#header.home {
  border-bottom: 0;
}
#header .container {
  position: relative;
  z-index: 200;
}
#header .logo {
  float: left;
  padding: 30px 0;
  width: 267px;
}
#header .login_search {
  float: right;
  width: 700px;
  padding-top: 35px;
  font-family: "Futura PT", sans-serif;
}
#header .login_search .login {
  padding: 18px 20px 0 0;
  text-align: right;
  color: #313134;
  text-transform: uppercase;
}
#header .login_search .login p {
  background: url("../images/user-icon.c7ff8e187287.png") no-repeat 0 4px;
  font-size: 15px;
  margin: 0;
  padding-left: 22px;
}
#header .login_search .login p a {
  color: #313134;
}
#header .login_search .login .locker_button {
  margin-left: 5px;
  padding: 2px 8px;
  font-size: 15px;
  position: relative;
}
#header .login_search .search {
  padding: 14px 0 14px 20px;
  border-left: 1px solid #e5e5e5;
  height: 60px;
}
#header .login_search .search .field {
  background: url("../images/search-magnify.91bc98b0b47f.jpg") no-repeat #fff;
  border: 1px solid #bebebe;
  border-right: 0;
  margin: 0;
  padding: 0 15px 2px 25px;
  width: 120px;
  height: 32px;
}
#header .login_search .search .submit {
  text-transform: uppercase;
  padding: 7px 8px;
  margin: 0;
  border: 0;
  height: 32px;
  vertical-align: top;
}
#header .strapline {
  color: #981c1f;
  padding-top: 12px;
  font-family: 'Futura PT', serif;
  text-align: right;
  width: 700px;
}
#header .strapline p {
  font-size: 20px;
}
#header .strapline p a {
  color: #981c1f;
  text-decoration: none;
}
#header .strapline p a:hover {
  text-decoration: underline;
}
#header .icons {
  padding-top: 70px;
}
#header .icons .icon {
  cursor: pointer;
  margin-left: 10px;
}
#header .icons .icon img {
  height: 30px;
}
#header .login_form,
#header .search_mobile {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 8px 15px 15px;
  background-color: #fff;
  color: #fff;
}
#header .login_form h3,
#header .search_mobile h3 {
  color: #76839c;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  padding-bottom: 15px;
}
#header .login_form .input-group,
#header .search_mobile .input-group {
  width: 160px;
}
#search {
  padding: 0 195px 0;
  font-size: 16px;
  text-align: center;
  width: 1140px;
}
#search form {
  background: rgba(255, 255, 255, 0.25);
  padding: 22px 25px;
  width: 100%;
}
#search .form-group {
  padding-right: 20px;
}
#search .form-group label {
  font-size: 12px;
  padding-top: 4px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
#search .form-group .form-control {
  padding: 4px 0 2px 0;
  width: 168px;
  border: 0;
  font-family: "Futura PT", sans-serif;
  font-size: 12px;
}
#search .form-group .form-control option {
  padding-left: 0;
}
#search .btn {
  padding: 6px 20px;
}
#search .control-label {
  padding-right: 10px;
}
#main_content {
  background: #fff;
}
#main_content #navigation {
  padding-top: 35px;
}
#main_content #navigation .navigation {
  padding-bottom: 35px;
  background: #fff;
  margin: 0;
  border: 0;
  font-family: "Futura PT", sans-serif;
}
#main_content #navigation .navigation .menu {
  padding-bottom: 32px;
  border-top: 0;
  background: url("../images/nav-background.77e7cf13ffd1.gif") repeat-x bottom left #fff;
}
#main_content #navigation .navigation .menu .top_level {
  float: left;
}
#main_content #navigation .navigation .menu ul {
  margin: 0;
  padding: 0;
}
#main_content #navigation .navigation .menu ul li {
  margin: 0;
  padding: 0 60px 10px 0;
  letter-spacing: 1px;
  list-style: none;
  font-size: 16px;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}
#main_content #navigation .navigation .menu ul li a {
  color: #373538;
  text-decoration: none;
  padding: 0;
}
#main_content #navigation .navigation .menu ul li a:focus,
#main_content #navigation .navigation .menu ul li a:hover {
  background-color: #fff;
}
#main_content #navigation .navigation .menu ul li .active > a,
#main_content #navigation .navigation .menu ul li .hover > a {
  color: #008bcd;
}
#main_content #navigation .navigation .menu ul li:last-child {
  padding-right: 0;
}
#main_content #page_content #col_left {
  width: 320px;
  padding-right: 40px;
  font-family: "Futura PT", sans-serif;
}
#main_content #page_content #col_left h2 {
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  color: #313134;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main_content #page_content #col_left h2 a {
  color: #313134;
}
#main_content #page_content #col_left .nav {
  border-bottom: 1px solid #eee;
}
#main_content #page_content #col_left ul li {
  margin: 0;
  font-size: 16px;
  color: #313134;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
#main_content #page_content #col_left ul li a {
  text-decoration: underline;
  color: #313134;
}
#main_content #page_content #col_left ul li.active > a {
  background-color: #eee;
}
#main_content #page_content #col_left ul li.timeline {
  position: relative;
}
#main_content #page_content #col_left ul li.timeline .activity_count {
  position: absolute;
  top: -5px;
  right: 5px;
}
#main_content #page_content #col_left ul li li {
  padding-left: 15px;
}
#main_content #page_content #col_left ul li li li {
  padding-left: 30px;
}
#main_content #page_content #col_right {
  padding-left: 40px;
  width: 850px;
  color: #707072;
}
#main_content #page_content #pageresources .resource {
  margin-top: 15px;
}
#main_content #page_content #pageresources .resource .thumb {
  float: left;
  margin-right: 15px;
  padding-top: 15px;
}
#main_content #page_content #pageresources .resource .details {
  float: left;
}
@media (max-width: 991.5px) {
  #main_content #page_content {
    padding: 0;
  }
}
/*footer*/
#footer_top {
  padding: 40px 0;
  background: #ececec;
  color: #313134;
  font-family: "Futura PT", sans-serif;
  margin-bottom: 0;
}
#footer_top p {
  font-size: 13px;
  margin: 0;
}
#footer_top p a {
  color: #313134;
}
#footer_top .iasp_logo {
  text-align: right;
}
#footer_top .iasp_logo p {
  margin-bottom: 15px;
}
#footer_top .iasp_logo .logo {
  display: inline-block;
  margin-left: 5px;
}
#footer_top .iasp_logo .logo:nth-child(2) {
  padding-top: 5px;
}
#footer_top .newsletter_iasp {
  padding-top: 20px;
}
#footer_top .newsletter_iasp .newsletter_signup {
  margin-bottom: 10px;
}
#footer_top .newsletter_iasp .newsletter_signup .field {
  border: 0;
  margin: 0;
  padding: 2px 10px 0 10px;
  width: 120px;
  height: 32px;
  font-size: 12px;
}
#footer_top .newsletter_iasp .newsletter_signup .submit {
  text-transform: uppercase;
  padding: 7px 8px;
  margin: 0;
  border: 0;
  height: 32px;
  vertical-align: top;
}
#footer_bottom {
  padding: 20px 0;
  background: #444;
  color: #fff;
  margin-bottom: 0;
  font-family: "Futura PT", sans-serif;
}
#footer_bottom p {
  text-transform: uppercase;
  font-size: 11px;
  margin: 5px 0;
}
#footer_bottom p a {
  color: #fff;
}
#footer_bottom .column.pull-left {
  width: 20%;
}
@media (max-width: 767px) {
  #footer_bottom .column.pull-left {
    width: 100%;
  }
}
#footer_bottom .column.pull-right {
  width: 80%;
  text-align: right;
}
@media (max-width: 767px) {
  #footer_bottom .column.pull-right {
    width: 100%;
    text-align: left;
  }
}
#footer_bottom .footer_links {
  padding-left: 20px;
}
#footer_bottom .social_icons .icon {
  margin-left: 5px;
}
#footer_bottom .social_icons .icon img {
  width: 30px;
}
/* homepage specifics */
.action {
  width: 100%;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.action.normal_action .description {
  font-size: 14px;
  display: block;
  margin: 0;
}
.action.normal_action h2 {
  margin: 0 !important;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 15px;
  color: #fff;
  line-height: 1em;
  background: #981c1f;
}
.action.normal_action h2 a {
  color: #fff !important;
  text-decoration: none;
}
.action.normal_action h2 a:hover {
  text-decoration: underline;
}
.action.normal_action h2.style_0 {
  background-color: #981c1f;
}
.action.normal_action h2.style_1 {
  background-color: #dc6526;
}
.action.normal_action h2.style_2 {
  background-color: #3aaa35;
}
.action.normal_action h2.style_3 {
  background-color: #dc6526;
}
.action.normal_action h2.style_4 {
  background-color: #3aaa35;
}
.action.normal_action h2.style_5 {
  background-color: #981c1f;
}
.action.normal_action h2.style_6 {
  background-color: #3aaa35;
}
.action.normal_action h2.style_7 {
  background-color: #981c1f;
}
.action.normal_action h2.style_8 {
  background-color: #dc6526;
}
.action.banner_action .item .carousel-caption {
  text-align: left;
  left: 30px;
  padding-bottom: 0;
  right: auto;
  bottom: 40px;
}
.action.banner_action .item .carousel-caption h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.action.banner_action .item .carousel-caption h2 a {
  color: #fff;
  text-decoration: none;
}
.action.banner_action .item .carousel-caption h2 a:hover {
  text-decoration: underline;
}
.action.banner_action .item .carousel-caption p {
  margin: 0;
}
.action.banner_action .carousel-indicators {
  right: 30px;
  left: auto;
  bottom: 30px;
  width: auto;
  margin: 0;
}
.action.banner_action .carousel-indicators li {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
.action.news_action h2 {
  color: #76839c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.action.news_action h2 a {
  color: #76839c;
  text-decoration: none;
}
.action.news_action h2 a:hover {
  text-decoration: underline;
}
.action.news_action .article {
  margin-bottom: 20px;
}
.action.news_action .article h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.action.news_action .article h3 a {
  color: #313134;
  text-decoration: none;
}
.action.news_action .article h3 a:hover {
  text-decoration: underline;
}
.action.news_action .article .date {
  font-size: 14px;
  color: #828282;
  margin-bottom: 15px;
}
.action.news_action .article p {
  color: #828282;
  margin-bottom: 10px;
}
.action.news_action .article.last {
  border-bottom: 0;
}
.action.twitter_action,
.action.facebook_action {
  background: #00aced;
  padding: 30px 15px;
}
.action.twitter_action .twitter-logo,
.action.facebook_action .twitter-logo,
.action.twitter_action .facebook-logo,
.action.facebook_action .facebook-logo {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.action.twitter_action .twitter-logo i,
.action.facebook_action .twitter-logo i,
.action.twitter_action .facebook-logo i,
.action.facebook_action .facebook-logo i {
  color: #fff;
}
.action.twitter_action .content,
.action.facebook_action .content {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.action.twitter_action .content a,
.action.facebook_action .content a {
  color: #fff;
  word-break: break-all;
}
.action.twitter_action .content .age,
.action.facebook_action .content .age {
  font-size: 14px;
}
.action.facebook_action {
  background: #3b5998;
}
.cookie-bar {
  left: 25px;
  bottom: 25px;
  display: none;
  position: fixed;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  background-color: #ececec;
  justify-content: space-between;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  z-index: 99999;
}
@media (max-width: 767px) {
  .cookie-bar {
    left: 15px;
    bottom: 15px;
    width: 320px;
  }
}
.cookie-bar p {
  margin: 0;
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cookie-bar p {
    font-size: 14px;
  }
}
.cookie-bar p a {
  color: #000;
}
.cookie-bar .buttons {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.cookie-bar .buttons button {
  height: 50px;
  width: 261px;
  border: none;
  color: #fff;
  flex-shrink: 0;
  font-size: 18px;
  border-radius: 4px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #76839c;
}
@media (max-width: 767px) {
  .cookie-bar .buttons button {
    font-size: 16px;
    padding: 10px 5px;
  }
}
.cookie-bar .buttons button.reject {
  background-color: #981c1f;
}
.cookie-bar.show {
  display: flex;
}
/*.action {
    background-color: @highlight_color;
    width: 100%;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    display: inline-block;

    &:after {
        padding-top: 74.89%;
        display: block;
        content: '';
    }

    .action_inner {
        position:absolute;
        left: 20px;
        bottom: 25px;
    }

    h2 {
        margin: 0 !important;
        font-size: 30px !important;
        font-family: @header_font !important;
        font-weight: normal !important;
        text-transform: uppercase;
        color: #fff;
    }

    p {
        font-size: 12px;
    }

    a {
        color: #fff !important;
        text-decoration: none !important;
    }

    &.large_action {
        &:after {
            padding-top: 74.80%;
        }
    }

    &.tall_action {
        &:after {
            padding-top: 113.95%;
        }
    }

    &.wide_action {
        &:after {
            padding-top: 35.27%;
            display: block;
            content: '';
        }
    }

    &.dark_action {
        h2 {
            color: @base_color !important;
            a {
                color: @base_color !important;
            }
        }
    }
}*/
#page .table th {
  padding: 4px;
}
#page .table td {
  padding: 4px;
}
#page #tableofcontents {
  border: 0;
  margin: 0;
}
#page #tableofcontents h2 {
  margin-top: 0;
}
#page #tableofcontents td {
  border: 0;
}
#home_content .text {
  font-family: "Futura PT", sans-serif;
}
#home_content .text h3 {
  margin-top: 0;
  line-height: 1.2em;
}
#home_content .text p {
  color: #707070;
}
#meeting_book .social_event {
  margin-bottom: 10px;
}
#meeting_book .social_event label {
  font-weight: normal;
}
#meeting_book .social_event label .price {
  font-weight: bold;
}
#election_voting .candidates .candidate {
  margin-bottom: 10px;
}
#election_voting .candidates .candidate .candidate_option {
  float: left;
  width: 3%;
  margin-right: 10px;
}
#election_voting .candidates .candidate .candidate_details {
  float: left;
  width: 95%;
}
#election_voting .candidates .candidate .candidate_details label {
  font-weight: bold;
}
#election_voting .submit {
  padding-left: 30px;
}
#election_voting_candidate .details {
  float: left;
  width: 500px;
}
#election_voting_candidate .picture {
  float: right;
  width: 108px;
}
#submit_content .add_file {
  float: left;
  font-size: 0.9em;
  cursor: pointer;
}
#submit_content .author h3 .remove_author {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
}
#submit_content .add_another {
  text-decoration: underline;
  cursor: pointer;
}
#submit_content .remove_file {
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
  margin-bottom: 10px;
}
#review_content_submission .submission-details {
  margin-top: 0;
}
#review_content_submission .submission-details p {
  margin-top: 0;
}
#review_content_submission table th {
  text-align: center;
}
#review_content_submission .score {
  text-align: center;
}
#review_content_submission .abstract_scoring input {
  margin-right: 8px;
}
#search_page h3 {
  margin-top: 0;
}
#search_page .show_results {
  cursor: pointer;
}
#search_page .result_section {
  float: none;
}
#page .introduction {
  margin-bottom: 20px;
}
#review_content_submission .abstract_scoring td {
  padding-right: 5px;
}
#review_content_submission .abstract_scoring td.name {
  padding-right: 20px;
}
#review_content_submission .abstract_scoring label {
  display: none;
}
@media (max-width: 1199px) {
  #header .strapline {
    width: 580px;
  }
  #header .login_search {
    width: 600px;
  }
  #main_content #navigation .navigation .menu ul li {
    padding-right: 50px;
  }
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 250px;
  }
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 720px;
  }
  #search {
    padding-top: 0;
    padding-left: 129px;
    padding-right: 129px;
  }
  #search form {
    padding: 15px 25px;
  }
}
@media (max-width: 991px) {
  #header .logo {
    width: 195px;
  }
  #header .login_search {
    width: 495px;
  }
  #header .login_search .login {
    padding-right: 10px;
  }
  #header .login_search .search {
    padding-left: 0;
    border: 0;
  }
  #header .login_search .search .field {
    width: 110px;
    padding-right: 0;
  }
  #header .strapline {
    width: 440px;
  }
  #main_content #navigation .navigation .menu ul li {
    padding-right: 22px;
  }
  #main_content #page_content #col_left {
    padding-right: 15px;
    width: 220px;
  }
  #main_content #page_content #col_left .action h2 {
    font-size: 18px !important;
  }
  #main_content #page_content #col_right {
    padding-left: 15px;
    width: 530px;
  }
  #search {
    padding-top: 0;
    padding-left: 19px;
    padding-right: 19px;
    width: 720px;
  }
  #search form {
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    width: 50%;
  }
  #header .right_content {
    padding-top: 5px;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
  }
  #main_content #navigation {
    padding: 0;
  }
  #main_content #navigation .navigation {
    padding-bottom: 0;
    min-height: 0;
    background: none;
  }
  #main_content #navigation .navigation .menu {
    border: none;
    background: #f0f0f0;
    padding: 0;
  }
  #main_content #navigation .navigation .menu ul {
    width: 100%;
  }
  #main_content #navigation .navigation .menu ul li {
    width: 100%;
    padding: 0;
  }
  #main_content #navigation .navigation .menu ul li a {
    padding: 18px 15px;
  }
  #main_content #navigation .navigation .menu ul li a:focus,
  #main_content #navigation .navigation .menu ul li a:hover {
    background-color: #9f9291;
    color: #fff;
  }
  #main_content #navigation .navigation .menu ul li .active > a,
  #main_content #navigation .navigation .menu ul li .hover > a {
    background-color: #9f9291;
    color: #fff;
  }
  #main_content #navigation .navigation .menu ul li:last-child {
    padding-right: 0;
  }
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    padding: 0 20px;
    left: 0;
    width: 100%;
    top: 20%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 45px 25px;
    width: 100%;
    background: rgba(50, 50, 50, 0.4) none repeat scroll 0 0;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    width: 100%;
    font-size: 28px;
  }
  #main_content #mobile_search {
    padding: 30px 20px;
    width: 100%;
    margin: 0;
  }
  #main_content #mobile_search form .form-group {
    margin-bottom: 30px;
  }
  #main_content #mobile_search form .form-group .control-label {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #main_content #mobile_search form .form-group .form-control {
    font-family: "Futura PT", sans-serif;
  }
  #main_content #mobile_search .col-lg-12 {
    padding: 0;
  }
  #main_content #page_content {
    padding-top: 0;
  }
  #main_content #page_content #col_left {
    padding: 0;
    width: 100%;
  }
  #main_content #page_content #col_left h2 {
    background-color: #76839c;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
  }
  #main_content #page_content #col_left h2.active {
    background-color: #67717f;
  }
  #main_content #page_content #col_left h2 a {
    text-decoration: none;
    color: #fff;
  }
  #main_content #page_content #col_left ul li {
    font-size: 14px;
  }
  #main_content #page_content #col_left ul li li {
    padding-left: 0;
  }
  #main_content #page_content #col_left ul li li li {
    padding-left: 0;
  }
  #main_content #page_content #col_left ul li a {
    background-color: #76839c;
    color: #fff;
    text-decoration: none;
  }
  #main_content #page_content #col_left ul li a:hover {
    text-decoration: underline;
  }
  #main_content #page_content #col_left ul li.active > a {
    background-color: #67717f;
  }
  #main_content #page_content #col_right {
    padding-top: 40px;
    padding-left: 15px;
    width: 100%;
  }
  #footer_top .footer_wrapper p {
    margin-bottom: 10px;
  }
  .action {
    margin-bottom: 15px;
  }
  .action.normal_action h2 {
    font-size: 14px;
    padding: 10px;
    height: 40px;
  }
  .action.banner_action .item .carousel-caption {
    bottom: 20px;
    left: 20px;
  }
  .action.banner_action .item .carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .action.banner_action .item .carousel-caption .btn {
    padding: 5px 10px;
  }
  .action.banner_action .carousel-indicators {
    bottom: 20px;
  }
  #actions .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  #actions .row [class*=' col-'] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 600px) {
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  #header .icons {
    padding-top: 40px;
  }
  #header .login_search .search {
    padding: 14px 0 14px 20px;
    border-left: 0;
  }
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    top: 15%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 18px;
  }
  #main_content #mobile_search form .form-group {
    margin-bottom: 20px;
  }
  #main_content #mobile_search form .form-group .control-label {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  #main_content #banner .banner_inner,
  #main_content #banner_mob .banner_inner {
    top: 15%;
  }
  #main_content #banner .banner_inner .banner_text,
  #main_content #banner_mob .banner_inner .banner_text {
    padding: 15px 10px;
  }
  #main_content #banner .banner_inner .banner_text h1,
  #main_content #banner_mob .banner_inner .banner_text h1 {
    font-size: 16px;
  }
  .action.normal_action h2 {
    font-size: 11px;
    padding: 10px 8px;
  }
  .action.banner_action .item .carousel-caption h2 {
    font-size: 16px;
  }
  .action.banner_action .item .carousel-caption .btn {
    padding: 3px 8px;
    font-size: 12px;
  }
}
.login_qrcode {
  margin-bottom: 20px;
}
.login_qrcode img {
  max-width: 250px;
}
