/*
Theme Name: evoResponsive
Theme URI: http://www.evowebdev.com
Description: Responsive business theme; supports widgets, threaded-comments and multi-level dropdown menu. Utilizes Advanced Custom Fields (required).
Version: 1.1
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, hgroup, 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; }
/*** Improve readability of pre-formatted text in all browsers.*/
pre { white-space: pre-wrap; }
/*** 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***/

/****SUPERFISH****/
/*** ESSENTIAL STYLES ***/
/*menu bar *******/
#menubar { z-index: 99; position: absolute; bottom: 9px; width: 100%; height: 36px; text-align: right; }
.menu-header { height: 36px; margin: 0; }
#nav { padding: 0; margin: 0 auto; height: 36px; 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-4373 ul { width: 9em; }
#nav li.menu-item-4315 ul { width: 10.2em; }
#nav li.menu-item-4379 ul {width:9em;}
#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: 38px; /* 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 * { font-family: "Open Sans", Helvetica, Arial, sans-serif; list-style: none; }
#nav a, #nav a:visited { /* visited pseudo selector so IE6 applies text colour*/ color: #a6a6a6; text-decoration: none; padding: 0 10px; }
#nav a:hover, #nav a:active { color: #333; }
#nav li { margin: 0 10px 0 0; line-height: 36px; background: transparent; font-weight: 600; font-size: 17px; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
#nav li:first-child { margin-left: -10px; }
#nav li:last-child a { padding-right: 0; }
#nav li:hover, #nav li:active { }
#nav li.current_page_item a, #nav li.current_page_ancestor a, #nav li.current_page_parent a { color: #1d099c; }
#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: #003; }
#nav li.current_page_item ul.sub-menu li { }
#nav li.current_page_item ul.sub-menu li:hover, #nav li.current_page_item ul.sub-menu li:hover:active { }
#nav li.current_page_item ul.sub-menu li a, #nav li.current_page_ancestor ul.sub-menu li a { color: #a6a6a6; }
#nav li.current_page_item ul.sub-menu li a:hover, #nav li.current_page_ancestor ul.sub-menu li a:hover, #nav li.current_page_item ul.sub-menu li a:active, #nav li.current_page_ancestor ul.sub-menu li a:active { color: #003; }
#nav li.current_page_item ul li:hover, #nav li.current_page_item ul li:active { }
#nav li:last-child, ul#nav li li, ul#nav li li:first-child { margin: 0; }
#nav li ul li a, #nav li ul li a:visited { padding: 8px 8px 8px 11px; }
#menubar #nav ul { margin-top: 0px; padding-top: 3px; background: #edeeef; margin-left: -4px; -webkit-box-shadow: 1px 2px 1px 1px rgba(0,0,0,.1); box-shadow: 1px 2px 1px 1px rgba(0,0,0,.1); -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; text-align: left; }
#nav ul ul { display: none !important; opacity: 0; background-image: none; padding-top: 3px; margin-left: 0px; transition: opacity 0.5s linear, display 0.5s linear, visibility 0.5s linear; }
#nav ul li { font-weight: 400; margin: 0; font-size: .9rem; line-height: 1.2; -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; text-transform: none; letter-spacing: 0; }
/*#nav ul li:first-child { -moz-border-radius:0 8px 0 0; -khtml-border-radius:0 8px 0 0; -webkit-border-radius:0 8px 0 0; border-radius:0 8px 0 0; }*/
#nav ul li:last-child { padding-bottom: 7px; -moz-border-radius: 0 0 8px 8px; -khtml-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px; }
#nav li.sfHover ul { opacity: 1; }
#nav li.sfHover a { color: #1d099c; }
#nav li.sfHover li a { color: #a6a6a6; }
#nav li.sfHover a:active, #nav li.sfHover a:hover, #nav li.sfHover li a:active, #nav li.sfHover li a:hover { color: #003; }
#nav li ul li:hover, #nav li ul li:active { }

@media screen and (max-width: 1000px) {
#nav li { margin: 0 10px 0 0; }
}

@media screen and (max-width: 960px) {
#nav li { margin: 0 8px 0 0; }
}

@media screen and (max-width: 920px) {
#nav li { margin: 0 4px 0 0; }
}

@media screen and (max-width: 850px) {
#nav, #menubar { display: none; }
}
/**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: #a6a6a6; background: transparent; } /*base color, above*/
#nav li.current_page_parent.nohilite a:hover, #nav li.current_page_parent.nohilite a:active { color: #333; }
/*****END SUPERFISH****/

/*****FOOTERNAV******/
#footernav { list-style-type: none; margin: 0 auto 9px auto; }
#footernav li { display: inline; font-size: .8em; text-transform: uppercase; }
#footer-info #footernav a { display: inline-block; padding: 3px 9px; color: #ddd; }
#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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #555; min-height: 100% }
#wrapper { margin: 0 auto; position: relative; }
a:link, a:visited { color: #1d099c; }
a:hover, a:active { color: #003; }
#footer a:link, #footer a:visited { color: #fff; }
#footer a:hover, #footer a:active { color: #fff; }
.post-entry p a, .post-entry li a { text-decoration: underline; }
/* header*/
#header_container { margin: 0 auto; background: url(images/bkgrd-hdr.png) 0 0 repeat-x; }
/*#header { width: 964px; margin: 0 auto; padding-bottom: 35px; }*/
#header2 { margin: 0 auto; padding-bottom: 5px; position: relative; min-height:100px; }
/***hdr searchform***/
.hdrtop { text-align: right; padding: 16px 0 0 0;position:absolute;top:0;right:0; }
.hdrtop h3 { display:inline-block; margin-left:16px; font-size: .9rem; }
.hdrtop h3 .phone {color:#8e8e8e; font-size:125%; position:relative;top:1px;}
.hdrtop .search-form { position: relative; display: inline; }
.hdrtop .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; }
.hdrtop .search-field:focus { background-color: #fff; border: none; cursor: text; outline: 0; width: 210px; border-radius: 2px; color: #777; }
.hdrtop .search-form .search-submit { display: none; }
.hdrtop .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;}
/***end hdr searchform***/

#content_container { background: #fff; padding: 1em 0 1.2em 0; }
#left-col { padding: 0 0 10px 0px; background: #fff; min-height: 400px; }
#left-col.blog-list { padding-top: 1.6em; min-height: 400px; }
/*footer*/	
#footer { margin: 0 auto; background: #30276c; min-height: 150px; }
#footer-container { margin: 0 auto; font-size: 11px; }
#footer-container2 { width: 964px; margin: 0 auto; padding: 15px 0px; }
#footer-info { color: #fff; margin: 0 auto; background: #999; padding: 15px 0px; 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 0px 8px 0px; float: left; color: #6a6a6a; line-height: 1.6em; }
#footer-widget #search { width: 120px; height: 28px; background: #ebebeb; margin-left: 0px; position: relative; }
#footer-widget #search #s { width: 110px; height: 24px; border: 0px; margin-left: 7px; margin-right: 10px; margin-top: 3px; color: #666; display: inline; background: #ebebeb; float: left; }
#footer-widget #calendar_wrap { padding: 8px 0px; }
#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; line-height: 24px; margin-left: 0px; color: #6a6a6a; }
#footer-widget .widget_tag_cloud a:hover { color: #fff; }
#footer-widget .widget-container ul li a { color: #fff; }
#footer-widget .widget-container ul li a:hover { color: #fff; }
#footer-widget .widget-container h3 { color: #fff; margin-bottom: 0px; padding: 0; font-size: .84rem; line-height: 1.4; }
#footer-widget .widget-container ul li { padding: 7px 0px; margin-left: 0px; background: none; }
#footer-widget p { font-size: .84rem; color: #fff; line-height: 1.4; margin-bottom: 0; }
#footer-widget p.top { }
#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: .65em; }

/*logo*/
#logo { position: absolute; bottom: 18px; }
#logo img { border: none; }
#logo2 { float: left; margin: 3em 30px 0px 0px; } /*no image*/
#logo2 a { text-decoration: none; color: #333; font-size: 36px; letter-spacing: 0; }
#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; }
.tagline { color: #777; font-size: .92em; line-height: 1.2; font-weight: 400; }
.headeright { width: 303px; float: right; padding: 3.2em 0 0 0; }

/*responsive menu********************/
/* default style */
.selectnav { display: none; }

/*search*/
#search { width: 303px; height: 28px; background: #f5f4f2; margin-left: 0; margin-bottom: 28px; position: relative; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#search #searchsubmit { background: url(images/search-btn.png) no-repeat top right; width: 28px; height: 28px; border: 0px; position: absolute; right: -30px; top: 1px;-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#search #s { width: 298px; height: 24px; border: 0px; margin-left: 2px; margin-right: 0; margin-top: 1px; color: #666; display: inline; background: #f5f4f2; float: left; padding: 0 3px; }

.post-entry #search { width: 100%; height: 30; background:transparent; margin-left: 0; margin-bottom: 28px; position: relative; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.post-entry #search .searchdiv {width:100%!important; height:30px;}
.post-entry #search #searchsubmit { background: #fe990a; width: auto; height: auto; border: 0px; position: relative; display:inline-block; right: 0; top:0; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;padding:6px 8px;float:left;}
.post-entry #search #s {width:84%;display:inline-block; margin-right:3px; float: left; padding:4px 6px;height:auto;}

/*headeright search*/
.headeright #search { width: 292px; height: 24px; background: #fff; margin-bottom: 16px; }
.headeright #search #searchsubmit { right: 6px; top: 3px; width: 24px; height: 24px; }
.headeright #search #s { width: 292px; background: #fff; color: #afb8bc; }

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

/* welcome box */
#welcome_container { padding-top:.75em; padding-bottom:.75em;}
#welcome-box h1 { margin: .45em 0 .1em 0; line-height: 1.2; font-size: 1.75em; font-weight: 600; }
#welcome-box h2 {margin-bottom:.3em;}
#welcome-box { margin-top: .5em }
#welcome-box p { font-weight: 400; color: #595959; letter-spacing: .03em; line-height: 1.66; margin-bottom: .5em; /*text-indent: 1.4em;*/ }
/*#welcome-box p:first-of-type { text-indent: 0; }*/
#welcome-box p,#welcome-box li {font-size:1em;}
#welcome-box p.more {font-size:.88em; text-transform:uppercase;}
#welcome-box .pointer, .excerpt .pointer { font-weight: 300; color: #999; font-size: 135%; margin-left: 0; line-height: .5; position: relative; bottom: -.05em; }

.imageonly img {margin:1.2em 0 .3em 0;-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
#promo-box { background: #edeeef; -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; min-height: 100px; margin: 1.3em 0 .8em 0; padding: .5em .5em .9em 1.1em; }
#promo-box h3 { font-weight: 600; font-size: 1.1em; line-height: 1.1; margin: .35em 0 .15em 0; }
#promo-box h3 a { color: #7b7d7d; }
#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; color: #fff; }
#promo-box ul { list-style-type: none; margin-left: 0; margin-bottom: 0; }
#promo-box li { line-height: 1.4; margin: .45em 0; }

/*typography*/
h1, h2, h3, h4, h5, h6, .title-head { font-weight: 600; color: #1d099c;margin:.1em 0 .5em 0; }
h1 { font-size: 1.95em; line-height: 1.2; margin: 0.3em 0 1.1em 0; font-weight: 600; }
h1.single { font-size: 1.55em; line-height: 1.2; margin: 7px 0 .7em 0; font-weight: 600; }
h2 { font-size: 1.1rem; }
h3 { font-size: 1rem; }
h4 { font-size: 1rem; color: #666; }
h2.navlabel { display: none; }
h2.big, h2 .big { font-size: 1.4rem; }
h3.toggle { margin-bottom: .1em; cursor: pointer; }
.post-entry p { line-height: 1.8; font-family: inherit; font-weight: normal; font-size: 1rem; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; }
.post-entry p.titespacing {margin-bottom:.8rem;}
.post-entry blockquote { border-left:none;padding: 0.3rem 1.25rem 0.2rem 1.1875rem;margin:1.8em 0; }
.post-entry blockquote p { font-size: 1.1rem; color: #837f99; font-style: italic; margin-bottom: .4rem; }
.post-entry blockquote p.small {font-size:88%!important; font-style:normal;color:#555;}
.post-entry li { font-family: inherit; font-weight: normal; font-size: 1rem; line-height: 1.65; margin: .8rem 0; text-rendering: optimizeLegibility; }
.post-entry ul { margin-left: 1.8rem; margin-bottom: 1.8rem; }
.post-entry ol { margin-left: 1.7rem; margin-bottom: 1.8rem; }
.post-entry ol li { padding-left: 3px; }
.post-entry ul.sitemap { margin: 0; }
.post-entry ul.sitemap li { list-style: none; margin: .5rem 0; margin-left: 0; }
.post-entry ul.sitemap li ul { margin: 0 0 0 4em; }

/***404***/
.content-container.fourohfour { width: 100%; min-height: 500px; background-size: cover; background-position: 50% 60%; }
.content-container.fourohfour .post-entry { max-width: 800px; margin: 0 auto; padding: 50px 10px 20px 164px; }
.content-container.fourohfour .post-entry p { color: #fff; }
.content-container.fourohfour .post-entry h1 { color: #fff; line-height: 1; margin-bottom: 0; }
.content-container.fourohfour .post-entry h1.mainhead { font-size: 4.5em; line-height: 1; margin: .1em 0 .2em 0; }
.searchfourofour #search #s { background: #fff; }

/****PRODUCT PAGE**/
/*.title-container {background:#299aad;}*/
.title-container .medium-9.columns { float: right; }
.title-container h1 { padding: 1.1em 0 .15em 0; margin-bottom: 0; }
/*h1 .product_subtitle {font-size:50%; display:block;}*/

/* POST */

.post { overflow: hidden; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-entry { padding: 5px 0 10px 0; }
.post-entry.cpt { padding: 7px 0 10px 0; }
.post-entry.cptlist { padding: 1px 0 10px 0; }
.post-entry.blog { padding: 1.1em 0 .5em 0; }
.post-entry.blog-list { padding: .45em 0 .5em 0; overflow: visible; }
.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-entry.blog-list h1.blogh1 { margin-top: -.22em; }
.post-head h1 a, .post-head h1 { text-decoration: none; color: #333; margin: 0px; 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: 0px solid #ebebeb; }
.post-entry img { margin-bottom: 10px; }
.meta-data { line-height: 16px; padding: 0 3px; margin-bottom: 3px; font-size: 12px; border: none; font-family: Helvetica, Arial, sans-serif; }
.meta-data, .meta-data a { color: #777; }
.meta-data a:hover, .meta-data a:active { color: #1d099c; }
.vcard { display: inline-block; margin: 0; border: none; padding: 0; }
.vcard .fn { font-weight: 400; font-size: 12px; }
.post-entry p.social-tagging { font-size: .88em; }

/**excerpt**/
.excerpt { margin: .3em 0 1.7em 0; }
.excerpt-thumbnail { width: 107px; float: left; margin: .35em 12px 1em 0; overflow: hidden; border-radius: 55px; }
.excerpt-thumbnail img { margin-bottom: 0; }
.excerpt .text { }
.excerpt h2 { font-size: 1.15rem; margin-bottom: .1em; }
.excerpt p { line-height: 1.5 }
.excerpt p .date { font-size: 90%; color: #888; }
.excerpt h2 .coursedate { font-size: 80%; color: #888; display:block; }
.excerpt.course { margin: .46em 0 1.7em 0; }

/***clients single***/
/***client details***/
.details { width: 41.5%; max-width: 400px; float: right; padding:10px 10px 10px 15px; margin: .45em 0 .3em 18px;background:#edeeef;border-radius:8px; }
.details img {max-width:90%;}
.details h2 .small {display:block; color:#888; }
.details h2 {margin-bottom:.1em;}
.details p, .details li {line-height:1.3;font-size:.9em;}
.post-entry .details li {margin:.5em;}
.post-entry .details ul {margin:0 0 1em 1em;}
.details h3 {font-size:.9em;}

/****clients listing***/
.soundbite-container {margin-left:119px;}
h2.xtratop {margin-top:1.9em;}
.medium-6.columns.card {border:1px solid #ddd;width:48%;margin:.5em 2% .5em 0;text-align:center;border-radius:6px;-webkit-box-shadow: 0px 3px 3px 0px rgba(201,201,201,0.5); -moz-box-shadow: 0px 3px 3px 0px rgba(201,201,201,0.5); box-shadow: 0px 3px 3px 0px rgba(201,201,201,0.5);float:left!important;}
.card h3 {margin-top:.6em;font-size:.94em;}
.card h3 .small {display:block; font-size:90%!important; color:#555;}
.card p {font-size:.94em;}


/**news single**/
.medium-9.columns.single { padding-top: .25em; }
p.newsdate { font-size: .9rem; margin: .15em 0 0 0; float: left; vertical-align: baseline; color: #888; }
li.return { font-size: .84rem; }
h1 .subhead { display: block; font-size: 48%; color: #999; text-transform: uppercase; letter-spacing: .05em; line-height: 1; }
h1 .subhead a {color:#999;}
h1 .subhead a:hover,h1 .subhead a:active {color:#555;}
.pagesidebar.news { padding-top: 0; padding-bottom: 18px; }

/***People Single***/
img.ppl-portrait { max-width: 40%; float: left!important; margin: .45em 1em .2em 0; }
.post-entry h2.ppl-details, .post-entry p.ppl-details { line-height: 1.4; margin: .1em 0 .4em; clear: none!important; }
.ppl-bio { padding-top: 1em; }
.post-entry.ppl { padding: 10px 0 10px 0; }
.pagesidebar.ppl .quote { margin: .7em 0 2em 0; }

/***People List***/
.cardwrapper { padding-bottom: .5em; }
.cardwrapper img { padding-top: .5em; }
.cardwrapper h3 { margin-bottom: .1em; }
.cardwrapper h3 a { color:; }
.cardwrapper h3 a:hover, .cardwrapper h3 a:active { color:; }
.cardwrapper h3 .title { color: #555; font-size: .9em; font-weight: 400; }
.post-entry .cardwrapper p { line-height: 1.3; font-size: .9em; }

/***page sidebar***/
.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: 11px; text-transform: uppercase; font-weight: 600; letter-spacing: .05em; }
.read-more a, .read-more a:visited,.cart_item.edd_checkout a { font-family: "Open Sans", Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 600!important; letter-spacing: .1em;display: inline-block; text-decoration: none; color: #fff; padding: 7px 14px 8px 15px; background: #fe990a; -moz-border-radius: 4px; -khtml-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,.cart_item.edd_checkout a:hover,.cart_item.edd_checkout a:active { background: #ffb31c; }
.pagesidebar .subnavnote p.read-more a .pointer { font-size: 145%; color: #fff; position: relative; bottom: -1px; line-height: .7; margin-left: 0; }
.read-more a:hover { color: #fff; }
.medium-3.columns.pagesidebar { min-width: 200px; float: left; padding-right: 0; }
.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; }

/**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 th, table thead tr th { text-align: left; font-weight: 600; font-size: .75em; color: #fff!important; background: #79739f; padding: 3px 6px; vertical-align: bottom; }
/*table { border: 1px solid #ccc; width: 100%; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; }*/
table tr { border: none; padding: 5px; }
table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f3f3f4; }
table td { text-align: left; font-weight: 400; font-size: .9em; padding: 8px 6px; vertical-align: top; background: #transparent; border-bottom: 1px dotted #ccc; color: #666; }
table tr td { padding: 8px 6px; }
table td.noborder { border: none; padding-bottom: 3px; }
table td.tableright, table.data th.tableright { text-align: right; }
table tfoot td { font-style: italic; border: none; font-size: .8em; }

@media screen and (max-width: 850px) {
table { border: 0; }
table thead { display: none!important; }
table tr { margin-bottom: 10px; display: block; border: 1px solid #ddd; border-bottom: 2px solid #ddd; }
table td { display: block!important; text-align: left/*see note on td:before (below)*/; font-size: 13px; border-bottom: 1px dotted #ccc; padding: 10px; }
table td:last-child { border-bottom: 0; }
table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: 600; font-size: .8em; width: 35%/*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:nth-of-type(even) { background: #fff; }
}

/***PIX/VID***/
.pagepix { width: 41.5%; max-width: 400px; float: right; padding-top: .45em; margin: 0 0 .3em 18px; }
.blog .pagepix { padding: 0; }
.pixdiv { position: relative; text-align: center; }
.pagepix a, .post-entry .pagepix a:hover, .post-entry .pagepix a:active { color: #fff; text-decoration: none; }
.pixdiv p.morepix { position: absolute; top: 0; right: 0; margin: 0; line-height: 1.7; background: url(images/blkTransp.png); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: #fff; padding: 3px 12px 3px 12px; }
.pixdiv p.morepix:hover, .pixdiv p.morepix:active { background: #000; }
.post-entry .pixdiv img { margin: 0; padding: 0;border-radius:8px; }
.post-entry .pixdiv img.morepix { position: absolute; top: 0; right: 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; }
#swipebox-overlay { background-color: transparent; background: 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 1em 0; line-height: 1.4; }
div.pp_default .pp_description { font-size: .9rem; }


/* sidebar*/
#sidebar { padding: 29px 0 20px 0px; }
.pagesidebar #sidebar { padding: 0 20px 20px 6px; }
#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: .6em 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: #666; }
.pagesidebar nav a:active, .pagesidebar nav a:hover, .pagesidebar nav .current_page_item a:hover, .pagesidebar nav a.current_page_item:hover { color: #333; }

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

/****sidebar quote***/
.pagesidebar .quote { margin: .4em 0 2em 0; }
.pagesidebar .quote p.quotetext { color: #837f99; margin-bottom: 5px; text-indent: -.75em; font-size: 1.06em; line-height: 1.8; }
.pagesidebar .quote p.quotetext .openquote,.pagesidebar .quote p.quotetext .closequote {font-family:Georgia, "Times New Roman", serif; font-size:160%;line-height:1;color:#bbb;position:relative; bottom:-7px;}
.pagesidebar .quote p.author { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #555; font-size: .8rem; font-weight: bold; line-height: 1.2; }
.pagesidebar .quote p.author span { display: block; font-weight: normal; }

/****sidebar note****/
#sidebar .subnavnote { margin: .9em 0 2em 0; padding: 9px 9px 10px 14px; -moz-border-radius: 6px; -khtml-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; background: #f3f3f4; }
.pagesidebar.cpt .subnavnote { margin: .9em 0 2em 0 }
#sidebar .subnavnote h3 { font-size: 1rem; margin: 0 0 5px 0; }
#sidebar .subnavnote p { font-size: .9rem; line-height: 1.3; margin: 6px 0 8px 0; }
#sidebar .subnavnote ul { list-style-type: disc; margin-left: 0; margin-bottom: .5rem; }
#sidebar .subnavnote.cart ul.edd-cart { list-style-type: none; margin-left: 0; margin-bottom: .5rem; }
#sidebar .subnavnote li { font-size: .9rem; line-height: 1.3; margin: 0 0 5px 0; }
#sidebar .subnavnote li.cart_item.empty {font-style:italic;}
#sidebar .subnavnote li.cart_item.edd-cart-meta.edd_total {background-color:transparent; padding: 3px 0;}
#sidebar .subnavnote .edd_purchase_submit_wrapper { margin:9px 0 6px 0; }

/***Cart (EDD)***/
#edd_checkout_wrap {padding-top:9px;}
#edd_checkout_cart .edd_cart_header_row th { background: #d9d9d8; padding: 6px 1.387em; }
.edd_cart_footer_row th { background: #efeeed; padding: 6px 1.387em; color:#1d099c!important; }
#edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap textarea {border: 1px solid #e2dedb!important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #666; }
#sidebar .subnavnote li.edd-cart-meta.edd_total {text-transform:uppercase; font-size:12px;font-weight: 600; }
#sidebar .subnavnote li.edd-cart-meta.edd_total span { font-weight: 700; font-size:15px; }
.edd-cart-item-title {font-weight:700;display:block;}
.edd-cart-item-separator,.edd_price_option_sep {display:none!important;}
.edd-remove-from-cart, .edd_cart_remove_item_btn {font-size:12px; text-transform:uppercase;}
.edd-cart-ajax-alert,.edd-cart-added-alert {display:none!important;}
#sidebar .subnavnote .edd_download_purchase_form li {font-size:14px;text-indent:-1.4em;margin: 6px 0 6px 1.4em;}
.edd_download_purchase_form input[type="radio"] {margin:0 3px 0 1px;}
.edd_download_purchase_form .edd_price_options span.edd_price_option_name {font-weight:600;margin-right:.3em;}
#sidebar .subnavnote .edd_download_purchase_form .edd_price_options span.edd_price_option_name:after {content: " ";}
#sidebar .subnavnote .edd_download_purchase_form .edd_download_quantity_wrapper {display:none;}
.edd_error { font-style:italic; }
.post-entry a.edd_discount_link { font-size:88%; text-transform:uppercase; text-decoration:none; }
#edd_checkout_form_wrap legend {font-weight:600;color:#1d099c; width:auto;}
#edd_checkout_form_wrap fieldset { padding: 1em 1.387em 1.387em 1.387em;}
table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes p {margin:9px 0; line-height:1.4;}
.edd_empty_cart {font-size:1.2em; font-style:italic; }
/*HEADER CART*/
.header-cart.edd-cart-quantity {font-size:85%;text-transform:uppercase;margin-left:18px;font-weight:600;}
.header-cart.edd-cart-quantity .edd-qty {font-size:74%; position:relative; top:-2px;color:#fff;padding:0 5px 1px;background:#aaa;font-weight:700;-moz-border-radius:12px; -webkit-border-radius:12px;border-radius:12px; line-height:1;}

/* Buttons */
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] { padding: 5px 15px; }
#sidebar img { width: 100%; }

/* Comments  */
#comments { clear: both; }
#comments .navigation { padding: 0 0 18px 0; }
#comments p { font-size: .9em; }
#comments .bypostauthor p { font-style: italic; }
h3#comments-title, h3#reply-title, h3#pings { color: #333; margin-bottom: 0; font-weight: normal; }
h3#reply-title { padding: 24px 0 0 0; font-size: 20px; }
h3#comments-title { padding: 24px 0; font-size: 16px; }
h3#pings { padding: 24px 0 0 0; font-size: 16px; }
.commentlist { list-style: none; margin: 0; border-left: 1px solid #e7e7e7; }
.commentlist li { margin-left: 7px; }
.commentlist li.comment { border-bottom: 1px solid #e7e7e7; 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.vcard .fn { font-size: 15px; font-weight: 600; }
.comment-author cite { color: #000; font-style: normal; font-weight: bold; }
.comment-author .says { }
.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 .even { }
.commentlist .bypostauthor { }
.reply { font-size: 12px; text-transform: uppercase; font-weight: 600; margin: 0 0 24px 0; letter-spacing: 1px; }
.reply a { background: #ddd; text-decoration: none; padding: 3px 18px; display: inline-block; text-align: center; color: #fff; border-radius: 3px; width: auto; }
.reply a:hover { background-color: #888; }
.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: #888; 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: #e97d10; 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: #ff4b33; font-weight: bold; }
#respond label { color: #888; font-size: 12px; }
#respond input { margin: 0 0 9px 0; width: 99%; border: 1px solid #e2dedb; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #f3f3f4; color: #666; padding: 4px; }
#respond textarea { margin: 0 0 9px 0; width: 99%; border: 1px solid #e2dedb; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #f3f3f4; color: #666; padding: 4px; }
#respond .form-allowed-tags { color: #888; 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: 14px; width: auto; }

/*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, .nav-next { float: left; width: 35%; font-size: .84rem; text-transform: uppercase; }
.nav-next { text-align: left; width: 33%; }
.nav-previous .meta-nav, .nav-next .meta-nav { font-size: 132%; color: #aaa; font-weight: 300; }

/***Slider********************/
.slideshow { background: #efeeed; position: relative; }
.wideslide { width: 100%; background-size: cover; padding: 0; position: relative; }
.wideslide .text.medium-4.columns { float: right; background: url(images/blkTransp.png); padding-bottom: 12px; border-radius:8px 8px 0 0; margin-right: 0.9375em; width: 30.5%; padding-left: 1.35em; }
.wideslide .text h1 { font-size: 1.2em; color: #fff; font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 600; letter-spacing: 0; /*margin: 50px 0 0.3em 0; for top alignment*/ margin: 18px 0 0.2em 0; }
.wideslide .text p { color: #fff; font-size: 1.1em; margin: 0 0 .6em 0; }
.wideslide .text p.read-more { font-size: 12px; letter-spacing: .08em; margin: 1.1em 0 1.4em 0; }
.wideslide .text p.read-more a, .wideslide .text p.read-more a:visited { padding: 6px 18px 8px 20px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; }
.wideslide .text .read-more .pointer { font-size: 150%; color: #fff; }

@media screen and (max-width: 2800px) {
.wideslide { min-height: 450px; -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; }
}

@media screen and (max-width: 1200px) {
.wideslide { min-height: 450px; }
}

/*@media screen and (max-width: 900px) {
.wideslide { min-height: 400px; }
}

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

@media screen and (max-width: 700px) {
.wideslide { min-height: 310px; }
.wideslide .text.medium-4.columns { float: none; width: 100%; max-width: 100%; margin: auto; text-align: center; padding: 15px 80px 10px; border-radius: 0; position: relative; height: 100%!important; min-height: 310px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; }
.wideslide .text h1 { margin: 0 auto .2em auto; padding: 30px 0 0 0; }
.wideslide .text p { padding: 0; }
.wideslide .text p.read-more { padding-bottom: 10px; }
.text-internal { margin: auto; width: 100%; position: relative; }
}

@media screen and (max-width: 500px) {
.wideslide .text.medium-4.columns { padding: 0 50px; }
}

.wideslide .row { }*/
.wideslide .absolutecontainer { width: 100%;position:absolute; bottom: 0; }
.slide-controlbar { position: absolute; width: 100%; height: 50px; -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; z-index: 98; opacity: 1.0; }

/*@media screen and (max-width: 1160px) {
.slide-controlbar { position: absolute; width: 100%; height: 50px; }
}

@media screen and (max-width: 700px) {
.slide-controlbar { bottom: 16px; }
}*/
.slide-controlbar .slideshow-prev { position: absolute; left: 10px; width: 50px; height: 50px; background: url(images/wideslide-prev.png) 0 0 no-repeat; opacity: 0.4; cursor: pointer; }
.slide-controlbar .slideshow-next { position: absolute; right: 10px; width: 50px; height: 50px; background: url(images/wideslide-next.png) 0 0 no-repeat; opacity: 0.4; cursor: pointer; }
.slide-controlbar .slideshow-prev:hover, .slide-controlbar .slideshow-prev:active, .slide-controlbar .slideshow-next:hover, .slide-controlbar .slideshow-next:active { opacity: 0.8; }

/***confined slider****/
.confined .slideshow { -moz-border-radius: 10px; -khtml-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: left; padding-right: 18px; margin-left: 2em; width: 29.2%; }
.confined .wideslide .text h1 { color: #fff; font-family: "Open Sans", Helvetica, Arial, sans-serif; line-height: 1.2; font-weight: 600; font-size: 1.45em; }
.confined .wideslide .text p { color: #fff; font-size: 1.15em; }
.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: 7px 20px 8px 20px; -moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; }
.confined .wideslide .text .read-more .pointer { font-size: 150%; color: #fff; }
.confined .slide-controlbar { top: 18px; }

@media screen and (max-width: 1020px) {
.confined .slideshow { -moz-border-radius: 0; -khtml-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
}
@media screen and (max-width: 980px) {
.confined .wideslide .text h1 {font-size:1.35em;}
}
@media screen and (max-width: 920px) {
.confined .wideslide .text h1 {font-size:1.3em;}
}
@media screen and (max-width: 850px) {
.confined .wideslide {min-height:400px; }
.confined .wideslide .text.medium-4.columns { float: none; width: 100%; max-width: 100%; margin: 0 auto; text-align: center; padding: 80px 80px 10px; border-radius: 0; position: relative; height: 100%!important;min-height:400px; }
.confined .wideslide .text h1 { font-size: 1.8em; margin-top: 0; padding: 0 15px 0 15px; }
.confined .wideslide .text p { padding: 0 15px; }
.confined .wideslide .text p.read-more { padding-bottom: 10px; }
.confined .slide-controlbar { top: 82%; }
}
@media screen and (max-width: 700px) {
.confined .wideslide {min-height:380px; }
.confined .wideslide .text.medium-4.columns { padding: 60px 30px 10px;min-height:380px; }
}
@media screen and (max-width: 640px) {
.confined .wideslide {min-height:350px; }
.confined .wideslide .text.medium-4.columns { padding: 50px 30px 10px;min-height:350px; }
.confined .wideslide .text h1 {font-size:1.5em;}
.confined .slide-controlbar { top: 80%; }
}
@media screen and (max-width: 480px) {
.confined .wideslide {min-height:310px; }
.confined .wideslide .text.medium-4.columns { padding: 40px 30px 10px;min-height:310px; }
.confined .wideslide .text h1 {font-size:1.3em;}
.confined .slide-controlbar { top: 80%; }
}
@media screen and (max-width: 360px) {
.confined .wideslide { min-height: 280px; }
.confined .wideslide .text.medium-4.columns { min-height: 280px; padding: 20px 20px 0; }
.confined .slide-controlbar { top: 78%; }
}
/*--wp-pagenavi--*/
.wp-pagenavi { color: #464646; margin-top: 30px; margin-left: 3px; }
.wp-pagenavi a { padding: 3px 7px; text-decoration: none; }
.wp-pagenavi a.page, .wp-pagenavi span.current { padding: 4px 5px; margin: 3px; font-weight: 600; text-decoration: none; background: #ccc; color: #fff; width: 28px; height: 28px; line-height: 20px; text-align: center; font-size: 13px; display: inline-block; }
.wp-pagenavi a.page:hover { background: #777; }
.wp-pagenavi a.first, .wp-pagenavi a.last { font-size: 20px; color: #999; }
ta.wp-pagenavi a.first:hover, .wp-pagenavi a.last:hover { color: #000; }
.wp-pagenavi span.current { background: #1d099c; }
.wp-pagenavi span.extend { display: none;/*padding: 2px 5px; margin: 2px; background: #f6f6f6; text-decoration: none;*/ }
.wp-pagenavi span.pages { display: none;/*padding: 2px 5px; margin: 2px; background: #f6f6f6;*/ }
.wp-pagenavi a, .wp-pagenavi span { border: none!important; border-radius: 15px; }
/*--sub head and breadcrumbs--*/
#subhead_container { padding: 7px 0px; background: #edeeef; }
#subhead_container h1 { color: #005e85; margin: 10px 0 0 0; padding;
0 0 0 0;
font-size: 30px; font-weight: 400; }
/*--widget-formatting ////////////////////////////////////*/
.widget-container { margin-bottom: 24px; }
.widget-container ul li a { text-decoration: none; }
.widget-container ul li a:hover { text-decoration: none; color: #000; }
.widget-container h3 { color: #333; padding: 0 0 8px 0; margin: 0; overflow: hidden; font-size: 16px; 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: #FF0000; }
.widget_tag_cloud a { text-decoration: none; margin: 5px; line-height: 24px; }
#sidebar .widget-container ul li ul.baw-months { margin-left: 1.5em; }
#sidebar .widget-container ul li ul.baw-months li { font-size: .9em; margin: 6px 0; }
/*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: #888; font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 15px; padding: 4px; -moz-border-radius: 0; -khtml-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; }
.big {font-size:125%;}
.gray {color:#666;}
.formbar { float: left; margin-left: 2.2%; width: 28%; max-width: 210px; margin-top: .4em; }
.formbar h3 { font-size: 1rem; line-height: 1.2; margin-bottom: 3px; }
.formbar p { font-size: .95rem; line-height: 1.2; margin-bottom: 1.5em; color: #7d766d; }

/******GRAVITY FORMS*****/
.pum-container {padding-left:32px!important;}
.formcontainer { width: 68%; max-width: 500px; float: left; }
.gform_wrapper { margin: .25em 0 10px 0; width: 100%; }
.gform_wrapper .top_label .gfield_label,
#edd_checkout_form_wrap label,
label { font-size: .95rem; margin: 4px 0 0 0; font-family: "Open Sans", helvetica, arial, sans-serif; font-weight: 600; line-height: 1em; clear: both; width: 100%; color: #897f75; }
.gform_wrapper li, .gform_wrapper form li { margin: 1px 0 1.5em 0!important; }
.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: 100%; 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: 3px 5px; }
.gform_wrapper .gfield_required { color: #e97d10; }
.gform_wrapper select { height: 25px; line-height: 1.3; background: #f3f3f4; border: 1px solid #e2dedb; font-size: .84em; color: #666; }
.gform_wrapper option { color: #666; }
.gform_wrapper input, 
.gform_wrapper textarea,
input[type="password"],
input[type="text"] { border: 1px solid #e2dedb; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #f3f3f4; color: #666 }
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
#respond .form-submit input,#edd-purchase-button, 
.edd-submit, input[type=submit].edd-submit, 
.edd-submit.button,
input[type=submit] { font-family: "Open Sans", Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 600!important; letter-spacing: .1em; background: #fe990a!important; color: #fff!important; border: none; padding: 8px 16px;margin-bottom:.75em; -moz-border-radius: 4px; -khtml-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; }
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {padding: 6px 16px;}
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
#respond .form-submit input:hover,#edd-purchase-button:hover, 
.edd-submit:hover, input[type=submit].edd-submit:hover, 
.edd-submit.button:hover,
input[type=submit]:hover { background: #ffb31c!important; }
.gform_wrapper .gform_footer { padding: 6px 6px 0 0; }
/***validation errors***/
.post-entry .gform_wrapper.gform_validation_error div.validation_error { color: #790000; font-size: 1.2em; line-height: 1.4; font-weight: 400; font-style: italic; border-top: none; border-bottom: none; padding: 0; text-align: left; }
.gform_wrapper .top_label .gfield_error { width: 100%; }
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea { border: 1px solid #790000; background: #fff; }
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: #fff9ed!important; margin-bottom: 1em!important; padding: 0 12px!important; border-top: none!important; border-bottom: none!important; -moz-border-radius: 7px; -khtml-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; }
/**fix name fields**/ 
.gform_wrapper .gform_body { width: 100%!important; }
.gform_wrapper ul.gform_fields li.gfield { padding-right: 6px; }
.top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3, .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email { width: 100%!important; }
.gform_wrapper textarea.small, .gform_wrapper textarea.medium, .gform_wrapper textarea.large { width: 96.6%; }

/*div.ginput_complex.ginput_container.gf_name_has_2 span { width: 48.5%; }
div.ginput_container_name span.name_first,div.ginput_container_name span.name_last {padding-right:0; margin-left: 1.6%;}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input { width: 96.5%; }
.ginput_complex.ginput_container.ginput_container_email .ginput_right { padding-right: 0!important; }
div.ginput_container_name span { display: -moz-inline-stack; display: inline-block; vertical-align: top; padding-right: 16px; margin-right: 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 { width: 97%; }

@media only screen and (max-width: 641px) {
.gform_wrapper textarea.small, .gform_wrapper textarea.medium, .gform_wrapper textarea.large { width: 100%!important; }
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1.2; min-height: 1.2rem; width: 100%; }
.top_label div.ginput_complex.ginput_container.gf_name_has_1 span, .top_label div.ginput_complex.ginput_container.gf_name_has_2 span, .top_label div.ginput_complex.ginput_container.gf_name_has_3 span, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right { width: 100%; }
.gform_wrapper .gform_footer { text-align: center; }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] { width: 90%; max-width: 250px; margin: 0 auto 16px auto; }
}
/**simple share buttons**/
.ssba { clear: both; }
/***WPR Menu***/
#wprmenu_menu .wpr_search .wpr-search-field { padding: 2px 5px !important; border: none; max-width: 100%; min-width:100%;border-radius: 3px; margin: 0;}
#wprmenu_menu.top { text-align: center; }
#wprmenu_menu_ul, .wpr_search { width:100%; max-width: 400px; margin: 0 auto!important; text-align: left; }
.wpr_search { padding:20px 15px 25px 15px!important; }
/**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; -khtml-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; -khtml-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; -khtml-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; -khtml-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 { background-position: 0 -50px; }
#menubar, .flexslider, .flexslider .slides img { -moz-border-radius: 0; -khtml-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; }
.footersearch { display: block; text-align: center; }
.footersearch #search { width: 100%; max-width: 303px; margin: 1em auto; }
.footersearch #search #s { width: 85%; }
.footersearch #search #searchsubmit { background: url(images/hdr_searchbutton.png) no-repeat top right; width: 18px; height: 18px; border: 0px; position: absolute; right: 5%; top: 5px; }
.slidertext h2 { font-size: 2rem }
.slidertext p { font-size: 1rem; }
.slidertext p.moreinfo { margin-top: 1em; }
}

@media screen and (max-width: 850px) {
.details { width: 98%; float: none; margin:.45em 0 1.2em 0;}
.soundbite-container {margin-left:0;}
.hdrtop,
h2.navlabel,
.pagesidebar nav { display: none; }
.ppl-bio { clear: both; }
.people .medium-4 { width: 50%; }
.people .medium-4:nth-child(even) { float: right; }
.people .medium-4:nth-child(odd) { float: left; }
#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; }
.formbar { width: 100%; padding-top: 10px; float: none; margin-left: 0; }
.formcontainer { float: left; 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 22px 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 { width: 100%; padding-top: 0; padding-right: 0.9375em; }
.widget-container { text-align: center; }
.post-entry, #sidebar, #comments, .title-container h1,.medium-6.columns.card { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; float: none; display: block; }
.medium-6.columns.card {margin:.8em auto;float:none!important;display:block;}
.title-container h1 { position: relative; left: -5px; }
.textwidget img { max-width: 146px; }
.pagesidebar #sidebar { padding: 0 0 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; }
#header2 { text-align: center; margin: 0; min-height: 90px; }
#logo, #logo2 { position: relative; display: block; margin: 15px auto 0 auto; top: 0; left: 0; float: none; }
.tagline { margin-bottom: 20px; clear: both; }
.headeright { display: none; width: 100%; float: none; text-align: center; padding: .4em 0 0 0; }
.nav-next { float: right; text-align: right; width: 45%; font-size: .85rem; }
.nav-previous { width: 45%; }
.post-entry .pixdiv img {max-width:97%;}
.post-entry .pixdiv { text-align:left;}
/*moved from 700px*/
#welcome_container .columns { float: none; display: block; width: 100% !important; max-width: 400px; margin-left: auto; margin-right: auto; }
.boxes { margin: 2rem 0; }
#box_container { padding: 0 0 .5em 0; }
#welcome_container {padding-bottom:0;}
.calendar_feed li { font-size: .92rem; }
.calendar_feed h3 a, .calendar_feed h3 a:visited { font-size: 90%; }
#footer1, #footer2, #footer3, #footer4, #box_container .medium-4.columns { float: none; display: block; width: 100% !important; max-width: 400px; margin-left: auto; margin-right: auto; }
#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; 
/*end moved from 700px*/
}

/*@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) {
#menubar { display: none /*for WP Responisive Menu*/; float: none; clear: both; text-align: center; 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; margin-top: 15px; 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; padding-right: 2.5em; border: 0; margin: 0; border-radius: 3px; text-indent: 0.01px; 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; }*/
/*moved to 850px
#welcome_container .columns { float: none; display: block; width: 100% !important; max-width: 400px; margin-left: auto; margin-right: auto; }
.boxes { margin: 2rem 0; }
#box_container { padding: 0 0 .5em 0; }
#welcome_container {padding-bottom:0;}
.calendar_feed li { font-size: .92rem; }
.calendar_feed h3 a, .calendar_feed h3 a:visited { font-size: 90%; }
#footer1, #footer2, #footer3, #footer4, #box_container .medium-4.columns { float: none; display: block; width: 100% !important; max-width: 400px; margin-left: auto; margin-right: auto; }
#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; } end moved to 850px*/
}

@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 { }
}
