/* 1.0 Reset ----------------------------------------------------------------------------- */
button, input, pre, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
}

a, ins, mark {
  text-decoration: none;
}

pre, textarea {
  overflow: auto;
}

blockquote, del {
  color: #111;
}

hr, img {
  border: 0;
}

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

fieldset, input, pre, table, td, textarea, th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

address, blockquote, cite, dfn, em, i {
  font-style: italic;
}

address, blockquote, pre {
  margin-bottom: 24px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, button, input, select, textarea {
  color: #333;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

body {
  background: #fff;
}

a:focus {
  outline: dotted thin;
}

.elm-button, a:active, a:hover, button {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

ins, mark {
  background: #fff9c0;
}

code, kbd, pre, samp, tt, var {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  box-sizing: border-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 12px;
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none;
}

blockquote {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2631578947;
}

blockquote b, blockquote strong, caption, td, th {
  font-weight: 400;
}

blockquote cite, blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote cite, blockquote em, blockquote i {
  font-style: normal;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sub, sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

figure, ol, ul {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol, li > ul {
  margin: 0 0 0 20px;
}

embed, iframe, object, table, video {
  margin-bottom: 24px;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

fieldset {
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button, input, select, textarea {
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
}

td, th {
  border-width: 0 1px 1px 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-width: 1px 0 0 1px;
}

caption, td, th {
  text-align: left;
}

b, dt, strong, th {
  font-weight: 700;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin-bottom: 23px;
}

dd, dl, p {
  margin-bottom: 0;
}

::-moz-selection, ::selection {
  background: #24890d;
  color: #fff;
  text-shadow: none;
}

input, textarea {
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}

input:focus, textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: 0;
}

.contributor-posts-link:hover, button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
  background-color: #41a62a;
  color: #fff;
}

.contributor-posts-link:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  background-color: #55d737;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
}

#site-header img, .comment-content img, .entry-content img, .entry-summary img, .widget img, .wp-caption {
  max-width: 100%;
}

#site-header img, .comment-content img[height], .entry-content img, .entry-summary img, img[class*=align], img[class*=attachment-], img[class*=wp-image-] {
  height: auto;
}

.post-thumbnail img, .wp-post-image, img.size-full, img.size-large {
  height: auto;
  max-width: 100%;
}

p > embed, p > iframe, p > object, span > embed, span > iframe, span > object {
  margin-bottom: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption.aligncenter, blockquote.aligncenter, img.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft, .site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p, .site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
  color: #767676;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  padding-right: 10px;
  margin: 9px 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
  padding: 15px 23px 14px;
}

.contributor-info:after, .contributor-info:before, .footer-sidebar:after, .footer-sidebar:before, .hentry:after, .hentry:before, .search-box:after, .search-box:before, .slider-direction-nav:after, .slider-direction-nav:before, [class*=content]:after, [class*=content]:before, [class*=site]:after, [class*=site]:before {
  content: "";
  display: table;
}

.contributor-info:after, .footer-sidebar:after, .hentry:after, .search-box:after, .slider-direction-nav:after, [class*=content]:after, [class*=site]:after {
  clear: both;
}

.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_twentyfourteen_ephemera .widget-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: 400 16px/1 Genericons;
  text-decoration: inherit;
  vertical-align: text-bottom;
}

.full-size-link:before, .parent-post-link:before, .site-content span + .entry-date:before, .widget_twentyfourteen_ephemera .entry-title:after, span + .byline:before, span + .comments-link:before, span + .edit-link:before {
  content: " | ";
}

.search-field, textarea {
  width: 100%;
}

.hide, .search-submit {
  display: none;
}

:-moz-placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder {
  color: #939393;
}

.gallery-caption, .sticky {
  font-size: 0;
}

.clearer {
  clear: both;
}

/* Breakpoints ----------------------------------------------------------------------------- */
@font-face {
  font-family: "FYM-font";
  src: url("fonts/fym_font.eot");
  src: url("fonts/fym_font.eot?#iefix") format("embedded-opentype"), url("fonts/fym_font.woff") format("woff"), url("fonts/fym_font.ttf") format("truetype"), url("fonts/fym_font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0 auto;
  padding: 0px;
  line-height: 1.3;
  background: #cccccc;
  color: #fff;
}

.container {
  width: 95%;
  width: calc(100% - 80px);
}
@media (max-width: 790px) {
  .container {
    padding: 0 !important;
  }
}
@media (max-width: 750px) {
  .container {
    padding: 0 !important;
    width: calc(100% - 50px);
  }
}

.grid_container {
  width: calc(100vw - 100px);
  max-width: 1900px;
  margin: auto;
  clear: both;
}
@media (max-width: 1550px) {
  .grid_container {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 1350px) {
  .grid_container {
    width: calc(100vw - 30px);
  }
}
@media (max-width: 750px) {
  .grid_container {
    width: 100%;
  }
}

.grid_container:after {
  content: "";
  height: 1px;
  background: transparent;
  display: block;
  clear: both;
}

.colbreak {
  clear: both;
}

.col3, .col6, .col12 {
  box-sizing: border-box;
  padding: 1%;
  float: left;
}

.col3 {
  width: 25%;
}
@media (max-width: 1090px) {
  .col3 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col3 {
    width: 100%;
  }
}

.col6 {
  width: 50%;
}
@media (max-width: 1090px) {
  .col6 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col6 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

#primary .sub,
#quicklinks-button span.icon,
#primary li.has-dropdown:hover > a,
#primary li.has-dropdown.over > a,
#quicklinks-button span.label,
#quicklinks,
.no-touchevents #quicklinks-button:hover span.label,
.no-touchevents #quicklinks-button:hover span.icon,
#quicklinks-button span.label, #quicklinks a,
#search-toggle:hover,
#search-toggle.active, .open #search-toggle,
input.invert,
#search-panel fieldset,
#search-panel .border-gap, #mobile-primary .toggle-close-header,
#mobile-primary .toggle-close-header, #mobile-primary, #mobile-primary .wrapper, #mobile-primary li a {
  background-color: #f17c6f;
}

#mobile-primary li a {
  background: #f17c6f url(https://www.iadt.ie/interface/img/generic/arrow_parent.png) right center no-repeat !important;
}

#mobile-primary li li a {
  background-image: url(https://www.iadt.ie/interface/img/generic/arrow_sibling.gif) !important;
}

input.text, textarea,
.submit, select {
  border: none;
  border-bottom: 2px white solid !important;
}

input.invert {
  background: #f17c6f;
}

input.text, textarea, .submit, select {
  border: 2px solid #f17c6f;
}

#primary .sub .sub {
  background-color: #f07466;
}

.content-block.text-wrapper {
  padding: 0 !important;
}

#content {
  padding-top: 0px;
  background: #5a3ab5;
}

#sidebar, #banner, #quicklinks-button, .intro, #share, div#share + h1, #quicklinks-panel {
  display: none !important;
}

#footer {
  margin-top: 0px;
}

#content {
  width: 100%;
}

.main_content {
  background: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.banner-medium .push-up {
  margin-top: 0 !important;
}

.push-up {
  margin-top: 0 !important;
}

select {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 2px white solid !important;
  background: #5a3ab5;
  color: white;
  padding-left: 0;
  font-family: "Circular", helvetica, arial, sans-serif;
  font-size: 1.4vw;
}
@media (min-width: 1800px) {
  select {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  select {
    font-size: 16px;
  }
}

body.page-template-13_fym #primary li.menu-item-has-children:hover > a, body.page-template-13_fym #primary li.menu-item-has-children.over > a, body.page-template-13_fym #primary .sub-menu {
  background: #f17c6f !important;
}
body.page-template-13_fym #primary .sub-menu .sub-menu {
  background: rgba(241, 124, 111, 0.9);
}
body.page-template-13_fym .cc-color-override--1123873321 .cc-btn {
  background-color: #ef6b5c !important;
}
body.page-template-13_fym .cc-color-override--1123873321 .cc-btn:hover, body.page-template-13_fym .cc-color-override--1123873321 .cc-btn:focus {
  background-color: #f28478 !important;
}
@media (max-width: 990px) {
  body.page-template-13_fym #content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
body.page-template-13_fym .edit, body.page-template-13_fym .status-Pending {
  background: #410099FF !important;
  margin-left: 40px;
}
body.page-template-13_fym .iadt_burger span {
  height: 2px;
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  body.page-template-13_fym .cc-window .cc-message {
    margin: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-family: "Circular", helvetica, arial, sans-serif;
  }
  body.page-template-13_fym .cc-banner.cc-theme-edgeless .cc-btn {
    padding: 0.6em 1.8em;
    font-family: "Circular", helvetica, arial, sans-serif;
  }
}
body.page-template-13_fym #footer .cols4 p {
  margin-bottom: 20px;
}
body.page-template-13_fym #footer .list-social a:hover {
  background-color: white !important;
}
body.page-template-13_fym #footer #siteinfo .cols4 + .cols4 + .cols4 + .cols4 {
  float: right;
}
@media (max-width: 590px) {
  body.page-template-13_fym #footer #siteinfo .cols4 + .cols4 + .cols4 + .cols4 {
    float: left;
  }
}

input.text, textarea, .submit, select {
  border: none !important;
  border-bottom: 0px white solid !important;
}

.lity-close {
  transform: rotate(45deg);
}

/* Style ----------------------------------------------------------------------------- */
body .ac_wrapper {
  font-family: "Circular", helvetica, arial, sans-serif;
  font-size: 1.17vw;
  font-weight: normal;
  word-spacing: -0.05em;
  letter-spacing: -0.01em;
  line-height: 1.3;
  background-color: #34387b;
}
@media (min-width: 1750px) {
  body .ac_wrapper {
    font-size: 20.5px;
  }
}
@media (max-width: 1250px) {
  body .ac_wrapper {
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  body .ac_wrapper {
    font-size: 14px;
  }
}
@media (max-width: 690px) {
  body .ac_wrapper {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  body .ac_wrapper {
    font-size: 15px;
  }
}
body .ac_wrapper ::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: rgba(241, 124, 111, 0.97);
}
body .ac_wrapper ::selection {
  color: white;
  background: rgba(241, 124, 111, 0.97);
}
body .ac_wrapper a {
  background-image: none;
  background-repeat: no-repeat;
  background-position: unset;
  color: #333;
  overflow-wrap: break-word;
  border-bottom: none !important;
  cursor: pointer;
}

.topbar {
  background: black;
}

p.large {
  font-size: 1.25vw;
}
@media (min-width: 2000px) {
  p.large {
    font-size: 24.5px;
  }
}
@media (max-width: 2000px) {
  p.large {
    font-size: 22.5px;
  }
}
@media (max-width: 1750px) {
  p.large {
    font-size: 22px;
  }
}
@media (max-width: 1650px) {
  p.large {
    font-size: 1.25vw;
  }
}
@media (max-width: 1250px) {
  p.large {
    font-size: 16.5px;
  }
}
@media (max-width: 890px) {
  p.large {
    font-size: 14.5px;
  }
}
@media (max-width: 550px) {
  p.large {
    font-size: 16px;
  }
}

.ac_courselist li .module .label {
  font-size: 1vw;
  word-spacing: -0.01em;
}
@media (min-width: 1750px) {
  .ac_courselist li .module .label {
    font-size: 18px;
  }
}
@media (max-width: 1590px) {
  .ac_courselist li .module .label {
    font-size: 17px;
  }
}
@media (max-width: 1450px) {
  .ac_courselist li .module .label {
    font-size: 15px;
  }
}
@media (max-width: 1250px) {
  .ac_courselist li .module .label {
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  .ac_courselist li .module .label {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  word-spacing: -0.1em;
  letter-spacing: -0.01em;
  font-family: "Circular-Black", helvetica, arial, sans-serif;
  font-weight: normal;
}

h2 {
  font-size: 2.4vw;
}
@media (min-width: 1750px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1190px) {
  h2 {
    font-size: 28.56px;
  }
}
@media (max-width: 990px) {
  h2 {
    font-size: 23px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 1.6vw;
}
@media (min-width: 1750px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1190px) {
  h3 {
    font-size: 19.04px;
  }
}
@media (max-width: 890px) {
  h3 {
    font-size: 16.5px;
  }
}

h4 {
  color: white;
  font-size: 1.7vw;
  font-family: "FYM-font", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
  display: none;
}
@media (min-width: 1750px) {
  h4 {
    font-size: 29.75px;
  }
}
@media (max-width: 1250px) {
  h4 {
    font-size: 20.23px;
  }
}
@media (max-width: 890px) {
  h4 {
    font-size: 16.5px;
    display: block;
  }
}

@media (max-width: 550px) {
  main {
    overflow: hidden;
  }
}

body a.inline_link_light {
  cursor: pointer;
  font-size: inherit;
  display: inline-block;
  position: relative;
  color: rgba(255, 255, 255, 0.7) !important;
  border-bottom: rgba(255, 255, 255, 0.4) 1px solid !important;
  transition: color ease-in-out 0.3s;
}
body a.inline_link_light:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
body a.inline_link_light:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
body a.inline_link_light:hover:after {
  width: 100%;
}

body a.inline_link {
  cursor: pointer;
  font-size: inherit;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.7) !important;
  border-bottom: rgba(0, 0, 0, 0.4) 1px solid !important;
  transition: color ease-in-out 0.3s;
}
body a.inline_link:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
body a.inline_link:hover {
  color: rgba(0, 0, 0, 0.9) !important;
}
body a.inline_link:hover:after {
  width: 100%;
}

.hilite {
  line-height: 1.1;
  padding: 0;
  font-family: "FYM-font", helvetica, arial, sans-serif !important;
}
.hilite span {
  color: #fff;
  display: inline;
  padding: 0px;
  height: 50%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: transparent !important;
}
.hilite small {
  display: none;
}

h3.hilite small {
  font-size: 0.5em;
}

.ac_button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 50px;
  background: #5a3ab5;
  color: white !important;
  mix-blend-mode: screen;
  font-weight: bold;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 590px) {
  .ac_button {
    font-size: 14px;
  }
}
.ac_button:hover {
  color: #8e6690 !important;
  background: white;
}
.ac_button.orange {
  background: #f17c6f;
  color: white !important;
  mix-blend-mode: normal;
}
.ac_button.orange:hover {
  background: white;
  color: #f17c6f !important;
  opacity: 1;
}

.ac_banner {
  position: relative;
  overflow: hidden;
  background-color: #34387b;
  background-size: cover;
  background-position: center center;
  padding: 0;
  height: 600px;
  height: 80vh;
  transition: opacity 0.75s ease;
  padding-top: 200px;
  min-height: 750px;
}
@media only screen and (min-height: 1100px) and (max-width: 1600px) {
  .ac_banner {
    max-height: 810px;
  }
}
@media only screen and (min-height: 1000px) and (max-width: 1400px) {
  .ac_banner {
    max-height: 700px;
  }
}
@media (max-width: 1050px) {
  .ac_banner {
    padding-top: 0px;
  }
}
@media (max-width: 1250px) {
  .ac_banner {
    height: auto;
    margin-bottom: -20px;
  }
}
@media (max-width: 1050px) {
  .ac_banner {
    margin-top: 0;
  }
}
@media (max-width: 590px) {
  .ac_banner {
    padding-top: 0;
    min-height: auto;
    margin-bottom: 0 !important;
  }
}
.ac_banner.on {
  opacity: 0;
}
.ac_banner .ac_play {
  z-index: 2;
  position: absolute;
  width: 11%;
  height: 100px;
  left: 44.5%;
  top: 44.5%;
  outline: none !important;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 1090px) {
  .ac_banner .ac_play:hover {
    opacity: 0.1;
  }
}
.ac_banner .ac_play.on {
  opacity: 0;
}
@media (max-width: 750px) {
  .ac_banner .ac_play {
    top: 30%;
    left: 41%;
    width: 18%;
    height: 18%;
  }
}
@media (max-width: 450px) {
  .ac_banner .ac_play {
    top: 38%;
    left: 38%;
    width: 24%;
    height: 24%;
  }
}
.ac_banner video {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 60%;
  width: 100vw;
  height: 57vw;
  margin-top: -29.5vw;
}
@media (max-width: 1250px) {
  .ac_banner video {
    position: relative;
    top: -10px;
    margin: 0;
  }
}
@media (max-width: 590px) {
  .ac_banner video {
    height: 79vw;
    width: 140%;
    left: -20%;
    display: none;
  }
}
.ac_banner .mob {
  z-index: 1;
  position: relative;
  left: 0;
  top: 60%;
  width: 100vw;
  height: auto;
  margin-top: 0;
  display: none;
}
@media (max-width: 590px) {
  .ac_banner .mob {
    display: block;
  }
}

.ac_intro {
  position: relative;
  z-index: 100;
  background: #5a3ab5;
  padding-bottom: 8vw;
}
@media (max-width: 1090px) {
  .ac_intro {
    padding-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .ac_intro {
    padding-bottom: 0px;
  }
}
.ac_intro p {
  width: 92%;
  margin-top: 0;
  opacity: 1;
  transition: margin 0.75s ease, opacity 0.75s ease;
}
@media (min-width: 1800px) {
  .ac_intro p {
    max-width: 850px;
  }
}
@media (max-width: 1750px) {
  .ac_intro p {
    max-width: 750px;
  }
}
@media (max-width: 890px) {
  .ac_intro p {
    width: 94%;
    max-width: none;
  }
}
@media (max-width: 590px) {
  .ac_intro p {
    margin-left: 34px;
    width: 90%;
  }
}
@media (max-width: 490px) {
  .ac_intro p {
    margin-left: 0px;
    margin-bottom: 190px;
    width: 97%;
    font-size: 14px;
  }
}
.ac_intro p.on {
  margin-top: 10px;
  opacity: 0;
}
.ac_intro h4 {
  transition: margin 0.75s ease, opacity 0.75s ease;
}
.ac_intro h4.on {
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1550px) {
  .ac_intro .grid_container {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 1350px) {
  .ac_intro .grid_container {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 1090px) {
  .ac_intro .grid_container {
    width: 100%;
  }
}
.ac_intro .ac_logo {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .ac_intro .ac_logo {
    margin-top: 50px;
  }
}
.ac_intro .ac_logo h2 {
  position: relative;
  display: inline-block;
  background: #b37fb5;
  color: white;
  padding: 0.05em 0.2em 0em 150px;
  line-height: 1.1em;
  height: 1.2em;
  margin-left: 0;
  right: 150px;
  opacity: 1;
  cursor: pointer;
  font-size: 2.8vw;
  transition: right 5s cubic-bezier(0.23, 1, 0.32, 1), margin 1s ease, opacity 1s ease;
}
@media (min-width: 1750px) {
  .ac_intro .ac_logo h2 {
    font-size: 49px;
    padding: 0.05em 0.2em 0em 350px;
    margin-left: -200px;
  }
}
@media (max-width: 1190px) {
  .ac_intro .ac_logo h2 {
    font-size: 33.32px;
  }
}
@media (max-width: 750px) {
  .ac_intro .ac_logo h2 {
    right: 120px;
    font-size: 21px;
  }
}
.ac_intro .ac_logo h2 + br + h2 {
  line-height: 0.9em;
  height: 1.1em;
  padding-top: 0;
}
.ac_intro .ac_logo h2 + br + h2 {
  background: #f17c6f;
  color: white;
  line-height: 1.1em;
  height: 1.1em;
  font-size: 5vw;
  letter-spacing: -0.025em;
  z-index: 10;
}
@media (max-width: 1190px) {
  .ac_intro .ac_logo h2 + br + h2 {
    font-size: 59.5px;
  }
}
@media (max-width: 990px) {
  .ac_intro .ac_logo h2 + br + h2 {
    font-size: 44.5px;
  }
}
@media (max-width: 790px) {
  .ac_intro .ac_logo h2 + br + h2 {
    font-size: 39.5px;
  }
}
.ac_intro .ac_logo h2 + br + h2 + br + h2 {
  z-index: 1;
  top: -0.5vw;
}
.ac_intro .ac_logo h2 + br + h2 + br + h2 + br + h2 {
  line-height: 0.9em;
}
.ac_intro .ac_logo h2 + br + h2 + br + h2 + br + h2 + br + h2 + br + h2 {
  transition: right 5s cubic-bezier(0.23, 1, 0.32, 1), margin 2s ease, opacity 1s ease;
}
.ac_intro .ac_logo.on h2 {
  opacity: 0;
}
.ac_intro .ac_logo.on h2:first-of-type {
  margin-left: -400px;
}
.ac_intro .ac_logo.on h2 + br + h2 {
  margin-left: -700px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 {
  margin-left: -400px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 + br + h2 {
  margin-left: -700px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 + br + h2 + br + h2 {
  margin-left: -1000px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 + br + h2 + br + h2 + br + h2 {
  margin-left: -900px;
}
.ac_intro .ac_logo .main img {
  width: 25%;
  height: 100%;
  transition: width 2s ease;
}
.ac_intro .ac_logo .main img:hover {
  width: 50%;
  transition: width 0.5s ease;
}
.ac_intro h2 {
  margin-left: -3.5em;
  font-size: 3vw;
  line-height: 1.1;
}
.ac_intro h2 span:first-of-type {
  background: #b37fb5;
  color: white;
}
.ac_intro h2 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
  padding: 0px 0.2em 0 3em;
}
@media (max-width: 750px) {
  .ac_intro h2 {
    font-size: 28px;
    margin-left: -20px;
  }
}
@media (max-width: 550px) {
  .ac_intro h2 {
    font-size: 28px;
    margin-left: -70px;
  }
}
.ac_intro h3 {
  display: none;
  color: white;
  margin-bottom: 5px;
}
.ac_intro .ac_down {
  position: absolute;
  z-index: 100;
  right: 30px;
  top: -5vw;
  width: 58px;
  padding: 22px;
  outline: none !important;
  margin-top: 0;
  opacity: 1;
  transition: margin 0.75s ease, opacity 0.75s ease;
}
@media (max-width: 1490px) {
  .ac_intro .ac_down {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 1350px) {
  .ac_intro .ac_down {
    top: -70px;
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1050px) {
  .ac_intro .ac_down {
    top: -50px;
  }
}
@media (max-width: 750px) {
  .ac_intro .ac_down {
    width: 52px;
    height: 52px;
    right: 5px;
    top: -50px;
  }
}
@media (max-width: 550px) {
  .ac_intro .ac_down {
    top: -50px;
  }
}
.ac_intro .ac_down.on {
  opacity: 0;
  margin-top: -30px;
}
.ac_intro .col6 {
  padding-bottom: 0;
}
@media (max-width: 850px) {
  .ac_intro .col6 + .col6 {
    padding-left: 15px;
  }
}

.ac_normalheader {
  position: relative;
  background: #252b2b;
  padding: 2vw 0 0 0;
}
@media (max-width: 550px) {
  .ac_normalheader {
    padding: 20px 0 50px 0;
  }
}
.ac_normalheader .grid_container {
  position: relative;
}
@media (max-width: 590px) {
  .ac_normalheader .grid_container {
    position: relative;
    min-height: 90vw;
  }
}
.ac_normalheader h2 {
  text-transform: uppercase;
}
.ac_normalheader h2 small {
  background: #5a3ab5;
  color: white;
}
.ac_normalheader h2 span {
  background: #b37fb5;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_normalheader .col6.colbreak p {
  margin: 0 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  .ac_normalheader .col6.colbreak p {
    width: 90%;
    font-size: 14px !important;
  }
}
@media (max-width: 750px) {
  .ac_normalheader .col6 {
    padding-left: 20px;
  }
}
.ac_normalheader .col6 p {
  margin: 0 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  .ac_normalheader .col6 p {
    width: 94%;
    font-size: 14px;
  }
}

.ac_content {
  position: relative;
}

.ac_play_grid {
  display: block;
  position: absolute;
  z-index: 2;
  top: 37%;
  left: 37%;
  width: 25%;
  height: 25%;
  outline: none !important;
}
@media (max-width: 750px) {
  .ac_play_grid {
    top: 37%;
    left: 37%;
    width: 25%;
    height: 25%;
  }
}

.grid-sizer,
.grid-item {
  width: 25%;
}
@media (max-width: 1090px) {
  .grid-sizer,
.grid-item {
    width: 33%;
    width: 33.3333333333%;
  }
}
@media (max-width: 750px) {
  .grid-sizer,
.grid-item {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .grid-sizer,
.grid-item {
    width: 100%;
  }
}

.grid-sizer {
  padding: 0 !important;
  border: none !important;
}
.grid-sizer p {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* 2 columns */
.grid-item--width2 {
  width: 50%;
}
@media (max-width: 550px) {
  .grid-item--width2 {
    width: 100%;
  }
}

.ac_block {
  position: relative;
  z-index: 1;
  float: left;
  width: 25%;
  padding-bottom: 50%;
  background: #A6AFB2;
  box-shadow: 0 0 0 1px #2b2b2b;
  box-sizing: border-box;
}
@media (max-width: 1090px) {
  .ac_block {
    width: 33%;
    width: 33.3333333333%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@media (max-width: 750px) {
  .ac_block {
    width: 50%;
    padding-bottom: 100%;
  }
}
@media (max-width: 550px) {
  .ac_block {
    width: 100%;
    padding-bottom: 200%;
  }
}
@media (max-width: 890px) {
  .ac_block h2, .ac_block h3 {
    font-size: 24px;
  }
}
@media (max-width: 990px) {
  .ac_block h2, .ac_block h3 {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .ac_block h2, .ac_block h3 {
    font-size: 18px !important;
  }
}
.ac_block p {
  font-size: 1.15vw;
  line-height: 1.28;
}
@media (min-width: 1750px) {
  .ac_block p {
    font-size: 20.5px;
  }
}
@media (max-width: 1250px) {
  .ac_block p {
    font-size: 16px;
  }
}
@media (max-width: 890px) {
  .ac_block p {
    font-size: 14px;
  }
}
@media (max-width: 690px) {
  .ac_block p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .ac_block p {
    font-size: 14px;
  }
}
.ac_block a.ac_blocklink {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b37fb5;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1090px) {
  .ac_block a.ac_blocklink:hover {
    opacity: 0.8;
  }
}
.ac_block.talltext .ac_block_img {
  display: none;
}
.ac_block.large {
  width: 50%;
  padding-bottom: 100%;
}
@media (max-width: 1090px) {
  .ac_block.large {
    width: 66%;
    width: 66.6666666667%;
    padding-bottom: 132%;
    padding-bottom: 132%;
  }
}
@media (max-width: 750px) {
  .ac_block.large {
    width: 50%;
    padding-bottom: 100%;
  }
}
@media (max-width: 550px) {
  .ac_block.large {
    width: 100%;
    padding-bottom: 200%;
  }
}
@media (max-width: 1090px) {
  .ac_block.large .ac_block_wrap .ac_block_cont h2 {
    font-size: 24px;
  }
}
@media (max-width: 1090px) {
  .ac_block.large .ac_block_wrap .ac_block_cont h2 small {
    font-size: 0.5em;
  }
}
.ac_block.large .ac_block_wrap .ac_block_cont p {
  margin-top: 1.5vw;
  width: 78%;
}
@media (max-width: 1090px) {
  .ac_block.large .ac_block_wrap .ac_block_cont p {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .ac_block.large .ac_block_wrap .ac_block_cont p {
    width: 97%;
    margin-top: 8px;
  }
}
.ac_block.large .ac_play_grid {
  top: 48%;
}
@media (max-width: 1090px) {
  .ac_block.large .ac_play_grid {
    top: 42%;
  }
}
.ac_block.square {
  width: 50%;
  padding-bottom: 50%;
  box-sizing: border-box;
}
.ac_block.square .ac_block_cont {
  display: none;
}
@media (max-width: 1090px) {
  .ac_block.square {
    width: 66%;
    width: 66.6666666667%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@media (max-width: 750px) {
  .ac_block.square {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 550px) {
  .ac_block.square {
    width: 100%;
    padding-bottom: 100%;
  }
}
.ac_block.square .ac_block_wrap .ac_block_img {
  height: 100%;
  width: 100%;
  background-color: #b37fb5;
  border-bottom: none;
}
.ac_block.square .ac_block_wrap .ac_block_img:after {
  display: none;
}
.ac_block.largetext {
  width: 50%;
  padding-bottom: 50%;
  box-sizing: border-box;
}
@media (max-width: 1090px) {
  .ac_block.largetext {
    width: 66%;
    width: 66.6666666667%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@media (max-width: 750px) {
  .ac_block.largetext {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 550px) {
  .ac_block.largetext {
    width: 100%;
    padding-bottom: 100%;
  }
}
.ac_block.largetext .ac_block_wrap .ac_block_img {
  display: none;
}
.ac_block.tall_img {
  width: 25%;
  padding-bottom: 50%;
  box-sizing: border-box;
}
.ac_block.tall_img .ac_block_cont {
  display: none;
}
@media (max-width: 1090px) {
  .ac_block.tall_img {
    width: 33%;
    width: 33.3333333333%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@media (max-width: 750px) {
  .ac_block.tall_img {
    width: 50%;
    padding-bottom: 100%;
  }
}
@media (max-width: 550px) {
  .ac_block.tall_img {
    width: 100%;
    padding-bottom: 200%;
  }
}
.ac_block.tall_img .ac_block_wrap .ac_block_img {
  height: 100%;
  width: 100%;
  background-color: #b37fb5;
  border-bottom: none;
}
.ac_block.tall_img .ac_block_wrap .ac_block_img:after {
  display: none;
}
.ac_block.tall_img .ac_play_grid {
  top: 44%;
}
.ac_block.smallsquare {
  width: 25%;
  padding-bottom: 25%;
  box-sizing: border-box;
}
@media (max-width: 1090px) {
  .ac_block.smallsquare {
    width: 33%;
    width: 33.3333333333%;
    padding-bottom: 33%;
    padding-bottom: 33.3333333333%;
  }
}
@media (max-width: 750px) {
  .ac_block.smallsquare {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 550px) {
  .ac_block.smallsquare {
    width: 100%;
    padding-bottom: 100%;
  }
}
.ac_block.smallsquare .ac_block_wrap .ac_block_img {
  display: none;
}
.ac_block.smallsquare.withimg .ac_block_wrap .ac_block_img {
  display: block;
  height: 100%;
  width: 100%;
  border-bottom: none;
}
.ac_block.smallsquare.withimg .ac_block_cont {
  display: none;
}
.ac_block .ac_block_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #5a3ab5;
}
.ac_block .ac_block_wrap .ac_block_img {
  position: relative;
  height: 50%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid black;
}
.ac_block .ac_block_wrap .ac_block_img video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100% !important;
  z-index: 1;
}
.ac_block .ac_block_wrap .ac_block_cont {
  padding: 1.5vw 1.25vw 1.5vw 1.5vw;
}
@media (max-width: 1090px) {
  .ac_block .ac_block_wrap .ac_block_cont {
    padding: 20px 10px 20px 20px;
  }
}
.ac_block .ac_block_wrap .ac_block_cont p {
  margin-top: 0.6vw;
}
@media (max-width: 550px) {
  .ac_block .ac_block_wrap .ac_block_cont p {
    width: 97%;
    margin-top: 8px;
  }
}
.ac_block.student p {
  display: none;
}
.ac_block.student a.ac_play_grid {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 12;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.ac_block.student a.ac_play_grid:hover {
  opacity: 0;
}
.ac_block.student .ac_block_img {
  height: 100% !important;
  z-index: 5;
}
.ac_block.student .ac_block_img:after {
  display: none;
}
.ac_block.student .ac_block_wrap .ac_block_cont {
  position: absolute;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  padding: 0 1.75vw 1.8vw 1.75vw;
}
@media (max-width: 1090px) {
  .ac_block.student .ac_block_wrap .ac_block_cont {
    padding: 0 15px 15px 15px;
  }
}
.ac_block.student .ac_block_wrap .ac_block_cont .hilite span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
}
.ac_block.student .ac_block_wrap .ac_block_cont .hilite small {
  background: #b37fb5;
  color: white;
}
.ac_block.ac_white .ac_block_wrap {
  background: white;
}
.ac_block.ac_white .ac_block_wrap .ac_block_cont p {
  color: #333;
}
.ac_block.ac_white .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_white .ac_block_wrap .ac_block_cont h3 small {
  background: #f17c6f;
  color: white;
}
.ac_block.ac_white .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_white .ac_block_wrap .ac_block_cont h3 span {
  background: #b37fb5;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_block.ac_white .ac_block_wrap .ac_block_img:after {
  background-color: white;
}
.ac_block.ac_orange a.ac_blocklink {
  background: #f17c6f;
}
.ac_block.ac_orange .ac_block_wrap {
  background: #f17c6f;
}
.ac_block.ac_orange .ac_block_wrap .ac_block_cont p {
  color: white;
}
.ac_block.ac_orange .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_orange .ac_block_wrap .ac_block_cont h3 small {
  background: white;
  color: white;
}
.ac_block.ac_orange .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_orange .ac_block_wrap .ac_block_cont h3 span {
  background: #b37fb5;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_block.ac_orange .ac_block_wrap .ac_block_img:after {
  background: #f17c6f;
}
.ac_block.ac_red a.ac_blocklink {
  background: #f50a49;
}
.ac_block.ac_red .ac_block_wrap {
  background: #f50a49;
}
.ac_block.ac_red .ac_block_wrap .ac_block_cont p {
  color: white;
}
.ac_block.ac_red .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_red .ac_block_wrap .ac_block_cont h3 small {
  background: white;
  color: white;
}
.ac_block.ac_red .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_red .ac_block_wrap .ac_block_cont h3 span {
  background: #b37fb5;
  background: linear-gradient(0deg, black 0%, black 85%, rgba(0, 0, 0, 0) 85%);
  color: white;
}
.ac_block.ac_red .ac_block_wrap .ac_block_img:after {
  background: #f50a49;
}
.ac_block.ac_darkpurple a.ac_blocklink {
  background: #2f2d6f;
}
.ac_block.ac_darkpurple .ac_block_wrap {
  background: #2f2d6f;
}
.ac_block.ac_darkpurple .ac_block_wrap .ac_block_cont p {
  color: white;
}
.ac_block.ac_darkpurple .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_darkpurple .ac_block_wrap .ac_block_cont h3 small {
  background: #f17c6f;
  color: white;
}
.ac_block.ac_darkpurple .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_darkpurple .ac_block_wrap .ac_block_cont h3 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: white;
}
.ac_block.ac_darkpurple .ac_block_wrap .ac_block_img:after {
  background: #2f2d6f;
}
.ac_block.ac_lightpurple a.ac_blocklink {
  background: #b37fb5;
}
.ac_block.ac_lightpurple .ac_block_wrap {
  background: #b37fb5;
}
.ac_block.ac_lightpurple .ac_block_wrap .ac_block_cont p {
  color: white;
}
.ac_block.ac_lightpurple .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_lightpurple .ac_block_wrap .ac_block_cont h3 small {
  background: #f17c6f;
  color: white;
}
.ac_block.ac_lightpurple .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_lightpurple .ac_block_wrap .ac_block_cont h3 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: white;
}
.ac_block.ac_lightpurple .ac_block_wrap .ac_block_img:after {
  background: #b37fb5;
}
.ac_block.ac_purple a.ac_blocklink {
  background: #5a3ab5;
}
.ac_block.ac_purple .ac_block_wrap {
  background: #5a3ab5;
}
.ac_block.ac_purple .ac_block_wrap .ac_block_cont p {
  color: white;
}
.ac_block.ac_purple .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_purple .ac_block_wrap .ac_block_cont h3 small {
  background: #f17c6f;
  color: white;
}
.ac_block.ac_purple .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_purple .ac_block_wrap .ac_block_cont h3 span {
  background: #b37fb5;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_block.ac_purple .ac_block_wrap .ac_block_img:after {
  background: #5a3ab5;
}

/* VIDEO -------------------------------------------------------- */
.mfp-iframe-holder .mfp-close {
  top: -64px;
  right: -9px;
  font-size: 60px;
  font-weight: 200;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0;
  background: none !important;
}
.mfp-iframe-holder .mfp-close:hover {
  background: none;
}
.mfp-iframe-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  content: "";
  height: 3px;
  width: 100%;
  background: white;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-iframe-holder .mfp-close:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 890px) {
  .killvid {
    opacity: 0;
  }
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 1390px) {
  .mfp-iframe-holder .mfp-content {
    width: calc(100% - 80px);
  }
}
@media (max-width: 650px) {
  .mfp-iframe-holder .mfp-content {
    width: calc(100% - 50px);
  }
}
@media (max-width: 550px) {
  .mfp-iframe-holder .mfp-content {
    width: calc(100% - 30px);
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.ac_qandas {
  position: relative;
  background: #252b2b;
  padding: 2vw 0 9vw 0;
}
@media (max-width: 550px) {
  .ac_qandas {
    padding: 2vw 0 50px 0;
  }
}
.ac_qandas:after {
  display: none;
}
.ac_qandas h2 small {
  background: #5a3ab5;
  color: white;
}
.ac_qandas h2 span {
  background: #b37fb5;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
@media (max-width: 750px) {
  .ac_qandas .col6.colbreak {
    padding-top: 40px;
  }
}
.ac_qandas .col6.colbreak p {
  margin: 2vw 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  .ac_qandas .col6.colbreak p {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .ac_qandas .col6 {
    padding-left: 15px;
  }
}
.ac_qandas .col6 p {
  margin: 2vw 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  .ac_qandas .col6 p {
    width: 90%;
  }
}
.ac_qandas .swiper-slide {
  background: #000000;
  padding-bottom: 33%;
  margin-left: 2vw;
  margin-right: 2vw;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1100px) {
  .ac_qandas .swiper-slide {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .ac_qandas .swiper-slide {
    padding-bottom: 75%;
  }
}
.ac_qandas .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 0, 153, 0);
  transition: background 0.4s ease-in-out;
}
.ac_qandas .swiper-slide a:hover {
  background: rgba(55, 0, 143, 0.4);
}
.ac_qandas .swiper-slide div {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
@media (max-width: 750px) {
  .ac_qandas .swiper-slide div {
    top: -1px;
  }
}
.ac_qandas .swiper-slide div span {
  background: #5a3ab5;
  line-height: 1.2;
  font-size: 1.8vw;
  padding: 0.1vw;
  font-family: "Simplon-Light";
}
@media (max-width: 1250px) {
  .ac_qandas .swiper-slide div span {
    padding: 1.25px;
    font-size: 22.5px;
    line-height: 1;
  }
}
@media (max-width: 990px) {
  .ac_qandas .swiper-slide div span {
    padding: 0.99px;
    font-size: 17.82px;
  }
}
@media (max-width: 750px) {
  .ac_qandas .swiper-slide div span {
    padding: 3px;
    font-size: 13.5px;
  }
}
.ac_qandas .swiper-slide div + div {
  position: absolute;
  top: auto;
  bottom: 0.06vw;
  left: 0;
  padding: 0;
  line-height: 1;
}
@media (max-width: 1250px) {
  .ac_qandas .swiper-slide div + div {
    bottom: 0.75px;
  }
}
.ac_qandas .swiper-slide div + div span {
  background: #b37fb5;
  line-height: 1.2;
  padding: 0.1vw;
  display: inline;
  padding-left: 0px !important;
}
@media (max-width: 1250px) {
  .ac_qandas .swiper-slide div + div span {
    padding: 1.25px;
  }
}
.ac_qandas .swiper-slide div + div span small {
  position: relative;
  left: 0px;
  text-indent: 5px;
  display: inline-block;
  background: white;
  line-height: 1;
  font-size: 3.6em;
  color: #5a3ab5;
  font-family: "Circular-Black";
  font-weight: normal;
  padding: 0.2vw;
  padding-right: 10px;
  padding-left: 10px;
}

#studentexperience {
  position: relative;
  background: #5a3ab5;
  padding: 2vw 0 0 0;
}
@media (max-width: 550px) {
  #studentexperience {
    padding: 20px 0 0 0;
  }
}
#studentexperience h2 span {
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
  letter-spacing: 0.5px;
  color: white;
}
#studentexperience .col6 p {
  margin: 0vw 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  #studentexperience .col6 p {
    width: 90%;
  }
}
#studentexperience .ac_block {
  width: 26%;
  padding-bottom: 160%;
}
@media (min-width: 750px) {
  #studentexperience .ac_block {
    padding-bottom: 90%;
  }
}
@media (min-width: 1090px) {
  #studentexperience .ac_block {
    padding-bottom: 45%;
  }
}
#studentexperience .ac_block a.ac_blocklink {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b37fb5;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1090px) {
  #studentexperience .ac_block a.ac_blocklink:hover {
    opacity: 0.8;
  }
}
#studentexperience .ac_block .ac_block_wrap {
  background: #111313;
}
#studentexperience .ac_block .ac_block_wrap .ac_block_img .video_pre {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
#studentexperience .ac_block .ac_block_wrap .ac_block_img:hover .video_pre {
  opacity: 1;
}
#studentexperience .ac_block .ac_block_wrap .ac_block_img:hover .ac_play_grid {
  opacity: 0.4;
}
#studentexperience .ac_block .ac_block_wrap h3 small {
  background: #5a3ab5;
  color: white;
  margin-bottom: -0.2em;
}
#studentexperience .ac_block .ac_block_wrap h3 span {
  background: #b37fb5;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
#studentexperience .ac_block .ac_block_wrap .ac_block_img:after {
  background: #111313;
}
#studentexperience .ac_block p {
  color: #8c8c8c;
}
#studentexperience .ac_block .contact_lect {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  color: white;
}
#studentexperience .ac_block .contact_lect span {
  display: block;
  background: black;
  padding: 5px 10px 7px 10px;
}
#studentexperience .ac_block.odd {
  width: 48%;
}
#studentexperience .ac_block.odd .ac_block_wrap {
  background: #222526;
}
#studentexperience .ac_block.odd .ac_block_wrap .ac_block_img:after {
  background: #222526;
}
#studentexperience .ac_block.cert .ac_block_wrap {
  background: #8969d3;
}
#studentexperience .ac_block.cert .ac_block_wrap h3 small {
  background: #5a3ab5;
  color: white;
  margin-bottom: -0.2em;
}
#studentexperience .ac_block.cert .ac_block_wrap h3 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
}
#studentexperience .ac_block.cert .ac_block_wrap p {
  color: rgba(255, 255, 255, 0.7);
}
#studentexperience .ac_block.cert .ac_block_wrap .ac_block_img:after {
  background: #8969d3;
}

#studentexperience2 {
  position: relative;
  background: #5a3ab5;
  padding: 0;
}
@media (max-width: 550px) {
  #studentexperience2 {
    padding: 0;
  }
}
#studentexperience2 h2 span {
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
  letter-spacing: 0.5px;
  color: white;
}
@media (max-width: 590px) {
  #studentexperience2 .grid_container {
    display: none;
  }
}
@media (max-width: 550px) {
  #studentexperience2 .ac_block.largetext {
    width: 100%;
    padding-bottom: 130%;
  }
}
#studentexperience2 .col6 p {
  margin: 0vw 0 7vw 0;
  width: 80%;
}
@media (max-width: 550px) {
  #studentexperience2 .col6 p {
    width: 90%;
  }
}

.ac_courses {
  position: relative;
  background: white;
  padding-bottom: 4vw;
  background: #b37fb5;
}
@media (max-width: 550px) {
  .ac_courses {
    padding-bottom: 50px;
  }
}
.ac_courses:after {
  display: none;
}
.ac_courses h2 {
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
  margin-top: 5px;
}
.ac_courses h2 span {
  color: #f7c4d5;
}
@media (max-width: 890px) {
  .ac_courses .col6 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .ac_courses .col6 {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .ac_courses .col6 {
    padding: 15px;
  }
}
.ac_courses .col6 p {
  margin-bottom: 4vw;
}
.ac_courses .ac_courselist {
  position: relative;
  padding: 0;
  margin: 1.2vw 0 0 0;
  list-style: none;
}
.ac_courses .ac_courselist:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 20px);
  background: #755277;
}
@media (max-width: 750px) {
  .ac_courses .ac_courselist:before {
    width: 100%;
  }
}
.ac_courses .ac_courselist li {
  position: relative;
  list-style: none;
  display: block;
  margin: 0;
  margin-left: -20px;
  width: calc(100% + 20px);
  padding: 0 0 0 20px;
  margin-top: -1px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  transition: background 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 750px) {
  .ac_courses .ac_courselist li {
    width: calc(100% + 40px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover {
    background: #C0C7C9;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover h4 {
    color: white;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover svg polygon {
    fill: #ffffff;
  }
}
.ac_courses .ac_courselist li h4 {
  padding: 1.32vw 0 1.3vw 0px;
  position: relative;
  color: whitek;
  cursor: pointer;
  transition: color 0.4s ease;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li h4 {
    padding: 24px 0 24px 0px;
  }
}
@media (max-width: 1250px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 28px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li h4 {
    padding: 15px 0 15px 0px;
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 14px;
  }
}
.ac_courses .ac_courselist li svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1.5vw;
  width: 10px;
  height: 10px;
  width: 0.75vw;
  height: 0.75vw;
  margin-top: -1vw;
  width: 1.75vw;
  height: 1.75vw;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li svg {
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li svg {
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.ac_courses .ac_courselist li svg polygon {
  transition: fill 0.4s ease;
  fill: #000000;
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover {
    background: #8e6690;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover h4 {
    color: white;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover svg polygon {
    fill: #ffffff;
  }
}
.ac_courses .ac_courselist li .cont {
  position: relative;
  overflow: hidden;
  height: 0;
  top: 0px;
  opacity: 0;
  transition: 1s opacity ease, 0.75s top ease;
}
.ac_courses .ac_courselist li .cont p {
  width: 85%;
  margin-top: 0;
  margin-bottom: 0vh;
  line-height: 1.3;
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li .cont p {
    font-size: 16px;
    width: 70%;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li .cont p {
    width: 95%;
    font-size: 14px;
  }
}
.ac_courses .ac_courselist li .cont p + p {
  text-indent: 30px;
}
.ac_courses .ac_courselist li .cont .ac_button {
  mix-blend-mode: normal !important;
}
.ac_courses .ac_courselist li .cont:after {
  content: "";
  height: 3vh;
  background: transparent;
  display: block;
  clear: both;
}
.ac_courses .ac_courselist li .cont .apply-course {
  background: #212121;
  color: white;
  margin-top: 40px;
  margin-left: -20px;
  margin-bottom: -27px;
  width: calc(100% + 20px);
  padding: 0 0 0 30px;
  position: relative;
  z-index: 100;
}
.ac_courses .ac_courselist li .cont .apply-course h4 {
  font-size: 1.75em;
  padding-bottom: 0px;
}
.ac_courses .ac_courselist li .cont .apply-course .ac_button {
  margin: 0 0 2vw 0;
}
.ac_courses .ac_courselist li .cont .item-course {
  padding-top: 0;
  border-top: none;
  width: 43%;
  left: -10px;
  margin: 0 10px 0 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
@media (max-width: 1650px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1190px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 70%;
  }
}
@media (max-width: 1090px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: calc(100% - 20px);
  }
}
@media (max-width: 950px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 90%;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 43%;
    width: calc(50% - 20px);
  }
}
@media (max-width: 490px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
.ac_courses .ac_courselist li .cont .item-course .module {
  max-height: none;
  height: 22vh;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1590px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 19vh;
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 17vh;
  }
}
@media (max-width: 1190px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 21vh;
  }
}
@media (max-width: 790px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 17vh;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 200px;
  }
}
.ac_courses .ac_courselist li .cont .item-course .module.has-label .plus {
  background-color: white;
}
.ac_courses .ac_courselist li .cont .item-course .module.has-label .plus i {
  background-image: url(https://www.iadt.ie/interface/img/generic/plus.png);
}
.ac_courses .ac_courselist li .cont .item-course .module .level {
  bottom: 24px;
  color: black;
  background: white;
}
.ac_courses .ac_courselist li .cont .item-course .module .new {
  bottom: auto;
  top: 0;
  background: #f17c6f;
}
.ac_courses .ac_courselist li.on {
  background: #8e6690;
  border-radius: 5px;
}
.ac_courses .ac_courselist li.on h4 {
  color: white;
}
.ac_courses .ac_courselist li.on svg {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.ac_courses .ac_courselist li.on svg polygon {
  fill: #ffffff;
}
.ac_courses .ac_courselist li.on .cont {
  height: auto;
  top: 7px;
  opacity: 1;
  overflow: visible;
}
.ac_courses .ac_courselist li:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 40px);
  background: #755277;
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li:after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}

/* PROGRESS BAR */
/*
 ::-webkit-scrollbar {
   display: none;
 }
::-webkit-scrollbar-thumb {
  display: none;
}
*/
.prog_wrap {
  z-index: 10005;
  background: transparent;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  height: 3.5vw;
  background: #16101d;
}
@media (min-width: 1850px) {
  .prog_wrap {
    height: 64.75px;
  }
}
@media (max-width: 1250px) {
  .prog_wrap {
    height: 43.75px;
  }
}
@media (max-width: 1190px) {
  .prog_wrap {
    height: 5px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.prog_wrap .prog_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.prog_wrap .prog_inner a {
  position: relative;
  z-index: 20;
  display: block;
  float: left;
  height: 48px;
  line-height: 49px;
  height: 3.5vw;
  line-height: 3.7vw;
  color: white;
  margin: 0px;
  width: 16.6666666667%;
  background: transparent;
  box-sizing: border-box;
  outline: none !important;
  text-indent: 1vw;
  font-family: Simplon;
  word-spacing: -0.25em;
  font-size: 0.95em;
}
@media (min-width: 1850px) {
  .prog_wrap .prog_inner a {
    height: 64.75px;
    line-height: 64.75px;
  }
}
@media (max-width: 1250px) {
  .prog_wrap .prog_inner a {
    height: 43.75px;
    line-height: 46.25px;
  }
}
@media (max-width: 1190px) {
  .prog_wrap .prog_inner a {
    display: none;
  }
}
.prog_wrap .prog_inner progress {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 3.5vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #000000;
  z-index: 10;
}
@media (min-width: 1850px) {
  .prog_wrap .prog_inner progress {
    height: 64.75px;
  }
}
@media (max-width: 1250px) {
  .prog_wrap .prog_inner progress {
    height: 43.75px;
  }
}
@media (max-width: 1190px) {
  .prog_wrap .prog_inner progress {
    height: 5px;
  }
}
.prog_wrap .prog_inner progress::-webkit-progress-bar {
  background-color: transparent;
  z-index: 10;
}
.prog_wrap .prog_inner progress::-webkit-progress-value {
  background-color: #5a3ab5;
  z-index: 10;
}
.prog_wrap .prog_inner progress::-moz-progress-bar {
  background-color: #5a3ab5;
  z-index: 10;
}
.prog_wrap .prog_inner progress .progress-container {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  z-index: 10;
}
.prog_wrap .prog_inner progress .progress-container .progress-bar {
  width: 0%;
  display: block;
  height: inherit;
  z-index: 10;
}

#your_campus {
  padding-bottom: 6vw;
  background: white;
}
#your_campus h2 {
  letter-spacing: 0.5px;
}
#your_campus h2 span {
  color: #f17c6f;
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
}
#your_campus p {
  margin-bottom: 6vw;
  color: #222;
  width: 90%;
}
#your_campus .col12 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 590px) {
  #your_campus .col12 {
    left: -9px;
    position: relative;
  }
}
#your_campus .col12 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#your_campus .col12 ul li {
  margin: 0;
  padding: 0 0 20px 0;
  width: 16.6666666667%;
  text-align: center;
}
@media (max-width: 990px) {
  #your_campus .col12 ul li {
    width: 25%;
  }
}
@media (max-width: 590px) {
  #your_campus .col12 ul li {
    width: 50%;
  }
}
#your_campus .col12 ul li.stop {
  pointer-events: none;
}
#your_campus .col12 ul li img {
  margin: 2vw 2vw 0 2vw;
  transition: all 0.45s ease;
}
@media (max-width: 790px) {
  #your_campus .col12 ul li img {
    margin: 4vw 4vw 0 4vw;
  }
}
@media (max-width: 590px) {
  #your_campus .col12 ul li img {
    margin: 6vw 8vw 0 8vw;
  }
}
#your_campus .col12 ul li a {
  font-family: "FYM-font", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 0.8em;
  outline: none !important;
}
@media (max-width: 590px) {
  #your_campus .col12 ul li a {
    font-size: 0.6em;
  }
}
@media (max-width: 490px) {
  #your_campus .col12 ul li a {
    font-size: 12px;
  }
}
#your_campus .col12 ul li a:hover {
  color: #aaa;
}
#your_campus .col12 ul li:hover img {
  transform: rotate(-5deg) scale(1.05, 1.05);
}

#Leaders, #Students {
  padding-bottom: 0vw;
  background: white;
  margin-bottom: -1px;
}
#Leaders .col6 h2, #Students .col6 h2 {
  letter-spacing: 0.5px;
}
#Leaders .col6 h2 span, #Students .col6 h2 span {
  color: #5a499d;
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
}
#Leaders .col6 p, #Students .col6 p {
  margin-bottom: 10vw;
  color: #5a499d;
  width: 90%;
}
#Leaders .ac_content, #Students .ac_content {
  background-color: #f17c6f;
}
#Leaders .col12, #Students .col12 {
  padding-left: 0;
  padding-right: 0;
}
#Leaders .col12 ul, #Students .col12 ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#Leaders .col12 ul li, #Students .col12 ul li {
  margin: 0;
  padding: 0 0 20px 0;
  width: 16.6666666667%;
  text-align: center;
}
@media (max-width: 990px) {
  #Leaders .col12 ul li, #Students .col12 ul li {
    width: 25%;
  }
}
@media (max-width: 590px) {
  #Leaders .col12 ul li, #Students .col12 ul li {
    width: 50%;
  }
}
#Leaders .col12 ul li img, #Students .col12 ul li img {
  margin: 2vw 2vw 0 2vw;
  transition: all 0.45s ease;
}
@media (max-width: 590px) {
  #Leaders .col12 ul li img, #Students .col12 ul li img {
    margin: 6vw 8vw 0 8vw;
  }
}
#Leaders .col12 ul li a, #Students .col12 ul li a {
  font-family: "FYM-font", helvetica, arial, sans-serif !important;
  text-transform: uppercase;
  font-size: 0.8em;
}
@media (max-width: 590px) {
  #Leaders .col12 ul li a, #Students .col12 ul li a {
    font-size: 0.6em;
  }
}
#Leaders .col12 ul li a:hover, #Students .col12 ul li a:hover {
  color: #aaa;
}
#Leaders .col12 ul li:hover img, #Students .col12 ul li:hover img {
  transform: rotate(-5deg) scale(1.05, 1.05);
}

#Leaders {
  padding-bottom: 0vw;
  background: #b37fb5;
  margin-bottom: -1px;
}
#Leaders .col6 h2 {
  letter-spacing: 0.5px;
}
#Leaders .col6 h2 span {
  color: #f7c4d5;
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
}
#Leaders .col6 p {
  margin-bottom: 10vw;
  color: #5a499d;
  width: 90%;
  color: white;
}
@media (max-width: 590px) {
  #Leaders .ac_block.ac_orange .ac_block_wrap {
    background: #b37fb5;
  }
}

#Students {
  position: relative;
  background: white;
  padding: 2vw 0 0 0;
}
@media (max-width: 550px) {
  #Students {
    padding: 20px 0 0 0;
  }
}
#Students .col6 h2 span {
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
  letter-spacing: 0.5px;
  color: #f17c6f;
  color: #f17c6f;
}
#Students .col6 p {
  color: #2f2d6f;
}

#welcome {
  padding: 0;
}
@media (max-width: 590px) {
  #welcome .talltext {
    padding-bottom: 150%;
  }
}

#timetable {
  padding-bottom: 6vw;
  background: #f17c6f;
}
#timetable h2 {
  letter-spacing: 0.5px;
}
#timetable h2 span {
  color: #b37fb5;
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
}
#timetable p {
  margin-bottom: 2vw;
}
#timetable .col12 ul {
  list-style: none;
  display: block;
  width: 100%;
}
#timetable .col12 ul li {
  float: left;
  margin: 0;
  padding: 0 20px 20px 0;
  text-align: left;
}
#timetable .time_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "FYM-font", helvetica, arial, sans-serif;
}
#timetable .time_row:after {
  content: "";
  display: table;
  height: 0px;
  width: 100%;
  background: transparent;
}
#timetable .time_row div.day, #timetable .time_row div.details {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #5a3ab5;
}
#timetable .time_row div.day {
  width: calc(16% - 30px);
  margin-right: 30px;
  font-size: 3.3vw;
  line-height: 1;
}
@media (min-width: 1750px) {
  #timetable .time_row div.day {
    font-size: 57.75px;
  }
}
@media (max-width: 1190px) {
  #timetable .time_row div.day {
    font-size: 39.27px;
  }
}
@media (max-width: 750px) {
  #timetable .time_row div.day {
    font-size: 42px;
  }
}
@media (max-width: 550px) {
  #timetable .time_row div.day {
    font-size: 36px;
  }
}
#timetable .time_row div.details {
  width: calc(35% - 30px);
  margin-right: 30px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 8vw;
  border-bottom: 1px solid #2f2d6f;
}
@media (max-width: 590px) {
  .ticker-outer {
    height: 60px;
  }
}

.ticker-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #5a3ab5;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap.second {
  background: #f7c4d5;
}
.ticker-wrap.second .ticker {
  color: #b37fb5;
  -webkit-animation-name: ticker2;
  animation-name: ticker2;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
}
.ticker-wrap.second .ticker:hover {
  animation-play-state: running;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 8vw;
  line-height: 8.5vw;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  font-family: "FYM-font", helvetica, arial, sans-serif;
  color: #f17c6f;
  text-shadow: -1px -1px 0 #2f2d6f, 1px -1px 0 #2f2d6f, -1px 1px 0 #2f2d6f, 1px 1px 0 #2f2d6f;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 180s;
  animation-duration: 180s;
}
@media (min-width: 1690px) {
  .ticker-wrap .ticker {
    text-shadow: -2px -2px 0 #2f2d6f, 2px -2px 0 #2f2d6f, -2px 2px 0 #2f2d6f, 2px 2px 0 #2f2d6f;
  }
}
@media (max-width: 590px) {
  .ticker-wrap .ticker {
    height: 60px;
    line-height: 65px;
  }
}
.ticker-wrap .ticker a {
  color: #f17c6f;
}
.ticker-wrap .ticker a:hover {
  color: white;
}
.ticker-wrap .ticker:hover {
  animation-play-state: paused;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1.2rem;
  font-size: 5vw;
}
@media (max-width: 590px) {
  .ticker-wrap .ticker__item {
    font-size: 32px;
    padding: 0 0.6rem;
  }
}

.illustration_banner_sulogo {
  position: absolute;
  right: 3%;
  bottom: 5%;
  width: 8%;
  height: auto;
  z-index: 100;
}
@media (max-width: 1090px) {
  .illustration_banner_sulogo {
    right: 20px;
    bottom: 40px;
    width: 10%;
  }
}
@media (max-width: 590px) {
  .illustration_banner_sulogo {
    right: 20px;
    bottom: 40px;
    width: 20%;
  }
}

.illustration_sulogo {
  position: absolute;
  right: 1%;
  bottom: 12%;
  width: 8%;
  height: auto;
  z-index: 100;
}
@media (max-width: 1090px) {
  .illustration_sulogo {
    right: 20px;
    bottom: 40px;
    width: 10%;
  }
}
@media (max-width: 590px) {
  .illustration_sulogo {
    right: 20px;
    bottom: 40px;
    width: 20%;
  }
}

.illustration_intro_flowers {
  position: absolute;
  left: 5%;
  bottom: 0;
  width: 36%;
  height: auto;
}
@media (max-width: 590px) {
  .illustration_intro_flowers {
    width: 80%;
  }
}

.ac_block.ac_orange ::selection {
  color: white !important;
  background: #34387b !important;
}

/*# sourceMappingURL=00_comp.css.map */
