@import url(////fonts.googleapis.com/css?family=Karla:400,700,400italic|Roboto:400,300,700,400italic,500);

/*--------------------*/
/*--------------------*/
/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/*--------------------*/
/*--------------------*/


/* BODY */

body {
	margin: 0;
	background: #333;
}
body, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.4;		

}
@media (max-width:767px) {
	body {
		padding: 0;
	}
}


/* GENERAL LINKS */

a:link, a:visited, a:active{
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.btn,
.btn:link,.btn:visited{
    background-color: #909A34;}
.btn:active {
    font-family: 'Karla', sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 11px 20px;
	color: #FFF;
	border: none;
	background-color: #333;
}
.btn:hover {
	color: #FFF;
	border: none;
	background-color: #999;
}


/* TITLES & HEADERS */

h1 {
    font-family: 'Georgia', serif;
    font-weight: 400;
	font-size: 28px;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	line-height: 1;
	letter-spacing: 1px;
	color: #333;
	margin: 0 0 0 0;
}
h2 {
    font-family: 'Georgia', serif;
	color: #444;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: none;
}
h3 {
    font-family: 'Roboto', sans-serif;
	color: #222;
	text-transform: none;
	font-size: 14px;
}
h4 {
    font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	color: #222;
}



/*STANDARD CMS STYLING CLASSES */


/* on sites with a non-white background it's often nice to use white or a lighter version of the background for these main containers. adds a sense of poolish */

.container_bg_color  {
	background-color: #FFF;
}

/* this color is used for header bars and date boxes and must be dark enough to read reversed text in */

.accent_bg_color {
	background-color: #333;
}

/* this font should be the more dominant one in the design and must be legible at small sizes. It's best not to add a weight since it's used in a wide variety of ways */

.primary_font,
.primary_font p {
    font-family: 'Roboto', sans-serif;
}

/* if you don't want to include an accent font you can restate the body html fonts here. otherwise you can reusue the primary font or a font with some extra interest. serif fonts are particularly nice for this class.  */

.accent_font,
.accent_font p {
    font-family: 'Roboto', sans-serif;
}
.content_heading p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
	font-weight:  300 !important;
	font-style: italic;
	letter-spacing: 0px !important;
	text-transform: none !important;
	color: #333333;	
    margin-top: 10px;
    padding-bottom: 25px;
	margin-bottom: 0;
	border-bottom: 1px solid #DDD;
}
.content_sub_heading p {
	font-family: 'Karla', sans-serif;
	font-style: normal !important;
	font-size: 11px !important;
	text-transform: none;
	letter-spacing: 1px;
    padding-bottom: 45px;
	margin-bottom: 40px;
}
.content_quote p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    font-style: italic;
	color: #999999 !important;
	margin-top: 10px;
	line-height: 1.5 !important;
}




/*CMS DEFAULT DESIGN OVER RIDES*/

._articles .category_bar,
._forums .thread.category_bar,
._resources .category_bar,
._faq .color_bar,
._calendar .scope_container {
	background-image: none !important;
}
._articles .category_bar h2,
._forums .thread.category_bar h2,
._resources .category_bar h2 {
	font-size: 15px !important;
	text-transform: uppercase !important;
}
._news h2 {
	font-family: 'Karla', sans-serif !important;
	font-size: 14px !important;
	letter-spacing: 2px;
}
._calendar .scope_container h2 {
	font-family: 'Karla', sans-serif !important;
	font-size: 16px !important;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	line-height: 2;
}
._blog .blog_title {
	font-family: 'Karla', sans-serif;
	font-size: 22px !important;
	text-transform: uppercase;
}
._blog .blog_content p {
	font-size: 14px !important;
}
._faq .faq_question {
	font-family: 'Karla', sans-serif;
	font-size: 20px !important;
	margin-top: 12px !important;
}
._communities h2.communities_title {
	font-size: 16px !important;
	letter-spacing: 1px;
}



/* SOCIAL MEDIA */

.social_media {
	padding: 0;
	margin-top: 6px;
}
.social_media ul {
	margin: 0 auto;
	padding: 0;
	display: table;
}

.social_media ul li {
	float: left;
	list-style: none;
	margin: 0 0 6px 6px;
	padding: 0 0 0 12px;
	display: block;
	background: url('../../../templates/sencha/site/images/social_slash.png') no-repeat;
}
.social_media ul li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}
.social_media_label {
    font-family: 'Karla', sans-serif;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #111;
	padding-right: 16px;
}
.social_media a {
	height: 12px;
	display: block;
}
.social_media a:hover {
    opacity: .6;
	text-decoration: none;
}
.social_media .google_plus a {
  	width: 25px;
  	height: 25px;
 	margin-top: -6px;
	background: url('../../../287651-custom.png') no-repeat;
}
.social_media .facebook a {
    width: 25px;
  	height: 25px;
   	margin-top: -6px;
	background: url('../../../287650-custom.png') no-repeat left;
}
.social_media .twitter a {
    width: 25px;
  	height: 25px;
   	margin-top: -6px;
	background: url('../../../287653-custom.png') no-repeat left;
}
.social_media .linkedin a {
    width: 25px;
  	height: 25px;
   	margin-top: -6px;
	background: url('../../../287652-custom.png') no-repeat left;
}
.social_media .pinterest a {
    width: 10px;
    background: url('../../../templates/sencha/site/images/buttons/social_media_333.png') no-repeat left -199px;
}
.social_media .youtube a {
    width: 12px;
    background: url('../../../templates/sencha/site/images/buttons/social_media_333.png') no-repeat left -250px;
}
@media (max-width:767px) {

}


/* MOBILE MENU DRAWER */


#nav_drawer {
	opacity: .95;
	background: #333 !important;
}
#nav_pull {
	top: 10px !important;
	background-image: url('../images/buttons/b_nav_pull_light.png') !important;
}
#nav_drawer_close {
	background-image: url('../images/buttons/b_nav_close_light.png') !important;
}
.links_drawer_toggle_1 a:link,
.links_drawer_toggle_1 a:visited,
.links_drawer_toggle_1 a:hover {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	color: #AAA;
	letter-spacing: normal;
}
.links_main_toggle_1 a:hover,
.links_drawer_toggle_1 a:hover {
	color: #FFF;
}
.links_drawer_toggle_2 a:link,
.links_drawer_toggle_2 a:visited,
.links_drawer_toggle_2 a:active {
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
	color: #888;
	display: block;
	padding-right: 30px;
	background: url('http://www.kerwinassociates.com/content/site/images/double_arrow_charcoal.png') no-repeat right 5px;
}
.links_drawer_toggle_2,
.links_drawer_toggle_3,
.links_drawer_toggle_4  {
	padding: 9px 0;
}
.links_drawer_toggle_2 a:hover {
	color: #CCC;
	display: table;
}
.links_drawer_toggle_3 a:link,
.links_drawer_toggle_3 a:visited,
.links_drawer_toggle_3 a:active,
.links_drawer_toggle_4 a:link,
.links_drawer_toggle_4 a:visited,
.links_drawer_toggle_4 a:active {
	text-transform: uppercase;
	font-size: 11px;
	color: #CCC;
}
.links_drawer_toggle_3 a:hover,
.links_drawer_toggle_4 a:hover {
	color: #FFF;
}



/* HOME & SHELL HEADER AREA*/



#header {
	background: #FFF;
}
.main_links_bg {
	background: #52545D;
	padding: 10px 0 12px 0;
}
.main_links_container {
	max-width: 1180px;
	padding: 0 30px;
	margin: 0 auto;
}
#main_links ul {
	margin: 0;
	padding: 0;
}
#main_links ul li{
	list-style: none;
	padding-left: 25px;
	float: ;
  	display: inline-block;
  	margin: 25px 0;
}
#main_links ul li:first-child {
	padding-left: 0;
}
.links_main_toggle_1 {
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-family: 'Karla', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #AAA;
	letter-spacing: normal;
}
.links_main_toggle_1 a:hover {
	color: #FFF;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:hover, .links_main_active_1 a:active {
	color: #FFF;
	font-weight: 700;
}
.b_small_media_menu {
	margin: 3px 20px 0 0;
	display: none;
	width: 22px;
	height: 14px;
	opacity: .7;
	background: url('../../../templates/sencha/site/images/buttons/b_small_media_menu.png') no-repeat;
	background-size: 22px;
}
.b_small_media_menu:hover {
	opacity: 1;
}
.header_delimiter {
	padding-right: 12px;
	margin-right: 12px;
	border-right: 1px solid #BBB;
}
#upper_bar_email {
    float: right;
}
#upper_bar_email a {
	font-family: 'Karla', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AAA;
    visibility:hidden; /*requested via client*/
}
#upper_bar_email a:hover {
	color: #FFF;
}
.accounts ul {
	float: right;
	padding: 0;
	margin: 3px 0 0 0;
}
.accounts ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.accounts ul li a {
	font-family: 'Karla', sans-serif;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #AAA;
}
.accounts ul li a:hover {
	color: #FFF;
}
.logo_social_container {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 30px 20px 30px;
}
#social {
	float:right;
    padding: 32px 0px 0px 0px;
}
#site_name_element {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    line-height: 1;
    color: #333;
    cursor: pointer;
    display: block;
    letter-spacing: 4px;
}
#image_logo {
	float: left;
	margin-right: 30px;
}
#image_logo img{
	max-width: 170px;
	max-height: 68px;
}
#image_logo a {
	display: block;
}
#main_bg {
	background: #FFF;
}
#main_frame {
	max-width: 980px;
	margin: 0 auto;
	z-index: 200;
}
#main_frame_padding {
	padding: 0 30px 35px 30px;
	margin: 0 auto;
	background: #FFF;
	max-width: 1234px;
}
@media (max-width:767px) {
	#upper_bar_email,
	.accounts ul  {
	    float: none;
	}
	#main_links_anchor {
		position: relative;
	}
	.main_links_container {
		padding: 0 20px;
	}
	.main_links_bg {
		padding: 10px 0 10px 0;
	}
	#main_links {
		position: absolute;
		top: 30px;
		left: 20px;
	    display: block;
		opacity: 0;
	    height: 0;
	    margin-top: 0;
	    z-index: 10;
	}
	#main_links ul {
	    padding: 20px 0;
	    background: #333;
	    opacity: .9;
	    min-width: 140px;
	}
	#main_links ul li,
	#main_links ul li:first-child {
		float: none;
		padding: 4px 25px;
	}
	.b_small_media_menu {
		display: table;
	}
	#site_name_element,
	#image_logo {
		float: none;
		margin: 0;
		text-align: center;
	}
	#main_frame_padding {
		padding: 0 20px 55px 20px;
	}
}


/* HOME */

#slogan {
	font-family: 'Georgia', serif;
	font-weight: 400;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	letter-spacing: 1px;
	color: #52545D;
	text-align: center;
	margin: 30px 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#home_slideshow {
	position: relative;
	margin: 0 -1px;
}
#home_slideshow img {
	width: 100%;
}
@media (max-width:767px) {
}


/* SHELL */


#shell_image_container {
	margin-bottom: 45px;
}
#shell_image img {
	width: 100%;
}
#no_image_shell_divider {
	height: 12px;
	padding-top: 10px;
	margin: 0 40px 60px 40px;
	border-top: 1px solid #BBB;
}
#shell_content_container {
	padding-top: 30px;
	border-top: 1px solid #DDD;
}
.shell_column_gutter {
	margin-left: 6%;
}
h1.page_title {
	padding-bottom: 30px;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #DDD;
}
.st_image h1.page_title,
._no_image_shell h1.page_title {
	padding-bottom: 60px;
	margin-bottom: 0;
	border-bottom: none;
}
.section_name {
    font-family: 'roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-transform: none;
	color: #222;
	line-height: 1.1;
	letter-spacing: 1px;
	background: url('http://www.kerwinassociates.com/templates/sencha/site/images/dotted_line_h.png') repeat-x left bottom;
	padding: 3px 0 26px 0;
	margin-bottom: 23px;
}
#shell_content_body {
	max-width: 720px;
	margin: 0 auto 40px auto;
}
.ct_properties_details #shell_content_body {
	max-width: inherit;
	margin: 45px 30px 0 30px;
}
.ct_portfolio_details #shell_content_body ,
.ct_portfolio_details #shell_content_body {
    max-width: inherit;
    margin: 0 30px 0 30px;
}

.ct_properties_details h1 {
	margin: 5px 0;
	padding: 0;
    font-size: 42px !important;
}
.separator_row {
	text-transform: uppercase;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar_border {
	padding-top: 45px;
	margin-top: 45px;
	border-top: 1px solid #DDD;
}
#sidelinks {
	margin-bottom: 25px;
}
#shell_left_column .custom_contact {
	padding: 28px;
}
.links_toggle_1 {
	padding: 9px 0;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
    font-family: 'Karla', sans-serif;
	font-weight: normal;
	color: #666;
	display: block;
	padding-right: 30px;
	background: url('../../../templates/sencha/site/images/double_arrow_charcoal.png') no-repeat right 5px;
}

.links_toggle_1 a:hover {
	color: #222;
	display: table;
}
.links_expand_1 {
	height: auto;
	margin: 10px 0;
}
.links_toggle_2 {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	padding: 3px 0px 3px 20px;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-size: 10px;
	color: #909A34;
	text-decoration: none;
}
.links_toggle_2 a:hover {
	color: #999;
}
.links_expand_2 {
	margin: 10px 0;
}
.links_toggle_3 {
	font-weight: normal;
    font-family: 'Karla', sans-serif;
	font-size: 11px;
	padding: 3px 0px 3px 20px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #666;
}
.links_toggle_3 a:hover {
	color: #000;
}
.links_expand_3 {
	height: auto;
}
#gutensite_go {
    width: 158px;
    height: 158px;
    display: table;
    margin: 30px 0;
}
#gutensite_go a {
    width: 158px;
    height: 158px;
    display: block;
    background: url('../../../templates/sencha/site/images/buttons/gutensite_ad.jpg')no-repeat;
}
#gutensite_go a:hover {
    background: url('../../../templates/sencha/site/images/buttons/gutensite_ad.jpg')no-repeat left bottom;
}
@media (max-width:767px){
	#shell_content_container .span3 {
		min-height: 0;
	}
	#sidelinks {
		margin: 0;
		padding: 0;
	}
	#shell_links {
		margin-left: 0;
	}
	#shell_left_column {
		margin: 0 auto 50px auto;
	}
	.shell_column_gutter {
		margin-left: 0;
	}

}
@media (max-width:600px) {
    #shell_content_container {
        padding-top: 30px;
    }
    h1.page_title {
        padding-bottom: 25px;
        margin: 0 0 25px 0;
    }
}

/* FOOTER */


.delimiter {
	padding: 0 4px;
}
#footer_bg {
	background: #52545D;
}
#footer_site_map {
	max-width: 980px;
	margin: 0 auto;
	padding: 15px 15px;
}
#footer_site_map .sitemap_menu {
	float: left;
	color: #6C6C6C;
	line-height: 1.2;
	margin: 15px 0 15px 0;
	padding: 0;
}
#footer_site_map .sitemap_menu li {
	list-style: none;
	margin: 0px 0 5px 30px;
	padding: 0;
	text-align: center;
}
#footer_site_map .sitemap_menu:first-child li {
	margin-left: 0;
}
#footer_site_map .sitemap_menu li a {
    font-family: 'Karla', sans-serif;
	color: #AAA;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
}
#footer_site_map .sitemap_menu li a:hover {
	color: #FFF;
}
#footer_site_map .sitemap_menu li.sitemap_heading {
    font-family: 'Karla', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #AAA;
}
#footer_site_map .sitemap_menu li.sitemap_heading a {
	color: #AAA;
}
#footer_site_map .sitemap_menu li.sitemap_heading a:hover {
	color: #FFF;
}
#footer_leverage_container {
	padding: 25px 30px;
	text-align: center;
	background: #44464E
}
#footer_leverage_area {
	display: table;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#footer_leverage_area .footer_slogan {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-family: Karla, sans-serif;
	font-size: 19px;
	color: #f0f0f0;
}
#footer_leverage_area .footer_slogan .slash {
	position: relative;
	top: 5px;
	line-height: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 30px;
}
#footer_leverage_area .leverage_logo {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#footer_leverage_area .leverage_logo img{
	max-width: 170px;
}
#footer_info_bg {
	padding: 25px 0;
	background: #35373E;
}
#footer_info_container  {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 30px;
}
.footer_info {
	margin: 0;
}
.footer_container .outter_social {
    float: left;
}
.footer_container .social_media {
    margin: 0 0 56px 0;
}
.footer_container .leverage_logo {
    clear: left;
  	margin-bottom: 10px;
}
.footer_container .leverage_logo img {
    max-width: 150px;
}
.apr_logo {
	width: 104px;
	float: left;
	margin: 0 30px 30px 0;
}
.footer {
    font-family: 'Karla', sans-serif;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.9;
}
.footer a:link, .footer a:visited, footer a:active {
	color: #666;
}
.footer a:hover {
	color: #000;
}
.gutensite_logo_container.small_media_only {
	display: none !important;
}
.gutensite_logo_container.large_media_only {
	float: right;
	width: 200px;
}
.footer_logo {
	float: right;
	width: 42px;
	opacity: .3;
	margin-left: 12px;
}
.footer_logo:hover {
	opacity: .8;
}
.footer_credit {
	text-align: right;
	padding: 10px 0 0 0;
}
.footer_credit a{
    font-family: 'Karla', sans-serif;
    font-weight: 400;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}
.footer_credit a:hover{
	color: #999999;
}
/*@media (min-width:768px){
  	/*.footer_container .outter_social {
      	float: none;
    }
    .footer_container .social_media {
		float: left;
    }
  	.footer_container .leverage_logo {
      	clear: none;
    }
}*/
@media (max-width:859px){
	.footer_container .social_media {
		margin: 0;
	}
  	.footer_contact {
		clear: left;
	}
}

@media (max-width:767px){
	#footer_leverage_container {
		padding: 12px 30px;
	}
	#footer_leverage_area .leverage_item {
		display: block;
		padding: 7px 0;
		text-align: center;
		font-size: 16px;
	}
	#footer_info_container {
		padding: 0 0 50px 0;
		margin-bottom: 0;
	}
	#footer_info_container {
		background: none;
		margin-top: 0;
		padding: 0 30px 0 30px;
	}

    .footer_container .social_media ul {
		margin: 0 auto 10px auto;
    }
	.footer, .footer_credit a {
		text-align: center;
		padding: 0;
		float: none;
	}
	.footer_credit {
		float: none;
		width: inherit;
		padding: 20px 0 0 0;
	}
	.gutensite_logo_container.large_media_only {
		display: none !important;
	}
	.gutensite_logo_container.small_media_only {
		display: block !important;
		float: none;
		padding-top: 40px;
		margin: 40px 0;
		text-align: center;
		width: inherit;
		border-top: 1px solid #222;
	}
	.footer_logo {
		float: none;
		margin: 0 auto;
		display: table;
		text-align: center;
	}
	.footer_credit {
		text-align: center;
	}
	#footer_site_map .sitemap_menu {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 220px !important;
	}
	#footer_site_map .sitemap_menu li {
		margin: 0 0 10px 0;
	}
	#footer_site_map .sitemap_menu li a{
		font-size: 13px;
	}
	#footer_site_map .sitemap_menu li.sitemap_heading {
		color: #CCC;
		font-size: 14px;
	    margin-top: 55px;
	}
}