  
h1 {
    font-size: 2em;
    margin: 0.67em 0
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 100%
}

/*body,
html {
    width: 100%;
    height: 100%
}*/

body {
    background: #FFFFFF;
	color: #3a3a3a;
    font-family: 'Lato', sans-serif;
}

@media screen and (min-width: 2000px) {
.site-wrapper { 
	max-width: 2000px; 
	margin: 0 auto !important; 
	float: none !important; 
    background: #fff;
}
	
body, body.home {
    background: #81080d;
}
}

button,
input,
select,
textarea {
    font-family: 'Lato', sans-serif;
}

.video {
    max-width: 100%;
    position: relative;
    background: #000
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0
}

.btn {
    height: auto;
    margin-top: -1px;
    display: inline-block;
    padding: 0 1em;
    color: #0822aa;
    line-height: 2.8em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #0822aa;
    background: transparent;
    -webkit-transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    transition: background .4s, color .4s
}

.btn:focus,
.btn:hover {
    color: #FFF;
    background: #0822aa
}

/* BUTTON LINK */

.arrow-link {
    display: inline-block;
}
.arrow-link a,
.arrow-link span {
    display: block;
    position: relative;
    color: #194b9d;
    padding-right: 45px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
}

.arrow-link a:after,
.arrow-link span:after {
    position: absolute;
    right: 25px;
    top: -2px;
    bottom: 0;
    margin: auto;
    font-family: FontAwesome;
    content: '\f105';
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.arrow-link a:hover,
.arrow-link span:hover {
    color: #fbb41d;
}
.arrow-link a:hover:after,
.arrow-link span:hover:after {
    opacity: 1;
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

p {
    color: #3a3a3a
}

p.lead {
    font-size: 120%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0822aa;
	font-family: 'Lato', sans-serif;
    font-weight: 300
}

h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.main-header {
    padding: 20px 5% 13px;
    position: relative;
	width:100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 600;
	background-color: #1f0a68
}

@media screen and (min-width: 2000px) {
.main-header {
    max-width: 2000px;
	width: auto;
	    margin-left: auto;
    margin-right: auto;
	padding: 20px 40px 13px;
}	
}

@media (max-width:1600px) {
.main-header {
    padding: 20px 40px 13px;
}
}

@media (max-width:1025px) {
.main-header {
    padding: 0 30px;
}
}

@media (max-width:580px) {
.main-header {
    padding: 0 20px;
}
}

@media (max-width:500px) {
.main-header {
    padding: 0 15px;
}
}

.header-wrapper {
    position: relative
}

.header-wrapper:after,
.header-wrapper:before {
    content: "";
    display: table
}

.header-wrapper:after {
    clear: both
}

.header-main_title {
    display: inline-block;
    text-decoration: none;
	float: left
}

.header-main_title img {
    display: inline-block;
width: 90px;
    height: 90px;
	margin-top: -3px;
}

@media (max-width: 1600px) {
.header-main_title img {
    display: inline-block;
margin-top: 0px;
    margin-bottom: 0px;
    width: 65px;
    height: 65px;
}
}


@media (max-width:1210px) {
.header-main_title img {
	margin-top: 7px;
	margin-bottom: 3px;
    width: 55px;
    height: 55px;
}	
}

@media (max-width:500px) {
.header-main_title img {
	margin-top: 6px;
	margin-bottom: 3px;
    width: 45px;
    height: 45px;
}	
}

.header-main_title h1 {
    color: #fff;
    font-size: 2.38em;
    line-height: 0.85em;
	font-weight: 600;
    top: 0px;
	left: 20px;
    float: left;
    position: relative;
	display: block;
	float: right;
	margin: 12px 0 0 0;
}

.header-main_title h1 span {
    font-size: 18px!important;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4.15px;
}

@media (max-width: 1600px) {
.header-main_title h1 {
    font-size: 2em;
    line-height: 0.9em;
    top: -5px;
	left: 13px;
}

.header-main_title h1 span {
    font-size: 14px!important;
	letter-spacing: 4.3px;
}
}

@media (max-width:1210px) {
.header-main_title h1 {
    font-size: 1.6em;
    top: 2px;
}	
.header-main_title h1 span {
    font-size: 10px!important;
}
}

@media (max-width:500px) {
.header-main_title h1 {
    font-size: 1.3em;
    top: 0px;
	left: 12px;
}	
.header-main_title h1 span {
    font-size: 12px!important;
	letter-spacing: 1px;
}
}

.hero-header {
    overflow: hidden;
    position: relative;
    max-height: 600px;
    min-height: 330px;
	background-color: #fff;
	margin-top: 118px;
}	

@media (max-width:1620px) {
.hero-header {
    max-height: 500px;
    min-height: 300px;
}
}

@media (max-width:1420px) {
.hero-header {
    max-height: 400px;
    min-height: 300px;
}
}

@media (max-width:1180px) {
.hero-header {
	margin-top: 0px;
    max-height: 350px;
}
}

@media (max-width:750px) {
.hero-header {
    min-height: 200px;
	overflow: visible;
}	
}

@media (max-width:500px) {
.hero-header {
    min-height: 120px;
	overflow: visible;
}	
}

.hero-header:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 44.3037974684%
}

@media (max-width:1025px) {
.hero-header:before {
    padding-top: 0
}	
}

.hero-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.hero-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(2,0,36,0.48783263305322133) 0%, rgba(255,255,255,0) 63%);
    z-index: 101;
}

.hero-header_noimg {
    /*overflow: hidden;*/
    position: relative;
    max-height: auto;
    min-height: 160px;
	background-color: #1f0a68;
	margin-top: 115px
}

@media (max-width: 1550px) {
.hero-header_noimg {
	margin-top: 100px
}
}

@media (max-width:1400px) {
.hero-header_noimg {
    max-height: auto;
    min-height: 130px;
}
}

@media (max-width:1200px) {
.hero-header_noimg {
	margin-top: 110px
}	
}

@media (max-width:1170px) {
.hero-header_noimg {
	margin-top: 0px
}	
}

@media (max-width:1025px) {
.hero-header_noimg {
    max-height: auto;
    min-height: 90px;
}	
}

@media (max-width:800px) {
.hero-header_noimg {
    max-height: auto;
    min-height: 90px;
}	
}

@media (max-width:500px) {
.hero-header_noimg {
    max-height: auto;
    min-height: 80px;
}
}

.main {
    position: relative;
    z-index: 2
}

@media (min-width:991px) {
    .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: stretch
    }
}

.page-content {
    background-color: #fff;
    padding: 25px 5%
}

@media (max-width:991px) {
.page-content {
	padding: 25px 30px;
}
}

@media (max-width:767px) {
.page-content {
	padding: 20px 20px;
}
}

.content-page_title {
    font-size: 2em;
    margin: 0
}

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

.content-wrapper {
    line-height: 1.8;
    margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
}

@media (max-width:991px) {
.content-wrapper {
    line-height: 1.8;
	font-size: 16px;
}
}

.content-wrapper a {
    color: #0822aa;
    font-weight: 700;
    text-decoration: none
}

.content-wrapper a:hover {
    color: #d8f3f9
}

.content-wrapper h2,
.content-wrapper h3,
.content-wrapper h4,
.content-wrapper h5 {
    color: #0822aa
}

.breadcrumb {
    color: #d8f3f9;
    text-transform: uppercase;
       font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 0.775em;
    
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;	
	margin-bottom: 5px;
}

.breadcrumb a {
    text-decoration: none;
    color: #aaa;
	-webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
	padding: 0 4px;
}

.breadcrumb a:hover {
    color: #0822aa;
}

.breadcrumb a.bc-home {
	padding: 0;
	margin-right: 6px;
    color: #0822aa;	
}

.content-page_title {
    font-size: 1.6875em;
	line-height: 1.18;
    margin: 0;
    padding: 30px 5% 30px;
    position: relative;
    z-index: 400;
    color: white;
	text-shadow: 0px 3px 2px rgba(0,0,0,0.39);
}

.hero-wrapper .content-page_title {
    margin: 0;
    padding: 20px 5% 30px;
    position: absolute;
}

.hero-wrapper .content-page_title {
    top: 40%;
}

@media (min-width:1700px) {
    .content-page_title {
        font-size: 3.375em
    }
}

@media (max-width:1699px) {
    .content-page_title {
        font-size: 3em
    }
}

@media (max-width:1400px) {
    .content-page_title {
        font-size: 2.4em
    }
}	

@media (max-width: 767px) {
.hero-wrapper .content-page_title {
    top: 0%;
    padding: 70px 20px;
}
}



@media (min-width:1025px) {
    .page-content {
        width: calc(100% - 280px);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
       /* margin-top: -120px;*/
        padding: 80px 5vw 80px 90px
    }
    .no-flexbox .page-content {
        float: right
    }
    .content-page_title {
        font-size: 3.375em
    }
	
    .single .page-content, .post-type-archive-tribe_events .page-content {
        padding: 80px 130px 80px 130px
    }
}

@media (max-width: 1250px) {
.hero-wrapper .content-page_title, .content-page_title {
    font-size: 1.8875em;
}
.content-page_title {
    padding: 20px 30px;
}	
	
}

@media (max-width:500px) {
.hero-wrapper .content-page_title {
    top: 0%;
    padding: 40px 20px;
    font-size: 1.4875em;
	line-height: 1.4em;
}	
.content-page_title {
    font-size: 1.4875em;
	line-height: 1.4em;
}			
}

@media (max-width: 500px) {
.content-page_title {
    padding: 20px 20px;
}
}

@media (min-width:1301px) {
    .page-content {
        padding: 80px calc(50vw - 585px) 80px 130px
    }
    .single .page-content, .post-type-archive-tribe_events .page-content {
        padding: 80px 130px 80px 130px
    }
}

.subnav {
    background-color: #d8f3f9;;
    padding: 25px 0 25px 5%;
    position: relative
}

.subnav-title {
    display: none;
    position: absolute;
    right: 65px;
    top: -90px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	text-decoration: none;
}

@media (min-width:1025px) {
    .subnav {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 380px;
        text-align: left;
        padding: 50px 0 50px 0	
    }
    .no-flexbox .subnav {
        float: left
    }
    .subnav-title {
        display: block
    }
}

@media (max-width:1024px) {
.subnav {
    display:none;
}
}

/* SINGLE NEWS / POSTS */

.single .nav-links {
	margin-top: 30px;
	display:block;
	border-top: solid 1px rgba(0,0,0,0.1);
	padding-top: 25px;
	font-size: 0.8em;
	line-height: 1em;
}

.single .nav-links:after, .single .nav-links:before {
    content: "";
    display: table;
}

.single .nav-links:after {
    clear: both;
}

.nav-previous, .nav-next {
	width: 50%;
	float: left;
}

.nav-next {
	float: right;
	text-align: right;
}

@media (max-width:1024px) {
.nav-previous, .nav-next {
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom: 15px
}
}

.single h1.entry-title {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #3a3a3a;
	line-height: 1.2;
}

/* EVENTS / CALENDAR */

.tribe-events-page-title {
font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.2;
}

/* INNER HEADER IMAGES */

.hero-wrapper .post-thumbnail {
	background-color: black
}

.hero-wrapper .post-thumbnail img {
	opacity: 0.8
}

@media (max-width:990px) {
.hero-wrapper .post-thumbnail {
	background-color: white
}
	
.hero-wrapper .post-thumbnail img {
	opacity: 1
}	
}

/*.hero-wrapper .post-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(2,0,36,0.58783263305322133) 0%, rgba(0,0,0,0.3) 63%);
    z-index: 101;
}*/

/* FOOTER */

.footer:after,
.footer:before {
    content: "";
    display: table
}

.footer:after {
    clear: both
}

.footer__contact {
    display: block;
    background-color: #1f0a68;
    color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    padding: 25px 5%;
    line-height: 25px;
    text-decoration: none;
    -webkit-transition: background-color 350ms ease;
    -o-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    position: relative
}

.footer-wrapper {
    padding: 25px 5%;
    text-align: left;
    background-color: #1f0a68
}

.footer-wrapper:after,
.footer-wrapper:before {
    content: "";
    display: table
}

.footer-wrapper:after {
    clear: both
}

.footer-content {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 1em
}

.footer-content a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease
}

.footer-content a:hover {
    color: #d8f3f9
}

.footer-content i {
    color: #d8f3f9;
}
.legal {
    font-size: 0.8em;	
}

    .footer-line {
        visibility: hidden;
        height: 0;
        display: block;
        margin: 0 10px;
		color: rgba(255,255,255,0.50)
    }

@media (min-width:1080px) {

    .footer-wrapper {
        text-align: left;
        float: right;
        width: 100%;
        padding: 40px 40px 40px 40px
    }
    .footer-content {
        display: block;
        vertical-align: top
    }
    .footer-line {
        visibility: visible;
        height: auto;
        display: inline-block;
        margin: 0 10px
    }
}

@media (min-width:1301px) {

    .footer-wrapper {
        width: calc(100%);
        padding: 40px 40px
    }
}


@media screen and (max-width:767px) {
.footer__content p {
    font-size: 0.8em!important;	
}
}

.footer__info {
    padding: 25px 5%;
    text-align: left;
}

.footer__info:after,
.footer__info:before {
    content: "";
    display: table
}

.footer__info:after {
    clear: both
}

.footer__info img {
	width: 80px;
	height: auto;
	margin-right: 20px;
	margin-top: 5px;
}

@media (max-width:1200px) {
.footer__info img {
	width: 60px;
}	
}

@media (max-width:1025px) {
.footer__info img {
	width: 40px;
	margin-right: 0
}	
}

.school-title {
    color: #d8f3f9;
    font-weight: 600;
    display: block;
    font-size: 150%;
	margin-bottom: 6px;
}

.footer__info hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 25px 0 20px;
}

.footer__text {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 1em
}

.footer__text a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease
}

.footer__text a:hover {
    color: #d8f3f9
}

.footer__text i {
    color: yellow;
}

.legal {
    font-size: 0.8em;	
	margin-top: 35px;
}

.footer__seperator {
    display: block;
    height: 0;
    visibility: hidden;
    color: rgba(255,255,255,0.42)
}

.footer__social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.footer__social li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.footer__social li:last-child {
    margin-right: 0
}

.footer__social a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.25em;
    -webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease
}

.footer__social a:hover {
    color: #d8f3f9
}

	.footer__social2 {
		display:block;
		margin-top: 20px;
	}
	.footer__social2 i {
    color: #d8f3f9;
    margin-right: 7px;
    display: inline-block;
    line-height: 36px;
    height: 34px;
    width: 34px;
    text-align: center;
    background-color: #fdcb54;
    color: #800000;
    border-radius: 50%;
    font-size: 1.2em;
		-webkit-transition: color 350ms ease;
    -o-transition: color 350ms ease;
    transition: color 350ms ease;
	}

.footer__social2 i:hover {
    background-color: #d8f3f9
}


@media (min-width:1025px) {

    .footer__info {
        text-align: left;
        float: left;
        /*width: 100%;*/
        padding: 40px 0px 40px 0px
    }
    .footer__text {
        display: inline-block;
        vertical-align: top
    }
    .footer__seperator {
        visibility: visible;
        height: auto;
        display: inline-block;
        margin: 0 10px
    }
    .footer__social {
        margin: 0;
        float: right
    }
    .footer__social a {
        line-height: 60px
    }
}

@media (min-width:1301px) {

    .footer__contact:after {
        right: 60px
    }
    .footer__info {
        width: calc(55%);
        padding: 40px 0px 40px 0px
    }
	
.footer__dates {
   width: calc(45%);
   padding: 40px 0px 40px 40px;
float: right
}	
}

.footer__dates {
   padding: 40px 0px 40px 0px;
float: left;
	width: 100%;
	line-height: 30px;
}

.footer__dates:after,
.footer__dates:before {
    content: "";
    display: table
}

.footer__dates:after {
    clear: both
}

.footer__dates .widget-area {
    float: left;
    margin-right: 2.7%;
    /* margin-top: 2.7%; */
    width: 46.85%;
    line-height: 130%;
}

.footer__dates .widget-area + .widget-area {
    margin-right: 0;
    margin-top: 0;
    width: 46.85%;
}

@media (max-width:800px) {
.footer__dates .widget-area, .footer__dates .widget-area + .widget-area {
    float: left;
    margin-right: 0;
    /* margin-top: 2.7%; */
    width: 100%;
    line-height: 130%;
}
	
}

.footer__dates .widget-area td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 0 12px 0;
    line-height: 95%;
    font-size: 85%;
    color: #FFFFFF;
}

@media (min-width:1601px) {
.footer__dates {
   width: calc(50%);
}
	
    .footer__info {
        width: calc(45%);
    }		
}

@media (max-width:1600px) {
.footer__dates {
   width: calc(55%);
}
	
    .footer__info {
        width: calc(43%);
    }		
}

@media (max-width: 1300px) {
.footer__info {
    width: calc(100%);
}
}

@media (max-width:1300px) {
.footer__dates {
   width: calc(100%);
display: block;
	padding: 20px 0 20px 0;
}
	
    .footer__info {
        width: calc(100%);
		padding: 20px 0 0 0;
    }		
}


@media screen and (max-width: 1640px) and (min-width: 1301px) {
  .email-br {
    visibility: hidden;
    height: 0;
    display: block;
    margin: 0 10px;
    color: rgba(255,255,255,0);
  }
}

/** CLASSIE.JS **/

@media (min-width:1180px) {

	
.main-header {
    position: fixed;
    width: 100%;
    /*z-index: 999999999;*/
}	

.main-header.smaller, .header-main_title img, .contact-nav {	
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
	
.main-header.smaller  {
	padding: 0px 40px 0px;
}
	
.main-header.smaller .header-main_title img {
    display: inline-block;
	margin-bottom: 0px;
width: 50px;
    height: 50px;
    margin-top: 5px;
	margin-bottom: 2px;
}
	
.main-header.smaller .header-main_title h1 {
    font-size: 1.7em;
	line-height: 1;
    top: 0px;
	left: 15px;
	margin-top: 10px;
}	
.main-header.smaller .header-main_title h1 span {
    font-size: 12px!important;
	letter-spacing: 3.6px;
}	
	
.main-header.smaller .contact-nav {
	display:none	
}	
	
.main-header.smaller #primarymenu ul li {
    margin-top: 3px;
	margin-bottom: 3px;
}
	
.main-header.smaller #primarymenu ul li li {
    margin-top: 0;
	margin-bottom: 0;
}
	
.main-header.smaller #primarymenu ul ul {
    margin-top: 3px;
}
}	

@media only screen and (max-width: 1070px) and (min-width: 1101px) {
.main-header .header-main_title img {
    width: 155px;
    height: 50px;
}
}	

@media screen and (min-width: 2000px) {
.main-header.smaller {
    padding: 0 20px;
}	
}

/* NEWS TICKER */

#ticker-section {
  position: relative;	
}

.ticker-container {
  position: relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 3rem;
  background-color: rgba(0,0,0,0.10);
  padding-left: 100%;
  box-sizing: content-box;
}

#ticker-div {
  height: 3rem;
  line-height: 3rem;
  padding: 0;
  width: 100%;
  display: block;
  z-index: 999;
  font-size: 1em;
  color: #000;
  font-weight: 400;
  background-color:  rgba(0,0,0,0.10);
}

#ticker-div a {
  color: #000;
}

.bn-label{
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  background-color: #1f0a68;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  z-index: 3;
  padding: 12px 15px 18px 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
.bn-label{
  display:none
}
}

.mtphr-dnt-default {
    padding: 0px!important;
    background-color:  rgba(0,0,0,0)!Important;
    color: black!Important;
}

.ditty-item__content {
	white-space: nowrap;
}

/* REMOTE LEARNING TEMPLATE */

.fourboxes-wrapper {
	margin-bottom: 0px;
	margin-top: 0px;
	background: white
}

@media (min-width:1025px) {
.fourboxes-wrapper {
	margin-bottom: 15px;
	margin-top: 70px;
}
}

@media (max-width:950px) {
.fourboxes-wrapper {
	margin-bottom: 0px;
	margin-top: 20px;
}
}

@media (min-width: 769px) {
.fourboxes-wrapper {
	display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; 	
	flex-wrap: wrap;
}
}

@media (max-width: 768px) {
.fourboxes-wrapper {
    margin-top: 0px;
}
}
 
.fourboxes-wrapper::after {
    display: block;
    clear: both;
    content: "";
}

.fourbox {
    overflow: hidden;
	color: #fff;
    font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none;
    font-family: 'Lato', sans-serif;
}

@media (max-width: 1140px) {
.fourbox {
    font-size: 1em;
	line-height: 1em;
}
}

.fourbox:nth-child(1), .fourbox:nth-child(3), .fourbox:nth-child(6), .fourbox:nth-child(8), .fourbox:nth-child(9), .fourbox:nth-child(11) {
    background-color: #101f69;
}
.fourbox:nth-child(2), .fourbox:nth-child(4), .fourbox:nth-child(5), .fourbox:nth-child(7), .fourbox:nth-child(10), .fourbox:nth-child(12) {
    background-color: #d8f3f9;
}

@media (max-width: 768px) {
.fourbox:nth-child(1), .fourbox:nth-child(3), .fourbox:nth-child(5), .fourbox:nth-child(7), .fourbox:nth-child(9), .fourbox:nth-child(11) {
    background-color: #101f69;
}
.fourbox:nth-child(2), .fourbox:nth-child(4), .fourbox:nth-child(6), .fourbox:nth-child(8), .fourbox:nth-child(10), .fourbox:nth-child(12) {
    background-color: #d8f3f9;
}

}

@media (min-width: 1025px) {
.fourbox {
    margin-right: 0;
    margin-top: 0;
}
}

@media (min-width: 769px) {
.fourbox {
    float: left;
    width: calc(24.3333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
	padding: 50px 35px;
	
}
	
.fourbox:nth-child(4), .fourbox:nth-child(8) {
    margin-right: 0px;
}

.fourbox:nth-child(4) {
    clear: left!Important;
} 
}

@media (max-width: 768px) {
.fourbox {
	padding: 20px 20px;
    margin-top: 15px;
    font-size: 1.2em;
}

.fourbox:first-of-type {
    margin-top: 0px;
}
}

@media (max-width: 1050px) {
.fourbox {
	padding: 15px 15px;
}
}

@media (max-width: 991px) {
.fourbox {
	padding: 25px 15px;
}
}

.fourbox a {
	color: #fff;
	text-decoration: none;
}

.fourbox a:hover {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

/** RESPONSIVE IFRAME / VIDEO **/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.map-responsive{
    overflow:hidden;
    padding-bottom:46.25%;
    position:relative;
    height:0;
	margin-top: 15px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
