@import "normalize.css";
@import "barebones.css";
@import "fonts/stylesheet.css";
.green_light {
  color: #87c846;
}
.green_mid {
  color: #2fb190;
}
.orange {
  color: #f58220;
}
.purple {
  color: #8a73b4;
}
.yellow {
  color: #ffd33d;
}
.cyan {
  color: #00b4cd;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.mid-grey {
  color: #808080;
}
.bg-green_light {
  background-color: #87c846;
}
.bg-green_mid {
  background-color: #2fb190;
}
.bg-orange {
  background-color: #f58220;
}
.bg-purple {
  background-color: #8a73b4;
}
.bg-yellow {
  background-color: #ffd33d;
}
.bg-cyan {
  background-color: #00b4cd;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-mid-grey {
  background-color: #808080;
}
body {
  background: #f2f2f2;
  color: #808080;
  font-family: "MarkPro";
  font-weight: normal;
  font-style: normal;
}
h1 {
  color: #ffd33d;
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-size: 8rem;
  font-weight: 900;
  line-height: 8.5rem;
  text-transform: uppercase;
  text-align: left;
}
h2:before {
  content: "—\A ";
  display: block;
  line-height: 0.5;
  white-space: pre;
  /* or pre-wrap */
}
h2.no-line:before {
  content: "";
}
h3 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
}
h4 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h5 {
  color: #00b4cd;
  font-weight: bold;
}
h5:before {
  content: "—\A ";
  display: block;
  line-height: 1;
  white-space: pre;
  /* or pre-wrap */
}
h6 {
  color: #00b4cd;
  font-weight: bold;
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style-position: inside;
}
.standfirst {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.upper {
  text-transform: uppercase;
}
@media (max-width: 769px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 1;
    margin: 0 0 10px 0;
  }
  h3 {
    font-size: 2rem;
    margin: 0;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 0;
  }
  .standfirst {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
#header {
  background: #00b4cd;
  position: fixed;
  top: 0;
  color: #fff;
  height: 110px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
#header .header_wrapper {
  margin: 0 auto;
  max-width: 1366px;
  padding: 20px 100px 0 100px;
}
#header .logo {
  background: url("../images//logo_2b_white.png") no-repeat 0 0;
  background-size: 100%;
  display: block;
  height: 60px;
  width: 145px;
}
#header .logo a {
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 769px) {
  #header {
    height: 75px;
  }
  #header .header_wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
  #header .logo {
    position: relative;
    top: -5px;
    width: 100px;
  }
}
@media (max-width: 769px) {
  .flinks {
    display: none;
  }
}
#floating_menu,
.btn_close {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 100;
}
@media (max-width: 769px) {
  #floating_menu {
    right: -20px;
  }
  #floating_menu img,
  .btn_close img {
    width: 50%;
  }
}
a.flink {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}
a.flink:hover {
  color: #ffd33d;
  transition: all 0.2s;
}
a.flink:before {
  content: "—\A ";
  display: block;
  line-height: 0.5;
  margin-right: 30px;
  white-space: pre;
  /* or pre-wrap */
  position: relative;
}
.page {
  clear: both;
  margin: 1em 3em 3em 3em;
  padding: 10px;
}
.page.breakout {
  margin-left: 0;
}
@media (max-width: 769px) {
  .page {
    margin: 0 0 0 0;
  }
}
.head-logos {
  background-color: #fff;
  padding: 130px 0 10px 0;
}
.header-logos,
.footer-logos {
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.footer-logos {
  padding-top: 30px;
  width: 50%;
}
.header-logos a,
.footer-logos a {
  display: inline;
  text-align: center;
  padding: 0;
  width: 50%;
}
.header-logos a img,
.footer-logos a img {
  width: 60%;
}
.home {
  background: url("../images//home_hero_large.jpg") no-repeat right center;
  background-size: cover;
  height: 100%;
  padding: 50px 100px;
  min-height: 100%;
  text-align: center;
}
.home .home_buttons {
  margin-bottom: 40px;
}
.home a.bounce {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.home a.bounce:hover {
  transform: translateY(10px);
}
@media (max-width: 769px) {
  .head-logos {
    padding: 90px 0 0 0;
  }
  .header-logos {
    width: 70%;
  }
  .header-logos a img {
    width: 60%;
    padding: 0;
  }
  .footer-logos {
    padding-top: 0;
    width: 80%;
  }
  .footer-logos a img {
    width: 40%;
    padding: 0 10px;
  }
  .home {
    padding: 40px 20px;
  }
  .home_buttons a {
    font-size: 10px;
    line-height: 30px;
    padding: 10px 20px;
  }
  .home h4 {
    margin-bottom: 12px;
  }
}
@media (max-width: 481px) {
  .footer-logos a img {
    width: 60%;
    padding: 0 10px;
  }
}
#testimonials {
  padding-top: 50px;
  overflow-x: hidden;
}
@media (max-width: 769px) {
  #testimonials {
    padding-top: 20px;
  }
}
.stacked-cards {
  position: relative;
}
.stacked-cards ul {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.stacked-cards li {
  background-image: url("../images//bg_quote_open.png"), url("../images//bg_quote_close.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-origin: content-box;
  color: white;
  display: block;
  padding: 5%;
  margin: 0 auto;
  min-height: 250px;
  margin-top: 5px;
  cursor: pointer;
  list-style: none;
  width: 70%;
  position: absolute;
  left: 50%;
  transition: 0.5s ease transform;
}
.stacked-cards li:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.stacked-cards li.active:after {
  display: none;
}
.stacked-cards li img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 4;
}
.stacked-cards li.active {
  cursor: default;
  transition: 0.5s ease transform;
}
@media (max-width: 769px) {
  .stacked-cards li {
    height: 180px;
  }
}
.stacked-cards li:nth-child(n) {
  background-color: #00b4cd;
}
.stacked-cards li:nth-child(2n) {
  background-color: #f58220;
}
.stacked-cards li:nth-child(3n) {
  background-color: #8a73b4;
}
.stacked-cards li:nth-child(4n) {
  background-color: #87c846;
}
.stacked-cards li:nth-child(5n) {
  background-color: #ffd33d;
}
.stacked-cards h3 {
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
  margin: 1% auto 1% auto;
  width: 100%;
}
.stacked-cards p {
  font-size: 1.3rem;
  margin: 0 auto;
  width: 90%;
  text-align: justify;
}
.stacked-cards .byline {
  margin-top: 2em;
  text-align: left;
}
.stacked-cards .byline span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 769px) {
  .stacked-cards h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 20% auto 1% auto;
    width: 100%;
  }
  .stacked-cards p {
    display: none;
  }
  .stacked-cards p.byline {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
}
table {
  border-top: 2px solid #00b4cd;
}
table thead tr th {
  background-color: #e5f7fa;
  border: none;
  color: #00b4cd;
  font-size: 1.6rem;
  line-height: 3rem;
  text-transform: uppercase;
}
table thead tr th:before {
  content: "—\A ";
  display: block;
  white-space: pre;
  /* or pre-wrap */
}
table thead tr th.nodash:before {
  content: "";
}
table tr td {
  background-color: white;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
table tr td span {
  display: none;
}
table tr td:last-child {
  text-align: center;
}
a.btn_book {
  background-color: #00b4cd;
  border: 1px solid #00b4cd;
  border-radius: 20px;
  color: white;
  font-weight: bold;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
a.btn_book:hover {
  background-color: #e5f7fa;
  color: #00b4cd;
}
a.btn_book.disabled {
  color: #ade6ee;
  border: none;
}
a.btn_book.disabled:hover {
  background-color: #e5f7fa;
  cursor: not-allowed;
}
@media (max-width: 769px) {
  table {
    border: 0;
    width: 100%;
  }
  table tr th {
    display: none;
  }
  table tr td {
    width: 90%;
    display: block;
  }
  table tr td span {
    color: #00b4cd;
    display: inline;
    font-weight: bold;
  }
  a.btn_book {
    margin: 0 auto;
    width: 30%;
  }
  table tr td:last-child {
    border-bottom: 2px solid #00b4cd;
  }
}
div.price {
  background-color: white;
  border-top: 2px solid #8a73b4;
  padding: 25px 15px;
  margin-bottom: 40px;
}
div.price div.or {
  text-align: center;
}
.currency-code {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
div.price h3 {
  color: #8a73b4;
  display: inline;
}
div.price .slash {
  line-height: 0;
  color: #f58220;
  font-size: 6rem;
  margin: 0 20px;
}
div.price .small {
  font-size: 1.2rem;
}
.currency a {
  margin-left: 5px;
  padding-left: 28px;
}
#aed {
  background: url("../images//ico_aed.png") no-repeat left center;
  background-size: 24px;
}
#usd {
  background: url("../images//ico_usd.png") no-repeat left center;
  background-size: 24px;
}
#gbp {
  background: url("../images//ico_gbp.png") no-repeat left center;
  background-size: 24px;
}
#aud {
  background: url("../images//ico_aud.png") no-repeat left center;
  background-size: 24px;
}
@media (max-width: 769px) {
  div.price .slash {
    font-size: 3rem;
    margin: 0 10px;
  }
  div.price div {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.page.accreditation {
  background: url("../images//hero_accreditation_large.jpg") no-repeat right top;
  background-size: contain;
  height: 100%;
  margin-left: 0;
  padding: 30% 5% 5% 5%;
}
.page.accreditation .panel {
  background-color: rgba(138, 11, 180, 0.5);
  color: white;
  opacity: 1;
  right: 0;
  padding: 5%;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  width: 75%;
}
.page.accreditation .panel p {
  width: 80%;
  margin: 2% 10%;
}
.page.accreditation .panel strong {
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
}
.page.accreditation .panel .logos {
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid white;
  color: #808080;
  display: flex;
  padding: 20px 0;
  justify-content: space-around;
}
.page.accreditation .panel .logos div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  font-size: 1.2rem;
  line-height: 1.3;
}
.page.accreditation .panel .logos div img {
  display: block;
  margin: 0 auto 20px auto;
  padding: 0;
  width: 60%;
}
.page.accreditation .panel .logos div img.icf {
  width: 100%;
}
@media (max-width: 769px) {
  .page.accreditation {
    background: url("../images//hero_accreditation_large.jpg") no-repeat right top;
    background-size: cover;
    padding: 5% 2% 2% 2%;
  }
  .page.accreditation .panel {
    margin-top: 20px;
    background-color: #be88d2;
    font-size: 1.2rem;
    opacity: 0.9;
  }
  .page.accreditation .panel .logos {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
  }
  .page.accreditation .panel strong {
    font-size: 1.3rem;
  }
  .page.accreditation .panel p {
    font-size: 1.4rem;
    width: 80%;
    margin: 5% 10%;
  }
}
@media (max-width: 481px) {
  .page.accreditation .panel .logos {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
  }
  .page.accreditation .panel .logos div {
    width: 80%;
    display: block;
    margin: 0 auto 20px auto;
  }
}
.page.specs img {
  width: 90%;
}
.page.specs p {
  font-size: 2rem;
}
div #mobile {
  display: none;
}
.module:nth-child(1),
.module:nth-child(2),
.module:nth-child(3) {
  background: url(../images/clip_tr.png) no-repeat right top;
  background-size: 10%;
}
.module:nth-child(4),
.module:nth-child(5),
.module:nth-child(6) {
  background: url(../images/clip_bl.png) no-repeat left bottom;
  background-size: 10%;
}
.module:nth-child(1) {
  background-color: #87c846;
}
.module:nth-child(2) {
  background-color: #f58220;
}
.module:nth-child(3) {
  background-color: #ffd33d;
}
.module:nth-child(4) {
  background-color: #8a73b4;
}
.module:nth-child(5) {
  background-color: #00b4cd;
}
.module:nth-child(6) {
  background-color: #2fb190;
}
.page.specs .module {
  padding: 0 10% 10% 10%;
}
.page.specs .module h3:before {
  content: "—\A ";
  display: block;
  line-height: 1;
  white-space: pre;
  /* or pre-wrap */
}
.page.specs .module h3 {
  font-size: 2.5rem;
  margin-top: 1rem;
}
.page.specs .module h4 {
  font-size: 1.8rem;
  margin-top: -10px;
  line-height: 1.4;
}
@media (max-width: 769px) {
  div #desktop {
    display: none;
  }
  div #mobile {
    display: inline-block;
  }
  .page.specs p {
    font-size: 1.5rem;
  }
  .modules {
    width: 100%;
    padding: 0;
    margin-top: -30px;
  }
  .module {
    display: inline-block;
    float: left;
    min-width: 28%;
    max-width: 28%;
    float: right;
    margin-right: 5%;
    min-height: 11rem;
    margin-bottom: 5%;
  }
  .page.specs p {
    font-size: 1.5rem;
  }
  .module:nth-child(4),
  .module:nth-child(5),
  .module:nth-child(6) {
    background: url(../images/clip_tr.png) no-repeat right top;
    background-size: 10%;
  }
  .module:nth-child(4) {
    background-color: #8a73b4;
  }
  .module:nth-child(5) {
    background-color: #00b4cd;
  }
  .module:nth-child(6) {
    background-color: #2fb190;
  }
  .page.specs .module {
    padding: 5% 10% 8% 5%;
  }
  .page.specs .module h3 {
    font-size: 2rem;
    margin-top: 0;
  }
  .page.specs .module h4 {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.2;
    overflow: hidden;
  }
}
@media (max-width: 380px) {
  .module {
    display: inline-block;
    float: none;
    min-width: 75%;
    margin-right: 0;
    min-height: 7rem;
    margin-left: 5%;
    margin-bottom: 5%;
  }
}
.page.outcomes {
  background: url("../images//hero_outcomes_large.jpg") no-repeat left top;
  background-size: cover;
  height: 100%;
  margin-left: 0;
  padding: 10% 5% 5% 5%;
}
.page.outcomes img {
  width: 90%;
}
.page.outcomes p {
  color: white;
}
@media (max-width: 769px) {
  .page.outcomes {
    background: #00b4cd;
  }
}
.page.action {
  margin-top: 100px;
}
.page.action div {
  background-color: #ffd33d;
  padding: 0;
}
.page.action div.container {
  background: url("../images//bg_2b_inaction.png") no-repeat 20% center;
  background-size: 80%;
  height: 100%;
}
.page.action img.video-thumb {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: -7px;
}
.page.action img.logo {
  float: left;
  width: 33%;
  position: relative;
  vertical-align: bottom;
}
.page.action h3 {
  float: left;
  position: absolute;
  top: 55%;
}
video {
  position: absolute;
  max-height: 80%;
  top: 0;
}
@media (max-width: 769px) {
  .page.action {
    margin-top: 50px;
  }
}
.page.opportunities img {
  width: 100%;
}
.page.qa a {
  background: url("../images//bg_qlink.png") no-repeat right;
  background-position-y: 0;
  color: #8a73b4;
  display: block;
  border-bottom: 2px solid #8a73b4;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-top: 20px;
  width: 95%;
  padding-right: 20px;
}
.page.qa a.selected {
  color: #f58220;
  background-position-y: -100px;
}
.page.qa div.answer {
  background-color: white;
  font-size: 1.3rem;
  padding: 2rem 3rem 1rem 3rem;
  margin: 0 0 3rem 0;
  display: none;
}
@media (max-width: 769px) {
  .page.qa .grid-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page.qa a {
    padding-right: 20px;
  }
}
.page.contact .panel {
  color: #00b4cd;
  font-size: 2rem;
}
.page.contact form {
  margin-top: 20px;
}
.page.contact input,
.page.contact textarea {
  border-radius: 0;
  color: #00b4cd;
  padding: 3rem 2rem;
  width: 100%;
}
.page.contact textarea {
  height: 200px;
}
.page.contact input.topline {
  border-top: 2px solid #00b4cd;
}
a.btn_submit {
  background-color: #00b4cd;
  color: white;
  display: block;
  padding: 2rem;
  text-decoration: none;
  text-align: center;
  width: 33%;
}
a.btn_submit:hover {
  background-color: #f58220;
  transition: all 0.2s;
}
div.err {
  color: #00b4cd;
  font-size: 1.2rem;
  margin: -12px 0 10px 10px;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  a.btn_submit {
    margin: 0 auto;
    width: 50%;
  }
  .page.contact {
    margin-top: 50px;
  }
}
@media (max-width: 481px) {
  .page.contact .footer-logos {
    width: 100%;
    text-align: center;
  }
}
.booking {
  padding-top: 110px;
}
@media (max-width: 769px) {
  body .home {
    clear: both;
    padding-top: 40px;
  }
  .booking h4 {
    margin-bottom: 15px;
    color: #00b4cd;
  }
  .booking .booking-panel {
    width: 85%;
  }
}
.booking p.caveat,
span.caveat {
  font-size: 80%;
  color: #00b4cd;
}
span.caveat {
  display: block;
}
.booking a.form-button {
  background-color: #00b4cd;
  color: white;
  font-size: 1.2rem;
  display: block;
  min-width: 120px;
  text-decoration: none;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border-radius: 20px;
  width: 120px;
}
.booking a.form-button:hover {
  background-color: #f58220;
}
.booking a.form-button.secondary {
  background-color: #bebebe;
}
.booking a.form-button.secondary:hover {
  background-color: #808080;
}
#footer {
  background: #00b4cd;
  position: relative;
  bottom: 0;
  color: #fff;
  width: 100%;
}
#footer .footer_wrapper {
  margin: 0 auto;
  max-width: 1366px;
  padding: 20px 100px 0 100px;
}
#footer .logo {
  background: url("../images//logo_2b_white.png") no-repeat 0 0;
  background-size: 100%;
  display: block;
  height: 60px;
  width: 145px;
}
#footer .logo_aact {
  text-align: right;
}
#footer .logo_aact img {
  max-width: 30%;
}
#footer .colophon div {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footer .colophon div a {
  text-decoration: none;
  color: white;
}
#footer .colophon div a:hover {
  color: #ffd33d;
}
#footer_mob {
  display: none;
}
@media (max-width: 769px) {
  #footer {
    display: none;
  }
  #footer_mob {
    background: #00b4cd;
    display: block;
  }
  #footer_mob .footer_wrapper {
    margin: 0 auto;
    max-width: 100%;
  }
  #footer_mob .logo {
    background: url("../images//logo_2b_white.png") no-repeat 0 0;
    background-size: 100%;
    display: block;
    height: 41px;
    width: 100px;
  }
  #footer_mob .logo_aact {
    display: none;
  }
  #footer_mob .logo_aact img {
    max-width: 20%;
  }
}
#menu_overlay {
  background-color: rgba(0, 180, 205, 0.9);
  display: block;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  display: none;
}
#menu_overlay .menu {
  position: relative;
  top: 5%;
}
#menu_overlay a {
  color: white;
  text-decoration: none;
}
#menu_overlay a:hover {
  color: yellow;
  transition: all 0.2s;
}
#menu_overlay h2 {
  font-size: 3rem;
  line-height: 2;
  margin: 0;
}
#menu_overlay h2:before {
  content: "—\A ";
  color: #f58220;
  display: block;
  line-height: 0.5;
  white-space: pre;
  /* or pre-wrap */
}
@media (max-width: 769px) {
  #menu_overlay h2 {
    font-size: 2rem;
  }
}
