/*
URL: http://needmytranscript.com 
Version: 0.1
Author: Best Web Soft
Author URI: bestwebsoft.com
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Style css */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeue.woff') format('woff'),
         url('fonts/HelveticaNeue.ttf') format('truetype'),
         url('fonts/HelveticaNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}
@font-face {
    font-weight: 'Helvetica Medium';
    src: url('fonts/HelveticaNeueMedium.eot');
    src: url('fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueMedium.woff') format('woff'),
         url('fonts/HelveticaNeueMedium.ttf') format('truetype'),
         url('fonts/HelveticaNeueMedium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/NunitoSans-Regular.eot');
    src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/NunitoSans-Regular.woff') format('woff'),
         url('fonts/NunitoSans-Regular.ttf') format('truetype'),
         url('fonts/NunitoSans-Regular.svg') format('svg');
    font-style: normal;
	font-style: normal;
	font-display: fallback;
}
@font-face {
    font-family: 'Nunito Medium';
    src: url('fonts/NunitoSans-SemiBold.eot');
    src: url('fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/NunitoSans-SemiBold.woff') format('woff'),
         url('fonts/NunitoSans-SemiBold.ttf') format('truetype'),
         url('fonts/NunitoSans-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}
@font-face {
    font-family: 'Nunito Bold';
    src: url('fonts/NunitoSans-Bold.eot');
    src: url('fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/NunitoSans-Bold.woff') format('woff'),
         url('fonts/NunitoSans-Bold.ttf') format('truetype'),
         url('fonts/NunitoSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;

}
/*@font-face {
    font-family: 'Helvetica Bold';
    src: url('fonts/HelveticaNeueBold.eot');
    src: url('fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/HelveticaNeueBold.woff') format('woff'),
         url('fonts/HelveticaNeueBold.ttf') format('truetype'),
         url('fonts/HelveticaNeueBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* GENERAL ------------------------------------------------------------*/

html, body{ height: 100%; position: relative; background: #f6f6f6; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
strong {
    font-weight: 700;
}
.clearfix{ clear:both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


.wrapper{
	margin: 0 auto; 
	position: relative;
	width: 96%;
	min-width: 300px;
	max-width: 940px;
}

body{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	color:#444444;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;		
}

section#bottom, #continue{padding-bottom: 100px;}
.self_popup #continue{
	padding-bottom: 20px;
}
header{
	background: #f6f6f6;
	height: 70px;
    padding-top: 14px;
}
header.blue_header {
    background: #4697fc;
    padding-bottom: 97px;
    margin-bottom: -69px;
}
header p {
	color:rgba(51,51,51,0.8);
	margin-top: -4px;
}
header.blue_header p{
    color: #fff;
}
header .left a {
    display: block;
}
header .menu_block {
    padding-top: 0;
    margin-top: 0px;
}
header .right a{
	display: block;
	color:#333;
	float: left;
    font-weight: 700;
    padding: 10px;
}
header.blue_header  .right a{
	color:#fff;
}

header ul{
	overflow: hidden;
	padding-bottom: 10px;
}

header ul li{
	display: inline-block;
	vertical-align: top;
}

header .right a.current{
	/*border-bottom: 3px solid #000;*/
}

footer{
	background: #333;
	padding:25px 0px;
	position: absolute;
	bottom: 0;
	width: 100%;	
	text-align: center;
	color:#adadad;		
}
footer a{
	float:right;	
	color:#adadad;
	font-family: 'Nunito Bold';
}
footer a:hover{ color:#fff; }

.footer_links a {
    float: none;
    display: inline-block;
    color: #9b9b9b;
    font-weight: 700;
}
footer span.separator{
	padding: 0px 10px; 
	color: #9b9b9b;
}

body p{
	line-height: 21px;
	margin-bottom: 10px;
}

body a{
	text-decoration: none;
    outline: 0;
}

h1,h2,h3,h4,h5,h6{	
	font-weight: 700;
	font-family: 'Nunito Bold';
}

h1{ font-size: 48px;}

h2{ font-size: 36px; }

h3{ font-size: 24px; }

h4{ font-size: 21px; }

h5{ font-size: 18px; }

h6{ font-size: 14px; }

h5 span{ color:#9f9e9e; }

#main{
	padding-bottom: 85px;
}

#main section{
	padding: 40px 0px;	
}
.orange_title {
    color: #f08739;
    font-family: 'Nunito Bold';
    font-size: 18px;
    margin-top: 20px;
}
.home_titles h1{
	font-size: 45px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 9px;
    line-height: 54px;
    font-size: 48px;
    text-align: center;
}
.home_titles h4{
	font-weight: 400;
    font-size: 20px;
    text-align: center;
    width: 55%;
    margin: auto;
    line-height: 28px;
}

section#middle article p { font-size:13px; line-height: 20px; color: #b5b5b5; padding-top: 5px;}
/*section#middle form{ text-align: left; width: 575px; padding-top:18px;}*/

.mobile_menu {
    display: none;
    padding: 17px 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    width: 22px;
    height: 18px;
    background: #549efa;
    box-shadow: 0 4px 7px rgba(0,0,0,0.3);
}
.icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    left: 1px;
    position: relative;
    top: 1px;
}   
.icon-bar + .icon-bar {
    margin-top: 3px;
}
#main #middle .start_here {
    background: #4697fc;
    color: #fff;
    float: left;
    position: relative;
    padding: 36px 25px 40px;
    width: 187px;    
    border-radius: 5px 0 0 5px;
}
#main section#middle {
    height: auto;
    padding: 0;
}
.main_middle{
	margin-top: -70px;
}
#main section#middle article {
    box-shadow: 0 8px 25px rgba(28,41,56,0.35);
    background: #f6f6f6;
    margin-bottom: 5px;
    border-radius: 5px;
}
.start_here h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Nunito Bold';
    line-height: 28px;
}
#main #middle .start_here p {
    color: #fff;
    font-size: 13px;    
    line-height: 18px;
}
#main #middle .start_here img {
    position: absolute;
    right: -33px;
    top: 45px;
    z-index: 1;
}
.wrapper.school_page > div{
	padding: 6% 0 2%;
}
.select_school {
    position: relative;
    padding: 34px 30px 18px 40px;
    background: #f6f6f6;
    float: right;
    width: calc( 100% - 307px );
	width: -webkit-calc( 100% - 307px);
	width: -moz-calc( 100% - 307px);
    border-radius: 0 5px 5px 0;
}
section#middle article .select_school p{
	font-size: 13px;
	margin-top: 13px;
	line-height: 16px;
	color: #666;
	margin-bottom: 0;
}
.orange {
    background: #f08739;
    border: 1px solid #f08739;
    color: #fff;
}
form.results_school_search h6 {
    font-size: 16px;
    color: #555;
    font-weight: 700;
    line-height: 21px;
}
form.results_school_search p{
	color: #9f9e9e;	
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
	font-family: 'Nunito Medium';
}

.form_hight_view{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.school_middle{
	background: #fff !important;
	padding: 0 20px 20px 30px !important;
}
.school_middle .radiobox{
	padding-bottom: 20px;
}
.school_middle label{
	float: none !important;
	font-weight: 600;
	font-family: 'Nunito Medium';
}
.school_middle .jqTransformSelectWrapper{
	float: right;
	margin-right: 20px;	
	text-align: left;
	width: 215px !important;
	z-index: 10;
}
.school_middle .jqTransformSelectWrapper div span{
	width:100% !important;
}
#searching_school{
	color: #444;
	margin-bottom: 0;
}

#main #middle .jqTransformSelectWrapper div span{
	color:#424242;
}
.results_school_search{
    border: 1px solid #efefef;
}
.student_graduation {
    background: #f4f4f4;
    padding: 20px 30px 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.student_graduation p {
    margin-bottom: 16px;
    font-weight: 600;
    color: #444;
    font-size: 18px;
	font-family: 'Nunito Medium';
}
.student_graduation .radiobox > label, .currently_enrolled label {
    float: left!important;
    font-weight: 400;
    margin-left: 11px;
    top: 6px;
    margin-right: 25px;
}
.requestor_select input{
    position: relative;
    top: 6px;
}
.requestor_select input[type=radio]:after {
    content: "";
    background: url(img/radio.png);
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    margin-bottom: 7px;
    display: block;
    z-index: 0;
    position: relative;
    left: -3px;
    top: -2px;
}
.requestor_select input:checked:after {
    background-position: center bottom;
}
a.ged_block {
    font-size: 14px;
    text-decoration: none;
    color: #4697fc;
    margin-top: 0;
    border-top: 1px solid #dedede;
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
}
#wizard_graduated_yesno{
    border-top: 1px solid #dedede;
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 20px;
}
section#bottom #info{
	max-width: 300px;
	width: 31.9149%;	/* 300/949 */
	float: left;
	line-height: 24px;
	position: fixed;
}

section#bottom #info h5{
	margin-bottom: 10px;
}

section#bottom #info p{
	font-weight: 500;
	color: #555;
	line-height: 21px;
	font-family: 'Nunito Medium';
}

section#bottom #results{
	width: 630px;
	width: 66%; /* 630/940 */
	float: right;
}

section#bottom #results .row{
	background: none repeat scroll 0 0 #FCFCFC;
	line-height: 23px;
	padding: 16px 30px 11px;
	position: relative;
	overflow: hidden;
}

section#bottom #results .row input{
	position: absolute;
	right: 10px;
	top: 20px;
}

section#bottom #results #more{
	text-align: center;
	background: #ccc;
    margin-top: 10px;
   	border-radius: 7px;
    background: #e9e9e9;
    padding: 0;
} 
.action_link{
	color: #4697fc;
	font-weight: 600;
	text-transform: uppercase;
    width: 40px;
    height: 26px;
    display: inline-block;
    text-align: center;
    padding-top: 14px;
    border-radius: 50%;
    box-shadow: 0 3px 7px rgba(0,0,0,0.2);
    background: url('img/top.png') no-repeat center 7px;
	font-family: 'Nunito Medium';
}
section#bottom #results #more a{
	color: #4697fc;
	font-weight: 600;
	text-transform: uppercase;
    display: block;
    padding: 15px 0;
	font-family: 'Nunito Medium';
}
section#bottom #results #more a:hover{
    background: #549efa;
    color: #fff;
}
.action_link:hover{
    background: #549efa url('img/top_img_hover.png') no-repeat center 7px;
    color: #fff;
}
.odd{ background: #eeeeee !important; }
/*
.wrapper {
	width: 940px;
}*/

.right{
	float: right;
}

.left{
	float: left;
}

input[type="text"], input[type="password"],input[type=tel],input[type=email],select{
	background: #fcfcfc;
	border: 1px solid #bebebe;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#666;
	font-size: 13px;
	padding:11px 3%!important;
	line-height: 21px;
    margin-right: 3px;
	width:200px;
	outline: 0!important;
	margin-bottom: 10px;
    max-width: 100%;
    font-family: 'Nunito Sans', sans-serif!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #666;
}
select{
    width: 94%;
    height: 45px;
}
option {
    padding: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}
input[type="text"].small_text_field{
	width: 50px;
}
input[type="text"]:focus, input[type="password"]:focus,input[type=tel]:focus{
	border-color: #4697fc;
}

input[type="submit"], .abtn, #wizard_release_pdf,#continue a.blue{
	text-transform: uppercase;		
	min-width: 160px;
	height:40px;
	font-size: 14px;
	font-weight: 700;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	float: right;
	text-align: center;
	outline: 0;
	letter-spacing: 1.4px;
    padding: 10px 35px;
    max-width: 100%;
}
#continue a.blue{
	height: 16px;
    padding: 12px 0;
    text-decoration: none;
}
#content input.search_text {
    width: calc( 100% - 30px );
    width: -webkit-calc( 100% - 30px);
    width: -moz-calc( 100% - 30px);
    outline: 0;
    padding-right: 15px!important;
    padding-left: 15px!important;
    border: 1px solid #bebebe;
    height: auto;
}
.right_block input.search_text {
    padding-top: 0!important;
    padding-bottom: 0!important;
    background: #fff;
}
                                            
.select_school input {
    padding: 0 10px!important;
    height: 37px;
}
.states_wrap{
	position: relative;
}
.states_wrap ul,.list_schools ul {
    top: 38px;
    left: 0px;
    list-style: none;
    background-color: #fcfcfc;
    border: solid 1px #CCC;
    display: none;
    margin: 0px;
    padding: 3px 0;
    max-height: 120px;
    overflow: auto;
    overflow-y: auto;
    z-index: 10;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    /*width: calc( 100% - 10px);
	width: -webkit-calc( 100% - 10px);
	width: -moz-calc( 100% - 10px);*/
    width: 100%;
}
.list_schools ul {
    top: 45px;
}
.states_wrap ul li{
	padding:2px 15px 3px;
    text-align: left;
}
.states_wrap ul li a {
    color: #666;
    font-size: 13px;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.states_wrap ul li a:hover{
	color: #4697fc;
}
section#content #agency_students{
    padding: 0;
    width: 100%;
    background: none;
}
.list_schools{
    position: relative;
}
.agency_schools ul {
    top: 74px;
}
a.upload_id.pdf_release {
    pointer-events: none;
}
input.file_release {
    position: absolute;
    top: 12px;
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
}
.table {
    position: relative;
    background: #fff;
}
.table_row{
    display: table-row;
}
.table_column>div {
    padding: 10px!important;
    width: calc( 100% - 20px );
}
.table_title {
    font-family: 'Nunito Bold';
    line-height: 20px;
    font-size: 15px;
    color: #444;
    background: #f3f3f3;
    height: 60px;
}
.ssn_error {
position: relative;
right: 0;
display: none;
}
.ssn_error span {
position: absolute;
color: red;
padding: 10px;
top: -10px;
right: 21px;
}
.table_column {
    width: 25%;
    display: table-cell;
    border-right: 1px solid #d3d3d3;
}
.table_column:last-child {
    border-right: 0;
}
.table_row:last-child .table_column {
    padding-bottom: 15px;
}
.table_column input, .table_column select, #content .table_column input.search_text {
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0;
    padding: 0!important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 45px;
    background: #fff;
}
.table_column input.error, .table_column select.error {
    background: none!important;
    border: 0!important;
    border-bottom: 1px solid #ff8d8d !important;
}
.table_column input.success {
    background: none !important;
    border: 0!important;
    border-bottom: 1px solid #b9ecb5 !important;
}
.table_column .custom_checkbox label {
    line-height: 20px;
    top: -10px;
}
a.pdf_release {
    background: #656a71;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    margin: 20px 0;
    border-radius: 5px;
    font-family: 'Nunito Bold';
}
.view-cart{
	text-transform: uppercase;		
	width: 140px;
	height:32px;
	font-size: 11px;
	font-weight: 700;		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	float: right;
	text-align: center;
	line-height: 32px;
	background: #4697fc none repeat scroll 0 0;
    border: 1px solid #2d7ad9;
    color: #fff;
    margin: 20px 0;
	font-family: 'Nunito Medium';
}
#view-cart{
	display: none;
}
#view-cart input[type="submit"]{	
	width: 100%;
	max-width: 325px;
	height:32px;
}
#ajaxupload_input, #wizard_release_pdf{
	float: left;
	color: #4697fc;
}

a.abtn{
	height: 28px;
	padding: 5px 0 0;
	position: absolute;
	top: 16px;
    right: 28px;
    font-weight: 700;
    width: 140px;
    background: #fff;
    border: 1px solid #cecece;
    min-width: auto;
	font-family: 'Nunito Medium';
}

.blue{
	border: none;
	background: #4697fc;
	color: #fff;
}

.orange:hover,.blue:hover,.white:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.orange:hover,.blue:hover,#continue .white:hover{
    top: -2px!important;
    position: relative;
}
a.abtn:hover{
	box-shadow:none;
    background: #555;
    border: 1px solid #555;
    color: #fff;	
}
.white{
	background: #d8d8d8;
	color: #666;
    float: left!important;
    border:0;
}
.disabled{
	background: #d8d8d8!important;
	color: #666!important;
    border:0;
	pointer-events: none!important;
}

#progress{ 
	position: relative;
    text-align: center;
	clear: both;
}
#progress:before {
    content: "";
    position: absolute;
    top: 32px;
    z-index: 9;
    width: 100%;
    height: 4px;
    left: 0;
    background: url(img/bg_progress.png) no-repeat;
    background-size: 100% 4px;
}
.thankyou_page#progress:before {
    background: url(img/bg_progress_2.png) repeat-x;
}
#progress:after {
    content: "";
    position: absolute;
    top: 37%;
    width: 100%;
    height: 100%;
    left: 0;
    background: #f6f6f6;
}
#progress img{
    z-index: 9;
    position: relative;
}
.progress_popup{ display: none; position: absolute; top:40px; z-index: 2;}
.requestor_select input, .requestor_select label {
    cursor: pointer;
}
section#content{ padding: 55px 10px 25px;    position: relative;    z-index: 0; }
#progress + section#content {
    padding-top: 10px;
}
.blue_header + form #progress {
    margin-top: -94px;
}
section#content .top, section.payment_form .top{
	padding:34px 3.2% 28px;	/* 20 30 */
	background: #4697fc;
	border-radius: 5px;
	position: relative;
    margin-bottom: 35px;
}
section#content .top.signature_title {
    background: #656a71;
    color: #fff;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
section#content .top.payment_title, section.payment_form .top.payment_title {
    background: #e7e7e7;
    color: #444;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.top.payment_title h4 {
    text-transform: none;
}
.secure_block {
    background: #e7e7e7;
    border-radius: 5px 5px 0 0;
    padding: 16px 27px 8px 16px;
}
.secure_icon {
    float: left;
    background: url('img/secure_icon.png') no-repeat 0 center;
    padding-left: 53px;
    padding-top: 4px;
}
.secure_icon p {
    margin-bottom: 0;
}
.secure_icon h4{
    font-size: 18px;
    margin-bottom: 6px;
}
.paypal_icon {
    float: right;
	display: none;
}
.sigPad .signature_block{
	padding:0!important;
	margin:0;
	width:100%!important;
}
section#content .top.signature_title h4{
    text-transform: none;
    font-weight: 700;
	font-family: 'Nunito Medium';
}
.step_one_block {
    background: url('img/step_one_block.png') no-repeat center center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 120px;
    position: absolute;
    top: -17px;
    left: 22px;
    height: 116px;
    text-transform: uppercase;
	font-family: 'Nunito Medium';
}
.step_one_block span{
	display: block;
	font-size: 30px;
    margin-top: 33px;
}
.title_step_one_block{
	width: calc( 100% - 128px);
	width: -webkit-calc( 100% - 128px);
	width: -moz-calc( 100% - 128px);
	float: right;
	color: #fff;
}
section#content .bottom, .payment_form .bottom{
	padding: 2% 3.2%;	/* 20 30 */
	border-radius: 5px;
	overflow: hidden;
	position: relative;	
    background: #fff;
    border:1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 93.6%;
    margin-bottom: 22px;
}
.education_checked,.pickup_checked,.agency_checked,.self_checked{
	display: none;
    margin-top: 22px;
}
.agency_form section#content .bottom{
    overflow: visible;
    margin-bottom: 0;
}
.pop_up_page_box.self_popup h3 span{
	color: #444;
	text-transform: none;
}
.pop_up_page_box.self_popup h3 {
    text-align: left;
}
.pop_up_page_box.self_popup .content_block {
    padding: 20px 30px;
}
.separate_line_block{
	padding-top: 24px;
    border-top: 1px solid #e3e3e3;
    display: block;
    margin-top: 23px;
    margin-bottom: 20px;
}
.estamated_block {
    background: #f6f6f6;
    box-shadow: 0 7px 20px rgba(12,12,13,0.1);
    position: relative;
    overflow: hidden;
    height: 90px;
    border-radius: 5px;
}
.estamated_block:before{
	background: url('img/price_block.png') no-repeat;
	content: "";
    position: absolute;
    height: 132px;
    width: 133px;
    left: -123px;
    top: -20px;
    background-position: center;
}
.estamated_block div.estamated_text{
    float: left;
    width: calc( 100% - 210px );
    width: -webkit-calc( 100% - 210px);
    width: -moz-calc( 100% - 210px);
    text-align: center;
    padding: 22px 15px 0;
    text-align: center;
    background-size: contain;
    color: #444;
}
.estamated_block div.estamated_text span{
    color: #7ebd77;
    font-weight: 700;
    font-size: 19px;
    margin-top: 14px;
    display: block;
	font-family: 'Nunito Medium';
}
.estamated_block span.estamated_price {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    float: right;
    padding-top: 36px;
    width: 150px;
    padding-left: 20px;
    text-align: center;
    background: url('img/price_bg.png') no-repeat;
    height: 100%;
	font-family: 'Nunito Medium';
}
section#content .bottom_price.bottom{
	overflow: visible;
    top: -28px;
    box-shadow: none;
    border-top: 0;
    height: 0px;
    margin-bottom: 57px;
}
.bottom_price.bottom .estamated_block {
    position: absolute;
    width: 93.6%;
    top: 0px;
    left: 3.2%;
}
.user_info {
    margin-bottom: 20px;
}
section#content .bottom .left, section#content .bottom .right{
    width: 58%;	
}
section#content .bottom .left.step_one{
    width:500px;
    max-width: 100%;
}
.year_block{
	text-align: left;
	font-size: 18px;
	float: left;
	width: calc( 100% - 190px);
	width: -webkit-calc( 100% - 190px);
	width: -moz-calc( 100% - 190px);
    margin-top: 25px;
    font-weight: 600;
    padding-top: 0px;
	font-family: 'Nunito Medium';
}
.year_block span{
	vertical-align: middle;
}
.year_block input{
	width: 185px;
    padding-left: 23px;
    display: inline-block;
    margin-left: 22px;
}
.mobile_show{
    display:none;
}
.employee_step_two_form_block {
	width: 50%;
	float: left;
}
@media screen and (max-width: 767px){
	.mobile_hidden,#info{
		display: none;
	}
	.mobile_show{
		display: block;
	}
	.year_block {
	    float: none;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.year_block span{
	display:block;
    margin-bottom: 10px;
	}
	#wizard_confirm .top h4 span {
	    float: none!important;
	    width: 100%!important;
	    display: inline-block;
	}
	section#content {
	    padding: 20px 10px 25px;
	}
	section#bottom #results {
	    width: 100%;
	}
	section#content .top {
    	padding: 14px 3.2% 8px;
    }
	.title_step_one_block{
		height: 68px;
	}
	.selected_school {
	    float: none!important;
	    position: relative!important;
	    width: 100%;
	    clear: both;
	    text-align: left;
	    display: block;
	    top: 0;
	    margin-top: 15px;
	    margin-bottom: 10px;
	}
    footer{
        position: relative;
    }
	.employee_step_two_form_block {
		width: 100%;
		float: none;
	}
}
section#content a{ 
	color: #4697fc;
    font-size: 14px;
}

span.required { 
	color: red;
    font-weight: 700;
	font-family: 'Nunito Medium';
}
.radiobox{
	clear: both;
	line-height: 24px;	
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
}
.radiobox > span, .currently_enrolled span{
	float: right;
	width: 400px;
	color: #777;
	margin: 0;
    top: 7px;
    position: relative;
}
#wizard_rightsignature .radiobox > span {
    top: 6px;
}
.radiobox > label, .currently_enrolled label{ 
	float: left;
	padding-right: 15px;
	position: relative;
	top: 6px;
	color: #666;
	font-family: 'Nunito Sans', sans-serif!important;
    font-style: normal!important;
    margin: 0 7px;
}
.radiobox > label.direct{
	float: right;
	width: 400px;
	color: #777;
	top:0px;
	padding-right: 0px;	
}
article ul{
	color: #0098FF;
	line-height: 24px;
	list-style: disc outside none;
	margin: 5px 0;
	padding-left: 25px;
}
#wizard_step_one {
	padding-bottom: 150px;
}
#continue{ 
	overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
}
/*Upload release page*/

form#upload_photo_id{
    padding:  0 10px;
}
form#upload_photo_id .bottom{
    padding: 2%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    width: 96%;
    margin: 0 auto 30px;
}
form#upload_photo_id input.file_release {
    height: 45px;
    width: 166px;
}
form#upload_photo_id #ajaxupload_input{
    width: calc( 100% - 40px );
    margin-top: 15px;
}
.ui-widget-content {
    border: 0;
    background: #ffffff;
    padding: 0;
    box-shadow: 0 0 15px rgba(12,12,13,0.25);
    color: #666;
    font-size: 14px;
    border-radius: 5px;
}
.ui-widget-content .ui-widget-header {
    border: 0;
    background: url(img/ui_title.png) no-repeat center 15px;
    height: 50px;
}
.ui-dialog .ui-dialog-buttonpane {
    border: 0;
    background: #4697fc;
    box-shadow: none;
    padding: 15px 10px;
    border-radius: 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em auto;
    cursor: pointer;
    float: none;
    background: #fff;
    color: #4697fc;
    font-size: 14px;
    font-family: 'Nunito Bold';
    border:0;
}
.ui-widget button:hover {
    background: #fff;
    position: relative;
    top: -2px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.ui-dialog .ui-dialog-content {
    box-shadow: none;
    text-align: center;
}
.ui-dialog .ui-dialog-titlebar-close span {
    background: url(img/notice_close.png) no-repeat center center;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: 5px;
    text-align: center;
    margin: 0;
    padding: 0!important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.ui-dialog .ui-dialog-titlebar-close {
    top: 5px;
    text-align: center;
    margin: 0;
    padding: 0!important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    background: #ededed;
    border: 0;
}

/* Notices */

.notice{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 34px 10px 11px 44px;
	vertical-align: middle;	
	position: relative;	
	margin: 10px 0px 20px;
}

.notice .notice_close{
	position: absolute;
	cursor: pointer;
	right:14px;
	top:11px;
	background:url("img/notice_close.png");
	width: 11px;
	height: 11px;
}

.notice a{
	color: #4697fc;
	text-decoration: underline;
}

.information{	
	border-left: 8px solid #f08739;
	background: #f6f6f6 url("img/notice-information.png") no-repeat 13px center;
	color: #666;
	margin-bottom: 38px;
}

.information-yellow{	
	border: 1px solid #f1f1d0;
	background: url("img/notice-information-yellow.png") no-repeat 10px 50% #fbfbdd;
	color: #a4a475;
}

.warning{
	border: 1px solid #FF8D8D;
	background: #FED2D2;
}

/* End Notices */

p.note{
	font-size:13px;
	color: #b5b5b5;
	margin-left: 1px;
	line-height: 16px;
	clear:both;
	margin-bottom: 25px;
	margin-top: 7px;
}
.block_adress p.note{
	margin-top: -8px;
    margin-bottom: 14px;
    color: #777;
}
div#documents {
    margin-bottom: 20px;
}
div#documents>p {
    font-weight: 700;
    font-size: 15px;
	font-family: 'Nunito Medium';
}
div#documents_mailed .checkbox.jqtransformdone {
    margin-top: 3px;
}
body .jqTransformCheckboxWrapper a,input[type='checkbox'],.custom_checkbox label:before {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 10px;
}
.custom_checkbox label:before {
	display: block;
	position: absolute;
	left: -28px;
    top: -1px;
	content: "";
 }
.custom_checkbox input:checked + label:before {
    background: #fff url('img/checked.png') no-repeat center center;
}
.custom_checkbox input[type='checkbox'],.radiobox_custom input{
	opacity: 0;
}
.radiobox_custom input{
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    float: left;
}
body .jqTransformCheckboxWrapper a.jqTransformChecked ,input[type='checkbox']:checked:before{
    background: #fff url('img/checked.png') no-repeat center center;
}
body span.jqTransformCheckboxWrapper {
    margin-top: 4px;
}
.custom_checkbox label,.custom_checkbox {
    position: relative;
	color: #666;
}
.list_schools ul li {
    cursor: pointer;
    padding: 2px 10px;
}
.checkbox.jqtransformdone{ overflow: hidden; }
.checkbox.jqtransformdone label{
	color: #666;
	padding-left: 10px;
	position: relative;
	top: 7px;
	font-size: 14px !important;
}
.block_adress>p,.self_address>p {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
	font-family: 'Nunito Medium';
}
span.add_another_student {
    display: inline-block;
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2);
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
span.add_another_student:before {
    content: "";
    border: 7px solid transparent;
    border-right: 7px solid #fff;
    position: absolute;
    left: -14px;
    z-index: 99;
    top: 14px;
}
span.plus,span.minus {
    display: inline-block;
    width: 42px;
    height: 42px;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    background: #4697fc url('img/plus.png') no-repeat center center;
    border-radius: 50%;
    color: #fff;
    font-family: 'Nunito Bold';
    text-align: center;
    vertical-align: middle;
}
span.minus {
    background: #4697fc url('img/minus.png') no-repeat center center;
}
.upload_id {
    background: #eee;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin: 30px 0 20px;
    color: #4697fc;
	font-family: 'Nunito Medium';
}
.upload_id:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.block_adress {
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.clone_block {
    display: none;
}
.options_block {
    color: #444;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}
.options_block .upload_id {
    margin: 0px 0 20px;
    letter-spacing: 1.4px;
    text-decoration: none;
}
.options_block:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
table.summary{
	margin-bottom: 27px;
	width: 100%;
	border-radius: 5px;
    color: #444;
}
table.summary tr td,table.summary tr th{
	padding: 28px 30px 22px;
	border: 1px solid #d4d4d4;
}

table.summary tr.odd td,table.summary tr{ background: #fff; }
table.summary tr th{
	background:#f6f6f6;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Nunito Medium';
}
span.border {
    display: block;
    border-top: 1px dashed #d4d4d4;
    margin: 15px 0 12px;
}
.error{ 
  background-color: #fed2d2 !important; 
  border:1px solid #ff8d8d !important; 
  color:#ff8d8d !important;  
}
.validation_errors .error{
	margin: 3px; padding: 5px;
}
.success{ 
  background-color: #d5fed2 !important; 
  border:1px solid #b9ecb5 !important; 
  color: #333 !important;
}
#ajax_img{
	clear: both;
	display: block;
	margin-bottom: 10px;
	margin-left: 7px;
}
#signing-widget{	
	display: none;
	margin: 20px auto;
}
.preloader{
	background: url("img/287.gif") no-repeat;
	width: 46px;
	height: 46px;
	display: none;
	margin:150px auto;
}
.goog-te-gadget{
overflow: hidden;
}
.right_block .shadow_big{
    max-width:100%;
    }
form li{ padding: 0px;}
.documents_requested { padding: 5px 5px 10px; border: 1px solid #fff; }
.documents_requested.priority {
    margin-bottom: 10px;
}
.pop_up_page_box{
    background: #ebebeb;
    border-radius: 8px 8px 8px 8px;
    display:none;
    font-size: 14px;
    margin: 3px auto 30px;        
    position: absolute;
    top:95px;
    left:1px;
    right:0px;    
    width: 940px;
    max-width: 90%;
    z-index: 99;   
    border-radius: 5px;
    overflow: hidden; 
    color: #777;
    padding: 0!important;
    font-family: "Nunito Sans"!important;
}
.pop_up_page_box .close{
	background:url("img/close_h.png") no-repeat 0 100%!important;
	position:absolute;
	right: 28px;
    top: 35px;
    width: 13px;
    height: 13px;
	z-index:1999;
	cursor:pointer;
}

.pop_up_page_box .content{
	z-index:1000;
	padding: 0!important;
}
#ged_block .content {
    padding-top: 30px;
}
.content_block{
	background: #fff;
    padding: 42px 30px 47px;
}

.pop_up_page_box h2{    
    color: #757272;
    font-size: 24px;
    font-family: 'Nunito Bold';
    height: 45px;
    margin: 0 0 20px 25px;    
    padding-top: 21px;
    position: relative;
    top: 15px;
}
.pop_up_page_box h3 {
    padding: 34px 30px 26px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #4697fc;
}
.overlay{
	display:none;
	height:100%;
	width:100%;
	position:fixed;
	z-index:9;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
}
#research_price{
	display: block;
	height: 125px;
	text-align: center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	background: #34BB37;
	margin: 40px auto;
	padding-top: 80px;
	text-align: center;
	width: 200px;
}
.content ul{
	line-height: 24px;
	list-style: inherit;
	padding-left: 15px;
}
.selected_school{
	position: relative;
	top:20px;
	font-weight: 700;
	font-family: 'Nunito Medium';
}
.search_preloader{
	background: url("img/103.png") no-repeat scroll 70% 1px transparent;
	height: 24px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	display: none;
}
.gif270{
	background: url("img/270.gif") repeat scroll 0 0 transparent;
	display: none;
	float: left;
	height: 12px;
	margin: 10px 10px 10px -20px;
	width: 12px;
}
.states_list{
	display: inline-block;	
	text-align: left;
	vertical-align: top;
	max-width: 290px;
}
.states_list > a, .map_tree a{
	display: block;
	margin: 10px;
}
.alphas{
	margin: 10px 0px;
	border-top:5px solid #ccc;
	border-bottom:5px solid #ccc;
	padding: 5px;
}
.map_tree{
	text-align: left;
}
.alphas a, .states_list a, .map_tree a{
	color: #000;
	font-family: 'Nunito Bold';
	padding: 0px 8px;
}
.alphas a:hover, .alphas a.current, .states_list a:hover, .map_tree a:hover{
	color:#0098FF;
}
.main_list{
	line-height: 30px;
	list-style: none outside none;
	padding-left: 20px;
}
.main_list li{
	padding-bottom: 15px;
}
.main_list li ul{
	padding-top: 10px;
	line-height: 25px;
	list-style: none outside none;
}
.priority .checkbox.jqtransformdone {
    overflow: visible;
    }
.self_popup_title{
	padding-bottom: 10px;
}
.home_titles h2{
	color: #4697FC;
	font-family: 'Nunito Bold';
	font-size: 14px;
}
.sitemap h1, .sitemap h2{
	color:#4697FC;
	font-size: 21px;
}
.school_page{
	background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.school_page h1{
	color: #f08739;
    font-size: 20px;
    background: #f4f4f4;
    padding: 20px 30px;
	margin-bottom: 0;
}
.school_page p {
    padding: 25px 30px;
}
.school_page p span{
	text-transform: uppercase;
	font-weight: 700;
	color: #4697fc;
	font-family: 'Nunito Medium';
}
.related_schools{
	float: left;
	margin-top: 20px;
	padding: 0 10px;
	width: 215px;
}
.related_schools a{
	padding-bottom: 5px;
	display: block;
    color: #4697fc;
    text-transform: uppercase;
    font-family: 'Nunito Bold';
	/*margin-bottom: 10px;*/
}
.related_schools p{
	font-size: 13px;
}
#popupmessage{
	display: none;
}
.fsSubmit{
	display: none;
}
.research_list p{
	margin: 10px 0px 10px 0px;
}
.landing{
	
}
section#images {
	background: url("/static/images/themes/main/landing/top.jpg");
	width: 1400px;
	height: 302px;
}
.addthis_button_linkedin_counter{
	position: relative;
	right: 30px;
	top: 1px;
}
.addthis_button_facebook_share{
	width:85px;
	height:20px;
}
.addthis_button_facebook_share iframe{
	height: 20px;
}
.bold_notice{
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'Nunito Medium';
}

#main h5.form_title{
	color: #fff;
	text-transform: uppercase;
	background: #4697fc url("img/form_1.png") no-repeat 17px center;
    padding: 31px 20px 26px 82px;
    border-radius: 5px 5px 0 0;
}
#middle.school_middle form input[type="submit"]{
	width: 162px;
    height: 39px;
    margin-top: 23px;
}

#middle.school_middle form .trasform .jqTransformSelectWrapper{
	width: 243px !important;
	height: 34px;
	margin-top: 8px;
	margin-right: 33px;
}

#middle.school_middle form .trasform .jqTransformSelectWrapper div span{
	padding-top: 10px;
	font-size: 13px;
}
.radiobox_custom label{
    position: relative;
    top: 6px;
    line-height: 20px;
}
.radiobox_custom label:before {
    display: block;
    position: absolute;
    left: -28px;
    top: 0px;
    content: "";
 }
body .jqTransformRadio, .radiobox_custom input + label:before{
	background-image: url("img/radio.png");
	width: 20px;
    height: 20px;
    background-size: 20px auto;
    margin-bottom: 7px;
}
a.jqTransformChecked, .radiobox_custom input:checked + label:before {
    background-position: center bottom;
}
body .radiobox > label.direct{
	color: #444444;
	font-size: 18px;
	top: 6px;
	left: 10px;
}
.home #bottom .bold{
	font-size: 16px;
	font-family: 'Nunito Bold';
}

.read_terms{
	text-align:right; 
	line-height: 4px;
}
.read_terms a{
	color: #4697fc;
}

.school_page.private_school h1{
	color: #f08739 !important;
	font-size: 18px;
}

.home.private_school .other_school_title{
	text-transform: uppercase;
}
.home.private_school .related_schools a {
	color: #4697fc;
	font-family: 'Nunito Bold';
}
.home.private_school .shadow_hsp{
	height: 11px;
	background: url(/static/images/themes/main/shadow_hsp.png) center center no-repeat;
	background-size: 100% auto;
}
.home.private_school .shadow_hsp,
#main.home hr{
	margin: 34px 0 26px;
}

.left.user_block, .right.user_block {
    width: 48%!important;
}
.left.user_block p, .right.user_block p {
    margin-bottom: 10px;
}
/* wizard/agency_information - autofill */

#email_autofilling{
    float: left;
    width: 52%;
    margin-right: 20px;
}
.autofill_wrap input[type="submit"] {
    background: #eee;
    color: #4697fc;
}
/* thank you page */
.thankyou .top h4, .thankyou .top div{
	text-align: center;
}
section#content .thankyou .top h4 {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 8px;
	font-family: 'Nunito Medium';
}
section#content .thankyou .top {
    margin-bottom: 0;
    color: #fff;
    padding-top: 19px;
    padding-bottom: 18px;
    border-radius: 5px 5px 0 0;
}
.thankyou .bottom{
	margin-bottom: 100px;
	padding-bottom: 28px !important;
    padding-top: 35px!important;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    padding: 35px 30px 50px!important;
    width: 100%!important;
}
.thankyou .bottom p{
	text-align: center;
	margin-bottom: 10px;
}
.thankyou .bottom p span{
	font-size: 18px;
	font-weight: 900;
	font-family: 'Nunito Bold';
	color: #f08739;
}
.thank_icons_wrap{
	text-align: center;
}
.thank_icons_wrap a.fb_share, .thank_icons_wrap a.in_share, .thank_icons_wrap a.tw_share{
	display: inline-block;
	width: 100%;
	height: 38px;
	margin-bottom: 20px;
	position: relative;
    border-radius: 5px;
    max-width: 300px;
}
.thank_icons_wrap a:hover{
	text-decoration: none;
}
.thank_icons_wrap a.fb_share{
    background: #4865b1 url(/static/images/themes/main/fb.png) no-repeat 30px 9px; 
}
.thank_icons_wrap a.in_share{
    background: #3e73b0 url(/static/images/themes/main/ln.png) no-repeat 30px 9px; 
}
.thank_icons_wrap a.tw_share{	
	background: #3a94df url(/static/images/themes/main/tw.png) no-repeat 30px 9px;	
}
.soc_name{
	margin-top: 8px;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 20px;
}
.thank_icons_wrap #nmt_share_buttons{
	width: 76px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#nmt_share_buttons{
	float: left;
}

.thankyou #nmt_share_buttons{
	float: none;
}
.copyright{
	float: left;
    margin-left: 100px;
    color: rgba(255,255,255,0.6);
}

/* --- */
.home_middle{
	overflow: hidden;
}

body .home_middle p{
	font-size: 14px;
}

.home_middle h2{
	color: #4697FC;
	font-size: 20px;
}

#main .home_middle section{
	padding: 38px 100px 62px;
}

.home_middle section#top .left{
	padding: 0
}

.home_middle section#top .left p{
	font-family: 'Nunito Bold';
}

.home_middle section#top .left .title{ color: #a6a2a2; font-size: 19px; line-height: 40px; margin: 0 0 -6px 9px }
.home_middle section#middle{ padding: 0; height: auto }
.home_middle section#middle form{ 
	float: none; 
	text-align: left; 
	/*width: 575px; */
	width: 98%;
	padding-top:32px;
}

#main .home_middle #middle{
	background: #f6f6f6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	float: right;
 }
#main .home_middle #middle p, #searching_school{
	margin: -5px 0 0 89px;
}
#main .home_middle #middle img{
	float:left; 
	margin-left:14px;
	padding-top:40px; 
}
#searching_school{
	margin: 0 10px;
    padding: 0 10px!important;
	float: right;
}

.home_middle input[type="text"]{
	background: #fcfcfc;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#B3B3B3;
	font-size: 13px;
	padding: 0px 14px;
	height: 43px;
	margin: 0px 10px;
	/*width: 218px;*/
	width: 36.88663%/* 218/591 */
}

.home_middle input[type="submit"]{
	cursor: pointer;
    float: right;
    clear: right;
    font-size: 15px;
    font-family: 'Nunito Bold';
    height: 46px;
    letter-spacing: -0.6px;
    margin: 35px 5px 30px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 165px;
}

.home_middle .blue{
background: url("img/continue_button.png") no-repeat scroll 0 0 transparent;
border: medium none;
color: #FFFFFF;
}

/*
.home_titles h2{
font-weight: normal;
margin-left: 8px;
}
*/
#main .home_middle .left{
	width: 32.6%;
}
#main .home_middle section.left_block {
    margin: 2px 0 0;
    padding: 10px 6px 0 4px;
    /*width: 292px;*/ 
}
#main .home_middle section.right_block {
	padding: 27px 14px 11px !important;
    /*position: relative;*/
    width: 591px;
    width: 62.8%; /* 541/940 */
}
#main .home_middle section.bg, #main .home_middle #middle {
	background-color: #F6F6F6;
    border: 2px solid #C8C8C8;
    border-radius: 3px;
}
.home_middle .left_block.bg > h2 {
    line-height: 21px;
    margin: 3px 0 18px -7px;
    text-align: center;
}
.home_middle section.left_block .separate_line_block {
	background: url("img/separate_line_block.png") no-repeat scroll 0 0 transparent;
    height: 2px;
    margin: -11px 0 10px;
}
.home_middle section.left_block article {
	border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 7px;
}
.home_middle section article {
	background-color: #FCFCFC;
    border: 1px solid #E6E6E6;
    padding: 9px 11px 0;
}
.home_middle section article p{
	margin: 4px 0;
}
.home_middle section article p span{
	font-family: 'Nunito Bold';
}
.home_middle section.right_block .step_block {
	background: url("img/start_here.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    font-family: segoe_uibold;
    font-size: 25px;
    height: 90px;
    letter-spacing: 0;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 white;
    width: 125px;
    top: -36px;
    left: 12px;
}
.home_middle section.right_block .separate_line_block {
    background: url("img/separate_line_block_2.png") no-repeat scroll 0 0 transparent;
    background-size: contain;
    height: 10px;
    /*margin: 20px 0 26px 105px;*/
    margin: 20px 0 26px 19.4085%;	/* 105/541 */
}
.home_middle section#middle > h2 {
    color: #444444;
    font-size: 18px;
    letter-spacing: -0.1px;
    line-height: 22px;
    margin: -10px 0 -8px 141px;	/* 141/541 = 23.9 */
}

.info_links a{
    color: #686868;
    float: left;
    margin-top: 10px;
    text-decoration: underline;
}
.info_links a+a{
	float: right;
}

#main #top{
	background: #4697fc;
    color: #fff;
	padding-top: 53px;
    padding-bottom: 140px;
}

#main section.home_middle{
	margin-top: -30px;
    padding-bottom: 30px;
}
#main #top .right_block {
    float: left;
    vertical-align: top;
    width: calc( 50% - 70px );
	width: -webkit-calc( 50% - 70px );
	width: -moz-calc( 50% - 70px );
    padding-top: 9px;
}
#main #top .left_block {
    float: left;
    vertical-align: top;
    text-align: right;
    width: calc( 50% - 70px );
	width: -webkit-calc( 50% - 70px );
	width: -moz-calc( 50% - 70px );
    padding-top: 8px;
}
#main #top .center_block {
    float: left;
    vertical-align: middle;
    width: 140px;
    text-align: center;
}
#main .home_titles h2{
	color: #fff;
    font-size: 14px;
    margin-bottom: 11px;
    font-family: 'Nunito Bold';
}
#main .home_titles .right_block h2 {
    margin-bottom: 21px;
}
section#top .left .title{
	color: #A6A2A2;
    font-size: 19px;
    line-height: 40px;
    margin: 0 0 -6px 9px;
}
section#top .left{
	padding: 0;
}

.padding_zero{
	padding: 0 !important;
}
section#top .homepage_arrow{
	padding-top:40px !important; 
	text-align:center; 
	/*width:200px;*/
	width: 21.2766%;	/* 200/940 */
	min-width: 64px;
}
.mobile{
	display: none;
}

#main .home_middle #middle{
	padding-left: 1.5% !important;
	padding-right: 1.5% !important;
	position: relative;
}
.move_top_wrap{
	text-align:right;
	padding-right:40px;
}

.circles-wrap{
	display: table;
	width: 96%;
	max-width: 824px;
	height: 77px;
	margin: 0 auto;
	font-size: 23px;
	color: #fff;
}
.circles-wrap > div{
	display: table-cell;
	vertical-align: top;
}
.circles-left,
.circles-center,
.circles-right,
.circles-line{
	background-image: url(/static/images/themes/main/circles.png);
}
.circles-left,
.circles-center,
.circles-right{
	width: 75px;
	height: 64px;
	padding-top: 13px;
}
.circles-center{
	width: 74px;
	background-position: -80px 0px;
}
.circles-right{
	background-position: -160px 0px;
}
.circles-line{
	height: 21px;
	background-position: 0 -80px;
	margin-top: 28px;
}
.blue-circle{
	width: 48px;
	height: 37px;
	padding-top: 11px;
	margin: 0 auto;
	background: url(/static/images/themes/main/circles.png) -290px 0;
}
.blue-circle-active{
	background-position: -240px 0;
}
.circles-left .blue-circle{
	margin-left: 14px;
}
.circles-right .blue-circle{
	margin-right: 15px;
}

.labels-wrap{
	margin: 1% auto 0;
    max-width: 900px;

	color: #666;
	font-family: 'Myriad Pro',sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.labels-wrap > div{
	width: 16%;
	text-align: center;
}
.label-left{
	float: left;
}
.label-right{
	float: right;
}
.label-center{
	display: inline-block;
}

#main.home{
	/*padding-left: 10px;
	padding-right: 10px;*/
	min-width: 300px;
}
/*body > form {
position: relative;
z-index: 999;
}
#main.home .wrapper{

}*/
.radiobox.jqtransformdone{
	width: auto !important;
}

.school_middle form .jqtransformdone{
	width: auto !important;
}
.school_middle form .last_year_wrap .jqtransformdone{
	height: 42px;
}
.last_year_wrap{
	float: right;
	width: 431px;
}
.last_year_wrap .trasform, .last_year_wrap input{
	float: left;
}
.clear-resp{
	clear: both;
	display: none;
}
input[type="submit"].wizard_currentaddress {
    float: none!important;
    width: auto;
    margin: 77px auto 47px;
    padding: 0 35px;
}
.fieldset_block.not_click {
    pointer-events: none;
}
.main_page .header_background {
    margin-bottom: 10px;
}
.block_iframe,.block_iframe iframe{
    pointer-events: none;
}
#block_trans_requests {
    margin-top: 30px;
    position: relative;
}
#block_trans_requests h2.request_title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    color: #666;
    margin-bottom: 50px;
}
#block_trans_requests a {
    color: #539af8;
}
section#block_trans_requests:before {
    content: "";
    position: absolute;
    background: #539af8;
    width: 100%;
    height: calc( 100% - 185px );
    height: -moz-calc( 100% - 185px );
    height: -webkit-calc( 100% - 185px );
    height:-webkit-calc( 100% - 185px );
    top: 210px;
}
#block_trans_requests .wrapper > div{
    display: table;
    margin-bottom: 30px;
}
.block_text_info.right_block > div{
    padding-left: 45px;
    padding-right: 30px;
}
.block_text_info:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #fff;
    top: 0;
    z-index: -1;
    left: 0;
    width: calc( 100% - 15px );
    width: -moz-calc( 100% - 15px );
    width: -webkit-calc( 100% - 15px );
    width:-webkit-calc( 100% - 15px );
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.block_text_info.right_block:before {
    left: 15px;
}
.block_text_info {
    width: 50%;
    display: table-cell;
    height: 100%;
    position: relative;
    z-index: 2;
}
.block_text_info > div{
    padding: 30px;
    padding-right: 45px;
}
.block_text_info h2 {
    font-size: 24px;
    color: #363636;
    margin-bottom: 15px;
    line-height: 28px;
}
a.link {
    display: inline-block;
    margin: 20px auto 10px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 900px) {

	.pop_up_page_box{
		width: 80%;
	}
	#progress:before{
		display: none;
	}
	#progress img {
	    height: auto!important;
	    max-width: 100%;
	}
	.estamated_block div.estamated_text {
	    padding-top: 10px;
	}
}
@media screen and (min-width: 990px) {
	header.main_header .right a:hover{
		color:#fff;
		background: #549efa;
	    box-shadow: 0 4px 7px rgba(0,0,0,0.3);
    	border-radius: 50px;
	}
}
@media screen and (max-width: 990px) {
	header .menu_block{
		width: 310px;
		padding-top: 0;
	}
	header{
		height: auto;
		padding-bottom: 10px;
	}
	header span.separator{
		display: none;
	}
	#main section#middle{
		margin-top: 0;
	}
	#main #middle{
		height: auto;
	}
	#main section#middle article{
		width: 100%;
		text-align: center;
		float: none;
	}
	#main section#middle .start_here img{
	    right: calc( 50% - 26px );
        right: -webkit-calc( 50% - 26px);
        right: -moz-calc( 50% - 26px);
	    top: auto;
	    z-index: 1;
	    bottom: -26px;
	    transform: rotate(90deg);
	}
	#main  .select_school form{
		float: none;
		width: 100%;
		text-align: center;
	}
	.mobile_menu{
		display: block;
	    margin-right: 0;
	    margin-left: auto;
	}
	ul.menu_list {
	    position: absolute;
	    z-index: 999;
	    background: #333;
	    padding: 10px 0;
	    box-shadow: -7px 0 15px rgba(24,24,25,0.45);
	    width: 300px;
	    right: -15px;
	    display: none;
	}
	header ul.menu_list li {
	    display: inline-block;
	    vertical-align: top;
	    border-bottom: 1px solid #464646;
	    width: 100%;
	    text-align: left;
	}
	header ul.menu_list li:last-child {
	    border-bottom: 0;
	}
	header ul.menu_list li a {
	    display: block;
	    color: #f0f0f0;
	    float: none;
	    height: auto;
	    padding-bottom: 0;
	    font-size: 17px;
	    border-left: 1px solid transparent; 
	    margin-left: 3px;
	    padding: 24px 20px;
	}
	header ul.menu_list li a:hover{
		border-left: 3px solid #4697fc; 
		color: #4697fc; 
	}
	#main #middle .start_here,.select_school {
	    float: none;
	    width: auto;
	}
	#main #middle .start_here {
	    border-radius: 0;
	}
	.select_school .states_wrap,#searching_school{
	    float: none!important;
	    display: inline-block;
	    margin:0 auto 10px !important;
	}	
	#searching_school{
		margin: 0;
		margin-bottom: 17px;
	}
	#main section#top{
		display: none;
	}

	#search_school{
		float: none;
		margin: 10px auto 0;
	}
	.select_school {
    	padding: 34px 30px 18px;
    }
	#main .home_middle #middle img{
		padding-top: 5px;
	}
	#main.home{
		padding-top: 10px;
	}
	.copyright {
	    float: right;
	}
	.copyright {
	    float: right;
	    margin-left: 0;
	    clear: both;
	}
	.abtn{
		right: 10px;
	}
	form.results_school_search h6{
		width: calc( 100% - 145px );
        width: -webkit-calc( 100% - 145px);
        width: -moz-calc( 100% - 145px);
	}
	.user_block {
	    width: 100%;
	}
}

@media screen and (max-width: 770px) {
	#main section.home_middle{
		margin-top: 30px;
	}
	#main section#top{
		padding-left: 5%;
	}
	.home_middle section#middle form{
		padding-top: 0;
	}

	#main .home_middle .left{
		width: 42.6%;
		display: none;
	}
	#main .home_middle section.right_block{
		width: 96%;
		margin: 0 auto;
		float: none;
	}

	.home_middle input[type="text"]{
		width: 42%;
		height: 31px;
		margin: 12px 5px 3px 0;
	}
}

@media screen and (max-width: 670px) {



	header ul{
		text-align: center;
	}

	header.nmt_header .wrapper .left{
		margin-top: 0;
	}

	header.nmt_header .wrapper .right{
		margin-top: 22px;
	}

	header.nmt_header .wrapper .left,
	header.nmt_header .wrapper .right{
		float: none;
	}

	header.nmt_header .wrapper .left img{
		width: 150px;
	}
}

@media screen and (max-width: 660px) {
	#main section#top{
		padding-left: 0;
	}
	section#top .homepage_arrow{
		width: 64px;
	}
	#main #middle.school_middle{
		float: none;
		width: auto;
	}
	.school_middle .radiobox,.school_middle .radiobox:first-child{
		margin-left: 0;
	}
}

@media screen and (max-width: 563px) {
	section#top .homepage_arrow{
		display: none;
		padding-top: 10px !important;
	}
	section#top .mobile{
		display: block;
	}
	section#top .left{
		clear: left;
	}

	#main .home_middle .left{
		float: none;
		margin: 0 auto;
    	width: 94%;
	}
	#main .home_middle #middle{
		float: none;
		margin: 20% auto 0;
    	width: 91%;
	}
	section#bottom #info{
		float: none;
		width: 90%;
		position: static;
		padding-left: 4%;
		padding-bottom: 4%;
	}
	.move_top_wrap{
		display: none;
	}
	section#bottom #results{
		float: none;
    	margin: 0 auto;
    	width: 94%;
	}
	#results .row, #results .row h6{
		font-size: 13px;
	}
	#results .row h6{
		width: 190px;
	}

	#results .abtn{
		width: 71px!important;
        min-width: 70px;
	}
	footer .wrapper{
		width: 100%;
	}
	#nmt_share_buttons{
		display: none;
	}
	.copyright {
	    margin-left: 0;
	    float: none;
	    border-top: 1px solid;
	    margin-top: 10px;
	    padding-top: 10px;
	}
	.footer_links {
	    float: none;
	    text-align: center;
	    margin: 0 auto 20px;
	}
	.footer_links a {
	    letter-spacing: 0.5px;
	    font-size: 16px;
	}
	footer span.separator {
	    padding: 0px 20px;
	}
	footer {
	    padding: 25px 0px 10px;
	}
	#main #middle form .jqtransformdone,#main #middle form .jqtransformdone.purpose_other{
		width:100% !important;
	}
	#main #middle .jqTransformSelectWrapper{
		width:100% !important;
	}
	#main #middle .jqTransformSelectWrapper div span{
		width: 100% !important;
		line-height: 30px;
	    padding: 0;
	    text-indent: 15px;
	}
	#main #middle .jqTransformSelectWrapper ul{
		width: 100%;
	}
	#payment fieldset{
	    text-align: left;
	    left: -12px;
	}
	#payment .fieldset_block{
	    overflow-x: scroll;
	}
	#iframeContainer {
	    max-width: 290px!important;
	}
}

@media screen and (max-width: 520px) {
	.last_year_wrap{
		width: auto;
	}
	.last_year_wrap, .last_year_wrap .trasform, .last_year_wrap input{
		float: none;
	}
	#middle.school_middle form .last_year_wrap .trasform .jqTransformSelectWrapper{
		float: none;
   		margin: 17px auto;
	}
	#middle.school_middle form input[type="submit"]{
		margin: 8px auto 0;
	}
	#main.home{
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 490px) {
	.circles-wrap{
		width: 100%;
	}
	.wrapper.school_page > div{
		padding-left: 2%;
	}
	.school_page h1{
		font-size: 18px;
	}
		#middle.school_middle form .trasform .jqTransformSelectWrapper{
		float: none;
		margin: -7em auto 4em;
	}
	/*#middle.school_middle form input[type="submit"]{
		margin: 5em auto 1em;
		float: none;
	}*/
	.top h4{
		float: none;
	}
	#year_block{
	width:90%!important;
	}
	.step_one_block {
	    top: calc( 50% - 60px )!important;
	}
	.title_step_one_block {
	    height: auto;
	}
}

@media screen and (max-width: 400px) {
	.mobile_hide{
		display: none;
	}

	header{
		font-size: 0.9em;
	}

	header.nmt_header .wrapper .left{
		margin-left: 5px;
	}

	section#top{
		font-size: 1em;
	}
	.home_middle section.right_block .step_block{
		background-size: contain;
		width: 86px;
		font-size: 20px;
		padding-top: 21px;
		top: -22px;
		left: 1px;
	}
	.home_middle section#middle > h2{
		font-size: 17px;
		margin-top: -17px;
		margin-left: 93px;
	}
	#main #middle.school_middle{
		padding-left: 3.19%;
	}
	.step_block{
		font-size: 19px;
    height: 57px;
    top: -16px;
    left: 2px;
    padding-top: 33px;
    width: 90px;
	}
	section#middle.school_middle form{
		padding-top: 0;
	}
	#high_school .radiobox > label.direct{
		font-size: 16px;
	}
	.radiobox > span{
		margin-bottom: 17px;
	}

	.labels-wrap{
		padding: 0 5% 0 3%;
	}
	.labels-wrap > div{
		width: 17%;
		font-size: 14px;
	}
	.labels-wrap > div.label-left{
		width: 20%;
	}
}


/***------- responsive -------***/

/* agency page */
form.agency_page .wrapper{
	min-width: 300px;
}
.bottom .agency_name{
	width: 74%;
}
/**/
.agency_page section#content .bottom .left, 
.agency_page section#content .bottom .right{
	width: 45.7447%
}
.address_fields input, .email_fields input{
	width: 93%;
}
.agency_page .zip{
	width: 18.607%;		/* 80/430 */
	margin-right:0;
	margin-left: 2.33%;
}
.agency_page .city_field{
	float: left;
	width: 32.5581%;	/* 140/430 */
	margin-right: 2.33%;
}
/**/
form.agency_page .jqtransformdone{
	width: auto !important;
}
form.agency_page .jqTransformSelectWrapper{
	width: 25.814% !important;	/* 111/430 */
}
input[name="wizard_agency_firstname"]{
	margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
	.agency_page .information{
		background-position: 10px 33px;
	}
}
@media screen and (max-width: 561px) {
	.agency_page section#content .bottom .left, 
	.agency_page section#content .bottom .right{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	input[type="text"], .bottom .agency_name{
		width: 100%;
		margin-left: 0;
	}
	.autofill_wrap input[type="submit"]{
		float: right;
		margin-top: 10px;
    	margin-right: 7px;
	}
}

/*** step one page - begin ***/
form.step_one_page .wrapper{
	min-width: 300px;
}

input[name="wizard_current_firstname"],
input[name="wizard_current_middlename"],
input[name="wizard_current_lastname"],
input[name="wizard_attending_firstname"],
input[name="wizard_attending_middlename"],
input[name="wizard_attending_lastname"]{
	margin-bottom: 12px;
}

form.step_one_page .dob_wrap .jqtransformdone{
	width: 120px !important;
}

/**/
.step_one_page section#content .bottom .left, 
.step_one_page section#content .bottom .right{
	width: 45.7447%;
}
.address_fields input, .email_fields input{
	width: 93%;
}
.step_one_page .zip{
	width: 18.607%;		/* 80/430 */
	margin-right:0;
	margin-left: 2.33%;
}
.step_one_page .city_field{
	float: left;
	width: 32.5581%;	/* 140/430 */
	margin-right: 2.33%;
}

form.step_one_page .states_wrap{
	width: auto !important;
}
form.step_one_page .states_wrap .jqTransformSelectWrapper{
	width: 25.814% !important;	/* 111/430 */
}

@media screen and (max-width: 561px) {
	.step_one_page section#content .bottom .left, 
	.step_one_page section#content .bottom .right{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
/**/
.step_one_page .radiobox > label.direct{
	float: none;
}

@media screen and (max-width: 500px) {
	.step_one_page .information{
		background-position: 10px 33px;
	}

}
@media screen and (max-width: 480px) {
	.step_one_page .jqTransformRadio{
		width: 22px;
		height: 22px;
		background: url(img/checks_mobile.png);
	}
	.step_one_page .jqTransformRadio.jqTransformChecked{
		background-position: 0 -23px;
	}
	.dob_wrap .trasform:first-child{
		margin-left: 0 !important;
	}
	.dob_year_wrap{
		margin-top: 12px;
	}
	.step_one_page .radiobox > label.direct{
		display: block;
		margin-top: 3px;
	}
	form.mob .radiobox > label.direct{
		font-size: 8px;
		line-height: 15px;
	}
	.step_one_page .radiobox > span{
		width: auto;
		margin-right: 10px;
		margin-bottom: 0;
	}
}
/*** step one page - end ***/

/*** step two page - begin ***/
form.step_two_page .wrapper{
	min-width: 300px;
}

form.step_two_page .left .jqtransformdone, form.step_two_page .right .jqtransformdone{
    width: auto !important;
}

.step_two_page section#content .bottom .left, 
.step_two_page section#content .bottom .right{
	width: 45.7447%;
}

.step_two_page .jqTransformSelectWrapper{
	z-index: 0 !important;
}
.step_two_page .jqTransformSelectWrapper ul{
	width: 100% !important;
}
.step_two_page .jqTransformSelectWrapper div span{
	width: 96% !important;
}

input[name="summarize"]{
	width: 89%;
	max-width: 400px;
	margin-left: 0;
}

form.step_two_page .checkbox{
	width: auto !important;
	margin-bottom:15px;
	overflow: visible;
	position: relative;
	padding-top: 4px;
	padding-left: 28px;
}

form.step_two_page .checkbox span{
	position: absolute;
	top: 5px;
	left: 0;
	margin-top: 0;
}
form.step_two_page .checkbox label{
	position: static;
	padding-left: 0;
	line-height: 20px;
}

@media screen and (max-width: 500px) {
	.step_two_page .information{
		background-position: 10px 33px;
	}

}

@media screen and (max-width: 561px) {
	.step_two_page section#content .bottom .left, 
	.step_two_page section#content .bottom .right{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#wizard_graduated_yesno{
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.step_two_page .jqTransformRadio{
		width: 22px;
		height: 22px;
		background: url(img/checks_mobile.png);
	}
	.step_two_page .jqTransformRadio.jqTransformChecked{
		background-position: 0 -23px;
	}
	.step_two_page .radiobox > label.direct{
		display: block;
		margin-top: 3px;
	}
	.step_two_page .radiobox > span{
		width: auto;
		margin-right: 10px;
		margin-bottom: 0;
	}

	form.step_two_page .checkbox span a{
		width: 23px;
		height: 23px;
		background: url(img/checkboxes_mobile.png) no-repeat 0 -23px;
	}
	form.step_two_page .checkbox span a.jqTransformChecked{
		background-position: 0 0;
	}
	
}

@media screen and (max-width: 420px) {
	.step_two_page .radiobox span+label+span+label+span{
		clear: left;
	}
}

/*** step two page - end ***/

/*** step three page - begin ***/
form.step_three_page .wrapper{
	min-width: 300px;
}

@media screen and (max-width: 800px) {
	.step_three_page .information{
		background-position: 10px 33px;
	}

}

.education_address:not(:first-child){
	margin-top: 10px;
}

.hide-on-pc{
	display: none;
}

/* checkboxes */
.step_three_page .checkbox{
	width: auto !important;
	margin-bottom:15px;
	overflow: visible;
	position: relative;
	padding-top: 4px;
	padding-left: 28px;
}
.step_three_page .checkbox span.jqTransformCheckboxWrapper{
	position: absolute;
	top: 5px;
	left: 0;
	margin-top: 0;
}
.step_three_page .checkbox label{
	padding-left: 0;
	line-height: 12px;
	top: 3px;
}

@media screen and (max-width: 480px) {
	.step_three_page .checkbox span a{
		width: 23px;
		height: 23px;
		background: url(img/checkboxes_mobile.png) no-repeat 0 -23px;
	}
	.step_three_page .checkbox span a.jqTransformChecked{
		background-position: 0 0;
	}
}

.step_three_page section#content .bottom .left, 
.step_three_page section#content .bottom .right{
	width: 45.7447%;
}

@media screen and (max-width: 640px) {
	.step_three_page section#content .bottom .left, 
	.step_three_page section#content .bottom .right{
		width:90%;
		float: none;
		margin: 0 auto;
	}

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

    .block_text_info {
        width: 100%;
        display: block;
    }
    .block_text_info.right_block:before {
        left: 0;
    }
    .block_text_info:before{
        width: 100%;
    }
    .block_text_info > div{
        width: calc( 100% - 60px );
    }
    .block_text_info.right_block {
        margin-top: 30px;
    }
    .block_text_info.right_block > div {        
        padding-left: 30px;
    }
}
@media screen and (max-width: 768px) {
	#get_doc{
		width: 100% !important;
	}
	#google_translate_element{
		width: 100%;
	}
	.skiptranslate.goog-te-gadget{
		white-space: normal;
	}
	#process,section#bottom,p#hide-on-resp{
		display: none;
	}
	section#content .bottom{
	    width:94%;
	}
	.explanation_text{
	    left:20px!important;
	}
	.footer_separator {
    max-width: 100%;
    }
    div#main .sections_wrapper .right_block, div#main .sections_wrapper section.left_block {
     width: calc( 100% - 30px );
    }
    section#block_trans_requests:before {
        top: 225px;
        height: calc( 100% - 145px );
        height: -moz-calc( 100% - 145px );
        height: -webkit-calc( 100% - 145px );
        height: -webkit-calc( 100% - 145px );
    }
	        
}


@media screen and (max-width: 640px) {
	#get_doc{
		display: none;
	}
	.sigPad .signature_block{
		width: 90%;
	}
	#fI0hvf0ebxu{
		width: 100%;
	}
	.hide-on-pc{
		display: block;
	}
	.hide-on-phone{
		display: none;
	}
	.explanation_text {
	    left: -215px!important;
	    top: -300px!important;
	}
    .sigWrapper.current {
        height: auto;
        max-width: 100%;
    }
    section#block_trans_requests::before {
        top: 255px;
        height: calc( 100% - 185px );
        height: -moz-calc( 100% - 185px );
        height: -webkit-calc( 100% - 185px );
        height: -webkit-calc( 100% - 185px );
    }
}


@media screen and (max-width: 561px) {
	.step_three_page section#content .bottom .left, 
	.step_three_page section#content .bottom .right{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#wizard_step_one input[name="wizard_currentaddress_city"]{
		float: none !important;
		margin-bottom: 10px;
	}
	#wizard_step_three input.required{
		float: none !important;
	}
	form#wizard_step_three .jqtransformdone.states_wrap{
		margin: 0.5em auto;
	}
}

@media screen and (min-width: 561px) and (max-width: 780px) {
	.step_three_page .city_field{
		width: 24% !important;
	}
}

form.step_three_page .states_wrap{
	width: auto !important;
}
.step_three_page .address_fields .jqTransformSelectWrapper{
	width: 25.814% !important;	/* 111/430 */
}
.step_three_page .zip{
	width: 18.607%;		/* 80/430 */
	margin-right:0;
	margin-left: 2.33%;
}
.step_three_page .city_field{
	float: left;
	width: 32.5581%;	/* 140/430 */
	margin-right: 2.33%;
}

/*** step three page - end ***/


/*** step three agency page - begin ***/
form.step_three_agency_page .wrapper{
	min-width: 300px;
}
form.step_three_agency_page .jqtransformdone{
	width: auto !important;
}
form.step_three_agency_page .jqTransformSelectWrapper{
	width: 25.814% !important;	/* 111/430 */
}
@media screen and (max-width: 500px) {
	.step_three_agency_page .information{
		background-position: 10px 33px;
	}

}
/* checkboxes */
.step_three_agency_page #documents_mailed .checkbox{
	overflow: visible;
	margin-bottom: 10px;
}
.step_three_agency_page .documents_requested .checkbox{
	width: auto !important;
	margin-bottom:6px;
	overflow: visible;
	position: relative;
	padding-top: 4px;
	padding-left: 28px;
}
.step_three_agency_page .documents_requested .checkbox span.jqTransformCheckboxWrapper{
	position: absolute;
	top: 5px;
	left: 0;
	margin-top: 0;
}
.step_three_agency_page .documents_requested .checkbox label{
	padding-left: 0;
	line-height: 12px;
	top: 3px;
}

@media screen and (max-width: 480px) {
	.step_three_agency_page #documents .checkbox{
		clear: left;
	}
	.step_three_agency_page .jqTransformRadioWrapper{
		margin-right: 8px;
    	margin-top: 5px;
	}
	.step_three_agency_page .jqTransformRadio{
		width: 22px;
		height: 22px;
		background: url(img/checks_mobile.png);
		
	}
	.step_three_agency_page .jqTransformRadio.jqTransformChecked{
		background-position: 0 -23px;
	}

	.step_three_agency_page .documents_requested .checkbox{
		margin-bottom: 15px;
	}
	.step_three_agency_page .documents_requested .checkbox span a{
		width: 23px;
		height: 23px;
		background: url(img/checkboxes_mobile.png) no-repeat 0 -23px;
	}
	.step_three_agency_page .documents_requested .checkbox span a.jqTransformChecked{
		background-position: 0 0;
	}
}
/*----*/

/* address */
.step_three_agency_page section#content .bottom .left{
	float: none;
}
.step_three_agency_page section#content .bottom .left input[type="text"]{
	width: 93%;
	max-width: 375px;
}
.step_three_agency_page section#content .bottom .left input.city_field{
	width: 32.5581%;
	max-width: 140px;
	float: left;
}
.step_three_agency_page section#content .bottom .left input.zip{
	width: 18.607%;
	max-width: 80px;
	margin-right: 0;
	margin-left: 2%;
}


.hide-on-desktop.clearfix,.hide-on-desktop.clearfix:after{
	display: none;
}

/*----*/

@media screen and (max-width: 480px) {
	.step_three_agency_page .documents_requested{
		padding-bottom: 25px;
	}
}

/*** step three agency page - end ***/

/*** step four page - begin ***/
form.step_four_page .wrapper{
	min-width: 300px;
}

@media screen and (max-width:1000px) {
    .radiobox > label.direct {
        color: #777;
        float: right;
        padding-right: 0;
        top: 0;
        width: 375px;
    }
}
@media screen and (max-width: 900px) {
    section#content .bottom .left, section#content .bottom .right{
        width: 100%;
        float: none;
    }
   .left.user_block {
        width: 48%!important;
        float: left!important;
    }
   .right.user_block {
        width: 48%!important;
        float: right!important;
    }
    .radiobox > label.direct{
        float: none;
    }
    .hide-on-desktop.clearfix,.hide-on-desktop.clearfix:after{
        display: block;
    }
    #progress span{
        top: 0;
    }
    .jqTransformSelectWrapper,.left .trasform.jqtransformdone{
        z-index: auto !important;
    }
    .jqTransformSelectWrapper ul{
        z-index: 11;
    }
    #middle.school_middle form input[type="submit"]{
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .year_block{
        float: none;
        width:100%;
    }
}
@media screen and (max-width: 800px) {
	.step_four_page .information{
		background-position: 10px 33px;
	}

}
@media screen and (max-width: 768px) {
	#wizard_step_four input[name="wizard_mather_first_name"],#wizard_step_four input[name="wizard_ssn"]{
		margin-bottom: 10px;
	}
	.jqTransformSelectWrapper div span{
		z-index: 9;
	}
    input[type="text"], input[type="password"], input[type=tel], .states_wrap,select {
        width: 50%!important;
        float: none!important;
        margin: 0 0 10px!important;
    }
    .states_wrap {
        width: 56%!important;
    }
    .select_school .states_wrap {
        width: 53%!important;
    }
    .states_wrap input.search_text {
        width: 94%!important;
        outline: 0;
        padding-right: 3%!important;
        padding-left: 3%!important;
        margin-bottom: 0!important;
    }

   .left.user_block, .right.user_block {
        width: 100%!important;
        float: none!important;
    }
    .year_block span {
        margin-bottom: 10px;
        display: block;
    }    
    .list_schools{
        float: none;
        position: relative;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
	.step_four_page .selected_school{
		float: left;
		clear: left;
	}
	.hide-on-resp{
		display: none;
	}

	#searching_school,.select_school .states_wrap .search_text{
	    float: none;
	    margin: 10px 0;
	    padding: 0 3%!important;
	    text-indent: 15px;
	    width: 94% !important;
	}
	.states_wrap {
	    width: 100%!important;
   		margin: 0;
	}
	input[type="text"], input[type="password"], input[type=tel] {
	    width: 94%!important;
	    margin-right: 0!important;
	    margin-left: 0!important;
        padding-right: 3%!important;
        padding-left: 3%!important;
	}
    .select_school .states_wrap {
        width: 100%!important;
    }
	.estamated_block {
	    height: auto;
	}
	.estamated_block:before {
	    width: 100%;
	    left: calc( 50% - 60px );
        width: -webkit-calc( 50% - 60px);
        width: -moz-calc( 50% - 60px);
	    top: -120px;
        width: 120px;
	}
	.estamated_block div.estamated_text {
	    float: none;
	    width: calc( 100% - 30px );
        width: -webkit-calc( 100% - 30px);
        width: -moz-calc( 100% - 30px);
        padding-top: 17px;
	}
    #payment section#content .bottom_price.bottom{
        margin-bottom: 190px;
    }
	.estamated_block span.estamated_price {
	    float: none;
	    width: 100%;
	    background: url('img/price_bg_mobile.png') no-repeat;
        display: block;
	    background-size: 100% 100%;
	    padding: 50px 0 20px;
    	font-size: 30px;
	}
	.estamated_block div.estamated_text span {
	    padding: 10px 10px 0;
	}
    #continue {
        padding-left: 3px;
        padding-right: 3px;
    }

    .pop_up_page_box.self_popup h3 span {
        display: block;
        margin-top: 5px;
    }
    .secure_icon {
        float: none;
        background: none;
        padding-left: 0;
        margin-bottom: 15px;
    }
    .paypal_icon {
        float: none;
    }
    .secure_block {
        text-align: center;
   }

}


.step_four_page input[name="wizard_mather_first_name"],
.step_four_page input[name="wizard_mather_last_name"]{
	width: 93%;
	max-width:275px;
	margin-bottom: 10px;
}
.step_four_page #wizard_ssn,
.step_four_page #confirm_wizard_ssn{
	width: 93%;
	max-width:180px;
	margin-bottom: 10px;
}
.step_four_page #ajax_img{
	margin-bottom: 0;
}
@media screen and (max-width: 480px) {
	.step_four_page input[name="wizard_mather_first_name"],
	.step_four_page input[name="wizard_mather_last_name"],
	.step_four_page #wizard_ssn,
	.step_four_page #confirm_wizard_ssn{
		max-width: none;
	}

	.step_four_page section#content .bottom{
		padding-bottom: 45px;
	}
	form .jqtransformdone, form .jqtransformdone.purpose_other {
        width: 85.6% !important;
    }
    form#wizard_step_three .jqtransformdone.states_wrap {
    	width: 93.6% !important;
    }

    form#wizard_step_three .checkbox.jqtransformdone label{
    	width: 85%;
    	float: left;
    }

    form#wizard_step_three  span.jqTransformCheckboxWrapper{
    	width: 20px;
    }

    form#wizard_step_three .jqtransformdone.states_wrap .jqTransformSelectWrapper{
    	margin-bottom: 10px;
        margin-left: -10px;
        width: 100% !important;
    }
    form.design-resp  .jqtransformdone, form.design-resp .jqtransformdone.purpose_other {
        width: 75.6% !important;
    }
    a.abtn {
        position: relative;
        top: 0;
        left: 75%;
    }
    #results .row h6 {
        width: 100%;
    }
}
/*** step four page - end ***/

/*** confirm page - begin ***/
form.confirm_page .wrapper{
	min-width: 300px;
}
.confirm_page table.summary tr td{
	padding: 2.2753%;
}

/*** confirm page - end ***/

/*** signature page - begin ***/

/*** signature page - end ***/

/*** payment page - begin ***/
form.payment_page .wrapper{
	min-width: 300px;
}

.payment_page table.summary tr td{
	padding: 2.2753%;
}
@media screen and (max-width: 700px) {
	.information.notice{
		display: none;
	}
	.year_block input {
	    width: 94%;
	    margin-left: 0;
	}
	#middle.school_middle form input[type="submit"] {
	    width: 100%;
	}
	.payment_page .information{
		background-position: 10px 33px;
	}
	input[type="submit"]{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 560px) {
	.information.notice{
		display: none;
	}

}
@media screen and (max-width: 480px) {
	.confirm_page table.summary tr td{
		padding: 4%;
	}

	.confirm_page table tr td:first-child{
		display: none;
	}

	.confirm_page table{
		color: #454545;
		font-size: 15px;
	}

	.confirm_page .mobile{
		display: block;
		color: #9f9f9f;
		font-size: 13px;
		margin-bottom: 6px;
	}
	.states_wrap {
	    width: 100%!important;
	}
	.payment_page table.summary tr td{
		padding: 4%;
	}

	.payment_page table tr td:first-child{
		display: none;
	}

	.payment_page table{
		color: #454545;
		font-size: 15px;
	}

	.payment_page .mobile{
		display: block;
		color: #9f9f9f;
		font-size: 13px;
		margin-bottom: 6px;
	}
	#wizard_step_one .jqTransformSelectWrapper{
		float: none;
		width: 100% !important;
	}
	#wizard_step_one .top h4{
		float: none;
	}
	#wizard_step_one .trasform.jqtransformdone{
		margin: 0.5em 1% !important;
		float: none !important;
		width: 90% !important;
		position: relative;
		z-index: auto;
	}
	.jqTransformSelectWrapper ul,.jqTransformSelectWrapper div span{
		width: 98% !important;
	}
	#wizard_step_one .trasform.jqtransformdone.states_wrap{
		float: left;
	}
	.radiobox > label.direct{
		width: 89%;
	}
	.radiobox.purpose_othert{
		width: 89% !important;
	}
	.radiobox.purpose_other > label.direct{
		float: right !important;
		width: 87% !important;
	}
	#selected_school_top div{
		display: block;
	}
	section#content .top {
	    padding: 3% 3% 4%;
	}
}

.disabled-spinner {
	color: #ffffff;
	font-size: 22px;
	text-indent: -99999px;
	position: relative;
	width: 20px;
	height: 20px;
	box-shadow: inset 0 0 0 2px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	--spinner-background: #ffffff;
	display: inline-block;
}
.disabled-spinner, .disabled-spinner::before, .disabled-spinner::after {
	border-radius: 50%;
}
.disabled-spinner::before, .disabled-spinner::after {
	position: absolute;
	content: '';
}
.disabled-spinner::after {
	width: 10.4px;
	height: 10.2px;
	background: #d8d8d8;
	border-radius: 0 10.2px 10.2px 0;
	top: -0.1px;
	left: 10.2px;
	-webkit-transform-origin: 0px 10.2px;
	transform-origin: 0px 10.2px;
	-webkit-animation: loading 2s infinite ease;
	animation: loading 2s infinite ease;
}
.disabled-spinner::before {
	width: 10.4px;
	height: 20.4px;
	background: #d8d8d8;
	border-radius: 20.4px 0 0 20.4px;
	top: -0.2px;
	left: -0.2px;
	-webkit-transform-origin: 10.4px 10.2px;
	transform-origin: 10.4px 10.2px;
	-webkit-animation: loading 2s infinite ease 1.5s;
	animation: loading 2s infinite ease 1.5s;
}
.disabled-spinner.hidden {
	display: none;
}

@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.hidden {
	display: none;
}
.payment_submit {
	text-transform: uppercase;
	min-width: 160px;
	height: 40px;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	text-align: center;
	outline: 0;
	letter-spacing: 1.4px;
	padding: 10px 35px;
	max-width: 100%;
	margin: 15px auto 0;
}
/*** payment page - end ***/

/*** header in top - begin ***/
.top h4{
	float: left;
	text-transform: uppercase;
    font-size: 18px;
    font-family: 'Nunito Bold';
}

.thankyou .top h4{
	float: none;

}

.selected_school{
	float: right;
	position: static;
	font-size: 18px;
}
#selected_school_top{
	padding: 20px 10px 8px 0;
}
#selected_school_top div{
	display: none;

	text-align: right;
	color: #9f9e9e;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width: 800px) {
	.agency_page .selected_school,
	.step_three_page .selected_school,
	.step_three_agency_page .selected_school{
		float: left;
		clear: left;
	}
}
@media screen and (max-width: 561px) {
	section#content .bottom .left, 
	section#content .bottom .right{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px) {
	.top h4{
		font-size: 18px;
	}
	section#content{
		padding: 5px 0 25px;
	}
    div#continue input[type="submit"] {
        float: none;
        width: 100%;
    }
    #progress {
        background-size: auto 85%;
    }
}

/*** header in top - end ***/

/*** progress bar - begin ***/

.prog-wrap{
	display: table;
	float: right;
	width: 84%;
	max-width: 790px;
	height: 26px;
}
.prog-wrap > div{
	display: table-cell;
	vertical-align: middle;
}
.prog-left,
.prog-right{
	background-image: url(/static/images/themes/main/circles.png);
	background-repeat: no-repeat;
}
.prog-left{
	width: 26px;
	height: 26px;
	background-position: -240px -50px;
}
.prog-right{
	width: 17px;
	height: 17px;
	margin-top: 4px;
	background-position: -288px -50px;
}
.prog-active{
	background-position: -268px -50px;	
}
.prog-line{
	height: 4px;
	background: #d6d6d6;
}
.prog-line div{
	width: 0;
	height: 4px;
	background: #359cfc;
}

@media screen and (max-width: 480px) {
	#progress{
		padding-top: 4%;
		padding-bottom: 4%;
	}
	#progress span{
		display: none;
	}
	.prog-wrap{
		width: 100%;
	}
	#wizard_step_three .states_wrap{
		margin: 5px ;
		float: none;
	}
	
}
@media screen and (max-width: 568px) {
	#wizard_step_three .top h4{
		float: none;
		font-size: 17px;
	}
	#wizard_step_three .selected_school{
		float: none;
	}
	.checkbox {
		margin: 7px 0;
	}
	.education_address p{
		margin: 3px 0;
	}
	#wizard_step_three .left br{
		display: none;
	}
	#wizard_step_three input{
		margin: 5px 0;
	}
	#wizard_step_three .states_wrap{
		margin: 5px ;
		float: left;
	}
}
@media screen and (max-width: 480px) {

	#wizard_step_three .states_wrap{
		margin: 5px ;
		float: none;
	}
	form#wizard_step_three .checkbox.jqtransformdone label{
		margin-bottom: 10px;
	}
}
/* progress bar on pages */
.agency_page .prog-line-1 div,
.step_one_page .prog-line-1 div{
	width: 25.28%;
}
.step_two_page .prog-line-1 div{
	width: 48.1994%;
}
.step_three_page .prog-line-1 div,
.step_three_agency_page .prog-line-1 div{
	width: 77.5623%;
}
.step_four_page .prog-line-1 div,
.confirm_page .prog-line-1 div,
.signature_page .prog-line-1 div,
.payment_page .prog-line-1 div{
	width: 100%;
}
.step_four_page .prog-center,
.confirm_page .prog-center,
.signature_page .prog-center,
.payment_page .prog-center{
	background-position: -268px -50px;
}
.confirm_page .prog-line-2 div{
	width: 25.28%;
}
.signature_page .prog-line-2 div{
	width: 48.1994%;
}
.payment_page .prog-line-2 div{
	width: 77.5623%;
}
/*** progress bar - end ***/

/*** info message - begin ***/

/*** info message - end ***/

/*** drop down - begin ***/
.mobile_dropdown{
	display: block !important;
	position: relative;
	height: 43px;
   /* width: 249px !important;*/
    opacity: 0;
}
/*** drop down - end ***/

@media screen and (max-width: 768px) {
	.mobile_dropdown{
		display: block !important;
		position: relative;
		height: 43px;
	    width: auto !important;
	    opacity: 0;
	}
	.radiobox.jqtransformdone{
		position: relative;
		z-index: 9;
	}
	.left .trasform.jqtransformdone{
		position: relative;
		z-index: 10;
	}
	.sales_item {
	    float: none;
	    width: 100%;
	}
	.sales_item:first-child {
	    margin-left: 0;
	    border-right: 0;
	    padding-right: 0;
	    border-bottom: 1px solid #dbdbdb;
	    padding-bottom: 25px;
	    margin-bottom: 30px;
	}
	.sale_inquiries {
	    margin-bottom: 0;
	}
}

@media screen and (max-width: 680px){
    .pop_up_page_box {
        width: 90%;
    }
    .title_step_one_block {
        width: calc( 100% - 108px);
        width: -webkit-calc( 100% - 108px);
        width: -moz-calc( 100% - 108px);
    }
    .step_one_block {
        background: url('img/step_one_block.png') no-repeat center center;
        width: 100px;
        left: 8px;
        height: 116px;
        text-transform: uppercase;
        background-size: contain;
        top: -12px;
    }
    .selected_school {
        top: 0;
        margin-top: 11px;
    }
    #progress {
        background-position: center;
        height: 105px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        padding: 0;
        margin-bottom: 18px;
    }
    #progress:after{
        display: none;
    }
    #progress img{
        display: none;
    }
    #wizard_step_one #progress,#wizard_agency_information #progress {
        background-image: url('img/progress_bar1_mob.png');
    }
    #wizard_rightsignature #progress {
        background-image: url('img/progress_bar2_mob.png');
    }
    #payment #progress {
        background-image: url('img/progress_bar3_mob.png');
    }
    #progress.thankyou_page {
        background-image: url('img/progress_bar4_mob.png');
    }

    header.blue_header {
        padding-bottom: 80px;
    }
    .top .title_step_one_block h4 {
        float: none;
    }
}
@media screen and (max-width: 640px){
	section#content .thankyou .bottom{
		overflow: visible;
	}
	.thank-progress{
		float: none !important;
		display: block;
		margin: 15px auto;
		width: 100%;
	}
	.thank_icons_wrap{
		width: 96%;
		margin: 25px auto 0;
	}
	.thank_icons_wrap a.fb_share, .thank_icons_wrap a.in_share, .thank_icons_wrap a.tw_share{
		display: block;
		float: none;
		margin: 7px auto;
	}
	.sales_item span{
		margin: 0 auto!important;
	    width: auto!important;
	}
	.sales_item .tel {
    	background-position: center top;
	    padding-left: 0;
	}
	.sales_button {
	    float: none;
	    margin-top: 35px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.map_item{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.map_item:first-child{
		margin-top: 0;
	}
}

@media screen and (max-width: 420px){
    .clear-resp{
        display: block;
    }
    #progress {
        background-size: auto 90%;
    }
    .content_block {
        padding: 22px 20px 27px;
    }
    #payment section#content .bottom_price.bottom{
        margin-bottom: 210px;
    }
}
/**Confrim page*/

.confirm #progress h4{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #444;
	margin-top: 15px;
}

.confirm #progress h4 span{
	font-family: 'Nunito Bold';
	position: static;
	top: 0;
}

.confirm input[name="order_id"]{
	height: 50px;
	width: 235px;
	display: block;
	margin: 1.5em auto;
	border-radius: 7px;
	-webkit-border-radius:7px;
	border: 1px solid #e6e6e6;
	background: #efefef;
	color: #999999;
	text-align: center;
	font-size: 15px;
}

.confirm .captcha p,.confirm .captcha p span{
	color:#999;
	font-size: 15px;
}

.confirm input[name="captcha"]{
	width: 105px;
	height: 34px;
	border: 1px solid #e6e6e6;
	background: #efefef;
	color: #999999;
	text-align: center;
	font-size: 15px;
}

#btn-order-confirm{
	display: block;
	margin: 1.5em auto;
	background: url("/static/images/submit-confirm.png") no-repeat 0 100%;
	width: 142px;
	height: 38px;
	float: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

#btn-order-confirm:hover{
	background-position: 0 0%;
}

#_atssh{
	height: 0px !important;
}

#main.contact-page{
    padding-top: 60px;
    padding-bottom: 0px;
}
.get_in_toch{
	background: #fff url("/static/images/get_in_toch.png") no-repeat scroll 0 0 / 100% 100%;
    overflow: hidden;
    padding: 0 0 35px !important;
    position: relative;
    text-align: center;
    color: #4697fc;
}
.contact-page .top_border{
	background: rgba(0, 0, 0, 0) url("/static/images/get_in_toch_top.png") repeat-x scroll 0 0 / 100% 100%;
    height: 5px;
    left: 12px;
    top: 12px;
    width: calc(100% - 24px);
    width: -webkit-calc( 100% - 24px);
	width: -moz-calc( 100% - 24px);
    margin-bottom: 41px;
    position: relative;
}
.get_in_toch h1{
	font-size:39px;
	text-transform:uppercase;
	margin-bottom: 5px;
}
.get_in_toch p{
	font-size:21px;
}
.order_title{
	background:url('/static/images/order_tracking_title.png') no-repeat scroll 0 0 / 100% 100%;
	padding:51px 0 54px;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	z-index: 9;
    position: relative;
}
.order_content{
	background: #fdfdfd;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0 2px 0;
    position: relative;
    padding: 40px 60px 30px;
    top: 0px;
    z-index: 1;
    color: #444444;
    font-size: 16px;
}
.following{
	background:url('/static/images/following.png') no-repeat 0 0;
	font-size: 20px;
	font-family: 'Nunito Bold';
	padding: 6px 0 10px 65px;
    line-height: 40px
}
.following p{
	font-size: 16px;
	font-weight: normal;
}
.not_urgent{
	background:url('/static/images/not_urgent.png') no-repeat 0 6px;
    padding: 18px 0 10px 65px;
}

.urgent{
	background:url('/static/images/urgent.png') no-repeat 0 14px;
    padding: 25px 0 0px 65px;
}
.order_content strong{
	font-family: 'Nunito Bold';
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.order_content p{
	margin-bottom: 18px;
    line-height: 30px;
}
.order_content span{
	color:#ff0000;
	font-family: 'Nunito Bold';
    font-size: 18px;
}
.order_content a{
	color:#4697fc;
    font-family: 'Nunito Bold';
}
.sale_inquiries{
	margin-bottom: 33px;
}
.sale_title{
	background: url('/static/images/sale_title.jpg') repeat;
	font-size: 30px;
    padding: 110px 0 50px;
    position: relative;
    text-align: center;
    margin-top: -125px;
    z-index: 0;
    text-transform: uppercase;
    margin-bottom: 59px;
}
.sales_item{
	float: left;
	width: 47%;
    margin-left: 2%;
    padding: 0 0 0px 4px;
    font-family: 'Nunito Bold';
    font-size: 15px;
    color: #444;
}
.sales_item:first-child{
	margin-left: 0;
	border-right: 1px solid #dbdbdb;
	padding-right: 10px;
}
.sales_item p{
	background: url('/static/images/icon.png') no-repeat;
	padding-left: 35px;
    font-family: 'Nunito Bold';
    font-size: 15px;
    margin-bottom: 28px;
}
.sales_item span{
	padding-top: 67px;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    float: left;
    display: block;
}
.sales_item span a{
	color: #444;
	font-size: 16px;
}
.sales_item span a:hover{
	color: #529efc;
}
.sales_item .tel{
	background: url('/static/images/tel.png') no-repeat center top;
    width: 46%;
    padding-left: 0px;
    margin-right: 1%;
}
.sales_item .email{
	background: url('/static/images/email.png') no-repeat center top;
	width: 100%
}
.sales_button{
    position:relative;
    width: 210px;
    height:35px;
    text-align: center;
    margin: 60px auto 0;
    cursor: pointer;
}
.sales_button a{
	font-size: 14px;
	font-family: 'Nunito Bold';
	text-transform: uppercase;
    padding: 10px 0;
    color: #666;
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 1, 1, 0.6);
        
}
                    
.sales_button.video{
	margin-right: 15px;
}
.sales_button a:hover{
	background: #333;
	color: #fff;
	border-color: #333;
}
.general .order_content{
	padding: 45px 35px 50px;
}
.order_tracking.general p:first-child{
	margin-top: 16px;
}
.order_tracking.general p{
	font-size: 16px;
    font-weight: normal;
    margin-bottom: 3px!important;
}
.order_tracking.general .following{
	line-height: 24px;
    padding-top: 14px;
}
.location{
	background: url('/static/images/sale_title.jpg') repeat;
	width: 100%;
	position: relative;
    padding: 126px 0 92px!important;
    top: -66px;
    margin-top: -17px;
}
.map_location{
	width: 100%;
	height: 100%;
	background: url('/static/images/map.png') 41% 16%;
	position: absolute;
	top: 0;
}
.location_title{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 37px;
}
.location_title p{
	font-size: 30px;	
    margin-bottom: 11px;
}
.location_title span{
	font-size: 20px;
	color: #ec6769;
}
.map_block{
	display: table;
    margin: 0 auto;
}
.map_item{
	background:url('/static/images/flag.png') no-repeat left 3px;
	float: left;
    width: 235px;
    font-size: 16px;
    padding-left: 70px;
    margin-left: 40px;
    line-height: 24px;
}
.map_item:first-child{
	margin-left: 0;
}
.map_item strong{
    text-transform: uppercase;
    font-family: 'Nunito Bold';
    margin-bottom: 6px;
    display: block;
}
.contact-page .location .top_border{
	top:-63px;
	margin-bottom:0;
}
.termofservice {
    padding-bottom: 100px;
}
.termofservice .main_list {
    padding-left: 0;
}
.termofservice .main_list li ul {
    padding-left: 20px;
}
.shadow_header{
    display:none;
}
.submit_ver_vode{
    margin-bottom: 5px;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
}

input.verification_sms,.verif_code input{
    margin: 0;
}
.verification_number{
    display: inline-block;
    width: 48%;
    padding: 0 2%;
}
.check_error,.mes_error{
    display:none;
    font-family: 'Nunito Bold';
    margin-bottom: 5px;
}
.explanation_text {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    top: -120px;
    width: 300px;
    left: 20px;
    z-index: 999;
    padding: 10px;
    display:none;
}
.education_address .explanation_text {
    left: 20px;
}
.explanation {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.explanation_icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    font-family: 'Nunito Bold';
    background:url("/static/images/info.png") no-repeat;
    background-size: contain;
    position:relative;
}
.explanation_text p {
    line-height: 18px;
    margin-bottom: 10px;
}
@media screen and (max-width: 1023px){
	.sales_item {
	    float: none;
	    width: 100%;
	}
	.sales_item:first-child {
	    margin-left: 0;
	    border-right: 0;
	    padding-right: 0;
	    border-bottom: 1px solid #dbdbdb;
	    padding-bottom: 25px;
	    margin-bottom: 30px;
	}
	.sale_inquiries {
	    margin-bottom: 0;
	}
}
@media screen and (max-width: 680px){
	.map_item{
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.map_item:first-child{
		margin-top: 0;
	}
}
@media screen and (max-width: 640px){
	.sales_item span{
		margin: 0 auto!important;
	    width: auto!important;
	    float: none;
	}
	.sales_item .tel {
    	background-position: center top;
	    padding-left: 0;
	}
	.sales_button {
	    float: none;
	    margin-top: 35px;
	    margin-left: auto;
	    margin-right: auto!important;
	}
	.order_content,#main section{
		padding: 15px!important;
	}
	#main section.get_in_toch{
		padding: 0 0 35px !important;
	}
	#main section.location{
		padding: 126px 0 92px!important;
		top: -32px;
	}
	.submit_ver_vode,.verification_number{
	    width:100%;
	}
    #main #block_trans_requests{
        padding: 0!important;
    }
    header.main_header .wrapper {
        padding: 0!important;
    }
}
@media screen and (max-width: 660px){
	.step_block {
	    position: relative;
	    margin-top: -48px;
	    top:0;
	}
	a.ged_block {
	    margin-left: 0;
	    margin-top: 20px;
	    margin-bottom: 12px;
	}
	#ged_block  a{
	    word-break: break-all;
	}
}
select.goog-te-combo {
    height: 30px;
    padding-top: 4px!important;
    padding-bottom: 5px!important;
}

/* jTransform */
form.jqtransformdone label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	background: transparent url(img/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	background: transparent url(img/btn_left.gif) no-repeat top left;
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }

/* IE 6 */
* html button.jqTransformButton { height:33px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(img/input/input_text_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	background: transparent url(img/input/input_text_right.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 31px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 31px;
	color:#404040;	
	border: none;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}



/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
	font-size: 12px;
	line-height: 16px;
}

table.jqTransformTextarea td{
font-size: 1px;
line-height: 1px;
width: 5px;
height: 5px;
margin: 0;
padding: 0;
}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{
/*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url(img/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(img/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(img/textarea/textarea_tr.gif) no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(img/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(img/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(img/textarea/textarea_mr.gif) repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(img/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(img/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(img/textarea/textarea_br.gif) no-repeat top left;}

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url(img/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url(img/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position: -10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}


table.jqTransformTextarea .jqTransformSafariTextarea div {
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background: none;
	position: absolute;
	top:-10px;
	left:-10px;
	padding: 10px 10px 10px 10px;
	resize: none;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left !important;display:block;margin:0px 4px;	margin-top:5px; width:20px !important;}
.jqTransformRadio {
	background: transparent url(img/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(img/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 31px;
	background: #fcfcfc;
	float:left;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;		
}
#gov_last_school .jqTransformSelectWrapper,#gov_birth_date .jqTransformSelectWrapper{z-index:20 !important;}
/*div#ajaxupl_id{z-index:19 !important;}*/
div#ajaxupl_id input{
width:100%;
height:100%
}
.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 15px;
	overflow: hidden;
	cursor:pointer;
	color:#b3b3b3;	
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 31px;
	background: url(img/select_right.png) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #efefef;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 115px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #efefef;
	font-size: 12px;
	padding-left: 15px;
	line-height: 15px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #b1b1b1;
	color: #fff;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#b1b1b1;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}