/*
Theme Name: evoResponsive-1.5
Theme URI: http://www.evowebdev.com
Description: Responsive business theme; supports widgets, threaded-comments and multi-level dropdown menu. Utilizes Advanced Custom Fields (required). Includes pagetitle row.
Version: 1.5
Author: Ray Gulick
Author URI: http://www.evowebdev.com
Tags: threaded-comments,light,multiple-columns,theme-options,white
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * Note: see the "license.htm" page for copyright and 
 * license information for bundled resources, including images
*/

.slideshow div.wideslide, .confined .slideshow div.wideslide { display: none; }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*** Correct `block` display not defined in IE 8/9.*/
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
/*** Correct `inline-block` display not defined in IE 8/9.*/
audio, canvas, video { display: inline-block; }
/*** Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.*/
audio:not([controls]) { display: none; height: 0; }
/*** Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.*/
[hidden], template { display: none; }
script { display: none !important; }
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
/*** Remove default margin.*/
body { margin: 0; }
/* ==========================================================================
   Links
   ========================================================================== */
/*** Remove the gray background color from active links in IE 10.*/
a { background: transparent; }
/*** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }
/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active, a:hover { outline: 0; }
/* ==========================================================================
   Typography
   ========================================================================== */
/*** Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.*/
h1 { font-size: 2em; margin: 0.67em 0; }
/*** Address styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom: 1px dotted; }
/*** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong { font-weight: 600 !important; }
/*** Address styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic; }
/*** Address differences between Firefox and other browsers.*/
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
/*** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }
/*** Correct font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; color:#555;font-weight:normal; }
/*** Improve readability of pre-formatted text in all browsers.*/
pre { white-space: pre-wrap;padding:1em 0;line-height:1.3; }
/*** Set consistent quote types.*/
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
/*** Address inconsistent and variable font size in all browsers.*/
small { font-size: 80%; }
/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.3em; }
sub { bottom: -0.1em; }
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*** Remove border when inside `a` element in IE 8/9.*/
img { border: 0; }
/*** Correct overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden; }
/* ==========================================================================
   Figures
   ========================================================================== */
/*** Address margin not present in IE 8/9 and Safari 5.*/
figure { margin: 0; }
/* ==========================================================================
   Forms
   ========================================================================== */
/*** Define consistent border, margin, and padding.*/
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }
/*** Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.*/
button, input { line-height: normal; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select { text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
/*** Re-set default cursor for disabled elements.*/
button[disabled], html input[disabled] { cursor: default; }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/*** Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*** Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/* ==========================================================================
   Tables
   ========================================================================== */
/*** Remove most spacing between table cells.*/
table { border-collapse: collapse; border-spacing: 0; }
/***END NORMALIZE***/

/***hdr searchform***/
#menubar .search-form { position: relative; display:inline;top:-11px;left:-10px; }
#menubar  .search-field { background: transparent url(images/search-icon.png) no-repeat 5px 2px; background-size: 15px 16px; border: 0; cursor: pointer; height: 20px; margin: 3px 0; padding: 0 0 0 25px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 0; font-size:.8em;}
#menubar  .search-field:focus { background-color: #5b6674; border: none; cursor: text; outline: 0; width: 210px; border-radius:2px; color:#fff;}
#menubar  .search-form .search-submit { display:none;  }
#menubar  .screen-reader-text {display:none;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ddd; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ddd; opacity: 1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ddd; opacity: 1; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ddd; }

.wpr-search-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666; }
.wpr-search-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666; opacity: 1; }
.wpr-search-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666; opacity: 1; }
.wpr-search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666; }
/***end hdr searchform***/

/****Sidebar Search*****/
.pagesidebar.snippets h3 {color:#4f4f4f; font-weight:400;font-size:1.05rem;}
.searchsidebar .searchform { position: relative; padding-bottom:1.5em;}
.searchsidebar input.search-field { background: transparent url(images/search-icondark.png) no-repeat 98% 4px; background-size: 15px 16px; border: 1px solid #ddd; cursor: pointer; height: auto; margin: 0; padding: 4px 20px 4px 3px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 210px; font-size:.85em;border-radius:3px;}
.searchsidebar input.search-field:focus { }
.searchsidebar .searchform #search-submit { display:none;  }
.searchsidebar .screen-reader-text {display:none;}
.searchsidebar ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #aaa; }
.searchsidebar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa; opacity: 1; }
.searchsidebar ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa; opacity: 1; }
.searchsidebar :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa; }
/***end hdr searchform***/

/****SUPPORT NAV
#support { padding:0; margin: 0 auto; height:30px; display:inline-block;position:absolute; top:0;left:12px;list-style:none;}
#support li { float:left; position:relative;margin:0;line-height:27px;background:transparent;font-weight:400;font-size:16px; }
#support a { display:block; position:relative;color:#d1d5da;background:#5b6674; text-decoration:none; padding: 0 12px 3px 12px; }
#support a:hover,
#support a:active {color:#fff;}
#support li.current_page_item a,
#support li.current-page-ancestor a,
#support li.current_page_parent a {color:#fff; background:#ec403a;}***/

/****SUPERFISH****/
/*** ESSENTIAL STYLES ***/
/*menu bar *******/
#menubar { z-index: 99; position: fixed; top: 0; width: 100%; height:30px; text-align: right;background:#051d3b; }
.admin-bar #menubar { top: 30px;}
.menu-header { height:30px; margin: 0 auto;position:relative; }
.menu-primary-navigation-container {width:auto;display:inline;}
#nav { padding:0; margin: 0 auto; height:30px; display:inline-block;} /* #nav is primary ul */
#nav ul { position:absolute; top:-999em; width:11em; /* left offset of submenus need to match (see below) */ }
#nav li.menu-item-401 ul{ width:11.8em;} 
#nav li.menu-item-41 ul { width:12.2em;} 
#nav ul li { width:100%; }
#nav li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */ }
#nav li { float:left; position:relative; }
#nav a { display:block; position:relative; }
#nav li:hover ul, #nav li.sfHover ul { left:3px; top:28px; /* match top ul list item height */ z-index:99; }
#nav li:hover li ul, ul#nav li.sfHover li ul { top:-999em; }
#nav li li:hover ul, ul#nav li li.sfHover ul { left:11em; /* match ul width */ top:0;display:none; }
#nav li li:hover li ul, ul#nav li li.sfHover li ul { top:-999em;display:none; }
#nav li li li:hover ul, ul#nav li li li.sfHover ul { left:11em; /* match ul width */ top:0;display:none; }
/*** SKIN ***/
#nav, #nav * { list-style:none; }
#nav li { margin:0;line-height:27px;background:transparent;font-weight:400;font-size:16px;}
#nav li:hover,#nav li:active {}
#nav li:last-child {margin-right:4px;}

/**TOP-LEVEL MENU ITEMS***/
/****Base Color and padding***/
#nav a { color:#d1d5da; text-decoration:none; padding: 0 12px 3px 12px; }
#nav li.support { background:#5b6674; }
/***Hover/Active Color*****/
#nav a:hover, 
#nav a:active {color:#fff;}
/**Hilite Color Base***/
#nav li.current_page_item a, 
#nav li.current_page_ancestor a, 
#nav li.current_page_parent a,
#nav li.current-page-ancestor a, 
#nav li.current-page-parent a {color:#fff; background:#ec403a;}
/***Hilite Color Hover/Active***/
#nav li.current_page_item a:hover, 
#nav li.current_page_item a:active,
#nav li.current_page_ancestor a:hover, 
#nav li.current_page_ancestor a:active {color:#fff;}
/**Undo Hilited Blog Item when on CPT single ("nohilite" class added on mu-plugins/evo-post-types.php***/
#nav li.current_page_parent.nohilite a { color:#d1d5da; background:transparent;} /*base color, above*/
#nav li.current_page_parent.nohilite a:hover,
#nav li.current_page_parent.nohilite a:active {color:#fff;}



/*****END SUPERFISH****/

/*****FOOTERNAV******/
#footernav {list-style-type:none;margin:0 auto;}
#footernav li {display:inline; font-size:.8em; text-transform:uppercase;}
#footer-info #footernav a {display:inline-block;padding:3px 9px;color:#d1d5da;}
#footer-info #footernav a:hover,
#footer-info #footernav a:active,
#footer-info #footernav li.current_page_item a, 
#footer-info #footernav li.current_page_ancestor a, 
#footer-info #footernav li.current-page-ancestor a {color:#fff;}
/*****END FOOTERNAV****/

/* main_container */
body { font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #4f4f4f; min-height: 100%; background:#051d3b; position:relative;}
.pagecontainer {width:100%;background:#fff;padding-bottom:.5em;}
.pagecontainer.fourohfour { width: 100%; min-height:500px;background-size: cover;background-position:50% 60%;}
.pagecontainer.fourohfour .post-entry { max-width:800px;margin:0 auto;padding:50px 10px 20px 164px;}
.pagecontainer.fourohfour .post-entry p {color:#fff;}
.pagecontainer.fourohfour .post-entry h1 {color:#fff;line-height:1;margin-bottom:0;}
.pagecontainer.fourohfour .post-entry h1.mainhead {font-size:4.5em;line-height:1;margin:.1em 0 .2em 0;}
.searchfourofour {padding:10px;background:#fff;}

#wrapper { margin: 0 auto; position: relative; }
a:link, 
a:visited { color: #d4251f; }
a:hover, 
a:active { color: #a70c07; }
#footer a:link, 
#footer a:visited { color: #585858; }
#footer a:hover, 
#footer a:active { color: #222; }
.post-entry p a:hover, 
.post-entry p a:active, 
.post-entry li a:hover, 
.post-entry li a:active { text-decoration: underline; }

/* header*/
#header_container { margin: 0 auto; background: #fff; position:relative;top:0;}
#header_container.hdrcolor {background:#e8e8e8;}
#header { width: 964px; margin: 0 auto; padding-bottom: 35px; }
#header2 { margin: 0 auto; padding-bottom: 5px; position: relative; min-height: 130px; }
#content_container { background: #fff; padding-top: 15px; min-height: 400px; height: auto !important; height: 400px; }
#left-col { padding: 10px 0 10px 0; background: #fff; }
#left-col.blog-list {padding: 10px 10px 10px 6px;}

/*footer*/	
#footer { margin: 0 auto; background: #e8e8e8; min-height: 150px; }
#footer-container { margin: 0 auto; font-size: 11px; }
#footer-container2 { width: 964px; margin: 0 auto; padding: 15px 0; }
#footer-info { color: #fff; margin: 0 auto; background: #051d3b; padding: 15px 0; overflow: visible; min-height: 100px; }
#copyright { text-align: center; font-size: 80%; line-height: 1.3; }
#copyright a { white-space: nowrap; }
#footer-info a { text-decoration: none; color: #fff; }
#footer-info a:hover { color: #fff; }
#footer-widget { padding: 8px 0 8px 0; float: left; color: #6a6a6a; line-height: 1.6em; }
#footer-widget #search { width: 120px; height: 28px; background: #ebebeb; margin-left: 0; position: relative; }
#footer-widget #search #s { width: 110px; height: 24px; border: 0; margin-left: 7px; margin-right: 10px; margin-top: 3px; color: #fff; display: inline; background: transparent; float: left; }
#footer-widget #calendar_wrap { padding: 8px 0; }
#footer-widget #wp-calendar td { padding: 2px; }
#footer-widget .textwidget { padding: 0 0 5px 0; }
#footer-widget .widget_tag_cloud a { text-decoration: none; margin: 5px 5px 5px 0; line-height: 24px; color: #6a6a6a; }
#footer-widget .widget_tag_cloud a:hover { color: #fff; }
#footer-widget .widget-container ul li a { color: #585858; }
#footer-widget .widget-container ul li a:hover { color: #222; }
#footer-widget .widget-container h3 { color: #585858; margin-bottom: 0; padding: 0; font-size: .95rem; line-height: 1.4; }
#footer-widget .widget-container ul li { padding: 7px 0; margin-left: 0; background: none; }
#footer-widget p { font-size: .95rem; color: #585858; line-height: 1.4; margin-bottom:0; }
#footer-bar1 { float: left; }
#footer-bar2 { float: left; }
#footer-bar3 { float: left; }
#footer-bar4 { float: left; }
span#follow-box { position: absolute; right: 100px; }
span#follow-box img { margin: 0 2px; }
ul.xoxo { margin: 0; list-style-type: none; padding-top: .7em; padding-left:0;}
a.smoothScroll {}

/*logo*/
#logo { position: absolute; top:60px; }
#logo img { border: none; }
#logo2 { float: left; margin: 44px 30px 0 0; } /*no image*/
#logo2 a { text-decoration: none; color: #333; font-size: 36px; letter-spacing: 0; font-weight: normal; }
#footer-widget .widget-container ul.social { margin: 0; padding: .2em 0 .4em 0; }
#footer-widget .widget-container ul.social li { list-style-type: none; margin: 0 10px 0 0; padding: 0; display: inline; }
#footer-widget .widget-container ul.social a.smoothScroll { width: 32px !important; }
#footer-widget .widget-container ul.social li a { display: inline-block; }
#footer-widget .widget-container ul.social img {max-width:26px;}
#copyright .totop {padding:8px 0;}
.tagline { color: #5b6674; font-size:18px;line-height:1.3; font-weight: 300;}
.headeright { width: 303px; float: right; padding:4em 0 0 0;text-align:right; }

/*responsive menu********************
.mobmenur-container { top: 5px; margin-right: 5px; margin-top: 0px; }
.mobmenur-container i { line-height: 30px; font-size: 25px; float: right; }
.right-menu-icon-text { font-family: Source Sans Pro; font-weight: normal; text-transform: uppercase; margin-top: 2px; }
.mob-cancel-button { font-size: 24px !important; top: 6px; right: 9px; } */




/* default style */
.selectnav { display: none; }
/*search*/
.post-entry #search { width: 303px; height: 28px;  margin-left: 0; margin-bottom: 28px; position: relative;  }
.post-entry #search #searchsubmit { background: url(images/go-btn.png) no-repeat top right; width: 28px; height: 28px; border: 0; position: absolute; right: -28px; top: 4px; }
.post-entry #search #s { width: 298px; height: 24px; border: 1px solid #ddd; margin-left: 2px; margin-right: 0; margin-top: 1px; color: #666; display: inline; background: #f6f6f6; float: left; padding: 0 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}


/*homepage boxes*/
#box_container { margin: 0 auto; padding: 1em 0 30px 0; background:#fff; }
.boxes { min-height: 100px; padding: 9px 0 0 0; margin-bottom: 10px; }
.box-head { padding-bottom: 10px; text-align: center;position:relative; }
.box-head img {position:relative; left:-5%;}
.medium-4 .box-head img { width: 100%; max-width: 400px !important; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.title-box h3.title-head { margin-bottom: .1em;padding-top: 2px; text-align: left;font-size:1.05em;color:#999; }
.box-content { padding-top: 0; text-align: left; }
.box-content p { font-size: 1rem; line-height: 1.6; }
.box-content ul { list-style-type: none; margin: 0; }
.box-content li { list-style: none; font-size: .94rem; line-height: 1.45; margin: .3em 0 .4em 0; }

/* welcome box */
#welcome_container { }
#welcome-box h1 { margin: .5em 0 .2em 0; line-height: 1.3; font-size: 1.65em; font-weight: 600; }
#welcome-box { margin-top: .3em }
#welcome-box p { font-weight: 400; color: #595959; letter-spacing: .03em; line-height: 1.9; margin-bottom: 0; text-indent: 1.4em;font-size:1.05em; }
#welcome-box p:first-of-type { text-indent: 0; }
.pointer { color:#aaa;font-weight: 300; font-size: 120%; margin-left:0; line-height: .7;position:relative;bottom:-.05em; }
#promo-box { background: #edeeef; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; min-height: 100px; margin: 1.3em 0 .8em 0; padding: .4em .5em .7em 1.1em; }
#promo-box h3 { font-weight: 600; font-size: 1.2em; line-height: 1.3; margin: .35em 0 .15em 0; }
#promo-box h3 a {color:#5b6674;}
#promo-box h3 a:hover,
#promo-box h3 a:active {color:#4f5050;}
#promo-box h3 .pointer {color:#959595;}
#promo-box p { margin: .5em 0; font-size: .96rem; line-height: 1.7; }
#promo-box p.read-more { margin: .9em 0 .8em 0; }
#promo-box p.read-more a .pointer { font-size: 150%; position: relative; bottom: 0; line-height: .7; margin-left: .1em; }
#promo-box ul { list-style-type:none;margin-left:0;margin-bottom:0;}
#promo-box li {line-height:1.4;margin:.45em 0;}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.title-head { font-weight: 600; color:#051d3b; font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1 { font-size: 2.1em;line-height:1.2; margin: 0.25em 0 1.1em 0;font-weight: 600; }
h1.single { font-size: 1.75em;line-height:1.2; margin: .3em 0 .7em 0;font-weight: 600; }
h2 { font-size: 1.2rem; }
h3 { font-size: 1.1rem;color:#c81a14; }
h3 .gray {color:#5b6674;}
h4 { font-size: 1.1rem; color: #5b6674; }
h2.navlabel { display: none; }
h3.toggle {margin:.25rem 0 0 0; cursor:pointer;}
.post-entry p, 
.post-entry blockquote { line-height: 1.8; font-weight: 400; font-size: 1.05rem; margin-bottom: 1.25rem; text-rendering: optimizeLegibility;font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.post-entry.blog p {margin-bottom: 1rem;}
.post-entry blockquote p { line-height: 1.7; font-weight: normal; font-size: 1.25rem; margin-bottom: 0; text-rendering: optimizeLegibility;font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.post-entry blockquote {border-left:2px solid #ccc;;padding:.6em 1.5em;}
.post-entry li { font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1.1rem; line-height: 1.5; margin: .6rem 0; text-rendering: optimizeLegibility; }
.post-entry ul { margin-left: 1.2rem; margin-bottom: 1.3rem; }
.post-entry ol { margin-left: 1.5rem; margin-bottom: 1.3rem; }
.post-entry ul.sitemap { margin: 0; }
.post-entry ul.sitemap li { list-style: none; margin: .5rem 0 .5rem 0; }
.post-entry ul.sitemap li ul { margin: 0 0 0 4em; }
.post-entry .twocol { display:flex; justify-content:space-between; }
.post-entry .twocol ul.columbo { width:45%; }
@media screen and (max-width: 850px) {
	.post-entry .twocol { display:block; }
	.post-entry .twocol ul.columbo { width:100%; }
	.post-entry .twocol ul.columbo:first-child { margin-bottom:0; }
}

.post-entry p .more a {font-size:80%;text-decoration:none;}
.post-entry p.leadinParagraph {font-size:1.16rem;line-height:1.74;font-style:italic; color: #133D76; }

.title-container {background:#fff;}
.title-container .medium-9.columns {float:right;}
.title-container h1 {padding:.45em 0 .15em 0;margin-bottom:0;}

.redhilite {color:#c81a14!important}
/* POST */

/*.blog-list { padding-top: 28px !important; }*/
.post { overflow: hidden; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-entry { padding-bottom: 10px; padding-top: 5px; overflow: hidden; }
.post-entry.blog {padding-top:0;}
.post-entry p.excerpt { margin-bottom: 5px; }
.post-head { margin-bottom: 5px; }
.post-head h2 { margin-bottom: 0; }
.more-link:before { margin-top: -6px; }
.post-head h1 a, .post-head h1 { text-decoration: none; color: #333; margin: 0; font-size: 30px; }
.post-head h1 a:hover { color: #464646; }
.post-head-notfound h1, .post-head-404 h1, .post-head-archive h1, .post-head-search h1 { margin-bottom: 10px; font-weight: normal; text-decoration: none; color: #333; font-size: 30px; }
.post-thumb img { border: 0 solid #ebebeb; }
.post-entry img { margin-bottom: 10px; }
.meta-data { line-height: 16px; padding: 0 3px 0 0; margin-bottom: 3px; font-size: 13px; border: none; }
.meta-data a { color:#555; }
.dashicons.dashicons-clock { width:15px; height:15px; font-size:15px; }
.vcard { display: inline-block; margin: 0; border: none; padding: 0; }
.vcard .fn { font-weight: 400; font-size: 12px; }
.excerpt-thumbnail {width:114px;float:left; margin:.4em 15px .1em 0;}
.excerpt-thumbnail img {margin-bottom:0;}

/**excerpt**/
.excerpt {margin-bottom:1.5em;}
.excerpt h2 { font-size: 1.2rem; margin:.05em 0 .1em 0; }
.excerpt.snippet h2 { margin:0; }
.excerpt p { line-height: 1.55;margin-bottom:0;}
.excerpt.snippet p { line-height: 1.2; }
.excerpt p .date { font-size: 90%; color: #777; }

/**news single**/
p.newsdate { font-size: .86rem; margin: .2em 0 0 0; float: left; vertical-align: baseline; color: #777; text-transform:uppercase;}
li.return { font-size: .84rem; }
h1 .subhead { display: block; font-size: 42%; color: #999; text-transform: uppercase; letter-spacing: .05em; line-height: 1; }
.pagesidebar.news { padding-top: .95em; padding-bottom: 18px; }

/****snippets single****/
.snippet .ssba.ssba-wrap { display:none; }
.post-entry.snippet h3 { color:#555; margin-top:1em; }
.post-entry.snippet p { line-height: 1.5; margin: .15em 0 .4em 0; }
.pagesidebar li.snippets-category {font-size:1.05rem; display:block;margin-bottom:1.5em; }
.pagesidebar li.snippets-category ul {margin-top:.3em;}
.pagesidebar li.cat-item { display:inline-block; margin-right:3px; margin-bottom:6px; }
.pagesidebar li.cat-item a {padding:1px 10px 2px; background:#eee; border:1px solid #ddd; border-radius:3px; color:#888;}
.pagesidebar li.cat-item a:hover,
.pagesidebar li.cat-item a:active { background:#bbb; color:#000; border-color:#999;}
.pagesidebar li.cat-item.current-cat a { background:#bbb; color:#fff; border-color:#999;}
.pagesidebar li.cat-item.current-cat a:hover,
.pagesidebar li.cat-item.current-cat a:active { background:#999; color:#fff; border-color:#999;}
h2.searchsnip {margin-top:0;}


.pagesidebar .subnavnote p.read-more { margin: 8px 0 12px 0; font-size: 11px; line-height: 1.3; }
p.read-more, 
.pagesidebar .subnavnote p.read-more, 
#promo-box p.read-more { font-size: 12px; text-transform: uppercase; font-weight: 400; letter-spacing: .1em; }
table p.read-more {margin: 4px 0 0 0;}
.read-more a, 
.read-more a:visited { display: inline-block; text-decoration: none; color: #fff!important; padding: 8px 17px 9px 18px; background: #ec403a; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; -moz-transition: background .5s ease-in-out; -webkit-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; transition: background .5s ease-in-out; }
.read-more a:hover, 
.read-more a:active { background: #ff4b45; color: #fff;text-decoration:none!important;}
table p.read-more a {padding: 5px 12px 6px 12px;}
.read-more.support a {width:110px!important;text-align:center;}
.pagesidebar .subnavnote p.read-more a .pointer { font-size: 145%; position: relative; bottom: -1px; line-height: .7; margin-left: 0; color:#fff; }
.medium-3.columns.pagesidebar { min-width: 200px; float: left; padding-right: 0;padding-top: .95em; }
.medium-9.columns.page { float: right; }
.clear, .clr { clear: both; }
.sticky { border-bottom: 1px solid #e7e7e7; }
.entry-thumbnail img { display: block; margin: 0 auto 10px; }
table tr td .green {color:#090;}

/**responsive tables - http://codepen.io/anon/pen/QwPVNW***/
.table-container { padding-top: .6em; }
table { border: none; width: 100%; border-collapse: collapse; border-spacing: 0; }
table tr th,
table thead tr th { text-align: left; font-weight: 600; font-size: .75em; color: #fff; background: #5b6674; padding: 3px 6px; vertical-align: bottom; }
table tr { border: none; padding: 5px; }
table tr.even, 
table tr.alt, 
table tr:nth-of-type(even) { background: #f6f6f6; }
table tr td { text-align: left; font-weight: 400; font-size: 1em; padding: 8px 4px; vertical-align: top; background: transparent; border-bottom: 1px dotted #ccc; color: #5b6674; }
table tr td { padding: 8px 6px; }
table td.noborder { border: none; padding-bottom: 3px; }
table td.center,table th.center {text-align:center;}
table td.tableright, 
table.data th.tableright { text-align: right; }
table tfoot { background:transparent!important;}
table tfoot td { font-style: italic; border: none; font-size: .8em; }
table tbody tr:last-child td {border-bottom: 1px solid #ccc;}

@media screen and (max-width: 850px) {
table { border: 0; }
table thead { display: none!important; }
table tbody tr { margin-bottom: 10px; display: block; border: 1px solid #ddd; border-bottom: 2px solid #ddd; }
table tbody tr td { display: block!important; text-align: left/*see note on td:before (below)*/; font-size: 15px;  padding: 10px; }
table td.center {text-align:left;}
table td:last-child { border-bottom: none!important; }
table tbody td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: 600; font-size: .8em; width: 50%/*drop width definition if change td text-align to right (above)*/; }
table tr.even, 
table tr.alt, table tr:nth-of-type(even) { background: #fff; }
table td .descript {  width: 50%; display: table-cell; }
table tfoot tr td {padding:0;}
}
/***PIX/VID***/
.pagepix { width: 47.2%; max-width: 400px; float: right; padding-top: .45em; margin: 0 0 .3em 18px; }
.blog .pagepix { padding-top: 2px; }
.pixdiv { position: relative; text-align: center; }
.pagepix a, 
.post-entry .pagepix a:hover, 
.post-entry .pagepix a:active { color: #fff; text-decoration: none; }
.post-entry .pagepix p {font-size:.88em;font-weight:600; color:#5b6674;line-height:1.3;margin:6px 0;}
.post-entry .pixdiv img { margin: 0; padding: 0; }
.pixdiv a.videobox { height: 50px; width: 80px; background: url(images/vidstart_hover.png) 0 -50px no-repeat; overflow: hidden; position: absolute; bottom: 40%; left: 50%; margin-left: -40px; }
.pixdiv a.videobox:hover, 
.pixdiv a.videobox:active { background-position: 0 0; }
.post-entry .pixdiv img.morepix {position:absolute;top:3px;right:3px;}
#swipebox-overlay { background: transparent url(images/lightbox-bkgrd.png) 0 0 repeat-x; }
#swipebox-top-bar { font-size: 1.1em; line-height: 1.4; padding: 14px; }
#swipebox-title { font-size: 1.1em; line-height: 1.4; }
.post-entry .figcaption p { font-size: .84rem; font-weight: 600; margin: 7px 0 0 0; line-height: 1.4; }
div.pp_default .pp_description { font-size: .9rem; }

/* SIDEBAR*/
#sidebar { padding: 26px 0 20px 0; } /*blog*/
.pagesidebar #sidebar {padding:0 20px 20px 6px;} /*pages*/
#sidebar ul { list-style-type: none; margin-left: 0; }
#sidebar { word-wrap: break-word; }
.pagesidebar { padding-top:0; padding-bottom: 18px; }
.pagesidebar ul { margin-left: 0; list-style-type: none; }
.pagesidebar nav { margin: .45em 0 2em 0; }
.pagesidebar nav p.widgettitle, 
.pagesidebar nav li { font-size: .96rem; line-height: 1.3; margin: 0 0 12px 0; font-weight: 600; }
.pagesidebar nav a,
.pagesidebar nav a:visited { color: #aaa; }
.pagesidebar nav .current_page_item a, 
.pagesidebar nav .current_page_item a:visited, 
.pagesidebar nav a.current_page_item, 
.pagesidebar nav a.current_page_item:visited { color: #333; }
.pagesidebar nav a:active, 
.pagesidebar nav a:hover,
.pagesidebar nav .current_page_item a:hover,
.pagesidebar nav a.current_page_item:hover { color: #111; }

/***contactinfo****/
.contactinfo {padding-top:27px;}

/****sidebar quote***/
.pagesidebar .quote { margin: 1px 0 2em 0; }
.pagesidebar .quote p.quotetext { color: #5b728e; margin-bottom: 5px; text-indent: -.4em; font-size: 1.15em; line-height: 1.6; }
.pagesidebar .quote p.author { color: #4f4f4f; font-size: .9rem; font-weight: 600; line-height: 1.2; }
.pagesidebar .quote p.author span { display: block; font-weight: normal; }

/****sidebar note****/
.pagesidebar .subnavnote {  margin: .5em 5px 2em 0; padding: 9px 9px 7px 14px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; background: #eee; }
.pagesidebar .subnavnote h3 { font-size: 1rem;line-height:1.3; margin: 0 0 5px 0; }
.pagesidebar .subnavnote p { font-size: .9rem; line-height: 1.4; margin: 0 0 5px 0; }
#sidebar .subnavnote ul { list-style-type: disc; margin-left: 1.2em; margin-bottom: .5rem;}
.pagesidebar .subnavnote li { font-size: .9rem; line-height: 1.3; margin: 0 0 5px 0; }
#sidebar img { width: 100%; }

/* Buttons */
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] { font-size: 13px; text-transform: uppercase; font-weight: 400!important; letter-spacing: .1em; background: #ec403a; color: #fff; border: none; padding: 8px 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; font-family:"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active{ background: #ff4b45; }



/* COMMENTS  */
#comments { clear: both; }
#comments .navigation { padding: 0 0 18px 0; }
h3#comments-title, h3#reply-title { color: #000; font-size: 20px; margin-bottom: 0; }
h3#comments-title { padding: 24px 0; font-weight: normal; font-size: 16px; }
.commentlist { list-style: none; margin: 0; border-left: 1px solid #e7e7e7; }
.commentlist li { margin-left: 7px; }
.commentlist li.comment { line-height: 24px; margin: 0 0 24px 0; padding: 0 0 0 30px; }
.commentlist li:last-child { border-bottom: none; margin-bottom: 0; }
#comments .comment-body ul, 
#comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
#comments .comment-body ul { margin: 0 0 10px 10px; }
#comments .comment-body ul li { display: block; margin: 5px 0; padding: 0 0 0 17px; background: url(images/bullet.png) no-repeat 0 5px; }
#comments .comment-body ol { margin: 5px 0 15px 20px; }
#comments .comment-body ol li { margin: 5px 0; list-style: decimal; padding: 0 0 0 5px; }
.commentlist ol { list-style: decimal; }
.commentlist .avatar { padding: 4px; border: 1px solid #e6e1db; float: left; margin-right: 8px; }
.comment-author .fn a { text-decoration: none; }
.comment-author cite { color: #000; font-style: normal; font-weight: bold; }
.comment-author .says { font-style: italic; }
.comment-meta { font-size: 12px; margin: 0 0 18px 0; }
.comment-meta a:link, 
.comment-meta a:visited { color: #999999; text-decoration: none; }
.comment-meta a:active, 
.comment-meta a:hover { color: #999999; }
.commentlist li.comment.thread-even {background:#f6f6f6;padding-top:15px;padding-bottom:12px;}
.commentlist .bypostauthor { }
.reply { font-size: 12px; padding: 0 0 24px 0; }
.reply a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: .1em;
    background: #ec403a;
    color: #fff;
    border: none;
    padding: 4px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.reply a:hover { background: #ff4b45; }
.commentlist .children { list-style: none; margin: 0; }
.commentlist .children li { border: none; margin: 0; }
.nopassword, 
.nocomments { display: none; }
#comments .pingback { border-bottom: 1px solid #e7e7e7; margin-bottom: 18px; padding-bottom: 18px; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p { color: #5b6674; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px; font-style: italic; }

/* Comments form */
input[type=submit] { color: #333; cursor: pointer; display: block; background-color: #ec403a; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px; }
#respond { margin: 24px 0; overflow: hidden; position: relative; }
#respond p { margin: 0; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
h3#reply-title { margin: 18px 0; font-weight: normal; }
#comments-list #respond { margin: 0 0 18px 0; }
#comments-list ul #respond { margin: 0; }
#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
#respond .required { color: #ec403a; font-weight: bold; }
#respond label { color: #5b6674; font-size: 12px; }
#respond input { margin: 0 0 9px; width:auto; border: 1px solid #ebebeb; padding: 5px; color: #5b6674; }
#respond textarea { width: 99.5%; border: 1px solid #ebebeb; background:#f6f6f6; color: #5b6674; padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#respond .form-allowed-tags { color: #5b6674; font-size: 12px; line-height: 18px; }
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { margin: 12px 0; }
#respond .form-submit input {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: .1em;
    background: #ec403a;
    color: #fff;
    border: none;
    padding: 8px 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
#respond .form-submit input:hover { background: #ff4b45; }

/*gallery-wp*/
#gallery-wp a { text-decoration: none; font-size: 18px; }
.gallery-caption { margin: 0 0 5px; }

/* navigation ///////////////////////////////////////////*/
.navigation { float: left; width: 100%; margin: 20px 0; }
.navigation .alignleft a { float: left; }
.navigation .alignright a { float: right; }
#nav-single { overflow: hidden; margin-top: 20px; margin-bottom: 10px; }
.nav-previous { float: left; width: 50%; font-size: .85rem; }
.nav-next { float: right; text-align: right; width: 50%; font-size: .85rem; }

/***Slider********************/
.slideshow { background: #1A2832; position: relative; margin-bottom:0; }
.wideslide { width: 100%; background-size: cover; padding: 0 /*0 20px 0*/;position:relative; }
/*.wideslide .text.medium-4.columns { float: left; padding-bottom:70px; padding-right: 1em;background: url(images/blkTransp.png);}*/
.wideslide .text { padding:.5em 1em 1em;/*background: url(images/blkTransp.png);*/text-align:left;}
.wideslide .text h1 { font-size:5em; color: #051d3b; line-height: 1; font-weight:700;letter-spacing:-.03em;margin-bottom:.4em;}
.wideslide .text p { color: #231f20; font-size: 1.7em;margin:0 0 .3em 0; line-height: 1.36; }
.wideslide .text p.read-more { font-size: 14px;letter-spacing:.1em;margin:1em 0 .3em .3em;text-shadow:none; }
.wideslide .text p.read-more a, .wideslide .text p.read-more a:visited { padding: 11px 23px 12px 25px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; }
.wideslide .text .read-more .pointer { font-size: 150%;color:#fff; }
/*.wideslide h1 div, .wideslide p small {background: url(images/blkTransp.png);padding:1px 4px 2px;width:auto;max-width:730px;margin:0 auto;text-align:center;display:inline-block;}*/
@media screen and (max-width: 3200px) {
	.wideslide { min-height: 530px;-webkit-transition: min-height 0.6s ease-in-out; -moz-transition: min-height 0.6s ease-in-out; -o-transition: min-height 0.6s ease-in-out; transition: min-height 0.6s ease-in-out; }
	.wideslide .text { margin: 40px 0 35px 150px;width:52%;}
	
}
@media screen and (max-width: 1600px) {
	.wideslide { min-height: 520px;}
    .wideslide .text h1 { font-size:5em;}
}
@media screen and (max-width: 1400px) {
    .wideslide { min-height: 500px;}
	.wideslide .text { margin-top:40px; }
	.wideslide .text h1 { font-size:4.9em; }
}
@media screen and (max-width: 1200px) {
	.wideslide { min-height: 480px;}
	.wideslide .text { margin-top:40px; }
	.wideslide .text h1 { font-size:4.8em; }
}
@media screen and (max-width: 999px) {
	.wideslide .text h1 { font-size:4.6em; }
}
@media screen and (max-width: 964px) {
	.wideslide .text {  }
	.wideslide .text h1 { font-size:4.5em; }
}
@media screen and (max-width: 950px) {
	.wideslide { min-height: 400px; }
	.wideslide .text { margin-top:25px; width:49% }
	.wideslide .text h1 { font-size:4.3em; }
}
@media screen and (max-width: 925px) {
	.wideslide .text h1 { font-size: 4em; }
	.wideslide .text { margin-top:25px; width:50% }
}
@media screen and (max-width: 875px) {
	.wideslide .text { margin-top:25px;}
	.wideslide .text h1 { font-size: 3.9em; }

}
@media screen and (max-width: 850px) {
	.wideslide { min-height: 350px; }
	.wideslide .text/*.medium-4.columns*/ { float: none; width: 100%; max-width: 100%; margin: 0 auto; text-align: center; border-radius: 0; position:relative; height:100%!important; min-height:350px; background:rgb(0,0,0,.2);padding: 3.5em 2em 1em 2em;}
	.wideslide .text h1 { margin-top:0; color:#fff; font-size:2.8em;/*padding:30px 15px 0 15px;*/}
	.wideslide .text p { padding:0 15px;color:#fff;}
	.wideslide .text p.read-more {} 
}
@media screen and (max-width: 700px) {
    .wideslide,
	.wideslide .text/*.medium-4.columns*/ { min-height: 300px; }
}
@media screen and (max-width: 525px) {
	.wideslide { min-height: 250px}
	.wideslide .text { min-height: 250px;padding:2.5em 1em;}
	.wideslide .text h1 { font-size:2.2em; margin-bottom:.5em; }
    .wideslide .text p { font-size:1.4em;}
}

.wideslide .absolutecontainer { width:100%;/*position:absolute;top:0;*/}/*moves text to top*/
.wideslide .row { }
.slideshow-controls { position: absolute; width: 100%; height: 50px; bottom: 45%;-webkit-transition: bottom 0.6s ease-in-out; -moz-transition: bottom 0.6s ease-in-out; -o-transition: bottom 0.6s ease-in-out; transition: bottom 0.6s ease-in-out; }
@media screen and (max-width: 1080px) {
	/*.slideshow-controls { bottom: 16px; }*/
}
.slideshow-controls .slideshow-prev { position: absolute; left: 10px; width: 50px; height: 50px; background: url(images/wideslide-prev.png) 0 0 no-repeat; opacity: 0.2;cursor:pointer; }
.slideshow-controls .slideshow-next { position: absolute; right: 10px; width: 50px; height: 50px; background: url(images/wideslide-next.png) 0 0 no-repeat; opacity: 0.2;cursor:pointer; }
.slideshow-controls .slideshow-prev:hover, .slideshow-controls .slideshow-prev:active, .slideshow-controls .slideshow-next:hover, .slideshow-controls .slideshow-next:active { opacity: 0.5; }

/***confined slider****/
.confined .slideshow { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; background-clip: border-box; margin-left: -0.9375em; margin-right: -0.9375em; }
.confined .wideslide .text.medium-4.columns { float: right; padding-right: 36px; }
.confined .wideslide .text h1 { color: #fff; line-height: 1.2; font-weight: 600; font-size: 1.9em; }
.confined .wideslide .text p { color: #fff; font-size: 1.1em; }
.confined .wideslide .text p.read-more { font-size: 12px; }
.confined .wideslide .text p.read-more a, 
.confined .wideslide .text p.read-more a:visited { padding: 4px 18px 5px 20px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; width: auto; }
.confined .wideslide .text .read-more .pointer { font-size: 150%; }

@media screen and (max-width: 1020px) {
.confined .slideshow { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
}

@media screen and (max-width: 850px) {
.confined .wideslide .text h1 { font-size: 1.4em; }
}

@media screen and (max-width: 700px) {
.confined .wideslide .text.medium-4.columns { float: none; width: 100%; max-width: 100%; margin: 0 auto; text-align: center; padding-right: 0.9375em; border-radius: 0;position:relative; height:100%!important; }
.confined .wideslide .text h1 { font-size: 1.6em; margin-top:0; padding:30px 15px 0 15px;}
.confined .wideslide .text p { padding:0 15px;}
.confined .wideslide .text p.read-more {padding-bottom:10px;} 
}

/*--wp-pagenavi--*/
.wp-pagenavi { color: #9c9999; margin: 20px 0; font-size: .8rem; font-weight: 600; }
.wp-pagenavi a, 
.wp-pagenavi span.current { margin: 0 7px 0 0; padding: 2px 7px; text-decoration: none; border: none; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.wp-pagenavi a.page { background: #ccc; color: #fff; }
.wp-pagenavi a.page:hover, 
.wp-pagenavi a.page:active { background: #9c9999; }
.wp-pagenavi a.first, 
.wp-pagenavi a.last { padding: 0; }
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink { padding: 0; font-size:150%; font-weight:300;}
.wp-pagenavi span.current { background: #5b6674; color: #fff; }
.wp-pagenavi span.extend { padding: 2px 5px; margin: 2px; background: #ccc; text-decoration: none; }
.wp-pagenavi span.pages { padding: 2px 5px; margin: 2px; background: #ccc; }
/*--widget-formatting ////////////////////////////////////*/
.widget-container { margin-bottom: 30px; }
.widget-container a { text-decoration: none; color:#999; }
.widget-container a:hover,.widget-container a:active { text-decoration: none; color: #000; }
.widget-container h3 { padding: 0 0 8px 0; margin: 0; overflow: hidden; font-size: 17px; font-weight: 600; }
.widget-container ul li { border: none; padding: 0 0 7px 0; margin-left: 0; margin-right: 0; font-size: 1rem; line-height: 1.4; }
.widget-container ul li ul li { margin-left: 6px; }
/*widgets*/
#calendar_wrap { text-align: left; padding: 8px 15px; margin: 0; }
#wp-calendar { text-align: left; margin-top: 5px; width: 100%; }
#footer-widget #wp-calendar a:hover { color: white; }
#wp-calendar caption { font-weight: normal; font-size: 14px; margin-bottom: .4em; }
#wp-calendar td { padding: 10px; }
#wp-calendar #today { font-weight: bold; color: #ec403a; }
.widget_tag_cloud a { text-decoration: none; margin: 5px 5px 5px 0; line-height: 24px; }

/*Alignments //////////////////////////////////*/
.alignleft, 
img.alignleft { display: inline; float: left; margin-right: 22px; margin-top: 9px; }
.alignright, 
img.alignright { display: inline; float: right; margin-left: 22px; margin-top: 8px; }
.aligncenter, 
img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignleft, 
.alignright, 
.aligncenter, 
img.alignleft, 
img.alignright, 
img.aligncenter { margin-bottom: 10px; }
img.alignnone, 
.alignnone { display: inline; margin-right: 15px; margin-top: 4px; margin-bottom: 12px; }
.wp-caption { border: none; background: #f1f1f1; color: #5b6674; font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 15px; padding: 4px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.wp-caption img { margin: 5px; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }
.wp-smiley { margin: 0; }
small, 
.small { font-size: 80% !important; }
p.small {line-height:1.3;}
.formbar { float: left; margin-left: 2.2%; width: 28%; max-width: 210px; margin-top: 3px; }
.formbar h3 { font-size: 1rem; line-height: 1.2; margin-bottom: 3px; }
.formbar p { font-size: .94rem; line-height: 1.4; margin-bottom: 1.5em; color: #555; }
.formbar li { font-size: .94rem; line-height: 1.4; margin:.6em 0; color: #555; }
.formbar li li { margin:.3em 0; }
.formbar ul { margin-bottom:.8em; }

/******GRAVITY FORMS*****/
input, textarea, keygen, select, button {font-family:"Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;font-size:14px;}
.formcontainer { width: 68%; max-width: 500px; float: left; margin-top:2px; }
#gform_wrapper_2 {margin-top:30px;}
.gform_wrapper .gform_body { width: 100%!important; }
.post-entry .gform_confirmation_message p {font-size:1.2em;font-style:italic;}
.gform_wrapper { margin: 0 0 10px 0; width: 100%; }
.gform_wrapper .top_label .gfield_label { font-size: .95rem; margin: 4px 0 4px 0;  font-weight: 600; line-height: 1em; clear: both; width: 100%; color: #897f75; }
.gform_wrapper li,
.gform_wrapper form li,
body .gform_wrapper ul li.gfield { margin: 1px 0 1.5em 0; }
.gform_wrapper .ginput_complex label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .instruction { margin-bottom: 0; }
.gform_wrapper .ginput_complex .ginput_right input[type=text], 
.gform_wrapper .ginput_complex .ginput_right input[type=url], 
.gform_wrapper .ginput_complex .ginput_right input[type=email], 
.gform_wrapper .ginput_complex .ginput_right input[type=tel], 
.gform_wrapper .ginput_complex .ginput_right input[type=number], 
.gform_wrapper .ginput_complex .ginput_right input[type=password], 
.gform_wrapper .ginput_complex .ginput_right select { width: 99% !important; color: #666 }
.gform_wrapper input[type=text], .gform_wrapper input[type=url], 
.gform_wrapper input[type=email], .gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { font-size: .88em; padding: 2px 5px; }
.gform_wrapper .gfield_required { color: #ec403a; margin-left:1px; }
.gform_wrapper select { height: 26px; line-height: 1.3; background: #f6f6f6; border: 1px solid #ddd; font-size: .84em; color: #666; }
.gform_wrapper option { color: #666; }
.gform_wrapper input, 
.gform_wrapper textarea { border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #f6f6f6; color: #666 }
.gform_wrapper .top_label input.medium[type=file] {width:30%;}
.gform_wrapper input[type=file] {border:none;background:transparent;}
.gform_wrapper .screen-reader-text {font-size:.8em;font-style:italic;display:block;}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.gform_next_button.button,
.gform_wrapper .gform_page_footer input.gform_previous_button.button,
.gform_wrapper .gform_page_footer .button.gform_button { font-size: 13px; text-transform: uppercase; font-weight: 400!important; letter-spacing: .1em; background: #ec403a; color: #fff; border: none; padding: 8px 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; font-family:"Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.gform_next_button.button:hover,
.gform_wrapper .gform_page_footer input.gform_previous_button.button:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover { background: #ff4b45; }
.gform_wrapper .gform_footer { padding: 6px 0 18px 0; }
.gform_wrapper input.gform_button.button, 
.gform_wrapper input[type=submit] { margin-bottom:0;}
.gform_wrapper input#gform_submit_button_2[type=submit] {display:inline-block;}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li { margin: 0 15px 10px 0;}
body .gform_wrapper .top_label div.ginput_container { margin-top:0; }
.gform_wrapper .top_label div.ginput_container.ginput_container_radio { margin-top: 2px; }
.gform_wrapper .description_above .gfield_description { padding: 0 0 3px 0;font-style:italic; }
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] { margin-right: 6px!important; vertical-align:top!important; line-height:1.25; }
/***validation errors***/
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color:#ffeded!important; margin-bottom: 1em!important; padding: 0 12px; border-top: none!important; border-bottom: none!important; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; }
.post-entry .gform_wrapper.gform_validation_error div.validation_error { color: #790000; font-size: 1.2em; line-height:1.4; font-weight: 600; border-top: none; border-bottom: none; padding: 0;text-align:left;margin-top:.5em; }
.gform_wrapper .top_label .gfield_error { width: 100%; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required { padding-right: 12px; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required input.large {width:97%;}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {background:#fff; border: 1px solid #790000;}

.ginput_product_price_label { display:none!important; }
.gform_wrapper span.ginput_product_price { color:#666; }
.gform_wrapper .top_label span.ginput_total { margin: 0 0 8px 0; }
.gform_wrapper .top_label li.gfield.gf_inline { margin: 0 0 18px 0; }
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {  margin: 0; }
.gform_wrapper .top_label li.gfield.gf_left_third, 
.gform_wrapper .top_label li.gfield.gf_middle_third, 
.gform_wrapper .top_label li.gfield.gf_right_third { margin-bottom: 15px; }

/**fix name fields**/
div.ginput_container_name span.name_first, 
div.ginput_container_name span.name_last {padding-right:16px;width:50%;}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input { width: 50%; }
.gform_wrapper .ginput_complex .ginput_right input[type=text] { width: 96.5% !important; }
.gform_wrapper .ginput_complex .name_last input[type=text],
.gform_wrapper .ginput_complex .name_first input[type=text] { width: 99.5% !important; }

div.ginput_complex.ginput_container.gf_name_has_2 span.name_last { display: -moz-inline-stack; display: inline-block; vertical-align: top; padding-right: 16px;width:48.6%; }

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, 
.gform_wrapper.gf_browser_chrome .ginput_complex select { margin-bottom: 0; margin-top: 0; width:96.8%!important; }
.ginput_right.address_state { margin-top:-1px!important; }


.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] { width: auto;  }
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title { font-size: 15px!important; filter: alpha(opacity=90);  -moz-opacity: .9;opacity: .9!important; margin: 0 0 8px 0!important;}
.gform_wrapper div.gf_progressbar {padding:0!important;}
.gform_wrapper h2.gsection_title {font-weight:600;}
.gfield.gsection {border:none!important;margin:8px 0;}
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper textarea.small,
.gform_wrapper textarea.medium,
.gform_wrapper textarea.large,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) { width: 98.2%; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select { margin-bottom: 2px; }
.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden;
    padding: 9px 0;
}


@media screen and (max-width:641px) {
	
    div.ginput_complex.ginput_container.gf_name_has_2 span.name_last,
    div.ginput_complex.ginput_container.gf_name_has_2 span.name_first,
    .gform_wrapper .ginput_complex .ginput_right,
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right{ width: 100%; padding-right: 0; }

    .gform_wrapper .top_label li.gfield.gf_inline.right40 { margin: 0; }

    .gform_wrapper .ginput_complex .ginput_right input[type=text],
    .gform_wrapper textarea.small,
    .gform_wrapper textarea.medium,
    .gform_wrapper textarea.large { width: 100% !important; }

    .gform_wrapper .ginput_container select,
    .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select { width: 100% !important; margin-left: 0; }
}

/***WPR Menu***/
.wpr_search .wpr-search-field { padding: 2px 5px !important; border: none; max-width: 100%; width: 100%; border-radius:3px; }
#wprmenu_menu.top {text-align:center;}
#wprmenu_menu_ul, .wpr_search {max-width:400px; margin:0 auto 1em auto!important; text-align:left;}

/**WP LIGHTBOX**/
.hidden { display: none; }
.pp_content_container .pp_details { float: left; margin: 6px 0 2px; }
.pp_nav { clear: right; float: left; margin: 0 10px 0 0; vertical-align: middle; }
.pp_nav p.currentTextHolder { font-size: .8rem; color: #999; vertical-align: top; line-height: 1.1; }
.pp_close { float: right; }
div.light_rounded .pp_description, 
div.light_square .pp_description { margin-right: 0; }
p.pp_description { clear: both; font-size: .9rem; font-weight: 600; margin: 6px 0 0 0; padding-top: 6px; line-height: 1.3; }
.pp_hoverContainer a.pp_next, 
.pp_hoverContainer a.pp_previous { display: none; } /*allows us to avoid extra coding to add gallery view only when there are additional slides*/
div.light_rounded .pp_top .pp_left { background: #fff; -moz-border-radius: 12px 0 0 0; -webkit-border-radius: 12px 0 0 0; border-radius: 12px 0 0 0; }
div.light_rounded .pp_top .pp_right { background: #fff; -moz-border-radius: 0 12px 0 0; -webkit-border-radius: 0 12px 0 0; border-radius: 0 12px 0 0; }
div.light_rounded .pp_bottom .pp_left { background: #fff; -moz-border-radius: 0 0 0 12px; -webkit-border-radius: 0 0 0 12px; border-radius: 0 0 0 12px; }
div.light_rounded .pp_bottom .pp_right { background: #fff; -moz-border-radius: 0 0 12px 0; -webkit-border-radius: 0 0 12px 0; border-radius: 0 0 12px 0; }
#swipebox-close, 
#swipebox-next, 
#swipebox-prev { background-image: url(images/icons.png) !important; opacity: .7; }
#swipebox-close:hover, 
#swipebox-next:hover, 
#swipebox-prev:hover { background-image: url(images/icons.png) !important; opacity: 1.0; }
#swipebox-next.disabled, 
#swipebox-prev.disabled { opacity: .3; }
#swipebox-close { margin-right: 10px; }

/***** RESPONSIVE TWEAKS *******/
/*@media screen and (min-width: 1700px) {
.wideslide {min-height:600px;}
}*/

@media screen and (max-width: 1000px) {
#header_container {  }
#menubar,
.flexslider,
.flexslider .slides img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
}

@media screen and (max-width: 900px) {
#nav li li { text-align: left; }
.headersearch { display: none; }
.slidertext h2 { font-size: 2rem }
.slidertext p { font-size: 1rem; }
.slidertext p.moreinfo { margin-top: 1em; }
#footer1, #footer2, #footer3, #footer4 { float: none; display: block; width: 100% !important; max-width: 600px; margin-left: auto; margin-right: auto; }
#footer-widget p { font-size: .9rem; }
#footer-widget .widget-container h3 { font-size: 15px; }
#footer-widget .widget-container { margin-bottom: 12px; text-align: center; }
}

@media screen and (max-width: 850px) {
.gform_wrapper .top_label input.medium[type=file] { width: 100%; }
#menubar {display:none;}
.formbar { width: 100%;max-width:400px; padding-top: 10px; float: none; margin-left: 0; }
.formcontainer { width: 100%; max-width: 100%; float: none; }
#sidebar { padding: 36px 20px 0 0; }
.pagesidebar .subnavnote, .pagesidebar .quick-facts { margin: 0 0 10px 0; max-width: 400px; }
.pagesidebar .quote { margin: 0 0 24px 0; max-width: 400px; }
#footer-widget p { font-size: .85rem; }
#footer-widget .widget-container h3 { font-size: 14px; }
.coursesummary, .pagepix { width: 100%; margin: 0 0 1em 0; float: none; }
.medium-3.columns.pagesidebar,.medium-3.columns.sidebar { width: 100%;padding-left: 0.9375em; padding-right: 0.9375em; }
.widget-container { text-align: center; }
.post-entry,
#sidebar,
#comments,
.title-container h1 { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; float: none; display: block; }
.pagecontainer.fourohfour .post-entry h1.mainhead {font-size:3em;}
.pagecontainer.fourohfour .post-entry  {padding:50px 10px 20px 20px;width: 100%; max-width: 380px;}

/*#left-col.blog-list {padding-left:0;}*/
.title-container h1 {position:relative;left:-5px;}
.textwidget img { max-width: 146px; }
.pagesidebar #sidebar { padding:0 10px 20px 0; }
.medium-9.columns.page,.medium-9.columns { width: 100%; padding-right: 10px; }
.headertext h3.tagline { font-size: .9em; }
.headertext h5.sub { font-size: .8em; }
h2.navlabel { display: block; color: #aaa; font-size: 1rem; }
.pagesidebar nav { display:none;}
#header2 { text-align: center; margin: 0; min-height: 90px; }
#logo, #logo2 { position: relative; display: block; margin: 20px auto 0 auto; top:0; left: 0; float: none; }
.tagline { margin-bottom: 20px; clear: both; }
.headeright { width: 100%; float: none; text-align: center; padding: .4em 0 0 0; }
#welcome_container .columns,
#footer1,
#footer2,
#footer3,
#footer4,
#box_container .medium-4.columns,
#box_container .medium-3.columns { float: none; display: block; width: 100% !important; max-width: 400px; margin-left: auto; margin-right: auto; }
.boxes { margin: 1.5rem 0 1.5rem 0; }
.box-head img { left: 0;}
}

@media screen and (max-width: 800px) {
.slidertext h2 { font-size: 1.8rem }
.slidertext p { font-size: .9rem; }
#swipebox-next { margin-right: 10px; }
}

@media screen and (max-width: 740px) {
.slidertext h2 { font-size: 1.7rem }
}

@media screen and (max-width: 700px) {
#header2 { text-align: center; margin: 0; min-height: 90px; }
.tagline { margin-bottom: 20px; clear: both; }
.headeright { width: 100%; float: none; text-align: center; padding: .4em 0 0 0; }
#menubar { display: none /*for WP Responsive Menu*/; float: none; clear: both; z-index: 99; margin: 18px auto 20px auto; position: relative; text-align: left; background: transparent; max-width: 400px; }
.slidertext h2 { font-size: 2.2rem }
.slidertext p { font-size: 1.2rem; }
#header_container { }
.headeright #search { margin: 0 auto 1.3em auto; }
.post-entry.news p { clear: right; }
.js #nav { display: none; }
.js #nav2 { display: none; }
.js .selectnav { display: block; list-style-type: none; }
.menu-header { max-width: 400px; margin: 0 auto; }
.socialicons { position: relative; top: 0; right: 0; width: 100%; margin: 0; padding: 0 4px; }
/*.tagline {position:relative;top:0;right:0;margin-top:15px;}*/
.headertext { position: relative; top: 0; right: 0; margin-top: 15px; width: 100%; padding: 0 20px 10px 20px; }
.custom-dropdown { position: absolute; display: inline-block; width: 100%; bottom: 0; }
.custom-dropdown select { width: 100%; background-color: #00769d; color: #fff; font-size: inherit; padding: .5em 2.5em .5em .5em;border: 0; margin: 0; border-radius: 3px; text-indent: 1px; text-overflow: ''; -webkit-appearance: button; /* hide default arrow in chrome OSX */ }
.custom-dropdown::before, .custom-dropdown::after { content: ""; position: absolute; pointer-events: none; }
.custom-dropdown::after { /*  Custom dropdown arrow */ content: "\25BC"; height: 1em; font-size: .625em; line-height: 1; right: 1.2em; top: 50%; margin-top: -.5em; color: #fff; }
.custom-dropdown::before { /*  Custom dropdown arrow cover */ width: 2em; right: 0; top: 0; bottom: 0; border-radius: 0 3px 3px 0; }
.custom-dropdown::before { background-color: rgba(0,0,0,.15); }
#footer-widget p { font-size: .8rem; }
#footer-widget .widget-container h3 { font-size: 13px; }
.slidertext, .flexslider .slides img { float: none; display: block; width: 100%; text-align: center; }
.flexslider .slides img { }
.slidertext { padding-bottom: 1em; }
.slidertext h2 { margin-top: .5em; }
#box_container { padding-top: 0; }
.calendar_feed li { font-size: .92rem; }
.calendar_feed h3 a, 
.calendar_feed h3 a:visited { font-size: 90%; }
#footer-widget p { font-size: .9rem; }
#footer-widget .widget-container h3 { font-size: 15px; }
#footer-widget li.widget-container { margin: 0 0 .4rem 0; }
#footer-widget .widget-container ul.social { padding-top: 1em; }
}

@media screen and (max-width:640px) {
.pagesidebar { padding-top: 0; padding-bottom: 0; }
#sidebar { padding-top: 0; padding-bottom: 6px; }
}

@media screen and (max-width:600px) {
.post-entry p { clear: both; }
.post-entry .excerpt p {clear:none;}
.pagepix { width: 100%; max-width: 590px; margin-bottom: 1em; float: none; margin-left: 0; }
.pagepix .pixdiv { width: 100%; }
#left-col { padding-right: 0; }
.title-container h1 {position:relative;left:0;}
div#sidebar { padding-right: 10px; }
.pagepix.Normal .pixdiv p.morepix { }
}
@media screen and (max-width:430px) {
.pagesidebar #sidebar { padding:0 10px 20px 10px; }
.pagecontainer.fourohfour .post-entry h1.mainhead {font-size:2.7em;}
}
@media screen and (max-width:399px) {
.boxes { margin: 2rem 0; }
}