/* --------------------------------------------------------------
Theme Name: Southwest Risk 
Author: Thaddeus "WebmasterTroi" Kilo (Development) 
Author URI: http://www.webmastertroi.com/
Description: Custom Theme Development for: Southwest Risk
Version: 0.1.0
-------------------------------------------------------------- */ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, ad, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
legend, caption, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0; 
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
/* 	background: #eee; */
	line-height: 1; 
}
html body {
	text-align: left;
}
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;
}
a img {
	border: 0;
}


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

body {
	padding: 0 auto;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	max-width: 850px;
	margin: 0 auto;
}
#container {
	clear: both;
	margin: 10px auto 0 auto;
}
#wrapper #container {
	margin: 0 auto;
}
#header {
	float: left;
	width: 100%;
	min-height: 101px;
	background-image: url(/wp-content/themes/swrisk/images/header-bg.png);
	background-repeat: repeat-x;
	background-color: #2c2b2b;
	display: block;
	clear: both;
	margin: 0 auto;
}



/* Featured Image at top of pages underneath nav... */

img.attachment-full.wp-post-image{
/* 	margin-top: -4px; */
	max-width: 1700px;
	max-height: 190px;
	overflow: hidden;
}


/* Changes the Featured Image's bottom-border color based on what page it's on.. */


body.page-id-5 img.attachment-full.wp-post-image, body.parent-pageid-5 img.attachment-full.wp-post-image {
	border-bottom: 5px solid #73b0bf;
}

body.page-id-11 img.attachment-full.wp-post-image, body.parent-pageid-11 img.attachment-full.wp-post-image, body.page-id-86 img.attachment-full.wp-post-image, body.single-team div#team-topper {
	border-bottom: 5px solid #fa7c0d;
}


body.page-id-13 img.attachment-full.wp-post-image, body.parent-pageid-13 img.attachment-full.wp-post-image {
	border-bottom: 5px solid #0d937b;
}

body.page-id-15 img.attachment-full.wp-post-image, body.parent-pageid-15 img.attachment-full.wp-post-image {
	border-bottom: 5px solid #81c13d;
}

/* Remove featured image from staff "team" pages */

body.single-team img.attachment-full.wp-post-image,
body.post-type-archive-team img.attachment-full.wp-post-image{
	display: none;
	
}





#masthead {
	max-width: 960px;
	margin: 0 auto;
	height: 95px;
}

#logo {
	width: 135px;
	height: 85px;
	float: left;
	display: inline;
	margin: 0;
		
}


/* ="Hero" Slider
(hard-coded into the header.php file)  
----------------------------------------------- */
#hero {
	width: 100%;
	max-height: 636px;
	clear: both;
	display: block;
	float: left;
	position: relative;
	margin: 0 0 0 0;
	font-family: "museo-slab",serif;
	font-weight:500;
	color: #FFF;
	font-size: 5em;
}


/* featuredImg ? Featured Image on each Page */

#featuredImgWrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	margin-top: -50px; /* This moves the img up to the top HR line */
	padding-bottom: 50px; /* This pushes the bottom of the wrapper back down for the pages that don?t have a Featured Img, but still need the 50px gap between the top HR line and the content box */
}



#team-topper {
	display: none;
}

body.single-team #team-topper, body.post-type-archive-team #team-topper,
body.error404 #team-topper {
	max-width: 1700px;
	height: 190px;
	display: block;
	clear: both;
	position: relative;
/* 	top: -4px; */
	margin-bottom: 50px; 
	background-image: url(/wp-content/themes/swrisk/images/featured-image--about.png);
}

body.error404 #team-topper {
	border-bottom: 7px solid #fff;
}

body.error404 .entry-title {
	margin: -170px 0 10px;
}
 


#breadcrumbs {
	width: 100%;
	height: 36px !important;
	margin: -8px auto 30px;
	background-color: #fa7c0d;
	display: none;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 7px;
}

body.page-id-5 #breadcrumbs {
	background-color: #73b0bf;
}

body.page-id-11 #breadcrumbs {
	background-color: #fa7c0d;
}

body.page-id-13 #breadcrumbs {
	background-color: #0d937b;
	height: 36px;
	margin: -8px auto 0;
}

body.page-id-15 #breadcrumbs {
	background-color: #81c13d;
}



#breadcrumbs a {
	color: #fff;
	padding-right: 20px;
} 

#breadcrumbs a:hover {
	color: #2c2b2b;
	text-decoration: none;
} 

body.home #breadcrumbs {
	display: none;
}

body.single-team #content{
	width: 100%;
}


#content-box {
	max-width: 960px;
	/* margin-left: 370px; */
	margin: 0 auto;
}
#content-container {
	width: 100%;
	min-height: 500px;
}

#content {
}



/* =Masonry Ad Grids 
(located on Home page underneath the slider)
----------------------------------------------- */

#masonry {
	width: 936px;
	height: 368px;
	padding: 7px;
	background-color: rgba(0, 0, 0, .5);
	display: block;
	font-size: 14px;
	margin-top: 60px;
}

#masonry a:visited {
	color: #fff;
}

#grid-1 {
	width: 331px;
	height: 368px;
	margin-right: 7px;
	float: left;
	display: inline;
	background-image: url(/wp-content/themes/swrisk/images/grids/1.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.text {
	height: 95px;
	background-color: #fa7c0d;
	margin-top: 253px;
	text-align: left;
	padding: 20px 0 0 40px;
	color: #fff;
}

.text a , .text a:hover  {
	color: #fff;
	text-decoration: none !important;
}


#grid-2 {
	width: 308px;
	height: 368px;
	margin-right: 7px;
	float: left;
	display: inline;
	background-image: url(/wp-content/uploads/2025/06/SWRisk-HMPG-3-col-div-2.jpg);
	background-repeat: no-repeat;
}
#grid-3 {
	width: 308px;
	height: 368px !important;
	margin-right: 7px;
	float: left;
	display: inline;
	background-image: url(/wp-content/uploads/2025/06/SWRisk-HMPG-3-col-div-2.jpg);
	background-repeat: no-repeat;
}
#grid-3 a {
	text-indent:-99999em;
	font-size:18px;
	cursor:pointer;
}
#grid-4 a {
	text-indent:-99999em;
	font-size:18px;
	cursor:pointer;
}
#grid-4 {
	width: 283px;
    height:368px !important;
	margin-bottom: 7px;
	float: left;
	display: inline;
	background-image: url(/wp-content/uploads/2025/06/SWRisk-HMPG-3-col-div-3.jpg);
	background-repeat: no-repeat;
}

.text3 {
	margin-top: 75px;
	text-align: center;
	padding: 45px auto;
	color: #fff;
}

.text3 a , .text3 a:hover  {
	color: #fff;
	text-decoration: none !important;
}


.text4 {
	height: 57px;
	background-color: rgba(0,0,0,0.8);
	margin-top: 148px;
	text-align: left;
	padding-left: 40px;
	color: #fff;
	line-height: 57px;
}

.text4 a , .text4 a:hover  {
	color: #fff;
	text-decoration: none !important;
}



#divider-hz {
	width: 950px;
	height: 9px;
	margin: 25px 0px;
	background-image: url(/wp-content/themes/swrisk/images/divider-hz.png);
}

#under-grids {
	width: 100%;
	display: block;
	float: left;
	margin: 0 0 30px 0;
}

#rss-block {
	width: 50%;
	height: 400px;
	float: left;
	padding: 0px 20px;
	margin-right: 20px;
	overflow: auto;
}

#rss-block a {
	text-decoration: underline;
}

/* Wordpress RSS Feed Retriever Styles */

.wp_rss_retriever_list {
	margin-left:0;
}

.wp_rss_retriever_title {
	font-weight:bold;	
}

li.wp_rss_retriever_item {
	margin-bottom: 20px;	
} 

.wp_rss_retriever_readmore {
	font-weight: normal;	
}

#rss-block a:hover {
	color: #0d937b;
}

#divider-vr {
	width: 9px;
	height: 300px;
	margin: 0px 20px 15px 0px;
	overflow: hidden;
	float: left;
	background-image: url(/wp-content/themes/swrisk/images/divider-vr.png);
}

#divider-hz {
	height: 9px;
	width: 100%;
	background-image: url(/wp-content/themes/swrisk/images/divider-grey-hz.png);
}


#fun-fact {
	width: 400px;
	height: inherit;
	display: inline;
	float: left;		
	font-size: 16px;
	color: #c36008;
	font-family: "aller",sans-serif;
	line-height: 22px;
	overflow: auto;
}

#fun-fact strong {
	font-family: "aller",sans-serif;
	fot-weight:bold;
	color: #848484;
}



/* Contact Page Divs */

#contact-3cols {
	width: 100%;
	min-height: 100px;
	background-image: url(/wp-content/themes/swrisk/images/divider-grey-hz.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 25px;
}



.col {
	width: 30%;
	height: auto;
	float: left;
	color: #777676;
	font-size: 14px;
	display: inline;
}

.col1 {
	width: 40%;
	height: auto;
	float: left;
	color: #777676;
	font-size: 14px;
	display: inline;
}


.col a {
	color: #777676;
	text-decoration: none;
}

.col a:hover {
	text-decoration: underline;
}

#map {
/* 	width: 100%; */
	border: 5px solid #fff;
}


body.page-id-15 a.gfullmap-thumbnail-map img.click_it {
	
	border: none !important;
}



p.view-larger-map {
	color: #000;
	font-size: 12px;
	background-color: #fff;
	display: inline-block;
	padding: 5px;
	clear: both;
}

p.view-larger-map a, .view-larger-map a:hover {
	color: #000;
	text-decoration: none;
}








/* Headshots */
/* 3 Heads (3 columns) */

#3heads{
-webkit-column-count: 3;
-webkit-column-gap: 20px; 
-webkit-column-rule: 0px dotted black;
-moz-column-count: 3;
-moz-column-gap: 20px;  
-moz-column-rule: 0px dotted black;
column-count: 3;
column-gap: 20px; 
column-rule: 0px dotted black;
}




/* Staff (Our People) Page Styling */

div.wpmtp-post-body {
	margin: -68px auto 0px;
	background-color: #000;
	z-index: 8;
	position: relative;
	width: 200px;
	min-height: 53px;
	padding-left: 20px;
}

div.wpmtp-post-body a {
	color: #fff;
}

#chevron {
	float: right;
	display: inline;
	clear: both;
	position: absolute;
	right: 10px;
	top: 16px;
}

#management-team div.wpmtp-post-body {
	width: 280px;
	padding-bottom: 10px;
	background-position: 263px 23px;
}


#wpmtp-wrapper h3.wpmtp-post-title {
	padding-top: 10px;
	float: left;
	color: #fff;
}

#wpmtp-wrapper h3.wpmtp-post-title a {
	color: #fff;
}

#wpmtp-wrapper h3.wpmtp-post-title a:visited {
	color: #fff;
}

#wpmtp-wrapper h5.wpmtp-position {
	margin-top: 15px;
	float: left;
}

#wpmtp-wrapper .wpmtp-post-image img {
	width: 218px;
	height: auto;
	border: 1px solid #000;
}


#management-team #wpmtp-wrapper .wpmtp-post-image img {
	width: 298px;
}



#wpmtp-wrapper h5.wpmtp-position {
	margin-top: -6px;
	float: left;
	color: #9d9c9c;
	clear: both;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	width: 150px;
}

#management-team #wpmtp-wrapper h5.wpmtp-position {
	width: 175px;
	line-height: 12px;
	text-align: left;
}

#staff-header {
	width: 98%;
	height: 33px;
	margin-bottom: 20px;
	background-image: url(/wp-content/themes/swrisk/images/divider-grey-hz.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.staff-header-text {
	width: auto;
	background-image: url(/wp-content/themes/swrisk/images/content-bg-pattern.png);
	padding-right: 5px;
	float: left;
}

body.page-id-13 div#comments {
	display: none;
}

#smaller-thumbs #wpmtp-wrapper .wpmtp-post-image img {
	width: 168px;
}

#smaller-thumbs div.wpmtp-post-body {
	width: 150px;
	text-align: left;
	padding-bottom: 10px;
}

#smaller-thumbs div.wpmtp-post-body a {
	

}


#wpmtp-wrapper.wpmtp-left .wpmtp-copy, #wpmtp-wrapper.wpmtp-right .wpmtp-copy {
	display: block;
	position: absolute;
	margin: 63px 0px 0 -20px;
	width: 100%;
}


#email-tab {
	background-color: #7F7F7F;
	font-weight: normal;
	padding: 5px 20px;
	max-width: 40%;
	float: left;
	display: inline;
}

#email-tab a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#phone-tab {
	float: right;
	max-width: 40%;
	padding: 5px 10px;
	display: inline;	
	font-weight: normal;
}


#wpmtp-wrapper ul.wpmtp-three-columns .wpmtp-column {
	margin-bottom: 75px;
}

#wpmtp-wrapper ul.wpmtp-four-columns .wpmtp-column {
	margin-bottom: 75px;
}

#smaller-tabs .wpmtp-copy {
	font-size: 11px;
}

#smaller-tabs #email-tab {
	max-width: 50%;
	padding: 4px;
}

#smaller-tabs #phone-tab {
	max-width: 50%;
	padding: 5px 0px 5px 5px;
}


#smaller-tabs div.brokers div.wpmtp-copy {
	margin: 53px 0px 0px -20px;
	font-size: 12px;
}


/* Staff (Our People) Bio Page Styling */


#bio {
	float: left;
	width: 70%;
	margin: -20px 20px 0px 0px;
}

div.wpmtp-vcard-right {
	max-width: 84.3%;
}

div#nav-above.navigation {
	display: none;
}

/* Management Bio Page Styles */


div.category-mgmt #bio {
	float: right;
	width: 54%;
	margin: -450px 20px 0px 0px;
}

div.category-mgmt .entry-title {
	color: #FA7C0D;
	display: inline;
	float: right;
	clear: both;
	width: 350px;
	margin: 60px 570px !important;
}

div.category-mgmt .wpmtp-vcard {
	float: right;
	margin: 0px 0px 0px 420px;
	position: absolute;
}

div.category-mgmt .wpmtp-vcard-right span.wpmtp-meta a {
	text-decoration: none;
}

div.category-mgmt .wpmtp-vcard-right span.wpmtp-meta a:hover {
	color: #fff;
}


/*
div.category-mgmt .wpmtp-vcard-right {
	width: none !important;
	
}
*/

body.single-team span.wpmtp-meta.wpmtp-meta-contact {
	margin: 150px 0 0 150px;
	position: absolute;
	min-width: 100px;
}


body.single-team div.entry-meta {
	display: none;
}

div.category-mgmt span.wpmtp-meta.wpmtp-meta-email {
	background-color: #7F7F7F;
	max-width: 65% !important;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

span.wpmtp-meta.wpmtp-meta-email {
	background-color: #7F7F7F;
	max-width: 12% !important;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


span.wpmtp-meta.wpmtp-meta-email a,
span.wpmtp-meta.wpmtp-meta-email a:hover  {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#wpmtp-single-wrap .wpmtp-meta label {
	font-weight: normal;
}


#grey-box {
	background-color: grey;
	color: #fff;
	padding: 20px;
}



#wpmtp-single-wrap {
	margin-top: -30px;
}


#wpmtp-single-wrap .wpmtp-vcard-left {
	width: 130px;
	border: 2px solid #7F7F7F;
	height: 180px;
	margin-top: 6px;
}

/*
#wpmtp-single-wrap .wpmtp-vcard-right {
	width: 160px;
}
*/












#main-sidebars {
	max-width: 450px;
	width: 45.5%;
}
#feature {
	width: 100%;
}
#sidebar,
#secondary-sidebar {
	overflow: hidden;
}
#secondary-sidebar {
}




body.postid-409 #sidebar, 
body.postid-412 #sidebar {
	max-width: 228px;
	float: left;
	margin: 675px 700px auto 0;
	position:absolute;
	z-index: 10;
/* 	left: 0; */
	
}

body.postid-409 #content, 
body.postid-412 #content {
	min-height: 950px;	
}


body.postid-409 .wp-caption .wp-caption-text,
body.postid-412 .wp-caption .wp-caption-text {
	height: 34px;	
	max-height: 34px !important;
	overflow: hidden;
}


div#wpmtp-single-wrap div div span{
	display:block;
	clear:both;
}




#footer {
	clear: both;
	width: 100%;
}

/* 2-column layouts */
.two-column #container {
	max-width: 1700px;
	background-image: url(/wp-content/themes/swrisk/images/content-bg-pattern.png);
	position: relative;
	z-index: -4px;
	overflow: hidden;
}
.two-column #content {
	overflow: hidden;
	width: 70%;
}
.two-column #sidebar,
.two-column #secondary-sidebar {
	float: right;
	width: 26.806%;
}

/* 3-column layouts */
.three-column #wrapper {
	max-width: 1070px;
}
.three-column #container {
	max-width: 990px;
}
.three-column #wrapper #container {
	margin: 0 3.7625%;
}
.three-column #content {
	overflow: hidden;
	width: 50.5%;
}
.three-column #sidebar {
	width: 51.15%;
}
.three-column #secondary-sidebar {
	width: 39.89%;
}

/* Content-Sidebar layouts */
.content-sidebar #content-container {
	float: left;
	margin: 30px -30.4% 0 0;
}
.content-sidebar #content {
	margin: 0 30% 30px 0;
}
.content-sidebar #sidebar,
.content-sidebar #secondary-sidebar {
	float: right;
	margin-top: 25px;
}
.content-sidebar #secondary-sidebar {
	clear: right;
}

/* Sidebar-Content layouts */
.sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -30.4%;
}
.sidebar-content #content {
	margin: 0 0 0 35.1%;
}
.sidebar-content #sidebar,
.sidebar-content #secondary-sidebar {
	float: left;
}
.sidebar-content #secondary-sidebar {
	clear: left;
}

/* Content-Sidebar-Sidebar layouts */
.content-sidebar-sidebar #content-container {
	float: left;
	margin: 0 -45.5% 0 0;
}
.content-sidebar-sidebar #content {
	margin: 0 49.5% 0 0;
}
.content-sidebar-sidebar #main-sidebars {
	float: right;
}
.content-sidebar-sidebar #feature,
.content-sidebar-sidebar #sidebar,
.content-sidebar-sidebar #secondary-sidebar {
	float: left;
}
.content-sidebar-sidebar #secondary-sidebar {
	margin: 0 0 0 8.963%;
}

/* Sidebar-Sidebar-Content layouts */
.sidebar-sidebar-content #content-container {
	float: right;
	margin: 0 0 0 -45.5%;
}
.sidebar-sidebar-content #content {
	margin: 0 0 0 49.5%;
}
.sidebar-sidebar-content #main-sidebars {
	float: left;
}
.sidebar-sidebar-content #feature,
.sidebar-sidebar-content #sidebar,
.sidebar-sidebar-content #secondary-sidebar {
	float: left;
}
.sidebar-sidebar-content #secondary-sidebar {
	margin: 0 0 0 8.963%;
}

/* Sidebar-Content-Sidebar layouts */
.sidebar-content-sidebar #content-container {
	float: left;
}
.sidebar-content-sidebar #content {
	margin: 0 24.8%;
}
.sidebar-content-sidebar #sidebar,
.sidebar-content-sidebar #secondary-sidebar {
	width: 20.69%;
}
.sidebar-content-sidebar #sidebar {
	float: left;
	margin: 0 0 0 -100%;
}
.sidebar-content-sidebar #secondary-sidebar {
	float: right;
	margin: 0 0 0 -20.7%;
}

/* Full width content with no sidebar */
.no-sidebar #wrapper {
	max-width: 1070px;
}
.no-sidebar #container {
	max-width: 1700px;
	-webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.32);
	background-image: url(/wp-content/themes/swrisk/images/content-bg-pattern.png);
}
.no-sidebar #wrapper #container {
	margin: 0 3.9%;
}


.no-sidebar #content,
.one-column #content,
.image-attachment #content {
	margin: 0 auto;
	width: 100%;
}


body.page-id-13 .no-sidebar #content,
.one-column #content,
.image-attachment #content {
	margin: 0px auto;
	width: 100%;
}




/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 7px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 7px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #777676;
	/* background-image: url(/wp-content/themes/swrisk/images/content-bg-pattern.png); */
	font: 14px Helvetica, "Bitstream Charter", sans-serif;
	line-height: 1.5;
	background-color: #2c2b2b;
}

input#submit {
line-height:1.3em;
}

.qcf-style #submit
{
padding:3px 6px;
}


#wrapper {
	background: #fff;
}

/* headings */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 1.7em 2.5em;
}
ul {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin-bottom: 1.7em;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin: 0 1.7em 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
img {
	height: auto;
	max-width: 100%;
}
blockquote {
	background: #F5F5F5;
	border: solid #bbb;
	border-width: 1px 0;
	color: #666;
	margin: 0 0 1.7em;
	padding: 5px 10px 0;
}
blockquote p {
	margin-bottom: 7px;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier New", Courier, monospace;
	line-height: 1.7;
	margin-bottom: 1.7em;
	overflow-x: auto;
	padding: 0.75em 1.7em;
	overflow-x: scroll;
}
code, kbd {
	color: #009900;
	font: 13px "Courier New", Courier, 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;
}
input[type=text],
input[type=email],
textarea {
	border: 1px solid #bbb;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=email] {
	padding: 3px;
}

/* Links */
a {
	color: #5d5d5d;
	text-decoration: none;
	font-weight: bold;
}
a:focus,
a:active,
a:hover {
	color: #1873a1;
	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);
}


/* =header
----------------------------------------------- */

/*
#header {
	margin-bottom: 30px;
}
#site-title {
	text-align: right;
}
#site-title a {
	color: #000;
	font-size: 40px;
	font-weight: bold;
	line-height: 72px;
	text-decoration: none;
}
#header img {
	border-bottom: 2px solid #222;
	max-width: 100%;
	width: auto;
	height: auto;
}
*/

/* =Menu
----------------------------------------------- */

#nav {
	display: inline-block;
	float: right;
	margin: 54px 0 0 0;
	width: 505px;
	height: 40px;
}
#nav ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#nav li {
	float: left;
	position: relative;
}

#nav li.menu-item-79 {
	border-bottom: 5px solid #81c13d;
}

#nav li.menu-item-79 a:hover,
#nav li.menu-item-79.current_page_item,
#nav li.menu-item-79.current-page-ancestor{
	background-image: url(/wp-content/themes/swrisk/images/nav-arrow-lime.png);
	background-position: center 34px;
	background-repeat: no-repeat;
}
#nav li.menu-item-79 li{
	border-bottom:1px solid #69a42b;
}
#nav li.menu-item-79 ul{
	background:#81c13d;
}
#nav li.menu-item-79 li.current-menu-item{
	background-image:none;
	background: -moz-linear-gradient(top, rgba(129,193,61,0.8) 0%, rgba(93,119,64,0.8) 50%, rgba(129,193,61,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(129,193,61,0.8)), color-stop(50%,rgba(93,119,64,0.8)), color-stop(100%,rgba(129,193,61,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(129,193,61,0.8) 0%,rgba(93,119,64,0.8) 50%,rgba(129,193,61,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(129,193,61,0.8) 0%,rgba(93,119,64,0.8) 50%,rgba(129,193,61,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(129,193,61,0.8) 0%,rgba(93,119,64,0.8) 50%,rgba(129,193,61,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(129,193,61,0.8) 0%,rgba(93,119,64,0.8) 50%,rgba(129,193,61,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc81c13d', endColorstr='#cc81c13d',GradientType=0 ); /* IE6-9 */	
}

#nav li.menu-item-80 {
	border-bottom: 5px solid #0d937b;
}

#nav li.menu-item-80 a:hover,
#nav li.menu-item-80.current_page_item,
#nav li.menu-item-80.current-page-ancestor{
	background-image: url(/wp-content/themes/swrisk/images/nav-arrow-green.png);
	background-position: center 34px;
	background-repeat: no-repeat;
}
#nav li.menu-item-80 li{
	border-bottom:1px solid #036c59;
}
#nav li.menu-item-80 ul{
	background:#0d937b;
}
#nav li.menu-item-80 li.current-menu-item{
	background-image:none;
	background: -moz-linear-gradient(top, rgba(13,147,123,0.8) 0%, rgba(44,79,72,0.8) 50%, rgba(13,147,123,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,147,123,0.8)), color-stop(50%,rgba(44,79,72,0.8)), color-stop(100%,rgba(13,147,123,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(13,147,123,0.8) 0%,rgba(44,79,72,0.8) 50%,rgba(13,147,123,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(13,147,123,0.8) 0%,rgba(44,79,72,0.8) 50%,rgba(13,147,123,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(13,147,123,0.8) 0%,rgba(44,79,72,0.8) 50%,rgba(13,147,123,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(13,147,123,0.8) 0%,rgba(44,79,72,0.8) 50%,rgba(13,147,123,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0d937b', endColorstr='#cc0d937b',GradientType=0 ); /* IE6-9 */
}


#nav li.menu-item-97 {
	border-bottom: 5px solid #fa7c0d;
}

#nav li.menu-item-97 a:hover,
#nav li.menu-item-97.current_page_item,
#nav li.menu-item-97.current-page-ancestor{
	background-image: url(/wp-content/themes/swrisk/images/nav-arrow-orange.png);
	background-position: center 34px;
	background-repeat: no-repeat;
}
#nav li.menu-item-97 li{
	border-bottom:1px solid #c36008;
}
#nav li.menu-item-97 ul{
	background:#fa7c0d;
}
#nav li.menu-item-97 li.current-menu-item{
	background-image:none;
	background: -moz-linear-gradient(top, rgba(250,124,13,0.8) 0%, rgba(140,70,8,0.8) 50%, rgba(250,124,13,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,124,13,0.8)), color-stop(50%,rgba(140,70,8,0.8)), color-stop(100%,rgba(250,124,13,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(250,124,13,0.8) 0%,rgba(140,70,8,0.8) 50%,rgba(250,124,13,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(250,124,13,0.8) 0%,rgba(140,70,8,0.8) 50%,rgba(250,124,13,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(250,124,13,0.8) 0%,rgba(140,70,8,0.8) 50%,rgba(250,124,13,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(250,124,13,0.8) 0%,rgba(140,70,8,0.8) 50%,rgba(250,124,13,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccfa7c0d', endColorstr='#ccfa7c0d',GradientType=0 ); /* IE6-9 */
}



#nav li.menu-item-98 {
	border-bottom: 5px solid #73b0bf;
}

#nav li.menu-item-98 a:hover,
#nav li.menu-item-98.current_page_item,
#nav li.menu-item-98.current-page-ancestor{
	background-image: url(/wp-content/themes/swrisk/images/nav-arrow-blue.png);
	background-position: center 34px;
	background-repeat: no-repeat;
}
#nav li.menu-item-98 li{
	border-bottom:1px solid #358295;
}
#nav li.menu-item-98 ul{
	background:#73b0bf;
}
#nav li.menu-item-98 li.current-menu-item{
	background-image:none;
	background: -moz-linear-gradient(top,  rgba(115,176,191,0.8) 0%, rgba(82,120,129,0.8) 50%, rgba(115,176,191,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,176,191,0.8)), color-stop(50%,rgba(82,120,129,0.8)), color-stop(100%,rgba(115,176,191,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(115,176,191,0.8) 0%,rgba(82,120,129,0.8) 50%,rgba(115,176,191,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(115,176,191,0.8) 0%,rgba(82,120,129,0.8) 50%,rgba(115,176,191,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(115,176,191,0.8) 0%,rgba(82,120,129,0.8) 50%,rgba(115,176,191,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(115,176,191,0.8) 0%,rgba(82,120,129,0.8) 50%,rgba(115,176,191,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc73b0bf', endColorstr='#cc73b0bf',GradientType=0 ); /* IE6-9 */

}

#nav li.menu-item-691 {
	border-bottom: 5px solid #ffffff;
}

#nav li.menu-item-691 a:hover,
#nav li.menu-item-691.current_page_item,
#nav li.menu-item-691 .current-page-ancestor{
	background-image: url(/wp-content/themes/swrisk/images/nav-arrow-white.png);
	background-position: center 34px;
	background-repeat: no-repeat;
}

#nav a {
	color: #fff;
	display: block;
	line-height: 42px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0 16px;
	text-decoration: none;
	text-transform: none;
}

/* child menu items */


#nav ul.sub-menu {
	z-index: 999;
}


#nav li li a:hover{
	background-image: none;
	color:#fff;
}

div.menu-header li ul a, div.menu-header li.current-menu-item ul a{
min-height:22px;
color:#2f2b2c;
width:170px;
padding:0 5px;
text-decoration:none;
border:none;
white-space:normal;
font-size:1em;
font-weight:normal;
line-height:3em;
}
div.menu-header li ul li{
filter: none;
height:auto;
max-height:auto;
overflow:hidden;
width:auto;
}
/* child menu items - hover */
div.menu-header li ul a:hover,div.menu-header li ul li:hover{
color:#fff;
}
/* child menu blocks */
div.menu-header li ul{
position:absolute;
left:-999em;/* send them off the screen */
/* width:180px; */
/*margin-top:-1px;*//* up 1px to overlap parent's border */
margin-top:0px;
line-height:1.2;
}
/* child menu item containers */
div.menu-header li li{
padding:0px 0px 0px 0em;
text-align:center;
width:100%;
}
div.menu-header li li.current-menu-item a{
	color:#fff;	
}
/* child menu blocks (level 3+) */
div.menu-header li ul ul{
margin-top:-23px;/* shift up in line with parent */
margin-left:180px;
}
/* hide child menu blocks 2 or more levels below - add more as needed */
div.menu-header li.over ul ul,
div.menu-header li.over ul ul ul,
div.menu-header li:hover ul ul,
div.menu-header li:hover ul ul ul,
div.menu-header li:hover ul ul ul ul,
div.menu-header li:hover ul ul ul ul ul
div.menu-header li:hover ul ul ul ul ul ul{
left:-999em;
}
/* reveal immediate child menu blocks as needed */
div.menu-header li.over ul,
div.menu-header li li.over ul,
div.menu-header li li li.over ul,
div.menu-header li:hover ul,
div.menu-header li li:hover ul,
div.menu-header li li li:hover ul,
div.menu-header li li li li:hover ul,
div.menu-header li li li li li:hover ul,
div.menu-header li li li li li li:hover ul{
left:auto;
}


/* =Content
----------------------------------------------- */

.hentry {
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.page-title {
	background: #F5F5F5;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
	padding: 4px 8px;
}
.page-title span {
	color: #999;
	font-style: italic;
}
.entry-meta {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 0 6px;
	text-transform: uppercase;
}
.entry-meta a {
	color: #333;
}
.entry-meta a:hover {
	color: #1873a1;
}
.jump {
	border-bottom: 1px solid transparent;
	display: inline;
	float: right;
	line-height: 24px;
	padding: 4px 10px;
}
.entry-title {
	clear: both;
	color: #fff;
	font-size: 55px;
	line-height: 33px;
	margin: -152px 0 10px;
	padding: 10px 0 0;
	position: absolute;
	font-weight: bold;

}


body.single-format-standard .entry-title {
	position: relative;
	font-size: 25px;
}


body.page-id-328 .entry-title {
	margin: -180px 0px 10px !important;	
}

body.page-template-onecolumn-page-php .entry-title {
	margin: -165px 0px 10px;
	
}

body.page-id-86 .entry-title {
    margin: -180px 0px 10px;
}

body.home .entry-title  {
	display: none;	
}

body.home .tp-loader {
	display: none !important;	
}

.entry-title > a:nth-child(1) > span:nth-child(1) {
	color: #000;
/* 	margin-top: -20px; */
	line-height: 22px;
	margin-top: 0px;
}


body.postid-407 .entry-title {
	margin-top: 60px !important;
}



body.single-team .entry-title {
	color: rgb(250, 124, 13);
	display: inline;
	float: right;
	clear: both;
	position: absolute;
	margin: 50px 150px;
	width: 350px;
	line-height: 44px;
	font-size: 25px;
}



body.single-team .entry-title a {
	color: #FA7C0D;
	font-family: "museo-slab",serif;
	font-weight:500;
}

body.single-team .entry-title a:focus,
.entry-title a:active,
.entry-title a:hover {
	color: #FA7C0D;
	text-decoration: none;
}
.entry-title a {
	color: #000;
}

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











.entry-content {
	clear: both;
}
.single .entry-content {
	padding-top: 1.7em;
}
.entry-content h1 {
	color: #999;
	font-size: 56px;
	font-weight: bold;
}
.entry-content h2 {
	color: #9d9c9c;
	font-size: 28px;
	line-height: 33px;
	margin: 0 0 10px;
	padding: 10px 0 0;
	font-family: "museo-slab",serif;
	font-weight:500;
	font-style:italic;
}
.entry-content h3 {
	color: #999;
	font-size: 21px;
	margin-bottom: 4px;
}
.entry-content h4 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	line-height: 24px;
	padding: 4px 6px 4px 0px;
	text-transform: uppercase;
}
.entry-content h5,
.entry-content h6 {
	font-size: 12px;
	font-weight: bold;
}
.entry-content h6 {
	font-size: 10px;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a:visited {
	color: #333;
}
.page-link {
	color: #000;
	clear: both;
	font-weight: bold;
	margin: 0 0 1.7em;
	padding: 4px 0 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #1873a1;
}
.entry-links {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 3.4em;
	overflow: hidden;
	padding: 10px;
	font-size: 12px;
/* Removed Entry Links feature from posts and pages by using display:none; below. Simply remove this line to show them again */
	display: none;
}
.entry-links p {
	margin: 0;
}
.entry-links .comment-number {
	background: url(images/icons/bubble.png) no-repeat 0 4px;
	float: right;
	padding: 0 0 2px 26px;
}
.entry-links .tagged {
	background: url(images/icons/cabinet.png) no-repeat 0 2px;
	padding: 0 0 0 24px;
}
#author-description {
	margin: 0 0 10px;
}

/* Post Formats */

.format-link .entry-content a {
	color: #000;
	font-size: 28px;
	text-decoration: none;
}

/* Sticky Posts */
.sticky .entry-meta {
	display: none;
}
.sticky .entry-title {
	padding: 0;
}
.sticky .entry-content {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 0;
}
.sticky .entry-links {
	border-top: 1px solid #fff;
}
.sticky .page-link {
	margin: 0;
	padding: 0 0 1.7em;
}
.sticky .page-link a {
	background: #fff;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment #image-navigation {
	float: right;
}
.image-attachment .next-image a {
	padding-left: .5em;
}
.image-attachment .entry-attachment {
	background: #f5f5f5;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	text-align: center;
}

.mejs-container,
.post-format-content {
	margin-bottom: 15px;
}

/* Quotes */
.quote {
	background: #f5f5f5;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	color: #666;
	margin: 0 0 1.7em;
	padding: 5px 10px 0;
}

.quote blockquote {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.quote-caption {
	font-style: italic;
	margin: 0 0 7px;
}

/* =Images
----------------------------------------------- */

.entry img.left_off {
	float: left;
	margin: 0 10px 5px 0;
}
.entry img.right_off {
	float: right;
	margin: 0 0 5px 10px;
}
.entry img.center_off {
	display: block;
	margin: 0 auto 15px;
}
object,
embed {
	max-width: 100%;
}
p img.wp-smiley {
	margin-bottom: 0;
}
p img,
.wp-caption {
	margin-bottom: 2px;
}
.wp-caption {
	color: #fff;
	background-color: #7f7f7f;
/* 	border: 1px solid #ddd; */
	max-width: 99%;
	margin-bottom: 10px;
	padding-top: 2px;
	text-align: center;
	background-image: url(/wp-content/themes/swrisk/images/caption-triangle.png);
	background-repeat: no-repeat;
	background-position: 21px 547px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	width: 99%;
	padding: 0;
	position: relative;
	z-index: -1px;
}
.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 0px 4px 8px 20px;
	font-style: italic;
	text-align: left;
}
.gallery-caption {
	margin: 0 1.2em !important;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	clear: both;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 1.7em;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 1.7em;
}
.single #nav-below {
	display: none;
}


/*Map Customizations*/

body.page-id-15 a.wpf_ref {
	display: none;
}


/* =Widgets
----------------------------------------------- */

.sidebar-list {
	list-style: none;
	margin-left: 0;
}
.widget {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 1.7em 0;
}
.widget-title {
	color: #FFF;
	font-size: 14px;
	font-weight: 400px;
	line-height: 21px;
	margin: 0 0 10px;
	background-color: #000;
	padding: 3px 8px;
	max-width: 83%;
}
.sidebar-list h2 {
	color: #999;
	font-size: 24px;
	line-height: 18px;
}
.widget ul {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	margin-left: 0;
	padding: 10px 10px 10px 20px;
}
.widget ul ul {
	border: none;
	margin-left: 1em;
	padding: 0;
}
.widget li {
	padding: 3px 0;
}
.widget select {
	max-width: 99%;
}

/* Titleless Widgets */
.widget_vodpod {
	padding-top: 10px;
}

/* Search Widget */
.widget_search #s {
	width: 60%;
}

/* Tag Clouds */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	padding: .5em 0;
}

/* RSS Links Widget */
.widget_rss_links p {
	margin: 0;
}
.widget_rss_links img {
	margin: 0 0 -1px;
}

/* Flickr Widget */
#flickr_badge_wrapper {
	margin-top: 10px;
	padding: 10px;
}
#flickr_badge_wrapper td {
	text-align: center;
}

/* Recent Comments Widget */
.widget_recent_comments td {
	vertical-align: middle;
}

/* Calendar Widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #888;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0;
	text-align: left;
	padding: 0 2px 6px;
}
#wp-calendar th {
	color: #888;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar tfoot td {
	padding-top: .2em;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tbody a {
	text-decoration: underline;
}
#wp-calendar a:visited {
	color: #0060ff;
}
#wp-calendar a:visited:hover {
	color: #df0000;
}
#wp-calendar tbody #today {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
}

/* Footer Widgets */
#footer-widget-area {
	overflow: hidden;
	margin-bottom: -1.5em;
	padding: 10px 0 0;
}
#footer .widget-area {
	width: 49.4%;
}
#first {
	float: left;
}
#second {
	float: right;
}
#footer .widget ul {
	background: #000;
	border-color: #444;
}


/* Text Widget */

div.textwidget {
	max-width: 230px;	
}


/* =Comments
----------------------------------------------- */

#comments-title {
	border-bottom: 1px dotted #ddd;
	color: #000;
	font-size: 28px;
	line-height: 33px;
	margin: 0 0 10px;
	padding: 10px 0;
}
#comments ol {
	list-style: none;
	margin-left: 0;
}
#comments ul.children {
	margin-left: 10px;
}
#comments li {
	padding: 1.7em 10px;
	position: relative;
}
#comments li.pingback p {
	margin-bottom: 10px;
}
#comments li.thread-alt,
#comments li.author_comment_alt {
	background: #f5f5f5;
}
#comments li.bypostauthor > .comment-container {
	background: #e9f6fc;
	margin: -15px 0 -5px -10px;
	padding: 15px 0 5px 10px;
}
#comments li,
#comments li.thread-alt,
#comments li.author_comment_,
#comments li.author_comment_alt {
	border-bottom: 1px dotted #bbb;
	list-style: none;
	padding: 15px 0 5px 10px;
}
#comments li .children li {
	border-bottom: none;
}
#comments .avatar {
	border: 1px solid #eee;
	padding: 2px;
	position: absolute;
	right: 10px;
	top: 10px;
}


/* Removed "Comments are closed" dialogue from pages and posts. Simply remove the style below to show again */

#comments p.nocomments {
	display: none;
}





.comment-author {
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
}
cite.fn {
	font-style: normal;
}
.comment-meta,
.comment-meta a {
	color: #999;
	font-size: 12px;
}
.comment-body {
	padding: 1.7em 10px 0 0;
}
.reply {
	padding: 0 0 5px;
}

/* Comment Form */
#reply-title {
	color: #000;
	font-size: 28px;
	line-height: 33px;
	margin: 0 0 10px;
	padding: 10px 0;
}
#respond .required {
	color: #ff3730;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	overflow: hidden;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
	float: left;
	margin-right: 7px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	color: #999;
	font-size: 12px;
}
.form-allowed-tags code {
	color: #999;
}



/* Comment Form Widget */

body.page-id-15 .content-sidebar #secondary-sidebar {
	margin-top: 55px;
}

span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
TEXTAREA.wpcf7-form-control.wpcf7-textarea {
	color: #000 !important;
	background-color: #ffffff !important;
	width: 221px;
	border-radius: 5px;
	border: 1px solid #d1d2d3;
	height: 36px;
}

TEXTAREA.wpcf7-form-control.wpcf7-textarea {
	min-height: 140px;
}

INPUT.wpcf7-form-control.wpcf7-submit {
	border: none;
	padding: 3px 6px 3px 20px;
	color: #000;
	width: 55%;
	background-image: url(/wp-content/themes/swrisk/images/chevron-white-bg.png);
	background-repeat: no-repeat;
	font-size: 18px;
	background-color: #fa7c0d;
	text-align: left;
}

SELECT.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	width: 100%;
	height: 36px;
	border-radius: 5px;
	border: 1px solid #d1d2d3;
}




/* =Footer
----------------------------------------------- */

#footer {
	padding-top: 3px;
	font-size: 18px;
	max-width: 960px;
	margin: 0 auto;
	font-family: "proxima-nova-condensed",sans-serif;
}
#footer #colophon {
	color: #fff;
	overflow: hidden;
	padding: 20px 0px;
	display: inline;
	float: left;
	width: 65%;
}

#footer #colophon a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer #colophon a:hover {
	color: #fa7c0d;
}

#footer #colophon2 {
	color: #fff;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	display: inline;
	float: right;
	width: 150px;
	margin-top: 20px;
}

#footer #colophon3 {
	color: #fff;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	display: inline;
	float: right;
	width: 200px;
	margin-top: 20px;
}

#copyright {
	font-size: 12px;
	color: #5b5b5b;
}

#copyright a {
	color: #5b5b5b !important;
	font-weight: normal;
}

#copyright a:hover {
	color: #fff !important;
}


#site-info {
	font-size: 12px;
	float: left;
	width: 50%;
}
#site-generator {
	font-size: 12px;
	float: right;
	text-align: right;
	width: 50%;
}
#wpstats {
	position: absolute;
	top: -9000px;
}


/* =Print
----------------------------------------------- */

@media print {
	* {
		overflow: visible !important;
		float: none !important;
	}
	body {
		background: none !important;
		color: #000;
		font: 12px Helvetica, "Bitstream Charter", sans-serif;
		line-height: 1.7;
	}
	#container {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#content-container {
		float: none !important;
	}
	#content {
		width: 100% !important;
	}
	#site-title {
		text-align: left;
	}
	.entry-meta {
		border: none;
		padding: 0;
	}
	#nav,
	#pic,
	.navigation,
	.jump,
	.wpl-likebox,
	.entry-links,
	#sidebar,
	.widget-area,
	#respond,
	#footer {
		display: none !important;
	}

}


/* =WP.com
-------------------------------------------------------------- */

body.typekit-enabled #site-info {
	width: 40%;
}
body.typekit-enabled #site-generator {
	width: 60%;
}
.milestone-widget .milestone-header {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	color: #333;
}
.milestone-widget .milestone-countdown,
.milestone-widget .milestone-message {
	background-color: #f5f5f5;
	border: none;
	border-top: 1px solid #fff;
}
.milestone-widget .milestone-content {
	max-width: none;
}
.widget_twitter iframe {
	margin-top: 10px;
}


/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll #content-box:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 50px;
}
.infinite-scroll #content .infinite-wrap {
	border-top: none;
	padding-top: 0;
}
/* Elements to hide */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #footer {
	display: none;
}
/* loader */
.infinite-loader {
	margin: 10px auto 20px;
	width: 24px;
}
/* Tweak the standard footer to match the theme style */
.infinite-scroll #infinite-footer .container {
	background: rgba( 245, 245, 245, 0.9);
	border: none;
	border-radius: 0;
}
.infinite-scroll #infinite-footer .blog-credits {
	color: #333;
}
.infinite-scroll #infinite-footer .blog-info a,
.infinite-scroll #infinite-footer .blog-credits a {
	color: #1c9bdc;
}
.infinite-scroll #infinite-footer .blog-info a:hover,
.infinite-scroll #infinite-footer .blog-credits a:hover {
	color: #1873a1;
}
/* Load more posts button */
.infinite-scroll #infinite-handle {
	text-align: center;
}
.infinite-scroll #infinite-handle span {
	background: rgb( 245, 245, 245 );
	border-color: rgb( 245, 245, 245 );
	border-radius: 2px;
	color: #1c9bdc;
	font-size: 14px;
	line-height: 2.4285714285em;
	padding: 8px 20px;
}
.infinite-scroll #infinite-handle span::before {
	color: #1c9bdc;
}
.infinite-scroll #infinite-handle:hover span,
.infinite-scroll #infinite-handle:hover span::before {
	color: #1873a1;
}
/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending #footer {
	display: block;
}
/* Dark */
.color-dark #infinite-footer .container {
	background: rgba( 20, 20, 20, 0.9);
}
.color-dark #infinite-footer .blog-credits {
	color: #d8d8cd;
}
.color-dark #infinite-footer .blog-info a,
.color-dark #infinite-footer .blog-credits a {
	color: #1c9bdc;
}
.color-dark #infinite-footer .blog-info a:hover,
.color-dark #infinite-footer .blog-credits a:hover {
	color: #1873a1;
}
.color-dark #infinite-handle span {
	background: rgb( 20, 20, 20 );
	border-color: rgb( 20, 20, 20 );
	color: #1c9bdc;
}
.color-dark #infinite-handle span::before {
	color: #1c9bdc;
}
.color-dark #infinite-handle:hover span,
.color-dark #infinite-handle:hover span::before {
	color: #1873a1;
}
/* Brown */
.color-brown #infinite-footer .container {
	background: rgba( 36, 31, 22, 0.9 );
}
.color-brown #infinite-footer .blog-credits {
	color: #9f9c80;
}
.color-brown #infinite-footer .blog-info a,
.color-brown #infinite-footer .blog-credits a {
	color: #b58942;
}
.color-brown #infinite-footer .blog-info a:hover,
.color-brown #infinite-footer .blog-credits a:hover {
	color: #c5903b;
}
.color-brown #infinite-handle span {
	background: rgb( 36, 31, 22 );
	border-color: rgb( 36, 31, 22 );
	color: #b58942;
}
.color-brown #infinite-handle span::before {
	color: #b58942;
}
/* Red */
.color-red #infinite-footer .container {
	background: rgba( 125, 23, 13, 0.9 );
}
.color-red #infinite-footer .blog-credits {
	color: #fae8e6;
}
.color-red #infinite-footer .blog-info a,
.color-red #infinite-footer .blog-credits a {
	color: #eb877b;
}
.color-red #infinite-footer .blog-info a:hover,
.color-red #infinite-footer .blog-credits a:hover {
	color: #f39a90;
}
.color-red #infinite-handle span {
	background: rgb( 125, 23, 13 );
	border-color: rgb( 125, 23, 13 );
	color: #eb877b;
}
.color-red #infinite-handle span::before {
	color: #eb877b;
}
.color-red #infinite-handle:hover span,
.color-red #infinite-handle:hover span::before {
	color: #f39a90;
}

.mobileSubNav {
	display:none;
}

/****** STRATA4 Overlay ******/
#my_popup {
    display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 9999;
}
#my_popup .popupContainer {
	position: relative;
	width: 710px;
	margin: 250px auto;
}
#my_popup .strata4-bg {
	position: absolute;
	top: 0;
}
#my_popup .toStrata4 {
	position: absolute;
	top: 315px;
	left: 251px;
}
#my_popup .my_popup_close {
	background: transparent;
	border: none;
	position: absolute;
	cursor: pointer;
	top: 425px;
	left: 249px;
}

/** Tablet Styles **/
@media (min-width: 481px) and (max-width: 1024px) {
	.mobileSubNav {
		display:block;
		padding:0 0 30px 2.5em;
	}
	.mobileSubNav a {
		display:block;
		margin-bottom:6px;
	}
	#nav .sub-menu {
		display:none;
	}
}

/** Mobile Styles**/
@media (max-width: 480px) {
	.mobileSubNav {
		display:block;
		padding:0 0 30px 2.5em;
	}
	.mobileSubNav a {
		display:block;
		margin-bottom:6px;
	}
	#nav .sub-menu {
		display:none;
	}
}