﻿@charset "UTF-8";
/*@mixin for-tablet-landscape-up-to-ipad-pro {
    @media (min-width: 900px) and (max-width: 1024px) {
        @content;
    }
}*/
/*-----------------------------------------------------*/
/*-----------------------------------------\------------*/
/* iPhone X and Xs Max */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
.navbar {
  background-image: -webkit-linear-gradient(#00053E, #00053E 60%, #00053E);
  border: none;
  min-height: 90px;
  z-index: 903;
  position: fixed;
  top: 0;
  width: 100%; }
  .navbar > * {
    max-width: 100%; }
  .navbar .container {
    min-height: 90px;
    display: flex;
    position: relative; }
    @media (min-width: 1100px) {
      .navbar .container {
        max-width: 80%;
        width: auto;
        margin: 0 auto; } }
    @media (min-width: 300px) and (max-width: 1099px) {
      .navbar .container {
        max-width: 100%;
        padding: 0 20px; } }
    .navbar .container > * {
      max-width: 100%; }
    @media (min-width: 300px) and (max-width: 1099px) {
      .navbar .container {
        padding: 0 0 0 2rem !important; } }
    .navbar .container .navbar-collapse {
      padding-right: 0;
      padding-left: 0;
      z-index: 1;
      /*@include for-tablet-portrait-up-to-ipad-pro(){
                width:58% !important;
                height:auto !important; 
                min-height:inherit !important; 
            }*/ }
      @media (min-width: 1100px) {
        .navbar .container .navbar-collapse {
          max-width: unset; } }
    .navbar .container ul.nav.navbar-nav {
      display: flex;
      float: none;
      height: 100%;
      flex-wrap: wrap; }
      .navbar .container ul.nav.navbar-nav > li {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        /*&.open{
                    b.caret:first-of-type{
                        @include for-small-tablet-portrait-down() {
                            transform: rotate(225deg);
                            -webkit-transform: rotate(225deg);
                        }
                    }
                }*/ }
        .navbar .container ul.nav.navbar-nav > li b.caret:first-of-type {
          position: relative;
          border: none;
          border: solid;
          border-width: 0 2px 2px 0;
          padding: 3px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          top: -2px;
          left: 5px; }
          @media (max-width: 768px) {
            .navbar .container ul.nav.navbar-nav > li b.caret:first-of-type {
              position: absolute;
              top: 17px;
              right: 0;
              left: auto;
              border-width: 0 4px 4px 0;
              padding: 4px; } }
        .navbar .container ul.nav.navbar-nav > li > ul > li b.caret:first-of-type {
          top: -1px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
          @media (max-width: 768px) {
            .navbar .container ul.nav.navbar-nav > li > ul > li b.caret:first-of-type {
              top: 7px;
              right: 30px;
              transform: rotate(225deg);
              -webkit-transform: rotate(225deg); } }
        @media (max-width: 768px) {
          .navbar .container ul.nav.navbar-nav > li > ul > li.open b.caret:first-of-type {
            transform: rotate(45deg) !important;
            -webkit-transform: rotate(45deg) !important; } }
        .navbar .container ul.nav.navbar-nav > li > a {
          letter-spacing: 0.5px;
          text-decoration: none; }
        .navbar .container ul.nav.navbar-nav > li.active > a,
        .navbar .container ul.nav.navbar-nav > li.active > a:focus,
        .navbar .container ul.nav.navbar-nav > li > a:focus {
          background-color: transparent;
          text-decoration: none; }
        .navbar .container ul.nav.navbar-nav > li.active > a:hover, .navbar .container ul.nav.navbar-nav > li > a:hover, .navbar .container ul.nav.navbar-nav > li.active > a {
          color: #93D500;
          background-color: transparent;
          text-decoration: none; }
        .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu {
          display: none;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.5s linear; }
        .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu {
          padding: 5px 0 0 0;
          display: initial;
          visibility: visible;
          opacity: 1;
          margin: 0 0 0 0;
          display: flex;
          flex-direction: column;
          width: fit-content !important;
          border-top: none;
          border-right: none;
          border-bottom: none;
          border-left: 2px solid #93D500;
          background-color: #00053E;
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-background-clip: unset;
          background-clip: unset; }
          .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li {
            padding: 5px 0px; }
            @media screen and (max-width: 769px) {
              .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li {
                padding: 0px 0px; } }
            .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.active > a:focus,
            .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li a {
              color: #ffffff;
              background-color: transparent;
              text-decoration: none; }
            .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.active > a:hover, .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li a:hover, .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.active > a {
              color: #93D500;
              background-color: transparent;
              text-decoration: none; }
            .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.dropdown b.caret:after {
              transform: rotate(0); }
            .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu {
              display: none;
              visibility: hidden;
              opacity: 0;
              transition: visibility 0s, opacity 0.5s linear;
              z-index: 0;
              width: 100%;
              left: 100%;
              top: -1%; }
              .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu > li {
                padding: 5px 0px; }
                @media screen and (max-width: 769px) {
                  .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu > li {
                    padding: 0 0px; } }
            .navbar .container ul.nav.navbar-nav > li:hover ul.dropdown-menu > li.dropdown:hover ul.dropdown-menu {
              display: initial;
              visibility: visible;
              opacity: 1; }
        .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu {
          display: none;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.5s linear; }
        .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu {
          padding: 5px 0 0 0;
          display: initial;
          visibility: visible;
          opacity: 1;
          margin: 0 0 0 0;
          display: flex;
          flex-direction: column;
          width: fit-content !important;
          border-top: none;
          border-right: none;
          border-bottom: none;
          border-left: 2px solid #93D500;
          background-color: #00053E;
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-background-clip: unset;
          background-clip: unset; }
          .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li {
            padding: 5px 0px; }
            @media screen and (max-width: 769px) {
              .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li {
                padding: 0px 0px; } }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.active > a:focus,
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li a {
              color: #ffffff;
              background-color: transparent;
              text-decoration: none; }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.active > a:hover, .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li a:hover, .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.active > a {
              color: #93D500;
              background-color: transparent;
              text-decoration: none; }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown b.caret:after {
              transform: rotate(0); }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu {
              display: none;
              visibility: hidden;
              opacity: 0;
              transition: visibility 0s, opacity 0.5s linear;
              z-index: 0;
              width: 100%;
              left: 100%;
              top: -1%; }
              .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu > li {
                padding: 5px 0px; }
                @media screen and (max-width: 769px) {
                  .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu > li {
                    padding: 0 0px; } }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown:hover ul.dropdown-menu {
              display: initial;
              visibility: visible;
              opacity: 1; }
        .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu ul.dropdown-menu {
          display: none;
          visibility: hidden;
          opacity: 0;
          transition: visibility 0s, opacity 0.5s linear; }
        .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu {
          padding: 5px 0 0 0;
          display: initial;
          visibility: visible;
          opacity: 1;
          margin: 0 0 0 0;
          display: flex;
          flex-direction: column;
          width: fit-content !important;
          border-top: none;
          border-right: none;
          border-bottom: none;
          border-left: 2px solid #93D500;
          background-color: #00053E;
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-background-clip: unset;
          background-clip: unset; }
          .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li {
            padding: 5px 0px; }
            @media screen and (max-width: 769px) {
              .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li {
                padding: 0px 0px; } }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.active > a:focus,
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li a {
              color: #ffffff;
              background-color: transparent;
              text-decoration: none; }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.active > a:hover, .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li a:hover, .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.active > a {
              color: #93D500;
              background-color: transparent;
              text-decoration: none; }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown b.caret:after {
              transform: rotate(0); }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu {
              display: none;
              visibility: hidden;
              opacity: 0;
              transition: visibility 0s, opacity 0.5s linear;
              z-index: 0;
              width: 100%;
              left: 100%;
              top: -1%; }
              .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu > li {
                padding: 5px 0px; }
                @media screen and (max-width: 769px) {
                  .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown ul.dropdown-menu > li {
                    padding: 0 0px; } }
            .navbar .container ul.nav.navbar-nav > li ul.dropdown-menu ul.dropdown-menu:hover ul.dropdown-menu > li.dropdown:hover ul.dropdown-menu {
              display: initial;
              visibility: visible;
              opacity: 1; }
    .navbar .container .get-involve {
      align-items: center;
      display: flex; }
      .navbar .container .get-involve a {
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 10px;
        text-decoration: none; }
        .navbar .container .get-involve a:hover {
          background-color: #93D500;
          border: 1px solid #93D500;
          text-decoration: none; }
    .navbar .container ul.header-search {
      list-style: none;
      text-align: right;
      margin-left: auto;
      width: 45px; }
      .navbar .container ul.header-search:not(.open) {
        position: relative; }
      @media (max-width: 768px) {
        .navbar .container ul.header-search {
          width: auto; } }
      .navbar .container ul.header-search li.dropdown {
        /*position: absolute;
                right: 160px;
                left: 80px;
                top: 0;
                bottom: 0;
                display: flex;
                flex-direction: column;
                z-index: 0;*/
        position: absolute;
        top: -15px;
        left: 0;
        /*@include for-tablet-portrait-up-to-ipad-pro(){
                   right: 80px;
                 }*/ }
        .navbar .container ul.header-search li.dropdown.open {
          top: 0;
          bottom: 0;
          display: flex;
          flex-direction: column;
          z-index: 1;
          right: auto;
          width: 85.5%;
          left: 95px; }
          @media (min-width: 1002px) and (max-width: 1799px) {
            .navbar .container ul.header-search li.dropdown.open {
              width: 70%; } }
          @media (min-width: 300px) and (max-width: 766px) {
            .navbar .container ul.header-search li.dropdown.open {
              right: 3px;
              left: auto;
              width: 70%; } }
          @media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
            .navbar .container ul.header-search li.dropdown.open {
              right: 3px;
              left: 100px;
              width: 70%; } }
          .navbar .container ul.header-search li.dropdown.open a.dropdown-toggle {
            display: none; }
          .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu {
            position: unset;
            width: 100%;
            height: 90px;
            margin: 0;
            background-color: #00053E;
            display: unset;
            opacity: 1;
            transition: opacity 1000ms; }
            .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox {
              height: 80px;
              width: 100%;
              max-height: 100%;
              display: flex;
              align-items: center;
              padding: 0; }
              .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch {
                width: 100%; }
                .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch span.searchInputContainer {
                  /*width: calc(100% - 65px);*/
                  width: 100%;
                  margin: 0; }
                  .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch span.searchInputContainer input {
                    width: 100%;
                    padding-left: 1.5rem;
                    outline: none; }
                    .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch span.searchInputContainer input::placeholder {
                      color: #00053E; }
                .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch {
                  padding: 0;
                  font-size: 0;
                  text-decoration: none;
                  background-image: none;
                  border: none;
                  display: inline-block;
                  width: 25px;
                  height: 30px;
                  position: absolute;
                  right: 5rem;
                  top: 3rem;
                  background: transparent; }
                  .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch::after {
                    content: "";
                    background-image: url(img/search.svg);
                    background-repeat: no-repeat;
                    background-size: 20px;
                    background-position: center;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    font-size: 20px;
                    top: 6px; }
                .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch .dnnSearchBoxClearText {
                  background-image: url(img/close.svg);
                  top: 5px; }
        .navbar .container ul.header-search li.dropdown ul.dropdown-menu {
          display: none;
          opacity: 0;
          transition: opacity 300ms; }
        .navbar .container ul.header-search li.dropdown a.dropdown-toggle {
          font-size: 0; }
          .navbar .container ul.header-search li.dropdown a.dropdown-toggle b.caret {
            border: none;
            position: relative; }
          .navbar .container ul.header-search li.dropdown a.dropdown-toggle b::after {
            content: "";
            background-image: url(img/search.png);
            background-repeat: no-repeat;
            background-size: 20px;
            width: 20px;
            height: 20px;
            position: absolute;
            font-size: 20px;
            top: 35px; }
  @media (max-width: 768px) {
    .navbar, .navbar .container {
      min-height: auto;
      height: 90px;
      position: fixed;
      top: 0;
      width: 100%; }
      .navbar .get-involve, .navbar .navbar-toggle, .navbar .container .get-involve, .navbar .container .navbar-toggle {
        margin-left: 20px; }
      .navbar .searchInputContainer, .navbar .container .searchInputContainer {
        padding-right: 0 !important; }
      .navbar b.caret, .navbar .container b.caret {
        margin-right: 40px; }
    .navbar .navbar-toggle {
      display: block; }
    .navbar .navbar-collapse {
      height: 0px !important;
      width: 0px !important;
      visibility: hidden; }
    .navbar .navbar-collapse.collapse.in {
      visibility: visible;
      min-height: 900px;
      position: absolute;
      top: calc(90px - 2px);
      border: none;
      width: 80% !important;
      margin: 0;
      background-color: #00053E;
      right: 0;
      bottom: 0;
      padding: 0;
      z-index: 1000;
      height: auto !important; }
      .navbar .navbar-collapse.collapse.in ul.nav.navbar-nav {
        max-width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column; }
        .navbar .navbar-collapse.collapse.in ul.nav.navbar-nav li {
          text-align: left;
          /*margin-right: 15px;*/ }
          .navbar .navbar-collapse.collapse.in ul.nav.navbar-nav li:hover ul.dropdown-menu {
            border-left: none;
            display: none;
            position: initial; }
          .navbar .navbar-collapse.collapse.in ul.nav.navbar-nav li.dropdown.open a {
            background-color: transparent !important;
            text-decoration: none; }
          .navbar .navbar-collapse.collapse.in ul.nav.navbar-nav li.dropdown.open > ul.dropdown-menu {
            display: block !important;
            left: 30px;
            top: 0;
            position: relative !important;
            border-left: none; }
            .navbar .navbar-collapse.collapse.in ul.nav.navbar-nav li.dropdown.open > ul.dropdown-menu li.dropdown.open ul.dropdown-menu {
              top: 10px;
              left: 10px;
              position: relative !important;
              display: block !important; }
    .navbar button.navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
      border: none;
      background-color: transparent;
      margin: 0;
      margin-left: 20px; }
    .navbar .container ul.header-search li.dropdown a.dropdown-toggle b::after {
      left: -35px; }
    .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch span.searchInputContainer {
      padding-right: 35px; }
      .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch span.searchInputContainer input {
        width: 100%; }
    .navbar .container ul.header-search li.dropdown.open ul.dropdown-menu .searchBox span#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch::after {
      right: 10px; } }

#dnn_dnnLOGO_imgLogo {
  max-height: 90px; }

div#FooterRow {
  min-height: 240px;
  background-color: #00053E; }
  @media (min-width: 1100px) {
    div#FooterRow .container {
      max-width: 80%;
      width: auto;
      margin: 0 auto; } }
  @media (min-width: 300px) and (max-width: 1099px) {
    div#FooterRow .container {
      max-width: 100%;
      padding: 0 20px; } }
  div#FooterRow .container > * {
    max-width: 100%; }
  div#FooterRow h2 {
    display: none; }

.footer-page-links, .footer-socialmedia-sections {
  display: flex;
  flex-direction: row;
  margin: 3% auto 0 auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .footer-page-links .page-link, .footer-socialmedia-sections .page-link {
    border-right: 1px solid #8E8E93;
    padding: 0 10px; }
    .footer-page-links .page-link:last-child, .footer-socialmedia-sections .page-link:last-child {
      border-right: none; }
    .footer-page-links .page-link > a, .footer-socialmedia-sections .page-link > a {
      color: #ffffff;
      font-size: 14px;
      text-decoration: none; }
  .footer-page-links .image-action, .footer-page-links .buttons, .footer-socialmedia-sections .image-action, .footer-socialmedia-sections .buttons {
    display: flex;
    flex-direction: column; }
    .footer-page-links .image-action a, .footer-page-links .buttons a, .footer-socialmedia-sections .image-action a, .footer-socialmedia-sections .buttons a {
      color: unset; }
      .footer-page-links .image-action a:hover, .footer-page-links .buttons a:hover, .footer-socialmedia-sections .image-action a:hover, .footer-socialmedia-sections .buttons a:hover {
        color: #93D500; }
  .footer-page-links .social-media-item, .footer-socialmedia-sections .social-media-item {
    display: flex;
    flex-direction: column;
    margin: 0 10px; }

.footer-socialmedia-sections {
  margin-bottom: 2%; }
  .footer-socialmedia-sections .icon {
    width: 50px;
    height: 50px; }
    .footer-socialmedia-sections .icon img {
      max-width: 100%;
      max-height: 100%; }

.copyright-section {
  clear: both;
  padding: 30px 0;
  border-top: 1px solid;
  color: #ffffff;
  font-size: 12px; }

#cookie-law {
  background-color: #00053E;
  opacity: 0.85;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30000; }
  #cookie-law .container {
    margin: 0 auto;
    width: 80%;
    color: #f0f0f0;
    padding: 15px; }
    #cookie-law .container .buttons a {
      margin-top: 10px;
      margin-right: 10px;
      background: #ccc;
      color: #00053E;
      text-decoration: none;
      padding: 5px 10px;
      border-radius: 3px;
      display: inline-block; }

table {
  border-collapse: collapse;
  width: 100%; }
  table tr:nth-child(even) {
    background-color: #FAFAFA; }
  table td, table th {
    border: 1px solid #F1F1F1;
    padding: 8px; }
  table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00053E;
    color: #FAFAFA; }

body .person-box {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 35px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex; }
  @media (max-width: 768px) {
    body .person-box {
      height: unset;
      margin-right: unset; }
      body .person-box img {
        text-align: center; } }
  body .person-box .row.col-md-12 {
    padding: 0px !important; }
  body .person-box h3, body .person-box h4, body .person-box h5, body .person-box h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      body .person-box h3, body .person-box h4, body .person-box h5, body .person-box h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    body .person-box h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .person-box h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  body .person-box .profile-pic {
    text-align: right;
    padding: 0px;
    height: 100%; }
    @media (max-width: 768px) {
      body .person-box .profile-pic {
        height: unset; } }
    @media (max-device-width: 900px) and (orientation: landscape) {
      body .person-box .profile-pic {
        text-align: center; }
        body .person-box .profile-pic > img {
          max-width: 200px;
          width: unset; } }
    body .person-box .profile-pic img {
      width: 100%;
      object-fit: cover;
      height: 25vmin;
      min-height: 240px; }
      @media (max-width: 768px) {
        body .person-box .profile-pic img {
          min-height: unset;
          height: unset; } }
  body .person-box .profile-info {
    padding: 3vmin 1.5vmin 1vmin 4vmin;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 25vmin;
    min-height: 240px; }
    @media (max-width: 768px) {
      body .person-box .profile-info {
        padding: 4vmin;
        height: unset;
        min-height: unset; } }
    @media (max-device-width: 991px) and (orientation: landscape) {
      body .person-box .profile-info {
        min-height: 135px !important; } }
    body .person-box .profile-info .person-name h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .person-box .profile-info .person-about-text {
      margin-top: 1vmin; }
      body .person-box .profile-info .person-about-text h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
        @media (max-width: 768px) {
          body .person-box .profile-info .person-about-text h5 {
            -webkit-line-clamp: 4; } }
    body .person-box .profile-info .person-position-text {
      margin: auto 0; }
      body .person-box .profile-info .person-position-text h5 {
        color: #8E8E93;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
    body .person-box .profile-info .more-link {
      text-align: left;
      margin-top: auto; }
      body .person-box .profile-info .more-link h5 {
        float: right; }
  @media (max-width: 991px) {
    body .person-box > .row {
      flex-direction: column-reverse;
      display: flex;
      width: 100%; }
    body .person-box .row .profile-info {
      height: unset !important;
      display: inline-block;
      margin: 0 auto; }
    body .person-box .profile-pic {
      height: unset; }
      body .person-box .profile-pic img {
        height: 100%; } }
  @media (min-width: 300px) and (max-width: 1099px) {
    body .person-box .profile-info {
      padding: 3vmin 3vmin 2vmin 3vmin; } }
  @media (max-device-width: 900px) and (orientation: portrait) {
    body .person-box .profile-info {
      min-height: unset; }
    body .person-box .profile-pic {
      height: unset; } }

#dnn_CarouselPane {
  padding: 0 !important; }

.carousel {
  margin: 0;
  padding: 0;
  width: 100% !important;
  /*@include for-ipad() {
        h1 {
            font-size: 30px;
        }

        p {
            width: 50%;
            margin: 0 0 1.5vmin;
        }
    }*/ }
  .carousel h3, .carousel h4, .carousel h5, .carousel h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      .carousel h3, .carousel h4, .carousel h5, .carousel h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    .carousel h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .carousel h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  .carousel p, .carousel h1, .carousel h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-family: OpenSans-Regular;
    text-align: left; }
  .carousel h1 {
    font-size: 50px;
    font-weight: bold !important;
    -webkit-line-clamp: 2;
    max-width: 100%;
    color: #ffffff;
    margin: 2vmin 0px 0px 2vmin;
    font-weight: 500;
    -webkit-line-clamp: 2; }
  .carousel h3 {
    font-size: 30px;
    -webkit-line-clamp: 1;
    max-width: 100%;
    color: #93D500;
    font-weight: 600;
    margin-top: 1vmin;
    -webkit-line-clamp: 1; }
  .carousel p {
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-height: unset;
    color: #ffffff;
    font-weight: 200; }
  @media (max-width: 900px) {
    .carousel h1 {
      font-size: 30px; }
    .carousel p {
      width: 50%;
      margin: 0 0 1.5vmin; } }
  .carousel .item > .background-image {
    z-index: -1;
    height: calc(100vh - 90px);
    object-fit: cover;
    min-height: 650px;
    /*@include for-tablet-height-down() {
            height: 150vh;
        }*/ }
    @media (max-width: 900px) {
      .carousel .item > .background-image {
        max-height: calc(100vh - 90px); } }
  .carousel a, .carousel button {
    z-index: 100; }
  .carousel .front-plate-section {
    width: 60%;
    left: 20%;
    bottom: 30%;
    line-height: 100px;
    position: absolute;
    text-align: left;
    /*@include for-ipad() {
            margin-left: 0px;
            width: 90%;
            left: 5%;
            bottom: unset;
            top: 20% !important;
            height: calc(100vh - 100px - 400px) !important;
        }*/
    /*@include for-tablet-height-down() {
            height: 100vh !important;
        }*/ }
    @media (min-width: 900px) {
      .carousel .front-plate-section {
        top: 15%;
        bottom: unset; } }
    @media (max-width: 900px) {
      .carousel .front-plate-section {
        margin-left: 0px;
        width: 90%;
        left: 5%;
        bottom: unset;
        top: 10%;
        height: calc(100vh - 100px - 120px); } }
    .carousel .front-plate-section .front-plate-sub-section {
      padding: 2vmin; }
      @media (max-width: 900px) {
        .carousel .front-plate-section .front-plate-sub-section {
          width: 100%;
          padding: 0; } }
      @media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
        .carousel .front-plate-section .front-plate-sub-section {
          padding-top: 2vmin; } }
  .carousel .carousel-flex-container {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5vmin;
    flex-direction: row;
    /*/*@include for-ipad() {
            flex-direction: row;
        }*/ }
    @media (max-width: 900px) {
      .carousel .carousel-flex-container {
        flex-direction: column; } }
  .carousel .front-plate {
    height: 100%;
    width: 100%;
    /*@include for-ipad() {
            height: 100%;
        }*/
    /*@include for-tablet-height-down() {
            height: 100% !important;
        }*/
    opacity: 0.85;
    padding: 4vmin;
    background-color: #00053E; }
    .carousel .front-plate a, .carousel .front-plate:hover {
      color: white; }
    @media (max-width: 900px) {
      .carousel .front-plate {
        height: 435px; }
        .carousel .front-plate h1, .carousel .front-plate h3 {
          margin: 5px 0px; } }
    .carousel .front-plate .container {
      margin-left: 0 !important;
      width: 100%;
      word-wrap: break-word;
      padding-left: 0px;
      padding-right: 0px; }
  .carousel .carousel-indicators {
    top: 0px;
    height: 100%;
    margin: 0 !important;
    padding: 0;
    width: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    left: calc(100% + 10px);
    /*@include for-ipad() {
            top: calc(90vh - 100px - 305px) !important;
            left: unset;
            width: 100%;
            height: 30px;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;

            li {
                height: 20px;
            }

            li:active {
                height: 20px;
            }

            li:first-child {
                margin: 10px 10px 10px 0px;
            }

            li:last-child {
                margin: 10px 0px 10px 10px;
            }
        }*/
    /*@include for-tablet-height-down() {
            top: calc(100vh + 10px) !important;
        }*/ }
    .carousel .carousel-indicators li {
      flex: 1 1 auto;
      border-radius: 0px !important;
      opacity: 1;
      width: 100%;
      height: unset;
      border-radius: 0px;
      background-color: #00053E !important;
      border: none !important;
      width: 20px;
      margin: 10px; }
    .carousel .carousel-indicators li:first-child {
      margin-top: 0; }
    .carousel .carousel-indicators li:last-child {
      margin-bottom: 0; }
    @media (max-width: 900px) {
      .carousel .carousel-indicators {
        left: unset;
        top: 445px;
        width: 100%;
        height: 30px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .carousel .carousel-indicators li {
          height: 20px;
          border: 10px solid transparent; }
        .carousel .carousel-indicators li:active {
          height: 20px;
          border: 10px solid transparent; }
        .carousel .carousel-indicators li:first-child {
          margin: 10px 10px 10px 0px; }
        .carousel .carousel-indicators li:last-child {
          margin: 10px 0px 10px 10px; } }
  .carousel .carousel-indicators li.active {
    opacity: 1;
    background-color: #93d500 !important; }
  .carousel .arrow-bottom {
    text-align: center;
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: -30%; }
    @media (max-width: 900px) {
      .carousel .arrow-bottom {
        position: relative;
        margin-top: 5rem;
        bottom: 0%; } }
    .carousel .arrow-bottom .arrow-img {
      background: url(img/arrowdown.svg) no-repeat bottom center;
      width: 100%;
      height: 56px;
      cursor: pointer; }

body .news-article {
  padding: 0;
  margin-top: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex;
  display: flex; }
  @media (min-width: 1100px) {
    body .news-article {
      flex-direction: row;
      height: 350px; }
      body .news-article > div {
        width: 50%; } }
  @media (min-width: 300px) and (max-width: 1099px) {
    body .news-article {
      flex-direction: column;
      height: auto; }
      body .news-article > div {
        width: 100%; } }
  @media (min-width: 1100px) {
    body .news-article {
      flex-direction: row;
      height: 280px; }
      body .news-article > div {
        width: 73%; }
        body .news-article > div:first-child {
          width: 25%; } }
  @media (min-width: 300px) and (max-width: 1099px) {
    body .news-article {
      flex-direction: column;
      height: auto; }
      body .news-article > div {
        width: 100%; } }
  body .news-article .profile-pic {
    height: 100%;
    display: flex;
    object-fit: cover; }
    body .news-article .profile-pic img {
      object-fit: fill;
      max-width: 100%;
      flex-grow: 1; }
      @media screen and (max-width: 426px) {
        body .news-article .profile-pic img {
          max-height: 250px; } }
  body .news-article .news-content {
    padding: 15px;
    display: flex;
    flex-direction: column; }
    body .news-article .news-content .news-info .date, body .news-article .news-content .news-info .date {
      color: #8E8E93; }
    body .news-article .news-content .news-info .title {
      text-transform: capitalize;
      font-weight: bold; }
    body .news-article .news-content .news-text {
      font-size: 100%; }
      body .news-article .news-content .news-text p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; }
  body .news-article .profile-info {
    height: 100%;
    padding: 25px;
    text-align: left;
    vertical-align: top;
    margin-left: 10px; }
    body .news-article .profile-info .person-name h3 {
      font-weight: bold; }
    body .news-article .profile-info .person-about-text {
      margin-top: 15px; }
    body .news-article .profile-info .person-position-text {
      margin-top: 15px; }
      body .news-article .profile-info .person-position-text h4 {
        color: #8E8E93; }
  body .news-article .more-link {
    margin-top: auto;
    text-align: left;
    line-height: normal;
    color: #00053E;
    text-decoration: underline;
    font-size: 18px; }
    body .news-article .more-link:hover {
      color: #93D500; }

body .news-list-container .news-article-clickable {
  color: unset;
  text-decoration: none;
  background-color: unset; }
  body .news-list-container .news-article-clickable:hover {
    color: unset;
    text-decoration: none; }

body .news-list-container .search-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 3rem;
  width: 127.5%;
  margin-left: -14%;
  background: #ffffff; }
  body .news-list-container .search-container .search-box {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 70% 30%; }
    @media screen and (max-width: 769px) {
      body .news-list-container .search-container .search-box {
        display: block !important; } }
    body .news-list-container .search-container .search-box .search-row {
      display: inline-block; }
      @media screen and (max-width: 769px) {
        body .news-list-container .search-container .search-box .search-row {
          display: block !important;
          width: 100%;
          margin: 0 auto !important; } }
      body .news-list-container .search-container .search-box .search-row input[type=text] {
        width: 100%;
        margin: 0 auto !important;
        padding: 15px; }
        body .news-list-container .search-container .search-box .search-row input[type=text]::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #00053E;
          opacity: 1;
          /* Firefox */ }
        body .news-list-container .search-container .search-box .search-row input[type=text] :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #00053E; }
        body .news-list-container .search-container .search-box .search-row input[type=text] ::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #00053E; }
      body .news-list-container .search-container .search-box .search-row:last-child {
        text-align: left; }
        body .news-list-container .search-container .search-box .search-row:last-child .btn {
          display: inline-block;
          margin: 0 !important;
          margin-left: 20px !important; }
          @media screen and (max-width: 769px) {
            body .news-list-container .search-container .search-box .search-row:last-child .btn {
              margin: 0 auto !important;
              margin-top: 1rem !important; } }
      body .news-list-container .search-container .search-box .search-row .btn.primary {
        margin-top: 0 !important; }
    body .news-list-container .search-container .search-box .checkboxes {
      width: 400px; }
      body .news-list-container .search-container .search-box .checkboxes .checkbox-input {
        height: auto;
        margin-top: 15px; }
      body .news-list-container .search-container .search-box .checkboxes .checkbox-label-English {
        margin-right: 20px; }
      body .news-list-container .search-container .search-box .checkboxes .applyfilter {
        max-width: 200px;
        float: right; }
  body .news-list-container .search-container .searchSkinObjectPreview {
    width: 100%; }

body .news-article-back-container {
  margin-bottom: 30px; }

body .news-article-detail .Head {
  font-size: 37px; }

body .news-article-detail .row {
  margin: 0 auto; }
  body .news-article-detail .row > div {
    padding-left: 0px;
    padding-right: 0px; }

body .news-article-detail .profile-pic {
  text-align: center; }
  body .news-article-detail .profile-pic img {
    height: 40vw;
    width: unset; }
  @media (min-width: 900px) {
    body .news-article-detail .profile-pic img {
      height: 30vw; } }

body .news-article-detail .news-article-date {
  margin-top: 20px; }

body .news-article-detail .news-text {
  padding-bottom: 10px; }
  body .news-article-detail .news-text p span {
    color: #555555 !important; }

body .related-news {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  height: 100%;
  flex-direction: row; }
  body .related-news h3, body .related-news h4, body .related-news h5, body .related-news h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      body .related-news h3, body .related-news h4, body .related-news h5, body .related-news h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    body .related-news h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .related-news h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  @media (max-width: 900px) {
    body .related-news {
      justify-content: center; } }
  body .related-news h3 {
    font-size: 18px;
    min-height: 75px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px; }
  body .related-news .header {
    font-size: 25px;
    width: 100%;
    margin: 10px; }
  body .related-news .related-news-article {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    height: 100%;
    margin: 10px;
    flex-grow: 1; }
    @media (min-width: 1100px) {
      body .related-news .related-news-article {
        width: 31%;
        max-width: 31%; } }
    @media screen and (max-width: 1163px) {
      body .related-news .related-news-article {
        width: 47%;
        max-width: 47%; } }
    @media (max-width: 768px) {
      body .related-news .related-news-article {
        width: 100%;
        max-width: 100%; } }
    body .related-news .related-news-article h1, body .related-news .related-news-article h4 {
      color: #00053E; }
    body .related-news .related-news-article .related-news-profile {
      width: 100%; }
      body .related-news .related-news-article .related-news-profile img {
        width: 100%;
        height: 220px;
        object-fit: cover; }
    body .related-news .related-news-article .info-tab {
      margin: 10px;
      padding: 10px;
      text-align: left;
      font: Regular 16px OpenSans;
      letter-spacing: 0;
      color: #00053E;
      opacity: 1;
      font-size: 16px;
      display: inline-block;
      width: 95%; }
      body .related-news .related-news-article .info-tab .date {
        color: #8E8E93;
        display: inline-block; }
    body .related-news .related-news-article p {
      font-size: 18px; }
    body .related-news .related-news-article a {
      float: right;
      color: #00053E;
      text-decoration: underline;
      font: Regular 18px OpenSans;
      letter-spacing: 0; }
      body .related-news .related-news-article a:hover, body .related-news .related-news-article a:visited:hover {
        color: #93D500; }

body .article-footer .article-footer-break {
  border-top: 2px solid #8E8E93;
  margin: 30px 0; }

body .article-footer .article-footer-buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto; }
  body .article-footer .article-footer-buttons-container .article-footer-button:last-child {
    margin: 15px 0; }

@media (max-width: 768px) {
  body .news-list-container {
    padding: 5px; }
    body .news-list-container .search-container {
      padding-top: 30px;
      padding-bottom: 20px;
      height: auto; }
      body .news-list-container .search-container input[type=text] {
        padding: 15px;
        margin-bottom: 20px; }
      body .news-list-container .search-container span#dnn_dnnSearch_ClassicSearch {
        display: flex;
        flex-direction: column;
        padding: 30px; }
      body .news-list-container .search-container .NormalTextBox {
        width: 100%;
        max-width: 100%; }
      body .news-list-container .search-container a#dnn_dnnSearch_cmdSearch {
        margin-top: 12px;
        margin-left: 0; }
  body .related-news .related-news-article {
    overflow: hidden; } }

.best-practice-articles {
  height: 100%;
  margin: 15px 15px 100px 15px;
  /* Track */
  /* Handle */ }
  .best-practice-articles h3, .best-practice-articles h4 {
    font-family: OpenSans-Regular;
    color: #333333; }
  .best-practice-articles h3 {
    font-weight: 600; }
  .best-practice-articles h1 {
    color: #00053E; }
  .best-practice-articles .header-container {
    height: 60px; }
  .best-practice-articles .categories-container {
    max-height: 500px;
    overflow-y: auto;
    display: table-cell;
    vertical-align: middle; }
    .best-practice-articles .categories-container .components {
      margin-left: 0px; }
      .best-practice-articles .categories-container .components .category {
        margin: 15px 15px 15px 0px;
        padding: 10px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }
        .best-practice-articles .categories-container .components .category a {
          font-size: 22px;
          color: black;
          text-decoration: none; }
          .best-practice-articles .categories-container .components .category a:hover {
            text-decoration: none; }
          .best-practice-articles .categories-container .components .category a:focus {
            text-decoration: none; }
        .best-practice-articles .categories-container .components .category.active {
          background-color: #00053E; }
          .best-practice-articles .categories-container .components .category.active a {
            color: #93D500; }
  .best-practice-articles .map-container {
    min-height: 500px !important;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    margin: 10px 0px; }
  .best-practice-articles .selected-article {
    margin-top: 40px;
    margin: 15px 15px 15px 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }
    .best-practice-articles .selected-article .article-content {
      margin-top: 30px;
      padding-bottom: 30px; }
  .best-practice-articles .article-container {
    padding-top: 100px; }
  .best-practice-articles .article-content {
    margin: 0px 0px 100px 0px !important; }
  .best-practice-articles ::-webkit-scrollbar {
    width: 15px; }
  .best-practice-articles ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .best-practice-articles ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #8E8E93;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 1024px) {
    .best-practice-articles .categories-container {
      margin-top: 20px;
      padding-left: 0px;
      overflow-y: auto; }
    .best-practice-articles .map-container {
      min-height: 300px !important; } }
  @media (max-width: 1024px) {
    .best-practice-articles .map-content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      /* optional */
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start; }
      .best-practice-articles .map-content #sidebar {
        width: 100%; }
    .best-practice-articles .categories-container {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width: 100%; }
    .best-practice-articles .map-container {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: 100%; }
    .best-practice-articles .article-container {
      padding-top: 50px; } }

body .flickr-box h3 {
  padding-left: 10px; }

body .flickr-box .image-container {
  display: flex;
  flex-wrap: wrap; }
  body .flickr-box .image-container a {
    width: calc(25% - 20px);
    background-color: #00053E;
    margin: 10px;
    display: flex;
    justify-content: center; }
    @media (min-width: 900px) and (max-width: 1099px) {
      body .flickr-box .image-container a {
        width: calc(50% - 20px); } }
    @media (max-width: 900px) {
      body .flickr-box .image-container a {
        width: 100%; } }
  body .flickr-box .image-container img {
    max-width: 400px;
    max-height: 400px;
    margin: auto;
    width: 100%; }

.key-events {
  display: flex;
  flex-direction: row;
  margin: 5vmin 0; }
  .key-events .key-highlight-menu {
    min-width: 300px;
    max-width: 300px;
    height: 500px;
    overflow: auto;
    margin-right: 30px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }
    .key-events .key-highlight-menu span.bullet-point {
      width: 10px;
      height: 10px;
      background-color: #93D500;
      display: inline-block;
      border-radius: 50%; }
    .key-events .key-highlight-menu .key-highlight-menu-item {
      cursor: pointer;
      margin-bottom: 15px;
      direction: ltr; }
      @media (max-width: 900px) {
        .key-events .key-highlight-menu .key-highlight-menu-item {
          overflow: hidden; } }
      .key-events .key-highlight-menu .key-highlight-menu-item a {
        color: #555555;
        font-size: 16px;
        text-decoration: none; }
      .key-events .key-highlight-menu .key-highlight-menu-item a:hover, .key-events .key-highlight-menu .key-highlight-menu-item a.active {
        color: #93D500;
        text-decoration: underline; }
      .key-events .key-highlight-menu .key-highlight-menu-item .buttons {
        margin: 10px; }
        .key-events .key-highlight-menu .key-highlight-menu-item .buttons a {
          padding: 5px;
          font-size: 12px;
          margin-top: 10px;
          border-radius: 5px; }
          .key-events .key-highlight-menu .key-highlight-menu-item .buttons a.edit-button {
            color: green;
            border: 1px solid green; }
          .key-events .key-highlight-menu .key-highlight-menu-item .buttons a.delete-button {
            color: red;
            border: 1px solid red; }
  .key-events .key-heighlight-item {
    width: calc(100% - 330px);
    padding: 20px;
    height: 500px;
    overflow: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }
    .key-events .key-heighlight-item .item-content {
      direction: ltr; }
      .key-events .key-heighlight-item .item-content * {
        max-width: 100%; }

@media screen and (max-width: 780px) {
  .key-events {
    flex-direction: column; }
    .key-events .key-highlight-menu {
      min-width: 100%;
      max-width: 100%;
      min-height: 200px; }
    .key-events .key-heighlight-item {
      width: auto;
      margin-top: 30px; } }

body .salesforce-members {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 769px) {
    body .salesforce-members {
      flex-direction: row; } }
  body .salesforce-members .box-title {
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid #93D500;
    margin: 15px 15px 15px 15px; }
    @media (max-width: 768px) {
      body .salesforce-members .box-title {
        margin: 0px; } }
    body .salesforce-members .box-title h3 {
      font-weight: bold;
      color: #333333;
      margin-bottom: 20px; }
  body .salesforce-members .sales-member-box, body .salesforce-members .not-found {
    float: left;
    width: 100%;
    margin: 15px;
    padding: 15px 15px 5px 15px;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    min-height: 260px; }
    @media screen and (min-width: 769px) {
      body .salesforce-members .sales-member-box, body .salesforce-members .not-found {
        width: 45%; } }
    @media (min-width: 1100px) {
      body .salesforce-members .sales-member-box, body .salesforce-members .not-found {
        width: 30%; } }
    @media (max-width: 768px) {
      body .salesforce-members .sales-member-box, body .salesforce-members .not-found {
        margin: 15px 0px; } }
    body .salesforce-members .sales-member-box h3, body .salesforce-members .sales-member-box h4, body .salesforce-members .sales-member-box h5, body .salesforce-members .sales-member-box h6, body .salesforce-members .not-found h3, body .salesforce-members .not-found h4, body .salesforce-members .not-found h5, body .salesforce-members .not-found h6 {
      font-family: OpenSans-Regular;
      color: #333333;
      margin: 0.5vmin 0; }
      @media (max-width: 900px) {
        body .salesforce-members .sales-member-box h3, body .salesforce-members .sales-member-box h4, body .salesforce-members .sales-member-box h5, body .salesforce-members .sales-member-box h6, body .salesforce-members .not-found h3, body .salesforce-members .not-found h4, body .salesforce-members .not-found h5, body .salesforce-members .not-found h6 {
          margin: 10px 0; } }
    @media (max-width: 768px) {
      body .salesforce-members .sales-member-box h3, body .salesforce-members .not-found h3 {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      body .salesforce-members .sales-member-box h4, body .salesforce-members .not-found h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4; } }
    body .salesforce-members .sales-member-box h4, body .salesforce-members .not-found h4 {
      -webkit-line-clamp: 2;
      word-break: break-word; }
    body .salesforce-members .sales-member-box h5, body .salesforce-members .not-found h5 {
      font-weight: normal; }
      @media (max-width: 900px) {
        body .salesforce-members .sales-member-box h5, body .salesforce-members .not-found h5 {
          margin: 5px 0; } }
    body .salesforce-members .sales-member-box h5:not(.more-link), body .salesforce-members .not-found h5:not(.more-link) {
      font-size: 100%; }
    body .salesforce-members .sales-member-box .grey-text, body .salesforce-members .not-found .grey-text {
      color: #8E8E93; }
    body .salesforce-members .sales-member-box .font-weight-bold, body .salesforce-members .not-found .font-weight-bold {
      font-weight: bold; }
    body .salesforce-members .sales-member-box .profile-picture, body .salesforce-members .not-found .profile-picture {
      padding-right: 15px; }
      body .salesforce-members .sales-member-box .profile-picture a, body .salesforce-members .not-found .profile-picture a {
        width: 100%; }
      body .salesforce-members .sales-member-box .profile-picture img, body .salesforce-members .not-found .profile-picture img {
        object-fit: cover;
        max-width: 200px;
        width: inherit;
        height: 12rem;
        width: 12rem;
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }
        @media (max-device-width: 900px) and (orientation: portrait) {
          body .salesforce-members .sales-member-box .profile-picture img, body .salesforce-members .not-found .profile-picture img {
            height: 9rem;
            width: 9rem; } }
    @media (max-device-width: 667px) and (orientation: portrait) {
      body .salesforce-members .sales-member-box .person-info, body .salesforce-members .not-found .person-info {
        width: 50%; } }
    @media (max-device-width: 667px) and (orientation: portrait) {
      body .salesforce-members .sales-member-box .person-info .person-text, body .salesforce-members .not-found .person-info .person-text {
        padding: 0px; } }
    @media (max-device-width: 667px) and (orientation: landscape) {
      body .salesforce-members .sales-member-box .person-info .person-text, body .salesforce-members .not-found .person-info .person-text {
        -webkit-line-clamp: 2; } }
    body .salesforce-members .sales-member-box .flex-d-col, body .salesforce-members .not-found .flex-d-col {
      display: flex;
      flex-direction: column;
      width: 100%; }
    body .salesforce-members .sales-member-box .flex-d-row, body .salesforce-members .not-found .flex-d-row {
      margin-bottom: 7px;
      display: flex;
      flex-direction: row; }
    body .salesforce-members .sales-member-box .justify-start-center, body .salesforce-members .not-found .justify-start-center {
      justify-content: flex-start;
      align-items: flex-start; }
    body .salesforce-members .sales-member-box .margin-top-auto, body .salesforce-members .not-found .margin-top-auto {
      margin-top: auto; }
    body .salesforce-members .sales-member-box .align-self-center, body .salesforce-members .not-found .align-self-center {
      align-self: center; }

body .not-found {
  margin: 20px 0 20px 0;
  width: 100%;
  min-height: unset; }
  body .not-found h4 {
    width: 100%;
    text-align: center; }

.event-video-player {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }
  .event-video-player h3, .event-video-player h4, .event-video-player h5, .event-video-player h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      .event-video-player h3, .event-video-player h4, .event-video-player h5, .event-video-player h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    .event-video-player h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .event-video-player h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  .event-video-player .playlist-container, .event-video-player .player-container {
    display: inline-block; }
  .event-video-player .playlist-container {
    overflow-y: scroll; }
  .event-video-player .playlist-container ul {
    list-style: unset;
    margin-left: 0px; }
    .event-video-player .playlist-container ul li {
      background-color: #ffffff;
      -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
      display: flex;
      list-style-type: none;
      background-color: #FAFAFA;
      margin: 0px 0px 15px 0px; }
      .event-video-player .playlist-container ul li .ytp-thumb-decription-panel {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 1.2vmin; }
      @media screen and (min-width: 992px) {
        .event-video-player .playlist-container ul li > div {
          height: 15vmin; } }
      @media screen and (max-width: 991px) {
        .event-video-player .playlist-container ul li {
          flex-direction: column-reverse;
          margin: 15px 0px 15px 0px; }
          .event-video-player .playlist-container ul li > .ytp-item-thumbnail {
            width: 100%; }
          .event-video-player .playlist-container ul li > div {
            width: 100% !important; } }
      .event-video-player .playlist-container ul li > div {
        width: 50%; }
        .event-video-player .playlist-container ul li > div h4 {
          text-align: left;
          letter-spacing: 0;
          color: #333333;
          opacity: 1;
          font-weight: bold; }
        .event-video-player .playlist-container ul li > div h6 {
          color: #8E8E93;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          margin: 0px; }
      .event-video-player .playlist-container ul li .ytp-item-thumbnail img {
        position: relative; }
      .event-video-player .playlist-container ul li .ytp-item-thumbnail .thumb-image {
        height: 100%;
        width: 100%;
        object-fit: cover; }
      .event-video-player .playlist-container ul li .ytp-item-thumbnail .play-button {
        left: calc(50% - 32px);
        bottom: calc(50% + 32px);
        width: unset; }
      @media screen and (max-width: 991px) {
        .event-video-player .playlist-container ul li .ytp-item-thumbnail .play-button {
          position: absolute;
          margin-top: 118px;
          bottom: unset; }
        .event-video-player .playlist-container ul li .ytp-item-thumbnail .thumb-image {
          height: 300px; }
        .event-video-player .playlist-container ul li .ytp-item-thumbnail .ytp-thumb-decription-panel {
          width: 100%;
          /*h3 {
                                font-size: 3vmin;
                            }

                            h6 {
                                font-size: 2vmin;
                            }*/ } }
      @media (max-device-width: 667px) and (orientation: portrait) {
        .event-video-player .playlist-container ul li .ytp-item-thumbnail {
          /*h6 {
                            font-size: 3vmin;
                        }*/ }
          .event-video-player .playlist-container ul li .ytp-item-thumbnail .play-button {
            position: absolute;
            margin-top: 68px;
            bottom: unset; }
          .event-video-player .playlist-container ul li .ytp-item-thumbnail .thumb-image {
            height: 200px; } }
      .event-video-player .playlist-container ul li .ytp-play-button {
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: calc(50% + 10px);
        left: calc(50% - 10px); }
      .event-video-player .playlist-container ul li.active {
        background-color: #00053E; }
        .event-video-player .playlist-container ul li.active a {
          color: #93D500; }
  @media (min-width: 900px) {
    .event-video-player .playlist-container ul.ytp-playlist > li {
      height: 15vmin; } }
  .event-video-player .ytp-module-container {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 992px) and (max-width: 1366px) and (orientation: landscape) {
      .event-video-player .ytp-module-container .player-container.events-video {
        width: 66.66666%; }
      .event-video-player .ytp-module-container .playlist-container {
        width: 33.3333%; }
        .event-video-player .ytp-module-container .playlist-container ul > li h6 {
          -webkit-line-clamp: 1; } }
    .event-video-player .ytp-module-container > div {
      height: 50vh;
      padding: 0px 0px 0px 15px; }
      @media (max-device-width: 900px) and (orientation: portrait) {
        .event-video-player .ytp-module-container > div {
          height: 35vh;
          padding: 0px 15px 0px 15px; } }
    .event-video-player .ytp-module-container .player-container {
      overflow: hidden;
      position: relative;
      max-height: 100%; }
    .event-video-player .ytp-module-container .player-container iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }

.event-video-player.live {
  padding: 0px; }

iframe html body #player .html5-video-player .ytp-gradient-bottom {
  background-image: unset; }

iframe html body #player .html5-video-player .ytp-chrome-bottom {
  left: 0px;
  width: 100%;
  background-color: purple; }

iframe html body #player .html5-video-player .ytp-progress-bar {
  background-color: white; }

iframe html body #player .html5-video-player .ytp-play-progress {
  background-color: green; }

.dnnSearchBoxPanel {
  max-width: 100%; }
  .dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
    display: block;
    float: none;
    padding-left: 10px; }
  .dnnSearchBoxPanel .dnnSearchBox {
    margin-right: 10px;
    height: 40px; }

.dnnSearchResultPanel {
  max-width: 100%; }

@media (max-width: 768px) {
  .ContainerPane * >, #dnn_ctr616_ContentPane * > {
    max-width: 100%; }
  .ContainerPane a, #dnn_ctr616_ContentPane a {
    word-break: break-word; }
  .ContainerPane .dnnSearchBoxPanel .dnnSearchResultAdvancedTip, #dnn_ctr616_ContentPane .dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
    display: block;
    float: none;
    padding-left: 10px; }
  .ContainerPane .dnnSearchBoxPanel .dnnSearchBox, #dnn_ctr616_ContentPane .dnnSearchBoxPanel .dnnSearchBox {
    margin-right: 10px;
    height: 40px; }
  .ContainerPane .dnnSearchBox_advanced_dropdown, #dnn_ctr616_ContentPane .dnnSearchBox_advanced_dropdown {
    left: AUTO !important; }
  .ContainerPane .dnnSearchResultPanel, #dnn_ctr616_ContentPane .dnnSearchResultPanel {
    max-width: 100%; }
    .ContainerPane .dnnSearchResultPanel .dnnRight, #dnn_ctr616_ContentPane .dnnSearchResultPanel .dnnRight {
      float: unset;
      margin: 10px; }
    .ContainerPane .dnnSearchResultPanel .selectize-control.single .selectize-input, #dnn_ctr616_ContentPane .dnnSearchResultPanel .selectize-control.single .selectize-input {
      max-height: 40px; }
      .ContainerPane .dnnSearchResultPanel .selectize-control.single .selectize-input .item, #dnn_ctr616_ContentPane .dnnSearchResultPanel .selectize-control.single .selectize-input .item {
        vertical-align: top; } }

body .general-search-box {
  width: 100%; }
  @media screen and (min-width: 769px) {
    body .general-search-box {
      flex-direction: row; } }
  body .general-search-box .not-found {
    margin-top: 20px;
    width: 90%;
    min-height: unset; }
    body .general-search-box .not-found h4 {
      width: 100%;
      text-align: center; }

body .search-form {
  width: inherit;
  padding: 30px; }
  @media (min-width: 300px) and (max-width: 1099px) {
    body .search-form {
      padding: 0; } }
  body .search-form #SearchText::placeholder {
    color: #00053E; }
  body .search-form #SearchText, body .search-form select {
    border: 1px solid #F1F1F1; }
  body .search-form .search-icon {
    position: absolute;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-image: url(/Portals/_default/Skins/Geeks/img/search.svg);
    transform: translate(-30px, 10px); }
  body .search-form .search-text {
    text-align: center;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      body .search-form .search-text {
        width: 70%; } }
    body .search-form .search-text input {
      width: 100%;
      padding: 15px; }
  body .search-form .search-filters {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 30% 30% 40%; }
    @media screen and (max-width: 769px) {
      body .search-form .search-filters {
        display: block !important;
        width: 100%; } }
    body .search-form .search-filters .checkbox label input {
      height: 15px !important; }
    body .search-form .search-filters .radio {
      vertical-align: middle;
      margin-right: 6px;
      margin-left: 5px; }
      body .search-form .search-filters .radio label input {
        height: 15px !important; }
    body .search-form .search-filters .search-filter {
      display: inline-block;
      margin-top: 10px; }
      body .search-form .search-filters .search-filter #SubmitButton {
        height: 40px; }
      @media screen and (max-width: 769px) {
        body .search-form .search-filters .search-filter {
          display: block !important;
          width: 100%; } }
      body .search-form .search-filters .search-filter:last-child {
        text-align: right; }
        body .search-form .search-filters .search-filter:last-child .btn {
          display: inline-block;
          margin: 0 !important;
          width: 45%; }
          @media screen and (max-width: 769px) {
            body .search-form .search-filters .search-filter:last-child .btn {
              width: 100%;
              margin-top: 1rem !important; } }
        body .search-form .search-filters .search-filter:last-child .btn.secondary {
          margin-right: 0.5rem !important;
          padding: 0 !important; }
      body .search-form .search-filters .search-filter .search-filter-options {
        color: #00053E;
        position: relative;
        /*To remove button from IE11*/ }
        body .search-form .search-filters .search-filter .search-filter-options input[type="checkbox"], body .search-form .search-filters .search-filter .search-filter-options input[type="radio"] {
          vertical-align: middle;
          margin-right: 6px;
          margin-left: 5px; }
          body .search-form .search-filters .search-filter .search-filter-options input[type="checkbox"] label input, body .search-form .search-filters .search-filter .search-filter-options input[type="radio"] label input {
            height: 15px !important; }
        body .search-form .search-filters .search-filter .search-filter-options select {
          text-align-last: left;
          height: 40px;
          width: 95%;
          padding: 10px 15px; }
          body .search-form .search-filters .search-filter .search-filter-options select option {
            padding: 10px 15px; }
          @media screen and (max-width: 769px) {
            body .search-form .search-filters .search-filter .search-filter-options select {
              width: 100%; } }
        body .search-form .search-filters .search-filter .search-filter-options select::-ms-expand {
          display: none; }
      body .search-form .search-filters .search-filter .search-filter-options:after {
        content: '>';
        font: 17px "Consolas", monospace;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 20px;
        top: 10px;
        padding: 0 0 3px;
        position: absolute;
        pointer-events: none; }
      body .search-form .search-filters .search-filter .search-filter-options select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  body .search-form .buttons-row {
    margin-top: 20px;
    width: 100%;
    text-align: right; }
    body .search-form .buttons-row input[type="submit"], body .search-form .buttons-row input[type="button"] {
      width: 300px;
      background-color: #00053E;
      color: #ffffff;
      border: 1px solid #ffffff;
      padding: 10px; }

.dnnSearchResultContainer > .dnnSearchResultItem-Subset, .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description {
  margin: unset; }

.dnnSearchResultItem-Link {
  margin: 20px 0; }

.dropdown-active {
  padding-top: 10px; }

/*.selectize-control {
        height: 40PX;

}*/
body .general-search-box {
  margin-top: 20px; }

body .fact-sheet-search-options {
  padding: 15px;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: inline-block; }
  body .fact-sheet-search-options .search-option {
    margin-top: 10px;
    vertical-align: bottom; }
  body .fact-sheet-search-options .search-text, body .fact-sheet-search-options .search-button {
    margin-top: 10px; }
  body .fact-sheet-search-options .search-text input {
    width: 100%;
    padding: 15px;
    margin: 10px; }

body .country-region-item-container {
  display: flex;
  flex-wrap: wrap; }
  body .country-region-item-container .country-region-item {
    margin: 15px;
    display: flex;
    justify-content: center; }

body .factsheet-item-edit .text-danger {
  font-weight: bolder;
  color: #660000; }

.video-gallery .video-gallery-container {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: baseline; }
  .video-gallery .video-gallery-container h3, .video-gallery .video-gallery-container h4, .video-gallery .video-gallery-container h5, .video-gallery .video-gallery-container h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      .video-gallery .video-gallery-container h3, .video-gallery .video-gallery-container h4, .video-gallery .video-gallery-container h5, .video-gallery .video-gallery-container h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    .video-gallery .video-gallery-container h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    .video-gallery .video-gallery-container h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  .video-gallery .video-gallery-container .video-box {
    margin: 15px 0px 15px 0px;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    /* On screens that are 600px or less, set the background color to olive */ }
    .video-gallery .video-gallery-container .video-box h4 {
      font-family: OpenSans-Regular;
      color: #333333; }
    .video-gallery .video-gallery-container .video-box .profile-pic {
      padding: 0px; }
      .video-gallery .video-gallery-container .video-box .profile-pic img {
        width: 100%;
        height: 25vmin;
        min-height: 250px;
        object-fit: cover; }
        @media (max-width: 991px) {
          .video-gallery .video-gallery-container .video-box .profile-pic img {
            height: 100%; } }
    .video-gallery .video-gallery-container .video-box .profile-info {
      padding: 3vmin;
      text-align: left;
      vertical-align: top;
      height: 100%;
      display: flex;
      flex-direction: column; }
      .video-gallery .video-gallery-container .video-box .profile-info .video-name h4 {
        font-weight: bold; }
      .video-gallery .video-gallery-container .video-box .profile-info .video-about-text {
        margin: 0px; }
        .video-gallery .video-gallery-container .video-box .profile-info .video-about-text h4 {
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all;
          word-break: break-all;
          word-break: break-word;
          -ms-hyphens: auto;
          -moz-hyphens: auto;
          -webkit-hyphens: auto;
          hyphens: auto; }
      .video-gallery .video-gallery-container .video-box .profile-info .video-position-text {
        margin: 0 0 2vmin 0; }
        .video-gallery .video-gallery-container .video-box .profile-info .video-position-text h4 {
          color: #8E8E93; }
      .video-gallery .video-gallery-container .video-box .profile-info .more-link {
        padding-top: 2px;
        border: 1px solid #00053E;
        opacity: 1;
        width: 136px;
        height: 36px;
        text-align: center;
        margin: auto 0 0; }
        .video-gallery .video-gallery-container .video-box .profile-info .more-link a {
          line-height: 2.2;
          color: #00053E;
          text-decoration: none; }
          .video-gallery .video-gallery-container .video-box .profile-info .more-link a h4 {
            color: #00053E; }
          .video-gallery .video-gallery-container .video-box .profile-info .more-link a:hover, .video-gallery .video-gallery-container .video-box .profile-info .more-link a:visited:hover {
            color: #93D500; }

@media (min-width: 900px) and (max-width: 1099px) {
  .video-gallery .profile-pic > img {
    min-height: unset; } }

.video-gallery .item-container {
  width: 100%; }
  @media (max-width: 991px) {
    .video-gallery .item-container {
      display: flex;
      flex-direction: column-reverse; }
      .video-gallery .item-container .profile-pic {
        height: 100%; }
        .video-gallery .item-container .profile-pic img {
          height: 100%;
          min-height: unset !important; }
      .video-gallery .item-container .profile-info h4 {
        margin: 5px;
        -webkit-line-clamp: 2;
        margin: 1vmin 0; } }
  .video-gallery .item-container .description-section {
    margin: auto 0 0; }

@media (max-width: 768px) {
  .video-gallery .item-container {
    flex-direction: column-reverse;
    display: flex; }
  .video-gallery .video-gallery-container {
    width: 100%; }
  .video-gallery .profile-info {
    display: inline-block;
    margin: 0 auto;
    width: 100%; }
  .video-gallery .more-link {
    width: 100% !important; } }

@media (max-device-width: 667px) and (orientation: portrait) {
  .video-gallery .profile-info {
    min-height: 60vmin; } }

@media (max-device-width: 900px) and (orientation: landscape) {
  .video-gallery .profile-info {
    height: 40vmax !important; } }

body .upcoming-events {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 5rem;
  display: flex; }
  @media (min-width: 1100px) {
    body .upcoming-events {
      flex-direction: row;
      height: 100%; }
      body .upcoming-events > div {
        width: 32%; } }
  @media (min-width: 300px) and (max-width: 1099px) {
    body .upcoming-events {
      flex-direction: row;
      height: 100%; }
      body .upcoming-events > div {
        width: 48%; } }
  @media (max-width: 768px) {
    body .upcoming-events {
      flex-direction: row;
      height: 100%; }
      body .upcoming-events > div {
        width: 100%; } }
  body .upcoming-events h3, body .upcoming-events h4, body .upcoming-events h5, body .upcoming-events h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      body .upcoming-events h3, body .upcoming-events h4, body .upcoming-events h5, body .upcoming-events h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    body .upcoming-events h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .upcoming-events h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  body .upcoming-events .profile-pic {
    height: 100%;
    /*display: flex;*/ }
    body .upcoming-events .profile-pic img {
      object-fit: fill;
      max-width: 100%;
      flex-grow: 1; }

body .upcoming-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 5rem;
  height: 100%;
  flex-direction: row; }
  body .upcoming-events h3, body .upcoming-events h4, body .upcoming-events h5, body .upcoming-events h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      body .upcoming-events h3, body .upcoming-events h4, body .upcoming-events h5, body .upcoming-events h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    body .upcoming-events h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .upcoming-events h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  @media (max-width: 900px) {
    body .upcoming-events {
      justify-content: center; } }
  body .upcoming-events h3 {
    font-size: 18px;
    height: 48px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 10px; }
  body .upcoming-events .header {
    font-size: 25px;
    width: 100%;
    margin: 10px; }
  body .upcoming-events .upcoming-event {
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    height: 100%;
    margin: 10px;
    flex-grow: 1; }
    @media (min-width: 1100px) {
      body .upcoming-events .upcoming-event {
        width: 30%;
        max-width: 30%; } }
    @media (max-width: 900px) {
      body .upcoming-events .upcoming-event {
        width: 47%;
        max-width: 47%; } }
    @media (max-width: 768px) {
      body .upcoming-events .upcoming-event {
        width: 100%;
        max-width: 100%; } }
    body .upcoming-events .upcoming-event h1, body .upcoming-events .upcoming-event h4 {
      color: #00053E; }
    body .upcoming-events .upcoming-event .upcoming-event-profile {
      width: 100%; }
      body .upcoming-events .upcoming-event .upcoming-event-profile img {
        width: 100%;
        height: 220px;
        object-fit: cover; }
      body .upcoming-events .upcoming-event .upcoming-event-profile .live-item {
        position: relative;
        float: right;
        height: 30px;
        width: 80px;
        background-color: #F82647;
        position: relative;
        text-align: center;
        bottom: 30px;
        color: white; }
    body .upcoming-events .upcoming-event .info-tab {
      margin: 10px;
      padding: 10px;
      text-align: left;
      font: Regular 16px OpenSans;
      letter-spacing: 0;
      color: #00053E;
      opacity: 1;
      font-size: 16px;
      display: inline-block;
      width: 95%; }
      body .upcoming-events .upcoming-event .info-tab .date {
        display: inline-block;
        width: 100%;
        color: #8E8E93;
        font-weight: normal; }
        body .upcoming-events .upcoming-event .info-tab .date.one-line {
          display: -webkit-box;
          line-height: 2;
          min-height: 32px; }
    body .upcoming-events .upcoming-event p {
      font-size: 18px; }
    body .upcoming-events .upcoming-event a {
      float: right;
      color: #00053E;
      text-decoration: underline;
      font: Regular 18px OpenSans;
      letter-spacing: 0; }
      body .upcoming-events .upcoming-event a:hover, body .upcoming-events .upcoming-event a:visited:hover {
        color: #93D500; }

body .filedownload-container {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 0px;
  margin: 1vmin 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  display: flex; }
  body .filedownload-container h3, body .filedownload-container h4, body .filedownload-container h5, body .filedownload-container h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      body .filedownload-container h3, body .filedownload-container h4, body .filedownload-container h5, body .filedownload-container h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    body .filedownload-container h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .filedownload-container h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  @media (max-width: 768px) {
    body .filedownload-container {
      height: unset;
      margin-right: unset; }
      body .filedownload-container img {
        text-align: center; } }
  body .filedownload-container .row.col-md-12 {
    padding: 0px !important; }
  body .filedownload-container .filedownload-link {
    margin-top: 15px;
    align-items: center;
    display: flex; }
  body .filedownload-container h3, body .filedownload-container h4, body .filedownload-container h5, body .filedownload-container h6 {
    font-family: OpenSans-Regular;
    color: #333333;
    margin: 0.5vmin 0; }
    @media (max-width: 900px) {
      body .filedownload-container h3, body .filedownload-container h4, body .filedownload-container h5, body .filedownload-container h6 {
        margin: 10px 0; } }
  @media (max-width: 768px) {
    body .filedownload-container h3 {
      font-weight: bold;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
    body .filedownload-container h4 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; } }
  body .filedownload-container .profile-pic {
    text-align: right;
    padding: 0px;
    height: 22.5vmin;
    min-height: 200px; }
    body .filedownload-container .profile-pic img {
      width: 100%;
      object-fit: cover;
      height: 22.5vmin;
      min-height: 200px; }
  body .filedownload-container .profile-info {
    padding: 18px 18px 12px 18px;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    body .filedownload-container .profile-info .file-description-section {
      margin: auto 0 0; }
    body .filedownload-container .profile-info .file-name div {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      text-align: left;
      letter-spacing: 0;
      color: #333333;
      opacity: 1;
      font-weight: normal;
      font-weight: normal;
      color: #333333; }
    body .filedownload-container .profile-info .file-created-date div {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      margin: 5px 0;
      color: #333333; }
    body .filedownload-container .profile-info .file-published-text div {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      color: #8E8E93;
      font-weight: bold; }
  body .filedownload-container .file-link-tag {
    position: relative;
    float: right;
    height: 30px;
    background: #93D500 0% 0% no-repeat padding-box;
    position: relative;
    text-align: center;
    bottom: 30px;
    color: white;
    width: 70%;
    padding-top: 5px; }
  @media (max-width: 991px) {
    body .filedownload-container .profile-info {
      min-height: unset; }
      body .filedownload-container .profile-info .file-name h3 {
        -webkit-line-clamp: 2; }
    body .filedownload-container .profile-pic {
      height: 22.5rem; }
      body .filedownload-container .profile-pic img {
        height: 22.5rem; } }

@media (max-width: 991px) and (min-width: 300px) and (max-width: 1099px) {
  body .filedownload-container .profile-info {
    padding: 3vmin 3vmin 2vmin 3vmin; } }
  @media (max-width: 375px) and (orientation: portrait) {
    body .filedownload-container .profile-pic {
      height: 17.5rem; }
      body .filedownload-container .profile-pic img {
        height: 17.5rem; } }

.modal-dialog {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  top: 25%;
  left: 30%;
  width: 40%;
  /*transform: translate(-50%, -50%) !important;*/ }
  @media (max-device-width: 900px) and (orientation: landscape) {
    .modal-dialog {
      top: 30%;
      left: 10%;
      width: 80%;
      transform: none; } }
  @media (max-device-width: 900px) and (orientation: portrait) {
    .modal-dialog {
      top: 15%;
      left: 10%;
      width: 80%;
      transform: none; } }

.modal-box.user-popup {
  padding: 2rem;
  /*padding: 5px 10px 0 10px;*/
  display: flex;
  flex-direction: column; }
  @media (max-width: 900px) {
    .modal-box.user-popup h3, .modal-box.user-popup h4, .modal-box.user-popup div {
      float: none;
      text-align: center !important;
      margin: 0 auto; } }
  @media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .modal-box.user-popup h3, .modal-box.user-popup h4, .modal-box.user-popup div {
      float: none;
      text-align: center !important;
      margin: 0 auto; } }
  .modal-box.user-popup .overflow {
    margin-top: 5px; }
  .modal-box.user-popup .sub-text {
    color: #333333;
    text-align: left;
    line-height: 1.84615; }
    .modal-box.user-popup .sub-text.grey {
      color: #8E8E93;
      text-transform: uppercase;
      font-weight: 400; }
  .modal-box.user-popup button.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    padding: 0;
    background-color: transparent !important;
    border: 0; }
    .modal-box.user-popup button.popup-close span {
      color: #00053E;
      font-weight: bold;
      font-size: 22px; }
    .modal-box.user-popup button.popup-close:hover {
      background-color: transparent !important; }
      .modal-box.user-popup button.popup-close:hover span {
        color: #93D500; }
  .modal-box.user-popup .sub-text-title {
    color: #8E8E93;
    /*max-height: 150px;*/
    text-transform: uppercase;
    text-align: left; }
  .modal-box.user-popup .header-text {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: 900;
    margin-top: 1vmax; }
  .modal-box.user-popup .w-image > h2 {
    text-align: left; }
  .modal-box.user-popup .w-image > h3 {
    font-weight: 900; }
    @media screen and (min-width: 1367px) {
      .modal-box.user-popup .w-image > h3 {
        text-align: left; } }
  .modal-box.user-popup .website-link {
    padding: 15px 0;
    text-align: left; }
    .modal-box.user-popup .website-link a {
      color: #00053E;
      font-size: 18px;
      text-decoration: none;
      font-family: 'Roboto'; }
      .modal-box.user-popup .website-link a:before {
        content: url("/images/Assets/website-link-logo.png");
        position: relative;
        top: 7px;
        left: 5px;
        padding-right: 12px; }
  @media (max-width: 900px) {
    .modal-box.user-popup {
      /*.header-text {
            font-size: 5vmin;
        }*/ }
      .modal-box.user-popup .row.overflow, .modal-box.user-popup .sub-text-title, .modal-box.user-popup .sub-text {
        font-size: unset;
        margin-top: 0px; }
      .modal-box.user-popup .website-link a {
        font-size: 4vmin;
        font-weight: bold; }
      .modal-box.user-popup .modal-img {
        height: 100% !important; }
      .modal-box.user-popup .sub-text-title {
        margin-left: unset; } }
  @media screen and (max-width: 1366px) {
    .modal-box.user-popup .sub-text-title {
      min-height: 40px; } }
  @media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    .modal-box.user-popup h3, .modal-box.user-popup h4, .modal-box.user-popup h5, .modal-box.user-popup div {
      float: none;
      text-align: center !important;
      margin: 0 auto; }
    .modal-box.user-popup img {
      margin: 2vmin; } }

.modal-box {
  background: #fff;
  width: 100%;
  zoom: 1;
  text-align: center;
  /*@include for-tablet-landscape-only() {
        .row > div {
            display: inline-block;
        }
    }*/ }

@media (min-width: 1367px) and (orientation: landscape) {
  .modal-img.press {
    max-width: 25%;
    float: left; }
  .modal-details.w-image {
    width: 75%;
    float: left;
    padding: 0 1.5vmin;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; } }

.modal-box.user-popup .modal-img {
  position: relative;
  height: 14vmin;
  width: 14vmin;
  padding: 0px; }

.modal-box.user-popup .modal-img img {
  margin: 0;
  /*max-width: 90%;
    margin: 1.5vmin 0;*/
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  width: 100%;
  /*width: 175px;*/
  height: 100%; }
  @media (max-width: 900px) {
    .modal-box.user-popup .modal-img img {
      float: left;
      text-align: center;
      margin: 0 auto;
      float: unset;
      height: unset;
      max-height: 30vmin; } }

.modal-dialog .close {
  color: #000a3e;
  display: inline-block;
  font-size: 2.0em;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: 999999; }

.modal-box.user-popup .modal-details.w-image {
  font-family: 'Poppins';
  height: 14vmin; }
  .modal-box.user-popup .modal-details.w-image h3, .modal-box.user-popup .modal-details.w-image h4, .modal-box.user-popup .modal-details.w-image h5 {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    width: 100%; }
  .modal-box.user-popup .modal-details.w-image h3 {
    margin: 1vmin 0;
    font-weight: 600;
    font-family: 'Poppins'; }
  @media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .modal-box.user-popup .modal-details.w-image h5 {
      text-align: center; } }
  @media (max-width: 900px) {
    .modal-box.user-popup .modal-details.w-image h5 {
      text-align: center; } }
  @media (max-width: 900px) {
    .modal-box.user-popup .modal-details.w-image {
      height: unset; } }
  @media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .modal-box.user-popup .modal-details.w-image {
      height: unset; } }
  @media (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    .modal-box.user-popup .modal-details.w-image {
      height: unset; } }

.modal-box.user-popup .overflow {
  overflow: auto;
  text-align: left;
  padding: 1vmin 0;
  color: #333333;
  font-size: unset;
  min-height: 120px;
  max-height: 145px;
  font-family: 'Poppins';
  word-break: break-word; }
  @media (max-device-width: 900px) and (orientation: landscape) {
    .modal-box.user-popup .overflow {
      min-height: unset;
      margin-top: 20px; } }

.registrationForm {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  .registrationForm .loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .registrationForm .missingValue::after {
    color: red;
    content: " ( Required )"; }
  .registrationForm .invalidValue::after {
    color: red;
    content: " ( Invalid Value )"; }
  .registrationForm .mismatchingPassword::after {
    color: red;
    content: " ( Passwords Must Match )"; }
  .registrationForm .needsNumeric::after {
    color: red;
    content: " ( Password needs at least one number )"; }
  .registrationForm .needsUpper::after {
    color: red;
    content: " ( Password needs at least one upper case character )"; }
  .registrationForm .needsLower::after {
    color: red;
    content: " ( Password needs at least one lower case character )"; }
  .registrationForm .needsSpecial::after {
    color: red;
    content: " ( Password needs at least one special character from !£$%^&*(){}[]:;@#~?/>.<, )"; }
  .registrationForm .needsSevenDigits::after {
    color: red;
    content: " ( Password needs to be at least 7 characters long )"; }
  .registrationForm .emailExists::after {
    color: red;
    content: " ( User already exists with that email address )"; }
  .registrationForm div {
    margin-bottom: 15px; }
  .registrationForm .pairContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .registrationForm .pairContainer .firstItem {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-width: 400px;
      flex: 1 1 400px;
      margin-right: 20px;
      box-sizing: border-box; }
      .registrationForm .pairContainer .firstItem label {
        width: 400px;
        color: #00053E; }
    .registrationForm .pairContainer .lastItem {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-width: 320px;
      flex: 1 1 320px;
      margin-right: 20px;
      box-sizing: border-box; }
      .registrationForm .pairContainer .lastItem label {
        width: 320px;
        color: #00053E; }
  .registrationForm .addressContainer {
    width: 100%; }
    .registrationForm .addressContainer > label {
      color: #00053E; }
    .registrationForm .addressContainer div {
      margin-bottom: 0;
      margin-right: 0; }
    .registrationForm .addressContainer input {
      margin-bottom: 15px;
      margin-right: 20px; }
    .registrationForm .addressContainer .aptAndStreetContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .registrationForm .addressContainer .aptAndStreetContainer .txtApt {
        flex: 1 1 100px; }
      .registrationForm .addressContainer .aptAndStreetContainer .txtStreet {
        flex: 9 1 300px; }
    .registrationForm .addressContainer .cityAndAddressTwoContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
    .registrationForm .addressContainer .countryZipAndPostalContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .registrationForm .addressContainer .countryZipAndPostalContainer input {
        flex: 1 1 160px; }
  .registrationForm .switchContainer .checkContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 100px;
    flex: 1 1 100px;
    align-items: flex-start; }
    .registrationForm .switchContainer .checkContainer > label {
      display: block;
      color: #00053E; }
    .registrationForm .switchContainer .checkContainer .switch {
      min-width: 60px;
      max-width: 60px; }
  .registrationForm .switchContainer .labelContainer {
    display: flex;
    justify-content: center;
    align-items: center; }
    .registrationForm .switchContainer .labelContainer p {
      margin: 0; }
  .registrationForm .switch {
    position: relative;
    display: block;
    width: 55px;
    height: 22px;
    margin: 5px 10px; }
  .registrationForm .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .registrationForm .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s; }
  .registrationForm .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .registrationForm input:checked + .slider {
    background-color: #2196F3; }
  .registrationForm input:focus + .slider {
    box-shadow: 0 0 5px #2196F3; }
  .registrationForm input:checked + .slider:before {
    -webkit-transform: translateX(37px);
    -ms-transform: translateX(37px);
    transform: translateX(37px); }
  .registrationForm .slider.round {
    border-radius: 34px; }
  .registrationForm .slider.round:before {
    border-radius: 50%; }
  .registrationForm .register-button {
    width: 300px;
    margin: auto !important; }

.hotel-sustainability-hero {
  padding: 0 100px; }

@media (max-width: 500px) {
  .hotel-sustainability-hero {
    padding: 0 10px; } }

.global-summit-video, .global-summit-download {
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .global-summit-video, .global-summit-download {
      width: 100%; } }

.DnnModule-StencilDisplay .stencil-template.general__embeddedVideos {
  margin: 0; }
  .DnnModule-StencilDisplay .stencil-template.general__embeddedVideos .general__embeddedVideos__item {
    margin: 20px 0; }
    .DnnModule-StencilDisplay .stencil-template.general__embeddedVideos .general__embeddedVideos__item__link {
      display: block;
      width: 100%; }
      .DnnModule-StencilDisplay .stencil-template.general__embeddedVideos .general__embeddedVideos__item__link img {
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        max-width: 100%; }
    .DnnModule-StencilDisplay .stencil-template.general__embeddedVideos .general__embeddedVideos__item__img {
      width: 100%; }

.DnnModule-StencilDisplay .stencil-template.general__imageTileRow {
  margin: 0; }
  .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item {
    margin: 20px 0; }
    .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item > *:first-child {
      margin-top: 0; }
    .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item > *:not(:first-child) {
      margin-top: 4px; }
    .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item__link {
      overflow: hidden;
      display: block; }
    .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item__img {
      width: 100%; }
    .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item__description {
      color: #000000; }
    .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item__btn {
      margin-top: 6px;
      min-width: 60%;
      width: auto;
      text-align: center;
      padding: 10px 25px; }
      @media (max-width: 768px) {
        .DnnModule-StencilDisplay .stencil-template.general__imageTileRow .general__imageTileRow__item__btn {
          width: 100%; } }

.DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow {
  margin: 0; }
  .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item > *:first-child {
      margin-top: 0; }
    .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item > *:not(:first-child) {
      margin-top: 4px; }
    .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item__link {
      display: block;
      width: 100%; }
      .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item__link img {
        -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
        max-width: 100%; }
    .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item__img {
      width: 100%; }
    .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item__description {
      color: #000000; }
    .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item__btn {
      margin-top: 6px;
      min-width: 60%;
      width: auto;
      text-align: center;
      padding: 10px 25px; }
      @media (max-width: 768px) {
        .DnnModule-StencilDisplay .stencil-template.general__standardContentTileRow .general__standardContentTileRow__item__btn {
          width: 100%; } }

.DnnModule-StencilDisplay .homepage-swiper-template {
  width: 100%;
  height: 520px;
  position: relative; }
  .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__background-swiper {
    height: 100%; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__background-swiper .homepage-swiper-template__background, .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__background-swiper .homepage-swiper-template__background-mobile {
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      background-position: right bottom;
      display: block; }
  .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper {
    position: absolute;
    top: 0px;
    z-index: 1; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col {
      margin-top: 120px;
      margin-left: 100px;
      width: 600px; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper {
        display: flex;
        user-select: none; }
        .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper {
          position: relative;
          padding: 5px 50px;
          background-color: #00053E;
          overflow: hidden;
          height: 350px;
          width: 600px; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__title {
            font-size: 34px;
            font-weight: 600;
            line-height: 30px;
            margin-top: 50px;
            margin-bottom: 30px;
            color: #94CB2F; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__text {
            font-size: 20px;
            font-weight: normal;
            line-height: 30px;
            margin-bottom: 40px;
            position: relative;
            color: #ffffff;
            width: 90%; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-button {
            border: #ffffff 1px solid;
            padding: 10px 30px;
            color: #ffffff;
            text-decoration: none; }
            .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-button:hover {
              border: none;
              color: #00053E;
              font-weight: 600;
              background-color: #94CB2F; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination {
        position: absolute;
        height: 50px;
        width: calc(100% - 100px); }
        .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination {
          right: 20px;
          transform: translate3d(0, -50px, 0); }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            border: 1px solid #ffffff;
            background-color: #00053E;
            margin-left: 10px;
            opacity: 1; }
            .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination .swiper-pagination-bullet:focus {
              outline: none; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #ffffff; }

@media (min-width: 1200px) and (max-width: 1799px) {
  .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col {
    width: 500px; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper {
      padding: 5px 30px;
      height: 330px;
      width: 600px; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__title {
        margin-top: 40px;
        margin-bottom: 20px; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__text {
        font-size: 18px;
        width: 80%; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination {
      transform: translate3d(0, -80px, 0); } }

@media (max-width: 1200px) {
  .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col {
    margin-top: 110px;
    margin-left: 80px;
    width: 550px; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper {
      height: 350px; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__title {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 25px; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__text {
        font-size: 18px;
        width: 80%; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination {
      transform: translate3d(0, -60px, 0); } }

@media (max-width: 900px) {
  .DnnModule-StencilDisplay .homepage-swiper-template {
    height: 600px; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__background-swiper {
      height: 70%; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col {
      margin-top: 250px; } }

@media (max-width: 599px) {
  .DnnModule-StencilDisplay .homepage-swiper-template {
    height: 490px; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__background-swiper {
      height: 80%; }
    .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper {
      width: 100%; }
      .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col {
        margin-top: 250px;
        margin-left: 5%;
        width: 90%; }
        .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper {
          padding: 2px 20px;
          height: 220px; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__title {
            font-size: 22px;
            line-height: 30px;
            margin-top: 20px;
            margin-bottom: 10px; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__text {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 20px;
            width: 100%; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-button {
            padding: 5px 10px; }
            .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-button:hover {
              border: none;
              color: #00053E;
              font-weight: 600; }
        .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination {
          height: 20px;
          width: 90%; }
          .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination {
            transform: translate3d(0, -55px, 0); }
            .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__pagination .swiper-pagination .swiper-pagination-bullet {
              width: 10px;
              height: 10px;
              margin-left: 5px; } }

@media only screen and (max-width: 380px) {
  .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__title {
    font-size: 18px;
    line-height: 30px; }
  .DnnModule-StencilDisplay .homepage-swiper-template .homepage-swiper-template__outer-wrapper .homepage-swiper-template__col .homepage-swiper-template__foreground-swiper .swiper-wrapper .homepage-swiper-template__swiper-wrapper .homepage-swiper-template__text-wrapper .homepage-swiper-template__text {
    font-size: 13px;
    line-height: 22px;
    width: 90%; } }

.DnnModule-StencilDisplay .logo-carousel-template {
  height: max-content;
  margin-bottom: 30px; }
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 100%; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper .logo-carousel-template__title {
      display: none; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper .logo-carousel-template__swiper-slide {
      height: 180px; }
      .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper .logo-carousel-template__swiper-slide .logo-carousel-template__logo {
        display: flex;
        margin-bottom: 5px; }
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-pagination .swiper-pagination {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-pagination .swiper-pagination .swiper-pagination-bullet {
      background-color: #ffffff;
      border: 1px solid #00053E;
      opacity: 1;
      width: 12px;
      height: 12px;
      margin-left: 5px;
      margin-right: 5px; }
      .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-pagination .swiper-pagination .swiper-pagination-bullet:focus {
        outline: none; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-pagination .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #00053E; }
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-navigation {
    top: -180px;
    position: relative; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-navigation .swiper-button-next {
      color: #00053E; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-navigation .swiper-button-prev {
      color: #00053E; }

@media (max-width: 900px) {
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper .logo-carousel-template__swiper-slide {
    height: auto; }
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-navigation {
    display: none; } }

@media (max-width: 599px) {
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper {
    width: 95%; }
  .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-pagination .swiper-pagination {
    margin-top: 10px; }
    .DnnModule-StencilDisplay .logo-carousel-template .logo-carousel-template__swiper-pagination .swiper-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px; } }

.DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container {
  width: 100%; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide {
    width: 100%;
    text-align: center; }
    .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__image {
      width: 150px;
      border-radius: 50%;
      margin-bottom: 30px; }
    .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__quote {
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      color: #000000;
      line-height: 25px;
      margin-bottom: 30px; }
    .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__person {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 600;
      color: #000000;
      margin-bottom: 5px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #000000; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-navigation .swiper-button-prev {
    margin-left: 60px;
    color: #00053E; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-navigation .swiper-button-next {
    margin-right: 60px;
    color: #00053E; }

@media (min-width: 1200px) and (max-width: 1799px) {
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__quote {
    width: 70%; } }

@media (max-width: 1200px) {
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__quote {
    width: 65%; } }

@media (max-width: 900px) {
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__image {
    width: 130px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__quote {
    width: 70%;
    line-height: 22px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__person {
    font-size: 15px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__description {
    font-size: 15px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-navigation .swiper-button-prev {
    margin-left: 40px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-navigation .swiper-button-next {
    margin-right: 40px; } }

@media (max-width: 599px) {
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__quote {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__person {
    font-size: 14px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__description {
    font-size: 14px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-navigation .swiper-button-prev {
    margin-left: -12px;
    top: 60px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-navigation .swiper-button-next {
    margin-right: -12px;
    top: 60px; } }

@media only screen and (max-width: 380px) {
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__quote {
    font-size: 12px;
    line-height: 16px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__person {
    font-size: 12px; }
  .DnnModule-StencilDisplay .quote-carousel-template .quote-carousel-template__swiper .quote-carousel-template__swiper-container .quote-carousel-template__swiper-slide .quote-carousel-template__description {
    font-size: 12px; } }

.DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper {
  text-align: center; }
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__title {
    margin-bottom: 20px;
    font-weight: 600;
    color: #00053E; }
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__regions-wrapper {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto; }
    .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__regions-wrapper .anchor-menu-template__regions {
      color: #00053E;
      font-size: 22px;
      display: table-cell;
      height: 70px; }

@media (max-width: 900px) {
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__title {
    font-size: 30px; }
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__regions-wrapper .anchor-menu-template__regions {
    font-size: 18px;
    height: 50px; } }

@media (max-width: 599px) {
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__title {
    font-size: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__regions-wrapper .anchor-menu-template__regions {
    font-size: 12px; } }

@media only screen and (max-width: 370px) {
  .DnnModule-StencilDisplay .anchor-menu-template .anchor-menu-template__text-wrapper .anchor-menu-template__regions-wrapper .anchor-menu-template__regions {
    padding: 0; } }

.DnnModule-StencilDisplay .logo-carousel-small-template {
  margin-left: auto;
  max-width: max-content;
  margin-right: auto; }
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__title {
    display: none; }
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__logo-container {
    width: 200px;
    margin-bottom: 30px; }

@media (max-width: 1200px) {
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__logo-container {
    width: 160px; } }

@media (max-width: 900px) {
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__logo-container {
    width: 180px;
    margin-bottom: 10px; } }

@media (max-width: 599px) {
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__logo-container {
    width: 98px; } }

@media only screen and (max-width: 420px) {
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__logo-container {
    width: 85px; } }

@media only screen and (max-width: 365px) {
  .DnnModule-StencilDisplay .logo-carousel-small-template .logo-carousel-small-template__logo-container {
    width: 72px; } }

.DnnModule-StencilDisplay .card-component-template {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  grid-auto-rows: 350px; }
  .DnnModule-StencilDisplay .card-component-template .card-component-template__tile {
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    transition: top 0.2s linear; }
    .DnnModule-StencilDisplay .card-component-template .card-component-template__tile .card-component-template__image {
      width: 100%;
      height: 180px;
      object-fit: cover; }
    .DnnModule-StencilDisplay .card-component-template .card-component-template__tile .card-component-template__title {
      margin-left: 10px;
      margin-right: 10px; }
    .DnnModule-StencilDisplay .card-component-template .card-component-template__tile .date-row {
      position: absolute;
      bottom: 5px;
      width: 100%; }
      .DnnModule-StencilDisplay .card-component-template .card-component-template__tile .date-row .row {
        display: flex; }
        .DnnModule-StencilDisplay .card-component-template .card-component-template__tile .date-row .row .card-component-template__date {
          margin-left: 10px;
          margin-top: 20px;
          padding-left: 0;
          padding-right: 0; }
        .DnnModule-StencilDisplay .card-component-template .card-component-template__tile .date-row .row .card-component-template__icon {
          margin-top: 20px;
          color: #93D500; }
    .DnnModule-StencilDisplay .card-component-template .card-component-template__tile:hover {
      top: -15px; }
      .DnnModule-StencilDisplay .card-component-template .card-component-template__tile:hover .card-component-template__icon {
        color: #00053E; }

@media only screen and (max-width: 1430px) {
  .DnnModule-StencilDisplay .card-component-template {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 330px; }
    .DnnModule-StencilDisplay .card-component-template__title {
      height: 100px;
      overflow: hidden; } }

@media (max-width: 599px) {
  .DnnModule-StencilDisplay .card-component-template {
    grid-template-columns: repeat(1, 1fr); }
    .DnnModule-StencilDisplay .card-component-template .card-component-template__tile {
      width: 100%; } }

.DnnModule-StencilDisplay .who-we-are-template__person-wrapper {
  height: 420px; }
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__image-wrapper {
    width: 260px;
    height: 260px;
    margin-left: auto;
    margin-right: auto; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__image-wrapper .who-we-are-template__image {
      width: 100%;
      height: 100%;
      background-position: center;
      object-fit: cover;
      transition-duration: 0.3s; }
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    color: #00053E; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
      text-decoration: none;
      cursor: pointer; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation {
      width: 90%; }
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper:hover .who-we-are-template__name {
    color: #93D500;
    text-decoration: underline; }
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper:hover .who-we-are-template__image {
    transform: scale(1.05); }

.DnnModule-StencilDisplay .who-we-are-template__box-wrapper {
  display: none;
  height: 450px;
  position: fixed;
  z-index: 10;
  background-color: white;
  padding: 0;
  overflow: hidden;
  top: 25%;
  left: 8.34%; }
  .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__image-wrapper {
    padding: 0;
    height: 100%; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__image-wrapper .who-we-are-template__image {
      height: 100%;
      object-fit: cover; }
  .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper {
    padding: 0;
    height: 100%; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close {
      position: absolute;
      width: 55px;
      height: 55px;
      background-color: #00053E;
      right: 0;
      cursor: pointer;
      text-align: center; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close i {
        font-size: 20px;
        margin-top: 30%;
        color: #93D500; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation {
      box-shadow: 0 4px 8px -8px grey; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
        margin-left: 30px;
        margin-top: 40px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website {
        padding-bottom: 15px; }
        .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__occupation {
          padding-left: 0;
          color: #00053E;
          font-size: 18px;
          margin-left: 30px; }
        .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__link {
          width: auto;
          font-weight: bold;
          float: right;
          font-size: 14px;
          text-decoration: none;
          margin-right: 15px; }
          .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__link:hover {
            text-decoration: none; }
          .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__link::before {
            content: "\f0ac";
            font-family: 'Font Awesome 5 Free';
            margin-right: 8px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__bio {
      width: 95%;
      padding-left: 30px;
      padding-top: 20px;
      overflow-y: scroll;
      padding-right: 20px;
      height: 310px; }

.DnnModule-StencilDisplay ::-webkit-scrollbar {
  width: 5px !important; }

.DnnModule-StencilDisplay .cover {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00053E;
  opacity: 0.9;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none; }

@media only screen and (max-width: 1600px) {
  .DnnModule-StencilDisplay .who-we-are-template__box-wrapper {
    height: 380px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close {
      width: 45px;
      height: 45px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close i {
        font-size: 18px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
      margin-left: 20px;
      margin-top: 30px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website {
      padding-bottom: 10px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__occupation {
        font-size: 16px;
        margin-left: 20px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__bio {
      padding-left: 20px;
      padding-top: 15px;
      height: 256px; } }

@media only screen and (max-width: 1400px) {
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper {
    height: 350px; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__image-wrapper {
      width: 200px;
      height: 200px; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation {
      width: 200px; }
      .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
        font-size: 22px; }
  .DnnModule-StencilDisplay .who-we-are-template__box-wrapper {
    height: 350px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close {
      width: 40px;
      height: 40px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close i {
        font-size: 16px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
      margin-top: 20px;
      font-size: 25px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website {
      padding-bottom: 5px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__occupation {
        font-size: 14px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__link {
        font-size: 12px;
        margin-right: 10px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__bio {
      padding-top: 10px;
      font-size: 14px;
      height: 252px; } }

@media only screen and (max-width: 1000px) {
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper {
    height: 280px; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__image-wrapper {
      width: 150px;
      height: 150px; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation {
      width: 150px; }
      .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
        font-size: 16px; }
      .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation {
        font-size: 12px; }
  .DnnModule-StencilDisplay .who-we-are-template__box-wrapper {
    height: 280px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close {
      width: 35px;
      height: 35px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close i {
        font-size: 14px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
      margin-top: 15px;
      font-size: 22px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website {
      padding-bottom: 0; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__link {
        margin-right: 8px; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__bio {
      padding-top: 8px;
      font-size: 12px;
      width: 90%;
      height: 196px; } }

@media only screen and (max-width: 500px) {
  .DnnModule-StencilDisplay .who-we-are-template__person-wrapper {
    height: 350px; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__image-wrapper {
      width: 220px;
      height: 220px; }
    .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation {
      width: 220px; }
      .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__name {
        font-size: 22px; }
      .DnnModule-StencilDisplay .who-we-are-template__person-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation {
        font-size: 14px; }
  .DnnModule-StencilDisplay .who-we-are-template__box-wrapper {
    position: relative;
    top: 0;
    height: max-content; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__image-wrapper {
      height: auto; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__image-wrapper .who-we-are-template__image {
        height: 300px !important; }
    .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper {
      height: auto; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close {
        width: 40px;
        height: 40px;
        top: -290px;
        right: 10px; }
        .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__close i {
          font-size: 18px; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website {
        padding-bottom: 10px; }
        .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__name-occupation .who-we-are-template__occupation-website .who-we-are-template__link {
          float: left; }
      .DnnModule-StencilDisplay .who-we-are-template__box-wrapper .who-we-are-template__text-wrapper .who-we-are-template__bio {
        height: max-content;
        width: 90%;
        margin-bottom: 10px;
        overflow-y: auto; } }

.DnnModule-StencilDisplay .coloured-tiles-template {
  width: max-content;
  margin: 0 auto; }
  .DnnModule-StencilDisplay .coloured-tiles-template .coloured-tile {
    width: 309px; }
    .DnnModule-StencilDisplay .coloured-tiles-template .coloured-tile .coloured-tile-intro-text {
      height: 220px; }
    .DnnModule-StencilDisplay .coloured-tiles-template .coloured-tile .coloured-tile-image {
      height: 185px;
      z-index: 104;
      background: repeat white 30% 17%/cover; }
    .DnnModule-StencilDisplay .coloured-tiles-template .coloured-tile .coloured-tile-text-section {
      color: #ffffff;
      padding: 50px 20px;
      border: 0.0625rem solid #A3BAC6;
      border-radius: 0 0 5rem 0;
      height: 500px; }
      .DnnModule-StencilDisplay .coloured-tiles-template .coloured-tile .coloured-tile-text-section .coloured-tile-text-title {
        color: #ffffff;
        font-size: 37px; }

@media (max-width: 992px) {
  .DnnModule-StencilDisplay .coloured-tile {
    width: fit-content;
    margin: 10px auto; } }

.DnnModule-StencilDisplay .testimonials {
  margin: 0 auto;
  max-width: 960px; }
  .DnnModule-StencilDisplay .testimonials .testimonial-row {
    margin-bottom: 50px; }
    .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial {
      padding-right: 100px; }
      .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial .testimonial-images {
        margin-bottom: 30px; }
        .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial .testimonial-images .testimonial-image {
          background: repeat white 0 32%/cover;
          border: 0;
          z-index: 92;
          width: 80px;
          height: 80px;
          border-radius: 50%; }
        .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial .testimonial-images .testimonial-logo-container {
          height: 80px;
          margin-left: 10px; }
          .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial .testimonial-images .testimonial-logo-container .testimonial-logo {
            object-fit: contain;
            max-height: 80px; }

@media (max-width: 1350px) {
  .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial {
    padding-right: 20px; } }

@media (max-width: 500px) {
  .DnnModule-StencilDisplay .testimonials {
    margin: 0 10px; }
    .DnnModule-StencilDisplay .testimonials .testimonial-row {
      margin-bottom: 0; }
      .DnnModule-StencilDisplay .testimonials .testimonial-row .testimonial {
        margin-bottom: 50px; } }

.DnnModule-StencilDisplay .b4-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.DnnModule-StencilDisplay .b4-col-auto, .DnnModule-StencilDisplay .b4-col-1, .DnnModule-StencilDisplay .b4-col-2, .DnnModule-StencilDisplay .b4-col-3, .DnnModule-StencilDisplay .b4-col-4, .DnnModule-StencilDisplay .b4-col-5, .DnnModule-StencilDisplay .b4-col-6, .DnnModule-StencilDisplay .b4-col-7, .DnnModule-StencilDisplay .b4-col-8, .DnnModule-StencilDisplay .b4-col-9, .DnnModule-StencilDisplay .b4-col-10, .DnnModule-StencilDisplay .b4-col-11, .DnnModule-StencilDisplay .b4-col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.DnnModule-StencilDisplay .b4-col-1 {
  -ms-flex: 0 0 8.33%;
  flex: 0 0 8.33%; }

.DnnModule-StencilDisplay .b4-col-2 {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%; }

.DnnModule-StencilDisplay .b4-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%; }

.DnnModule-StencilDisplay .b4-col-4 {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%; }

.DnnModule-StencilDisplay .b4-col-5 {
  -ms-flex: 0 0 41.66%;
  flex: 0 0 41.66%; }

.DnnModule-StencilDisplay .b4-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.DnnModule-StencilDisplay .b4-col-7 {
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%; }

.DnnModule-StencilDisplay .b4-col-8 {
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%; }

.DnnModule-StencilDisplay .b4-col-9 {
  -ms-flex: 0 0 75.00%;
  flex: 0 0 75.00%; }

.DnnModule-StencilDisplay .b4-col-10 {
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%; }

.DnnModule-StencilDisplay .b4-col-11 {
  -ms-flex: 0 0 91.66%;
  flex: 0 0 91.66%; }

.DnnModule-StencilDisplay .b4-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (max-width: 768px) {
  .DnnModule-StencilDisplay .b4-col-auto, .DnnModule-StencilDisplay .b4-col-1, .DnnModule-StencilDisplay .b4-col-2, .DnnModule-StencilDisplay .b4-col-3, .DnnModule-StencilDisplay .b4-col-4, .DnnModule-StencilDisplay .b4-col-5, .DnnModule-StencilDisplay .b4-col-6, .DnnModule-StencilDisplay .b4-col-7, .DnnModule-StencilDisplay .b4-col-8, .DnnModule-StencilDisplay .b4-col-9, .DnnModule-StencilDisplay .b4-col-10, .DnnModule-StencilDisplay .b4-col-11, .DnnModule-StencilDisplay .b4-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.DnnModule-StencilDisplay img {
  max-width: 100%; }

.DnnModule-StencilDisplay figure {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25% !important;
  margin: 0 0 16px !important; }
  .DnnModule-StencilDisplay figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }
    @media (max-width: 768px) {
      .DnnModule-StencilDisplay figure iframe {
        width: 100%;
        height: 100%; } }

.DnnModule-StencilDisplay .stencil-template {
  margin: 40px 0 0; }
  @media (max-width: 768px) {
    .DnnModule-StencilDisplay .stencil-template {
      margin: 15px 0 0; } }
  .DnnModule-StencilDisplay .stencil-template .text-center {
    text-align: center; }

.row {
  margin-left: 0;
  margin-right: 0; }

img {
  font-size: 14px; }

.body-container {
  min-height: calc(100vh - 330px);
  margin-top: 90px;
  padding-bottom: 4rem;
  overflow-x: hidden; }
  .body-container > * {
    max-width: 100%; }
  @media (min-width: 1100px) {
    .body-container .inner-container {
      max-width: 80%;
      width: auto;
      margin: 0 auto; } }
  @media (min-width: 300px) and (max-width: 1099px) {
    .body-container .inner-container {
      max-width: 100%;
      padding: 0 20px; } }
  .body-container .inner-container > * {
    max-width: 100%; }
  .body-container .inner-container .ContainerPane {
    margin: 0rem 0rem; }
    @media (min-width: 300px) and (max-width: 1099px) {
      .body-container .inner-container .ContainerPane {
        max-width: 100%;
        padding: 0; } }
  .body-container .carousel + .inner-container {
    padding: 4rem 0; }

.dnnForm.dnnEditBasicSettings .input-validation-error {
  border: 1px solid red; }

.dnnForm.dnnEditBasicSettings img {
  max-width: 250px;
  max-height: 250px; }

.logo {
  background-image: url("../../../../images/Branding/Group1857.svg");
  background-repeat: no-repeat;
  background-size: 20px 40px;
  width: 30px;
  height: 50px;
  float: left; }

input {
  height: 40px; }

.btn.primary, .btn.secondary, .dnnPrimaryAction, .dnnSecondaryAction {
  opacity: 1 !important;
  background-color: #00053E !important;
  background-image: none !important;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
  padding: 10px 60px !important;
  border-radius: 0 !important;
  border-color: #00053E !important;
  margin: 10px !important;
  color: #ffffff !important;
  font-weight: normal !important; }
  .btn.primary:hover, .btn.secondary:hover, .dnnPrimaryAction:hover, .dnnSecondaryAction:hover {
    background-color: #93D500 !important;
    border-color: #93D500 !important; }
  .btn.primary.dnnSecondaryAction, .btn.primary.btn.secondary, .btn.secondary.dnnSecondaryAction, .btn.secondary.btn.secondary, .dnnPrimaryAction.dnnSecondaryAction, .dnnPrimaryAction.btn.secondary, .dnnSecondaryAction.dnnSecondaryAction, .dnnSecondaryAction.btn.secondary {
    background-color: #8E8E93 !important;
    border-color: #8E8E93 !important; }
    .btn.primary.dnnSecondaryAction:hover, .btn.primary.btn.secondary:hover, .btn.secondary.dnnSecondaryAction:hover, .btn.secondary.btn.secondary:hover, .dnnPrimaryAction.dnnSecondaryAction:hover, .dnnPrimaryAction.btn.secondary:hover, .dnnSecondaryAction.dnnSecondaryAction:hover, .dnnSecondaryAction.btn.secondary:hover {
      background-color: #93D500 !important;
      border-color: #93D500 !important; }

a, a:visited {
  color: #00053E;
  text-decoration: underline; }
  a:hover, a:visited:hover {
    color: #93D500; }

.search-row .btn.primary, .search-row .btn.secondary, .search-row .dnnPrimaryAction, .search-row .dnnSecondaryAction, .search-filters .btn.primary, .search-filters .btn.secondary, .search-filters .dnnPrimaryAction, .search-filters .dnnSecondaryAction {
  padding: 0px !important; }

.form-builder-canvas .form-submit.align-right, .form-builder-canvas .form-submit.align-center {
  padding: 10px !important;
  text-align: right !important; }
  .form-builder-canvas .form-submit.align-right button, .form-builder-canvas .form-submit.align-center button {
    margin-left: 20px !important;
    margin-right: 0px !important; }

.tabbed-forms .error-message {
  display: none; }

.tabbed-forms .content-field {
  padding: 5px 10px !important; }
  .tabbed-forms .content-field .form-group {
    margin-bottom: 10px !important; }
  .tabbed-forms .content-field .name-field-container input {
    width: calc(50% - 8px) !important; }
  .tabbed-forms .content-field .dnnLabel {
    color: #00053E !important;
    padding-right: 0px !important;
    margin-right: 0px !important; }
  .tabbed-forms .content-field input, .tabbed-forms .content-field .multiline-text, .tabbed-forms .content-field .dnnFormTextArea, .tabbed-forms .content-field .dnnSelect {
    border: 1px solid #F1F1F1 !important;
    margin-bottom: 0px !important; }
  .tabbed-forms .content-field .required label:after {
    color: #F03C19;
    border: 1px solid #F03C19; }
  .tabbed-forms .content-field .canvas-terms-and-conditions label {
    margin: 3px 4px 0px 10px; }

.multiple-choice-checkbox.horizontal {
  width: 100% !important; }

.input-group .dnnSelect {
  height: 38px !important; }

.form-builder-canvas .dnnSelect {
  height: 40px !important; }

@media (max-width: 768px) {
  .error-message {
    position: relative; }
  .form-builder-canvas .form-submit.align-right, .form-builder-canvas .form-submit.align-center {
    text-align: center !important; }
    .form-builder-canvas .form-submit.align-right button, .form-builder-canvas .form-submit.align-center button {
      margin: 10px !important; }
  .content-field {
    width: 100% !important;
    left: auto !important;
    position: relative !important; }
    .content-field > div {
      position: relative !important; }
    .content-field input[type=text] {
      width: 100% !important; }
  .tabbed-forms .content-row {
    height: initial !important; }
    .tabbed-forms .content-row .content-field {
      height: initial !important; }
      .tabbed-forms .content-row .content-field > div:last-child {
        display: none !important; }
      .tabbed-forms .content-row .content-field .form-group.dnnFormItem {
        width: 100% !important; }
        .tabbed-forms .content-row .content-field .form-group.dnnFormItem .dnnLabel.form-canvas-label {
          width: 100% !important; }
      .tabbed-forms .content-row .content-field .dnn-ui-common-input-group .canvas-terms-and-conditions span {
        padding: 3px 0px 0 12px !important; }
  .tabbed-forms .content-row:has( > .canvas-terms-and-conditions) .content-field {
    padding-bottom: 40px !important; }
    .tabbed-forms .content-row:has( > .canvas-terms-and-conditions) .content-field .form-group.dnnFormItem .canvas-terms-and-conditions span {
      padding-right: 0px !important; } }

.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.three-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.four-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.no-padding {
  padding: 0px !important; }

@font-face {
  font-family: "OpenSans-Regular";
  font-style: normal;
  font-weight: 300;
  src: url("/Portals/_default/Skins/Geeks/fonts/OpenSans-Regular.ttf") format("truetype"); }

.Normal {
  font-size: 14px;
  line-height: 1.428; }

body {
  font-family: OpenSans-Regular;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  font-size: 15.333333333px; }
  body h1, body h2, body h3, body h4, body h5, body h6, body h7 {
    font-family: OpenSans-Regular;
    color: #333333;
    line-height: normal;
    font-weight: 600; }
  body h1 {
    color: #00053E;
    font-size: 37px; }
    body h1 strong {
      font-weight: 600; }
  body h2 {
    font-size: 31px; }
  body h3 {
    font-size: 25px; }
  body h4 {
    font-size: 18px; }
  body h5 {
    font-size: 15.333333333px; }
  body h6 {
    font-size: 14px; }
  body h7 {
    font-size: 12px; }
  body p, body div, body strong {
    font-family: OpenSans-Regular;
    line-height: normal; }
  body .Head {
    display: inline-block;
    margin-bottom: 6px;
    color: #00053E;
    /*font-size: 50px;*/
    font-weight: 600;
    margin: 0 0 2.5vmin 0; }
  body .Head:before {
    content: url(../../../../images/Branding/Group1857.svg);
    margin-right: 1vmin;
    zoom: 25%;
    background-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    visibility: visible;
    display: inline-block; }

.SkinLink {
  margin-top: 15px;
  text-align: center; }

.navbar {
  margin-bottom: 0 !important;
  border-radius: 0 !important; }
  .navbar li a {
    text-transform: capitalize; }

.carousel-inner > .active.left {
  float: none; }

.carousel-caption h1 {
  color: #fff; }

.navbar-brand {
  padding: 0 !important; }

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
  color: #fff; }

.searchBox {
  padding: 15px 15px 0 15px;
  width: 240px; }

.searchBox .searchText {
  color: #000;
  float: right; }

ul.searchSkinObjectPreview {
  width: 100% !important; }

.searchSkinObjectPreview_group {
  display: none; }

ul.dnnAdminTabNav {
  height: 40px;
  border-radius: 0 !important; }

/* styling for the Edit Profile and My Account links in User Profiles */
.dnnActions {
  display: inline-block; }

.dnnActions li {
  margin-right: 5px;
  list-style: none;
  float: left; }

/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel {
  text-align: left;
  width: auto; }

.dnnLabel + span {
  white-space: normal; }

.special-terms-and-conditions, .special-terms-and-conditions-label {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: scroll;
  z-index: -1;
  visibility: hidden; }

/* ADMIN */
#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
  -webkit-box-sizing: content-box !important;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box !important;
  /* Firefox, other Gecko */
  box-sizing: content-box !important;
  /* Opera/IE 8+ */ }

.navbar-default .navbar-nav > li > div > ul > li > a, .navbar-default .LoginLink {
  color: #777; }

.navbar-default .navbar-nav > li > div > a:hover,
.navbar-default .navbar-nav > li > div > a:focus,
.navbar-default .navbar-nav > li > div > ul > li > a:hover,
.navbar-default .navbar-nav > li > div > ul > li > a:focus {
  color: #ffffff;
  background-color: #178acc; }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
.navbar-right {
  height: 51px; }

.navbar-right .registerGroup,
.navbar-right .registerGroup *,
.navbar-right .loginGroup,
.navbar-right .loginGroup * {
  display: inline; }

.navbar-right .registerGroup,
.navbar-right .loginGroup {
  float: right; }

.navbar-right .registerGroup li:first-child:hover {
  border-left: #222; }

/* Register Group Styles */
.navbar-right .registerGroup li {
  float: left; }

.navbar-right .registerGroup .buttonGroup {
  margin-right: 0; }

.navbar-right .registerGroup a,
.navbar-right .loginGroup a {
  display: block;
  position: relative;
  height: 50px;
  min-width: 12px;
  padding: 15px 15px 0 15px;
  vertical-align: middle; }

.navbar-right .registerGroup a:active,
.navbar-right .loginGroup a:active {
  text-shadow: 0 -1px 0 #ffffff; }

.navbar-right .registerGroup a:hover,
.navbar-right .loginGroup a:hover {
  text-decoration: none; }

.navbar-right .registerGroup a strong,
.navbar-right .loginGroup a strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px; }

.navbar-right .userMessages a,
.navbar-right .userNotifications a {
  background-color: transparent; }

.navbar-right .userMessages strong {
  height: 100%;
  background: url("i/icon_message.png") no-repeat center center; }

.navbar-right .userNotifications strong {
  height: 100%;
  background: url("i/icon_notification.png") no-repeat center center; }

.navbar-right .registerGroup a span {
  display: inline-block;
  min-width: 7px;
  margin-right: 3px;
  text-align: center; }

.navbar-right .registerGroup .userProfileImg a {
  min-width: 50px;
  min-height: 50px;
  padding: 0; }

.navbar-right .registerGroup a img {
  height: 50px;
  width: 50px; }

/* Login Group Styles */
/* Number of message next to the message icon*/
.navbar-right .userMessages a span,
.navbar-right .userNotifications a span {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  background-color: transparent; }

.navbar-right .userNotifications span, .navbar-right .userMessages span {
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  z-index: 999; }

.navbar-right .userNotifications span {
  background: url("i/icon_notification_active.png") no-repeat center center; }

.navbar-right .userMessages span {
  background: url("i/icon_message_active.png") no-repeat center center; }

/* Content formatting */
#Content, #TopContent {
  margin-top: 10px; }

/*
 * blueimp Gallery CSS 2.11.1 https://github.com/blueimp/Gallery
 * Copyright 2013, Sebastian Tschan https://blueimp.net
 * Licensed under the MIT license: http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden; }

.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1; }

.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none; }

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.blueimp-gallery-display {
  display: block;
  opacity: 1; }

.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden; }

.blueimp-gallery-carousel > .slides {
  position: absolute; }

.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear; }

.blueimp-gallery > .slides > .slide-loading {
  background: url(img/loading.gif) center no-repeat;
  background-size: 64px 64px; }

.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0; }

.blueimp-gallery > .slides > .slide-error {
  background: url(img/error.png) center no-repeat; }

.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none; }

.blueimp-gallery > .next {
  left: auto;
  right: 15px; }

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none; }

.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }

.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none; }

.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0; }

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1; }

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none; }

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(img/error.svg); }

body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(img/play-pause.svg); }

body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0; }

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px; }

* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative; }

/* fix for carousel for large resolution displays */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: 0 auto;
  width: 100%; }

/* fix for DNN dropdown lists being cut off*/
.dnnDropDownList .selected-item, .dnnDropDownList .selected-item a {
  height: 35px !important; }

/* fix for coloring on DNN Check boxes and radio */
.dnnCheckbox .mark, .dnnRadiobutton .mark {
  background: none; }

div.ui-dialog-titlebar {
  display: none !important; }

.edit-form-popup .custom-FormItem {
  margin: 8px; }
  .edit-form-popup .custom-FormItem span {
    display: inline-block;
    width: 20%; }
    @media screen and (max-width: 780px) {
      .edit-form-popup .custom-FormItem span {
        width: 100%; } }
  .edit-form-popup .custom-FormItem input {
    height: 25px;
    width: 60%; }
    @media screen and (max-width: 780px) {
      .edit-form-popup .custom-FormItem input {
        width: 100%; } }
  .edit-form-popup .custom-FormItem .dnnCheckbox, .edit-form-popup .custom-FormItem input[type=checkbox] {
    width: 20px; }
  .edit-form-popup .custom-FormItem select {
    height: 30px; }
    @media screen and (max-width: 780px) {
      .edit-form-popup .custom-FormItem select {
        width: 100%; } }
  .edit-form-popup .custom-FormItem .custom-terms, .edit-form-popup .custom-FormItem .g-recaptcha, .edit-form-popup .custom-FormItem .field-validation {
    width: 60%;
    margin-left: 20%; }
    @media screen and (max-width: 780px) {
      .edit-form-popup .custom-FormItem .custom-terms, .edit-form-popup .custom-FormItem .g-recaptcha, .edit-form-popup .custom-FormItem .field-validation {
        width: 100%;
        margin-left: 0; } }

.edit-form-popup .buttons-row {
  width: 60%;
  margin-left: 20%; }
  @media screen and (max-width: 780px) {
    .edit-form-popup .buttons-row {
      width: 100%;
      margin-left: 0; }
      .edit-form-popup .buttons-row button, .edit-form-popup .buttons-row a {
        width: 100% !important;
        padding: 10px 0 !important;
        margin: 10px 0 !important; } }

.ui-dialog {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  position: fixed;
  height: 60%;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  margin-top: -20%;
  max-height: inherit;
  overflow: initial;
  /*@media screen and (max-width: 425px) {
        margin: 0;
        top: 0;
        left: 0;
        height: 90%;
        width: 90%;
        overflow: scroll;
    }*/ }
  @media screen and (max-width: 780px) {
    .ui-dialog {
      margin: 0;
      top: 0;
      left: 0;
      height: 90%;
      width: 90%;
      overflow: scroll; } }

#iPopUp {
  overflow: hidden;
  position: relative !important;
  height: 100%;
  padding-top: 0 !important; }

#iPopUp iframe {
  border: 0 !important;
  height: 100% !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 100% !important; }

.module-markup[show-card="yes"] {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16); }

.DnnModule {
  /* Track */
  /* Handle */ }
  .DnnModule ::-webkit-scrollbar {
    width: 15px;
    color: #93D500; }
  .DnnModule ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #00053E; }
  .DnnModule ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #93D500;
    background-color: #93D500;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

button {
  background-color: #00053E;
  border: #00053E 1px solid;
  color: #ffffff;
  font-family: OpenSans-Regular;
  padding: 10px 60px; }
  button a {
    text-decoration: none;
    color: #ffffff; }
    button a:hover, button a:visited {
      color: #ffffff !important;
      text-decoration: none; }
  button:hover {
    background-color: #93D500;
    border-color: #93D500; }

.ContainerPane .detail, .ContainerPane .details {
  padding: 0 2rem;
  background-color: #ffffff;
  box-shadow: 2px 2px 20px rgba(102, 102, 102, 0.16);
  margin-top: -1rem;
  min-height: 26rem;
  max-height: 40rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /*margin-bottom:3rem;*/
  position: relative; }
  .ContainerPane .detail p, .ContainerPane .details p {
    color: #8E8E93;
    overflow: hidden; }
  .ContainerPane .detail a, .ContainerPane .details a {
    position: absolute;
    bottom: 3rem;
    display: block;
    background-color: #00053E;
    border: #00053E 1px solid;
    color: #ffffff;
    font-family: OpenSans-Regular;
    padding: 10px 60px;
    text-decoration: none;
    color: #ffffff; }
    .ContainerPane .detail a:hover, .ContainerPane .details a:hover {
      color: #ffffff !important;
      text-decoration: none;
      background-color: #93D500;
      border-color: #93D500; }

a.button {
  position: relative;
  top: 3rem;
  color: #ffffff;
  padding: 10px 60px;
  text-decoration: none;
  border: #00053E 1px solid;
  background-color: #00053E;
  font-family: OpenSans-Regular; }
  a.button:hover {
    text-decoration: none;
    color: #ffffff !important;
    border-color: #93D500;
    background-color: #93D500; }

#dnn_OuterFullContent1 {
  padding-left: 0;
  padding-right: 0; }

.ContainerPane img {
  width: 100%;
  height: auto; }

.ContainerPane img.who-we-are,
.ContainerPane img.our-members,
.ContainerPane img.research,
.ContainerPane img.intiatives {
  width: 100%;
  height: 30vmin;
  object-fit: cover; }

.ContainerPane img.events,
.ContainerPane img.news-media {
  width: 100%;
  height: auto; }

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .ContainerPane img.who-we-are,
  .ContainerPane img.our-members,
  .ContainerPane img.research,
  .ContainerPane img.intiatives {
    width: 100%;
    height: auto; }
  .ContainerPane img.events,
  .ContainerPane img.news-media {
    width: 100%;
    height: auto; } }

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .ContainerPane img.who-we-are,
  .ContainerPane img.our-members,
  .ContainerPane img.research,
  .ContainerPane img.intiatives {
    width: 100%;
    height: auto; }
  .ContainerPane img.events,
  .ContainerPane img.news-media {
    width: 100%;
    height: auto; } }

.dnnEditState .st-sticky-share-buttons {
  display: none !important; }

div[id*="_HtmlModule_lblContent"] {
  margin-bottom: 15px; }
