body{
    overflow-x: hidden;
}

body, html {
    height: 100%;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Lexend Deca', sans-serif;
    margin-top: 0px;
}

h1 {
    color: #AA5442;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
}

.h1-alt{
    color: #AA5442;
    font-size: 32px;
    font-weight: 400;
    line-height: 70px;
}

h2 {
    font-size: 30px;
    text-transform: none;
    font-weight: 400;
    color: #AA5442;
    letter-spacing: 0px;
      line-height: 42px;
}

h3 {
    font-size: 32px;
    line-height: 40px;
    color: #AA5442;
    font-weight: 400;
}

h2.section-title{
  margin-bottom: 40px;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    color: #AA5442;
  line-height: 40px;
}

h5{
    color:#AA5442;
    text-transform: capitalize;
    font-size: 3.5em;
}

p {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
  text-align:justify;
}

a {
    font-family: 'Alegreya Sans', sans-serif;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    color: #AA5442;
}

a:hover, a:focus{
  color:#8e3927;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
font-family: 'Lexend Deca', sans-serif;
}

input{
   font-family: 'Alegreya Sans', sans-serif;
    letter-spacing: 0.5px;
  
}

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

li, ol{
  font-family: 'Alegreya Sans', sans-serif;
}

.post-page li, ol{
   font-family: 'Alegreya Sans', sans-serif;
    color: #4e4e4e;
    line-height: 30px;
    font-weight: 300;
  font-size: 18px; 
}

.post-page h4{
  margin-bottom: 20px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: #AA5442;
}

.navbar-nav .active a{
    transition: all 0.5s ease;
}

.navbar{
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-custom{
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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


.fa-search{
    padding-left: 10px;
}

.navbar{
    border: 0px;
    border-radius: 0px;
    background-color: #AA5442;
    z-index: 999;
    width: 100%;
    margin-bottom: 0px;
}

.navbar-brand{
    margin-top: -5px;
}

.navbar-default .navbar-nav>li>a{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
   font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-toggle{
    margin: 0px;
}

.navbar-right{
  margin-top: 5px;
}

.navbar-fixed-top{
    position: fixed;
}

.navbar-fixed-top .navbar-collapse{
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    font-weight:600;
  color: #ffb6a7;
}



#toggle {
  width: 28px;
  height: 30px;
  margin: 0px auto;
}

#toggle div {
  width: 100%;
  height: 3px;
  background: #fff;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(6px, -7px);
  height: 3px;
}

:focus{
    outline: none;
}

.white-container, .grey-container{
  text-align:center;
}

.white-container p, .grey-container p{
  text-align:center;
}

.section-space{
    padding-top: 100px;
    padding-bottom: 100px;
}

.fig1{
 height:465px;
}

.landscape{
  padding-left:0px;
}

.landscape figure{
 height:208px;
}

.doubles{
  margin-top:15px;
  max-height:242px;
}

.doubles figure, .doubles figure .smallest{
height:242px;
}

/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 200px;
	background: #000;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
 figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
  color:#fff;
  font-size:24px;
}

figure h2 span {
	font-weight: 800;
}

figure h2,
figure p {
	margin: 0;
}

figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.6;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
/* 	height: 30%; */
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
  text-align:left;
}

figure.effect-lily:hover img {
	opacity: 0.6;
}

figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

.searchres{
  border-bottom:solid 1px #ccc;
  padding-bottom:37px;
  margin-bottom:10px;
  padding-top:34px;
}

iframe {
   width: 100%;
   height: 450px;
}


.pm-logo{
    float: right;
}

.feature-box{
    background: #f8f8f8;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.feature-box p{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0px;
}

.feature-box:hover{
    box-shadow: 0px 3px 25px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.feature-box .fa{
    background: #ffc424;
    border-radius: 50%;
    padding: 20px;
    width: 65px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.slider-img{
  width: 747px;
}

.spacingbottom{
    margin-bottom: 40px;
}

.feature-box h4{
    margin-bottom: 20px;
}

.grey{
    background: #f8f8f8;
}

.darkgrey{
    background: #333;
}

.darkgrey p, .darkgrey h1{
    color: #fff;
}

.bold-text{
    font-weight: 600;
}

.extrapaddingright{
    padding-right: 100px;
}

ul {
  margin: 0 auto;
  padding: 0;
  padding-left: 40px;
  list-style-type: disc;
}

ul li {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  font-family: 'Alegreya Sans', sans-serif;
}

.chart {
  position: relative;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.center{
    text-align: center;
}

.text-padding p{
    padding-top: 10px;
    padding-bottom: 10px;
}

.screen-canvas{
    position: absolute;
    height: 562px; 
    overflow: auto;
    top: 44px;
    left: 59px;
    width: 1022px;
    margin: 0px auto;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-color: #ddd;
  border: 0px;
}

.dropdown-menu>li{
  margin: 0px;
  width: 100%;
  text-align: left;
  
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 30px;
    clear: both;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
  text-transform:uppercase;
}

.screen-canvas:before{
    position: absolute;
    width: 100%;
    height: 3500px;
    text-align: center;
    top: 0;
    padding-top: 250px;
    left: 0;
    background: rgba(0,0,0,0.6);
    content: "Scroll on screen to preview";
    color: #fff;
    font-size: 30px;
    opacity: 1;
    transition: all 0.3s ease;
}

.screen-canvas:hover:before{
    opacity: 0;
}

.twocolordiv  {
    position: relative;
    z-index: 9;
    background: #333;
    width: 100%;
    height: auto;
}

.twocolordiv:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
}

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

.logo-section{
    padding-left: 80px;
    display: flex;
    align-items: center;
}

.logo-section img{
    margin-top: 75px;
    margin-bottom: 75px;
}

.paddingright{
    padding-right: 40px;
}

strong{
    font-weight: 600;
}

.slider{
    width: 100%;
    display: flex;
    align-items: center;
}

.slider-text{
  padding: 60px;
  padding-right: 180px;
  padding-top: 100px;
  color: #fff;
  position: absolute;
   top: 0px;
  margin-left: -110px;
}

.slider-box{
  margin-left: -110px;
}

.slider-text h3{
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
}

.slider-text p, .slider-text h1{
   text-align: left;
    color: #fff;
}

.slider-box{
  background: transparent;
}

.slider-text .btn-custom{
  margin: 0px auto;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}

.school-sections{
  margin-top: -130px;
}

.school-col{
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}

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

.title-separator{
  border-bottom: 3px solid #314A8A;
  width: 75px;
  margin-top: 15px;
  margin-bottom: 60px;
}

.intro-section p{
/*   padding-right: 120px; */
  margin-bottom: 30px;
}

.newspost, .newspost p{
  text-align:left;
}

.newspost h2{
  padding-top:30px;
  padding-bottom:10px;
}

.buttonsholder{
  margin-top:30px;
}

.btn-custom{
  background: #AA5442;
  color: #fff;
  padding: 12px 25px;
  text-align: center;
  border-radius: 0px;
  webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
}

.btn-custom:hover{
  background: #F4F4F4;
  color: #AA5442;
}

.btn-light{
  background: #fff;
  color: #314A8A;
}

.btn-light:hover{
  background: #0D1F2D;
  color: #fff;
}

.btn-dark{
  background: #0D1F2D;
  color: #fff;
}

.btn-dark:hover{
  background: #fff;
  color: #0D1F2D;
}

.btn-group .btn{
  background: #fff;
  color: #666;
  padding: 15px 35px;
  text-align: center;
  border-radius: 0px;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  border: 1.5px solid #eee;
  transition: all 0.4s ease-in-out;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -3px;
}

.btn-group .btn:hover{
  background: #314A8A;
  color: #fff;
  border-color: #eee;
}

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

.intro-img img{
  margin: 0px auto;
}

.flex{
  display: flex;
  align-items: center;
}

.school-logo{
  position: absolute;
  bottom: 35px;
  left: 45px;
}

.school-logo-2{
  position: absolute;
  bottom: 35px;
  left: 45px;
  max-width: 170px;
}

.school-logo-3{
  position: absolute;
  bottom: 35px;
  left: 45px;
  max-width: 90px;
}

.school-logo-4{
  position: absolute;
  bottom: 35px;
  left: 45px;
  max-width: 90px;
}

.blue-section{
  background: #314A8A;
}

.blue-section h3, .blue-section p{
  color: #fff;
}

.blue-section h3{
  display: inline;
  margin-right: 25px;
}

.blue-section .fa{
  color: #314A8A;
  font-size: 30px;
  display: inline;
}  

.blue-section p{
  margin-top: 20px;
}

.newsletter-box{
    background-color: rgba(255,255,255,0.2);
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    border-radius: 0px;
    text-align: left;
}

input[type=email]{
  border:solid 1px #AA5442;
  box-shadow:none;
  width: 100%;
  font-size: 18px;
  margin-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
  background: transparent;
  font-family: 'Alegreya Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}

input[type=email]::placeholder{
    color: #4e4e4e;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
}

input[type=submit]{
    border: 0px;
}

.newsletter-box .icon{
  float: right;
    margin-right: -3px;
    padding: 15px 30px;
    background-color: #314A8A;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
   font-family: 'Alegreya Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: initial;
}

.newsletter-box .icon:hover{
    background: #333;
}

.blue-section .section-space{
  padding-top: 50px;
  padding-bottom: 50px;
}

.blue-section #mc_embed_signup{
    margin: 0px auto;
    width: fit-content;
}



.readmore-btn{
  font-weight: 600;
  text-transform: uppercase;
}

.spacingbottom-xl{
  margin-bottom: 100px;
}

.col-odd{
  margin-top: -80px;
}

.grey-container{
  background: #f9f9f9;
}

.nopaddingbottom{
  padding-bottom: 0px;
}

.panel-group{
  margin-top: 40px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.panel-default>.panel-heading {
    color: #444;
    background-color: #f9f9f9;
    border-color: #ddd;
    border-radius: 0px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.panel-title{
  font-size: 17px;
    color: inherit;
    font-weight: 300;
  line-height: 40px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #314A8A;
}

.panel-body {
    padding: 30px 15px;
    background: #f9f9f9;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Alegreya Sans', sans-serif;
    line-height: 30px;
    color: #666;
    padding-left: 0px;
}

.panel-faq .panel-body, .panel-faq .panel-default>.panel-heading{
  background: #fff;
}

.panel-title a.float-right{
  float: right;
}

.footer-section{
  background-color: #AA5442;
  padding-top:65px;
}

.footer-section p, .footer-section h2{
  color: #fff;
}

.footer-section h2{
  margin-bottom: 40px;
}

.site-logo img{
  margin-bottom: 40px;
}


.topspacer{
  margin-top:10px;
}

.contact-section{
  text-align:center;
  padding-bottom:40px;
}

.contact-section a{
  color:#fff;
}

.contact-section a:hover{
  color:#f4f4f4;
}

.contact-section p{
  text-align:center;
}

.contact-section img{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.contact-section i{
  color: #314A8A;
  font-size: 18px;
  line-height: 30px;
  margin-right:20px;
}

.nopaddingleft{
  padding-left: 0px;
}

.copyright-section{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
}

.copyright-section p{
  text-align:center;
  color:#fff;
}

.copyright-section a{
  color: #fff;
}

.copyright{
  margin-top:20px;
  margin-bottom:20px;
}

.school-col:hover {
    margin-top: -20px;
}

.post-categories{
  display: inline;
}

.post-categories li{
  display: inline;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 30px;
}

.the-date{
  display: inline;
  text-transform: uppercase;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #314a8a;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-left: 0px!important;
}

/*---------- Contact Form 7 ----------*/

/* .wpcf7 {
    color: white;
}

.wpcf7 label {
    display: block;
    font-weight: 300;
} */

/* .wpcf7 ::placeholder{
    color: #fff!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    margin-top: 0px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 12px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
    transition: all 0.3s;
} */

/* input.wpcf7-date,
input.wpcf7-time {
    font-weight: 300;
}

.wpcf7 input[type=file] {
    font-size: 16px;
    background-color: transparent;
    border: none;
    color: #666;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
textarea:focus {
    font-size: 16px;
    background-color: transparent;
    border: none;
    width: 100%;
    border: 1px solid #314A8A;
    outline: none;
}

input.wpcf7-submit {
    background: #545257;
    border: 0px;
    padding: 15px;
    transition: all 0.5s;
    color: #fff;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3 ease-in-out;
}

.wpcf7-submit:hover {
    background: #314A8A;
} */

.nopaddingleft {
    padding-left: 0px;
}

.nopaddingright {
    padding-right: 0px;
}

/* .wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
  color: #666!important;
} */

.intro-flex .intro-img img{
  text-align: right;
  float: right;
}

.course-col{
  padding-right: 120px;
}

.course-cat{
  background: #fff;
  box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
  padding: 40px;
  transition: all 0.4s ease-in-out;
}

.course-cat h3{
  font-size: 22px;
  color: #666;
  line-height: 35px;
}

.cat-separator{
  border: 1.5px solid #0D5487;
  width: 60px;
}

.cat-nav{
  position: absolute;
  top: 0px;
  right: 120px;
  background: #314A8A;
  padding: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  border-left: 1px solid #314A8A;
  border-bottom: 1px solid #314A8A;
  transition: all 0.4s ease-in-out;
}

.cat-nav a{
   text-align: center;
    margin: 0px auto;
}

.cat-nav .fa{
  color: #fff;
  font-size: 22px;
}

.course-cat:hover{
  background: #314A8A;
  cursor: pointer;
}

.course-cat:hover h3, .course-cat p{
  color: #fff;
}

.course-cat:hover .cat-separator{
  border-color: #fff;
}

.course-cat:hover .cat-nav{
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.spacing-bottom{
  margin-bottom: 80px;
}

/* .applications-banner{
  background-image: linear-gradient(to right, #314A8A, #0088BE);
  padding: 50px;
}

.applications-banner h2, .applications-banner p{
  color: #fff;
}

.applications-banner .btn-light{
  box-shadow: 0px 5px 25px rgba(0,0,0,0.2);
  padding: 15px 40px;
  font-size: 14px;
  float: right;
} */
/* 
.applications-banner .btn-light:hover{
  background: #314A8A;
} */

.dropdown-toggle .fa{
  padding-left: 7px;
}

.nospacingtop{
  padding-top: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}


.grey-section{
  background: #F9F9F9;
  overflow: hidden;
}

.testimonial-text{
  padding-right: 120px;
}



blockquote:before{
  content: open-quote;
  color: #6666661c;
  font-size: 120px;
  position: absolute;
  top: -100px;
  left: -10px;
}

blockquote:after{
  content: close-quote;
  color: #6666661c;
  font-size: 120px;
  position: absolute;
  bottom: -60px;
  right: 100px;
}

blockquote{
  border: 0px;
}

.owl-carousel .owl-stage-outer{
  display: inline-block;
}



.white-col h3, .white-col h4, .white-col p, .white-col h2, .white-col li, .white-col span{
  color: #fff;
}

.white-col .title-separator{
  border-color: #fff;
}



 .crb{
    padding-left:0px;
  }


.slider-box-mob{
  display: none!important;
}

/*Search Form*/

.sb-search {
    position: relative;
    width: 0px;
    margin-left: 30px;
    margin-top: 16px;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    padding-left: 10px;
}

.sb-search-input {
    position: relative;
    outline: none;
    background: transparent;
    width: 100%;
    height: auto;
    border: 0px;
    margin: 0;
    margin-top: 5px;
    z-index: 20;
    padding: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #314a8a;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: transparent;
    z-index: 90;
    width: auto;
    font-size: 15px;
    font-family: 'FontAwesome';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\f002";
}

/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 200px;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    margin-left: 10px;
}

.sb-search-open {
    background-color: transparent;
    height: auto;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: transparent;
    color: #fff;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

#sb-search form {
    float: left;
}

/*End search form*/

.post-page h4.panel-title{
  margin-bottom: 0px;
}

.attachments {
    margin-bottom: 25px;
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #314a8a;
    border-color: #314a8a;
}

.pagination>li>a, .pagination>li>span{
  color: #314a8a;
}




table.is-style-stripes td{
  padding: 15px;
}


.homepage-slider{
  overflow-x: hidden;
}

@media only screen and (min-width: 768px){
    
    .navbar-collapse.collapse{
        display: block;
    }
   .container.wide{
    width: 750px;
  }
 
}

@media only screen and (min-width: 991px){
  .container.wide{
    width: 900px;
  }
}

@media only screen and (min-width: 1024px){
  .container.wide{
    width: 990px;
  }
  
  
}

@media only screen and (min-width: 1200px){
  .container.wide{
    width: 1180px;
  }
}

@media only screen and (min-width: 1201px){
    .navbar-collapse.collapse{
      display: block;
    }
}

@media only screen and (min-width: 1300px){
  .container.wide{
    width: 1250px;
  }
}

@media only screen and (min-width: 1400px){
  .container.wide{
    width: 1350px;
  }
}

@media only screen and (min-width: 1600px){
  .container.wide{
    width: 1550px;
  }
}

@media only screen and (min-width: 1800px){
  .container.wide{
    width: 1620px;
  }
}

@media only screen and (max-width: 1699px){
  .slider-text{
    padding-right: 140px;
  }
}

@media only screen and (max-width: 1599px){
 
  
  .course-col{
    padding-right: 80px;
  }
  
  .cat-nav{
    right: 80px;
  }
  
  .slider-text{
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1499px){
  .slider-text {
    padding-right: 150px;
    margin-left: -100px;
    padding-left: 50px;
    padding-top: 75px;
}
  
  .slider-box {
    margin-left: -100px;
    max-width: 700px;
}
}

@media only screen and (max-width: 1399px){
  .course-col{
    padding-right: 40px;
  }
  
  .cat-nav{
    right: 40px;
  }
  
  .slider-text h3 {
    margin-bottom: 15px;
    font-size: 26px;
}
  
  .slider-text .btn-custom {
    margin-top: 25px;
}
  
  .slider-text {
    padding-right: 85px;
    padding-left: 60px;
}
}

@media only screen and (max-width: 1299px){
  .course-col{
    padding-right: 15px;
  }
  
  .cat-nav{
    right: 15px;
  }
  
  .slider-box {
    margin-left: -180px;
    max-width: 650px;
}
  
  .slider-text{
    padding-top: 80px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 1199px){
    h1{
        font-size: 30px;
    }
    
    .screen-canvas {
        height: 459px;
        top: 36px;
        left: 51px;
        width: 838px;
    }
    
    .screen-canvas:before {
        height: 2868px;
        padding-top: 200px;
    }
  
    .col-odd {
      margin-top: 80px;
  }
  
  .course-cat h3 {
    font-size: 19px;
    line-height: 32px;
}
  
  .slider-text {
    padding-top: 80px;
    padding-right: 80px;
}
  
  .spacingbottom-xl {
    margin-bottom: 80px;
}
/*   .newsletter-box input[type=email] {
    width: 250px;
} */
  
  .blue-section .flex{
    display: block;
  }
  
  .blue-section #mc_embed_signup {
    margin: 0px;
    margin-top: 40px;
    width: fit-content;
}
  
  .school-sections .col-sm-6{
    margin-bottom: 40px;
  }
  
  .school-col:hover{
    margin-top: 0px;
  }
  
  .intro-flex{
    display: block;
  }
  
  .intro-img{
    margin-top: 40px;
  }
  
  .intro-img img{
    margin: 0px;
  }
  
  .section-space{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .footer-section h2{
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1099px){
  .slider-text {
    padding-top: 60px;
    padding-right: 40px;
    margin-left: -195px;
}
  
  .slider-box {
    margin-left: -180px;
    max-width: 600px;
}
  
/*    .intro-section p {
    padding-right: 30px;
    margin-bottom: 30px;
} */
}

@media only screen and (max-width: 1024px){
  
  .doubles figure, .doubles figure .smallest{
height:164px;
}
  
  .navbar-collapse.collapse {
        display: none;
        float: none;
      background: #AA5442;
    }
  
  .collapsing{
    background:#AA5442;
  }
    
    .navbar-toggle{
        padding-top: 18px;
    }
    
    .navbar-brand>img{
        margin-left: 25px;
    }
    
    .navbar {
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
  
   .navbar-nav>li {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
    }

    .navbar-right {
        float: left!important;
        margin-right: 15px;
        margin-top: 10px;
        padding-top: 0px;
        border-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
  
  .navbar-default .navbar-nav>li>a {
    color: #fff;
}
  
  .navbar-header {
    float: none;
    padding-bottom: 15px;
}
    
    .navbar-collapse.collapse.in{
        display: block!important;
    }
  
  .menu-wide{
    width: 100%!important;
    margin: 0px;
    padding: 0px;
  }
  
  .navbar-toggle {
    display: block;
}
  
  #toggle div{
    background: #fff;
  }
  
  .navbar-header{
    width: 100%;
    z-index: 999;
    background: #AA5442;
    border: 0px;
  }
 
  .sb-icon-search{
    color: #fff;
  }
  
  .sb-search{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .sb-search-input{
    color: #fff!important;
  }
  
  .sb-search-input::placeholder{
    color: #fff!important;
  }
  
  .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    color: #fff;
}
  
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #eadd10;
}
  
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}
  
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}
  
}

@media only screen and (max-width: 1024px) and (min-width: 991px){
    .slider-box {
    margin-left: -83px;
    max-width: 480px;
}
  
  .slider-text {
    padding: 70px;
    margin-left: -110px;
    padding-right: 85px;
}
  
  .slider-text h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
}
  .slider p{
    line-height: 24px;
  }
  
  .slider .btn-custom{
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1023px){
    .logo-section {
        padding-left: 50px;
    }
    
    h1 {
        font-size: 25px;
    }
    
    .h1-alt {
        font-size: 25px;
    }
    
    .mobspacingbottom{
        margin-bottom: 30px;
    }
  
  .course-cat{
    padding: 25px;
  }
  
  .course-cat h3{
    font-size: 16px;
  }
  
  .cat-nav{
    height: 40px;
    width: 40px;
  }
  
  .cat-nav{
    color: #fff;
    font-size: 16px;
  }
  
      .testimonial-text {
    padding-right: 15px;
}
}

@media only screen and (max-width: 991px){
    .screen-canvas {
        height: 349px;
        top: 26px;
        left: 42px;
        width: 638px;
    }
  
  .slider .flex{
    display: block;
  }
  
  .slider-box {
    margin-left: -180px;
    width: 100%;
    max-width: initial;
    margin: 0px auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -20%;
    margin-bottom: 60px;
}
  
  .slider-text {
    padding: 80px;
    margin: 0px auto;
    margin-top: -15%;
}
  
  .slider-text h3 {
    margin-bottom: 30px;
    font-size: 26px;
}
  
  .slider-text .btn-custom {
    margin-top: 30px;
}
    
    .screen-canvas:before{
        padding-top: 150px;
        height: 2180px;
    }
    
    .twocolordiv:before {
        top: 0;
        right: 0;
        left: 0;
        bottom: 50%;
    }
    
    .logo-section img {
        margin-top: 95px;
        margin-bottom: 0px;
    }
    
    .paddingright {
        padding-right: 15px;
        margin-bottom: 40px;
    }
 
}

@media only screen and (max-width: 768px){
  .flex {
    display: block;
}
 
  .slider-text{
    margin-top: -40px;
  }
  
  .slider-text .btn-custom{
    margin-top: 15px;
  }
  
    
  .applications-banner .btn-light{
    float: left;
    margin-top: 40px;
  }
    
  .slider-text .btn-custom {
    padding: 12px 25px;
}
  
  .intro-section{
    margin-bottom: 40px;
  }
  
  .slider-box{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -10%;
  }
  
 .landscape{
    padding-left:15px;
    margin-top:15px;
  }
  
  .fig1{
    height:584px;
  }
  
  .crb{
    padding-left:15px;
  }
  
  .slider{
    display: block;
  }
  
  .slider-img {
    width: 100%;
}
}

@media only screen and (max-width: 767px){
    .flex{
        display: block;
    }
  
  .slider-box-pc{
    display: none!important;
  }
  
  .slider-box-mob{
    display: block!important;
  }
  
  .wp-block-media-text>figure>img{
    max-width: fit-content;
    margin-top: 40px;
  }
  
  .slider {
    height: auto;
}
  
  .menu-container{
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .navbar-default .navbar-toggle{
    padding-right: 15px;
  }
  
  .navbar-brand>img {
    margin-left: 15px;
}
  
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
  
  .slider-text {
    margin-top: 20px;
    padding: 60px;
}
  
  .slider-text h3 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 36px;
}

  h3{
    font-size: 26px;
  }
    
    .screen-canvas {
        height: 160px;
        top: 12px;
        left: 28px;
        width: 290px;
    }
  
  .navbar-brand>img {
    padding-top: 13px;
}
  
  .navbar-fixed-top .navbar-header {
    padding-bottom: 5px;
}
  
  .navbar-fixed-top .navbar-brand>img {
   padding-top: 9px;
    width: 152px;
}
  
  .navbar-fixed-top  .navbar-toggle {
    padding-top: 5px;
}
    
    .screen-canvas:before {
        padding-top: 68px;
        height: 993px;
        font-size: 16px;
    }
    
    .logo-section{
        display: block;
        padding-left: 15px;
    }
    
    .twocolordiv:before {
        bottom: 34%;
    }
  

  
  .tp-bgimg{
    background-position: right!important;
  }
  
  .insidepageslider .tp-bgimg{
    background-position: right!important;
  }
    
    .pm-logo {
        float: left;
        width: 250px;
    }
    
    .feature-box{
        margin-bottom: 30px;
    }
    
    .logo-section img {
        margin-top: 80px;
        margin-bottom: 0px;
    }
  
/*       .newsletter-box input[type=email] {
        width: 100%;
    } */
  
    .newsletter-box .icon {
      margin-right: 0px;
      width: 100%;
  }
  
  .blue-section h3 {
    font-size: 22px;
}
  

  
  .btn-group .btn{
  width: 100%;
    margin-bottom: 15px;
  }
  

  
  .slider-text h1{
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .navbar-brand{
    padding: 0px;
  }
  

  
  .course-cat {
    padding: 30px;
    margin-bottom: 40px;
}
  
  .applications-banner {
    padding: 40px 25px;
}
  
  .course-cat h3 {
    font-size: 20px;
    line-height: 35px;
}
  
  .courses .spacing-bottom{
    margin-bottom: 0px;
  }
  
  .slider-text .btn-custom{
    display: none;
  }
}

@media only screen and (max-width: 600px){
  .slider-text {
    padding: 40px;
}
}

@media only screen and (max-width: 540px){
  
  .fig1{
    height:419px;
  }
  
  figure h2{
    font-size:21px;
    line-height:30px;
  }
  
  .doubles figure{
    width:100%;
  }
  
  .smallest{
    margin-top:15px;
  }
  
  .leftspacer{
    padding-left:0px;
  }
  

}

@media only screen and (max-width: 520px){
  .fig1{
    height:400px;
  }
  
    .float-right p{
    text-align:center;
  }
  
}

@media only screen and (max-width: 414px){
  .fig1{
    height:319px;
  }
  
    .float-right p{
    text-align:center;
  }
  
}

@media only screen and (max-width: 376px){
  .slider-text {
    margin-top: 0px!important;
}
  
  .slider-text h3 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 36px;
}
}

@media only screen and (max-width: 360px){
  .fig1{
    height:277px;
  }
}

@media only screen and (max-width: 320px){
  .fig1{
    height:245px;
  }
  
  .scbtn{
    margin-top:15px;
  }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffb6a7;
  font-weight:600;
}

.dropdown-menu{
  background-color:#AA5442;
  color:#fff;
}

.dropdown-menu li{
  color:#fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
   font-weight:600;
  background-color:#ffb6a7;
  color:#AA5442;
}

li.active{
  font-weight:600;
  background-color:#ffb6a7;
  color:#AA5442;
}

li.menu-item-has-children{
  color:#fff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #AA5442;
    text-decoration: none;
    background-color: #ffb6a7;
  font-weight:600;
}

.newslettersection input{
  width:100%;
  border:solid 1px #AA5442;
  box-shadow: none;
font-size: 18px;
  margin-left:0px;
padding-left: 20px;
padding-top: 12px;
padding-bottom: 12px;
line-height: 24px;
background: transparent;
font-family: 'Alegreya Sans', sans-serif;
font-weight: 400;
color: #4e4e4e;
  margin-bottom:15px;
}

.newslettersection input.submitbtn{
  width:200px;
  background-color:#AA5442;
  color:#fff;
  margin-top:15px;
}

.wp-block-image img{
  height:auto;
}

figure img {
    opacity: 1!important;
}

.slidertext {
white-space: normal !important;
} 
