@import url("Global_Setting.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,500,500i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:400,500,600,700,800&display=swap');
font {
	font-family: 'Rubik', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-family: 'Abhaya Libre', serif;
}
.container {
	max-width: 1240px !important;
	padding: 0 !important;
}
.container-fluid {
	padding:0 !important;
}
/*---------------Stiky Footer Css----------------*/


/*--------------Header nav start---------------*/
#nav-primary {
	float: right;
	padding: 0;
	background: transparent;
	margin: 0 !important;
	border: 0 none;
}
#nav-primary ul.menu {
	margin: 0px;
	padding: 0px;
}
#nav-primary ul.menu li {
	display: block;
	float: left;
	position:static;
}
#nav-primary ul.menu > li > a {
	color: #666;
	display: block;
	padding: 0 10px;
	text-decoration: none;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
#nav-primary ul.menu li:hover > a, #nav-primary ul.menu li > a.is-active {
	color: #000;
}
 #nav-primary a.drop_d::after {
 content: "\e010";
 font-family: 'Glyphicons Halflings';
 display: block;
 float: right;
 height: 15px;
 margin-left: 5px;
 margin-top: 2px;
 width: 15px;
}
#nav-primary ul.menu .we-mega-menu-submenu {
	position: absolute;
	top: 103px;
	min-width: 200px;
	display: none;
	background-color: #012a72;
	box-shadow: inherit !important;
	border: 0 none !important;
	z-index: 999;
	border-top: 7px solid #f8c702 !important;
	padding: 0 !important;
	right: 0 !important;
	float: none;
	width: 820px !important;
	left: unset !important;
}
#nav-primary ul.menu li:hover .we-mega-menu-submenu {
	display:block;
}
#nav-primary ul.menu ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif;
	border-bottom: 0 none;
}
#nav-primary ul.menu li:hover > a, #nav-primary ul.menu li > a.is-active {
	color: #f8c702;
}
#nav-primary ul.menu li {
	display: block;
	float: left;
	border: 0 none;
}
#nav-primary ul.menu > li > a {
	color: #fff;
	display: block;
	text-decoration: none;
 transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Rubik', sans-serif;
	padding: 39px 15px;
	background-color: transparent;
}
/*--------------Header nav end---------------*/



html, body {
	height: 100%;
	font-family: 'Raleway', sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	z-index: 0;
	float: left;
	width: 100%;
}
#footer-Primary {
	background-color: #fff;
	bottom: 0;
	width: 100%;
	float:left;
}
.background_header {
	background-color: #eee;
	float: left;
	width: 100%;
	position: absolute;
}
.background_container {
	background-color: #fff;
	float: left;
	width: 100%;
	margin-top: 6px;
	padding-top: 40px;
}
.sidebar_primary {
	background:#eee;
}
.copyright {
	line-height:40px;
}
.copyright:before {
	content:"\f1f9";
	font-family: "FontAwesome";
	margin-right:3px;
}
.logo {
	float: left;
	width: 200px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo img { height: 92px; }
.togglebutton {
	display: none;
}
.togglebutton .btn-open, .togglebutton .btn-close {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	float: none;
	height: 26px;
	text-decoration: none;
	width: 26px;
	position: relative;
	background-color: transparent;
	margin: 10px auto;
	transition: inherit !important;
	animation-delay:0s !important;
}
.btn-open {
	background-image:url(../images/toggle_open.png);
}
.btn-close {
	background-image:url(../images/toggle_close.png);
}
#nav-primary ul.menu {
	display: block;
}
 #nav-primary a.drop_d1::after {
 content: "\f0d7";
 font-family: 'FontAwesome';
 display: block;
 float: right;
 height: 15px;
 margin-left: 5px;
 margin-top: 2px;
 width: 15px;
}
/*--stiky header--*/


/*.hd-bottom {
	background-color:rgba(0,47,129,0.92);
}*/

.hd-bottom {
	width: 100%;
	background-color:rgba(0, 47, 129, 1);
	position: absolute;
	left: 0;
	z-index: 9;
	top: 49px;
}
.hd-bottom.shrink {
	z-index: 9999;
	top: 0;
	position: fixed;
	color:#fff;
}
 @keyframes animation_name {
 0% {
opacity:0;
top:-100px;
}
 100% {
opacity:1;
top:0;
}
}
.shrink {
	animation-name: animation_name;
	animation-duration:1s;
}
/*--stiky header end--*/



.banner_slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 675px;
	margin-top: 70px;
	background-color: rgba(0, 47, 129, 1);
}
.banner_slider .slick-slide::before, .banner_slider .slider-video::before {
 position: absolute;
 pointer-events: none;
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 z-index: 1;
 left: 0;
 top: 0;
}
.banner_slider img {
	width: 100%;
	text-align: center;
}
.bnr_slider_con {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bnr_slide_arrows {
	position: absolute;
	bottom: 40%;
	width: 100%;
	pointer-events: none;
}
.bnr_slide_arrows a {
	width: 25px;
	pointer-events: initial;
}
.bnr_slide_arrows a:first-child {
	float: left;
	margin-left: 20px;
}
.bnr_slide_arrows a:last-child {
	float: right;
	margin-right: 20px;
}
.hd-top, .hd-bottom {
	float: left;
	width: 100%;
}
.hd-top {
	background-color: #f0f0f1;
	position: relative;
	z-index: 99;
}
.top_address {
	float: left;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #6a6b6d;
	font-weight: 400;
	margin-top: 11px;
	padding-left: 30px;
}
.top-right-bar {
	float: right;
	font-family: 'Rubik', sans-serif;
}
.top-right-bar p a {
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 400;
	border-right: 1px solid #b1b1b1;
	position: relative;
	z-index: 991;
}
.log-link {
	padding: 8px 28px;
	float: left;
	color: #6a6b6d;
}
.top_address img {
	float: left;
	padding-right: 20px;
}
.top_address span {
	margin-top: 5px;
	float: left;
}
.Alumni-link {
	padding: 8px 18px;
	float: left;
	color: #6a6b6d;
	/* background-color: #00215a; */
	margin-right: 4px;
}
.q-link {
	float: left;
	color: #8f6c00;
	background-color: #f8c702;
	padding: 23px 30px 23px 40px;
	position: relative;
}
a.search-link {
	float: left;
	padding: 23px 18px;
	background-color: #002f81;
	font-size: 0;
	position: relative;
	width: 64px;
	text-align: center;
	height: 65px;
}
 .log-link::before {
 content: "\f023";
 font-family: 'FontAwesome';
 display: block;
 float: left;
 margin-right: 8px;
}
 .q-link::before {
 content: "\f0d7";
 font-family: 'FontAwesome';
 display: block;
 float: left;
 margin-right: 8px;
 position: absolute;
 font-size: 20px;
 left: 18px;
 top: 21px;
}
 a.search-link::before {
 content: "\f002";
 font-family: 'FontAwesome';
 display: block;
 font-size: 26px;
 position: absolute;
 height: 100%;
 top: 0;
 bottom: 0;
 width: 100%;
 margin: 0 auto;
 left: 0;
 right: 0;
	/* background-color: rebeccapurple; */
	line-height: 63px;
}
.bnr_slider_con h1 {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 41px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
}
.feature-block {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 47, 129, 0.74);
	padding: 40px 0;
	border-bottom:6px solid #f8c702 !important;
}
.feature-block ul {
	display: table;
	margin: 0 auto;
	float: none;
}
.feature-block ul li {
	display: inline;
	color: #fff;
	font-size: 41px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	padding-right: 20px;
}
 .feature-block ul li::after {
 content: "";
 display: inline-block;
 width: 10px;
 height: 10px;
 background-color: #f8c702;
 border-radius: 50px;
 margin-left: 20px;
 position: relative;
 top: -9px;
}
 .feature-block ul li:last-child::after {
 content:inherit;
}
.font-bot {
	width: 100%;
	float: left;
	background-color: #fff;
	padding:20px 0;
}
.font-bot p {
	float: right;
	font-size: 16px;
	color: #bababa;
}
.font-bot .col-md-6:last-child p img {
	width: 103px;
	margin-left: 18px;
	float: right;
	margin-top: 3px;
}
.font-top {
	float: left;
	width: 100%;
	padding: 40px 0;
	background-color: #002f81;
}
.font-top h3 {
	text-align: center;
	font-size: 32px;
	color: #002f81;
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
}

.desktop-address1 .fot-logo {
	width: 160px;
	display: block;
	float: left;
	padding: 10px 20px 10px 0;
}

.desktop-address1:first-child .fot-logo img {
	max-width: 105px;
	position: relative;
	left: 3px;
	top: -8px;
}

.desktop-address1:last-child .fot-logo img {
	/* position: relative;
	top: -4px;
	right: 25px; */
}

#block-foooterlogo {
	float: right;
	max-width: 520px;
}

.desktop-address1:last-child .fot-logo {
	padding: 0;
}

.font-top h4 {
	font-size: 19px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 0;
	font-family: 'Raleway', sans-serif !important;
}
.font-top p {
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;

}
.font-top p a {
	color: #fff;
	cursor: text;
}
.font-top .col-md-8 img {
	display: block;
	width: 102px;
}
.acds-home-title {
	padding: 50px 0;
}
.acds-home-title h2 {
	text-align: center;
	font-size: 44px;
	color: #002f81;
	font-family: 'Abhaya Libre', serif;
}
.acds-home-title p {
	font-size: 20px;
	color: #6a6b6d;
	font-weight: 400;
	text-align: center;
	line-height: 28px;
	font-family: 'Rubik', sans-serif;
}
.acds-home-title p span {
	font-weight: 500;
}
.logo-title {
	display: table;
	margin: 0 auto 15px;
	float: none;
	position: relative;
}
.logo-title img {
	width: 128px;
}
.logo-title ul li {
	float: left;
	font-size: 45px;
	color: #002f81;
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
}
.logo-title ul li:last-child span {
	margin-top: 49px;
	line-height: 45px;
	position: relative;
	float: left;
	bottom: 0;
	margin-left: 15px;
}
/* .logo-title ul li:last-child span::before {
 content: "";
 width: 1px;
 height: 62px;
 display: block;
 background-color: #1c51ae;
 float: left;
 position: relative;
 margin-right: 10px;
 bottom: 24px;
}*/
.acds-home-news {
	background-image: url(../images/news_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding-bottom: 40px;
	background-attachment: fixed;
}
.news-in-sec {
	padding: 15px;
	background-color: #f8f8f8;
	float: left;
	width: 100%;
	border-bottom: 3px solid #003ca6;
	min-height: 530px;
}
.n-in-image {
	float: left;
	margin-bottom: 6px;
	width:100%;
}
.n-in-con {
	float: left;
	width: 100%;
}
.n-in-con span {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	color: #9d9d9f;
	font-style:italic;
	font-family: 'Rubik', sans-serif;
}
.n-in-con h3 {
	font-size:22px;
	color: #002f81;
	font-weight: 700;
	margin-bottom: 10px;
	line-height:35px;
}
.n-in-con p {
	font-size: 16px;
	color: #6a6b6d;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 34px;
}
.n-in-con a.rd-more {
	float: right;
	font-size: 12px;
	color: #00a4d4;
	text-transform: uppercase;
	font-weight: 600;
}
.n-in-con a.rd-more:hover {
	color: #002f81;
}
.social-in-sec {
	width: 100%;
	float: left;
	background-color: #00a4d4;
}
.so-in-image {
	float: left;
	margin-bottom: 6px;
}
.so-in-con {
	float: left;
	width: 100%;
	padding: 15px;
}
.face-title {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.face-img {
	width: 58px;
	/* background: #fff; */
	border-radius: 100%;
	float: left;
	margin-right: 10px;
}
.face-con {
	float: none;
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	margin-top: 3px;
}
.so-in-con p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 34px;
}
.so-in-con a.rd-more {
	float: right;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 14px;
}
.so-bottom {
	float: left;
	width: 100%;
}
.fb-box {
	float: left;
}
.fb-box a {
	font-size: 0;
	float: left;
	margin-right: 5px;
}
.fb-box a:after {
	content: "\f09a";
	color:#fff;
	font-family: "FontAwesome";
	font-size: 31px;
	position: relative;
	font-weight: 400;
}
.fb-box span {
	float: left;
	font-size: 16px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	margin-top: 17px;
}
/*--Gallery slider--*/

.gallery-home {
	float: left;
	width: 100%;
	background-color: #ededed;
}
.gallery-home li {
	float: left;
	width: 25%;
}
.gal-items {
	width: 100%;
	float: left;
	position: relative;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.gal-image {
	float: left;
	width: 100%;
	position: relative;
}
 .gal-image::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 left: 0;
 right: 0;
 position: absolute;
 background-color: rgba(0, 0, 0, 0.45);
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.slick-center .gal-image::before, .gal-image:hover::before {
 background-color: transparent;
}
.gal-title {
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	top: 50%;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
	opacity: 1;
}
.not-front .gal-title {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.slick-current .gal-items .gal-title {
	opacity: 0;
}*/
.gal-hov-con {
	position: absolute;
	pointer-events: none;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 164, 212, 0.91);
	padding: 15px;
	text-align: center;
	opacity: 0;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.not-front .gal-hov-con {
	top: 0;
}
/*.slick-current .gal-items .gal-hov-con,*/ .gal-items:hover .gal-hov-con {
	opacity: 1;
}
.gal-title h3 {
	font-size: 23px;
	color: #c1c1c1;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0 !important;
}
.gal-hov-con h3 {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}
.gal-hov-con p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
a.lrn-more {
	display: block;
	/*color: #002f81;*/
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid;
	padding: 5px;
	width: 170px;
	float: none;
	margin: 0 auto;
	pointer-events: initial;
}
/*.gallery-home .slick-current .gal-items, */.gallery-home .gal-items:hover {
	/* width: 120%; */
	z-index: 9;
	/* top: -34px; */
	transform: scale(1.1);
}
.soc-slider .slick-list {
	padding-top: 30px !important;
}
/*--Gallery slider end--*/



.sitmap_links {
	margin-top: 50px;
}
.sitmap_links li {
	float: left;
	width: 100%;
}
.sitmap_links li a {
	font-size: 19px !important;
	color: #d9d9db !important;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 33px;
}
.sitmap_links li a:hover {
	color: #00a4d4 !important;
}
.social_font li {
	float: left;
	margin-right: 15px;
}
.social_font li a {
	font-size: 0;
	/*width: 60px;
	height: 60px;*/
	line-height: 50px;
	display: block;
	/* border: 1px solid #cccccc; */
	border-radius: 50px;
	color: #003ca6;
}
.social_font li a::before {
 color: #fff;
 display: block;
 font-family: "FontAwesome";
 font-size: 43px;
 text-align: center;
 cursor: pointer;
}
.social_font li a.facebook:before {
	content:"\f09a";
}
.social_font li a.twitter:before {
	content:"\f099";
}
.social_font li a.instagram:before {
	content:"\f16d"
}
.footer-title ul li {
	display: inline;
	color: #d4d4d5;
	font-size: 41px;
	text-transform: uppercase;
	font-weight: 500;
	padding-right: 20px;
}
 .footer-title ul li::after {
 content: "";
 display: inline-block;
 width: 10px;
 height: 10px;
 background-color: #d4d4d5;
 border-radius: 50px;
 margin-left: 20px;
 position: relative;
 top: -9px;
}
.footer-title ul li:last-child:after {
	width: 0;
	height: 0;
}
.font-top .container {
	padding: 0 0px !important
}
a.news-all {
	display: block;
	color: #002f81;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid;
	padding: 5px;
	width: 200px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
}
a.news-all:hover {
	background: #05bff5;
	color: #fff !important;
	border: 3px solid #05bff5;
}
.soc-sec-title h2 {
	text-align: center;
	font-size: 44px;
	color: #002f81;
	font-family: 'Abhaya Libre', serif;
}
.soc-sec-title p {
	font-size: 20px;
	color: #6a6b6d;
	font-weight: 400;
	text-align: center;
	line-height: 28px;
	font-family: 'Rubik', sans-serif;
}
.get-social-sec {
	padding: 24px 0;
	background-color: #ededed;
}
.so-in-items {
	float: left;
	width: 100%;
	position: relative;
}
.so-hover-con {
	position: absolute;
	background-color: rgba(255, 255, 255, .85);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 14px;
	overflow: auto;
	display: none;
}
.so-in-items:hover .so-hover-con {
	display: block;
}
.so-hover-con p {
	font-size: 24px;
	color: #000;
	font-family: 'Rubik', sans-serif;
	line-height: 40px;
	margin-bottom:104px;
}
.so-bottom-links {
	width: 100%;
	float: left;
}
.so-bottom-links ul {
	float: left;
}
.so-bottom-links ul li {
	float: left;
}
.so-bottom-links li a {
	color: #6a6b6d;
	font-size: 17px;
	font-family: 'Rubik', sans-serif;
	margin-right: 7px;
}
.so-bottom-links li a::before {
 font-family: "FontAwesome";
 font-size: 20px;
 margin-right: 5px;
}
.so-bottom-links li:first-child a:before {
	content: "\f086";
}
.so-bottom-links li:last-child a:before {
	content: '\f164';
}
.fb-link {
	float: right;
}
.fb-link a {
	font-size: 0;
}
 .fb-link a::after {
 content: "\f09a";
 font-family: "FontAwesome";
 font-size: 20px;
 color: #6a6b6d;
 font-weight: 600;
}
.breadcrumb {
	background-color: transparent;
	text-transform: capitalize;
}
.breadcrub_symbole {
	padding: 0 5px;
	line-height: normal !important;
	position: relative;
	top: -3px;
}
ul.side-nav {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul.side-nav li {
	float: left;
	width: 100%;
}
ul.side-nav li a {
	font-size: 20px;
	color:#333;
	line-height:40px;
	font-weight: 500;
	display: block;
	border-bottom:2px solid #eee;
}
ul.side-nav li:last-child {
	border-bottom:0 none;
}
/*--search sec--*/

.search_section {
	width: 65px;
	border: 0 none;
	float: left;
	position: absolute;
	height: 49px;
	overflow: hidden;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	right: 166px;
	z-index: 99;
}
/* .search_section:hover, .search_section:focus, .search_section:focus-within {
width:200px;
outline: none;
background-color: #000;
box-shadow: 0 0 5px #6A5D4F;
}*/
.search_section input[type="search"] {
	height: 64px;
	line-height: normal;
	padding-left: 10px;
	width: 100%;
	float: left;
	border: 0 none !important;
}

#nav-primary ul.menu li:last-child ul.subul li:nth-child(5) {
    column-span: all;
}


.nab-sub-discribe {
	min-height: 215px;
}
.side_groupbtn {
	width: 100%;
	display: inline-block;
	margin-left: -4px;
	margin-right: -4px;
}
.side_groupbtn a {
	background: #D7A900;
	color: #fff;
	outline: 0;
	text-align: center;
	padding: 17px 40px;
	letter-spacing: normal;
	line-height: 25px;
	border: 0px solid transparent;
	font-weight: 700;
	font-size: 1.25rem;
	font-family: "ff-tisa-web-pro", Times, serif;
	display: inline-block;
	text-decoration: none;
	max-width:384px;
	margin:4px;
	width: 100%;
}
.side_groupbtn a.btn-text-blue{
	color:#002664;
}
.side_groupbtn a:hover {
	background-color: #c45808;
}
.side_groupbtn a.btn-text-white {
color: #fff;
}

.side_groupbtn {
    margin-bottom: 20px;
}
.page-continuous-enrollment #block-acds-content p strong{ font-weight:500; color:#002f81; }
.acdsblocks p iframe { max-width: 100%; } 
@media screen and (-webkit-min-device-pixel-ratio:0) {

::i-block-chrome, .search_section input[type="text"] {
margin-top:5px;
height: 33px;
line-height:inherit;
}
}
.search_section::after {
 color: #6a6b6d;
 content: "\f002";
 font-family: 'FontAwesome';
 display: block;
 font-size: 22px;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: 0 auto;
 right: 20px;
 line-height: 51px;
 pointer-events: none;
}
 .search_section:hover::after {
 color:#0056b3;
}
.search_section input[type="submit"] {
	background: #f0f0f1;
	border: 0 none;
	font-size: 0;
	color: #ffffff;
	cursor: pointer;
	float: right;
	height: 50px;
	position: absolute;
	right: 0;
	width: 66px;
}
.top-right-bar p {
	padding: 10px;
}
 .search_section ::-webkit-input-placeholder {
color: #6f3a01;
}
.search_section ::-moz-placeholder {
color: #6f3a01;
}
.search_section :-ms-input-placeholder {
color: #6f3a01;
}
.search_section :-moz-placeholder {
color: #6f3a01;
}
/*--search sec end--*/


.quick_link {
	float: left;
	position: relative;
	margin-left: 60px;
}
.quick_link button {
	background-color: #02245f;
	padding: 15px 32px 15px 40px;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #f8c702;
	border: 0 none;
}
.quick_link:hover .quick_in {
	display: block;
}
.quick_link::before {
 content: "\f0d7";
 font-family: 'FontAwesome';
 display: block;
 float: left;
 margin-right: 8px;
 position: absolute;
 font-size: 20px;
 left: 18px;
 top: 14px;
 pointer-events: none;
 color: #fff;
}
.quick_in {
	position: absolute;
	z-index: 999;
	width: 100%;
	display: none;
	padding: 10px;
}
.top-right-bar .quick_in {
	background-color: #02245f;
}
.quick_in li {
	float: left;
	width: 100%;
}
.quick_in li a {
	margin: 0;
	font-size: 14px !important;
	/* color: #f8c702 !important; */
	/* color: #fff !important; */
	padding: 0 10px;
	text-transform: uppercase;
	line-height: 27px !important;
}
.quick_in li a:hover {
	color: #fff;
}
.nab-sub-discribe {
	background-color: #00215a;
	float: left;
	/*width: 40%;*/
	padding: 15px !important;
}
.nab-sub-discribe h2 {
	color: #f8c702;
	font-size: 26px !important;
	font-family: 'Abhaya Libre', serif !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
}
.nab-sub-discribe p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-family: 'Raleway', sans-serif;
}
.we-mega-menu-submenu ul.subul {
	float: left;
	margin: 0;
	/*	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;*/
	column-width: 50%;
	display: block;
	padding-top: 0px;
}
ul.twoColumns {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

#nav-primary ul.menu li:last-child ul.subul{
list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;	
}

/*#nav-primary ul.menu li:last-child ul.subul li:last-child a {
    font-size: 0 !important;
}
*/



/*ul.threeColumns {
	list-style: none;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}*/
.we-mega-menu-submenu ul.subul li {
	float: none !important;
	line-height: 35px;
	display: block !important;
	padding-right: 20px;
}
#block-parentlogin {
	float: left;
}
.soc-slider {
	width: 100%;
	overflow: hidden;
}
#block-tabs ul {
	float: left;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	z-index: 1;
	pointer-events: none;
}
#block-tabs {
	display: flex;
	margin-bottom: 20px;
}
#block-tabs ul li {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	pointer-events: initial;
}
#block-tabs ul li {
	display: inline;
	margin: 0 10px;
}
#block-tabs ul li a:hover, #block-tabs ul li a.is-active {
	background-color: #FFFFFF;
	background-image: none;
	border-left: 1px solid #E8E8E8;
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #E8E8E8;
	border-right-style: solid;
	border-right-width: 1px;
	border-style: solid solid none;
	border-top-style: solid;
	border-top: 1px solid #E8E8E8;
	border-top-width: 1px;
	border-width: 1px 1px 0;
	display: block;
	height: 37px;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 25px;
}
#block-tabs ul li a {
	border: 1px solid #ccc;
	color: #003b71;
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #eee;
	text-decoration: none;
}
#block-footer-2 .quick_in {
	display: block;
}
.banner_slider .slick-slide {
	position: relative;
	max-height: 670px;
}
.hd-bottom.shrink .logo {
	width: 180px;
}
.hd-bottom.shrink #nav-primary ul.menu > li > a {
	padding: 40px 15px;
}
.hd-bottom.shrink #nav-primary ul.menu .we-mega-menu-submenu {
	top: 101px;
}
.gallery-home .slick-list {
	padding: 40px 0 !important;
}

/*.block-inner h2{display: none;}*/



/*.nav-sub1::after {
 content: "\f0d8";
 display: block;
 width: 20px;
 height: 20px;
 color: #f8c702;
 left: 0;
 right: 0;
 top: -36px;
 position: absolute;
 display: table;
 margin: 0 auto;
 font-family: 'FontAwesome';
 font-size: 40px;
}
*/










/*#nav-primary ul.menu li.dropdown-menu:hover:after{
 content: "\f0d8";
 display: block;
 width: 20px;
 height: 20px;
 color: #f8c702;
 left: 0;
 right: 0;
 top: -36px;
 position: absolute;
 display: table;
 margin: 0 auto;
 font-family: 'FontAwesome';
 font-size: 40px;
	
}
*/


.we-mega-menu-ul .dropdown-menu:hover > a::before, .we-mega-menu-ul .dropdown-menu > span:hover::before {
 background-image: none !important;
 content: "\f0d8";
 display: block;
 width: 20px;
 height: 20px;
 color: #f8c702;
 left: 0;
 right: 0;
 top: 67px;
 position: absolute;
	/* display: table; */
	margin: 0 auto;
 font-family: 'FontAwesome';
 font-size: 40px;
 opacity: 1;
}
 .hd-bottom.shrink .we-mega-menu-ul .dropdown-menu:hover > a::before {
top: 67px;
}
 .we-mega-menu-ul > .we-mega-menu-li > a::before {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
 opacity: 0;
}
#block-views-block-menu-description-block-1 .contextual {
	display: none;
}
/*.not-front .background_container {
	margin-top: 94px;
}*/
.nab-sub-discribe .contextual-links {
	width: 120px !important;
}
.nab-sub-discribe .contextual-links li {
	width: 100% !important;
	float: left !important;
}
.nab-sub-discribe .contextual-links li a {
	font-size: 12px !important;
	line-height: normal !important;
	width: 100% !important;
	float: left !important;
}
.hd-top .col-md-12 {
	padding-right: 0;
}
/*search popup css*/
.openBtn {
	background: #f1f1f1;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
}
.openBtn:hover {
	background: #bbb;
}
/*@keyframes top_animation {
    from {top: -230px;}
    to {top:0;}
}*/


/* The element to apply the animation to */
.searchoverlay {
	height: 230px;
	width: 100%;
	/*display: none;*/
	position: fixed;
	z-index: 999999;
	top: -230px;
	left: 0;
	background-color: #00215a;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
/*animation-name: top_animation;
    animation-duration: 1s;*/
}
.searchoverlay-content {
	position: relative;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.searchoverlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: #05bff5;
	z-index: 999999;
}
.searchoverlay .closebtn:hover {
	color: #ccc;
}
.searchoverlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}
.searchoverlay input[type=text]:hover {
	background: #f1f1f1;
}
.searchoverlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.searchoverlay button:hover {
	background: #bbb;
}
.search-block-form {
	position: relative;
	width: 100%;
}
.search-block-form input[type="search"] {
	width: 100%;
	border: 0 none;
	padding: 15px 15px 15px 50px;
	border: 0 none;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}
.search-block-form input[type="submit"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	background: transparent;
	border: 0 none;
	font-size: 0;
}
 .search-block-form::before {
 color: #05bff5;
 content: "\f002";
 font-family: 'FontAwesome';
 display: block;
 font-size: 26px;
 position: absolute;
 top: 9px;
 bottom: 0;
 pointer-events: none;
 z-index: 9;
 left: 13px;
}
.breadcrumb {
	display: none;
}
.internal_pages {
	padding: 30px 0;
}
.side_bar .acdsblocks {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.side_bar #block-mainnavigation-2 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #f0f0f1;
	padding: 20px;
	position: relative;
}
.side_bar #block-mainnavigation-2 ul li {
	float: left;
	width: 100%;
}
.side_bar #block-mainnavigation-2 ul li a {
	font-size: 17px;
	color: #6a6b6d;
	font-family: 'Rubik', sans-serif;
	padding: 9px 0;
	display: block;
	border-bottom: 1px solid #d5d6d8;
}
.side_bar #block-mainnavigation-2 ul li a:hover, .side_bar #block-mainnavigation-2 ul li a.is-active {
	color: #002f81;
}
#nav-primary ul.menu li.active > a {
	color: #f8c702;
}
.acdsknow h2 {
	background-color: #04b0e8;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	padding: 16px 10px;
	text-transform: uppercase;
}
.banner-image {
	width: 100%;
	overflow: hidden;
	position: relative;
	/*max-height: 440px;*/
}
 .banner-image::before {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 position: absolute;
 background-color: rgba(0, 0, 0, 0.20);
}
.side_bar #block-mainnavigation-2 ul li:last-child a {
	border-bottom: 0 none;
}
#edit-advanced {
	display: none;
}
.portfolio-wrapper {
	text-align: center;
	margin-bottom: 28px;
	position: relative;
}
.portfolio-wrapper img {
	float: left;
	width: 100%;/*	margin-bottom: 15px;*/
}
.imgback {
	position: relative;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.backimg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	background-color: rgba(230, 230, 230, 0.94);
	padding: 15px;
	overflow: auto;
	display: none;
}
.imgback:hover .backimg {
	display: block;
}
.backimg h3 {
	font-size: 16px;
	color: #6a6b6d;
	display: inline;
}
.backimg span {
	display: inline;
}
.portfolio-wrapper .backimg p {
	/* font-weight: 500; */
	text-transform: capitalize !important;
	line-height: 24px !important;
	margin-bottom: 5px !important;
	float: left !important;
	color: #6a6b6d;
}
.portfolio-wrapper h3 {
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	margin-bottom: 7px;
	float: left;
	width: 100%;
	text-transform: none;
	font-weight: 500;
	
}
.portfolio-wrapper h3 span {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 20px;
}
.portfolio-wrapper h3 i {
	text-transform: capitalize;
	font-weight: 500;
}
.portfolio-wrapper p {
	font-size: 16px;
	color: #9f9fa0;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.portfolio-wrapper ul {
	display: table;
	margin: auto;
	padding: 0;
	text-align: center;
}
.portfolio-wrapper ul li {
	display: inline;
	float: none;
	padding: 0 5px;
	line-height: normal;
}
.portfolio-wrapper ul li a {
	font-size: 0;
	display: inline-block;
}
.portfolio-wrapper ul li:first-child a:before {
	content: "\f003";
	font-family: 'FontAwesome';
	display: block;
	font-size:19px;
	color: #9f9fa0;
}
/*.portfolio-wrapper ul li:last-child a:before {
	content: "\f095";
	font-family: 'FontAwesome';
	display: block;
	font-size: 19px;
	color: #9f9fa0;
}*/
#block-views-block-inner-page-block-2 ul.pagination {
	display: table;
	margin: 0 auto 80px;
	padding: 0;
	text-align: center;
}
#block-views-block-inner-page-block-2 ul.pagination li {
	display: inline-block;
	float: none;
	padding: 0 10px;
	margin-bottom: 5px;
}
#block-views-block-inner-page-block-2 ul.pagination li a {
	border: 2px solid #002f81 !important;
	font-size: 21px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	color: #002f81;
	border-radius: 5px;
	padding: 15px 20px;
	display: block;

}
#block-views-block-inner-page-block-2 ul.pagination li a:hover, #block-views-block-inner-page-block-2 ul.pagination li a.active {
	background-color: #05bff5;
	color: #fff;
	border: 2px solid #05bff5 !important;
}
.taxotitle {
	float: left;
	width: 100% !important;
	text-align: center;
	margin: 0 !important;
}
.taxotitle h3 {
	font-size: 40px;
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	margin-bottom: 20px;
}
#block-views-block-inner-page-block-2 ul.pagination li.Administration {
	display: none;
}
.portfolio-image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 23%;
	margin: 1%;
	float: left;
	overflow: hidden;
}
#block-acds-content .portfolio-image {
	width: 25%;
	padding-right: 30px;
	float: left;
	padding-bottom: 50px;
	margin: 0;
}
.portfolio-content {
	float: left;
	width: 75%;
}
/*#block-acds-content p {
	position: relative;
	top: -8px;
	margin-bottom: -8px;
}*/


.boardofturst {
	background-image: url(../images/tiger.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
	padding: 100px 0 60px;
}
.boardofturst:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color:rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
}
.boardofturst h2 {
	font-size: 45px;
	color: #fff;
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	text-align: center;
}
.boardofturst ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
     column-count: 2;
	column-gap: 170px;*/
	float: none;
}
/*.boardofturst #block-20192020boardoftrustees--2 ul {
	max-width: 840px;
	column-gap: 40px;
}*/

.board-trastee {
	width: 780px;
	text-align: center;
	margin: 0 auto;
}
.board-trastee ul {
	float: left;
	width: 50%;
}
.board-trastee ul:last-child {
	float: right;
}
.boardofturst ul li {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.boardofturst ul li strong {
	color: #fff;
	margin: 0;
}
.page-administrationboard-trustees .boardofturst .in_main > div > div {
	width: 100%;
	display: table;
	margin: 0 auto;
	float: none;
	padding-left: 70px;
}
.page-administrationboard-trustees .boardofturst .in_main > div > div {
	width: 660px;
}
/*

#search-form {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

#search-form .inserch{
width: 100%;
	float: left;
	position: relative;	
}




#search-form label {
	width: 100%;
	float: left;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}
#search-form input[type="search"] {
	width: 100%;
	border: 1px solid #666;
	height: 50px;
	line-height: 50px;
	padding-left:50px;
}


#search-form input[type="submit"] {
    position: absolute;
    right: 2px;
    height: 56px;
    width: 60px;
    background: 
    transparent;
    border: 0 none;
    font-size: 0;
    bottom: 0;
}


#search-form .inserch::before {
	color: #003ca6;
	content: "\f002";
	font-family: 'FontAwesome';
	display: block;
	font-size: 26px;
	position: absolute;
	top: 9px;
	bottom: 0;
	pointer-events: none;
	z-index: 9;
	left: 13px;
	top: 8px;
}

#search-form .inserch::after {
	content: "\f054";
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	right: 0;
	position: absolute;
	top: 0;
	width: 40px;
	background-color: #444;
	height: 100%;
	text-align: center;
	padding-top: 15px;
	color: #fff;
}

#search-form  #edit-help-link {
	display: none;
}*/


.search-result ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-result h3 {
	margin-bottom: 10px;
}
.search-result a {
	color:#002f81 !important;
}
#views-exposed-form-serach-page-1 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
#views-exposed-form-serach-page-1 .inserch {
	width: 100%;
	float: left;
	position: relative;
}
.searchurl {
	margin-bottom: 10px;
}
.searchbord {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.searchbord .portfolio-image {
	display: none;
}
#views-exposed-form-serach-page-1 label {
	width: 100%;
	float: left;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 30px;
}
#views-exposed-form-serach-page-1 input[type="text"] {
	width: 100%;
	border: 1px solid #666;
	height: 50px;
	line-height: 50px;
	padding-left:50px;
	margin: 0;
}
#views-exposed-form-serach-page-1 input[type="submit"] {
	position: absolute;
	right: 2px;
	height: 56px;
	width: 60px;
	background:transparent;
	border: 0 none;
	font-size: 0;
	bottom: 0;
}
 #views-exposed-form-serach-page-1 .inserch::before {
 color: #003ca6;
 content: "\f002";
 font-family: 'FontAwesome';
 display: block;
 font-size: 26px;
 position: absolute;
 top: 9px;
 bottom: 0;
 pointer-events: none;
 z-index: 9;
 left: 13px;
 top: 8px;
}
 #views-exposed-form-serach-page-1 .inserch::after {
 content: "\f054";
 font-family: 'FontAwesome';
 display: block;
 font-size: 20px;
 right: 0;
 position: absolute;
 top: 0;
 width: 40px;
 background-color: #444;
 height: 100%;
 text-align: center;
 padding-top: 15px;
 color: #fff;
}
#views-exposed-form-serach-page-1 #edit-help-link {
	display: none;
}
.page_title {
	text-transform:capitalize;
}
.banner-image img {
	width: 100%;
}
/*.video-embed-field-provider-youtube
{	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-embed-field-provider-youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
*/


.video-embed-field-provider-youtube {
	/* height: 400px; */
	float: left;
	width: 100%;
}
.align-left {
	float: left;
	padding-right: 30px;
}
 .navbar-we-mega-menu.navbar .dropdown-menu > a::after, .navbar-we-mega-menu.navbar .dropdown-menu > .we-megamenu-nolink::after {
 content:inherit !important;
}
.navbar-we-mega-menu .span5 {
	margin: 0 !important;
}
.top_address #block-hearderaddress {
	float: left;
}
#changesize {
	float: left;
	margin-right: 20px;
}
.top_address #changesize img {
	float: left;
	padding-right: 0;
}

.font-top .col-md-6 {
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
}
.footer-title {
	margin-bottom: 20px;
}
a.increase img:first-child {
	display: block;
}
a.increase img:last-child {
	display: none;
}
a.increase:hover img:first-child {
	display: none;
}
a.increase:hover img:last-child {
	display: block;
}
a.decrease img:first-child {
	display: block;
}
a.decrease img:last-child {
	display: none;
}
a.decrease:hover img:first-child {
	display: none;
}
a.decrease:hover img:last-child {
	display: block;
}
.latest-news .grid-item, .latest-news .grid-sizer {
	width: 22%;
}
.latest-news .gutter-sizer {
	width: 2%;
}
.latest-news .grid-item {
	float: left;
	min-height: 100px;
	margin-bottom: 40px !important;
}
.latest-news .grid-item h3 {
	font-size: 22px;
	color: #002f81;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 28px;
	text-transform: capitalize;
	font-family: 'Abhaya Libre', serif;
}
.latest-news .grid-item span {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
	color: #9d9d9f;
	font-style: italic;
	font-family: 'Rubik', sans-serif;
}
.latest-news .grid-item p {
	font-size: 16px;
	color: #6a6b6d;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
}
.latest-news .grid-item a.more-news {
	float: left;
	font-size: 12px;
	color: #00a4d4;
	text-transform: uppercase;
	font-weight: 600;
}
.latest-news .grid-item img {
	margin-bottom: 15px;
}
.newsback > a {
	color:#04b0e8 !important;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.newsback {
	margin-bottom: 12px;
}
.newsdetail {
	font-family: 'Raleway', sans-serif;
}
/*.newsdetail > img{margin-bottom: 20px;}*/
.layout-content img {
	margin-bottom: 20px;
}
.newsdetail h3 {
	font-size: 27px;
	color: #002f81;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 35px;
	text-transform: capitalize;
}
.newsdetail span {
	float: left;
	width: 100%;
	margin-bottom: 8px;
	font-size: 16px;
	color: #9d9d9f;
	font-style: italic;
	font-family: 'Rubik', sans-serif;
}
.newsdetail p {
	font-size: 20px;
	color: #6a6b6d;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 34px;
}
[contenteditable="true"]:focus {
	outline: none !important;
}
*:focus {
	outline: none !important;
}
#views-exposed-form-gcalender-block-1 {
	width: 100%;
	float: left;
}
.page-node-type-article .newsdetail p {
	width: 67%;
}
 .interestlabel::after {
 content: "*check all that apply";
 float: right;
 margin-left: 5px;
 font-size: 15px;
 text-transform: capitalize;
 font-style: italic;
 margin-top: 5px;
 font-family: 'Rubik', sans-serif;
 font-weight: 400;
}
.webform-submission-add-form #edit-interested-in--wrapper legend {
	display: none;
}
.webform-submission-add-form .webform-type-checkboxes .form-item {
	margin-bottom: 5px;
	width: 100%;
	position: relative;
	left: 5px;
}
.webform-submission-add-form .webform-type-checkboxes .form-item input[type="checkbox"], .webform-submission-add-form .webform-type-checkboxes .form-item input[type="checkbox"]:checked, .webform-submission-add-form .webform-type-checkboxes .form-item input[type="checkbox"]:focus, .webform-submission-add-form .webform-type-checkboxes .form-item input[type="checkbox"]:active {
	display: block;
	float: left;
	transform: scale(1.5);
	margin-right: 10px;
	background: #fff !important;
	box-shadow: none !important;
}
.webform-submission-add-form .webform-type-checkboxes .form-item label::before {
 content: "";
 width: 20px;
 height: 20px;
 display: block;
 border: 3px solid;
 position: absolute;
 left: -3px;
 pointer-events: none;
}
.webform-submission-add-form .webform-type-checkboxes .form-item label {
	float: left;
}
.webform-submission-add-form .webform-type-checkboxes .form-item .description {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-left: 5px;
	float: left;
	color:#003ca6;
}
.webform-submission-add-form input[type="submit"] {
	display: block;
	color: #002f81;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid;
	padding: 5px;
	width: 200px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
	background: transparent;
}
.webform-submission-add-form input[type="submit"]:hover {
	background: #05bff5;
	color:#fff;
	border: 3px solid #05bff5;
}
.webform-submission-add-form .checkboxes--wrapper legend span.fieldset-legend {
	font-size: 20px;
	font-weight: 600;
	color:
#003ca6;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.webform-submission-add-form .checkboxes--wrapper legend {
	border-bottom: 0 none;
	margin-bottom: 0;
}
.m-journey {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.m-journey h2 {
	font-size: 44px;
	color: #002f81;
	font-weight: 500;
	font-family: 'Abhaya Libre', serif;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.m-journey ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.m-journey ul li {
	float: left;
	margin-right: 30px;
	font-family: 'Raleway', sans-serif;
}
.m-journey ul li a {
	font-size: 19px;
	font-weight: 500;
	color: #003ca6 !important;
	text-transform: uppercase;
	border: 3px solid #003ca6;
	padding: 5px;
	display: block;
	width: 210px;
	text-align: center;
	margin-bottom: 20px;
}
.m-journey ul li a:hover {
	background:
#05bff5;
	color:
#fff !important;
	border: 3px solid #05bff5;
}
#block-backtoapplicationprocess p {
	float: left;
	text-align: center;
	width: 100%;
}
.in_main #block-views-block-gcalender-block-2 td {
	display: table-cell !important;
	width: 100%;
}
#block-views-block-gcalender-block-2 .fc-event, .fc-event-dot {
	background-color: transparent !important;
	border: 0 none !important;
}
#block-views-block-gcalender-block-2 .fc-time {
	font-size: 0 !important;
	margin-bottom: 5px !important;
	display: none !important;
}
/*#block-views-block-gcalender-block-2 .fc-title {
	color: #002f81 !important;
	white-space: break-spaces;
	line-height: 20px !important;
	font-size: 15px !important;
}*/

#block-views-block-gcalender-block-2 .fc-title {
	color: #002f81 !important;
	white-space: break-spaces;
	line-height: 20px !important;
	font-size: 13px !important;
	margin-bottom: 5px;
}
#block-views-block-gcalender-block-2 .fc-title:hover {
	color: #05bff5 !important;
}
#block-views-block-gcalender-block-2 .fc-more-cell {
	display: none !important;
}
 #block-views-block-gcalender-block-2 .fc-title::before {
 content: "\f0f3";
 olor: #05bff5;
 font-family: 'FontAwesome';
 display: inline;
 font-size: 14px;
 margin-right: 5px;
}
#block-pagerblock .pager-block a {
	border: 4px solid #003ca6;
	padding: 10px;
	margin-right: 20px;
}
#block-pagerblock .pager-block a:hover {
	border: 4px solid #04b0e8;
	background-color:#04b0e8;
	color:#fff;
}
#block-pagerblock .pager-block a:hover h2 {
	color: #fff;
}
#block-pagerblock .pager-block a h2 {
	display: block;
	text-align: center !important;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 !important;
	width: 100%;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
#block-pagerblock .pager-block-wrapper .pager-block-item {
	text-align: center;
	width: 170px;
}
#block-pagerblock .pager-block-wrapper .pager-block {
	width: 100%;
	justify-content: left !important;
}
.fc-center h2 {
	font-size: 0 !important;
}
.fc-today-button {
	display: none;
}
.fc-toolbar .fc-left {
	display: inline-block !important;
	margin: 0 auto;
	float: none !important;
}
.fc-button-group button {
	border: 0 none;
	background: transparent;
	position: relative;
	top: -7px;
	font-size: 20px;
}
.fc-toolbar .fc-left h2 {
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
}
 .fc-prev-button::before {
 content: "\f104";
 font-family: 'FontAwesome';
 color:#002f81;
}
.fc-next-button:before {
	content: "\f105";
	font-family: 'FontAwesome';
	color:#002f81;
}
.fc-title {
	text-transform: capitalize;
}
.fc-month-button {
	display: block;
	color:
#002f81;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid;
	padding: 5px;
	width: 200px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
	background:transparent;
	border-radius: 0 !important;
}
.gdiscr p {
	display: inline;
}
.gdiscr p span {
	display: inline;
}
.fullcalendar-bottom-btn.locale-selector {
	display: none !important;
}
.page-node-36 .internal_pages, .page-node-74 .internal_pages, .page-node-73 .internal_pages {
	background-image: url(../images/form_bg.jpg);
	background-position: left top;
	padding-bottom: 0;
}
.webform-submission-add-form {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
.webform-submission-add-form .form-item {
	float: left;
	width: 100%;
	margin-bottom: 35px;
	margin-top: 5px;
}
.webform-submission-add-form label {
	font-size: 20px;
	font-weight: 600;
	color: #003ca6;
	text-transform: uppercase;
	display: none;
}
.webform-submission-add-form input[type="text"], .webform-submission-add-form input[type="email"] {
	width: 100%;
	height: 65px;
	background: #eeeeee;
	border: 0 none;
	padding: 0 20px;
	font-size: 20px;
}
.webform-submission-add-form input[type="text"]:focus, .webform-submission-add-form input[type="email"]:focus {
	background:#fff;
	border: 1px solid#66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}
.webform-submission-add-form .form-item {
	width: 50%;
	padding:0 15px;
}
.webform-submission-add-form .form-actions {
	width: 100%;
	float: left;
}
/* .webform-submission-add-form .form-item:nth-child(1), 
 .webform-submission-add-form .form-item:nth-child(2),
  .webform-submission-add-form .form-item:nth-child(3),
   .webform-submission-add-form .form-item:nth-child(5) 
 
 {
 width:48%;
 margin-right: 2%;
}
 .webform-submission-add-form .form-item:nth-child(2),
 .webform-submission-add-form .form-item:nth-child(4),
  .webform-submission-add-form .form-item:nth-child(5),
    .webform-submission-add-form .form-item:nth-child(6)
  {
 width: 48%;
}
*/


#edit_interested_in__chosen {
	width: 100% !important;
	background-color: #eee;
	position: relative;
}
.chosen-single {
	position: relative;
	z-index: 9;
}
/*.chosen-single span {
	color: #a6a6a6;
	padding-top: 20px;
	padding-left: 20px;
}*/

.chosen-single span {
	color: #818181;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 21px;
	font-weight: 300;
}
.page-node-36 #block-acds-page-title h1.page_title {
	text-align: center !important;
}
.page-node-36 .internal_pages #block-acds-content {
	text-align: center;
}
.contact-info {
	float: left;
	width: 100%;
}
.info-address, .info-phone {
	float: left;
}
.contact-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-info h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.info-address {
	margin-right: 50px;
	margin-bottom: 20px;
}
.info-phone ul li a {
	color: #6a6b6d !important;
}
.info-phone ul li:last-child {
	margin-top: 15px;
}
#block-contactus h2 {
	font-family: 'Abhaya Libre', serif;
}
#block-map iframe {
	width: 100%;
}
 .chosen-container::before {
 content: "\f107";
 font-family: 'FontAwesome';
 position: absolute;
 right: 20px;
 top: 21PX;
 z-index: 99;
 font-size: 30px;
 color: #bcbcbc;
}
.employe-info {
	float: left;
	width: 100%;
	margin-top: 40px;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding-bottom: 20px;
}
span.emp-btn {
	background-color: #04b0e8;
	color: #fff !important;
	text-align: center;
	font-size: 20px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	padding: 16px 10px;
	width: 100% !important;
	display: block;
	float: left;
	cursor: pointer;
}
.employe-info h3 {
	margin-bottom: 5px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
a.grade {
	margin-bottom: 5px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 24px;
	color:
#04b0e8;
}
.employe-info .row {
	margin-bottom: 20px;
}
.not-front .employe-info a.lrn-more {
	display: block;
	color: #002f81 !important;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid #003ca6;
	padding: 5px;
	width: 200px;
	float: left;
	margin: 0;
	text-align: center;
	line-height: 30px;
}
.not-front .employe-info a.lrn-more:hover {
	border: 3px solid #05bff5;
	color: #fff !important;
}
a.lrn-more:hover {
	background: #05bff5;
	color: #fff !important;
	border: 2px solid #05bff5;
}
.employe-info h2 {
	margin-bottom: 5px;
}
#block-searchform-2 {
	display: none;
}
.slider-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	position: relative;
	overflow: hidden;
	/*top: -50px;*/
}
.slider-video iframe, .slider-video object, .slider-video video {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit: cover;
	
}
#block-videobackgroun-2 {
	position: static;
}
.before-school {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
 #nav-primary ul.menu li:nth-child(3) .we-mega-menu-submenu, #nav-primary ul.menu li:nth-child(4) .we-mega-menu-submenu, #nav-primary ul.menu li:nth-child(5) .we-mega-menu-submenu, #nav-primary ul.menu li:last-child .we-mega-menu-submenu {
 right: 0 !important;
}
#block-mainnavigation-2 h2 {
	display: none;
}
.togglesidemenu {
	display: none;
}
 .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a::before, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > a::after, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > span::before, .navbar-we-mega-menu[data-autoarrow="0"]:not(.admin) .dropdown-menu > span::after {
 display: block;
}
.fade {
	opacity:1;
}
.modal.show .modal-dialog {
	top: 50%;
}
.modal-dialog h4.modal-title {
	width: 100%;
	float: left;
	margin: 0;
}
.modal-dialog h3 {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 15px 0;
}
.modal-dialog {
	position: relative;
}
.modal-dialog .close {
	top: 26px;
	right: 32px;
	font-size: 31px !important;
	background:transparent !important;
}
#block-views-block-gcalender-block-2 .fc-title a, #block-views-block-mobile-calendar-block-1-2 a {
	color: #002f81 !important;
}
#block-views-block-gcalender-block-2 .fc-title a:hover {
	color: #05bff5 !important;
}
 .modal-dialog .modal-body span::before {
 content: "\f017";
 font-family: 'FontAwesome';
 display: block;
 font-size: 16px;
 float: left;
 margin-right: 5px;
}
.internal_pages .container > .row {
	flex-direction: row-reverse;
}
#block-mainnavigation-3 {
	display: none;
}
.modal-dialog .modal-body .fplace {
	float: left;
	width: 100%;
}
.modal-dialog .modal-body .fplace span {
	display: block;
	/* float: left; */
	margin-right: 10px;
	margin-bottom: 0;
}
.modal-dialog .modal-body p {
	color:#000;
}
 .modal-dialog .modal-body .fplace span.location::before {
 content: "\f041";
 font-family: 'FontAwesome';
 display: block;
 font-size: 16px;
 float: left;
 margin-right: 5px;
 width: 16px;
}
 .modal-dialog .modal-body .fplace span.time::before {
 content: "\f017";
 font-family: 'FontAwesome';
 display: block;
 font-size: 16px;
 float: left;
 margin-right: 5px;
}
.before-school:last-child {
	border-bottom: 0 none;
}
#btnpdf1 p {
	cursor: pointer;
}
.employe-info:last-child {
	border-bottom: 0 none;
}
.acdsrate ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a.downloadfile {
	background-color: #04b0e8;
	color: #fff !important;
	text-align: center;
	font-size: 17px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	padding: 16px 30px;
	text-transform: uppercase;
	float: left;
	margin-top: 20px;
}
.acdsrate ul li a {
	font-weight: 700;
	font-size: 20px;
	line-height: 34px;
	font-family: 'Raleway', sans-serif;
}
.view-menu {
	background-color: #002f81;
	float: left;
	width: 100%;
	padding: 30px 0;
}
.view-menu .lunch-menu {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.view-menu .lunch-menu h2 {
	float: left;
	color: #fff;
	font-size: 39px;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	line-height: 39px;
	margin-top: 17px;
	margin-bottom: 0;
}
.view-menu .lunch-menu a {
	display: block;
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border: 3px solid #fff;
	font-size: 24px;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	padding:19px 60px;
}
.view-menu .in_main {
	margin: 0;
}
.mob-address {
	display: none;
}
.desktop-address {
	display: block;
}
.ui-front {
	padding: 15px;
}
.ui-front a {
	display: block;
	color: #002f81;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid;
	padding: 5px;
	width: 310px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
	text-decoration:none;
}
.ui-front a:hover {
	background: #05bff5;
	color: #fff !important;
	border: 3px solid #05bff5;
}
.ui-front .ui-dialog-titlebar {
	display: none;
}
.fc-toolbar .fc-right {
	display: none;
}
.inner-forms ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 25px;
}
.inner-forms h3 {
	margin-bottom: 5px;
}
.inner-forms ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
#accodion > .accoline > a {
	display: block;
	padding: 15px 0 15px;
	background-color: #fff;
	border: 1px solid #fff;
	font-family: 'Rubik', sans-serif;
	color: #6a6b6d;
	text-decoration: none;
	font-weight: 500;
	line-height: 23px;
	/*border-bottom: 2px solid #dbdbdb;*/
}

#accodion:last-child .accoline{
border-bottom: 2px solid #dbdbdb;	
}


#accodion {
	border-top: 2px solid #dbdbdb;
	float: left;
	width: 100%;
}
#accodion a.active, #accodion a.hover {
background-color: #3560A0:
}
#accodion .accotoggle {
    font-style: italic;
    padding: 10px;
    margin: 10px auto;
    display: none;
    border-top: 2px solid #dbdbdb;
}
#accodion > .accoline {
	position: relative;
	/*margin-bottom: 10px;*/
	float: left;
	width: 100%;
}
/*#accodion > .accoline::after {
	position: absolute;
	content: "\f067";
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	right: 20px;
	top: 15px;
	pointer-events: none;
	color: #04b0e8;
}*/

#accodion > .accoline::after {
 position: absolute;
 content: "";
 font-family: 'FontAwesome';
 display: block;
 font-size: 20px;
 right: 20px;
 top: 15px;
 pointer-events: none;
 color: #04b0e8;
 background-image: url(../images/plus2.png);
 width: 18px;
 height: 18px;
 background-size: 100% auto;
}
 #accodion > .accoline.active::after {
 background-image: url(../images/minus2.png);
}
.accoline li {
	list-style-image: url(../images/blue_dot.png);
	font-style: normal;
	float: left;
	width: 100%;
}
#accodion > .accoline p {
	font-style: normal;
}
#accodion > .accoline strong {
	font-weight: 500;
}
.athletics h4 {
	margin-bottom: 5px;
}
.mob-address p a {
	color:#212529;
}
.pager__item a.button {
	display: block;
	color: #002f81;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
	border: 3px solid;
	padding: 5px;
	width: 200px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
	border-radius: 0;
}
.pager__item a.button:hover {
	background: #05bff5;
	color: #fff !important;
	border: 3px solid #05bff5;
}
#block-didyouknow-2 {
	display: none;
}
#edit_how_did_your_hear_about_us__chosen {
	width: 100% !important;
}
.grid-item {
	display:none;
	padding: 10px;
	margin-bottom: 5px;
}
#loadMore {
	display: block;
	color: #002f81;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
	border: 3px solid;
	padding: 5px;
	width: 200px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
	border-radius: 0;
	text-decoration: none;
}
#loadMore:hover {
	background: #05bff5;
	color: #fff !important;
	border: 3px solid #05bff5;
}
#block-views-block-front-page-block-2 {
	display: block;
}
#block-views-block-front-page-block-3 {
	display: none;
}
.navbar-we-mega-menu .we-mega-menu-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.m-journey-form {
	float: left;
	width: 100%;
	column-count: 1;
	padding: 40px 0;
}
.m-journey-form ul {
	margin: 0 -15px;
	float: left;
	width: 100%;
	column-count: 1;
}
.m-journey-form li {
	float: left;
	width: 33.333% !important;
	padding: 0 20px;
	text-align: center;
}
.m-journey-form li a {
	border: 3px solid #fff;
	padding: 24px 20px;
	color: #fff !important;
	width: 100%;
	display: block;
	font-size: 27px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.m-journey-form li a:hover {
	color: #6a6b6d !important;
	background-color: #fff;
}
/*--looping--*/

.looping {
	text-align: center;
	cursor: pointer;/*display: none;*/
}
 .looping .d_angle::before {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate3d(-50%, -50%, 0);
 content: "\f107";
font-family: 'FontAwesome';
 font-size: 18px;
 line-height: 1;
}
.looping {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 20px;
	height: 40px;
	text-align: center;
	transition: 2s all ease-in-out;
	cursor: pointer;
	z-index: 999;
	right: 15px;
	display: inline-block;
	margin: 0 auto;
}
.looping .d_angle {
	width: 20px;
	height: 10px;
	position: absolute;
	margin: 0 auto;
	color: #fff;
	font-family: "IcoMoon";
}
.looping .d_angle.one {
	animation: loopsub-reveal 0.5s infinite;
}
.looping .d_angle.two {
	animation: loopsub-slide 0.5s infinite;
}
.looping .d_angle.three {
	top: 8px;
	animation: loopsub-slide 0.5s infinite;
}
.looping .d_angle.four {
	top: 16px;
	animation: loopsub-fade 0.5s infinite;
}
 @keyframes loopsub-reveal {
 from {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0.001;
 transform: scale(0.001);
}
to {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	transform: scale(1);
}
}
@keyframes loopsub-slide {
 to {
 transform: translateY(8px);
}
}
@keyframes loopsub-fade {
 from {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
 opacity: 1;
 transform: scale(1);
}
to {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0.001;
	transform: scale(0.001);
}
}
/*--looping end--*/


.page-user-login .background_container, .page-user-register .background_container, .page-user-password .background_container {
	background-image: url(../images/form_bg.jpg);
	background-position: left top;
	padding-bottom: 0;
}
/*.page-board-login .internal_pages {
	background-image: url(../images/form_bg.jpg);
	background-position: left top;
	padding-bottom: 0;
}*/
.page-board-login h1.page_title {
	display: none;
}
#block-userlogin {
	width: 600px;
	padding: 15px;
	display: table;
	position: relative;
	margin: 0 auto 40px;
	background-color:#f0f0f0;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
}
#block-userlogin #user-login-form {
	max-width: inherit;
	width: 100%;
	box-shadow: inherit !important;
	border: 0 none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#block-userlogin h2 {
	font-size: 30px;
}
#block-userlogin ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 50px;
	right: 15px;
	display: none;
}
#block-userlogin ul li:first-child {
	display: none;
}
#block-userlogin #user-login-form h2 {
	display: none;
}
.massage {
	margin: 0 auto 40px;
	float: none;
	display: table;
}
form#user-login-form label, form#user-login-form .description {
	display: none;
}
.forpass a {
	color: #6a6b6d !important;
}
.page-user-login #block-tabs {
	display: none;
}
.page-node-78 .map {
	background-image: url(../images/form_bg.jpg);
	background-position: left top;
	padding:65px 0;
}
.page-node-78 .map #block-stayconnected h2 {
	text-align: center;
}
.page-node-78 .map #block-stayconnected > div {
	text-align: center;
}
.page-node-78 .map fieldset {
	/*margin: 0 !important;*/
	padding: 0 !important;
	width: 20%;
}
.page-node-78 .map fieldset#edit-zip-code--wrapper legend {
	display: none;
}
.webform-submission-add-form .form-item.form-item-zip-code-postal-code {
	width: auto !important;
}
.webform-submission-add-form .form-item.form-item-contact-number {
	width: 30%;
}
.webform-submission-add-form input[type="tel"] {
	width: 100%;
	height: 65px;
	background: #eeeeee;
	border: 0 none;
	padding: 0 20px;
	font-size: 20px;
}
.backimg:empty {
	display: none !important;
}
#block-backtoapplicationprocess div p a {
	font-size: 12px;
	padding-right: 30px;
}
.pri-traditions {
	float: left;
	width: 100%;
}
.pri-traditions p {
	margin: 0;
	font-weight: 500;
}
#block-footerleft {
	float: left;
}
#block-footerleft img {
	width: 100px;
}
.not-front .gal-title h3 a, .not-front .gal-hov-con h3 a {
	color: #e8e4e4;
	font-size: 18px;
	font-weight: 600;
}
.not-front .gal-hov-con h3 {
	margin-bottom: 5px;
}
.not-front .gal-hov-con p {
	font-size: 13.5px;
	font-weight: 400;
	line-height: 20px;
}
.not-front .gal-image img {
	margin-bottom: 0;
}
.not-front a.lrn-more {
	color: #fff !important;
	font-weight: 500;
	font-size: 14px;
	padding: 5px;
	width: 130px;
	line-height: initial;
	display: inline-block;
}
.not-front .gal-hov-con {
	padding: 15px 10px !important;
}
#block-views-block-academics-events-block-1 {
	float: left;
	width: 100%;
}
/*--home slider icon--*/

.slider_fixed_btn {
	position: fixed;
	right: 0;
	top: 58%;
	z-index: 999;
}
.slider_fixed_btn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slider_fixed_btn li {
	display: block;
	margin-bottom: 4px;
}
.slider_fixed_btn li a {
	position: relative;
	z-index: 1;
	display: block;
}
.slider_fixed_btn li a .fxd_btn {
	color: #fff;
	width: 70px;
	height: 60px;
	display: block;
	background-color: rgba(20, 63, 139, 0.78);
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
 .slider_fixed_btn li a .fxd_btn::before {
 display: block;
 font-size: 22px;
 padding-top: 6px;
 margin-bottom: 5px;
 font-family: 'FontAwesome';
}
.slider_fixed_btn li a .fxd_in {
	overflow: hidden;
	max-width: 60px;
	transition: max-width 0.7s cubic-bezier(0, 0.5, 0, 0.5);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	visibility: hidden;
}
.slider_fixed_btn li:hover a .fxd_btn {
	background-color: rgba(20, 63, 139, 1);
}
.slider_fixed_btn li a .fxd_in span {
	background: #fff;
	font-size: 14px;
	display: block;
	color: #143f8b;
	white-space: nowrap;
	font-style: normal;
	padding: 0 90px 0 20px;
	border: 2px solid #143f8b;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
}
.slider_fixed_btn li a:hover .fxd_in {
	max-width: 999px;
	transition: max-width 0.7s cubic-bezier(0.5, 0, 0.5, 0);
	border: none;
	visibility: visible;
}
 .slider_fixed_btn li:nth-child(1) a .fxd_btn::before {
 content: "\f05a";
}
 .slider_fixed_btn li:nth-child(2) a .fxd_btn::before {
 content: "\f041";
}
 .slider_fixed_btn li:nth-child(3) a .fxd_btn::before {
 content: "\f040";
}
.backimg h3.ital {
	text-transform: capitalize;
	font-style: italic;
}
.backimg h3.main {
    margin-bottom: 7px;
    text-transform: none;
}
/*--home slider icon end--*/


.page-athletics .view-menu {
	margin: 0 0 30px;
}
 .page-visit .page_title, .page-apply ..page_title {
 text-align: center;
}
.page-node-78 legend {
	display: none;
}
#portfoliolist .portfolio {
	min-height: 480px;
}
.portfolio.taxotitle {
	min-height: inherit !important;
}
.form-text {
	margin-top: 0px;
}
.page-visit .page_title, .page-apply .page_title {
	text-align: center;
}
.dialog {
	display: none;
}
#block-views-block-employment-section-block-1 {
	float: left;
	width: 50%;
	/* padding: 0 15px; */
	padding-right: 15px;
}
#block-views-block-employment-section-block-2 {
	float: left;
	width: 50%;
	padding-left: 15px;
}
#block-employmentinfoblock {
	float: left;
	width: 100%;
	border-top: 1px solid #e3e3e3;
}
.employe-info img {
	/*max-height: 330px;*/
	margin: 0;
}
.top-right-bar p a.Alumni-link.logout {
	display: none;
}
.user-logged-in .top-right-bar p a.Alumni-link.logout {
	display: block;
}
.juicer-feed h1.referral a {
	display: none !important;
}
div#block-juicerembedfeed1 h2 {
	display: none;
}
#block-facebookfeed .slick-arrow {
	display: none !important;
}
.juicer-feed.image-grid .j-text, .juicer-feed.slider .j-text, .juicer-feed.hip .j-text {
	color: #000 !important;
	background-color: rgba(255, 255, 255, .85) !important;
	padding: 14px !important;
}
.juicer-feed.image-grid .j-text p, .juicer-feed.slider .j-text p, .juicer-feed.hip .j-text p {
	color: #000 !important;
	text-align:left !important;
	font-size: 20px !important;
}
 .juicer-feed .j-facebook::before {
 color: #6a6b6d !important;
}
 .juicer-feed .j-meta a.comments::before, .juicer-feed .j-meta a.likes::before {
 color: #6a6b6d !important;
}
div#block-juicerembedfeed1 h2 {
	display: none;
}
.juicer-feed.image-grid .j-meta, .juicer-feed.slider .j-meta, .juicer-feed.hip .j-meta {
	padding: 10px 17px !important;
}
.juicer-feed .j-meta a {
	color: #6a6b6d !important;
}
.juicer-feed h1.referral {
	display: none !important;
}
#block-facebookfeed .j-message {
	margin-bottom: 40px !important;
	overflow-y:auto !important;
	overflow-x:hidden !important;
}
.juicer-feed .j-meta a.j-social {
	font-size: 20px !important;
}
.gal-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.not-front .employe-info span a.lrn-more {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	width: 70%;
	float: left;
}
#block-views-block-mobile-calendar-block-1-2 {
	display: none;
}

.quickbutton {
	display: none;
}
.view-menu .lunch-menu a:hover {
	background:#05bff5;
	color:#fff;
	border: 3px solid #05bff5;
}


.mob-cal {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 2px solid #cbcccd;
	padding-bottom: 10px;
}
#block-views-block-mobile-calendar-block-1-2 .views-row:last-child .mob-cal{
	border-bottom:0 none;
}

.mob-date {
	border: solid 2px #cbcccd;
	float: left;
	padding: 5px;
	width: 60px;
	margin-right: 10px;
}

.mob-date span {
	margin: 0;
	text-align: center;
}


.mob-date span.ndate {
	font-weight: 500 !important;
	font-size: 27px !important;
	color: #002f81;
}

.mob-date span.wdate, .mob-date span.mdate {
	font-size: 14px;
	font-weight: 500;
}

.page-node-41 .boardofturst ul li {
	color: #6a6b6d;
	
}
.page-node-41 .boardofturst ul li strong {
	color: #6a6b6d;
}

.page-node-41 .boardofturst ul li span {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}

.page-node-41 .boardofturst h2 {
	color: #002f81;
}

.page-node-41 .boardofturst {
	background-image: none;
	position:relative;
	padding-top: 40px;
	padding-bottom: 0;
}

.page-node-41 .boardofturst1 img{
	max-width:inherit !important;
	width:100%;
}


.page-node-41 .boardofturst::before {
	background-color:transparent;
	
}

.page-node-41 .boardofturst ul li {
    margin-bottom: 4px;
    margin-top: 4px;
}



.mob-content p {
    margin-bottom: 0px;
}


.mob-cal .mob-content a:last-child {
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.portfolio.isotope-filter8 h3.deg, .portfolio.isotope-filter8 span.deg{
    display: none;
}

span.deg {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.togglecontent {
    display: none;
}


.inner-toggle {
	display: block;
	padding: 15px 0 15px;
	background-color: #fff;
	border: 1px solid #fff;
	font-family: 'Rubik', sans-serif;
	color: #6a6b6d;
	text-decoration: none;
	font-weight: 500;
	line-height: 23px;
	border-bottom: 2px solid #dbdbdb;
	float: left;
	width: 100%;
	position: relative;
}

.togglecontent {
	padding: 10px;
	margin: 10px auto;
	display: none;
	float: left;
	width: 100%;
}
.inner-toggle::after {
	position: absolute;
	content: "";
	font-family: 'FontAwesome';
	display: block;
	font-size: 20px;
	right: 20px;
	top: 15px;
	pointer-events: none;
	color: #04b0e8;
	background-image: url(../images/plus2.png);
	width: 18px;
	height: 18px;
	background-size: 100% auto;
}

.inner-toggle a {
	color: #6a6b6d !important;
	cursor: pointer;
	display: block;
}


.inner-toggle.active::after {
	background-image: url(../images/minus2.png);
}

#block-socialicon {
	float: left;
}


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

/*.webform-confirmation a{
	
}*/

.webform-confirmation a:hover {
	background: #05bff5;
	color: #fff !important;
	border: 3px solid #05bff5 !important;
}


.webform-confirmation a {
	display: table;
	color: #002f81 !important;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid #002f81 !important;
	padding: 5px;
	float: none;
	margin: 30px auto 0;
	text-align: center;
	line-height: 30px;
	background: transparent;
	width: 250px;
}

a.subs-btn {
	font-size: 19px;
	font-weight: 600;
	color: #003ca6 !important;
	text-transform: uppercase;
	border: 3px solid #003ca6;
	padding: 5px;
	display: table;
	width: 210px;
	text-align: center;
	margin-bottom: 20px;
	margin: 30px auto 0;
}

a.subs-btn:hover {
	background: #05bff5;
	color: #fff !important;
	border: 3px solid #05bff5 !important;
}

#webform-submission-stay-connected-add-form legend {
    display: none;
}


.portfolio-wrapper h3 span {
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
}

.page-user-password #block-tabs {
    display: none;
}

#block-views-block-newsletter-block-1, #block-views-block-newsletter-block-2, #block-views-block-newsletter-block-3 {
   display: block;
    width: 30%;
    float: left;
    margin-right: 15px;
}

#block-views-block-newsletter-block-1 .views-row a, #block-views-block-newsletter-block-2 .views-row a, #block-views-block-newsletter-block-3 .views-row a{
    border: 2px solid #002f81 !important;
    font-size: 21px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: #002f81;
    border-radius: 5px;
    padding: 15px 25px;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

#block-views-block-newsletter-block-1 .views-row a:hover, #block-views-block-newsletter-block-2 .views-row a:hover, #block-views-block-newsletter-block-3 .views-row a:hover{
    background-color: #05bff5;
    color: #fff;
    border: 2px solid #05bff5 !important;
}

ul.nav.nav-tabs.subul.twoColumns li a {
   line-height: 32px !important;
}
#popup-message-window {
  border: 3px solid #fff;
  border-radius: 0 !important;
  background: rgba(0, 47, 129, 1);
  color: #fff;
  padding: 15px;
}
#popup-message-window h2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	border-bottom: 0 none;
	text-transform: uppercase;
	margin-top: 20px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
h1.popup-message-title{
  display: none;
}
#popup-message-window br{
  display: none;
}
#popup-message-content img {
    text-align: center;
}
#popup-message-content p {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
#popup-message-window {
	border: 3px solid #fff;
	border-radius: 0 !important;
	background: rgba(0, 47, 129, 1);
	color: #fff;
	padding: 15px;
	position: fixed !important;
}
#popup-message-background {
    background: #000;
    opacity: 0.5;
}
#popup-message-close {
    background-color: #fff;
    padding: 8px 10px;
    margin: 10px 10px 0 0;
}
.page-node-45 .layout-content #block-acds-content {
    margin-bottom: 50px;
}
.page-node-45 .layout-content div#block-contactus h2 {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 4px;
}
.page-node-45 .internal_pages>.container>.row {
    margin-left: 0px;
    margin-right: 0px;
}
.page-node-45 .font-top .container {
    padding: 0 15px !important;
}
.map-custom {
    margin-bottom: 50px;
}
.map-custom .contact-info {
    display: flex;
    flex-wrap: wrap;
}
.map-custom .contact-info .info-address, .map-custom .contact-info .info-phone {
    width: 100%;
    margin-right: 0;
}
.map-custom .contact-info .btn-map-click {
    display: flex;
    /*padding: 15px 60px 15px 60px;*/
    text-align: center;
    background-color: #05b0e8;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    flex: 0 0 200px;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
	position:relative;
	height: 54px;
}
.map-custom .contact-info .btn-map-click:after {
    content: "";
    width: 60px;
    height: 54px;
    display: block;
    position: absolute;
    z-index: 1;
    right: -60px;
	top:0;
    background-color: #018ab6;
    background-image: url(../images/ta-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}
.font-top .col-sm-2 {
    display: flex;
    align-items: center;
}
.font-top .col-md-3.col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.font-top .col-md-4.col-sm-4 h4 {
    color: #ffd623;
}
.font-bot>.container>.row>div {
    align-items: center;
    display: flex;
}


.desktop-address1 {
	width: 100%;
	float: left;
	/* padding: 0 15px; */
}

.desktop-address1:last-child {
	float: right;
}




.foot-desc h4 {
	color: #f8c702;
}
.webform-submission-change-of-enrollment-notificatio-form label{
    display: block;
    color: #002664;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
}
.webform-submission-change-of-enrollment-notificatio-form input[type="text"], .webform-submission-change-of-enrollment-notificatio-form input[type="email"] {
    border: solid 1px #ccc;
	max-width: 208px;
    padding: 5px;
    line-height: normal;
    color: #000;
    background-color: transparent;
    height: auto;
    font-size: 16px;
    width: auto;
}
.webform-submission-change-of-enrollment-notificatio-form select {
    max-width: 200px;
    padding: 5px;
    line-height: normal;
    color: #000;
    background-color: transparent;
    height: auto;
    font-size: 16px;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item {
    width: 100%;
    margin: 0 0 20px;
}
.webform-submission-change-of-enrollment-notificatio-form div#edit-optout{
    color: #666;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item.js-form-type-checkbox label.option {
    white-space: normal;
    margin-right: 10px !important;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item.js-form-type-checkbox input[type="radio"], 
.webform-submission-change-of-enrollment-notificatio-form .form-item.js-form-type-checkbox input[type="checkbox"] {
    margin: 4px 5px 3px 3px;
    border: solid 1px #ccc;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item.form-item-please-send-a-confirmation-email-to-the-address-below- {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
	position:relative;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item.form-item-please-send-a-confirmation-email-to-the-address-below-:before {
    border-top: 1px solid #ccc;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    margin: auto;
}
.webform-submission-change-of-enrollment-notificatio-form input[type="submit"]{
    padding: 10px 20px;
    outline: 0;
    background: #002664;
    text-shadow: none;
    font-size: inherit;
    border: none !important;
    line-height: 1;
    color: #FFF;
    width: auto;
    border-radius: 4px;
    margin-left: 15px;
    margin-top: 5px;
}
.webform-submission-change-of-enrollment-notificatio-form div#edit-optout span {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 2px;
	font-family: 'Raleway', sans-serif;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item .description {
    color: #666;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
}
.webform-submission-change-of-enrollment-notificatio-form .form-item.js-form-type-checkbox {
    display: inline-flex;
    align-items: flex-start;
}
	.desktop-address1 .foot-desc { float: left; }
@media (max-width:767px) {

html {
touch-action: auto!important;
}
.webform-submission-add-form.webform-submission-change-of-enrollment-notificatio-form .form-item select {
		max-width: 200px;
		padding: 5px;
		line-height: normal;
		color: #000;
		background-color: transparent;
		height: auto;
		font-size: 16px;
		border: 1px solid #333;
	}
}

@media (max-width:640px) {
	.webform-submission-change-of-enrollment-notificatio-form input[type="text"], .webform-submission-change-of-enrollment-notificatio-form input[type="email"] {
		width: 100%;
		max-width: 100%;
	}
	.webform-submission-change-of-enrollment-notificatio-form .form-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.webform-submission-change-of-enrollment-notificatio-form .form-item.form-item-please-send-a-confirmation-email-to-the-address-below-:before {
		width: 100%;
	}
	.webform-submission-change-of-enrollment-notificatio-form input[type="submit"] {
		margin-left: 0;
	}
}





