html, body{
    overflow-x:hidden; /*for iphone*/
   	font-family: Poppins, arial;
   	font-weight: 300;
/*   	background-image: url("../sketch/apply_04.jpg");
   	background-position: top center;
   	background-repeat: no-repeat;*/
}



a.blue1:link {
    color: #0059b2;
   
    text-decoration: none;
    
}

a.blue1:visited {
    color: #0059b2;
     text-decoration: none;
}

a.blue1:hover {
    color: #0059b2;
     text-decoration: none;
}


::placeholder {
    font-family: Poppins, arial;
    font-size: 15px;
    color: #999;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Poppins, arial;
   font-size: 15px;
   color: #999;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Poppins, arial;
   font-size: 15px;
   color: #999;
}

input, textarea, select{
    outline: none;
}

input, textarea{
    padding: 3px;
    box-sizing: border-box;
}

.container{
	width:100%;
	max-width: 1920px;
	position: relative;
	margin: auto;
    overflow: hidden;
}

.trigger{
    position: absolute;
    left: 0;
    width: 25px;
    height: 30px;
    display: none;
    top: 0;
    padding: 20px;
}

.trigger .bar > div{
    display:block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #666;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #aaaaaa;
    background-color: rgba(0,0,0,0.3);
    display: none;
    z-index: 5;
}

body > div,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6{
	box-sizing: border-box;
}

.inner{
	position:relative;
	box-sizing: border-box;
	width:100%;
	max-width:1260px;
	margin:0 auto;
}

/*.col_2*/
.col_2 > div:nth-of-type(1){
	width:50%;
	float:left;
}

.col_2 > div:nth-of-type(2){
	width:50%;
	float:right;
}

.col_2::after,
.clear_both{
	content:"";
	display: block;
	clear:both;
}

/*.col_3*/
.col_3 > div,
.col_4 > div,
.col_5 > div,
.col_6 > div{
	float:left;
}

.col_3 > div{
	width:32%;
	margin-right: 2%;
}

.col_4 > div{
	width:23%;
	margin-right: 2.666%;
}

.col_5 > div{
	width:18%;
	margin-right:2.5%; 
}

.col_6 > div{
	width:15%;
	margin-right: 2%;
}

.col_3 > div:nth-last-of-type(1),
.col_4 > div:nth-last-of-type(1),
.col_5 > div:nth-last-of-type(1),
.col_6 > div:nth-last-of-type(1){
	margin-right: 0;
}

.col_3::after,
.col_4::after,
.col_5::after,
.col_6::after,
.clear_left{
	content:"";
	display: block;
	clear:left;
}

.img_width_auto{
	width:auto;
}

/*color*/
.purple_color{
	color:#490e60;
}

.purple_bg{
	background-color:#490e60;
}

.pink_color{
	color:#bc2396;
}

.pink_bg{
	background-color:#bc2396;	
}

.blue_color{
	color:#0059b2;
}

.blue_bg{
	background-color:#0059b2;
}

.deep_grey_color{
	color:#333333;
}

.light_grey_bg{
	background-color:#eeeeee;
}

/*nav*/
nav ul{
	list-style: none;
    left: 0;
}

.menu_level_0{
	position: relative;
	color: inherit;
}

.menu_level_0 > li{
	position:relative;
	display:inline-block;
	color:inherit;
    margin: 0px 16px; /* margin: 0px 21px; */
    letter-spacing: 1px;
}

@media only screen and (max-width: 1199px) {
.menu_level_0 > li{
	position:relative;
	display:inline-block;
	color:inherit;
    margin: 0px 12px; /* margin: 0px 21px; */
    letter-spacing: 1px;
}
}

@media only screen and (max-width: 1119px) {
.menu_level_0 > li{
	position:relative;
	display:inline-block;
	color:inherit;
    margin: 0px 7px; /* margin: 0px 21px; */
    letter-spacing: 1px;
}
}


.menu_level_0 > li > a,
.menu_level_0 > li > span{
	color:inherit;
    cursor: pointer;
}

.menu_level_0 > li a,
.menu_level_0 > li span{
	display: block;
	text-decoration: none;
	/*font-size: 1.3em;*/
	padding-bottom: 10px;
}

header .inner{
	text-align: center;
    padding: 15px 20px 0;
}

.menu_level_0 > li::before{
	content:"";
	position: absolute;
	width:100%;
	height:10px;
	background-color:#bc2396;
	top:-15px;
	left:0;
	display:none;
}


.menu_level_0 > li.menu_selected span {
	color:#bc2396;
}


.menu_level_0 > li.menu_selected > a,
.menu_level_0 > li:hover > a{
	color:#bc2396;
}

.menu_level_0 li.menu_selected::before{
	display: block;
}

.menu_level_0 li:nth-last-of-type(1) .menu_level_1,
.menu_level_0 li:nth-last-of-type(2) .menu_level_1{
    right: 0;
    left: auto;
}

.menu_level_1{
    position: absolute;
	
	    white-space: nowrap;
    padding-right: 30px;
	
    top: 32px;
    left: 0;
    /*width: 300px;*/
    background-color:#bc2396;
    z-index: 99;
    display: none;
    opacity:0;
    padding-left: 5px;
}

.menu_level_1 li:nth-last-of-type(1){
    margin-bottom: 10px;
}

.menu_level_1 li:hover a{
    color:#fbb039;
}

.menu_level_0 > li:hover .menu_level_1{
	display: block;
	animation: show_sub_menu 0.4s forwards;
}

@keyframes show_sub_menu{
	to{
		opacity: 1;
	}
}

.menu_level_0 .menu_level_1 a{
	color:#ffffff;
	text-align: left;
	margin: 0;
	padding: 10px;
}

.row_0 div:nth-of-type(1){
    overflow: hidden;
}

.row_0 div:nth-of-type(1) img{
    /*position: relative;
    left: 50%;
    transform: translateX(-50%);*/
    max-width: 1920px;
    /*min-width: 1300px;*/
}

.row_0 div:nth-of-type(2){
	color: #ffffff;
}

.row_0 .inner{
    padding: 10px 20px;
    font-size: 2em;
    line-height: 1.4;
}

/*.person_intr_1*/
.person_intr_1 ul{
	list-style: none;
	margin-top: 10px;
}

.person_intr_1 ul li{
   /* line-height: 1.1;*/
    margin-top: 3px;
}

.person_intr_1 ul li.strong{
    font-weight: 600;
    margin-top: 10px;
}

.person_intr_1 > div:nth-of-type(1){
    width: 23%;
    max-width: 240px;
    float:left;
    top: 4px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.person_intr_1 > div:nth-of-type(2){
    width: 77%;
    float: right;
    box-sizing: border-box;
    padding-left: 33px;
}

.person_intr_1 .name{
	color:#490e60;
	font-size: 1.5em;
}

.person_intr_1 .desc{
   margin-top: 34px;
    font-size: 1.25em;
    line-height: 1.5;
}

.person_intr_1{
	position:relative;
}

.person_intr_1::after{
	content:"";
	display: block;
	clear:both;
}

.icon_link,
.icon_email{
    position: absolute;
    top: 4px;
}

.icon_link{
	right:46px;
}

.icon_email{
    right: 0;
}

.icon_link img,
.icon_email img{
	width:auto;
}

.person_list .slick-next{
	right: 0;
}

.person_list .slick-prev{
	left:0;
}

.person_list .slick-prev::before,
.person_list .slick-next::before{
	content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 60px;
    display: block;
    background-size: contain;
}

.person_list .slick-prev::before{
    background-image: url(../images/icon/icon_arrow_prev.png);
}

.person_list .slick-next::before{
    background-image: url(../images/icon/icon_arrow_next.png);
}

/*.circle_border*/
.circle_border{
    border-radius: 50%;
    overflow: hidden;
}

/*.field*/
.field{
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 45px;
    border-bottom: 1px solid #aaa;
    margin-top: 36px;
}

.field > p{
    font-size: 1.65em;
    color:#490e60;
    letter-spacing: 4px;
    line-height: 1.9;
    margin-bottom: 5px;
}

.field > a{
	display: inline-block;
	text-decoration: none;
}

.field > div > a{
	text-decoration: none;
}

.field div{
	position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0px;
    width:240px;
    margin: 0 70px;
    margin-bottom: 60px;
}

.field:nth-last-of-type(1){
    border-bottom: none;
}

/*.person_intr_2*/
.person_intr_2{
	width:240px;
	text-align: center;
    margin: 0 70px;
    margin-bottom: 60px;
}

.person_intr_2 .name{
	margin-top: 10px;
    font-size: 1.5em;
    color:#490e60;
}

.person_intr_2 .title{
	line-height: 1.1;
	color:#333;
}

.person_intr_2 .university{
    font-weight: 600;
    margin-top: 8px;
    color: #333;
}

/*footer*/
.page_footer .title{
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.page_footer .address{
    color: #490e60;
    font-weight: 600;
}

.page_footer .inner{
	padding:35px 20px;
}

.page_footer .inner > div:nth-of-type(1){
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}

.page_footer ul{
	list-style: none;
}

.page_footer img{
	width: auto;
}

.page_footer .sponsor img{
    width: 230px;
}

.info img,
.social_media img{
    width: auto;
    margin-right: 10px;
}

.page_footer .col_2 > div:nth-of-type(1){
	width:65%;
}

.page_footer .col_2 > div:nth-of-type(2){
	width: 30%;
    box-sizing: border-box;
    padding-left: 33px;
}

.page_footer .col_2 .col_2 > div:nth-of-type(1){
	width: 60%;
}

.page_footer .col_2 .col_2 > div:nth-of-type(2){
    width: 40%;
    padding-left: 80px;
    box-sizing: border-box;
}

.page_footer .organizers a img{
    margin-right: 2%;
    height: 80px;
    vertical-align: middle;
}

.page_footer .organizers a:nth-of-type(2) img{
    height: 100px;
}

.social_media span{
	display: inline-block;
}

.info li{
	margin-bottom: 10px;
}

.info a{
    text-decoration: none;
}

.page_footer .organizers{
	margin-bottom: 40px;
}

.page_footer .copyright{
	margin-top: 40px;
}

.copyright > span{
    display: inline-block;
    margin-right: 10px;
}

.page_footer a,
.social_media a{
    text-decoration: none;
    color:#000;
}

.page_footer .blue_color{
    color: #0059b2;
}

/*.apply_form_step*/
.apply_form_step .inner{
	padding: 60px 20px 0;
}

.apply_form_step .inner > p:nth-of-type(1){
	font-size: 1.5em;
    letter-spacing: 5px;
}

.apply_form_step ul{
    list-style: none;
    margin: 12px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 40px;
}

.apply_form_step li:last-child{
    display: inline-block;
    width: calc(100% - 440px);
    text-align: right;
       height: 20px;
    font-size: 1em;
    background-color: #FFF;
    color: #bc2396;
    border-radius: 50%;
    margin-right: 20px;
}

.apply_form_step li{
    display: inline-block;
    width: 45px;
    text-align: center;
    height: 45px;
    font-size: 2em;
    background-color: #bbb;
    border-radius: 50%;
    margin-right: 20px;
}

.apply_form_step li.active{
	background-color:#bc2396;
}

.apply_form_step li a{
    color: #fff;
    text-decoration: none;
    display: block;
}

.apply_title{
    font-size: 1.6875em;
    margin-bottom: 30px;
    color:#490e60;
}

.apply_button{
    border: none;
    background-color: #0059B2;
    color: #fff;
    padding: 4px 34px;
    letter-spacing: 1px;
    font-size: 1.125em;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none;
}

/*.inside_pages_content*/
.inside_pages_content{
    font-size: 1.25em;
    line-height: 1.5;
}

@media only screen and (max-width:1220px){
     .page_footer .organizers img {
        margin-right: 50px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1024px){
    header nav{
        position: absolute;
        min-height: 100vh;
        height: 100%;
        background-color: #fff;
        width: 95%;
        z-index: 9999;
        top: 0;
        left: -95%;
        transition: transform 0.4s;
    }

    /*.flexslider .slides img {
        min-width: 800px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }*/

    .menu_level_1 {
        position: relative;
        background-color: #fff;
        opacity: 1;
        top:0;
        display: none;
        width: auto;
    }

    .menu_level_0 .menu_level_1 a{
        padding: 5px 0;
    }

    header .inner{
        position: static;
        padding: 30px 20px;
    }

    header nav.open{
        transform: translateX(100%);
    }

    .menu_level_0 > li{
        margin: 0;
        margin-top: 20px;
        display: block;
        text-align: left;
        text-indent: 20px;
    }

    .menu_level_0 > li a,
    .menu_level_0 > li span{
        padding-bottom: 0;
    }

    .trigger{
        display: block;
    }

    .page_footer .col_2 .col_2 > div:nth-of-type(1){
        width:100%;
    }

    .page_footer .col_2 .col_2 > div:nth-of-type(2){
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .page_footer .col_2 > div:nth-of-type(1),
    .page_footer .col_2 > div:nth-of-type(2){
        width:50%;
    }

    .menu_level_0 li.menu_selected::before{
        display: none;
    }
    .menu_level_0 > li .menu_level_1,
    .menu_level_0 > li:hover .menu_level_1{
        display: none;
    }

    .menu_level_0 .menu_level_1 a{
        color:inherit;
    }

    nav .menu_level_0 > .show_sub_menu .menu_level_1{
        display: block;
        background: #ddd;
        box-sizing: border-box;
        padding: 10px;
    }

    .menu_level_1 li:nth-last-of-type(1){
        margin-bottom: 0;
    }
}


@media only screen and (max-width:800px){
	.apply_form_step li:last-child{
    display: inline-block;
    width: 100%;
    text-align: left;
       height: 20px;
    font-size: 1em;
    background-color: #FFF;
    border-radius: 50%;
    margin-right: 20px;
   margin-top: 10px;
    
	}

}


@media only screen and (max-width:768px){
    footer .col_2 > div:nth-of-type(1),
    footer .col_2 > div:nth-of-type(2){
        width:100%;
    }

    footer .col_2 > div:nth-of-type(2){
        margin-top: 30px;
    }

    .page_footer .col_2 > div:nth-of-type(1),
    .page_footer .col_2 > div:nth-of-type(2){
        width:100%;
        padding-left: 0;
    }

    .person_intr_1 > div:nth-of-type(1){
        width: 100%;
        float: none;
        margin: auto;
    }

    .person_intr_1 > div:nth-of-type(2){
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .person_intr_1 .icon_link,
    .person_intr_1 .icon_email{
        display: none;
    }

    .person_intr_1 ul li{
        margin-top: 10px;
    }

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

    .page_footer .organizers a img{
        margin-right: 45px;
    }
}

@media only screen and (max-width:550px){
    .person_intr_2{
        margin: 0;
        margin-bottom: 60px;
    }

    .apply_form_step li {
        margin-right: 0;
        margin-bottom: 10px;
        width: 40px;
        height: 40px;
        font-size: 1.75em;
    }

    .person_list .slick-prev {
        left: -10px;
    }

    .person_list .slick-next {
        right: -10px;
    }
}


.alink {
	text-decoration: none;
}
.aimg {
	text-decoration: none;
	width: auto;
}
.adivf {
	width: 33%;
	
	float:left;
	text-align:center;
	padding-top:20px;
}


@media only screen and (max-width:1150px){
	.adivf {
	width: 50%;
	}
}

@media only screen and (max-width:768px){
	.adivf {
	width: 100%;
	height: auto;
	}
}