/*
Theme Name: DBL Theme
Author: Hifinit Design Group
Author URI: http://www.hifinit.com
Description: Template for DBL Investors.
Version: 1.0
License: 
License URI:
Tags:



*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 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, 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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url(images/furley_bg.png) repeat top left #E5E5E4;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
}
table { /* tables still need 'cellspacing="0"' in the markup */
	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:focus {
	outline:none /*thin dotted*/;
}
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}

a img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 100%;
    outline: 0;
    padding: 0;
}
.imglink {
	/*width:99%;*/
	float:left;
	display:inline-block;
}
.imglink img {
	box-sizing: content-box;
	width:100%;
	float:left;
}
img.wp-post-image, .site-header img, .entry-content img, #content img, img.attachment-thumbnail, img.size-full {
    max-width: 100%;
    width: auto;
}
img.wp-post-image, .site-header img, .entry-content img, #content img, img.attachment-thumbnail, img[class*="align"], img[class*="wp-image-"] {
    height: auto;
}
/* =Global
----------------------------------------------- */

body, button, input, select, textarea {
	color: #000000;
	font-size: 1.6rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height:125%;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:700;
	line-height:100%;
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 46px;
	color: #404040;
	font-weight:bold;
	line-height:110%;
}
h1.entry-title, h1.page-title {
	font-size: 40px;
	color: #000;
	
	margin-bottom: 20px;
}
body.single h1.page-title {
	font-size: 40px;
	color: #000;
	
	margin-bottom: 20px;
}
h2 {
	font-size: 32px;
	margin-bottom: 0.5em;
	color: #404040;
}
h2.entry-title {
	font-size: 24px;
	margin-bottom: 2px;
	color: #404040;
}
h3 {
	font-size: 21px;
	line-height:115%;
	margin-bottom: 0.6em;
	color: #404040;
	font-weight:bold;
}
h4 {
	font-size: 18px;
	margin-bottom: 0.6em;
	color: #404040;
	line-height:125%;
	font-weight:bold;
}
.resource-title {
	font-size: 20px;
	margin-bottom: 0.6em;
	color: #404040;
	line-height:125%;
	font-weight:bold;
}
h5 {
	font-size: 12px;
	margin-bottom: 15px;
	padding:5px 8px;
	color: #FFF;
	background-color:#666;
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing:0.05em;
	width:auto;
	float:left;
}
.hrtop {
	border-top:4px solid #666;
	width:100%;
}
.padbt {
	margin-bottom:30px !important;
}
/*h6, h6 a:link, h6 a:visited, .head6, .head6 a:link, .head6 a:visited, a.head6:link, a.head6:visited {
	font-size: 12px;
	margin-bottom: 0.6em;
	font-family: 'HelveticaNeueCondensed', 'HelveticaNeue-Condensed', 'Helvetica Neue Condensed', 'Arial Narrow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#999;
	margin-bottom:10px;
	text-transform: uppercase;
}
h6 a:hover, h6 a:active, .head6 a:hover, .head6 a:active {
	color:#018850;
}*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	margin-bottom: 1.0em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height:140%;
}
.introp {
	font-size:17px;
	color:#000;
}
ul, ol {
	margin: 0 0 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
b, strong {
	font-weight: bold;
}
/*dfn, cite,*/ em, i {
	font-style: italic;
}
blockquote {
	color: #000000;
	clear: none;
	padding: 15px 5% 5px;
	width: 87%;
	margin-bottom: 14px;
	border-left: 1px solid #CECECE;
	background-color: #F4F4F4;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

.column {
  float: left;
  width: 14.28%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
 *overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 60%, #e6e6e6 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6', GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f5f5f5), color-stop(100%, #dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc', GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, .15);
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type=text], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus, textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.main-navigation input#s {
	width:30px;
	background-color:transparent;
	border:1px solid #F1F1F1;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.main-navigation input#s:hover {
	width:180px;
	background-color:#FFF;
	border:1px solid #ccc;
	padding-left:33px;
}
input#s:focus, input#s:active {
	border:1px solid #666;
	background-color:#FFF;
	box-shadow: 0 0 4px #E4E4E4 inset;
}
.main-navigation input#s:focus, .main-navigation input#s:active {
	width:180px;
	background-color:#FFF;
	padding-left:33px;
	border:1px solid #666;
	background-color:#FFF;
	box-shadow: 0 0 4px #E4E4E4 inset;
}
/* Links */

a:link, a:visited {
	color: #0079C9;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#999;
	text-decoration:none;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
/*
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
*/
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}
/* because formatting .numbers should consider your current font settings, we will not style it here */

/* =Menu
----------------------------------------------- */
.main-navigation, .main-small-navigation {
	margin: 25px 0 0;
	position:relative;
	z-index:100;
	clear: none;
	display: block;
	float: right;
}
.menu-category-global-nav-container {
	margin:0 0 0 -10px;
	float:left;
}
.main-navigation ul, .main-small-navigation ul, .menu-news-section-menu-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li, .main-small-navigation li, .menu-news-section-menu-container li {
	float: left;
	position: relative;
}
.main-small-navigation li {
	clear:both;
}
.main-navigation a, .main-small-navigation a {
	display: block;
	text-decoration: none;
	padding:10px 8px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000;
	font-weight: 200;
}
.main-navigation a:hover, .main-small-navigation a:hover {
	color:#015d37;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a,.main-navigation li.current-page-ancestor a {
	color:#015d37;
}

.menu-news-section-menu-container {
	background-color: #848484;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
body.page-template-temp-newsfeature-php .menu-news-section-menu-container {
	margin-bottom: 30px;
}
.menu-news-section-menu-container ul {
	float:left;
	margin-left:40px;
}
.menu-news-section-menu-container a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	font-size: 13px;
}
.menu-news-section-menu-container a:hover {
	color: #ccc;
}
.menu-news-section-menu-container li.current_page_item a, .menu-news-section-menu-container li.current-menu-item a {
	color: #0078CE;
	background-color: #FFF;
}
body.blog .pageback, body.archive .pageback, 
body.page-template-temp-newsfeature-php .pageback, 
body.page-template-temp-eventscalendar-php .pageback {
	padding:0px 0 40px;
}
body.single-post .pageback,
body.single-events .pageback,
body.single-resources .pageback {
	padding:40px 0 0;
}


/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}
/* =Secondary Menu
----------------------------------------------- */

#menu-top-right-nav a {
	display: block;
	text-decoration: none;
	padding:10px 8px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#999;
}
#menu-top-right-nav a:hover {
	color:#767676;
}
ul#menu-top-right-nav {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#menu-top-right-nav li {
	float: right;
	position: relative;
}
/* =Content
----------------------------------------------- */

.sticky {
}
body.archive article.hentry {
	margin: 0 0 30px;
	float:left;
	clear:both;
	padding:10px 0;
	border-top: 1px solid #999;
}
body.search article.hentry, body.blog article.hentry {
	margin: 0 0 10px;
	float:left;
	clear:both;
	padding:10px 0;
	border-top: 1px solid #999;
	width:100%;
}
body.search article.hentry p, body.blog article.hentry p {
	font-size:14px;
	padding-right:10px;
	line-height:125%;
}
.entry-header {
	float:left;
	clear:both;
	width:100%;
}
.entry-meta {
	margin:0 0 16px;
}
.entry-meta, .comment-meta {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:125%;
	color:#999;
}
.comment-meta {
	float:right;
}
.entry-meta a:link, .entry-meta a:visited {
	color:#999;
}
.entry-meta a:hover, .entry-meta a:active {
	color:#666;
}
.byline {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.entry-content, .entry-summary {
	margin: 0;
	float:left;
	width:100%;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */
aside ul {
	list-style-type:none;
}
aside li {
	margin-bottom:12px;
	float:left;
	border-top:1px solid #CCC;
	padding:8px 0 0;
	width:100%;
}

.wp-caption {
	/*border: 1px solid #ccc;*/
	max-width: 100%;
}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: left;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/* =Navigation
----------------------------------------------- */

.pageback .site-navigation {
	float:left;
	width:100%;
}
.pageback .site-navigation a {
	color:#999;
}
.pageback .site-navigation a:hover {
	color: #535353;
}
.nav-previous {
	float: left;
	width: 30%;
}
.nav-next {
	float: right;
	text-align:right;
	width: 30%;
}
.meta-nav {
	font-size:12px;
	clear:both;
	display:block;
}
.meta-nav-title {
	font-size:14px;
	clear:both;
	display:block;
	line-height:110%;
	font-weight:bold;
}

/* =Comments
----------------------------------------------- */
#comment-section {
	background-color:#EEE;
	padding:15px 0;
	margin:0 0 20px;
	opacity:0.8;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	overflow:hidden;
}
#comment-section p {
	font-size:14px;
}
#comment-section:hover, #comment-section:focus {
	opacity:1.0;
}
#comment-section:hover .comment-policy {
	opacity:1.0;
}
ol.commentlist {
	list-style-type:none;
}
.commentlist li {
	padding:4px 0;
	margin:0;
	width:100%;
	border-top: 2px solid #ccc;
}
.comment footer {
	margin:0;
}
article.comment {
	display:block;
}
.comment-author {
	float:left;
	margin-right:10px;
}
.form-submit {
	margin:0;
}
.comment-content {
	margin:10px 0 10px;
	display:inline-block;
}
.comment-content p {
	font-size:14px;
	color:#484848;
}
p.logged-in-as {
	float:right;
}
form#commentform {
	background-color:#DADADA;
	float:left;
	display:inline-block;
	width:92%;
	padding:4%;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
}
form#commentform textarea {
	border-radius:6px;
	padding:15px;
	width:94%;
	height:100px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:16px;
}
form#commentform textarea, form#commentform input {
	background-color:#F7F7F7;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
form#commentform textarea:focus, form#commentform input:focus {
	border:1px solid #600;
}
#comment-section:hover form#commentform textarea, #comment-section:hover form#commentform input {
	background-color:#FFF;
}
.comment-policy {
	float:right;
	width:60%;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.comment-policy p {
	margin:0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px !important;
	color:#999;
	line-height:110%;
}
.comment-policy a:link, .comment-policy a:visited {
	color:#2C2C2C;
}
.comment-policy a:hover, .comment-policy a:active {
	color:#000;
}
/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.1em;
	float:left;
	width:100%;
}
/* Search widget */
#searchsubmit {
	display: none;
}
/* The Grid */

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	float: left;
	min-height: 1px;
	margin:0 20px 0 0;
}
.col1 {
	width: 60px;
}
.col2 {
	width: 140px;
}
.col3 {
	width: 220px;
}
.col4 {
	width: 300px;
}
.col5 {
	width: 380px;
}
.col6 {
	width: 460px;
}
.col7 {
	width: 540px;
}
.col8 {
	width: 620px;
}
.col9 {
	width: 700px;
}
.col10 {
	width: 780px;
}
.col11 {
	width: 860px;
}
.col12 {
	width: 940px;
	float:left;
	margin-right: 0px !important;
}
.full980 {
	width:980px;
	float:left;
	margin:0 20px;
}
.full1020 {
	width:1020px;
	float:left;
}
.last {
	margin-right: 0px !important;
}
.right {
	float:right !important;
}
.hrow {
	width: 100%;
	float: left;
}
.hcenter {
	float:left;
	width: 940px;
	margin: 0 20px;
	padding: 0 20px;
}
.toprule {
	border-top:1px solid #999;
	padding-top:8px;
}
.bigtoprule {
	border-top:2px solid #333;
	padding-top:8px;
}
.topsection {
	margin-bottom:10px;
}
#page {
	width:1020px;
	margin:0 auto;
}
.image-wrapper {
	margin:0 auto;
	width:100%;
	overflow:hidden;
}
.background-image {
	background: url(images/background6.jpg) no-repeat top center;
	background-color: #1C3742;
	float: left;
	width: 100%;
	min-width: 1020px;
	height: 391px;
	position: relative;
	z-index: -999;
}
.single-top {
	margin:0 0 20px;
	padding:0 0 10px;
	/*min-height:180px;*/
}
.single-main {
	padding:15px 0 40px;
}
#masthead {
	width:1020px;
	margin:0 auto;
	margin-top:-400px;
}
.pageback {
	background-color:rgba(255,255,255,0.7);
	width:100%;
	float:left;
	box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	overflow:hidden;
	border-top: 4px solid #018850;
	overflow:visible;
	padding:40px 0;
	min-height:400px;
}
body.home .pageback{
	margin-top:232px;
	border-top:6px solid #4E5251;
	padding:0 0 40px;
		background-color:rgba(255,255,255,1);
}
body.single .pageback {background-color:rgba(255,255,255,1);}
hgroup {
	width:940px;
	margin:15px 40px 20px;
	float:left;
}
hgroup div {
	overflow:visible !important;
}
.logoplace {
	float:left;
	margin:15px 0 15px -6px;
}
.topheader-secondary {
	float:right;
	width:500px;
	clear:right;
}
.media-icons-header {
	display:block;
	float:right;
	clear:none;
	width:133px;
	height:26px;
	margin:10px 0 6px;
}
a.logo {
	width:313px;
	display:block;
}
a.logo:hover {
	opacity:0.7;
}
a.logo img {
	border:none;
}
h2.site-title {
	font-size:38px;
}
.site-title a {
	text-decoration:none;
}
#main {
	width:1020px;
	float:left;
	padding:40px 0;
}
#primary, #secondary {
	margin:0 0 30px;
}
#primary, #comments {
	float:right;
	width: 100%;
}
#secondary {
	float:left;
	width: 290px;
}


footer {
	float:left;
	margin:20px 0 100px;
	width:100%;
}
footer p {
	color: #999;
	font-size:12px;
}
footer a:link, footer a:visited {
	color: #575757;
}
footer a:hover, footer a:active {
	color: #232323;
}
body.single-post .entry-content {
	width:/*520px*/500px;
}
aside.fill {
	background-color:#E7E7E7;
	width:88%;
	padding:6%;
	float:left;
	display:block;
	margin-bottom:20px;
}

#nav-below {
	float:left;
	width:100%;
}
#about-site .hcenter {
	border-top:1px solid #404040;
	padding:10px 0 50px;
}
.nav-search {
	float:right;
	margin:7px -3px 0 0;
}
.featured-image {
	float:left;
	clear:both;
	width:100%;
	margin:0;
	margin: 0 0 20px 0;
}
.cat-featured-image {
	float:left;
	width:94%;
	margin:3% 3% 0;
}
/* Fix for fluid width */

.featured-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	float:left;
	clear:both;
	width:100%;
	margin:0 0 20px;
}
.featured-video iframe, .featured-video object, .featured-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* End Fix */

.caption, .featured-image-caption, .wp-caption, .media-credit, .wp-caption-text, .wp-caption-text-dd, .flex-caption {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#999;
	line-height:120%;
}
.photo-credit {
	font-style:italic;
}
.featured-image-caption {
	float:right;
	width:180px;
	margin:0 -92px 30px 30px;
}
.caption a, .comment-meta a {
	color:#626262;
}
.caption a:hover, .comment-meta a:hover {
	color:#3F3F3F;
}
.capentry {
	float:left;
	display:inline-block;
}
.capentry-thumb {
	display:block;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
a.capentry-thumb:hover {
	opacity:0.8;
}
.capentry-thumb img {
	border:none!important;
	width:100%;
}
.capentry p, .smallp, div.smallp p, body.archive article.hentry p, .wpp-comments {
	font-size:13px;
	line-height:130%;
	margin-right:10px;
	color:#333;
}
.wpp-comments {
	float:left;
	clear:both;
	width:100%;
}
.inner {
	width:88%;
	margin-right:12%;
	float:left;
	display:inline-block;
}
.searchbox-large {
	margin:20px 0 50px;
	float:left;
	background-color:#DADADA;
	width:92%;
	padding:4%;
	border-radius:6px;
}
.searchbox-large input#s {
	width:90%;
	padding:10px 10px 10px 40px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.taglist ul {
	list-style-type:none;
}
ul.topindex {
	border-bottom:1px solid #CCC;
	width:100%;
}
ul.topindex li {
	float:left;
	margin-right:3px;
}
ul.index h5 {
	border-bottom:1px solid #CCC;
	border-top:2px solid #CCC;
	width:100%;
	font-size:20px;
	font-weight:bold;
	padding:4px 0;
	background-color:#F1F1F1;
}
ul.index li ul.links {
	float:left;
	margin:0 0 20px;
	padding:0;
}
ul.index li ul.links li {
	float:left;
	width: auto;
	margin:0 15px 10px 0;
}
.tagcloud {
	padding-top:15px;
}
.tagcloud a:link, .tagcloud a:visited {
	padding:3px 10px;
	color:#656565;
	font-family: Georgia, "Times New Roman", serif;
}
.tagcloud a:hover, .tagcloud a:active {
	color:#000;
}
a.round-btn {
	display:block;
	background-color:#B61300;
	border-radius:8px;
	padding:8px 20%;
	width:60%;
	float:left;
	text-align:center;
	color:#FF9F90;
	margin:15px 0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a.round-btn:hover {
	background-color:#DC0005;
	color:#FFF;
}
a.sectmrk-btn {
	display:inline-block;
	background-color:#B61300;
	border-radius:8px;
	padding:4px 20px;
	float:right;
	text-align:center;
	color:#FF9F90;
	margin:-2px 0 0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

ul#twitter_update_list {
	list-style-type:none;
	margin-bottom:6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size:15px;
}

.fixedTop {
	position: fixed;
	top: 0;
}
#footer a:link, #footer a:visited {
	color:#9F9F9F;
	margin-right:10px;
}
#footer a:hover, #footer a:active {
	color:#FFF;
}
#footer p {
	font-size: 14px;
	line-height: 125%;
	color: #555;
}
#footer h2 {
	font-size: 28px;
	line-height: 120%;
	color: #666;
}
#footer h3 {
	font-size: 21px;
	line-height: 120%;
	color: #666;
}
#footercenter {
	width:940px;
	height: auto;
	margin:10px auto 100px;
	background-image: url(images/footer-logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
p.about-news {
	font-size:12px;
	color:#848484;
	padding-right:30px;
}
#about-site .submit {
	padding:0 10px 0 10px;
}
#about-site .last input.submit {
	margin:0 0 0 0;
	padding: 0 10px;
}
.clearfloat {
	clear:both;
	width:100%;
}
.contactlist {
	margin-bottom:20px;
}
.contactlist h4 {
	font-weight:600;
}
.media-credit {
	display:none;
	visibility:hidden;
}
.wp-caption-text-dd {
	margin:0 0 1.5em 0;
	text-align:left;
}
.wp-caption {
	max-width:118%;
	margin:0 -90px 15px 25px;
	float:right;
}
.wp-caption img {
	float:left;
	width:100% !important;
	margin-bottom:5px;
}
.clearboth {
	width:100%;
	clear:both;
	float:left;
}
.post-gallery {
	width:100%;
	float:left;
	clear:both;
	margin:0 0 20px;
}

/* HOME */
body.home #main {
	padding-top:0px;
}
body.home h2.hrtop {
	padding: 5px 0 0;
}
.home-intro {
	margin-top: -120px;
	position: relative;
}
.home-feature {
	background-color:#4E5251;
	background-color: rgba(78,82,81,0.5);
	color:#FFF;
	margin:-210px 0 0 0px;
	display:block;
	position:absolute;
	z-index:-1;
	padding:25px 35px 18px 35px;
	/*box-shadow: 0 0 9px #304862;
	box-shadow: 0 0 6px rgba(41,65,89,0.5);*/
	width:610px;
	float:left;
}
.home-feature p {
	font-size: 0.85em;
	line-height: 145%;
	color: #D5DEE0;
}
.home-feature h1 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 1.4em;
	line-height: 120%;
}
.home-intro p {
	color:#fff;
	font-weight:200;
	text-shadow: 1px 1px 1px #000;
	font-size:18px;
}
.spotlight-box {
	background-color: #999;
	height: 400px;
	overflow: hidden;
	margin-bottom: 30px;
}
.spotlight-head {
	float:left;
	width:auto;
	padding:5px 10px;
	height:20px;
	overflow:hidden;
	background-color:#057AC3;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	position:relative;
	z-index:10;
	margin-left:20px;
}
.single-cat-head {
	float:left;
	width:auto;
	padding:5px 10px;
	height:20px;
	overflow:hidden;
	background-color:#057AC3;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	position:relative;
	z-index:10;
	margin:-40px 0 20px;
}
.single-cat-head a {
	color:#FFF;
}
.single-cat-head ul {
	list-style:none;
}
.spotlight-image {
	height:300px;
	overflow:hidden;
	display:block;
	position:relative;
	float:left;
	margin-top:-30px;
	z-index:1;
	width:100%;
}
.spotlight-text {
	height: 400px;
	background-color: #027CC9;
	color: #FFF;
	padding:15px 5%;
	margin-top:-30px;
	float:left;
	display:block;
	position:relative;
	z-index:10;
	width:90%;
	opacity:0.9;
	line-height:100%;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
}
.spotlight-text:hover {
	margin-top:-270px;
}
h3.sp-title a {
	font-size:22px;
	line-height:115%;
	float:left;
	clear:both;
	margin-bottom:12px;
	color:#FFF;
}
.sp-subtitle {
	font-size:14px;
	line-height:125%;
}
.sp-texthead {
	height:116px;
	float:left;
	display:block;
}
.sp-excerpt {
	padding-top:10px;
	border-top: 1px solid #C4DEFF;
	float:left;
	display:block;
}
.sp-excerpt p {
	font-size: 14px;
	line-height: 125%;
	color: #C4DEFF;
}
.sp-excerpt a.morebtn {
	font-size: 16px;
	line-height: 100%;
	color: #FFF;
	background-color: #0B4681;
	padding: 10px 20px;
	margin-top:8px;
	float:left;
	border-radius:3px;
}
.sp-excerpt a.morebtn:hover {
	background-color: #071F41;
}
.sp-excerpt a.read-more, body.page-template-temp-resources-php a.read-more {
	display:none;
}
.greytab {
	float:left;
	background-color: #c0c0c0;
	padding:4px 15px 7px;
	z-index: 999;
	display: block;
}
.bluetab {
	float:left;
	background-color: #007AC2;
	padding:4px 15px 7px;
	margin: 0;
	z-index: 999;
	display: block;
}
.greentab {
	float:left;
	background-color: #4AA046;
	padding:4px 15px 7px;
	margin: 0;
	z-index: 999;
	display: block;
}
.greytab h3, .bluetab h3, .greentab h3 {
	color:#fff;
	font-weight:100;
	letter-spacing:1px;
	margin-bottom:0px;
}
.homefeatured {
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
.hometagline {
	margin: 40px 0;
	padding : 0 0 0 80px;
}
.homectabox {
	margin: 40px 80px 0 0;
	background:#E8E8E8;
	
}
.homectabox h3 {
	background:#666666;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#FFF;
	width: 110px;
	height: 30px;
}
.homectabox h4 {
	margin: 0 auto;
	width:100%;
	float:left;
}
.seemorebtn {
	margin: 10px 0 0 0;
	color: #A0A0A0;
}

/* ABOUT */
body.page-template-temp-about-php div.pageback ul li {
	list-style: disc;
	padding-left: 5px;
	margin-left: 15px;
	font-size: 12px;
	padding-right: 20px;
}
.aboutpad {
	padding-right:45px;
}
/* TEAM */
.person-bio {
	width:420px;
	border-top:solid 2px #018850;
	float:left;
	display:block;
	clear:none;
	padding-top:15px;
	margin:40px 100px 0 0;
}
.peoplethumb {
	float:left;
}
.peopletext {
	width:210px;
	padding: 15px 0 0;
	float:right;
}
.person-email {
	font-weight:200;
}
.person-name {
	margin-bottom:5px;
}
.person-title {
	margin-top:2px;
}
h4.person-title {font-style:italic;}
.person-email a {
	color:#007AC2;
}
/* PORTFOLIO */
a.logocontainer {
	float:left;
	width:200px;
	padding:10px;
	height:auto;
	margin:4px;
	border-radius:6px;
	overflow:visible;
	display:table;
	background-color:#FFF;
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
a.logocontainer:hover {
	box-shadow:0 0 10px #ccc;
}
a.logocontainer span {
	display:table-cell;
	width:100%;
	height:120px;
	vertical-align:middle;
	overflow:hidden;
}
body.home a.logocontainer {
	width:89%;
	padding:5%;
	margin-right:1%;
	float:left;
}
body.home a.logocontainer span {
	height:90px;
}
a.logocontainer span img {
	display:block;
	max-height:100%;
	max-width:100%;
	width:auto;
	height:auto;
	float:none;
	margin:0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: url(http://localhost/grayscale.svg);*/ /* Firefox 4+ */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE 6-9 */
	transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
a.logocontainer:hover span img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.portfolio-sidebar {
	width:220px;
	display:block;
	float:left;
	margin-top: 60px;
	margin-right: 20px;
}
.portfolio-name {
	font-weight:200;
	margin-bottom:20px;
}
.portfolio-color-logo {
	float:left;
	clear:both;
	margin:0 0 0 -30px;
}
.person-name {
}
.contactmap {
	background-color:#CCC;
}
/* CONTACT */
body.page-template-temp-contact-php div.pageback ul {
	margin-bottom:15px;
}
body.page-template-temp-contact-php div.pageback ul li {
	list-style: disc;
	padding-left: 5px;
	margin-left: 15px;
	font-size: 12px;
	padding-right: 20px;
}
.contact-visit {
	float:left;
	width:300px;
	margin:0 20px 0 80px;
}

body.page-template-temp-contact-php h3 {
	margin: 0 0 5px;
}
.contactpad {
	padding-right:45px;
}
/* NEWS */
body.blog h2.entry-title {
	padding: 3px 0 0;
	line-height:115%;
	display:block;
	font-weight:bold;
	font-size:22px;
}
h2.news-featured-title a{
	margin: 0;
	line-height:120%;
	font-size:28px;
	color:#404040;
	font-weight:bold;
}
h2.news-featured-title {
	margin-bottom:7px;
	padding-top:10px;
}
.newsfeatured {
	color: #404040;
	background-color: #DEDEDE;
	width: 100%;
	float: left;
}
.newsfeatured img {
	display:block;
}
#news-featured-post {
	margin: 40px 0 0;
	padding: 0 30px 0 10px;
	display:block;
}
#news-featured-post p {
	color:#404040;
}
.news-post {
	width:300px;
	float: left;
	min-height: 1px;
	margin:0 20px 40px 0;
	overflow:hidden;
}
.news-title {
	margin: 0 0 2px;	
}
h3.news-title {
	padding: 3px 0 0;
	display: block;
}
.news-p p {
	font-size: 14px;
	line-height:140%;
	margin: 5px 0 0;
}
/* Resources */
.investorlogin {
	display: block;
	background-color: #E2E2E2;
	padding: 20px;
	float:right;
	margin:-20px -20px 0px 0;
}
.investorlogin p {
	font-size:13px;
}
.resource-post {
	margin-bottom:20px;
	overflow: hidden;
	padding-top: 8px;
	border-top: 1px solid #DCDCDC;
}
.resource-post h2 {
	margin-bottom:10px;
}
.resource-post h2 a{
	color:#007AC2;
}
.resource-dl {
	color:#4AA046;
}
/* General */
.pad40t {
	padding: 40px 0 0;	
}
.pad40tb {
	padding: 40px 0;	
}

.pad20t {
	padding: 20px 0 0;
}
.pad10b {
	padding: 0 0 10px;
}
.pad20tb {
	padding: 20px 0;
}
.pad10t {
	padding: 10px 0 0;
}
.pad5t {
	padding: 5px 0 0;
}
.padtext p,
.padtext h3 {
	padding-right:26px;
}
.bold {
	font-weight:bold;
}
.dblblue {
	color:#018850;
}
.dblgreen {
	color:#4AA046;
}
.hrblue {
	border-top: 4px solid #007AC2;
}
.hrgreen {
	border-top: 4px solid #4AA046;
}
.read-more {
	margin-top:3px;
	float:right;
}
.pastevents, .pastevents p, .pastevents h4 {
	color: #909090;
}
.pastevents a {
	color: #6498B9;
}
.pastevents a:hover {
	color: #717171;
}
.event-contain {
}
.all-events-contain {
	margin:0 20px 30px 0;
}
.event-title {
	margin-bottom:2px;
}
.event-entry {
	padding: 5%;
	margin-bottom: 20px;
	background-color: #F1F1F1;
	width: 90%;
	min-height: 140px;
}
.read-more-posts {
	padding: 20px 0 40px;
	margin: 40px 0 0;
	background-color: #EEEEEE;
}
.more-in {
	margin-bottom:20px;
}
.wp-pagenavi {
    margin:0;
    padding:6px 0;
	border-top:1px solid #666;
	width:100%;
	float:left;    
}
.wp-pagenavi a, .wp-pagenavi span, .wp-pagenavi span.current {
    color:#666;
    font-style:normal;
    margin:0;
    padding:6px 8px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #437EC5;
}
.wp-pagenavi span.pages {
    color:#666 ;
    margin:0 20px 0 0;
    padding:0 ;
	font-size:12px;
}
.wp-pagenavi span.current {
    color:#FFF ;
	background-color: #666;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}






/********************************** 
FlexSlider Necessary Styles
*********************************/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
} 
.flexslider {
	margin: 0;
	padding: 0;
	min-height:100px;
	width:100%;
	float:left;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} 
.flexslider .slides li a {
	opacity:0.7;
	transition:all 0.6s ease;
}
.flexslider .slides li a:hover {
	opacity:1.0;
}
.flexslider .slides img {
	max-width: 100%;
	width: 100%;
	display: block;
	margin-top:-1px;
	position:relative;
	z-index:1;
	height:auto;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #toprow-slider .slides {
	display: block;
	width:100%;
}
* html #toprow-slider .slides {
	height: ;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* Direction Nav */

.slidenav {
	display:block;
	width:100px;
	height:30px;
	margin: -10px auto 20px;
	padding:0;
	z-index:100;
	position:relative;
}
.slidenav li,
.flex-direction-nav li {
	padding:0;
	margin:0;
}
.slidenav li a,
.carouselnav li a,
.flex-direction-nav li a {
	width: 30px;
	height: 30px;
	border-radius:50%;
	margin: 0 3px 0 0;
	padding:0;
	display: block;
	cursor: pointer;
	text-indent: -999em;
	float:left;
	opacity:0.5;
	background-color:#FFF;
	background-position:center center;
	background-repeat:no-repeat;
}
.slidenav li a:hover,
.carouselnav li a:hover {
	opacity:1.0;
}
.slidenav li a.flex-next,
.carouselnav li a.flex-next, 
a.flex-next {
	background-image: url(images/next.png);
}
.slidenav li a.flex-prev,
.carouselnav li a.flex-prev,
a.flex-prev {
	background-image: url(images/prev.png);
}
.slidenav li .disabled,
.carouselnav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-direction-nav {
    width: 80px;
	float:left;
	display:none;
}
.flex-control-nav {
	text-align:center;
}
.flex-control-nav li {
	text-align:center;
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 8px;
	height: 8px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
	background-color: #CCC;
	border-radius: 50%;
}
.flex-control-nav li a:hover {
	background-color:#9C9C9C;
}
.flex-control-nav li a.flex-active {
	background-color: #333333;
	cursor: default;
}
a.flex-disabled {
	opacity: 0.0 !important; 
	display:none;
	/*filter:alpha(opacity=30);*/ 
	cursor:default !important;
	width:0 !important;
	height:0 !important;
}
.slideportfoliohead {
	float:left;
	width:100%;
	background-color:#099;
}
a.slider-header {
	color:#999;
	font-size:13px;
	line-height:100%;
	text-transform:uppercase;
	margin-top:20px;
	display:block;
	float:left;
}
a.slider-header-more {
	font-size:13px;
	line-height:100%;
	text-transform:uppercase;
	margin-top:20px;
	display:block;
	float:right;
}

.smallp a:link,.smallp a:visited {
	color:#666;
}

a.read-more:link,a.read-more:visited {
	color:#018850;display:block;margin-top:10px;
}

.peopletext .dblblue {
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

body.page-id-6 .introp {
	margin-bottom:50px;	
}
body.page-id-10 .pageback,body.archive .pageback,body.blog .pageback {
	border-top:4px solid #848484;
	background-color:rgba(255, 255, 255, 1);
}#mega-menu-wrap-primary {background-color: transparent !important;}#mega-menu-wrap-primary a {color: #444 !important;}#mega-menu-wrap-primary li:hover > a {color: #018850 !important;background-color: transparent !important;}#menu-news-section-menu #menu-item-551 {display:none;}.col50 {width:48%;padding-right:2%;float:left;}.col50 p {font-size:21px;color:#404040;line-height:26px;font-weight:bold;margin-top: 25px;}#nobold {width:46%;padding-right:4%;}#nobold p {font-weight:normal;font-size:16px;line-height:22px;}#subtitle {margin-bottom: 160px;}#post-2096 {font-size:17px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:140%;}#post-2096 ul {margin-left:17px;font-size:16px;}@media screen onlyand (max-device-width : 700px) {/*body {font-size:14px;}a.logo {width:80%;}hgroup,#page {width:100%;}.image-wrapper {display:none;}#masthead {margin: 0 auto;width: 100%;}header {background-color: #97b9df;}.home-feature{width: 100%}.main-small-navigation .menu {display:block;}.main-navigation, .main-small-navigation {float:left;}*/body {background-image: none;background-color: #97b9df;}.image-wrapper {display:none;}#masthead {margin: 0 auto;}.main-navigation, .main-small-navigation {float:left;margin-left: 100px;}#mega-menu-wrap-primary .mega-menu-toggle {background-color: #2f589b;padding-left: 7px;}#mega-menu-wrap-primary #mega-menu-primary li {background-color: #3a6aba !important;}#mega-menu-wrap-primary a {color: #fff !important;}}

.logo-column {
float: left;
width: 14.28%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	color: #FFFFFF !important;
}