/* fonts */
@font-face {
    font-family: 'helveticaregular';
    src: url('fonts/helvetica_regular-webfont.eot');
    src: url('fonts/helvetica_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_regular-webfont.woff') format('woff'),
         url('fonts/helvetica_regular-webfont.ttf') format('truetype'),
         url('fonts/helvetica_regular-webfont.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticabold';
    src: url('fonts/helvetica_bold.eot');
    src: url('fonts/helvetica_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica_bold.woff') format('woff'),
         url('fonts/helvetica_bold.ttf') format('truetype'),
         url('fonts/helvetica_bold.svg#helveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background-color: #fff;
}
/* common styles - begin */
body.gisd_page{
	height: auto;
	margin: 0 auto;
}
#main.lp_gisd{
    padding-bottom: 165px;
    overflow: visible;
}
.lp_gisd{
	font-family: helveticaregular;
	font-size: 14px;
}
.lp_gisd p {
    line-height: 21px;
	text-align: left;
}

.lp_gisd a:hover{
	color:#250202;
}

.lp_gisd h1, .lp_gisd  h2, .lp_gisd  h3, .lp_gisd  h4, .lp_gisd  h5, .lp_gisd  h6{
	font-weight: normal;
}
.lp_gisd .bg{
	background-color: #f6f6f6;
	border: 1px solid #eeeeee;
}

.lp_gisd h1, .lp_gisd  h2{
	font-size: 20px;
	color: #444;
	text-align: center;
}
/* common styles - end */

/* header - begin */
.header_background {
    height: 59px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    background: url(/static/images/landing_pages/gisd/header.svg) no-repeat #FFC629;
    background-position: calc(50% + 282px) 22px;
}
.header_background:after {
    content: '';
    display: table;
    position: absolute;
    width: 50%;
    height: 37px;
    background-color: #002395;
    bottom: 0;
    left: 50%;
}
header.lp_gisd{
	border: 0 none;
    color: #FEFFFD;
    height: 36px;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
    text-transform: uppercase;
    width: 1200px;
    z-index: 999;
    background: transparent;
}
.shadow_header{
	position:absolute;
	width:100%;
	/*background: url("/static/images/landing_pages/gisd/shadow.png") no-repeat;*/
	height:55px;
	z-index:0;
	top: 13px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
header.lp_gisd .header_title a{
	font-size: 13px;
	font-weight: bold;
	padding-left: 0;
    color: #fff;
}
header.lp_gisd .right a{
	color: #fff;
    display: inline;
    float: none;
    font-weight: normal;
    height: auto;
    text-transform: none;
}

header.lp_gisd .right{
    margin-top: 11px;
}

header.lp_gisd .right a:hover{
	color: #3a6da0;
	text-shadow: none;
}

header.lp_gisd span.separator{
	color: #333;
	display: inline;
	float: none;
	padding: 0 13px;
}
/* header - end */

/* #main - begin */

.lp_gisd .logo{
    display: block;
    width: 100%;
    text-align: center;
    height: 135px;
    margin: 10px auto;
  
    color: #000;
    font-family: Arial,sans-serif;
    font-size: 28px;
    font-weight: normal;
    position: relative;
}
.lp_gisd .logo:hover{
    color: #003366;
}
.lp_gisd .logo img{
    display: block;
    margin:  0 auto;
}

/* article styles in main block */
.lp_gisd article{
	background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: -6px;
    padding: 11px 9px 11px 10px;
}
.lp_gisd article ul{
	padding: 0;
	margin: 0;
}
.lp_gisd article p{
	margin: 16px 0;
    font-size: 14px;
}
.lp_gisd article p:first-child{
	margin-top: 0;
}/*
.lp_gisd article p:last-child{
	color: #606060;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 21px;
    text-align: right;
}*/

#main.lp_gisd section.page_title {
	margin: 0 0 -19px -8px;
    padding:10px 0;
    text-align: center;
}
.lp_gisd .sections_wrapper{
	margin-top: 35px;
}
.lp_gisd .separate_line{
	background-image: url("/static/images/landing_pages/gisd/separate.png");
    background-position: center center;
    height: 2px;
    margin-bottom: 7px;
}
.header_separate_line {
    font-size: 12px;
    border-top: 1px solid #d4d4d4;
    text-align: right;	
    height: auto;
    width: 940px;
    padding-top: 10px;
}
.header_separate_line a{
	text-decoration: none;
	color: #777;
}

/* translate_block */
.lp_gisd .translate_block{
	margin-top: 2px;
	text-align: right;
}
.lp_gisd .translate_block a{
	color: #777777;
    font-family: helveticaregular;
    font-size: 12px;
    letter-spacing: -0.1px;
    padding-right: 5px;
}
.lp_gisd .translate_block a:hover{
	color: #250202;
}

/* left_block */
#main.lp_gisd section.left_block{
	border-radius: 5px 5px 5px 5px;
    margin: 5px 0 0 -2px;
    padding: 10px 7px 0 6px;
    width: 290px;
}
#main.lp_gisd section.left_block .right p{
    margin: 0;
    text-align: right;
}
/*
#main.lp_gisd.es section.left_block{
	padding-bottom: 22px;
}*/
#main.lp_gisd section.left_block .shadow{
	/*background: url(/static/images/landing_pages/gisd/block_bg_1.png) no-repeat left bottom;*/
	height:15px;
	width:290px;
	left: -10px;
    position: relative;
    top: 16px;
}
.lp_gisd .right_block .shadow_big{
	/*background: url(/static/images/landing_pages/gisd/block_bg_2.png) no-repeat left bottom;*/
	height:15px;
	width:620px;
	left: -8px;
    position: relative;
    top: 16px;
}
.lp_gisd .left_block h2{
	color: #e1920d;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    margin: 1px 0 5px 4px;
    text-transform: uppercase;
}
.lp_gisd .left_block article{
	border-radius: 5px;
	color: #333333;
	text-align: center;
	font-size: 14px;
}

/* right_block */
.lp_gisd .right_block{
	border-radius: 5px 5px 5px 5px;
    padding: 27px 10px 0 !important;
    position: relative;
    width: 600px;
}
.lp_gisd .right_block h2{
	color: #222;
	margin: -4px 0 0 97px;
}
.lp_gisd .step_block {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 93px;
    position: absolute;
    text-align: center;
    width: 94px;
    background-color: #002395;
    top: -1px;
    left: -1px;
    border-radius: 8px 0px 0px 0px;
}
.lp_gisd .step_block .step {
    padding-top: 2px;
    padding-bottom: 4px;
    text-transform: uppercase;
    top: 14px;
    position: relative;
}
.lp_gisd .step_block .step_text {
    font-size: 39px;
    padding-top: 17px;
}
.lp_gisd .step_block .step_text {
    color: #FFC629;
}
.lp_gisd .right_block .separate_line{
	background: url("/static/images/landing_pages/gisd/separate_line_2.png") no-repeat scroll 0 0 transparent;
	margin: 23px 0 0px 114px;
	height:7px;
}
.lp_gisd .right_block .separate_line.separate_line2{
	margin: 17px 0 9px;
}
.lp_gisd .right_block article{
	padding: 7px 0 !important;
}
.lp_gisd .right_block .form{
	background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #D0D0D0;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-bottom: 29px;
    margin-left: 15px;
    padding: 10px 40px 5px 5px;
    position: relative;
    width: 368px;
}
.lp_gisd .right_block .form .arrow{
	background-image: url("/static/images/landing_pages/gisd/select_button.png");
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 33px;
}
.lp_gisd .right_block .submit{
	background: url("/static/images/landing_pages/gisd/submit_button.png") no-repeat scroll center top transparent;
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 41px;
    margin-right: 15px;
    margin-top: 0;
    text-align: center;
    width: 146px;
}
.lp_gisd .right_block .submit a{
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    padding: 12px 0 12px 1px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.lp_gisd .right_block .ul{
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius:5px;
    -webkit-border-radius:5px;
    z-index: 999;
    padding: 10px 0;
    text-align: left;

    margin-top: 40px;
}

.gisd_page.contact .lp_gisd .right_block .ul{
    margin-top: 10px;
    background: none;
    border: none;
    letter-spacing: -0.5px;
    font-size: 13.5pt;
    line-height: 28px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    word-spacing: -1px;
}
.gisd_page.contact .lp_gisd .right_block .ul a{
    color: #0f489b;
}

.gisd_page.contact .lp_gisd .right_block .ul a:hover{
    color: #0c397c;
}

.gisd_page.contact .lp_gisd .right_block .ul h5{
    background: url("/static/images/landing_pages/gisd/toogle.png") no-repeat 0 0 ;
    padding-left: 45px;
    cursor: pointer;
    font-size: 18px;
    font-family: Arial,sans-serif;
    font-weight: normal;
    height: 28px;
    margin: 0 auto 20px;
    width: 85%;

}

.gisd_page.contact .lp_gisd .right_block .ul h5.open{
    background-position: 0 100%;
}

.gisd_page.contact .lp_gisd .right_block .ul .hidden{
    display: none;
}

.gisd_page.contact .lp_gisd .right_block .ul .q1,.gisd_page.contact .lp_gisd .right_block .ul .q2,
.gisd_page.contact .lp_gisd .right_block .ul .q3,.gisd_page.contact .lp_gisd .right_block .ul .q4,
.gisd_page.contact .lp_gisd .right_block .ul .q5,.gisd_page.contact .lp_gisd .right_block .ul .q6{
    font-weight: normal;
    background: #fff;
    border: 1px solid #e5e5e5;
    letter-spacing: -0.5px;
    font-size: 13.5pt;
    line-height: 28px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    word-spacing: -1px;
    width: 80%;
    margin: 20px auto;
}

.gisd_page.contact .lp_gisd .right_block .ul .q1 p,.gisd_page.contact .lp_gisd .right_block .ul .q2 p,
.gisd_page.contact .lp_gisd .right_block .ul .q3 p,.gisd_page.contact .lp_gisd .right_block .ul .q4 p,
.gisd_page.contact .lp_gisd .right_block .ul .q5 p,.gisd_page.contact .lp_gisd .right_block .ul .q6 p{
    margin-bottom: 0;
    padding: 20px;
    font-weight: normal;
}

.gisd_page.contact .lp_gisd .right_block .ul strong{
    font-weight: bold;
    color: #0f489b;
}


.gisd_page.contact #main.lp_gisd .right_block{
    padding-top: 10px !important;
    width: 100%;
}

.lp_gisd .right_block ul{
    margin: 0 auto;
    width: 85%;
}

.lp_gisd .right_block ul li{
	list-style-type: none;
	margin: 9px 0;
	cursor:pointer;
    float: left;
    width: 39%;
	padding: 0 0px;
	line-height: 25px;
    margin-left: 30px;
}
.lp_gisd .right_block ul li a{
	color: #333333;
	font-size: 16px;
    font-family: Arial,sans-serif;
}
.lp_gisd .right_block ul li a:hover{
	color: #145077;
	text-decoration: underline;
}
.lp_gisd .right_block p{
	font-size: 16px;
    margin-bottom: 59px;
    padding-left: 18px;
}
.lp_gisd .right_block p a{
	color:#003366;
	text-decoration: underline;
}
.lp_gisd .right_block p a:hover{
	color:#250202;
}
.lp_gisd.sp .right_block h2 {
    margin-left: 101px;
}
/* #main - end */

/* footer - begin */
footer.lp_gisd{
    padding-top: 38px;
    padding-bottom: 4px;
    background-color: #FFC629;
    overflow: hidden;
}
footer.lp_gisd::after {
    content: '';
    display: table;
    position: absolute;
    width: 100%;
    height: 152px;
    top: 0;
    background: #231F20;
}
footer.lp_gisd .right{
	height: auto;
    margin: 10px 0 15px;
    width: 315px;
}
footer.lp_gisd .left{
	font-size: 15px;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
}

.left > span {
    color: #fff;
    font-weight: bold;
}
footer.lp_gisd a{
	float: left;
}
footer.lp_gisd .left{
    color: #fff;
    line-height: 22px;
}
.lp_gisd .social_links{
	width: 285px;
	margin-top: 12px;
}
.lp_gisd .social_links li{
	float: left;
	width: 105px;
	height: 35px;
	margin-left: 37px;
	margin-bottom: 4px;
}
.lp_gisd .social_links .icon_link{
	padding-top: 10px; padding-left: 10px;
}
.lp_gisd .social_links .icon_link, .lp_gisd .social_links .icon_link span.icons{
	background: url(/static/images/landing_pages/gisd/icon_bg.png) no-repeat;
	position: relative;
    left: -9px;
}
.lp_gisd .social_links .icon_link span.icons{
	display: block;
	width: 30px;
	height: 35px;
	background: url(/static/images/landing_pages/gisd/icons.png) no-repeat;
	float: left;
}
.lp_gisd .social_links .text_link{
	font-weight: normal;
	color: #F4F4F4;
	padding-left: 5px;
}
.lp_gisd .social_links .icon_link:hover .text_link{
	color: #dcb450;
}
.lp_gisd .social_links .icon_link:hover span.icons{
	background: url(/static/images/landing_pages/gisd/icons_hover.png) no-repeat;
}
.lp_gisd .social_links .alumni .icon_link span.icons{
	background-position: 3px 14px;
    top: -18px;
}
.lp_gisd .social_links .alumni .icon_link:hover span.icons{
	background-position: 3px 15px;
    top: -18px;
}
.lp_gisd .social_links .facebook .icon_link span.icons{
	background-position: -26px 12px;
    top: -15px;
}
.lp_gisd .social_links .facebook .icon_link:hover span.icons{
	background-position: -25px 12px;
    top: -15px;
}
.lp_gisd .social_links .twitter .icon_link span.icons{
	background-position: -53px 15px;
    top: -16px;
}
.lp_gisd .social_links .twitter .icon_link:hover span.icons{
	background-position: -55px 15px;
    top: -16px;
}
.lp_gisd .social_links .youtube .icon_link span.icons{
	background-position: -86px 11px;
    top: -15px;
}
.lp_gisd .social_links .youtube .icon_link:hover span.icons{
	background-position: -86px 11px;
    top: -15px;
}
.lp_gisd .copyright {
    float: none;
    color: #FEFFFD;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
}
.wraper_copyrights > * {
    position: relative;
    z-index: 2;
}
.copyright > span {
    display: block;
    padding: 2px 0 9px 0;
    width: 100%;
    margin: 0 50% 0;
    text-align: right;
    max-width: 420px;
    font-size: 14px;
    letter-spacing: 0.1px;
}

/* menu popup */
.overlay {
    background: url(/static/images/landing_pages/kershaw/overlay.png) repeat scroll 0 0 transparent;
}
.pop_up_page_box .content {
    font-size: 14px;
}
.pop_up_page_box {
    background:#f6f6f6;
    font-family: Droid Sans;
	border-radius:0;
	padding: 5px 10px 22px;
	border:1px solid #eeeeee;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	color: #333333;
	width: 920px;
}
.pop_up_page_box a{
	font-weight: bold;
    text-decoration: underline;
}
.pop_up_page_box h5{
	color: #145077;
	font-size: 16px;
}
.pop_up_page_box p strong{
    font-weight: bold;
}
.pop_up_page_box .content p{
	line-height: 20px;
    margin-bottom: 18px;
}
.pop_up_page_box .content {
    background: #FCFCFC;
	border:1px solid #eeeeee;
	padding-bottom: 6px;
    padding-left: 19px;
    padding-top: 18px;
}
.pop_up_page_box .close{
	background: url(/static/images/landing_pages/kershaw/btn_close.png) no-repeat scroll center transparent;
	right: 10px;
    top: 7px;
}
.center_title{
	color: #8b0b01;
	font-size: 20px;
	background: url(/static/images/landing_pages/kershaw/contact_icon.png) no-repeat scroll left 5px transparent;
	font-family: Droid Sans;
	padding-left:25px;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 12px;
	margin-left: 10px;
}
.center_title.faq{
	background: url(/static/images/landing_pages/kershaw/faq_icon.png) no-repeat scroll left center transparent;
	padding-left:35px;
}
.red{
	color: #333333;
    font-weight: bold;
}

#faq.pop_up_page_box{
	top: 70px;
}
/* footer - end */

/* fixes for es */
/*
#main.lp_gisd.es section.left_block .shadow{
	top: 37px;
}*/
.lp_gisd.es .right_block h2{
	margin-left: 109px;
}

/* radio button on school page */
/*
#high_school .jqTransformRadio{
	background-image: url(/static/images/landing_pages/gisd/radio_gisd.png);
}
*/

/* Hide Immunization record for gisd form */
.doc_immunizationrecord, .doc_unofficialtranscript{
	display: none;
}
.wraper_copyrights::before {
    content: '';
    display: table;
    position: absolute;
    width: 312px;
    height: 39px;
    top: 1px;
    background: url(/static/images/landing_pages/gisd/footer.png) no-repeat transparent;
    left: calc(50% - 149px);
    background-position-x: 1px;
    background-size: contain;
}
.wraper_copyrights:after {
    content: '';
    display: table;
    position: absolute;
    width: calc(50% + 125px);
    height: 47px;
    top: 1px;
    background: #FFC629;
    left: calc(50% - 72px);
}
footer.lp_gisd > * {
    z-index: 2;
}
.wraper_copyrights {
    padding: 12px 0 2px;
    position: relative;
    margin-top: 10px;
}
.right {
    margin-top: 5px;
}
.important_in_text {
    color: #0070C0;
    text-decoration: underline;
}
footer .right span {
    background: url("/static/images/landing_pages/gisd/alumni_social_icon.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-family: Arial,sans-serif;
    display: block;
    font-size: 14px;
    height: 24px;
    margin: 7px 1px 0 0;
    padding: 9px 0 0 45px;
    width: 100px;
    float: left;   
    font-weight: normal;

}
footer .right span:hover{
     background-position:0 -70px;

}
footer .right a{
    float: none;
    text-align: left;
}
footer .right .twt span {
    background-position: -152px 0px;
}
footer .right .twt span:hover {
    background-position: -152px -70px;
}

footer .right .fb span{
    background-position: 0 -37px;
}
footer .right .fb span:hover {
    background-position: -0px -108px;
}
footer .right .tube span{
    background-position: -152px -38px;
}
footer .right .tube span:hover {
    background-position: -152px -108px;
}
footer .right span:hover {
	color: #fdd142;
}

.gisd_page #main .schools_list{
    margin-top: 36px;
    padding: 28px 15px 30px 16px;
    overflow: hidden;
    font-size: 16px;
    font-family: Helvetica;
}

.gisd_page .schools_list ul{
    float: left;
    list-style-type: disc;
    color: #333;
    margin-left: 26px;
    margin-right: 18px;
}
.gisd_page .schools_list ul li{
    margin: 13px 0;
    max-width: 297px;
}
.gisd_page .schools_list ul a{
    color: #333;   
}
.gisd_page .schools_list ul a:hover{
    color: #3a6da0;
}
.gisd_page h3{
    text-transform: uppercase;
    color: #b71111;
    font-size: 20px;
    font-weight: 900;
    margin-left: 12px;
    margin-bottom: 13px;
}
@media only screen and (max-width: 1200px) {
    header.lp_gisd{
        width: 100%;
    }
    .lp_gisd .copyright,#main.lp_gisd section.page_title{
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .pop_up_page_box{
        max-width: 920px;
        width: 90%;

    }
	.lp_gisd .right_block h2 {
		margin: 25px 0 0 97px;
	}
     #main.lp_gisd section.left_block{
        display: none;
    }
    #main.lp_gisd{
        max-width: 960px;
        width: 100%;
    }
    .shadow_header{
        display: none;
    }
    header.lp_gisd{
        width: 100%;
    }
    header.lp_gisd .wrapper{
        width: 95%;
    }
    .gisd_page .wrapper{
        max-width: 960px;
        width: 100%;
    }
    .lp_gisd .logo{
        height: auto;
        padding-left: 0;
        max-width: 640px;
        width: 100%;
        padding-top: 0.5em;
        text-align: center;
    }
    .lp_gisd .logo img{
        max-width: 100%;
		position: relative;
        top: 0;
        display: block;
        margin: 0 auto 15px;
    }
    #main.lp_gisd section.left_block{
        float: none;
        max-width: 960px;
        width: 93%;
        margin: 1em auto 2em;
    }
     #main.lp_gisd .right_block{
        float: none;
        max-width: 960px;
        width: 95%;
        margin: 1em auto;
     }

     .gisd_page footer .wrapper{
         width: 95%;    
        margin: 0 auto;
     }
     .lp_gisd .right_block ul{
        padding: 20px 0;
     }
     .lp_gisd .right_block .ul{
        margin: 40px auto 0;
        width: 95%;
     }
     .lp_gisd .right_block ul li{
        width: 45%;
        text-align: center;
     }
     .gisd_page.contact .lp_gisd .right_block .ul{
        margin: 10px 10px 0;
     }
     #main.lp_gisd .right_block{
        padding: 10px 0 !important;
     }
     .gisd_page.contact .wrapper{
        margin: 0 auto;
        width: 95%;
        
     }
     #main.lp_gisd{
        padding-bottom: 1em;
     }
      .wraper_copyrights{
        height: 38px;
      }
     .copyright > span{
        padding-top: 14px;
     }

     footer.lp_gisd{
        height: auto;
        position: relative;
    }
    .lp_gisd .right_block .form{
        width: 90%;
        margin: 20px auto;
        float: none;
    }
    .lp_gisd .right_block ul{
        width: 100%;
    }
    .header_separate_line{
        display: none;
    }
    .lp_gisd .right_block article{
        width: 95%;
        margin: 0 auto;
    }
    .wrap_page_title{
        max-width: 960px;
        margin: 15px auto;
    }
    .wrap_page_title img{
        width: 100%;
        max-width: 500px;
    }
    .header_background{
        background-color: #FFC629;
    }
     header.lp_gisd .right a,header.lp_gisd .right span{
        color: #fff;
    }
    header.lp_gisd .right a:hover{
        color: #fff;
        text-decoration: underline;
    }
     header.lp_gisd{
        background: none;
		padding-top: 11px;
    }
}
@media only screen and (max-width: 840px) {
    .gisd_page.contact #main.lp_gisd .right_block{
        width: 95%;
    }

    header.lp_gisd .right a,header.lp_gisd span.separator{
        color: #fff;
    }
    header.lp_gisd .right a:hover{
        color: #fff;
        text-decoration: underline;
    }
	header.lp_gisd .header_title {
	  float: none;
	  text-align: center;
	}
	header.lp_gisd .right {
	  float: none;
	  margin: 15px auto;
	  text-align: center;
	}
	.header_background::after {
	  width: 100%;
	  height: 25px;
	  background-color: #002395;
	  bottom: 0;
	  left: 0;
	}
	.header_background {
	  background-image: none;
	}
	.copyright > span {
	  width: 98%;
	  margin: 0;
	  max-width: none;
	}
}
@media only screen and (max-width: 768px) {
    .lp_gisd .copyright{
        color: #fff;
    }
}
@media only screen and (max-width: 740px) {
    footer.lp_gisd .right{
        width: 30%;
        margin-bottom: 20px;
    }
    .lp_gisd .right_block .shadow_big{
        max-width: 620px;
        width: 100%;
    }
    
    #main.lp_gisd{
        padding-bottom: 2em;
    }
    .lp_gisd .logo{
        display: block;
        margin: 1em auto;
    }
    #main.lp_gisd section.page_title{
        padding: 0;
    }
    .header_background{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 680px) {
    header.lp_gisd{
        background-image: none;
        height: auto;
        padding-bottom: 20px;
    }
    .gisd_page.contact .lp_gisd .right_block .ul h5{
        margin-bottom: 3em;
        line-height: 28px;
    }
    .lp_gisd .right_block .ul{
        width: 95%;
        margin: 10px auto 0;
    }
    .gisd_page.contact .lp_gisd .right_block .ul{
        width: auto;
    }
    .lp_gisd .right_block ul li{
        float: none;
        text-align: center; 
        width: 100%;
        margin: 20px 0;
    }
    .lp_gisd .right_block ul{
        margin-left: 0;
    }
     footer.lp_gisd .right{
        display: none;
    }
     .lp_gisd .step_block{
        display: block;
    }
    .lp_gisd .right_block h2{
        margin:  1em auto;
    }
    .lp_gisd .step_block{
       float: left;
       position: relative;
       top:38px;
		padding: 0;
		margin-bottom: 45px;
    }
    .lp_gisd .right_block .form{
        margin-top: 10px;
    }
    .lp_gisd .right_block h2{
        margin:  1em  0 0.5em 15px;
        float: left;    
        width: 65%;
    }
    .lp_gisd .right_block .separate_line{
        height: 0;
        display: block;
        width: auto;
        clear: both;
        margin: 0;
        background: none;
    }
    .lp_gisd .right_block .submit{
        margin-bottom: 20px;
    }
    .lp_gisd .right_block p{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 563px) {
	.wraper_copyrights::before,
	.wraper_copyrights::after {
		display: none;
	}
	footer.lp_gisd::after {
		height: 166px;
	}
	.lp_gisd .copyright {
		padding-top:0;
	}
	.copyright > span {
		padding-top: 5px;
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
    .lp_gisd .right_block .shadow_big{
        display: none;
    }
    footer.lp_gisd a{
        float: none;
    }
    .lp_gisd .right_block ul{
        left: -2px;
    }
    .lp_gisd .right_block .form{
        width: 80%;
    }
    .gisd_page footer .right span{
        float: none;
        margin: 10px auto;
    }
    .gisd_page.contact .lp_gisd .right_block .ul h5{
        font-size: 16px;
        line-height: 26px;
    }
    footer.lp_gisd .left,footer.lp_gisd .right{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        padding:1em 0;
        max-width: 100%;
    }
    footer .right a {
        display: block;
    }

    .lp_gisd .right_block h2{
        margin:  1em auto;
    }
   #google_translate_element{
    display: none;
   }

}
@media only screen and (max-width: 420px) {

    header.lp_gisd{
        padding-bottom: 0;
    }
    header.lp_gisd .header_title{
        float: none;
        text-align: center;
    }
    header.lp_gisd .wrapper .right{
        float: none;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .gisd_page.contact .lp_gisd .right_block .ul h5{
        font-size: 15.5px;
        line-height: 25px;
        margin-bottom: 4em;
        margin-top: 1em;
    }
    .lp_gisd .right_block h2{
        margin:  1em  0 0.5em 15px;
        float: left;    
        width: 57%;
    }
	header.lp_gisd .right {
	  line-height: 23px;
	}
}