@charset "UTF-8";
/*
Theme Name: Danford College
Theme URI: http://www.danford.edu.au
Author: Danford College
Author URI: http://www.danford.edu.au
*/
/***Colors***/
/***NavBar***/
@font-face {
  font-family: 'Panton';
  src: url("fonts/Fontfabric - Panton.eot");
  src: local("Ôÿ║"), url("fonts/Fontfabric - Panton.woff") format("woff"), url("fonts/Fontfabric - Panton.ttf") format("truetype"), url("fonts/Fontfabric - Panton.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("fonts/Fontfabric - Panton SemiBold.eot");
  src: local("Ôÿ║"), url("fonts/Fontfabric - Panton SemiBold.woff") format("woff"), url("fonts/Fontfabric - Panton SemiBold.ttf") format("truetype"), url("fonts/Fontfabric - Panton SemiBold.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("fonts/Fontfabric - Panton Bold.eot");
  src: local("Ôÿ║"), url("fonts/Fontfabric - Panton Bold.woff") format("woff"), url("fonts/Fontfabric - Panton Bold.ttf") format("truetype"), url("fonts/Fontfabric - Panton Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url("fonts/Fontfabric - Panton Black.eot");
  src: local("Ôÿ║"), url("fonts/Fontfabric - Panton Black.woff") format("woff"), url("fonts/Fontfabric - Panton Black.ttf") format("truetype"), url("fonts/Fontfabric - Panton Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}
/* line 1, sass/_general.scss */
body {
  font-family: 'Panton', sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #3b3a3c;
  background-color: #fff;
}

/* line 9, sass/_general.scss */
strong {
  font-weight: 600;
}

/* line 13, sass/_general.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* Titles */
/* line 21, sass/_general.scss */
header h1, header h2, header h3, header h4, header h5 {
  text-transform: uppercase;
}
/* line 24, sass/_general.scss */
header.header-title {
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
/* line 29, sass/_general.scss */
header.header-title h1, header.header-title h2, header.header-title h3, header.header-title h4, header.header-title h5 {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 0;
}

/* line 37, sass/_general.scss */
a {
  color: #3b3a3c;
  text-decoration: none;
}

/* line 41, sass/_general.scss */
a:focus, a:hover {
  color: #3b3a3c;
  text-decoration: none;
}

/* line 45, sass/_general.scss */
a:focus, button:focus {
  outline: none !important;
}

/* line 48, sass/_general.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Buttons */
/* line 55, sass/_general.scss */
.danford-btn {
  background-color: transparent;
  padding: 8px 15px;
  color: #3b3a3c;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #3b3a3c;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 65, sass/_general.scss */
.danford-btn:hover {
  background-color: #009aaa;
  border: 1px solid white;
  color: #fff;
}

/* line 71, sass/_general.scss */
.danford-image-btn {
  width: 100%;
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
/* line 79, sass/_general.scss */
.danford-image-btn .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009aaa;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 400ms;
}
/* line 90, sass/_general.scss */
.danford-image-btn:hover {
  cursor: pointer;
}
/* line 92, sass/_general.scss */
.danford-image-btn:hover .overlay, .danford-image-btn:hover .text {
  opacity: .85;
}
/* line 96, sass/_general.scss */
.danford-image-btn .text {
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding: 100px 0;
  font-size: 30px;
  opacity: 0;
  transition: all 400ms 200ms;
}

/* line 108, sass/_general.scss */
.danford-image-btn2-wrapper {
  height: 272px;
}
/* line 110, sass/_general.scss */
.danford-image-btn2-wrapper .danford-image-btn2 {
  background-color: #009aaa;
  width: 100%;
  height: 270px;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 400ms;
}
/* line 121, sass/_general.scss */
.danford-image-btn2-wrapper .danford-image-btn2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009aaa;
  height: 70px;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: all 400ms;
  opacity: .85;
}
/* line 133, sass/_general.scss */
.danford-image-btn2-wrapper .danford-image-btn2:hover {
  cursor: pointer;
}
/* line 135, sass/_general.scss */
.danford-image-btn2-wrapper .danford-image-btn2:hover .overlay {
  height: 100%;
}
/* line 140, sass/_general.scss */
.danford-image-btn2-wrapper .title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  font-weight: 300;
  line-height: 21px;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: none;
  margin: 0;
  padding: 0;
  transition: all 400ms;
}
/* line 158, sass/_general.scss */
.danford-image-btn2-wrapper:hover .title {
  opacity: 1 !important;
}

/* line 166, sass/_general.scss */
.view-more-post span {
  font-weight: 600;
  position: relative;
  top: 3px;
  font-size: 21px;
  left: -4px;
  display: block;
  text-transform: lowercase;
}

/* line 178, sass/_general.scss */
.danford-underline:after {
  content: "";
  display: block;
  width: 10%;
  min-width: 70px;
  height: 7px;
  margin-top: 20px;
  background-color: #009aaa;
}
/* line 188, sass/_general.scss */
.danford-underline.white:after {
  background-color: white;
}

/* line 194, sass/_general.scss */
img.ajax-loader {
  display: none;
  width: 45px;
}

/* Alignment */
/* line 200, sass/_general.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

/* line 205, sass/_general.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/* line 210, sass/_general.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* line 216, sass/_general.scss */
  .alignvertically {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* margins&paddings */
/* line 246, sass/_general.scss */
.mt10 {
  margin-top: 10px;
}

/* line 247, sass/_general.scss */
.mt20 {
  margin-top: 20px;
}

/* line 248, sass/_general.scss */
.mt30 {
  margin-top: 30px;
}

/* line 249, sass/_general.scss */
.mt40 {
  margin-top: 40px;
}

/* line 250, sass/_general.scss */
.mt50 {
  margin-top: 50px;
}

/* line 251, sass/_general.scss */
.mt60 {
  margin-top: 60px;
}

/* line 252, sass/_general.scss */
.mt70 {
  margin-top: 70px;
}

/* line 253, sass/_general.scss */
.mb10 {
  margin-bottom: 10px;
}

/* line 254, sass/_general.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 255, sass/_general.scss */
.mb30 {
  margin-bottom: 30px;
}

/* line 256, sass/_general.scss */
.mb40 {
  margin-bottom: 40px;
}

/* line 257, sass/_general.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 258, sass/_general.scss */
.mb60 {
  margin-bottom: 60px;
}

/* line 259, sass/_general.scss */
.mb70 {
  margin-bottom: 70px;
}

/* Images and wp-captions should always fit and be responsive */
/* line 263, sass/_general.scss */
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* line 268, sass/_general.scss */
img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 272, sass/_general.scss */
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px;
}

/* line 279, sass/_general.scss */
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

/* line 282, sass/_general.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
}

/* line 285, sass/_general.scss */
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}

/* line 290, sass/_general.scss */
article .entry-content-thumbnail {
  margin-bottom: 35px;
}
/* line 292, sass/_general.scss */
article .entry-content-thumbnail img {
  width: 100%;
}

/* WP Gallery */
/* line 298, sass/_general.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 301, sass/_general.scss */
.gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

/* line 306, sass/_general.scss */
.gallery dd {
  margin: 0;
}

/* line 309, sass/_general.scss */
.gallery-caption {
  display: block;
}

/* Make sure embeds and iframes fit their containers */
/* line 314, sass/_general.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* Text meant only for screen readers */
/* line 321, sass/_general.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/* line 325, sass/_general.scss */
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Slick slider general */
/* line 348, sass/_general.scss */
.slider {
  width: 50%;
  margin: 100px auto;
}

/* line 353, sass/_general.scss */
.slick-slide {
  margin: 0px 0px;
}

/* line 357, sass/_general.scss */
.slick-slide img {
  width: 100%;
}

/* line 361, sass/_general.scss */
.slick-prev:before,
.slick-next:before {
  color: black;
}

/* line 367, sass/_general.scss */
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

/* line 372, sass/_general.scss */
.slick-active {
  opacity: .5;
}

/* line 376, sass/_general.scss */
.slick-current {
  opacity: 1;
}

/* contact-form */
/* line 381, sass/_general.scss */
.wpcf7 {
  overflow: hidden;
  margin-top: 55px;
  padding-bottom: 0;
}
@media (min-width: 767px) {
  /* line 381, sass/_general.scss */
  .wpcf7 {
    padding-bottom: 35px;
  }
}
/* line 388, sass/_general.scss */
.wpcf7 .left {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  /* line 388, sass/_general.scss */
  .wpcf7 .left {
    float: left;
    width: 48%;
  }
}
/* line 398, sass/_general.scss */
.wpcf7 .right {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  /* line 398, sass/_general.scss */
  .wpcf7 .right {
    float: right;
    width: 48%;
  }
}
/* line 408, sass/_general.scss */
.wpcf7 .full {
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  clear: both;
}
/* line 415, sass/_general.scss */
.wpcf7 input:focus {
  outline: none;
}
/* line 418, sass/_general.scss */
.wpcf7 textarea {
  height: 100px;
  background-color: white;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #3b3a3c;
}
/* line 422, sass/_general.scss */
.wpcf7 textarea:focus {
  outline: none;
}
/* line 428, sass/_general.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
  background-color: white;
  border: 0;
  width: 100%;
  margin-right: 1%;
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
}
/* line 437, sass/_general.scss */
.wpcf7 br {
  display: none;
}
/* line 440, sass/_general.scss */
.wpcf7 input[type="submit"] {
  border-radius: 20px;
  padding: 6px 30px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #3a7379;
  color: white;
  font-weight: 800;
  border: 0;
  font-size: 15px;
}
/* line 453, sass/_general.scss */
.wpcf7 .submit {
  margin-top: 15px;
}
/* line 456, sass/_general.scss */
.wpcf7 .acceptance {
  clear: both;
  margin-bottom: 35px;
}
/* line 460, sass/_general.scss */
.wpcf7 .ajax-loader {
  display: block;
}
/* line 463, sass/_general.scss */
.wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  width: 320px;
  font-size: 0.7em;
}
/* line 468, sass/_general.scss */
.wpcf7 .wpcf7-validation-errors, .wpcf7 div.wpcf7-response-output {
  position: absolute;
  color: orange;
  margin-top: -30px;
  font-size: .7em;
  border: 0;
  margin-left: 103px;
}
/* line 476, sass/_general.scss */
.wpcf7 .text-right {
  margin-bottom: 0 !important;
}
/* line 478, sass/_general.scss */
.wpcf7 .text-right .right {
  margin-bottom: 0;
}

/*Tables*/
/* line 485, sass/_general.scss */
.danford-table {
  width: 100%;
}
/* line 487, sass/_general.scss */
.danford-table th {
  background-color: #009aaa;
  color: white;
}
/* line 490, sass/_general.scss */
.danford-table th.smaller {
  font-size: 0.9em;
  font-weight: 100;
}
/* line 495, sass/_general.scss */
.danford-table th, .danford-table td {
  padding: 10px;
  vertical-align: top;
}
/* line 500, sass/_general.scss */
.danford-table tbody tr {
  border-bottom: 1px solid #000;
}
/* line 502, sass/_general.scss */
.danford-table tbody tr:last-child {
  border: 0;
}
/* line 507, sass/_general.scss */
.danford-table tbody td a {
  color: #3b3a3c !important;
}
/* line 509, sass/_general.scss */
.danford-table tbody td a:hover {
  color: #009aaa !important;
}
/* line 516, sass/_general.scss */
.danford-table tfoot {
  font-size: 0.8em;
}
/* line 519, sass/_general.scss */
.danford-table.font-smaller {
  font-size: 0.8em;
}

/* line 524, sass/_general.scss */
.pagination {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 528, sass/_general.scss */
.pagination > li {
  float: left;
  display: inline-block;
}
/* line 531, sass/_general.scss */
.pagination > li > a {
  color: #009aaa;
  border: 0;
}
/* line 535, sass/_general.scss */
.pagination > li span {
  border: 0;
}
/* line 540, sass/_general.scss */
.pagination .active span {
  background-color: #009aaa;
  color: #fff;
}
/* line 545, sass/_general.scss */
.pagination .tk-page-nav {
  display: none;
}

/* line 1, sass/_layout.scss */
.container-fluid {
  padding: 0;
}

@media (min-width: 1400px) {
  /* line 5, sass/_layout.scss */
  .container {
    width: 1270px;
  }
}
@media (min-width: 1700px) {
  /* line 10, sass/_layout.scss */
  .container {
    width: 1615px;
  }
}
/* line 1, sass/_header.scss */
.site-header {
  padding-top: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7f7f7f;
  background-color: #fff;
}
@media (max-width: 1199px) {
  /* line 1, sass/_header.scss */
  .site-header {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
/* line 12, sass/_header.scss */
.site-header .logo img {
  width: 200px;
}
/* line 15, sass/_header.scss */
.site-header .logo a {
  display: block;
}
/* line 19, sass/_header.scss */
.site-header .site-header-inner {
  position: relative;
}
/* line 21, sass/_header.scss */
.site-header .site-header-inner .slogan {
  position: absolute;
  right: 15px;
  bottom: -25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  /* line 21, sass/_header.scss */
  .site-header .site-header-inner .slogan {
    font-size: 12px;
    bottom: -35px;
  }
}

/* line 36, sass/_header.scss */
.site-navigation {
  background-color: #fff;
}

/* line 1, sass/_navigation.scss */
.navbar {
  background-color: transparent;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  /* line 1, sass/_navigation.scss */
  .navbar {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  /* line 10, sass/_navigation.scss */
  .navbar .navbar-header {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 15, sass/_navigation.scss */
  .navbar .collapse {
    display: none !important;
  }
}
/* line 19, sass/_navigation.scss */
.navbar .collapse.in {
  display: block !important;
  clear: both;
}
/* line 21, sass/_navigation.scss */
.navbar .navbar-toggle {
  border-radius: 0;
  background-color: #009aaa;
  float: left;
  display: none;
}
@media (max-width: 1199px) {
  /* line 21, sass/_navigation.scss */
  .navbar .navbar-toggle {
    display: block;
  }
}
/* line 29, sass/_navigation.scss */
.navbar .navbar-toggle .icon-bar {
  background: white;
}
/* line 33, sass/_navigation.scss */
.navbar .search-toggle {
  float: left;
  font-size: 1.3em;
  position: relative;
  top: 5px;
  display: none;
}
@media (max-width: 1199px) {
  /* line 33, sass/_navigation.scss */
  .navbar .search-toggle {
    display: block;
  }
}
/* line 43, sass/_navigation.scss */
.navbar .login-btn {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  /* line 43, sass/_navigation.scss */
  .navbar .login-btn {
    top: 8px;
    padding: 6px 15px;
  }
}

/* line 55, sass/_navigation.scss */
.navbar-nav {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  /* line 55, sass/_navigation.scss */
  .navbar-nav {
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
  }
}
/* line 64, sass/_navigation.scss */
.navbar-nav li {
  float: none;
  display: inline-block;
  position: static;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  /* line 64, sass/_navigation.scss */
  .navbar-nav li {
    display: block;
  }
}
/* line 74, sass/_navigation.scss */
.navbar-nav li a:hover {
  color: #009aaa;
}
/* line 77, sass/_navigation.scss */
.navbar-nav li a:active {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  /* line 81, sass/_navigation.scss */
  .navbar-nav li.search-btn {
    display: none;
  }
}
/* line 85, sass/_navigation.scss */
.navbar-nav li.search-btn a {
  text-indent: -20000px;
  width: 16px;
  height: 16px;
  background-image: url("img/search-icon.png");
  background-repeat: no-repeat;
  padding: 0px !important;
}
/* line 96, sass/_navigation.scss */
.navbar-nav li.current_page_item > a, .navbar-nav li.current_page_parent > a {
  color: #009aaa;
}
/* line 100, sass/_navigation.scss */
.navbar-nav li.open {
  background-color: transparent !important;
  background-image: none !important;
}
/* line 103, sass/_navigation.scss */
.navbar-nav li.open a, .navbar-nav li.open a:hover, .navbar-nav li.open:active, .navbar-nav li.open:focus {
  background-color: transparent !important;
}
/* line 109, sass/_navigation.scss */
.navbar-nav li.dropdown .dropdown .dropdown-menu {
  top: 0;
  left: 101%;
}
/* line 115, sass/_navigation.scss */
.navbar-nav li.dropdown:hover > .dropdown-menu {
  display: block;
}
/* line 120, sass/_navigation.scss */
.navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 25px;
}
/* line 125, sass/_navigation.scss */
.navbar-nav li a:hover, .navbar-nav li a:active {
  background-color: transparent !important;
}
@media (max-width: 1699px) {
  /* line 120, sass/_navigation.scss */
  .navbar-nav li a {
    padding: 0px 20px;
  }
}
@media (max-width: 1399px) {
  /* line 120, sass/_navigation.scss */
  .navbar-nav li a {
    padding: 0px 15px;
  }
}
@media (max-width: 1199px) {
  /* line 120, sass/_navigation.scss */
  .navbar-nav li a {
    padding: 5px 0;
  }
}
/* line 138, sass/_navigation.scss */
.navbar-nav li .dropdown-menu {
  left: auto;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  border: 0;
}
@media (max-width: 1199px) {
  /* line 138, sass/_navigation.scss */
  .navbar-nav li .dropdown-menu {
    padding: 0;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    margin-left: 20px;
  }
}
/* line 160, sass/_navigation.scss */
.navbar-nav li .dropdown-menu li {
  display: block;
  padding-bottom: 0px;
  position: relative;
}
/* line 165, sass/_navigation.scss */
.navbar-nav li .dropdown-menu li.current_page_item a {
  color: #009aaa;
}
/* line 170, sass/_navigation.scss */
.navbar-nav li .dropdown-menu li a {
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent !important;
  background-image: none !important;
}
/* line 183, sass/_navigation.scss */
.navbar-nav > li > a:active {
  text-decoration: none !important;
}

/* line 188, sass/_navigation.scss */
.header-search {
  background-color: #009aaa;
  display: none;
}
/* line 191, sass/_navigation.scss */
.header-search.show {
  display: block;
}
/* line 194, sass/_navigation.scss */
.header-search .container {
  padding: 0;
}
/* line 197, sass/_navigation.scss */
.header-search .search-form {
  width: 75%;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  left: -10px;
}
@media (min-width: 767px) {
  /* line 197, sass/_navigation.scss */
  .header-search .search-form {
    width: 70%;
  }
}
/* line 208, sass/_navigation.scss */
.header-search .search-form label {
  display: block;
}
/* line 211, sass/_navigation.scss */
.header-search .search-form input[type="search"] {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
  border-color: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  padding-left: 0;
  padding-bottom: 10px;
  border-width: 1px;
}
/* line 228, sass/_navigation.scss */
.header-search .search-form input[type="submit"] {
  position: absolute;
  right: -30px;
  height: 40px;
  top: -5px;
  background: transparent;
  border: 0;
  text-indent: -20000px;
  background-image: url(img/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
/* line 244, sass/_navigation.scss */
.header-search .search-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 249, sass/_navigation.scss */
.header-search .search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-weight: 300;
  opacity: 1;
  text-transform: uppercase;
}
/* line 255, sass/_navigation.scss */
.header-search .search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-weight: 300;
  opacity: 1;
  text-transform: uppercase;
}
/* line 261, sass/_navigation.scss */
.header-search .search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

/*********HOME*************/
/* line 2, sass/_content.scss */
.main-slider {
  position: relative;
  background-color: #e9e8e8;
}
/* line 5, sass/_content.scss */
.main-slider .slider {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 9, sass/_content.scss */
.main-slider .slider .slick-list {
  padding: 0 !important;
}
/* line 13, sass/_content.scss */
.main-slider .slick-slide {
  position: relative;
  overflow: hidden;
}
/* line 17, sass/_content.scss */
.main-slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 154, 170, 0.7);
  z-index: 1;
  width: 50%;
  right: 0;
}
@media (max-width: 1199px) {
  /* line 17, sass/_content.scss */
  .main-slider .overlay {
    left: 40px;
    padding: 20px 15px 45px 55px;
    left: 0;
  }
}
@media (max-width: 767px) {
  /* line 17, sass/_content.scss */
  .main-slider .overlay {
    width: 50%;
    height: 100%;
    left: 0;
  }
}
/* line 35, sass/_content.scss */
.main-slider .overlay .content {
  position: absolute;
  color: white;
  border: 3px solid white;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translate(0%, -50%);
  padding: 100px 55px 100px 55px;
}
@media (max-width: 1199px) {
  /* line 35, sass/_content.scss */
  .main-slider .overlay .content {
    left: 40px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  /* line 35, sass/_content.scss */
  .main-slider .overlay .content {
    font-size: 15px;
    padding: 15px;
    left: 20px;
  }
}
/* line 53, sass/_content.scss */
.main-slider .overlay .content .title {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 55px;
}
/* line 58, sass/_content.scss */
.main-slider .overlay .content .title span {
  font-weight: 600;
}
@media (max-width: 1615px) {
  /* line 53, sass/_content.scss */
  .main-slider .overlay .content .title {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  /* line 53, sass/_content.scss */
  .main-slider .overlay .content .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  /* line 53, sass/_content.scss */
  .main-slider .overlay .content .title {
    font-size: 15px;
    line-height: 20px;
  }
}
/* line 73, sass/_content.scss */
.main-slider .overlay .content .more {
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 73, sass/_content.scss */
  .main-slider .overlay .content .more {
    position: static;
  }
}
/* line 86, sass/_content.scss */
.main-slider .slick-dots {
  width: 30px;
  right: 40px;
  top: 50%;
}
/* line 90, sass/_content.scss */
.main-slider .slick-dots li {
  color: white;
  opacity: 1;
}
/* line 94, sass/_content.scss */
.main-slider .slick-dots li button:before {
  font-size: 20px;
  color: white;
}
/* line 101, sass/_content.scss */
.main-slider .slick-dots li.slick-active:before {
  font-size: 20px;
  color: white;
}

/* line 113, sass/_content.scss */
.home-section {
  padding-top: 45px;
  padding-bottom: 50px;
  background-color: #e9e8e8;
}
/* line 118, sass/_content.scss */
.home-section .header {
  margin-bottom: 40px;
}
/* line 120, sass/_content.scss */
.home-section .header .section-title {
  font-size: 43px;
  font-weight: 100;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 120, sass/_content.scss */
  .home-section .header .section-title {
    font-size: 35px;
  }
}
/* line 127, sass/_content.scss */
.home-section .header .section-title strong {
  font-weight: 800;
}
/* line 131, sass/_content.scss */
.home-section .header .section-subtitle {
  font-size: 28px;
}
@media (max-width: 767px) {
  /* line 131, sass/_content.scss */
  .home-section .header .section-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  /* line 142, sass/_content.scss */
  #pathway .box {
    margin-bottom: 30px;
  }
}
/* line 146, sass/_content.scss */
#pathway .box .top {
  background-color: #009aaa;
  color: #fff;
  padding: 40px 0;
}
/* line 150, sass/_content.scss */
#pathway .box .top .title {
  font-size: 24px;
  margin: 0;
  padding: 30px 30px 0px 30px;
}
/* line 156, sass/_content.scss */
#pathway .box .bottom {
  padding: 20px 20px 30px 20px;
  background: white;
  min-height: 310px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 156, sass/_content.scss */
  #pathway .box .bottom {
    min-height: auto;
  }
}
/* line 164, sass/_content.scss */
#pathway .box .bottom p {
  padding-top: 20px;
  padding-bottom: 40px;
}
/* line 168, sass/_content.scss */
#pathway .box .bottom .more {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  width: 150px;
}
@media (max-width: 767px) {
  /* line 168, sass/_content.scss */
  #pathway .box .bottom .more {
    position: static;
  }
}

/* line 185, sass/_content.scss */
#find-courses {
  background-color: #2c2d2d;
  color: #7e7f80;
  text-algin: center;
}
/* line 189, sass/_content.scss */
#find-courses .header {
  margin-bottom: 20px;
}
/* line 191, sass/_content.scss */
#find-courses .header .section-title {
  color: #009aaa;
}
/* line 195, sass/_content.scss */
#find-courses .form {
  margin: 10px 0 50px 0;
}
/* line 197, sass/_content.scss */
#find-courses .form label {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 197, sass/_content.scss */
  #find-courses .form label {
    width: 90%;
  }
}
/* line 203, sass/_content.scss */
#find-courses .form input {
  height: auto;
  background-color: #4d4d4d;
  border-radius: 10px;
  padding: 15px;
  border: 0;
  color: #7e7f80;
  font-size: 20px;
  font-weight: 100;
}
/* line 213, sass/_content.scss */
#find-courses .form input[type="submit"] {
  display: none;
}
/* line 217, sass/_content.scss */
#find-courses .tags {
  text-align: center;
  text-transform: uppercase;
}
/* line 220, sass/_content.scss */
#find-courses .tags a {
  color: #7e7f80;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

/* line 230, sass/_content.scss */
#welcome {
  padding-top: 70px;
}
/* line 232, sass/_content.scss */
#welcome .content {
  margin-top: 30px;
}

/* line 237, sass/_content.scss */
#testimonials {
  color: #fff;
  padding-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150%;
  background-color: #2c2d2d;
}
/* line 244, sass/_content.scss */
#testimonials .testimonial-slider {
  text-align: center;
  width: 50%;
  margin: 20px auto 0 auto;
}
@media (max-width: 992px) {
  /* line 244, sass/_content.scss */
  #testimonials .testimonial-slider {
    width: 70%;
  }
}
@media (max-width: 767px) {
  /* line 244, sass/_content.scss */
  #testimonials .testimonial-slider {
    width: 90%;
  }
}
/* line 255, sass/_content.scss */
#testimonials .testimonial-slider .slick-slide img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
/* line 261, sass/_content.scss */
#testimonials .testimonial-slider .rating {
  margin-top: 20px;
}
/* line 264, sass/_content.scss */
#testimonials .testimonial-slider .rating.rate0 i:nth-child(-n+0) {
  color: Yellow;
}
/* line 269, sass/_content.scss */
#testimonials .testimonial-slider .rating.rate1 i:nth-child(-n+1) {
  color: Yellow;
}
/* line 274, sass/_content.scss */
#testimonials .testimonial-slider .rating.rate2 i:nth-child(-n+2) {
  color: Yellow;
}
/* line 279, sass/_content.scss */
#testimonials .testimonial-slider .rating.rate3 i:nth-child(-n+3) {
  color: Yellow;
}
/* line 284, sass/_content.scss */
#testimonials .testimonial-slider .rating.rate4 i:nth-child(-n+4) {
  color: Yellow;
}
/* line 289, sass/_content.scss */
#testimonials .testimonial-slider .rating.rate5 i:nth-child(-n+5) {
  color: Yellow;
}
/* line 295, sass/_content.scss */
#testimonials .testimonial-slider .title {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 26px;
}
/* line 300, sass/_content.scss */
#testimonials .testimonial-slider .nationality {
  text-transform: uppercase;
}
/* line 303, sass/_content.scss */
#testimonials .testimonial-slider .content {
  margin-top: 20px;
  padding: 0 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  /* line 303, sass/_content.scss */
  #testimonials .testimonial-slider .content {
    padding: 0px;
  }
}
/* line 311, sass/_content.scss */
#testimonials .testimonial-slider .slick-prev, #testimonials .testimonial-slider .slick-next {
  width: 15px;
  height: 34px;
}
@media (max-width: 767px) {
  /* line 311, sass/_content.scss */
  #testimonials .testimonial-slider .slick-prev, #testimonials .testimonial-slider .slick-next {
    display: none !important;
  }
}
/* line 318, sass/_content.scss */
#testimonials .testimonial-slider .slick-prev:before, #testimonials .testimonial-slider .slick-next:before {
  color: white;
  font-size: 35px;
  content: "";
}
/* line 323, sass/_content.scss */
#testimonials .testimonial-slider .slick-prev {
  background-image: url("img/left-arrow.png");
  background-repeat: no-repeat;
}
/* line 327, sass/_content.scss */
#testimonials .testimonial-slider .slick-next {
  background-image: url("img/right-arrow.png");
  background-repeat: no-repeat;
}

/* line 335, sass/_content.scss */
#virtual-tour .header {
  margin-bottom: 0;
}
/* line 338, sass/_content.scss */
#virtual-tour .tour-slider {
  width: 95%;
  margin: 0px auto;
}
/* line 341, sass/_content.scss */
#virtual-tour .tour-slider .picture {
  height: 290px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
/* line 346, sass/_content.scss */
#virtual-tour .tour-slider .picture .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009aaa;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 400ms;
}
/* line 357, sass/_content.scss */
#virtual-tour .tour-slider .picture:hover {
  cursor: pointer;
}
/* line 359, sass/_content.scss */
#virtual-tour .tour-slider .picture:hover .overlay {
  opacity: .85;
}
/* line 363, sass/_content.scss */
#virtual-tour .tour-slider .picture .icon {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  color: white;
  margin: 0;
  padding: 0;
  transition: all 400ms 100ms;
}
/* line 379, sass/_content.scss */
#virtual-tour .tour-slider .picture:hover .title, #virtual-tour .tour-slider .picture:hover .icon {
  opacity: 1 !important;
}
/* line 384, sass/_content.scss */
#virtual-tour .tour-slider .slick-slide {
  margin: 15px;
  opacity: 1;
}
/* line 388, sass/_content.scss */
#virtual-tour .tour-slider .slick-active {
  opacity: 1;
}
/* line 391, sass/_content.scss */
#virtual-tour .tour-slider .slick-prev, #virtual-tour .tour-slider .slick-next {
  width: 15px;
  height: 34px;
}
@media (max-width: 767px) {
  /* line 391, sass/_content.scss */
  #virtual-tour .tour-slider .slick-prev, #virtual-tour .tour-slider .slick-next {
    display: none !important;
  }
}
/* line 398, sass/_content.scss */
#virtual-tour .tour-slider .slick-prev:before, #virtual-tour .tour-slider .slick-next:before {
  color: white;
  font-size: 35px;
  content: "";
}
/* line 403, sass/_content.scss */
#virtual-tour .tour-slider .slick-prev {
  background-image: url("img/left-arrow_black.png");
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  /* line 403, sass/_content.scss */
  #virtual-tour .tour-slider .slick-prev {
    left: -12px;
  }
}
/* line 411, sass/_content.scss */
#virtual-tour .tour-slider .slick-next {
  background-image: url("img/right-arrow_black.png");
  background-repeat: no-repeat;
  right: -13px;
}
/* line 416, sass/_content.scss */
#virtual-tour .tour-slider .slick-current {
  opacity: 1;
}

/*********INNER PAGES*************/
/* line 428, sass/_content.scss */
.main-content .header-page-bg {
  background-size: cover;
  background-position: center center;
  padding: 150px 0;
  position: relative;
}
@media (max-width: 992px) {
  /* line 428, sass/_content.scss */
  .main-content .header-page-bg {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  /* line 428, sass/_content.scss */
  .main-content .header-page-bg {
    padding: 60px 0;
  }
}
/* line 439, sass/_content.scss */
.main-content .header-page-bg .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009aaa;
  opacity: .85;
  top: 0;
  left: 0;
  z-index: 0;
}
/* line 449, sass/_content.scss */
.main-content .header-page-bg .header-page-title {
  font-size: 80px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 449, sass/_content.scss */
  .main-content .header-page-bg .header-page-title {
    font-size: 40px;
  }
}
/* line 461, sass/_content.scss */
.main-content .page-subsections {
  margin-top: 60px;
}
@media (max-width: 992px) {
  /* line 461, sass/_content.scss */
  .main-content .page-subsections {
    margin-top: 30px;
  }
}
/* line 466, sass/_content.scss */
.main-content .page-subsections .subsections {
  border-right: 2px solid #2c2d2d;
}
@media (max-width: 992px) {
  /* line 466, sass/_content.scss */
  .main-content .page-subsections .subsections {
    border-left: 2px solid #2c2d2d;
    border-right: 0;
    margin-bottom: 30px;
  }
}
/* line 473, sass/_content.scss */
.main-content .page-subsections .subsections li {
  text-align: right;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  /* line 473, sass/_content.scss */
  .main-content .page-subsections .subsections li {
    text-align: left;
    margin-bottom: 5px;
  }
}
/* line 480, sass/_content.scss */
.main-content .page-subsections .subsections li a {
  font-size: 26px;
  display: block;
  position: relative;
  right: -2px;
  padding-right: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  /* line 480, sass/_content.scss */
  .main-content .page-subsections .subsections li a {
    padding-left: 15px;
    font-size: 22px;
  }
}
/* line 491, sass/_content.scss */
.main-content .page-subsections .subsections li a strong {
  font-weight: 600 !important;
}
/* line 494, sass/_content.scss */
.main-content .page-subsections .subsections li a.active {
  color: #009aaa;
  border-right: 2px solid #009aaa;
}
@media (max-width: 992px) {
  /* line 494, sass/_content.scss */
  .main-content .page-subsections .subsections li a.active {
    border-right: 0;
    border-left: 0;
  }
}
/* line 507, sass/_content.scss */
.main-content .page-default, .main-content .page-full-width, .main-content .template-contact {
  margin-top: 60px;
}
/* line 509, sass/_content.scss */
.main-content .page-default h1.page-title, .main-content .page-full-width h1.page-title, .main-content .template-contact h1.page-title {
  display: none;
}
/* line 513, sass/_content.scss */
.main-content .page-media {
  margin-bottom: 40px;
}
/* line 515, sass/_content.scss */
.main-content .page-media .content {
  margin-top: 20px;
  margin-bottom: 80px;
}
/* line 519, sass/_content.scss */
.main-content .page-media .picture-wrapper, .main-content .page-media .video-wrapper, .main-content .page-media .marketing-wrapper {
  margin-bottom: 30px;
}
/* line 522, sass/_content.scss */
.main-content .page-media .image-wrapper {
  overflow: hidden;
}
/* line 525, sass/_content.scss */
.main-content .page-media .image-wrapper:hover .picture {
  transform: scale(1.2);
}
/* line 530, sass/_content.scss */
.main-content .page-media .marketing-wrapper {
  position: relative;
}
/* line 532, sass/_content.scss */
.main-content .page-media .marketing-wrapper .overlay {
  position: absolute;
  width: 100%;
  background-color: #009aaa;
  bottom: 0;
  z-index: 0;
  transition: all 400ms;
  display: block;
  opacity: .85;
  height: 70px;
  transition: all 200ms;
}
/* line 544, sass/_content.scss */
.main-content .page-media .marketing-wrapper:hover {
  cursor: pointer;
}
/* line 546, sass/_content.scss */
.main-content .page-media .marketing-wrapper:hover .overlay {
  height: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
/* line 553, sass/_content.scss */
.main-content .page-media .marketing-wrapper .marketing {
  background-color: #009aaa;
  width: 100%;
  height: 270px;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 400ms;
}
/* line 566, sass/_content.scss */
.main-content .page-media .marketing-wrapper .title {
  margin: 0;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  font-weight: 300;
  line-height: 21px;
  transform: translate(-50%, -50%);
  color: white;
  text-transform: none;
  margin: 0;
  padding: 0;
  transition: all 400ms;
}
/* line 584, sass/_content.scss */
.main-content .page-media .marketing-wrapper:hover .title {
  opacity: 1 !important;
}
/* line 590, sass/_content.scss */
.main-content .page-media .picture {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 274px;
  transition: all 400ms ease-in;
  display: block;
}
/* line 600, sass/_content.scss */
.main-content .page-media .options {
  overflow: hidden;
  padding: 10px;
  text-align: right;
}
/* line 604, sass/_content.scss */
.main-content .page-media .options .button {
  display: inline-block;
}
/* line 606, sass/_content.scss */
.main-content .page-media .options .button .icon {
  display: inline-block;
  transition: all 400ms;
}
/* line 609, sass/_content.scss */
.main-content .page-media .options .button .icon.ocult {
  position: absolute;
  z-index: 2;
  opacity: 0;
}
/* line 614, sass/_content.scss */
.main-content .page-media .options .button .icon.left {
  float: left;
}
/* line 617, sass/_content.scss */
.main-content .page-media .options .button .icon.right {
  float: right;
  margin-left: 25px;
}
/* line 623, sass/_content.scss */
.main-content .page-media .options .button:hover .icon {
  opacity: 0;
}
/* line 625, sass/_content.scss */
.main-content .page-media .options .button:hover .icon.ocult {
  opacity: 1;
}
/* line 634, sass/_content.scss */
.main-content article.page .page-title, .main-content .page-programs .page-title {
  margin-top: 0;
  text-transform: none;
  font-size: 42px;
  font-weight: 300;
}
/* line 640, sass/_content.scss */
.main-content article.page .page-title strong, .main-content .page-programs .page-title strong {
  font-weight: 800;
}
/* line 644, sass/_content.scss */
.main-content article.page p, .main-content .page-programs p {
  margin: 0 0 25px;
}
/* line 647, sass/_content.scss */
.main-content article.page a, .main-content .page-programs a {
  color: #009aaa;
  font-weight: 600;
}
/* line 650, sass/_content.scss */
.main-content article.page a:hover, .main-content .page-programs a:hover {
  text-decoration: underline;
}
/* line 655, sass/_content.scss */
.main-content .sidebar-wrapper {
  border-left: 2px solid #2c2d2d;
}
@media (max-width: 992px) {
  /* line 655, sass/_content.scss */
  .main-content .sidebar-wrapper {
    border-left: 0;
    border-top: 2px solid #2c2d2d;
    padding-top: 30px;
    margin-top: 20px;
  }
}
/* line 665, sass/_content.scss */
.main-content .template-contact .title {
  font-size: 26px;
  text-transform: none;
  font-weight: 800;
}
/* line 671, sass/_content.scss */
.main-content .template-contact .location .item {
  margin-top: 40px;
}
@media (max-width: 992px) {
  /* line 671, sass/_content.scss */
  .main-content .template-contact .location .item {
    margin-top: 20px;
  }
}
/* line 676, sass/_content.scss */
.main-content .template-contact .location .item:last-child {
  margin-bottom: 0px;
}
/* line 679, sass/_content.scss */
.main-content .template-contact .location .item i {
  padding-right: 10px;
  position: absolute;
  padding-top: 2px;
  display: block;
}
/* line 685, sass/_content.scss */
.main-content .template-contact .location .item > div {
  padding-left: 30px;
  font-size: 18px;
}
/* line 691, sass/_content.scss */
.main-content .template-contact .social {
  margin-top: 90px;
}
@media (max-width: 992px) {
  /* line 691, sass/_content.scss */
  .main-content .template-contact .social {
    margin-top: 50px;
  }
}
/* line 696, sass/_content.scss */
.main-content .template-contact .social a {
  color: #3b3a3c;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 2px solid #3b3a3c;
  margin-right: 30px;
  text-align: center;
}
/* line 705, sass/_content.scss */
.main-content .template-contact .social a i {
  position: relative;
  top: 11px;
  font-size: 1em;
}
@media (max-width: 992px) {
  /* line 713, sass/_content.scss */
  .main-content .template-contact .form {
    margin-top: 50px;
  }
}
/* line 717, sass/_content.scss */
.main-content .template-contact .form label {
  font-size: 12px;
  text-transform: none;
  display: block;
  padding-left: 15px;
}
/* line 723, sass/_content.scss */
.main-content .template-contact .form .wpcf7 input[type="text"], .main-content .template-contact .form .wpcf7 input[type="email"], .main-content .template-contact .form .wpcf7 textarea {
  font-size: 16px;
  padding: 15px;
}
/* line 727, sass/_content.scss */
.main-content .template-contact .form .wpcf7 textarea {
  height: 200px;
  border-bottom: 0;
}
/* line 731, sass/_content.scss */
.main-content .template-contact .form .wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  background: #009aaa;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
}
/* line 741, sass/_content.scss */
.main-content .template-contact .form span.wpcf7-not-valid-tip {
  text-transform: none;
  font-size: 12px;
}
/* line 745, sass/_content.scss */
.main-content .template-contact .form .wpcf7-validation-errors, .main-content .template-contact .form div.wpcf7-response-output {
  text-transform: none;
  font-size: 12px;
  margin-top: -10px;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
/* line 754, sass/_content.scss */
.main-content .template-contact .college-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
}
@media (max-width: 992px) {
  /* line 754, sass/_content.scss */
  .main-content .template-contact .college-image {
    margin-top: 50px;
  }
}

/*********FOOTER BLOCKS*************/
/* line 772, sass/_content.scss */
.block-contact {
  position: relative;
  background-color: #009aaa;
}
/* line 776, sass/_content.scss */
.block-contact > .container {
  padding-bottom: 0;
}
/* line 780, sass/_content.scss */
.block-contact .inner {
  margin-top: 30px;
  background-color: #009aaa;
  padding-bottom: 30px;
  padding-top: 15px;
}
/* line 788, sass/_content.scss */
.block-contact .girl-contact {
  position: absolute;
  left: 500px;
  bottom: 0;
}
@media (max-width: 992px) {
  /* line 788, sass/_content.scss */
  .block-contact .girl-contact {
    display: none;
  }
}
/* line 796, sass/_content.scss */
.block-contact .form {
  width: 450px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  /* line 796, sass/_content.scss */
  .block-contact .form {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 796, sass/_content.scss */
  .block-contact .form {
    width: 100%;
  }
}
/* line 805, sass/_content.scss */
.block-contact .form .title {
  font-weight: 800;
  color: white;
  font-size: 36px;
}
/* line 810, sass/_content.scss */
.block-contact .form .subtitle {
  color: white;
  margin-bottom: 15px;
}
/* line 814, sass/_content.scss */
.block-contact .form label {
  color: white;
  display: inline-block;
  padding-left: 10px;
  font-size: 15px;
}

/*********PROGRAMS/COURSES*************/
/* line 826, sass/_content.scss */
.header-program-bg {
  height: 373px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 992px) {
  /* line 826, sass/_content.scss */
  .header-program-bg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 826, sass/_content.scss */
  .header-program-bg {
    height: 200px;
  }
}

/* line 837, sass/_content.scss */
.page-programs {
  margin-top: 60px;
}
/* line 839, sass/_content.scss */
.page-programs .breadcrumb {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
/* line 847, sass/_content.scss */
.page-programs .breadcrumb.top {
  margin-top: -35px;
}
/* line 850, sass/_content.scss */
.page-programs .breadcrumb a {
  font-weight: 400;
  color: #3b3a3c;
}
/* line 853, sass/_content.scss */
.page-programs .breadcrumb a:hover {
  color: #009aaa;
}
/* line 857, sass/_content.scss */
.page-programs .breadcrumb .item {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 992px) {
  /* line 857, sass/_content.scss */
  .page-programs .breadcrumb .item {
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* line 864, sass/_content.scss */
.page-programs .breadcrumb .item:first-child {
  padding-left: 0;
}
/* line 867, sass/_content.scss */
.page-programs .breadcrumb .item.current {
  color: #009aaa;
}
/* line 872, sass/_content.scss */
.page-programs .program-description {
  font-size: 24px;
}
@media (max-width: 767px) {
  /* line 872, sass/_content.scss */
  .page-programs .program-description {
    font-size: 20px;
  }
}
/* line 878, sass/_content.scss */
.page-programs .sidebar-program {
  border-left: 2px solid #2c2d2d;
}
@media (max-width: 992px) {
  /* line 878, sass/_content.scss */
  .page-programs .sidebar-program {
    border-left: 0;
    border-top: 2px solid #2c2d2d;
    padding-top: 30px;
    margin-top: 20px;
  }
}
/* line 886, sass/_content.scss */
.page-programs .sidebar-program a.more {
  border: 2px solid #3b3a3c;
  color: #3b3a3c;
  font-size: 14px;
  padding: 8px 25px;
  text-transform: uppercase;
}
/* line 893, sass/_content.scss */
.page-programs .sidebar-program .requirement {
  margin-bottom: 50px;
}
/* line 895, sass/_content.scss */
.page-programs .sidebar-program .requirement .title {
  font-size: 26px;
  text-transform: none;
  color: #009aaa;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 903, sass/_content.scss */
.page-programs .sidebar-program .requirement .description {
  font-size: 16px;
}
/* line 908, sass/_content.scss */
.page-programs .course {
  margin-bottom: 45px;
}
/* line 910, sass/_content.scss */
.page-programs .course .intro-left {
  float: left;
  width: 65%;
}
@media (max-width: 992px) {
  /* line 910, sass/_content.scss */
  .page-programs .course .intro-left {
    float: none;
    width: 100%;
  }
}
/* line 918, sass/_content.scss */
.page-programs .course .intro-right {
  float: right;
  width: 35%;
}
@media (max-width: 992px) {
  /* line 918, sass/_content.scss */
  .page-programs .course .intro-right {
    float: none;
    width: 100%;
  }
}
/* line 926, sass/_content.scss */
.page-programs .course header {
  background-color: #009aaa;
  color: #fff;
  overflow: hidden;
}
/* line 930, sass/_content.scss */
.page-programs .course header .title {
  font-weight: 100;
  font-size: 24px;
  padding: 15px;
  margin: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  /* line 930, sass/_content.scss */
  .page-programs .course header .title {
    font-size: 22px;
  }
}
/* line 939, sass/_content.scss */
.page-programs .course header .title strong {
  font-weight: 800;
}
/* line 943, sass/_content.scss */
.page-programs .course header .code {
  padding-top: 20px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  /* line 943, sass/_content.scss */
  .page-programs .course header .code {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
/* line 953, sass/_content.scss */
.page-programs .course .basics {
  overflow: hidden;
  background-color: #ddd;
}
/* line 956, sass/_content.scss */
.page-programs .course .basics > div {
  border-top: 5px solid #fff;
}
/* line 959, sass/_content.scss */
.page-programs .course .basics div.inner {
  padding: 15px;
}
/* line 962, sass/_content.scss */
.page-programs .course .basics .key {
  font-weight: bold;
  padding-right: 20px;
}
/* line 966, sass/_content.scss */
.page-programs .course .basics .intro-right {
  border-left: 5px solid #fff;
}
@media (max-width: 992px) {
  /* line 966, sass/_content.scss */
  .page-programs .course .basics .intro-right {
    border-left: 0;
  }
}
/* line 973, sass/_content.scss */
.page-programs .course .see-opt {
  background-color: #ceedf0;
  text-align: center;
}
/* line 976, sass/_content.scss */
.page-programs .course .see-opt a {
  color: #009aaa;
  font-size: 14px;
}
/* line 981, sass/_content.scss */
.page-programs .course .content-wrapper {
  display: none;
  background-color: #e5f5f7;
  padding: 15px 15px 25px 15px;
}
/* line 985, sass/_content.scss */
.page-programs .course .content-wrapper .content {
  margin-bottom: 30px;
}
/* line 987, sass/_content.scss */
.page-programs .course .content-wrapper .content .title {
  margin-bottom: 0;
  font-size: 20px;
  color: #009aaa;
}
/* line 994, sass/_content.scss */
.page-programs .course .course-danford-table {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%;
}
/* line 998, sass/_content.scss */
.page-programs .course .course-danford-table thead {
  border-bottom: 2px solid #009aaa;
}
/* line 1001, sass/_content.scss */
.page-programs .course .course-danford-table tr {
  border-bottom: 1px solid #000;
}
/* line 1004, sass/_content.scss */
.page-programs .course .course-danford-table th {
  padding-bottom: 5px;
}
/* line 1007, sass/_content.scss */
.page-programs .course .course-danford-table td {
  padding: 5px 0;
}
/* line 1009, sass/_content.scss */
.page-programs .course .course-danford-table td.code {
  font-weight: bold;
  width: 170px;
}

/*********SEARCH PAGE*************/
/* line 1020, sass/_content.scss */
.search-results .main-content, .search-no-results .main-content {
  margin-top: 45px;
}
/* line 1022, sass/_content.scss */
.search-results .main-content article, .search-no-results .main-content article {
  margin-right: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
/* line 1026, sass/_content.scss */
.search-results .main-content article .page-title, .search-no-results .main-content article .page-title {
  font-weight: 400;
  font-size: 26px;
}
/* line 1030, sass/_content.scss */
.search-results .main-content article .page-title a, .search-no-results .main-content article .page-title a {
  color: #3b3a3c !important;
}
/* line 1033, sass/_content.scss */
.search-results .main-content article .page-title strong, .search-no-results .main-content article .page-title strong {
  font-weight: 800;
}
/* line 1040, sass/_content.scss */
.search-results .page-title span, .search-no-results .page-title span {
  font-weight: 100;
  color: #009aaa;
  font-style: italic;
  display: block;
  margin-top: 15px;
  text-transform: none;
}

/* line 1052, sass/_content.scss */
.no-results .page-title {
  font-weight: 400;
  text-transform: none;
}
/* line 1055, sass/_content.scss */
.no-results .page-title strong {
  font-weight: 800;
}
/* line 1059, sass/_content.scss */
.no-results .search-form {
  margin-top: 45px;
}
/* line 1061, sass/_content.scss */
.no-results .search-form label {
  width: 90%;
}
/* line 1064, sass/_content.scss */
.no-results .search-form .search-field {
  width: 100%;
  border: 1px solid black;
  padding: 5px;
}
/* line 1069, sass/_content.scss */
.no-results .search-form .search-submit {
  background-color: #009aaa;
  color: #fff;
  border: 0;
  box-shadow: none;
  margin-top: 10px;
  padding: 10px;
  text-transform: uppercase;
}

/* line 1081, sass/_content.scss */
.page-template-page-contact {
  background-color: #eee;
}
/* line 1084, sass/_content.scss */
.page-template-page-contact .site-footer {
  color: #3b3a3c;
  padding-top: 0px;
  background-color: transparent;
}
/* line 1089, sass/_content.scss */
.page-template-page-contact .site-footer .footer-info {
  font-size: 15px;
}
/* line 1091, sass/_content.scss */
.page-template-page-contact .site-footer .footer-info a {
  color: #3b3a3c !important;
}
/* line 1095, sass/_content.scss */
.page-template-page-contact .site-footer .footer-widgets, .page-template-page-contact .site-footer .footer-slogan {
  display: none;
}

/*********CAREER*************/
/* line 1102, sass/_content.scss */
.page-careers {
  margin-bottom: 60px;
  margin-top: 60px;
}
/* line 1105, sass/_content.scss */
.page-careers .image-career-wrapper {
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 1105, sass/_content.scss */
  .page-careers .image-career-wrapper {
    display: none;
  }
}
/* line 1111, sass/_content.scss */
.page-careers .career-content-description {
  padding-right: 35px;
}
/* line 1115, sass/_content.scss */
.page-careers .careers .page-title {
  text-transform: none;
  font-weight: 600;
}
/* line 1119, sass/_content.scss */
.page-careers .careers .danford-table {
  margin-bottom: 45px;
}
/* line 1122, sass/_content.scss */
.page-careers .careers .type-title {
  text-transform: uppercase;
}
/* line 1127, sass/_content.scss */
.page-careers .careers .career .title {
  text-transform: none;
  font-weight: 600;
}
/* line 1131, sass/_content.scss */
.page-careers .careers .career .pos-desc {
  font-size: 13px;
  display: inline-block;
  padding-right: 15px;
}
@media (max-width: 767px) {
  /* line 1131, sass/_content.scss */
  .page-careers .careers .career .pos-desc {
    padding: 0;
  }
}
/* line 1140, sass/_content.scss */
.page-careers .careers .career .apply-button {
  color: #009aaa;
  background: transparent;
  border: 2px solid #009aaa;
  border-radius: 5px;
  font-size: 14px;
}
/* line 1148, sass/_content.scss */
.page-careers .careers .form {
  border: 0;
  background-color: #c9c9c9;
}
/* line 1151, sass/_content.scss */
.page-careers .careers .form td {
  padding: 0;
  border: 0;
}
/* line 1156, sass/_content.scss */
.page-careers .careers .form .wpcf7 {
  padding: 15px;
}
/* line 1158, sass/_content.scss */
.page-careers .careers .form .wpcf7 label {
  font-size: 12px;
}
/* line 1161, sass/_content.scss */
.page-careers .careers .form .wpcf7 input[type="file"] {
  font-size: 12px;
}
/* line 1164, sass/_content.scss */
.page-careers .careers .form .wpcf7 .submit {
  margin-top: 30px;
}
/* line 1166, sass/_content.scss */
.page-careers .careers .form .wpcf7 .submit input {
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
}

/* line 1180, sass/_content.scss */
.gmpInfoWindowtitle {
  margin-bottom: 0 !important;
  font: 400 11px Roboto, Arial, sans-serif;
}

/* line 1185, sass/_content.scss */
.egm-marker-iw {
  font-size: 11px !important;
  color: #000 !important;
}

/* line 1, sass/_widget.scss */
.sidebar {
  padding-left: 10px;
}
/* line 3, sass/_widget.scss */
.sidebar .widget {
  margin-bottom: 50px;
}
/* line 6, sass/_widget.scss */
.sidebar .widget-title {
  margin-top: 0;
  text-transform: none;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 20px;
  color: #009aaa;
}
/* line 15, sass/_widget.scss */
.sidebar .widget_link_list li {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 18, sass/_widget.scss */
.sidebar .widget_link_list li a {
  font-size: 16px;
}
/* line 20, sass/_widget.scss */
.sidebar .widget_link_list li a:hover {
  color: #009aaa;
}
/* line 23, sass/_widget.scss */
.sidebar .widget_link_list li a:active {
  text-decoration: underline;
}

/* line 1, sass/_footer.scss */
.site-footer {
  background-color: #2c2d2d;
  color: white;
  padding: 80px 0;
}
@media (max-width: 992px) {
  /* line 1, sass/_footer.scss */
  .site-footer {
    padding: 0px 0;
  }
}
/* line 8, sass/_footer.scss */
.site-footer .footer-slogan {
  border-bottom: 1px solid #009aaa;
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 00px;
}
@media (max-width: 992px) {
  /* line 8, sass/_footer.scss */
  .site-footer .footer-slogan {
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
/* line 18, sass/_footer.scss */
.site-footer .footer-slogan .message {
  font-size: 36px;
  font-weight: 800;
  color: #009aaa;
  float: left;
}
@media (max-width: 1200px) {
  /* line 18, sass/_footer.scss */
  .site-footer .footer-slogan .message {
    float: none;
  }
}
@media (max-width: 992px) {
  /* line 18, sass/_footer.scss */
  .site-footer .footer-slogan .message {
    font-size: 26px;
  }
}
/* line 30, sass/_footer.scss */
.site-footer .footer-slogan .slogan {
  color: #009aaa;
  float: right;
}
@media (max-width: 1200px) {
  /* line 30, sass/_footer.scss */
  .site-footer .footer-slogan .slogan {
    float: none;
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  /* line 39, sass/_footer.scss */
  .site-footer .footer-slogan .slogan img {
    width: 240px;
  }
}
/* line 46, sass/_footer.scss */
.site-footer .footer-widgets {
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 992px) {
  /* line 46, sass/_footer.scss */
  .site-footer .footer-widgets {
    margin-bottom: 20px;
  }
}
/* line 52, sass/_footer.scss */
.site-footer .footer-widgets .widget-title {
  text-transform: none;
  font-size: 28px;
}
/* line 56, sass/_footer.scss */
.site-footer .footer-widgets .location {
  margin-top: 0px;
  width: 20%;
  float: left;
}
@media (max-width: 1200px) {
  /* line 56, sass/_footer.scss */
  .site-footer .footer-widgets .location {
    width: 25%;
  }
}
@media (max-width: 992px) {
  /* line 56, sass/_footer.scss */
  .site-footer .footer-widgets .location {
    width: 35%;
  }
}
@media (max-width: 767px) {
  /* line 56, sass/_footer.scss */
  .site-footer .footer-widgets .location {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
/* line 72, sass/_footer.scss */
.site-footer .footer-widgets .location .item {
  margin-bottom: 47px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  /* line 72, sass/_footer.scss */
  .site-footer .footer-widgets .location .item {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}
/* line 79, sass/_footer.scss */
.site-footer .footer-widgets .location .item:last-child {
  margin-bottom: 0px;
}
/* line 82, sass/_footer.scss */
.site-footer .footer-widgets .location .item i {
  padding-right: 10px;
  position: absolute;
  padding-top: 2px;
  display: block;
}
/* line 88, sass/_footer.scss */
.site-footer .footer-widgets .location .item > div {
  padding-left: 30px;
  font-size: 18px;
}
/* line 95, sass/_footer.scss */
.site-footer .footer-widgets .map {
  width: 60%;
  overflow: hidden;
  float: left;
}
@media (max-width: 1200px) {
  /* line 95, sass/_footer.scss */
  .site-footer .footer-widgets .map {
    width: 50%;
  }
}
@media (max-width: 992px) {
  /* line 95, sass/_footer.scss */
  .site-footer .footer-widgets .map {
    width: 65%;
  }
}
@media (max-width: 767px) {
  /* line 95, sass/_footer.scss */
  .site-footer .footer-widgets .map {
    width: 100%;
    float: none;
  }
}
/* line 109, sass/_footer.scss */
.site-footer .footer-widgets .map iframe {
  width: 100%;
  float: right;
}
@media (max-width: 992px) {
  /* line 109, sass/_footer.scss */
  .site-footer .footer-widgets .map iframe {
    margin-bottom: 30px;
  }
}
/* line 116, sass/_footer.scss */
.site-footer .footer-widgets .map > div {
  margin-bottom: 30px;
}
/* line 120, sass/_footer.scss */
.site-footer .footer-widgets .social {
  width: 20%;
  float: left;
}
@media (max-width: 1200px) {
  /* line 120, sass/_footer.scss */
  .site-footer .footer-widgets .social {
    width: 25%;
  }
}
@media (max-width: 992px) {
  /* line 120, sass/_footer.scss */
  .site-footer .footer-widgets .social {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 120, sass/_footer.scss */
  .site-footer .footer-widgets .social {
    width: 100%;
    float: none;
  }
}
/* line 133, sass/_footer.scss */
.site-footer .footer-widgets .social .button {
  display: inline-block;
  position: relative;
  margin-right: 35px;
}
/* line 137, sass/_footer.scss */
.site-footer .footer-widgets .social .button .icon {
  display: inline-block;
  transition: all 400ms;
  width: 40px;
  height: 40px;
}
/* line 142, sass/_footer.scss */
.site-footer .footer-widgets .social .button .icon.ocult {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  left: 0;
}
/* line 150, sass/_footer.scss */
.site-footer .footer-widgets .social .button:last-child {
  margin-right: 0;
}
/* line 154, sass/_footer.scss */
.site-footer .footer-widgets .social .button:hover .icon {
  opacity: 0;
}
/* line 156, sass/_footer.scss */
.site-footer .footer-widgets .social .button:hover .icon.ocult {
  opacity: 1;
}
/* line 165, sass/_footer.scss */
.site-footer .footer-info {
  overflow: hidden;
  margin-top: 40px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  font-size: 12px;
}
@media (max-width: 992px) {
  /* line 165, sass/_footer.scss */
  .site-footer .footer-info {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
/* line 176, sass/_footer.scss */
.site-footer .footer-info .site-info {
  float: left;
}
@media (max-width: 992px) {
  /* line 176, sass/_footer.scss */
  .site-footer .footer-info .site-info {
    float: none;
    margin-bottom: 20px;
  }
}
/* line 183, sass/_footer.scss */
.site-footer .footer-info .legal-links {
  float: right;
}
@media (max-width: 992px) {
  /* line 183, sass/_footer.scss */
  .site-footer .footer-info .legal-links {
    float: none;
    text-align: center;
  }
}
/* line 189, sass/_footer.scss */
.site-footer .footer-info .legal-links a {
  color: #fff;
  margin-left: 10px;
}
/* line 192, sass/_footer.scss */
.site-footer .footer-info .legal-links a:first-child {
  margin-right: 10px;
}
.themed-header {
	color:#009aaa;
}

