@import url('https://fonts.googleapis.com/css?family=Muli:300,400,700,900&display=swap');

/* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #fff;
	margin: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height: 24px;
	color: #000;
}
html {
	overflow: -moz-scrollbars-vertical!important; 
	overflow-y: scroll!important;
	min-height: 1000px;
}
div > .container {
	padding-top: 25px !important;
}
img, a img {	
	border: 0 none;
	max-width: 100%;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a.anchor-disabled {        
	pointer-events: none;
	cursor: default;
}
a[href^="tel"]{
    color:inherit!important;
    text-decoration:none!important;
}
a, a:link, a:visited {
	color: #184c95;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a.btn-outline-success:link, a.btn-outline-success:visited {
	color: #28a745;
}
a.btn-outline-success:hover {
	color: #fff;
}
a:hover {
	color: #1a61c7;
	text-decoration: underline;
}
h1,
h2,
h3,
h4 {
	margin-bottom : 0;
	margin-top: 0;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size : 68px;
	line-height: 74px;
}
H2 {
	font-size : 24px;
	line-height: 32px;
	font-weight: bold;
}
h3 {
	font-size : 18px;
	line-height: 24px;
	font-weight: bold;
}
h4 {
	font-size : 14px;
	font-weight: bold;
}
hr {
	border: 0px solid #ccc;
	color: #ccc;
	height: 1px;
	background-color: #ccc;
}

/* ------ Grid Column Classes ------ */

/* Example Layout:
*  
*
*	<div class="section group">
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*		<div class="col span_6">
*			Content Goes Here.
*		</div>
*	</div>
*
*
*/

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* GROUPING */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* Grid-Style Div Classes */

.col {
	display: block;
	float: left;
}
.col_padding {
	padding: 5px;
}

/* 
Span classes are all out of 12 columns.
i.e .span_6 = length of 6 columns out of 12, or half width. 
*/

.span_12 {
	width: 100%;
}

.span_11 {
	width: 91.66%;
}

.span_10 {
	width: 83.33%;
}

.span_9 {
	width: 75%;
}

.span_8 {
	width: 66.66%;
}

.span_7 {
	width: 58.33%; 
}

.span_6 {
	width: 50%;
}

.span_5 {
	width: 41.66%; 
}

.span_4 {
	width: 33.33%; 
}

.span_3 {
	width: 25%;
}

.span_2 {
	width: 16.66%; 
}

.span_1 {
	width: 8.33%; 
}


/* -------------------------- Specialty Website Styles -------------------------- */

.pencil {
	width: 16px!important;
	height: 16px!important;
}
.mobile-hide {
	display: inherit;
}
.clearer {
	clear: both;
}
.categories-text {
	font-size: 16px;
	line-height: 24px;
}
.box-categories a:link, 
.box-categories a:visited {
	font-size: 16px;
}
.font-white,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white a,
.font-white a:link,
.font-white a:visited {
	color: #fff;
}
.font-black,
.font-black h1,
.font-black h2,
.font-black h3,
.font-black h4,
.font-black a,
.font-black a:link,
.font-black a:visited {
	color: #000;
}
.font-gray,
.font-gray h1,
.font-gray h2,
.font-gray h3,
.font-gray h4,
.font-gray a,
.font-gray a:link,
.font-gray a:visited {
	color: #5f5f5f;
}


/* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social {
	
}   
.box-social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-facebook:link, .icon-facebook:visited {
	background-image: url(../images/icons/facebook.png);
}
.icon-facebook:hover {
	background-color: #3b579d;
}
.icon-twitter:link, .icon-twitter:visited {
	background-image: url(../images/icons/twitter.png);
}
.icon-twitter:hover {
	background-color: #33ccff;
}
.icon-google-plus:link, .icon-google-plus:visited {
	background-image: url(../images/icons/google-plus.png);
}
.icon-google-plus:hover {
	background-color: #dc4a38;
}
.icon-youtube:link, .icon-youtube:visited {
	background-image: url(../images/icons/youtube.png);
}
.icon-youtube:hover {
	background-color: #cd201f;
}
.icon-pinterest:link, .icon-pinterest:visited {
	background-image: url(../images/icons/pinterest.png);
}
.icon-pinterest:hover {
	background-color: #bd081c;
}
.icon-ebay:link, .icon-ebay:visited {
	background-image: url(../images/icons/ebay.png);
}
.icon-ebay:hover {
	background-color: #0063d1;
}


/* -------------------------- Paddings -------------------------- */

.padding {
	padding: 25px;
}
.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding25 {
	padding: 25px;
}
.padding35 {
	padding: 35px;
}
.padding50 {
	padding: 50px;
}
.padding100 {
	padding: 100px;
}
.padding-center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding-right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

/* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.boxed {
	width: 1050px;
	margin: 0 auto;
}
.bg-body {
	background-color: white;
}
.box-body {

}
.box-left {

}
.box-right {

}
.box-main {
	
}
.box-story-content {
	
}

/* -------------------------- Button Style Classes Go Here -------------------------- */

.btn {
	background-color: #184c95;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	border: none; 
	line-height: normal!important;
	font-style: normal;
	-webkit-appearance: none;
	display: inline-block;
	-webkit-transition: background-color 0.1s ease;
	-moz-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;	
}
.btn:hover {
	background-color: #1a61c7;
	text-decoration: none;
	cursor: pointer;
}


/* -------------------------- Header Style Classes Go Here -------------------------- */

.slicknav_menu,
.js #menu {
	display: none;
}  
.desktop-menu {
	
}
.bg-top {
	
}
.box-top {
	
}
.bg-header {
	
}
.box-header {  
	
}
.bg-menu {
	background-color: #eee;
	position: relative;
}
.box-menu {
	
}
.box-logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
	

/* ------ Search ------ */

.search-label {
	padding-top: 8px;
   font-size: 22px;
   line-height: normal;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.search-container {
    display: block;
    position: fixed;
    top: 0; /* set this to height of header */
    left: 0; /* initially position search container out of view */
    z-index: -9; /* make sure the search is behind all content when inactive */
    width: 100%;
    height: 0%;
    text-align: center;
    font: 16px OpenSansBold, sans-serif;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    transition: .8s;
}
.search-container div{
	padding: 5px;
	color: #fff;
}
.search-container .search-box{
	position: relative;
	top: 25%;
	opacity: 0;
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}
.search-field {
	padding: 10px;
	margin: 0 auto;
	border: none;
	outline: none;
	font-size: 60px;
	color: #000;
	background: #fff;
}
.opensearch {
	z-index: 9999;
}
.opensearch .search-box{   				
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .5s 0s;
	transition: all .3s 0s;
}


/* -------------------------- Footer Style Classes Go Here -------------------------- */

.bg-footer-top {
	background-color: #eee;
}
.bg-footer {

}
.box-footer {
	font-size: 12px;
}
.footer-left {
	
}
.footer-right {
	text-align: right;
}


/* -------------------------- Home Classes Go Here -------------------------- */




/* -------------------------- Parallax & Slideshow Styles -------------------------- */
   
.parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}
.bg-main-banner {
	position: relative;
	width: 100%;
	background-color: #414141;
}


/* -------------------------- Forms -------------------------- */

.box-form .col {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-form .lbl {
	padding-right: 15px;
	font-weight: bold;
}
.box-form .fld input,
.box-form .fld textarea {
	padding: 10px!important;
	box-sizing: border-box;
}



/* -------------------------- Custom Style Classes Go Here -------------------------- */

.tooltip-container {
	position: relative;
	display: inline-block;
	padding-left: 10px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
}
	.tooltip-container .tooltip-text {
		visibility: hidden;
		width: 200px;
		background-color: #28a745;
		color: #fff;
		text-align: center;
		padding: 5px;
		border-radius: 6px;
		position: absolute;
		z-index: 1;
		bottom: 100%;
		left: 50%;
		margin-left: -60px;
	}
.tooltip-container:hover .tooltip-text {
	visibility: visible;
}
/* Agent Login */

.box-form-login {
	border: 1px solid black;
	padding: 50px;
}

.forgot-pw-link {
	text-align: right;
}

.nav-item-green a {
	color: #28a745;
}
.nav-item-green a.active {
	background-color: #28a745 !important;
	color: #fff;
}
.nav-item-green a:hover {
	color: #28a745;
}
.nav-left li {
	text-align: left !important; 
}
.market-buttons-row {
	margin-bottom: 20px;
}
.market-buttons-row div button {
	width: 100%;
	height: 90px;
	margin: 0px;
}

.modal-open {
  overflow: scroll;
}

/*  */

/* -------------------------- 404 Page -------------------------- */

	.four-oh-four {
		text-align: center;
 }
	.four-oh-four h2 {
		font-size: 250px;
		line-height: normal;
 }
	.four-oh-four h3 {
		font-size: 60px;
		line-height: normal;
 }
 

/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}


/* -------------------------- TopAdminBar -------------------------- */

.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	font-size: 14px;
	line-height: 18px;
}
.admin_hdr_bar .col {
	color: #dcdcdc;
	/*padding: 5px;*/
}

.admin_hdr_bar .mr-auto {
	color: #dcdcdc;
	/*padding: 5px;*/
}

.admin_hdr_bar .ml-auto {
	color: #dcdcdc;
	/*padding: 5px;*/
}

.admin-bar-right {
	text-align: right;
}
.admin_hdr_bar a {
	color: #fff;
}

/* -------------------------- TopAdminBar -------------------------- */
