.ph {
  -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.65) 0px 0px 10px;
  position: relative;
  z-index: 10;
}
.shrinkHeader .ph {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.ph .container-fluid {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ph {
    background-color: #0d8086;
  }
  .ph .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .ph .genericon-search {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .ph {
    border-top: 10px solid #0d8086;
    background-color: white;
    height: 106px;
  }
  .ph .genericon-menu {
    display: none;
  }
}

.ph form {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
}
.ph form input[type="submit"] {
  width: 0;
  height: 0;
}
.ph form input[type="text"] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  text-indent: 15px;
  font-size: 16px;
  color: black;
  background-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .ph form {
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 10px;
  }
  .ph form input[type="text"] {
    background-color: #dfdfdf;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .ph form {
    bottom: 200%;
    left: 15px;
    right: 15px;
    height: 0;
  }
  .show-search .ph form {
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    bottom: -135px;
    height: 50px;
  }
}

.brand {
  font-size: 0;
  width: 80px;
  height: 50px;
  background: url("../images/logo-sm.svg") center/75% no-repeat #0d8086;
}
@media only screen and (max-width: 767px) {
  .brand {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .brand {
    width: 138px;
    height: 63px;
    background: url("../images/oli-logo.svg") center/contain no-repeat;
    margin-top:18px;
  }
}

.pn .current-category-ancestor > a,
.pn .current_page_item > a {
  color: #0d8086;
}
@media only screen and (max-width: 767px) {
  .pn {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: fixed;
    top: 200%;
    background-color: #eaeaea;
    left: 0;
    right: 0;
    height: calc(100vh - 50px);
    font-size: 27px;
    line-height: 50px;
    overflow-y: scroll;
  }
  .show-menu .pn {
    top: 50px;
  }
  .pn .menu {
    padding-top: 70px;
  }
  .pn .sub-menu {
    padding-left: 30px;
    color: #8f8f8f;
  }
  .pn a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pn a:hover {
    background-color: #0d8086;
    color: white;
  }
}
@media only screen and (min-width: 768px) {
  .pn {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 40px;
  }
  .pn .menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
  }
  .pn .menu > li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    position: relative;
    color: #333;
  }
  .pn .menu > li > a:hover {
    color: #4bcad3;
  }
  .pn .menu > li:hover .sub-menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
  .pn .menu .current-menu-item > a:hover {
    background-color: transparent;
    color: #0d8086;
  }
  .pn .sub-menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-transform: none;
    padding: 5px 0;
  }
  .pn .sub-menu a {
    display: block;
    padding: 10px 15px;
  }
  .pn .sub-menu a:hover {
    background-color: #0d8086;
    color: white;
  }
}

.genericon-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: white;
}

.genericon-search {
  width: 26px;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  margin-top:-5px;
}

.genericon-close-alt {
  font-size: 20px;
}

.pf {
  background-color: #eaeaea;
  color: #8f8f8f;
  padding-top: 35px;
  padding-bottom: 30px;
}
.pf .logo2 {
  width: 158px;
  height: 68px;
  background: url("../images/logo-footer-159x68.png") center/contain no-repeat;
}
.pf .menu {
  font-size: 17px;
  line-height: 17px;
}
.pf .menu .sub-menu li {
  padding-bottom: 7px;
}
.pf .menu .sub-menu li a {
  color: #8f8f8f;
}
.pf .menu .sub-menu li a:hover {
  color: #4bcad3;
}
.pf .menu .menu-item-has-children,
.pf .menu > .menu-item {
  float: left;
}
.pf .menu .menu-item-has-children > a,
.pf .menu > .menu-item > a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #8f8f8f;
}
.pf .menu .menu-item-has-children > a:hover,
.pf .menu > .menu-item > a:hover {
  color: #4bcad3;
}
.pf .menu > .menu-item {
  width: 100%;
  margin-bottom: 30px;
}
.pf .menu > .menu-item.menu-item-has-children {
  width: 50%;
}
.pf .menu > .menu-item.menu-item-has-children > a {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pf .menu {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .pf .menu > .menu-item {
    width: 44%;
  }
  .pf .menu > .menu-item.menu-item-has-children {
    width: 28%;
  }
}
.pf .last .category {
  font-weight: bold;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 17px;
}
.pf .last li {
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pf .last ul {
    display: -webkit-flex;
    display: flex;
  }
  .pf .last ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 992px) {
  .pf .last {
    border-left: 1px solid #c6c6c6;
    padding-left: 30px;
  }
}

.copyright {
  color: #8f8f8f;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

figure img {
  width: 100%;
}

main .category {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #8f8f8f;
}
main a {
  color: inherit;
}
main .c1 {
  color: #0d8086;
}
main .c2 {
  color: #4bcad3;
}
main .c3 {
  color: white;
}

section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
}
.slick-dots button {
  font-size: 0;
}
.slick-dots li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots li.slick-active {
  background-color: white;
}

.slick-arrow {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 55px;
  height: 48px;
  position: absolute;
  background-image: url("../images/sprite-arrows-111x96.png");
  background-size: 111px;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
.bg1 .slick-arrow {
  top: -110px;
}
.bg2 .slick-arrow {
  top: -99px;
}

.slick-prev {
  right: 71px;
  background-position: 0 -48px;
}
.slick-prev:hover {
  background-position: 0 0;
}

.slick-next {
  right: 15px;
  background-position: -56px -48px;
}
.slick-next:hover {
  background-position: -56px 0;
}

.hero {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom:1em;
}
.hero figure {
  position: relative;  
  height:535px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  margin-bottom:0;
}
.hero figcaption {
  color: #fefefe;
  position: absolute;
  font:bold 20px/27px "Roboto", sans-serif;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  bottom:40px;
  text-align:left;
}
@media (min-width: 768px) {
  .hero figcaption {
    font-size: 35px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .hero figcaption {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (min-width:1024px) {
  .hero figcaption .content {
    max-width:66.666666%;
  }
}
.hero .slick-dots {
  bottom: 30px;
}

.verse {
  font: italic 24px/24px Georgia, serif;
  color: #0d8086;
}

.news .category {
  margin-bottom: 15px;
}
.news .schedule .category {
  margin-bottom: 0;
}
.news .list label {
  display: block;
  margin-bottom: 5px;
  color: #0d8086;
}
.news .list h4 {
  margin-bottom: 10px;
}
.news .list li {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .news .list figure {
    width: 33.333333%;
    margin-right: 30px;
  }
  .news .list summary {
    font-size: 16px;
    line-height: 22px;
  }
}

.box1 {
  margin-bottom: 30px;
}
.box1 .category {
  font-size: 24px;
}
.box1 figure {
  margin-bottom: 5px;
}

.box2 {
  margin-bottom: 30px;
}
.box2 figure {
  margin-bottom: 15px;
}
.box2 summary {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .box3 article {
    margin-bottom: 30px;
  }
}
.box3 figcaption {
  background-color: #f1f1f1;
  padding: 15px 20px 25px;
}

@media only screen and (max-width: 991px) {
  .box4 {
    margin-bottom: 30px;
  }
  .box4 figure {
    margin-bottom: 15px;
  }
}
.box4 .category {
  margin-bottom: 10px;
}
.box4 h3 {
  margin-bottom: 15px;
}
.box4 summary {
  font-size: 16px;
  line-height: 22px;
}

.photo-gallery {
  height: 0;
  overflow: hidden;
}
.photo-gallery.slick-initialized {
  height: auto;
  overflow: visible;
}
.photo-gallery .slick-arrow {
  top: -48px;
}
.photo-gallery .slick-prev {
  right: 56px;
  display: none !important;
  background-position: 0 0;
}
.photo-gallery .slick-prev:hover {
  background-position: 0 -48px;
}
.photo-gallery .slick-next {
  right: 0;
  background-position: -56px 0;
}
.photo-gallery .slick-next:hover {
  background-position: -56px -48px;
}
.photo-gallery figcaption {
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .photo-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .photo-gallery figure {
    padding-left: 15px;
    padding-right: 15px;
  }
  .photo-gallery figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}

.schedule {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .schedule {
    margin-bottom: 10px;
  }
}
.schedule li {
  border-bottom: 1px solid #a5dfe9;
}
.schedule li > span {
  position: relative;
  color: #00959f;
  font: 36px/36px Georgia, serif;
  text-align: center;
  padding: 15px 10px;
}
.schedule li > span::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #9ddae3;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.schedule li > span span {
  display: block;
  font: 16px/16px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
.schedule li:last-child {
  border-bottom: 0;
}
.schedule li:last-child > span::after {
  content: none;
}
.schedule p {
  color: #333;
  font-size: 15px;
}

.bg .category {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 24px;
}
.bg .category span {
  font-weight: normal;
}

.bg1 {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.bg1 .category {
  text-shadow: rgba(0, 0, 0, 0.29) 0px 3px 1px;
  display: inline-block;
  border-bottom: 1px solid #a5dfe9;
  padding-bottom: 10px;
}
.bg1 .category span {
  position: relative;
}
.bg1 .category span::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #a5dfe9;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
}
.bg1 a:hover {
  color: #a5dfe9;
}

.bg2 {
  background-color: #f6f6f6;
  color: #333;
}
.bg2 .category {
  color: #4ebfd2;
}
.bg2 .category span {
  color: #454545;
}
.bg2 a:hover {
  color: #4ebfd2;
}

.internship {
  height: 0;
  overflow: hidden;
}
.internship.slick-initialized {
  height: auto;
  overflow: visible;
}
.internship figure {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.internship h4 {
  font: bold 22px/24px "Source Sans Pro", sans-serif;
  margin-top: 15px;
  margin-bottom: 15px;
}
.internship h4 a {
  color: inherit;
}

.pagination {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}
.pagination span, .pagination a {
  display: inline-block;
  color: #8f8f8f;
  padding: 10px;
}
.pagination .current {
  color: #0d8086;
}
.pagination a:hover {
  color: #4bcad3;
}

.banner {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0d8086;
  padding: 0;
}
.banner .container-fluid {
  position: relative;
  height: calc(310px - 95px);
}
.banner .container-fluid h1 {
  text-shadow: rgba(0, 0, 0, 0.57) 0px 0px 7px;
  position: absolute;
  z-index: 1;
  bottom: 100px;
  right: 15px;
  font: bold 45px/45px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: white;
}
.banner .container-fluid::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translate(40%, 40%);
  -ms-transform: translate(40%, 40%);
  -webkit-transform: translate(40%, 40%);
  transform: translate(40%, 40%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iNjUlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMGQ4MDg2IiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzBkODA4NiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(13, 128, 134, 0.65) 0%, rgba(13, 128, 134, 0) 65%);
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(13, 128, 134, 0.65) 0%, rgba(13, 128, 134, 0) 65%);
  background-image: radial-gradient(ellipse cover at center, rgba(13, 128, 134, 0.65) 0%, rgba(13, 128, 134, 0) 65%);
  content: "";
  display: block;
  width: 800px;
  height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.deco {
  border-top: 1px solid #a5dfe9;
  margin-top: 30px;
  margin-bottom: 30px;
}

article.full {
  font-size: 17px;
  line-height: 22px;
}
article.full .post-edit-link {
  float: right;
}
article.full h1, article.full h2, article.full h3, article.full h4, article.full h5, article.full h6 {
  margin-bottom: 15px;
  color: #333;
}
article.full h4 {
  color: #0d8086;
}
article.full p, article.full ol, article.full ul {
  margin-bottom: 15px;
}
article.full ol li {
  list-style: decimal;
  margin-left: 30px;
}
article.full ul li {
  list-style: disc;
  margin-left: 30px;
}
article.full blockquote {
  border-left: 4px solid #9ddae3;
  padding: 15px 30px;
  margin: 30px;
  font-style: italic;
  font-size: 22px;
  line-height: 28px;
  color: #333;
}
article.full img {
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}
article.full img.alignleft {
  float: left;
  margin-right: 30px;
}
article.full img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
article.full img.alignright {
  float: right;
  margin-left: 30px;
}
article.full .gallery {
  height: 0;
  overflow: hidden;
}
article.full .gallery.slick-initialized {
  height: auto;
  overflow: visible;
}
article.full .gallery .slick-arrow {
  top: -48px;
}
article.full .gallery .slick-prev {
  right: 56px;
  background-position: 0 0;
}
article.full .gallery .slick-prev:hover {
  background-position: 0 -48px;
}
article.full .gallery .slick-next {
  right: 0;
  background-position: -56px 0;
}
article.full .gallery .slick-next:hover {
  background-position: -56px -48px;
}
article.full .gallery img {
  border: none !important;
  width: 100%;
  margin: 0;
}
article.full .gallery-item {
  margin-top: 0 !important;
}
article.full .pagingInfo {
  margin: 15px 0;
}
article.full .wpcf7 .row > div {
  margin-bottom: 15px;
}
article.full #searchform {
  position: relative;
  padding-right: 187px;
}
article.full #searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
}

main form select,
main form input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  text-indent: 15px;
  font-size: 16px;
  color: black;
  background-color: #eaeaea;
}
main form textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 16px;
  color: black;
  background-color: #eaeaea;
  padding: 15px;
  margin-bottom: 15px;
}
main form input[type="submit"] {
  background-color: #0d8086;
  text-indent: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}
main form input[type="submit"]:hover {
  background-color: #00676D;
}
main form input[type="file"],
main form input[type="radio"] {
  width: auto;
  height: auto;
  text-indent: 0;
  background-color: transparent;
}
main form .required {
  color: red;
}
main form label {
  font-weight: bold;
  line-height: 30px;
}
main form .wpcf7-form-control-wrap.english-level, main form .wpcf7-form-control-wrap.opening-month {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #eaeaea;
  display: block;
  position: relative;
}
main form .wpcf7-form-control-wrap.english-level::before, main form .wpcf7-form-control-wrap.opening-month::before {
  content: "\f502";
  font-family: "Genericons";
  display: block;
  width: 50px;
  height: 50px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
main form .wpcf7-form-control-wrap.english-level select, main form .wpcf7-form-control-wrap.opening-month select {
  position: relative;
  background-color: transparent;
}

.alm-load-more-btn {
  display: inline-block;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #0d8086;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.alm-load-more-btn:hover {
  background-color: #00676D;
}
.alm-load-more-btn.done {
  display: none;
}
.alm-load-more-btn.loading {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: url("../images/spinner.gif") center/contain no-repeat;
  font-size: 0;
}

.side-menu .category {
  margin-bottom: 10px;
}
.side-menu ul {
  margin-bottom: 30px;
  font-size: 17px;
  color: #0d8086;
}
.side-menu li {
  border-bottom: 1px solid #a5dfe9;
}
.side-menu li a {
  display: block;
  padding: 15px 10px;
}
.side-menu li a:hover {
  background-color: #0d8086;
  color: white;
}
