@charset "UTF-8";
/*
Theme Name: ucd
Theme URI: https://webbiz.ie
Author: Jason Morton
Author URI: https://webbiz.ie
Description: UCD project theme
Version: 1.0.0
Text Domain: cd
*/
@import url(./bower_components/aos/dist/aos.css);
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
form * {
  border-radius: 0;
}
form ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
form ul li.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
form input, form textarea, form select {
  border: 2px solid #000000;
  border-radius: 0;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 3rem;
  outline: none;
  padding: 1.5rem 2rem;
  text-transform: none;
  width: 100%;
}
@media (min-width: 992px) {
  form input, form textarea, form select {
    line-height: 1.5rem;
    padding: 3rem 2rem;
  }
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #EDEDED;
}
form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
  color: #EDEDED;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: #EDEDED;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #EDEDED;
}
form input:focus, form textarea:focus, form select:focus {
  border: 2px solid #000000;
}
form input[type=submit] {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  text-align: left;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
form input[type=submit]:hover, form input[type=submit]:focus {
  background: #ffffff;
  color: #000000;
}
form input[type=submit].icon-button {
  border: none;
}
form input[type="checkbox"] {
  width: 20px;
}
form input[type="range"] {
  border: none;
  padding: 3rem 0;
}
form input[type="range"]:focus {
  border: none;
}
form input[aria-invalid='true'] {
  border-color: red;
}
form input[aria-invalid='false'] {
  border-color: #000000;
}
form textarea {
  height: auto;
  min-height: 200px;
  line-height: 2.5rem;
  min-height: 200px;
}
form textarea[aria-invalid='true'] {
  border-color: red;
}
form textarea[aria-invalid='false'] {
  border-color: #000000;
}
form select {
  -webkit-appearance: none;
}
form label.gfield_label {
  display: none;
}
form .slider {
  display: block;
  position: relative;
}
form .slider .\__value {
  right: 0;
  position: absolute;
  top: 0;
}
form .slider .\__value.\--budget:before {
  content: '€';
}
form .slider .\__value.\--budget.\--plus:after {
  content: '+';
}
form .slider .\__value.\--timeline:after {
  content: ' Weeks';
}
form .slider .\__value.\--timeline.\--plus:after {
  content: ' Weeks+';
}
form .validation_message {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #3d9dd6;
  color: #737373;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 0;
}
body.home {
  -webkit-animation: fadeIn 2.5s;
          animation: fadeIn 2.5s;
}

.site {
  background: #ffffff;
}

h1 {
  color: #014D7B;
  font-size: 4rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

h2 {
  color: #014D7B;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

h3 {
  color: #014D7B;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

h4 {
  color: #014D7B;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

h5 {
  color: #014D7B;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

h6 {
  color: #014D7B;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
}

h3 {
  font-weight: 300;
}

p {
  color: #737373;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}

a {
  color: inherit;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
a:hover, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

blockquote {
  border: none;
}

img {
  height: auto;
  width: 100%;
}

.border {
  border-right: 0.3rem solid #ffffff;
  border-bottom: 0.3rem solid #ffffff;
  z-index: 2;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.border:hover, .border:focus {
  border-right: 0.3rem solid #000000;
  border-bottom: 0.3rem solid #000000;
}

.acf-map {
  height: 300px;
}

.icon {
  color: inherit;
}

.wb-flex {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wb-flex li {
  list-style-type: none !important;
}
.wb-flex.\--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wb-flex.\--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wb-flex.\--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.wb-flex.\--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wb-flex.\--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wb-flex.\--error-404 {
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .wb-flex.\--error-404 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wb-flex.\--error-404 li {
  text-align: left;
}
@media (min-width: 0px) and (max-width: 992px) {
  .wb-flex.\--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wb-flex.\--mobile li {
    margin-bottom: 1;
  }
}
.wb-flex.\--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 992px) {
  .wb-flex.\--mob-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wb-overlay {
  position: relative;
}
.wb-overlay:before {
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
}

.wb-center-img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wb-center-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wb-center-img.\__md {
  height: auto;
  width: 100%;
}
.wb-center-img.\__sm {
  height: 100%;
  width: auto;
}

.min-section-height {
  min-height: 450px;
  height: auto;
}

.text.\--normal {
  text-transform: none;
}

.icon.\--sm {
  font-size: 3rem;
}
.icon.\--md {
  font-size: 5rem;
}
.icon.\--lg {
  font-size: 7rem;
}

.bg-darkblue {
  background: #014D7B;
  color: #ffffff;
}
.bg-darkblue h1 {
  color: #ffffff;
}
.bg-darkblue h2 {
  color: #ffffff;
}
.bg-darkblue h3 {
  color: #ffffff;
}
.bg-darkblue h4 {
  color: #ffffff;
}
.bg-darkblue h5 {
  color: #ffffff;
}
.bg-darkblue h6 {
  color: #ffffff;
}

.bg-grey {
  background: #EDEDED;
}

.bg-white {
  background: #ffffff;
}

.spacing-lg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.spacing-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.spacing-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.grayscale:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.icons {
  width: 200px;
  padding-bottom: 20px;
}

.blue {
  color: #014D7B;
  padding-top: 30px;
  padding-bottom: 60px;
}
.blue .icons {
  max-width: 100px;
}

.darkblue {
  color: #014D7B;
}

.lightblue {
  color: #3d9dd6;
}

.grey {
  margin-top: 30px;
  color: #737373;
}

.floating-hr {
  width: 150px;
}

@font-face {
  font-family: "ucd";
  src: url("fonts/ucd.eot");
  src: url("fonts/ucd.eot?#iefix") format("embedded-opentype"), url("fonts/ucd.woff") format("woff"), url("fonts/ucd.ttf") format("truetype"), url("fonts/ucd.svg#ucd") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "ucd" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ucd" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-business:before {
  content: "\61";
}

.icon-business-plan:before {
  content: "\62";
}

.icon-clients:before {
  content: "\63";
}

.icon-close-menu:before {
  content: "\64";
}

.icon-economic-impact:before {
  content: "\65";
}

.icon-envelope-square:before {
  content: "\66";
}

.icon-event-management:before {
  content: "\67";
}

.icon-hamburger-menu:before {
  content: "\68";
}

.icon-logo-symbol:before {
  content: "\69";
}

.icon-market-feasibility:before {
  content: "\6a";
}

.icon-marketing-challenges:before {
  content: "\6b";
}

.icon-marketing-strategy:before {
  content: "\6c";
}

.icon-marketing-strategy-development:before {
  content: "\6d";
}

.icon-non-business:before {
  content: "\6e";
}

.icon-operate-advisors:before {
  content: "\6f";
}

.icon-phone-square:before {
  content: "\70";
}

.icon-play:before {
  content: "\71";
}

.icon-providers:before {
  content: "\72";
}

.icon-qualitative-market:before {
  content: "\73";
}

.icon-social-media:before {
  content: "\74";
}

.icon-students:before {
  content: "\75";
}

.icon-students-applying:before {
  content: "\76";
}

.icon-video-play:before {
  content: "\77";
}

.site-header {
  background: #ffffff;
}
.site-header .\__wrapper {
  height: 100px;
}
.site-header .\__wrapper .\__logo .\__img {
  width: 100%;
  max-width: 225px;
}
.site-header .\__wrapper .\__logo .\__link {
  border-bottom: none;
  text-decoration: none;
}

.primary-menu .menu-item {
  padding: 15px 30px;
}
.primary-menu .menu-item:last-child {
  margin-left: 30px;
}
.primary-menu .menu-item:last-child a:after {
  display: none;
}
.primary-menu .menu-item a {
  border-bottom: none;
  color: #555555;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}
.primary-menu .menu-item a:after {
  background: #6f6f6f;
  display: block;
  content: '';
  height: 2px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  width: 100%;
}
.primary-menu .menu-item a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.primary-menu .menu-item.current_page_item a:after {
  background: #6f6f6f;
  display: block;
  content: '';
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  width: 100%;
}

.mobile-menu-container {
  background: #014D7B;
  display: none;
}
.mobile-menu-container .menu-item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.mobile-menu-container .menu-item.ucd-btn.\--yellow {
  background: #eabd1c;
  color: #000000;
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.mobile-menu-container .menu-item a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
}
.mobile-menu-container .menu-item.current_page_item {
  background-color: #3d9dd6;
}

.ucd-btn {
  min-width: 160px;
  padding: 15px 40px;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.ucd-btn a {
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.ucd-btn.\--yellow {
  background: #eabd1c;
  color: #ffffff;
}
.ucd-btn.\--yellow:hover {
  background: #3d9dd6;
  color: #ffffff;
}
.ucd-btn.\--yellow:hover a {
  color: #ffffff;
}
.ucd-btn.\--darkblue {
  background: #014D7B;
  color: #ffffff;
}
.ucd-btn.\--darkblue:hover {
  background: #3d9dd6;
  color: #ffffff;
}
.ucd-btn.\--darkblue:hover a {
  color: #ffffff;
}

.mobile-menu-btn {
  background: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.mobile-menu-btn:focus {
  outline: none;
}
.mobile-menu-btn span {
  background-color: #014D7B;
  border-radius: 30px;
  display: block;
  position: absolute;
  height: 4px;
  left: 0px;
  right: 0px;
  top: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mobile-menu-btn span:before, .mobile-menu-btn span:after {
  background-color: #014D7B;
  border-radius: 30px;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mobile-menu-btn span:before {
  top: -12px;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.mobile-menu-btn span:after {
  bottom: -12px;
  -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: bottom 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: bottom 0.3s 0.3s, transform 0.3s 0s;
  transition: bottom 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.mobile-menu-btn.\--active-X span {
  background-color: #ffffff;
}
.mobile-menu-btn.\--active-X span:before, .mobile-menu-btn.\--active-X span:after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
.mobile-menu-btn.\--active-X span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-btn.\--active-X span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.site-footer .site-info .\__copywrite,
.site-footer .site-info .\__social {
  font-size: 1.6rem;
  font-weight: 700;
}
.site-footer .site-info .\__copywrite a i,
.site-footer .site-info .\__social a i {
  font-size: 2.5rem;
  padding-right: 1rem;
  vertical-align: middle;
}
.site-footer .site-info .\__copywrite {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer .site-info .\__copywrite {
    width: 40%;
  }
}
.site-footer .site-info .\__logo {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .site-footer .site-info .\__logo {
    width: 22%;
  }
}
.site-footer .site-info .\__logo img {
  max-height: 90px;
  width: auto;
}
.site-footer .site-info .\__social {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footer .site-info .\__social {
    width: 38%;
  }
}

.intro {
  background: #014D7B;
  color: #ffffff;
  margin-top: 100px;
}
.intro h1 {
  color: #ffffff;
}
.intro h2 {
  color: #ffffff;
}
.intro h3 {
  color: #ffffff;
}
.intro h4 {
  color: #ffffff;
}
.intro h5 {
  color: #ffffff;
}
.intro h6 {
  color: #ffffff;
}
.intro.\--video {
  height: auto;
  position: relative;
  overflow: hidden;
}
.intro.\--video .\__overlay {
  overflow: hidden;
}
.intro.\--video .\__overlay:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.intro.\--video .\__vid {
  height: auto;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .intro.\--video .\__vid {
    height: 450px;
    width: auto;
  }
}
.intro.\--video .\__content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.intro.\--video .\__play {
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  margin-top: 30px;
  padding: 17px 18px 17px 20px;
}
.intro.\--title {
  height: 200px;
  min-height: 200px;
}
@media (min-width: 768px) {
  .intro.\--title {
    height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 922px) {
  .intro.\--title {
    height: 400px;
    min-height: 400px;
  }
}

.overlay:before {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.split-view {
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.split-view .\__view {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.split-view .\__view h1 {
  color: rgba(255, 255, 255, 0.5);
}
.split-view .\__view h2 {
  color: rgba(255, 255, 255, 0.5);
}
.split-view .\__view h3 {
  color: rgba(255, 255, 255, 0.5);
}
.split-view .\__view h4 {
  color: rgba(255, 255, 255, 0.5);
}
.split-view .\__view h5 {
  color: rgba(255, 255, 255, 0.5);
}
.split-view .\__view h6 {
  color: rgba(255, 255, 255, 0.5);
}
.split-view .\__view.\--active {
  color: #ffffff;
}
.split-view .\__view.\--active h1 {
  color: #ffffff;
}
.split-view .\__view.\--active h2 {
  color: #ffffff;
}
.split-view .\__view.\--active h3 {
  color: #ffffff;
}
.split-view .\__view.\--active h4 {
  color: #ffffff;
}
.split-view .\__view.\--active h5 {
  color: #ffffff;
}
.split-view .\__view.\--active h6 {
  color: #ffffff;
}
.split-view .\__view.\--border {
  border-right: 2px solid #ffffff;
}
.split-view .\__view .\__icon {
  font-size: 14rem;
  height: 0;
  line-height: 0;
}
.split-view.\--right {
  background: #3d9dd6;
}
.split-view .arrow {
  bottom: 0;
  position: absolute;
  left: 29.5vw;
  -webkit-transition: left 0.5s cubic-bezier(0.35, -0.3, 0.75, 1.3);
  transition: left 0.5s cubic-bezier(0.35, -0.3, 0.75, 1.3);
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
}
.split-view .arrow.\--right {
  left: 69.5vw;
}

.logos {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.logos .logos-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 300px;
}
.logos.\--hidden {
  opacity: 0;
}
.logos.\--hidden.clients {
  top: 0;
}
.logos.clients {
  top: -130px;
  height: 0;
}
.logos.students {
  height: 125px;
}
.logos .logo-slider {
  outline: none;
}
.logos .logo-slider .logo-slide {
  outline: none;
}

.sign-up {
  position: relative;
}
.sign-up .\__form {
  position: relative;
}
.sign-up .\__form .\__input {
  margin-top: 5rem;
  position: relative;
}
.sign-up .\__form .\__input .\__email,
.sign-up .\__form .\__input .\__submit {
  border: none;
  top: 0;
  text-transform: uppercase;
  position: absolute;
  height: 83px;
}
.sign-up .\__form .\__input .\__email {
  left: 0;
  width: 76%;
  padding: 25px 20px;
  outline: 2px solid transparent;
  -webkit-transition: outline 0.3s;
  transition: outline 0.3s;
}
.sign-up .\__form .\__input .\__email::-webkit-input-placeholder {
  color: #EDEDED;
}
.sign-up .\__form .\__input .\__email:-moz-placeholder {
  color: #EDEDED;
}
.sign-up .\__form .\__input .\__email::-moz-placeholder {
  color: #EDEDED;
}
.sign-up .\__form .\__input .\__email:-ms-input-placeholder {
  color: #EDEDED;
}
.sign-up .\__form .\__input .\__email:focus {
  outline: 2px solid #3d9dd6;
}
.sign-up .\__form .\__input .\__submit {
  right: 0;
}
.sign-up .\__form .\__input .\__submit .\__button {
  background: #014D7B;
  border: none;
  color: #ffffff;
  height: 83px;
  padding: 29.5px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sign-up .\__form .\__input .\__submit .\__button:hover {
  background: #3d9dd6;
  color: #ffffff;
}
.sign-up .\__title {
  font-weight: 300;
}

.slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  margin: 0;
  width: 100%;
}
.slick-dots li button {
  background: #d8d8d8;
  box-shadow: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  width: 15px;
  height: 15px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #3d9dd6;
}

.benefits .\__benefit {
  padding-bottom: 40px;
}
.benefits .\__benefit:nth-last-of-type(-n+3) {
  padding-bottom: 0;
}
.benefits .\__benefit img {
  max-width: 150px;
  padding-bottom: 20px;
}

.videos .\__title {
  padding-bottom: 30px;
}
.videos .\__video {
  position: relative;
  padding-bottom: 20px;
}
.videos .\__video.\--light a:before {
  background: rgba(61, 157, 214, 0.8);
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.videos .\__video.\--dark a:before {
  background: rgba(1, 77, 123, 0.8);
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.videos .\__video .vid-pop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.videos .\__video .vid-pop:after {
  background: #ffffff;
  content: '\f04b';
  color: #014D7B;
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 4rem;
  left: calc(50% - 3rem);
  padding: 13px 22px 13px 32px;
  border-radius: 50%;
}
