.full-text-editor-section a, 
.full-text-editor-section a:hover{color:#000;text-decoration:underline;}
.full-text-editor-section blockquote a,
.full-text-editor-section blockquote a:hover {color:#0E406A;text-decoration:underline;font-family:"Palatino-Linotype", sans-serif;font-size:20px;font-weight:400;}
.full-text-editor-section.dark-blue-bg-editor-box a{color:#FFF;}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p a, 
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt li a, 
.photo-gallery-with-description-txt p a, 
.photo-gallery-with-description-txt li a, 
.editorial-section .editorial-box .editorial-content-box .editorial-txt p a, 
.editorial-section .editorial-box .editorial-content-box .editorial-txt li a, 
.video-module-section .video-module-box .video-module-content-box .video-module-txt p a, 
.video-module-section .video-module-box .video-module-content-box .video-module-txt li a,
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p a:hover, 
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt li a:hover, 
.photo-gallery-with-description-txt p a:hover, 
.photo-gallery-with-description-txt li a:hover, 
.editorial-section .editorial-box .editorial-content-box .editorial-txt p a:hover, 
.editorial-section .editorial-box .editorial-content-box .editorial-txt li a:hover, 
.video-module-section .video-module-box .video-module-content-box .video-module-txt p a:hover, 
.video-module-section .video-module-box .video-module-content-box .video-module-txt li a:hover,
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p a, 
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body span a, 
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body li a,
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body p a:hover, 
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body span a:hover, 
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body li a:hover,
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body p a, 
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body span a, 
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body li a,
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body p a:hover, 
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body span a:hover, 
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body li a:hover{
	text-decoration:underline;
	color:#4D4D4D;
}
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p a, 
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p a:hover{
	color:#FFF;
}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .learn-more-btn .transparent-bg-link-txt,
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .learn-more-btn .transparent-bg-link-txt{text-decoration:none;}
ul li{margin-bottom:1rem;}
.full-text-editor-section img{max-width:100%;}
.full-text-editor-section table figure img{height:auto;}
.full-text-editor-section iframe{max-width:100%;}
.clearfix{
	 display: block;
    content: "";
    clear: both;
	height:.1px;
}
.full-text-editor-section p, .full-text-editor-section a, .full-text-editor-section ul li, .full-text-editor-section ol li{line-height:28px;}
.banner-section .banner-con .banner-box .carousel-inner{
    height:100vh;
}
.carousel-item .video-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.carousel-item .video-wrapper .vid-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 184.77778vh;
    z-index: 2;
}
.carousel-item .video-wrapper .vid-sizer {
    width: 100%;
    padding-bottom: 56.25%;
}
.carousel-item .video-wrapper .video-player {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-item .video-wrapper .video-player .video-embed {
    aspect-ratio: 16 / 9;
    border-radius: inherit;
    height: 100%;
    margin: auto;
    position: relative;
    width: 100%;
	background:#053963;
}
.carousel-item .video-wrapper .video-player .video-embed iframe {
    top: 0%;
    width: 100%;
    height: 200%;
    border: 0;
    left: 0;
    position: absolute;
	opacity:0;
}
.carousel-inner.with-video{background:#053963;}
.banner-section .banner-con .banner-box .carousel-caption{z-index: 2;}
.dropdown-menu.gtranslate{top:100px;}
figure.image{position:relative;}
figure.image-style-align-right{
	float: right;
    margin-left: 20px;
}
figure.image-style-align-left{
	float: left;
    margin-right: 20px;
}
figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0) 62.49%, rgba(0, 0, 0, 0.6) 98.5%);
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 0;
}
.download-document-btn-con{clear:both;}
.dark-blue-bg-your-boarding-section svg path,
.red-bg-your-boarding-section svg path{fill:#FFF;/*stroke:#FFF;*/}
.image-text-module-section .image-text-module-box .carousel-img-txt-module-detail-box{z-index:1;}
.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title,
.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt,
.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p,
.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt ul li{color:#FFF;}

.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title,
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt,
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p,
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt ul li{color:#FFF;}
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title{color:#FFF;}
.image-text-module-section.dark-blue-bg-image-text-module-section .transparent-bg-link-txt{color:#FFF;}

.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators{background:#D7AC30;}
.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators .active{background:#0E406A;border-color:#0E406A;}
.image-text-module-section.yellow-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-title{color:#FFF;}

.image-text-module-section.red-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators{background:#E92F23;}
.image-text-module-section.red-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators .active{background:#D8AB31;border-color:#D8AB31;}

.light-blue-bg-image-text-module-section{padding:0;}
.image-text-module-section.light-blue-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators{background:#D7E8F7;}
.image-text-module-section.light-blue-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators .active{background:#053963;border-color:#053963;}

.dark-blue-bg-image-text-module-section{background:#0E406A;}
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators{background:#0E406A;}
.image-text-module-section.dark-blue-bg-image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel-indicators .active{background:#D8AB31;border-color:#D8AB31;}

.without-img-module-section{padding:50px 0;}
.without-img-module-section.dark-blue-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title,
.without-img-module-section.red-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title{color:#FFF;}
.without-img-module-section.yellow-bg-image-text-module-section.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .image-text-module-title{color:#FFF;}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-txt p{
	font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-txt p strong{
	font-family: "Gotham-Medium", sans-serif;
	font-weight:500;
}
.text-right{text-align:right;}
.image-divider-section.text-position-left .image-divider-box .image-divider-content-box{align-items:start;}
.image-divider-section.text-position-centered .image-divider-box .image-divider-content-box{align-items:center;}
.image-divider-section.text-position-right .image-divider-box .image-divider-content-box{align-items:end;}

.image-divider-section.text-position-right .image-divider-box .image-divider-square-bg-img{left:50px;}

.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.collapsed.darkBlue{
	background:#0E406A;
	color:#FFF;
}
.accordion-content-section .accordion .accordion-item .accordion-header .accordion-button.darkBlue:not(.collapsed){
	color:#0E406A;
	background:#D7E8F7;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button.lightBlue.collapsed{
	color:#0E406A;
	background:#D7E8F7;
}
.read-more-compact-section .accordion .accordion-item .accordion-header .accordion-button.lightBlue:not(.collapsed){
	background:#0E406A;
	color:#FFF;
}

.call-to-action-content-box .call-to-action-bg-box.lightBlue{
	background:#FFFFFF !important;
}
.call-to-action-content-box .call-to-action-bg-box.lightBlue .call-to-action-sub-title,
.call-to-action-content-box .call-to-action-bg-box.lightBlue .call-to-action-title,
.call-to-action-content-box .call-to-action-bg-box.lightBlue .call-to-action-txt,
.call-to-action-content-box .call-to-action-bg-box.lightBlue .call-to-action-btn-box .transparent-bg-link-txt{
	color:#0E406A;
}
.call-to-action-content-box .call-to-action-bg-box.darkBlue{
	background:#0E406A !important;
}
.call-to-action-content-box .call-to-action-bg-box.darkBlue .call-to-action-sub-title,
.call-to-action-content-box .call-to-action-bg-box.darkBlue .call-to-action-title,
.call-to-action-content-box .call-to-action-bg-box.darkBlue .call-to-action-txt,
.call-to-action-content-box .call-to-action-bg-box.darkBlue .call-to-action-btn-box .transparent-bg-link-txt{
	color:#FFF !important;
}

 .video-module-img-box .video-wrapper,
.full-width-video-module-img-box .video-wrapper,
.image-divider-module-section .video-wrapper,
.video-wrapper.pull-quote-slider,
.video-wrapper.banner-curriculum,
.video-wrapper.modal-curriculum,
.welcome-brisbane-school-img-box .video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	overflow: hidden;
}
.video-module-img-box .video-wrapper iframe,
.full-width-video-module-img-box .video-wrapper iframe,
.image-divider-module-section .video-wrapper iframe,
.video-wrapper.pull-quote-slider iframe,
.video-wrapper.banner-curriculum iframe,
.video-wrapper.modal-curriculum iframe,
.welcome-brisbane-school-img-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: #000;
}
.welcome-brisbane-school-img-box iframe{
    width: 112%;
    height: 112%;
    margin-top: -4%;
    margin-left: -4%;
}
.video-wrapper.banner-curriculum iframe{
	top:-10%;
}
.video-wrapper.banner-curriculum.video-gallery iframe{
	top:0;
}
.play-btn-img-box.playing{
	display:none !important;
}
.video-overlaps{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.video-mute-un-mute-btn, .full-screen-btn{
	position: absolute;
    z-index: 5;
    right: 20px;
    bottom: 20px;
    background: transparent;
    border: 0;
    color: #FFF;
    font-size: 20px;
}
.video-mute-un-mute-btn:not(.no-fullscreen-icon){
	right: 70px;
    bottom: 13px;
}
.video-module-section .video-mute-un-mute-btn:not(.no-fullscreen-icon),
.full-width-video-module-section .video-mute-un-mute-btn:not(.no-fullscreen-icon){
	right: 70px;
    bottom: 13px;
}
.video-module-section .video-mute-un-mute-btn,
.full-width-video-module-section .video-mute-un-mute-btn{
	font-size:23px;
}

.video-module-section.right-side-img-section .video-mute-un-mute-btn{
	right: auto;
    left: 20px;
}
.video-module-section.right-side-img-section .full-screen-btn{
	right: auto;
    left: 80px;
}
.full-text-editor-section blockquote p,
.full-text-editor-section blockquote ul li{
    font-size: 20px;
    line-height: 148%;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p,
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt ul li,
.photo-gallery-with-description-txt p,
.photo-gallery-with-description-txt ul li,
.editorial-section .editorial-box .editorial-content-box .editorial-txt p,
.editorial-section .editorial-box .editorial-content-box .editorial-txt ul li,
.video-module-section .video-module-box .video-module-content-box .video-module-txt p,
.video-module-section .video-module-box .video-module-content-box .video-module-txt ul li {
	font-size: 16px;
    line-height: 28px;
	font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt:not(.serif-font) p strong,
.photo-gallery-with-description-txt:not(.serif-font) p strong,
.editorial-section .editorial-box .editorial-content-box .editorial-txt:not(.serif-font) p strong,
.video-module-section .video-module-box .video-module-content-box .video-module-txt:not(.serif-font) p strong,
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt:not(.serif-font) p strong{
   font-family: "Gotham-Bold", sans-serif;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt p strong,
.photo-gallery-with-description-txt p strong,
.editorial-section .editorial-box .editorial-content-box .editorial-txt p strong,
.video-module-section .video-module-box .video-module-content-box .video-module-txt p strong{
	 font-weight: 500;
}
.full-text-editor-section p strong, .full-text-editor-section a strong, .full-text-editor-section ul li strong{
	font-family: "Gotham-Bold", sans-serif;
	font-weight: 500;
}
.image-divider-module-box{
	overflow:hidden;
}
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.serif-font p,
.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.serif-font ul li,
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-txt.serif-font p,
.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-txt.serif-font ul li,
.event-carousel-section .event-carousel-box .event-carousel-detail-box .event-carousel-detail .event-carousel-txt-box .event-carousel-txt.serif-font,
.photo-gallery-with-description-txt.serif-font p,
.photo-gallery-with-description-txt.serif-font ul li,
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.serif-font p,
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.serif-font ul li{
	font-size: 26px;
    line-height: 35px;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt:not(.text-serif) p,
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt:not(.text-serif) ul li{
	font-family: 'Gotham-Light', sans-serif;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.serif-font p,
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.serif-font ul li{
	font-family: "Palatino-Linotype", sans-serif;
}
.accordion-body h1{
	font-size: 56px;
    line-height: 60px;
    color: #053963;
    margin-left: -80px;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
}
.accordion-body h2{
	    font-size: 40px;
    line-height: 40px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-top: 0;
}
.accordion-body h3{
	    font-size: 40px;
    line-height: 40px;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
}
.accordion-body h4{
	    font-size: 26px;
    line-height: 38px;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
}
.accordion-body h5{
	    font-size: 22px;
    line-height: 35px;
    font-family: "Gotham-Black", sans-serif;
    font-weight: 500;
}
.accordion-body h2, .accordion-body h3, .accordion-body h4, .accordion-body h5 {
    color: #0E406A;
    margin-top: 40px;
    margin-bottom: 30px;
}
.accordion-body blockquote {
    font-size: 20px;
    line-height: 148%;
    color: #0E406A;
    font-family: "Palatino-Linotype", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03rem;
    margin-bottom: 20px;
}
.accordion-body p,
.accordion-body ul li{
    font-size: 16px;
    line-height: 22px;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.accordion-body p strong,
.accordion-body ul li strong{
	font-family: "Gotham-Bold", sans-serif;
	font-weight: 500;
}
.carousel-tiles-large-section .carousel-tiles-large-slider-box .carousel-tiles-large-slick-slider .carousel-tiles-large-slider-content-box:not(:last-child){
	margin-right:20px;
}
.carousel-inner.banner-curriculum{height:90vh;}
.video-wrapper.banner-curriculum .video-cover{position:absolute;top:0;left:0;width:100%;height:100%;}
.modal-img-slider-box.vid{background:#0E406A;}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .photo-gallery-with-description-slider .photo-gallery-with-description-slider-img-box img{width:auto;max-width:100%;}
.info-tile-item{cursor:pointer;}
.full-text-editor-section ul li{margin-bottom:20px;}

.video-gallery-section .video-gallery-slider-con .video-gallery-slider-box .video-gallery-slick-slider .video-gallery-slider-content-box .video-gallery-slider-img-box{position:relative;}
.subscribe-section .subscribe-box .subscribe-btn-box .subscribe-btn > a{
	color:#0E406A;
}
.video-box.youtube-maindiv {
    height: 100%;
    width: 100%;
}
.video-box.youtube-maindiv .video-wrapper {
    background-size: cover;
    background-position: center;
    padding-top: 56.25%;
    position: relative;
}
.video-box.youtube-maindiv .video-wrapper iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: #000;
}
.video-box.youtube-maindiv .video-custom-controle {
   position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.video-box.youtube-maindiv a.video-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-box.youtube-maindiv .video-wrapper.playing iframe{visibility:visible !important;}
form[name="booking"] .form-submit-btn{padding:5px 20px;}
.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
}
.loader:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(/assets/images/dark-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    z-index: 1;
}
 .loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #053963CC;
	/*display: flex;*/
	display:none;
	justify-content: center;
	align-items: center;
	z-index: 9999; 
}

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

.cube-spinner {
	width: 60px;
	height: 60px;
	position: relative;
	margin: 0 auto 20px;
}

.cube {
	width: 33%;
	height: 33%;
	background-color: #FFF;
	float: left;
	animation: cube 1.3s infinite ease-in-out;
}

.cube:nth-child(1) { animation-delay: 0.2s; }
.cube:nth-child(2) { animation-delay: 0.3s; }
.cube:nth-child(3) { animation-delay: 0.4s; }
.cube:nth-child(4) { animation-delay: 0.1s; }
.cube:nth-child(5) { animation-delay: 0.2s; }
.cube:nth-child(6) { animation-delay: 0.3s; }
.cube:nth-child(7) { animation-delay: 0s; }
.cube:nth-child(8) { animation-delay: 0.1s; }
.cube:nth-child(9) { animation-delay: 0.2s; }

@keyframes cube {
	0%, 70%, 100% {
		transform: scale3D(1, 1, 1);
	}
	35% {
		transform: scale3D(0, 0, 1);
	}
}

.loading-text {
	color: white;
	font-size: 18px;
	font-weight: 500;
	margin-top:20px;
}
.your-boarding-journey-section.gold-bg-your-boarding-section .your-boarding-journey-box .your-boarding-journey-detail svg path{
	fill:#053963;	
}
.image-text-module-section.red-bg-image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-sub-title{color:#FFF;}
#home-img-txt-slider.slick-slider{margin-bottom:0;} 
 .image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel .carousel-inner .carousel-item{min-height:720px;}
#welcome-vid-youtube iframe{display:none;}
#welcome-vid-youtube.playing iframe{display:block;}
.cta-slick{margin-bottom:0;}
#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box{padding-left:145px;padding-right:40px;}
#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box .slick-prev{left:15px;}
#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box .slick-next{left:85px;right:auto;}
#home-cta .cta-slick .slick-arrow{display:none !important;}
.read-more-compact-section.reduceTop,
.accordion-content-section.reduceTop{padding-top:20px;}
.read-more-compact-section.reduceTop .read-more-compact-detail-box,
.accordion-content-section.reduceTop .read-more-compact-detail-box{border-top: 0;padding-top: 0 !important;}
.sh-slick {
  position: relative;
  display: block; /* make it visible */
  height: 50px; /* adjust depending on your text size */
  width:100%;
  overflow: hidden;
  margin-bottom:60px;
}

.sh-slick p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
   animation: fadeSlide 15s infinite;
  text-align: left; /* optional */
  margin-bottom:0 !important;
}

/* sequence timing for each slide */
.sh-slick p:nth-child(1) { animation-delay: 0s; }
.sh-slick p:nth-child(2) { animation-delay: 3s; }
.sh-slick p:nth-child(3) { animation-delay: 6s; }
.sh-slick p:nth-child(4) { animation-delay: 9s; }
.sh-slick p:nth-child(5) { animation-delay: 12s; }

@keyframes fadeSlide {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  20%  { opacity: 1; }
  25%  { opacity: 0; }
  100% { opacity: 0; }
}
.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-content-box{height:100%;}
.latest-news-section .latest-news-box .stay-connected-title-social-icon-box .more-news-events-podcasts-btn-box a{min-width:auto;}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box{height:100%;max-height:none;}
.general-banner-section .banner-con .banner-box .banner-img-description-box .banner-description-box{justify-content:flex-end;}
.calendar-section{top:150px !important;}
.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-quote-icon.bottom-icon{margin-bottom:0;margin-top:50px;float:right;}
.photo-gallery-with-description-section .photo-gallery-with-description-slider-box .photo-gallery-with-description-slick-slider .slick-list,
.photo-gallery-with-variable-width-slider-section .photo-gallery-with-variable-width-slider-box .photo-gallery-with-variable-width-slick-slider .slick-list,
.slim-photo-gallery-slider-section .slim-photo-gallery-slider-box .slim-photo-gallery-slick-slider .slick-list,
.compact-photo-gallery-slider-section .compact-photo-gallery-slider-box .compact-photo-gallery-slick-slider .slick-list,
.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-list{padding-bottom:90px !important;}
.table-btns .download-document-btn-box button.btn-linkz{width:100%;padding-right:60px;}
.table-btns .download-document-btn-box button.btn-linkz .arrow-icon-box{position:absolute;right:15px;}
.table-btns .download-document-btn-box button.btn-linkz:hover .arrow-icon-box.with-hover{margin-right:0;}
/*
.table-btns .download-document-btn-box button.btn-linkz:hover{padding-right:20px;}
.table-btns .download-document-btn-box button.btn-linkz:hover .arrow-icon-box{position:relative;right:auto;}
*/

.accordion-item .info-tiles-x-large-section,
.full-text-editor-section .info-tiles-x-large-section{padding-left:0;padding-right:0;}
.page-break{display: block;clear: both;width: 100%;height: 1px;}
.image-divider-module-quote-icon.bottom-icon.right-quote{
	float: right;
    margin-bottom: 0 !important;
    margin-top: 50px;
}
.image-divider-module-section .image-divider-module-quote-icon.bottom-icon.right-quote2{
	margin-left:440px;
}
.image-divider-section .image-divider-box .image-divider-content-box .quote-icon.small-coloured-icon{
	transform:rotate(180deg);
	margin-bottom:0;
	margin-top:30px;
}
.image-divider-section.text-position-left .image-divider-box .image-divider-content-box .quote-icon.small-coloured-icon{
	margin-left:440px;
	margin-top:20px;
}
.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.bold-txt{
	font-family: "Gotham-Medium", sans-serif;
    font-weight: 500;
}
.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body .download-document-blue-border-btn .btn-txt {
    font-size: 18px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
	margin-top:0;
}
.full-text-editor-section.full-text-editor-border-bottom .container{border-bottom:0;}
.info-tiles-small-section .info-tile-small-box .info-tile-small-content-box .info-tile-small-txt p{
	font-size: 16px;
    line-height: 26px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .info-tiles-large-txt p{
    font-size: 14px;
    line-height: 24px;
    color: #4D4D4D;
    font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
.info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-txt p{
	color:#FFF;
}
.fancybox-button[disabled],.fancybox-infobar{display:none !important;}
.boarding-video-module-title-box .svg-fill svg path{fill:#0E406A;}
.boarding-video-module-title-box .svg-fill.boarding svg path{stroke:#0E406A;}
#home-testimonials .boarding-video-module-title-box .svg-fill svg path{fill:#FFF;}
#home-testimonials .boarding-video-module-title-box .svg-fill.boarding svg path{stroke:#FFF;}

.web-form-section.dark-blue-bg-editor-box .form-select option,
.full-text-editor-section.dark-blue-bg-editor-box .alert.alert-danger p{color:#000;}
.web-form-section .form-check input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    top: 5.1px;
    left: 5.1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #D8AB31;
    border-radius: 50%;
}
.web-form-section .form-check input[type="checkbox"]{
	opacity:0;
}
.cta-slick-wrapper.slick-slider{margin-bottom:0}
#home-cta.call-to-action-section .cta-slick-wrapper .slick-arrow{display:none !important;}

#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box.v2{
	background: transparent;
    border: 0;
	padding: 0;
    bottom: 50px;
    right: auto;
    left: 170px;
	
}
#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box:after{
	display:none;
}
#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box.v2 .slick-arrow{
	cursor:pointer;
}

#home-cta.call-to-action-section.cta-position-right .call-to-action-con .call-to-action-box .call-to-action-detail-box{
	left:auto;
	right:50px;
}
#home-cta.call-to-action-section.cta-position-right .call-to-action-con .call-to-action-box .call-to-action-btn-box.v2{
	left:auto;
	right:570px;
}
#home-cta.call-to-action-section.cta-position-right .call-to-action-con .call-to-action-box .call-to-action-section-square-bg-img{
	right:auto;
	left:100px;
}
.form-text.text-muted{font-family:"Gotham-Light", sans-serif;}
.discover-more-section .discover-more-box .discover-more-detail-box .discover-more-detail-txt{padding-bottom:10px;}

.latest-news-article-banner-section.curriculum-explorer-banner-section.latest-news-article-two-banner-section  .banner-con .banner-box .banner-logo-menu-icon-con .banner-title-box{margin-top:200px;}
.curriculum-explorer-list-section .curriculum-explorer-tab-box .curriculum-explorer-list-con .curriculum-explorer-list-box .curriculum-explorer-list-img-box:hover .curriculum-explorer-list-detail-box,
.curriculum-carousel-section .curriculum-carousel-slider-box .curriculum-carousel-slick-slider .curriculum-carousel-slider-content-box:hover .curriculum-slider-img-box .curriculum-slider-content-box{height:100%;}
.curriculum-explorer-banner-section .carousel-item .banner-overlay{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(360deg, rgba(2, 31, 51, 1) 40%, rgba(2, 31, 51, 0) 100%);
}
.full-text-editor-section .info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-title, 
.full-text-editor-section .info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .info-tiles-large-txt, 
.full-text-editor-section .info-tiles-large-section .info-tiles-large-box .info-tiles-large-content-box .dark-blue-bg-box .learn-more-btn .transparent-bg-link-txt{
	text-decoration:none;
}
.accordion-content-section .accordion .accordion-item .accordion-collapse .accordion-body .download-document-blue-border-btn .btn-txt {
    font-size: 18px;
    line-height: 20px;
    color: #0E406A;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: 700;
    margin:0;
}
.image-text-module-section.without-img-module-section  .image-text-module-box .image-text-module-detail-box .image-text-module-detail.no-left-margin{padding-left:0;}
.spacer{display:block;width:100%;clear:both;height:1px;}
.spacer-desktop-1{margin-top:1rem;}
.spacer-desktop-2{margin-top:2rem;}
.spacer-desktop-3{margin-top:3rem;}
.spacer-desktop-4{margin-top:4rem;}
.spacer-desktop-5{margin-top:5rem;}
.spacer-desktop-6{margin-top:6rem;}
.spacer-desktop-7{margin-top:7rem;}
.spacer-desktop-8{margin-top:8rem;}
.spacer-desktop-9{margin-top:9rem;}
.spacer-desktop-10{margin-top:10rem;}
.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con .image-divider-module-detail-box .image-divider-module-content-box .image-divider-module-content .image-divider-module-detail-txt.text-serif{
	font-family:"Palatino-Linotype", sans-serif;
}
.search-translate-portal-icon-con.mobile-view .dropdown-menu.gtranslate{top:auto;bottom:80px;left:10px;}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box .latest-news-slider-content-box .latest-news-detail-txt-box{display:none !important;}
.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box{display:flex !important;}
.form-submit-btn:hover {
    background: #0E406A;
}
.loading-overlay .scale-animation img{width:150px;}
.scale-animation {
  display: inline-block;
  animation: scaleUpDown 3s ease-in-out infinite;
}

@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.discover-more-section .discover-more-slick-slider .slick-prev{    
	bottom: -100px;
    top: auto;
    display: block !important;
    left: 80px;
}
.discover-more-section .discover-more-slick-slider .slick-next{
	bottom: -100px;
    top: auto;
    right: auto;
    left: 150px;
    background-image: url(/assets/images/slick-slider-next-icon.svg);
}
.alert-success {
    color: #FFF;
    background-color: #053963;
    border-color: #053963;
}
.alert-success p{
	color:#FFF;
	font-family: 'Gotham-Bold';
}
.dark-blue-bg-editor-box .alert-success {
    color: #FFF;
    background-color: #D8AB31;
    border-color: #D8AB31;
}
.event-calendar-without-img-modal.tour-booking-without-img-modal .modal-dialog .modal-content .modal-body .modal-body-txt p a{color:#000;text-decoration:underline;}
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-txt,
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-txt p,
.info-tiles-modal .modal-dialog .modal-content .modal-body .modal-body-txt li{
	font-family: "Gotham-Light", sans-serif;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
	.image-text-module-section:not(.without-img-module-section) .image-text-module-box .image-text-module-detail-box .image-text-module-detail {
		padding: 80px 100px;
	}
	.discover-more-section .discover-more-slick-slider{padding-left:60px;}
}
@media only screen and (max-width: 1400px) and (min-width: 1199px) {
	.image-text-module-section:not(.without-img-module-section) .image-text-module-box .image-text-module-detail-box .image-text-module-detail{
		padding:30px 60px;
	}
}

@media only screen and (max-width:1500px){
	.general-banner-section.full-image-general-banner-section.banner-videos-list,
	.general-banner-section.full-vid-banner{height:auto;}
	.general-banner-section.full-image-general-banner-section.banner-videos-list .carousel-caption,
	.general-banner-section.full-vid-banner .carousel-caption{height:100%;}
}
@media only screen and (max-width: 1400px) {
	.carousel-inner.banner-curriculum{height:500px;}	
	#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box.v2{left:120px;}
}
@media only screen and (max-width: 1250px) {
	.video-wrapper.img-div-mo-sec,
	.video-wrapper.pull-quote-slider{
		padding-bottom:65%;
	}
	.video-wrapper.img-div-mo-sec iframe,
	.video-wrapper.pull-quote-slider iframe{
		width:120%;
		left:-10%;
	}
	
}
@media only screen and (max-width: 1199px){
	.sh-slick {margin-bottom:40px;}
	.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel .carousel-inner .carousel-item{min-height:520px;}
	.image-text-module-section:not(.without-img-module-section) .image-text-module-box .image-text-module-detail-box .image-text-module-detail{
		padding:40px 20px 40px 40px;
	}
	.without-img-module-section { padding: 20px 0;}
	#home-cta.call-to-action-section .call-to-action-con .call-to-action-box .call-to-action-btn-box.v2{left:20px;}
	#home-cta.call-to-action-section.cta-position-right .call-to-action-con .call-to-action-box .call-to-action-btn-box.v2{right:520px;}
	.curriculum-explorer-banner-section .carousel-item .carousel-caption{bottom:0;}
	.discover-more-section{padding-bottom:140px;}
	.discover-more-section .discover-more-slick-slider .slick-prev{left:60px;}
	.discover-more-section .discover-more-slick-slider .slick-next{left:130px;}
}
@media only screen and (max-width: 1100px) {
	.video-wrapper.img-div-mo-sec,
	.video-wrapper.pull-quote-slider{
		padding-bottom:75%;
	}
	.video-wrapper.img-div-mo-sec iframe,
	.video-wrapper.pull-quote-slider iframe{
		width:140%;
		top:0;
	}
}
@media only screen and (max-width: 992px) {
	.transparent-bg-link-txt::after{display:none;}
	.menu-nav .menu-box .menu-left-box .tour-enrol-search-con .tour-enrol-search-box .search-form.focus .form-control {
        width: 150px;
    }
	.menu-nav .menu-box .close-icon{display: flex;align-items: center;justify-content: center;}
	.sh-slick {margin-bottom:20px;}
	.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.serif-font p,
	.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-txt.serif-font p,
	.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.serif-font p{
		font-size: 22px;
        line-height: 28px;
	}
	.carousel-inner.banner-curriculum{height:380px;}
	.image-divider-module-section .image-divider-module-quote-icon.bottom-icon.right-quote2,
	.image-divider-section.text-position-left .image-divider-box .image-divider-content-box .quote-icon.small-coloured-icon{margin-left:85%;}
	
	.image-divider-module-section, .image-divider-section{background-attachment:scroll !important;}
	
	.image-divider-module-section .image-divider-module-box .image-divider-module-detail-con, 
	.image-divider-section .image-divider-box .image-divider-content-box{position:relative;}
	
	.image-divider-module-section .image-divider-module-box{height:auto;}
	
	.image-divider-module-section .image-divider-module-box .image-divider-module-img, 
	.image-divider-section img.image-divider-img{display:none;}
	.spacer-mobile-1{margin-top:1rem;}
	.spacer-mobile-2{margin-top:2rem;}
	.spacer-mobile-3{margin-top:3rem;}
	.spacer-mobile-4{margin-top:4rem;}
	.spacer-mobile-5{margin-top:5rem;}
	.spacer-mobile-6{margin-top:6rem;}
	.spacer-mobile-7{margin-top:7rem;}
	.spacer-mobile-8{margin-top:8rem;}
	.spacer-mobile-9{margin-top:9rem;}
	.spacer-mobile-10{margin-top:10rem;}
}
@media only screen and (max-width: 900px) {
	.video-wrapper.img-div-mo-sec,
	.video-wrapper.pull-quote-slider{
		padding-bottom:85%;
	}
	.video-wrapper.img-div-mo-sec iframe,
	.video-wrapper.pull-quote-slider iframe{
		width: 150%;
		left: -10%;
	}
	.read-more-compact-section .accordion .accordion-item .accordion-collapse .accordion-body .download-document-blue-border-btn .btn-txt{width:calc(100% - 49px);}
}
@media(max-width:767px){
	.welcome-brisbane-school-section .welcome-brisbane-school-box .welcome-brisbane-school-detail-box .welcome-brisbane-school-detail .welcome-brisbane-school-txt-box .welcome-brisbane-school-title{margin-top:30px;}
	.discover-more-section{padding-bottom:80px;}
	.discover-more-section .discover-more-slick-slider .slick-prev{bottom:-10px;left:6px;}
	.discover-more-section .discover-more-slick-slider .slick-next{bottom:-10px;left:70px;}
	.image-text-module-section.without-img-module-section  .image-text-module-box .image-text-module-detail-box .image-text-module-detail.no-left-margin{padding-left:20px;}
	.full-image-general-banner-section.full-vid-banner .video-wrapper{padding:0;height:calc(100vh - 100px);}
	.full-image-general-banner-section.full-vid-banner .video-wrapper iframe{width:350%;left:-125%}
	.info-tiles-large-section .info-tiles-large-box .info-tiles-large-slick-slider .info-tiles-large-slider-box{height:auto;}
	.no-botpad-cta-mobile{padding-bottom:0 !important;}
	.full-text-editor-section:not(.modal-body-txt), .full-text-editor-section.full-text-editor-border-bottom, .full-text-editor-section.full-text-editor-border-top{
		/*padding:40px 40px 20px 40px;*/
		padding:40px 20px 20px 20px;
	}
	.full-text-editor-section.modal-body-txt{padding:0;}
	.grid-photo-gallery-slider-section.full-text-editor-section{padding:0;background:#D7E8F7;}
	.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-next{background-image:url(/assets/images/arrow-white.png);transform:none !important;}
	.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-prev{background-image:url(/assets/images/arrow-white.png);transform: rotate(180deg) !important;}
	.grid-photo-gallery-slider-section .grid-photo-gallery-slider-box .grid-photo-gallery-slick-slider .slick-list{padding-bottom:60px !important;}
	.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .after-hover-news-type-txt-box,
	.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .latest-news-detail-txt-box{display:none !important;}
	.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box .news-type-txt-box{display:flex !important;}
	.latest-news-section .latest-news-tab-slider-box .latest-news-slick-slider .latest-news-slider .latest-news-slider-img-box:hover .latest-news-slider-content-box{padding:15px 25px;}
	.mobile-mt-0{margin-top:0 !important;}
	.video-wrapper.pull-quote-slider{padding-bottom: 0;height: 400px;width: 100%;}
	.video-wrapper.pull-quote-slider iframe{width: 170%;height: 110%;top: 0;left: -38%;position: relative;}
	.boarding-video-module-section .boarding-video-module-box .boarding-video-module-detail-con .boarding-video-module-detail-box .boarding-video-module-content-box .boarding-video-module-content .boarding-video-module-quote-icon.bottom-icon{margin-top:25px;}
	.sh-slick {margin-bottom:30px;margin-top:30px;height:31px;}
	.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-img {
		transform: none;
	}
	.discover-more-section .discover-more-slick-slider .discover-more-slider:hover .discover-more-slider-content-box {
		background: linear-gradient(360deg, rgba(2, 31, 51, 0.7) 0%, rgba(2, 31, 51, 0) 78.44%);
		top: auto;
		bottom: 0;
	}
	.image-text-module-section:not(.without-img-module-section) .image-text-module-box .image-text-module-detail-box .image-text-module-detail{
		padding:20px 20px 40px 20px;
	}
    .boarding-video-module-section .boarding-video-module-box img.quote-bg-img {
        height: 400px;
        width:100%;
        object-fit:cover;
    }
	.image-text-module-section .image-text-module-box .image-text-module-detail-box .image-text-module-detail .image-text-module-txt-box .image-text-module-txt.serif-font p,
	.curriculum-carousel-section .curriculum-carousel-box .curriculum-carousel-detail-box .curriculum-carousel-detail .curriculum-carousel-txt-box .curriculum-carousel-txt.serif-font p,
	.image-divider-section .image-divider-box .image-divider-content-box .image-divider-txt.serif-font p{
		font-size: 22px;
        line-height: 28px;
	}
	
	.accordion-body h1{
		font-size: 38px;
        line-height: 44px;
        color: #053963;
        margin-left: 0;
	}
	.accordion-body h2 {
        font-size: 34px;
        line-height: 34px;
    }
	.accordion-body h3 {
        font-size: 34px;
        line-height: 34px;
    }
	.accordion-body h4,.accordion-body h5{
		margin-top: 0;
	}
	.image-text-module-section .image-text-module-box .image-text-module-img-con .image-text-module-img-box .carousel .carousel-inner .carousel-item{min-height:400px;}
	.read-previous-next-section .read-previous-next-con .read-previous-next-box:hover .read-previous-next-img-box .read-previous-next-img{transform:none;}
	.general-banner-section .banner-con .banner-box .banner-img-description-box .menu-icon-box .menu-icon{min-height:49px;}
	.image-text-module-btn-box .transparent-bg-link-txt,
	.editorial-btn-box .transparent-bg-link-txt{
		display: block;
		margin-bottom: 30px;
	}
	.read-previous-next-section{padding-bottom:50px;}
	.read-previous-next-icon-btn-box{position:absolute;bottom:-20px;}
	.full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box .editorial-btn-box{margin-top:0;}
	.full-width-img-editorial-section.editorial-section .editorial-box .editorial-content-box .editorial-btn-box .transparent-bg-link-txt{margin-top:20px !important;}
	.accordion-item .accordion-header .accordion-button{padding-right:60px !important;}
	.full-text-editor-section.full-text-editor-border-bottom.flipbook{padding:0;}
}
@media(max-width:600px){
	.video-wrapper.img-div-mo-sec{padding-bottom:100%;}
	.video-wrapper.img-div-mo-sec iframe{width:180%;left:-20%;}
	.read-previous-next-section .read-previous-next-con .read-previous-next-box .read-previous-next-img-box .read-previous-next-img{height:150px;}
	.call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box{min-height:360px;}
	.right-side-img-editorial-section.editorial-section .editorial-box .editorial-img-con .editorial-img-box .editorial-module-square-bg-img.mobile-img{left:2px;top:auto;bottom: 20px;}
	
}
@media(max-width:450px){
	.video-wrapper.pull-quote-slider iframe{top:-5%;}
	.video-wrapper.img-div-mo-sec{padding-bottom:150%;}
	.video-wrapper.img-div-mo-sec iframe{width: 260%;left: -50%; top: -10%;height:115%;}
	
}
@media(max-width:420px){
	.video-wrapper.pull-quote-slider iframe{
		width: 210%;
		left: -50%;
	}	
	.call-to-action-section .call-to-action-con .call-to-action-box .mobile-call-to-action-detail-box{min-height:405px;}
}