/*==========  Desktop First Method  ==========*/

/* mobile button */
.hamburger {display: none;}
/* mobile button */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



#main-menu {
	width: auto;
	margin-right: 0px;
}
.sm-clean > li > a {
    margin-right: 51px;
    color: #fff;
}
.main_nav {
	/*
	display: flex;
	justify-content: space-between;
	*/

}	
.menu_wrapper {
	background-color: rgba(22,80,147,0.92);
}

.main_content_p1 {
	display: flex;
	padding-top: 40px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hp2_box1 {
	width: 439px;
}
.main_content_p1_r {
	padding-top: 24px;
	width: 100%;
}
.main_content_p2 {
	padding-top: 20px;
}
.main_content_p1_l {
    padding-right: 0;
}
.mswiper-nav_wrap {
    display: flex;
    justify-content: center;
}

.top_bg {
	width: 100%;
	height: 216px;
	background-image: url(../img/top-backgr-1200.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


#main {
	width: 100%;
	background-image: url(../img/adaptive-center-backgr.gif);
	height: auto;
	background-repeat: repeat-x;
	min-height: 610px;
	background-position: top;
	background-position-y: 10px;
}

.ra_ctopics_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 20px;
}

.content_iner_t_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

.tcard_wrapper {
	display: block;
}
.tcard_img img {
	width: 165px;
	height: auto;
	border: 1px solid #81b4f1;
	margin-top: 11px;
	-webkit-box-shadow: 8px 10px 15px -12px rgba(73,96,128,0.5);
	-moz-box-shadow: 8px 10px 15px -12px rgba(73,96,128,0.5);
	box-shadow: 8px 10px 15px -12px rgba(73,96,128,0.5);
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.tcard_img {
	width: 100%;
}

.tcard_mw {
	width: 512px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}
.tcard_mh {
	margin-bottom: 6px;
	text-align: center;
	line-height: 20px;
}
.tcard_icons {
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	margin-top: 8px;
}
.tcard_texts {
	margin-left: auto;
	margin-right: auto;
}
.tcard_content {
	padding-left: 0;
}
.content_iner_t_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
.tcard_mw1 {
	width: auto;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
}
.tcard_img2 {
	margin-right: 20px;
}


a.ppl_al_link {
    opacity: 1 !important;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 19px;
    /* display: table-cell; */
    /* vertical-align: bottom; */
    height: 21px;
    margin-top: 8px;
}
.rsahp003 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.top_bg {
	width: 100%;
	height: auto;
	background-image: url(../img/top-backgr-1200.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.header_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.rsahp003 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap: wrap;
}
.rsahp01 {
	/* margin-left: 5px; */
	/* margin-right: 5px; */
	border: 1px solid #81b4f1;
	width: 186px;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 24px;
}


.top_bg2 {
    width: 100%;
    height: 86px;
    background-image: url(../img/internal-top-backgr-1200.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.tcard_mw {
    width: 410px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}





}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


	/* toggle modile menu- */
	#mobile-menu    {
		margin-top: 9px;
	    z-index: 50000;
	}
	.mobile-menu-toggle {
	    cursor: pointer;
	    padding: 0;
	    position: relative;
	    z-index: 20000;
	    height: auto;
	    width: auto;
	    margin-top: 0px;
	    margin-left: 0;
	    float: left;
	}
	.hamburger {display: block;}
	.hamburger {
		font: inherit;
		display: inline-block;
		overflow: visible;
		margin: 0;
		padding: 0px;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity,filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: transparent;
		outline: none;
		cursor: pointer;
		z-index: 50050;
		width: 42px;
		height: 44px;
	}
	.hamburger:hover {
		opacity: 1;
	}
	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-top: -5px;
		vertical-align: top;
		padding-top: 0px;
		cursor: pointer;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	    position: absolute;
	    width: 40px;
	    height: 4px;
	    transition-timing-function: ease;
	    transition-duration: .15s;
	    transition-property: transform;
	    border-radius: 4px;
	    background-color: #fff;
	}
	/* toggle modile menu- */

	.main-menu-wrapper {
		display: none;
	}


.swiper-container {
    width: 100%;
    height: auto;
}

.ft_wrapper {
	display: flex;
	justify-content: center;
	padding-top: 50px;
	color: #fff;
	font-size: 18px;
	flex-wrap: wrap;
}
.mc_p2_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hp2_box1 {
	width: 439px;
	margin-top: 30px;
}
.header_wrapper {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.top_bg {
	width: 100%;
	height: auto;
	background-image: url(../img/top-backgr.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.header_wrapper .acsl_logo img {
	max-width: 100%;
	height: auto;
}
.hd_sep {
    margin-left: 16px;
    margin-right: 16px;
}
.tc_logo a#tchlogo img {
	max-width: 100%;
	height: auto;	
}
.ee_logo a#eelogo img {
	max-width: 100%;
	height: auto;	
}
.main_content_p1_l {
	padding-right: 0;
}


.ft_over {
    margin-top: 20px;
    background-image: url(../img/bottom-center-backgr.jpg);
    height: 450px;
    width: 100%;
    background-repeat: repeat-x;
    z-index: 0;
}
.footer_content {
    width: 100%;
    height: 450px;
    background-image: none;
    background-position: 0 0;
    z-index: 100;
}
.ft_wrapper {
    text-align: center;
}
.ft_b1_st2_wr {
    display: flex;
    padding-top: 8px;
    padding-bottom: 9px;
    justify-content: center;
}
.main_content_p2 {
    padding-top: 0px;
}


.top_bg {
	width: 100%;
	height: 366px;
	background-image: url(../img/top-backgr-900.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.hdr_icon_wrap a img {
	display: block;
}
.hdr_icon_wrap a div {
	display: none;
}
.hdr_icon_wrap a  {
	/*display: flex;*/
}
.menu_bottom_line {
	background-color: #90c9fc;
	width: 100%;
	height: 10px;
	margin-top: -4px;
}

.acsl_logo {
	width: 100%;
}
.acsl_logo img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.hp2_box_cnt1, .hp2_box_cnt1 {
	height: auto;

}
.hp_box_btm {
	background-image: url(../img/box-bottom-backgr.gif);
	height: 4px;
	width: 100%;
	margin-top: 4px;
}

.rsm_main_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tcard_mw {
	width: 330px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.content_iner_t_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

.top_bg {
	width: 100%;
	height: auto;
	background-image: url(../img/top-backgr-900.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.tf_logos_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 10px;
}
.acsl_logo {
	width: 100%;
	margin-bottom: -9px;
}

.tc_logo a#tchlogo img {
    max-width: 100%;
    height: 80px;
    padding-top: 13px;
    margin-top: 8px;
}
.ee_logo a#eelogo img {
    max-width: 100%;
    height: 80px;
    padding-top: 13px;
}
.hd_sep img {
	margin-top: 13px;
}

.top_bg2 {
    width: 100%;
    height: 86px;
    background-image: url(../img/internal-top-backgr-900.jpg);
    background-repeat: no-repeat;
    background-position: center;
}


div.tf_logos_wrap2 div.hd_sep img {
	margin-top: 1px;
}

#main_nav.fixed {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0px 4px 6px 1px rgba(0,0,0,0.4);
	background-color: rgba(22,80,147,0.92);
	display: none;
}

.hpnews_btn_wrap {
    width: 42px;
    height: 202px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -45px;
}




}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}




/* !!!!!! */

.swiper-slide img{
display: block;
max-width: 100%;
height:auto;
}





.main_content_p1 {
	display: block;
	padding-top: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main_content_p2 {
	padding-top: 0px;
}

/*
.swwrow3, .swwrow2 {
    background-position: center;
    background-size: cover;
}
*/
.swwrow2 {
	width: 100%;
	background-image: url(../img/adaptive-slider-title-backgr.gif);
	height: auto;
	min-height: 60px;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swwrow3 {
	width: 100%;
	background-image: url(../img/adaptive-slider-details-backgr.gif);
	height: auto;
	min-height: 60px;
	background-repeat: no-repeat;
	/* position: relative; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.hdr_icon_wrap a div {
	/*display: block;*/
}

.header_wrapper .acsl_logo img {
    width: 327px;
    height: auto;
}
.tc_logo a#tchlogo.contains-image img {
    width: 133px;
    height: auto;	
}
.ee_logo a#eelogo.contains-image img {
    width: 164px;
    height: auto;	
}
.tc_logo {
	padding-top: 3px;
}
.top_bg {
	width: 100%;
	height: 276px;
	background-image: url(../img/top-backgr-800.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.holr2 {
	padding-top: 11px;
	padding-left: 0;
}
.tf_logos_wrap div.hd_sep img {
	display: none;
}
.tf_logos_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.rsm_wrapper {
	padding-top: 9px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 9px;
	border-radius: 25px;
}
.r_topic_wrapper_outer2 {
    width: 331px;
    height: auto;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.press_card_cnt_wrapper {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.press_card_cnt_r {
	margin-bottom: 5px;
}
.editor_content .press_wrapper h2 {
	margin-bottom: 5px;
}

.prioject_card_cnt_wrapper {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.prioject_card_cnt_r {
	margin-bottom: 15px;
}
.editor_content .prioject_wrapper h2 {
	margin-bottom: 5px;
}

.pheader_wrapper {
    margin-top: 30px;
}

.rsahp01 {
	/* margin-left: 5px; */
	/* margin-right: 5px; */
	border: 1px solid #81b4f1;
	width: 186px;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 24px;
	margin-left: 5px;
	margin-right: 5px;
}
.top_bg {
	width: 100%;
	height: auto;
	background-image: url(../img/top-backgr-800.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.tf_logos_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 13px;
}

.tc_logo a#tchlogo img {
    max-width: 100%;
    padding-top: 0px;
    margin-top: 0px;
}
.ee_logo a#eelogo img {
    max-width: 100%;
    padding-top: 0px;
}

.header_wrapper2 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.top_bg2 {
    width: 100%;
    height: auto;
    background-image: url(../img/internal-top-backgr-800.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.acsl_logo {
    width: 100%;
    margin-bottom: -8px;
}
.hdr_other_logos_wrapper2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 5px;
}


.cnt_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.header_wrapper2 div.acsl_logo a#logoacsl2 img {
	width: 332px;
}

.ft_wrapper {

    padding-bottom: 30px;
}


.tf_logos_wrap2 {
	display: none;
	justify-content: space-between;
	margin-top: 9px;
}

.n_sel {
    border: 1px solid #fff !important;
    background-color: transparent;
    white-space: normal;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 1px;
    z-index: 0;
}

.tcard_wrapper_am {
	display: flex;
	flex-wrap: wrap;
}
.tcard_icons2 {
	margin-bottom: 12px;
	text-align: left;
	display: flex;
	justify-content: left;
	margin-top: 20px;
}
.tcard_img2 {
	margin-right: auto;
	margin-left: auto;
}
.tcard_icons2 {
	margin-bottom: 12px;
	text-align: left;
	display: block;
	/* justify-content: center; */
	margin-top: 20px;
	width: auto;
	text-align: center;
}
.tcard_icons2 a {
	margin-right: 8px;
	margin-left: 8px;
}
.tcard_mw1 {
    width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.tcard_mh2 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
    text-align: center;
}



}







@media only screen and (max-width : 685px) {

	.tcard_img2 img {
	    border: 1px solid #81b4f1;
	    height: 200px;
	}
	.tcard_img img {
	    width: 140px;
	    height: auto;
	    border: 1px solid #81b4f1;
	    margin-top: 11px;
	    -webkit-box-shadow: 8px 10px 15px -12px rgba(73,96,128,0.5);
	    -moz-box-shadow: 8px 10px 15px -12px rgba(73,96,128,0.5);
	    box-shadow: 8px 10px 15px -12px rgba(73,96,128,0.5);
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}


.hpnews_btn_wrap {
    width: 42px;
    height: 189px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -38px;
}

}




@media only screen and (max-width : 550px) {
	.ft_over {
	    height: auto;
	}
	.footer_content {
	    height: auto;
	}
	
.hara {
    position: absolute;
    right: 0;
    top: -3px;
    border-bottom: none;
    white-space: nowrap;
    padding-left: 13px;
    /* margin-top: -28px; */
}
.h2homew {
    display: flex;
    position: relative;
    padding-top: 15px;
}



.tcard_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.tcard_mw {
	width: 302px;
	margin-bottom: 45px;
	margin-left: auto;
	margin-right: auto;
}

.publ_txport_cont_wrapper .rsm_wrapper label {
	display: none;
}


.acsl_logo img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    width: 340px;
}



}


@media only screen and (max-width : 500px) {
	.hp2_box1 {
		width: 330px;
		margin-top: 25px;
	}
	.hpnr01 {
		display: none;
	}

	.hpnews_btn_wrap {
	    width: 42px;
	    height: 182px;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    margin-top: -23px;
	}

	.hp2_box1 div.hp2_box_cnt1 div.hpnews_btn_wrap {
	    margin-top: 6px;
	    height: 277px;
	    margin-left: 11px;
	}
	

}





/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}



@media only screen and (max-width : 430px) {
	.ft_over {
	    height: 550px;
	}
	.footer_content {
	    height: 550px;
	}

}


@media only screen and (max-width : 420px) {
.rsahp01 {
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #81b4f1;
	width: 320px;
	text-align: center;
	padding-bottom: 12px;
	margin-bottom: 24px;
	/* margin-left: 5px; */
	/* margin-right: 5px; */
}

.rsahp02 img {
	width: 301px;
	height: auto;
	border: 1px solid #81b4f1;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.swwrow01 {
	background-image: url(../img/research-box-pic-backgr.gif);
	height: auto;
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-bottom: 12px;
	/* padding-left: 6px; */
	/* padding-right: 6px; */
	width: 100%;
	background-position: 0 bottom;
}









}



/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}