html {height: 100%;}

body {
	margin: 0px;
	padding-top: 0px;
	background-color: #fafafa;
	font-family: 'Arvo', serif; /*default font-family: 'Open Sans', sans-serif;*/
	color: #3a3221;
	font-size: 16px;
	height: 100%;
}

form {
	padding:0px;  margin:0px;
}
	
hr {
	color: #fafafa; background: none; border:none; border-bottom: solid 1px #ccc; height:1px; width:100%; margin:30px 0!important;
}

address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul {
	padding:0px; margin:0px;
}

ul, ol {
	margin-left:24px;
	margin-top: 12px;
	margin:12px 24px;
}

li {
	margin-bottom:8px;
}

fieldset,img{border:0}
strong {}

blockquote {
	display: block;
	background-color: #F0F0F0;
	width: auto;
	margin: 0;
	padding: 45px 30px 25px 30px;
	text-align: center;
	background-image: url(../images/photo-frame.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
}

/**********************************/
/* headers                        */
/**********************************/

h1, h2, h3, h4, h5 {
	margin-bottom: 12px;
	color: #000000;
	font-weight: normal;	
}

h1 {
	font-size: 44px;
        font-family: 'Arvo', serif; /*kice*/
        color: #0e88a6; /*kice*/
        padding-top: 40px; /*kice*/
}

h2 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 16px;
        color: #0e88a6;
}

h3 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 10px;
	color: #d9232c;
}

/* default kice
#small_column .moduletable h3, #small_column .moduletablehomenews h3 {
	color: #737373;
	padding: 0 0 10px 0;
	line-height: 22px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
} */

#small_column .moduletable h3, #small_column .moduletablehomenews h3 {
	color: #1e90ac;
	padding: 10px;
	line-height: 22px;
	font-size:22px;
	margin-bottom: 5px;
	border-bottom: solid 1px #cee9f7;
	margin-top:0;
}

#small_column .moduletablehomenews a {
	
	padding: 30px;
	
}

h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
        color: #0e88a6;
}

h5 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 6px;
	line-height: 24px;
	color: #db313a;
}

h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 6px;
        color: #145a7a;
}

p {
	line-height: 26px;
	margin-bottom: 28px;
}

label {
}

img {max-width:100%!important; height:auto!important;}

/* Links
----------------------------------------------- */
a, a:link, a:visited {color:#bc1921; text-decoration: underline;}

a:hover, a:focus, a:active {color: #000; text-decoration: none;}

#main_content a, #main_content a:link, #main_content a:visited {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}

#main_content a:hover, #main_content a:focus, #main_content a:active {
	
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
}



/**********************************/
/* Layout ID's                    */
/**********************************/

#banner_left {
	float: left;
	width: 370px;
	height: 110px;
	padding-top: 35px;
	
}

#banner_right {
	float: right;
	padding-right: 0px;
	width: 380px;
	padding-top: 25px;
	padding-bottom: 0px;
	text-align: right;
}

#content {
	padding: 0;
}

#copyright_right {text-align:right;}

#feature_container {
	background-color: #eee;
}

#feature {
	padding: 80px 0 70px 0;
}

#feature h1 {
	font-size: 44px;
}

#footer {
	color: #fafafa;
	padding: 0;
}

#footer a:link, #footer a:visited {
	color:#ccc;
}

#footer a:hover {
	color:#fff;
}

#footer h3 {
	color:#fff;
	border-bottom:solid 1px #9C9C9C;
	margin-top:0;
}

#footer p {margin-bottom:0;
	font-size: 14px;}

#footer_left {
}

#footer_right {
	text-align:right;
}

#full_wrapper {
	width: auto;
	background-image: url(../images/top-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	height:201px;	
}

#large_column {
	width:72%;  /*kice defeult 66%*/
	float: left;
	padding:20px 0 0 0;
}


#main_content {
	padding: 0 0 65px 0;
	
}

#mobile_menu {
	display: none;
	top: 252px;
	left: 0px;
	width: 90%;
	float: right;
	position: absolute;
	z-index: 99999;
	background-color: #f05158;
	padding: 5%;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

#mobile_menu_button{
	display: none;
	float:left;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #fdfdfd;
	background-image: url(../images/mobile-menu-button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0px 15px 35px;
	margin-left: 12px;
	text-decoration:none;
}

a#mobile_menu_close_button:link, a#mobile_menu_close_button:visited{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	background-image: url(../images/icon-close.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding: 8px 16px 8px 30px;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	float:right;
	margin-bottom:15px;
}

#small_column {
	width: 24.71153846153846%;
	float: right;
	padding-top: 70px;
}

#small_column .moduletable {
	margin-bottom:20px;
}


#small_column .moduletable, #small_column .moduletablehomenews{
	 border: solid 1px #eaeae9;
	 background-color:#fff;
}

#table_bottom {
	background-color: #0e88a6; /*kice*/

}

#table_copyright {padding:30px 0 0 0;}

#table_middle {
	width: auto;

}

#table_top {

}


#top_nav {
	height: 51px;
	clear: both;
	position: relative;
	z-index: 999;
	background-color: #f05158;  /*kice*/
	background-image: url(../images/first.png);
	background-repeat: no-repeat;
	background-position: left center;

}

#top_wrapper {
	width: auto;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/top-bg.jpg);
	background-repeat-x: initial;
	background-repeat-y: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
}



/**********************************/
/*         Classes                */
/**********************************/

.article-icons {margin:0; padding:0;}
.article-icons li {display:inline-block; list-style:none; padding:0 10px 0 0;}
.article-icons li a{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	background-image: url(../images/icon-email.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.email-icon a {}


.bq-left {
	float: left;
	margin-left: 0;
	margin-top:0 3% 0 0;
	width:40%;
}

.bq-right {
	float: right;
	margin-right: 0;
	margin:0 0 0 3%;
	width:40%;
}

.button {
	padding: 10px 14px;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
	border: none;
	margin: 20px 0;
}


.clearboth {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.columns_wrapper {
	padding: 31px 0 0 0;
}

.feature_row {
	padding: 40px 0px!important;
	
}

.eighteen_points {font-size:18px;}

.fourteen_points{
	font-size:14px;
}

.half_block {
	width:45%;
	margin-right:3%;
	float:left;
	padding:10px 0;
}

.image_right {
	float: right;
	margin:0px 0 30px 50px;

}

.image_left {
	float: left;
	margin:0px 50px 30px 0px;
}

.last_block {
	float:right!important;
	margin-right:0px!important;
}



.primary_color{
	color: #0e88a6;
}

.quarter_block {
	width:18%;
	padding:2%;
	float:left;
	margin-right:3.5%;
}


.secondary_color {
	color: #d9232c;
}

.sixteen_points{
	font-size:16px;
}

.third_block {
	width:30%;
	margin-right:5%;
	float:left;
	padding:0;
}

.two_third_block {
	width:64%;
	float:left;
}

.twelve_points{
	font-size:12px;
}

.wrapper_frame {
	width:1040px;
	margin:0 auto;
}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

a.social_button:link, a.social_button:visited {
	display:inline-block; 
	width:46px; 
	height:45px; 
	background-position:center bottom; 
	background-repeat:no-repeat; 
	text-indent:-999em;
	text-align:left;
}

a.social_button:hover{background-position:center top;}

.facebook{background-image:url(../images/btn-facebook.png);}
.twitter{background-image:url(../images/btn-twitter.png);}
.youtube{background-image:url(../images/btn-youtube.png);}
.pinterest{background-image:url(../images/btn-pinterest.png);}
.instagram{background-image:url(../images/btn-instagram.png);}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

#vnav
{
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	
}

#vnav li {
	margin:0px;
	padding:0px;
	margin-bottom:1px;
}

#vnav a:link, #vnav a:visited {
	display: block;
	padding-left: 8px 15px;
	text-decoration:none;
	border-bottom:solid 1px #eaeaea;
}

#vnav a:hover {
	color:#1b180c;
}

/*****************Media Queries****************/

@media screen and (min-width: 915px) { 
   #mobile_menu_button {display:none!important;}
   #mobile_menu {display:none!important;}
}

@media screen and (max-width: 1060px) {
   .wrapper_frame {width: auto; }
  #footer, #table_middle .wrapper_frame, #table_copyright, #header {padding-right: 18px; padding-left: 18px; width:auto;}
}

@media screen and (max-width: 915px) { 
	.third_block {
	   width:auto;
	   margin-right:0;
	   float:none;
	   text-align:center;
	   margin-bottom:30px;
   }
   
   .third_block.last_block {
	   width:auto;
	   float:none!important;
	   text-align:center;
	   margin-bottom:30px;
   }
   
    #mobile_menu_button {display:block!important;}
	
}

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

	#banner_right .finder {display:none;}
	#banner_right {width:60px; float:none; position:absolute; z-index:99999; right:18px; top:207px; padding:0;}
   
}


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

  
   #small_column {float:none; width:auto; padding:16px 0px;}
   #large_column {width:auto; float:none; padding:2% 0 8% 0;}


	.bq-right, .bq-left {
		float: none;
		margin: 0;
		width:auto;
	}
   
    .no_mobile {display:none;}
	
	
}

@media screen and (max-width: 650px) { /* 630px */

   #banner_left {
		float:none;
		width:auto;
		
	}

   
   .half_block {
		width:auto;
		margin-right:0;
		float:none;
		margin-bottom:0px;
   }
   
   .last_block {float:none!important;}
   
   
   #footer_right, #copyright_right {text-align:left;}
   
   .image_right {float:none; margin-left:0; margin-bottom:20px; display:block;}
   .image_left {float:none; margin-right:0; margin-bottom:20px; display:block;}
   
  

}

@media screen and (max-width: 500px) { 
	.two_third_block {
		width:auto;
		float:none;
	}
	
	#footer_left, #footer_right {
		float: none;
		width: auto;
	}
	
	
	
}

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

	#banner_left {padding-left:0px;}

}
