/*
Theme Name: VEDP 2014
Author: Access Advertising
Author URI: http://visitaccess.com
Version: 1.0
*/

/* Reset */
* {
	margin:0;
	padding:0;
	outline: none;
}
*::-moz-focus-inner {border:0;}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body{
	color:#333;
	font:16px/32px 'Lato', verdana, sans-serif;
	background:#fff;
}
/* styles for default page links */
a{
	text-decoration:underline;
	color:#003f5e;
	outline:none;
}
a:hover
{
	color: #003f5e;
}
/* set typography styles for common tags */
input, textarea, select{
	font:100% 'Lato', arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
	outline:none;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}

cite{
	display:block;
	text-align:right;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border: none;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin:0 0 14px;}
ul ul,
ul ol,
ol ul,
ol ol{
	padding-left:18px;
	margin:0;
}
ul li, ol li{list-style-position:inside;}
ul>li{list-style-type:disc;}
dl dt{
	float:left;
	clear:left;
	padding-right:4px;
	font-weight:bold;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.searchform textarea,
.searchform input[type="email"],
.searchform input[type="text"]
{
	border:1px solid #ccc;
	background:#fff;
	margin:0 4px 0 0;
	padding:6px 4px;
	width:300px;
}
textarea.width_override,
input[type="email"].width_override,
input[type="text"].width_override
{
	width: auto !important;
}

.commentlist li{list-style:none;}
.commentlist li+li{padding-bottom:14px;}
.commentlist img{
	float:left;
	margin:0 14px 4px 0;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	padding:3px 4px;
	overflow:auto;
	margin:0;
	height:120px;
}
.navigation{overflow:hidden;}
.navigation .next{float:left;}
.navigation .prev{float:right;}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft{float: left;}
.alignright {float: right;}
.wp-caption {
	text-align: left;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-text {
	padding: 0;
	margin: 0;
	font-style: italic;
	line-height: 20px;
	line-height: 1.25rem;
}

.clear:before,
.clear:after 
{
	content: "";
	display: table;
}

.clear:after 
{
	clear: both;
}

img
{
	max-width: 100%;
	height: auto;
}

/* Site styles */

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}

input, textarea, select
{
	padding: 5px 4px;
	color: #333;
	border: 1px solid #333;
	margin-bottom: 4px;
	max-width: 85%;
}

input[type=button],
input[type=submit],
input[type=reset]
{
	color: #003f5e;
	background: #54bfc8 url() no-repeat;
	border-radius: 0;
	font: normal bold 14px/18px 'Lato', arial, sans-serif;
	font: normal bold 0.875rem/1.125rem 'Lato', arial, sans-serif;
	padding: 7px 10px 6px;
	text-decoration: none;
	border: none;
}

.default_text_active
{
	color: #999;
}

.alignleft
{
	float: left;
	clear: none;
	padding: 0 12px 12px 0;
	padding: 0 0.75rem 0.75rem 0;
}

.alignright
{
	float: right;
	clear: none;
	padding: 0 12px 12px;
	padding: 0 0 0.75rem 0.75rem;
}

.aligncenter, div.aligncenter 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#banner_wrapper,
#header_wrapper,
#main-nav_wrapper,
#mobile-nav_wrapper,
#content_wrapper,
#widget_wrapper,
#footer_wrapper
{
	display: block;
	width: 100%;
	clear: both;
	float: none;
	position: relative;
}

#banner_wrapper
{
	background-color: #ee2e24;
	z-index: 100;
}

#main-nav_wrapper,
#mobile-nav_wrapper
{
	background-color: #d9d6d6;
}

#mobile-nav_wrapper,
.mobile_only
{
	display: none;
}

#banner_inner,
#header_inner,
#search_inner,
#success_story_inner,
#main-nav_inner,
#mobile-nav_inner,
#content_inner,
#widget_inner,
#footer_inner
{
	margin: 0 auto;
	clear: both;
	float: none;
	display: block;
	width: 1000px;
	max-width: 1000px;
	overflow: hidden;
	position: relative;
}

#banner_inner
{
	height: 24px;
	padding: 0 10px 6px;
	font: normal normal 10px/17px arial;
	font: normal normal 0.625rem/1.0625rem arial;
	color: #fff;
	text-transform: uppercase;
	overflow: inherit;
	position: relative;
	letter-spacing: 4px;
}
#banner_inner img
{
	display: inline;
	padding: 0 10px;
	position: relative;
	top: 5px;
}

#search_inner
{
	overflow: inherit;
}

p
{
	font-size: 16px;
	font-size: 1rem;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

h1, 
h1 a
{
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 30px;
	line-height: 1.875rem;
	color: #003f5e;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

h2,
h2 a
{
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: 1.75rem;
	font-weight: normal;
	color: #003f5e;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

h2.intro
{
	margin-bottom: 30px;
}

h3,
h3 a
{
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 600;
	color: #003f5e;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

h4,
h4 a
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 600;
	color: #003f5e;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

h5,
h5 a
{
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 22px;
	line-height: 1.375rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}

blockquote
{
	background-color: #fcfaf5;
	font-style: italic;
	padding: 16px;
	padding: 1rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

blockquote p
{
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.meta-nav
{
	display: none;
}

.bg-stretch{
	overflow:hidden;
	z-index:1;
	max-height:715px;
	max-height: 44.6875rem;
	position: relative;
	width: 100%;
}
.bg-stretch img
{
	width: 100%;
	display: block;
}

ul, ol
{
	padding-left: 32px;
	padding-left: 2rem;
}

ul li
{
	list-style-type: square;
}

ul ul, ol ul, ul ol, ol ul
{
	padding-left: 20px;
	padding-left: 1.25rem;
}

ul li, ol li
{
	list-style-position: outside;
}

.error
{
    background-color: #FFCCCC;
	border: 1px solid #CD262B;
}

.success
{
	
    background-color: #CCFF99;
	border: 1px solid #CD262B;
}

.warning
{
	background-color: #FFE303;
	border: 1px solid black;
}

.msg
{
	padding: 16px;
	padding: 1rem;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;	
	display: block;
}

iframe
{
	max-width: 100%;
}

/* Main menu */

.home #main-nav_wrapper
{
	position: absolute;
	bottom: 25%;
	z-index: 100;
}

#main-nav
{
	list-style: none;
	padding: 15px 0;
	padding: 0.9375rem 0;
	margin: 0;
}

#main-nav_inner
{
	position: relative;
	overflow: visible;
}

#main-nav li
{
	list-style-type: none;
	padding: 0;
	float: left;
	display: inline;
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
	line-height: 1rem;
	color: #003f5e;
	
}

#main-nav li a
{
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 18px;
	line-height: 1.125px;
	font-weight: bold;
	text-decoration: none;
	color: #003f5e;
	padding: 15px;
	padding: 0.9375rem;
}

#main-nav li.current-menu-item a,
#main-nav li.current_page_ancestor a,
#main-nav li.current-menu-ancestor a
{
	color: #fff;
	background-color: #537384;
}

#main-nav li ul
{	
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: 16px;
	margin-top: 1rem;
	padding: 22px 0;
	padding: 1.375rem 0;
	visibility: hidden;
	z-index: 1000;
	background: #003f5e;
	background:rgb(0,63,94); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(0,63,94,0.8); /* Modern Browsers */
}

#main-nav li.active ul
{
	visibility: visible;
}

#main-nav li ul li
{	
	float: left;
	padding: 0;
	z-index: 10000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 22px;
	line-height: 1.375rem;
	color: #fff;
	background-color: transparent;
	border-right: 1px solid #54bfc8;
}

#main-nav li ul li:last-child
{
	border-right: 0;
}

#main-nav li ul li a,
#main-nav li.current-menu-item ul li a,
#main-nav li.current-page-ancestor ul li a,
#main-nav li.current-menu-ancestor ul li a
{
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 18px;
	line-height: 1.125rem;
	padding: 24px 15px 29px;
	padding: 1.5rem 0.9375rem 1.8125rem;
	color: #fff;
	background-color: transparent;
	position: relative;
}

#main-nav li ul li .inline_events_header
{
	display: inline-block;
	padding: 0 0 0 15px;
	padding: 0 0 0 0.9375rem;
}

#main-nav li ul li a:hover
{
	text-decoration: underline;
}

#main-nav li ul li.current-menu-item a,
#main-nav li ul li.current-page-ancestor a
{
	background-color: #758f9d;
}

#main-nav li ul li.current-menu-item a:before,
#main-nav li ul li.current-page-ancestor a:before
{
	content: url(./images/nav-mouseover.png);
	position: absolute;
	left: 0;
	bottom: -15px;
	bottom: -0.9375rem;
}

.home #main-nav li ul
{
	max-width: 950px;
	width: 100%;
}

.home #main-nav li:first-child a
{
	padding-left: 37px;
	padding-left: 2.3125rem;
}

.home #main-nav li ul li
{
	background: transparent url(./images/nav-vert-sep.png) repeat-y 100% 0;
	border: 0;
	max-width: 28%;
	padding: 0;
}

.home #main-nav li ul li .menu_item_wrapper
{
	padding: 0 12px;
}

.home #main-nav li ul li .description
{
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 16px;
	line-height: 1rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	font-weight: normal;
}

.home #main-nav li ul li:last-child
{
	background-image: none;
}

.home #main-nav li ul li h2.menu_item_title
{
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 22px;
	line-height: 1.375rem;
	color: #fff;
}

.home #main-nav li ul
{
	padding: 15px 25px;
	padding: 0.9375rem 1.5625rem;
}

.home #main-nav li.current-menu-item ul li,
.home #main-nav li.current_page_ancestor ul li,
.home #main-nav li ul li a,
.home #main-nav li ul li:first-child a,
.home #main-nav li.current-menu-item ul li a,
.home #main-nav li.current_page_ancestor ul li a
{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 19px;
	line-height: 1.1875rem;
	padding: 0;
	font-weight: normal;
}

.home #main-nav li ul li a
{
	padding: 0;
	background-color: transparent;
}

.home #main-nav li ul li a:before,
.home #main-nav li.current-menu-item ul li a:before
{
	content: '';
	position: static;
}

.home #main-nav li ul li a:hover
{
	background-color: transparent;
}

.home #main-nav li ul li a:after,
.home #main-nav li.current-menu-item ul li a:after
{
	content: url(./images/btn-learnmore.png);
	position: relative;
	left: 10px;
	top: 3px;
}

#main-nav_subwrapper
{
	background-color: #003f5e;
	height: 70px;
	height: 4.375rem;
}
.home #main-nav_subwrapper
{
	display: none;
}

#social-nav-container
{
	float: right;
	clear: none;
}

#social-nav
{
	padding: 17px 0 15px;
	padding: 1.0625rem 0 0.9375rem;
	list-style: none;
	margin: 0;
}

#social-nav li
{
	float: left;
	list-style-type: none;
	position: relative;
	padding: 0 4px;
	padding: 0 0.25rem;
}

#social-nav li a
{
	display: block;
	text-indent: -9999px;
}

#social-nav li.facebook a
{
	background: transparent url(images/icon-facebook.png) no-repeat;
	width: 7px;
	height: 13px;
}

#social-nav li.twitter a
{
	background: transparent url(images/icon-twitter.png) no-repeat;
	width: 15px;
	height: 13px;
}

#social-nav li.rss a
{
	background: transparent url(images/icon-rss.png) no-repeat;
	width: 13px;
	height: 13px;
}

#social-nav li.youtube a
{
	background: transparent url(images/icon-youtube.png) no-repeat;
	width: 20px;
	height: 13px;
}

#social-nav li.vimeo a
{
	background: transparent url(images/icon-vimeo.png) no-repeat;
	width: 14px;
	height: 13px;
}

/* Header area */

#logo_wrapper
{
	float: right;
	background-color: #003f5e;
	padding: 10px 3%;
	padding: 0.625rem 3%;
	max-width: 35%;
	position: absolute;
	right: 0;
	z-index: 1000;
}

#search_container
{
	position: absolute;
	left: 0;
	top: -57px;
	z-index: 90;
	color: #fff;
	background-color: transparent;
	width: 50%;
	max-width: 50%;
}

.search-form
{
	padding: 10px;
	padding: 0.625rem;
	margin: 0;
	background-color: #003f5e;
	color: #fff;
}

.search-form input.search-submit
{
	vertical-align: bottom;
	padding-bottom: 5px;
}

/* Main content area */

.home #header_wrapper .bg-stretch
{
	/*height: 715px; */
}

.home #header_wrapper .bg-stretch img
{
	/* position: absolute; */
}

.home #header_wrapper .bg-stretch #success_story_overlay img
{
	position: static;
}

.home article
{
	position: relative;
}

#success_story_overlay,
#featured_image_overlay
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

#success_story
{
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

#success_story_inner
{
	height: 100%;
}

#success_story_overlay img
{
	width: 100%;
	height: auto;
}

#success_story_callout
{
	position: relative;
	top: 20%;
	width: 47%;
	z-index: 50;
}

#success_story_callout h3
{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 19px;
	line-height: 1.1875rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
	letter-spacing: 2px;
}

#success_story_callout_Inner
{
	background: #003f5e;
	background:rgb(0,63,94); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(0,63,94,0.8); /* Modern Browsers */
	color: #fff;
	padding: 20px 25px;
	padding: 1.25rem 1.5625rem;
}

#success_story_callout h3.success_story_excerpt
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: bold;
	padding-left: 0;
	text-transform: none;
	letter-spacing: normal;
	text-indent: -0.5rem;
	margin-left: 0.5rem;
}

.success_story_company
{
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 15px;
	line-height: 0.9375rem;
	font-weight: bold;
	font-style: italic;
	margin-left: 11px;
	margin-left: 0.6875rem;
}

a.success_story_link
{
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 16px;
	line-height: 1rem;
	color: #fff;
	text-decoration: none;
	margin-left: 12px;
	margin-left: 0.75rem;
}

#content_inner
{
	padding: 50px 0 20px;
	padding: 3.125rem 0 1.25rem;
}

#primary
{
	width: 74%;
	float: left;
	clear: none;
}

#primary.full_width
{
	width: 100%;
	float: none;
}

#sidebar
{
	float: right;
	width: 23%;
	clear: none;
}

.home #sidebar
{
	padding-top: 45px;
	padding-top: 2.8125rem;
}

h1.page-title
{
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.entry-content
{
	padding: 0;
}

.paging-navigation,
.post-navigation
{
	padding: 0 0 20px 0;
	padding: 0 0 1.25rem 0;
}

.category article .entry-content-inner,
.archive article .entry-content-inner
{
	padding-bottom: 0;
}

.entry-divider
{
	background: transparent url(./images/hr-tile.gif) repeat-x;
	height: 7px;
	padding: 12px 0;
	padding: 0.75rem 0;
}

.category article:last-child .entry-content-inner,
.archive article:last-child .entry-content-inner
{
	border-bottom: 0;
	padding-bottom: 0;
}

.prev_link
{
	width: auto;
	float: left;
}

.next_link
{
	width: auto;
	float: right;
	text-align: right;
}

#content
{
	padding-left: 25px;
	padding-left: 1.5625rem;
}

#secondary_col1
{
	width: 45%;
	float: left;
}

#secondary_col2
{
	width: 45%;
	float: right;
}

.column_1,
.column_2
{
	width: 47%;
	padding-right: 2%;
	float: left;
}

.column_3
{
	width: 32%;
	float: left;
}

.home #content
{
	padding: 0;
}

#home_content h1
{
	padding-top: 14px;
	padding-top: 0.875rem;
}

h2.entry-title a
{
	text-decoration: none;
}

.entry-date
{
	font-style: italic;
}

.entry-meta
{
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

#home_widgets h2.widget-title
{
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-top: 6px;
	padding-top: 0.375rem;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	color: #003f5e;
}

#home_widgets h2.widget-title span
{
	font-size: 19px;
	font-size: 1.1875rem;
	font-weight: normal;
}

#home_widgets aside ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#home_widgets aside ul li
{
	list-style-type: none;
	margin: 0 0 30px 0;
	margin: 0 0 1.875rem 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
}

#home_widgets aside ul li .blog_item_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	background:rgb(0,63,94); /* IE6/7/8 */
	filter:alpha(opacity=30); /* IE6/7/8 */
	background:rgba(0,63,94,0.3); /* Modern Browsers */
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
	padding: 25px 35px;
	padding: 1.5625rem 2.1875rem;
	height: 100%;
}

#home_widgets aside ul li .blog_item_container.no_video
{
	position: static;
}

#home_widgets aside ul li .blog_item_container h3,
#home_widgets aside ul li .blog_item_container h3 a
{
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#home_widgets aside ul li .blog_item_container p,
#home_widgets aside ul li .blog_item_container p a
{
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
}

#home_widgets aside ul li .blog_item_video
{
	float: right;
	position: relative;
	right: -1px;
	width: 51%;
	padding: 0;
	margin: 0;
}

#home_widgets aside ul li .blog_item_video iframe
{
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: block
}

#home_widgets aside h3.read_more a
{
	color: #ee2e24;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 22px;
	line-height: 1.375rem;
	text-decoration: none;
}

#sidebar input, 
#sidebar textarea,
#sidebar select,
.search-form input
{
	border: 0;
	padding: 5px 10px 4px;
}

#sidebar .widget
{
	background-color: #f4f0de;
	color: #666666;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 16px;
	line-height: 1rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

#sidebar aside .widget_content_wrapper
{
	padding: 25px 10%;
	padding: 1.5625rem 10%;
}

#sidebar aside.widget_blue
{
	background-color: #003f5e;
}

#sidebar .widget p
{
	color: #666666;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 16px;
	line-height: 1rem;
}

#sidebar .widget a
{
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 16px;
	line-height: 1rem;
}

#sidebar .widget ul
{
	padding-left: 10%;
	margin: 0;
}

#sidebar .widget ul li
{
	color: #003f5e;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	line-height: 1.25rem;
}

#sidebar .widget ul li a
{
	color: #003f5e;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 20px;
	line-height: 1.25rem;
	font-weight: normal;
}

#sidebar aside.widget_blue p,
#sidebar aside.widget_blue a,
#sidebar aside.widget_blue ul li,
#sidebar aside.widget_blue ul li a
{
	color: #fff;
}

#sidebar h1
{
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 18px;
	line-height: 1.125rem;
	color: #003f5e;
}

#sidebar h3
{
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 22px;
	line-height: 1.375rem;
	color: #003f5e;
}

#sidebar aside.widget_blue h1,
#sidebar aside.widget_blue h3
{
	color: #fff;
}

/* Child pages tiles menu */

.child_page_tiles_menu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.child_page_tiles_menu ul li
{
	list-style-type: none;
	float: left;
	padding: 0 32px 32px 0;
	padding: 0 2rem 2rem 0;
	max-width: 30%;
}

.child_page_tiles_menu ul li img
{
	display: block;
}

.child_page_tiles_menu li .child_title_wrapper
{
	background-color: #537384;
	color: #fff;
	text-align: center;
	padding: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.child_page_tiles_menu li .child_title_wrapper a
{
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	text-decoration: none;
}

.posts_list
{
	padding: 10px 0 0 0;
	padding: 0.625rem 0 0 0;
	margin: 0;
	list-style: none;
}

.posts_list li
{
	list-style-type: none;
}

.posts_list li h4,
.posts_list li h4 a
{
	font: normal bold 13px/15px arial, sans-serif;
	font: normal bold 0.8125rem/0.9375rem arial, sans-serif;
	color: #8d3d78;
	text-decoration: none;
	margin-bottom: 0;
}

.posts_list li h4
{
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}

.short_hr,
.medium_hr,
.long_hr
{
	width: 100%;
	height: 6px;
	height: 0.375rem;
	clear: both;
	padding: 10px 0;
	padding: 0.625rem 0;
}

#main_content
{
	width: 546px;
	width: 34.125rem;
	float: left;
	clear: none;
}

#main_content h2
{
	font: normal bold 15px/16px arial, sans-serif;
	color: #8d3d78;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

#main_content article
{
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.wpcf7 label
{
	width: 80px;
	width: 5rem;
	display: inline-block;
}

.required
{
	font-weight: bold;
}

/* Form classes */

.section
{
	padding: 12px;
	padding: 0.75rem;
}

.section_row
{
	clear: both;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
	display: block;
}

.section_row label
{
	float: left;
	clear: none;
	text-align: right;
}

.section_row label.required
{
	font-weight: bold;
}

.section_title
{
    font-weight: bold;
}

/* Interactive pages */

#service_categories_wrapper
{
	width: 220px;
	float: left;
	clear: none;
}

#service_categories
{
	width: 220px;
	height: 600px;
	overflow: auto;
	border: 1px solid #77787c;
}

#service_categories ul
{
	padding-left: 24px;
	padding-left: 1.5rem;
}

#service_categories ul li
{
}

#category_list 
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 190px; 
}

#category_list li 
{ 
	margin: 0 3px 3px 3px; 
	padding: 0.4em; 
	padding-left: 1em; 
	font-size: 12px; 
	position: relative;
}

#category_list li span 
{ 
	position: absolute; 
	right: 10px; 
}

#service_network
{
	padding-left: 230px;
}

.service_network_list_item
{
	background-color: #f2f2f2;
	border: 1px solid #77787c;
	padding: 10px;
	margin-bottom: 10px;
}

/* Footer */

#footer_wrapper
{
}

#footer_inner
{
	position: relative;
	overflow: visible;
}

#footer_content
{
	padding: 15px;
	padding: 0.9375rem;
	position: absolute;
	top: 30px;
	left: -15px;
	z-index: 1000;
	background:rgb(255,255,255); /* IE6/7/8 */
	filter:alpha(opacity=80); /* IE6/7/8 */
	background:rgba(255,255,255,0.8); /* Modern Browsers */
}

#footer_inner p
{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
	color: #000;
	font-weight: 300;
}

#footer_inner a
{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
	color: #000;
	font-weight: 300;
}

#footer_inner ul
{
	margin: 0;
	padding: 0;
}

#footer_inner ul li
{
	float: left;
	list-style-type: none;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
	line-height: 1.125rem;
	font-weight: 300;
	padding: 0 16px 0 0;
}

#footer_inner ul li:after
{
	content: '\2022';
	position: relative;
	left: 8px;
}

#footer_inner ul li:last-child:after
{
	content: '';
}

/* Thickbox lightbox */

#TB_caption
{
	height: auto !important;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 16px;
	line-height: 1rem;
}

#TB_closeWindow
{
	height: auto !important;
}

.msa_download_btn {
	position: absolute;
	top: 15px;
	left: 620px;
}

#msa_map_close {
	background: transparent url(./images/btn_close-popup.png) no-repeat;
	width: 58px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	clear: none;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}

/* Mobile side menu */

#mobile_toggle
{
	background-color: transparent;
	color: #003f5e;
	padding: 10px;
	padding: 0.625rem;
	display: none;
}

@media only screen and (max-width:1500px)
{
	.bg-stretch,
	.home #header_wrapper .bg-stretch
	{
		max-height: 600px;
		max-height: 37.5rem;
	}
	#success_story_callout
	{
		width: 40%;
	}
}

@media only screen and (max-width:1200px)
{
}

@media only screen and (max-width:1000px)
{
	body,
	html
	{
		font-size: 14px;
	}
	#banner_inner,
	#header_inner,
	#search_inner,
	#success_story_inner,
	#main-nav_inner,
	#mobile-nav_inner,
	#content_inner,
	#widget_inner,
	#footer_inner
	{
		width: auto;
		max-width: none;
		padding: 0 2%;
	}
	#banner_inner
	{
		padding: 0 10px 6px;
		padding: 0 0.625rem 0.375rem;
		letter-spacing: normal;
		font-size: 12px;
		font-size: 0.75rem;
	}
	#content_inner
	{
		padding-top: 40px;
		padding-top: 2.5rem;
	}
	#success_story_callout
	{
		top: 15%;
		width: 50%;
	}

	#footer_content
	{
		left: 0;
	}
}

@media only screen and (max-width:900px)
{
	.home #main-nav_wrapper
	{
		bottom: 30%;
	}
	
	#main-nav
	{
		padding: 0.7857142857142857rem 0;
	}

	#main-nav li a
	{
		font-size: 0.7857142857142857rem;
		padding: 1rem 0.5rem;
	}
	
	#main-nav li ul li a, 
	#main-nav li.current-menu-item ul li a, 
	#main-nav li.current_page_ancestor ul li a
	{
		font-size: 1rem;
	}
}

@media only screen and (max-width:800px)
{
	#success_story_callout
	{
		position: absolute;
		top: 30%;
		width: 40%;
		background:rgba(0,63,94,0.8);
		padding: 20px 25px 0;
		padding: 1.25rem 1.5625rem 0;
	}

	#success_story_callout_Inner
	{
		background-color: transparent;
		color: #fff;
		padding: 0;
	}

	#success_story_callout h3
	{
		padding-left: 0;
	}
	
	#success_story_callout h3.success_story_excerpt
	{
		display: none;
	}

	.success_story_company
	{
		font-size: 15px;
		font-size: 0.9375rem;
		margin-left: 0;
	}

	a.success_story_link
	{
		margin-left: 0;
		vertical-align: top;
	}
	
	#primary,
	#sidebar
	{
		width: 100%;
		float: none;
	}
	
	#sidebar .widget
	{
		width: 35%;
		padding: 25px 5%;
		padding: 1.5625rem 5%;
		float: left;
		max-width: 210px;
		max-width: 13.125rem;
	}
	
	#sidebar .widget:nth-child(even)
	{
		float: right;
	}
}

@media only screen and (max-width:700px)
{
	.csRow .csColumn
	{
		text-align: left !important;
		width: 100% !important;
		margin: 0 !important;
	}
	
	.not_mobile
	{
		display: none !important;
	}
	.mobile_only
	{
		display: block;
	}
	
}
	
@media only screen and (max-width:479px)
{
	body,
	html
	{
		font-size: 12px;
	}
	
	#main-nav-container,
	#social-nav-container,
	#main-nav_subwrapper,
	#main-nav_wrapper,
	#search_wrapper,
	.sb-slidebar .search-form .screen-reader-text
	{
		display: none;
	}
	#mobile-nav_wrapper
	{
		display: block;
	}
	.home #main-nav_wrapper
	{
		top: 0;
		bottom: auto;
		position: relative;
		z-index: 5;
		height: 32px;
	}
	#main-nav_inner
	{
		position: relative;
		top: 8px;
		top: 0.667rem;
	}
	#banner_wrapper.mobile_open
	{
		left: -237px;
	}
	#banner_wrapper.mobile_open #logo_wrapper
	{
		display: none;
	}
	
	.sb-slidebar .search-form
	{
		padding-left: 2.5rem;
	}
	
	.sb-slidebar .search-form input.search-submit
	{
		padding: 6px 10px;
	}
	
	#content_inner
	{
		padding: 36px 2% 0 2%;
		padding: 3rem 2% 0 2%;
	}

	#content
	{
		padding: 0;
	}
	
	#banner_inner
	{
		font-size: 0.67rem;
		letter-spacing: normal;
		height: auto;
		padding: 8px 10px 6px;
	}
	#banner_inner img
	{
		width: 2px;
		height: 2px;
		top: -2px;
		padding: 0 5px;
	}

	#mobile_toggle
	{
		display: block;
		padding-top: 16px;
		padding-top: 1.33333rem;
	}
	
	#logo_wrapper
	{
		top: 100%;
	}
	#logo_wrapper img
	{
		padding: 0;
		width: auto;
		height: auto;
		top: 0;
	}
	#success_story_callout
	{
		top: 50%;
	}
	
	#sidebar .widget,
	#sidebar .widget:nth-child(even)
	{
		width: auto;
		max-width: none;
		float: none;
	}
	
	.sb-toggle-text
	{
		font-size: 1.5rem;
		top: -8px;
		top: -0.667rem;
	}
	
	.child_page_tiles_menu ul li
	{
		padding: 0 3% 32px 0;
		padding: 0 3% 2rem 0;
		max-width: 45%;
	}
	
	#mobile_toggle.mobile_open
	{
		display: none;
	}
	#home_widgets aside ul li .blog_item_container
	{
		width: 60%;
		position: static;
	}
	
	#home_widgets aside ul li .blog_item_video
	{
		display: none;
	}
	
	#footer_content
	{
		position: static;
		padding: 0;
	}
	
	#footer_content p
	{
		margin-bottom: 10px;
		clear: both;
	}

	#footer_inner ul li:first-child
	{
		display: list-item;
	}
	#footer_inner ul li:first-child:after
	{
		content: '';
	}

	.navicon-line {
		background-color: #003f5e;
		border-radius: 1px;
		height: 3px;
		margin: 0 8px 3px 0;
		margin: 0 0.667rem 0.25rem 0;
		width: 24px;
		width: 2rem;
		float: left;
		clear: left;
	}

	#sidr_close .navicon-line
	{
		background-color: #fff;
	}

	.sb-toggle-text {
		float: left;
		position: relative;
		top: -12px;
		top: -1rem;
		color: #003f5e;
		line-height: 16px;
		line-height: 1.33rem;
		font-weight: bold;
	}
	.sb-slidebar
	{
		padding: 0 0 0 12px;
		padding: 0 0 0 1rem;
		background-color: #003f5e;
	}

	.sb-slidebar h1#sidr_close
	{
		line-height: 18px;
		line-height: 1.5rem;
		padding: 18px 0 10px;
		padding: 1.5rem 0 0.833rem;
		color: #fff;
	}

	.sb-slidebar ul#mobile-nav,
	.sb-slidebar ul#mobile-nav ul
	{
		border: none;
		width: 100%;
		padding: 0;
	}
	.sb-slidebar ul
	{
		position: relative;
		left: 0;
	}
	.sb-slidebar ul li
	{
		position: relative;
	}

	.sb-slidebar #mobile-nav li,
	.sb-slidebar #mobile-nav li ul li
	{
		float: none;
		display: list-item;
		list-style-type: none;
		font-size: 16px;
		font-size: 1.3333rem;
		line-height: 24px;
		line-height: 2rem;
		font-weight: bold;
		width: auto;
		border: none;
		padding: 0 28px 12px 12px;
		padding: 0 2.333333rem 1rem 1rem;
	}

	.sb-slidebar #mobile-nav li a
	{
		font-size: 18px;
		font-size: 1.5rem;
		font-weight: bold;
		border: none;
		color: #fff;
		display: block;
	}

	.sb-slidebar #mobile-nav li ul li a
	{
		width: auto;
		border: none;
	}
	.sb-slidebar #mobile-nav li ul a.sb-toggle-submenu
	{
		display: none;
	}
	.sb-slidebar #mobile-nav .menu {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.sb-slidebar #mobile-nav .menu li {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.sb-slidebar #mobile-nav li:hover,
	.sb-slidebar #mobile-nav li:hover li:hover
	{
		background-color: #003f5e;
	}
	.sb-slidebar #mobile-nav li:hover ul li
	{
		background-color: #003f5e;
	}
	.sb-slidebar #mobile-nav .menu li a {
		color: #fff;
		display: block;
		padding: 0.5rem 1rem;
		width: auto;
		font-size: 16px;
		font-size: 1rem;
		font-weight: bold;
	}
	.sb-slidebar #mobile-nav .menu li a:hover {
		text-decoration: none;
	}
	.sb-slidebar #mobile-nav ul.sb-submenu {
		display: none;
		list-style-type: none;
		margin: 0;
		padding: 12px 0 0;
		padding: 1rem 0 0;
		position: relative;
		left: -16px;
		left: -1.5rem;
	}
	.sb-slidebar #mobile-nav ul.sb-submenu li
	{
		padding-left: 32px;
		padding-left: 2.667rem;
		padding-right: 0;
	}
	.sb-slidebar #mobile-nav ul.sb-submenu li:last-child
	{
		padding-bottom: 0;
	}
	.sb-slidebar ul li a
	{
		padding-left: 18px;
		padding-left: 1.5rem;
	}
	.sb-slidebar ul li ul li a, .sb-slidebar ul li ul li span
	{
		padding-left: 24px;
		padding-left: 2rem;
		padding-right: 0;
	}

	span.sb-caret {
		border: 0;
		display: inline-block;
		height: 28px;
		margin: 0;
		width: 28px;
		background: transparent url(./images/mobile-nav-arrow.png) no-repeat;
		position: absolute;
		top: 0;
		right: 10px;
	}
	.sb-submenu-active > span.sb-caret {
		background-position: 0 -28px;
	}

	iframe
	{
		height: auto;
	}

	#service_categories_wrapper
	{
		width: 100%;
		float: none;
		clear: none;
	}

	#service_categories
	{
		width: 100%;
		height: 300px;
		overflow: auto;
		border: 1px solid #77787c;
	}
	#service_network
	{
		padding: 30px 0 0 0;
		padding: 2.5rem 0 0 0;
	}
}

a.custombutton {
	display: block !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	background-color: #003f5e;
	color: white;
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 0.03em;
	text-align: center;
	margin-left: 0 !important;
	text-decoration: none;
}
a.browse-button {
	font-size: 0.9em !important;
	font-weight: 300;
}
