  /*
	Theme Name: Schoolcms - DEV
	Version : 2.0
*/
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #585858;
    overflow-x: hidden;
}

.popupAlert{
    width: 80%;
	max-width:600px;
}
#notice.popupAlert {
	background:#192a47;
	color:#fff;
}
#notice.popupAlert a{
	color:#fff;
}
.popupImg {
	margin-bottom:20px;
}
img {
	max-width:100%;
	height:auto;
}
.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 textarea{
    width:100%
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlay-hint {
    background: rgba(58, 56, 64, 0.42);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.in-left {
    position: relative;
    opacity: 0;
    #left: -100px; #right: 100px; transform: translateX(-100px);
    transition: all 800ms;
}

.in-right {
    position: relative;
    opacity: 0;
    #left: 100px; #right: -100px; transform: translateX(100px);
    transition: all 800ms;
}

.in-down {
    position: relative;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 800ms;
}

.in-up {
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    transition: all 800ms;
}

.in-fade {
    position: relative;
    opacity: 0;
    transition: all 800ms;
}

.in-delay {
    transition-delay: 500ms;
}

.in-view {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}

.col-sm-12.no-sidebar {
    padding: 0 30px;
}

button:focus {
	outline:none;
}
.button {
    display: inline-block;
    padding: 2px 25px;
    font-size: 18px;
    font-weight: 500;
    min-width: 205px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    /* margin-top: 20px; */
    text-transform: uppercase;
}

.button--green {
    background: #83968e;
    color: #ffffff;
    transition: 300ms all;
}

.oldfintPages .button--green {
    background: #661133;
}

.button--green:hover {
    background: #7488a3;
    text-decoration: none;
    color: #ffffff;
}

.button--blue {
    background: #192a47;
    color: #ffffff;
}

.button--light-blue {
    background: #7488a3;
    color: #ffffff;
}

.button--light-blue:hover {
    background: #83968e;
    text-decoration: none;
    color: #ffffff;
}

.button--outline--white {
    border: 2px solid #ffffff;
    border-color: #ffffff;
    color: #ffffff;
}

.button--outline--white:hover {
    color: #ffffff;
    text-decoration: none;
}

a {
    color: #7488a3;
}

a:hover {
    color: #83968e;
}

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

.tbl {
    width: 100%;
}

.tbl .tbl-row {
    display: flex;
}

.tbl .tbl-row .tbl-cell.width-10 {
    width: 10%;
}

.tbl .tbl-row .tbl-cell.width-20 {
    width: 20%;
}

.tbl .tbl-row .tbl-cell.width-30 {
    width: 30%;
}

.tbl .tbl-row .tbl-cell.width-40 {
    width: 40%;
}

.tbl .tbl-row .tbl-cell.width-50 {
    width: 50%;
}

.tbl .tbl-row .tbl-cell.width-60 {
    width: 60%;
}

.tbl .tbl-row .tbl-cell.width-70 {
    width: 70%;
}

.tbl .tbl-row .tbl-cell.width-80 {
    width: 80%;
}

.tbl .tbl-row .tbl-cell.width-90 {
    width: 90%;
}

.tbl .tbl-row .tbl-cell.width-100 {
    width: 100%;
}

.bg-grey {
    background: #e9ecf1;
}

.icon-square {
    display: inline-block;
    font-size: 26px;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
}

.icon-square.blue {
    background: #192a47;
    color: #ffffff;
}

.icon-square.green {
    background: #83968e;
    color: #ffffff;
}
.icon-square.lightgreen {
    background: #adc1bd;
    color: #ffffff;
}

.icon-square.orange {
	background: #dd9684;
    color: #ffffff;
}
.icon-square.peach {
	background: #dcb8b5;
    color: #ffffff;
}
.oldfintPages .icon-square.green{
    background: #661133;
}

.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.aligncenter {
    text-align: center;
    margin: auto;
}

.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

#wrapper {
    width: 100%;
    margin: auto;
    position: relative;
}

#wrapper .wrapper-skinny {
    max-width: 1560px;
    margin: auto;
    width: 100%;
    position: relative;
}

#logo {
    position: absolute;
   /* left: 22px;*/
	left: 0px;
    background: #192a47;
    z-index: 300;
    transition: opacity 500ms;
    opacity: 1;
}

.fixedHeader #logo {
    opacity: 0;
    margin-top: -60px;
}

#logo img {
    max-width: 100%;
}

.text-blue {
    color: #192a47;
}

.text-light-blue {
    color: #7488a3;
}

.text-green {
    color: #83968e;
}

h1, h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 2px;
	font-weight:700;
}

nav#top-menu-nav {
    background: #ffffff;
    text-align: right;
    padding-right: 50px;
}

nav#top-menu-nav ul {
    padding: 0;
    margin: 0;
}

nav#top-menu-nav ul li {
    list-style: none;
    display: inline-block;
}

nav#top-menu-nav ul li a {
    display: block;
    color: #192a47;
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
    margin: 0 8px;
}

nav#top-menu-nav ul li a:hover {
    color: #7488a3;
    text-decoration: underline;
}

a.ubermenu-responsive-toggle {
    visibility: hidden;
}

nav#main-menu-nav {
    transition: 300ms all;
    background: #192a47;
    text-align: right;
    padding-right: 50px;
    /*width: $width;*/
    width: 100%;
    max-width: 100%;
    z-index: 200;
    min-height: 80px;
    position: relative;
}

nav#main-menu-nav .menu-toggle-wrapper {
    display: none;
}

nav#main-menu-nav .menu-main-menu-container {
    display: inline-block;
}

nav#main-menu-nav #text-logo {
    display: inline-block;
    background-image: url(/wp-content/themes/schoolcms-24/images/text-logo.png);
    background-repeat: no-repeat;
    width: 185px;
    height: 50px;
    float: left;
    margin: 20px 0 10px 35px;
    opacity: 0;
    transition: 500ms all;
}

nav#main-menu-nav ul {
    padding: 0;
    margin: 0;
}

nav#main-menu-nav ul li {
    list-style: none;
    display: inline-block;
}
@media (max-width:991px){
nav#main-menu-nav ul li a{
	text-align:center;
}
}
#ubermenu-nav-main-2-main #menu-item-2050{
    display: none;
}
#ubermenu-nav-main-2-main #menu-item-2050 > a{
    display: none;
	
}
nav#main-menu-nav .ubermenu-submenu.ubermenu-submenu-type-stack {
	padding:15px 0 0;
	text-align:center;
	background:rgba(25, 42, 71, 1);
	border-top:solid 1px #fff;
	width:80%;
	margin:20px auto 0;
}
nav#main-menu-nav .ubermenu-submenu.ubermenu-submenu-type-stack ul {
	display:none;
}
nav#main-menu-nav .ubermenu-submenu.ubermenu-submenu-type-stack a{
	font-size:14px;
	line-height:22px;
	text-align:center;
}
nav#main-menu-nav .ubermenu-submenu.ubermenu-submenu-type-stack a:hover{
	color:#7488a3
}
nav#main-menu-nav ul li a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    /* margin: 0 10px; */
}

nav#main-menu-nav ul li a.hover, nav#main-menu-nav ul li a:hover {
    color: #7488a3;
    text-decoration: none;
}

nav#main-menu-nav ul.social-media {
    margin-left: 25px;
}

nav#main-menu-nav ul.social-media li a {
    margin: 0 10px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.75);
}

nav#main-menu-nav ul.social-media li a i.fa-twitter {
    font-size: 28px;
    position: relative;
    top: 3px;
}

nav#main-menu-nav ul.social-media li a i.fa-facebook {
    font-size: 22px;
}

nav#main-menu-nav ul.social-media li a i.fa-instagram {
    font-size: 24px;
}

nav#main-menu-nav ul.social-media li a:hover {
    color: #7488a3;
}

nav#main-menu-nav .ubermenu-submenu {
    background: #7488a3;
    text-align: left;
    padding: 30px 20px;
}

nav#main-menu-nav .ubermenu-submenu li {
    list-style: none;
    display: block;
    text-align: left;
}

nav#main-menu-nav .ubermenu-submenu li a {
    line-height: 40px;
    font-size: 19px;
    font-weight: 400;
}

nav#main-menu-nav .ubermenu-submenu li a:hover {
    color: #192a47;
    text-decoration: none;
}

nav#main-menu-nav .ubermenu-submenu .ubercall {
    width: 41.666667%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    position: absolute;
}

nav#main-menu-nav .ubermenu-submenu .ubercall .right {
    position: relative;
    right: -1px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

nav#main-menu-nav .ubermenu-submenu .ubercall .right .cover {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}

nav#main-menu-nav .ubermenu-submenu .ubercall .right .cover .title {
    line-height: 32px;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

nav#main-menu-nav .ubermenu-submenu .ubercall .right .cover .button-wrapper {
    text-align: center;
    margin-bottom: 115px;
}

#dropdown-menu {
    display: none!important;
}

body.fixedHeader nav#main-menu-nav {
    position: fixed;
    top: 0;
    background: rgba(25, 42, 71, 0.9);
}

body.fixedHeader nav#main-menu-nav #text-logo {
    opacity: 1;
}

section h2.title.green {
    color: #83968e;
}

.oldfintPages section h2.title.green{
    color: #661133;
}

section h2.title.blue {
    color: #7488a3;
}

section .sub-text {
    max-width: 800px;
    margin: auto;
    font-size: 20px;
    line-height: 34px;
}

#homepage-visit-us {
    position: fixed;
    right: -83px;
    top: 48%;
    background: #83978e;
    color: #ffffff;
    z-index: 199;
    font-size: 20px;
    font-weight: 600;
    width: 230px;
    padding: 15px 30px 15px 45px;
    transform: rotate(-90deg);
}

#homepage-visit-us img {
    margin-left: 20px;
    display: inline-block;
}

#home-banner {
    position: relative;
}

#home-banner .overlay-hint {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

#home-banner .mouse-icon {
    position: absolute;
    bottom: 70px;
    width: 100%;
    margin: auto;
    text-align: center;
    z-index: 120;
}

@media screen and (max-width: 768px) {
    #home-banner .mouse-icon {
        display: none;
    }
}

#home-banner .mouse-icon span {
    display: block;
    margin: auto;
    background-image: url("/wp-content/themes/schoolcms-24/images/mouse.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 62px;
    height: 62px;
}

#home-banner .mouse-icon span:after {
    position: relative;
    top: 92px;
    margin: auto;
    content: "";
    display: block;
    width: 1px;
    background: white;
    height: 40px;
}

#home-banner .footprint {
    position: absolute;
    bottom: -87px;
    left: 215px;
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-a.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    z-index: 11;
}

#home-banner .line-b {
    position: absolute;
    width: 100%;
    bottom: -60px;
}

#home-banner .line-b:after {
    margin: auto;
    display: block;
    width: 1px;
    background: rgba(0, 0, 0, 0.75);
    height: 60px;
    content: "";
}

@keyframes changescale {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}

#home-banner .carousel-inner {
    max-height: 720px;
}

#home-banner .carousel-inner .carousel-item {
    background-size: cover;
    background-position: center;
    animation-duration: 9s;
    animation-name: changescale;
    animation-iteration-count: 1;
    animation-direction: alternate;
}

#home-banner .carousel-inner .carousel-item img {
    max-height: 700px;
    opacity: 0;
}

.page-banner {
    position: relative;
	max-height:750px;
}

.page-banner .slide {
    width: 100%;
}

.page-banner .slide img {
    width: 100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
}

.page-banner:before { 
	content:'';
	display:block;
	width:100%;
	padding-top:45.7%;
}
.page-banner #hero,
.page-banner #hero .slide,
.page-banner #hero .slide .parallax-background{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page-banner .main-entry-thumbnail {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.page-banner .main-entry-thumbnail img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
section#welcome-to-finton {
    padding: 100px;
}
section#welcome-to-finton h1.title {
	font-family:'Blueberry Regular',sans-serif;
	color:#7589a4;
	font-size:50px;
	line-height:1.4;
}
section#welcome-to-finton h2 {
    margin-bottom: 25px;
}

section#headmaster-message .spacing {
    padding: 50px 11% 110px 45px;
}

section#headmaster-message .spacing .row {
    background: #e9ecf1;
    position: relative;
    /*
    left: -100px;
    opacity: 0;
    transition: all 800ms;
    */
}

/*
section#headmaster-message .spacing .row.in-view {
    left: 0;
    opacity: 1;
}
*/
section#headmaster-message .left {
    padding: 117px 0px 100px 85px;
    font-size: 19px;
}

section#headmaster-message .left h2 {
    margin-bottom: 30px;
}

section#headmaster-message .left .button-wrapper {
    margin-top: 60px;
}

section#headmaster-message .headmaster-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 120px;
}
@media screen and (min-width: 2000px) {
    section#headmaster-message .headmaster-image {
        background-position: top;
    }
    #home-banner .carousel-inner .carousel-item img {
        max-height: 858px;
    }
    #home-banner .carousel-inner {
        max-height: 858px;
        height: 858px;
    }
    #home-banner .carousel {
        height: 858px;
    }    
}

@media screen and (max-width: 768px) {
    section#headmaster-message .headmaster-image {
        max-height: 550px;
    }
}

section#headmaster-message .headmaster-image .overlay {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#headmaster-message .headmaster-image img {
    display: none;
}

section#video-message .spacing {
    padding: 50px 11% 70px 15px;
}

section#video-message .spacing .row {
    background: #e9ecf1;
}

section#video-message .left {
    padding: 117px 0px 100px 85px;
    font-size: 19px;
}

section#video-message .left h2 {
    margin-bottom: 30px;
}

section#video-message .left .button-wrapper {
    margin-top: 60px;
}

section#video-message .video-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    top: -60px;
    left: 120px;
}

@media screen and (max-width: 768px) {
    section#video-message .video-image {
        max-height: 550px;
    }
}

section#video-message .video-image img {
    display: none;
}

section#video-message .video-image .overlay {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#your-journey-starts-here {
    background: #192a47;
    padding: 100px 50px 90px 50px;
    position: relative;
}

section#your-journey-starts-here .lines-wrap {
    text-align: center;
    top: -30px;
    position: absolute;
    width: 100%;
    left: 0;
}

section#your-journey-starts-here .lines-wrap .lines {
    width: 1px;
    margin: auto;
}

section#your-journey-starts-here .lines-wrap .lines .line-a {
    margin: auto;
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.75);
    height: 30px;
}

section#your-journey-starts-here .lines-wrap .lines .line-b {
    margin: auto;
    position: absolute;
    width: 1px;
    background: #ffffff;
    height: 50px;
    top: 30px;
}

section#your-journey-starts-here h2 {
    margin-bottom: 30px;
	color:#7488a3;
	font-family: 'Blueberry Regular',sans-serif;
	font-weight:400;
    font-size: 50px;
    line-height: 1.4;
}

section#your-journey-starts-here .sub-text {
    color: #ffffff;
}

section#your-journey-starts-here .footprint {
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-b.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    position: absolute;
    top: -92px;
    right: 330px;
}

section#homepage-tiles, section#innerpage-tiles, section#subject-tiles, section#news-tiles {
    position: relative;
    padding: 55px 68px 95px 68px;
}

section#homepage-tiles.grey, section#innerpage-tiles.grey, section#subject-tiles.grey, section#news-tiles.grey {
    background: #e8e8e8;
}

section#homepage-tiles .row > div, section#innerpage-tiles .row > div, section#subject-tiles .row > div, section#news-tiles .row > div {
    padding: 8px;
    overflow: hidden;
}

section#homepage-tiles .tile, section#innerpage-tiles .tile, section#subject-tiles .tile, section#news-tiles .tile {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 800ms all;
    overflow: hidden;
}

section#homepage-tiles .tile .tile-bg, section#innerpage-tiles .tile .tile-bg, section#subject-tiles .tile .tile-bg, section#news-tiles .tile .tile-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 300ms all;
    background-repeat: no-repeat;
    background-size: cover;
}

section#homepage-tiles .tile:hover .tile-bg, section#innerpage-tiles .tile:hover .tile-bg, section#subject-tiles .tile:hover .tile-bg, section#news-tiles .tile:hover .tile-bg {
    transform: scale(1.05);
}

section#homepage-tiles .tile .cover, section#innerpage-tiles .tile .cover, section#subject-tiles .tile .cover, section#news-tiles .tile .cover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

section#homepage-tiles .tile .cover .title, section#innerpage-tiles .tile .cover .title, section#subject-tiles .tile .cover .title, section#news-tiles .tile .cover .title {
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

section#homepage-tiles .tile .cover .button-wrapper, section#innerpage-tiles .tile .cover .button-wrapper, section#subject-tiles .tile .cover .button-wrapper, section#news-tiles .tile .cover .button-wrapper {
    text-align: center;
    margin-bottom: 115px;
}

section#homepage-tiles .lines-wrap, section#innerpage-tiles .lines-wrap, section#subject-tiles .lines-wrap, section#news-tiles .lines-wrap {
    text-align: center;
    bottom: 30px;
    position: absolute;
    width: 100%;
    left: 0;
}

section#homepage-tiles .lines-wrap .lines, section#innerpage-tiles .lines-wrap .lines, section#subject-tiles .lines-wrap .lines, section#news-tiles .lines-wrap .lines {
    width: 1px;
    margin: auto;
}

section#homepage-tiles .lines-wrap .lines .line-a, section#innerpage-tiles .lines-wrap .lines .line-a, section#subject-tiles .lines-wrap .lines .line-a, section#news-tiles .lines-wrap .lines .line-a {
    margin: auto;
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
}

section#homepage-tiles .lines-wrap .lines .line-b, section#innerpage-tiles .lines-wrap .lines .line-b, section#subject-tiles .lines-wrap .lines .line-b, section#news-tiles .lines-wrap .lines .line-b {
    margin: auto;
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    top: 30px;
}

section#homepage-tiles .footprint, section#innerpage-tiles .footprint, section#subject-tiles .footprint, section#news-tiles .footprint {
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-a-dark.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    position: absolute;
    bottom: -80px;
    left: 320px;
}

section#homepage-tiles.inner, section#innerpage-tiles.inner, section#subject-tiles.inner, section#news-tiles.inner {
    padding: 55px 50px 25px 50px;
}

section#homepage-tiles.inner img, section#innerpage-tiles.inner img, section#subject-tiles.inner img, section#news-tiles.inner img {
    max-height: 375px;
}

section#homepage-tiles.inner .tile .cover .button-wrapper, section#innerpage-tiles.inner .tile .cover .button-wrapper, section#subject-tiles.inner .tile .cover .button-wrapper, section#news-tiles.inner .tile .cover .button-wrapper {
    margin-bottom: 50px;
}

section#a-glance-at-finton {
    padding: 125px 100px 135px 100px;
    font-weight: 400;
}

section#a-glance-at-finton h2 {
    margin-bottom: 20px;
	font-family: 'Blueberry Regular',sans-serif;
	font-weight:400;
    font-size: 50px;
    line-height: 1.4;
}

section#news-feature .spacing {
    margin: 0px 45px 50px 165px;
}

section#news-feature .spacing .row {
    background: #e9ecf1;
    position: relative;
    /*
    right: -100px;
    opacity: 0;
    transition: all 800ms;
    */
}

/*
section#news-feature .spacing .row.in-view {
    right: 0;
    opacity: 1;
}
*/
section#news-feature .image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: -120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section#news-feature .image img {
    display: none;
}

section#news-feature .right {
    position: relative;
    padding: 170px 100px 130px 0px;
}

section#news-feature .right .icon-square {
    position: absolute;
    right: -10px;
    top: -12px;
}

section#news-feature .right h2 {
    text-align: center;
    margin-bottom: 25px;
}

section#news-feature .right .content {
    text-align: center;
    font-size: 19px;
}

section#news-feature .right .button-wrap {
    margin-top: 25px;
    font-size: 20px;
}

section#news-feature .right .button-wrap a {
    /* color: #83968e; */
    /* text-decoration: underline; */
    /* font-weight: 500; */
}

section#news-feature .right .button-wrap a:hover {
    /* color: #192a47; */
    /* text-decoration: underline; */
}

section#latest-news-social {
    position: relative;
    padding: 0 62px 160px 60px;
}

.wrapper-skinny section#latest-news-social {
    position: relative;
    padding: 0 20px 20px 22px;
}

section#latest-news-social .left {
    position: relative;
    background: #e9ecf1;
    height: 100%;
}

section#latest-news-social .left .icon-square {
    position: absolute;
    top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    z-index: 99;
    cursor: pointer;
}

section#latest-news-social .left .icon-square.icon-left {
    background-image: url("/wp-content/themes/schoolcms-24/images/arrow-2-left.png");
    right: 70px;
}

section#latest-news-social .left .icon-square.icon-right {
    background-image: url("/wp-content/themes/schoolcms-24/images/arrow-2-right.png");
    right: -10px;
}

section#latest-news-social .left .carousel-item {
    padding: 60px 80px 50px 70px;
}

section#latest-news-social .left .carousel-item .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin-right: 95px;
    /*filter: sepia(300%) saturate(100%) brightness(80%) hue-rotate(180deg);*/
}

section#latest-news-social .left .carousel-item .image img {
    /*filter: sepia(300%) saturate(100%) brightness(80%) hue-rotate(180deg);*/
}

section#latest-news-social .left .carousel-item h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

section#latest-news-social .left .carousel-item h2 a {
    color: #7488a3;
}

section#latest-news-social .left .carousel-item h2 a:hover {
    text-decoration: underline;
}

section#latest-news-social .left .carousel-item .content {
    font-size: 20px;
    line-height: 36px;
    /* height: 140px; */
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-bottom: 30px;
}

section#latest-news-social .twitter-block {
    position: relative;
    background: #192a47;
    margin-bottom: 30px;
    padding: 100px 60px 85px;
}

section#latest-news-social .twitter-block .icon-square {
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 35px;
}

section#latest-news-social .twitter-block h2 {
    margin-bottom: 20px;
}

section#latest-news-social .twitter-block h2 a {
    color: #83968e;
    color: #fff;
}

.oldfintPages section#latest-news-social .twitter-block h2 a{
    color: #661133;
	color:#fff;
}

section#latest-news-social .twitter-block h2 a:hover {
    text-decoration: underline;
}

section#latest-news-social .twitter-block .content {
    padding: 0 5px;
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

section#latest-news-social .facebook-block {
    position: relative;
    background: #7488a3;
    background: #b1858d;
    padding: 75px 0 35px 0;
}

section#latest-news-social .facebook-block a:hover {
    color: #ffffff;
}

section#latest-news-social .facebook-block .icon-square {
    position: absolute;
    right: -10px;
    top: -12px;
    font-size: 30px;
}

section#latest-news-social .facebook-block .content {
    font-size: 30px;
	font-weight:700;
    color: #ffffff;
}

section#latest-news-social .facebook-block .facebook-arrow {
    margin-top: 30px;
    background-image: url("/wp-content/themes/schoolcms-24/images/arrow-1-right.png");
    display: inline-block;
    width: 45px;
    height: 33px;
}

section#latest-news-social .footprint {
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-b-dark.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    position: absolute;
    bottom: 80px;
    right: 215px;
}

.parallax-background {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.page-banner .parallax-background {
    /*background-size: 115%;*/
	  background-attachment: unset;
      background-position: center top!important;
}

@supports (-webkit-overflow-scrolling: touch) {
  /* buggy iOS devices */ 
    .page-banner .parallax-background,
    .parallax-background {
        background-size: cover;
        background-position: center center !important;
        background-attachment: initial;
    }
    .page-banner .slide img {
        width: 100%;
    }
}

@media(max-width:767px){
    .page-banner .parallax-background,
    .parallax-background {
        background-size: cover;
        background-position: center center !important;
        background-attachment: initial;
    }
    .page-banner .slide img {
        width: 100%;
    }
}

.parallax-background > img {
    width: 100%;
}

.scms-carousel {
    margin: 15px 0;
    position: relative;
}

.scms-carousel > .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%
}

.scms-carousel > .owl-nav > div {
    display: block;
    width: 40px;
    height: 50px;
    transform: translateY(-50%);
    background: #192a47;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    font-weight: 200;
}

.scms-carousel > .owl-nav > div:last-child {
    float: right;
}

.scms-carousel > .owl-nav > div:first-child {
    float: left;
}

footer {
    position: relative;
}

footer .lines-wrap {
    text-align: center;
    top: -50px;
    position: absolute;
    width: 100%;
    left: 0;
}

footer .lines-wrap .lines {
    width: 1px;
    margin: auto;
}

footer .lines-wrap .lines .line-a {
    margin: auto;
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
}

footer .lines-wrap .lines .line-b {
    margin: auto;
    position: absolute;
    width: 1px;
    background: #ffffff;
    height: 30px;
    top: 50px;
}

footer a {
    color: #ffffff;
}

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

footer .footer-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer #footer-top {
    background-color: #7488a3;
    background-image: url("/wp-content/themes/schoolcms-24/images/map.png");
    background-size: cover;
    background-position: center;
    padding: 70px 125px 0px 125px;
    color: #ffffff;
    position: relative;
}

div#footer-top > div.row > div {
    transition: opacity 300ms;
    opacity: 1
}

body.mapview div#footer-top > div.row > div {
    pointer-events: none;
    opacity: 0;
}

footer #footer-top a {
    color: #ffffff;
}

footer #footer-top a:hover {
    text-decoration: underline;
}

footer #footer-top .title {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    letter-spacing: 1px;
	font-family: 'Blueberry Regular',sans-serif;
	font-weight:400;
    font-size: 50px;
    line-height: 1.4;
}

footer #footer-top .address {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
}

footer #footer-top .address:before {
    display: block;
    content: "";
    background-image: url("/wp-content/themes/schoolcms-24/images/icon-address.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 10px;
}

footer #footer-top .contact {
    margin-bottom: 25px;
    margin-top: 35px;
    font-size: 20px;
}

footer #footer-top .contact .telephone {
    position: relative;
	padding-left:30px;
}

footer #footer-top .contact .telephone:before {
    display: block;
    content: "";
    background-image: url("/wp-content/themes/schoolcms-24/images/icon-phone.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 10px;
}

footer #footer-top .contact .email {
    position: relative;
	padding-left:30px;
}

footer #footer-top .contact .email:before {
    display: block;
    content: "";
    background-image: url("/wp-content/themes/schoolcms-24/images/icon-envelope.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 10px;
}

footer #footer-top nav#footer-menu-nav {
    margin-top: 60px;
}

footer #footer-top nav#footer-menu-nav ul {
    padding: 0 0 0 50px;
    margin: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

footer #footer-top nav#footer-menu-nav ul li {
    list-style: none;
}

footer #footer-top nav#footer-menu-nav ul li a {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
}

footer #footer-top nav#footer-menu-nav ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

footer #footer-top .footer-images {
    margin-top: 35px;
    margin-bottom: 45px;
}

footer #footer-top .footer-images a {
    margin: 0 50px 0 0;
    display: inline-block;
}

footer #footer-top .footer-images a:last-child {
    margin-right: 0;
}

footer #footer-top .footer-images a img {
    vertical-align: bottom;
	max-width:200px;
}

footer #footer-top .map-button-col .button-wrap {
    margin: auto;
    position: relative;
    bottom: 50px;
}

footer #footer-top .map-button-col .button-wrap .map-marker {
    background-image: url("/wp-content/themes/schoolcms-24/images/map-marker.png");
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 46px;
    height: 85px;
    margin: 0 auto 25px;
}

footer #footer-top .map-button-col .button-wrap .map-marker:after {
    margin: auto;
    position: relative;
    top: 75px;
    left: 0px;
    display: block;
    content: " ";
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    height: 25px;
}

footer #footer-bottom {
    background: #192a47;
    color: #c7c2c4;
    font-size: 17px;
    font-weight: 500;
    padding: 0 130px;
    line-height: 125px;
}

footer #footer-bottom a {
    color: #c7c2c4;
}

footer #footer-bottom a:hover {
    text-decoration: underline;
}
#wrapper .wrapper-skinny.fullcol {
	margin-top:70px;
	padding:0 30px;
}
.tabs {
    position: relative;
    margin: 100px 30px 0;
    min-height: 100px;
}

.tabs.dynamic {
	margin:100px 0 0;
    margin: 40px 0 0;
    padding: 0 30px;
	padding:0;
}

.tabs.grey {
    background: #f3f3f3;
}

.tabs .tab-links {
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.tabs .tab-links li {
    display: inline-block;
    background-image: url("/wp-content/themes/schoolcms-24/images/tab-lightblue.png");
    background-position: right;
    background-repeat: no-repeat;
    /* min-width: 13.85%; */
    background-color: #7488a3;
    overflow: hidden;
    color: #ffffff;
    padding: 0 40px 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    height: 42px;
    font-weight: 600;
    cursor: pointer;
    border-top: 2px solid #FFF;
    font-size: 17px;
}

.tabs .tab-links li.active {
    background-image: url("/wp-content/themes/schoolcms-24/images/tab-blue.png");
    background-color: #192a47;
}

.tabs .tab-links li:hover {
    background-image: url("/wp-content/themes/schoolcms-24/images/tab-green.png");
    background-color: #83968e;
}

.tabs .tab-contents {
    background: #f3f3f3;
}

.tabs .tab-contents .tab-content {
    padding: 100px;
    display: none;
}

.tabs .tab-contents .tab-content.active {
    display: block;
}

.tabs .tab-contents .tab-content li {
    color: #192a47;
}

.tabs .footprint {
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-a.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    position: absolute;
    bottom: -80px;
    left: 100px;
}

section#stats-title {
    padding-top: 70px;
    padding-bottom: 70px;
}

section#stats {
    background: #192a47;
    padding: 110px 100px 100px 100px;
}

section#stats .row {
    width: 95%;
    margin: auto;
}

section#stats .row .stat {
    text-align: center;
}

section#stats .row .stat .number {
    display: block;
    margin: 25px 0 52px 0;
    font-size: 100px;
    color: #7488a3;
    font-weight: 600;
    line-height: 60px;
}

section#stats .row .stat .number span {
    font-size: 70px;
}

section#stats .row .stat.stat-1 .number, section#stats .row .stat.stat-2 .number {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

section#stats .row .stat .text {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    left: -10px;
}

section#stats .row .stat .sub {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    left: -10px;
}

section#where-next {
    padding-top: 70px;
}
section#where-next h2 {
	font-family: 'Blueberry Regular',sans-serif;
    font-size: 50px;
    line-height: 1.4;
	font-weight:400;
}
.sidebar-left {
    position: relative;
    padding-top: 70px;
    /* max-width: 390px; */
    margin-left: 20px;
    margin-right: 30px;
}

.sidebar-left .footprint {
    opacity: 1;
    position: absolute;
    top: -60px;
    left: 60px;
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-a.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    z-index: 199;
}

.sidebar-left .its-wrap {
    background: #192a47;
    color: #ffffff;
    padding: 60px 0;
    margin-bottom: 40px;
}

.sidebar-left .its-wrap .its {
    margin: 0 35px 25px 35px;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 600;
}

.sidebar-left .its-wrap #subnav > ul {
    padding: 0;
    margin: 0;
}

table,tr,td{
    border:none;
}

td{
    border-bottom:1px solid #ddd;
}

.wpcf7-form td{
    border-bottom:none;
    display:block;
    padding:5px 0

}

.sidebar-left .its-wrap #subnav > ul > li {
    list-style: none;
}

.sidebar-left .its-wrap #subnav > ul > li > a {
    display: block;
    margin: 0 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 600;
}

.sidebar-left .menu-item-object-ubermenu-custom {
    display: none;
}

hr.inner-split {
    /*margin: 80px 0 80px 15px;*/
    margin: 10px 0 40px 15px;
}

.full-width-quotes {
    margin: 0 15px 90px 15px;
}

.full-width-callout {
    margin: 0 15px;
}

.breadcrumbs {
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 70px;
    margin-bottom: 15px;
}
.bcinner {
	line-height:1.3;
	display:inline-block;
	vertical-align:middle;
}
@media (max-width:992px){
	.breadcrumbs {
		font-size:13px;
	}
}
@media (max-width:768px){
	.breadcrumbs {
		font-size:12px;
	}
}
.breadcrumbs .bcinner > span {
    margin: 0 7px;
    color: #BBB;
}
.breadcrumbs .bcinner > span:first-of-type {
    margin-left:0;
    
}

.breadcrumbs .share-div {
    float: right;
}

.breadcrumbs .share-div img {
    margin-left: 10px;
}

.breadcrumbs a {
    color: #BBB;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.grey-panel {
    background: #f3f3f3;
    padding: 75px 65px;
    font-size: 19 px;
    line-height: 32px;
    font-weight: 500;
    color: #959595;
}

.blue-panel {
    background: #e9ecf1;
    padding: 75px 65px;
    font-size: 19px;
    line-height: 32px;
    font-weight: 500;
}

#innerpage .inner, #innerpage-2 .inner {
    /* max-width: 900px; */
    padding-right: 20px;
    font-size: 20px;
    color: #585858;
}

#innerpage .inner.inner-2, #innerpage-2 .inner.inner-2 {
    max-width: 100%;
    margin-left: 100px;
    margin-right: 100px;
}

#innerpage .inner .footprint, #innerpage-2 .inner .footprint {
    position: absolute;
    bottom: 0px;
    right: 125px;
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-b.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    z-index: 11;
}

#innerpage .inner .entry-title, #innerpage-2 .inner .entry-title {
    margin-top: 25px;
    margin-bottom: 30px;
}

#innerpage .inner li:not(.tab-link), #innerpage-2 .inner li:not(.tab-link) {
    color: #192a47;
}

#innerpage .inner h1, #innerpage-2 .inner h1 {
    color: #83968e;
	font-family: 'Blueberry Regular',sans-serif;
    font-size: 50px;
    line-height: 1.4;
	font-weight:400;
}

.oldfintPages #innerpage .inner h1, #innerpage-2 .inner h1 {
    color: #661133
}

#innerpage .inner h2, #innerpage-2 .inner h2 {
    color: #192a47;
    margin: 25px 0;
}

.oldfintPages #innerpage .inner h2, #innerpage-2 .inner h2 {
    color: #661133;
    margin: 25px 0;
}


#innerpage .inner h3, #innerpage-2 .inner h3 {
    color: #7488a3;
    margin: 15px 0;
}

#innerpage .inner #video-message, #innerpage-2 .inner #video-message {
    margin-top: 100px;
    padding: 0;
}

#innerpage .inner #video-message .spacing, #innerpage-2 .inner #video-message .spacing {
    padding-left: 0;
    padding-right: 7%;
}

#innerpage-2 .breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0;
    line-height: 30px;
    border-bottom: none;
    color: #BBB;
}

#innerpage-2 .breadcrumbs span {
    color: #BBB;
}

#innerpage-2 .breadcrumbs span span {
    white-space: nowrap;
}

#innerpage-2 .breadcrumbs span a {
    color: #BBB;
}

#innerpage-2 .grey-panel {
    margin-left: 45px;
    margin-right: 45px;
}

#innerpage-2 .grey-panel .title {
    margin-bottom: 35px;
}

#innerpage-2 .grey-panel .title.green {
    color: #83968e;
}

section#subject-tiles, section#news-tiles {
    padding: 55px;
}

section#subject-tiles .tile-bg, section#news-tiles .tile-bg {
    background-size: cover;
    background-position: center;
}

section#subject-tiles .tile, section#news-tiles .tile {
    cursor: pointer;
}

section#subject-tiles .tile:hover .toggle-subject, section#news-tiles .tile:hover .toggle-subject {
    background: #7488a3;
}

section#subject-tiles .subject-block, section#news-tiles .subject-block {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    overflow: initial !important;
    display: none;
}

section#subject-tiles .subject-block h2, section#news-tiles .subject-block h2 {
    margin-bottom: 35px;
}

section#subject-tiles .subject-block .blue-panel, section#news-tiles .subject-block .blue-panel {
    padding: 125px 100px 160px 100px;
    color: #959595;
}

section#subject-tiles .subject-block .blue-panel .footprint, section#news-tiles .subject-block .blue-panel .footprint {
    opacity: 1;
    position: absolute;
    bottom: -45px;
    right: 220px;
    background-image: url("/wp-content/themes/schoolcms-24/images/footprint-b.png");
    background-repeat: no-repeat;
    width: 133px;
    height: 174px;
    z-index: 11;
    left: auto;
}

section#subject-tiles .subject-block .subject-close, section#news-tiles .subject-block .subject-close {
    position: absolute;
    right: -15px;
    top: 20px;
    background: #83968e;
    background-image: url("/wp-content/themes/schoolcms-24/images/close-green.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

section#subject-tiles .subject-block .subject-close:hover, section#news-tiles .subject-block .subject-close:hover {
    /*background: $light-blue;*/
}

section#subject-tiles .subject-block .post-title, section#news-tiles .subject-block .post-title {
    font-size: 26px;
}

section#subject-tiles .subject-block .post-date, section#news-tiles .subject-block .post-date {
    color: #83968e;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

section#subject-tiles .subject-block .body, section#news-tiles .subject-block .body {
    font-size: 18px;
}

section#subject-tiles .subject-block .body .button-wrapper, section#news-tiles .subject-block .body .button-wrapper {
    padding-top: 35px;
}

section#subject-tiles .subject-block .photo, section#news-tiles .subject-block .photo {
    float: right;
}

section#subject-tiles .subject-block .photo img, section#news-tiles .subject-block .photo img {
    max-width: 600px;
    margin-right: -115px;
    margin-top: -25px;
    margin-left: 90px;
    margin-bottom: 30px;
}

section#subject-tiles .button-wrap, section#news-tiles .button-wrap {
    margin-top: 15px;
    margin-bottom: 90px;
}

section#subject-tiles .button-wrap .toggle-subject, section#news-tiles .button-wrap .toggle-subject {
    background: #83968e;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 30px;
}

section#subject-tiles .button-wrap .toggle-subject:hover, section#news-tiles .button-wrap .toggle-subject:hover {
    background: #7488a3;
}

section#subject-tiles .photo img {
    margin-top: -50px !important;
    margin-right: -170px !important;
}

section#subject-tiles .subject-close {
    top: 65px !important;
    right: 0 !important;
}

section#subject-tiles .spacing {
    padding-right: 90px !important;
}

.news-feature-links {
    text-align: center;
    margin: 40px 0 25px;
    font-size: 18px;
    font-weight: 500;
}

.news-feature-links ul {
    padding: 0;
    margin: 0;
}

.news-feature-links ul li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
}

.news-feature-links ul li a {
    color: #7488a3;
    text-decoration: none;
    transition: all 300ms;
}

.news-feature-links ul li a:after {
    content: "";
    opacity: 0;
    display: block;
    height: 1px;
    width: 100%;
    position: relative;
    top: 4px;
    background: #192a47;
    transition: all 300ms;
}

.news-feature-links ul li a:hover {
    color: #192a47;
}

.news-feature-links ul li a:hover:after {
    opacity: 1;
}

.news-feature-links ul li.active a {
    color: #192a47;
}

.news-feature-links ul li.active a:after {
    opacity: 1;
}

section#news-tiles {
    padding-top: 0;
}

section#news-tiles .tile .cover {
    display: block;
    background: rgba(25, 42, 71, 0.9);
    display: flex;
    justify-content: center;
    padding: 20px;
    min-height: 125px;
}

section#news-tiles .tile .cover h2 {
    display: inherit;
    font-size: 24px !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
    vertical-align: middle !important;
}

section#news-tiles .tile:hover .cover {
    background: rgba(116, 136, 163, 0.75);
}

section#news-tiles .subject-block .spacing {
    width: 85%;
    padding-left: 8%;
}

section#news-tiles .subject-block .spacing .blue-panel {
    padding: 70px 100px 20px 100px;
    position: relative;
}

section#news-tiles .subject-block .spacing .blue-panel .subject-close {
    right: -150px;
}

section#news-tiles .subject-block .spacing .blue-panel .photo {
    float: right;
}

section#news-tiles .subject-block .spacing .blue-panel .photo img {
    margin-right: -230px;
}

section#news-tiles .subject-block .spacing .blue-panel .body {
    font-size: 19px;
    line-height: 32px;
    /* min-height: 180px; */
}

section#news-tiles .subject-block .spacing .blue-panel .button-wrap {
    padding-top: 25px;
}

.news-panel {
    color: #192a47;
}

.news-panel .button-wrap {
    padding-top: 15px;
}

.button-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*------------------------------------*\
    FAQS
\*------------------------------------*/
.faqs {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-left .faqs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}

.faq-question {
    color: #192a47;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    margin: 0 !important;
    font-weight: 400;
    font-size: 18px !important;
}

.faq-question:after {
    position: absolute;
    content: '>';
    font-size: 30px;
    line-height: 40px;
    top: -1px;
    padding-left: 2px;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    right: -5px;
    transform: rotate(90deg);
    transition: 300ms all linear;
    font-family: 'Lato', sans-serif;
}

.faq-question.open:after {
    transform: rotate(-90deg);
}

.faq-answer {
    display: none;
}

.faq-answer > p:first-child {
    margin-top: 10px;
}

.faq-answer > p:last-child {
    margin-bottom: 0;
}

/* WordPress Gallery 
------------------------------------------ */
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery.gallery-size-thumbnail .gallery-icon {
    max-width: 150px;
    margin: auto;
}

.sidebar-left .gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-icon {
    overflow: hidden;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.dividera {
    border: 1px solid #83968e;
    height: 1px;
    margin: 25px 0;
    width: 40px;
    margin: 35px auto;
}

.dividerb {
    border: 1px solid #192a47;
    height: 1px;
    margin: 25px 0;
    width: 40px;
    margin: 35px auto;
}

/*------------------------------------*\
    QUOTE
\*------------------------------------*/
#quotes-bg {
    margin: 30px 0 30px 0;
    background-size: cover;
    background-position: center;
}

.sidebar-left #quotes-bg {
    margin: 30px 0 30px 0;
}

#quotes-holder {
    margin: 20px auto;
    background-position: center;
}

.quote-mark {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

#quotes {
    overflow: hidden;
}

#quotes .cycle-slide {
    width: 100%;
}

#quotes .quote-blurb {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    color: #192a47;
    padding: 40px 0;
    position: relative;
    text-align: center;
    z-index: 3;
}

@media screen and (max-width: 767px) {
    #quotes .quote-blurb {
        font-size: 24px;
        line-height: 32px;
    }
}

#quotes .quote-thumb {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

#quotes .quote-text {
    max-width: 800px;
    margin: auto;
    z-index: 2;
    color: #83968e;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 40px;
}

#quotes .quote-text p {
    margin: 0;
}

#quotes .quote-text:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #192a47;
    margin: 25px auto 20px auto;
}

#quotes .quote-cite {
    font-style: normal;
    text-align: center;
    color: #192a47;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 19px;
}

/*------------------------------------*\
    STAFF
\*------------------------------------*/
.staff {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 767px) {
    .staff {
        margin: 30px 25px;
    }
}

.staff:after {
    content: '';
    display: table;
    clear: both;
}

.featured-staff-member {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.featured-staff-image {
    width: 30%;
    float: left;
}

.featured-staff-image img {
    width: 100%;
    height: auto;
}

.featured-staff-text {
    margin-left: 33%;
}

.featured-staff-text.noimg {
    margin-left: 0;
}

.featured-staff-metas {
    overflow: hidden;
}

.featured-meta-label {
    display: inline-block;
    width: 175px;
    font-weight: 300;
}

.featured-meta-value {
    display: inline-block;
    clear: right;
}

.featured-staff-name {
    font-size: 24px;
    color: #192a47;
    margin-bottom: 10px;
}

.featured-staff-biog {
    margin-top: 15px;
}

.standard-staff-member {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.standard-staff-name {
    font-size: 20px;
    color: #192a47;
    margin-bottom: 10px;
}

.standard-staff-image {
    width: 90px;
    float: left;
}

.standard-staff-image img {
    width: 100%;
    height: auto;
}

.standard-staff-text {
    margin-left: 120px;
}

.standard-staff-text.noimg {
    margin-left: 0;
}

.standard-staff-metas {
    overflow: hidden;
}

.standard-meta-label {
    font-weight: 300;
}

.standard-meta-value a.email-value {
    font-size: 0;
    color: transparent;
    display: block;
}

.standard-meta-value a.email-value:hover:before {
    background: #83968e;
    color: #ffffff;
}

.standard-meta-value a.email-value:before {
    content: "send";
    font-size: 12px;
    padding: 5px 10px;
    color: #000;
    display: block;
    text-align: center;
    background-color: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: none;
}

.staffClickbox {
    display: block;
    margin: 0 auto 30px;
}

.staffClickbox a {
    display: block;
    position: relative;
    overflow: hidden;
}

.clickbox-staff-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%;
    background-image: url(/wp-content/themes/schoolcms-24/images/placeholder.jpg);
}

.clickbox-staff-image img {
    display: none;
}

.clickbox-staff-text {
    position: absolute;
    bottom: 0;
    padding: 10px 5px;
    background-color: rgba(37, 68, 98, 0.8);
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    transition: 300ms;
}

.staffClickbox a:hover .clickbox-staff-text {
    background-color: white;
    color: #192a47;
}

.clickbox-staff-text .position {
    font-size: 0.75em;
}

@media (min-width: 768px) {
    .staffClickbox {
        width: 30%;
        margin-right: 3.333333%;
        float: left;
        margin-bottom: 3.333333%;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .sidebar-left .staff {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .sidebar-left .featured-staff-image {
        width: 50%;
        float: right;
        margin: 5px 0 10px 20px;
    }

    .sidebar-left .featured-staff-text {
        margin-left: 0;
        font-size: 17px;
    }

    .sidebar-left .featured-staff-name {
        font-size: 20px;
    }

    .sidebar-left .standard-staff-member .col-sm-4 {
        width: 100%;
        font-size: 16px;
    }

    .sidebar-left .standard-staff-member .standard-meta-label {
        display: none;
    }
}

.row.noclear:after {
    clear: none;
}

.image-item {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.sidebar-left .image-item {
    margin-top: 30px;
    margin-bottom: 30px;
}

.image-item img {
    width: 100%;
    height: auto;
}

.image-item .image-desc {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 25px;
    background: #192a47;
    color: #ffffff;
}

.contactFieldBlock .wpcf7 {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    /* text-align: center; */
}

.sidebar-left .contactFieldBlock .wpcf7 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactFieldBlock .wpcf7 label {
    vertical-align: top;
}

.sidebar-left .contactFieldBlock .wpcf7 label {
    width: 100%;
    float: none;
}

.contactFieldBlock .wpcf7 br {
    position: relative;
    content: " ";
    margin-top: 15px;
    display: block;
    font-size: 0;
}

.contactFieldBlock .wpcf7 input[type="text"], .contactFieldBlock .wpcf7 input[type="email"], .contactFieldBlock .wpcf7 input[type="password"], .contactFieldBlock .wpcf7 input[type="tel"], .contactFieldBlock .wpcf7 input[type=""], .contactFieldBlock .wpcf7 input[type=""], .contactFieldBlock .wpcf7 textarea, .contactFieldBlock .wpcf7 select {
    width: 100%;
    padding: 5px;
    resize: none;
}

.contactFieldBlock .wpcf7-form-control-wrap {
    display: block;
}

.sidebar-left .contactFieldBlock .wpcf7-form-control-wrap {
    margin-left: 0px;
}

.contactFieldBlock .wpcf7 span.contactFieldBlock .wpcf7-list-item {
    display: block;
}

.sidebar-left span.contactFieldBlock .wpcf7-list-item {
    display: block;
    margin-left: 0px;
}

.contactFieldBlock .wpcf7 input[type="submit"] {
    color: #fff;
    background-color: #192a47;
    border: 0;
    padding: 10px 20px;
    display: block;
    margin: auto;
    cursor: pointer;
}

.contactFieldBlock .wpcf7 input[type="submit"]:hover {
    background-color: #222;
}

.contactFieldBlock .wpcf7-validation-errors {
    border: 2px solid #192a47;
}

.contactFieldBlock .wpcf7 .ajax-loader {
    float: left;
}

.callout {
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
    background-color: #7488a3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .sidebar-left .callout {
        margin: 0;
    }
}

.callout .button--blue:hover {
    background: #83968e;
    color: #ffffff;
    text-decoration: none;
}

.callout .coimg {
    background: #192a47;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.callout .gradient {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 300ms all;
}

.callout .callout-content {
    padding: 82px 20px 50px 20px;
    transition: 300ms;
    text-align: center;
    color: #fff;
    position: relative;
}

.callout-content-main {
    position: relative;
    padding: 0px 5px 25px 5px;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    font-size: 32px;
}

.callout .co-Body {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.pois {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .sidebar-left .pois {
        margin: 0;
    }
}

.pois .col-sm-4, .pois .col-sm-12 {
    padding: 0;
}

.poi {
    position: relative;
    display: block;
    transition: all 300ms;
    overflow: hidden;
    margin: 0px auto 20px;
    color: #fff;
}

.poiImage {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 300ms;
}

.poiImage .poiImageBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 300ms all;
}

.poiImage .gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+30,0.5+60,0.5+90,1+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 90%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 90%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 90%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    transition: all 300ms;
}

.poiImage:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.poiImage img {
    width: auto;
    display: none;
}

.poi .poiText {
    position: absolute;
    bottom: 30px;
    padding: 0 15px;
    width: 100%;
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.poi:hover .poiImageBG {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.poi:hover .gradient {
    background: #192a47;
    opacity: 0.8;
}

.poi .poiText .poiTitle:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #ffffff;
    margin: 25px auto 20px auto;
}

.poi .poiTitle:hover {
    text-decoration: underline;
}

.poi .poiButton {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 20px;
    text-transform: uppercase;
    border: solid 2px #fff;
    margin: 15px 15px 10px;
}

.poi:hover .button--dark {
    background: #192a47;
    color: #ffffff;
}


/*------------------------------------*\
    DOCUMENTS
\*------------------------------------*/
a.document-link, a.download-link, .linkbutton a {
    background: #7488a3;
    position: relative;
    display: block;
    width: 100%;
    /* max-width: 400px; */
    padding: 15px 15px 15px 50px;
    margin: 10px 0;
    text-align: left;
    transition: all 300ms;
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}
.linkbutton a {
    padding: 15px 30px;
	width:auto;
	display:inline-block;
}
a.download-link {
    background: #192a47;
}

a.document-link:hover, a.download-link:hover, .linkbutton a:hover {
    text-decoration: none !important;
    background: #83968e;
}

a.document-link i, a.download-link i, .linkbutton a i {
    display: none;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #192a47;
}

a.document-link:hover i, a.download-link:hover i, .linkbutton a:hover i {
    color: #e5f3ee;
}

a.document-link.thumbnail-preview {
    padding: 0;
    overflow: hidden;
    max-width: 250px;
}

a.document-link.thumbnail-preview img {
    width: 100%;
}

a.document-link.thumbnail-preview .doc-link-text {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: rgba(90, 90, 90, 0.7);
    line-height: 1.2;
    opacity: 0;
    transition: 300ms ease-in-out;
}

a.document-link.thumbnail-preview:hover .doc-link-text {
    opacity: 1;
}

.menu-toggle-wrapper {
    float: right;
    text-align: right;
    position: relative;
    right: 40px;
    display: none;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .menu-toggle-wrapper {
        display: block;
        top: 20px;
        width: 40px;
    }
}

.menu-toggle {
    cursor: pointer;
    height: 40px;
    display: block;
    position: relative;
}

.menu-toggle span {
    width: 32px;
    height: 4px;
    margin: 6px 0;
    display: block;
    background-color: #ffffff;
    transition: all 300ms;
}

.menu-toggle .toggleIcon {
    position: absolute;
    right: 0;
    top: 0;
    transition: 300ms;
}

.menu-toggle .toggleText {
    position: absolute;
    right: 50px;
    font-size: 21px;
    font-weight: 400;
    margin-top: 2px;
}

@media screen and (max-width: 767px) {
    .menu-toggle .toggleText {
        display: none;
    }
}

.menu-toggle span:nth-child(1) {
    transform-origin: 50% 8px;
}

.menu-toggle span:nth-child(3) {
    transform-origin: 50% -4px;
}

body.menuopen .menu-toggle span:nth-child(1) {
    transform: rotate(135deg);
}

body.menuopen .menu-toggle span:nth-child(2) {
    opacity: 0;
    transform: rotate(360deg);
}

body.menuopen .menu-toggle span:nth-child(3) {
    transform: rotate(-135deg);
}

.addtoany_shortcode {
    display: inline-block;
}

.addtoany_shortcode div {
    font-size: 15px !important;
    line-height: 30px !important;
}

.addtoany_shortcode a {
    font-size: 15px !important;
    line-height: 30px !important;
}
.addtoany_shortcode a:after{
	content:'';
	display:inline-block;
	vertical-align: -1px;
    margin-left: 5px;
	width:13px;
	height:15px;
	background-image:url(/wp-content/themes/schoolcms-24/images/share.png);
	background-repeat:no-repeat;
}
@media (max-width:991px){
	.addtoany_shortcode a {
		font-size: 0px !important;
	}

	#ubermenu-nav-main-2-main #menu-item-2050{
    display: block;
    }
}
.document-icon {
    background-image: url("/wp-content/themes/schoolcms-24/images/document.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 15px;
    margin-right: 5px;
    left: 15px;
}

/*# sourceMappingURL=style.css.map */
/*------------------------------------*\
    HISTORY PAGE TEMPLATE
\*------------------------------------*/
.historyTimeline {
    margin: auto;
    position: relative;
    padding: 10px 0;
}

.historyTimeline:before {
    content: '';
    display: block;
    position: absolute;
    background: #e1e1e1;
    width: 2px;
    top: 82px;
    bottom: 82px;
    left: 50%;
    margin-left: -1px;
}

.historyBlockContainer {
    padding: 0 15px;
}

.historyBlockContainer.major {
    padding: 0;
}

.historyTimeline .timelineStop {
    clear: both;
    width: 100%;
    margin: 30px auto;
}

.historyTimeline .timelineStop:before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: #fff;
    border: solid 6px #7488a3;
    border-radius: 50%;
    margin: auto;
    z-index: 2;
}

.historyContent {
    text-align: center;
}

.historyContent .entry-title {
    position: relative;
    padding-bottom: 25px;
}

.historyContent .entry-title:before {
    position: relative;
    display: block;
    content: '';
    width: 42px;
    height: 37px;
    background-image: url(/wp-content/themes/schoolcms-24/images/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto 10px;
}

.historyContent .entry-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #7488a3;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.historyBlock {
    margin-bottom: 30px;
    position: relative;
}

.historyIntro {
    padding: 30px 30px 20px;
    background: #192a47;
    color: #fff;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.historyIntro .readmore {
    text-align: right;
    color: #7488a3;
    font-size: 18px;
    font-style: italic;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

.historyIntro .readmore:after {
    content: '';
    display: block;
    width: 19px;
    height: 12px;
    background-image: url(/wp-content/themes/schoolcms-24/images/arrow-gold.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 6px;
    top: 7px;
}

.historyIntro .readmore .less {
    display: none;
}

.historyIntro .readmore .more {
    display: inline;
}

.historyIntro .readmore.open .less {
    display: inline;
}

.historyIntro .readmore.open .more {
    display: none;
}

.historyIntro .readmore.open:after {
    transform: rotate(180deg);
}

.historyBlock .date {
    min-width: 135px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    background: #7488a3;
    color: #fff;
}

.historyIntro .historyText {
    font-family: 'Lyon Text Web', serif;
    margin: 15px 0;
}

.historyIntro > * {
    position: relative;
}

.historyIntro .historyImage {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.historyIntro .historyImage:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */
}

.historyBlock.oddBlock .historyIntro {
    background: #7488a3;
    color: #192a47;
}

.historyBlock.oddBlock .date {
    background: #192a47;
}

.historyBlock.oddBlock .readmore {
    color: #fff;
}

.historyBlock.oddBlock .readmore:after {
    background-image: url(/wp-content/themes/schoolcms-24/images/arrow-white.png);
}

.historyBlock.hasImage .historyIntro {
    color: #fff;
    padding-top: 150px
}

.historyBlock.hasImage .readmore:after {
    background-image: url(/wp-content/themes/schoolcms-24/images/arrow-gold.png);
}

.historyBlock.hasImage .readmore {
    color: #7488a3;
    display: none;
}

.historyReadmore {
    background: #0c2440;
    color: #fff;
    padding: 30px;
    display: none;
}

.historyReadmore a {
    color: #7488a3;
}

.historyBlock.majorHistory .historyIntro {
    text-align: center;
    background: #192a47;
    padding: 150px 15px;
}

.historyBlock.majorHistory .historyText {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.historyBlock.majorHistory .readmore {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.historyBlock.majorHistory .historyImage {
    text-align: center;
    opacity: 0.5;
}

.historyJourney {
    padding-bottom: 50px;
}

.historyJourney .jrnyTitle {
    color: #192a47;
    margin: 50px;
    font-size: 80px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
}

.historyJourney .jrnyTitle span {
    color: #192a47;
}

.tlStart {
    width: 100%;
}

@media (min-width: 992px) {
    .head-menu-container {
        display:inline-block;
        vertical-align: top;
    }

    nav#main-menu-nav ul {
        display: inline-block;
    }

    nav#main-menu-nav .ubermenu-submenu {
        min-height: 400px;
    }

    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        display: none;
    }

    .child-name label {
        float: left;
        width: 33%;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .historyBlock {
        margin-left: auto;
        margin-right: auto;
        width: 40.17094%;
        margin-bottom: 40px;
    }

    .tlStart .historyBlock {
        opacity: 0;
        /*transform:translateX(-100%);*/
        transition: 1000ms;
    }

    .tlStart .historyBlockContainer:nth-child(even) .historyBlock {
        /*transform:translateX(100%);	*/
    }

    .tlStart .historyBlockContainer:nth-child(even) .historyBlock.come-in, .tlStart .historyBlock.come-in {
        /*transform:translateX(0%);*/
        opacity: 1;
    }

    .historyTimeline {
        text-align: center;
    }

    .historyBlockContainer {
        width: 90%;
        max-width: 1170px;
        display: inline-block;
        text-align: initial;
        padding: 0;
        margin-top: -150px;
    }

    .historyBlockContainer:first-child {
        margin-top: 0px;
    }

    .tlStart .historyBlock:before {
        position: absolute;
        top: 50%;
        height: 3px;
        border: 0;
        background: #e5e5e5;
        content: '';
        z-index: 9;
        display: block;
        width: 25%;
        left: 100%;
    }

    .tlStart .historyBlock:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: white;
        border: 3px solid #b09869;
        border-radius: 50%;
        z-index: 101;
        position: absolute;
        right: calc(-25% - 5px);
        top: calc(50% - 5px);
    }

    .historyBlockContainer:nth-child(even) .historyBlock:before {
        left: auto;
        right: 100%;
    }

    .historyBlockContainer:nth-child(even) .historyBlock:after {
        right: auto;
        left: calc(-25% - 5px);
    }

    .historyBlockContainer:nth-child(odd) {
        clear: left;
    }

    .historyBlockContainer:nth-child(odd) >.historyBlock {
        float: left;
    }

    .historyBlockContainer:first-child >.historyBlock {
    }

    .historyBlockContainer:nth-child(even) {
        clear: right;
    }

    .historyBlockContainer:nth-child(even) .historyBlock {
        float: right;
    }

    .historyBlockContainer.major {
        width: 100%;
        max-width: 100%;
    }

    .historyBlockContainer.major >.historyBlock {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .historyBlock .historyReadmore {
        width: 100%;
        top: 100%;
        left: 0;
        position: absolute;
        z-index: 100;
    }
}

#search-form-menu {
    display: none;
    position: absolute;
    right: 0;
    bottom: -83px;
    background: #192a47;
    padding: 20px 25px;
}

#search-form-menu label {
    display: none;
}

#search-form-menu input[type="text"] {
    border: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    font-size: 15px;
}

#search-form-menu input[type="submit"] {
    border: 0;
    background: #83968e;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 10px;
}

.search-toggle:hover #search-form-menu {
    /* display: block; */
}

#fudger {
    display: none;
    width: 100%;
    overflow: hidden;
}

.fixedHeader #fudger {
    display: block;
}

/*# DO NOT USE: */
/* sourceMappingURL=style.css.map */
@media only screen and (max-width : 1590px) {
    nav#main-menu-nav ul li a {
        font-size: 16px;
    }

    nav#top-menu-nav ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width : 1390px) {
    nav#main-menu-nav ul li a {
        font-size: 15px;
    }

    .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
        padding: 0px 15px !important;
    }
}

@media (max-width : 1199px) {

    section#news-tiles .subject-block .spacing .blue-panel .photo {
        float: none;
    }
    section#subject-tiles .subject-block .photo img, section#news-tiles .subject-block .photo img {
        max-width: none;
        width:100%;
        margin-right: 0;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    section#news-tiles .subject-block .spacing .blue-panel .photo img {
        margin-right: 0px;
    }
    section#news-tiles .subject-block .spacing {
        width: 100%;
        padding-left: 0%;
    }
    section#news-tiles .subject-block .spacing .blue-panel .subject-close {
        right: 0px;
        top:0
    }
    section#news-tiles .subject-block .spacing .blue-panel {
        padding: 40px 40px 40px 40px;
        position: relative;
    }
    
    #logo {
        width: 150px;
    }

    nav#main-menu-nav ul li a {
        font-size: 14px;
    }

    nav#top-menu-nav ul li a {
        font-size: 14px;
    }

    .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
        padding: 0px 10px !important;
    }

    nav#main-menu-nav ul.social-media li a {
        margin: 0 5px;
        font-size: 16px;
    }

    nav#main-menu-nav ul.social-media li a i.fa-twitter {
        font-size: 18px;        
    }

    nav#main-menu-nav ul.social-media li a i.fa-facebook {
        font-size: 18px;
    }
    
    nav#main-menu-nav ul.social-media li a i.fa-instagram {
        font-size: 20px;
    }

    nav#main-menu-nav ul.social-media {
        margin-left: 5px;
    }
}

@media screen and (max-width: 991px) {
    #logo {
        opacity: 0;
        display: none;
    }

    nav#top-menu-nav {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }

    nav#top-menu-nav ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    nav#main-menu-nav {
        padding-right: 0px;
        position: relative !important;
        background: rgba(25, 42, 71, 1) !important;
    }

    .fixedHeader #fudger {
        display: block;
        height: 0 !important;
    }

    h1, h2 {
        font-size: 25px;
        line-height: 1.4empx;
    }

    section .sub-text {
        font-size: 16px;
        line-height: 34px;
    }

    nav#main-menu-nav .menu-toggle-wrapper {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    nav#main-menu-nav .menu-main-menu-container {
        top: 0px;
        background: #192a47;
        position: absolute;
        width: 100%;
        z-index: 10;
        text-align: center;
        display: none;
    }

    nav#main-menu-nav #text-logo {
        opacity: 1;
    }

    nav#main-menu-nav ul {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    nav#main-menu-nav ul li {
        display: block;
    }

    nav#main-menu-nav ul li a {
        line-height: 50px;
    }

    nav#main-menu-nav ul.social-media {
        display: none;
    }

    body.menuopen .menu-main-menu-container {
        display: block !important;
    }

    section {
        overflow: hidden;
    }

    #headmaster-message {
        padding: 0;
    }

    #homepage-visit-us {
        display: none;
    }

    section#welcome-to-finton {
        padding: 100px 45px;
    }

    section#headmaster-message .spacing {
        padding: 0px 0px;
    }

    section#headmaster-message .left {
        padding: 40px 20px;
    }

    section#headmaster-message .headmaster-image {
        position: relative;
        top: auto;
        left: auto;
    }

    section#headmaster-message .headmaster-image img {
        display: block;
        max-width: 100%;
    }

    section#video-message .spacing {
        padding: 25px;
    }

    section#video-message .left {
        padding: 100px 45px;
    }

    section#video-message .video-image {
        top: inherit;
        left: inherit;
        position: relative;
    }

    section#video-message .video-image img {
        display: block;
        max-width: 100%;
    }

    section#your-journey-starts-here {
        padding: 60px 25px;
    }

    section#homepage-tiles, section#innerpage-tiles, section#subject-tiles, section#news-tiles {
        padding: 10px 5px;
    }

    section#homepage-tiles.inner, section#innerpage-tiles.inner, section#subject-tiles.inner, section#news-tiles.inner {
        padding: 10px 20px 15px 20px;
    }

    section#a-glance-at-finton {
        padding: 35px 20px;
    }

    section#news-feature .spacing {
        margin: 0 0 50px;
    }

    section#news-feature .image {
        position: relative;
        top: inherit;
        left: inherit;
    }

    section#news-feature .image img {
        display: block;
        max-width: 100%;
    }

    section#news-feature .right {
        padding: 70px 15px;
    }

    section#latest-news-social {
        padding: 0 0 160px 0;
    }

    section#latest-news-social .twitter-block {
        margin-top: 30px;
    }

    footer #footer-top {
        padding: 40px 20px;
        text-align: center;
    }

    footer #footer-top .address {
        display: inline-block;
        padding-left: 0px;
        font-size: 16px;
    }

    footer #footer-top .contact {
        padding-left: 0px;
        font-size: 16px;
    }

    footer #footer-top .contact .telephone {
        display: inline-block;
    }

    footer #footer-top .contact .email {
        display: inline-block;
    }

    footer #footer-top nav#footer-menu-nav ul {
        border: none;
    }

    footer #footer-top .map-button-col .button-wrap {
        bottom: 0;
    }

    footer #footer-bottom {
        text-align: center;
        line-height: 30px;
        padding: 0;
    }

    footer #footer-bottom > .row > div {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    footer #footer-bottom .text-right {
        text-align: center !important;
    }

    footer #footer-top nav#footer-menu-nav ul {
        padding: 0 0 0 0px;
    }

    .tabs .tab-links li {
        /* width: 115px; */
        font-size: 15px;
    }

    .tabs .tab-contents .tab-content {
        padding: 25px;
    }

    section#stats {
        padding: 50px;
    }

    section#stats .row .stat {
        margin-bottom: 50px;
    }

    section#stats .row .stat.stat-1 .number, section#stats .row .stat.stat-2 .number {
        border: none;
    }

    .full-width-quotes {
        margin-left: 0;
        margin-right: 0;
    }

    .full-width-callout {
        margin: 0;
    }

    #innerpage .inner, #innerpage-2 .inner {
        font-size: 16px;
        line-height: 25px;
    }

    #innerpage .inner #video-message .spacing, #innerpage-2 .inner #video-message .spacing {
        padding: 0;
    }

    #quotes .quote-text {
        font-size: 20px;
        line-height: 35px;
    }

    .ubermenu-responsive {
        max-height: none !important;
    }

    .ubermenu-responsive.ubermenu-responsive-collapse {
        max-height: 0 !important;
        ; }

    .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
        padding: 0px 20px !important;
    }

    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 15px !important;
        margin-top: -12px !important;
        font-size: 20px;
        padding: 5px;
    }

    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close>[class^=fa] {
        margin-top: -11px !important;
        left: -13px !important;
        padding: 5px !important;
    }

    .ubermenu-item-type-custom {
        /* display: none !important; */
    }
}

@media only screen and (max-width : 767px) {
    .footprint {
        display: none !important;
    }
    footer #footer-top nav#footer-menu-nav {
        margin-top: 20px;
    }

    #innerpage-2 .grey-panel {
        margin-left: 0px;
        margin-right: 0px;
    }

    #innerpage-2 .breadcrumbs {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 29px;
    }

    .grey-panel {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .sidebar-left {
        position: relative;
        padding-top: 20px;
        margin-left: 0px;
        margin-right: 0;
    }

    footer #footer-top nav#footer-menu-nav ul li a {
        font-size: 16px;
        line-height: 25px;
    }

    #homepage-tiles div.col-md-12.col-lg-8 div.tile-bg {
        width: 100%;
        height: 100%;
        background-position: center;
    }

    #homepage-tiles div.col-md-12.col-lg-8 img {
        width: 200% !important;
    }

    section#news-feature .right .icon-square {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    section#latest-news-social .left .carousel-item {
        padding: 30px 30px 30px 30px;
    }

    section#latest-news-social .left .carousel-item .image {
        margin-right: 0px;
    }

    section#latest-news-social .left .icon-square {
        top: 0px;
    }

    section#latest-news-social .left .icon-square.icon-right {
        right: 0px;
    }

    section#latest-news-social .twitter-block .icon-square {
        right: 0px;
        top: 0px;
    }

    section#latest-news-social .facebook-block .icon-square {
        right: 0px;
        top: 0px;
    }

    footer #footer-top .footer-images a {
        margin: 0 0px 20px 0;
        display: block;
    }

    .breadcrumbs {
        padding-top: 10px;
		line-height:1em;
    }

    section#where-next {
        padding-top: 0px;
    }

    section#news-tiles .subject-block .spacing {
        width: 100%;
        padding: 0%;
    }

    section#news-tiles .subject-block .spacing .blue-panel {
        padding: 15px;
    }

    section#news-tiles .subject-block .spacing .blue-panel .photo {
        float: none;
    }

    section#news-tiles .subject-block .spacing .blue-panel .photo img {
        margin: 0 0 50px 0;
        max-width: 100%;
        display: none;
    }

    section#news-tiles .subject-block .spacing .blue-panel .body {
        min-height: auto;
    }

    section#news-tiles .subject-block .spacing .blue-panel .button-wrapper {
        padding: 30px 0 15px 0;
    }

    section#subject-tiles .subject-block .photo img, section#news-tiles .subject-block .photo img {
        margin: 0;
        max-width: 100%;
        display: none;
        margin-bottom: 50px;
    }

    section#subject-tiles .subject-block .subject-close, section#news-tiles .subject-block .subject-close {
        display: none;
    }

    section#subject-tiles .subject-block .photo, section#news-tiles .subject-block .photo {
        float: none;
    }

    section#subject-tiles .subject-block .blue-panel, section#news-tiles .subject-block .blue-panel {
        padding: 15px;
    }

    section#subject-tiles .spacing {
        padding: 0!important;
    }

    .news-feature-links ul li {
        margin: 15px;
    }

    .main-entry-thumbnail img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 320px) {
}

.main-entry-thumbnail {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-entry-thumbnail img {
    opacity: 0;
}

#blognav {
}

#blognav > ul, #blognav > .its {
    background: #192a47;
    color: #ffffff;
    padding: 60px 0;
    margin-bottom: 40px;
}

#blognav .its {
    padding: 35px 35px 25px 35px;
    font-size: 30px;
    margin-bottom: 0!important;
    padding-bottom: 15px;
    font-weight: 600;
}

#blognav > ul {
    padding: 10px 0 40px 0;
    margin: 0 0 50px 0;
}

#blognav > ul > li {
    list-style: none;
}

#blognav > ul > li > a {
    display: block;
    margin: 0 35px;
    color: #ffffff;
    font-size: 18px;
    /* line-height: 60px; */
    padding: 10px 0;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* styles for new video banner */

.home-banner1:before {
    content:'';
    display:block;
    width:100%;
    padding-top:75vh;
}
.homeVid {
	height: 720px;
}
@media screen and (min-width: 2000px) {
.home-banner1:before {
    padding-top: 55vh;
}
}
    .videoframe {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }
    .videoframe .vidText{
        position:absolute;
        top:80%;
       /* left:50%;
        transform:translateX(-50%);*/
        width: 100%;
        text-align: center;
        color:#fff;
        z-index:3;
        font-size:45px;
        line-height: 50px;
        cursor:pointer;
        opacity:1.0;
		font-family:'BEAR HUGS BY RATTICSASSIN',sans-serif;
    }    
    @media(max-width:767px){
		.homeVid {
			height: 300px;
		}
        .home-banner1:before {
            padding-top:55vh;
        }	
        .fancybox-slide--iframe .fancybox-content {
            width: 100%;
            max-width: 100%;
            height: 35%;
        } 
        .home-banner1 .line-b {
            bottom: 182px;
        }
        .home-banner1 .wrapper-skinny-NULLED {
            margin-top: -250px;
        }
        .videoframe .vidText{            
            top:70%;                                             
            font-size:20px;
            line-height: 26px;
        }        
    }
    .videoframe video{
        width:100%;
        height:100%;
        position:absolute;
        top:0px;
        left:0;
        object-fit:cover;
        object-position: top;
        vertical-align:top;
    }
    .videoframe {
        background:#000;
    }
    
    .fas.fa-pause {font-size: 0.5em;}
    
    .videoframe:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
        filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 )
    }
    
    .videoframe .videoPlayer{
        position:absolute;
        /*top:50%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);*/
        color:#fff;
        z-index:3;
        font-size:95px;
		width:95px;
		height:95px;
        cursor:pointer;
        opacity:0.7;
		bottom:10px;
		right:10px;
    }
	.videoframe .videoPlayer > *{
		position:absolute;
        top:50%;
        left:50%;
        transform:translateX(-50%) translateY(-50%);
	}
    @media (min-width:992px){
        .videoframe .videoPlayer{		
            font-size:140px;
			width:140px;
			height:140px;
			bottom:30px;
			right:2.5%;
        }
    }

/* temp fix for partnerships page 
.page-id-6386 section#subject-tiles .subject-block .photo {
    display:none;
}*/

/* curriculum template changes */

.button-wrap {
    display:none;
}

section#subject-tiles .tile .cover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(25, 42, 71, 0.9);
    display: flex;
    justify-content: center;
    padding: 20px;
    min-height: 125px;
}

section#subject-tiles .tile .cover .title {
    color: #ffffff;
    text-align: center;
    display: inherit;
    font-size: 24px !important;
    line-height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: center !important;
    vertical-align: middle !important;
}

section#subject-tiles .tile:hover .cover {
    background: rgba(116, 136, 163, 0.75);
}

/* FINTON */