/*
Theme Name: Harris Sheldon Theme
Description: Concrete5 theme for Harris Sheldon website.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/*-----------------------------------------------------------------------------------*/
/*	Reset default browser CSS.
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	Based on work by Eric Meyer and html5doctor.com
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/*	Remember to define focus styles!
/*-----------------------------------------------------------------------------------*/

:focus {
	outline: 0;
}

body {
	background: #FFF;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Tables still need 'cellspacing="0"' in the markup
/*-----------------------------------------------------------------------------------*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

img {
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*	Headings
/*-----------------------------------------------------------------------------------*/

hr {
	background-color: #ffffff;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*-----------------------------------------------------------------------------------*/
/*	Text elements
/*-----------------------------------------------------------------------------------*/

p {
	font-size: 16px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 2.5em;
}

ul {
	list-style: disc;
	font-size: 14px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

i.icon {
	color: #525261;
}

blockquote {
	margin: 0 20px;
	padding: 0 10px;
	border-left: 5px solid #ffffff;
}

blockquote em, blockquote i, blockquote cite, blockquote p {
	font-style: normal;
	font-size: 18px;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}

code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

textarea {
	padding: 5px 10px;
	width: 98%;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a {
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:visited {
	color: #525261;
} 

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


/*-----------------------------------------------------------------------------------*/
/*	Text meant only for screen readers
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/*-----------------------------------------------------------------------------------*/
/*	Structure
/*-----------------------------------------------------------------------------------*/

#wrapper{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	width: 100%;
}

.swp-breadcrumbs{color: #FFF}

/* ----- Header ----- */

.btn-hs {
    background-image: linear-gradient(to bottom, #525261 0px, #525261 100%);
    background-repeat: repeat-x;
    border-color: #525261;
	color:#FFF !important;
}
.btn-hs:hover, .btn-hs:focus {
    background-color: #525261;
	color:#FFF !important;
}
.btn-hs:active, .btn-hs.active {
    background-color: #525261;
    border-color: #525261;
	color:#FFF !important;
}
.btn-hs:disabled, .btn-hs[disabled] {
    background-color: #ccc;
    background-image: none;
}
#header{
	background-color: #525261;
	color: #FFF;
	text-align: center;
}
#header h1#logo {
	font-size: 30px;
	padding: 50px 0;
	margin: 0;
	line-height: 0.5;
}
#header h1#logo a span {
	display: inline-block;
	position: relative;  
}
#header h1#logo a span:before,
#header h1#logo a span:after {
	border-top: 2px solid white;
    content: "";
    position: absolute;
    top: 6px;
    width: 60%;
}
#header h1#logo a span:before {
	right: 100%;
	margin-right: 15px;
}
#header h1#logo a span:after {
	left: 100%;
	margin-left: 15px;
}
#header h1#logo a, #header h1#logo a:hover, #header h1#logo a:focus {
	color: #FFF;
	text-decoration: none;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
#nav {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 0;
    box-shadow: none;
	margin-bottom: 0;
}
#nav .navbar-nav a {
	border-radius: 0;
	color: #525261;
	font-size: 20px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 20px 25px;
}
#nav .navbar-nav a:hover {
	color: #FFF;
	background-color: #525261;
}
#nav .navbar-nav > .active > a {
    background-image: none;
	background-color: #525261;
    box-shadow: none;
	border: 0px;
	color: #FFF;
}
#nav .navbar-nav > .open > a, #nav .navbar-nav > .open > a:hover, #nav .navbar-nav > .open > a:focus {
    background-color: #525261;
    color: #FFF;
}
#nav .caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #525261;
    display: inline-block;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    width: 0;
}
#nav .dropdown-menu > li > a:hover, #nav .dropdown-menu > li > a:focus {
    background-color: transparent;
	background-image: none;
    color: #525261;
    text-decoration: none;
}
#nav .dropdown-menu > .active > a, #nav .dropdown-menu > .active > a:hover, #nav .dropdown-menu > .active > a:focus {
    background-color: #FFF;
	color:#525261;
    background-image: none;
}
#main-navbar-collapse .pull-right img{display: block}

#header_banner {
	margin-bottom: 20px;
}
#header_banner img {
	max-width: 100%;
}
#header_banner p{
	margin:0;
}
.swp-breadcrumbs{
	background-color: #eaeaea;
}
#header_banner img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}

.home {
	text-align: center;
	margin-bottom: 20px;
}
.home h2 {
	color: #31313f;
	font-size: 30px;
	padding: 20px 0 30px;
	margin: 0;
	text-transform: uppercase;
	line-height: 0.5;
}
.home h2 span, .home h3 span {
	display: inline-block;
	position: relative;  
}
.home h2 span:before, .home h2 span:after, .home h3 span:before, .home h3 span:after {
	border-top: 2px solid #31313f;
    content: "";
    position: absolute;
    top: 6px;
    width: 25%;
}
.home h2 span:before, .home h3 span:before {
	right: 100%;
	margin-right: 15px;
}
.home h2 span:after, .home h3 span:after {
	left: 100%;
	margin-left: 15px;
}
.home h3 {
	color: #31313f;
	font-size: 25px;
	padding: 10px 0 25px;
	margin: 0;
	text-transform: uppercase;
	line-height: 0.5;
}
.home h3 span:before, .home h3 span:after {
    width: 100%;
}
.home p {
	color: #525261;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	margin-top: 10px;
}
.our_areas h4 {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.5;
	padding-top: 10px;
}
.our_areas h4 span {
	display: inline-block;
	position: relative;  
}
.our_areas h4 span:before,
.our_areas h4 span:after {
	border-top: 2px solid #31313f;
    content: "";
    position: absolute;
    top: 4px;
    width: 35%;
}
.our_areas h4 span:before {
	right: 100%;
	margin-right: 15px;
}
.our_areas h4 span:after {
	left: 100%;
	margin-left: 15px;
}
.our_areas p {
	color: #31313f;
	font-size: 16px;
	margin-bottom: 10px;
}
.our_areas a.more {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #31313f;
	display: table;
	margin: 0 auto 10px;
}
.our_areas a.more:hover {
	text-decoration: underline;
}

/* Sub Navigation */
.hs_sidebar ul.nav, .hs_sidebar ul.nav ul, .hs_sidebar ul.archived_list {
	margin: 0 0 2em;
	padding: 0;
	list-style: none;
	background-color: #d0d0d0;
}
.hs_sidebar ul.nav li, .hs_sidebar ul.archived_list li {
    padding: 0;
}
.hs_sidebar ul.nav li a, .hs_sidebar ul.archived_list li a {
	color: #525261;
    text-decoration: none;
    display: block;
    padding: 9px 12px;
    border-left: 4px solid #525261;
	border-bottom: 1px dashed transparent;
}
.hs_sidebar ul.nav li a:before, .hs_sidebar ul.archived_list li a:before {
	content: "\00BB";
    display: inline-block;
    font-size: 18px;
    padding-right: 8px;
}
.hs_sidebar ul.nav li a:hover, .hs_sidebar ul.nav li a.nav-selected, .hs_sidebar ul.nav li a.nav-path-selected {
	background: rgba(82, 82, 97, 0.75) !important;
    color: #FFF !important;
	border-bottom: 1px dashed #eee;
}
.hs_sidebar ul.nav li a.nav-selected, .hs_sidebar ul.nav li a.nav-path-selected {
	font-weight: 500;
}
.hs_sidebar ul.nav li li {
	border-bottom:none!important;
	color:#777;
	font-size:0.85em;
	text-transform:none;
}
.hs_sidebar ul.nav li ul {
	margin:0.5em 1em;
}
.hs_sidebar ul.nav li li a {
	background:none;
	padding:0!important;
	border:none;
}
.hs_sidebar ul.nav li li a:hover, .hs_sidebar ul.nav li li a.nav-selected, .hs_sidebar ul.nav li li a.nav-path-selected {
	background:none!important;
}


.hs_sidebar .hs_form {
	background-color: #f7f7f7;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

footer #footer_top {
	background-color: #525261;
	padding: 20px 0;
	color: #FFF;
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}
footer #footer_top p {
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}
footer #footer_top h3 {margin: 0; padding-bottom: 15px;}
footer #footer_top h3.logo a {
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: 26px;
	margin: 0;
}
footer #footer_top h3.logo a span {
	display: inline-block;
	position: relative;  
}
footer #footer_top h3.logo a span:before,
footer #footer_top h3.logo a span:after {
	border-top: 1px solid white;
    content: "";
    position: absolute;
    top: 13px;
    width: 60%;
}
footer #footer_top h3.logo a span:before {
	right: 100%;
	margin-right: 15px;
}
footer #footer_top h3.logo a span:after {
	left: 100%;
	margin-left: 15px;
}
footer #footer_top .address {
	margin-top: 20px;
	font-size: 18px;
}
footer #footer_top .address a {
	color: #FFF;
}
footer #footer_top .copyright {
	color: #FFF;
	margin-top: 10px;
	font-size: 14px;
}

.navbar-toggle {
    border: 1px solid #525261;
}
.navbar-toggle .icon-bar {
	background: #525261;
}

/* ----- Media queries ----- */
@media (max-width: 480px) {
	#ccm-page-controls-wrapper{display:none !important}
	h1 { font-size: 22px; }
	h2 { font-size: 20px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	h6 { font-size: 12px; }
	p { font-size: 14px; margin-bottom: 1em}
	#header h1#logo {font-size: 24px; line-height: 34px; margin: 0; padding: 25px 0;}
	#header h1#logo a span::before, #header h1#logo a span::after {border-top: 0; content: "";}
	.home h2 {
		font-size: 20px;
		line-height: 26px;
		padding: 0 0 10px;
	}
	.home h3 {
		font-size: 18px;
		line-height: 22px;
		padding: 0 0 10px;
	}
	.home h2 span::before, .home h2 span::after, .home h3 span::before, .home h3 span::after {
		border: 0;
	}
	.home h2 span::before, .home h3 span::before, .home h2 span::after, .home h3 span::after {
		margin-right: 10px;
	}
	.home p { font-size: 14px; line-height: 22px; text-align: justify}
	.our_areas {margin-bottom: 30px}
	.our_areas h4 {font-size: 16px}
	.our_areas h4 span::before, .our_areas h4 span::after {margin-right: 10px;}
	.our_areas h4 span::before, .our_areas h4 span::after {
		border-top: 1px solid #31313f;
		top: 4px;
		width: 10%;
	}
	.nav-pills > li {
    	float: none;
		margin-left: 0 !important;
	}
	#nav .navbar-nav a {
		margin-right: 0;
		font-size: 16px;
		padding: 15px 25px;
	}
	footer #footer_top h3.logo a span::before, footer #footer_top h3.logo a span::after {border: 0}
	footer #footer_top h3 {text-align: center !important}
	footer #footer_bottom .social, footer #footer_bottom .copyright {text-align: center;}
	footer #footer_top p {margin-bottom: 20px}
	ul.footer_nav li {text-align: left; width: 50%;}
	ul.footer_nav li a {font-size: 14px; padding: 4px 5px;}
	.default-flex .flex-caption {text-align: center !important}
	.default-flex .flex-caption h3 {font-size: 15px !important; padding: 10px !important; color: #525261 !important;}
	.default-flex .flex-caption a.more {font-size: 12px !important; margin-top: 6px !important;}
	.default-flex .flex-control-nav {position: static !important;}
}
@media (min-width: 481px) and (max-width: 767px) {
	.default-flex .flex-caption h3 {font-size: 16px !important;}
	.default-flex .flex-caption a.more {background-color: #fff !important; border: 2px solid #525261 !important; color: #525261 !important; font-size: 13px !important; margin-top: 6px !important;}
	.default-flex .flex-control-nav {position: static !important;}
}
@media (min-width: 768px) and (max-width: 980px) {
	#header h1#logo {font-size: 26px; line-height: 34px; margin: 0; padding: 25px 0;}
	#header h1#logo a span::before, #header h1#logo a span::after {top: 16px; width: 25%;}
	.navbar-nav {
		float: none;
		display: table;
		text-align: center;
	}
	#main-navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	#nav .navbar-nav > li {
		float: none;
		display: inline-block;
	}
	#nav .navbar-nav a {
		font-size: 14px;
		margin-right: 0;
		padding: 12px 15px;
	}
	.navbar {
   		 min-height: 45px;
	}
	.home h2 {font-size: 24px; line-height: 26px; padding: 15px 0;}
	.home h2 span::before, .home h2 span::after, .home h3 span::before, .home h3 span::after {border: 0;}
	.home h3 {font-size: 22px; line-height: 24px; padding: 10px 0;}
	.our_areas h4 {font-size: 18px; line-height: 20px;}
	.our_areas h4 span::before, .our_areas h4 span::after {border: 0}
	.default-flex .flex-caption {position: absolute !important; padding: 0 !important;}
	.default-flex .flex-caption h3 {font-size: 20px !important; padding: 0px !important;}
	.default-flex .flex-caption a.more {font-size: 16px !important; margin-top: 7px !important; padding: 5px 10px !important;}
	footer #footer_top h3.logo a span::before, footer #footer_top h3.logo a span::after {width: 40%}
	ul.footer_nav li a {font-size: 14px; padding: 4px 15px;}
}
@media (min-width: 981px) and (max-width: 1024px) {
	#nav .navbar-nav a {
		font-size: 15px;
    	padding: 14px 35px;
	}
	.default-flex .flex-caption {padding: 0 !important;}
	.default-flex .flex-caption h3 {font-size: 26px !important; padding: 15px !important;}
	.default-flex .flex-caption a.more {font-size: 18px !important; font-weight: 500 !important; margin-top: 7px !important; padding: 10px !important;}
}