@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------*/
/* site-wide styles                                      */
/*-------------------------------------------------------*/
/* Example of adding local fonts
@font-face {
	font-family: 'gotham medium';
	src: url('../fonts/gotham-medium.eot');
	src: url('../fonts/gotham-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-medium.woff') format('woff'), url('../fonts/gotham-medium.ttf') format('truetype');
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'gotham medium';
	src: url('../fonts/gotham-bold.eot');
	src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold.woff') format('woff'), url('../fonts/gotham-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'gotham bold';
	src: url('../fonts/gotham-bold.eot');
	src: url('../fonts/gotham-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-bold.woff') format('woff'), url('../fonts/gotham-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'gotham book';
	src: url('../fonts/gotham-book.eot');
	src: url('../fonts/gotham-book.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book.woff') format('woff'), url('../fonts/gotham-book.ttf') format('truetype');
	font-style: normal;
	font-stretch: normal;
}
*/
@font-face {
  font-family: 'Manus Smooth';
  src: url("../fonts/Font_Manus Smooth.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url("../fonts/Sofia Pro Black.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Sofia Pro Bold';
  src: url("../fonts/Sofia Pro Bold.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Sofia Pro Light';
  src: url("../fonts/Sofia Pro Light.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  /*opacity: 1 !important;*/
  overflow-x: visible !important;
}

html, body {
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  height: 100%;
  width: 100%;
  /*overflow: auto;*/
  font-family: "Sofia Pro", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 150%;
}

.safari {
  background-image: none !important;
}

*, button, a {
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
}

img {
  border: 0;
}

ol, ul {
  margin-left: 16px;
}

input {
  padding: 1px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=file] {
  visibility: hidden;
  left: -9999px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  padding: 2px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
}
textarea::placeholder {
  font-family: 'Manus Smooth', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 24px;
  color: #0059a5 !important;
}

button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  margin: inherit;
}

p {
  margin: 0;
}

/* Pagingnav Frontend */
.pagingnav-wrapper {
  clear: both;
  padding: 15px 0;
}
.pagingnav-wrapper .page-text {
  margin: 0 5px 0 0;
  font-weight: bold;
}
.pagingnav-wrapper select {
  min-width: 45px;
}

/*end Pagingnav Frontend*/
/* savvy validate form validation styles */
.validation {
  display: none;
  position: relative;
  pointer-events: none;
}

.validation .validation_outer, .validation .outer {
  background: url(../images/error_msg_arrow.png) left 15px bottom no-repeat;
  padding-bottom: 7px;
  position: absolute;
  top: -37px;
  left: -35px;
  z-index: 99;
  min-width: 200px;
  width: auto !important;
}

.validation .validation_inner, .validation .inner {
  background: #e30418;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  /*white-space: nowrap;*/
  display: block;
}

textarea + .validation .validation_outer {
  top: -29px;
}

.validation.autoPosition {
  position: absolute;
}

.validation.autoPosition .validation_outer, .validation.autoPosition .outer {
  left: auto;
  top: auto;
}

/* end savvy validate form validation styles */
/* Responsive table and image styles for mobile */
.responsive-table-scroll {
  overflow: auto;
}

.responsive-image-scroll {
  overflow: auto;
}

.responsive-autoshrink {
  max-width: 100%;
}

.warning-message {
  color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 4px;
  position: fixed;
  z-index: 100000;
  width: 100%;
  line-height: 150%;
  opacity: 0.8;
}
.warning-message.staging-server {
  background: #10ca68;
}
.warning-message.staging-server.conn-LVE {
  background: #ef4035;
}
.warning-message.old-browser {
  background: #fa9614;
}
.warning-message.old-browser a {
  color: #fff;
}
.warning-message.staging-server .close, .warning-message.old-browser .close {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -11px;
  cursor: pointer;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 1024px) {
  .warning-message.staging-server .close, .warning-message.old-browser .close {
    position: absolute;
    text-indent: 1000px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.warning-message.staging-server .close span, .warning-message.old-browser .close span {
  display: none;
}

.svyGridLines {
  outline: 1px solid red;
}

/* infomessages */
.InfoMessageContainer {
  position: absolute;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.InfoMessage, .ErrorMessage, .WarningMessage, .alert-error {
  z-index: 200;
  position: absolute;
  top: -200px;
  /* move off screen */
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  width: 400px;
  font-size: 18px;
  left: 50%;
  margin-left: -200px;
  transition: all 1s ease-in-out;
  opacity: 0;
  line-height: 150%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: normal;
  cursor: pointer;
  padding: 20px;
}
.InfoMessage:after, .ErrorMessage:after, .WarningMessage:after, .alert-error:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 5px #0087cb;
  -moz-box-shadow: 0 0 5px 5px #0087cb;
  box-shadow: 0 0 5px 5px #0087cb;
  border-radius: 15px;
  transition: box-shadow 0.4s ease;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .InfoMessage, .ErrorMessage, .WarningMessage, .alert-error {
    width: calc(100% - 40px);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.InfoMessage.showing, .ErrorMessage.showing, .WarningMessage.showing {
  top: 50px;
  opacity: 1;
}

.InfoMessage.hiding, .ErrorMessage.hiding, .WarningMessage.hiding {
  /*top: -105px;
  opacity: 0.5;*/
}

.InfoMessage {
  color: black;
  background-color: white;
  padding: 8px 14px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.InfoMessageBasic {
  color: #3a87ad;
  background-color: #d9edf7;
  padding: 8px 14px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ErrorMessage, .alert-error {
  color: #cc0000;
  background-color: #f2dede;
  padding: 8px 14px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #eed3d7;
}

.WarningMessage, .validation-summary-errors {
  padding: 8px 35px 8px 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* end infomessages */
/* settings */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.clear_l {
  clear: left;
}

.clear_r {
  clear: right;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.align_l {
  text-align: right;
}

.align_r {
  text-align: right;
}

.align_c {
  text-align: center;
}

.bold, .b, b, strong {
  font-weight: bold;
  color: inherit;
}

.i, i, em {
  color: inherit;
  font-style: italic;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

#SavvyPageEditLink {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 200%;
  z-index: 99999999999;
}
#SavvyPageEditLink a {
  line-height: 100%;
  color: #fff;
  border: 1px solid;
  text-decoration: none;
  padding: 8px 10px;
  font-size: 12px;
}
#SavvyPageEditLink a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#SavvyPageEditLink a.close {
  float: right;
  cursor: pointer;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
}

hr.border {
  border-bottom: 1px solid #ccc;
}

.border-width {
  margin: 0 12px;
}

/*btn*/
.btn {
  border: none;
  cursor: pointer;
  padding: 4px 20px;
  font-family: "Rockwell", Georgia, sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #feb911;
  border-radius: 5px;
  display: inline-block;
}

.btn::after {
  font-size: 21px;
  content: ' »';
}

.btn.btn-action {
  background-color: #feb911;
}

.btn.ghost {
  background-color: transparent;
  color: #feb911;
  border: 1px solid;
}

.btn.ghost:hover {
  color: #feb911;
}

.btn:hover {
  color: #fff;
}

.btn.like,
.btn.unlike {
  background-color: transparent;
  border-radius: 0;
  width: 84px;
  height: 41px;
  background-image: url("../images/sprite.png?20180116");
  background-position: -135px -105px;
  background-repeat: no-repeat;
  margin: -6px 20px 0 0;
  float: left;
}

.btn.like::after,
.btn.unlike::after {
  content: '';
}

.btn.unlike {
  width: 106px;
  background-position: -7px -105px;
}

.btn.back::after {
  content: '';
}

.btn.back::before {
  font-size: 21px;
  content: '« ';
}

.btn.login {
  background-color: transparent;
  border-radius: 0;
  width: 76px;
  height: 42px;
  background-image: url("../images/sprite.png?20180116");
  background-position: -234px -111px;
  background-repeat: no-repeat;
}

.btn.login span {
  display: none;
}

.btn.login::after {
  content: '';
}

.btn.logout {
  background-color: transparent;
  border-radius: 0;
  width: 90px;
  height: 42px;
  background-image: url("../images/sprite.png?20180116");
  background-position: -322px -111px;
  background-repeat: no-repeat;
  position: absolute;
  right: 220px;
  top: 32px;
}

.btn.logout span {
  display: none;
}

.btn.logout::after {
  content: '';
}

/*end btn*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a {
  color: #0059a5;
}
a:hover {
  color: #808080;
}

.btn {
  border: none;
  cursor: pointer;
  padding: 6px 10px;
}

h1, h2, h3 {
  font-family: "Manus Smooth", Georgia, sans-serif;
  font-weight: bold;
  line-height: 110%;
}

h4, h5, h6 {
  font-family: "Sofia Pro", Arial, sans-serif;
  font-weight: bold;
}

h1, .pseudo-main-header {
  position: relative;
  font-family: 'Manus Smooth', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  color: white;
  font-size: 50px;
  font-weight: 100 !important;
  line-height: 100%;
  text-shadow: 2px 2px 8px #0087cb;
}
@media screen and (min-width: 480px) {
  h1, .pseudo-main-header {
    font-size: 80px;
  }
}
@media screen and (min-width: 1170px) {
  h1, .pseudo-main-header {
    font-size: 90px !important;
  }
}

h1.small-h1 {
  font-size: 30px;
  font-family: 'Sofia Pro','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-shadow: none;
}

h2 {
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 40px;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 22px;
  font-family: 'Sofia Pro','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}

p {
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
}

.introduction-text {
  padding: 10px 0;
  font-size: 18px;
}

.principal-wrapper {
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  background: linear-gradient(to bottom, #00c0f3 60%, #fff 100%);
}

.shared-section-wrapper {
  width: 100%;
}

@media screen and (min-width: 1170px) {
  .shared-section-wrapper.header {
    position: fixed;
    z-index: 11;
  }
}

.shared-section-wrapper.page-content {
  position: relative !important;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  background: url(../images/assets/white-smudge-2.png) 100% 0 repeat;
  background-size: 100%;
}
@media screen and (max-width: 1169px) {
  .shared-section-wrapper.page-content.padding-top-mobile {
    padding-top: 100px;
  }
}
.shared-section-wrapper.page-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  top: 200px;
  left: 0;
  background: url(../images/assets/white-smudge.png) repeat 100% 0;
  background-size: 100%;
}
@media screen and (min-width: 1170px) {
  .shared-section-wrapper.page-content {
    display: flex;
    flex-direction: column;
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 145px 0 120px;
  }
  .shared-section-wrapper.page-content:before {
    height: calc(100% - 700px);
    top: 700px;
    background: repeat-y center 0/0 url(../images/assets/white-smudge-2.png), repeat-y center 39%/0 url(../images/assets/white-smudge-2.png);
    background-size: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .shared-section-wrapper.page-content {
    background-size: 1400px;
  }
  .shared-section-wrapper.page-content:before {
    background-size: 1400px;
  }
}

.section-content {
  position: relative;
  padding: 0 40px 100px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 480px) {
  .section-content {
    padding: 0 80px 40px;
  }
}
@media screen and (min-width: 1170px) {
  .section-content {
    width: 1170px;
    padding: 0 20px;
  }
}
.section-content.section-header {
  display: block;
  position: fixed;
  padding: 0;
  z-index: 900;
  width: 100%;
}
@media screen and (min-width: 1170px) {
  .section-content.section-header {
    position: relative;
    max-width: 1400px;
  }
}

.section-content-scroll {
  position: relative;
  flex-grow: 1;
  width: 100%;
  /*scrollbar-width: none;*/
  /*&::-webkit-scrollbar {
  	width: 0;
  	background: transparent;
  }*/
}
@media screen and (min-width: 1170px) {
  .section-content-scroll {
    /*overflow-x: hidden;
    overflow-y: scroll;
    height: 62vh; //add space when scrolling to bottom content
    padding: 0 20px; //padding: 0 150px 50px;*/
  }
}

section-scroll-bottom {
  display: none;
}
@media screen and (min-width: 1170px) {
  section-scroll-bottom {
    width: 100%;
    display: block;
  }
}

.section-content-half {
  width: 100%;
}
@media screen and (min-width: 1170px) {
  .section-content-half {
    width: 50%;
    padding: 0 20px;
  }
}

.section-content-full {
  display: block;
}
@media screen and (min-width: 768px) {
  .section-content-full {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*.space-below:after {
	@media screen and (min-width:$maxpagewidth) {
		content: '';
		display: block;
		width: 100%;
		height: 80px;
	}
}*/
.full-width {
  flex: 1 1 100%;
}

.left-half {
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .left-half {
    -ms-flex: 0 1 55%;
    -webkit-flex: 0 1 55%;
    flex: 0 1 55%;
    width: 55%;
    padding-bottom: 0;
  }
  .left-half.contact-us-override-left {
    -ms-flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 100%;
  }
}

.right-half {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-top: 15px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .right-half {
    -ms-flex: 0 1 40%;
    -webkit-flex: 0 1 40%;
    flex: 0 1 40%;
    width: 40%;
  }
  .right-half.contact-us-override-right {
    -ms-flex: 0 1 48%;
    -webkit-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 40vh !important;
    padding-top: 0;
  }
}

.right-half.single-picture-container {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 62vh;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
.right-half.single-picture-container.picture-less-margin {
  margin-top: 10px;
}
@media screen and (min-width: 1170px) {
  .right-half.single-picture-container {
    padding-bottom: 0;
  }
}
.right-half.single-picture-container .single-picture {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  height: calc(100% - 50px);
}
.right-half.single-picture-container .multi-picture {
  margin-bottom: 30px;
  padding-bottom: 0;
  width: 100%;
  height: 56.25%;
}

.right-half.rolling-picture-container {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (min-width: 1170px) {
  .right-half.rolling-picture-container {
    height: 56.25%;
  }
}
.right-half.rolling-picture-container .rolling-picture {
  margin-bottom: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: white;
}
@media screen and (min-width: 1170px) {
  .right-half.rolling-picture-container .rolling-picture {
    height: 100%;
    padding-bottom: 0;
  }
}

.section-body {
  position: relative;
  /*overflow: hidden;*/
  display: flex;
  flex-direction: column;
  z-index: 9;
}
@media screen and (min-width: 1170px) {
  .section-body {
    flex-grow: 1;
  }
  .section-body.section-body-room-pages {
    margin-top: 100px;
  }
}

.body-home {
  padding-bottom: 0;
}

.header-background {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  background-image: url(../images/assets/header-blue.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1170px) {
  .header-background {
    background-image: url(../images/assets/header.svg);
    height: 150px;
    background-size: cover;
    background-position: bottom;
  }
}

.text-banner {
  display: block;
  padding: 20px 40px;
  width: 90%;
  margin: 120px auto 20px;
  background-color: white;
  color: #0087CB;
  font-size: 22px;
  line-height: 130%;
  border-radius: 10px;
  font-family: "Manus Smooth", Georgia, sans-serif;
}
@media screen and (min-width: 1170px) {
  .text-banner {
    font-size: 26px;
    position: absolute;
    top: 120px;
    right: calc(50% - 570px);
    transform: translateY(-50%);
    max-width: 500px;
    background-color: #0087CB;
    color: white;
    width: auto;
  }
}

.title-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
  padding: 0 20px;
  z-index: 9;
}
@media screen and (min-width: 1170px) {
  .title-container {
    padding: 0;
  }
}

.site-logo {
  text-decoration: none;
}
.site-logo img {
  width: 240px;
}
@media screen and (min-width: 1170px) {
  .site-logo img {
    width: 300px;
  }
}

.copyright {
  text-align: center;
  font-size: 1em;
  width: 100%;
}

/* Start TinyMCE normal styles */
.normal {
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
}
.normal ol,
.normal ul {
  margin-left: 16px;
}
.normal p.image-caption {
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}
.normal a[href$='.pdf'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/PDF_small.gif) no-repeat left;
}
.normal a[href$='.doc'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.docx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/doc_small.gif) no-repeat left;
}
.normal a[href$='.xls'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.xlsx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/xls_small.gif) no-repeat left;
}
.normal a[href$='.ppt'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.pptx'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/ppt_small.gif) no-repeat left;
}
.normal a[href$='.zip'] {
  padding-left: 20px;
  background: transparent url(../images/filetypes/zip_small.gif) no-repeat left;
}
.normal table {
  display: table-cell;
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
  width: 100% !important;
}
.normal table td {
  padding: 5px;
  border: 0;
}
.normal table td p {
  /* FF fix */
  margin: 0;
}
.normal table.table-no-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-collapse: collapse;
  text-align: left;
}
.normal table.table-no-gridlines tr td {
  padding: 5px;
  border: 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .normal table.table-no-gridlines tr td {
    width: 50%;
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  .normal table.table-no-gridlines tr td {
    width: 100%;
    display: block;
  }
}
.normal table.table-small {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  color: #777;
  font-size: 10px;
}
.normal table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.normal table.table-gridlines {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
}
.normal table.table-gridlines td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.normal iframe {
  width: 100%;
}
.normal img {
  max-width: 100%;
  height: auto;
}
.normal h2:nth-child(odd),
.normal h3:nth-child(odd),
.normal h4:nth-child(odd),
.normal h5:nth-child(odd),
.normal h6:nth-child(odd) {
  color: #f47521;
}
.normal h2:nth-child(even),
.normal h3:nth-child(even),
.normal h4:nth-child(even),
.normal h5:nth-child(even),
.normal h6:nth-child(even) {
  color: #c02037;
}

body#tinymce {
  margin: 10px;
  background: #fff;
}
body#tinymce p.image-caption {
  font-style: italic;
  margin: 5px 0 15px;
  text-align: center;
}
body#tinymce table {
  border: 1px dashed #ccc;
}
body#tinymce table td {
  border: 1px dashed #ccc;
}
body#tinymce table.table-small td {
  padding: 5px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* end admin tinymce override */
/* End TinyMCE normal styles */
.shared-section-wrapper.footer {
  flex-shrink: 0;
  padding: 0;
  border: none;
  background: none;
}

.footer a {
  text-decoration: none;
}
.footer ul.footer-nav {
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.footer ul.footer-nav li {
  display: inline-block;
}
.footer ul.footer-nav li a {
  padding: 6px;
  text-decoration: none;
}

.footer-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  background-image: url(../images/assets/grass.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1170px) {
  .footer-background {
    background-image: url(../images/assets/rocks-and-daisies-left.png), url(../images/assets/rocks-and-daisies-right-2.png), url(../images/assets/grass.svg);
    background-size: 20%, 30%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, bottom;
  }
}
@media screen and (min-width: 1320px) {
  .footer-background {
    background-position: top left, top right, top;
  }
}
@media screen and (min-width: 2400px) {
  .footer-background {
    background-size: 15%, 20%, 100%;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top left, top right, top;
  }
}
@media screen and (min-width: 3000px) {
  .footer-background {
    background-size: 10%, 15%, 100%;
    background-position: top left, top right, top;
  }
}

.section-footer {
  display: flex;
  position: relative;
  padding: 0 10px 20px;
  /*max-width: 800px;*/
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.section-footer .footer-snail {
  display: none;
}
@media screen and (min-width: 768px) {
  .section-footer .footer-snail {
    display: block;
    position: absolute;
    width: 90px;
    height: auto;
    top: -40px;
    right: 50px;
  }
}
.section-footer .footer-caterpillar {
  position: absolute;
  width: 120px;
  top: -55px;
  left: 2%;
}
@media screen and (min-width: 768px) {
  .section-footer .footer-caterpillar {
    top: -20px;
  }
}
@media screen and (min-width: 1170px) {
  .section-footer .footer-caterpillar {
    width: 100px;
    left: 20%;
    top: 0;
  }
}
.section-footer .enrol-online-link {
  position: absolute;
  top: -70px;
  left: calc(2% + 100px);
}
@media screen and (min-width: 768px) {
  .section-footer .enrol-online-link {
    top: -50px;
  }
}
@media screen and (min-width: 1170px) {
  .section-footer .enrol-online-link {
    top: -40px;
    left: calc(20% + 80px);
  }
}
.section-footer .enrol-online-btn {
  display: block;
  width: 180px;
}

.footer-contact {
  flex-basis: 100%;
  text-align: center;
}
@media screen and (min-width: 1170px) {
  .footer-contact {
    flex-basis: 50%;
    text-align: center;
  }
}
.footer-contact .footer-contact-number {
  font-size: 30px;
  line-height: normal;
}
.footer-contact .footer-contact-email {
  font-size: 24px;
  text-decoration: underline;
}
.footer-contact .footer-contact-email a {
  color: white;
}

.footer-copyright {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1170px) {
  .footer-copyright {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding-bottom: 0;
    text-align: left;
  }
}

.footer-chat {
  display: none;
  justify-content: center;
  flex-basis: 50%;
}
@media screen and (min-width: 1170px) {
  .footer-chat {
    display: flex;
  }
}
.footer-chat .lets-talk-container {
  display: inline-block;
  position: relative;
  font-family: 'Manus Smooth', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 40px;
  color: #c02037;
  height: 50px;
  background-color: white;
  padding: 15px 15px 5px;
  border-radius: 10px;
}
.footer-chat .lets-talk-container:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 85%;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  border-left: 0;
  margin-left: -10px;
  margin-bottom: -15px;
}
.footer-chat .lets-talk-text {
  display: inline-block;
  padding-left: 10px;
  align-self: center;
}

/* FONT COLOURS */
.white-font {
  color: #fff;
}

.orange-font {
  color: #f47521;
}

.dark-blue-font {
  color: #0059a5;
}

.maroon-font {
  color: #c02037;
}

.center-text {
  text-align: center;
}

.font-weight-normal {
  font-weight: normal;
}

.line-height-100 {
  line-height: 100%;
}

.dark-blue-link {
  color: #0059a5;
  text-decoration: none;
  transition: all 0.2s ease;
}
.dark-blue-link:hover {
  color: #f47521;
}

/* BUTTONS */
.dark-blue-btn {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Sofia Pro', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #0059a5;
  letter-spacing: 1.1px;
  border: 2px solid #0059a5;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dark-blue-btn:hover {
  background-color: #fff;
  color: #0059a5;
  cursor: pointer;
}

/* CUSTOM FONT SIZES */
@media screen and (min-width: 1170px) {
  .font-size-65 {
    font-size: 65px;
  }
}

/* MARGINS AND PADDINGS */
.margin-btm-10 {
  margin-bottom: 10px;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

.margin-btm-30 {
  margin-bottom: 30px;
}

.margin-btm-40 {
  margin-bottom: 40px;
}

.margin-btm-50 {
  margin-bottom: 50px;
}

.margin-top-20 {
  margin-top: 20px;
}

.padding-btm-10 {
  padding-bottom: 10px;
}

.padding-btm-20 {
  padding-bottom: 20px;
}

.padding-btm-30 {
  padding-bottom: 30px;
}

.padding-btm-40 {
  padding-bottom: 40px;
}

.padding-btm-50 {
  padding-bottom: 50px;
}

.padding-btm-100 {
  padding-bottom: 100px;
}

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

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

.no-padding-btm {
  padding-bottom: 0 !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

/* RESPONSIVE */
.hide-on-mobile {
  display: none;
}
@media screen and (min-width: 1170px) {
  .hide-on-mobile {
    display: block;
  }
}

/* OTHER */
.no-clicking {
  pointer-events: none;
}

.mainNav {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (min-width: 1170px) {
  .mainNav {
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
  }
}

.main-navigation {
  list-style: none;
  display: inline-block;
  text-align: right;
}
@media screen and (min-width: 1170px) {
  .main-navigation {
    display: flex;
    height: 80px;
  }
}
.main-navigation li {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1170px) {
  .main-navigation li {
    align-self: center;
  }
}
.main-navigation li:hover > a {
  text-decoration: underline;
}
.main-navigation li:nth-child(1) a {
  color: #0087cb;
}
.main-navigation li:nth-child(2n) a {
  color: #f47521;
}
.main-navigation li:nth-child(3n) a {
  color: #ea3234;
}
.main-navigation li:nth-child(4n) a {
  color: #c02037;
}
.main-navigation li:nth-child(5n) a {
  color: #f47521;
}
.main-navigation li:nth-child(7n) a {
  color: #0087cb;
}
.main-navigation li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 28px;
  font-family: 'manus smooth', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
@media screen and (min-width: 1170px) {
  .main-navigation li a {
    font-size: 28px;
  }
}
.main-navigation li a.active {
  text-decoration: underline;
}
.main-navigation li.searchfield form {
  background-color: transparent;
  margin-top: 0;
}
.main-navigation li.searchfield:hover {
  background-color: transparent;
}
@media screen and (max-width: 1000px) {
  .main-navigation li {
    width: 100%;
    margin-bottom: 1px solid #fff;
  }
}
.main-navigation li ul.subNavigation {
  display: none;
  margin: 0;
  /*list-style: none; list-style is only hidden on IE with below method*/
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  top: 30px;
  width: 220px;
  z-index: 50;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 135, 203, 0.5);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 135, 203, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 135, 203, 0.5);
}
@media screen and (max-width: 1000px) {
  .main-navigation li ul.subNavigation {
    /*display: block;*/
    width: 100%;
    position: relative;
    top: auto;
    border-color: #fff;
  }
}
.main-navigation li ul.subNavigation li {
  /*border-bottom:1px solid;*/
  float: none;
  display: block;
  text-align: left;
  border: none;
}
@media screen and (max-width: 1000px) {
  .main-navigation li ul.subNavigation li {
    border-color: #fff;
    padding: 5px 0;
  }
  .main-navigation li ul.subNavigation li:last-child {
    border: none;
  }
}
.main-navigation li ul.subNavigation li a {
  font-family: 'Sofia Pro', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #c02037;
  padding: 10px;
  width: 100%;
}
.main-navigation li ul.subNavigation li:hover a {
  color: #0059a5;
  text-decoration: none;
}
@media screen and (max-width: 1170px) {
  .main-navigation {
    z-index: 999;
    display: none;
    margin: 0;
    padding: 30px 15px 50px;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    background-color: white;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  .main-navigation li {
    width: 100%;
    padding: 20px;
  }
  .main-navigation li a {
    text-align: center;
    color: #fff;
  }
}

.has-subNavigation:hover .subNavigation {
  display: block;
}

.secNav {
  background-color: pink;
}

.header-navigation {
  max-width: 1170px;
  margin: 0 auto;
  list-style: none;
  display: block;
  text-align: right;
}
.header-navigation li {
  position: relative;
  line-height: 100%;
  display: inline-block;
}
.header-navigation li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 28px;
}
@media screen and (min-width: 1000px) {
  .header-navigation li:hover {
    background-color: #ddd;
  }
}
.header-navigation li:hover ul.subNavigation {
  display: block;
}
.header-navigation li.searchfield form {
  background-color: transparent;
  margin-top: 0;
}
.header-navigation li.searchfield:hover {
  background-color: transparent;
}
.header-navigation li ul.subNavigation {
  display: none;
  /*list-style: none; list-style is only hidden on IE with below method*/
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  position: absolute;
  top: 100%;
  width: 220px;
  z-index: 50;
  background-image: gray;
}
@media screen and (max-width: 1000px) {
  .header-navigation li ul.subNavigation {
    /*display: block;*/
    width: 100%;
    position: relative;
    top: auto;
    border-color: #fff;
  }
}
.header-navigation li ul.subNavigation li {
  /*border-bottom:1px solid;*/
  float: none;
  display: block;
  text-align: left;
  border: none;
}
@media screen and (max-width: 1000px) {
  .header-navigation li ul.subNavigation li {
    border-color: #fff;
  }
  .header-navigation li ul.subNavigation li:last-child {
    border: none;
  }
}
.header-navigation li ul.subNavigation li a {
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .header-navigation {
    display: block;
    position: relative;
    width: 100%;
  }
  .header-navigation li {
    display: inline-block;
  }
  .header-navigation li a {
    text-align: center;
    color: #fff;
    padding: 10px;
  }
}

#MobileNavBtn {
  display: none;
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 9999;
}
@media screen and (max-width: 1170px) {
  #MobileNavBtn {
    display: block;
  }
}

input,
textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  vertical-align: top;
  font-family: "Sofia Pro", Arial, sans-serif;
}

label {
  cursor: pointer;
}

input[type=checkbox].svyCheckBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Sofia Pro", Arial, sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  cursor: pointer;
  width: 25px;
}
input[type=checkbox].svyCheckBox:before, input[type=checkbox].svyCheckBox:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 20px;
  height: 20px;
}
input[type=checkbox].svyCheckBox:before {
  border: 1px solid #ccc;
  background: #fff;
}
input[type=checkbox].svyCheckBox:after {
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: url("../images/checkbox_tick.png") center center no-repeat;
}
input[type=checkbox].svyCheckBox:checked {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type=checkbox].svyCheckBox:not(:checked):after {
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
input[type="radio"].svyRadio {
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
input[type="radio"].svyRadio:checked, input[type="radio"].svyRadio:not(:checked) {
  padding: 0 5px 5px 20px;
}
input[type="radio"].svyRadio:checked:before, input[type="radio"].svyRadio:not(:checked):before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #0059a5;
  border-radius: 100%;
  background: #fff;
}
input[type="radio"].svyRadio:checked:after, input[type="radio"].svyRadio:not(:checked):after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0059a5;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type="radio"].svyRadio:not(:checked):after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="radio"].svyRadio:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

select.svySelectBox {
  padding: 6px;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

form {
  padding: 10px;
  margin-bottom: 100px;
  margin-top: 20px;
  background-color: #ccc;
  /* these must be listed seperately to work! */
}
form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
form .data-placeholder-on {
  color: #ccc;
}
form .spinner {
  display: none;
}

ul.form {
  list-style: none;
}
ul.form li {
  margin-top: 10px;
}
ul.form li:first-child {
  margin-top: 0;
}
ul.form li.action {
  margin-top: 20px;
}
ul.form li input[type="text"],
ul.form li textarea,
ul.form li select {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  ul.form li input[type="text"],
  ul.form li textarea,
  ul.form li select {
    width: 100%;
  }
}
ul.form li input[type="text"]#Amount,
ul.form li textarea#Amount,
ul.form li select#Amount {
  width: 155px;
  margin-left: 5px;
}

form#SearchForm {
  text-align: center;
  padding: 11px 20px;
}
form#SearchForm input {
  font-size: 28px;
}

.yesno {
  -webkit-appearance: radio;
}

/* CUSTOM FORM */
.custom-form {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background-color: white;
}
.custom-form.careers-form {
  overflow: hidden;
  margin: 0;
  padding: 30px 0;
}
@media screen and (min-width: 1170px) {
  .custom-form.careers-form {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1170px) {
  .custom-form {
    justify-content: space-around;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 20px 20px 50px;
  }
  .custom-form #PostalAddress {
    width: 300px !important;
  }
}
.custom-form .form {
  width: 100%;
  margin: 0;
}
.custom-form .form.half {
  flex-basis: 100%;
  margin: 0;
}
@media screen and (min-width: 1170px) {
  .custom-form .form.half {
    display: inline-block;
    flex-basis: 47.5%;
    margin: 0;
    width: 50%;
  }
}

.bordered-form {
  position: relative;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 0 0 0.6em white;
  /*&:before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	-webkit-box-shadow: inset 0 0 5px 2px rgba(0,135,203,0.3);
  	-moz-box-shadow: inset 0 0 5px 2px rgba(0,135,203,0.3);
  	box-shadow: inset 0 0 5px 2px rgba(0,135,203,0.3);
  	border-radius: 15px;
  	transition: box-shadow 0.4s ease;
  	z-index: 1;
  	pointer-events: none;
  }*/
}
.bordered-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 135, 203, 0.5);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 135, 203, 0.5);
  box-shadow: 0 0 5px 5px rgba(0, 135, 203, 0.5);
  border-radius: 15px;
  transition: box-shadow 0.4s ease;
  z-index: -1;
}

.form-list-item {
  margin-bottom: 20px;
}
@media screen and (min-width: 1170px) {
  .form-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
  }
}
.form-list-item label {
  font-family: 'Manus Smooth', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 24px;
}
.form-list-item select,
.form-list-item input:not(.dark-blue-btn),
.form-list-item textarea {
  font-size: 18px;
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  border: 2px solid #69B8E0;
  border-radius: 15px;
}
.form-list-item input[type=text] {
  padding: 6px 10px;
}

.text-area-container,
textarea {
  width: 100% !important;
  height: 178px;
  max-height: 178px;
}

.radio-btns-container {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio-btns-container label {
  width: 100%;
  padding: 0 0 20px;
  text-align: center;
  color: #0059a5;
}
.radio-btns-container .input {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  justify-content: space-around;
}
.radio-btns-container input[type=radio] {
  border: 0;
}

.submit-btn-container {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.careers-upload-submit-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .careers-upload-submit-container {
    flex-wrap: nowrap;
  }
}
.careers-upload-submit-container .cv-container {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .careers-upload-submit-container .cv-container {
    margin-bottom: 0;
    width: 80%;
  }
  .careers-upload-submit-container .cv-container #file_CVAttachment {
    width: 10%;
  }
}
.careers-upload-submit-container .cover-letter-container {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .careers-upload-submit-container .cover-letter-container {
    margin-bottom: 0;
    width: 33%;
  }
}
.careers-upload-submit-container .submit-container {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .careers-upload-submit-container .submit-container {
    margin-bottom: 0;
    width: 33%;
  }
}
.careers-upload-submit-container input[type=file] {
  height: 0;
  padding: 0;
  margin: 0;
}
.careers-upload-submit-container .svyAttachmentUploadFilename {
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 14px;
  color: #0059a5 !important;
  -ms-word-break: break-all;
  word-break: break-all;
}
.careers-upload-submit-container .cover-letter-container .svyPasteLink,
.careers-upload-submit-container .cv-container .svyPasteLink {
  position: relative;
  background-color: transparent;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/assets/download-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.careers-upload-submit-container .cover-letter-container .svyPasteLink:after,
.careers-upload-submit-container .cv-container .svyPasteLink:after {
  font-family: 'Manus Smooth', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  content: 'Cover Letter';
  position: absolute;
  top: 10px;
  left: 100%;
  width: 150px;
  padding-left: 10px;
  text-transform: capitalize;
  font-size: 20px;
  color: #0059a5;
  pointer-events: none;
}
.careers-upload-submit-container .cv-container .svyPasteLink:after {
  content: 'CV';
}
.careers-upload-submit-container input[type=submit] {
  display: block;
  margin: auto 0 auto auto;
}

body.Search ul.results {
  list-style: none;
  border-top: 1px solid;
  margin-top: 10px;
}
body.Search ul.results li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
body.Search ul.results li .image {
  float: left;
  margin-right: 20px;
}
body.Search ul.results li div {
  display: inline;
}
body.Search form#SearchAgainForm {
  display: none;
}
body.Search h3 {
  float: left;
}
body.Search a.showall {
  float: right;
  margin-top: 18px;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  body.Search a.showall {
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  body.Search a.showall {
    margin-top: 4px;
  }
}

.animated-background-wrapper, .airplane-wrapper {
  display: none;
  position: absolute;
  height: calc(100% - 200px);
  width: 100%;
  top: 145px;
  left: 0;
  overflow: hidden;
  z-index: 8;
  pointer-events: none;
}
@media screen and (min-width: 1170px) {
  .animated-background-wrapper, .airplane-wrapper {
    display: block;
    position: fixed;
  }
}
.animated-background-wrapper .air-balloon, .airplane-wrapper .air-balloon {
  display: inline-block;
  position: absolute;
  background: url(../images/assets/air-balloon.svg) no-repeat center;
  background-size: cover;
  width: 140px;
  height: 320px;
  top: 10%;
  right: 10%;
  animation: balloon 10s infinite ease-in-out;
  z-index: 1;
}
.animated-background-wrapper .cloud, .airplane-wrapper .cloud {
  display: inline-block;
  position: absolute;
  background: url(../images/assets/cloud.svg) no-repeat;
  background-size: contain;
}
.animated-background-wrapper .cloud-left-background-1, .airplane-wrapper .cloud-left-background-1 {
  top: 0;
  left: 1%;
  width: 100px;
  height: 70px;
  animation: clouds 15s infinite ease-in-out;
}
.animated-background-wrapper .cloud-left-background-2, .airplane-wrapper .cloud-left-background-2 {
  top: 5%;
  left: 6%;
  width: 150px;
  height: 105px;
  animation: clouds 22s infinite ease-in-out;
}
.animated-background-wrapper .cloud-left-background-3, .airplane-wrapper .cloud-left-background-3 {
  top: 33%;
  left: 11%;
  width: 80px;
  height: 56px;
  animation: clouds 20s infinite ease-in-out;
}
.animated-background-wrapper .cloud-left-background-4, .airplane-wrapper .cloud-left-background-4 {
  top: 13%;
  left: 2%;
  width: 325px;
  height: 235px;
  /*animation: clouds 17s infinite ease-in-out;*/
}
.animated-background-wrapper .cloud-right-background-1, .airplane-wrapper .cloud-right-background-1 {
  top: 1%;
  right: 6%;
  width: 100px;
  height: 70px;
  animation: clouds 19s infinite ease-in-out;
}
.animated-background-wrapper .cloud-right-background-2, .airplane-wrapper .cloud-right-background-2 {
  top: 15%;
  right: 1%;
  width: 150px;
  height: 105px;
  animation: clouds 21s infinite ease-in-out;
}
.animated-background-wrapper .cloud-right-background-3, .airplane-wrapper .cloud-right-background-3 {
  top: 40%;
  right: 5%;
  width: 80px;
  height: 56px;
  animation: clouds 13s infinite ease-in-out;
}
.animated-background-wrapper .cloud-right-background-4, .airplane-wrapper .cloud-right-background-4 {
  top: 25%;
  right: 10%;
  width: 200px;
  height: 140px;
  animation: clouds 25s infinite ease-in-out;
}

.bee-left {
  display: inline-block;
  position: absolute;
  background: url(../images/assets/bee.svg) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
  bottom: 100px;
  left: 10%;
  animation: beeLeft 3s infinite reverse ease-in-out;
  z-index: 3;
}

.bee-right {
  display: inline-block;
  position: absolute;
  background: url(../images/assets/bee.svg) no-repeat center;
  background-size: cover;
  width: 70px;
  height: 70px;
  bottom: 100px;
  right: 16%;
  transform: scaleX(-1);
  animation: beeRight 3s infinite ease-in-out;
  z-index: 3;
}

.airplane-wrapper {
  z-index: 50;
  display: none;
}
@media screen and (min-width: 1170px) {
  .airplane-wrapper {
    display: block !important;
  }
}
.airplane-wrapper .air-plane-banner-container {
  display: inline-block;
  position: absolute;
  animation: planeStraight 30s 10s linear infinite;
  left: -200px;
}
.airplane-wrapper .air-plane-banner-container .air-plane {
  width: 150px;
  height: 150px;
  transform: scaleX(-1) rotate(-12deg);
}
.airplane-wrapper .air-plane-banner-container .white-banner-container {
  position: absolute;
  top: calc(50% - 5px);
  left: -562px;
  background-image: url(../images/airplane-banner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 600px;
  height: 200px;
  padding: 0;
  text-align: center;
  min-height: 80px;
  transform: translateY(-50%);
}
.airplane-wrapper .air-plane-banner-container .white-banner-inner-container {
  position: absolute;
  top: 50%;
  width: 510px;
  transform: translateY(-50%);
  padding: 10px;
  text-align: center;
  font-family: "Manus Smooth", Georgia, sans-serif;
  color: #0059a5;
  font-size: 28px;
  line-height: 130%;
}

/* MORE CONTENT BELOW BTN */
.section-scroll-btm {
  display: block;
  width: 100%;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
}

.more-content-below-btn {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/assets/more-btn.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  z-index: 10;
  opacity: 0;
  animation: moreContent 2s infinite ease-in-out;
}
@media screen and (max-width: 1170px) {
  .more-content-below-btn {
    display: none;
  }
}

/* ANIMATION - CONTENT BELOW BTN */
@-moz-keyframes moreContent {
  50% {
    animation-timing-function: ease-in-out;
    bottom: 52px;
  }
}
@-webkit-keyframes moreContent {
  50% {
    animation-timing-function: ease-in-out;
    bottom: 52px;
  }
}
@keyframes moreContent {
  50% {
    animation-timing-function: ease-in-out;
    bottom: 52px;
  }
}
/* ANIMATION - CLOUDS */
@-moz-keyframes clouds {
  50% {
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
}
@-webkit-keyframes clouds {
  50% {
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
}
@keyframes clouds {
  50% {
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
}
/* ANIMATION - BALLOON */
@-moz-keyframes balloon {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(-50px);
  }
}
@-webkit-keyframes balloon {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(-50px);
  }
}
@keyframes balloon {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(-50px);
  }
}
/* ANIMATION - BEE LEFT */
@-moz-keyframes beeLeft {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(10px);
  }
}
@-webkit-keyframes beeLeft {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(10px);
  }
}
@keyframes beeLeft {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(10px);
  }
}
/* ANIMATION - BEE RIGHT */
@-moz-keyframes beeRight {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(10px) scaleX(-1);
  }
}
@-webkit-keyframes beeRight {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(10px) scaleX(-1);
  }
}
@keyframes beeRight {
  50% {
    animation-timing-function: ease-in-out;
    transform: translateY(10px) scaleX(-1);
  }
}
/* ANIMATION - PLANE */
@-moz-keyframes planePath {
  33% {
    offset-distance: 0;
  }
  100% {
    offset-distance: 100%;
  }
}
@-webkit-keyframes planePath {
  33% {
    offset-distance: 0;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes planePath {
  33% {
    offset-distance: 0;
  }
  100% {
    offset-distance: 100%;
  }
}
/* ANIMATION - CLOUDS */
@-moz-keyframes clouds {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes clouds {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clouds {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes planeStraight {
  0% {
    left: -200px;
  }
  75% {
    left: calc(100% + 900px);
  }
  100% {
    left: calc(100% + 900px);
  }
}
.home-title {
  max-width: 1090px;
}
.home-title h1 {
  font-size: 50px;
}
@media screen and (min-width: 480px) {
  .home-title h1 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1170px) {
  .home-title h1 {
    font-size: 90px;
  }
}

.kids-image {
  display: block;
  position: relative;
  background-image: url(../images/assets/kids.png);
  background-size: 80%;
  background-position: center bottom;
  background-repeat: no-repeat;
  bottom: -20px;
  width: 100%;
  height: 300px;
  flex: 1 1 0;
  z-index: 1;
}
@media screen and (min-width: 386px) {
  .kids-image {
    background-size: contain;
  }
}
@media screen and (min-width: 1000px) {
  .kids-image {
    display: inline-block;
    position: fixed;
    background-position: left bottom;
    bottom: 0;
    width: 40%;
    height: 100%;
    right: 10%;
    z-index: 0;
  }
}

.bordered-picture {
  display: inline-block;
  position: relative;
  background-size: cover;
  border-radius: 15px;
  border: 6px solid white;
  opacity: 1 !important;
  background-color: white;
}
.bordered-picture.bordered-picture-link:hover:after {
  -webkit-box-shadow: 0p 0 5px 10px #f47521;
  -moz-box-shadow: 0p 0 5px 10px #f47521;
  box-shadow: 0 0 5px 10px #f47521;
}
.bordered-picture.more-images {
  display: block;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}
.bordered-picture:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  transition: box-shadow 0.4s ease;
  z-index: -1;
}

.quote-container {
  padding: 30px 0 10px;
}
.quote-container .quote-text {
  text-align: center;
}
.quote-container .quote-text h2 {
  font-weight: lighter;
  color: #0059a5;
}
.quote-container .quote-author {
  margin-top: 10px;
  text-align: center;
  position: relative;
  padding: 10px 0 20px;
  display: inline-block;
  border-top: 2px dotted #f47521;
  transform: translateX(-50%);
  left: 50%;
}
.quote-container .quote-author i {
  font-family: "Sofia Pro Light" Arial, Helvetica, sans-serif;
  font-weight: lighter;
  font-size: 14px;
  color: #f47521;
}

.contact-kid-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 1170px) {
  .contact-kid-container {
    padding-top: 70px;
  }
}
.contact-kid-container .contact-us-kid {
  -ms-flex: 1 1 40%;
  -webkit-flex: 1 1 40%;
  flex: 1 1 40%;
  background-image: url(../images/assets/contact-us-kid.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80%;
  height: 320px;
}
.contact-kid-container .contact-us-link-container {
  -ms-flex: 1 1 60%;
  -webkit-flex: 1 1 60%;
  flex: 1 1 60%;
  text-align: center;
  align-self: center;
}
.contact-kid-container .contact-us-link-container img {
  width: 100%;
}

.contact-us-map {
  width: 100%;
  height: calc(100% - 40px);
  background-color: white;
  background-position: center;
  background-size: cover;
}

.new-zealand-owned-container {
  display: none !important;
  border-bottom: 2px dotted #fdb913;
}
.new-zealand-owned-container .new-zealand-owned-img {
  width: 70%;
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.job-list-container .job-list-item {
  border-bottom: 2px dotted #fdb913;
}

.rooms-list-container {
  display: block;
  width: 100%;
}

.rooms-list-item {
  display: flex;
  width: 100%;
  border-bottom: 2px dotted #fdb913;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .rooms-list-item {
    margin-bottom: 0;
  }
}
.rooms-list-item .rooms-list-img-container {
  flex: 1 1 100%;
}
@media screen and (min-width: 1000px) {
  .rooms-list-item .rooms-list-img-container {
    flex: 1 1 30%;
  }
}
.rooms-list-item .rooms-list-content {
  flex: 1 1 100%;
  align-self: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  .rooms-list-item .rooms-list-content {
    flex: 1 1 70%;
    padding-left: 30px;
  }
}
.rooms-list-item:first-child {
  padding-top: 20px;
}
.rooms-list-item:nth-child(odd) .rooms-list-img-container {
  position: relative;
  transform: rotate(3deg);
  z-index: 1;
}
.rooms-list-item:nth-child(odd) .room-alternate-colour {
  color: #c02037;
}
.rooms-list-item:nth-child(even) .rooms-list-img-container {
  position: relative;
  transform: rotate(-3deg);
  z-index: 2;
}
.rooms-list-item:nth-child(even) .room-alternate-colour {
  color: #f47521;
}

.room-list-img {
  width: 100%;
  padding-bottom: 56.25%;
}

.blog-list-container {
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.blog-item {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
@media screen and (min-width: 1170px) {
  .blog-item {
    flex-basis: 50%;
  }
}
.blog-item .blog-pic {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.blog-item .blog-text {
  width: 100%;
  padding: 20px 0 20px 20px;
}
@media screen and (min-width: 600px) {
  .blog-item .blog-text {
    width: calc(100% - 200px);
    padding: 0 20px;
  }
}

.blog-detail-container .position-right {
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .position-right {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 300px;
    height: 300px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1170px) {
  .blog-detail-container .position-right {
    width: 400px;
    height: 400px;
  }
}
.blog-detail-container .float-right-adjustments {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .float-right-adjustments {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1170px) {
  .blog-detail-container .float-right-adjustments {
    width: calc(100% - 420px);
  }
}
.blog-detail-container .float-right {
  float: right;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .blog-detail-container .float-right {
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 1170px) {
  .blog-detail-container .float-right {
    width: 420px;
    height: 420px;
  }
}

.gallery-images-container {
  display: block;
  margin-top: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery-images-container {
    column-count: 2;
  }
}
@media screen and (min-width: 1000px) {
  .gallery-images-container {
    column-count: 4;
  }
}
.gallery-images-container .image-container {
  width: 100%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.gallery-images-container .gallery-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.gallery-images-container .gallery-image:hover {
  cursor: pointer;
}

.gallery-modal-container {
  display: block;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery-modal-container {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  z-index: 50;
}
.gallery-modal-container .gallery-modal-image {
  display: inline-block;
  border: thin solid black;
  position: absolute;
  /*width: 1170px;*/
  max-width: 1350px;
  max-height: 90%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/spinnerMedium.gif) 50% no-repeat;
}
.gallery-modal-container .left-arrow {
  position: absolute;
  width: 26px;
  height: 40px;
  background-image: url(../images/carousel-arrows-fff.png);
  top: 50%;
  left: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 40;
  cursor: pointer;
  opacity: 0.6;
}
.gallery-modal-container .left-arrow:hover {
  opacity: 1;
}
.gallery-modal-container .left-arrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}
.gallery-modal-container .right-arrow {
  position: absolute;
  width: 26px;
  height: 40px;
  background-image: url(../images/carousel-arrows-fff.png);
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(180deg);
  transition: opacity 0.4s ease;
  z-index: 40;
  cursor: pointer;
  opacity: 0.6;
}
.gallery-modal-container .right-arrow:hover {
  opacity: 1;
}
.gallery-modal-container .right-arrow:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  padding: 40px;
  transform: translate(-50%, -50%);
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
@media screen and (min-width: 1170px) {
  .close-modal {
    top: 40px;
    right: 40px;
  }
}

.main-video-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
}
.main-video-container video {
  width: 100%;
  height: 100%;
}
.main-video-container:hover .close-video-btn {
  opacity: 1;
}

.our-programme-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.close-video-btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  background-image: url(../images/assets/times.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.4s linear;
  z-index: 1001;
}

.video-link {
  cursor: pointer;
}

#formWidget form {
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #00C0F3 !important;
  border-radius: 15px;
}

.discover {
  background-color: transparent !important;
}

.discover-login-page {
  max-width: 450px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  margin: 0px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width: 1170px) {
  .container {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  #formWidget .container {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }
}
#formWidget h2 {
  display: none;
}

#formWidget .panel-default, #formWidget .discover-login-page {
  padding-top: 0;
  border: none;
}

#formWidget .discover-login-page {
  margin: 0 auto;
  text-align: center;
}

#formWidget form label.control-label, .discover-label-col label {
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  font-size: 24px;
  color: #0059a5;
  line-height: 120%;
}

#formWidget form select, #formWidget form input:not(.dark-blue-btn), #formWidget form textarea {
  font-size: 14px;
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  border: 2px solid #69B8E0 !important;
  border-radius: 15px;
}

textarea::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  font-size: 18px !important;
  color: #555 !important;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  font-size: 18px !important;
  color: #555 !important;
}

textarea::placeholder {
  font-family: 'Sofia Pro Light', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
  font-size: 18px !important;
  color: #555 !important;
}

#formWidget form textarea {
  min-height: 120px;
}

#formWidget select[multiple=multiple] {
  min-height: 200px;
}

ul.chosen-choices input {
  border: none !important;
}

#formWidget form .input-group-addon {
  display: none;
}

#formWidget form .panel-body .row:nth-child(5) {
  display: none;
}

#formWidget form button.btn, .discover-login-btn {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Sofia Pro', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #0059a5;
  letter-spacing: 1.1px;
  border: 2px solid #0059a5;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#formWidget form button.btn:hover, .discover-login-btn:hover {
  background-color: #fff;
  color: #0059a5;
  cursor: pointer;
}

.cloud-message {
  display: none;
  position: absolute;
  top: 70px;
  left: 35px;
  text-align: center;
  font-family: "Manus Smooth", Georgia, sans-serif;
  color: #0059a5;
  font-size: 24px;
}
@media screen and (min-width: 1900px) {
  .cloud-message {
    display: inline-block;
  }
}

/* ANIMATION - CLOUDS */
@-moz-keyframes hideText {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hideText {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideText {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#onlineapplication {
  width: 100% !important;
  max-width: unset !important;
}

@media screen and (max-width: 768px) {
  .ibox-content {
    padding: 0 !important;
  }

  .popup-content {
    padding: 15px 0 !important;
  }

  .form-horizontal .form-group {
    margin: 0 0 15px 0 !important;
  }

  /*1. Child details */
  #formWidget .wizard > .steps > ul > li {
    width: 100%;
  }

  #formWidget .wizard > .content > .body {
    width: 100%;
  }

  #formWidget .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #formWidget .popupDatepicker {
    width: 100%;
  }

  #formWidget .field-validation-error {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }

  #formWidget .form-group .control-label {
    margin-right: 0;
    max-height: none !important;
    text-align: left;
    white-space: normal !important;
    display: block;
    width: 100%;
  }

  #formWidget #registration-confirm {
    padding: 25px 0;
  }

  #formWidget .registration-div-button .button {
    margin-bottom: 10px;
  }

  /* 2. Register */
  #formWidget #profileForm .registration-div-button .btn {
    margin-bottom: 10px;
  }

  /* 3. Contacts */
  #formWidget ul[role=tablist] li a {
    margin: 5px 0 !important;
  }

  #formWidget #contactForm .content section {
    padding: 0 !important;
  }

  #formWidget #contactForm .alert {
    margin: 0 !important;
    padding: 15px !important;
  }

  #profileForm .content > .body {
    padding: 10px !important;
  }

  #formWidget .input-group {
    display: block;
  }
  #formWidget .input-group .text-box {
    margin-bottom: 10px;
  }
  #formWidget .input-group .input-group-btn {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }

  #emergencyContact {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
  }

  textarea.form-control {
    min-height: 100px !important;
  }
}
/* Begin Page Specific Styles*/
/* End Page Specific Styles*/

/*# sourceMappingURL=site.css.map */
