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

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

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

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

.colbreak {
  clear: both;
}

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

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

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

.col12 {
  width: 100%;
}

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

#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: 2px solid #FF4713;
}

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

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

#share {
  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;
}

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

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

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

.edit, .status-Pending {
  background: #FF4713 !important;
  margin-left: 40px;
}

.iadt_burger span {
  height: 2px;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window .cc-message {
    margin: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-family: "Circular", helvetica, arial, sans-serif;
  }

  .cc-banner.cc-theme-edgeless .cc-btn {
    padding: 0.6em 1.8em;
    font-family: "Circular", helvetica, arial, sans-serif;
  }
}
#footer .cols4 p {
  margin-bottom: 20px;
}

#footer .list-social a:hover {
  background-color: white !important;
}
#footer #siteinfo .cols4 + .cols4 + .cols4 + .cols4 {
  float: right;
}
@media (max-width: 590px) {
  #footer #siteinfo .cols4 + .cols4 + .cols4 + .cols4 {
    float: left;
  }
}

/* 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: #FF4713;
}
@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;
}

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

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

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

h2 {
  font-size: 4vw;
}
@media (min-width: 1750px) {
  h2 {
    font-size: 84px;
  }
}
@media (max-width: 1490px) {
  h2 {
    font-size: 4.8vw;
  }
}
@media (max-width: 750px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 550px) {
  h2 {
    font-size: 36px;
  }
}

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

.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: #00d4ff;
  background: linear-gradient(0deg, #00d4ff 0%, #00d4ff 85%, rgba(9, 9, 121, 0) 85%);
}
.hilite small {
  font-family: Simplon;
  font-weight: normal;
  display: table;
  background: yellow;
  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.5em;
  }
}

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

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

.ac_top:before {
  background: #FF4713 !important;
}

.ac_intro {
  position: relative;
  background: #FF4713;
  padding-bottom: 90px !important;
}
@media (max-width: 1090px) {
  .ac_intro {
    padding-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .ac_intro {
    padding-bottom: 0px;
  }
}
.ac_intro:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #410099;
  display: none;
}
.ac_intro p {
  width: 79%;
  margin-top: 0;
  opacity: 1;
  transition: margin 0.75s ease, opacity 0.75s ease;
}
@media (min-width: 1800px) {
  .ac_intro p {
    max-width: 691px;
  }
}
@media (max-width: 1750px) {
  .ac_intro p {
    max-width: 650px;
  }
}
@media (max-width: 590px) {
  .ac_intro p {
    margin-left: 34px;
    width: 86%;
  }
}
@media (max-width: 490px) {
  .ac_intro p {
    margin-left: 20px;
    width: 81%;
    font-size: 16.5px;
  }
}
.ac_intro p.on {
  margin-top: 10px;
  opacity: 0;
}
@media (max-width: 1550px) {
  .ac_intro .grid_container {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 1350px) {
  .ac_intro .grid_container {
    width: calc(100vw - 100px);
  }
}
@media (max-width: 750px) {
  .ac_intro .grid_container {
    width: 100%;
  }
}
@media (min-width: 2000px) {
  .ac_intro .grid_container .col6:first-of-type {
    overflow: hidden;
  }
}
.ac_intro .ac_logo {
  margin-top: 20px;
  margin-left: -1vw;
  margin-bottom: 20px;
}
@media (min-width: 2000px) {
  .ac_intro .ac_logo {
    margin-left: -9px;
  }
}
@media (max-width: 990px) {
  .ac_intro .ac_logo {
    margin-left: -20px;
  }
}
@media (max-width: 590px) {
  .ac_intro .ac_logo {
    margin-left: 10px;
  }
}
.ac_intro .ac_logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6vw;
  height: 20vw;
  background: #FF4713;
  z-index: 9999;
}
@media (min-width: 1490px) {
  .ac_intro .ac_logo:before {
    width: 2.4vw;
  }
}
@media (min-width: 1590px) {
  .ac_intro .ac_logo:before {
    width: 2.3vw;
  }
}
@media (min-width: 1690px) {
  .ac_intro .ac_logo:before {
    width: 2vw;
  }
}
@media (min-width: 2000px) {
  .ac_intro .ac_logo:before {
    display: none;
  }
}
@media (max-width: 1390px) {
  .ac_intro .ac_logo:before {
    width: 3vw;
  }
}
@media (max-width: 1390px) {
  .ac_intro .ac_logo:before {
    width: 3.5vw;
  }
}
@media (max-width: 990px) {
  .ac_intro .ac_logo:before {
    width: 3.6vw;
    height: 25vw;
  }
}
@media (max-width: 750px) {
  .ac_intro .ac_logo:before {
    width: 12px;
    height: 240px;
  }
}
@media (max-width: 590px) {
  .ac_intro .ac_logo:before {
    width: 6.8vw;
    height: 207px;
  }
}
@media (max-width: 490px) {
  .ac_intro .ac_logo:before {
    width: 22px;
    height: 190px;
  }
}
.ac_intro .ac_logo h2 {
  position: relative;
  display: inline-block;
  background: #8969D3;
  color: white;
  padding: 0.05em 0.2em 0em 150px;
  line-height: 1.1em;
  height: 1.2em;
  margin-left: 0;
  right: 150px;
  opacity: 1;
  cursor: pointer;
  transition: right 5s cubic-bezier(0.23, 1, 0.32, 1), margin 1s ease, opacity 1s ease;
  font-size: 2.5vw;
}
@media (min-width: 1750px) {
  .ac_intro .ac_logo h2 {
    font-size: 43.75px;
    padding: 0.05em 0.2em 0em 350px;
    margin-left: -200px;
  }
}
@media (max-width: 990px) {
  .ac_intro .ac_logo h2 {
    font-size: 24.75px;
  }
}
@media (max-width: 750px) {
  .ac_intro .ac_logo h2 {
    right: 120px;
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  .ac_intro .ac_logo h2 {
    right: 135px;
    font-size: 24px;
  }
}
.ac_intro .ac_logo h2 + br + h2 {
  line-height: 0.9em;
  height: 1.1em;
  padding-top: 0;
}
.ac_intro .ac_logo h2 + br + h2 + br + h2 {
  background: white;
  color: black;
  line-height: 1.1em;
  height: 1.1em;
  font-size: 2.5vw;
}
@media (min-width: 1750px) {
  .ac_intro .ac_logo h2 + br + h2 + br + h2 {
    font-size: 43.75px;
  }
}
@media (max-width: 990px) {
  .ac_intro .ac_logo h2 + br + h2 + br + h2 {
    font-size: 24.75px;
  }
}
@media (max-width: 750px) {
  .ac_intro .ac_logo h2 + br + h2 + br + h2 {
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  .ac_intro .ac_logo h2 + br + h2 + br + h2 {
    font-size: 24px;
  }
}
.ac_intro .ac_logo h2 + br + h2 + br + h2 + br + h2 {
  line-height: 0.9em;
}
.ac_intro .ac_logo h2 + br + h2 + br + h2 + br + h2 + br + h2 + br + h2 {
  transition: right 5s cubic-bezier(0.23, 1, 0.32, 1), margin 2s ease, opacity 1s ease;
}
@media (min-width: 1090px) {
  .ac_intro .ac_logo h2:hover {
    right: 75px;
    transition: right 1s cubic-bezier(0.23, 1, 0.32, 1), margin 1s ease, opacity 1s ease;
  }
}
.ac_intro .ac_logo.on h2 {
  opacity: 0;
}
.ac_intro .ac_logo.on h2:first-of-type {
  margin-left: -400px;
}
.ac_intro .ac_logo.on h2 + br + h2 {
  margin-left: -700px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 {
  margin-left: -400px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 + br + h2 {
  margin-left: -700px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 + br + h2 + br + h2 {
  margin-left: -1000px;
}
.ac_intro .ac_logo.on h2 + br + h2 + br + h2 + br + h2 + br + h2 + br + h2 {
  margin-left: -900px;
}
.ac_intro .ac_logo .main img {
  width: 25%;
  height: 100%;
  transition: width 2s ease;
}
.ac_intro .ac_logo .main img:hover {
  width: 50%;
  transition: width 0.5s ease;
}
.ac_intro h2 {
  margin-left: -3.5em;
  font-size: 3vw;
  line-height: 1.1;
}
.ac_intro h2 span:first-of-type {
  background: #8969D3;
  color: white;
}
.ac_intro h2 span {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 85%);
  color: black;
  padding: 0px 0.2em 0 3em;
}
@media (max-width: 750px) {
  .ac_intro h2 {
    font-size: 28px;
    margin-left: -20px;
  }
}
@media (max-width: 550px) {
  .ac_intro h2 {
    font-size: 28px;
    margin-left: -70px;
  }
}
.ac_intro h3 {
  display: none;
  color: white;
  margin-bottom: 5px;
}
.ac_intro .ac_down {
  position: absolute;
  z-index: 100;
  right: 30px;
  top: -5vw;
  width: 58px;
  padding: 22px;
  outline: none !important;
  margin-top: 0;
  opacity: 1;
  transition: margin 0.75s ease, opacity 0.75s ease;
}
@media (max-width: 1490px) {
  .ac_intro .ac_down {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 1350px) {
  .ac_intro .ac_down {
    top: -70px;
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1050px) {
  .ac_intro .ac_down {
    top: -50px;
  }
}
@media (max-width: 750px) {
  .ac_intro .ac_down {
    width: 52px;
    height: 52px;
    right: 5px;
    top: -50px;
  }
}
@media (max-width: 550px) {
  .ac_intro .ac_down {
    top: -50px;
  }
}
.ac_intro .ac_down.on {
  opacity: 0;
  margin-top: -30px;
}
.ac_intro .col6 {
  padding-bottom: 0;
}
.ac_intro .col6 + .col6 {
  padding-left: 0;
}

.ac_content {
  position: relative;
}
.ac_content:before {
  content: " ";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: auto;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #410099;
}
@media (max-width: 1090px) {
  .ac_content:before {
    display: none;
  }
}
.ac_content .ac_play_grid {
  display: block;
  position: absolute;
  z-index: 2;
  top: 42%;
  left: 42%;
  width: 16%;
  height: 16%;
  outline: none !important;
}
@media (max-width: 750px) {
  .ac_content .ac_play_grid {
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
  }
}

.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: 550px) {
  .ac_block h2, .ac_block h3 {
    font-size: 30px !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: 70%;
}
@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%;
}
@media (max-width: 1090px) {
  .ac_block.square {
    width: 66%;
    width: 66.6666666667%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@media (max-width: 750px) {
  .ac_block.square {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 550px) {
  .ac_block.square {
    width: 100%;
    padding-bottom: 100%;
  }
}
.ac_block.square .ac_blocklink {
  background-color: transparent !important;
  cursor: pointer;
}
.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.quart {
  width: 25%;
  padding-bottom: 50%;
}
@media (max-width: 1090px) {
  .ac_block.quart {
    width: 66%;
    width: 66.6666666667%;
    padding-bottom: 66%;
    padding-bottom: 66.6666666667%;
  }
}
@media (max-width: 750px) {
  .ac_block.quart {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 550px) {
  .ac_block.quart {
    width: 100%;
    padding-bottom: 100%;
  }
}
.ac_block.quart .ac_block_wrap .ac_block_img {
  height: 100%;
  width: 100%;
  background-color: #8969D3;
}
.ac_block.quart .ac_block_wrap .ac_block_img:after {
  display: none;
}
.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: #FF4713;
  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: #FF4713;
}
.ac_block.ac_orange .ac_block_wrap {
  background: #FF4713;
}
.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: #FF4713;
}
.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.color_shift {
  background: #9d6fd3;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap {
  background: #9d6fd3;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_cont p {
  color: black;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_cont h3 small {
  background: #580199 !important;
  color: white !important;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_img:after {
  background: #9d6fd3;
}
.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: #FF4713;
  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_lightpurple.color_shift {
  background: #9d6fd3;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap {
  background: #9d6fd3;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_cont p {
  color: black;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_cont h3 small {
  background: #580199 !important;
  color: white !important;
}
.ac_block.ac_lightpurple.color_shift .ac_block_wrap .ac_block_img:after {
  background: #9d6fd3;
}
.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: #FF4713 !important;
  color: black !important;
}
.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_dubh.color_shift {
  background: #410099;
}
.ac_block.ac_dubh.color_shift .ac_block_wrap {
  background: #410099;
}
.ac_block.ac_dubh.color_shift .ac_block_wrap .ac_block_cont p {
  color: rgba(255, 255, 255, 0.8);
}
.ac_block.ac_dubh.color_shift .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_dubh.color_shift .ac_block_wrap .ac_block_cont h3 small {
  background: black !important;
  color: white !important;
}
.ac_block.ac_dubh.color_shift .ac_block_wrap .ac_block_img:after {
  background: #410099;
}
.ac_block.ac_dubh a.ac_blocklink {
  background: #410099;
}
.ac_block.ac_dubh .ac_block_wrap {
  background: #410099;
}
.ac_block.ac_dubh .ac_block_wrap .ac_block_cont p {
  color: #dedede;
}
.ac_block.ac_dubh .ac_block_wrap .ac_block_cont h2 small, .ac_block.ac_dubh .ac_block_wrap .ac_block_cont h3 small {
  background: #FF4713;
  color: black;
}
.ac_block.ac_dubh .ac_block_wrap .ac_block_cont h2 span, .ac_block.ac_dubh .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_dubh .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: #FF4713 !important;
  color: white !important;
}
.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 !important;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%) !important;
  color: white !important;
}
.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: 50%;
  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: #252b2b;
  padding: 2vw 0 2vw 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: #410099;
}

.ac_qandas h2 small {
  background: #FF4713;
  color: white;
}

.ac_qandas h2 span {
  background: #8969D3;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}

@media (max-width: 750px) {
  .ac_qandas .col6.colbreak {
    padding-top: 40px;
  }
}
.ac_qandas .col6.colbreak p {
  margin: 2vw 0 7vw 0;
  width: 80%;
}

@media (max-width: 550px) {
  .ac_qandas .col6.colbreak p {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .ac_qandas .col6 {
    padding-left: 15px;
  }
}
.ac_qandas .col6 p {
  margin: 2vw 0 7vw 0;
  width: 80%;
}

@media (max-width: 550px) {
  .ac_qandas .col6 p {
    width: 90%;
  }
}
.ac_qandas:after {
  display: none;
}

.ac_courses {
  position: relative;
  background: white;
  padding: 4vw 0 7vw 0;
}
@media (max-width: 550px) {
  .ac_courses {
    padding: 4vw 0 50px 0;
  }
}
.ac_courses:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 4vw;
  max-height: 80px;
  width: 50%;
  background: #410099;
}
@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 h2 small {
  background: #FF4713;
  color: white;
}
.ac_courses h2 span {
  background: #410099;
  background: linear-gradient(0deg, #410099 0%, #410099 85%, rgba(65, 0, 153, 0) 85%);
  color: white;
}
.ac_courses .ac_courselist {
  position: relative;
  padding: 0;
  margin: 1.2vw 0 0 0;
  list-style: none;
}
.ac_courses .ac_courselist:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 1px;
  width: 100%;
  width: calc(100% - 20px);
  background: #ced3d5;
}
@media (max-width: 750px) {
  .ac_courses .ac_courselist:before {
    width: 100%;
  }
}
.ac_courses .ac_courselist li {
  position: relative;
  list-style: none;
  display: block;
  margin: 0;
  margin-left: -20px;
  width: calc(100% + 20px);
  padding: 0 0 0 20px;
  margin-top: -1px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  transition: background 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 750px) {
  .ac_courses .ac_courselist li {
    width: calc(100% + 40px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li {
    margin-left: -15px;
    width: calc(100% + 30px);
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover {
    background: #C0C7C9;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover h4 {
    color: white;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover svg polygon {
    fill: #ffffff;
  }
}
.ac_courses .ac_courselist li h4 {
  padding: 1.3vw 0 1.3vw 0px;
  position: relative;
  color: #A6AFB2;
  cursor: pointer;
  transition: color 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li h4 {
    padding: 24px 0 24px 0px;
  }
}
@media (max-width: 1250px) {
  .ac_courses .ac_courselist li h4 {
    font-size: 28px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li h4 {
    padding: 15px 0 15px 0px;
  }
}
.ac_courses .ac_courselist li svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1.5vw;
  width: 10px;
  height: 10px;
  width: 0.75vw;
  height: 0.75vw;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
@media (min-width: 1750px) {
  .ac_courses .ac_courselist li svg {
    right: 25px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li svg {
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -3px;
  }
}
.ac_courses .ac_courselist li svg polygon {
  transition: fill 0.4s ease;
  fill: #000000;
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover {
    background: #C0C7C9;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover h4 {
    color: white;
  }
}
@media (min-width: 1090px) {
  .ac_courses .ac_courselist li:hover svg polygon {
    fill: #ffffff;
  }
}
.ac_courses .ac_courselist li .cont {
  position: relative;
  overflow: hidden;
  height: 0;
  top: 0px;
  opacity: 0;
  transition: 1s opacity ease, 0.75s top ease;
}
.ac_courses .ac_courselist li .cont p {
  width: 75%;
  margin-top: 1vh;
  margin-bottom: 3vh;
  line-height: 1.3;
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li .cont p {
    font-size: 16px;
    width: 60%;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li .cont p {
    width: 85%;
  }
}
.ac_courses .ac_courselist li .cont:after {
  content: "";
  height: 3vh;
  background: transparent;
  display: block;
  clear: both;
}
.ac_courses .ac_courselist li .cont .item-course {
  padding-top: 0;
  border-top: none;
  width: 43%;
  left: -10px;
  margin: 0 10px 0 10px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
@media (max-width: 1650px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1190px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 70%;
  }
}
@media (max-width: 1090px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: calc(100% - 20px);
  }
}
@media (max-width: 950px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 90%;
  }
}
@media (max-width: 890px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 43%;
    width: calc(50% - 20px);
  }
}
@media (max-width: 490px) {
  .ac_courses .ac_courselist li .cont .item-course {
    width: 100%;
    width: calc(100% - 15px);
  }
}
.ac_courses .ac_courselist li .cont .item-course .module {
  max-height: none;
  height: 22vh;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1590px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 19vh;
  }
}
@media (max-width: 1290px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 17vh;
  }
}
@media (max-width: 1190px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 21vh;
  }
}
@media (max-width: 790px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 17vh;
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li .cont .item-course .module {
    height: 200px;
  }
}
.ac_courses .ac_courselist li .cont .item-course .module.has-label .plus {
  background-color: white;
}
.ac_courses .ac_courselist li .cont .item-course .module.has-label .plus i {
  background-image: url(https://www.iadt.ie/interface/img/generic/plus.png);
}
.ac_courses .ac_courselist li.on {
  background: #C0C7C9;
}
.ac_courses .ac_courselist li.on h4 {
  color: white;
}
.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;
}
.ac_courses .ac_courselist li.on .cont {
  height: auto;
  top: 7px;
  opacity: 1;
}
.ac_courses .ac_courselist 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_courselist li:after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 550px) {
  .ac_courses .ac_courselist li:after {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.ac_contact {
  background: #410099;
  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: #FF4713;
  color: #410099;
}
.ac_contact h2 span {
  background: #8969D3;
  background: linear-gradient(0deg, #8969d3 0%, #8969d3 85%, rgba(137, 105, 211, 0) 85%);
  color: white;
}
.ac_contact p {
  margin-top: 5vh;
  margin-bottom: 5vh;
  width: 75%;
}
@media (max-width: 1350px) {
  .ac_contact p {
    width: 79%;
    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-top: 40px;
  margin-bottom: 20px;
}
@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 a {
  background: none;
  opacity: 0.5;
}
.ac_contact .list-social li a:hover {
  opacity: 1;
  background: none;
}
.ac_contact p.optin {
  width: 32%;
  padding-right: 4%;
  float: right;
  margin-top: 4vh;
  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: 32%;
  margin-right: 1.5vw;
}
@media (max-width: 850px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: 29%;
    margin-right: 20px;
  }
}
@media (max-width: 690px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: calc(50% - 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 input[type=text], .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=email] {
  width: 100%;
  padding: 12px 0px 12px 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  background: none;
  width: 100%;
  color: white;
  font-family: "Circular", helvetica, arial, sans-serif;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid white;
  font-size: 1.4vw;
  height: 5vh;
  line-height: 1;
  transition: 0.7s background-color ease;
}
@media (min-width: 1800px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=text], .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=email] {
    font-size: 24px;
  }
}
@media (max-width: 890px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=text], .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=email] {
    font-size: 16px;
    border-bottom: 1px solid white;
    height: auto;
    line-height: 1;
  }
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=text]:active, .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=text]:focus, .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=text].mc_inputactive, .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=email]:active, .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=email]:focus, .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input[type=email].mc_inputactive {
  background: #410099;
}
.ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit {
  width: 32%;
  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 input[type=submit] {
  width: 45%;
  border-radius: 0;
  background-color: white;
  font-family: "Circular", helvetica, arial, sans-serif;
  padding: 0.9vw 0 0.9vw 0;
  line-height: 0.9;
  color: #410099;
  font-size: 1.4vw;
  margin-top: -5px;
  margin-right: 20px;
}
@media (min-width: 1690px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit input[type=submit] {
    font-size: 22px;
  }
}
@media (max-width: 890px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit input[type=submit] {
    font-size: 16px;
    padding: 10px 0 10px 0;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  .ac_contact #mc_embed_signup #mc_embed_signup_scroll .mc-submit input[type=submit] {
    width: 34%;
  }
}
.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);
  }
}

.future_title {
  position: absolute;
  left: 400px;
}

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

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}

.pubble-sb-clientbgcolor {
  background: #00deae !important;
}

.pubble-sb-logo {
  background-image: url(/content/files/ask_text_iadt.png) !important;
}

button:focus, button:hover {
  background: transparent;
}

.st0 {
  fill: #FFFFFF !important;
}

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