/* 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: calc(1790px / 100 * 1.3);
  }
}
@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: calc(100% / 12 * 1);
}
@media (max-width: 590px) {
  .col1 {
    width: 100vw;
  }
}

.col2 {
  width: calc(100% / 12 * 2);
}
@media (max-width: 590px) {
  .col2 {
    width: 100vw;
  }
}

.col3 {
  width: calc(100% / 12 * 3);
}
@media (max-width: 1090px) {
  .col3 {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: calc(100% / 12 * 4);
}
@media (max-width: 890px) {
  .col4 {
    width: calc(100% / 12 * 6);
  }
}
@media (max-width: 590px) {
  .col4 {
    width: 100%;
  }
}

.col5 {
  width: calc(100% / 12 * 5);
}
@media (max-width: 890px) {
  .col5 {
    width: calc(100% / 12 * 6);
  }
}
@media (max-width: 590px) {
  .col5 {
    width: 100%;
  }
}

.col6 {
  width: calc(100% / 12 * 6);
}
@media (max-width: 590px) {
  .col6 {
    width: 100%;
  }
}

.col7 {
  width: calc(100% / 12 * 7);
}
@media (max-width: 890px) {
  .col7 {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .col7 {
    width: 100%;
  }
}

.col8 {
  width: calc(100% / 6 * 4);
}
@media (max-width: 890px) {
  .col8 {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .col8 {
    width: 100%;
  }
}

.col9 {
  width: calc(100% / 12 * 9);
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col9 {
  width: calc(100% / 12 * 10);
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col11 {
  width: calc(100% / 12 * 11);
}
@media (max-width: 1090px) {
  .col11 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.offset1 {
  margin-left: calc(100% / 12);
}
@media (max-width: 1090px) {
  .offset1 {
    margin-left: 0;
  }
}

.offset2 {
  margin-left: calc(100% / 12 * 2);
}
@media (max-width: 890px) {
  .offset2 {
    margin-left: 0;
  }
}

.offset3 {
  margin-left: calc(100% / 12 * 3);
}
@media (max-width: 1090px) {
  .offset3 {
    margin-left: 0;
  }
}

.offset4 {
  margin-left: calc(100% / 12 * 4);
}
@media (max-width: 1090px) {
  .offset4 {
    margin-left: 0;
  }
}

.offset5 {
  margin-left: calc(100% / 12 * 5);
}
@media (max-width: 1090px) {
  .offset5 {
    margin-left: 0;
  }
}

.offset6 {
  margin-left: calc(100% / 12 * 6);
}
@media (max-width: 1090px) {
  .offset6 {
    margin-left: 0;
  }
}

.offset7 {
  margin-left: calc(100% / 12 * 7);
}
@media (max-width: 1090px) {
  .offset7 {
    margin-left: 0;
  }
}

.offset8 {
  margin-left: calc(100% / 12 * 8);
}
@media (max-width: 1090px) {
  .offset8 {
    margin-left: 0;
  }
}

.offset9 {
  margin-left: calc(100% / 12 * 9);
}
@media (max-width: 1090px) {
  .offset9 {
    margin-left: 0;
  }
}

.offset10 {
  margin-left: calc(100% / 12 * 10);
}
@media (max-width: 1090px) {
  .offset10 {
    margin-left: 0;
  }
}

.offset11 {
  margin-left: calc(100% / 12 * 11);
}
@media (max-width: 1090px) {
  .offset11 {
    margin-left: 0;
  }
}

.pad_offset1 {
  margin-left: calc(100% / 12);
}

.pad_offset2 {
  margin-left: calc(100% / 12 * 2);
}

.pad_offset3 {
  margin-left: calc(100% / 12 * 3);
}

.pad_offset4 {
  margin-left: calc(100% / 12 * 4);
}

.pad_offset5 {
  margin-left: calc(100% / 12 * 5);
}

@media (max-width: 1090px) {
  .pad_offset6 {
    margin-left: calc(100% / 12 * 6);
  }
}

.pad_offset7 {
  margin-left: calc(100% / 12 * 7);
}

@media (max-width: 1090px) {
  .pad_offset8 {
    margin-left: calc(100% / 12 * 8);
  }
}

.pad_offset9 {
  margin-left: calc(100% / 12 * 9);
}

.pad_offset10 {
  margin-left: calc(100% / 12 * 10);
}

.pad_offset11 {
  margin-left: calc(100% / 12 * 11);
}

#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: #7ed13e !important;
}

.cc-color-override--1123873321 .cc-btn:hover, .cc-color-override--1123873321 .cc-btn:focus {
  background-color: #8ed756 !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: 16px;
  }
}

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(137, 213, 78, 0.98);
  color: black;
}

::selection {
  background: rgba(137, 213, 78, 0.98);
  color: black;
}

h2 {
  font-size: 5vw;
}
@media (min-width: 1750px) {
  h2 {
    font-size: calc(1750px / 100 * 5);
  }
}
@media (max-width: 1290px) {
  h2 {
    font-size: calc(1290px / 100 * 5);
  }
}
@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: #89D54E;
  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: #89D54E;
  color: white !important;
  mix-blend-mode: normal;
}
.ac_button.orange:hover {
  background: white;
  color: #89D54E !important;
  opacity: 1;
}

.fymmo_banner {
  position: relative;
  overflow: hidden;
  background: #89D54E;
  height: 55vw;
  max-height: 82vh;
  padding-top: 145px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (min-height: 60vw) {
  .fymmo_banner {
    height: 48vw;
  }
}
@media only screen and (max-height: 60vw) {
  .fymmo_banner {
    height: 79.5vh;
  }
}
@media only screen and (max-height: 43vw) {
  .fymmo_banner {
    height: 34vw;
  }
}
@media only screen and (max-width: 1050px) {
  .fymmo_banner {
    height: 55vw;
  }
}
@media only screen and (max-width: 650px) {
  .fymmo_banner {
    height: 75vw;
  }
}
@media (max-width: 590px) {
  .fymmo_banner {
    background: #95da59;
  }
}
@media only screen and (max-width: 500px) {
  .fymmo_banner {
    height: 190vw;
    max-height: none;
  }
}
.fymmo_banner::-moz-selection {
  background: rgba(0, 0, 0, 0.98);
  color: white;
}
.fymmo_banner::selection {
  background: rgba(0, 0, 0, 0.98);
  color: white;
}
.fymmo_banner .grid_container {
  position: relative;
  z-index: 2;
}
@media (max-width: 590px) {
  .fymmo_banner .grid_container {
    height: 100%;
  }
}
@media (max-width: 590px) {
  .fymmo_banner .grid_container .col4 {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 90%;
  }
}
.fymmo_banner .grid_container h1 {
  color: rgba(255, 71, 19, 0.01);
  margin-top: -50px;
}
.fymmo_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) {
  .fymmo_banner .grid_container h2 {
    font-size: calc(1750px / 100 * 3);
  }
}
@media (max-width: 1290px) {
  .fymmo_banner .grid_container h2 {
    font-size: calc(1290px / 100 * 3);
  }
}
@media (max-width: 590px) {
  .fymmo_banner .grid_container h2 {
    font-size: 45px;
  }
}
@media (max-width: 490px) {
  .fymmo_banner .grid_container h2 {
    font-size: 38px;
  }
}
@media (max-width: 590px) {
  .fymmo_banner .grid_container h2 {
    margin-top: -25px;
    margin-bottom: 26px;
  }
}
.fymmo_banner .grid_container p {
  color: black;
  font-size: 1.1em;
}
@media (max-width: 590px) {
  .fymmo_banner .grid_container p {
    font-size: 1.05em;
  }
}
.fymmo_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 1;
}
@media (max-width: 1090px) {
  .fymmo_banner video {
    object-position: left center;
  }
}
@media (max-width: 590px) {
  .fymmo_banner video {
    width: 200%;
    height: auto;
  }
}

/* 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: 4vw;
  background: #16101d;
}
@media (min-width: 1850px) {
  .prog_wrap {
    height: calc(1850 / 100 * 4px);
  }
}
@media (max-width: 1250px) {
  .prog_wrap {
    height: calc(1250 / 100 * 4px);
  }
}
@media (max-width: 890px) {
  .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: 4vw;
  line-height: 4vw;
  color: white;
  margin: 0px;
  width: calc(100% / 5);
  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: calc(1850 / 100 * 4px);
    line-height: calc(1750 / 100 * 4px);
  }
}
@media (max-width: 1250px) {
  .prog_wrap .prog_inner a {
    height: calc(1250 / 100 * 4px);
    line-height: calc(1250 / 100 * 4px);
  }
}
@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: 4vw;
  border: none;
  background-color: #89D54E;
  z-index: 21;
  overflow: hidden;
}
@media (min-width: 1850px) {
  .prog_wrap .prog_inner .new_prog {
    height: calc(1850 / 100 * 4px);
  }
}
@media (max-width: 1250px) {
  .prog_wrap .prog_inner .new_prog {
    height: calc(1250 / 100 * 4px);
  }
}
@media (max-width: 890px) {
  .prog_wrap .prog_inner .new_prog {
    height: 5px;
  }
}
.prog_wrap .prog_inner .new_prog div {
  display: block;
  height: 100%;
  width: 100vw;
}
.prog_wrap .prog_inner .new_prog div a {
  color: #000;
  z-index: 22;
}

.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: #89D54E;
}
@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: calc(100% / 3);
    padding-bottom: 66%;
    padding-bottom: calc(100% / 3 * 2);
  }
}
@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: calc(100% / 3);
    padding-bottom: 66%;
    padding-bottom: calc(100% / 3 * 2);
  }
}
@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: #89D54E;
  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: #89D54E;
}
.ac_block.ac_orange .ac_block_wrap {
  background: #89D54E;
}
.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: #89D54E;
}
.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: #89D54E;
  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: #89D54E;
  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_qandas {
  position: relative;
  background: white;
  padding: 2vw 0 9vw 0;
}
@media (max-width: 550px) {
  .ac_qandas {
    padding: 2vw 0 50px 0;
  }
}
.ac_qandas:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #89D54E;
}
.ac_qandas h2 {
  width: 62%;
}
@media (max-width: 1090px) {
  .ac_qandas h2 {
    width: 40%;
  }
}
@media (max-width: 590px) {
  .ac_qandas h2 {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .ac_qandas .col6.colbreak {
    padding-top: 40px;
  }
}
.ac_qandas .col6.colbreak p {
  margin: 2vw 0 7vw 0;
  width: 80%;
  color: black;
}
@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%;
  color: black;
}
.ac_qandas .col6 p a {
  outline: none !important;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease-in-out;
}
.ac_qandas .col6 p a:hover {
  text-decoration-color: rgba(0, 0, 0, 0.8);
  color: black;
}
@media (max-width: 550px) {
  .ac_qandas .col6 p {
    width: 90%;
  }
}
.ac_qandas .swiper-container {
  margin-top: 5vw;
}
.ac_qandas .swiper-container .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-container .swiper-slide {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .ac_qandas .swiper-container .swiper-slide {
    padding-bottom: 75%;
  }
}
.ac_qandas .swiper-container .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-container .swiper-slide a:hover {
  background: rgba(0, 0, 0, 0.4);
}
.ac_qandas .swiper-container .swiper-slide a:hover em {
  opacity: 1;
  left: 0;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
.ac_qandas .swiper-container .swiper-slide a em {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  background: black;
  font-family: "Simplon-Light";
  color: white;
  font-style: normal;
  height: 13.25%;
  line-height: 2.6;
  font-size: 1.4em;
  padding: 0 1.5vw;
  opacity: 0;
  left: -5px;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
.ac_qandas .swiper-container .swiper-slide div {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}
@media (max-width: 750px) {
  .ac_qandas .swiper-container .swiper-slide div {
    top: -1px;
  }
}
.ac_qandas .swiper-container .swiper-slide div span {
  background: black;
  line-height: 1.2;
  font-size: 1.8vw;
  padding: 0.1vw;
  font-family: "Simplon-Light";
}
@media (max-width: 1250px) {
  .ac_qandas .swiper-container .swiper-slide div span {
    padding: calc(1250 / 100 * 0.1px);
    font-size: calc(1250 / 100 * 1.8px);
    line-height: 1;
  }
}
@media (max-width: 990px) {
  .ac_qandas .swiper-container .swiper-slide div span {
    padding: calc(990 / 100 * 0.1px);
    font-size: calc(990 / 100 * 1.8px);
  }
}
@media (max-width: 750px) {
  .ac_qandas .swiper-container .swiper-slide div span {
    padding: 3px;
    font-size: calc(750 / 100 * 1.8px);
  }
}
.ac_qandas .swiper-container .swiper-slide div + div {
  position: absolute;
  top: auto;
  bottom: 0.06vw;
  left: 5px;
  padding: 0;
  line-height: 1;
  width: 90%;
}
@media (max-width: 1250px) {
  .ac_qandas .swiper-container .swiper-slide div + div {
    bottom: calc(1250 / 100 * 0.06px);
  }
}
.ac_qandas .swiper-container .swiper-slide div + div span {
  background: #89D54E;
  color: black;
  line-height: 1.2;
  padding: 0.1vw;
  display: inline;
}
.ac_qandas .swiper-container .swiper-slide div + div span:before {
  content: "";
  position: absolute;
  left: -7px;
  top: -2px;
  background: #89D54E;
  width: 10px;
  height: 110%;
}
@media (max-width: 1250px) {
  .ac_qandas .swiper-container .swiper-slide div + div span {
    padding: calc(1250 / 100 * 0.1px);
  }
}
.ac_qandas .swiper-container .swiper-slide div + div span small {
  position: relative;
  left: 0px;
  text-indent: 5px;
  display: inline-block;
  display: none;
  background: white;
  line-height: 1;
  font-size: 3.6em;
  color: #410099;
  font-family: "Circular-Black";
  font-weight: normal;
  padding: 0.2vw;
  padding-right: 10px;
  padding-left: 10px;
}

.ac_lecturers {
  position: relative;
  background: #89D54E;
  padding: 2vw 0 0 0;
}
@media (max-width: 550px) {
  .ac_lecturers {
    padding: 2vw 0 0 0;
  }
}
.ac_lecturers:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: white;
}
.ac_lecturers h2 {
  line-height: 0.95;
}
.ac_lecturers h2 small {
  background: white;
  color: black;
  margin-bottom: -2px;
}
.ac_lecturers h2 span {
  background: black;
  background: linear-gradient(0deg, black 0%, black 85%, rgba(0, 0, 0, 0) 85%);
  color: white;
}
.ac_lecturers .col6 p {
  margin: 2vw 0 5vw 0;
  width: 80%;
  color: black;
}
.ac_lecturers .swiper-wrapper {
  padding-top: 40px;
}
.ac_lecturers .swiper-wrapper .ac_block {
  margin-right: -1px;
  padding-bottom: 160%;
  background: #111313;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0);
}
.ac_lecturers .swiper-wrapper .ac_block:hover {
  transform: scale(1.02);
  z-index: 9999;
  box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 1px 19px 0px rgba(0, 0, 0, 0.45);
}
@media (min-width: 750px) {
  .ac_lecturers .swiper-wrapper .ac_block {
    padding-bottom: 90%;
  }
}
@media (min-width: 1090px) {
  .ac_lecturers .swiper-wrapper .ac_block {
    padding-bottom: 60%;
  }
}
.ac_lecturers .swiper-wrapper .ac_block a.ac_blocklink {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1090px) {
  .ac_lecturers .swiper-wrapper .ac_block a.ac_blocklink:hover {
    opacity: 0.8;
  }
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap {
  background: #111313;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111313+0,161919+100 */
  background: #111313;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #111313 0%, #161919 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #111313 0%, #161919 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #111313 0%, #161919 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#111313", endColorstr="#161919",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap .ac_block_img {
  filter: grayscale(1);
  overflow: visible;
  transition: filter 0.4s ease-in-out;
}
.ac_lecturers .swiper-wrapper .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: 1;
  transition: opacity 0.4s ease-in-out;
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap .ac_block_img:hover {
  filter: grayscale(0);
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap .ac_block_img:hover .video_pre {
  opacity: 1;
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap .ac_block_img:hover .ac_play_grid {
  opacity: 0.4;
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap h3 small {
  background: #89D54E;
  color: black;
  margin-bottom: -0.2em;
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap h3 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
}
.ac_lecturers .swiper-wrapper .ac_block .ac_block_wrap .ac_block_img:after {
  background: #111313;
}
.ac_lecturers .swiper-wrapper .ac_block p {
  color: #8c8c8c;
}
.ac_lecturers .swiper-wrapper .ac_block .contact_lect {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  color: white;
}
.ac_lecturers .swiper-wrapper .ac_block .contact_lect span {
  display: block;
  background: black;
  padding: 5px 10px 7px 10px;
}

.team_pop {
  width: 90vw;
  height: 70vh;
  background: #141717;
  position: relative;
}
@media (max-width: 590px) {
  .team_pop {
    height: 80vh;
    overflow: scroll;
  }
}
.team_pop div {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: scroll;
  padding: 3vw;
}
@media (max-width: 590px) {
  .team_pop div {
    width: 100%;
    position: relative;
    padding: 15px;
    height: auto;
    overflow: visible;
  }
}
.team_pop div h3 {
  margin-bottom: 2vw;
}
.team_pop div h3 small {
  font-size: 0.6em;
}
.team_pop div h3 span {
  font-size: 1.35em;
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
}
@media (max-width: 590px) {
  .team_pop div h3 {
    font-size: 26px;
  }
}
.team_pop div p {
  font-size: 1.2em;
  color: white;
  font-family: "Circular", Helvetica, Arial, sans-serif;
}
@media (max-width: 590px) {
  .team_pop div p {
    font-size: 16px;
  }
}
.team_pop div p + p {
  text-indent: 2vw;
}
.team_pop div p a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 1s ease-in-out;
}
.team_pop div p a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.25);
  color: white;
}
.team_pop img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: auto;
  max-width: 40%;
  max-height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
@media (max-width: 590px) {
  .team_pop img {
    position: relative;
    top: 0;
    bottom: 0;
    width: 70%;
    height: auto;
    max-width: 70%;
    max-height: 300px;
    margin: 50px 0 15px 15px;
  }
}

.ac_courses {
  position: relative;
  background: white;
  padding: 4vw 0 9vw 0;
}
@media (max-width: 750px) {
  .ac_courses {
    padding: 4vw 0 250px 0;
  }
}
.ac_courses:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #89D54E;
}
.ac_courses .col6 h3 {
  word-spacing: 0;
  margin-bottom: 1vw;
  font-size: 2.25em;
}
.ac_courses .col6 p {
  margin-bottom: 2.5vw;
}
.ac_courses video {
  position: absolute;
  bottom: -0.1vw;
  left: -1vw;
  width: 47%;
  height: auto;
}
@media (max-width: 750px) {
  .ac_courses video {
    width: 70%;
  }
}
@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 xh2 small {
  background: #410099;
  color: white;
}
.ac_courses xh2 span {
  background: #8969D3;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_courses p {
  color: #333333;
}
.ac_courses .ac_courselistx {
  position: relative;
  padding: 0;
  margin: 1.2vw 0 0 0;
  list-style: none;
}
.ac_courses .ac_courselistx:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 20px);
  background: #ced3d5;
}
@media (max-width: 750px) {
  .ac_courses .ac_courselistx:before {
    width: 100%;
  }
}
.ac_courses .ac_courselistx 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_courselistx li {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 750px) {
  .ac_courses .ac_courselistx li {
    width: calc(100% + 40px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselistx li {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselistx li:hover {
    background: #C0C7C9;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselistx li:hover h4 {
    color: white;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselistx li:hover svg polygon {
    fill: #ffffff;
  }
}
.ac_courses .ac_courselistx li h4 {
  padding: 1.3vw 0 1.3vw 0px;
  position: relative;
  color: #A6AFB2;
  cursor: pointer;
  transition: color 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselistx li h4 {
    padding: 24px 0 24px 0px;
  }
}
@media (max-width: 1250px) {
  .ac_courses .ac_courselistx li h4 {
    font-size: 28px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselistx li h4 {
    padding: 15px 0 15px 0px;
  }
}
.ac_courses .ac_courselistx li svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1.5vw;
  width: 10px;
  height: 10px;
  width: 0.75vw;
  height: 0.75vw;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselistx li svg {
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselistx li svg {
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
  }
}
.ac_courses .ac_courselistx li svg polygon {
  transition: fill 0.4s ease;
  fill: #000000;
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselistx li:hover {
    background: #C0C7C9;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselistx li:hover h4 {
    color: white;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselistx li:hover svg polygon {
    fill: #ffffff;
  }
}
.ac_courses .ac_courselistx li .cont {
  position: relative;
  overflow: hidden;
  height: 0;
  top: 0px;
  opacity: 0;
  transition: 1s opacity ease, 0.75s top ease;
}
.ac_courses .ac_courselistx li .cont p {
  width: 75%;
  margin-top: 1vh;
  margin-bottom: 3vh;
  line-height: 1.3;
}
@media (max-width: 890px) {
  .ac_courses .ac_courselistx li .cont p {
    font-size: 16px;
    width: 60%;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselistx li .cont p {
    width: 85%;
  }
}
.ac_courses .ac_courselistx li .cont .ac_button {
  mix-blend-mode: normal !important;
}
.ac_courses .ac_courselistx li .cont:after {
  content: "";
  height: 3vh;
  background: transparent;
  display: block;
  clear: both;
}
.ac_courses .ac_courselistx 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_courselistx li .cont .apply-course h4 {
  font-size: 1.75em;
  padding-bottom: 0px;
}
.ac_courses .ac_courselistx li .cont .apply-course .ac_button {
  margin: 0 0 2vw 0;
}
.ac_courses .ac_courselistx li .cont .item-course {
  padding-top: 0;
  border-top: none;
  width: 48%;
  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_courselistx li .cont .item-course {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1190px) {
  .ac_courses .ac_courselistx li .cont .item-course {
    width: 70%;
  }
}
@media (max-width: 1090px) {
  .ac_courses .ac_courselistx li .cont .item-course {
    width: calc(100% - 20px);
  }
}
@media (max-width: 950px) {
  .ac_courses .ac_courselistx li .cont .item-course {
    width: 90%;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselistx li .cont .item-course {
    width: 43%;
    width: calc(50% - 20px);
  }
}
@media (max-width: 490px) {
  .ac_courses .ac_courselistx li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
.ac_courses .ac_courselistx li .cont .item-course .module {
  max-height: none;
  height: 22vh;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1590px) {
  .ac_courses .ac_courselistx li .cont .item-course .module {
    height: 19vh;
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselistx li .cont .item-course .module {
    height: 17vh;
  }
}
@media (max-width: 1190px) {
  .ac_courses .ac_courselistx li .cont .item-course .module {
    height: 21vh;
  }
}
@media (max-width: 790px) {
  .ac_courses .ac_courselistx li .cont .item-course .module {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .ac_courses .ac_courselistx li .cont .item-course .module {
    height: 17vh;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselistx li .cont .item-course .module {
    height: 200px;
  }
}
.ac_courses .ac_courselistx li .cont .item-course .module.has-label .plus {
  background-color: white;
}
.ac_courses .ac_courselistx li .cont .item-course .module.has-label .plus i {
  background-image: url(https://www.iadt.ie/interface/img/generic/plus.png);
}
.ac_courses .ac_courselistx li .cont .item-course .module .level {
  bottom: 24px;
  color: black;
  background: white;
}
.ac_courses .ac_courselistx li .cont .item-course .module .new {
  bottom: auto;
  top: 0;
  background: #89D54E;
}
.ac_courses .ac_courselistx li.on {
  background: #C0C7C9;
}
.ac_courses .ac_courselistx li.on h4 {
  color: white;
}
.ac_courses .ac_courselistx li.on svg {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ac_courses .ac_courselistx li.on svg polygon {
  fill: #ffffff;
}
.ac_courses .ac_courselistx li.on .cont {
  height: auto;
  top: 7px;
  opacity: 1;
  overflow: visible;
}
.ac_courses .ac_courselistx li:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 40px);
  background: #ced3d5;
}
@media (max-width: 890px) {
  .ac_courses .ac_courselistx li:after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselistx li:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.ac_courses .ac_courselist {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #8969D3;
  background: white;
  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: #89D54E;
  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: calc(1750px / 100 * 2.1);
    padding: 30px 0 30px 0px;
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 28px;
    font-size: calc(1290px / 100 * 2.1);
  }
}
@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: calc(1800px / 100 * 2.5);
    height: calc(1800px / 100 * 2.5);
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselist li svg {
    width: calc(1290px / 100 * 2.5);
    height: calc(1290px / 100 * 2.5);
  }
}
@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(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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);
  }
}

.ac_contact {
  position: relative;
  background: #89D54E;
  padding-bottom: 50px;
}
@media (max-width: 890px) {
  .ac_contact .col6, .ac_contact .col12 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .ac_contact .col6, .ac_contact .col12 {
    padding: 20px;
  }
}
@media (max-width: 550px) {
  .ac_contact .col6, .ac_contact .col12 {
    padding: 15px;
  }
}
.ac_contact h2 small {
  background: black;
  color: white;
}
.ac_contact h2 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
}
.ac_contact p {
  margin-top: 5vh;
  margin-bottom: 4vh;
  width: 80%;
  color: black;
}
@media (max-width: 1350px) {
  .ac_contact p {
    width: 90%;
    font-size: 18px;
  }
}
@media (max-width: 890px) {
  .ac_contact p {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16.5px;
  }
}
@media (max-width: 550px) {
  .ac_contact p {
    width: 95%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.ac_contact .list-social {
  margin-bottom: 20px;
  margin-left: -10px;
  filter: invert(1);
}
@media (max-width: 890px) {
  .ac_contact .list-social {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .ac_contact .list-social {
    float: left;
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.ac_contact .list-social li {
  background: none;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}
@media (max-width: 1350px) {
  .ac_contact .list-social li {
    width: 40px;
    height: 20px;
  }
}
@media (max-width: 1090px) {
  .ac_contact .list-social li {
    width: 35px;
    height: 20px;
  }
}
@media (max-width: 750px) {
  .ac_contact .list-social li {
    width: 30px;
    height: 20px;
  }
}
.ac_contact .list-social li:last-of-type {
  width: auto;
  filter: invert(1);
}
.ac_contact .list-social li:last-of-type a svg {
  margin-top: -0.2vw;
  height: 2.9vw;
  width: auto;
}
.ac_contact .list-social li a {
  background: none;
  opacity: 1;
}
.ac_contact .list-social li a svg {
  width: 75%;
  height: 75%;
}
.ac_contact .list-social li a:hover {
  opacity: 1;
  background: none;
}
.ac_contact .form ::-moz-selection {
  background: rgba(255, 255, 255, 0.98);
  color: #89D54E;
}
.ac_contact .form ::selection {
  background: rgba(255, 255, 255, 0.98);
  color: #89D54E;
}
.ac_contact .form .wpcf7-form {
  transition: 0.5s all ease;
}
.ac_contact .form .wpcf7-form .sent, .ac_contact .form .wpcf7-form .submitting {
  opacity: 0.4;
  pointer-events: none;
}
.ac_contact .form label {
  display: block;
  width: 100%;
  padding: 12px 0px 12px 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background: none;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 1.4vw;
  height: 5vw;
  line-height: 3.2vw;
  margin-bottom: -5vw;
}
@media (min-width: 1800px) {
  .ac_contact .form label {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  .ac_contact .form label {
    font-size: 16px;
    border-bottom: none;
    height: auto;
    line-height: 1;
  }
}
.ac_contact .form input[type=text], .ac_contact .form input[type=email] {
  width: 100%;
  padding: 12px 0px 12px 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background: none;
  width: 100%;
  color: black;
  font-family: "Circular", helvetica, arial, sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid black;
  font-size: 1.4vw;
  height: 5vw;
  line-height: 1;
  transition: 0.7s background-color ease;
}
@media (min-width: 1800px) {
  .ac_contact .form input[type=text], .ac_contact .form input[type=email] {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  .ac_contact .form input[type=text], .ac_contact .form input[type=email] {
    font-size: 16px;
    border-bottom: 1px solid black;
    height: auto;
    line-height: 1;
  }
}
.ac_contact .form input[type=text]:active, .ac_contact .form input[type=text]:focus, .ac_contact .form input[type=text].on, .ac_contact .form input[type=email]:active, .ac_contact .form input[type=email]:focus, .ac_contact .form input[type=email].on {
  background: #89D54E;
}
.ac_contact .form textarea {
  width: 100%;
  padding: 12px 0px 12px 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background: none;
  width: 100%;
  color: black;
  font-family: "Circular", helvetica, arial, sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid black !important;
  font-size: 1.4vw;
  line-height: 1.3;
  transition: 0.7s background-color ease;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 1800px) {
  .ac_contact .form textarea {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  .ac_contact .form textarea {
    font-size: 16px;
    border-bottom: 1px solid black !important;
    height: auto;
  }
}
.ac_contact .form textarea:active, .ac_contact .form textarea:focus, .ac_contact .form textarea.on {
  background: #89D54E;
}
.ac_contact .form input[type=submit] {
  width: 45%;
  border-radius: 0;
  background-color: black;
  font-family: "Circular", helvetica, arial, sans-serif;
  padding: 0.9vw 0 0.9vw 0;
  line-height: 0.9;
  color: white;
  font-size: 1.4vw;
  margin-top: 5px;
  margin-right: 20px;
}
@media (min-width: 1690px) {
  .ac_contact .form input[type=submit] {
    font-size: 22px;
  }
}
@media (max-width: 890px) {
  .ac_contact .form input[type=submit] {
    font-size: 16px;
    padding: 10px 0 10px 0;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  .ac_contact .form input[type=submit] {
    width: 34%;
  }
}
.ac_contact .wpcf7 form.invalid .wpcf7-response-output, .ac_contact .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #a81718;
  color: white;
  padding: 4px 9px;
  margin-top: 20px;
  width: auto;
  display: inline-block;
}
.ac_contact em {
  width: 41%;
  display: block;
  float: right;
  font-style: normal;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
@media (max-width: 1490px) {
  .ac_contact em {
    width: 33%;
  }
}
.ac_contact p.optin {
  width: 27%;
  padding-right: 5%;
  float: right;
  opacity: 0.5;
  margin-top: 1vh;
  font-size: 1vw;
}
@media (min-width: 1750px) {
  .ac_contact p.optin {
    font-size: 17px;
  }
}
@media (max-width: 1390px) {
  .ac_contact p.optin {
    padding-right: 3%;
  }
}
@media (max-width: 1250px) {
  .ac_contact p.optin {
    font-size: 13px;
  }
}
@media (max-width: 890px) {
  .ac_contact p.optin {
    font-size: 12px;
    width: 32%;
    padding-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 850px) {
  .ac_contact p.optin {
    width: 34%;
  }
}
@media (max-width: 690px) {
  .ac_contact p.optin {
    margin-right: 15px;
  }
}
@media (max-width: 550px) {
  .ac_contact p.optin {
    font-size: 12px;
    width: 81%;
    float: left;
  }
}
.ac_contact #mc_embed_signup {
  position: relative;
  padding-bottom: 30px;
}
.ac_contact #mc_embed_signup div.mce_inline_error {
  margin: 0;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
  float: left;
  position: relative;
  width: 21%;
  margin-right: 1.5vw;
}
@media (max-width: 850px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: 19%;
    margin-right: 20px;
  }
}
@media (max-width: 690px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: calc(100% / 2 - 20px);
  }
}
@media (max-width: 550px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 12px 0px 12px 0;
  font-size: 1.4vw;
  height: 5vh;
  line-height: 1;
}
@media (min-width: 1800px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
    font-size: 24px;
  }
}
@media (max-width: 1250px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
    font-size: 18px;
  }
}
@media (max-width: 890px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
    font-size: 16px;
  }
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.ac_dropper {
  position: relative;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.ac_dropper label {
  pointer-events: none;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group.ac_dropper:after {
  content: "";
  position: absolute;
  z-index: 990;
  right: 0px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white;
  pointer-events: none;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit {
  width: 27%;
  float: right;
}
@media (max-width: 850px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit {
    width: 34%;
  }
}
@media (max-width: 690px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit {
    width: calc(100% - 20px);
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit {
    width: 100%;
    float: left;
  }
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr {
  float: left;
  display: block;
  width: 120px;
  height: 40px;
  margin: 0;
  position: relative;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox {
  width: 120px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr .checkmark {
  position: absolute;
  top: 1vh;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 890px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr .checkmark {
    height: 18px;
    width: 18px;
  }
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.4);
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox input:checked ~ .checkmark {
  background-color: white;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #410099;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 890px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mergeRow-gdpr label.checkbox .checkmark:after {
    left: 5px;
    top: 1px;
  }
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mce-responses {
  position: absolute;
  left: 0;
  bottom: -7px;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mce-responses a {
  color: white;
  opacity: 0.8;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit #mce-responses a:hover {
  opacity: 1;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll:after {
  content: "";
  height: 1px;
  background: transparent;
  display: block;
  clear: both;
}

/* 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_gradstories {
  position: relative;
  background: white;
  padding: 2vw 0 0 0;
}
@media (max-width: 550px) {
  .ac_gradstories {
    padding: 2vw 0 0 0;
  }
}
.ac_gradstories h2 {
  line-height: 0.95;
}
.ac_gradstories h2 small {
  background: transparent;
  color: transparent;
  margin-bottom: -2px;
}
.ac_gradstories h2 span {
  background: #410099;
  background: linear-gradient(0deg, #410099 0%, #410099 85%, rgba(65, 0, 153, 0) 85%);
  color: white;
  padding: 0.2em 0.2em 0 0.2em;
}
.ac_gradstories .col6 p {
  margin: 6vw 0 7vw 0;
  width: 80%;
  color: #410099;
}
.ac_gradstories .ac_block {
  padding-bottom: 160%;
}
@media (min-width: 750px) {
  .ac_gradstories .ac_block {
    padding-bottom: 90%;
  }
}
@media (min-width: 1090px) {
  .ac_gradstories .ac_block {
    padding-bottom: 45%;
  }
}

.ac_fees {
  position: relative;
}
.ac_fees p {
  width: 85%;
}
.ac_fees:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  width: 50%;
  background: #410099;
}
@media (max-width: 750px) {
  .ac_fees:after {
    height: 40px;
  }
}
.ac_fees .ac_block .ac_block_wrap {
  padding: 3vw;
  background: none;
}
.ac_fees .ac_block:first-of-type {
  background: white;
  color: black;
}
.ac_fees .ac_block:first-of-type h2 {
  line-height: 0.95;
  margin-bottom: 5vw;
}
.ac_fees .ac_block:first-of-type h2 small {
  background: transparent;
  color: transparent;
  margin-bottom: -2px;
}
.ac_fees .ac_block:first-of-type h2 span {
  background: #8969D3;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_fees .ac_block:nth-of-type(2) {
  background: #252b2b;
}
.ac_fees .ac_block:nth-of-type(2) h2 {
  line-height: 0.95;
  margin-bottom: 5vw;
}
.ac_fees .ac_block:nth-of-type(2) h2 small {
  background: transparent;
  color: transparent;
  margin-bottom: -2px;
}
.ac_fees .ac_block:nth-of-type(2) h2 span {
  background: #89D54E;
  background: linear-gradient(0deg, #ff4713 0%, #ff4713 85%, rgba(255, 71, 19, 0) 85%);
  color: white;
  padding: 0.2em 0.2em 0 0.2em;
}
.ac_fees .ac_button {
  background: #89D54E;
  color: white !important;
  mix-blend-mode: normal;
}
.ac_fees .ac_button:hover {
  opacity: 0.7;
  color: white !important;
}

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

.ac_thanks {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 10vw;
  background: white;
  overflow: hidden;
}
@media (max-width: 750px) {
  .ac_thanks {
    padding-top: 250px !important;
    padding-bottom: 50px;
  }
}
.ac_thanks video {
  position: absolute;
  top: -9vw;
  left: -1vw;
  width: 47%;
  height: auto;
}
@media (max-width: 750px) {
  .ac_thanks video {
    width: 70%;
  }
}
.ac_thanks:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #222A2C;
}
.ac_thanks h2 {
  width: 97%;
  font-size: 3vw;
}
@media (min-width: 1750px) {
  .ac_thanks h2 {
    font-size: calc(1750px / 100 * 3);
  }
}
@media (max-width: 1290px) {
  .ac_thanks h2 {
    font-size: calc(1290px / 100 * 3);
  }
}
@media (max-width: 590px) {
  .ac_thanks h2 {
    font-size: 26px;
  }
}
.ac_thanks h2 small {
  font-size: 0.5em;
}
@media (max-width: 590px) {
  .ac_thanks h2 small {
    font-size: 0.6em;
  }
}

.ac_partners {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background: #222A2C;
}
.ac_partners h2 {
  line-height: 0.95;
}
.ac_partners h2 small {
  background: #89D54E;
  color: black;
  margin-bottom: -2px;
}
.ac_partners h2 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
}
.ac_partners p {
  margin-bottom: 2vw;
}
.ac_partners p a {
  color: white;
  text-decoration: underline;
  text-decoration-color: #6f6f6f;
  transition: all 1s ease-in-out;
}
.ac_partners p a:hover {
  text-decoration-color: #ffffff;
}
.ac_partners p + a, .ac_partners p + a + a, .ac_partners p + a + a + a, .ac_partners p + a + a + a + a, .ac_partners p + a + a + a + a + a, .ac_partners p + a + a + a + a + a + a, .ac_partners p + a + a + a + a + a + a + a {
  width: 50%;
  float: left;
}
.ac_partners p + a img, .ac_partners p + a + a img, .ac_partners p + a + a + a img, .ac_partners p + a + a + a + a img, .ac_partners p + a + a + a + a + a img, .ac_partners p + a + a + a + a + a + a img, .ac_partners p + a + a + a + a + a + a + a img {
  width: 78%;
  height: auto;
}

.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 */
