@font-face{
	font-family: 'open_sansregular';
	src: url('/fonts/OpenSans-Regular-webfont.eot');
	src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
	 url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
	 url('/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:before, *:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

html, body{
	margin:0;
	padding:0;
	font-family:'open_sansregular';
	color:#333;
}

body{
	padding:0 20px;
	overflow-y:scroll;
}

#password_strength {
    padding: 5px;
}

#password_strength.short{
	font-weight:bold;
	color:#FF0000;
	font-size:larger;
}
#password_strength.weak{
	font-weight:bold;
	color:orange;
	font-size:larger;
}
#password_strength.good{
	font-weight:bold;
	color:#2D98F3;
	font-size:larger;
}
#password_strength.strong{
	font-weight:bold;
	color: limegreen;
	font-size:larger;
}

.clear_both {
	clear: both;
}

.inline_middle {
	display: inline-block;
	vertical-align: middle;
}

.page_header{
	text-align:center;
	float: left;
	width: 100%;
}

.page_content{
	clear: both;
	text-align:center;
	width:100%;
	min-height: 670px;
	background:#f1f1f2;
	border:1px solid #e6e7e8;
	padding:20px 20px 100px 20px;
}

.btn{
	display:inline-block;
	background:#57cbf5;
	border:none;
	color:#fff;
	padding:0 30px;
	font-weight:bold;
	font-size:36px;
	line-height:1;
	border-radius:20px 0 20px;
	box-shadow:5px 5px 10px rgba(0,0,0,0.7);
	cursor:pointer;
}

.btn:disabled{
	background:#bcbebe;
	cursor:default;
}

.classifications_container{
	text-align:center;
	margin-bottom: 50px;
}

.classification_row{
	margin-bottom:10px;
}

.classification_item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin-right:1%;
	width:14%;
	cursor:pointer;
}

.classification_item:last-of-type{
	margin-right:0;
}

.classification_item_img{
	position: relative;
	background:#fff;
	width:100%;
	height:100%;
	padding:20% 10%;
	border-radius:20px;
	border:5px solid #e6e7e8;
	box-shadow:8px 8px 16px rgba(0,0,0,0.8);
	z-index:2;
}

.classification_item.active_classification .classification_item_img{
	border:5px solid #57cbf5;
}

.classification_item_img img.logo_img {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #fff;
}

.classification_item_img.classification_item_img_2 {
    padding: 10% 10% 30%;
		overflow: hidden;
}
.classification_item_img.classification_item_img_3 {
    padding: 7% 10%;
		overflow: hidden;
}

.classification_item_img img{
	width:100%;
	vertical-align:middle;
}

.classification_item_type{
	position:relative;
	background:#e6e7e8;
	border-radius:0 0 20px 20px;
	padding:20px 0 10px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size:14px;
	box-shadow: 8px 8px 16px rgba(0,0,0,0.8);
	z-index: 1;
}
.classification_select_message {
	width:100%;
	text-align:left;
	font-size: 14px;
	margin:20px 0 10px 0;
}

.classification_search_container {
	width:58%;
	margin:0 auto;
}
.classification_search_results_container {
	position: relative;
	text-align:left;
	width: 100%;
	background-color:white;
	cursor:pointer;
	margin:0 auto;
}
.classification_search_results_absolute {
	position:absolute;
	z-index:9999;
	background-color: white;
	width: 100%;
	max-height:150px;
	overflow-x:hidden;
	overflow-y:auto;
	font-size:9pt;
	top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    box-shadow: 0 0 10px -6px;
}
.classification_search_result_div {
	display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
}

.classification_search_result_div_hover {
   background-color:#57cbf5;
	 color:white;
}
.classification_search_location_div {
	float:left;
	width:33%;
	white-space: nowrap;
	overflow:hidden;
	font-size:9pt;
}
.input_addon {
    position:  relative;
    background: #e6e7e8;
    width: 40px;
    height: 30px;
    color: #57cbf5;
}

.input_addon.left {
	float: left;
	border-radius: 20px 0 0 0;
	border: 1px solid #DDD;
    border-right: none;
}

.input_addon.right {
	float: right;
	border-radius: 0 20px 0 0;
	border: 1px solid #DDD;
    border-left: none;
}

.classification_search_container .input_addon i {
    position: absolute;
    top: 7px;
    left: 15px;
}

#newspaper_search {
	width: calc(100% - 40px);
    height: 30px;
    border: 1px solid #DDD;
	border-left: none;
    background: #F8F8F8;
    position: relative;
    padding: 6px;
}
.classification_select_container {
	opacity:0;
	text-align:center;
	margin:50px 0;
	width: 100%;
	transition: opacity 0.5s;
}

.classification_select_container select {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
}

.classification_select_container .selectricWrapper {
	display: inline-block;
	margin-right:2%;
	text-align: left;
	width:18%;
}

.classification_select_container .selectricWrapper:last-of-type{
	margin-right:0;
}

.classification_select_container .selectric{
	border-radius: 0 20px 0 0;
}

.classification_select_container .selectric .button{
	background:#e6e7e8;
	width: 40px;
	border-radius: 0 20px 0 0;
}

.selectricAbove .selectricItems {
    bottom: unset;
}

.classification_select_container .selectricHover .selectric .button{
	color:#57cbf5;
}

.classification_select_container .selectric .button:after{
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #57cbf5;
	border-bottom: none;
}

.classification_select_container .selectricHover .selectric .button:after{
	border-top-color: #57cbf5;
}

.classification_select_container .selectricItems{
	background:#fff;
	height: auto !important;
}

.classification_select_container .selectricOpen .selectric{
	background:#fff;

}

.classification_select_container .selectricItems li.selected{
	background: #57cbf5;
	color: #fff;
	border-top-color: #57cbf5;
}


.continue_btn{
	display:block;
	margin:50px auto 0;
}

.banner-carousel {
    max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.footer {
	float: left;
	width: 100%;
	clear: both;
    background: #777;
    color: #fff;
    margin-top:  10px;
    padding: 20px;
    text-align:  center;
    font-size: 18px;
}
.footer_logo {
	float:left;
}
.footer_links a {
    color: #fff;
    text-decoration: none;
}

.footer_links {
    margin-bottom: 20px;
}

.footer_links a:hover {
    text-decoration: underline;
}

.owl-carousel.owl-loaded.mobile_ads_container {
	display: none;
}


.password_reset_container {
    width: 100%;
	max-width: 500px;
    margin: 0 auto;
	text-align: left;
}

.terms_container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	padding: 10px;
}


#password_reset {
	width: calc(100% - 40px);
    height: 30px;
    border: 1px solid #DDD;
	border-right: none;
    background: #F8F8F8;
    position: relative;
    padding: 6px;
}

.password_reset_container .input_addon {
	cursor: pointer;
}


.password_reset_container .input_addon i {
    position: absolute;
    top: 7px;
    left: 10px;
}


.input_tip {
    font-size: 10px;
    padding: 5px;
    color: #999;
}

/* Responsive */
@media(max-width:1624px){
	.classification_item{width:17%;}
}
@media(max-width:1024px){
	.classifications_container{text-align:left;}
	.classifications_item_container{width:50%;display:inline-block;vertical-align:top;margin-right:3%;}
	.classification_select_container{display:inline-block;vertical-align:top;width:46%;margin-top:0;}
	.classification_item{width:47%;margin-right:3%;margin-bottom:3%;}
	.classification_item:nth-child(even){margin-right:0;}
	.classification_select_container .selectricWrapper{width:100%;margin:3% 0;}
	.classification_item_type{opacity:1;position:absolute;width:100%;bottom:0;box-shadow:none;margin-top:0;margin-bottom:0;padding:5px 0;font-size:9px;text-align:center;z-index:3;}
	.classification_item.active_classification .classification_item_type {border: 5px solid #57cbf5;border-top: none;}
	.classification_search_location_div{float:none;width:100%;}
	.classification_search_container{width:100%;}
	.classification_item_img.classification_item_img_2 {padding: 5% 10% 35%}
	.classification_item_img img.logo_img {bottom: 17px; padding: 5px;}
}

@media(max-width:800px){
	.owl-carousel.owl-loaded.mobile_ads_container {display: block;}
	.owl-carousel.owl-loaded.desktop_ads_container {display: none;}
	.banner-carousel{max-width:300px;}
}

@media(max-width:768px){
	.classifications_item_container{width:100%;margin-right:0;margin-bottom:6%;}
	.classification_select_container{width:100%;}
	.classification_search_location_div{float:left;width:33%;}
	.classification_search_container{width:100%;}
}

@media(max-width:667px){
	.classification_search_location_div{float:none;width:100%;}
}

@media(max-width:425px){
	.classification_item_img{box-shadow:5px 5px 10px rgba(0,0,0,0.8);}
}

@media(max-width:400px){
	.page_header h1 span{display:block;}
}
