/*
	Theme Name: Schoolcms 2020
	Author: Innermedia
Author URI: https://www.innermedia.co.uk
Description: 
Requires at least: WordPress 4.9.6
Version: 3.0

/*Default Colur Scheme
#000
#e0e0e0
#CBCBCB
#969696
#676767
*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/


.desktop-only{display:block;}
.mobile-only{display:none;}
@media (max-width: 991px){
	.desktop-only{display:none;}
	.mobile-only{display:block;}
}

@media (min-width: 1450px) {
    .container {
        max-width:1390px
    }
}


body {
    font-family: "gill-sans-nova",sans-serif;
    font-size: 20px;
    /*line-height:36px;*/
    line-height: 1.5;
    font-weight: 400;
    color: #676767;
    margin: auto;
    overflow-x: hidden;
}

/* clear */
.clear:before, .clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom:1; }

.text-right {
    text-align: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #CBCBCB;
}

a:focus {
    text-decoration: none;
}

h1,h2,h3 {
    color: #1a283f;
    font-family: "eb-garamond",serif;
}


h2.screen-reader-text {
    height: 0;
    width: 0;
    text-indent: -9999px;
}

.nav-links {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: 0;
}

p {
    margin-bottom: 1em;
}

table {
    width: 100%;
    margin-bottom: 1em;
}

h1, h1.entry-title, h2.entry-title {
}

h2 {
}

h3 {
}

h1 a, h2 a, h3 a {
    text-decoration: underline;
    color: #969696
}

.owl-dots span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #CCCCCC;
    border-radius: 50%;
}

.owl-nav {
    position: relative;
}

.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0
}

.owl-dots {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 2px;
}

/****Button******/
.blockButton > a, a.readmore {
    display: inline-block;
    color: #676767;
    border: solid 1px #676767;
    font-size: 0.9em;
    background: #e0e0e0;
    line-height: 1.4em;
    padding: 0.7em 1.5em;
    text-transform: uppercase;
    position: relative;
    transition: 300ms;
    margin: 12px 0;
}

.blockButton> a:hover, a.readmore:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    z-index: 9999 !important
}

.fancybox-wrap {
    z-index: 99999 !important
}

.bodyContent {
    margin-top: 20px;
    margin-bottom: 40px;
}

.breadcrumbs {
    display: none;
}

/****\
 Banner
\******/

#hero {
    position: relative;
}

#hero .slide {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.homeBanner #hero .slide {
    max-height:100vh
}

@media (max-width:767px){
    .homeBanner #hero .slide {
        max-height:calc(100vh - 150px);
    }
}

#pageBanner {
    position: relative;
    /*max-width:1560px;*/
    margin: 0 auto 0px;
    overflow: hidden;
    /* min-height: 300px; */
    max-height: calc( 100vh - 180px );
}

#pageBanner:before {
    /* content: ''; */
    display: block;
    width: 100%;
    padding-top: 36.97%;
    padding-top: 44%;
}

#hero {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
}


#hero .slideImage {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position: center;
    max-height: calc( 100vh - 180px );
}

#hero .cycle-pager {
    position: absolute;
    right: 15px;
    bottom: 20%;
    width: 30px;
    z-index: 104;
    text-align: center;
}

#hero .cycle-pager span {
    font-size: 0px;
    background: #fff;
    opacity: 0.7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 5px auto;
    transition: 300ms;
    cursor: pointer;
}

#hero .cycle-pager span:hover {
    opacity: 1;
}

#hero .cycle-pager span.cycle-pager-active {
    opacity: 0.9;
}

.homeBanner {
    margin: 00px auto 30px;
    position: relative;
    /*max-width:1560px;*/
    margin: 0 auto 20px;
    overflow: hidden;
    max-height: 880px;
    max-height: 100vh;
    /* min-height: 480px; */
}

.homeBanner:before {
    content: '';
    display: block;
    width: 100%;
    /* padding-top: 200%; */
}

@media(min-width: 768px) {
    .homeBanner {
        max-height:880px;
    }

    .homeBanner:before {
        /* padding-top: 56.08%; */
    }

    .headerSearch form.openSearch {
        padding-right : 12px;
        top : -18px;
    }

    .searchform.openSearch {
        overflow: visible;
    }

    .headerSearch form.openSearch .searchSubmit {
        top : 0px;
    }

    .searchToggle .searchform input.s {
        display: none;
    }

    .searchToggle .searchform.openSearch input.s {
        display: block;
    }
}

@media(min-width: 992px) {
    #hero .cycle-pager {
        transform:translateY(50%);
        bottom: 50%;
    }

    #hero .cycle-pager span {
        width: 17px;
        height: 17px;
        margin: 10px auto;
    }
}

@media(min-width: 1200px) {
    .homeBanner {
        max-height: 100vh;
    }
}

.homeBanner .slideImage:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

#hero .slideText {
    bottom: 5%;
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    padding: 20px;
    text-align: center;
}

.dynamic-gallery .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.dynamic-gallery .gallery .gallery-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 7.5px;
    margin-bottom: 0;
}

.dynamic-gallery .gallery.gallery-columns-2 .gallery-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.dynamic-gallery .gallery.gallery-columns-3 .gallery-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.dynamic-gallery .gallery.gallery-columns-4 .gallery-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.dynamic-gallery .gallery.gallery-columns-5 .gallery-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.dynamic-gallery .gallery .gallery-item {
    float: left;
}

.breadcrumbs {
    font-size: 12px;
    color: #676767;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d7d9d9;
    min-height: 45px;
    position: relative;
    padding-right: 45px;
}

.breadcrumbs a {
    color: #676767;
}

.breadcrumbs > span {
    margin: 0 5px;
}

.breadcrumbs > span:first-child {
    margin-left: 0;
}

.breadcrumbs span > span {
    color: #000;
}

.searchform label {
    display: none;
}

.searchform {
    padding-right: 40px;
    padding-left: 0px;
    position: relative;
    color: #969696;
    overflow: hidden;
    font-size: 14px;
}

.searchform input.s {
    border: 0;
    font-size: 16px;
    height: 30px;
    width: 100%;
    background: transparent;
    color: #969696;
    padding: 4px 10px;
    border-bottom: solid 1px;
}

.sidebar .searchform input.s {
    padding: 7px 10px;
}

.sidebar .searchSubmit {
    top: 3px;
}

.searchform input.s:focus {
    outline: 0;
}

.searchSubmit {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    padding: 0;
    font-size: 16px;
    position: absolute;
    color: #969696;
    background-repeat: no-repeat;
    background-position: center;
    right: 5px;
    top: 0px;
    width: 30px;
    height: 28px;
}

.headerSearch {
    max-width: 100px;
}

.headerSearch .searchform ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: transparent;
    text-transform: uppercase;
    opacity: 0;
    /* Firefox */
}

.headerSearch .searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: transparent;
    text-transform: uppercase;
    opacity: 0;
}

.headerSearch .searchform ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: transparent;
    text-transform: uppercase;
    opacity: 0;
}

/*
.headerSearch .searchform {
	padding-left:35px;
	padding-right:0px;
	font-size:14px;
}*/
/*
.headerSearch .searchSubmit {
	right:auto;
	left:0;
}*/
@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .headerSearch {
        max-width:150px;
    }

    .headerSearch .searchform ::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #969696;
        text-transform: uppercase;
        opacity: 1;
        /* Firefox */
    }

    .headerSearch .searchform :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #969696;
        text-transform: uppercase;
        opacity: 1;
    }

    .headerSearch .searchform ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #969696;
        text-transform: uppercase;
        opacity: 1;
    }

    .headerSearch .searchform input.s {
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1390px) {
}

@media (min-width: 1590px) {
}

/*------------------------------------*\
    EMBEDS
\*------------------------------------*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------*\
    ALERT
\*------------------------------------*/
.popupAlert, .fancybox-slide .popupAlert {
    width: 100%;
    max-width: 940px;
	padding:0;
}

.popupAlert .header {
    text-align: center;
    white-space: nowrap;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 25px 20px;
	background:#7191c2;
}
.popupAlert .header img{
	max-width:180px;
}
.noticeBody {
    width: 100%;
	margin:20px 0 60px;
}


.popupAlert .noticeText .noticeInner {
	padding:0 10px;
	margin:0 auto;
    width: 85%;
    float: none;
}

.popupAlert .noticeText * {
    max-width: 100%;
}

.popupAlert .noticeText .popTitle {
    /* margin: 20px 0 0; */
	font-size:2.2em;
	text-align:center;
	padding:10px 15px;
    line-height: 1.2em;
    margin-bottom: 20px;
	margin-top:10px;
}
.popupAlert .noticeText  a{
	color:#7191c2;
}
.popupAlert .noticeText h3 {
	font-size:1.5em;
	line-height:1.2;
}
.popupAlert .fancybox-close-small {
	width: 60px;
    height: 60px;
	background:transparent;
}
.popupAlert .fancybox-close-small:after {
	font: 40px/45px Arial,Helvetica Neue,Helvetica,sans-serif;
	width: 45px;
    height: 45px;
	color:#fff;
	background:transparent;
}
@media (min-width:768px){
	.popupAlert .noticeText .popTitle {
		font-size:2.8em;
	}
}
/*news*/
h2.list-item-title {
    margin-top: 0;
    font-size: 1.8em;
    margin-bottom: 20px;
}

h2.list-item-title a {
    text-decoration: none;
}

h2.list-item-title a:hover {
    text-decoration: underline;
}

h1.postTitle {
}

.list-item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.list-item-image {
    text-align: center;
}

.list-item-image a {
    display: block;
    padding: 10px 0;
}

.list-item-text {
}

.list-item-text p.date {
    font-size: 0.8em;
    margin: 0;
}

.postThumb {
    margin-bottom: 20px;
    text-align: center;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#navbar {
    display: block;
    vertical-align: top;
}
/*
.headGroup {
    transition: 300ms;
    padding-top: 15px;
    padding-bottom: 145px;
    text-align: center;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
}
*/
body.home .headGroup {
    padding-bottom: 15px;
}

.fixedHeader .headGroup {
    border-bottom-color: #676767;
    padding-bottom: 15px;
}

.headGroup a {
    color: #ffffff;
}

.headGroup a:hover {
    color: #ffe524;
}

.headLogoWrap {
    padding-left: 0;
    padding-right: 0;
}

.headerIcon {
}

.headerIcon img {
}

.headerSearch {
    display: inline-block;
    vertical-align: top;
}

.headGroup .socials {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 4px;
    margin: 0;
}

.headGroup .socials li {
    display: inline-block;
    position: relative;
    padding: 0 9px;
    min-width: 40px;
    text-align: center;
}

.headGroup .socials li:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 1px;
    background: #969696;
    left: 0;
}

@media (min-width: 768px) {
    .headGroup .socials {
        position:absolute;
        bottom: 100%;
        right: 0;
        width: 100%;
    }
}

/*header*/
header {
    position: relative;
}

.headGroup {
    position: relative;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
}

@media (min-width: 600px) {
}

@media (min-width: 768px) {
    .admin-bar .headGroup, .admin-bar.fixedHeader .headGroup {
        top:32px
    }

    .headGroup {
        position: fixed;
        height: 120px;
    }

    header.mainHeader {
        height: auto;
    }

    .home header.mainHeader {
        height: 0;
    }
}

/*home*/
@media (max-width: 767.99px) {
    body.home .headGroup {
        /*position:absolute;*/
    }
}

.fixedHome .headGroup {
    background: transparent;
    border-bottom: transparent;
    color: #fff;
    position: absolute;
    position: fixed;
    top: 0;
}

.fixedHome .headGroup a {
    color: #fff;
}

.fixedHome .headGroup .socials li:before, .fixedHome .headGroup .socials li:last-child:after {
    background: #fff;
}

.fixedHome .headGroup .searchform input.s {
    color: #fff;
}

.searchToggle .headerSearch .searchform input.s {
    position: absolute;
    right: 0;
    bottom: 0;
}

.fixedHome .headerSearch .searchform ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.fixedHome .headerSearch .searchform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.fixedHome .headerSearch .searchform ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.fixedHome .headGroup .searchSubmit {
    color: #fff;
}

.fixedHome .headerIcon {
}

.fixedHome .headerIcon a {
}

@media (min-width: 768px) {
    .headerRight .menu-toggle {
        display:block;
        position: relative;
        top: auto;
        right: auto;
        float: right;
    }

    .headerRight .topMenuSide {
        display: block;
        display: inline-block;
        position: relative;
        top: auto;
        left: auto;
    }

    .headerRight .topMenuSide span {
        display: inline;
    }

    .headerRight {
        position: relative;
    }

    .headerLeft {
        text-align: left;
    }

    .headerRight {
        text-align: right;
        display: flex;
        align-items: baseline;
        justify-content: end;
        padding-top: 10px;
    }

    .fixedHeader .headerRight {
        align-items: center;
        padding-top: 0px;
    }

    .headerRight .menu-toggle {
        margin-left: 20px;
        float: none;
    }

    .headerRight .topMenuSide {
        display: inline-block;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .headerRight .menu-toggle {
        margin-left:40px;
    }
}

.home .headGroup {
}

.searchToggle {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 40px;
    height: auto;
    min-height: 35px;
}

.searchToggle .search-form-holder {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.searchToggle .searchform {
    width: 250px;
    transition: 500ms;
    position: absolute;
    right : 0;
    top : -18px;
    padding-right : 12px;
    height: 36px;
}

.searchToggle .searchform input.s {
    /*transition:300ms;*/
    background: transparent;
}

.searchToggle .searchform.openSearch input.s {
}

.searchform.openSearch {
    width: 250px;
    height: 110px;
}

.searchToggle .searchform.openSearch input.s {
    background: #fff;
}

.fixedHome .headGroup .searchform input.s, .headGroup .searchform input.s {
    color: #333333 !important;
}

.topMenu {
    display: none;
}

.topMenuSide {
    position: relative;
    display: inline-block;
}

.topMenuSide .portalToggle {
    font-size: 14px;
    padding: 10px 0;
    line-height: 15px;
    white-space: nowrap;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
}

.topMenuSide .menu {
    position: absolute;
    background: rgba(255,255,255,0.8);
    color: #969696;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    right: 0;
    top: 100%;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
}

.topMenuSide .menu li {
    border-bottom: solid 1px #969696;
    padding: 12px 0 12px 45px;
    background-image: url(images/lock.png);
    background-repeat: no-repeat;
    background-position: left 0 top 13px;
    line-height: 1.5;
}

.topMenuSide .menu li:last-child {
    border-bottom: 0;
}

.topMenuSide .menu li a {
    color: #969696;
}

.topMenuSide .menu a:hover {
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {
    .topMenuSide .portalToggle .portalIcon {
        margin-right:14px;
    }
}

/*------------------------------------*\ 
    Navigation
\*------------------------------------*/
.menu-toggle {
    position: relative;
    padding-right: 40px;
    font-size: 17px;
    display: inline-block;
    cursor: pointer;
    height: 35px;
    line-height: 30px;
    vertical-align: middle;
}

.menu-toggle .toggleText {
    display: inline-block;
    display: none;
    vertical-align: middle;
    font-size: 14px;
}

@media (min-width: 992px) {
    .menu-toggle .toggleText {
        display:inline-block;
    }
}

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

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

.fixedHeader .menu-toggle:hover span {
    background-color: #000;
}

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

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

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

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

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

body.menuopen #navbar .menu-toggle span:nth-child(1) {
    background: #ffffff;
}

body.menuopen #navbar .menu-toggle span:nth-child(3) {
    background: #ffffff;
}

.menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 6px auto;
}

@media (max-width: 767.99px) {
    .menu-toggle .toggleIcon {
        width: 40px;
        background: #00489a;
        padding: 4px 0px;
    }
}

@media (min-width: 992px) {
}

#navbar {
    position: fixed;
    right: -100%;
    transition: right 500ms;
    background-color: #00489a;
    top: 0;
    margin-top: 0px;
    padding: 20px 0px 0;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    font-size: 1.2em;
}

#navbar .menu-main-container {
    display: block !important;
}

#navbar .main_search {
    background: #c5d1df;
}

#navbar .main_search .searchSubmit {
    color: #00489a;
    top: 7px;
}

#navbar .main_search .searchform input.s {
    color: #00489a;
    height: 42px;
    width: 100%;
    padding: 0px 10px;
    border-bottom: none;
}

body.menuopen #navbar {
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.75);
}

body.admin-bar #navbar {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar #navbar {
        top:46px;
    }
}

#menu-main, #menu-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-main {
    margin-bottom: 30px;
    margin-top: 20px;
    clear: both;
}

#menu-main li {
    position: relative;
}

#menu-main li a {
    display: block;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 13px 30px 13px 30px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

#menu-main li a:hover {
    text-decoration: none;
    color: #00489a;
    background: #c5d1df;
}

#menu-main li:hover .arrow:after {
    color: #00489a;
}

#menu-main .sub-menu {
    padding-left: 0px;
    position: relative;
    display: none;
}

#menu-main .sub-menu li:last-child > a {
    border-bottom: none;
}

#menu-main li.open > .sub-menu {
    display: block;
}

#menu-main .sub-menu a {
    padding: 9px 30px 9px 40px;
}

#menu-main li.menu-item-has-children > a {
    padding-right: 35px;
}

#menu-main li.menu-item-has-children.open > a {
    padding-right: 35px;
    color: #00489a;
    background: #c5d1df;
}

#menu-main li.menu-item-has-children > .arrow {
    position: absolute;
    right: 0px;
    top: 0;
    height: 50px;
    width: 35px;
}

#menu-main li.menu-item-has-children > .arrow:after {
    position: absolute;
    content: '\f054';
    display: block;
    width: 11px;
    height: 27px;
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 16px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
    color: #ffffff;
}

#menu-main li.open.menu-item-has-children > .arrow:after {
    transform: rotate(90deg);
    color: #00489a;
    top: 14px;
}

#menu-main .sub-menu li.menu-item-has-children > .arrow {
    height: 47px;
}

#menu-main .sub-menu li.menu-item-has-children > .arrow:after {
    top: 8px;
}

#menu-main .sub-menu .sub-menu {
    padding-left: 0px;
}

#menu-main .sub-menu .sub-menu li a {
    padding: 9px 30px 9px 50px;
}

#menu-main .sub-menu .sub-menu li.menu-item-has-children > .arrow {
    display: none;
}

@media (min-width: 600px) {
    #navbar {
        width:40%;
        min-width: 600px;
        right: -100%;
        padding: 0px 50px 0px 0px;
        margin-right: -50px;
    }
}

/*------------------------------------*\ 
    FOOTER
\*------------------------------------*/
footer {
}

#menu-useful {
    list-style: none;
    padding: 0;
}

.stayConnectBlock {
    border-top: solid 1px #969696;
    margin: 20px 0px ;
}

.stayConnectBlock h3 {
    font-size: 32px;
    margin: 70px 0 55px;
    text-align: center;
}

.stayConnectBlock .connectedFt {
    color: #fff;
    background: #676767;
    text-align: center;
    padding: 50px 0;
}

.stayConnectBlock .connectedFt ul {
    list-style: none;
    padding: 0;
    margin: 7px auto;
}

.stayConnectBlock .connectedFt li {
    display: inline-block;
    margin: 12px 12px;
}

.stayConnectBlock .connectedFt li a {
    transition: 300ms;
}

.stayConnectBlock .connectedFt li a:hover {
    opacity: 0.6;
}

.stayConnectBlock .connectedFt a.blockButton {
    border: solid 1px #fff;
    color: #fff;
    margin: 12px 7px;
}

.stayConnectBlock .connectedFt a.blockButton:hover {
    background: #fff;
    color: #676767;
}

.footerLower {
    background: #000;
    color: #dddedf;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}

.footerLower p, .footerLower ul {
    margin: 10px 0;
}

.footerLower a {
    color: #dddedf;
}

.footerInfo {
    text-align: center;
    line-height: 1.87;
    margin-bottom: 20px;
}

.footerInfo h3 {
    font-size: 1.5em;
    margin: 30px 0 20px;
}

.footerInfo a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 300ms;
    margin-right: 0px;
}

.footerInfo a:hover:before {
    width: 5px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .footerLower {
        text-align:initial;
        padding: 50px 0;
    }
}

@media (min-width: 1200px) {
    .stayConnectBlock {
        margin:50px 0;
    }

    .footerInfo {
        margin-bottom: 70px;
    }
}

/*text aligns*/
@media (max-width: 768px) {
    .xs-text-right {
        text-align:right;
    }

    .xs-text-left {
        text-align: left;
    }

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

@media (min-width: 768px) {
    .sm-text-right {
        text-align:right;
    }

    .sm-text-left {
        text-align: left;
    }

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

@media (min-width: 992px) {
    .md-text-right {
        text-align:right;
    }

    .md-text-left {
        text-align: left;
    }

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

@media (min-width: 1200px) {
    .lg-text-right {
        text-align:right;
    }

    .lg-text-left {
        text-align: left;
    }

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

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	max-width:33%;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	max-width:33%;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

.footer-links {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.footer-links li {
    display: inline;
}

.footer-links li:after {
    content: " | ";
    margin: 0 1px 0 1px;
    display: inline;
}

.footer-links li:last-child:after {
    content: "";
}

.footer-links li a {
    display: inline;
    white-space: nowrap;
}

.side-menu-container {
    padding: 0 0 20px;
    margin-bottom: 20px;
}

#menu-side {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-side li {
    position: relative;
    margin: 5px 0;
}

#menu-side a {
    color: #676767;
    display: inline-block;
    padding: 0px 15px;
}

#menu-side a:hover {
    text-decoration: none;
}

#menu-side a span {
    padding: 10px 0px;
    display: block;
}

/*Top level item*/
/*
#menu-side > li > a {
	font-size:1.25em;
}
#menu-side > li > a span{	
	padding:16px 8px 16px 0;
	border-bottom:solid 1px #CBCBCB;
	display:inline-block;
	font-weight: 400;
}*/
#menu-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-side > li > .sub-menu {
    margin: 10px 0;
}

/*main Sub menu items*/
#menu-side .sub-menu li.current-menu-ancestor a, #menu-side .sub-menu li.current-menu-item a {
}

#menu-side .sub-menu li.current-menu-item > a {
    color: #676767;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 8px;
    right: 0;
}

#menu-side .sub-menu li.menu-item-has-children > .arrow:before {
    position: absolute;
    width: 15px;
    height: 22px;
    background-image: url(images/chevron-right-blue.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    display: block;
    top: 50%;
    right: 50%;
    margin-top: -11px;
    margin-right: -7px;
    transition: transform 300ms;
}

#menu-side .sub-menu li.menu-item-has-children.current-menu-ancestor > .arrow:before {
    background-image: url(images/chevron-right-green.png);
}

#menu-side .sub-menu li.menu-item-has-children.current-menu-item > .arrow:before, #menu-side .sub-menu li.menu-item-has-children > a:hover + .arrow:before {
    background-image: url(images/chevron-right-white.png);
}

#menu-side .sub-menu li.menu-item-has-children.open > .arrow:before {
    transform: rotate(90deg);
}

#menu-side .sub-menu li a:hover {
    color: #676767;
}
#menu-side > li > .sub-menu {
	padding-left:30px;
	margin-top:0;
}
#menu-side > li > .sub-menu > li {
	padding-top:5px;
	padding-bottom:5px;
}

#menu-side .sub-menu .sub-menu {
    background: rgba(0,0,0,0.1);
    padding-bottom: 10px;
    display: none;
}

#menu-side .sub-menu .sub-menu li {
    margin: 0;
}

#menu-side .sub-menu li.open > .sub-menu {
    display: block;
}

#menu-side .sub-menu .sub-menu a > span {
    padding-left: 15px;
    position: relative;
}

#menu-side .sub-menu .sub-menu a > span:before {
    content: "";
    font-size: -px;
    height: 2px;
    width: 5px;
    top: 50%;
    margin-top: -1px;
    background: #00489a;
    position: absolute;
    left: 0;
}

#menu-side .sub-menu .sub-menu a:hover > span:before {
    background: #ffffff;
}

#menu-side .sub-menu li.open {
    padding-bottom: 10px;
}

/*----------
Blog sidebar
----------*/
#blognav ul {
    list-style: none;
}

.sidebarSec {
    padding: 0px 15px 15px;
    margin: 0 auto 10px;
}

.sidebarSec ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}

.sidebarSec ul li {
    padding: 10px 0px;
}

.its {
    font-size: 1.25em;
    padding: 16px 8px 16px 0;
    border-bottom: solid 1px #CBCBCB;
    display: inline-block;
    font-weight: 400;
}

/*------------------------------------*\
    menu inc toggle
\*------------------------------------*/
.search-toggle {
    float: right;
    padding: 15px;
    color: #e0e0e0;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 15px;
    line-height: 15px;
}

.search-toggle:hover {
    background-color: #969696;
}

@media (min-width: 0px) {
    body.fixedHome .menu-toggle {
        color:#fff;
    }

    body.fixedHome .menu-toggle span {
        background-color: #fff;
    }
}

@media (min-width: 1200px) {
}

body {
    /*position:relative;*/
}

body.menuopen {
    /*position:relative;*/
    /* overflow: hidden; */
}

body.menuopen:before {
    /* content: ''; */
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 9998;
}

#navbar .menu-toggle {
    float: right;
    margin-right: 15px;
    margin-left: 15px;
}

@media (min-width: 768px) {
    #navbar .menu-toggle {
        float:right;
        margin-top: 10px;
    }
}

#navbar .top_links {
    display: inline-block !important;
    float: left;
    margin-top: 0px;
}

#navbar .socials {
    display: inline-block !important;
    float: right;
}

#navbar .top_links > ul {
    padding: 0px 0 0 30px;
}

#navbar .top_links > ul >li {
    padding: 0px 5px 0px 0px;
}

#navbar .top_links > ul > li > a {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    vertical-align: middle;
}

#navbar .top_links ul ul {
    width: 200px;
}

#navbar .top_links ul li.staff-portal > a {
    padding: 0px 0px 0px 13px;
    font-size: 0;
    letter-spacing: 0;
}

#navbar .top_links ul li.work-for-us > a {
    padding: 0px 0px 0px 25px;
}

#navbar .menu-toggle {
    display: inline-block;
    margin-bottom: 25px;
}

#navbar .menu-toggle .toggleText {
    display: none;
}

#navbar .socials {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0;
}

#navbar .socials li {
    display: inline-block;
	margin:0 5px 0 20px;
}

#navbar .socials li a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}

.menu-main-container {
    clear: both;
}

#menu-main-top {
    display: inline-block;
    text-align: left;
}

#menu-main-top {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu-main-top li {
    display: inline-block;
    position: relative;
    padding: 5px;
    vertical-align: middle;
}

#menu-main-top li a {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    right: 0;
}

#menu-main-top .sub-menu li {
    padding: 0;
}

#menu-main-top .sub-menu li a {
    padding: 10px 25px;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

#menu-main-top .sub-menu li a:hover,
#menu-main-top .sub-menu li.current-menu-item a,
#menu-main-top .sub-menu li.current-menu-ancestor a {
    color: #00489a;
    background: rgba(192,206,222,0.92);
}

#menu-main-top li a {
    line-height: 1.3em;
}

#menu-main-top li a:hover {
    text-decoration: none;
    color: #000;
}

#menu-main-top .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: rgba(255,255,255,0.9);
    line-height: 1.4;
    padding: 40px 0 40px;
    /*min-height: 80vh;*/
    width: 300px;
}

body.fixedHeader #menu-main-top .sub-menu {
    min-height: inherit;
    padding: 50px 0 50px;
}

#menu-main-top .sub-menu li {
    display: block;
}

#menu-main-top .sub-menu li a {
    color: #00489a;
}

#menu-main-top li:hover > .sub-menu {
    display: block;
    min-width: 250px;
}

#menu-main-top .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    background: rgba(255,255,255,0.9);
    line-height: 1.4;
    padding: 0px;
    height: auto;
}

.sidebar {
    padding-top: 35px;
    margin-top: 0px;
    margin-bottom: 40px;
}

@media (min-width : 768px) {
}

@media (min-width : 992px) {
}

@media (min-width : 1200px) {
}

@media (min-width : 1590px) {
}

@media only screen and (min-width: 1390px) {
}

@media only screen and (min-width: 1590px) {
}

/*------------------------------------*\
    Dynamic Content
\*------------------------------------*/
.dynamicContent {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1590px) {
}

/**** Image ****/
.image-item {
    position: relative;
}

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

.image-item .imageItemCaption {
    display: block;
    margin: 5px;
    font-size: 14px;
}

/*******Dividers******/
.body-divider {	
    clear: both;
    width: 100%;
    height: 100px;
    position: relative;
}
.body-divider:before {
	content: '';
    position: absolute;
}
.body-divider:after {
	content: '';
	display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	transform:translate(-50%,-50%);
}
.dividera:before {
    content: '';
    width: 90%;
    height: 1px;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 5%;
}

.dividera:after {
    background-image: url(images/dividers/blue-crest.png);
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    background-color: #fff;
}
.dividerb:before {
    content: '';
    width: 90%;
    height: 1px;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 5%;
}
.dividerb:after {
    top: 50%;
    left: 50%;
	background-image: url(images/dividers/blue-logo.png);
    height: 90px;
	width:150px;
	background-color:#fff;
}
.dividerc:before {
    content: '';
    width: 90%;
    height: 1px;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 5%;
}

.dividerc:after {	
    background-image: url(images/dividers/blueyellow-crest.png);
    height: 90px;
    width: 90px;
    top: 50%;
    left: 50%;
    background-color: #fff;
}
.dividerd {
	background:#00489a;
}
.dividerd:after {
    top: 50%;
    left: 50%;
	background-image: url(images/dividers/bluewhite-logo.png);
    height: 90px;
	width:150px;
}
/*******FAQS*****/
.faqs {
}

.faqs .faq {
    border-bottom: solid 2px #fff;
}

.faq-question {
    position: relative;
    margin: 0;
    padding: 15px;
    background: #a2a6a9;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    text-transform: uppercase;
}

.faq.open .faq-question {
    background: #969696;
}

.faq-question:hover {
    background: #000;
}

.faq-question:after {
    content: '\f054';
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transform: rotate(0deg);
    transition: 300ms;
}

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

.faq-answer {
    display: none;
    padding: 15px;
}

.faqs .faq:last-child .faq-answer {
    border-bottom: solid 1px #a2a6a9;
}

.faqs .faq.open:last-child .faq-answer {
    border-color: #969696;
}

/******Staff********/
.staffMember {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.staff-meta {
    margin-bottom: 5px;
}

.staff-meta .meta-label {
    font-weight: 700;
}

.staff-meta.featured-staff-metas .staff-meta > * {
    display: inline-block;
}

.staff-meta a.email-value {
    font-size: 0;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.staff-meta 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;
}

/*****Quotes******/
blockquote {
    border: 0;
    background: #e0e0e0;
    color: #000;
    font-style: italic;
    font-size: 1.5em;
    font-weight: 400;
    padding: 2.2em 1.1em;
    text-align: center;
}

.quoteContainer .quotesTitle {
    margin: 10px 0 0;
    text-align: center;
    padding: 0 15px;
}

.quoteContainer {
    background: #e0e0e0;
    color: #000;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.quoteContainer .singleQuote {
    width: 100%;
    position: relative;
}

.quoteContainer blockquote.quote-text {
    padding-top: 1em;
    padding-bottom: 0.1em;
    margin-bottom: 0;
}

.quoteContainer .quote-cite {
    text-align: center;
    font-weight: 700;
    padding: 0 15px 15px;
}

.quoteContainer .singleQuote {
    height: 100%;
}

.quoteContainer .quoteInner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/****Documents******/
a.document-link {
    display: block;
    color: #676767;
    background: #e0e0e0;
    border: solid 1px #676767;
    font-size: 0.9em;
    line-height: 1.4em;
    padding: 1em 1.5em;
    text-transform: uppercase;
    width: 100%;
    padding-right: 47px;
    position: relative;
    transition: 300ms;
    margin: 12px 0;
}

a.document-link:after {
    display: block;
    width: 40px;
    height: 23px;
    content: '\f56d';
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 26px;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    transition: 300ms;
}

a.document-link:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

a.document-link:hover:after {
    color: #fff;
}

/*Callout*/
.callout {
    display: block;
    position: relative;
    transition: 300ms;
    color: #fff;
    background: #969696;
    font-size: 1em;
    overflow: hidden;
}

.callout .calloutText {
}

.callout .calloutContent {
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

.callout .calloutTitle {
    text-transform: uppercase;
    margin: 0.5em 0;
}

.callout .calloutTitle h3 {
    margin-bottom: 20px;
    color: inherit;
}

.callout .readmore {
    display: inline-block;
    color: #fff;
    background: #676767;
    margin: 12px 7px;
    width: 200px;
    max-width: 100%;
    margin: 12px 0px;
    text-align: center;
}

.callout.hasbg .readmore {
    background: #CBCBCB;
    border: solid 1px #CBCBCB;
}

.callout .readmore:hover {
    background: #fff;
    color: #676767;
}

.callout.hasbg .coimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.callout.hasbg .coimg:before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.callout .coimg img {
    visibility: hidden
}

.callout.hasbg .calloutContent {
    padding-bottom: 75px;
    padding-top: 150px;
}

.callout.hastext.hasbg .calloutContent {
    padding-bottom: 35px;
    padding-top: 100px;
}

/*sidebar callout*/
/***POIS****/
.poi {
    position: relative;
    display: block;
    transition: all 300ms;
    overflow: hidden;
    background: #676767;
    color: #fff;
    /* margin-bottom: 26px; */
    font-family: 'Crimson Pro', serif;
}

.poi:hover {
    color: #fff;
    text-decoration: none;
}

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

.poiImage .poiImageBG:before {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.poiImage {
    background: inherit;
}

.poi:hover .poiImage .poiImageBG {
}

.poiImage:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
@media (min-width:768px){
	.col-md-8 > .poi .poiImage:before {
		padding-top:50%;
	}
	.homeDynamic .col-md-12 > .poi .poiImage:before {
		padding-top:33.3333%;
	}
}
.poiImage >img,
.owl-carousel .owl-item .poiImage img {
    width: auto;
    display: block;
    visibility: hidden;
	display:none;
    opacity: 0;
}
.textOnlyBlock .poiText {
    position: relative;
    padding: 25px 15px;
}

.poi .poiTitle {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}

.poi .textOnlyBlock {
}

.poi .poiTitle {
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding: 10px 15px;
    text-transform: uppercase;
}

.poi .textOnlyBlock .poiTitle {
    margin: 5px;
}

.textOnlyBlock {
    padding: 10px 30px;
    transition: 300ms;
}

.textOnlyBlock .poiText {
    display: block;
    text-align: center;
}

.poi:hover .textOnlyBlock {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    text-decoration: none;
}

.poiImage .poiText {
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 15%;
    transform: translateY(50%);
    text-align: center;
    width: 100%;
    transition: 300ms;
}

.poiImage .poiText {
}

.poiImage .poiText .poiEx {
    max-height: 0;
    overflow: hidden;
    font-size: 18px;
    transition: 300ms;
}

.poi:hover .poiImage .poiText {
    bottom: 50%;
}

.poi:hover .poiImage .poiImageBG {
    opacity: 0;
}

.poi:hover .poiImage .poiEx {
    max-height: 460px;
}

.pois.homePOIs .col-xs-6 {
    padding-left: 15px;
    padding-right: 15px;
}

/*------------------------------------*\
    HOME DYNAMIC
\*------------------------------------*/
/*------------------------------------*\
    END DYNAMIC CONTENT
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1590px) {
}

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}

.sectionfadein {
    opacity: 0;
    top: 30px;
    position: relative;
    transition: 500ms;
}

.sectionfadein.active {
    opacity: 1;
    top: 0;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
.mainHeader .container {
    max-width: 1380px;
}

#hero .slideText {
    color: #ffffff;
    font-size: 80px;
    line-height: 70px;
    font-family: "eb-garamond",serif;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

#hero .slideText span {
    color: #ffffff;
    font-size: 38px;
    line-height: 70px;
    font-family: "eb-garamond",serif;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    display: block;
}

.homeBanner .slideImage:after {
    height: 40%;
    background: transparent;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
}

.homeBanner .slideImage:before {
    height: 35%;
    content: '';
    display: block;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
}

.home .headGroup {
    top: 45px;
}

.admin-bar.fixedHeader .headGroup {
    top: 32px
}

.fixedHeader .headGroup {
    top: 0px
}

.mainLogo-sticky {
    display: none;
}

.mainLogo {
    display: block;
}

/*body.fixedHeader .mainLogo {
    display: none;
}
body.fixedHeader .mainLogo-sticky {
    display: block;
}*/
#hero .slideText {
    bottom: 30px;
}

.homeBanner {
    /*margin-bottom: 170px;*/
}

.headGroup .socials {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    z-index: 5;
}

.headerLeft {
    padding-top: 10px;
}

.fixedHeader .headerLeft {
    padding-top: 0px;
}

.welcomeImage {
    max-width: 406px;
    width: 100%;
    position: absolute;
    top: -58px;
    right: -120px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}

.welcomeBlockText {
    background: #f3f4f5;
    padding: 70px 15% 108px 65px;
}

h1 {
    font-size: 60px;
    line-height: 65px;
    color: #00489a;
    margin-top: 0px;
    margin-bottom: 30px;
}

.page h1,
.post h1,
.blog h1,
.archive h1,
.category h1,
.single h1 {
    margin-top: 50px;
}

.welcomeBlockText h1 span {
    display: block;
}

.welcomeBlockText p {
    color: #48545e;
    word-spacing: 2px;
}

body.fixedHome .menu-toggle span {
    height: 2px;
}

.headGroup .socials li:before {
    display: none;
}

.headGroup .socials li {
    padding: 0 2px;
    min-width: 20px;
}

.headGroup .socials {
    padding: 0px;
    margin-right: 25px;
}

.headGroup .socials li a:hover {
    color: #ffe524;
}

#menu-main-top li a:hover,
#menu-main-top li.current-menu-item > a,
#menu-main-top li.current-menu-ancestor > a {
    color: #ffe524;
}

.searchToggle .searchSubmit i {
    color: #ffffff;
}

.searchToggle .searchSubmit:hover i {
    color: #ffe524;
}

/*.fixedHeader .searchToggle .searchSubmit i {
    color: #00489a;
}
.fixedHeader .searchToggle .searchSubmit:hover i {
    color: #ffe524;
}*/
.fixedHeader .headGroup a {
    color: #ffffff;
}

.headGroup ul {
    margin: 0;
}

.fixedHeader .headGroup a:hover {
    color: #ffe524;
}

.fixedHeader .mainLogo {
    height: 70px;
    width: auto;
    max-width: 100%;
}
@media (min-width:768px){
body.fixedHeader .headGroup {
    background: transparent;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.7), transparent);
    border: none;
    height: auto;
	height:105px;
    padding-bottom: 60px;
    padding-bottom: 40px;
    padding-bottom: 20px;
    background: #00489a;
    background: #7191c2;
}
}
@media (min-width: 992px) {
    .headerRight .menu-toggle {
        display:none;
    }

    body.fixedHeader .headerRight .menu-toggle {
        /* display: block; */
        color: #fff;
    }

    body.fixedHeader .menu-main-container {
        /* display: none; */
    }
}

#menu-main-top li {
    padding: 0px 12px;
}

#menu-main-top li a {
    letter-spacing: 3px;
}

.menu-toggle {
}

.menu-main-container {
}

.top_links {
    display: inline-block ;
    position: relative;
    z-index: 5;
}

.top_links ul {
    list-style: none;
}

.top_links ul li {
    display: inline-block;
    padding: 0px 40px 0px 0;
    position: relative;
}

.top_links ul li a {
    display: inline-block;
    /*padding: 0px 0px 0px 28px;*/
    /*background: url(images/tpb-icon-1.png) left no-repeat;*/
    line-height: 22px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.top_links ul li a:hover {
    /*background: url(images/tpb-icon-1-hover.png) left no-repeat;*/
    color: #ffe524;
}

.top_links ul li.staff-portal > a {
    /*background: url(images/tpb-icon-2.png) left no-repeat;*/
    padding: 0px 0px 0px 23px;
	position:relative;
}
.top_links ul li.staff-portal > a:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display:block;
    content: "\f023";
	position:absolute;
	top:0;
	lefT:0;
	font-size:14px;
	left:0;
	color:inherit;
}
.top_links ul li.staff-portal > a:hover {
    /*background: url(images/tpb-icon-2-hover.png) left no-repeat;*/
}

.top_links ul li.work-for-us a {
    background: url(images/tpb-icon-3.png) left no-repeat;
}

.top_links ul li.work-for-us a:hover {
    background: url(images/tpb-icon-3-hover.png) left no-repeat;
}

.top_links ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    padding: 0;
    text-align: left;
}

.top_links ul ul li {
    padding: 0;
    display: block;
}

.top_links ul ul a {
    color: #00489a;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.3;
    display: block;
    font-weight: 500;
    width: 100%;
}

.top_links ul ul a:hover {
    color: #00489a;
    background: rgba(192,206,222,0.92);
}

.fixedHeader .top_links ul ul a {
    color: #00489a;
}

.fixedHeader .top_links ul ul a:hover {
    color: #00489a;
}

.top_links li.open > ul {
    display: block;
}

@media only screen and (max-width : 991.99px) {
    .menu-toggle {
        display: block;
    }

    .menu-main-container {
        display: none;
    }
}

@media only screen and (min-width : 992px) {
    .menu-toggle {
        display: none;
    }

}


@media only screen and (min-width : 1200px) and (max-width : 1380px) {
    .welcomeImage {
        top: -58px;
        right: -40px;
    }
}

@media only screen and (max-width : 1380px) {
    #menu-main-top li {
        padding: 0px 8px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .welcomeImage {
        top: -28px;
        right: -25px;
    }

    #menu-main-top li {
        padding: 0px 5px;
    }

    #menu-main-top li a {
        letter-spacing: 1px;
    }

    h1 {
        font-size: 45px;
        line-height: 50px;
    }
	.bodyContent h2{
		line-height: 30px;
		font-size: 35px;		
	}
	
    .footer-logos {
        text-align: center;
        margin-bottom: 15px;
        padding: 0;
    }

    .footer-grid .callout_text a {
        font-size: 30px;
    }

    .footer-grid .poi_text a {
        font-size: 30px;
    }
}

.dynamic-videolinks {
    margin: 0px;
    padding-bottom: 70px;
}

.dynamic-videolinks .container {
    max-width: 1380px;
}

.dynamic-videolinks .video-box {
    margin-top: -70px;
}

.dynamic-videolinks .links-box {
    padding-top: 40px;
    padding-left: 18%;
}

.dynamic-videolinks .links-box .text_links {
    max-width: 246px;
}

.dynamic-videolinks .links-box .text_links a {
    display: block;
    color: #1a2b3e;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
}

.dynamic-videolinks .links-box .text_links a:after {
    content: "";
    width: 87px;
    height: 1px;
    position: absolute;
    left: -130px;
    top: 50%;
    font-size: 0;
    background: #c6c9cf;
    display: none;
}

.dynamic-videolinks .links-box .text_links a:hover:after {
    display: block;
}

.dynamic-videolinks .links-box .text_links a:before {
    content: "\f067";
    position: absolute;
    right: 0px;
    top: 50%;
    color: #1a2b3e;
    font-size: 8px;
    margin-top: -4px;
    line-height: 12px;
    font-family: "Font Awesome 5 Free";
}

.dynamic-videolinks .links-box .text_links a:hover:before {
    color: #00489a;
}

.dynamic-videolinks .links-box .text_links a span {
    display: inline-block;
    padding-left: 40px;
    line-height: 32px;
    color: #1a2b3e;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.dynamic-videolinks .links-box .text_links a:hover, .dynamic-videolinks .links-box .text_links a:hover span {
    color: #00489a;
}

.dynamic-videolinks .links-box .text_links a.textlink1 span {
    background: url(images/hc-icon-1.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink1:hover span {
    background: url(images/hc-icon-1-hover.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink2 span {
    background: url(images/hc-icon-2.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink2:hover span {
    background: url(images/hc-icon-2-hover.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink3 span {
    background: url(images/hc-icon-3.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink3:hover span {
    background: url(images/hc-icon-3-hover.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink4 span {
    background: url(images/hc-icon-4.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink4:hover span {
    background: url(images/hc-icon-4-hover.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink5 span {
    background: url(images/hc-icon-5.png) left top no-repeat;
}

.dynamic-videolinks .links-box .text_links a.textlink5:hover span {
    background: url(images/hc-icon-5-hover.png) left top no-repeat;
}

.dynamic-textblocks {
    margin-bottom: 60px;
}

.dynamic-textblocks .container {
    max-width: 1380px;
    background: url(images/court-bg-img.jpg) center top no-repeat;
    padding: 120px 0 40px;
}

.dynamic-textblocks .container .row {
    max-width: 1140px;
    margin: 0px auto;
}

.blue-box-ace {
    text-align: center;
    padding: 0px 40px;
    margin-bottom: 50px;
}

.blue-box-ace h2 {
    color: #ffe524;
    font-size: 65px;
    font-weight: 400;
}

.blue-box-ace p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.homeDynamic.dynamic-poi {
}

.homeDynamic.dynamic-poi .row {
    margin: 0px;
}

.homeDynamic.dynamic-poi .pois {
    overflow: hidden;
}

.homeDynamic.dynamic-poi .pois .col {
    padding: 0px;
}

.homeDynamic.dynamic-poi .pois .col-md-8, .homeDynamic.dynamic-poi .pois .col-md-4 {
    padding: 0px;
}

.homeDynamic.dynamic-poi .pois .poi {
    margin: 0px;
    height: 100%;
}

.pois .poi .poiTitle {
    font-size: 32px;
    margin: 0px;
    font-weight: 300;
    padding: 10px;
    text-transform: inherit;
}

.pois .poi .poiText {
    font-family: "gill-sans-nova",sans-serif;
    padding: 30px;
}

.homeDynamic.dynamic-poi .pois .poi .poiEx {
    padding: 0px 50px;
}

.homeDynamic.dynamic-poi .pois .poi .poiEx p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 25px;
}

.homeDynamic.dynamic-poi .pois .poi .poi-btn-container {
    text-align: center;
    margin-bottom: 20px;
}

.homeDynamic.dynamic-poi .pois .poi .poi-btn-container a {
    display: inline-block;
    background: #ffffff;
    line-height: 23px;
    padding: 15px 20px;
    font-weight: 600;
    color: #1a2b3e;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 204px;
}

.homeDynamic.dynamic-poi .pois .poi .poi-btn-container a:hover {
    background: #1a2b3e;
    color: #ffffff;
}

.homeDynamic.dynamic-poi .pois .poi:hover .poiTitle {
    margin-bottom: 25px;
}

.homeDynamic.dynamic-poi .pois .poi:hover .poiText {
    padding: 0px 25px;
}

.homeDynamic.dynamic-poi .pois {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dynamic-poi .pois .poi {
    transition: transform .2s;
}

.dynamic-poi .pois .poi:hover {
    /* transform: scale(1.1); */
    z-index: 9;
}

.dynamic-videolinks .container {
    max-width: 1410px;
}

.poi {
    background: #00489a;
}

.homeDynamic.dynamic-poi .pois .poi:hover .poiImage .poiImageBG {
    opacity: 0.13;
}

.homeDynamic.dynamic-text {
    padding: 60px 0 30px;
    text-align: center;
    margin: 0px;
}

.homeDynamic.dynamic-text h2 {
    margin-top: 0px;
    font-size: 58px;
    line-height: 58px;
    color: #00489a;
    margin-bottom: 20px;
}

.dynamic-animicons {
    margin: 0;
}

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

.icon-animation div {
    padding: 0px 30px;
}

.icon-animation p {
    color: #1a283f;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 300;
}

.homeDynamic.dynamic-quote {
    margin: 0;
    padding: 70px 80px;
}

.homeDynamic.dynamic-quote .quoteContainer {
    padding: 70px 70px 0;
    border-top: 1px solid #c5ccd3;
    margin: 0px auto;
    max-width: 1140px;
    background: transparent;
    color: #00489a;
}

blockquote {
    padding: 0px;
    background: transparent;
    color: #00489a;
    font-size: 45px;
    line-height: 50px;
    font-style: normal;
    font-family: "eb-garamond",serif;
    position: relative;
    margin-bottom: 60px !important;
}

blockquote p {
    margin: 0px;
}

blockquote:before {
    content: "";
    font-size: 0;
    background: url(images/collan-icon.png) left top no-repeat;
    width: 68px;
    height: 53px;
    position: absolute;
    left: -80px;
    top: 0px;
}

blockquote:after {
    content: "";
    font-size: 0;
    background: url(images/collan-icon-right.png) left top no-repeat;
    width: 68px;
    height: 53px;
    position: absolute;
    right: -80px;
    bottom: 0px;
}

.dynamic-quote .q-cycle-pager {
    max-width: 420px;
    margin: 0px auto 10px;
    text-align: center;
    position: relative;
    z-index: 101;
}

.dynamic-quote .q-cycle-pager:before {
    /*content: "";*/
    font-size: 0px;
    height: 1px;
    width: 100%;
    background: #c5ccd3;
    display: block;
    position: absolute;
    top: 45%;
    margin-top: -1px;
    z-index: -1;
}

.dynamic-quote .q-cycle-pager span {
    font-size: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #c5ccd3;
    content: "";
    display: inline-block;
    background: #ffffff;
    margin: 0px 8px;
    border-radius: 19px;
}

.dynamic-quote .q-cycle-pager span:hover, .dynamic-quote .q-cycle-pager span.cycle-pager-active {
    background: #cbd1d7;
}

.dynamic-quote .quotes-holder:before {
    content: "";
    font-size: 0px;
    display: block;
    width: 175px;
    height: 97px;
    background-image: url(images/dividers/blue-logo-new.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
    margin: 0px auto 50px;
}
.dynamic-quote .quotes-holder.style2 {
}
.dynamic-quote .quotes-holder.style2:before {
    background-image: url(images/dividers/blueyellow-crest.png);
}
.homeDynamic.dynamic-quote .quoteContainer blockquote.quote-text {
    padding: 0px;
}
.dynamic-quote .quotes-holder.style3:before {
    display:none;
}
.quote-cite {
    padding: 0px;
    color: #48545e;
    font-size: 20px;
    font-weight: 300 !important;
}

footer {
    padding: 40px 50px 10px;
    background: #7191c2;
}

.footer-logos {
    text-align: center;
    margin-bottom: 15px;
}

footer .footer-logos .owl-dots {
    margin-bottom: -5px;
}

.footer-logos img {
    margin: 0px 2.5%;
}

.footerLower {
    padding: 0px 0px;
    line-height: 22px;
    background: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255,255,255,0.4);
}

.footerLower a {
    color: rgba(255,255,255,0.4);
}

.footerLower a:hover {
    color: rgba(255,255,255,1);
}

.footerLower .row {
    margin: 0;
}

.dynamic-newsevents {
}

.dynamic-newsevents .news_section .owl-carousel.owl-drag .owl-item .item {
    position: relative;
}

.dynamic-newsevents .news_section .owl-carousel .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dynamic-newsevents .ab_event_section {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 2;
    padding: 55px 40px;
}

.dynamic-newsevents .ab_event_section .newsDate {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    left: 40px;
    top: 50px;
}

.dynamic-newsevents .ab_event_section .newsTitle {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    position: absolute;
    left: 0px;
    bottom: 50px;
    padding: 0px 40px;
}

.dynamic-newsevents .ab_event_section .newsTitle a {
    color: #ffffff;
}

.dynamic-newsevents .ab_event_section p {
    display: none;
}

.dynamic-newsevents .news_section .item:hover .ab_event_section p {
    display: block;
}

.dynamic-newsevents .news_section .item:hover .ab_event_section {
    padding: 85px 40px;
}

.dynamic-newsevents .news_section .item:hover .ab_event_section .newsDate {
    position: absolute;
    left: 40px;
    top: 58px;
    color: #ffe524;
    font-weight: 300;
}

.dynamic-newsevents .news_section .item:hover .ab_event_section .newsTitle {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0;
    margin-bottom: 30px;
}

.dynamic-newsevents .item .news_image_slide {
    width: 100%;
    position: relative;
    background: #000;
    min-height: 350px;
}

.dynamic-newsevents .item .news_image_slide:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.dynamic-newsevents .item .news_image_slide .imgSizer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.dynamic-newsevents .item .news_image_slide .imgSizer img {
    display: none;
}

.dynamic-newsevents .ab_event_section .news_image_slide:before {
}

.dynamic-newsevents .news_section .item:hover .ab_event_section {
    background: rgba(0,72,154,0.87);
}

.dynamic-newsevents .news_section .item {
    transition: transform .2s;
}

.dynamic-newsevents .news_section .item:hover {
    transform: scale(1.05);
    z-index: 9;
}

.news_section .owl-carousel {
    position: relative;
}

.news_section .owl-nav {
    position: static;
}

.news_section .owl-next {
    right: 0;
}

.news_section .owl-prev {
    left: 0;
}

/* Curriculumn Page*/
/*Subject*/
.subject-tile {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #00489a;
    cursor: pointer;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.subject-tile .tile-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-size: cover;
    transition: 300ms;
}

.subject-tile .tile-bg:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

.subject-tile .cover {
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
    text-align: center;
    bottom: 50%;
    transform: translateY(50%);
    transition: 300ms;
}

.subject-tile .cover .button-wrap {
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    color: #fff;
    transition: 300ms;
    border: solid 1px #fff;
    display: inline-block;
    position: relative;
}

.subject-tile .cover .button-wrap:before {
    content: "+";
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
}

.subject-tile.subjectOpen .cover .button-wrap:before, .subject-tile.subjectOpen .cover .button-wrap:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform-origin: 0px 01px;
    top: 50%;
    left: 50%;
    line-height: 1px;
}

.subject-tile.subjectOpen .cover .button-wrap:before {
    transform: rotate(-45deg) translateX(-50%)
}

.subject-tile.subjectOpen .cover .button-wrap:after {
    transform: rotate(45deg) translateX(-50%)
}

.subject-tile.subjectOpen .cover .button-wrap {
    background: #c0cede;
}

.subject-tile.subjectOpen .tile-bg {
    opacity: 0.3;
}

.subject-tile .cover h2 {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 1.3;
}

.subject-tile:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 33.3333%;
    padding-top: 50%;
}

#subject-tiles .subject-block {
    width: 100%;
    position: relative;
    clear: both;
    /*overflow: initial !important;*/
    overflow: hidden;
    display: none;
}

#subject-tiles .subject-block .spacing {
    padding: 0 15px 30px;
}

#subject-tiles .subject-block .panel {
    background: #c0cede;
    position: relative;
    color: #00489a;
    margin: 0 auto;
    padding: 30px;
}

#subject-tiles .subject-block .subject-close {
    position: absolute;
    height: 50px;
    width: 50px;
    overflow: hidden;
    background: #00489a;
    color: #fff;
    right: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
}

#subject-tiles .subject-block .subject-close:before, #subject-tiles .subject-block .subject-close:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform-origin: 0px 01px;
    top: 50%;
    left: 50%;
}

#subject-tiles .subject-block .subject-close:before {
    transform: rotate(-45deg) translateX(-50%)
}

#subject-tiles .subject-block .subject-close:after {
    transform: rotate(45deg) translateX(-50%)
}

#subject-tiles .subjContent {
    padding-top: 20px;
}

#subject-tiles .subject-block .photo {
    position: relative;
    padding-right: 20px
}

#subject-tiles .subject-block a {
    color: #00489a;
    text-decoration: underline;
    font-style: italic;
}

#subject-tiles .linkGroup a {
    color: #fff;
    display: block;
    border: solid 1px;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 20px;
    font-style: normal;
    margin-top: 20px;
}

#subject-tiles .linkGroup {
}

#subject-tiles .linkGroup a:hover {
    background-color: #00489a;
}

#subject-tiles .subjContent h2 {
    color: #00489a;
    position: relative;
}

#subject-tiles .subjContent p {
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .subject-tile:before {
        padding-top:100%;
    }

    .col-md-6 .subject-tile:before {
        /*padding-top:50%;*/
    }

    .col-md-12 .subject-tile:before {
        padding-top: 33.333%;
        padding-top: 50%;
    }
}

@media (min-width: 992px) {
    .subject-tile:before {
    }

    #subject-tiles .subjectDesktop .photo {
    }
}

@media (min-width: 1200px) {
}

.dynamic-newsevents .item:hover .ab_event_section {
    display: block;
}

.news-prev {
    position: absolute;
    left: 0;
    top: 50%;
    width: 46px;
    height: 92px;
    text-align: left;
    padding-left: 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 92px;
    background: #e5e5e5;
    border-radius: 0px 46px 46px 0;
    margin-top: -46px;
}

.news-next {
    position: absolute;
    right: 0;
    top: 50%;
    width: 46px;
    padding-right: 10px;
    height: 92px;
    text-align: right;
    color: #ffffff;
    font-size: 24px;
    line-height: 92px;
    background: #e5e5e5;
    border-radius: 46px 0px 0px 46px;
    margin-top: -46px;
}

.news-prev:hover {
    background: rgba(0,72,154,1);
}

.news-next:hover {
    background: rgba(0,72,154,1);
}

.dynamic-newsevents .ab_event_section .news-readmore {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: none;
}

.dynamic-newsevents .item:hover .ab_event_section .news-readmore {
    display: block;
}

.news-readmore {
    display: inline-block;
    background: #ffffff;
    line-height: 23px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    color: #1a2b3e;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 204px;
    position: relative;
    text-align: left;
}

.news-readmore:before {
    content: "\f067";
    position: absolute;
    right: 25px;
    top: 50%;
    color: #1a2b3e;
    font-size: 8px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 12px;
    font-family: "Font Awesome 5 Free";
}

.news-readmore:hover {
    background: #1a2b3e;
    color: #ffffff;
}

.news-readmore:hover:before {
    color: #ffffff;
}

.dynamic-newsevents .news_section {
    margin-bottom: 60px;
    position: relative;
}

.dynamic-newsevents .events_section {
}

.dynamic-newsevents .events_section .container {
    padding: 70px 0;
    border-top: 1px solid #c5ccd3;
    border-bottom: 1px solid #c5ccd3;
}

.dynamic-newsevents .events_section .event {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.event .date {
    text-align: center;
    width: 36%;
    font-size: 48px;
    line-height: 44px;
    font-family: 'Lato', sans-serif;
    border-right: 2px solid #1a283f;
    padding: 0px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c5969;
}

.event .date em {
    font-size: 72px;
    line-height: 56px;
    display: block;
    color: #4c5969;
    font-style: normal;
    margin-bottom: 10px;
}

.event .readmore-hol {
    text-align: left;
    width: 64%;
    line-height: 36px;
    font-size: 24px;
    color: #1a283f;
    padding: 0px 30px;
}

.all_news_buttons {
    text-align: center;
    padding: 60px 0px 20px;
}

.all_news_buttons a {
    display: inline-block;
    background: #c0cede;
    line-height: 23px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    color: #00489a;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 204px;
    position: relative;
    margin: 0px 15px;
    text-align: left;
}

.all_news_buttons a:before {
    content: "\f067";
    position: absolute;
    right: 25px;
    top: 50%;
    color: #00489a;
    font-size: 8px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 12px;
    font-family: "Font Awesome 5 Free";
}

.all_news_buttons a:hover {
    background: #7191c2;
    color: #ffffff;
}

.all_news_buttons a:hover:before {
    color: #ffffff;
}

@media only screen and (min-width : 1380px) {
    /*.dynamic-videolinks .video-box {
        padding: 0;
    }*/
}

/*Map Css -----------------*/
.google_map {
    position: relative;
    padding: 60px;
    display: block;
    overflow: hidden;
}

.map-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(https://www.holycrossprepschool.co.uk/wp-content/uploads/2020/02/map-img.jpg) center center no-repeat;
    height: 674px;
    display: block;
}

@media only screen and (min-width : 1560px) {
    .map-img-bg {
        background-size: cover;
    }
}

.google_map img {
    width: 100%;
    display: none;
}

.map_content {
    position: relative;
    height: 100%;
    max-width: 400px;
    background: rgba(255,255,255,0.9);
    padding : 58px 40px 40px;
    color: #143f84;
    z-index: 9;
	margin:auto;
}

.map_content a {
    color: #143f84;
}

.map_content a:hover {
    color: #4c5969;
}

.map_content h2 {
    color: #143f84;
    font-family: "gill-sans-nova",sans-serif;
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 24px;
    margin-top: 0;
}

.map_content .button a {
    display: inline-block;
    background: #143f84;
    line-height: 23px;
    padding: 15px 30px 15px 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 204px;
    position: relative;
    text-align: left;
}

.map_content .button a:before {
    content: "\f067";
    position: absolute;
    right: 25px;
    top: 50%;
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 12px;
    font-family: "Font Awesome 5 Free";
}

.map_content .button a:hover {
    color: #00489a;
    background: #c0cede;
}

.map_content .button a:hover:before {
    color: #00489a;
}

.map_content .sociallinks {
    margin-bottom: 25px;
}

.map_content .sociallinks a {
    margin-bottom: 5px;
	margin:2px 2px 5px;
}

/*Map Css ------------ --------END------- ------*/
/*Inner Page Css-------------------------------- Start */
 h3 {
    margin: 20px 0px 20px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
    color: #00489a;
}

h2 {
    margin: 30px 0px 10px;
    line-height: 50px;
    font-size: 50px;
    font-weight: 400;
    color: #00489a;
}

.bodyContent .dynamic-carousel .owl-nav, .bodyContent .dynamic-carousel .owl-dots {
    display: none;
}

.sidebar .dynamic-carousel .owl-nav, .sidebar .dynamic-carousel .owl-dots {
    display: none;
}

.bodyContent ul {
    list-style: none;
    padding-left: 0px;
}

.bodyContent ul li {
    position: relative;
    padding-left: 23px;
}

.bodyContent ul li:before {
    width: 3px;
    height: 3px;
    background: #00489a;
    border-radius: 4px;
    position: absolute;
    left: 12px;
    top: 17px;
    content: "t";
    font-size: 0;
    display: block;
}

.sidebar {
    padding-top: 145px;
    padding-right: 0px;
    padding-left: 15px;
}

.side-menu-container {
    background: #c0cede;
    padding: 100px 30px 60px ;
}

.standard-staff-member .col-sm-12 {
    padding: 0;
}

.sidebarSec a {
    color: #00489a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    display: block;
    padding: 0px;
    letter-spacing: 2px;
}
.sidebarSec a:hover {
    color: #7191c2;
}

.its {
    color: #676767;
    font-family: "eb-garamond",serif;
}


/*
#menu-side > li > a {
    display: none;
}
#menu-side > li > a span {
    color: #98005d;
    font-size: 36px;
    text-transform: capitalize;
    border-bottom: 1px solid #812e74;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
    display: none;
}*/
#menu-side li {
    padding: 10px 0px;
}

#menu-side a {
    color: #00489a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    /* line-height: 40px; */
    display: block;
    padding: 5px 15px;
    letter-spacing: 2px;
}

#menu-side a span {
    border-bottom: none;
    padding: 0;
}

#menu-side .sub-menu li:last-child a span {
    border-bottom: none;
}

#menu-side .sub-menu li a:hover span {
    border-bottom: none;
}

#menu-side li {
    margin: 0px;
}

#menu-side .sub-menu li.open > a {
    color: #00489a;
    background: transparent;
}

#menu-side .sub-menu li.open .sub-menu {
    padding-top: 15px;
}

#menu-side .sub-menu li.open li a {
    color: #00489a;
    background: transparent;
    line-height: 24px;
}

#menu-side .sub-menu li.open li a span {
    border: none !important;
}

#menu-side .sub-menu li.open li a:hover {
    color: #ffffff;
    background: transparent;
    /*border-color: #98005d;
    text-decoration: underline;*/
}

#menu-side .sub-menu .sub-menu {
    padding: 0px 0;
    background: transparent;
    border-top: 1px solid #ffffff;
}

#menu-side .sub-menu li.open li:before {
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: block;
    border-radius: 5px;
    content: "t";
    font-size: 0px;
    position: absolute;
    left: 25px;
    top: 20px;
    display: none;
}

#menu-side .sub-menu li.current-menu-item > a, #menu-side .sub-menu .sub-menu li.current-menu-ancestor > a, #menu-side .sub-menu .sub-menu li.current-menu-item > a {
    color: #00489a;
    background: transparent;
}

#menu-side .sub-menu li .sub-menu li a:hover, #menu-side .sub-menu li .sub-menu li a:hover {
    color: #ffffff;
    background: transparent;
}

#menu-side .sub-menu li a:hover {
    color: #ffffff;
    background: transparent;
}

#menu-side .sub-menu li.menu-item-has-children.current-menu-item > .arrow:before, #menu-side .sub-menu li.menu-item-has-children > a:hover + .arrow:before {
    background-image: url(images/chevron-right-blue.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.bodyContent h2:after {
    display: none;
}

/*Sidebar Menu Css End*/
.faq-question:after {
    color: #00489a;
    top: 15px;
}

.faq-question:hover:after {
    color: #ffffff;
}

.bodyContent .faq.open .faq-question:after {
    color: #ffffff;
}

.bodyContent h3.faq-question {
    background: #c0cede;
    line-height: 25px;
    font-size: 12px;
    color: #00489a;
    font-weight: 600;
    padding: 15px 55px 15px 32px;
    letter-spacing: 2px;
    /*border-radius: 30px;*/
    border: none;
    text-transform: uppercase;
    display: block;
    margin: 0px 0px 5px !important;
    font-family: "gill-sans-nova",sans-serif;
}

.bodyContent .faq.open .faq-question {
    color: #ffffff;
    background: #7191c2;
}

.bodyContent .faq.open {
    background: #ffffff;
    margin-bottom: 20px;
}

.bodyContent .faq-question:hover {
    color: #ffffff;
    background: #7191c2;
}

.bodyContent table {
    background: #f0f0f0;
    border: 1px solid #cfcfcf;
}

.bodyContent table td {
    border: 1px solid #cfcfcf;
    padding: 5px 10px;
}

.bodyContent table tr:nth-child(even) {
    background-color: #f8f8f8 !important;
}

.bodyContent table td h4 {
    margin: 0px;
}
@media (max-width:768px){
	.bodyContent > .col-lg-12 table td {
		display:block;
		width:100%!important;
		height:auto!important;
	}
	.bodyContent > .col-lg-12 table tr {
		width:100%!important;
		height:auto!important;
		display:block;
		border-bottom:solid 2px;
	}
}
.bodyContent .dynamic-documents .document, .sidebar .dynamic-documents .document {
    padding: 0px !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}

.dynamic-documents a.document-link {
    background: #c0cede;
    line-height: 25px;
    font-size: 12px;
    color: #00489a;
    font-weight: 600;
    padding: 15px 55px 15px 32px;
    letter-spacing: 2px;
    /*border-radius: 30px;*/
    border: none;
    text-transform: uppercase;
    display: block;
    margin: 0px !important;
}

.dynamic-documents a.document-link:hover {
    color: #ffffff;
    background: #7191c2;
}

.dynamic-documents a.document-link:focus {
    color: #ffffff;
    background: #7191c2;
}

.dynamic-documents a.document-link:after {
    display: none;
    top: 50%;
    right: 15px;
    font-size: 0px;
    background: url(images/download-arrow.png) center center no-repeat;
}

.dynamic-documents a.document-link:hover:after {
    display: none;
    background: url(images/download-hover.png) center center no-repeat;
}

/*.bodyContent .blockButton > a, .bodyContent a.readmore, .sidebar .blockButton > a, .sidebar a.readmore {
    line-height: 45px !important;
    max-width: 201px !important;
    text-align: center !important;
    padding: 0px 10px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    background: #00489a !important;
    width: 100% !important;
    display: inline-block !important;
    border: none !important;
    border-radius: 25px;
    text-transform: capitalize;
}

.bodyContent .blockButton > a:hover, .bodyContent a.readmore:hover, .sidebar .blockButton > a:hover, .sidebar a.readmore:hover  {
    color: #00489a !important;
    background: #c6debe !important;
}*/
.bodyContent .blockButton > a, .bodyContent a.readmore, .sidebar .blockButton > a, .sidebar a.readmore, .callout.hasbg .readmore {
    display: inline-block;
    background: #143f84;
    line-height: 23px;
    padding: 15px 45px 15px 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 204px;
    width: auto;
    max-width: inherit;
    border: none;
    position: relative;
    text-align: left;
}

.bodyContent .blockButton > a:before, .bodyContent a.readmore:before, .sidebar .blockButton > a:before, .sidebar a.readmore:before {
    content: "\f067";
    position: absolute;
    right: 25px;
    top: 50%;
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 12px;
    font-family: "Font Awesome 5 Free";
}

.bodyContent .blockButton > a:hover, .bodyContent a.readmore:hover, .sidebar .blockButton > a:hover, .sidebar a.readmore:hover {
    color: #00489a;
    background: #c0cede;
}

.bodyContent .blockButton > a:hover:before, .bodyContent a.readmore:hover:before, .sidebar .blockButton > a:hover:before, .sidebar a.readmore:hover:before {
    color: #00489a;
}

.sidebar .dynamic-poi .col-12 {
    padding: 0;
}

.bodyContent .callout {
    background: #c0cede;
}

.bodyContent .callout.hasbg .calloutContent {
    padding-bottom: 150px;
    padding-top: 150px;
}

.bodyContent .callout.hastext {
    padding-bottom: 100px;
    padding-top: 100px;
    color: #00489a;
}

.bodyContent .callout.hasbg.notext {
    padding-bottom: 0px;
    padding-top: 0px;
    background: #c0cede;
}

.bodyContent .callout h3 {
    margin-bottom: 20px;
    color: inherit;
    font-size: 38px;
}

.bodyContent .callout.hastext .calloutTitle h3 {
    font-size: 36px;
}

.bodyContent .callout.hastext .calloutText {
    max-width: 480px;
    margin: 0px auto 15px;
}

.sidebar .callout {
    background-color: #c0cede;
}

.sidebar .callout .calloutContent {
    padding-bottom: 100px;
    padding-top: 100px;
}

.sidebar .callout .calloutTitle {
    display: none;
}

.sidebar .callout .calloutTitle, .sidebar .callout .calloutText {
    display: block;
}

/*.sidebar .dynamic-poi .container {
    padding: 0px;
}*/
.sidebar .staffMember {
    padding: 0px 0px 20px;
}

.sidebar .standard-staff-image {
    padding: 0;
}

/*.sidebar .staffMember .col {
    padding: 0px;
}*/
.body-text {
    margin-left: 0px;
    margin-right: 0px;
}

.bodyContent .dynamic-text .body-text {
    margin-left: -15px;
    margin-right: -15px;
}

.bodyContent {
    color: #48545e;
}

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

.sidebar .staffMember .standard-staff-image {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.sidebar .standard-staff-metas {
    display: block;
    margin-bottom: 20px;
}

.sidebar .standard-staff-metas .staff-meta {
    display: block;
}

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

.staff-meta a.email-value:before {
    display: inline-block;
    background: #143f84;
    line-height: 23px;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.staff-meta a.email-value:hover:before {
    color: #00489a;
    background: #c0cede;
}

.sidebar .staffMember .standard-staff-name {
    padding: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #00489a;
    font-family: "Helvetica Neue LT W05 65 Medium";
}

.sidebar .staff-biog {
    display: none;
}

.bodyContent .dynamic-staff {
    margin-top: 0px;
    padding-top: 30px;
}

.bodyContent .staffMember {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.bodyContent .dynamic-staff .featured-staff-name {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #00489a;
    font-family: "Helvetica Neue LT W05 65 Medium";
}

.bodyContent .dynamic-staff .featured-staff-name a {
    font-size: 28px;
    color: #00489a;
    text-decoration: none;
}

.bodyContent .dynamic-staff .featured-staff-name a:hover {
    color: #00489a;
}

.bodyContent .dynamic-staff .featured-staff-metas .staff-meta:last-child .meta-value {
    display: block;
}

.bodyContent .dynamic-staff .featured-staff-metas .staff-meta:last-child .email-value:before {
    display: inline-block;
    background: #143f84;
    line-height: 23px;
    padding: 10px 20px 10px 20px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.bodyContent .dynamic-staff .featured-staff-metas .staff-meta:last-child .email-value:hover:before {
    color: #00489a;
    background: #c0cede;
}

.quicklink>a, a>.quicklink, a.quicklink {
    background: #c0cede;
    line-height: 25px;
    font-size: 12px;
    color: #00489a;
    font-weight: 600;
    padding: 15px 55px 15px 32px;
    letter-spacing: 2px;
    /*border-radius: 30px;*/
    border: none;
    text-transform: uppercase;
    display: block;
    margin: 0px 0 10px !important;
}

.quicklink>a:hover, a>.quicklink:hover, a.quicklink:hover {
    color: #ffffff;
    background: #7191c2;
}

.quicklink>a:focus, a>.quicklink:focus, a.quicklink:focus {
    color: #ffffff;
    background: #7191c2;
}

.linkbutton>a, a>.linkbutton, a.linkbutton {
    background: #7191c2;
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 55px 15px 32px;
    letter-spacing: 2px;
    /*border-radius: 30px;*/
    border: none;
    text-transform: uppercase;
    display: block;
    margin: 0px 0 10px !important;
}

.linkbutton>a:hover, a>.linkbutton:hover, a.linkbutton:hover {
    color: #00489a;
    background: #c0cede;
}

.linkbutton>a:focus, a>.linkbutton:focus, a.linkbutton:focus {
    color: #00489a;
    background: #c0cede;
}

body.single-post .postThumb {
    text-align: center;
	overflow:hidden;
	margin-bottom:20px;
}
body.single-post .postThumb img{
}
.breadcrumbs {
    text-transform: uppercase;
    padding: 18px 0px;
    font-size: 12px;
    color: rgba(0,72,154,0.7);
    margin-bottom: 40px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 2px;
}

.breadcrumbs i {
    color: rgba(0,72,154,0.7);
    font-style: normal;
}

.breadcrumbs span {
    color: rgba(0,72,154,0.7);
}

.breadcrumbs a span {
    color: rgba(0,72,154,0.7);
}

.breadcrumbs a:hover span {
    color: rgba(0,72,154,1);
}

.imageItemCaption {
    color: #00489a;
    font-size: 15px;
}

.bodyContent .pois .col {
    padding: 0;
    flex-basis: 50%;
}

.bodyContent blockquote {
    padding: 0px;
    background: transparent;
    color: #00489a;
    font-size: 31px;
    line-height: 35px;
    font-style: normal;
    margin-bottom: 30px !important;
}

.bodyContent blockquote:before {
    width: 32px;
    height: 25px;
    left: -70px;
    background-size: cover;
}

.bodyContent blockquote:after {
    width: 32px;
    height: 25px;
    right: -70px;
    background-size: cover;
}

/*.bodyContent .quoteContainer, .sidebar .quoteContainer {
    background: #00489a;
    color: #ffffff;
    text-align: left;
    padding: 70px 77px;
}
.sidebar .quoteContainer {
    padding: 50px 35px;
}
.bodyContent .quoteContainer blockquote.quote-text {
    background: #00489a;
    color: #ffffff;
    text-align: left;
    padding: 50px 0 0;
    font-family:"Helvetica Neue LT W05 66 Md It";
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
}
.sidebar .quoteContainer blockquote.quote-text {
    background: #00489a;
    color: #ffffff;
    text-align: left;
    padding: 50px 0 0;
    font-family:"Helvetica Neue LT W05 66 Md It";
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
}
.sidebar .quoteContainer .quote-cite, .bodyContent .quoteContainer .quote-cite {
    font-family:"Helvetica Neue LT W05 65 Medium";
    font-size: 18px;
    color: #ffffff;
    padding: 0 0 0 15px;
    position: relative;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}
.sidebar .quoteContainer .quote-cite:before, .bodyContent .quoteContainer .quote-cite:before {
    position: absolute;
    left: 0;
    top: 14px;
    height: 2px;
    width: 6px;
    content: "";
    font-size: 0;
    background: #c6debe;
}

.bodyContent .quoteContainer blockquote.quote-text:before, .sidebar .quoteContainer blockquote.quote-text:before {
    display: block;
    content: "";
    background: url(images/quote-sign.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    width: 100%;
}



.bodyContent .quoteContainer .cycle-pager, .sidebar .quoteContainer .cycle-pager {
    display: none;
}*/
.bodyContent .quoteContainer {
    padding: 70px;
    background: transparent;
}

.bodyContent .dynamic-quote .quotes-holder:before {
    margin-bottom: -50px;
}

.bodyContent .dynamic-poi .pois .poi:hover .poiText {
    /* padding: 40px; */
}

.bodyContent .poiImage .poiText, .sidebar .poiImage .poiText {
    bottom: 20%;
}

.bodyContent .col-lg-12 {
    padding: 0px;
}

.wp-caption-text.gallery-caption {
    display: none;
}

.section-title.heading-icon {
    margin: 85px auto 60px;
    max-width: 1080px;
    position: relative;
    padding-bottom: 30px;
}

.section-title.heading-icon h2 {
    margin-bottom: 0;
}

.section-title.heading-icon:after {
    content: "";
    font-size: 0;
    background: url(images/inner-draw-icon.jpg) bottom right no-repeat;
    width: 320px;
    position: absolute;
    right: 0;
    bottom: -19px;
    display: block;
    z-index: -1;
    height: 386px;
}

.section-title.heading-icon:before {
    content: "";
    font-size: 0;
    background: #00489a;
    height: 3px;
    border-top: 1px solid #9fbab5;
    border-bottom: 1px solid #9fbab5;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}

.section-title.heading-icon h2:after {
    display: none;
}

.footer-grid {
    display: grid;
    grid-template-columns: 33% 34% 33%;
}

.footer-grid .callout {
    display: grid;
    grid-template-columns: 50% 50%;
}

/*.footerInner .footer-logos {    
    display: grid;
    grid-gap: 4%;
    grid-template-columns: 17% 16% 17% 17% 17%;
}*/
.footerInner .footer-logos img {
    margin: 0px auto !important;
}

.footerInner h2 {
    font-family: "gill-sans-nova",sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.footerInner .col-lg-4 p {
    font-family: "gill-sans-nova",sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 0;
}

.footerInner .phone {
    font-family: "gill-sans-nova",sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.footerInner .email {
    margin-bottom: 30px;
    margin-top: 0;
}

.footerInner .email a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

.footerInner .email a:hover {
    color: rgba(255,255,255,0.4);
}

.footerInner .sociallinks {
    margin-bottom: 30px;
}

.footerInner .sociallinks a {
    font-size: 20px;
    margin-right: 10px;
    color: #ffffff;
}

.footerInner .sociallinks a:hover {
    color: rgba(255,255,255,0.4);
}

.footerInner .button {
    margin-bottom: 30px;
}

.footerInner .button a {
    display: inline-block;
    background: #143f84;
    line-height: 23px;
    padding: 15px 30px 15px 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 204px;
    position: relative;
    text-align: left;
}

.footerInner .button a:before {
    content: "\f067";
    position: absolute;
    right: 25px;
    top: 50%;
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 12px;
    font-family: "Font Awesome 5 Free";
}

.footerInner .button a:hover {
    color: #00489a;
    background: #c0cede;
}

.footerInner .button a:hover:before {
    color: #00489a;
}

@media only screen and (min-width : 768px) {
    .mainLogo-mobile {
        display: none;
    }

    .mainLogo {
        display: block;
		max-width:172px;
    }
	
}

@media only screen and (max-width : 767.99px) {
    .mainLogo-mobile {
        display: block;
    }

    .mainLogo {
        display: none;
    }
	.headerIcon {
		width:150px;
	}
    .welcomeImage {
        display: none;
    }

    .dynamic-textblocks .container {
        background-position: left top;
        padding: 60px 0 40px;
        background-size: cover;
    }

    .dynamic-textblocks .container .col-lg-7 {
        padding: 0;
    }

    blockquote:after {
        width: 32px;
        height: 25px;
        background-size: cover;
        right: -45px;
    }

    blockquote:before {
        width: 32px;
        height: 25px;
        background-size: cover;
        left: -45px;
    }

    .homeDynamic.dynamic-quote {
        padding: 40px 0;
    }

    .homeDynamic.dynamic-quote .quoteContainer {
        padding: 70px 55px 0;
    }

    blockquote {
        font-size: 24px;
        line-height: 32px;
    }

    footer .footer-logos a {
        margin: 0px 15px 0px;
        display: inline-block;
    }

    footer .footer-logos .owl-dots {
        padding-top: 0px;
    }

    .footer-logos img {
        margin: 0px;
    }

    .footerLower p, .footerLower ul {
        margin: 5px 0px;
    }

    .events_section .owl-dots {
        position: relative;
    }

    .events_section .owl-dots:before {
        content: "";
        font-size: 0px;
        height: 1px;
        width: 80%;
        background: #c5ccd3;
        display: block;
        position: absolute;
        top: 34px;
        left: 10%;
        margin-top: -1px;
        z-index: -1;
    }

    .events_section .owl-dots .owl-dot span {
        font-size: 0px;
        width: 18px;
        height: 18px;
        border: 1px solid #c5ccd3;
        content: "";
        display: inline-block;
        background: #ffffff;
        margin: 0px 8px;
        border-radius: 19px;
        content: "";
    }

    .events_section .owl-dots .owl-dot span:hover, .events_section .owl-dots .owl-dot span.cycle-pager-active {
        background: #cbd1d7;
    }

    .homeBanner {
        margin-bottom: 0px;
    }

    .welcomeBlockText {
        background: #f3f4f5;
        padding: 50px 30px 20px 30px;
        text-align: center;
    }

    .welcomeBlockText h1 span {
        display: inline;
    }

    h1 {
        font-size: 30px;
        line-height: 34px;		
		font-size: 24px;
		line-height: 32px;
        margin-bottom: 25px;
		margin-top:30px;
    }
	.bodyContent h2{
		line-height: 30px;
		font-size: 25px;		
	}
    body {
        line-height: 30px;
        font-size: 18px;
    }
	.sidebar {
		padding-top:40px;
		padding-left:0;
	}
	.side-menu-container {
		padding-top:60px;
	}
    .dynamic-videolinks .video-box {
        margin-top: 0px;
        padding: 0;
    }

    .dynamic-videolinks .links-box .text_links {
        margin: 0px auto;
    }

    .dynamic-videolinks .links-box {
        padding-top: 40px;
        padding-left: 15px;
    }

    .dynamic-videolinks .links-box .text_links a:hover:after {
        display: none;
    }

    .dynamic-videolinks {
        padding-bottom: 10px;
    }

    .blue-box-ace {
        margin-bottom: 20px;
    }

    .dynamic-textblocks .container {
        background-position: -200px top;
        padding: 50px 0 0px;
    }

    .homeDynamic.dynamic-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .icon-animation div {
        padding: 0px 25%;
    }

    .icon-animation p br {
        display: none;
    }

    .icon-animation p {
        padding: 0px 40px;
    }

    .dynamic-poi .pois .poi .poiTitle {
        font-size: 22px;
    }

    .homeDynamic.dynamic-poi .pois .poi .poiEx {
        padding: 0px 10px;
    }

    .homeDynamic.dynamic-poi .pois .poi .poiEx p {
        font-size: 16px;
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .homeDynamic.dynamic-poi .pois .poi:hover .poiTitle {
        margin-bottom: 10px;
    }

    .homeDynamic.dynamic-poi .pois .poi .poi-btn-container a {
        letter-spacing: 1px;
        padding: 10px 15px;
    }

    .all_news_buttons a {
        margin: 0px 15px 15px;
    }

    .dynamic-newsevents .ab_event_section .newsTitle {
        padding: 0px 20px;
    }

    #hero .slideText, #hero .slideText .slideTop{
        font-size: 30px;
        line-height: 40px;
        bottom: 0px;
    }

    #hero .slideText span {
        font-size: 20px;
        line-height: 24px;
        padding: 0px 60px;
    }

    body.home .headGroup {
       position: fixed;
	   background:#fff;
	   top:0;
    }

    .top_links, .socials, .searchToggle {
        display: none !important;
    }

    .home .headGroup .socials {
        display: none !important;
    }

    .headerLeft {
        padding-top: 0;
    }

    .headerRight {
        padding-top: 10px;
    }

    .news-next {
        z-index: 9;
        width: 36px;
        padding-right: 5px;
        height: 62px;
        line-height: 62px;
    }

    .news-prev {
        z-index: 9;
        width: 36px;
        padding-left: 5px;
        height: 62px;
        line-height: 62px;
    }

    .google_map {
        padding-left: 0px;
        padding-right: 0px;
    }

    .map-img-bg {
        height: 420px;
        background-position: 68% center;
        position: relative;
        top: auto;
        left: auto;
    }

    .map_content {
        text-align: center;
    }

    .dynamic-poi .pois .poi:hover {
        transform: none;
    }

    .dynamic-poi .pois .poi:hover .poiImage .poiImageBG {
        opacity: 1 !important;
    }

    .poi:hover .poiImage .poiText {
        bottom: 15%;
    }

    .dynamic-poi .pois .poi:hover .poiTitle {
        margin-bottom: 0px !important;
    }

    footer {
        padding: 40px 15px 10px;
    }

    .footer-logos .container, .footer-logos {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width : 480px) {
    .map_content {
        padding: 40px 30px 40px;
        font-size: 16px;
        line-height: 28px;
    }

    .headerLeft {
       
    }
	
    .headerRight {
        text-align: right;
    }

    .google_map {
        padding: 00px 0px 0;
    }

    footer {
        padding: 40px 15px 10px;
    }

    .map_content h2 {
        line-height: 30px;
        font-size: 20px;
    }

    .footerLower .col-sm-4 {
        padding: 0px;
    }

    .event .date {
        width: 45%;
    }

    .event .readmore-hol {
        width: 55%;
        padding: 0px 15px;
    }

    .all_news_buttons {
        margin-bottom: 10px;
    }

    .owl-dots {
        padding-top: 20px;
    }

    .dynamic-newsevents .events_section .container {
        padding: 70px 0 50px;
    }

    .video-box iframe {
        /*height: 340px !important;*/
    }
}

.numberValue {
    display : inline-block;
}

#footertextblock {
    background: url(images/cruce-salus-mini.jpg) center center no-repeat;
    height: 520px;
    background-size: cover;
}

#footertextblock .blue-box-ace {
    padding: 36% 15% 15%;
    margin: 0px;
}

#footerquotes {
    background: #ebebeb;
    height: 520px;
    overflow: hidden;
}

#footerquotes blockquote.quote-text {
    padding: 25% 15% 0;
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 30px !important;
}

#footerquotes .quote-cite {
    line-height: 24px;
    text-align: center;
}

#footerquotes .quote-cite:before {
    width: 70%;
    margin: 0px auto;
    height: 1px;
    background: #c5ccd3;
    margin-bottom: 15px;
    content: "";
    font-size: 0;
    display: block;
}

#footerquotes .cycle-slide:before {
    content: "";
    font-size: 0px;
    display: block;
    width: 45px;
    height: 55px;
    background: url(images/icon.png) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -21px;
}

#footerquotes blockquote:before {
    width: 32px;
    height: 25px;
    left: 20px;
    background-size: cover;
    top: 30%;
}

#footerquotes blockquote:after {
    width: 32px;
    height: 25px;
    right: 20px;
    background-size: cover;
}

.footer-grid {
    margin-bottom: 60px;
}

.footer-grid .poi {
    position: relative;
    height: 520px;
    overflow: hidden;
    margin: 0;
}

.footer-grid .poi a {
    margin: 0px auto;
}

.footer-grid .poi_img {
    height: 100%;
}

.footer-grid img {
    visibility: hidden;
}

.footer-grid .poi-img {
    height: 100%;
    background-size: cover;
}

.footer-grid .poi_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(20,70,145,0.9);
    left: 0px;
    top: 0;
    display: flex;
    align-items: center;
}

.footer-grid .poi_text a {
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 38px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 300;
    font-family: "gill-sans-nova",sans-serif;
}

.footer-grid .poi_text a img {
    visibility: visible;
    margin: 0px auto;
    display: block;
}

.footer-grid .poi_text a:hover {
    opacity: 0.7;
}

.footer-grid .callout {
    height: 260px;
}

.footer-grid .callout div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-grid .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-grid .callout_text {
    display: flex;
    align-items: center;
}

.footer-grid .callout_text a {
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 38px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 300;
}

.footer-grid .callout_text a:hover {
    opacity: 0.7;
}

.footer-grid .callout_text img {
    visibility: visible;
    display: block;
    margin: 0px auto;
}

.footer-grid .callout {
    background: #7191c2;
}

.footer-grid .left_section .callout {
    background: #f1f2f2;
}

.footer-grid .left_section .callout_text a {
    color: #00489a;
}

#footertextblock .blue-box-ace {
    padding : 0;
    top : auto !important;
    margin : 0 auto;
    bottom : auto;
     width : 100%;
}

.searchform input.s {
    border: none;
}

.body-text blockquote:before {
    left: 0;
    top: 30px;
}

.bodyContent .body-text blockquote {
    padding: 50px;
}

.body-text blockquote:after {
    right: 0;
    bottom: 30px;
}

.body-text blockquote em {
    font-style: normal !important;
}


@media only screen and (max-width : 991px) {
    .bodyContent .pois .col {
        flex-basis: 100%;
    }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .footer-grid {
        display: block;
    }

    .welcomeImage {
        display: none;
    }

    .top_links ul li {
        padding-right: 15px;
    }

    .menu-main-container {
    }

    .headerRight .menu-toggle {
    }

    #menu-main-top li a {
        letter-spacing: 0;
        font-size: 13px;
    }

    #menu-main-top li {
        padding: 0px 5px;
    }

    .dynamic-videolinks .links-box {
        padding-top: 40px;
        padding-left: 9%;
    }

    .video-links .col-lg-5 {
        display: none;
    }

    .video-links .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .icon-animation {
        text-align: center;
        padding: 0px 5px;
    }

    .icon-animation div {
        padding: 0px 0px;
    }

    .dynamic-poi .pois .poi .poiTitle {
        font-size: 24px;
    }

    .events_section .owl-dots {
        position: relative;
    }

    .events_section .owl-dots:before {
        content: "";
        font-size: 0px;
        height: 1px;
        width: 80%;
        background: #c5ccd3;
        display: block;
        position: absolute;
        top: 34px;
        left: 10%;
        margin-top: -1px;
        z-index: -1;
    }

    .events_section .owl-dots .owl-dot span {
        font-size: 0px;
        width: 18px;
        height: 18px;
        border: 1px solid #c5ccd3;
        content: "";
        display: inline-block;
        background: #ffffff;
        margin: 0px 8px;
        border-radius: 19px;
        content: "";
    }

    .events_section .owl-dots .owl-dot span:hover, .events_section .owl-dots .owl-dot span.cycle-pager-active {
        background: #cbd1d7;
    }

    .home .headGroup {
        top: 0px;
    }

    .homeDynamic.dynamic-poi .pois .poi .poiEx {
        padding: 0px;
    }

    .pai_prev, .ai_prev {
        position: absolute;
        left: 0;
        text-align: left;
        padding-left: 6px;
        border-radius: 0px 46px 46px 0;
        top: 50%;
        width: 36px;
        height: 72px;
        color: #ffffff;
        font-size: 24px;
        line-height: 72px;
        background: #e5e5e5;
        margin-top: -36px;
        z-index: 9;
    }

    .pai_next, .ai_next {
        position: absolute;
        right: 0;
        top: 50%;
        width: 36px;
        padding-right: 6px;
        height: 72px;
        text-align: right;
        color: #ffffff;
        font-size: 24px;
        line-height: 72px;
        background: #e5e5e5;
        border-radius: 46px 0px 0px 46px;
        margin-top: -36px;
        z-index: 9;
    }

    .pai_prev:hover, .ai_prev:hover {
        background: rgba(0,72,154,1);
    }

    .pai_next:hover, .ai_next:hover {
        background: rgba(0,72,154,1);
    }

    .dynamic-animicons .animated_icons {
        position: relative;
    }
}

@media only screen and (max-width : 767px) {
    .footer-grid {
        display: block;
    }

    .footer-grid .left_section {
        display: block !important;
    }

    .footerInner .footer-logos {
        display: block;
    }

    .headerRight {
        text-align: right;
    }

    .homeBanner {
        /* max-height: 75vh; */
        /* min-height: 75vh; */
    }

    .mobile_wb {
        width: 100%;
        max-width: 100%;
    }

    .pai_prev, .ai_prev {
        position: absolute;
        left: 0;
        text-align: left;
        padding-left: 6px;
        border-radius: 0px 46px 46px 0;
        top: 50%;
        width: 36px;
        height: 72px;
        color: #ffffff;
        font-size: 24px;
        line-height: 72px;
        background: #e5e5e5;
        margin-top: -36px;
        z-index: 9;
    }

    .pai_next, .ai_next {
        position: absolute;
        right: 0;
        top: 50%;
        width: 36px;
        padding-right: 6px;
        height: 72px;
        text-align: right;
        color: #ffffff;
        font-size: 24px;
        line-height: 72px;
        background: #e5e5e5;
        border-radius: 46px 0px 0px 46px;
        margin-top: -36px;
        z-index: 9;
    }

    .pai_prev:hover, .ai_prev:hover {
        background: rgba(0,72,154,1);
    }

    .pai_next:hover, .ai_next:hover {
        background: rgba(0,72,154,1);
    }

    .dynamic-animicons .animated_icons {
        position: relative;
    }
	.dynamic-textblocks {
		margin-bottom:30px;
	}
	.homeDynamic.dynamic-text {
		padding-top:30px;
	}
    footer .owl-prev {
        position: absolute;
        left: -15px !important;
        text-align: left;
        padding-left: 3px;
        border-radius: 0px 46px 46px 0;
        top: 50% !important;
        width: 24px;
        height: 48px;
        color: #ffffff;
        font-size: 20px;
        line-height: 48px;
        background: #e5e5e5;
        margin-top: -36px;
        z-index: 9;
    }

    footer .owl-next {
        position: absolute;
        right: -15px !important;
        top: 50% !important;
        width: 24px;
        padding-right: 3px;
        height: 48px;
        text-align: right;
        color: #ffffff;
        font-size: 20px;
        line-height: 48px;
        background: #e5e5e5;
        border-radius: 46px 0px 0px 46px;
        margin-top: -36px;
        z-index: 9;
    }

    footer .owl-prev:hover {
        background: rgba(0,72,154,1);
    }

    footer .owl-next:hover {
        background: rgba(0,72,154,1);
    }

    footer .container {
        padding: 0px !important;
    }
}

@media only screen and (max-width : 480px) {
    .dynamic-poi .row {
        display: block;
    }

    .footer-grid .callout {
        display: block;
        overflow: visible;
        height: 100%;
    }

    .footer-grid .callout div {
        height: 260px;
    }

    #footerquotes blockquote.quote-text {
        padding: 120px 15% 0;
        font-size: 27px;
    }

    .dynamic-staff .row {
        display: block;
    }

    .dynamic-staff .featured-staff-image, .dynamic-staff .standard-staff-image {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.tb-cycle-pager span {
    font-size: 0px;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 9px;
    content: "";
    display: inline-block;
    margin: 0px 3px;
}

.tb-cycle-pager span.cycle-pager-active {
    background: #cbd1d7;
}

.welcomeImage {
    -webkit-box-shadow: 10px 10px 8px 0px rgba(142, 142, 142, 0.5);
    -moz-box-shadow: 10px 10px 8px 0px rgba(142, 142, 142, 0.5);
    box-shadow: 10px 10px 8px 0px rgba(142, 142, 142, 0.5);
}

.video-box iframe,
.video-box .embed-container {
    -webkit-box-shadow: 10px 10px 8px 0px rgba(142, 142, 142, 0.5);
    -moz-box-shadow: 10px 10px 8px 0px rgba(142, 142, 142, 0.5);
    box-shadow: 10px 10px 8px 0px rgba(142, 142, 142, 0.5);
}

.footerlogohome.owl-carousel .owl-item img {
    width : auto !important;
}

.gallery-item img {
    transition: all 0.3s;
}

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

.gallery-item .wpmf-gallery-icon {
    overflow: hidden;
}

.deskOnly{display:block;}
.mobOnly{display:none;}

@media only screen and (max-width : 767.99px) {
    .headGroup {
        padding-bottom: 15px;
        background: #ffffff;
		position:fixed;
		height:115px;
    }
	header.mainHeader {
		height:115px;
	}
	.deskOnly{display:none;}
	.mobOnly{display:block;}
}

/*Calendar*/
.fc-unthemed .fc-content {
	color:#fff;
}
.bodyContent .fc table {
    background: #fff;
    margin-bottom: 0;
}
.bodyContent .fc table td {
    border-width: 0px;	
}
.bodyContent .fc .fc-month-view table td {
    padding: 0;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

/* virtual tour iframe */
.ku-embed {
    width: 100%;
    max-width: 100%;
    height: 300px;
}

@media(min-width: 600px) {
    .ku-embed {
        height: 500px;
    }
}

@media(min-width: 900px) {
    .ku-embed {
        height: 800px;
    }
}
/* HOLY CROSS */
