@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Oxygen:300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url("https://fonts.googleapis.com/css?family=Alice|Caladea|Frank+Ruhl+Libre|Ibarra+Real+Nova|Libre+Baskerville|Lusitana&display=swap");
@import url("defaults.css");
/*////////////////////// HTML //////////////////////*/
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px; }

body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  line-height: 1.6rem;
  color: #666; }

img {
  margin: auto; }

/*////////////////////// H TAGS SCALED TO MAJOR THIRD //////////////////////*/
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Frank Ruhl Libre", sans-serif; }

h1 {
  font-size: 3rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  line-height: 3.4rem; }

h1 span {
  text-transform: lowercase; }

h2 {
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
  line-height: 2.4rem; }

h3 {
  font-size: 1.8rem;
  text-transform: capitalize;
  margin-bottom: 0.8rem;
  line-height: 2.2rem; }

h4 {
  font-size: 1.4rem;
  text-transform: none;
  margin-bottom: 2rem;
  line-height: 1.8rem;
  font-family: "Open Sans", sans-serif; }

h5 {
  font-size: 1rem;
  text-transform: capitalize;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.25rem;
  text-transform: none;
  margin-bottom: 1rem;
  line-height: 1.45rem;
  font-family: "Open Sans", sans-serif; }

a {
  color: #283583;
  text-decoration: none; }

a:hover {
  color: #283583;
  text-decoration: underline; }

p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8rem; }

strong {
  color: #000; }

.small_p p {
  font-size: 1rem; }

blockquote {
  padding: 2rem 1rem;
  margin-left: 2rem;
  margin-bottom: 1.5rem;
  background: #f6f6f6;
  border-left: 3px solid #283583;
  font-size: 1.1rem;
  font-style: italic; }

span.bad {
  color: #C13E4D; }

span.good {
  color: #55B778; }

form p {
  margin-bottom: 1rem; }

form .l {
  padding-left: 0; }

form .r {
  padding-right: 0; }

form .fileUpload {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  -moz-user-select: none;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0.85rem 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #fff;
  border-bottom: 2px solid #fff; }

form .fileUpload:hover {
  color: #222;
  border-color: #222; }

form .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

button, .btn_link, input[type='submit'] {
  border: 1px solid #283583;
  background-color: #283583;
  padding: 0.5rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem; }

button:hover, button:focus, .btn_link:hover, input[type='submit']:hover, .btn_link:focus, input[type='submit']:focus {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #283583; }

.btn_link.invert, input.invert[type='submit'] {
  border: 1px solid #283583;
  background: none;
  padding: 0.5rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #283583;
  display: inline-block;
  margin-bottom: 1.5rem;
  border-radius: 0.25rem; }

.btn_link.invert:hover, input.invert[type='submit']:hover {
  background-color: #283583;
  text-decoration: none;
  color: #fff; }

input[type='submit'] {
  background: #283583;
  box-shadow: none;
  padding: 0.85rem 1.65rem;
  font-size: 1.1rem;
  text-shadow: none;
  line-height: inherit;
  color: #fff; }

input[type='submit']:hover {
  background: none; }

label {
  font-size: 1.1rem; }

.btn_link.cta, input.cta[type='submit'] {
  padding: 1rem 2rem;
  background: #dd3333;
  border: 1px solid rgba(255, 255, 255, 0.6); }

.btn_link.cta:hover, input.cta[type='submit']:hover {
  background: #bd2020;
  color: #fff; }

/*////////////////////// STRUCTURE //////////////////////*/
/* you can interchange the markup to wrap the entire site */
/* or keep it in 100% sections - header, jumbo, footer etc*/
.full_width {
  float: left;
  width: 100%; }

.site_auto {
  margin: auto;
  max-width: 1100px; }

#slider {
  height: 320px; }

#slider .btn_link, #slider input[type='submit'] {
  padding: 1rem 2rem;
  background: #dd3333;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0; }

#slider .btn_link:hover, #slider input[type='submit']:hover {
  background: #bd2020;
  color: #fff; }

#slider .slide {
  height: 320px;
  background-position: left center !important;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: top center;
  color: #fff;
  outline: 0; }

#slider .slide .slide-content {
  position: absolute;
  bottom: 60px; }

#slider .slide .slide-content h1 {
  color: #fff;
  line-height: 3.6rem;
  margin-bottom: 2rem; }

#slider .slide .slide-content .level {
  background: #1eb995;
  width: auto;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 1rem; }

#slider .slide .slide-content p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2rem; }

#slider .slide .slide-content .incubator-space {
  height: 52px;
  display: block; }

.home-slider .slide .slide-content {
  max-width: 1100px; }

.home-slider .slide .slide-content h1 {
  color: #fff;
  margin-bottom: 0.5rem !important;
  line-height: 4rem;
  font-size: 3.6rem; }

@media screen and (max-width: 1170px) {
  #slider .slide .slide-content {
    padding-left: 50px; } }

@media screen and (max-width: 64.063em) {
  #slider .slide .slide-content .incubator-space {
    display: none; } }

.slider-slide--theme-light::before, .slider-slide--theme-dark::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slider-slide--theme-dark.slider-slide--gradient::before {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 60%); }

.slider-slide--theme-dark.slider-slide--transparency-20::before {
  background: rgba(0, 0, 0, 0.2); }

.banner_wrap {
  background: #f2f2f2; }

#banner {
  position: relative; }

#banner img {
  padding: 0 1rem;
  background: #fff;
  margin: 0; }

#banner .slider-slide--theme-light::before, #banner .slider-slide--theme-dark::before {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: 1rem; }

#banner .slider-slide--theme-dark.slider-slide--gradient::before {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0) 60%); }

#banner .slider-slide--theme-dark.slider-slide--transparency-20::before {
  background: rgba(0, 0, 0, 0.2); }

.course-info {
  background: #283583; }

.course-info h1 {
  font-size: 2.6rem;
  line-height: 3rem;
  color: #fff;
  margin-bottom: 1rem; }

.course-info p {
  color: #fff; }

.course-info .cta {
  margin: 0;
  padding: 0.75rem 1.5rem; }

/* should be site specific, need total control - only for content body */
#site_body {
  max-width: 1100px;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff; }

#top_wrap {
  background: #fff; }

#nav_wrap {
  background: #fff;
  padding: 1rem 0; }

@media screen and (max-width: 64.063em) {
  #nav_wrap {
    display: none; } }

#side_nav {
  background: #fff none repeat scroll 0 0;
  min-height: 100%; }

#side_nav ul {
  float: right;
  width: auto; }

#side_nav ul li {
  float: left;
  width: auto; }

#side_nav ul li a {
  color: #283583;
  display: block;
  font-size: 1.25rem;
  line-height: 80px;
  padding: 0 18px;
  font-family: "Frank Ruhl Libre", sans-serif; }

#side_nav ul li a:hover {
  text-decoration: underline; }

#logo {
  float: left;
  width: auto; }

#social_wrap {
  background-color: #283583;
  padding: 0.75rem 0; }

#social_wrap ul {
  width: auto;
  float: left; }

#social_wrap li {
  width: auto;
  float: right;
  margin-left: 1rem;
  line-height: 20px; }

#social_wrap li:first-child {
  border-right: none;
  padding-right: 0; }

#social_wrap ul:first-child li {
  padding-left: 0; }

#social_wrap ul:first-child li:last-child a {
  border: none !important;
  padding: 0;
  margin-right: 0.5rem; }

#social_wrap ul:first-child li:last-child a:hover {
  background: none;
  text-decoration: underline; }

#social_wrap ul:last-child li:last-child a {
  background: #1c255c; }

#social_wrap ul:last-child li:last-child a:hover {
  background: #101535; }

#social_wrap ul:last-child li:nth-child(2) a {
  background: #dd3333; }

#social_wrap ul:last-child li:nth-child(2) a:hover {
  background: #bd2020; }

#social_wrap a {
  color: #fff;
  line-height: 28px;
  padding: 0 0.75rem;
  font-size: 0.9rem;
  height: 30px;
  border-radius: 0.25rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #283583; }

#social_wrap a:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.05); }

#social_wrap a.facebook, #social_wrap a.twitter, #social_wrap a.linkedin {
  border: none;
  padding: 0;
  margin-right: 0.5rem;
  font-size: 1.2rem; }

#social_wrap a.facebook:hover, #social_wrap a.twitter:hover, #social_wrap a.linkedin:hover {
  text-decoration: none;
  background: none; }

@media all and (max-width: 750px) {
  #social_wrap ul:last-child {
    padding: 0.5rem 0; } }

.wrap {
  padding-top: 4rem;
  padding-bottom: 2.5rem; }

.dark_wrap {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background: #222; }

.light_wrap {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background: #fff;
  border-bottom: 1px solid #eee; }

.highlight_wrap {
  text-align: center;
  background: #283583;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  color: #fff;
  margin-bottom: -4rem; }

.highlight_wrap h1, .highlight_wrap h2, .highlight_wrap h3, .highlight_wrap h4, .highlight_wrap h5, .highlight_wrap h6 {
  color: #fff; }

.highlight_wrap label {
  text-align: left;
  color: #fff;
  margin-bottom: 0.75rem; }

.highlight_wrap .btn_link, .highlight_wrap input[type='submit'] {
  border-color: #fff;
  color: #fff; }

.highlight_wrap input[type='submit'] {
  border-color: #fff;
  color: #fff;
  margin: auto;
  display: block;
  float: none; }

.highlight_wrap input[type='submit']:hover {
  background: rgba(0, 0, 0, 0.2); }

.highlight_wrap .validation-summary-errors {
  text-align: left; }

#jumbo_wrap {
  position: relative;
  margin-top: 4rem;
  padding: 5rem 0 3rem;
  background: #222;
  border-bottom: 1px solid #000;
  color: #999; }

#jumbo_wrap ul {
  font-size: 1.1rem; }

#jumbo_wrap a {
  color: #fff; }

#jumbo_wrap a:hover {
  text-decoration: underline;
  color: #fff; }

#jumbo_wrap h6 {
  color: #fff; }

#jumbo_wrap input[type='submit'] {
  padding: 0.65rem 2rem;
  background: #222;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1.1rem; }

#jumbo_wrap input[type='submit']:hover {
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6); }

#footer_wrap {
  border-top: 1px solid #444;
  box-shadow: 0px 500px 0px 500px #222; }

#footer_wrap a {
  color: #fff; }

#footer_wrap a:hover {
  text-decoration: underline;
  color: #fff; }

/*///////////////// TRIANGLE ///////////////////*/
.triangle {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid #283583;
  margin: auto;
  display: block; }

/*///////////////// FLEX LIST ///////////////////*/
.flex_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*text-align: center;*/ }

.flex_list li {
  background: #f6f7ff;
  /*flex: 1 auto;*/
  margin-bottom: 2rem;
  padding: 0;
  border-left: 1rem solid #fff;
  border-right: 1rem solid #fff;
  -webkit-box-shadow: 0px 18px 0px -14px #283583;
  -moz-box-shadow: 0px 18px 0px -14px #283583;
  box-shadow: 0px 18px 0px -14px #283583; }

.flex_list li .inside {
  padding: 1rem 0 0; }

.flex_list li .inside img {
  border: 5px solid #fff; }

@media all and (min-width: 600px) {
  .inside {
    flex: 1 auto; } }

.banner_wrap .flex_list {
  margin: 0;
  padding-right: 0.9375rem; }

.banner_wrap .flex_list li {
  background: none;
  /*flex: 1 auto;*/
  margin-bottom: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.banner_wrap .flex_list li:first-child {
  padding-left: 1.875rem !important;
  padding-right: 0.9375rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.banner_wrap .flex_list li.inc {
  margin-right: 0.9375rem; }

.banner_wrap .course-info .flex_list {
  padding-right: 0; }

.banner_wrap .course-info .flex_list li.inc {
  margin-right: 0; }

@media screen and (max-width: 64.063em) {
  .banner_wrap .flex_list {
    padding: 0; } }

.banner_wrap .course-info .flex_list li:first-child {
  padding: 2rem 2rem !important; }

/*///////////////// FLEX LIST SAFARI FIX ///////////////////*/
.flex_list:after, .flex_list:before {
  display: none; }

/*///////////////////////////////////*/
#request_form {
  padding-top: 2rem;
  padding-bottom: 2rem; }

#enrol_form {
  margin-bottom: 2rem; }

/*//////////////// SLICING IMAGE ///////////////////*/
.bg-image-event {
  background-image: url("assets/images/site/1.jpg");
  /* lt ie8 */
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  /* default - may override with classes or media query */
  background-position: center bottom;
  /* scale bg image proportionately */
  background-size: cover;
  /* ie8 polyfill */
  -ms-behavior: url(backgroundsize.min.htc);
  /* prevent scaling past src width (or not) */
  /* max-width: 1200px; */ }

.bg-center-center {
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center; }

.crop-height {
  /* max-width: 1200px; /* native or declared width of img src (if known) */
  height: 220px;
  /* lt ie8 */
  overflow: hidden; }

.medium-block-grid-3 .crop-height {
  height: 180px;
  margin-bottom: 1.5rem; }

.medium-block-grid-2 .crop-height {
  height: 200px;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 64.063em) {
  .crop-height {
    height: 180px;
    /* lt ie8 */ }
  .medium-block-grid-3 .crop-height {
    height: 160px; } }

@media screen and (max-width: 50em) {
  .crop-height {
    height: auto;
    /*height: 150px;
lt ie8 */ }
  .medium-block-grid-2 .crop-height, .medium-block-grid-3 .crop-height {
    height: auto;
    /*height: 140px;*/ }
  .medium-block-grid-2 .crop-height img, .medium-block-grid-3 .crop-height img {
    margin: 0; } }

@media screen and (max-width: 40.063em) {
  .crop-height {
    height: auto; } }

img.scale, object.scale, .crop-height img {
  display: block;
  /* corrects small inline gap at bottom of containing div */
  max-width: 100%;
  /* just in case, to force correct aspect ratio */
  height: auto !important;
  width: auto\9;
  /* ie8+9 */
  /* lt ie8 */
  -ms-interpolation-mode: bicubic;
  /* force a minimum size if img src size is known */
  /* min-height: 320px; /* max-height of .crop-height */
  /* min-width: 480px; /* consistent with image ratio */
  /* optionally center if img src is not as wide as div */
  /* margin: 0 auto; */ }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 50em) {
  .invisible {
    visibility: visible; } }

.transparent {
  /* trigger hasLayout for */
  zoom: 1;
  /* 0 value in filters retains layout */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

/*////////////////////// SIMPLE SEARCH //////////////////////*/
.simple-search {
  margin-right: 10px;
  float: right; }

.clear-simple {
  width: 60px;
  float: right;
  text-align: right; }

.clear-simple button {
  width: 100%; }

.clear-simple button i {
  color: #ccc !important;
  font-size: 1.2rem !important; }

#top-search {
  width: auto;
  margin-right: 0.9375rem; }

#top-search .simple-search {
  margin-right: 0; }

#top-search .simple-search input[type='text'] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
  margin: 0;
  height: 30px;
  border: none;
  font-size: 1rem; }

#top-search .clear-simple {
  width: 40px; }

#top-search .clear-simple button {
  background: #fff;
  border: 1px solid #283583;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
  height: 30px;
  padding: 0;
  color: #999;
  margin-bottom: 0; }

#top-search .clear-simple button:hover {
  background: #fff;
  color: #666; }

/*///////////////// CS2 ///////////////////*/
.cs2 {
  background-color: #283583; }

.cs2 h2 {
  color: #fff; }

.cs2 .stretch {
  height: 288px; }

@media screen and (max-width: 750px) {
  .cs2 .text-area {
    max-width: 100%;
    height: auto; }
  .cs2 .text-area:before {
    display: none; }
  .cs2 .text-area .centered {
    padding-top: 18px;
    padding-bottom: 18px; } }

@media screen and (max-width: 526px) {
  .cs2 .stretch {
    height: 200px; } }

/*///////////////// INTERIOR ///////////////////*/
#interior_banner {
  padding: 3rem 0;
  color: #fff;
  background: #dd3333; }

#interior_banner h1 {
  color: #fff;
  margin-bottom: 0.5rem; }

#interior_banner p {
  margin: 0;
  font-size: 1.4rem; }

.section-list li {
  margin-bottom: 2rem;
  padding: 0 !important; }

.section-list li .crop-height {
  margin: 0; }

.section-list li .content {
  background: #f6f7ff;
  padding: 2rem 1.5rem; }

.section-list li .content .btn_link, .section-list li .content input[type='submit'] {
  margin: 0; }

ul.service-item {
  margin: 0; }

ul.service-item li {
  background: #283583;
  color: #fff;
  padding: 0;
  border: none;
  box-shadow: none; }

ul.service-item li ul li {
  margin-bottom: 0; }

ul.service-item li.content {
  padding: 3rem 1.5rem; }

ul.service-item li h3 {
  color: #fff; }

ul.service-item li .btn_link, ul.service-item li input[type='submit'] {
  border-color: #fff;
  margin-top: 1rem;
  margin-bottom: 0; }

#feature_news {
  margin-bottom: 1.5rem; }

#feature_news .btn_link, #feature_news input[type='submit'] {
  background: #283583;
  font-size: 0.9rem;
  padding: 0.65rem 1.25rem;
  border: none;
  margin-bottom: 1.5rem;
  color: #fff; }

#feature_news .btn_link:hover, #feature_news input[type='submit']:hover {
  background: #1c255c; }

.date {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 0.8rem; }

.thumbs_on_side li .inside {
  background: #f6f6f6;
  padding-top: 1.5rem; }

.steps {
  text-align: center;
  background: #f2f2f2;
  padding: 1rem 0rem 0rem 1rem !important; }

.steps img {
  margin-bottom: 1rem; }

.steps li {
  border-right: 1rem solid #f2f2f2;
  margin-bottom: 1rem;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: 2.4rem !important;
  padding-bottom: 2.2rem !important;
  position: relative; }

.steps .arrow-right {
  position: absolute;
  right: -30px;
  top: 100px;
  z-index: 999; }

.steps .arrow-btm {
  position: absolute;
  bottom: -44px;
  z-index: 999;
  right: 0;
  left: 0; }

.steps .arrow-top-l {
  position: absolute;
  top: -25px;
  z-index: 999;
  right: -40%;
  left: 0;
  transform: rotate(20deg); }

.steps .arrow-top-r {
  position: absolute;
  top: -25px;
  z-index: 999;
  right: 40%;
  left: 0;
  transform: rotate(-20deg); }

.only-mobile {
  display: none !important; }

@media screen and (max-width: 40.063em) {
  .arrow-right, .arrow-btm {
    display: none; }
  .only-mobile {
    display: block !important; }
  .only-desktop {
    display: none !important; } }

.step {
  font-size: 2.6rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  color: #222; }

.step-title {
  font-size: 1.25rem;
  line-height: 1.6rem;
  text-transform: uppercase; }

.clients img {
  padding: 5px;
  border: 1px solid #ddd; }

.testimonial-list img {
  border-radius: 300px; }

.testimonial-list .name {
  font-size: 1.3rem;
  color: #000;
  font-family: "Frank Ruhl Libre", sans-serif; }

.testimonial-list li {
  margin-bottom: 1rem; }

.testimonial-list .details {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.testimonial-list .details p:last-child {
  border-bottom: 1px solid #ddd; }

/*///////////////// ARTICLE ///////////////////*/
.article h2 {
  margin-bottom: 1rem; }

.side_news_list li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1.5rem; }

.social_share {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem; }

.social_share img {
  margin-bottom: 0; }

.social_share i {
  font-size: 1.2rem; }

.social_share .gplus {
  margin-top: 0.25rem; }

.social_share i.facebook:hover {
  color: #3b5998; }

.social_share i.twitter:hover {
  color: #00aced; }

.social_share i.linkedin:hover {
  color: #007bb5; }

.social_share i.gplus:hover {
  color: #dd4b39; }

.resources li {
  border-bottom: 1px dotted #ccc;
  padding: 0.5rem 0; }

.resources i {
  margin-right: 10px; }

.author_box {
  padding: 2rem 1.5rem 1rem 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #283583; }

.author_box h5 {
  color: #555; }

.author_box .date {
  font-size: 1.6rem;
  margin-top: 0.75rem;
  font-family: "Frank Ruhl Libre", sans-serif;
  color: #555; }

/*///////////////// FAQ ///////////////////*/
.category_list li a {
  border-left: 2px solid #fff;
  display: block;
  margin: 0.25rem 0;
  text-indent: 1rem; }

.category_list li a:hover {
  border-color: #283583; }

.category_list li a.active {
  border-color: #283583; }

.course-intro {
  margin-top: -10rem;
  margin-bottom: 1rem;
  background: #283583;
  color: #fff;
  padding: 1.5rem; }

.course-intro p:last-child {
  margin: 0; }

@media screen and (max-width: 64.063em) {
  .course-intro {
    margin-top: -3rem; } }

.level {
  border: 1px solid #1eb995;
  background: rgba(0, 0, 0, 0.2);
  color: #1eb995;
  width: auto;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 1rem; }

.accordion__item {
  width: 100%;
  border-top: 1px solid #ddd; }

.accordion__item:first-child {
  border: none; }

.accordion__trigger {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #283583;
  background: none;
  border: none;
  text-align: left;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-size: 1.2rem;
  cursor: pointer;
  zoom: 1; }

.accordion__trigger:hover {
  background-color: #283583;
  color: #fff; }

.accordion__trigger:hover .plus {
  border-color: #fff;
  color: #fff; }

.accordion__trigger:before, .accordion__trigger:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.accordion__trigger:after {
  clear: both; }

.accordion__content {
  background-color: #fff;
  display: none;
  padding: 1.5rem 1rem; }

.plus {
  color: #dd3333;
  border: 1px solid #283583;
  border-radius: 3rem;
  padding: 0;
  float: left;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 15px;
  text-align: center; }

.plus-title {
  float: left;
  width: calc(100% - 45px);
  padding: 3px 0; }

.accordion__item.is-open .accordion__trigger {
  background-color: #f6f6f6; }

.accordion__item.is-open .accordion__trigger .plus {
  color: #283583; }

.accordion__item.is-open .accordion__trigger:hover {
  background-color: #283583;
  color: #fff; }

.accordion__item.is-open .accordion__trigger:hover .plus {
  border-color: #fff;
  color: #fff; }

/*///////////////// TEAM ///////////////////*/
#team > li {
  padding-bottom: 2rem; }

#team > li .item-line {
  border-bottom: 1px dotted #ddd;
  margin-top: 2rem; }

#team img {
  border: 1px solid #ddd;
  padding: 0.5rem;
  margin: 0; }

#team h3 {
  margin-bottom: 0.5rem; }

#team h4 {
  color: #283583;
  margin-bottom: 0.5rem;
  font-size: 1.3rem; }

#team .social_share {
  border: none;
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0; }

#team .social_share i {
  color: #aaa; }

#team .social_share i.facebook:hover {
  color: #3b5998; }

#team .social_share i.twitter:hover {
  color: #00aced; }

#team .social_share i.linkedin:hover {
  color: #007bb5; }

#team .social_share i.gplus:hover {
  color: #dd4b39; }

/*///////////////// GALLERY ///////////////////*/
#gallery_list .date {
  font-size: 1.1rem; }

#gallery_list li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 1.5rem; }

#thumb_gallery li {
  padding-bottom: 0; }

#thumb_gallery li img {
  padding: 5px;
  border: 1px solid #eaeaea; }

/*///////////////// CONTACT ///////////////////*/
#contact_form {
  padding: 2rem 0 1.5rem; }

#contact_form label {
  margin-bottom: 0.75rem;
  line-height: 1.6rem;
  font-weight: normal; }

.contact-details i {
  margin-right: 1rem; }

#address_list {
  margin-top: 2rem;
  line-height: 1.6rem; }

#address_list li {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

#address_list a {
  color: #283583; }

#address_list a:hover {
  text-decoration: underline; }

#follow_list {
  position: absolute;
  width: 163px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -21px; }

#follow_list li {
  margin-bottom: 1rem;
  font-size: 1rem; }

#follow_list li a {
  background: #f6f6f6;
  border-radius: 45px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  line-height: 50px; }

#follow_list li a:hover {
  background-color: #333;
  color: #fff; }

#follow_list li a.facebook {
  background-color: #3b5998; }

#follow_list li a.twitter {
  background-color: #00aced; }

#follow_list li a.linkedin {
  background-color: #007bb5; }

#follow_list li a.gplus {
  background-color: #dd4b39; }

#follow_list i {
  font-size: 1.4rem; }

/*///////////////// GOOGLE MAP ///////////////////*/
#map {
  width: 100%;
  height: 350px;
  border-top: 1px solid #ccc; }

/*///////////////// VIDEO ///////////////////*/
.video-bg {
  background-color: #fff;
  padding: 0.5em; }

.videoWrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }

.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*//////////////// OVERRIDES ///////////////////*/
.auto {
  margin: auto; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none; }

.hide-l {
  display: none; }

.hide-l-m {
  display: none; }

.no-pad {
  padding: 0 !important; }

.no_pad_m {
  padding: 0; }

.no_pad_left_m {
  padding-left: 0; }

.no_pad_right_m {
  padding-right: 0; }

.no-margin {
  margin: 0 !important; }

.margin-btm-1 {
  margin-bottom: 1rem; }

.margin-btm-2 {
  margin-bottom: 2rem !important; }

.margin-btm-3 {
  margin-bottom: 3rem; }

.margin-btm-4 {
  margin-bottom: 4rem; }

.margin-top-1 {
  margin-top: 1rem; }

.margin-top-2 {
  margin-top: 2rem; }

.margin-top-3 {
  margin-top: 3rem; }

.margin-top-4 {
  margin-top: 4rem; }

.margin-tb-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.pad-btm-1 {
  padding-bottom: 1rem; }

.pad-btm-2 {
  padding-bottom: 2rem; }

.pad-btm-3 {
  padding-bottom: 3rem; }

.pad-btm-4 {
  padding-bottom: 4rem; }

.pad-top-1 {
  padding-top: 1rem; }

.pad-tb-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pad-top-2 {
  padding-top: 2rem; }

.pad-top-3 {
  padding-top: 3rem; }

.pad-top-4 {
  padding-top: 4rem; }

.no-pad-top {
  padding-top: 0 !important; }

.no-border {
  border: none !important; }

div.no-pad, li.no-pad {
  padding: 0; }

.img-border {
  padding: 0.5rem;
  border: 1px solid #ccc; }

.bg-white {
  background-color: #fff; }

.relative {
  position: relative; }

/*//////////// FOUNDATION OVERRIDES /////////////*/
[class*="block-grid-"] {
  /*reset uneeded width margin*/
  margin: 0;
  /*padding hack for left & right positioning*/
  /*no need for a columns wrapper on a list    
    padding-left: 0.46875em;
    padding-right: 0.46875em;*/ }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.9375rem 1.25rem; }

@media screen and (max-width: 64.063em) {
  /*//////////////////// STRUCTURE ////////////////////*/
  /*#site_body {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
    .site_auto {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        }*/
  #logo {
    padding: 10px 0;
    width: 100%; }
  /*////////////////////// MENU //////////////////////*/
  .top-bar .title-area {
    display: inline;
    width: 100%; }
  .top-bar-section ul li {
    width: 100%; }
  /*////////////////////// LISTS //////////////////////*/
  ul.data li div[class*="medium"] img,
  ul.data li div[class*="large"] img {
    margin-bottom: 1rem; }
  ul.data li div[class*="medium"],
  ul.data li div[class*="large"] {
    padding-left: 0;
    padding-right: 0; }
  /*////////////////////// OVERRIDES //////////////////////*/
  .hide-l {
    display: block; }
  .hide-m {
    display: none; }
  .hide-m-s {
    display: none; } }

@media screen and (max-width: 40.063em) {
  /*////////////////////// H TAGS MINOR THIRS SCALE //////////////////////
        h1 {
            font-size: 2.074rem;
        }

        h2 {
            font-size: 1.728rem;
        }

        h3 {
            font-size: 1.44rem;
        }

        h4 {
            font-size: 1.2rem;
        }

        h5 {
            font-size: 1rem;
        }

        h6 {
            font-size: 0.833rem;
            }*/
  .btn_link, input[type='submit'] {
    font-size: 1.1rem;
    padding: 0.75rem 1.5rem; }
  /*#contact_form {
                padding: 1rem 0 2.5rem;
                }*/
  form .columns {
    padding: 0; }
  #footer_wrap ul.footer {
    float: left;
    margin-top: 0.5rem; }
  /*////////////////////// OVERRIDES //////////////////////*/
  .hide-l-m {
    display: block; }
  .hide-m {
    display: block; }
  .hide-s {
    display: none; } }

.cssload-msg {
  position: fixed;
  top: 50%;
  left: 52%;
  transform: translate(-52%, -50%);
  color: #fff;
  width: 500px !important;
  font-size: 1.2rem;
  text-align: center;
  margin: auto; }

.cssload-spin-box {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -o-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -ms-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -moz-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  animation: cssload-spin ease infinite 4.6s;
  -o-animation: cssload-spin ease infinite 4.6s;
  -ms-animation: cssload-spin ease infinite 4.6s;
  -webkit-animation: cssload-spin ease infinite 4.6s;
  -moz-animation: cssload-spin ease infinite 4.6s; }

@keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }

@-o-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }

@-ms-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }

@-webkit-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }

@-moz-keyframes cssload-spin {
  0%, 100% {
    box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf; }
  25% {
    box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49; }
  50% {
    box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf; }
  75% {
    box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49; } }
