/* 
Theme Name: FDOT D7 Studies Completed Project Website Template
Theme URI: N/A 
Description: Website Theme for FDOT D7 Studies "completed" projects. Now includes accessibility features.
Version: 2.0 Completed
Author: Digital Tap
Author URI: http://www.digitaltap.tv
Tags: N/A
License: GNU General Public License
License URI: license.txt 
*/
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
    margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height: 1;
	padding-top:4px;
}
ol, ul {
	list-style: none;
}
#content .page .post-entry li {
	line-height: 20px;
	/* color: black; */
	list-style: none;
	padding-left: 10px;
}
#content .page .post-entry ul.children {
    margin-top: 0;
}
#content .page .post-entry li::before {
	content: "•";
	color: #d46c0d;
	padding-right: 10px;
	margin-left: -18px;
	font-size: 24px;
	top: 4px;
	position: relative;
	left: -1px;
}
#content .page .post-entry ul.children li::before {
	content: "►";
	color: #999;
	padding-right: 10px;
	margin-left: -18px;
	font-size: 9px;
	top: -2px;
	position: relative;
	left: -1px;
}
.page-id-55 #content .page .post-entry li.pagenav::before {
	content: none;
    display: none;
}
.page-id-55 #content .page .post-entry li.pagenav {
	padding-left: 0;
}
.list-spacing li {margin-top:10px;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a.information {
/*	color:#06c;*/
}
#logo .header-logos img {
	min-width: 141px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	/*vertical-align: baseline;*/
	vertical-align: middle;
	width: auto;
}
textarea {
	overflow:auto;
	vertical-align:text-top;
}
/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #ddd;
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: 1px;
	width: 100%;
	
	margin:2em 0;
}
hr.space {
	background: #fff;
	color: #fff;
}
/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
}
body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background-color: #efefef;
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
    background-image: url("images/main-color-bar.jpg");
	background-position: center top;
	background-size: auto;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap: break-word;
}
i,
em,
dfn,
cite {
	font-style: italic;
}
tt,
var,
pre,
kbd,
samp,
code {
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
	font-style: normal;
}
b,
strong {
	font-weight: 700;
/*	color: #b24800;*/
    color: #d46c0d;
}
pre {
    -moz-box-sizing: border-box;   
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
    height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
    width: 100%;
}
del {
	color: #555;
	text-decoration: line-through;
}
ins, 
dfn {
	border-bottom: 1px solid #ccc;
}
sup, 
sub,
small {
	font-size: 85%;
}
abbr, 
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}
a abbr, 
a acronym {
	border: none;
}
dfn[title],
abbr[title], 
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

/*.project-location-map::after {
	content: "click image to view map";
	padding: 9px 0 10px 0;
	display: block;
	background-color: #D6D6D6;
	margin: 0 5px 0 4px;
	border: solid 1px #D6D6D6;
}*/

/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
#top-bar {
	background-color: rgba(213, 213, 213, 0.25); 
	padding: 10px;
}
.container {
	max-width: 1280px;
	margin: 0px auto;
}
.header-logos {
	/*float:left;*/ 
	display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}
.project-name {
	vertical-align:middle;
	display:table-cell;
	padding:20px 0;
}
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}
.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}
.col-60, 
.col-140, 
.col-220, 
.col-300, 
.col-380, 
.col-460, 
.col-540, 
.col-620, 
.col-700, 
.col-780, 
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}
.col-60 {
	width: 6.382978723404%;
}
.col-140 {
	width: 14.893617021277%;
}
.col-220 {
	width: 23.404255319149%;
}
.col-300 {
	width: 31.914893617021%;
}
.col-380 {
	width: 40.425531914894%;
}
.col-460 {
	width: 48.936170212766%;
}
.col-540 {
	width: 57.446808510638%;
}
.col-620 {
	width: 65.957446808511%;
}
.col-700 {
	width: 74.468085106383%;
}
.col-780 {
	width: 82.978723404255%;
}
.col-860 {
	width: 91.489361702128%;
}
.col-940 {
	width: 100%;
}
.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* =Responsive Images
-------------------------------------------------------------- */
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
	height: auto;
	max-width: 100%;
    vertical-align: middle;
}
.ie8 img {
    height: auto; 
    width: auto\9; 
}
.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}
/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #06c;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #0080ff;
	text-decoration: none;
}
::selection {
	background: #cdd0d4;
	text-shadow: none;
}
/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}
legend {
	padding: 2px 5px;
}
fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}
form div {
	clear: both;
}
select,
input[type="text"], 
input[type="password"],
input[type="email"] {
    -moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background: #f4f4f4;
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
}
select {
	height: auto;
	width: 70%;
}
area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	background: #f4f4f4;
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}
input, 
select {
	cursor: pointer;
}
area:focus,
input:focus, 
textarea:focus {
	background: #fff;
}
input[type='text'], 
input[type='password'],
input[type='email'] {
	cursor: text;
}
/* =IE Forms (Modernizr)
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"], 
.ie7 input[type="password"],
.ie7 input[type="email"] {
    width: 96%;
}
/* =Buttons
-------------------------------------------------------------- */
button, 
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	box-shadow: 0pt -1px 0pt rgba(0, 0, 0, 0.075) inset, 0pt 1px 0pt rgba(255, 255, 255, 0.3) inset, 0pt 1px 2px rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 2px;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	white-space: nowrap;
}
a.edit-button, a.post-edit-link {
	border: 1px dashed #ccc;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

a.edit-button:hover, a.post-edit-link:hover {
	background-color: #b24800;
	border: 1px solid #b24800;
	color: #fff;
}
button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: -moz-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: -ms-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: -o-linear-gradient(top, #eaeaea, #eaeaea);
	background-image: linear-gradient(top, #eaeaea, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#eaeaea);
	border: 1px solid #bbb;
	border-bottom-color: #aaa;
	color: #555;
}
/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}
.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}
.call-to-action a.button:hover {
	text-decoration: none;
}
.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}
/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}
.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}
.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}
.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}
/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #4682b4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5fb0f4), to(#4682b4));
	background-image: -webkit-linear-gradient(top, #5fb0f4, #4682b4);
	background-image: -moz-linear-gradient(top, #5fb0f4, #4682b4);
	background-image: -ms-linear-gradient(top, #5fb0f4, #4682b4);
	background-image: -o-linear-gradient(top, #5fb0f4, #4682b4);
	background-image: linear-gradient(top, #5fb0f4, #4682b4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5fb0f4, endColorstr=#4682b4);
	border: 1px solid #386890;
	color: #fff;
	text-shadow: 0 1px 0 #386890;
}
a.blue:hover {
	background-color: #4682b4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4682b4), to(#4682b4));
	background-image: -webkit-linear-gradient(top, #4682b4, #4682b4);
	background-image: -moz-linear-gradient(top, #4682b4, #4682b4);
	background-image: -ms-linear-gradient(top, #4682b4, #4682b4);
	background-image: -o-linear-gradient(top, #4682b4, #4682b4);
	background-image: linear-gradient(top, #4682b4, #4682b4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4682b4, endColorstr=#4682b4);
	border: 1px solid #386890;
	color: #fff;
	text-shadow: 0 1px 0 #386890;
}
a.red {
	background-color: #b22222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ed2e2e), to(#b22222));
	background-image: -webkit-linear-gradient(top, #ed2e2e, #b22222);
	background-image: -moz-linear-gradient(top, #ed2e2e, #b22222);
	background-image: -ms-linear-gradient(top, #ed2e2e, #b22222);
	background-image: -o-linear-gradient(top, #ed2e2e, #b22222);
	background-image: linear-gradient(top, #ed2e2e, #b22222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ed2e2e, endColorstr=#b22222);
	border: 1px solid #8e1b1b;
	color: #fff;
	text-shadow: 0 1px 0 #8e1b1b;
}
a.red:hover {
	background-color: #b22222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b22222), to(#b22222));
	background-image: -webkit-linear-gradient(top, #b22222, #b22222);
	background-image: -moz-linear-gradient(top, #b22222, #b22222);
	background-image: -ms-linear-gradient(top, #b22222, #b22222);
	background-image: -o-linear-gradient(top, #b22222, #b22222);
	background-image: linear-gradient(top, #b22222, #b22222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b22222, endColorstr=#b22222);
	border: 1px solid #8e1b1b;
	color: #fff;
	text-shadow: 0 1px 0 #8e1b1b;
}
a.orange {
	background-color: #ff8C00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdc37d), to(#ff8C00));
	background-image: -webkit-linear-gradient(top, #fdc37d, #ff8C00);
	background-image: -moz-linear-gradient(top, #fdc37d, #ff8C00);
	background-image: -ms-linear-gradient(top, #fdc37d, #ff8C00);
	background-image: -o-linear-gradient(top, #fdc37d, #ff8C00);
	background-image: linear-gradient(top, #fdc37d, #ff8C00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdc37d, endColorstr=#ff8C00);
	border: 1px solid #cc7000;
	color: #fff;
	text-shadow:0 1px 0 #cc7000;
}
a.orange:hover {
	background-color: #ff8C00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8C00), to(#ff8C00));
	background-image: -webkit-linear-gradient(top, #ff8C00, #ff8C00);
	background-image: -moz-linear-gradient(top, #ff8C00, #ff8C00);
	background-image: -ms-linear-gradient(top, #ff8C00, #ff8C00);
	background-image: -o-linear-gradient(top, #ff8C00, #ff8C00);
	background-image: linear-gradient(top, #ff8C00, #ff8C00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8C00, endColorstr=#ff8C00);
	border: 1px solid #cc7000;
	color: #fff;
	text-shadow:0 1px 0 #cc7000;
}
a.green {
	background-color: #2e8b57;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#46d686), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #46d686, #2e8b57);
	background-image: -moz-linear-gradient(top, #46d686, #2e8b57);
	background-image: -ms-linear-gradient(top, #46d686, #2e8b57);
	background-image: -o-linear-gradient(top, #46d686, #2e8b57);
	background-image: linear-gradient(top, #46d686, #2e8b57);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#46d686, endColorstr=#2e8b57);
	border: 1px solid #256f46;
	color: #fff;
	text-shadow: 0 1px 0 #256f46;
}
a.green:hover {
	background-color: #2e8b57;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e8b57), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #2e8b57, #2e8b57);
	background-image: -moz-linear-gradient(top, #2e8b57, #2e8b57);
	background-image: -ms-linear-gradient(top, #2e8b57, #2e8b57);
	background-image: -o-linear-gradient(top, #2e8b57, #2e8b57);
	background-image: linear-gradient(top, #2e8b57, #2e8b57);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2e8b57, endColorstr=#2e8b57);
	border: 1px solid #256f46;
	color: #fff;
	text-shadow: 0 1px 0 #256f46;
}
a.purple {
	background-color: #9932cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d481fd), to(#9932cc));
	background-image: -webkit-linear-gradient(top, #d481fd, #9932cc);
	background-image: -moz-linear-gradient(top, #d481fd, #9932cc);
	background-image: -ms-linear-gradient(top, #d481fd, #9932cc);
	background-image: -o-linear-gradient(top, #d481fd, #9932cc);
	background-image: linear-gradient(top, #d481fd, #9932cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d481fd, endColorstr=#9932cc);
	border: 1px solid #7a28a3;
	color: #fff;
	text-shadow: 0 1px 0 #7a28a3;
}
a.purple:hover {
	background-color: #9932cc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9932cc), to(#9932cc));
	background-image: -webkit-linear-gradient(top, #9932cc, #9932cc);
	background-image: -moz-linear-gradient(top, #9932cc, #9932cc);
	background-image: -ms-linear-gradient(top, #9932cc, #9932cc);
	background-image: -o-linear-gradient(top, #9932cc, #9932cc);
	background-image: linear-gradient(top, #9932cc, #9932cc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9932cc, endColorstr=#9932cc);
	border: 1px solid #7a28a3;
	color: #fff;
	text-shadow: 0 1px 0 #7a28a3;
}
a.pink {
	background-color: #ff69b4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcb8da), to(#ff69b4));
	background-image: -webkit-linear-gradient(top, #fcb8da, #ff69b4);
	background-image: -moz-linear-gradient(top, #fcb8da, #ff69b4);
	background-image: -ms-linear-gradient(top, #fcb8da, #ff69b4);
	background-image: -o-linear-gradient(top, #fcb8da, #ff69b4);
	background-image: linear-gradient(top, #fcb8da, #ff69b4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcb8da, endColorstr=#ff69b4);
	border: 1px solid #cc5490;
	color: #fff;
	text-shadow: 0 1px 0 #cc5490;
}
a.pink:hover {
	background-color: #ff69b4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff69b4), to(#ff69b4));
	background-image: -webkit-linear-gradient(top, #ff69b4, #ff69b4);
	background-image: -moz-linear-gradient(top, #ff69b4, #ff69b4);
	background-image: -ms-linear-gradient(top, #ff69b4, #ff69b4);
	background-image: -o-linear-gradient(top, #ff69b4, #ff69b4);
	background-image: linear-gradient(top, #ff69b4, #ff69b4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff69b4, endColorstr=#ff69b4);
	border: 1px solid #cc5490;
	color: #fff;
	text-shadow: 0 1px 0 #cc5490;
}
a.brick {
	background-color: #ff6347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcad9f), to(#ff6347));
	background-image: -webkit-linear-gradient(top, #fcad9f, #ff6347);
	background-image: -moz-linear-gradient(top, #fcad9f, #ff6347);
	background-image: -ms-linear-gradient(top, #fcad9f, #ff6347);
	background-image: -o-linear-gradient(top, #fcad9f, #ff6347);
	background-image: linear-gradient(top, #fcad9f, #ff6347);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcad9f, endColorstr=#ff6347);
	border: 1px solid #cc4f39;
	color: #fff;
	text-shadow: 0 1px 0 #cc4f39;
}
a.brick:hover {
	background-color: #ff6347;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6347), to(#ff6347));
	background-image: -webkit-linear-gradient(top, #ff6347, #ff6347);
	background-image: -moz-linear-gradient(top, #ff6347, #ff6347);
	background-image: -ms-linear-gradient(top, #ff6347, #ff6347);
	background-image: -o-linear-gradient(top, #ff6347, #ff6347);
	background-image: linear-gradient(top, #ff6347, #ff6347);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6347, endColorstr=#ff6347);
	border: 1px solid #cc4f39;
	color: #fff;
	text-shadow: 0 1px 0 #cc4f39;
}
a.gold {
	background-color: #daa520;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd577), to(#daa520));
	background-image: -webkit-linear-gradient(top, #fbd577, #daa520);
	background-image: -moz-linear-gradient(top, #fbd577, #daa520);
	background-image: -ms-linear-gradient(top, #fbd577, #daa520);
	background-image: -o-linear-gradient(top, #fbd577, #daa520);
	background-image: linear-gradient(top, #fbd577, #daa520);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbd577, endColorstr=#daa520);
	border: 1px solid #ae841a;
	color: #fff;
	text-shadow: 0 1px 0 #ae841a;
}
a.gold:hover {
	background-color: #daa520;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#daa520), to(#daa520));
	background-image: -webkit-linear-gradient(top, #daa520, #daa520);
	background-image: -moz-linear-gradient(top, #daa520, #daa520);
	background-image: -ms-linear-gradient(top, #daa520, #daa520);
	background-image: -o-linear-gradient(top, #daa520, #daa520);
	background-image: linear-gradient(top, #daa520, #daa520);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#daa520, endColorstr=#daa520);
	border: 1px solid #ae841a;
	color: #fff;
	text-shadow: 0 1px 0 #ae841a;
}
a.brown {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3691d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d3691d, #8b4513);
	background-image: -moz-linear-gradient(top, #d3691d, #8b4513);
	background-image: -ms-linear-gradient(top, #d3691d, #8b4513);
	background-image: -o-linear-gradient(top, #d3691d, #8b4513);
	background-image: linear-gradient(top, #d3691d, #8b4513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3691d, endColorstr=#8b4513);
	border: 1px solid #6f370f;
	color: #fff;
	text-shadow: 0 1px 0 #6f370f;
}
a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8b4513), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #8b4513, #8b4513);
	background-image: -moz-linear-gradient(top, #8b4513, #8b4513);
	background-image: -ms-linear-gradient(top, #8b4513, #8b4513);
	background-image: -o-linear-gradient(top, #8b4513, #8b4513);
	background-image: linear-gradient(top, #8b4513, #8b4513);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8b4513, endColorstr=#8b4513);
	border: 1px solid #6f370f;
	color: #fff;
	text-shadow: 0 1px 0 #6f370f;
}
a.silver {
	background-color: #c0c0c0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbf8f8), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image: -moz-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image: -ms-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image: -o-linear-gradient(top, #fbf8f8, #c0c0c0);
	background-image: linear-gradient(top, #fbf8f8, #c0c0c0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fbf8f8, endColorstr=#c0c0c0);
	border: 1px solid #9a9a9a;
	color: #111;
	text-shadow: 0 1px 0 #fff;
}
a.silver:hover {
	background-color: #c0c0c0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image: -moz-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image: -ms-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image: -o-linear-gradient(top, #c0c0c0, #c0c0c0);
	background-image: linear-gradient(top, #c0c0c0, #c0c0c0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#c0c0c0);
	border: 1px solid #9a9a9a;
	color: #111;
	text-shadow: 0 1px 0 #fff;
}
a.gray {
	background-color: #696969;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0bfbf), to(#696969));
	background-image: -webkit-linear-gradient(top, #c0bfbf, #696969);
	background-image: -moz-linear-gradient(top, #c0bfbf, #696969);
	background-image: -ms-linear-gradient(top, #c0bfbf, #696969);
	background-image: -o-linear-gradient(top, #c0bfbf, #696969);
	background-image: linear-gradient(top, #c0bfbf, #696969);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0bfbf, endColorstr=#696969);
	border: 1px solid #545454;
	color: #fff;
	text-shadow: 0 1px 0 #111;
}
a.gray:hover {
	background-color: #696969;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#696969), to(#696969));
	background-image: -webkit-linear-gradient(top, #696969, #696969);
	background-image: -moz-linear-gradient(top, #696969, #696969);
	background-image: -ms-linear-gradient(top, #696969, #696969);
	background-image: -o-linear-gradient(top, #696969, #696969);
	background-image: linear-gradient(top, #696969, #696969);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#696969, endColorstr=#696969);
	border: 1px solid #545454;
	color: #fff;
	text-shadow: 0 1px 0 #111;
}
a.black {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#000000));
	background-image: -webkit-linear-gradient(top, #515151, #000000);
	background-image: -moz-linear-gradient(top, #515151, #000000);
	background-image: -ms-linear-gradient(top, #515151, #000000);
	background-image: -o-linear-gradient(top, #515151, #000000);
	background-image: linear-gradient(top, #515151, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#515151, endColorstr=#000000);
	border: 1px solid #000000;
	color: #fff;
	text-shadow: 0 1px 0 #000000;
}
a.black:hover {
	background-color: #000000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#191919), to(#000000));
	background-image: -webkit-linear-gradient(top, #191919, #000000);
	background-image: -moz-linear-gradient(top, #191919, #000000);
	background-image: -ms-linear-gradient(top, #191919, #000000);
	background-image: -o-linear-gradient(top, #191919, #000000);
	background-image: linear-gradient(top, #191919, #000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#191919, endColorstr=#000000);
	border: 1px solid #000000;
	color: #fff;
	text-shadow: 0 1px 0 #000000;
}
/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}
.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}
.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}
.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}
.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}
.download {
	background-color: #fff4e5;
	border: 1px solid #d35500;
	color: #d35500;
}

a.download {
    transition: all .2s;
}

a.download:hover {
    background-color: #B24800;
    border-color: #B24800;
    color: #fff;
}

.information {
/*
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
*/
	background-color: #fff4e5;
    border: 1px solid #d35500;
    color: #d35500;
}

a.information:hover {
	background-color: #B24800;
    border-color: #B24800;
    color: #fff;
}

.required {
	color: #d5243f;
}
/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}
.msie-box a {
	color: #212121;
}
/* =Tables
-------------------------------------------------------------- */
th, 
td,
table {
	border: 1px solid #ddd;
}
table {
	border-collapse: collapse;
	width: 100%;
}
/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	font-weight: 400;
}
/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}
blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1em;
    word-wrap: break-word;
}
h1 {
	color: #404040;
	font-size: 2em;
}
h1 a:hover {
    color: #d46b0c;
}
h2 {
	/*color: #777;*/
	font-size: 1.5em;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 10px;
}
#content .page .post-entry h2 {
    color: #d46c0d;
}
h3 {
	font-size: 1.4em;
}
h1 a { color:#b24800 }
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
	/*text-transform: uppercase;*/
}
/* =Margins & Paddings
-------------------------------------------------------------- */
p, 
dl, 
pre,
form,
table,
address, 
blockquote {
	margin: 1em 0 0 0;
}
h1 {
	margin: 1em 0 .5em;
	border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
	color:#b24800;
}
h2 {
	margin: 1.07em 0 .535em;
}
h3 {
	margin: 1.5em 0 0;
}
h4 {
	margin: 1.23em 0 .615em;
}
h5 {
	margin: 1.33em 0 .67em;
}
h6 {
	margin: 1.6em 0 .8em;
}
th, td {
	padding: .8em;
}
caption {
	padding-bottom: .8em;
}
blockquote {
	padding: 0 1em;
}
blockquote:first-child {
	margin: .8em 0;
}
fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}
legend {
	padding-left: .8em;
	padding-right: .8em;
}
legend+* {
	margin-top: 1em;
}
input,
textarea {
	padding: .3em .4em .15em;
}
select {
	padding: .1em .2em 0;
}
option {
	padding: 0 .4em;
}
dt {
	margin-bottom: .4em;
	margin-top: .8em;
}
ul {
	margin-left: 1.5em;
	margin-top: .75em;
}
ol {
	margin-left: 2.35em;
}
ol ol, 
ul ol {
	margin-left: 2.5em;
}
form div {
	margin-bottom: .8em;
}
/* =Globals
-------------------------------------------------------------- */
#container {
	margin: 4px auto 0 auto;
	/*max-width: 960px;*/
	max-width:1280px;
	padding: 0px 25px;
}
#wrapper {
	/*-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;*/
	clear: both;
	margin: 20px auto 20px auto;
	/*padding: 0 20px 20px 20px;*/
	position: relative;
}
.home #wrapper {
	background-color: transparent;
	border: none;
	margin: 20px auto 20px auto;
	padding: 0;
}
#header {
	margin: 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	/*max-width: 960px;
	max-width:1400px;*/
	padding: 0 25px 0 25px;
}
#footer-wrapper {
	margin: 0;
	padding: 0;
}
.titlevi {
	text-align:center !important;
	font-size: 14px;
	margin-bottom: 20px;	
	line-height: 1.5em;
}
#footer .mobile-button-grey {
	
}
/* =Header
-------------------------------------------------------------- */
#logo {
	/*float: left;*/
	margin: 0;
}
.site-name {
	display: block;
	font-size: 2em;
	/*padding-top: 25px;*/
	border:none;
	margin:0;
	padding-bottom:0;
}
.site-name a {
	font-weight: 700;
	color:#b24800;
}
.site-description {
	border-top: 1px dashed #d5d5d5;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 10px;
    text-align: center;
	clear:both;
}
	
/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom: 20px;
}
#content img {
	border: solid 1px #D6D6D6;
}
#content img:hover {
	box-shadow:0 0 7px 0 rgba(136,136,136,1); 
	-moz-box-shadow: 0 0 7px 0 rgba(136,136,136,1); 
	-webkit-box-shadow: 0 0 7px 0 rgba(136,136,136,1);
	zoom: 1;
	 border: 1px solid #888888;
	
}
#content-full {
	margin-bottom: 20px;
}
#content-blog {
	margin-bottom: 20px;
}
#content-images {
	margin-bottom: 20px;
}
#content-archive {
	margin-bottom: 20px;
}
#content-sitemap {
	margin-bottom: 20px;
}
#content-sitemap a {
	font-size: 12px;
}
#content .sticky {
	clear: both;
}
#content .sticky p {}
/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, 
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .top-cs,
.page-template-landing-page-php .tinymenu,
.page-template-landing-page-php .footer-menu, 
.page-template-landing-page-php .sub-header-menu {
	display: none;
}
/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	clear: both;
	display: block;
	margin: 20px 0;
	overflow: hidden;
}
#author-meta img {
	float: left;
	padding: 10px;
}
#author-meta p {
	margin-top: 5px;
	padding: 0 5px 0 0;
}
#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}
/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}
#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}
#featured-image {
	margin: 40px 0 0 0;
}
#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}
.featured-image img {
	margin-top: 44px;
}
/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}
#cancel-comment-reply-link {
	color: #900;
}
.post-data {
	clear: both;
	font-size: 11px;
	font-weight: 700;
	margin-top: 20px;
}
.post-data a {
	color: #111;
}
.post-entry {
	clear: both;
}
.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 13px;
	margin-bottom: 10px;
}
.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}
.post-search-terms {
	clear: both;
}
.attachment-entry {
	clear: both;
	text-align: center;
}
/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}
/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}
.form-allowed-tags {
	font-size: 10px;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	/*background-color: #f9f9f9;*/
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	font-size: 13px;
	margin: 0 0 20px;
	padding: 20px;
}
#widgets {
	margin-top: 40px;
}
.home #widgets {
	margin-top: 0;
}
#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#widgets #s {
	width: 80%;
}
#widgets p,
#widgets form {
    margin: 0;
}
#widgets .widget-text p {margin:1.6em 0;}
#widgets ul li {
	margin-left: 10px;
}
#widgets ul li a {
	display: inline;
	text-decoration: none;
}
#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}
#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}
#widgets .rssSummary {
	padding: 10px;
}
#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}
#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}
#widgets .textwidget a {
	display: inline;
}
#widgets ul .children {
	border: none;
	margin: 0;
	padding: 0;
}
#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}
.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}
.colophon-widget {
	background: none;
	min-height: 0;
}
.top-widget {
    background: none;
    border: none;
    clear: right;
    /*float: right;*/
	min-height:0;
    padding: 0 3px 0 0;
    /*text-align: right;
    width: 45%;*/
}
.top-widget select, 
.top-widget input[type="text"], 
.top-widget input[type="password"],
.top-widget input[type="email"] {
    width: auto;
}
.top-widget #searchform {
    margin: 0;
}
.search-results .breadcrumb-list {
    display: none;
}
/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size:  60px;
	letter-spacing: -1px;
	margin:  0;
	padding-top: 40px;
	text-align: center;
}
.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}
.widget-title, 
.widget-title-home h3 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 23px;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	color:#b24800;
}
.top-widget .widget-title {
    font-size: 14px;
    padding: 0;
    text-align: right;
}
.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}
.search-results #content .hentry .read-more {
	margin-top: 20px;
	padding-bottom: 0;
    display: none;
}
.search-results #content .hentry {
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
}
.search-results h1.post-title {
    border-bottom: 0 none;
    padding-bottom: 0;
    margin: 0 0 15px 0;
}
/* =404 Page BEGIN
-------------------------------------------------------------- */
.error404 .title-404 {
	/*color: #933;*/
	color:#9f9f9f;
    font-size: 64px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 0 none;
    margin: 70px 0 0 0;
}
.error404 .post-entry {
    text-align: center;
}
.error404 input[type="text"], 
.error404 input[type="password"],
.error404 input[type="email"] {
    width: auto;
}
.error404 input, #searchform input {
	box-shadow: none;
	border-radius: 0;
	border: solid 1px #d5d5d5;
	padding: 10px 15px;
}
.error404 input[type="submit"], #searchform input[type="submit"] {
	background-image: none;
	background-color: #B24800;
	color: #fff;
	text-shadow: none;
	border-radius: 0 !important;
	border: 0 none;
	padding: 11px 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.error404 input[type="submit"]:hover, #searchform input[type="submit"]:hover {
	background-color: #D36301;
	background-image: none;
	border: 0 none;
	color: #fff;
}

.error404 #searchform {
	margin: 90px 0 60px 0;
}

.error404 i.fa, .error404 i.fas, .search i.fa, .search i.fas {
    padding-right: 3px;
}

.error404 p.error404-text {
    margin-top: 60px;
}

img.error404-image {
	margin-top: 90px;
	filter: grayscale(1);
	opacity: .5;
}
.search h6 {
    margin: 30px 0;
}
.search-no-results #content {
    text-align: center;
}
.widget-wrapper #searchform input#searchsubmit {

}
.entry-content > *, .wp-block-group > *, .wp-block-columns > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* =404 Page END
/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0 0 0;
}
.top-menu li {
	display: inline;
	list-style-type: none;
}
.top-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 11px;
	padding: 0 4px 0 8px;
}
.top-menu > li:first-child > a {
	border-left: none;
}
.top-menu li a:hover {
	color: #b24800;
}
/* =Top "Completed Study" Tag
-------------------------------------------------------------- */
.top-cs {
	float: right;
	margin: 0;
}
.top-cs ul {margin-left: 0.5em; margin-top:0;}
ul.top-menu {
	margin:0;
}
.top-cs li {
	display: inline;
	list-style-type: none;
}
.top-cs li span {
	font-size: 11px;
	border-left:none; 
	color:#fff; 
	font-weight:bold; 
	text-transform:uppercase; 
/*	text-shadow: 1px 1px #555555;*/
	padding: 4px 8px 3px 8px;
	border-radius: 20px;
	background-color: #b24800;
/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b24800), to(#00295f));
	background-image: -webkit-linear-gradient(top, #d26300, #b24800);
	background-image: -moz-linear-gradient(top, #d26300, #b24800);
	background-image: -ms-linear-gradient(top, #d26300, #b24800);
	background-image: -o-linear-gradient(top, #d26300, #b24800);
	background-image: linear-gradient(top, #d26300, #b24800);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24800, endColorstr=#00295F);
*/
}
/* =Primary Menu
-------------------------------------------------------------- */
.menu {
	background-color: #b24800;
/*
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b24800), to(#00295f));
	background-image: -webkit-linear-gradient(top, #d26300, #b24800);
	background-image: -moz-linear-gradient(top, #d26300, #b24800);
	background-image: -ms-linear-gradient(top, #d26300, #b24800);
	background-image: -o-linear-gradient(top, #d26300, #b24800);
	background-image: linear-gradient(top, #d26300, #b24800);
*/
	clear: both;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24800, endColorstr=#00295f);*/
	margin: 0 auto;
}
.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}
.menu li:hover {
	white-space: normal;
	z-index: 10000;
}
.menu li li {
	float: none;
}
.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.menu, 
.menu ul {
	min-height: 0;
}
.menu ul {
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}
.menu ul ul {
	margin: -30px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}
.menu ul li a:hover, 
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.menu ul {
	min-width: 15em;
	width: auto;
}
.menu a {
	border-left: 1px solid #d46b0c;
	color: #fff;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
/*	text-shadow: 0 1px 1px #242424;*/
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu a:hover {
	background-color: #d46b0c;
	color: #fff;
}

.menu .current_page_item a, .menu .current-page-ancestor a {
	background-color: #d46b0c;
	background: url("images/menu-colors.jpg") repeat-x scroll 0 0 transparent;
	background-position:bottom;
}

.home .menu .current_page_item a {
	background-color: transparent;
}
.menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #b2b2b2;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
}
.menu li li a {
	background: transparent !important;
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}
.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}
.menu ul > li + li {
	border-top: 0;
}
.menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.menu > li:first-child > a {
	border-left: none;
}
/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(images/ie7-fix.gif) repeat;
}
.ie7 .menu li li a  {
    min-width: 100%;
}
/* =Responsive Menu 
-------------------------------------------------------------- */
.tinynav { 
    display: none 
}
/* =Sub Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	clear: both;
	margin: 0 auto;
}
.sub-header-menu, 
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}
.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}
.sub-header-menu li li {
	float: none;
}
.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}
.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}
.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.sub-header-menu:after, 
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.sub-header-menu, 
.sub-header-menu ul {
	min-height: 0;
}
.sub-header-menu ul {
	margin: -10px 0 0 -30px;
	padding: 10px 30px 30px;
}
.sub-header-menu ul ul {
	margin: -30px 0 0 -10px;
	padding: 30px 30px 30px 10px;
}
.sub-header-menu ul li a:hover, 
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}
.sub-header-menu ul {
	width: 14em;
}
.sub-header-menu a {
	border-left: 1px solid #e2e2e2;
	color: #333;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}
.sub-header-menu a:hover {
	background-color: #f9f9f9;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.sub-header-menu .current_page_item a {
	background-color: #f9f9f9;
}
.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #d6d6d6;
	border-top: none;
	color: #444;
	filter: none;
	width: auto;
}
.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}
.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}
.sub-header-menu ul > li + li {
	border-top: 0;
}
.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}
.sub-header-menu > li:first-child > a {
	border-left: none;
}
.sub-header-menu ul.children a, 
.sub-header-menu .current_page_ancestor, 
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}
/* =Sub Header Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(images/ie7-fix.gif) repeat;
}
.ie7 .sub-header-menu li li a  {
    min-width: 100%;
}
/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
}
.footer-menu li {
	display: inline;
	list-style-type: none;
}
.footer-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	padding: 0 8px;
}
.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}
.footer-menu li a:hover {
	color: #333;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}
.navigation a {
	color: #aaa;
	padding: 4px 10px;
}
.navigation a:hover {
	color: #111;
	text-decoration: none;
}
.navigation .previous {
	float: left;
}
.navigation .next {
	float: right;
}
.navigation .bracket {
	font-size: 36px;
}
/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}
.pagination a {
	text-decoration: none;
}
/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	padding: 0;
	float:left;
}
.breadcrumb-list .fa {
	padding:0 5px;
	font-size:10px;
}
/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}
.commentlist {
	border-bottom: 1px dotted #eee;
	list-style: none;
	margin: 0;
	padding: 0;
}
.commentlist ol {
	list-style:decimal;
}
.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
}
.commentlist .bypostauthor {}
.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}
.commentlist li.alt {
	background: #f9f9f9;
}
.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}
.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}
.comment-author .fn {
}
.comment-author .says {
	color: #999;
}
.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}
.comment-body .comment-meta a {
	font-size: 11px;
}
.comment-body {
	clear: both;
	padding: 10px;
}
.comment-body p {
	clear: both;
}
.comment-body .reply {
}
.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}
.pingback cite, 
.trackback cite {
	font-style: normal;
}
#pings,
#comments {
	text-align: left;
}
#respond {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 2px;
	clear: both;
	margin-top: 15px;
	padding: 10px 20px 50px;
}
#respond label {
	display: inline;
}
.reply {
	margin: 10px 0;
}
.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
}
.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	/*background: #fff;
	border: 1px solid #f0f0f0;*/
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 0 4px 5px;
}
img.wp-smiley {
	vertical-align: middle;
}
/* =WordPress Gallery
-------------------------------------------------------------- */
#gallery-1 img {
	border: solid 1px #D6D6D6 !important;
}
.gallery img {
    border: solid 1px #D6D6D6 !important;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
	
	margin-right: 15px;
}
.gallery img {
	border: 1px solid #ddd;
}
.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
    line-height: 18px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}
.gallery-meta .iso, 
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,  
.gallery-meta .focal-length {
	display: block;
}
/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large, 
img.attachment-medium, 
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}
/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}
#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}
#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}
#content-woocommerce {
	margin-bottom: 20px;
}
.products ul, ul.products {
	margin-top: 40px;
}
.cart-collaterals .shipping_calculator {
	width: 100%;
}
table.shop_table {}
table.cart td.actions .coupon .input-text, 
table.cart td.actions .coupon .input-text {
	cursor: text;
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	color: #333;
	font-size: 11px;
	line-height: 1.5em;
	background-image: url("images/top-colors.jpg");
    background-repeat: repeat-x;
	padding-top:20px;
}
#footer a {
	color: #333;
	font-weight: 400;
}
#footer a:hover {
	color: #b24800;
}
#footer-wrapper .grid.col-940 {
	/*margin: 0;*/
}
.scroll-top {
	text-align: center;
}
/*
#footer .scroll-top a, #footer .scroll-top a:link {
	color: #b24800;
}
*/
#footer .scroll-top a, #footer .scroll-top a:link {
    color: #fff;
    background-color: rgba(0,0,0,.4);
    border-radius: 100%;
    padding: 15px 18px;
    line-height: 0;
    font-size: 30px;
}
.copyright {
	text-align: left;
}
.powered {
	text-align: right;
}
/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style: none;
	line-height: normal;
	margin: 0;
	text-align: right;
}
#footer .yelp-icon,
#footer .vimeo-icon, 
#footer .youtube-icon, 
#footer .twitter-icon,
#footer .facebook-icon, 
#footer .linkedin-icon, 
#footer .rss-feed-icon, 
#footer .instagram-icon,
#footer .pinterest-icon, 
#footer .foursquare-icon,
#footer .google-plus-icon, 
#footer .stumble-upon-icon {
	display: inline;
	margin: 1px;
	padding-left: 3px;
}
/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, 
#container:after, 
.widget-wrapper:after {
	clear: both;
	content: '\0020';
	display: block;
	height: 0;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix, 
#container, 
.widget-wrapper {
	display: inline-block;
}
*html .clearfix, 
*html #container, 
*html .widget-wrapper {
	height: 1%;
}
.clearfix, 
#container, 
.widget-wrapper {
	display: block;
}
.clear {
	clear: both;
}
/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}
[DIR="ltr"] {
   direction: ltr;
   unicode-bidi: embed;
}
[DIR="rtl"] {
   direction: rtl;
   unicode-bidi: embed;
}
#content .vct-button img {
	border: 0 none;
}
#content .vct-button img:hover {
	box-shadow: none; 
	-moz-box-shadow: none; 
	-webkit-box-shadow: none;
	zoom: 0;
	border: 0 none;
}
/* ADA / Accessibility */
.read-more {
	clear: both;
	font-weight: 700;
	
}
.access-link:hover {
	bottom: 0 !important;
	top: unset !important;
}
/*
.read-more::before {
	content: ">>";
	padding-right: 5px;
}
*/
a span.access-read-more, a span.access-link {
/*
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 5px 10px;
	margin-top: 25px;
	background: rgba(255,255,255,1);
	box-shadow: 1px 1px 8px #d5d5d5;
	color: #404040;
	font-weight: 400;
*/
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 2px 10px;
	background-color: rgba(0, 119, 203,.85);
	box-shadow: 1px 1px 8px #000;
	color: #404040;
	font-weight: 400;
	-webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    -ms-transition: opacity .7s;
    transition: opacity .7s;
	font-size: 12px;
	opacity: 0;
	line-height: 30px;
	font-family: "Open Sans", Arial, sans-serif;
}
#sb-container a span.access-read-more, #sb-container a span.access-link {
	position: fixed;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 5px 10px;
	margin-top: 25px;
	background: rgba(255,255,255,1);
	box-shadow: 1px 1px 8px #d5d5d5;
	color: #404040;
	font-weight: 400;
}
a:hover span.access-read-more, a:hover span.access-link, #sb-container a:hover span.access-read-more, #sb-container a:hover span.access-link {
/*
	left: unset;
	top: unset;
	width: auto;
	height: auto;
*/
	left: 0;
	bottom: unset;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 9999;
	opacity: 1;
	margin-left: 0;
	position: fixed;
	color: #fff;
	text-align: center;
}
#sitemap-link {
	background: rgba(0,0,0,.1);
}
#sitemap-link, #accessibility-link {
	text-align: center;
	float: none;
	clear: both;
}
#sitemap-link a, #accessibility-link a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 0;
	font-size: 16px;
	background: #0054B5;
}
#sitemap-link a {
	border-bottom: solid 1px rgba(255,255,255,0.3);
}
#sitemap-link a:hover, #accessibility-link a:hover {
	background:  rgba(0,0,0,0.2);
	color: #fff;
}
#sitemap-link .fa, #accessibility-link .fa, .btn-wide.read-more .fa {
	padding-right: 5px; 
}
#accessibility-link {
	margin-top: 0;
}
#access-wrapper {
	clear: both;
	float: none;
	background: #0054B5;
	padding: 0;
	margin: 0 -25px;
}
#widgets a.btn-wide {
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    border: solid 1px #d5d5d5;
    display: block !important;
    background-color: #B24800;
/*
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d26300), to(#b24800));
    background-image: -webkit-linear-gradient(top, #d26300, #b24800);
    background-image: -moz-linear-gradient(top, #d26300, #b24800)
    background-image: -ms-linear-gradient(top, #d26300, #b24800);
    background-image: -o-linear-gradient(top, #d26300, #b24800);
    background-image: linear-gradient(top, #d26300, #b24800);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24800, endColorstr=#00295f);
*/
    color: #fff;
    text-align: center;
    font-weight: 700;
}
#widgets a.btn-wide:hover {
    background-color: #d46b0c;
    background-image: none;
}
.copyright .textwidget p {
	margin: 0;
}
body.custom-background {
	background-repeat: repeat-x !important;
}

h2 i.fas, h2 i.fa {
    padding-right: 5px;
    opacity: 0.5;
}

.mobile-device-h2-icon {
    
}

.mobile-device-h2-text {
    
}

.project-location-map {
	float:right;
	margin: 20px 0 20px 20px;
    max-width: 400px;
}
.project-location-map a { display:block; }
.project-location-map img {}
.project-location-map-caption {
}
.project-location-map::after {
	content: "click image to view map";
	padding: 10px 15px;
	display: block;
	background-color: #fff;
	margin: auto;
	border: 0 none;
	text-align: center;
	font-style: italic;
}

.project-overview-caption {
    text-align: center;
}

h2.ph-heading {
	background-color: #b24800;
	color: #fff !important;
	padding: 15px;
}

h2.ph-heading i.fas, h2.ph-heading i.fa, h2.ph-heading i.far, h2.ph-heading i.fa-regular, h2.ph-heading i.fa-solid, h2.ph-heading i.fa-classic {
	padding-right: 15px;
	opacity: 0.5;
}

.ph-location-map {
	margin-top: 15px;
	border: solid 1px #d5d5d5;
	box-shadow: 0px 0px 10px #d5d5d5;
	max-width: 500px;
}

h2.heading-active {
	color: #003882;
}

h2.heading-completed {
	color: #d46c0d;
}

h2.heading-bodytextcolor {
	
}

a.info-box.information i.fas.fa-file-pdf,
a.info-box.information i.fa,
a.info-box.information i.fas,
a.info-box.information i.fa-classic,
a.info-box.information i.fa-solid
{
	padding-right: 10px;
}

a.info-box.information i.fa.fa-download {
	padding-left: 10px;
}

.ph-location-map img { }

.meeting-info-row-r {
	padding-left: 10px;
}

.meeting-info-row {
	float: left;
}

.notification-box {
	background-color: #fff; 
	padding: 35px; 
	border: solid 5px #d15600; 
	margin: 20px auto; 
	border-radius: 6px; 
	text-align: center;
}

.notification-box .notification-box-content {
	
}

.notification-box .notification-box-content p:first-child, .notification-box .notification-box-footer p:first-child {
	margin-top: 0;
}

.notification-box .notification-box-content strong {
	color: #d15600;
}

.notification-box .notification-box-footer {
	background-color: #d15600; 
	padding: 15px; 
	color: #fff; 
	margin: 35px -35px -35px -35px; 
	font-size: 18px;
}

.notification-box .notification-box-footer strong {
	color: #fff;
}

.notification-box .notification-box-footer a {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.notification-box .notification-box-footer a:hover, .notification-box .notification-box-footer a:focus {
	color: #fff; 
	text-decoration: underline; 
	font-weight: bold;
}

.library-loc-wrapper {
	display: table;
	background-color: #f9f9f9;
	width: 100%;
	margin-top: 15px;
}

.library-loc {
	display: table-cell;
	width: 50%;
	padding: 20px;
}

.library-loc-2 {
	border-left: solid 1px #efefef;
	border-right: solid 1px #efefef;
}

.presentation-video-wrapper .presentation-video {
	padding: 30px; 
	background-color: #fff; 
	margin: 0; 
	text-align: center;
}

.presentation-video-wrapper .presentation-video p {
	text-align: center;
}

.presentation-video-wrapper .presentation-video a.button i.fa {
	padding-right: 5px;
}

.presentation-video-wrapper .presentation-video video {
	border: solid 1px #d5d5d5; 
	max-width: 600px; 
	text-align: center;
}

.presentation-video-wrapper h2 {
	margin-bottom: 0;
}

.presentation-video-wrapper h3 {
	margin-top: 0;
	margin-bottom: 1em;
}

@media screen and (max-width: 1279px) {  
	
	.library-loc-wrapper {
		display: block;
		background-color: transparent;
		width: 100%;
		margin-top: 0;
	}
	
	.library-loc {
		display: block;
		width: 100%;
		padding: 15px 0 0 0;
	}
	
	.library-loc-2 {
		border-left: 0 none;
		border-right: 0 none;
	}
	
}

@media screen and (max-width: 650px) {  
    .mobile-device-h2-icon {
        display: table-cell;
        vertical-align: middle;
    }
    .mobile-device-h2-text {
        display: table-cell;    
        vertical-align: middle;
        padding-left: 5px;
    }
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
	* {float:none !important; overflow:visible !important; width:auto !important; position:relative !important;}
   /* h1 {
	    page-break-before: always;
    }
    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }
    ul,  ol,  dl {
	    page-break-before: avoid;
    }*/
	.grid {float:none;}
	.alignright {float:none;}
	#menu-top-nav {display:none;}
	#menu-main-nav {display:none;}
	#footer {display:none;}
	/*#widgets {display:none;}*/
}
/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    body {}
}
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
    body {}
	
    .grid, 
	.grid-right {
	    float: none;
    }
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	.home #widgets {
		margin-top: 40px;
	}
    #widgets.top-widget,
    .home #widgets.top-widget {
        margin-top: 0 !important;
    }
	#logo {
		float: none;
    margin: 0;
    text-align: center;
	}
	#footer {
	    text-align: center;
		padding-bottom:20px;
    }
    #footer .social-icons {
	    text-align: center;
		padding-bottom:20px;
    }
	.header-logos {/*padding-bottom:40px;*/ /*float:none;*/ display:block;}
	.top-menu, .breadcrumb-list {
		display: none;
	}
	
	.top-cs {
		float: none;
		text-align: center;
	}
	.site-name {
		padding-top:0;
		margin-top:0;
	}
	/* added for tablet 1/7/13 */
	
		#footer .scroll-top a, #footer .scroll-top a:link {
    	background-color: #b24800;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#b24800), to(#00295F));
		background-image: -webkit-linear-gradient(top, #b24800, #00295F);
		background-image: -moz-linear-gradient(top, #b24800, #00295F);
		background-image: -ms-linear-gradient(top, #b24800, #00295F);
		background-image: -o-linear-gradient(top, #b24800, #00295F);
		background-image: linear-gradient(top, #b24800, #00295F);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24800, endColorstr=#00295F);
    	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
    	color: #FFFFFF;
    	padding: 10px;
		text-align: center;
		display:block;
		width:auto;
		font-weight:bold;
		margin-top: 10px;
	}
	#footer .copyright {
		text-align: center;
		display:block;
		width:auto;
		margin-top: 0;
	}
	#footer .powered {
		text-align: center;
		display:block;
		width:auto;
		margin-top:10px;
	}
	
	#footer .mobile-button-grey li a,
	.copyright a, #sitemap-link a, #accessibility-link a {
		display:block;
    	-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		transition: background-color 0.3s;
		background-color: #fefefe;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
		background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -ms-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: linear-gradient(top, #fefefe, #f1f1f1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#f1f1f1);padding: 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		cursor:pointer;
		margin-top: 10px;
		border:solid 1px #dedede;
		text-shadow: 0 1px 1px #dedede;
	}
	
	#access-wrapper {
		background: none;
		padding: 0;
		margin: 0;
	}
	
	#sitemap-link a, #accessibility-link a, #sitemap-link a:hover, #accessibility-link a:hover {
		color: #fff;
		background: #0076FF !important;
		text-shadow: none !important;
		padding: 15px 0;
	}
	
	.copyright a { padding: 15px; }
	
	
	#footer .mobile-button-grey li:first-child a {
		margin-top:0px;
	}
	
	#footer .mobile-button-grey li a:hover,
	.copyright a:hover { 
		background-color: #f8f8f8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e0e0e0));
		background-image: -webkit-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: -moz-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: -ms-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: -o-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: linear-gradient(top, #f8f8f8, #e0e0e0);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#e0e0e0);
	}
	
	.titlevi {
		margin-bottom:20px !important;
	}
	
	#footer .col-540 {margin-right:0;}
	
	#footer .col-300 {margin:0;}
	
	/* added end */
}
@media screen and (max-width: 650px) {
	.project-location-map {
		float:none;
		margin: 20px auto;
		max-width: 400px;
	}
    
    .mobile-device-h2-icon {
        display: table-cell;
        vertical-align: middle;
    }

    .mobile-device-h2-text {
        display: table-cell;    
        vertical-align: middle;
        padding-left: 5px;
    }
    
    body {}
    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }
    .grid, 
	.grid-right {
	    float: none;
    }
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    .top-widget {
        clear: none;
        float: none;
        margin: 0 auto 10px auto;
        text-align: center;
    }
    .top-widget .widget-title {
        text-align: center;
    }
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	.menu ul, 
	.menu li, 
	.top-menu, 
	.top-cs,
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
        font-size: 11px;
	    text-align: center;
    }
	.tinynav { 
	    display: block;
		margin: 20px auto;
		width: 100%;
	}
	.tinynav {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background: #fff url(images/bg-select.png) no-repeat right;/**/
		border: 1px solid #ccc;
        font-size: 12px;
		overflow: hidden;
		padding: 1em;
	}
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right: 10px;
	}
	
	.ie9 .tinynav  {
		padding-right: 8px;
	}
    #footer {
	    text-align: center;
		padding-bottom:20px;
    }
    #footer .social-icons {
	    text-align: center;
		padding-bottom:20px;
    }
	.header-logos {/*float:none;*/ display:block; padding-right:0px;}
	.site-name {
    	padding-top: 0px;
	}
	.alignright {float:none;}
	.wp-caption.alignright {
		margin: 0;
	}
	a img.alignright {
    	float: none;
   		margin: 0;
	}
	
	#footer .scroll-top a, #footer .scroll-top a:link {
    	background-color: #b24800;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#b24800), to(#00295F));
		background-image: -webkit-linear-gradient(top, #b24800, #00295F);
		background-image: -moz-linear-gradient(top, #b24800, #00295F);
		background-image: -ms-linear-gradient(top, #b24800, #00295F);
		background-image: -o-linear-gradient(top, #b24800, #00295F);
		background-image: linear-gradient(top, #b24800, #00295F);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b24800, endColorstr=#00295F);
    	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
    	color: #FFFFFF;
    	padding: 10px;
		text-align: center;
		display:block;
		width:auto;
		font-weight:bold;
		margin-top: 10px;
	}
	#footer .copyright {
		text-align: center;
		display:block;
		width:auto;
		margin-top: 0;
	}
	#footer .powered {
		text-align: center;
		display:block;
		width:auto;
		margin-top:10px;
	}
	
	#footer .mobile-button-grey li a,
	.copyright a, #sitemap-link a, #accessibility-link a {
		display:block;
    	-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		-ms-transition: background-color 0.3s;
		transition: background-color 0.3s;
		background-color: #fefefe;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f1f1f1));
		background-image: -webkit-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -moz-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -ms-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: -o-linear-gradient(top, #fefefe, #f1f1f1);
		background-image: linear-gradient(top, #fefefe, #f1f1f1);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe, endColorstr=#f1f1f1);padding: 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		cursor:pointer;
		margin-top: 10px;
		border:solid 1px #dedede;
		text-shadow: 0 1px 1px #dedede;
	}
	
	.copyright a { padding: 15px; }
	
	#access-wrapper {
		background: none;
		padding: 0;
		margin: 0;
	}
	
	#sitemap-link a, #accessibility-link a, #sitemap-link a:hover, #accessibility-link a:hover {
		color: #fff;
		background: #0076FF !important;
		text-shadow: none !important;
		padding: 15px 0;
	}
	
	#footer .mobile-button-grey li:first-child a {
		margin-top:0px;
	}
	
	#footer .mobile-button-grey li a:hover,
	.copyright a:hover { 
		background-color: #f8f8f8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#e0e0e0));
		background-image: -webkit-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: -moz-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: -ms-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: -o-linear-gradient(top, #f8f8f8, #e0e0e0);
		background-image: linear-gradient(top, #f8f8f8, #e0e0e0);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#e0e0e0);
	}
	
	.top-menu {display:none;}
	
	.top-cs {}
	
	#footer .col-540 {margin-right:0;}
	
	#footer .col-300 {margin:0;}
	
	.header-logos {padding-bottom:0;}
}
@media screen and (max-width: 480px) {
    
    
    body {}
    #logo {
	    float: none;
	    text-align: center;
    }
    .grid, 
	.grid-right {
	    float: none;
    }
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	.featured-title {
	    font-size: 40px;
	    padding: 40px 20px 0 20px
    }
    .navigation .next,
    .navigation .previous {
        text-align: center;
    }
}
@media screen and (max-width: 320px) {
    body {}
	#featured p {
	    font-size: 12px;
		line-height: 1.2em;
    }
    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}
    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }
	.header-logos {/*float:none;*/ display:block; padding-right:0px;}
	#footer .social-icons {padding-bottom:20px;}
	.site-name {
    	padding-top: 0px;
	}
	.alignright {float:none;}
	.wp-caption.alignright {
		margin: 0;
	}
	a img.alignright {
    	float: none;
   		margin: 0;
	}
	img.alignright {
    	float: none;
    	margin: 0;
	}
	#widgets #s {
		width: 60%;
	}
	h1.site-name {font-size:1.5em;}
	h1 {font-size:1.25em;}
	
	h2 {font-size:1.25em;}
	.widget-title, .widget-title-home h3 {
    	font-size: 1.25em;
	}
	h2.site-description {line-height:1.25em; margin-right:0;}
	#sb-title-inner{font-size:12px; text-align:center;}
	
	#sb-title, #sb-title-inner {
		height:auto;
    	line-height: 18px;
	}
	
	
	.gallery .gallery-item {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	select,
	input[type="text"], 
	input[type="password"],
	input[type="email"] {
		width: 100%;
	}
}
@media screen and (max-width: 240px) {
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.1em;
    }
    .featured-title {
	    font-size: 20px;
    }
	
	.featured-subtitle {
		font-size: 11px;
	}
    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 1.25em;
        height: 13px;
        line-height: 13px;
        text-align: center;
    }
	.header-logos {/*float:none;*/ display:block; padding-right:0px;}
	#footer .social-icons {padding-bottom:20px;}
	.site-name {
    	padding-top: 0px;
	}
	.alignright {float:none;}
	.wp-caption.alignright {
		margin: 0;
	}
	a img.alignright {
	    float: none;
    	margin: 0;
	}
	img.alignright {
    	float: none;
    	margin: 0;
	}
	#widgets #s {
		width: 75%;
	}
	h1.site-name {font-size:1.5em;}
	h1 {font-size:1.25em;}
	h2 {font-size:1.25em;}
	h2.site-description {line-height:1.25em; margin-right:0;}
	#sb-title-inner{font-size:12px; text-align:center;}
	#sb-title, #sb-title-inner {
		height:auto;
   	 line-height: 18px;
	}
}
/* Fast Secure COntact Form */
#si_contact_form1 input {width:auto}