@charset "utf-8";


:root {

    --font-univers-next-pro: "univers-next-pro", sans-serif;
    --font-univers-next-pro-compressed: "univers-next-pro-compressed", sans-serif;
    --font-univers-next-pro-condensed: "univers-next-pro-condensed", sans-serif;

    --font-weight-hairline: 100;
    --font-weight-thin: 200;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 600;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
}


/*
Knox Grammar School Css
2019-css
*/


html {
    font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-univers-next-pro-condensed);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 1rem;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    font-weight: var(--font-weight-light);
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

p {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 1rem;
    line-height: 1.35em;
}

p.lead {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.4;
}

p.small {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 1em;
    color: #AAAAAA;
    line-height: 1.3em;
}

strong,
b {
    font-weight: var(--font-weight-bold);
    font-family: var(--font-univers-next-pro-condensed);
}

h1 {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 32px;
    color: #003e7e;
    text-transform: uppercase;
    line-height: 1.3em;
}

h2 {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 2.25rem;
    color: #007dc3;
    text-transform: uppercase;
    line-height: 1.3em;
}

h3 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 1.25rem;
    color: #003e7e;
    text-transform: uppercase;
    line-height: 1.3em;
}

h4,
h5 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 20px;
    color: #003e7e;
    text-transform: uppercase;
    line-height: 1.3em;
}

h6 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 20px;
    color: #003e7e;
    text-transform: uppercase;
    line-height: 1.3em;
}

.years h5 {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 32px;
    color: #BFC0C2;
    border-top: 2px solid #BFC0C2;
    text-transform: uppercase;
    line-height: 1.3em;
}

.years .year-dates {
    display: inline-block;
    position: relative;
}

.years .year-dates h5 {
    border: none;
}

.years .year-dates:before {
    position: relative;
    content: "";
    display: block;
    height: 2px;
    width: 40%;
    top: 8px;
    background: #BFC0C2;
}

.block-LightQuoteBlock H3 {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 1.5em;
    color: #003663;
    line-height: 1.3em;
}

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

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

.padding-10 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.padding-20 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-30 {
    padding-top: 15px;
    padding-bottom: 15px;
}

::-moz-selection {
    background-color: #003e7e;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #003e7e;
    color: #fff;
    text-shadow: none;
}

.section-title {
    position: relative;
    margin-top: 30px
}

.container {
    background-color: #fff;
    padding-left: 32px;
    padding-right: 32px;
}

.latest-news-wrap .container {
    background: none;
}

.header .container {
    background: none;
    padding-left: 15px;
    padding-right: 15px;
}

object {
    pointer-events: none;
}

.wrapper {
    overflow: hidden;
    position: relative;
}

img {
    max-width: 100%;
    object-fit: cover;
}

.navy {
    color: #003e7e;
}

.dot-line {
    font-size: 9px;
    line-height: 9px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(/static/images/blue-dot.png) repeat-x left 50%;
    background-clip: content-box;
    height: 9px;
    position: relative;
}

.dot-line em {
    /*background-color:#FFF;*/
    position: absolute;
}

.left-dot-line {
    text-align: left;
}

.left-dot-line em {
    padding-right: 5px;
}

.right-dot-line {
    text-align: right;
}

.right-dot-line em {
    padding-left: 5px;
}

hgroup .dot-line {
    position: absolute;
    width: 280px;
    top: 35%;
}

hgroup .left-dot-line {
    left: 0;
    text-align: left;
}

hgroup .right-dot-line {
    right: 0;
    text-align: right;
}

.left-dot-line em:last-child,
.right-dot-line em:first-child {
    display: none;
}

.homepage .header .left-dot-line em:last-child,
.homepage .header .right-dot-line em:first-child {
    display: inline-block;
}

.white {
    background-image: url(/static/images/white-dot.png) !important;
}

.white em {
    /*background-color: #003e7e;*/
    color: #FFF;
}

.dot-line em:first-child {
    padding-right: 5px;
    left: 0
}

.homepage .header .dot-line em:first-child {
    padding-right: 0;
}

.image-caption p.photo-grapher-name {
    color: #aaa;
    line-height: normal;
}

.dot-line em+em {
    padding: 0 0 0 5px;
    right: 0;
}

blockquote {
    background-color: #efefef;
    padding: 15px 20px;
    margin-bottom: 1em;
}

.internal-wrapper h2 {
    margin: 0;
}

.block-two_columns h3 {
    margin-top: 0;
}

.block-two_columns *+h3 {
    margin-top: 20px;
}

.block-two_columns ul,
ul.bullet-list {
    margin-bottom: 1em;
    padding-left: 0;
}

ul.bullet-list li,
.block-two_columns ul li {
    position: relative;
    padding-left: 1.4em;
    margin-bottom: 2px;
    list-style: none;
}

ul.bullet-list li:before,
.block-two_columns ul li:before {
    content: '\2022';
    color: #007dc3;
    position: absolute;
    left: 1%;
    top: 0;
}

ul.file-list {
    margin-bottom: 1em;
    padding-left: 0px;
}

ul.file-list li {
    background-color: #e9e9e9;
    margin: 5px 0;
    padding: 6px 10px;
}

ul.docname-width.file-list li {
    display: inline-block;
}

ul.file-list li .size {
    color: #999;
    font-size: 0.8em;
}

iframe {
    max-width: 100%;
}


/* -------------------------------------------------- */


/*	Forms
        /* -------------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    border: none;
    vertical-align: baseline;
    font-size: 100%;
}

button {
    display: inline-block;
    outline: none;
    background-color: transparent;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
}

label {
    display: inline-block;
    cursor: pointer;
}

input,
textarea,
select
/*button*/

    {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
    display: inline-block;
    padding: 10px;
    width: 100%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-color: rgba(0, 0, 0, .135);
    background-color: transparent;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.parallax input[type="text"],
.parallax input[type="password"],
.parallax input[type="datetime"],
.parallax input[type="datetime-local"],
.parallax input[type="date"],
.parallax input[type="month"],
.parallax input[type="time"],
.parallax input[type="week"],
.parallax input[type="number"],
.parallax input[type="email"],
.parallax input[type="url"],
.parallax input[type="search"],
.parallax input[type="tel"],
.parallax input[type="color"],
.parallax textarea,
.parallax select {
    border-color: #bbb;
    border-color: rgba(207, 207, 207, .33);
    color: #bbb;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border-color: #003e7e;
}

.parallax input[type="text"]:focus,
.parallax input[type="password"]:focus,
.parallax input[type="datetime"]:focus,
.parallax input[type="datetime-local"]:focus,
.parallax input[type="date"]:focus,
.parallax input[type="month"]:focus,
.parallax input[type="time"]:focus,
.parallax input[type="week"]:focus,
.parallax input[type="number"]:focus,
.parallax input[type="email"]:focus,
.parallax input[type="url"]:focus,
.parallax input[type="search"]:focus,
.parallax input[type="tel"]:focus,
.parallax input[type="color"]:focus,
.parallax textarea:focus,
.parallax select:focus {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 194, 169, .7);
    box-shadow: 0 0 10px 1px rgba(0, 194, 169, .7);
}

textarea {
    resize: both;
    min-height: 180px;
    min-width: 100%;
    max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

.wrong-data {
    border-color: #fe5214;
}


/* Fix for Mobile Safari */

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

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

Chrome,
Safari input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

Firefox input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

.loader,
.white-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 2em;
}

.white-overlay {
    z-index: 5999;
}

.header {
    position: absolute;
    z-index: 15;
    left: 0;
    right: 0;
    margin: auto;
}

.header .country {
    top: -1.5rem;
    position: absolute;
    padding: 3px 40px 3px 10px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 13px;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    right: 0;
    width: 10rem;
}

.country img {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 27px;
    max-width: 27px;
}

.media img {
    max-width: inherit;
}

.homepage-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.homepage-slider .owl-wrapper-outer {
    overflow: hidden;
}

.homepage-slider .owl-controls {
    position: absolute;
    bottom: 0;
    padding: 2rem 0;
    text-align: center;
    left: 0;
    right: 0;
}

.homepage-slider .owl-controls .owl-page {
    display: inline-block;
    height: .5rem;
    width: .5rem;
    position: relative;
    background: #BCE0FD;
    border-radius: 50%;
    margin: 0 5px;
}

.homepage-slider .owl-controls .owl-page.active {
    background: #007DC3;
}

.homepage-slider .video-player-container {
    overflow: hidden;
}

.homepage-slider .video-player-container h1 {
    font-size: 2.5rem;
}

.homepage-slider .video-player-container .banner-cap button {
    height: 3rem;
    width: 3rem;
}

.homepage-slider .video-player-container .banner-cap button object {
    pointer-events: none;
}

.homepage-slider .html5-background-video .banner-cap button {
    height: 3rem;
    width: 3rem;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.homepage-slider .html5-background-video .banner-cap button object {
    pointer-events: none;
}

.homepage-slider .poster-image img {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
}

.homepage-slider h1 {
    color: #fff;
}

.logo-wrap .logo {
    margin-top: -15%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
}

.internal-wrapper .logo-wrap .logo {
    margin-top: -7%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0 8%;
}

.header .col.menu-block ul {
    list-style: none;
    padding: 0;
}

.header .col.menu-block ul li a {
    color: #003E7E;
}

.header .col.menu-block h4 {
    color: #007DC3;
}

.poster-image {
    margin: auto;
    width: 100%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.fullwidth-section {
    padding: 2rem 0;
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 20;
}

.quicklinks-block {
    padding: 3rem 3rem 0rem;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.quicklinks-block-wrap {
    background: #fafafa;
    padding: 4rem 0 2rem;
}

.quicklinks-block h2 {
    color: #003E7E;
    display: inline-block;
    top: -2.5rem;
    position: absolute;
    text-transform: uppercase;
    margin-bottom: 0rem;
    left: 0;
    right: 0;
}

.quicklinks-block h2 span {
    padding: 15px 2rem 0;
}

.quicklinks-block ul {
    padding: 0;
    display: flex;
}

.quicklinks-block ul li {
    list-style: none;
    display: inline-block;
    width: 13%;
    padding: 1%;
    display: flex;
    align-items: flex-start;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    line-height: 1.25rem;
}

.quicklinks-block ul li a {
    color: #007DC3;
    text-transform: uppercase;
}

.hero #navbar-collapse-1 {
    float: right;
}

.navigation.desktop-menu .col-md-9 {
    width: 80%;
    /* background: #003E7E; */
}

.navigation.desktop-menu .col-md-3 {
    width: 20%;
}

.page-header {
    text-align: center;
    border: none;
}

.page-header .container {
    position: relative;
}

.page-header .container .text-right a {
    position: absolute;
    top: 2rem;
    right: 0;
    display: inline-block;
    color: #007DC3;
    text-transform: uppercase;
}

.page-header .dot-line.grey {
    display: inline-block;
    width: 10rem;
    float: none;
    margin: 10px 0;
    position: relative;
    height: 1px;
}

.page-header h2 {
    display: inline-block;
    padding: 1rem;
    background: #fff;
    margin: 0;
    color: #003E7E;
}

.block-image {
    position: relative;
}

.block-image .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.block-image .overlay h4 {
    display: inline-block;
    padding: 1rem 3rem 1rem 1.5rem;
    background: #fff;
    color: #007DC3;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 1.15rem;
}

.block-image .overlay h4:after {
    position: absolute;
    font-family: Font Awesome\ 5 Pro;
    display: block;
    content: "\f105";
    top: 0;
    right: 1rem;
    color: #999B9E;
    transition: all ease 1s;
    bottom: 0;
    height: 1rem;
    margin: auto;
}

.block-image:hover .overlay h4:after {
    right: 1.5rem;
}

.welcome-blocks .block-image .overlay h4 span {
    font-family: var(--font-univers-next-pro-condensed);
    font-size: .75em;
    color: #164e89;
    display: block;
    font-weight: var(--font-weight-light);
}

.subfooter {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 2rem;
    background: #fff;
    position: relative;
    z-index: 20;
}

.masonary-gallery-wrap {
    margin-left: 1%;
    width: 88%;
    overflow-x: auto;
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
    width: 195%;
}

.gallery-grid .image-block img {
    width: 100%;
}

.span-col-2 {
    grid-column: span 2 / auto;
}

.span-row-2 {
    grid-row: span 2 / auto;
}

.video-playing .video-player-container {
    background: #000;
}

.video-player-container .container {
    position: relative;
}

.video-player-container .btn-video-close,
.html5-background-video .btn-video-close {
    position: absolute;
    float: right;
    padding: 0.5rem 2rem;
    color: #fff;
    font-size: 2.5rem;
    text-shadow: 0 0 5px #000;
    top: 0;
    right: 0;
}


/* 
Full screen background image
*/

.hero {
    width: 100%;
    height: 100%;
    position: relative;
}


/*
Blueish tint overlay
*/

.hero:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


/* 
Making sure everything in .hero sits above our :after elements 
*/

.hero * {
    position: relative;
    z-index: 1;
}

#masthead {
    position: relative;
    margin-top: 2.25rem;
}


/*
Using this method because browsers can transition opacity very cheaply as opposed to using background: rgba
https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
*/

#masthead:after {}

#masthead.is-active:after {
    opacity: 1;
}

.btn.focus,
.btn:focus,
.btn:hover,
a:focus {
    outline: none;
}

.hamburger,
.hamburger:focus,
.hamburger:hover {
    float: left;
    padding: 12px 20px;
    -webkit-appearance: none;
    z-index: 1;
    background: none;
    color: #fff;
    outline: none;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

.hamburger-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    float: left;
}

.hamburger-inner {
    display: block;
    top: 5px;
    text-shadow: 0 0 10px rgb(0, 0, 0);
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 15px;
    height: .1rem;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

#masthead.is-active .hamburger-inner,
#masthead.is-active .hamburger-inner::before,
#masthead.is-active .hamburger-inner::after {
    background-color: #4a6ad3;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -4px;
}

.hamburger-inner::after {
    bottom: -4px;
    width: 10px;
}

.hamburger.is-active .hamburger-inner::after {
    width: 15px;
}


/*
 * Boring
 */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hamburger-label {
    display: inline-block;
    margin-left: 1.25rem;
    text-transform: uppercase;
}

.country-block {
    position: absolute;
    right: 0;
    top: 1.75rem;
}

#masthead.is-active .hamburger-inner,
#masthead.is-active .hamburger-inner::before,
#masthead.is-active .hamburger-inner::after {
    background: #fff;
    outline: none;
}

#site-nav {
    clear: both;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow: visible;
}

#site-nav .navigation {
    float: left;
    width: 100%;
}

#site-nav .navigation>div {
    padding: 0;
    /*.5rem 0 0;*/
}


/*#site-nav .navigation > div.quicklink-block{padding:1.8rem 1rem 1.25rem 2.5rem;}*/

#site-nav .navigation>div.quicklink-block .block-header {
    padding: 1.2rem 1rem 1.2rem 2.5rem;
}

#site-nav .navigation>div.quicklink-block .block-content ul {
    padding: 1.8rem 1rem 1.4rem 2.5rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+11,000000+11&0.2+0,0+10 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 11%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 11%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 11%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

#site-nav .navigation>div.quicklink-block ul li {
    font-size: .889rem;
}

#site-nav .quicklink-block ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0rem;
    display: none;
}

#site-nav .quicklink-block h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: .889rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    cursor: pointer;
    margin: 0;
}

#site-nav .quicklink-block li a {
    display: block;
    padding: 5px 0;
    color:
        /*#007DC3*/
        rgba(255, 255, 255, 1);
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

#site-nav .image-wrap {
    position: relative;
}

#site-nav .image-wrap img {
    width: 100%;
}

#site-nav .image-wrap a .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#site-nav .image-wrap a {
    display: flex;
    flex-direction: column;
}

#site-nav .image-wrap a h4 {
    background: #003E7E;
    padding: 1rem 1.5rem 1rem 1rem;
    margin: 0;
    font-size: .889rem;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
}

#site-nav .image-wrap a h4 em {
    position: absolute;
    right: 2rem;
    color: #fff;
    font-size: .55rem;
    top:
        /*.75rem*/
        1.2rem;
    transition: all ease-out .5s;
}

#site-nav .image-wrap:hover a h4 em {
    right: 1rem;
}

#site-nav .container {
    padding: 2rem 15px;
}

#site-nav .main-navigation {
    background: url(/static/images/pattern-bg.jpg);
    background-size: 120px;
    background-position: top right;
    top: 0;
    padding-top: 0;
}

#site-nav .main-navigation .nav-tabs {
    display: table;
    width: 100%;
    border: none;
    margin-bottom: 0;
}

#site-nav .main-navigation .nav-tabs li a.chrest {
    padding: .35rem .5rem 0;
}

#site-nav .main-navigation .nav-tabs li a.chrest img {
    max-width: 40px;
}

#site-nav .main-navigation .nav-tabs li {
    display: table-cell;
    float: none;
    text-transform: uppercase;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    vertical-align: bottom;
}

#site-nav .main-navigation .nav-tabs li a {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 0.75rem;
    border: none;
    margin: 0;
    text-align: center;
    padding: 1.25rem .5rem;
    color: rgba(255, 255, 255, 1)
        /*#999b9e*/
    ;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    background: none;
}

#site-nav .main-navigation .nav-tabs li a:hover,
#site-nav .main-navigation .nav-tabs li a:focus {
    color: #fff;
    border-bottom: 2px solid #fff;
    background: none;
    border-radius: 0;
}

#site-nav .main-navigation .nav-tabs li.active a,
#site-nav .main-navigation .nav-tabs li.active a:hover,
#site-nav .main-navigation .nav-tabs li.active a:focus {
    color: #007DC3;
    border-bottom: 2px solid #007DC3;
    background: none;
}

#site-nav .tab-content .tab-pane {
    float: left;
    width: 100%;
    padding: 2rem;
    background: #003E7E;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0;
}


/*.navigation.desktop-menu .col-md-9{background: #003E7E;}*/

#site-nav .tab-content .tab-pane.active {
    height: auto;
    display: list-item;
    list-style: none;
}

#site-nav .tab-content h4 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: .778rem;
    margin: .75rem 0;
    text-transform: uppercase;
}

#site-nav .tab-content h4 a {
    color: #fff;
}

#site-nav .tab-content h4 a:hover,
#site-nav .tab-content h4 a:focus {
    color: #007DC3;
}

#site-nav .tab-content .tab-pane a.menu-item-close {
    color: #fff;
    box-shadow: none;
    padding: 5px 0 20px;
    display: inline-block;
    cursor: pointer;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
}

#site-nav .tab-content .tab-pane a.menu-item-close em {
    margin-right: 10px;
    font-size: .85rem;
}

#site-nav .tab-content h4+ul {
    padding-left: 1rem;
    margin-bottom: 1rem;
}

#site-nav .tab-content h4+ul li {
    list-style: none;
}

#site-nav .tab-content h4+ul li,
#site-nav .tab-content h4+ul li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: .889rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    background: none;
}

.header-menu-fixed #site-nav,
#site-nav.is-active,
.internal-wrapper #site-nav {
    height: auto;
    overflow: visible;
    opacity: 1;
}

#site-nav .col {
    padding: 2.5em 0;
}

.video-wrap,
.video-wrap a {
    text-align: center;
    color: #fff;
}

.video-wrap h1 {
    color: #fff;
}

.video-wrap .fa-play-circle {
    font-size: 3rem;
}

.homepage-slider .slide-image .overlay {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: flex-end;
    padding: 2rem;
}

.internal-wrapper #site-nav {
    top: 0;
}

.internal-wrapper .navigation.desktop-menu .tab-content {
    padding: 0;
}

.homepage-blocks ul {
    padding: 0;
}

.homepage-blocks ul li {
    display: table-cell;
    list-style: none;
    margin-left: 2%;
    width: 22%;
    text-align: center;
    padding: 15px;
    color: #003E7E;
    transition: ease all .5s;
    vertical-align: bottom;
}

.homepage-blocks ul li .dot-line {
    opacity: 0;
}

.homepage-blocks ul li:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .16)
}

.homepage-blocks ul li h4 a {
    color: #007DC3;
}

.homepage-blocks ul li:hover .dot-line {
    opacity: 1;
}

.banner-cap .btn-video-play object {
    width: 3.5rem;
}

.banner-cap .btn-video-play {
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
}

.gallery-grid .image-block a {
    display: block;
    position: relative;
}

.gallery-grid .image-block .overlay {
    display: flex;
    align-items: flex-end;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: all ease .5s;
}

.gallery-grid .image-block .overlay h5 {
    color: #999B9E;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 1rem;
}

.gallery-grid .image-block .overlay h4 {
    color: #FFFFFF;
    padding: .5rem 0;
    font-size: 1.15rem;
    white-space: normal;
}

.gallery-grid .image-block:hover .overlay {
    background: rgba(0, 62, 126, .78);
}

.gallery-grid .grid-sizer,
.gallery-grid .grid-item {
    width: 150px;
    margin-bottom: 10px;
    margin-right: 0.5%;
}

.gallery-grid .grid-item-width2 {
    width: 300px;
}

.gallery-grid {
    overflow-x: auto;
    white-space: nowrap;
}

.footer {
    background: url(/static/images/footer-bg.jpg);
    padding: 2rem 4rem 1rem;
    clear: both;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    font-size: .875rem;
    position: relative;
    z-index: 20;
}

.footer a {
    color: #fff;
}

.footer-block h4 {
    font-size: 1.25rem;
    color: #fff;
}

.footer .search-box h4 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #fff;
    text-transform: inherit;
}

.footer-block>div {
    display: inline-block;
}

.footer-block .view-map {
    padding: 2rem 15px;
    font-size: 1.5rem;
    float: right;
}

.footer-block .view-map .blue {
    color: #007DC3;
}

.footer .search-box {
    border: none;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    overflow: inherit;
    padding-left: 0;
}

.footer .search-box span {
    display: table-cell;
}

.latest-news-wrap {
    padding: 0rem !important;
}

.latest-news-wrap .view-all-news a {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    color: #007DC3;
}

.latest-news-wrap .view-all-news a:hover,
.latest-news-wrap .view-all-news a:focus {
    color: #fff;
}

.footer ul {
    padding-left: 0;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    display: block;
    padding: 1px 0;
}

.footer ul li a em {
    padding-right: 10px;
    width: 1.25rem;
    color: #fff;
}

.footer .input-group .form-control {
    border-radius: 0;
    border: none;
    height: 2rem;
    background: #fff;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
}

.footer .input-group-addon {
    padding: 0;
    background: none;
    border: none;
}

.footer .input-group-addon button,
.footer .input-group-addon input[type="submit"],
.footer .input-group-addon a {
    padding: 0 .75rem;
    background: #007DC3;
    color: #fff;
    font-size: .725rem;
    height: 2rem;
    line-height: 2rem;
    display: block;
}

.footer .search-box span {
    vertical-align: top;
}

.errorlist {
    clear: both;
    position: relative;
    top: 10px;
}

.errorlist li {
    color: #fff;
    background: rgba(255, 0, 0, .8);
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 4px;
}

.cricos-provider {
    padding: 0;
}

.subscription-form h3 {
    color: #FFF;
}

.homepage .dot-line.white {
    width: 15rem;
    height: 2px;
    background: url(/static/images/white-dot.png) repeat-x center;
    padding: 0 10px;
    position: relative;
    float: left;
    margin: 15px 0;
}

.homepage .right-dot-line {
    float: right;
}

.dot-line.white em {
    color: #fff;
    font-size: .5rem;
    float: left;
    position: absolute;
    left: 0;
    top: -.2rem;
}

.dot-line.grey em {
    color: #999B9E;
    background: #fff;
    padding: 0 5px;
    font-size: .5rem;
    float: left;
    position: absolute;
    left: 0;
    top: -.2rem;
}

.dot-line em:last-child {
    left: inherit;
    right: 0;
}

.dot-line.grey {
    width: 100%;
    background: url(/static/images/grey-dot.png) repeat-x;
}

.gallery-grid .grid-item img {
    width: 100%;
}

.homepage-slider iframe {
    width: 100%;
}

#masthead .dot-line {
    position: absolute;
    top: 1.5rem;
    left: 0;
}

.header-menu-fixed .header,
.internal-wrapper .header {
    position: fixed;
    background: url(/static/images/pattern-bg.jpg);
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 66px;
}

#masthead .right-dot-line {
    position: relative;
    top: 0;
    margin: 10px 0;
    right: 0;
}

#masthead .right-dot-line em {
    right: 0;
    left: initial;
}

.header .container .logo,
.header .hamburger {
    transition: all ease .5s;
    transform: scale(1);
    height: auto;
}

.header .hamburger {
    padding: 12px 20px;
}


/*.header-menu-fixed .header .container .logo,
.header-menu-fixed .header .hamburger{transform:scale(0,0);height:0;padding:0;}*/

#scrollbar-horiz {
    position: relative;
}

.header-menu-fixed #masthead,
.internal-wrapper #masthead {
    margin-top: 0;
}

.header-menu-fixed .header .country-block,
.header-menu-fixed .header .dot-line {
    display: none;
}

.header-menu-fixed #site-nav {
    top: 0;
}

.welcome-blocks-wrap {
    padding-bottom: 5rem !important;
}

.mobile-menu {
    display: none;
}

.header-menu-fixed #site-nav .tab-content .tab-pane a.menu-item-close {
    display: block;
}

.welcome-blocks .block-image,
#site-nav .image-wrap {
    overflow: hidden;
}

.welcome-blocks .block-image a img,
#site-nav .image-wrap a img {
    transform: scale(1);
    transition: all ease-out .5s;
}

.welcome-blocks .block-image:hover a img,
#site-nav .image-wrap:hover a img {
    transform: scale(1.1);
}

.latest-news-wrapper .owl-stage {
    display: flex;
}

.latest-news-wrapper .owl-stage .owl-item {
    background: #fff;
}

.latest-news-wrapper .owl-nav {
    color: #fff;
    position: absolute;
    font-size: 3rem;
    left: -45px;
    right: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.latest-news-wrapper .owl-nav span {
    display: inline-block;
    padding: 0rem .5rem;
    line-height: normal;
}

.latest-news-wrapper .owl-carousel .owl-nav button.owl-next {
    float: right;
    right: 0;
    border-radius: 0 3px 3px 0;
}

a:focus,
button:focus {
    outline: none;
}

.latest-news-wrapper .owl-carousel .owl-nav button {
    background: #005ba2;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    padding: 10px !important;
    font-size: 1.25rem;
}

.latest-news-wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.header-menu-fixed #masthead>.hamburger {
    display: none;
}

.internal-wrapper .header>.container {
    background: none;
}

.footer .adress p {
    font-size: .875rem;
}

#site-nav .social li svg {
    display: block;
    fill: #b4b9ba;
    width: 100%;
    height: 100%;
    transition: fill 0.3s ease;
}

#site-nav .social li:hover svg {
    fill: #686d6e;
}

#masthead .col {
    opacity: 0;
}

#masthead.is-active .col {
    transform: translateY(40px);
    transition: opacity 0.3s ease;
    animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col:nth-child(1) {
    -webkit-animation-delay: 0;
}

#masthead.is-active .col:nth-child(2) {
    -webkit-animation-delay: 0.1s;
}

#masthead.is-active .col:nth-child(3) {
    -webkit-animation-delay: 0.2s;
}

#masthead.is-active .col:nth-child(4) {
    -webkit-animation-delay: 0.3s;
}

#masthead.is-active .col:nth-child(5) {
    -webkit-animation-delay: 0.4s;
}

@keyframes fade-in-stagger {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#site-nav {
    /*background:#017dc3;*/
    /*background: url(/static/images/pattern-bg.jpg);background-size: 120px;background-position: top right;*/
    top: .75rem;
}

.homepage-slider.video-playing {
    z-index: 999;
}

.scrollbar.horizontal {
    top: 10px;
    height: 8px;
}

.scrollbar.horizontal .arrow {
    display: none;
}

.scrollbar.horizontal .slider-bed {
    left: 5px;
}

.latest-news-blocks {
    background: #003E7E;
    padding: 4rem 0 .5rem;
}

.latest-news-blocks .block-content {
    padding: 2rem 2rem 4rem;
    background: #fff;
    text-align: center;
}

.latest-news-blocks .block-content h4 {
    margin-bottom: 2rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 1rem;
}

.latest-news-blocks .block-content h4 a {
    color: #007DC3;
    text-transform: uppercase;
}

.latest-news-blocks .block-content h4 a:hover,
.latest-news-blocks .block-content h4 a:focus {
    color: #003E7E;
}

.latest-news-blocks .block-content p {
    /*height: 3rem;*/
    overflow: hidden;
    color: #191919;
    ;
}

.latest-news-blocks .block-content p.date {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    color: #999b9e;
    font-size: .925rem
}

.latest-news-wrapper>div {
    position: relative;
}

.latest-news-blocks .page-header h2 {
    color: #fff;
    padding: 0 1rem;
    background: #003E7E;
}

.latest-news-blocks .page-header {
    margin: 0 0 20px;
}

.header .hamburger .hamburger-label {
    display: inline-block;
    position: relative;
    top: -4px;
}

.padd-35 {
    padding: 35px 0;
}

.navigation.desktop-menu {
    display: flex;
}

.navigation.desktop-menu .col-md-3.quicklink-block {
    background: #017dc3;
}

.internal-wrapper .header .hamburger,
.internal-wrapper .header .country,
.internal-wrapper .header .dot-line {
    display: none;
}

.page,
.page-content {
    width: 100%;
    position: relative;
    z-index: 11;
}

.footer .address p,
.footer p {
    font-size: .875rem;
    line-height: 1.42857143;
}

.footer .address p a,
.footer .address p a:hover {
    text-decoration: none;
    color: #fff;
}

.homepage-slider .html5-video-front-end {
    position: relative;
}

.homepage-slider .banner-cap {
    transition: all 0.5s ease;
    opacity: 1;
}

.homepage-slider .banner-cap.banner-cap-off {
    opacity: 0;
}

.homepage-slider.video-playing .html5-background-video {
    text-align: center;
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}

.desktop-menu .main-navigation .tab-content {
    display: block;
}

.html5-video-back-end {
    width: 100%;
}

#site-nav .main-navigation .nav-tabs li a.chrest .fluid-width-video-wrapper object,
.logo-wrap .logo .fluid-width-video-wrapper object {
    width: auto;
    height: auto;
    position: relative;
}

#site-nav .main-navigation .nav-tabs li a.chrest .fluid-width-video-wrapper,
.logo-wrap .logo .fluid-width-video-wrapper {
    position: relative;
}

#newsletter-signup-form .modal-backdrop {
    background: none;
}

#newsletter-signup-form .modal-content .modal-body {
    overflow: hidden;
}

#newsletter-signup-form .modal-content .modal-body .section-title {
    margin-top: 15px;
}

#newsletter-signup-form .modal-content button.close {
    border-radius: 50%;
    color: #003e7e;
    opacity: 1;
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    position: absolute;
    top: -20px;
    right: -15px;
    background: #fff;
    display: flex;
    align-items: center;
    line-height: normal;
    height: 40px;
    width: 40px;
    justify-content: center;
    border: 1px solid #003e7e;
}

.newsletter-signup .section-title {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-signup .section-title h1 {
    text-transform: uppercase;
    color: #003e7e;
    font-size: 1.7777rem;
}

.newsletter-signup hgroup .left-dot-line {
    left: 0;
    text-align: left;
}

.newsletter-signup .dot-line {
    font-size: 9px;
    line-height: 9px;
    padding-left: 10px;
    padding-right: 10px;
    background: url(/static/images/blue-dot.png) repeat-x left 50%;
    background-clip: content-box;
    height: 9px;
    position: absolute;
    width: 280px;
    top: 35%;
}

.navy {
    color: #003e7e;
}

.newsletter-signup hgroup .right-dot-line {
    right: 0;
    text-align: right;
}

.newsletter-signup input.cat_textbox {
    font-size: 1rem;
    margin: 0 0 10px;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    background: #fff;
    width: 100%;
}

.newsletter-signup .form-button span {
    border: 1px solid #999b9e;
    padding: 4px;
    display: block;
}

.newsletter-signup .cat_button {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    border: none;
    width: 100%;
    background: url(/static/images/bg-fancybutton.png) no-repeat 0 0px;
    direction: rtl;
    height: 26px;
    line-height: 1em;
    text-align: right;
    padding-right: 10px;
    transition: none;
    color: #999b9e;
    margin: 0;
    text-transform: uppercase;
}

.column-video div {
    padding: 0 !important;
}


/*for two column section*/


/****************Inner Page****/

.general .hero-video {
    max-height: 100vh;
    overflow: hidden;
}

.internal-wrapper .section-title h1,
.inner-page-content .section-title h1 {
    background-color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    font-size: 2.75rem;
}

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

.page table th {
    color: #000;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-univers-next-pro-condensed);
}

.page table td,
.page table th {
    background-color: #efefef;
    padding: 10px 8px;
    font-size: 0.9em;
    vertical-align: top;
}

.page table td:hover,
.page table th:hover {
    background-color: #dcdcdc;
    transition: all 0.25s ease 0s
}

.page table td p {
    margin-bottom: 5px;
    line-height: 1em;
}

.fancy-button a {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    border: none;
    background: url("/static/images/bg-fancybutton-2019.png") no-repeat left 0px;
    direction: rtl;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-right: 10px;
    transition: none;
    color: #565656;
    display: block;
    /*width:90%; */
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fancy-button {
    border: 1px solid #999b9e;
    padding: 5px;
    margin-bottom: 1em;
}

.fancy-button:hover {
    border: 1px solid #003e7e;
}

.fancy-button:hover a {
    background-position: left -26px;
    color: #fff;
}

.file-list li,
.star-bullets.file-list li {
    background-color: #e9e9e9;
    margin: 5px 0;
    padding: 6px 10px;
    list-style: none;
}

.file-list li a:hover,
.star-bullets.file-list li a:hover {
    color: #003e7e;
}

ul.star-bullets.file-list li:before,
ul.file-list li:before {
    display: none;
}

.left-image-right-content h1 {
    text-transform: inherit;
}

.black-image-slider {
    background: #000;
}


/* ---------------------------------------- */


/*	Contact and Comments Forms
        /* ---------------------------------------- */


/* 
SEARCH BOX
*/

.search-box input.cat_textbox_small {
    width: 92%;
    border: none;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-style: italic;
    color: #999b9e;
    font-size: 14px;
    text-align: right;
}

.search-box em {
    color: #999b9e;
    font-size: 10px;
    font-weight: 600;
}

.search-box {
    border: 1px solid #999b9e;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    color: #999b9e;
    overflow: hidden;
    padding-left: 15px;
}

.search-box span {
    line-height: 48px;
    display: inline-block;
}

.light-gray {
    background-color: #efefef;
}

.search-box .light-gray {
    display: inline-block;
    margin: 5px;
    float: right;
    width: 80%;
}

#wagtail-form .form-button span {
    border: 1px solid #999b9e;
    padding: 8px 4px;
}

#wagtail-form input.cat_button {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    border: none;
    width: 160px;
    background: url(/static/images/bg-payment.png) no-repeat 0 0px;
    direction: rtl;
    height: 26px;
    line-height: 1em;
    text-align: right;
    padding-right: 10px;
    transition: none;
    color: #999b9e;
}

#wagtail-form .form-button span:hover input.cat_button {
    background-position: 0 -26px;
    color: #fff;
}

#wagtail-form input,
#wagtail-form select,
#wagtail-form textarea {
    font-size: 18px;
    border: 1px solid #E2E2E2;
    color: #666;
    margin-top: 2px;
    padding: 10px;
    height: auto;
    border-radius: 0;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
}

#wagtail-form label {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 14px;
    padding-bottom: 6px;
    color: #666;
}

#wagtail-form input:focus,
#wagtail-form select:focus,
#wagtail-form textarea:focus {
    border: 1px solid #003e7e;
    box-shadow: none;
}

.form-group ul {
    padding-left: 0;
}

.form-group ul li {
    list-style: none;
    display: inline-block;
}

.form-group ul li+li {
    padding-left: 15px;
}

.form-group ul li label {
    display: block;
    width: 100%;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
}


/* 
QUICKLINKS
*/

.quicklinks {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    color: #999b9e;
    border: 1px solid #999b9e;
    line-height: 48px;
    position: relative;
    z-index: 10;
}

.quicklinks ul {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-style: italic;
    color: #999b9e;
    outline: none;
    text-align: right;
    font-size: 16px;
}

.quicklinks>span {
    position: absolute;
    left: 15px;
}

.quicklinks>ul {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.quicklinks ul a {
    color: #999b9e;
}

.quicklinks ul ul {
    display: none;
}

.quicklinks>ul>li {
    position: relative;
    list-style: none;
}

.quicklinks>ul>li:hover ul {
    position: absolute;
    right: -1px;
    display: block;
}

.quicklinks ul ul {
    background-color: #FFF;
    line-height: normal;
    width: 100%;
    border-bottom: 1px solid #999b9e;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-style: normal;
}

.quicklinks ul ul li {
    border: 1px solid #999b9e;
    border-bottom: none;
}

.quicklinks ul ul li a {
    display: block;
    padding: 12px;
    width: 100%;
    border: 1px solid #ffffff;
    background: url(/static/images/quicklinks-arrow.jpg) no-repeat 0 0 #fff;
}

.quicklinks ul ul li a:hover {
    background: url(/static/images/quicklinks-arrow.jpg) no-repeat 0 -45px #fff;
    border: 1px solid #003e7e;
    color: #003e7e;
}

.quicklinks ul li em {
    color: #999b9e;
    font-size: 10px;
    font-weight: 600;
    background-color: #efefef;
    float: right;
    line-height: 48px;
    padding: 0 12px;
    margin-left: 12px;
    border: 1px solid;
    border-left: 0;
    border-bottom: none;
}

.quicklinks-wrap {
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}

ul.quicklink-dropdown {
    color: #999b9e;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 16px;
    font-style: italic;
    outline: medium none;
    text-align: right;
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    padding: 0;
    border: 1px solid #999b9e;
}

ul.quicklink-dropdown li a {
    line-height: 1;
    display: block;
    padding: 12px;
    width: 100%;
    border: 1px solid #ffffff;
    background: url(/static/images/quicklinks-arrow.jpg) no-repeat 0 0 #fff;
}

ul.quicklink-dropdown li a:hover {
    background: url(/static/images/quicklinks-arrow.jpg) no-repeat 0 -45px #fff;
    border: 1px solid #003e7e;
    color: #003e7e;
}

ul.quicklink-dropdown li {
    border: 1px solid #999b9e;
    border-top: none;
    list-style: none;
}

ul.quicklink-dropdown {
    bottom: 40px;
    top: inherit;
}


/* 
QUICKLINKS
*/

.azure {
    color: #007dc3;
}

a.read-more,
a.read-more-redirect {
    color: #007dc3;
    display: block;
    border-bottom: 2px solid #007dc3;
    font-size: 12px;
    position: relative;
    margin-top: -1.5em;
    line-height: 1.6em;
    padding-right: 28px;
    text-decoration: none;
}

a.read-more:after {
    content: "";
    display: table;
    clear: both;
}

a.read-more em,
a.read-more-redirect em {
    font-size: 1em;
    margin-left: 5px;
    position: absolute;
    bottom: -0.1em;
    right: 0;
    background-color: #007dc3;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a.read-more:hover,
a.read-more-redirect:hover {
    border-bottom-color: #999b9e;
    color: #999b9e;
}

a.read-more:hover em,
a.read-more-redirect:hover em {
    background-color: #999b9e;
    color: #FFF;
}

.bg-navy,
.bg-navy .container {
    background-color: #003e7e;
}

.bg-azure,
.bg-azure .container {
    background-color: #007dc3;
}


/****navy color set *****/

.bg-navy div[class*=col]>p {
    color: #FFF;
    font-size: 14px;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
}


/*****/

.bg-black,
.bg-black .container {
    background-color: #000000;
}

.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%;
}

.multimedia hgroup {
    margin: 10px 0;
}

.multimedia {
    cursor: pointer;
}

.multimedia .section-title span {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    top: 15px;
}

.multimedia .section-title span.align-right {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

.multimedia .section-title .thumbGallery img {
    border: 8px solid rgba(255, 255, 255, 0.6);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 0 10px;
}

.multimedia hgroup .dot-line {
    width: 250px;
}

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

#back-top {
    font-size: 2rem;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #003D83;
    z-index: 99;
    display: none;
    background: rgba(255, 255, 255, .5);
    height: 4rem;
    width: 4rem;
    padding: .48rem 0;
    text-align: center;
    border-radius: 50%;
    line-height: 3.5rem;
}


/**** Start old mobile css file***/

.show-mobile {
    display: none;
}

.show-mobile .section-title h1 {
    background-color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

select {
    background: url(/static/images/select-bg2.png) no-repeat center right #f6f6f6;
}


/* footer.bg-white  hgroup .dot-line{  width: 53%;} */

p.icalendar_date span {
    min-width: 70px;
    padding: 5px;
}

ul#grid li .image .icalendar_date {
    right: 30px;
}

.mobile-search-form,
.mobile-video-wrapper,
.mobile-newsletter {
    display: none;
}

.mobile-video-wrapper {
    background: #007dc3;
}

.navigtion-mobile {
    display: none;
}

.mobile-heading-panel {
    display: none;
}

img.richtext-image.left {
    float: left;
    margin: 0 20px 20px 0;
}

img.richtext-image.full-width {
    display: block;
    margin: auto;
}

.block-wrap .search-box .input-group {
    width: 100%;
}

.block-wrap .search-box {
    padding-left: 0;
    position: absolute;
    height: 35px;
    background: #fff;
    z-index: 15;
    margin-top: 3px;
    display: none;
}

.block-wrap .search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    height: 1.5rem;
    margin: auto;
    font-size: 1rem;
}

.block-wrap .search-icon a {
    color: #fff;
}

.block-wrap .search-box {
    width: 100%;
}

.block-wrap .search-box input[type="text"] {
    height: 32px;
    width: 70%;
    border: none;
}

.block-wrap .search-box .input-group-addon:last-child {
    width: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
    line-height: normal;
    float: right;
}

.block-wrap .search-box .input-group-addon input {
    height: 35px;
    padding: 0 10px;
    background: #003E7E;
    color: #fff;
    border: none;
}

*:focus {
    outline: none;
}

.grey-bg-blocks {
    background: #fafafa;
    padding: 30px 0;
}

.grey-bg-blocks .container {
    background: none;
}

.grey-bg-blocks ul {
    margin: 0;
}

.grey-bg-blocks ul li {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    vertical-align: middle;
}

.grey-bg-blocks ul li a {
    color: #333;
    padding: 5px;
    display: block;
    font-weight: 400;
}

.grey-bg-blocks .container .row {
    display: flex;
    align-items: center;
}

.btn.btn-transparent {
    padding: 8px 20px;
    background: none;
    border-radius: 0;
    border: 1px solid #999b9e;
    color: #007dc3;
}

.grey-bg-blocks ul li span {
    margin-right: 5px;
}

.rich-text .responsive-object {
    padding-bottom: 0 !important;
}

.search-box-section {
    padding: 60px 0 25px;
    background: #fff;
    clear: both;
}

.search-box-section .left-block h3 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    margin: 0px;
}

.newsletter-accordion {
    margin-bottom: 3rem;
    overflow: hidden;
}


.newsletter-accordion .panel-default {
    margin-bottom: 20px;
}

.newsletter-accordion .panel-default>.panel-heading {
    padding: 0;
}

.newsletter-accordion .panel-default>.panel-heading a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 0;
    background: #003663;
    color: #fff;
}

.newsletter-list ul {
    padding-left: 0;
}

.newsletter-list ul li {
    list-style: none;
}

.newsletter-list ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
}

.newsletter-accordion .panel-default>.panel-heading a {
    position: relative;
}


.newsletter-accordion .panel-default>.panel-heading a:after {
    font-family: "Font Awesome\ 5 Pro";
    content: "\f107";
    float: right;
    margin-right: 10px;
}

.newsletter-accordion .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\f106";
}

.biography-blocks .biography-block {
    position: relative;
    margin-bottom: 3.5rem;
}

.biography-blocks .biography-block a {
    text-decoration: none;
}

.biography-blocks .biography-block .intro-sticker {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    max-width: 85%;
    padding: .5rem 1rem;
}

.biography-blocks .biography-block .intro-sticker h6 {
    color: #231F20;
    font-size: clamp(0.75rem, calc(0.9rem), 1.5rem);
}

.biography-blocks .biography-block .intro-sticker h5 {
    color: #007DC3;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
}

.biography-blocks .biography-block .intro-sticker h5:after {
    font-family: "Font Awesome\ 5 Pro";
    content: "\f105";
    position: absolute;
    right: .5rem;
    color: #999B9E;
}

.section-content-with-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-content-with-background-image .content-wrap {
    padding: 11rem 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+60,0+100 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.section-content-with-background-image .content-wrap h1 {
    font-family: var(--font-univers-next-pro-compressed);
    color: #fff;
    margin-bottom: 2rem;
    font-size: 2.6666rem;
    line-height: 3.1666rem;
    font-weight: var(--font-weight-medium);
}

.section-content-with-background-image .content-wrap p {
    color: #fff;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 1rem;
    margin-bottom: 2rem;
    line-height: 1.25rem;
}

.section-content-with-background-image .content-wrap.lead p,
.section-content-with-background-image .content-wrap p.lead {
    font-size: 1.2222rem;
    line-height: 1.5555rem;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
}

.btn.btn-white-outline,
.btn.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    border-radius: 0;
    font-size: 1.111rem;
    line-height: 1.111rem;
    padding: .875rem 2.5rem;
}

.btn.btn-white-outline:hover,
.btn.btn-outline-white:hover {
    background: #fff;
    color: #003E7E;

}

.card-with-title-text .container>.row {
    margin: 0 -8px;
}

.card-with-title-text .container>.row>div {
    padding: 0 8px;
}

.card-with-title-text .card-block {
    margin-bottom: 3rem;
}


.card-with-title-text h4 {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 2.2222rem;
    line-height: 2.6666rem;
    margin-bottom: 0.675rem;
    color: #007DC3;
}

.card-with-title-text p {
    font-size: 1.2222rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    line-height: 1.5rem;
    color: #000;
}

.card-with-title-text .readmore {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 1rem;
    color: #007DC3;
    text-decoration: none;
}




@media (min-width: 1025px) {
    .general .local-main-image {
        background-attachment: fixed;
    }
}

@media (max-width: 995px) {
    .search-box .light-gray {
        width: 70%;
    }

    hgroup .dot-line {
        width: 200px;
    }

    .multimedia hgroup .dot-line {
        width: 160px;
    }
}

@media screen and (min-width:767px) {
    .internal-wrapper section#home.about-template #slides {
        height: 500px !important;
    }

    .local-main-image {
        height: 500px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .about-template #slides .top-crest.tablet {
        top: -193px !important;
    }

    .about-template #slides .top-crest.tablet img {
        width: 60%;
    }

    .front-page #slides .top-crest.tablet {
        top: -155px !important;
    }

    .system-error-message {
        padding: 0px;
    }

    .system-error-message .error .alert-close {
        left: 22px;
        right: inherit;
        opacity: 0;
    }

    .system-message .error {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .about-template .parallax-overlay {
        display: none !important;
    }

    #mobile-heading .dot-line {
        display: none !important;
    }

    .fancybox-type-iframe .fancybox-inner {
        width: auto !important;
    }

    .fancybox-opened {
        left: 0px !important;
        width: 100% !important;
    }

    .fancybox-skin {
        width: 80% !important;
        margin: 0 auto !important;
    }

    #wrapper {
        max-width: 100%;
        overflow: hidden;
    }

    #slides .top-crest {
        position: absolute;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        top: -85px !important;
    }

    #slides .top-crest.tablet {
        top: -85px !important;
    }

    #slides .top-crest img {
        max-width: 83%;
    }

    /*.about-template #slides .top-crest{top:-180px !important;}*/
    .about-template #slides .top-crest.tablet {
        top: -193px !important;
    }

    .front-page #slides .top-crest.tablet {
        top: -155px !important;
    }

    /*.about-template #slides .navigtion-mobile{    top: 400px !important;}*/
    #slides .section-title .dot-line {
        display: none;
    }

    #slides .parallax-overlay {
        display: none !important;
    }

    #slides .slogan-box {
        /*padding-bottom:20px; bottom:1px;*/
        display: none !important;
    }

    .mobile-newsletter {
        display: block;
    }

    #slides .slogan-box .scroll-down {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    /*footer.bg-white .section-title .dot-line{top:70px;} */
    footer.bg-white .section-title .dot-line {
        top: 22px;
        width: 20%
    }

    footer.bg-white .section-title {
        margin-bottom: 55px;
    }

    footer.bg-white ul li {
        margin-bottom: 10px;
        margin-right: 5px;
        padding-right: 5px;
    }

    .whatsHappening h1,
    .mobile-video-wrapper h1 {
        font-size: 24px;
        font-family: var(--font-univers-next-pro-condensed);
        font-weight: var(--font-weight-bold);
    }

    .whatsHappening .dot-line {
        display: none;
    }

    .welcomeToKnox .search-box {
        padding-left: 10px;
    }

    .welcomeToKnox .search-box .light-gray {
        width: 69%;
    }

    .welcomeToKnox .search-box input.cat_textbox_small {
        width: 86%;
    }

    .mobile-search-form {
        display: block;
        padding: 15px;
        background: #fff;
    }

    .mobile-video-wrapper {
        display: block;
        padding: 15px;
    }

    .mobile-video-wrapper h1 {
        color: #fff;
        margin: 0;
    }

    .mobile-video-wrapper .video {
        padding: 10px 0;
        text-align: center;
    }

    .mobile-video-wrapper p a {
        display: block;
        text-align: left;
        color: #fff;
    }

    ul.quicklink-dropdown li a {
        background-position: -52px 2px;
    }

    ul.quicklink-dropdown li a:hover {
        background-position: -52px -44px;
    }

    .mobile-newsletter h4 {
        text-align: center;
        color: #fff;
    }

    .mobile-newsletter .border {
        margin: 10px 0;
        padding: 10px 15px;
    }

    .navigtion-mobile {
        display: block;
        clear: both;
        max-width: 85%;
        margin: 0 auto;
        /*bottom:110px;*/
        position: absolute;
        left: 0;
        right: 0;
        font-family: var(--font-univers-next-pro-condensed);
        font-weight: var(--font-weight-bold);
        z-index: 1500;
    }

    .navigtion-mobile>.dropdown {
        min-height: inherit;
        background: rgba(255, 255, 255, .92);
        padding: 10px;
        color: #013d7d;
    }

    .navigtion-mobile>.dropdown .fa {
        padding: 0 10px;
        font-size: 17px;
    }

    .navigtion-mobile>.dropdown>button {
        width: 100%;
        text-align: left;
    }

    .navigtion-mobile>.dropdown.open {
        background: #013e7f;
        color: #fff;
    }

    .navigtion-mobile>.dropdown button .fa-angle-down {
        float: right;
    }

    .navigtion-mobile button {
        color: #013d7d;
    }

    .navigtion-mobile>.dropdown .dropdown-menu {
        width: 100%;
    }

    .navigtion-mobile .dropdown.open button {
        color: #fff;
    }

    .navigtion-mobile .dropdown.open button .fa-angle-down:before {
        content: "\f106"
    }

    .custom-drop {
        z-index: 10000;
    }

    #slides {
        overflow: visible !important;
    }

    .navigtion-mobile .dropdown.open .dropdown-menu {
        margin: 0px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        padding: 0px;
    }

    .navigtion-mobile>.dropdown .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 0px;
    }

    .navigtion-mobile .dropdown-menu .panel {
        border: none;
        padding: 0px;
        margin-top: 0px;
    }

    .navigtion-mobile .dropdown-menu .panel-group .panel-group .panel-heading {
        padding: 0px;
        background: none;
        border-radius: 0px;
    }

    .navigtion-mobile .panel-group .panel+.panel {
        margin-top: 0px;
    }

    .navigtion-mobile .dropdown-menu>.panel-group>.panel>.panel-heading {
        background: #fff;
        padding: 0px;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
        color: #003e7b;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-title a[aria-expanded="true"] {
        background: #017dc3;
        color: #fff;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-title a[aria-expanded="true"] .fa {
        color: #fff;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-title a[aria-expanded="true"] .fa-angle-down:before {
        content: "\f106";
    }

    /* 	.navigtion-mobile  .dropdown-menu  > .panel-group .panel-title a[aria-expanded="true"] {background:#00579a;} */
    .navigtion-mobile .dropdown-menu .panel-group .panel-group .panel-heading a {
        color: #fff;
        border-radius: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .navigtion-mobile .dropdown-menu .panel-group .collapse .panel-group .panel-heading {
        background: #0070b4;
        color: #fff;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-bottom: 1px solid #017dc3;
        padding: 0px;
    }

    /*	.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{border-top-color:#0070b6}*/
    .navigtion-mobile .panel-collapse .panel-collapse .panel-heading a {
        padding-left: 35px;
    }

    .panel-group {
        margin-bottom: 0px;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-group .panel-heading a[aria-expanded="true"] {
        background: #00579a;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-group .panel {
        border-radius: 0;
        background: #0070b4;
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-group .panel-heading a[aria-expanded="true"] .fa-angle-down:before {
        content: "\f106";
    }

    .navigtion-mobile .dropdown-menu>.panel-group .panel-group .panel-heading a .fa {
        padding: 0px 5px;
        color: #fff;
    }

    .navigtion-mobile .dropdown-menu a .fa {
        padding: 0px 5px;
        float: right;
        color: #013d7d;
    }

    /*.whatsHappening .grid li a.read-more{display:none;}*/
    .sticky-nav,
    .nav-wrap,
    .slogan-box {
        display: none !important;
    }

    .slogan-box-new {
        position: absolute;
        width: 100%;
        text-align: center;
        z-index: 10;
        padding-bottom: 15px;
        bottom: 0px;
    }

    /*.front-page .slogan-box-new{display:block !important;} --  Hides 'Discover who you can be' on Mobile */
    .local-main-image {
        min-height: 770px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .fullscreen-image {
        background-size: cover;
    }

    .headmaster-block-mobile img.pull-left {
        float: none !important;
    }

    .headmaster-block-mobile .img-holder {
        text-align: center;
        margin-bottom: 15px;
    }

    .mobile-heading-panel {
        display: block;
    }

    .page.multimedia .section-title span {
        top: 0;
    }

    .mobile-heading-panel span:nth-child(2) {
        font-size: 14px;
    }

    .show-mobile {
        display: block;
    }

    .section-title h1 {
        font-size: 25px !important;
    }

    hgroup .dot-line {
        top: 28%;
    }

    #back-top {
        background-color: rgba(0, 0, 0, .25) !important;
        right: 10px !important;
        bottom: 20px !important;
    }

    .categories-wrap {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
    .about-template #slides .top-crest {
        top: -180px !important;
    }

    .front-page .navigtion-mobile {
        top: 300px !important;
    }

    #slides .top-crest {
        top: -89px !important;
    }

    #slides .top-crest img {
        max-width: 320px;
    }

    .about-template #slides .top-crest {
        top: -155px !important;
    }

    .about-template #slides .top-crest img {
        max-width: 180px;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    #slides .top-crest img {
        max-width: 244px;
    }

    .front-page .navigtion-mobile {
        top: 195px !important;
    }

    #slides .top-crest {
        top: -74px !important;
    }

    .navigtion-mobile {
        top: 195px;
    }

    .about-template #slides .top-crest {
        top: -150px !important;
    }

    .about-template #slides .top-crest img {
        max-width: 180px;
    }
}

@media only screen and (max-width:480px) {
    footer.bg-white .section-title .dot-line {
        top: 70px;
        width: 52%;
    }
}

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

    .search-box span,
    .quicklinks span {
        font-size: 15px !important;
    }

    .search-box input[type='text'] {
        padding: 11px 5px;
        width: 80% !important;
    }

    .welcomeToKnox .search-box .light-gray {
        width: 65%;
    }

    .fancy-button a {
        font-size: 11px !important;
    }

    .mobile-search-form .search-box button {
        width: 20px;
        height: 25px;
    }

    .portal-payment-wrap .knox-btn>div.portal {
        padding-right: 0px;
    }

    .portal-payment-wrap .knox-btn>div.payments {
        padding-left: 0px;
    }

    .portal-payment-wrap .knox-btn>div.portal a {
        background: url("/static/images/bg-portal-mobile.png") no-repeat right 1px content-box;
        text-indent: 12px;
    }

    .portal-payment-wrap .knox-btn>div.portal:hover a {
        background-position: right -26px;
        border: 1px solid #003e7e;
        color: #FFF;
    }

    .portal-payment-wrap .knox-btn>div.payments a {
        background: url("/static/images/bg-payment-mobile.png") no-repeat left 1px content-box;
        direction: rtl;
        text-indent: 12px;
    }

    .portal-payment-wrap .knox-btn>div.payments:hover a {
        background-position: left -26px;
        border: 1px solid #003e7e;
        color: #FFF;
    }
}

@media only screen and (max-width:350px) {
    .fancy-button a {
        font-size: 9px !important;
    }
}


/**** END old mobile css file***/

@media screen and (min-width: 1200px) {
    .internal-wrapper .header>.container {
        padding: 0 15px;
        width: 1170px;
        max-width: 100%;
        background: none;
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .quicklinks-block ul {
        display: block;
    }

    .quicklinks-block ul li {
        display: block;
        width: 25%;
        padding: 1%;
        text-align: center;
        float: left;
        min-height: 12rem;
    }

    .quicklinks-block ul li a p {
        min-height: 2rem;
    }

    #masthead {
        padding-top: 0;
    }

    .country-block {
        top: 2rem;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .homepage-slider .banner-cap {
        bottom: 3rem;
    }

    .footer {
        padding: 2rem 1rem 1rem;
    }

    .footer-block .view-map {
        display: none;
    }

    .block-image .overlay h4 {
        font-size: 1rem;
    }

    #site-nav .main-navigation .nav-tabs li a {
        font-size: .65rem;
        padding: 1.15rem .25rem;
    }

    #site-nav .quicklink-block h4 {
        font-size: .65rem;
    }

    #site-nav .navigation>div.quicklink-block .block-header {
        padding: 1.4rem 1rem 1.4rem 2.5rem;
    }

    .internal-wrapper #site-nav .navigation>div.quicklink-block .block-header {
        padding: 1.48rem 1rem 1.48rem 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    .homepage-slider .poster-image img {
        top: 4rem;
    }

    .homepage-slider h1 {
        font-size: 32px;
    }
}

@media screen and (min-width: 960px) {
    #site-nav {
        flex-wrap: nowrap;
    }

    #site-nav .col {
        flex: 0 0 20%;
    }
}

@media screen and (min-width: 768px) {
    #site-nav .col {
        flex: 0 0 33.333333333%;
    }
}

@media screen and (max-width:992px) {
    .latest-news-blocks .page-header .dot-line {
        float: none !important;
        margin: 20px auto;
    }

    .internal-wrapper .header {
        background: #003e7e;
        padding: .75rem 1rem;
    }

    .footer {
        padding: 2rem;
    }

    .footer-block .view-map {
        float: left;
        padding: 0rem 0;
    }

    .page-header .container .right-text a {
        position: relative;
        top: 0;
    }

    .homepage-slider .banner-cap {
        bottom: 1rem;
    }

    .cricos-provider {
        padding: 1rem 0;
    }

    .footer {
        background-size: 100%;
        background: url(/static/images/new-footer-bg.png);
    }

    body {
        margin-top: 2rem;
    }

    .header,
    .header-menu-fixed .header {
        position: fixed;
        background: #003e7e;
        padding: 1rem;
        top: 0;
        z-index: 99;
        opacity: 1;
    }

    .header-menu-fixed .header .container .logo,
    .header-menu-fixed .header .hamburger {
        transform: scale(1);
        /* padding: 8px 20px;*/
        height: auto;
    }

    #site-nav .desktop-menu,
    .header .container .logo,
    .header .dot-line {
        display: none;
    }

    .mobile-menu #mobile-accordion {
        overflow-y: auto;
        margin-bottom: 0;
        background: #fff;
    }

    #masthead.is-active .mobile-menu {
        display: block;
    }

    #masthead {
        padding-top: 0;
        margin: 0;
    }

    .country-block {
        top: 1.75rem;
    }

    #site-nav {
        top: 1rem;
    }

    .mobile-menu {
        width: 100%;
    }

    .mobile-menu .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
    }

    .mobile-menu .panel-group .panel+.panel {
        margin-top: 0;
    }

    .mobile-menu .panel-default>.panel-heading {
        background: none;
        padding: 0;
    }

    .mobile-menu .panel-default>.panel-heading h4 {
        font-size: 1.25rem;
        text-transform: uppercase;
        line-height: 1.1em;
    }

    .mobile-menu .panel-default>.panel-heading a {
        color: #999b9e;
        display: block;
        position: relative;
        padding: .75rem 2rem;
    }

    .mobile-menu .panel-default>.panel-heading a em {
        position: absolute;
        right: 2rem;
        top: .75rem;
        color: #999b9e;
        font-weight: 400;
    }

    .mobile-menu .panel-default>.panel-heading a[aria-expanded="true"] em:before,
    .mobile-menu .panel-group .panel-body li.dropdown.open>a em:before {
        content: "\f106";
    }

    .mobile-menu .panel-default .panel-body {
        padding: 5px;
    }

    .mobile-menu .panel-default .panel-body ul li {
        text-transform: uppercase;
        list-style: none;
    }

    .header-menu-fixed .header .country-block {
        display: block;
    }

    .mobile-menu .panel-group .panel-body .dropdown-menu,
    .mobile-menu .panel-group .panel-body ul {
        position: relative;
        width: 100%;
        margin-bottom: 1rem;
        border: none;
        border-radius: 0;
        padding-left: 0;
    }

    .mobile-menu .panel-group .panel-body .dropdown-menu>li>a,
    .mobile-menu .panel-group .panel-body ul>li>a {
        padding: .5rem 1.75rem;
        font-size: 1rem;
        display: block;
        font-size: 1rem;
    }

    .header .hamburger {
        box-shadow: none;
    }

    .latest-news-wrapper .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }

    .latest-news-wrapper .owl-nav {
        left: -10px;
        right: -10px;
        z-index: 99;
        height: 3rem;
        margin-top: 13%;
    }

    .latest-news-wrapper .owl-carousel .owl-nav button {
        padding: 10px 20px !important;
    }

    .header-menu-fixed #masthead>.hamburger {
        display: block;
    }

    .internal-wrapper .header .hamburger {
        display: block;
    }

    .g-recaptcha {
        text-align: center;
        margin: 15px auto 10px;
    }

    .g-recaptcha>div {
        margin: auto;
    }

    #newsletter-signup-form input.cat_textbox {
        background: #fff;
        width: 100%;
        font-size: 1rem;
        padding: 15px;
        font-family: inherit;
    }

    #newsletter-signup-form .form-button {
        text-align: center;
    }

    .header .container {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .column-video .responsive-object iframe {
        height: 220px;
    }

    .facilities-table td,
    .facilities-table td img {
        display: block;
        width: 100%;
    }

    .facilities-table td {
        padding: 10px 20px;
    }

    img.richtext-image.left {
        float: none;
        ;
        margin: 10px 0;
        width: 100%;
        height: auto;
    }

    .page.multimedia .section-title span {
        display: block;
        width: 100%;
    }

    .page.multimedia .section-title span br {
        display: none;
    }

    body {
        margin-top: 0;
    }

    .header,
    .header-menu-fixed .header,
    .internal-wrapper .header {
        background: #2699fb;
        left: 0;
        right: 0;
        z-index: 9999;
        margin: auto;
        opacity: 0;
        height: auto;
        padding: 0;
        position: absolute;
    }

    .mobile-header-menu-fixed .header,
    .internal-wrapper .mobile-header-menu-fixed .header {
        position: fixed;
        top: 0px !important;
    }

    .logo-wrap .logo {
        margin-top: -30%;
    }

    .header .country-block,
    .header-menu-fixed .header .country-block {
        display: none;
    }

    .homepage-slider {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
    }

    .homepage-slider .owl-carousel-x {
        left: 0;
        right: 0;
        position: absolute;
    }

    .homepage-slider .poster-image img {
        height: 100%;
    }

    #site-nav .col.menu-block {
        padding: 1.5rem 0 1rem;
    }

    .page-header .container .text-right a {
        position: relative;
        top: 0;
    }

    .homepage-blocks ul li,
    .quicklinks-block ul li,
    .quicklinks-block ul,
    .footer-block>div,
    .gallery-grid .grid-sizer,
    .gallery-grid .grid-item,
    .gallery-grid .grid-item img,
    .masonary-gallery {
        display: block;
        width: 100%;
    }

    .footer .row>div {
        margin-bottom: 2rem;
    }

    .footer {
        padding: 4rem 3rem 0;
    }

    .homepage-blocks ul li {
        display: block;
        width: 46%;
        float: left;
    }

    .quicklinks-block ul li {
        display: flex;
        width: 100%;
        align-items: center;
        flex-basis: 100%;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .quicklinks-block ul li p {
        margin: 0 0 10px;
        float: right;
        padding: 20px;
        text-align: left;
    }

    .quicklinks-block {
        padding: 3rem 1rem 0rem;
    }

    .homepage-slider .banner-cap {
        bottom: 5rem;
        z-index: 99;
        position: fixed;
    }

    .header .hamburger,
    .header .hamburger:focus,
    .header .hamburger:hover {
        float: none;
        margin: auto;
        display: block;
        width: 100%;
    }

    .header .hamburger>div {
        display: inline-block;
    }

    .header>.container {
        padding: 0;
    }

    #site-nav {
        top: 0;
    }

    .mobile-menu .panel-default>.panel-heading a:hover,
    .mobile-menu .panel-default>.panel-heading a:focus {
        color: #2699fb;
        outline: none;
    }

    .mobile-menu .panel-default>.panel-heading a[aria-expanded="true"] {
        color: #003e7e;
    }

    .mobile-menu .panel-default>.panel-heading#headingNine .panel-title a em:before {
        content: "\f0c9";
    }

    .mobile-menu .panel-default>.panel-heading#headingNine .panel-title a[aria-expanded="true"] em:before {
        content: "\f00d";
    }

    .homepage-slider .poster-image img {
        top: 0;
    }

    .homepage-slider.video-playing {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #000;
        z-index: 9999;
    }

    .homepage-slider.video-playing .html5-video-back-end video {
        max-width: 100%;
        object-fit: cover;
    }

    .homepage-slider.video-playing .html5-background-video {
        text-align: center;
        background: #000;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        display: -webkit-inline-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        top: 0;
        bottom: 0;
    }

    .hamburger,
    .hamburger:focus,
    .hamburger:hover {
        padding: 15px 20px 10px;
    }

    .page-header .dot-line {
        float: none !important;
        margin: 25px auto;
        width: 100%;
    }

    #newsletter-signup-form .modal-content button.close {
        top: -10px;
        right: -10px;
    }
}

@media screen and (min-width:550px) and (max-width: 767px) {
    .welcome-blocks>div {
        width: 50%;
        float: left;
    }
}

@media screen and (min-height:500px) and (max-height:625px) {
    .banner-cap {
        bottom: 25%;
    }

    #site-nav .tab-content .tab-pane {
        padding: 1rem;
    }

    #site-nav .navigation>div.quicklink-block .block-content ul {
        padding-top: 1rem;
    }

    #site-nav .tab-content h4 {
        margin: .75rem 0 .5rem;
    }

    #site-nav .tab-content h4+ul {
        margin-bottom: .75rem;
    }
}

@media screen and (min-width: 550px) {
    #site-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #site-nav .col {
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 380px) {
    .g-recaptcha>div {
        transform: scale(.8);
        transform-origin: left;
    }
}

@media screen and (min-width:1920px) {
    .container {
        width: 80%;
    }

    .internal-wrapper .header>.container {
        width: 80%;
    }
}

@media screen and (max-width: 599px) {
    .latest-news-wrapper .owl-nav {
        margin-top: 25%;
        margin-left: 7px;
        margin-right: 11px;
    }
}

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

.page table td {
    background-color: #efefef;
    padding: 10px 8px;
    font-size: 0.9em;
    vertical-align: top;
}

.page table td:hover {
    background-color: #dcdcdc;
    transition: all 0.25s ease 0s
}

.page table td p {
    margin-bottom: 5px;
    line-height: 1em;
}

#knox-slider {
    padding-left: 0;
    padding-right: 0px;
}

button.slick-prev {
    background: url("/static/images/slider-nav.png") no-repeat scroll -81px 0 rgba(0, 0, 0, 0);
    height: 71px;
    width: 81px;
    left: 0;
}

button.slick-prev:hover {
    background-position: -81px -71px;
}

button.slick-next {
    background: url("/static/images/slider-nav.png") no-repeat scroll 0px 0 rgba(0, 0, 0, 0);
    height: 71px;
    width: 81px;
    right: 0;
}

button.slick-next:hover {
    background-position: 0px -71px;
}

.caption {
    color: #999b9e;
    font-size: 14px;
    display: none;
}

.slick-active .caption {
    display: block;
}

.slick-slide img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.slick-active img {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* -------------------------------------------------- */


/*	Dividers
/* -------------------------------------------------- */

.divider {
    margin-top: 70px;
    margin-bottom: 70px;
    height: 1px;
    background-color: #ececec;
}

.search-result {
    padding: 25px;
}

.search-result li {
    padding: 10px 0;
    color: #003E7E;
    font-size: .8rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

.search-result li a {
    display: block;
    padding-left: 5px;
    text-transform: uppercase;
}

.search-result-form .form-group input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #999b9e;
    color: #003E7E;
    height: 50px;
    font-size: 1.25rem;
    padding: 0 15px;
}

.search-result-form .btn-secondary {
    font-size: .8rem;
    height: 50px;
    background: #003E7E;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #003E7E;
    border-radius: 0;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

@media screen and (min-width: 768px) {
    .search-result-form .form-group {
        width: 300px;
    }
}


/***** new layout style*****/


/*
Knox Grammar School Css
*/



.about-page {
    background: #fff;
}

.about-page .section-title {
    padding: 30px 0;
}

.about-page .grey-section {
    background: #F7F7F7;
    padding: 60px 0;
}

.about-page .grey-section.no-bg {
    background: none;
    padding: 60px 0;
}

.about-page .grey-section p.small {
    color: #AAA;
}

.about-page .grey-section p.lead {
    color: #1d375c;
    font-size: 1.2rem;
    margin: 20px 0;
}

.about-page .grey-section .container {
    background: none;
    padding: 0 15px;
}

.about-page .grey-section .container h3 {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 1.25rem;
    margin-bottom: 15px;
    text-transform: inherit;
}

.about-page .text-vcenter {
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    width: 100%;
}

.padd-20 {
    padding: 20px 0;
}

.padd-30 {
    padding: 30px 0;
}

.padd-40 {
    padding: 40px 0;
}

.padd-60 {
    padding: 60px 0;
}

.about-page .years h5,
.story_year_content .years h5 {
    display: inline-block;
    float: right;
}

.about-page .flex-box {
    display: flex;
}

.about-page .flex-end {
    align-items: flex-end;
}

.x-divider {
    color: #003E7E;
    letter-spacing: 1px;
}

.about-page .left-block p {
    border-top: 2px solid #BFC0C2;
    color: #007DC3;
    letter-spacing: -1px;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    padding-top: 15px;
    font-size: 1.25rem;
}

.about-page .left-block h3 {
    border-top: 2px solid #BFC0C2;
    display: inline-block;
    padding-top: 15px;
}

.grey-color,
.grey-color a {
    color: #9B9DA0;
}

.about-page .fullscreen-section {
    position: relative;
}

.about-page .fullscreen-section .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-inline-box;
    -webkit-box-pack: end;
    -webkit-box-align: end;
}

.about-page .fullscreen-section .container {
    background: none;
}

.about-page .fullscreen-section .container ul {
    display: table;
    width: 100%;
}

.about-page .fullscreen-section .container ul li {
    display: table-cell;
    padding: 30px 15px;
    width: 1%;
}

.about-page .fullscreen-section .container ul li h4 {
    font-size: 2.5rem;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}

.about-page.statistics-values .fullscreen-section .container ul li h4 {
    color: #007DC3;
    border-bottom: 3px solid #BFC0C2;
}

.about-page .fullscreen-section .container ul li p {
    padding: 15px 0;
    color: #fff;
}

.about-page.statistics-values .container ul li p {
    color: #000;
}

.about-page blockquote {
    font-size: 1.25rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    color: #003E7E;
    background: none;
}

.about-page .left-block,
.about-page .right-block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-page .left-block h4,
.about-page .right-block h4,
.story_year_content .right-block h4 {
    text-transform: capitalize;
    color: #003D83;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    margin-bottom: 15px;
}

.about-page .slider-section h4 {
    color: #000;
    font-size: 1.75rem;
}

.about-page .slider-section h3 {
    text-transform: inherit;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0
}

.about-page .slider-section {
    position: relative;
}

.about-page .slider-section .slide .overlay {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.06+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0f000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.about-page .slider-section .slide .overlay .container {
    background: none;
    color: #fff;
    padding: 20px 0;
    border-top: 2px solid #fff;
}

.about-page .slider-section .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    font-size: 6rem;
    color: #fff;
    z-index: 16;
    pointer-events: none;
    margin: auto;
}

.about-page .slider-section .owl-nav button {
    pointer-events: auto;
    margin: 0 2rem;
    float: left;
    position: relative;
}

.about-page .slider-section .owl-nav button.owl-next {
    float: right;
}

.about-page .top-border {
    border-top: 2px solid #BFC0C2;
}

.search-box-section h3 {
    font-size: 2rem;
    color: #000;
    text-transform: inherit;
}

.next-prev-buttons>div {
    outline: 1px solid #c9c9c9;
    padding: 0;
}

.next-prev-buttons a {
    display: block;
    background: #f7f7f7;
    padding: 30px 70px;
    position: relative;
}

.next-prev-buttons a em {
    position: absolute;
    font-size: 2rem;
    top: 44%;
    left: 35px;
}

.next-prev-buttons .text-right a em {
    left: inherit;
    right: 32px;
}

.next-prev-buttons a span {
    display: block;
    text-transform: uppercase;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

.next-prev-buttons a h4 {
    color: #003e7e;
    font-size: 1.75rem;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
}

.section.search-box-section p {
    position: relative;
    padding-right: 3rem;
    width: 100%;
    border-bottom: 2px solid #007dc3;
    padding-bottom: 10px;
}

.section.search-box-section p a {
    border: none;
    position: absolute;
    right: 0;
    padding-right: 0;
    top: 20px;
}

.section.search-box-section p a em {
    position: relative;
}

.section.search-box-section p .remain {
    overflow: hidden;
    display: block;
}

.section.search-box-section p .azure {
    min-width: 170px;
    float: left;
}

.mobile-search-form {
    clear: both;
}

.padd-15 {
    padding: 15px 0;
}

.top-border-div {
    width: 100%;
    display: block;
    height: 2px;
    background: #BFC0C2;
    margin-bottom: 20px;
}

@media (max-width:992px) {
    .about-page .flex-box {
        display: block;
    }

    .about-page .image-block {
        float: left;
        margin: 0 20px 20px 0;
        max-width: 50%;
    }

    .about-page .slider-section .slide .overlay .container {
        padding: 10px 20px;
    }
}

@media (max-width:767px) {
    .about-page .text-vcenter {
        display: block;
    }

    .about-page .image-block {
        float: left;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
    }

    .about-page .image-block img {
        width: 100%;
    }

    .grey-bg-blocks .container .row {
        display: block;
    }

    .grey-bg-blocks .container .row>div {
        padding: 5px 15px;
        text-align: left;
    }

    .section-content-with-background-image {
        background-size: 100%;
        background-position: top center;
        background-color: #003e7e;
    }

    .section-content-with-background-image .content-wrap {
        background: none;
        padding-bottom: 4rem;
    }
}

.internal-wrapper .section-title h1.bg-navy {
    background-color: #003e7e;
    color: #fff;
}


/* 
MANSONRY BLOCK STYLES
*/

.grid .padding {
    background-color: #fff;
    padding: 8px;
}

ul#grid li {
    font-size: 16px;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
}

ul#grid li h3 {
    font-size: 1.067em;
    margin-top: 0;
}

ul#grid li h3 a {
    color: #007dc3;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

ul#grid li h3 a span {
    color: #999b9e;
}

.internal-wrapper .read-more.news-title,
.internal-wrapper .read-more-redirect.news-title {
    font-weight: var(--font-weight-regular);
    text-decoration: none;
    font-size: inherit;
    border: none;
    line-height: 1.4em;
}

p.date {
    color: #999b9e;
    margin-bottom: 5px;
}

ul#grid li a.read-more,
ul#grid li a.read-more-redirect {
    margin-top: -5px;
    background-color: #FFF;
}

ul#grid ul.pagination {
    display: none;
}

ul#grid li p {
    line-height: 1.2em;
}

ul#grid li p:last-child {
    margin-bottom: 0;
}

ul#grid li .image,
.webapp-image .image {
    position: relative;
}

ul#grid li .image .icalendar_date,
.webapp-image .image .icalendar_date {
    position: absolute;
    bottom: 10px;
    right: 38px;
}


/* 
SOCIAL LINKS
*/

.social-links p {
    line-height: 32px;
    margin-right: 10px;
    font-size: 12px !important;
}

.social-links p.alignleft {
    float: left;
}

.social-links ul li {
    float: left;
    margin-right: 2px;
    list-style: none;
}

.social-links ul li a {
    color: #FFF;
    display: block;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: normal;
    text-align: center;
}

.social-links ul li a:hover {
    border: 2px solid #007dc3;
}

.social-links ul li a em {
    color: #fff;
    font-size: 0.8em;
}

.social-links ul li a:hover em {
    color: #007dc3;
}

.social-links ul li:nth-child(2) a em {
    font-size: 0.65em;
}

.border {
    border: 1px solid #9a9b9f;
}


/* 
  /*** end new layout style ***/

.document-link:before {
    display: none;
}

.block-two_columns ul li.document-link {
    padding-left: 0;
    margin-bottom: 12px;
}

.document-link a {
    padding: 15px 25px;
    color: #017dc3;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
}

.document-link a:hover {
    border: 1px solid #017dc3;
}

.document-link a span {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    color: #000;
}

.document-link a img,
.document-link a object {
    padding-right: 10px;
}

.document-link a img,
.document-link a span {
    padding-left: 10px;
}

.xxx-divider object,
.xxx-divider img {
    height: 10px;
    width: auto;
    margin: 15px 0;
    object-fit: cover;
}

.image-caption {
    padding: 15px 0 0;
}

.image-caption p.name,
.left-block p.name,
.image .image-caption {
    padding: 15px 0 0;
}

.image-caption p {
    margin: 0;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: normal !important;
}

.image-caption p {
    margin: 0;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: normal !important;
}

.image-caption p.name,
.left-block p.name,
.newsletter-content .section p.photo-grapher-name {
    color: #aaa;
    line-height: normal;
}

.newsletter-content p.lead {
    font-size: 1.75rem;
    line-height: 2.35rem;
}

.image-caption p.photo-grapher-name {
    color: #aaa;
    line-height: normal;
}

.page-content.page-center-content {
    max-width: 60%;
    margin: auto;
    float: none;
}

.page-content.page-center-content .container {
    width: auto;
}

pre {
    border: none;
    border-radius: 0;
    background: #f7f7f7;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    padding: 40px 50px 60px;
    font-size: 1rem;
}

.btn {
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-bold);
    font-size: 1rem;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 0;
    font-size: .8888rem;
    transition: all ease .25s;
}


/* Solid Buttons Css */

.block-simplebutton a {
    margin-right: 10px;
}

.btn-solid-grey {
    background: #AAAAAA;
    border: 1px solid #AAAAAA;
    color: #FFFFFF;
    margin: 10px 0;
}

.btn-solid-grey:hover,
.btn-solid-grey:focus {
    background: none;
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
}

.btn-solid-light-blue {
    background: #007DC9;
    border: 1px solid #007DC9;
    color: #FFFFFF;
    margin: 10px 0;
}

.btn-solid-light-blue:hover,
.btn-solid-light-blue:focus {
    background: none;
    border: 1px solid #007DC9;
    color: #007DC9;
}

.btn-solid-dark-blue {
    background: #003D83;
    border: 1px solid #003D83;
    color: #FFFFFF;
    margin: 10px 0;
}

.btn-solid-dark-blue:hover,
.btn-solid-dark-blue:focus {
    background: none;
    border: 1px solid #003D83;
    color: #003D83;
}


/* Solid Buttons Css */


/* Outline to Solid Buttons css */

.btn-outline-grey {
    background: none;
    border: 1px solid #AAAAAA;
    color: #AAAAAA;
    margin: 10px 0;
}

.btn-outline-grey:hover,
.btn-outline-grey:focus {
    background: #AAAAAA;
    border: 1px solid #AAAAAA;
    color: #FFFFFF;
}

.btn-outline-light-blue {
    margin: 10px 0;
    background: none;
    border: 1px solid #007DC9;
    color: #007DC9;
}

.btn-outline-light-blue:hover,
.btn-outline-light-blue:focus {
    background: #007DC9;
    border: 1px solid #007DC9;
    color: #FFFFFF;
}

.btn-outline-dark-blue {
    margin: 10px 0;
    background: none;
    border: 1px solid #003D83;
    color: #003D83;
}

.btn-outline-dark-blue:hover,
.btn-outline-dark-blue:focus {
    background: #003D83;
    border: 1px solid #003D83;
    color: #FFFFFF;
}


/* Outline to Solid Buttons css */

form.wahroohnga-prep-open .form-extra-item {
    display: none;
}

form.wahroohnga-prep-open .add-extra-item,
form.wahroohnga-prep-open .remove-extra-item {
    margin: 0px 10px 10px 0px;
}

.modal-subscription-form #subscription-form .input-group {
    position: relative;
    border: 1px solid #eee;
}

.modal-subscription-form .input-group input {
    border: none;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    height: 38px;
    font-size: 1rem;
}

.modal-subscription-form #subscription-form .input-group-addon {
    padding: 0;
}

.modal-subscription-form .input-group input[type="submit"] {
    padding: 0 .75rem;
    background: #007DC3;
    color: #fff;
    font-size: .725rem;
    height: 38px;
    line-height: 2rem;
    display: block;
}

.modal-subscription-form .error-content {
    margin: 10px 0 0;
}

.modal-subscription-form .input-group-addon {
    border: 0;
    border-radius: 0;
}

.modal-subscription-form .error-content li {
    color: #fff;
    background: rgba(255, 0, 0, .8);
    padding: 5px 15px;
    font-weight: bold;
    border-radius: 4px;
    list-style: none;
    font-size: 16px;
}

#subscription-modal .modal-content {
    background: #F7F7F7;
}

.modal-header {
    border: none;
    padding: 0 20px 0;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    position: relative;
    padding: 0 40px 25px 40px;
}

h1.modal-title {
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    padding: 0 0 15px;
    font-size: 3rem;
    color: #003e7e;
    line-height: 2.75rem;
}

*:focus,
input:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

.modal-header .close {
    opacity: 1;
    display: inline-block;
    cursor: pointer;
    margin-top: 0;
    padding: 0px;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    font-size: 24px;
    color: #003e7e;


}

.modal-header .close span {
    font-size: 52px;
    font-weight: 400;
}


.modal-subscription-form #subscription-form .input-group {
    position: relative;
    border: 1px solid #ddd;
    margin: 2rem 0 0;
    background: #fff;
}


.blue-bg-cta .btn {
    border: 1px solid #fff;
    color: #fff;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 10px 35px;
    font-size: 1.125rem;
}

.blue-bg-cta .btn:hover {
    border: 1px solid #fff;
    color: #007DC3;
    background: #fff;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.125rem;
}

.blue-bg-cta p {
    font-size: 1rem;
    line-height: 1.25rem;
}

.blue-bg-cta {
    background: url(../centenary/images/cta-blue-bg.jpg) no-repeat #007DC3;
    background-size: cover;
    color: #fff;
    padding: 2.75rem 2.5rem;
}

.blue-bg-cta h2 {
    color: #fff;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    text-transform: none;
    line-height: 1;
    font-size: 2.4rem;
    margin: 0;
}

.knox-centenary-promo-banner .blue-bg-cta {

    background: url(/static/centenary/images/knox-banner-bg.svg) no-repeat #007DC3;
    background-size: 68vw;
    color: #fff;
    padding: 1.5rem 1.5rem 1.5rem 3.5rem;
    background-position: -11vw 60%;

}

.knox-centenary-promo-banner .blue-bg-cta .row {
    display: flex;
    align-items: center;
}

.knox-centenary-promo-banner .blue-bg-cta h1 {
    color: #fff;
    font-size: 2rem;
    font-family: var(--font-univers-next-pro-condensed);
    font-weight: var(--font-weight-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.knox-centenary-promo-banner .blue-bg-cta h1 i {
    font-size: 1.5rem;
    margin-left: 0.75rem;
}


.stats-block {
    padding: 5rem 0;
}

.stats-block .container>.row {
    display: flex;
    flex-wrap: wrap;

}

.stats-block .container>.row>div+div {
    border-left: 1px solid #E9EAEB;

}

.stats-block .container>.row>div {
    border-bottom: 1px solid #E9EAEB;

}

.stats-block .container>.row>div:nth-child(4n+1) {
    border-left: none;
}

.stats-block .container>.row>.col-md-3:nth-last-child(-n+4) {
    border-bottom: none;
}

.stats-block .block {
    padding: 1.25rem 5px;

}

.stats-block .block .media {
    display: flex;
    gap: 1.5rem;
}

.stats-block .block .media .icon {
    min-width: 60px;
    width: 60px;
    font-size: 2.5rem;
    color: #0391CE;
}

.stats-block .block .media .icon img {
    max-width: 100%;
    object-fit: cover;
}

.stats-block .block h4 {
    color: #003E7E;
    font-family: var(--font-univers-next-pro-compressed);
    font-weight: var(--font-weight-medium);
    font-size: 3rem;
    font-style: normal;
    line-height: normal;
    margin: 0 0 1rem;
}

.stats-block .block p {
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: var(--font-weight-light);
    line-height: normal;
}

.accodrdion-section .panel-default>.panel-heading {
    background: #fff;
    padding: 0;
}

.accodrdion-section .panel-default>.panel-heading h4.panel-title {
    font-size: 1.25rem;
    font-family: var(--font-univers-next-pro-compressed);
    /* Keeping the specific face to match style */
    font-weight: var(--font-weight-medium);
    color: #003e7e;
}

.accodrdion-section .panel-default>.panel-heading h4.panel-title a {
    display: flex;
    width: 100%;
    padding: 0.75rem 2.5rem .75rem 1.25rem;
    position: relative;
}

.accodrdion-section .panel-default>.panel-heading h4.panel-title a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    color: #003e7e;
    position: absolute;
    right: 1rem;
}

.accodrdion-section .panel-default+.panel-default {
    margin-top: .75rem;
}

.accodrdion-section .panel-default>.panel-heading h4.panel-title a[aria-expanded="true"]:after {
    content: "\f106";
}

.accodrdion-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: .5rem 1.25rem 1rem;
    border: none;
}

.image-gallery-grid .container>.row>div {
    margin-bottom: 1.5rem;
}

.image-gallery-grid .container>.row>div a {
    position: relative;
    display: flex;
}

.image-gallery-grid .container>.row>div a:before {
    content: "\2b";
    font-size: 4rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all ease .25s;
}

.image-gallery-grid .container>.row>div a:hover:before {
    opacity: 1;
}

.team-list-blocks .row.team-list {
    margin: 0 -8px;
    flex-wrap: wrap;
    display: flex;
}

.team-list-blocks .row.team-list>div {
    padding: 0 8px;
}

@media (min-width:1200px) and (max-width:1800px) {
    .knox-centenary-promo-banner .blue-bg-cta {
        background: url(/static/centenary/images/knox-banner-bg.svg) no-repeat #007DC3;
        background-size: 75vw;
        color: #fff;
        padding: 1.5rem 1.5rem 1.5rem 2.5rem;
        background-position: -12vw 60%;
    }

    .knox-centenary-promo-banner .blue-bg-cta object {
        height: 125px;
    }

    .knox-centenary-promo-banner .blue-bg-cta h1 {
        justify-content: flex-start;
    }
}


@media (min-width:992px) and (max-width:1200px) {
    .career-page .local-main-image {
        height: 60vh !important;
    }
}

@media (min-width:1800px) {

    .knox-centenary-promo-banner .blue-bg-cta object {
        height: 170px;
    }

    .knox-centenary-promo-banner .blue-bg-cta h1 {
        font-size: 3rem;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .stats-block .container>.row>div {
        border: none;
    }

    .stats-block .container>.row>div+div {
        border-top: 1px solid #E9EAEB;

    }

    .stats-block .container>.row>div:nth-child(2) {
        border-top: none;
    }

    .stats-block .container>.row>div:nth-child(2n+1) {
        border-left: 0;
    }
}

@media (max-width:767px) {
    .stats-block .container>.row>div {
        border: none !important;
    }

    .stats-block .container>.row>div+div {
        border-top: 1px solid #E9EAEB !important;

    }

    .knox-centenary-promo-banner .blue-bg-cta {
        padding: 1.875rem 1.5rem 1.875rem 1.5rem;
    }

    .knox-centenary-promo-banner .blue-bg-cta .row {
        display: block;
    }

    .knox-centenary-promo-banner .blue-bg-cta object {
        height: 6rem;
        margin: 0 auto 1rem;
    }

}