/* # Genesis Child Theme
Theme Name: HomeAdvisor Resource Center Theme
Theme URI: http://www.homeadvisor.com
Description: Custom child thime for genesis
Author: Jay Hostetter
Template: genesis
Template Version: 2.2.2
*/

@import url('css/common.css');

/* shared styles*/
body {
	background: #fff;
}
.site-inner {
	font-family: "Open Sans",'Helvetica Neue',Helvetica,Arial, sans-serif;
}

h1, h2, h3, h4, h5, strong, .l-subnav {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h3 {
	font-size: 19px;
}
hr {
	border-color: #999;
}
.site-inner *{
	box-sizing: border-box;
}
.screen-reader-text{display: none;}
.t-upper {
	text-transform: uppercase;
}
.clearfix {
    display: inherit;
}
.cf:after, .cf:before, .clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
#truncated-header {
	height: 37px;
	border-bottom: 1px solid #d9d7cd;
}
#header-branding-link {
	display:inline-block;
}
.l-hcp-header-nav > li {
    height: 37px;
    line-height: 36px;
}
.l-subnav {
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	/*padding: 15px 0;*/
}
.l-subnav ul {
    margin: 0;
    width: 100%;
}
.l-subnav ul .menu-item {
    display: inline-block;
}
.l-subnav .menu-item-has-children {
	position: relative;
}
.l-subnav .menu > .menu-item:first-child a {
    padding-left: 0;
}
.l-subnav .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: inherit;
    white-space: nowrap;
    border: 1px solid #f2f2f2;
    border-top: none;
}

.l-subnav .sub-menu li:hover{
	background: #f2f2f2;
}
.l-subnav .menu-item-has-children:hover > .sub-menu {
	display: block;
}

.l-subnav .menu-item-has-children > .sub-menu:hover >.sub-menu {
	display: block;
}

.sub-menu .sub-menu {
    position: absolute;
    right: -163px;
    top: 0;
}

.l-subnav .sub-menu .menu-item {
    display: block;
    
}
.l-subnav ul .menu-item a {
	color: #666666;
    padding: 10px 30px;
	display:inline-block;
}
.l-subnav ul.sub-menu a {
	
}
.site-inner .breadcrumb{
    background: rgba(255, 255, 255, 0.85);
    padding: 9px 0;
    position: absolute;
    top: 74px;
    width: 100%;
    box-shadow: inset 0 17px 13px -24px rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.admin-bar #truncated-header {
    margin-top: 32px;
}
.admin-bar .breadcrumb {
    top: 116px;
}
.entry-header {
	background: transparent;
}
.entry-title a{
	color: #3d454a;
	display: inline;
}
.t-button-inset, .t-button-inset:active, .t-button-inset:link, .t-button-inset:visited, .t-button-inset:hover {
	background: #fff;
	border: 2px solid #f7901e;
	border-radius: 2px;
	color: #f7901e;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 20px;
	margin-bottom: 20px;
}
.tool-bg {
	background: url('images/tool-bg.png') repeat #e8ecf0; 
	padding: 40px 0;
}
.t-content-box, .t-newsletter-box, .t-cta-box {
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(100, 100, 100, .3);
	margin-bottom: 12px;
    padding: 10px 5px 5px;
}
.t-content-box strong {
	color: #666;
	font-size: 18px;
	margin: 0 10px;
}
.t-content-box hr {
    margin: 10px 0;
}
.t-content-box ul {
	list-style: none;
	line-height: 1.53;
	margin: 0 10px 10px;
	padding: 0;
	font-size: 14px;
}
.t-newsletter-box {
	background: #5d6f7a;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 14px;
}
.t-newsletter-box h4 {
	font-size: 26px;
	margin: 0;
}
.t-newsletter-box ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;	
}
.t-newsletter-box li {
	padding: 2px 0;
}
.t-newsletter-box input, .t-cta-box input {
	width: 100%;
	display: block;
}
.t-newsletter-box input[type='text'], .t-cta-box input[type='text'] {
    border: medium none;
    border-radius: 2px;
    color: #666;
    margin-bottom: 5px;
    padding: 3px 8px;
    text-align: center;
    width: 100%;
}
.t-cta-box {
	background: url('images/tool-bg.png') repeat #5d6f7a;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 14px;
}
.sidebar .t-cta-box h4 {
	font-size: 15px;
	margin: 0 0;
}
.t-cta-box h4 .large{
	font-size: 24px;
}
.orange-ribbon {
	background: #f7901e;
	color: #fff;
    font-size: 16px;
    padding: 3px;
    text-align: center;
    position: relative;
    width: 160px;
    margin: 5px auto;
}
.orange-ribbon:before, .orange-ribbon:after {
    border-bottom: 14px solid transparent;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 3;
}
.orange-ribbon:before {
	border-left: 10px solid #5d6f7a;
	left:0;
}
.orange-ribbon:after {
	border-right: 10px solid #5d6f7a;
	right: 0;
}
.pagination ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.pagination ul li {
    display:inline-block;
    border: 1px solid #999;
    margin-right: 5px;
    padding: 0 8px;
}
.pagination ul li a, .pagination .pagination-omission{
    font-size: 19px;
    color: #999;
}
.hero-search-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    left: 0;
    margin: 0 auto;
    padding: 40px 60px;
    position: absolute;
    right: 0;
    text-align: center;
}
.responsive-bg {
    background-position: center center;
    background-repeat: no-repeat;
}

/* home page styles */
.home .hero-image {
    height: 381px;
    position: relative;
}

.home .hero-search-container {
    top: 36%;
    width: 780px;
}
.hero-seach-heading {
    background: #5486a3;
    border-bottom: 2px solid #457089;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    left: 0;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: -32px;
    width: 385px;
}
.hero-search-subhead {
	color: #3d454a;
	font-size: 42px;
	margin: 13px 0;
	text-transform: uppercase;
}
.grey-bar {
	background: #3d4549;
	border-bottom: 2px solid #adadad;
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: .8px;
	padding: 15px 0;
	position: relative;
	margin-bottom: 50px;
}
.grey-bar:after {
    bottom: -20px;
    content: " ";
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 30px;
    z-index: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #3d4549;
    height: 0;
    width: 0;
}
.grey-bar:before {
    bottom: -22px;
    content: " ";
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 30px;
    z-index: -1;
    border-left: 42px solid transparent;
    border-right: 42px solid transparent;
    border-top: 21px solid #adadad;
    height: 0;
    width: 0;
}

.home-divider {
	margin: 50px 0;
}

/* archive */
.archive .hero-image {
	border-bottom: 3px solid #adadad;
    height: 430px;
    position: relative;
}
.archive-hero-container {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 46%;
}
.archive-hero-subhead {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    border-radius: 5px;
    color: #3d454a;
    display: inline-block;
    font-size: 42px;
    min-width: 500px;
    padding: 40px 60px 30px;
    text-transform: uppercase;
    margin: 0;
}
.archive-featured {
	margin: 20px 0;
}
.archive-featured h3 {
	margin: 0 0 15px;
	font-size: 21px;
}
.archive-featured h4 {
	font-size: 16px;
	margin: 0;
}
.archive-featured .entry-content {
    line-height: 1.8;
}
.archive .recent-posts {
    margin: 40px;
}
.archive .recent-posts .entry-title, .search .entry-title, .page-template-template-about-author .recent-posts .entry-title {
    font-size: 16px;
    margin:  0 0 5px 0;
}
.archive .recent-posts .entry-content p, .search .entry-content p, .page-template-template-about-author .recent-posts .entry-content p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 0;
}
.archive .recent-posts article > a, .search article > a, .page-template-template-about-author .recent-posts .entry-image-link {
	float: left;
}

.page-template-template-about-author .recent-posts .at-above-post-page {
    display: none;
}

.search article {
    clear: both;
}

.more-link {
	display: block;
}
.archive-pagination {
    clear: both;
}

/* single */
.single-hero-container {
    height: 208px;
    margin-bottom: 20px;
    position: relative;
}
.single-hero-overlay {
	background: rgba(80,87,91,.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.single-hero-heading {
    color: #fff;
    margin-top: 81px;
}
.single-hero-heading .table {
    display: table;
}
.single-hero-title {
    display: table-cell;
    height: 127px;
    vertical-align: middle;
}
.single-hero-heading h1{
    font-size: 28px;
	line-height: 1;
    margin: 0;
}
.single-hero-heading span{
    font-size: 18px;
}
.single article, .page article {
	position: relative;
	margin-bottom: 40px;
}
.single article p, .page article p {
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: 0;
}
.single article img, .page article img {
    max-width: 100%;
    height: auto;
}
.single article, .page article {
	font-size: 14px;
}
.single article iframe, .page article iframe {
    max-width: 100%;
}
.single table, .page table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}
.article a {
	display: inline;
	word-wrap: break-word;
}
.article-cta-clock {
    border-radius: 3px;
    padding: 16px;
	background: url('images/tool-bg.png') repeat transparent; 
	margin-bottom: 14px;
}
.article-cta-clock.centered {
	text-align: center;
}
.article-cta-clock h5 {
    font-size: 14px;
    display: inline-block;
    margin: 0;
    line-height: 32px;
}
.article-cta-clock.centered h5 {
    display: block;
    line-height: inherit;
    margin-bottom: 5px;
}
.article-cta-clock a {
    float: right;
    padding: 5px 35px;
}
.article-cta-clock.centered a {
    float: none;
    display: inline-block;
}

.article-cta-clock.dark {
    background-color: #5d6f7a;
    border: 1px solid #3d4549;
    color: #fff;
}

.article-cta-clock.light {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    color: #666;
}
.sidebar {
    padding-left: 30px;
}
.sidebar > div {
	margin-bottom: 30px;	
}
.sidebar h4 {
    font-size: 20px;
    margin: 0 0 10px;
}
.sidebar img {
    max-width: 100%;
}
.sidebar section {
    margin-bottom: 20px;
}
.sidebar article {
    clear: both;
}
.sidebar .number_list li {
    border: 0 none;
    padding-bottom: 2px;
}
.sidebar .number_list li span {
    color: #333333;
    float: left;
    font-weight: bold;
    margin-left: -18px;
    margin-right: 10px;
}
.sidebar .number_list li a {
    color: #5486a3;
    font-family: "Montserrat",Arial,Helvetica,sans-serif;
    padding-left: 18px;
}
.sidebar .number_list {
    font-size: 13px;
    margin: 0;
    padding-bottom: 0;
    padding-left: 10px;
    list-style: none;
}
.sidebar .widget-aging article h4 a, .sidebar .featured-content article h4 a {
	color: #5486a3;
	font-weight: normal;
}

.related-posts .thumb, .sidebar .widget-aging article > a, .sidebar .featured-content article > a {
    border-radius: 50%;
    display: block;
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
	height: 50px;
    width: 50px;

}
.related-posts .thumb img, .sidebar .widget-aging article img, .sidebar .featured-content article img {
    height: 50px;
    width: 50px;
}
.related-posts .title, .sidebar .widget-aging  article h4, .sidebar .featured-content  article h4 {
    display: block;
    margin-top: 6px;
    font-size: 14px;
}

#comments {
    list-style: none;
    padding-left: 0;
}
#comments .odd {
    background: #f9f9f9;
}
#comments .even {
    background: #f2f2f2;
}
#comments li {
	padding: 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.comment-text p:last-child{
	margin-bottom: 0;
}
.toc {
    background-color: #e5f4f7;
    border: 1px solid #0093b2;
    cursor: pointer;
    margin: 3px 1% 3px 0%;
    width: 22%;
    float: left;
    font-family : 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight : bold;
    font-size : 11px;
    word-wrap : break-word;
    text-align : center;
    padding: 10px;
}


/*forum */
.t-twitter-box {
	background: #8b989f;
	text-align: center;
	padding: 20px;
	color: #fff;
	font-size: 14px;
}

.t-past-box {
	background: #b3be50;
	padding: 20px;
	color: #fff;
	font-size: 14px;
}

.t-past-box a{ 
	color: #5d6f7a;
}

.forum-heading{
	height: 294px;
	background: url('images/forum-bg.png') repeat;
	padding-top: 37px;
}

.forum-heading .single-hero-heading {
	background: #fff;
	text-align: center;
	padding: 20px 0;
}

.forum-heading img {
    height: auto;
    max-width: 525px;
    width: 100%;
}

.event .avatar-wrapper img {
	height: auto;
}

.event .gallery-caption {
	display: none;
}

.event .gallery-item {
    margin: 10px 0 0;
}

.event .gallery-icon img {
    border: none !important;
}

.event .list .item {
    min-height: 360px;
}

.event .list .item .des{
	display: none;
}

.event .twitter a, #bio-cover .twitter a {
    float: left;
    margin-right: 8px;
}

.event .twitter i, #bio-cover .twitter i {
    background: #8b989f;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.event .twitter i.www, #bio-cover .twitter i.www {
	position: relative;
}

.event .twitter i.www:after, #bio-cover .twitter i.www:after {
    content: "www";
    font-size: 12px;
    left: 2px;
    position: absolute;
}

#bio-cover {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 60px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99999;
}
#bio-cover .box {
    background-color: #fff;
    box-shadow: 0 0 15px #404040;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px;
    position: relative;
    text-align: left;
    width: 960px;
}
#bio-cover .photo-box, .forum #bio-cover .text-box {
    padding: 0;
}
#bio-cover .photo-box {
    padding-right: 60px;
}
#bio-cover .photo-box .twitter {
    margin-top: 22px;
    text-align: center;
}
#bio-cover .photo-box img {
    box-shadow: 0 0 5px #404040;
    height: auto;
    width: 100%;
}
#bio-cover .text-box .group {
    margin-left: -30px;
}
#bio-cover .text-box p {
    margin-bottom: 0;
}
#bio-cover .text-box .name {
    color: #abb73d;
    font-size: 18px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
#bio-cover .text-box .job {
    color: #80878c;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
#bio-cover .text-box .des {
    color: #000;
    font-size: 14px;
    line-height: 27px;
}
#bio-cover .box #close-button {
    position: absolute;
    right: 12px;
    top: 10px;
}
#bio-cover .box #close-button i {
    color: #aaaaaa;
    font-size: 30px;
}

.modal-dialog img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.t-button-standard.green:active, .t-button-standard.green:hover, .t-button-standard.green:visited, .t-button-standard.green:link {
	background: #abb73d;
}

/*share this styles*/
.at-above-post.addthis_tool, .at-above-post-page.addthis_tool {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    box-shadow: 0 0 3px #f2f2f2;
    left: -57px;
    padding: 6px;
    position: absolute;
}
.at-above-post.addthis_tool.scrolling, .at-above-post-page.addthis_tool.scrolling {
	position: fixed;
	margin-left: -57px;
	left: inherit;
	top: 20px;
}

.at-below-post.addthis_tool, .at-below-post-page.addthis_tool  {
	display: none;
}

.at-share-btn {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    overflow: hidden;
    display: block !important;
    margin-bottom: 14px !important;
    margin-right: 0 !important;
}

.at-svc-compact {
	margin-bottom: 2px !important;
}

.at-share-btn > .at-icon-wrapper {
    height: 25px !important;
    width: 25px !important;
    background: #5d6f7a !important;
}

.at-share-btn .at-icon-wrapper svg {
	height: 25px !important;
	width: 25px !important;
}

/* costguide widget */
.sidebar .cg-widget-container {
	background: url("https://www.homeadvisor.com/images/consumer/costguide/costguide_bell_small.png") no-repeat scroll center bottom;
	height: 211px;
	position: relative;
    font-family: "Montserrat",Helvetica,"Helvetica Neue",Arial,sans-serif;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-bottom: 30px; /*15px; use 15 when the link is added back in*/
}
.cg-widget-container .average-cost {
	left: 10px;
	position: absolute;
	top: 79px;
	font-size: 14px;
}
.cg-widget-container .range {
	position: absolute;
	top: 150px;
	width: 100%;
}
.cg-widget-container .min-cost {
	font-size: 11px;
	left: 10px;
	top: 10px;
	position: absolute;
}
.cg-widget-container .range-cost {
	font-size: 14px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10px;
}
.cg-widget-container .max-cost {
	font-size: 11px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
.cg-widget-container .heading {
	color: #666;
	text-transform: uppercase;
}
.cg-widget-container .sub-heading {
	color: #666;
	text-transform: uppercase;
	margin-top: 4px;
	font-size: 12px;
}
.cg-widget-container .price {
	color: #62953e;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
.t-cost-button, .t-cost-button:hover, .t-cost-button:link, .t-cost-button:visited {
    border: 1px solid;
    border-radius: 3px;
    color: #62953e;
    display: block;
    margin-bottom: 30px;
    padding: 6px;
    text-align: center;
}


/* calculators */
.calculator-container{
    background: #f8f9fb;
    border: 1px solid #cfcfd1;
    border-radius: 2px 2px 0 0;
    padding: 10px 30px 30px;
    font-family: "Montserrat",Helvetica,"Helvetica Neue",Arial,sans-serif;
}

.calculator-heading {
	border-bottom: 1px solid #cfcfd1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.calculator-heading h3 {
	margin: 0;
}

.calculator-body .row {
    color: #666;
	margin-bottom: 20px;
}

.calculator-body input, .calculator-body select {
	width: 45%;
	display: block;
	float: left;
}

.calculator-body .x {
	width: 10%;
	display: block;
	text-align: center;
	float: left;
}

.calculator-body a {
	width: 100%;
	display: block;
	text-align: center;
}

.calculator-footer {
	background: #f8f9fb;
    border: 1px solid #cfcfd1;
    border-top: none;
    border-radius: 0 0 2px 0;
	font-family: "Montserrat",Helvetica,"Helvetica Neue",Arial,sans-serif;
    padding: 30px;
}

.calculator-footer-row {
	background: #fff;
    border: 1px solid #cfcfd1;
    border-radius: 2px;
    padding: 15px 30px;
    color: #666;
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
}

.calculator-footer-row .answer {
    color: #f6851b;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.calculator-footer-row hr {
    border-color: #cfcfd1;
    margin: 15px -30px;
}

/* author page */
.author .l-subnav, .page-template-template-about-author .l-subnav{
	position: relative;
}

.page-template-template-about-author .site-inner {
	margin-top: 20px;
}

.author-name {
	margin-top: 0;
	font-size: 28px;
}

.author-posts .article {
	margin-bottom: 20px;
}

.author-posts .article img {
    margin: 0 20px 20px 0;
}



/* 404 page*/
.error404 .l-subnav {
    position: relative;
}

/* aging in place */
.page-template-aging-in-place .featuredpost .widget-title.widgettitle {
    font-size: 22px;
}
.page-template-aging-in-place .featuredpost .entry {
    float: left;
    width: 48%;
}

.page-template-aging-in-place .featuredpost .entry:nth-child(even) {
	margin-right: 4%;
}

.page-template-aging-in-place .featuredpost .entry img{
    width: 100%;
}

/* carousel */
.pop-carousel, .pop-carousel *{
	box-sizing: content-box;
}

.pop-carousel {
	margin: 0 auto 30px;
    position: relative;
    width: 890px;
}

.pop-carousel article {
    float: left;
    margin-right: 30px;
    width: 150px;
    text-align: center;
}
.pop-carousel .slides header {
	background: transparent;
}
.pop-carousel .slides h4 {
	margin: 8px 0 0;
}
.pop-carousel .slides a {
    color: #3d454a;
    float: none;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.lg-right-arrow-icon, .lg-left-arrow-icon {
	background: url('images/arrows.png') no-repeat;
	height: 30px;
	width: 17px;
	position: absolute;
	top: 43%;
}
.lg-left-arrow-icon {
    left: -40px;
}
.lg-right-arrow-icon {
    right: -40px;
    background-position: 0 -32px;
}

/*sqft calculator*/
.calculator input {
    margin-bottom: 10px;
}

/* Wordpress stuff */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

@media only screen and (max-width: 400px){
	.archive-featured article > a {
		display: block;
		float: none;
		margin-right: 0;
	}
	.archive-featured img {
		min-width: 100%;
	}
	.archive .recent-posts article > a {
	    display: block;
	    float: none;
	}	
	.archive .recent-posts article > a img {
	    margin: 20px 0 10px 0;
	    min-width: 100%;
	}
	.toc {
		width: 99%;
	}
}

@media only screen and (max-width: 756px){
	.header-bar {
	    border-bottom: 1px solid #ccc;
	}
	#truncated-header li {
	    border: medium none;
	    float: none;
	    text-align: center;
	}
	
	#truncated-header .ha-links, .breadcrumb {
		display: none;	
	}
	.l-subnav {
		position: relative;
	}
	.l-subnav .sub-menu  {
		white-space: inherit;
	}
	.l-subnav li {
	    float: left;
	    margin: 0;
	    text-align: center;
	    width: 50%;
	}
	
	.l-subnav .sub-menu li {
	    width: 100%;
	}

	.l-subnav .sub-menu {
	    z-index: 4;
	   
	}
	
	.l-subnav ul .menu-item a{
		padding: 15px 0;
	}
	.l-subnav ul .menu-item a:first-child(){
		padding-left:;
	}
	
	.home .hero-search-container{
	    position: relative;
	    width: 100%;
	    top: 60px;
	}
	
	.hero-search-subhead {
	    font-size: 32px;
	}
	
	.archive-hero-container {
		top: 80px;
	}
	.archive-hero-subhead {
	    font-size: 32px;
	    width: 100%;
	    min-width: 0;
	}
	.archive .hero-image {
		height: 300px;
	}
	.hero-seach-heading {
		width: 95%;
	}
	#drop-nav {
		width: 100%;
		margin-bottom: 20px;
	}
	.single-hero-container{
		height: inherit;
	}
	.single-hero-overlay {
		position: relative;
	}
	.single-hero-heading {
	    margin: 0;
	    padding: 15px;
	    position: relative;
	}
	.at-above-post.addthis_toolbox, .at-above-post-page.addthis_toolbox {
		display: none;
	}
	.toc {
		width: 49%;
	}
	#bio-cover .text-box .group {
		margin: 0;
	}
	
}

@media only screen and (max-width: 999px) {
	.snap-drawer ul li:first-child {
	    border-top: medium none;
	}

    .home .hp-icons .col{
        margin-top:20px;
    }

    .sub-menu .sub-menu {
		display: none !important;
	}
	.pop-carousel {
	    width: 95%;
	}
	
	.lg-right-arrow-icon{
		right: -15px;
	} 
	.lg-left-arrow-icon{
		left: -15px;
	}
	
	.sidebar{
		padding-left: 0;
	}
	.archive .recent-posts {
		margin: 40px 0;
	}
}