/* 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 ----------------------------------------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0px;
  line-height: 1.3;
  background: #cccccc;
  color: #fff;
}

/* NEW NAV FIX */
.globalbar_wrap {
  margin-top: 0 !important;
}

#page .content-block.text-wrapper {
  display: none;
}

.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;
}

.col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 1.3vw;
  float: left;
  margin: 0;
}
@media (min-width: 1800px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 23.27px;
  }
}
@media (max-width: 1090px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 20px;
  }
}
@media (max-width: 890px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 19px;
  }
}
@media (max-width: 750px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 16px;
  }
}
.col1.flush, .col2.flush, .col3.flush, .col4.flush, col5.flush, .col6.flush, col7.flush, .col8.flush, col9.flush, col10.flush, col11.flush, .col12.flush {
  padding: 0;
}

.col1 {
  width: 8.3333333333%;
}
@media (max-width: 590px) {
  .col1 {
    width: 100vw;
  }
}

.col2 {
  width: 16.6666666667%;
}
@media (max-width: 590px) {
  .col2 {
    width: 100vw;
  }
}

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

.col4 {
  width: 33.3333333333%;
}
@media (max-width: 890px) {
  .col4 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col4 {
    width: 100%;
  }
}

.col5 {
  width: 41.6666666667%;
}
@media (max-width: 890px) {
  .col5 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col5 {
    width: 100%;
  }
}

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

.col7 {
  width: 58.3333333333%;
}
@media (max-width: 890px) {
  .col7 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col7 {
    width: 100%;
  }
}

.col8 {
  width: 66.6666666667%;
}
@media (max-width: 890px) {
  .col8 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col8 {
    width: 100%;
  }
}

.col9 {
  width: 75%;
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col9 {
  width: 83.3333333333%;
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col11 {
  width: 91.6666666667%;
}
@media (max-width: 1090px) {
  .col11 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.offset1 {
  margin-left: 8.3333333333%;
}
@media (max-width: 1090px) {
  .offset1 {
    margin-left: 0;
  }
}

.offset2 {
  margin-left: 16.6666666667%;
}
@media (max-width: 890px) {
  .offset2 {
    margin-left: 0;
  }
}

.offset3 {
  margin-left: 25%;
}
@media (max-width: 1090px) {
  .offset3 {
    margin-left: 0;
  }
}

.offset4 {
  margin-left: 33.3333333333%;
}
@media (max-width: 1090px) {
  .offset4 {
    margin-left: 0;
  }
}

.offset5 {
  margin-left: 41.6666666667%;
}
@media (max-width: 1090px) {
  .offset5 {
    margin-left: 0;
  }
}

.offset6 {
  margin-left: 50%;
}
@media (max-width: 1090px) {
  .offset6 {
    margin-left: 0;
  }
}

.offset7 {
  margin-left: 58.3333333333%;
}
@media (max-width: 1090px) {
  .offset7 {
    margin-left: 0;
  }
}

.offset8 {
  margin-left: 66.6666666667%;
}
@media (max-width: 1090px) {
  .offset8 {
    margin-left: 0;
  }
}

.offset9 {
  margin-left: 75%;
}
@media (max-width: 1090px) {
  .offset9 {
    margin-left: 0;
  }
}

.offset10 {
  margin-left: 83.3333333333%;
}
@media (max-width: 1090px) {
  .offset10 {
    margin-left: 0;
  }
}

.offset11 {
  margin-left: 91.6666666667%;
}
@media (max-width: 1090px) {
  .offset11 {
    margin-left: 0;
  }
}

.pad_offset1 {
  margin-left: 8.3333333333%;
}

.pad_offset2 {
  margin-left: 16.6666666667%;
}

.pad_offset3 {
  margin-left: 25%;
}

.pad_offset4 {
  margin-left: 33.3333333333%;
}

.pad_offset5 {
  margin-left: 41.6666666667%;
}

@media (max-width: 1090px) {
  .pad_offset6 {
    margin-left: 50%;
  }
}

.pad_offset7 {
  margin-left: 58.3333333333%;
}

@media (max-width: 1090px) {
  .pad_offset8 {
    margin-left: 66.6666666667%;
  }
}

.pad_offset9 {
  margin-left: 75%;
}

.pad_offset10 {
  margin-left: 83.3333333333%;
}

.pad_offset11 {
  margin-left: 91.6666666667%;
}

#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: black;
}

#mobile-primary li a {
  background: #fa4616 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: #FF4713;
}

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

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

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

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

#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: #410099;
  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;
  }
}

select:focus, select:valid {
  position: relative;
  z-index: 900;
  background: #410099 !important;
}

.cc-color-override--1123873321 .cc-btn {
  background-color: #eb3f00 !important;
}

.cc-color-override--1123873321 .cc-btn:hover, .cc-color-override--1123873321 .cc-btn:focus {
  background-color: #ff4c0a !important;
}

@media (max-width: 990px) {
  #content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* 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: white;
}
@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: 15px;
  }
}
@media (max-width: 550px) {
  body .ac_wrapper {
    font-size: 14.5px;
  }
}

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;
}

.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;
}

::-moz-selection {
  background: rgba(255, 69, 0, 0.989);
  color: white;
}

::selection {
  background: rgba(255, 69, 0, 0.989);
  color: white;
}

h2 {
  font-size: 5vw;
}
@media (min-width: 1750px) {
  h2 {
    font-size: 87.5px;
  }
}
@media (max-width: 1290px) {
  h2 {
    font-size: 64.5px;
  }
}
@media (max-width: 590px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 490px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 2.1vw;
}
@media (min-width: 1750px) {
  h3 {
    font-size: 39px;
  }
}
@media (max-width: 1250px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  h3 {
    font-size: 16.5px;
  }
}

h4 {
  font-size: 2.8vw;
}
@media (min-width: 1750px) {
  h4 {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  h4 {
    font-size: 16.5px;
  }
}

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;
  }
}

@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;
}
.hilite span {
  color: #fff;
  display: inline;
  padding: 0px 0.2em 0 0.2em;
  height: 50%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: black;
  background: linear-gradient(0deg, black 0%, black 85%, rgba(0, 0, 0, 0) 85%);
}
.hilite small {
  font-family: Simplon;
  font-weight: normal;
  display: table;
  background: #ff4500;
  color: black;
  line-height: 1;
  word-spacing: 0.01em;
  font-size: 0.3em;
  padding: 0.3em 0.5em 0.3em 0.5em;
  page-break-inside: avoid;
  margin-bottom: -0.4em;
}
@media (max-width: 550px) {
  .hilite small {
    font-size: 0.4em;
  }
}

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

.ac_button {
  display: inline-block;
  background: white;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 50px;
  color: black !important;
  mix-blend-mode: screen;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.ac_button:hover {
  opacity: 0.7;
  color: black !important;
}
.ac_button.orange {
  background: #ff4500;
  color: white !important;
  mix-blend-mode: normal;
}
.ac_button.orange:hover {
  background: white;
  color: #ff4500 !important;
  opacity: 1;
}

.iadt_button {
  display: inline-block;
  padding: 0 4vw;
  height: 4vw;
  line-height: 4vw;
  margin: 0;
  color: white !important;
  text-decoration: none;
  background: black;
  transition: all 0.6s ease-in-out;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .iadt_button {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
  }
}
.iadt_button:hover {
  padding: 0 4.5vw;
}
@media only screen and (max-width: 1000px) {
  .iadt_button:hover {
    padding: 0 45px;
  }
}

.quart_logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quart_logos img {
  max-width: 50%;
}

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

.guidelines_banner {
  position: relative;
  overflow: hidden;
  background: #ff4500;
  height: 55vw;
  max-height: 82vh;
  padding-top: 145px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (min-height: 60vw) {
  .guidelines_banner {
    height: 48vw;
  }
}
@media only screen and (max-height: 60vw) {
  .guidelines_banner {
    height: 79.5vh;
  }
}
@media only screen and (max-height: 43vw) {
  .guidelines_banner {
    height: 34vw;
  }
}
@media only screen and (max-width: 1050px) {
  .guidelines_banner {
    height: 55vw;
  }
}
@media only screen and (max-width: 650px) {
  .guidelines_banner {
    height: 75vw;
  }
}
@media only screen and (max-width: 500px) {
  .guidelines_banner {
    height: 54vh;
    max-height: none;
  }
}
.guidelines_banner::-moz-selection {
  background: rgba(0, 0, 0, 0.98);
  color: white;
}
.guidelines_banner::selection {
  background: rgba(0, 0, 0, 0.98);
  color: white;
}
.guidelines_banner .grid_container {
  position: relative;
  z-index: 2;
}
@media (max-width: 590px) {
  .guidelines_banner .grid_container {
    height: 100%;
  }
}
@media (max-width: 590px) {
  .guidelines_banner .grid_container .col4 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 90%;
  }
}
.guidelines_banner .grid_container h1 {
  color: rgba(255, 71, 19, 0.01);
  margin-top: -50px;
}
.guidelines_banner .grid_container h2 {
  color: black;
  font-family: Circular-Black;
  font-weight: normal;
  text-indent: -0.09vw;
  margin-bottom: 0.6vw;
  font-size: 3vw;
}
@media (min-width: 1750px) {
  .guidelines_banner .grid_container h2 {
    font-size: 52.5px;
  }
}
@media (max-width: 1290px) {
  .guidelines_banner .grid_container h2 {
    font-size: 38.7px;
  }
}
@media (max-width: 590px) {
  .guidelines_banner .grid_container h2 {
    font-size: 45px;
  }
}
@media (max-width: 490px) {
  .guidelines_banner .grid_container h2 {
    font-size: 38px;
  }
}
@media (max-width: 590px) {
  .guidelines_banner .grid_container h2 {
    margin-top: -25px;
    margin-bottom: 26px;
  }
}
.guidelines_banner .grid_container p {
  color: black;
  font-size: 1.1em;
}
@media (max-width: 590px) {
  .guidelines_banner .grid_container p {
    font-size: 1.05em;
  }
}
.guidelines_banner video, .guidelines_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 1090px) {
  .guidelines_banner video, .guidelines_banner img {
    object-position: left center;
  }
}
@media (max-width: 590px) {
  .guidelines_banner video, .guidelines_banner img {
    width: 131vw;
    height: 100%;
    max-width: 131vw;
    min-width: 0;
    object-fit: contain;
  }
}
.guidelines_banner.pass_version {
  height: 82vh;
}
@media only screen and (min-height: 60vw) {
  .guidelines_banner.pass_version {
    height: 82vh;
  }
}
@media only screen and (max-height: 60vw) {
  .guidelines_banner.pass_version {
    height: 82vh;
  }
}
@media only screen and (max-height: 43vw) {
  .guidelines_banner.pass_version {
    height: 82vh;
  }
}
@media only screen and (max-width: 1050px) {
  .guidelines_banner.pass_version {
    height: 82vh;
  }
}
@media only screen and (max-width: 650px) {
  .guidelines_banner.pass_version {
    height: 82vh;
    max-height: none;
  }
}
@media only screen and (max-width: 500px) {
  .guidelines_banner.pass_version {
    height: 54vh;
    max-height: none;
  }
}
.guidelines_banner.pass_version .grid_container {
  position: unset;
  z-index: 10;
}
.guidelines_banner.pass_version .grid_container .col4 {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  background: white;
  padding: 2.5vw;
  height: 70%;
}
.guidelines_banner.pass_version .grid_container .col4 p.pass_p {
  font-size: 90%;
}
.guidelines_banner.pass_version .grid_container .col4 h3 {
  margin-bottom: 1vw;
}
.guidelines_banner.pass_version .grid_container .col4 form p {
  font-size: 0;
  color: white;
}
.guidelines_banner.pass_version .grid_container .col4 form p input {
  font-size: 1.4vw;
  display: block;
  width: 100%;
  padding: 1vw;
  margin-top: 1vw;
  background: #eeeeee;
  border-color: #eeeeee;
}
.guidelines_banner.pass_version .grid_container .col4 form p input[type=submit] {
  background: black;
  color: white;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.guidelines_banner.pass_version .grid_container .col4 a {
  position: absolute;
  bottom: 2.5vw;
  left: 2.5vw;
}
.guidelines_banner.pass_version img {
  z-index: 1;
  object-fit: contain;
  object-position: left center;
  width: 79%;
  margin-left: 1%;
}

/* PROGRESS BAR */
.prog_wrap {
  z-index: 10005;
  background: transparent;
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  height: 70px;
  height: 5vw;
  background: #ff4500;
}
@media (min-width: 1850px) {
  .prog_wrap {
    height: 74px;
  }
}
@media (max-width: 1250px) {
  .prog_wrap {
    height: 50px;
  }
}
@media (max-width: 890px) {
  .prog_wrap {
    height: 10px;
  }
}
.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: 5vw;
  line-height: 5vw;
  padding: 0 1vw;
  color: white;
  margin: 0px;
  width: auto;
  background: transparent;
  box-sizing: border-box;
  outline: none !important;
  text-indent: 1vw;
  font-family: Simplon;
  word-spacing: -0.25em;
  font-size: 1.2em;
}
@media (min-width: 1850px) {
  .prog_wrap .prog_inner a {
    height: 74px;
    line-height: 70px;
  }
}
@media (max-width: 1250px) {
  .prog_wrap .prog_inner a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1090px) {
  .prog_wrap .prog_inner a {
    font-size: 1.1em;
  }
}
@media (max-width: 890px) {
  .prog_wrap .prog_inner a {
    display: none;
  }
}
.prog_wrap .prog_inner .new_prog {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 5vw;
  border: none;
  background-color: black;
  z-index: 21;
  overflow: hidden;
}
@media (min-width: 1850px) {
  .prog_wrap .prog_inner .new_prog {
    height: 74px;
  }
}
@media (max-width: 1250px) {
  .prog_wrap .prog_inner .new_prog {
    height: 50px;
  }
}
@media (max-width: 890px) {
  .prog_wrap .prog_inner .new_prog {
    height: 10px;
  }
}
.prog_wrap .prog_inner .new_prog div {
  display: block;
  height: 100%;
  width: 100vw;
}
.prog_wrap .prog_inner .new_prog div a {
  color: white;
  z-index: 22;
}

.ac_primary {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 10vw;
  background: white;
  overflow: hidden;
}
@media (max-width: 750px) {
  .ac_primary {
    padding-top: 16px !important;
    padding-bottom: 50px;
  }
}
.ac_primary.lightgrey {
  background: #EEEEEE;
}
.ac_primary video {
  position: absolute;
  top: -9vw;
  left: -1vw;
  width: 47%;
  height: auto;
}
@media (max-width: 750px) {
  .ac_primary video {
    width: 70%;
  }
}
.ac_primary:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #222A2C;
}
.ac_primary h2 {
  width: 97%;
  font-size: 3vw;
  letter-spacing: -0.025em;
  font-family: "Circular-Black";
  font-weight: normal;
}
@media (min-width: 1750px) {
  .ac_primary h2 {
    font-size: 52.5px;
  }
}
@media (max-width: 1290px) {
  .ac_primary h2 {
    font-size: 38.7px;
  }
}
@media (max-width: 890px) {
  .ac_primary h2 {
    font-size: 29px;
  }
}
@media (max-width: 590px) {
  .ac_primary h2 {
    font-size: 26px;
  }
}
.ac_primary h2 small {
  font-size: 0.5em;
}
@media (max-width: 590px) {
  .ac_primary h2 small {
    font-size: 0.6em;
  }
}
.ac_primary h3 {
  width: 97%;
  font-size: 2vw;
  letter-spacing: -0.025em;
  font-weight: normal;
  font-family: "Circular";
}
@media (min-width: 1750px) {
  .ac_primary h3 {
    font-size: 35px;
  }
}
@media (max-width: 1290px) {
  .ac_primary h3 {
    font-size: 25.8px;
  }
}
@media (max-width: 890px) {
  .ac_primary h3 {
    font-size: 26px;
  }
}
@media (max-width: 590px) {
  .ac_primary h3 {
    font-size: 22px;
  }
}
.ac_primary h3 small {
  font-size: 0.5em;
}
@media (max-width: 590px) {
  .ac_primary h3 small {
    font-size: 0.6em;
  }
}
.ac_primary p {
  color: #000;
}

.colour_blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.colour_blocks .colour_blocks_col {
  position: relative;
  width: 25%;
  padding-bottom: 45%;
}
@media (max-width: 750px) {
  .colour_blocks .colour_blocks_col {
    width: 100%;
    padding-bottom: 100%;
  }
}
.colour_blocks .colour_blocks_col h5 {
  width: calc(100% - 60px);
  margin: 30px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
.colour_blocks .colour_blocks_col table {
  width: calc(100% - 60px);
  margin: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
}
.colour_blocks .colour_blocks_col table th, .colour_blocks .colour_blocks_col table tr:first-child td {
  background: none !important;
}
.colour_blocks .colour_blocks_col table tr {
  background: none !important;
}
.colour_blocks .colour_blocks_col table tr td {
  border: none !important;
  background: none;
  color: white;
  word-spacing: 0 !important;
}

.mySwiper {
  position: relative;
}

.swiper-slide h3 {
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0.35s;
}

.swiper-slide-active h3 {
  opacity: 1;
}

.list_photogtaphy .col3 {
  padding-left: 0 !important;
}

.ac_content {
  position: relative;
}
.ac_content:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 5vw;
  width: 50%;
  width: calc(50% + 1px);
  background: #ff4500;
}
@media (max-width: 1090px) {
  .ac_content:before {
    display: none;
  }
}

.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%;
  }
}

.ac_block {
  position: relative;
  z-index: 1;
  float: left;
  width: 25%;
  padding-bottom: 50%;
  background: #A6AFB2;
}
@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: 750px) {
  .ac_block h2, .ac_block h3 {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  .ac_block h2, .ac_block h3 {
    font-size: 26px !important;
  }
}
.ac_block a.ac_blocklink {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8969D3;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1090px) {
  .ac_block a.ac_blocklink:hover {
    opacity: 0.8;
  }
}
.ac_block.large {
  width: 50%;
  padding-bottom: 100%;
}
@media (max-width: 1090px) {
  .ac_block.large {
    width: 33%;
    width: 33.3333333333%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@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: 80%;
    margin-top: 15px;
  }
}
.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;
}
@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: #8969D3;
}
.ac_block.square .ac_block_wrap .ac_block_img:after {
  display: none;
}
.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: #8969D3;
  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: #ff4500;
  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: #8969D3;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: black;
}
.ac_block.ac_white .ac_block_wrap .ac_block_img:after {
  background-color: white;
}
.ac_block.ac_orange a.ac_blocklink {
  background: #ff4500;
}
.ac_block.ac_orange .ac_block_wrap {
  background: #ff4500;
}
.ac_block.ac_orange .ac_block_wrap .ac_block_cont p {
  color: black;
}
.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: black;
}
.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: #8969D3;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: black;
}
.ac_block.ac_orange .ac_block_wrap .ac_block_img:after {
  background: #ff4500;
}
.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: black;
}
.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: black;
}
.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: #8969D3;
  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_lightpurple a.ac_blocklink {
  background: #8969D3;
}
.ac_block.ac_lightpurple .ac_block_wrap {
  background: #8969D3;
}
.ac_block.ac_lightpurple .ac_block_wrap .ac_block_cont p {
  color: black;
}
.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: #ff4500;
  color: black;
}
.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: black;
}
.ac_block.ac_lightpurple .ac_block_wrap .ac_block_img:after {
  background: #8969D3;
}
.ac_block.ac_purple a.ac_blocklink {
  background: #410099;
}
.ac_block.ac_purple .ac_block_wrap {
  background: #410099;
}
.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: #ff4500;
  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: #8969D3;
  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: #410099;
}
.ac_block .ac_block_wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #410099;
}
.ac_block .ac_block_wrap .ac_block_img {
  position: relative;
  height: 40%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.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_img:after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: 0;
  height: 6%;
  width: 75%;
  background: white;
}
.ac_block .ac_block_wrap .ac_block_cont {
  padding: 0 1.5vw 1.5vw 1.5vw;
}
@media (max-width: 1090px) {
  .ac_block .ac_block_wrap .ac_block_cont {
    padding: 0 15px 15px 15px;
  }
}
.ac_block .ac_block_wrap .ac_block_cont p {
  margin-top: 1vw;
}
@media (max-width: 550px) {
  .ac_block .ac_block_wrap .ac_block_cont p {
    width: 80%;
    margin-top: 13px;
  }
}

.ac_courses {
  position: relative;
}
@media (max-width: 750px) {
  .ac_courses {
    padding: 4vw 0 50px 0;
  }
}
.ac_courses .ac_courselist {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  background: transparent;
  transition: opacity 0.4s ease-in-out;
}
.ac_courses .ac_courselist.off {
  position: absolute;
  z-index: 5;
  top: 1px;
  width: 100%;
  opacity: 0;
}
.ac_courses .ac_courselist li {
  position: relative;
  list-style: none;
  display: block;
  margin: 0;
  margin-left: 0px;
  width: calc(100% + 0px);
  padding: 0 0 0 0;
  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 (max-width: 750px) {
  .ac_courses .ac_courselist li {
    width: calc(100% + 40px);
  }
}
@media (max-width: 690px) {
  .ac_courses .ac_courselist li {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 0 0 15px;
  }
}
.ac_courses .ac_courselist li small {
  position: absolute;
  right: 8%;
  top: 31%;
  background: #ff4500;
  color: white;
  padding: 4px 6px;
  font-size: 0.6em;
}
.ac_courses .ac_courselist li h4 {
  padding: 1.4vw 0 1.4vw 0px;
  margin: 0;
  position: relative;
  color: white;
  color: black;
  font-weight: normal;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: color 0.4s ease;
  font-size: 2.1vw;
  word-spacing: 0;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 36.75px;
    padding: 30px 0 30px 0px;
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 28px;
    font-size: 27.09px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li h4 {
    padding: 15px 0 15px 0px;
  }
}
@media (max-width: 590px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 22px;
  }
}
@media (max-width: 490px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 17px;
  }
}
.ac_courses .ac_courselist li svg {
  position: absolute;
  top: 1.3vw;
  right: 0;
  width: 10px;
  height: 10px;
  width: 2.5vw;
  height: 2.5vw;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
@media (min-width: 1800px) {
  .ac_courses .ac_courselist li svg {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselist li svg {
    width: 32.25px;
    height: 32.25px;
  }
}
@media (max-width: 590px) {
  .ac_courses .ac_courselist li svg {
    width: 29px;
    height: 29px;
    top: 11px;
    right: 14px;
  }
}
.ac_courses .ac_courselist li svg polygon {
  transition: fill 0.4s ease;
  fill: #000000;
  fill: #ffffff;
}
.ac_courses .ac_courselist li:hover h4 {
  color: white;
  color: rgba(0, 0, 0, 0.45);
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover h4 {
    color: white;
    color: rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover svg polygon {
    fill: #ffffff;
    fill: #000000;
  }
}
.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 {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  float: left;
  width: 90%;
  margin-top: 1vw;
  margin-bottom: 3vw;
  line-height: 1.3;
  clear: both;
}
.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 {
  position: relative;
  padding-top: 0;
  border-top: none;
  width: 48%;
  margin: 0;
  margin-top: 2vw;
  -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: 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: 790px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
@media (max-width: 690px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 43%;
    width: calc(50% - 20px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
.ac_courses .ac_courselist li .cont .item-course p {
  margin-top: 0;
  margin-bottom: 2vw;
}
.ac_courses .ac_courselist li .cont .item-course a {
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.ac_courses .ac_courselist li .cont .item-course:hover a {
  background: rgba(0, 0, 0, 0.33);
}
.ac_courses .ac_courselist li .cont .item-course:nth-of-type(even) {
  left: 2%;
}
.ac_courses .ac_courselist li .cont .item-course .module {
  max-height: none;
  height: 12vw;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1490px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 11vw;
  }
}
@media (max-width: 790px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 19vw;
  }
}
@media (max-width: 690px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 27vw;
  }
}
@media (max-width: 690px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 27vw;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 180px;
  }
}
.ac_courses .ac_courselist li .cont .item-course .module small {
  position: absolute;
  left: 0;
  top: 20%;
  width: 90px;
  height: 90px;
  background-image: url("/interface/img/generic/button_play.png");
  background-size: cover;
  background-color: transparent;
}
.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);
}
@media (max-width: 1050px) {
  .ac_courses .ac_courselist li .cont .item-course .module .plus {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1050px) {
  .ac_courses .ac_courselist li .cont .item-course .module .plus i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.ac_courses .ac_courselist li .cont .item-course .module .label {
  color: white;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 0px 1px 0px;
}
@media (max-width: 1390px) {
  .ac_courses .ac_courselist li .cont .item-course .module .label {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  .ac_courses .ac_courselist li .cont .item-course .module .label {
    padding: 0;
  }
}
.ac_courses .ac_courselist li .cont .item-course .module .label em {
  display: inline;
  font-style: normal;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #0a0a0a;
  background: linear-gradient(0deg, #0a0a0a 0%, #0a0a0a 90%, rgba(10, 10, 10, 0) 90%);
  line-height: 1;
  padding: 3px 4px;
}
.ac_courses .ac_courselist li .cont .item-course .module .level {
  bottom: 24px;
  color: black;
  background: white;
}
.ac_courses .ac_courselist li .cont .item-course + div {
  width: 100%;
  height: 1px;
  background: white;
  float: left;
}
.ac_courses .ac_courselist li .cont .item-course + div:nth-of-type(odd) {
  display: none;
}
.ac_courses .ac_courselist li.on h4 {
  color: white;
  color: black;
}
.ac_courses .ac_courselist li.on svg {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ac_courses .ac_courselist li.on svg polygon {
  fill: #ffffff;
  fill: black;
}
.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: 0px;
  top: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 0px);
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li:after {
    width: calc(100% - 0px);
  }
}
@media (max-width: 690px) {
  .ac_courses .ac_courselist li:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}

/* 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%;
}

.swiper-button-next, .swiper-button-prev {
  top: 58%;
  color: black !important;
}

.page-template-16_fymmo .lity {
  z-index: 199998;
}
.page-template-16_fymmo button.lity-close {
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  color: transparent;
}
@media (max-width: 1090px) {
  .page-template-16_fymmo button.lity-close {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 590px) {
  .page-template-16_fymmo button.lity-close {
    width: 28px;
    height: 28px;
  }
}
.page-template-16_fymmo button.lity-close:before, .page-template-16_fymmo button.lity-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);
}
.page-template-16_fymmo button.lity-close:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page-template-16_fymmo .lity-iframe .lity-container, .page-template-16_fymmo .lity-youtube .lity-container, .page-template-16_fymmo .lity-vimeo .lity-container, .page-template-16_fymmo .lity-facebookvideo .lity-container, .page-template-16_fymmo .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 95vw;
  vertical-align: bottom;
  margin-bottom: 2.5vw;
}
.page-template-16_fymmo .lity-iframe .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-youtube .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-vimeo .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-facebookvideo .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-googlemaps .lity-container .lity-iframe-container {
  height: calc(100vh - 2.5vw - 80px);
  padding-top: 0;
  box-sizing: border-box;
}
@media (max-width: 890px) {
  .page-template-16_fymmo .lity-iframe .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-youtube .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-vimeo .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-facebookvideo .lity-container .lity-iframe-container, .page-template-16_fymmo .lity-googlemaps .lity-container .lity-iframe-container {
    box-sizing: border-box;
    background: white;
  }
}

xhtml.lity-active body {
  position: fixed;
  overflow-y: hidden;
}

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