@charset "utf-8";
/* CSS Document */


 body {color:#003763;
		font-family: 'source_sans_proregular', sans-serif;
		font-weight: 400;
		font-size:18px;
		color:#013763;
}

@font-face {
  font-family: 'montserratbold';
  src: url("../fonts/montserrat_bold-webfont.eot");
  src: url("../fonts/montserrat_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat_bold-webfont.woff2") format("woff2"), url("../fonts/montserrat_bold-webfont.woff") format("woff"), url("../fonts/montserrat_bold-webfont.ttf") format("truetype"), url("../fonts/montserrat_bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat_light-webfont.eot");
  src: url("../fonts/montserrat_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat_light-webfont.woff2") format("woff2"), url("../fonts/montserrat_light-webfont.woff") format("woff"), url("../fonts/montserrat_light-webfont.ttf") format("truetype"), url("../fonts/montserrat_light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat_regular-webfont.eot");
  src: url("../fonts/montserrat_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat_regular-webfont.woff2") format("woff2"), url("../fonts/montserrat_regular-webfont.woff") format("woff"), url("../fonts/montserrat_regular-webfont.ttf") format("truetype"), url("../fonts/montserrat_regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratsemi_bold';
  src: url("../fonts/montserrat_semibold-webfont.eot");
  src: url("../fonts/montserrat_semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat_semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat_semibold-webfont.woff") format("woff"), url("../fonts/montserrat_semibold-webfont.ttf") format("truetype"), url("../fonts/montserrat_semibold-webfont.svg#montserratsemi_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_probold';
  src: url("../fonts/sourcesanspro-bold-webfont.eot");
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prolight';
  src: url("../fonts/sourcesanspro-light-webfont.eot");
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_proregular';
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source_sans_prosemibold';
  src: url("../fonts/sourcesanspro-semibold-webfont.eot");
  src: url("../fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

.top {
	
	margin-top: 26px;
	margin-bottom: 16px;
}
img.logo 
{
	width: auto;
}

.container {
  max-width: 1024px;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px; }
 
 .header_top {
	 padding-bottom: 0px
 }
  
 @media screen and (min-width: 769px){
	.header_top {		
		top: 0px;
		width: 100%;
		padding-left: 20px;
	}
}
.required 
{
	color:#ff0101;
}
.txtInstruction {
    font-size: 16px;
    font-weight:bold;   
	line-height: 25px;
	padding-top: 12px;
}
.notes, .disclaimer
{
	font-size:14px;
	line-height:17px;	
	color: #013763;
	padding-top:30px;
	margin-bottom: 0;
}
.notes a
{
	font-family: 'source_sans_probold';
}

.disclaimer {
	font-style: italic;
	padding: 20px 0;
	line-height: 20px;
}
.content
{
	max-width: 1024px;
	margin:auto;
}
@media screen and (max-width: 768px)
{
	img.logo {
    height: 50px;
	margin-left: 20px;
	}
	.notes {
		padding-top: 0;
	}
}
/*@media screen and (max-width: 1280px){
	 img.logo {
		height: 85px;
	}
}*/
#top_banner_container
{
	height:700px;	
}

#top_banner {
    position: relative;    
    min-height: 430px;
    background-image: url(../images/wesa/engineering_school_finder_1500x700.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}


#top_banner .shade {
	background-color:rgba(255, 250, 255, 0.8);
	margin-top: 40px;	
	margin-bottom: 45px;	
	position: absolute;
    width: 100%;
	align-items:center;
	padding: 14px 0px 40px 0px;
}

#sf-home_bg {
    position: relative;    
    min-height: 430px;
    background-image: url(../images/wesa/scholarship_finder_1500x700.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}


#sf-home_bg .shade {
	background-color:rgba(255, 250, 255, 0.8);
	margin-top: 40px;	
	margin-bottom: 45px;	
	position: absolute;
    width: 100%;
	align-items:center;
	padding: 14px 0px 40px 0px;
}
#bs-home_bg {
    position: relative;    
    min-height: 430px;
    background-image: url(../images/wesa/business_school_finder_1500x700.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}


#bs-home_bg .shade {
	background-color:rgba(255, 250, 255, 0.8);
	margin-top: 40px;	
	margin-bottom: 45px;	
	position: absolute;
    width: 100%;
	align-items:center;
	padding: 14px 0px 40px 0px;
}
#top_EngineeringBanner
{
	background: url(../images/wesa/engineering_school_finder_1500x150.png) no-repeat;
	height:150px;
	width: 100%;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 50px;
	
}
#ScholarshipBanner
{
	background: url(../images/wesa/scholarship_finder_1500x150.png) no-repeat;
	height:150px;
	width: 100%;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 50px;
	
}
#BusinessSchoolBanner
{
	background: url(../images/wesa/business_school_finder_1500x150.png) no-repeat;
	height:150px;
	width: 100%;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 50px;	
}

#top_EngineeringBanner .banner-title, #ScholarshipBanner .banner-title, #BusinessSchoolBanner .banner-title 
{
	padding: 30px;	
}

.carousel-inner {    
    margin-top: 22px;
}
@media screen and (max-width: 600px)
{
	#top_EngineeringBanner, #ScholarshipBanner, #BusinessSchoolBanner
	{
		height: 100px;
		margin-bottom: 36px
	}
	#top_EngineeringBanner .banner-title,
	#ScholarshipBanner .banner-title, #BusinessSchoolBanner .banner-title 
	{
     padding: 20px;
	}
}
@media screen and (max-width: 768px){
	#top_banner {
		padding: 0;
		background-image: url(../images/wesa/engineering_school_finder_771x360.png);
		background-position: 100% 0;
		min-height: 380px;
	}
	#sf-home_bg {
		padding: 0;
		background-image: url(../images/wesa/scholarship_finder_sm.png);
		background-position: 100% 0;
		min-height: 580px;
	}
	#bs-home_bg {
		padding: 0;
		background-image: url(../images/wesa/business_school_finder_sm.png);
		background-position: 100% 0;
		min-height: 380px;
	}
	#top_banner .shade, #sf-home_bg .shade, #bs-home_bg .shade {
		margin-top: 20px;
		padding: 1px 5px 0px 10px;
	}
	
	
}
@media screen and (max-width: 320px){
	#top_banner {
		min-height: 420px;
	}
	
}
@media screen and (min-width: 1120px){
	#top_banner, #sf-home_bg, #bs-home_bg {
    height: 600px;
	}
}
@media screen and (max-width: 1600px){
	#top_banner, #top_EngineeringBanner, #sf-home_bg, #bs-home_bg,
	#ScholarshipBanner, #BusinessSchoolBanner {
		background-position: 70% 0;
	}
}

.bg-middle
{
	background-color:#003763;	
	padding: 18px 0 10px 0;
}
.bg-middle
{
	font-family: 'montserratlight';
	font-size: 22px;
	line-height:27px;
	text-align:center;
	color:#fff;
}
@media screen and (max-width: 831px){
	.bg-middle p {
		font-size: 16px;
	}
}
.body-content
{
	background-color:#efeeed;
	width: 100%;
	padding: 40px 0 75px 0;
}


@media screen and (max-width: 600px){
		.body-content {
			padding: 40px 0 30px;
		   
		}
		.content
		{
			padding: 0 20px 0 30px;
		}
		
}

@media screen and (max-width: 831px) {
	.body-content {
		padding: 20px 0;
	}
	.content {
		padding: 0 10px;
	}
}
.body-container 
{
	/*margin: 70px 180px;*/
	margin: 0 50px;
}
@media screen and (max-width: 831px) and (min-width: 210px)
{
	.body-container {margin: 0 16px; }
}
.body-content .tools
{
	/*width:80%;*/
	margin: 48px 180px;
	width: 100%;
	
}
.tools label
{
	width: 160px;
	margin-right: 145px;
}
.btn-img {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*.toolsimg:hover
{
	
	opacity: 0.5;
}*/
span.blurb
{
	width: 40px;
	white-space: pre-wrap;
	font-family:'montserratsemi_bold';
}


h1, h2, .bodytext {
    font-family: montserratlight;
}
h1, .h1 {
    font-size: 46px;
}
h1 strong, h2, h3 {
    color: #1f9055;   
    font-family: montserratsemi_bold;
}
.bodytext{
	font-size: 22px;	
	line-height: 27px;
	padding-bottom: 2px;
}
.banner-title h1 strong, .banner-title h1
{
	color:#fff;
}
#BusinessSchoolBanner .banner-title h1
{
	color:#013763;
}
#BusinessSchoolBanner .banner-title h1 strong
{
	color: #1f9055;	
}
.mk_form
{
	margin-bottom: 25px;
	margin-top: 46px;	
}
/*.btn-group, .btn-group-vertical
{
	vertical-align: top !important;
}*/
.caret {
    /*float: right;
    margin-top: 8px;*/
	color:#1f9055;
	border-top: 8px solid !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
	margin-left: 28px !important;
}
.container-fluid {	
    padding-right: 0px;
    padding-left: 0px;
}

/*@media (min-width: 1200px){
.container {
    width: 100%;
    max-width: 1440px;
}
}
@media (min-width: 992px){
.container {
    width: 100%;
}
}
@media (min-width: 768px){
.container {
    width: 100%;
}
}*/
/*.container 
{
	margin-left: 100px;
}*/
/*input[type="text"]
{
	max-width: 280px;
}*/

input-placeholder 
{
	color:#013763;
}

::-webkit-input-placeholder, input[type="text"].eng-input-txt {
   color:#013763;
}

:-moz-placeholder { /* Firefox 18- */
   color:#013763;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#013763;
}

:-ms-input-placeholder {  
   color:#013763;
}
a, a:active, a:visited, a:hover 
{
	color:#1f9055;
	text-decoration:underline;
	
}
/*a:hover 
{
	text-decoration:none;
	color:#1f9055;
}*/
.urls
{
	font-family: 'montserratsemi_bold';
}
#result a, #sf-result a
{
	font-family: 'source_sans_probold';
}
.bg-searchscore
{
	background-color:#1f9055;
	color: #fff;
	padding: 6px 0 1px 0;
	margin-top: 50px;
}
.Header {    
    margin-bottom: 20px;    
    font-size: 46px;
	text-align:center;
   
}
.searchscore
{
	font-size: 46px;
	font-family: 'montserratlight';
}
.searchscore strong
{
	font-family: 'montserratsemi_bold';
}
.subHeader
{
	margin-bottom: 20px;    
    font-size: 24px;
	font-family: 'montserratregular';   
}
 
img {
	 display: inline-block;
	 height: auto;
	 max-width: 100%;
 }

.err_msg
{
	color:#F00;
	font-weight:bold;	
	font-size:14px;
}
#result  {
	font-size: 14px;
	margin-top: 56px;
}
#result .head, #sf-result .head {	
	height:24px;
	padding: 4px 0px 4px 0px;
	font-size:46px;
	
}
#result table, #sf-result table
{
table-layout: fixed;
background-color:#fff;
border-collapse:collapse;	
border: 1px solid #fff;
}
#sf-result table
{
	border: none;
}
#sf-result
{
	font-size: 18px;
	margin-top: 56px;
	
}

#result th{
	background-color:#013763;
	padding: 20px 10px;
	color: #fff;
	text-align:center;
	font-family: 'montserratregular';
	border-right: 1px solid #fff;
	font-weight: 400;
		
}
#sf-result th
{
	background-color:#013763;
	/*padding: 20px 16px;*/
	color: #fff;
	text-align:left;
	font-family: 'montserratregular';
	border-right: 1px solid #fff;
	font-weight: 400;
	font-size: 24px;
	height: 25px;
}
#result td  {

padding: 12px 8px;
vertical-align: top;


}
#sf-result td 
{
	padding: 12px;
	vertical-align: top;
	
}
#result td.spacer, #sf-result td.spacer {
	background-color: transparent;
	padding: 2px;
	border-bottom: 1px solid #eee;
	}

@media screen and (max-width: 768px){
	
	#sf-result
	{
		margin-top: 6px;
	}
	#sf-result th
	{
		font-size: 18px;
	}

	#sf-result td
	{ font-size: 16px; }
	
	#sf-result td 
	{
		padding: 12px 8px;
	}
}
.error {color:#F00; }

.spacer
{
	/*margin-top: 70px;*/
	padding: 28px;
}
.sf-spacer
{
	
	padding: 28px;
}
.searchBtn  {
	font-family:'montserratsemi_bold';
	font-size: 22px;
	text-align:center;
	padding-top: 15px;
	
}
.searchBtn a, .searchBtn a:visited, .searchBtn a:active {
	color: #1f9055;
	text-decoration:underline;
}
.searchBtn a:hover
{
	text-decoration:none;
}
@media screen and (max-width: 798px){
	.body-content .tools
	{
		width:100%;
		margin: 0 20px;		
	}
	.top {
	/*padding: 37px 210px;*/
		padding: 0 0 2px 8px;
		margin-top:16px;
	}
}

@media screen and (max-width: 798px){
	input[type="text"]
	{		
		
	}
	.tools label {
    width: 90px;
    margin-right: 10px;}
}

/*@media screen and (max-width: 400px){
	input[type="text"]
	{
		margin: 0 40px;
		max-width: 270px;
	}
}

@media screen and (max-width: 400px){
	.Header {
		margin-top: 0px;
	}
}*/
@media screen and (max-width: 831px){
	.Header, h1{
		font-size: 40px;
		
	}
}
@media screen and (max-width: 831px){
	.searchscore
	{
		font-size: 40px;		
	}
	.bodytext {
		font-size: 16px;
		line-height: 20px;
	}
	.bg-searchscore {
		padding: 0px 0 1px 0;
		margin-top: 40px;
	}
	
}
@media screen and (max-width: 768px){
	.subHeader
	{
		margin-bottom: 18px;    
		font-size: 16px;   
	}
	.error
	{
		font-size: 16px;	
	}
	
}
@media screen and (max-width: 600px){
	.Header, h1 {
		font-size: 24px;
		margin-bottom: 1px!important;
	}
	.bg-searchscore 
	{
		margin-top: 30px;
	}
	.searchscore {
		font-size: 24px;
		padding-top: 6px;
	}
	.bodytext {
		font-size: 14px;
		line-height: 20px;
	}
	#result
	{ margin-top: 36px; }
	#result th{
		padding: 10px 6px;
	}
}
@media screen and (max-width: 400px){
	.searchscore {
		margin-top: 0px;
	}
	#result
	{ margin-top: 20px; }
	
	#result th{
		padding: 10px 6px;
	}
}



.footer {
	background-color:#666;
	color: #fff;
	
	font-size:14px;
	padding: 42px 0 34px 0;
	font-family: 'montserratregular';
}
@media screen and (max-width: 768px){
	.footer {
		font-size:12px;
		padding: 14px 0 14px 8px;	
	}
}

input[type="text"].eng-input-txt
{
	font-size: 18px;
	padding: 13px 18px;
	background-color: #fff;		
	border: 2px solid #013763;
	border-radius: 0px;
	width:285px;
	 outline: none;
}

/*select
{
	font-size: 20px;
	padding: 6px 10px 4px 18px;
	background-color:#fff;
	color: #999999;	 
	height: 55px;	
	border: 2px solid #999;
	
}*/
.multiselect.dropdown-toggle.btn.btn-default
{
	padding: 13px;
	border: 2px solid #999;	
	width: 190px;
	border-radius: 0px;
	text-align: left;
	background: url(../images/icons/dropDownArrow.png) no-repeat;
    background-position: 97% 50%;
	background-color: #fff;
	
}
.dropdown-menu
{
	height:220px;
	overflow-y:scroll;
}
.multiselect-selected-text
{
	margin-left: -2px;
    font-size: 18px;
	color:#333;
}

.dropdown-menu > li > a
{
	text-decoration:none;
	padding: 3px 1px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
	background-color:#1f9055;
}
.multiselect-container>li>a>label>input[type=checkbox] 
{
	left: 40px;
	visibility:hidden;
}

.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0 2px 0 -10px;
}

select.sf_select {
  padding: 6px 30px 6px 6px !important;
  margin-right: 20px;
  color: #333;
  font-family: 'source_sans_proregular';
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/dropDownArrow.png") no-repeat;
  background-position: 97% 50%; 
  background-color: #fff;
  font-size: 18px;
  height: 55px;
  border: 2px solid #999;
  }
  



span.cart {
	
}

.submitButton {
   background-color:#013763;			
		margin:0px -5px;		
		font-size:18px;		
		border:none;
		width: 160px;		
		color:#fff;		
		font-family: 'montserratregular';
		padding: 15px 6px;
		
		
}
.submitButton:hover
{
	color: #fff;	
}

.submitButton-sf {
   background-color:#013763;				
		font-size:18px;		
		border:none;
		width: 160px;		
		color:#fff;	
		padding: 15px 6px;		
		font-family:'montserratregular';
				
}
.form-horizontal .control-label
{
	text-align: left;
}
label
{
	font-weight: 400;	
	padding-right: 50px;
}

@media screen and (max-width: 736px){
	.multiselect.dropdown-toggle.btn.btn-default, .submitButton  {
		width: 285px;
	}
	.multiselect-selected-text {
    margin-left: 0px;}
	
	.submitButton-sf 
	{
		margin-left: -20px;
		width: 238px;	
	}
}
@media screen and (max-width: 520px){
.submitButton, .multiselect.dropdown-toggle.btn.btn-default, input[type="text"].eng-input-txt, .submitButton-sf, select.sf_select {
    font-size: 16px;   
    padding: 8px 6px;
	
}
	input[type="text"].eng-input-txt, select.sf_select
	{
		width: 220px;
		margin-bottom: 10px;
	}
	select.sf_select
	{
		height: 45px;
		margin: 0px;
	}
	/*.multiselect.dropdown-toggle.btn.btn-default
	{
		height: 35px;
	}
	input[type="text"]
	{
		height: 35px;
	}*/
	.multiselect.dropdown-toggle.btn.btn-default
	{		
		width: 220px;		
	}
	.multiselect-selected-text
	{
		
		margin-left: 0px;
    	font-size: 16px;
	}
	.submitButton, .submitButton-sf
	{
		margin-left:0px;
		width: 220px;
	}
	
	label {
	
		padding-right: 4px;
		font-size: 16px;
	}
}
@media screen and (max-width: 768px){
	label {
	
		padding-right: 4px;
		font-size: 16px;
	}
	body {font-size: 16px;}
}
.eng-inputs
{
	text-align:center;
}
.eng-form p
{
	display:inline-block;
}

.eng-form-input
{
	position:relative;
}
@media screen and (max-width: 736px){
	.eng-form p {
		width: 100%;
		display: block;
	}
}


@media screen and (max-width: 480px){
	.email_upd p {
		margin-bottom: 10px;
	}
}



.tool {
    width: 25%;
    max-width: 380px;
    display: inline-block;
    margin-left: -5px;
    text-align: center;
}
.tool__icon {
    margin-bottom: 35px;
    max-width: 130px;
}

.break, .show, .break-line {
    display: block;
}
.tool__link {
    font-size: 18px;
    color: #003763;
    letter-spacing: 1px;
	font-family:'montserratsemi_bold';
	text-decoration:none;
}
.tool__link:visited
{
	color: #003763 !important;
}
.tool__link:hover
{
	color:#003763 !important;
	text-decoration:underline;
}
@media screen and (max-width: 400px){
	.break-line {
	  display: inline; }
}

@media screen and (max-width: 600px){
.free-tools {
    padding: 40px 0 30px;
    margin: 0 0 30px;
}
}
@media screen and (max-width: 831px){
.free-tools {
    padding: 40px 0;
}
}
.free-tools {
    margin-top: 0;
    padding: 60px 0 70px;
    background-color: #f0efef;
    margin: 0 0 60px;
}
.banner p .bold, .free-tools {
    font-family: montserratsemi_bold;
}
@media screen and (max-width: 831px){
.section {
    margin: 40px 0;
}
}
.section {
    margin: 100px 0;
}

@media screen and (max-width: 831px){
	.tool {
		padding: 0 40px;
	}
}
@media screen and (max-width: 831px) and (min-width: 360px){
	.tool {
		padding: 0 55px;
	}
}
@media screen and (max-width: 831px){
	.tool {
		width: 100%;
		max-width: 100%;
		display: block;
		margin: 0;
		text-align: left;
	}
}

@media screen and (max-width: 600px){
	.tool__link {
		display: inline-block;
		font-size: 15px;
		letter-spacing: normal;
	}
}
@media screen and (max-width: 831px){
	.tool__link {
		display: inline-block;
	}
}

@media screen and (max-width: 614px){
	.tool__icon {
		width: 20%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 831px){
	.tool__icon {
		display: inline-block;
		margin-right: 20px;
	}
}

/* label.control [type='checkbox'] {  
   float: right;     
    visibility: hidden; }
  label.control [type='checkbox'] ~ span {
    display: block; }
  label.control [type="checkbox"] ~ span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -0.25em;
    border-radius: 0px;
    border: 1px solid #999;
    background-color:#fff;
     margin-right: 10px;
    
    font-size: 18px; }
    @media screen and (max-width: 798px) {
      label.control [type="checkbox"] ~ span:before, label.control [type="checkbox"]:checked ~ span:before {
        max-width: 798px;
        font-size: 24px; } }
    @media screen and (max-width: 400px) {
      label.control [type="checkbox"] ~ span:before, label.control [type="checkbox"]:checked ~ span:before {
        margin-right: 0.2em; } }
  label.control [type="checkbox"]:checked ~ span:before {
    
    content: '\2714';
    color: #05ce7b;
    font-size:18px;
      
  }*/

[type="checkbox"].sfCkbox:not(:checked),
[type="checkbox"].sfCkbox:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"].sfCkbox:not(:checked) + label,
[type="checkbox"].sfCkbox:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  /* padding-right: 50px; */
}

/* checkbox aspect */
[type="checkbox"].sfCkbox:not(:checked) + label:before,
[type="checkbox"].sfCkbox:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 18px; height: 18px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 0px;
  
}
/* checked mark aspect */
[type="checkbox"].sfCkbox:not(:checked) + label:after,
[type="checkbox"].sfCkbox:checked  + label:after {
  
  content: '\2713';
    position: absolute;
    top: 6px;
    left: 3px;
    font-size: 16px;
    line-height: 0.8;   
  color: #1f9055;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"].sfCkbox:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].sfCkbox:checked  + label:after {
  opacity: 1;
  transform: scale(1);
}





/* ----*/
input[type=checkbox].ckBox {
    display: none;
}
input[type="checkbox"].ckBox {
    margin-right: 10px;
}
input[type="checkbox"].ckBox {
    box-sizing: border-box;
    padding: 0;
}
[type="checkbox"].ckBox:not(:checked) + label,
[type="checkbox"].ckBox:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox].ckBox:checked +label {
    background: url(../images/icons/check.png) no-repeat;
    background-size: cover;
}
input[type=checkbox].ckBox+label {
    border: 1px solid #999;
    height: 18px;
    width: 18px;   
    border-radius: 0px;   
	
}
input[type=checkbox].ckBox+label+span {
    vertical-align: top;
}

input[type=checkbox].ckBox+label {
    
   border: 2px solid #dad7d5;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
	padding:0;
    
}

label.control [type='radio'] {
    display: none;
}
label.control [type='radio']+span {
    display: block;
}
label.control [type="radio"]:checked+span:before {
    background: #1f9055;
}
label.control [type="radio"]+span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 0.2em solid #fff;
    box-shadow: 0 0 0 0.08em #ccc;
    margin-right: 0.75em;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    
}


.dropdown-menu ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin-top: -30px;
  margin-left:-15px;
  padding: 0;
}


ul li{
  display: block;
  position: relative;
  float: left;
  width: 100%; 
	
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;  
  padding: 32px 25px 2px 66px;
  margin: 0 auto;
  /*height: 30px;*/
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}


ul li .check{
  display: block;
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 1em;
  height: 30px;
  width: 30px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}


ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 1em;
  height: 15px;
  width: 15px;
  top: 6px;
  left: 6px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
input[type=radio]:checked ~ .check::before{
  background: #1f9055;
}
.label-radio ul, ol
{
	margin-left: 24px;
}
@media screen and (max-width: 768px){
	ul li .check {
		 top: 18px;
	}
	ul li label{
		
	   padding: 12px 0px 0px 60px;
       margin: 8px auto;
	}
	.label-radio ul, ol
	{
		margin-left: -60px;
	}
	
}
/*-------*/
.form-control
{
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
	height: 40px;
}
@media screen and (max-width: 798px){
	.form-horizontal .form-group .control-label, .form-control {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px){
	.form-control {
		font-size: 16px;
	}
}
@media screen and (max-width: 798px){
	.form-control {
		font-size: 18px;
	}
}
select.form-control {
    padding: 6px 30px 6px 12px!important;
    margin-right: 20px;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/icons/dropDownArrow.png) no-repeat;
    background-position: 97% 50%;
    border-radius: 0;
}

 select.form-control::-ms-expand {
    display: none; }
	
.btn-blue {
    color: #013763;
    font-family: 'montserratsemi_bold';
    font-size: 18px;
    border: 2px solid #013763;
    border-radius: 23px;
    background: #fff;
    font-weight: bold;
    padding: 6px 65px;
	margin-left: 14px;
	margin-top: 25px;
}
.btn-blue:hover {
	color: #fff;
	background-color:#013763;
	
}

.btnsm-blue {
    color: #013763;
    font-family: 'montserratsemi_bold';
    font-size: 16px;
    border: 2px solid #013763;
    border-radius: 23px;
    background: #fff;
    font-weight: bold;
    padding: 2px 30px;	
	margin-top: 2px;
}
.btnsm-blue:hover {
	color: #fff;
	background-color:#013763;
	
}

@media screen and (max-width: 720px){
	.btn-blue {
		padding: 3px 30px;
		font-size: 14px;
	}
	.btnsm-blue {
		padding: 2px 8px;
		font-size: 14px;
	}
}
.question {
     position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 1px;
    margin-bottom: 0px;
    font-family: 'montserratsemi_bold';
    font-size: 24px;
    background: url(../images/icons/question_bg.png);
    background-position: 0 0;
    background-size: 200%;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
}
 .form-popover {
    position: absolute;
    display: none;
    height: auto;
    padding: 20px 40px 20px 20px;
    margin-top: 0;
    font-size: 18px;
    font-family: 'source_sans_proregular';
    background-color: #1f9055;
    color: #fff;
    z-index: 4;
    float: left;
}
.question--active {
    background-position: -100% 0; }

.form-popover p {
    width: 90%;
    display: inline-block;
    margin: 0px; 
	text-align: left;}
	
  .form-popover .pop-close {
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    color: #1f9055;
    opacity: 0.9;
    cursor: pointer; }
	
.form-popover .pop-close span::after 
{
content: "\00d7";
}
@media screen and (max-width: 767px) {
  .form-popover .pop-close {
	width: 25px;
	height: 25px; } 
}

.form-popover .pop-close span {
  font-size: 30px;
  margin-top: -2px;
  margin-left: 1px;
  display: block;
  color: #999;
   }
   
@media screen and (max-width: 767px) {
  .form-popover .pop-close span {
	font-size: 18px;
	margin-top: 1px; }
	
	 .form-popover
	 {  font-size: 16px;
		 margin-right: 20px;
		 padding: 20px 20px 20px 10px;
		 left: 10px;
	 }
	.form-popover p
	 {
   		 width: 80%;
	}
}
@media screen and (min-width: 1260px){
  .form-popover{
  	left: 379px;
  }
}

@media screen and (max-width: 767px){
	.table-responsive {		
		display:block;
	}
}
@media screen and (max-width: 767px){
	#sf-result .table-responsive {		
		display:inline-table;
	}
}	

.privacy
{
	margin-top:	30px;
	margin-bottom: 15px;
}