@font-face {
  font-family: "Avenir-Black";
  src: url("../fonts/Avenir-Black/Avenir-Black.eot") format("embedded-opentype"), url("../fonts/Avenir-Black/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black/Avenir-Black.svg#Avenir-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("../fonts/Avenir-Book/Avenir-Book.eot") format("embedded-opentype"), url("../fonts/Avenir-Book/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir-Book/Avenir-Book.svg#Avenir-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("../fonts/Avenir-Heavy/Avenir-Heavy.eot") format("embedded-opentype"), url("../fonts/Avenir-Heavy/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir-Heavy/Avenir-Heavy.svg#Avenir-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-HeavyOblique";
  src: url("../fonts/Avenir-HeavyOblique/Avenir-HeavyOblique.eot") format("embedded-opentype"), url("../fonts/Avenir-HeavyOblique/Avenir-HeavyOblique.woff") format("woff"), url("../fonts/Avenir-HeavyOblique/Avenir-HeavyOblique.ttf") format("truetype"), url("../fonts/Avenir-HeavyOblique/Avenir-HeavyOblique.svg#Avenir-HeavyOblique") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url("../fonts/Avenir-Light/Avenir-Light.eot") format("embedded-opentype"), url("../fonts/Avenir-Light/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light/Avenir-Light.ttf") format("truetype"), url("../fonts/Avenir-Light/Avenir-Light.svg#Avenir-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book/Gotham-Book.eot") format("embedded-opentype"), url("../fonts/Gotham-Book/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
header {
  background-color: #ffffff;
  position: relative;
  z-index: 2500;
}
header.event_head {
  padding: 0;
}
header.event_head .row {
  padding: 0;
}
header .inner {
  padding: 15px;
}
header .membership {
  padding: 20px 0;
  text-align: center;
}
header .membership form {
  padding-top: 0;
}
header .membership form, header .membership input[type=submit],
header .membership button, header .membership a {
  display: inline-block;
  width: auto;
}
header .top_nav {
  text-align: center;
}
header .top_nav .social, header .top_nav ul {
  display: inline-block;
  width: auto;
  list-style: none;
}
header .top_nav .social li, header .top_nav .social i, header .top_nav ul li, header .top_nav ul i {
  display: inline-block;
  font-size: 4vw;
  line-height: 1.2;
  padding: 0 1vw;
}
header .top_nav .social {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  margin: 10px 0 5px 0;
}
header .top_nav .social a, header .top_nav .social i {
  padding: 5px;
  border-right: 1px solid rgba(74, 90, 125, 0.25);
  color: #4a5a7d;
}
header .top_nav .social a:last-child, header .top_nav .social i:last-child {
  border-right: 0;
}
header .top_nav .social a:hover, header .top_nav .social i:hover {
  text-decoration: none;
}
header .top_nav a {
  font-family: "Avenir-Heavy";
  color: #4a5a7d;
}
header .top_nav a:hover {
  color: #2d91ce;
}
header .top_nav ul {
  padding: 0;
  list-style: none;
}
header .top_nav ul form {
  margin: 0;
}
header .top_nav ul #iris_form {
  background-image: url("../img/iris.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 0;
}
header .top_nav ul .iris_button {
  background-color: transparent;
  color: transparent;
  font-family: "Avenir-Heavy";
  margin: 0;
  padding: 0;
}
header .top_nav ul .iris_button:hover {
  background: transparent;
  color: transparent;
}
header .top_nav ul li a {
  font-family: "Avenir-Heavy";
  color: #4a5a7d;
}
header .top_nav ul li a:hover {
  text-decoration: none;
}
header .top_nav ul li .underline {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 2px;
  background: #4a5a7d;
  width: 0;
  display: block;
}
header .top_nav ul li:hover .underline {
  width: 100%;
}
header .row {
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
  z-index: 1000;
}
header .row .inner {
  padding: 0;
}
header .logo {
  display: block;
  width: 90%;
  margin: 2.55% auto;
}
header #searchform {
  display: flex;
}
header #searchform input {
  border: 0;
  display: block;
  padding: 10px;
  outline: none;
  font-size: 12px;
}
@media (min-width: 768px) {
  header #searchform input {
    font-size: 1vw;
  }
}
header #searchform input[type=text] {
  flex: 1;
  background-color: rgba(151, 208, 243, 0.2);
  background-image: url("../img/search.png");
  background-position: center left 10px;
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 30px;
  position: relative;
}
header #searchform input[type=submit] {
  background: #4a5a7d;
  color: #ffffff;
  width: auto;
  padding: 10px 30px;
}
@media (min-width: 768px) {
  header .membership {
    text-align: left;
  }
  header .membership form, header .membership input, header .membership a, header .membership button {
    font-size: 12pt;
  }
  header .top_nav {
    text-align: right;
    padding-top: 20px;
    padding-right: 10px;
  }
  header .top_nav .social, header .top_nav ul {
    width: auto;
    display: inline-block;
  }
  header .top_nav .social i, header .top_nav .social li, header .top_nav ul i, header .top_nav ul li {
    padding: 0 1vw;
    font-size: 12pt;
  }
  header .top_nav .social {
    margin: 0;
  }
  header .top_nav ul li {
    display: inline-block;
    width: auto;
  }
  header .row {
    margin: 0 auto;
  }
  header .row .inner {
    padding: 10px 40px;
  }
  header .logo {
    width: 90%;
  }
  header form {
    padding-top: 0;
  }
  header form input {
    background-position: center left 1vw;
    background-size: 3%;
    padding-left: 3vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 12pt;
  }
}
@media (min-width: 1024px) {
  header {
    padding: 0 10% 20px;
  }
  header .membership form, header .membership input, header .membership input[type=submit], header .membership a, header .membership button {
    font-size: 1vw;
  }
  header .top_nav {
    padding-top: 10px;
  }
  header .top_nav .social, header .top_nav ul {
    margin-bottom: 10px;
  }
  header .top_nav .social i, header .top_nav .social li, header .top_nav ul i, header .top_nav ul li {
    font-size: 1vw;
    display: inline-block;
    padding: 0 10px;
  }
  header .top_nav .social i a, header .top_nav .social li a, header .top_nav ul i a, header .top_nav ul li a {
    padding: 0;
  }
  header .top_nav ul li {
    border-left: 1px solid rgba(74, 90, 125, 0.25);
    padding: 0 10px;
  }
  header form {
    margin-top: 10px;
  }
  header form input {
    font-size: 1vw;
  }
}

footer {
  background: url("../img/footer.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1500;
}
footer .row {
  margin: 0 auto !important;
}
footer .inner {
  padding: 20px;
}
footer .inner img {
  width: 100%;
}
footer .inner a {
  color: #ffffff;
  font-family: "Avenir-Heavy";
}
@media (min-width: 1024px) {
  footer {
    background-size: 120%;
    background-attachment: fixed;
    bottom: 0;
    padding-bottom: 4vw;
  }
  footer .row {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
  }
  footer .inner a {
    display: inline-block;
    font-size: 1.4vw;
    line-height: 1;
  }
  footer .inner span {
    color: #ffffff;
    padding: 0 10px;
    line-height: 1;
    vertical-align: middle;
  }
  footer .inner .social {
    display: inline-block;
  }
  footer .inner .social a {
    margin-left: 1vw;
  }
  footer .inner .social a:first-child {
    margin: 0;
  }
}

.django-message .inner {
  background-color: #4a5a7d;
  padding: 30px;
  text-align: center;
}
.django-message .inner span {
  color: #ffffff;
  font-family: "Avenir-Light";
}
.django-message .inner .close {
  font-family: "Avenir-Heavy";
  font-weight: 400;
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}
@media (min-width: 1024px) {
  .django-message .inner {
    padding: 1vw;
  }
  .django-message .inner span {
    font-size: 1.6vw;
  }
}

.carousel_container {
  position: relative;
  z-index: 1200;
  background-color: #ffffff;
}
.carousel_container .carousel {
  position: relative;
}
.carousel_container .carousel .item {
  position: relative;
  min-height: 60vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
}
.carousel_container .carousel .item.slick-active .caption {
  animation: fade-in 2s forwards;
  -webkit-animation: fade-in 2s forwards;
  -o-animation: fade-in 2s forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.carousel_container .carousel .item::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  background-color: rgba(74, 90, 125, 0.6);
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.carousel_container .carousel .item h3 {
  color: #ffe700;
  font-family: "Avenir-Heavy";
}
.carousel_container .carousel .item img {
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(0%);
}
.carousel_container .carousel .item p, .carousel_container .carousel .item span {
  color: #ffffff;
}
.carousel_container .carousel .item a {
  color: #2d91ce;
}
.carousel_container .carousel .item .caption {
  opacity: 0;
  color: #ffffff;
  font-family: "Avenir-Light";
  z-index: 1000;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 90%;
}
.carousel_container .carousel .item .caption h3 {
  font-size: 14pt;
}
.carousel_container .carousel .item .caption p, .carousel_container .carousel .item .caption span, .carousel_container .carousel .item .caption a {
  font-size: 12pt;
}
@media (min-width: 768px) {
  .carousel_container .carousel .item {
    background: transparent !important;
    min-height: auto;
    max-height: 45vw;
  }
  .carousel_container .carousel .item::after {
    background-color: transparent;
    background-image: url("../img/carousel_after.png");
    background-position: center right;
  }
  .carousel_container .carousel .item img {
    opacity: 1;
    width: auto;
    height: 40.5vw;
  }
  .carousel_container .carousel .item .caption {
    width: 25%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    top: auto;
    left: auto;
    background-color: transparent;
    padding: 0;
    height: auto;
  }
  .carousel_container .carousel .item .caption h3 {
    font-size: 1.6vw;
  }
  .carousel_container .carousel .item .caption p, .carousel_container .carousel .item .caption span, .carousel_container .carousel .item .caption a {
    font-size: 1.2vw;
  }
}
.carousel_container .slider-progress {
  position: relative;
  margin-top: -10px;
  z-index: 1000;
}
.carousel_container .slider-progress .progress_bar {
  height: 10px;
  background: #ffe700;
}

nav {
  background: #4a5a7d;
  top: 0;
  height: 100vh;
  position: fixed;
  z-index: 1500;
}
nav.active {
  left: 20%;
}
nav.main_navigation {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-top: 40px;
  overflow: hidden;
  right: 0;
  width: 0;
}
nav.main_navigation.open {
  width: 85%;
  z-index: 25000;
}
nav.main_navigation.open li a {
  color: #ffffff;
}
nav.main_navigation .underline {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 2px;
  background: #4a5a7d;
  width: 0;
  display: block;
  background: #ffe700;
}
nav.main_navigation li {
  color: #ffffff;
  width: 100%;
  font-family: "Avenir-Heavy";
}
nav.main_navigation li a, nav.main_navigation li i {
  display: inline-block;
}
nav.main_navigation li i {
  float: right;
}
nav.main_navigation li:hover, nav.main_navigation li:active, nav.main_navigation li:focus {
  cursor: pointer;
}
nav.main_navigation li a {
  color: #ffffff;
}
nav.main_navigation li a:hover, nav.main_navigation li a:active, nav.main_navigation li a:focus {
  text-decoration: none;
}
nav.main_navigation li a:hover .underline, nav.main_navigation li a:active .underline, nav.main_navigation li a:focus .underline {
  width: 100%;
}
nav .first {
  overflow: hidden;
}
nav .first i {
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
}
nav .first i.active {
  transform: rotate(180deg);
}
nav .first .children {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 0;
  left: 0;
  opacity: 0;
  padding: 0;
}
nav .first .children li {
  margin: 5px 0;
}
nav .first .children.open {
  height: auto;
  overflow: visible;
  opacity: 1;
  z-index: 10000;
  padding: 10px;
}
@media (min-width: 1024px) {
  nav .first .children {
    background: #ffffff;
    list-style: none;
    position: absolute;
    margin-top: 1vw;
    overflow: hidden;
    text-align: center;
  }
  nav .first .children li {
    display: inline-block;
    margin: 1vw 1%;
    width: auto;
  }
  nav .first .children.open {
    border-top: 1px solid rgba(74, 90, 125, 0.25);
    border-bottom: 1px solid rgba(74, 90, 125, 0.25);
    padding: 0.25%;
    z-index: 10000;
  }
}
nav .first .children button,
nav .first .children .slick-list {
  display: inline-block;
  vertical-align: middle;
}
nav .first .children .slick-list {
  text-align: center;
  width: 90%;
  padding: 2vw 0;
}
nav .first .children button {
  background-color: transparent;
  border: 0;
  color: transparent;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  width: 5%;
  height: 6vw;
  outline: none;
}
nav .first .children button:hover {
  cursor: pointer;
}
nav .first .children button.slick-next {
  background-image: url("../img/right.png");
}
nav .first .children button.slick-prev {
  background-image: url("../img/left.png");
}
@media (min-width: 1024px) {
  nav .first .children .slick-list {
    padding: 0;
    width: 93.5%;
    margin: 0 auto;
  }
  nav .first .children button {
    background-size: 80%;
    width: 1.5%;
    height: 3vw;
    margin: 0.5vw 1vw 0;
  }
}
nav .first .children li, nav .first .children a {
  color: #2d91ce;
}
nav ul {
  display: block;
  padding: 30px;
}
@media (min-width: 1024px) {
  nav {
    background: #ffffff;
    border-top: 1px solid rgba(74, 90, 125, 0.25);
    padding: 20px 0;
    display: flex;
    position: relative;
    height: inherit;
    left: 0;
    min-width: 100%;
  }
  nav.main_navigation {
    padding-top: 20px;
    overflow: visible;
  }
  nav.main_navigation li, nav.main_navigation a {
    color: #4a5a7d;
  }
  nav.main_navigation li {
    width: auto;
  }
  nav.main_navigation li a {
    color: #4a5a7d;
    width: auto;
  }
  nav.main_navigation li a:hover, nav.main_navigation li a:active, nav.main_navigation li a:focus {
    color: #4a5a7d;
  }
  nav.main_navigation li i {
    float: none;
  }
  nav.main_navigation .underline {
    background-color: #4a5a7d;
  }
  nav ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  nav ul .first {
    display: inline-block;
    vertical-align: top;
    margin: 0 1.5%;
  }
  nav ul .first .children {
    display: flex;
  }
  nav ul .first i {
    font-size: 1vw;
    margin-left: 0.15vw;
  }
}

#featureditems {
  position: relative;
  z-index: 1200;
  background: #ffffff;
  padding: 40px;
}
#featureditems .feature {
  overflow: hidden;
}
#featureditems .feature .inner {
  position: relative;
}
#featureditems .feature .inner .image {
  position: relative;
}
#featureditems .feature .inner .image img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#featureditems .feature .inner .image::before, #featureditems .feature .inner .image::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 50%;
}
#featureditems .feature .inner .image::before {
  background: rgba(45, 145, 206, 0.85);
  top: 0;
}
#featureditems .feature .inner .image::after {
  background: rgba(255, 231, 0, 0.85);
  bottom: 0;
}
#featureditems .feature .inner .text {
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  position: absolute;
  top: 0%;
  left: 10%;
  width: 90%;
  height: 100%;
  text-align: center;
}
#featureditems .feature .inner .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
#featureditems .feature .inner .text .inner {
  opacity: 0;
  position: relative;
  padding: 30px;
  height: 100%;
  z-index: 1000;
}
#featureditems .feature .inner .text .inner h3 {
  color: #4a5a7d;
  font-family: "Avenir-Heavy";
  color: #ffffff;
}
@media (min-width: 1024px) {
  #featureditems .feature .inner .text .inner h3 {
    font-size: 1.6vw;
  }
}
#featureditems .feature .inner .text .inner .link {
  transition: 400ms;
  display: inline-block;
  border: 1px solid;
  border-radius: 100px;
  padding: 5px 20px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  border-color: #ffffff;
}
#featureditems .feature .inner .text .inner .link:hover, #featureditems .feature .inner .text .inner .link:focus {
  background: #ffffff;
  color: #4a5a7d;
}
#featureditems .feature:nth-child(2n):hover .text::before, #featureditems .feature:nth-child(2n):focus .text::before {
  animation: colourfade_lightblue ease-in-out forwards;
  -webkit-animation: colourfade_lightblue ease-in-out forwards;
  animation-duration: 500ms;
}
@keyframes colourfade_lightblue {
  0% {
    background: rgba(45, 145, 206, 0);
  }
  100% {
    background: rgba(45, 145, 206, 0.85);
  }
}
#featureditems .feature:nth-child(2n) .image::before {
  background: rgba(74, 90, 125, 0.85);
  top: 0;
}
#featureditems .feature:nth-child(2n) .image::after {
  background: rgba(255, 231, 0, 0.85);
  bottom: 0;
}
#featureditems .feature:nth-child(2n) .text .inner h3, #featureditems .feature:nth-child(2n) .text .inner .link {
  color: #ffffff;
}
#featureditems .feature:nth-child(2n) .text .inner .link {
  border-color: #4a5a7d;
}
#featureditems .feature:nth-child(3n):hover .text::before, #featureditems .feature:nth-child(3n):focus .text::before {
  animation: colourfade_yellow ease-in-out forwards;
  -webkit-animation: colourfade_yellow ease-in-out forwards;
  animation-duration: 600ms;
}
@keyframes colourfade_yellow {
  0% {
    background: rgba(255, 231, 0, 0);
  }
  100% {
    background: rgba(255, 231, 0, 0.85);
  }
}
#featureditems .feature:nth-child(3n) .image::before {
  background: rgba(74, 90, 125, 0.85);
  top: 0;
}
#featureditems .feature:nth-child(3n) .image::after {
  background: rgba(45, 145, 206, 0.85);
  bottom: 0;
}
#featureditems .feature:nth-child(3n) .text .inner h3, #featureditems .feature:nth-child(3n) .text .inner .link {
  color: #4a5a7d;
}
#featureditems .feature:nth-child(3n) .text .inner .link {
  border-color: #4a5a7d;
}
#featureditems .feature:hover .text .inner, #featureditems .feature:focus .text .inner {
  animation: opacity ease-in-out forwards;
  -webkit-animation: opacity ease-in-out forwards;
  animation-duration: 1s;
  animation-delay: 500ms;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#featureditems .feature:hover .text::before, #featureditems .feature:focus .text::before {
  animation: colourfade ease-in-out forwards;
  -webkit-animation: colourfade ease-in-out forwards;
  animation-duration: 500ms;
}
@keyframes colourfade {
  0% {
    background: rgba(74, 90, 125, 0);
  }
  100% {
    background: rgba(74, 90, 125, 0.85);
  }
}
#featureditems hr {
  width: 50%;
  background: #ffe700;
  height: 10px;
  border: 0;
  display: block;
  margin: 10px 0;
}
#featureditems i {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#featureditems button {
  color: transparent;
  background-color: transparent;
  background-image: url("../img/left.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  outline: none;
  background-position: center;
  height: 85vw;
  width: 10vw;
  background-size: 40%;
  top: 0;
  position: absolute;
  z-index: 2000;
}
#featureditems button.slick-next {
  transform: rotate(180deg);
}
#featureditems button.slick-prev {
  left: 0;
}
#featureditems button.slick-next {
  right: 0;
}
@media (min-width: 768px) {
  #featureditems {
    padding: 30px;
  }
  #featureditems .feature {
    padding: 10px;
  }
  #featureditems .feature .inner .text .inner {
    padding: 30px 0;
  }
  #featureditems .feature .inner .text .inner h3, #featureditems .feature .inner .text .inner a {
    font-size: 12pt;
  }
}
@media (min-width: 1024px) {
  #featureditems {
    padding: 5vw 10%;
    margin: 0 auto;
  }
  #featureditems button {
    background-size: 15%;
    height: 30vw;
  }
  #featureditems .feature {
    padding: 0 30px;
  }
  #featureditems .feature .inner .text .inner {
    padding: 30% 10px;
  }
  #featureditems .feature .inner .text .inner h3 {
    font-size: 1.8vw;
    margin-bottom: 0;
  }
  #featureditems .feature .inner .text .inner a {
    font-size: 1.2vw;
  }
}

.feature.video {
  position: relative;
  overflow: hidden;
}
.feature.video .image {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.feature.video .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(74, 90, 125, 0.75);
  z-index: 200;
}
.feature.video .image img {
  width: 300%;
  z-index: 50;
  margin: 0 -150%;
}
.feature.video .text {
  width: 100%;
  position: relative;
  opacity: 1;
  z-index: 1500;
}
.feature.video .text.video_show {
  opacity: 0;
}
.feature.video .text .inner {
  padding: 30px;
}
.feature.video .text .inner h1, .feature.video .text .inner h2, .feature.video .text .inner h3, .feature.video .text .inner h4 {
  color: #ffe700;
}
.feature.video .text .inner p, .feature.video .text .inner span, .feature.video .text .inner p a, .feature.video .text .inner a {
  color: #ffffff;
  font-family: "Avenir-Heavy";
}
.feature.video .text .inner img {
  display: block;
  margin: 0 auto;
  width: 25% !important;
  height: auto !important;
}
.feature.video .video {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.feature.video .video.visible {
  opacity: 1;
  z-index: 1500;
}
.feature.video .video video {
  width: 100%;
  display: block;
  margin: 12.5% auto;
  z-index: 50;
}
.feature.video .video .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  height: 50px;
}
@media (min-width: 768px) {
  .feature.video .inner {
    padding: 5vw;
  }
  .feature.video .image img {
    width: 100%;
    margin: 0 auto;
  }
  .feature.video .text .inner p {
    font-size: 2vw;
  }
  .feature.video .text .inner img {
    height: 10vw !important;
    width: auto !important;
  }
  .feature.video .video video {
    height: 100%;
    width: auto;
    margin: 0 auto;
  }
  .feature.video .video .close {
    height: 4vw;
  }
}

.submenu {
  border-top: 1px solid rgba(74, 90, 125, 0.25);
  background: rgba(250, 250, 250, 0.95);
}
.submenu ul {
  margin-top: 10px;
  padding: 0;
}
@media (min-width: 1024px) {
  .submenu ul {
    margin-top: 0;
  }
}

.subnav {
  z-index: 100;
}
.subnav ul {
  list-style: none;
  padding: 20px 10%;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .subnav ul {
    padding: 0;
  }
}

.submenu,
.subnav {
  position: relative;
  z-index: 1200;
  border-bottom: 1px solid rgba(74, 90, 125, 0.25);
}
.submenu h5,
.subnav h5 {
  display: block;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  color: #4a5a7d;
  font-family: "Avenir-Heavy";
  font-size: 11pt;
}
.submenu .container,
.subnav .container {
  width: 100%;
  display: block;
  max-width: none;
}
.submenu.page,
.subnav.page {
  border-bottom: 1px solid rgba(74, 90, 125, 0.25);
}
.submenu li, .submenu a,
.subnav li,
.subnav a {
  font-family: "Avenir-Light";
  color: #2d91ce;
}
.submenu .underline,
.subnav .underline {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 2px;
  background: #4a5a7d;
  width: 0;
  display: block;
}
.submenu .first i,
.subnav .first i {
  transition: 500ms;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
}
.submenu .first i.active,
.subnav .first i.active {
  transform: rotate(180deg);
}
.submenu .first .children,
.subnav .first .children {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  display: flex;
}
.submenu .first .children li,
.subnav .first .children li {
  margin: 5px 0;
}
.submenu .first .children.open,
.subnav .first .children.open {
  height: auto;
  overflow: visible;
  opacity: 1;
  z-index: 10000;
  padding: 10px;
}
@media (min-width: 1024px) {
  .submenu .first .children,
  .subnav .first .children {
    background: #ffffff;
    list-style: none;
    position: absolute;
    margin-top: 1vw;
    overflow: hidden;
    text-align: center;
  }
  .submenu .first .children li,
  .subnav .first .children li {
    display: inline-block;
    margin: 1vw 1%;
    width: auto;
  }
  .submenu .first .children.open,
  .subnav .first .children.open {
    border-top: 1px solid rgba(74, 90, 125, 0.25);
    border-bottom: 1px solid rgba(74, 90, 125, 0.25);
    padding: 0.25%;
    z-index: 10000;
  }
}
.submenu ul,
.subnav ul {
  position: relative;
  display: flex;
}
.submenu ul li,
.subnav ul li {
  outline: none;
}
.submenu ul li a, .submenu ul li i,
.subnav ul li a,
.subnav ul li i {
  display: inline-block;
}
.submenu ul li a:hover,
.subnav ul li a:hover {
  text-decoration: none;
}
.submenu ul li a:hover .underline,
.subnav ul li a:hover .underline {
  width: 100%;
}
.submenu ul button,
.submenu ul .slick-list,
.subnav ul button,
.subnav ul .slick-list {
  display: inline-block;
  vertical-align: middle;
}
.submenu ul .slick-list,
.subnav ul .slick-list {
  text-align: center;
  width: 90%;
  padding: 2vw 0;
}
.submenu ul button,
.subnav ul button {
  background-color: transparent;
  border: 0;
  color: transparent;
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  width: 5%;
  height: 6vw;
  outline: none;
}
.submenu ul button:hover,
.subnav ul button:hover {
  cursor: pointer;
}
.submenu ul button.slick-next,
.subnav ul button.slick-next {
  background-image: url("../img/right.png");
}
.submenu ul button.slick-prev,
.subnav ul button.slick-prev {
  background-image: url("../img/left.png");
}
@media (min-width: 1024px) {
  .submenu ul .slick-list,
  .subnav ul .slick-list {
    padding: 0;
    width: 93.5%;
    margin: 0 auto;
  }
  .submenu ul button,
  .subnav ul button {
    background-size: 80%;
    width: 1.5%;
    height: 3vw;
    margin: 0.5vw 1vw 0;
  }
}
@media (min-width: 1024px) {
  .submenu,
  .subnav {
    border-top: 1px solid rgba(74, 90, 125, 0.25);
    position: sticky;
    bottom: 0;
  }
  .submenu h5,
  .subnav h5 {
    font-size: 1.2vw;
  }
  .submenu ul,
  .subnav ul {
    display: flex;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .submenu ul li,
  .subnav ul li {
    margin: 1vw 1%;
    display: inline-block;
    vertical-align: top;
  }
  .submenu ul li.first i,
  .subnav ul li.first i {
    font-size: 1vw;
    margin-left: 0.25vw;
  }
}

.submenu {
  overflow: hidden;
}

.subnav {
  text-align: center;
}
.subnav ul {
  display: block;
}

.pagination {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(74, 90, 125, 0.25);
  padding-top: 20px;
}
.pagination a {
  margin-right: 10px;
}
.pagination a.active {
  color: #4a5a7d;
}
@media (min-width: 1024px) {
  .pagination a {
    font-size: 1.6vw;
  }
}
@media (min-width: 2000px) {
  .pagination a {
    font-size: 1.4vw;
  }
}

form {
  padding-top: 20px;
}
form #card-errors {
  color: red;
}
form .helptext {
  display: block;
  font-family: "Avenir-HeavyOblique";
  width: 100%;
  clear: both;
}
form label,
form input,
form select,
form textarea {
  display: block;
  width: 100%;
}
form label {
  font-family: "Avenir-Heavy";
  vertical-align: top;
  color: #4a5a7d;
  margin-bottom: 20px;
}
form input,
form select,
form textarea {
  border: 0;
  background: rgba(45, 145, 206, 0.15);
  padding: 10px;
  font-family: "Avenir-Light";
  margin-bottom: 20px;
  border: 1px solid rgba(74, 90, 125, 0.5);
}
form select {
  -webkit-appearance: none;
  position: relative;
  background-image: url("../img/select.png");
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 5%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  padding-right: 3rem;
}
@media (min-width: 1024px) {
  form select {
    background-size: 2%;
  }
}
form textarea {
  min-height: 150px;
  height: 100px;
}
form a.button,
form button,
form input[type=submit] {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(45, 145, 206, 0.3);
  border: 0;
  color: #4a5a7d;
  font-family: "Avenir-Light";
  line-height: 1.5;
  padding: 5px 15px;
  position: relative;
  text-align: center;
}
form a.button i,
form button i,
form input[type=submit] i {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-right: 5px;
  color: #4a5a7d;
}
form a.button:hover, form a.button:focus, form a.button.is-loading,
form button:hover,
form button:focus,
form button.is-loading,
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit].is-loading {
  color: #ffffff;
  background: #4a5a7d;
  cursor: pointer;
}
form a.button:hover i, form a.button:focus i, form a.button.is-loading i,
form button:hover i,
form button:focus i,
form button.is-loading i,
form input[type=submit]:hover i,
form input[type=submit]:focus i,
form input[type=submit].is-loading i {
  color: #ffffff;
}
form a.button.is-loading,
form button.is-loading,
form input[type=submit].is-loading {
  pointer-events: none;
  color: transparent;
}
form a.button.is-loading::after,
form button.is-loading::after,
form input[type=submit].is-loading::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  animation: spinAround 0.5s infinite linear;
  border: 2px solid currentColor;
  border-top-color: rgb(219, 219, 219);
  border-right-color: rgb(219, 219, 219);
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
form a.button {
  display: inline-block;
}
form input[type=checkbox] {
  border-radius: 1px;
  background: rgba(45, 145, 206, 0.15);
  border: 1px solid #4a5a7d;
  outline: none;
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
  margin-right: 10px;
}
form input[type=checkbox]:checked {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/check.png");
  background-size: 70%;
}
form ul {
  list-style: none;
  padding: 0;
}
form ul li label {
  font-family: "Avenir-Light";
}
form input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(74, 90, 125, 0.5);
  border-radius: 100%;
  margin: -5px 1px;
  outline: none;
}
form input[type=radio]:checked {
  background-color: #4a5a7d;
}
form .helptext {
  font-size: 8pt;
}
@media (min-width: 1024px) {
  form p {
    display: block;
    clear: both;
  }
  form p label,
  form p input,
  form p select,
  form p textarea {
    display: inline-block;
  }
  form p input,
  form p select,
  form p textarea {
    width: 65%;
    float: right;
    font-size: 1vw;
  }
  form p input[type=checkbox],
  form p input[type=submit] {
    float: none;
    margin-left: 5%;
    margin-bottom: 0;
  }
  form p .helptext {
    text-align: left;
    margin: 0;
    padding-left: 35%;
  }
  form p.consent {
    display: flex;
    flex-wrap: wrap;
  }
  form p.consent input {
    margin: 0;
  }
  form p.consent label {
    width: 95%;
    padding-left: 10px;
  }
  form .flex {
    display: flex;
    margin: 15px 0;
    position: relative;
  }
  form .flex .helptext {
    bottom: 0;
    right: 0;
    text-align: right;
    line-height: 1.2;
  }
  form .flex label {
    width: 30%;
    padding-right: 30px;
  }
  form .flex ul {
    width: 70%;
    display: flex;
  }
  form .flex ul.multiplechoicefield {
    display: block;
  }
  form .flex ul.multiplechoicefield li {
    display: block;
    width: 100%;
  }
  form .flex ul li {
    display: inline-block;
    width: 20%;
    vertical-align: top;
  }
  form .flex ul li label {
    width: 100%;
    padding: 0;
  }
  form .flex ul li input {
    width: auto;
  }
  form .flex ul li input[type=radio] {
    width: 1vw;
    height: 1vw;
  }
  form .helptext {
    font-size: 0.8vw;
    text-align: left;
    margin: 0px 0 40px;
    padding-left: 30%;
  }
  form p.helptext {
    margin: -20px 0 40px;
  }
  form label {
    display: inline-block;
    width: 30%;
    font-size: 1.2vw;
  }
  form input,
  form select,
  form textarea {
    display: inline-block;
    width: 70%;
    font-size: 1vw;
  }
  form select {
    background-size: 3%;
  }
}

.change_password_links {
  padding-top: 20px;
}
.change_password_links a {
  display: block;
}
@media (min-width: 768px) {
  .change_password_links a {
    display: inline-block;
    padding: 0 10px;
  }
  .change_password_links a:first-child {
    border-right: 1px solid rgba(74, 90, 125, 0.25);
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  form.is-grid p,
  form.is-grid .field {
    display: grid;
    width: 100%;
    height: auto;
  }
  form.is-grid > p:focus-within label::before, form.is-grid > p:hover label::before,
  form.is-grid .field:focus-within label::before,
  form.is-grid .field:hover label::before {
    opacity: 1;
    transform: scaleY(1.75);
  }
  form.is-grid > p label,
  form.is-grid .field label {
    margin-bottom: 20px;
    position: relative;
  }
  form.is-grid > p label::before,
  form.is-grid .field label::before {
    content: "";
    position: absolute;
    background: #ffe700;
    height: 100%;
    width: 0.3rem;
    display: block;
    left: -1.3em;
    margin-top: -0.1em;
    opacity: 0;
    transition: opacity 0.3s ease-out, transform 0.2s ease-out;
    transform: scaleY(1.5);
  }
  form.is-grid > p:focus-within label::before,
  form.is-grid .field:focus-within label::before {
    background: #007aff;
    width: 0.25rem;
    transform: scaleY(1.5);
  }
  form.is-grid .field .field-control {
    margin-bottom: 20px;
  }
  form.is-grid .field .field-control input,
  form.is-grid .field .field-control select,
  form.is-grid .field .field-control textarea {
    width: 100%;
    height: auto;
  }
  form.is-grid .field .field-control-inline {
    padding-left: 2rem;
    position: relative;
  }
  form.is-grid .field .field-control-inline p {
    display: inline-block;
  }
}
form.is-grid > p,
form.is-grid .field {
  grid-template: 1fr auto/30% 1fr;
  grid-template-areas: "label control";
  margin: 0;
  position: relative;
  align-items: start;
}
form.is-grid .field .field-label {
  grid-area: label;
  display: flex;
  align-items: center;
}
form.is-grid .field .field-label label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.3em;
  margin-bottom: 0;
}
form.is-grid .field .field-control {
  grid-area: control;
  justify-self: stretch;
  margin-bottom: 20px;
}
form.is-grid .field .field-control > * {
  margin-bottom: 0;
}
form.is-grid > p > * {
  grid-area: control;
  height: min-content;
  width: 100% !important;
}
form.is-grid > p > input[type=checkbox] {
  width: 1.4rem !important;
  margin-left: 0;
}
form.is-grid > p label {
  grid-area: label;
  margin-bottom: 0;
}
form.is-grid .checkbox-control {
  position: relative;
  padding-left: 2rem;
}
form.is-grid .checkbox-control input[type=checkbox] {
  left: 0;
  margin: 0;
  position: absolute;
}
form.is-grid .helptext {
  padding-left: 0 !important;
  grid-area: label-end;
  width: 100%;
  padding: 2px 0;
  height: initial;
  margin: 0 0 1rem 0;
}

.ii {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  position: absolute;
}
@media (min-width: 1024px) {
  .ii {
    background: #ffe700;
    border: 1px solid #4a5a7d;
    border-radius: 100%;
    font-style: normal;
    font-size: 0.8vw;
    left: -2vw;
    line-height: 1;
    padding: 0.15vw;
    position: absolute;
    text-align: center;
    width: 1vw;
    height: 1vw;
  }
  .ii:hover {
    background: #4a5a7d;
    color: #ffffff;
    cursor: pointer;
  }
}

.menu_toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 30000;
}
.menu_toggle.open span {
  background: #ffffff;
  transform: rotate(45deg);
}
.menu_toggle.open span:last-child {
  transform: rotate(-45deg);
  margin-top: -6px;
}
.menu_toggle.open span:first-child {
  opacity: 0;
}
.menu_toggle span {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: #4a5a7d;
  border-radius: 5px;
  height: 2px;
  min-width: 30px;
  display: block;
  margin-bottom: 4px;
}
.menu_toggle span:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .menu_toggle {
    opacity: 0;
    display: none;
  }
}

.errorlist {
  list-style: none;
  padding: 0;
}
.errorlist li {
  color: #ec0000;
  font-family: "Avenir-Heavy";
}

.membership-buttons {
  padding-bottom: 20px;
}
.membership-buttons div {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(45, 145, 206, 0.3);
  border: 0;
  color: #4a5a7d;
  font-family: "Avenir-Light";
  line-height: 1.5;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0.25%;
}
.membership-buttons div i {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-right: 5px;
  color: #4a5a7d;
}
.membership-buttons div:hover, .membership-buttons div:focus, .membership-buttons div.is-loading {
  color: #ffffff;
  background: #4a5a7d;
  cursor: pointer;
}
.membership-buttons div:hover i, .membership-buttons div:focus i, .membership-buttons div.is-loading i {
  color: #ffffff;
}
.membership-buttons div.is-loading {
  pointer-events: none;
  color: transparent;
}
.membership-buttons div.is-loading::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  animation: spinAround 0.5s infinite linear;
  border: 2px solid currentColor;
  border-top-color: rgb(219, 219, 219);
  border-right-color: rgb(219, 219, 219);
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.membership-buttons div:hover a {
  color: #ffffff;
}
.membership-buttons div a {
  color: #4a5a7d;
}
.membership-buttons div a:hover {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .membership-buttons {
    position: absolute;
    top: 0;
    right: 5%;
    text-align: right;
    width: 100%;
  }
  .membership-buttons div {
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    background: rgba(45, 145, 206, 0.3);
    border: 0;
    color: #4a5a7d;
    font-family: "Avenir-Light";
    line-height: 1.5;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 0.25%;
  }
  .membership-buttons div i {
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    padding-right: 5px;
    color: #4a5a7d;
  }
  .membership-buttons div:hover, .membership-buttons div:focus, .membership-buttons div.is-loading {
    color: #ffffff;
    background: #4a5a7d;
    cursor: pointer;
  }
  .membership-buttons div:hover i, .membership-buttons div:focus i, .membership-buttons div.is-loading i {
    color: #ffffff;
  }
  .membership-buttons div.is-loading {
    pointer-events: none;
    color: transparent;
  }
  .membership-buttons div.is-loading::after {
    position: absolute;
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    animation: spinAround 0.5s infinite linear;
    border: 2px solid currentColor;
    border-top-color: rgb(219, 219, 219);
    border-right-color: rgb(219, 219, 219);
    border-radius: 9999px;
    content: "";
    display: block;
    height: 1em;
    width: 1em;
  }
  @keyframes spinAround {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(359deg);
    }
  }
  .membership-buttons div a {
    color: #4a5a7d;
  }
  .membership-buttons div a:hover {
    color: #ffffff;
  }
}

.CookiesPopup {
  width: 100%;
  position: fixed;
  bottom: -1000px;
  background-color: rgba(74, 90, 125, 0.95);
  /* bottom: 0; */
  transition: 1200ms;
  -webkit-transition: 1200ms;
  -moz-transition: 1200ms;
  text-align: left;
  font-size: 10pt;
  z-index: 2000;
}
.CookiesPopup.loaded {
  bottom: 0;
}
.CookiesPopup .inner {
  padding: 20px;
}
.CookiesPopup .title {
  background: #2d91ce;
  position: relative;
}
.CookiesPopup .title .inner {
  padding: 10px 20px;
}
.CookiesPopup .title .inner a {
  color: #4a5a7d;
  font-family: "Avenir-Heavy";
  position: absolute;
  top: 15px;
  right: 20px;
}
.CookiesPopup .title .inner a:hover {
  text-decoration: underline;
}
.CookiesPopup .title .inner h2 {
  color: #4a5a7d;
  font-size: 16pt;
  margin: 5px 0 10px;
}
.CookiesPopup img {
  display: none;
  height: 15px;
  margin: -10px 10px;
}
.CookiesPopup p {
  color: #ffffff;
}
.CookiesPopup button {
  width: 100%;
  display: block;
  background: #2d91ce;
  border: 1px solid #2d91ce;
}
.CookiesPopup .links a span,
.CookiesPopup .links span {
  color: #ffffff;
  cursor: pointer;
}
.CookiesPopup .links a span:hover,
.CookiesPopup .links span:hover {
  text-decoration: underline;
}
.CookiesPopup .links .item {
  display: inline-block;
  margin: 20px 0px;
  width: auto;
}
.CookiesPopup .more {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 0;
  overflow: hidden;
}
.CookiesPopup .more p, .CookiesPopup .more a {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  color: #ffffff;
  opacity: 0;
}
.CookiesPopup .more p.active, .CookiesPopup .more a.active {
  opacity: 1;
}
.CookiesPopup .more.active {
  height: 100%;
  overflow: visible;
  padding-bottom: 5px;
}
.CookiesPopup .more.active p, .CookiesPopup .more.active a {
  opacity: 1;
}
@media (min-width: 768px) {
  .CookiesPopup {
    width: 50%;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .CookiesPopup {
    width: 400px;
  }
  .CookiesPopup p, .CookiesPopup a, .CookiesPopup span, .CookiesPopup button {
    font-size: 1vw;
  }
}

.sidebar .section {
  list-style: none;
}
.sidebar .section .underline {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
.sidebar .section .links {
  list-style: none;
  padding: 0 10px 10px;
}
.sidebar .section .links a {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  color: rgba(74, 90, 125, 0.8);
}
.sidebar .section .links a:hover {
  color: #2d91ce;
}
.sidebar .section .links li {
  margin-bottom: 10px;
}
.sidebar .section .links li svg {
  width: 20px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sidebar {
    border-top: 1px solid rgba(74, 90, 125, 0.25);
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    border-top: 0;
    border-left: 1px solid rgba(74, 90, 125, 0.25);
    padding-left: 30px;
    margin-top: 30px;
  }
  .sidebar .section .links li svg {
    width: 1.8vw;
  }
}

table thead {
  border-bottom: 1px solid rgba(74, 90, 125, 0.5);
}
table thead th {
  padding-bottom: 10px;
}
table thead, table tbody {
  width: 100%;
}
table td {
  width: 100%;
  display: block;
  vertical-align: top;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  table.five_cols td {
    width: 20%;
  }
  table.four_cols td {
    width: 25%;
  }
  table.three_cols td {
    width: 33.333%;
  }
  table.two_cols td {
    width: 50%;
  }
  table td {
    width: auto;
    display: table-cell;
  }
}
table.programme tr td {
  padding: 0 20px;
}
table.programme tr:nth-child(2n) td {
  background-color: rgba(45, 145, 206, 0.1);
}
table.programme tr:nth-child(2n) td p {
  color: #4a5a7d;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.home_content .inner {
  padding: 100px 20px 20px;
}
@media (min-width: 1024px) {
  .home_content {
    width: 100%;
    margin: 0 auto;
  }
  .home_content .inner {
    padding: 100px 10% 0;
  }
}

.home_flatblock_membership,
.home_flatblock_newsletter {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px;
  display: block;
}
.home_flatblock_membership p,
.home_flatblock_newsletter p {
  color: #4a5a7d;
  font-family: "Avenir-Heavy";
}
.home_flatblock_membership p a,
.home_flatblock_newsletter p a {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  color: #4a5a7d;
  border: 1px solid #4a5a7d;
  border-radius: 100px;
  font-family: "Avenir-Heavy";
  padding: 10px 20px;
  line-height: 1;
  display: block;
}
.home_flatblock_membership p a:hover,
.home_flatblock_newsletter p a:hover {
  background-color: #4a5a7d;
  color: #ffffff;
}
@media (min-width: 768px) {
  .home_flatblock_membership,
  .home_flatblock_newsletter {
    background-size: 100%;
    padding: 3vw 30px 3vw;
  }
  .home_flatblock_membership p, .home_flatblock_membership p a,
  .home_flatblock_newsletter p,
  .home_flatblock_newsletter p a {
    font-size: 2vw;
  }
  .home_flatblock_membership p a,
  .home_flatblock_newsletter p a {
    display: inline-block;
    margin: 0 10px;
  }
}

.home_flatblock_membership {
  background-image: url("../img/home_flatblock.png");
}
@media (min-width: 768px) {
  .home_flatblock_membership {
    padding: 8vw 30px 5vw;
  }
}

.page_header {
  position: relative;
  z-index: -10;
  overflow: hidden;
}
.page_header .head_image {
  background-attachment: fixed;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: 25vh;
  z-index: 10;
  padding: 30px;
}
.page_header .head_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(74, 90, 125, 0.75);
  background-blend-mode: multiply;
}
.page_header .head_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/head_image.png");
  background-position: top right;
  background-size: cover;
  z-index: 100;
}
.page_header .head_image .title {
  position: relative;
  z-index: 400;
  color: #ffffff;
  padding: 30px;
}
.page_header .head_image .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.page_header .no_image {
  padding: 30px;
}
.page_header .no_image hr {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
  width: 10%;
}
@media (min-width: 1024px) {
  .page_header .head_image {
    min-height: inherit;
    padding: 10%;
  }
  .page_header .head_image .title {
    font-size: 3vw;
    padding: 0;
  }
  .page_header .no_image {
    padding: 50px 10% 0;
  }
}

.page_container .content {
  position: relative;
  z-index: 1200;
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #ffffff;
}
.page_container .content .inner {
  padding: 0 30px 30px;
}
.page_container .content .page_gallery {
  padding: 20px 0 0;
}
.page_container .content .page_gallery a p {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  margin-bottom: 0;
}
.page_container .content .page_gallery a hr {
  margin: 0;
}
.page_container .content .page_gallery a:hover p {
  color: #2d91ce;
}
.page_container .edit {
  position: relative;
  z-index: 1200;
  width: 100%;
  padding: 1px 10%;
  background: #ffffff;
  z-index: 1000;
  position: relative;
}
@media (min-width: 1024px) {
  .page_container .content.generic .inner {
    padding-top: 0;
  }
  .page_container .content.generic .page_gallery .inner {
    padding: 0;
  }
  .page_container .content .inner {
    padding: 50px 10%;
  }
}

#membership_profile .profile {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
#membership_profile .profile a:hover {
  text-decoration: none;
}
#membership_profile .profile button, #membership_profile .profile input[type=submit] {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(45, 145, 206, 0.3);
  border: 0;
  color: #4a5a7d;
  font-family: "Avenir-Light";
  line-height: 1.5;
  padding: 5px 15px;
  position: relative;
  text-align: center;
}
#membership_profile .profile button i, #membership_profile .profile input[type=submit] i {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-right: 5px;
  color: #4a5a7d;
}
#membership_profile .profile button:hover, #membership_profile .profile button:focus, #membership_profile .profile button.is-loading, #membership_profile .profile input[type=submit]:hover, #membership_profile .profile input[type=submit]:focus, #membership_profile .profile input[type=submit].is-loading {
  color: #ffffff;
  background: #4a5a7d;
  cursor: pointer;
}
#membership_profile .profile button:hover i, #membership_profile .profile button:focus i, #membership_profile .profile button.is-loading i, #membership_profile .profile input[type=submit]:hover i, #membership_profile .profile input[type=submit]:focus i, #membership_profile .profile input[type=submit].is-loading i {
  color: #ffffff;
}
#membership_profile .profile button.is-loading, #membership_profile .profile input[type=submit].is-loading {
  pointer-events: none;
  color: transparent;
}
#membership_profile .profile button.is-loading::after, #membership_profile .profile input[type=submit].is-loading::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  animation: spinAround 0.5s infinite linear;
  border: 2px solid currentColor;
  border-top-color: rgb(219, 219, 219);
  border-right-color: rgb(219, 219, 219);
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
#membership_profile .profile .logout_iris form, #membership_profile .profile .logout_iris a {
  display: inline-block;
}
#membership_profile .profile .logout_iris i {
  padding-right: 5px;
}
#membership_profile .profile .section {
  padding: 25px 0;
}
#membership_profile .profile .section hr {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
#membership_profile .profile .section table {
  width: 100%;
}
#membership_profile .profile .section table td {
  padding: 10px 0;
}
#membership_profile .profile .section table td.title {
  font-family: "Avenir-Heavy";
}
@media (min-width: 1024px) {
  #membership_profile .profile .section table td.title {
    padding-right: 20px;
    width: 30%;
  }
}
#membership_profile .profile .section table.profile_details {
  display: flex;
}
#membership_profile .profile .section table.profile_details tr {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
#membership_profile .profile .section table.profile_details td {
  width: 100%;
  display: block;
}
#membership_profile .profile .section table.profile_details td:last-child {
  background-color: rgba(45, 145, 206, 0.2);
  padding: 10px;
}
@media (min-width: 1024px) {
  #membership_profile .profile .logout_iris {
    position: absolute;
    top: 50px;
    right: 10%;
  }
  #membership_profile .profile .logout_iris a {
    padding-left: 15px;
    border-left: 1px solid rgba(74, 90, 125, 0.25);
    line-height: 1;
  }
  #membership_profile .profile .logout_iris input[type=submit] {
    min-width: 5vw;
  }
  #membership_profile .profile .logout_iris form {
    padding-right: 10px;
    line-height: 1;
  }
  #membership_profile .profile hr.yellow {
    width: 12%;
  }
  #membership_profile .profile .section {
    padding: 25px 0;
  }
  #membership_profile .profile .section hr {
    border: 0;
    width: 15%;
    background-color: #ffe700;
    height: 5px;
    display: inline-block;
    margin: 15px 0 20px;
  }
  #membership_profile .profile .section table.profile_details td {
    width: 30%;
    display: inline-flex;
  }
  #membership_profile .profile .section table.profile_details td:last-child {
    width: 60%;
  }
}

#registration hr {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
#registration table {
  width: 100%;
}
#registration table td {
  padding: 10px 0;
}
#registration table td.title {
  font-family: "Avenir-Heavy";
}
@media (min-width: 1024px) {
  #registration table td.title {
    padding-right: 20px;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  #registration .login .inner {
    padding: 0 5%;
  }
  #registration .login .inner form {
    width: 95%;
  }
  #registration .create {
    border-left: 1px solid rgba(74, 90, 125, 0.25);
  }
  #registration .create .inner {
    padding: 0 5%;
  }
}

.profile-details table {
  width: 100%;
}
.profile-details table td {
  padding: 10px 0;
}
.profile-details table td.title {
  font-family: "Avenir-Heavy";
}
@media (min-width: 1024px) {
  .profile-details table td.title {
    padding-right: 20px;
    width: 30%;
  }
}

#event-register-form {
  padding-top: 50px;
}

#news {
  padding: 30px;
}
#news .col-sm-12 {
  padding: 0;
}
#news .col-sm-12 .inner {
  padding: 20px 0;
}
#news .title .underline {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
#news .submenu .news-cats li .active .underline {
  width: 100%;
  background-color: #ffe700;
}
#news .submenu .news-cats li:hover .underline, #news .submenu .news-cats li:active .underline, #news .submenu .news-cats li:focus .underline {
  width: 100%;
}
#news .news_listing .item {
  padding: 20px 0;
}
#news .news_listing .item h4, #news .news_listing .item h4 a {
  display: inline-block;
  color: #4a5a7d;
  font-family: "Avenir-Heavy";
}
#news .news_listing .item h4:hover, #news .news_listing .item h4 a:hover {
  text-decoration: none;
}
#news .news_listing .item h4 .underline, #news .news_listing .item h4 a .underline {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  height: 2px;
  background: #4a5a7d;
  width: 0;
  display: block;
}
#news .news_listing .item h4:hover .underline, #news .news_listing .item h4:focus .underline, #news .news_listing .item h4 a:hover .underline, #news .news_listing .item h4 a:focus .underline {
  width: 100%;
}
#news .news_listing .item a {
  display: block;
}
#news .news_listing .item a:hover {
  text-decoration: none;
}
#news .news_listing .item img {
  width: 100%;
}
#news .archives .inner {
  padding: 30px 0;
}
#news .archives .inner ul {
  padding: 0;
  list-style: none;
}
#news .archives .inner ul li {
  padding: 5px 0;
}
#news .archives .inner ul li a.active {
  color: #4a5a7d;
}
@media (min-width: 1024px) {
  #news .archives {
    border-left: 1px solid rgba(74, 90, 125, 0.25);
  }
  #news .archives .inner {
    padding: 20px;
  }
}
#news .next_prev {
  background: rgba(74, 90, 125, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#news .next_prev .inner {
  padding: 20px;
}
#news .next_prev a {
  color: #4a5a7d;
  font-family: "Avenir-Heavy";
}
#news .next_prev a:hover {
  color: #2d91ce;
}
@media (min-width: 1024px) {
  #news .next_prev .inner {
    padding: 20px 10%;
  }
  #news .next_prev .inner .next {
    float: right;
  }
}
@media (min-width: 768px) {
  #news .col-sm-12 .inner {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  #news {
    padding: 50px 10%;
  }
}

.job-listing {
  padding: 30px 0;
}
.job-listing .row img {
  width: 100%;
  display: block;
}
.job-listing hr {
  background-color: rgba(74, 90, 125, 0.05);
  width: 100%;
  display: block;
  margin: 20px auto;
}

.course-listing {
  padding: 30px 0;
}
.course-listing .row img {
  width: 100%;
  display: block;
}
.course-listing hr {
  background-color: rgba(74, 90, 125, 0.05);
  width: 100%;
  display: block;
  margin: 20px auto;
}

#centres .header {
  padding-bottom: 30px;
}
#centres .header .underline {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
#centres .tabs {
  float: right;
  margin-top: 5px;
}
#centres .tabs span, #centres .tabs a {
  font-size: 14pt;
  font-family: "Avenir-Heavy";
}
#centres .tabs span {
  padding: 0 10px;
}
#centres .tabs span:first-child {
  border-right: 1px solid #4a5a7d;
}
#centres .centre-listing {
  padding: 20px 0;
}
#centres .centre-listing img {
  width: 100%;
  display: block;
}
#centres .centre-listing a {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  position: relative;
  display: inline-block;
}
#centres .centre-listing a:hover, #centres .centre-listing a:focus {
  color: #2d91ce;
}
#centres .centre-listing h4 {
  color: #2d91ce;
}
#centres .centre-listing .tabs span {
  font-family: "Avenir-Heavy";
  padding: 0 10px;
}
#centres .centre-listing .tabs span:first-child {
  border-right: 1px solid #4a5a7d;
}
#centres #map-canvas {
  min-height: 100vh;
  width: 100%;
}
@media (min-width: 1024px) {
  #centres .tabs {
    margin-top: 0;
  }
  #centres .tabs span, #centres .tabs a {
    font-size: 1.4vw;
  }
  #centres #map-canvas {
    min-height: 35vw;
  }
}

.centre .centre_gallery {
  padding-top: 30px;
}
.centre .centre-images {
  display: flex;
}
.centre .centre-images button {
  color: transparent;
  background-color: transparent;
  background-image: url("../img/left.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  outline: none;
  background-size: 35%;
  height: 45vw;
  width: 10%;
}
.centre .centre-images button.slick-next {
  transform: rotate(180deg);
}
.centre .centre-images .slick-list {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.centre .centre-images .inner {
  padding: 0 10px;
}
.centre .centre-images .inner img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .centre .centre-images button {
    height: 15vw;
  }
  .centre .centre-images .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1024px) {
  .centre .pagecontent {
    padding-right: 30px;
  }
  .centre .centre-images button {
    height: 12vw;
    background-size: 1.2vw;
    width: 5%;
  }
  .centre .centre-images .slick-list {
    width: 90%;
  }
}

.author-form {
  position: relative;
}
@media (min-width: 1024px) {
  .author-form {
    position: relative;
    padding-top: 3vw;
  }
  .author-form .author-close {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.event_logo img {
  width: 100%;
  display: block;
  margin: 0;
}

.event_detail {
  padding-top: 50px;
}
.event_detail .underline {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
.event_detail .inner {
  padding: 30px;
}
@media (min-width: 1024px) {
  .event_detail .inner {
    padding: 50px 10%;
  }
}

body.siren nav {
  border-bottom: 1px solid rgba(74, 90, 125, 0.25);
}
body.siren .subnav {
  display: none;
}
body.siren table td {
  display: inline-flex !important;
}
body.siren.contact iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1020px;
  overflow: scroll;
}
@media (min-width: 1024px) {
  body.siren.contact nav ul .first .children {
    justify-content: center;
  }
  body.siren.contact iframe {
    min-height: 1024px;
  }
  body.siren.contact .content .content-container {
    display: flex;
    width: 100%;
  }
  body.siren.contact .content .content-container .form {
    width: 60%;
    padding-right: 5vw;
  }
}
body.siren .login-prompt {
  display: none;
}

body.contact-siren header,
body.contact-siren .main_navigation,
body.contact-siren footer,
body.contact-siren .menu_toggle,
body.contact-siren h2, body.contact-siren .yellow,
body.contact-siren #jivo-iframe-container,
body.contact-siren .globalClass_a041 {
  display: none !important;
}
body.contact-siren .page_container .content .inner {
  padding: 0;
}
@media (min-width: 600px) {
  body.contact-siren form label,
  body.contact-siren form input,
  body.contact-siren form textarea,
  body.contact-siren form a,
  body.contact-siren form p,
  body.contact-siren form button {
    font-size: 14pt !important;
  }
}
@media (min-width: 1200px) {
  body.contact-siren form label,
  body.contact-siren form input,
  body.contact-siren form textarea,
  body.contact-siren form a,
  body.contact-siren form p,
  body.contact-siren form button {
    font-size: 2vw !important;
  }
}
body.contact-siren form .consent {
  display: flex;
}

body.Sponsors-and-Exhibitors .page_container {
  min-height: auto;
}
body.Sponsors-and-Exhibitors .page_container .content .inner {
  padding-bottom: 0 !important;
}

.partner-collection {
  max-width: 90%;
  margin: 0 auto;
}
.partner-collection .item .top {
  margin-bottom: 30px;
}
.partner-collection .item .top .image {
  display: block;
  width: 80%;
  margin: 1rem auto;
}
.partner-collection .item .top .image img {
  width: 100%;
}
.partner-collection .item .top .gold-partner {
  background-color: #b08f26;
}
.partner-collection .item .top .gold-partner::before {
  content: "Gold partner";
}
.partner-collection .item .top .silver-partner {
  background-color: #b5b5bd;
}
.partner-collection .item .top .silver-partner::before {
  content: "Silver partner";
}
.partner-collection .item .top .platinum-partner {
  background-color: #6f7270;
}
.partner-collection .item .top .platinum-partner::before {
  content: "Platinum partner";
}
.partner-collection .item .top .table-top {
  background-color: #4a5a7d;
}
.partner-collection .item .top .table-top::before {
  content: "Table top";
}
.partner-collection .item .top .exhibitor {
  background-color: #4a5a7d;
}
.partner-collection .item .top .exhibitor::before {
  content: "Exhibitor";
}
.partner-collection .item .top .bespoke {
  background-color: #4a5a7d;
}
.partner-collection .item .top .bespoke::before {
  content: "Bespoke";
}
.partner-collection .item .top .level {
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1.2;
  border-radius: 30px;
  margin-top: 0.5rem;
}
.partner-collection .item .top .level::before {
  font-family: "Avenir-Light";
  color: white;
}
.partner-collection .item a.button {
  transition: 200ms;
  background-color: #4a5a7d;
  color: #ffffff;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 30px;
}
.partner-collection .item a.button:hover, .partner-collection .item a.button:focus {
  background-color: #2d91ce;
}
@media (min-width: 768px) {
  .partner-collection .item .top {
    display: flex;
  }
  .partner-collection .item .top .image {
    height: 4rem;
    width: auto;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 1024px) {
  .partner-collection {
    display: flex;
    flex-wrap: wrap;
    max-width: 85%;
  }
  .partner-collection .item {
    width: 45%;
    margin: 2.5%;
  }
  .partner-collection .item .top .image {
    width: 30%;
    height: fit-content;
  }
  .partner-collection .item div::before {
    font-size: 1.2vw;
  }
}

body.sesam-lisbon-2023.speakers .accordion p {
  transition: 200ms;
  opacity: 0;
  height: 0;
}
body.sesam-lisbon-2023.speakers .accordion .more {
  cursor: pointer;
}
body.sesam-lisbon-2023.speakers .accordion.open p {
  opacity: 1;
  height: inherit;
}

body.event .subnav a.button {
  background: #4a5a7d;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 40px;
  vertical-align: middle;
  margin: 0;
}
body.event .subnav a.button .underline {
  height: 0;
}
body.event .subnav a.button:hover .underline, body.event .subnav a.button:focus .underline {
  width: 0;
}

.gallery_index {
  display: flex;
  padding: 30px;
  width: 100%;
}
.gallery_index .gallery_tile {
  margin: 0;
}
.gallery_index .gallery_tile .content {
  position: relative;
  overflow: hidden;
}
.gallery_index .gallery_tile .content:hover .inner .rollover, .gallery_index .gallery_tile .content:focus .inner .rollover {
  bottom: 0;
}
.gallery_index .gallery_tile .content .inner {
  padding: 0;
}
.gallery_index .gallery_tile .content .inner img {
  width: 100%;
}
.gallery_index .gallery_tile .content .inner .rollover {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(74, 90, 125, 0.85);
  position: absolute;
  bottom: -100%;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery_index .gallery_tile .content .inner .rollover .inner {
  padding: 30px;
}
.gallery_index .gallery_tile .content .inner .rollover .inner h3, .gallery_index .gallery_tile .content .inner .rollover .inner a {
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .gallery_index .gallery_tile {
    width: 45%;
    margin-right: 2.5%;
  }
}
@media (min-width: 1024px) {
  .gallery_index {
    padding: 50px 10%;
  }
  .gallery_index .gallery_tile {
    width: 25%;
  }
}

#lightbox_container {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 5000000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(74, 90, 125, 0.95);
}
#lightbox_container .close {
  color: #ffffff;
  position: relative;
  font-family: "Avenir-Light";
  font-weight: 100;
  margin: 30px;
  opacity: 1;
  text-shadow: none;
  z-index: 100;
}
#lightbox_container .close:hover {
  cursor: pointer;
  color: #2d91ce;
}
#lightbox_container .inner {
  position: relative;
  padding: 30px;
}
#lightbox_container.active {
  height: 100%;
}
#lightbox_container .gallery button {
  color: transparent;
  background-color: transparent;
  background-image: url("../img/left.png");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border: 0;
  vertical-align: middle;
  outline: none;
  background-image: url("../img/white_arrow.png");
  background-size: 20%;
  position: absolute;
  z-index: 1000;
  top: 50%;
}
#lightbox_container .gallery button.slick-next {
  transform: rotate(180deg);
}
#lightbox_container .gallery button.slick-prev {
  left: 0;
}
#lightbox_container .gallery button.slick-next {
  right: 0;
}
#lightbox_container .gallery .slick-list {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
}
#lightbox_container .gallery img {
  margin: 0 auto;
  width: 100%;
  display: block;
  z-index: 500;
}
#lightbox_container .slider-nav {
  margin-top: 40px;
}
#lightbox_container .slider-nav .slick-slide {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  opacity: 0.25;
  outline: none;
}
#lightbox_container .slider-nav .slick-slide:hover {
  cursor: pointer;
  opacity: 1;
}
#lightbox_container .slider-nav .slick-slide img {
  width: 95%;
}
#lightbox_container .slider-nav .slick-current {
  opacity: 1;
}
@media (min-width: 1024px) {
  #lightbox_container .close {
    font-size: 1.6vw;
  }
  #lightbox_container .gallery img {
    width: auto;
    height: 60vh;
  }
  #lightbox_container .gallery button {
    background-size: 60%;
    height: 5vw;
  }
  #lightbox_container .gallery button:hover, #lightbox_container .gallery button:focus {
    cursor: pointer;
  }
  #lightbox_container .gallery button.slick-prev {
    background-size: 40%;
  }
}

.returnProfile {
  margin: 20px;
}
@media (min-width: 1024px) {
  .returnProfile {
    position: absolute;
    top: 0;
    right: 12.5%;
    margin: 0;
  }
}

#rbasket h1 {
  margin: 70px 0 0;
}
#rbasket h1:nth-of-type(1) {
  margin: 0;
}
#rbasket table {
  display: table;
}
#rbasket table td {
  padding: 5px;
}
#rbasket table.totals td {
  width: 5%;
  display: inline-block;
}
@media (min-width: 768px) {
  #rbasket table td, #rbasket table th {
    width: auto;
  }
  #rbasket table .total {
    display: flex;
    flex-wrap: wrap;
  }
  #rbasket table .total td {
    text-align: right;
    width: 95%;
  }
  #rbasket table .total td:last-child {
    width: 5%;
  }
}
#rbasket form {
  padding-top: 5px;
}
#rbasket form input[type=number] {
  padding: 5px 2.5px 5px 10px;
  min-width: 65px;
  min-height: 30px;
}

form.review {
  padding-top: 10px !important;
}

.my_abstracts table td, .my_abstracts table th {
  padding: 10px;
}
.my_abstracts table .links a {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(45, 145, 206, 0.3);
  border: 0;
  color: #4a5a7d;
  font-family: "Avenir-Light";
  line-height: 1.5;
  padding: 5px 15px;
  position: relative;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
}
.my_abstracts table .links a i {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-right: 5px;
  color: #4a5a7d;
}
.my_abstracts table .links a:hover, .my_abstracts table .links a:focus, .my_abstracts table .links a.is-loading {
  color: #ffffff;
  background: #4a5a7d;
  cursor: pointer;
}
.my_abstracts table .links a:hover i, .my_abstracts table .links a:focus i, .my_abstracts table .links a.is-loading i {
  color: #ffffff;
}
.my_abstracts table .links a.is-loading {
  pointer-events: none;
  color: transparent;
}
.my_abstracts table .links a.is-loading::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  animation: spinAround 0.5s infinite linear;
  border: 2px solid currentColor;
  border-top-color: rgb(219, 219, 219);
  border-right-color: rgb(219, 219, 219);
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

body {
  margin: 0 auto;
  display: block;
}
body .close span {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  height: 2px;
  width: 10px;
  transform: rotate(45deg);
}
body .close span:nth-of-type(2) {
  transform: rotate(-45deg);
  margin-top: 10px;
}
@media (min-width: 1024px) {
  body .close span {
    height: 0.25vw;
    width: 2vw;
  }
  body .close span:nth-of-type(2) {
    margin-top: -0.25vw;
  }
}
body .django-message {
  position: relative;
  z-index: 1200;
}
body .row {
  margin: 0;
}
@media (max-width: 768px) {
  body .row {
    display: block !important;
  }
}
body .page_container {
  position: relative;
  z-index: 1200;
  background: #ffffff;
  display: block;
  width: 100%;
}
body h1, body h2, body h3, body h4,
body h1 a, body h2 a, body h3 a, body h4 a {
  font-family: "Avenir-Heavy";
  color: #4a5a7d;
}
body p, body span, body table, body ul, body ol, body .close {
  font-family: "Avenir-Light";
  color: #4a5a7d;
}
body p.error {
  color: #ec0000;
  font-family: "Avenir-Heavy";
}
body p i {
  color: #4a5a7d;
}
body strong {
  font-family: "Avenir-Heavy";
}
body a {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  font-family: "Avenir-Light";
  color: #2d91ce;
}
body a:hover, body a:focus {
  color: #4a5a7d;
  text-decoration: none;
}
body hr.lightblue {
  border: 0;
  width: 15%;
  background-color: #97d0f3;
  height: 5px;
  display: inline-block;
  margin: 20px 0;
}
body hr.yellow {
  border: 0;
  width: 15%;
  background-color: #ffe700;
  height: 5px;
  display: inline-block;
  margin: 15px 0 20px;
}
body a button {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(45, 145, 206, 0.3);
  border: 0;
  color: #4a5a7d;
  font-family: "Avenir-Light";
  line-height: 1.5;
  padding: 5px 15px;
  position: relative;
  text-align: center;
}
body a button i {
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  padding-right: 5px;
  color: #4a5a7d;
}
body a button:hover, body a button:focus, body a button.is-loading {
  color: #ffffff;
  background: #4a5a7d;
  cursor: pointer;
}
body a button:hover i, body a button:focus i, body a button.is-loading i {
  color: #ffffff;
}
body a button.is-loading {
  pointer-events: none;
  color: transparent;
}
body a button.is-loading::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  animation: spinAround 0.5s infinite linear;
  border: 2px solid currentColor;
  border-top-color: rgb(219, 219, 219);
  border-right-color: rgb(219, 219, 219);
  border-radius: 9999px;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
@keyframes spinAround {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
body p {
  margin-top: 1rem;
}
body .accordion p {
  transition: 200ms;
  opacity: 0;
  height: 0;
}
body .accordion .more {
  cursor: pointer;
}
body .accordion.open p {
  opacity: 1;
  height: inherit;
}
@media (min-width: 768px) {
  body .row {
    display: flex;
  }
}
@media (min-width: 1024px) {
  body .page_container {
    min-height: 60vh;
  }
  body hr.yellow {
    width: 15%;
  }
  body p, body span, body table, body a, body p i, body strong, body ul, body ol, body input, body input[type=submit], body form button, body .close {
    font-size: 1.2vw;
  }
  body h1, body h1 a {
    font-size: 3vw;
  }
  body h2, body h2 a {
    font-size: 2.5vw;
  }
  body h3, body h3 a {
    font-size: 1.8vw;
  }
  body h4, body h4 a {
    font-size: 1.4vw;
  }
}
@media (min-width: 2000px) {
  body p, body span, body table, body a, body p i, body strong, body ul, body ol, body input, body input[type=submit], body form button, body .close {
    font-size: 1vw;
  }
  body h1, body h1 a {
    font-size: 2.8vw;
  }
  body h2, body h2 a {
    font-size: 2.25vw;
  }
  body h3, body h3 a {
    font-size: 1.4vw;
  }
  body h4, body h4 a {
    font-size: 1.2vw;
  }
}
