/*
Theme Name: jevs
Theme URI: 
Author:
Author URI: 
Description:
Version: 1.0.0
Text Domain: jevs
*/

/* ===========================================================
       TABLE OF CONTENTS
       
       0 Color Palette
       1 Reset
       2 Font Face
       3 Typography
       4 Elements
       5 Forms
       6 Navigation
           6.1 Links
           6.2 Menus
           6.3 Header
           6.4 Pagination
       7 Accessibility
       8 Alignments
       9 Clearings
      10 Widgets
      11 Content
          11.1 Footer
          11.2 Custom Banner
          11.3 Custom Pages
          11.4 Full Width Pages
      12 Posts and pages
          12.1 Single Posts & Archive Pages / News
          12.2 Home
          12.3 Contact
          12.4 Careers
          12.5 Page Template Default
          12.6 Centered / Newsletter
          12.7 Executive Profile
          12.8 Programs
          12.9 Success Stories
         12.10 Landing Pages
         12.11 Events
         12.12 Two-Thirds (Mostly Forms Pages)
         12.13 I Want To
         12.14 Sidebars / Asides 
         12.15 File Not Found 404
         12.16 Search Results
      13 Infinite scroll
      14 Media
        14.1 Captions
        14.2 Galleries
  ============================================================= */

/* ============================================================
       0 COLOR PALETTE
   ============================================================ 
       
       Footer Dark Navy     0f2646
       Sky Blue / Links     04a5b3
       
    
   ============================================================ */


/*
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
*/
/*
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/

/* ============================================================
       1 RESET
   ============================================================ */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ============================================================
       2 GRIDS
   ============================================================ */

.grid1020 {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1122px) {
  .grid1020 {
    width: 1020px;
  }
}


.flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 748px) {
  .flex-wrap.reverse-desktop {
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
}

.column {
  width: 100%;
}
.column.full {
  width: 100%;
}
@media screen and (min-width: 748px) {
  .column {
    padding-right: 16px;
    padding-left: 16px;
  }
  .column.full {
    width: 100%;
  }
  .column.fourfifths {
    width: 80%;
  }
  .column.two-thirds {
    width: 60%;
  }
  .column.half {
    width: 50%;
  }
  .column.third {
    width: 40%;
  }
  .column.fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1020px) {
  .column.full {
    width: 100%;
  }
  .column.fourfifths {
    width: 80%;
  }
  .column.fifth {
    width: 20%;
  }
}



.row {
  *zoom: 1;
}
.row::after {
  clear: both;
}
.row::after, .row::before {
  content: " ";
  display: table;
}

.container {
  margin: 0 auto;
}
@media screen and (min-width: 748px) {
  .container {
    width: 748px;
  }
}
@media screen and (min-width: 1020px) {
  .container {
    width: 1020px;
  }
}

.narrow-container {
  margin: 0 auto;
}

@media screen and (min-width: 748px) {
  .narrow-container {
    width: 748px;
  }
}

@media screen and (min-width: 1020px) {
  .narrow-container {
    width: 900px;
  }
}

.assistive-text {
  font-size: 0;
  height: 0;
  visibility: hidden;
  width: 0;
}

/* ============================================================
       3 TYPOGRAPHY
   ============================================================ */

:focus {
  outline: transparent auto 1px;
}

body, button, input, select, textarea {
  color: #555;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Source Sans Pro' ,sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
p {
  font-size: 16px; /*14px*/
  line-height: 24px;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  min-height: 87px;
}
@media screen and (min-width: 748px) {
  blockquote {
    background: url('/wp-content/uploads/2017/07/bq.png') 0 no-repeat;
    margin: 0 0 24px;
    padding-left: 120px;
 }
}

blockquote::before {
  content: url('/wp-content/uploads/2017/07/bq.png');
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 748px) {
  blockquote::before {
    content: "";
  }
}


blockquote p {
  color: #04a5b3;
  padding: 0 40px;
  text-align: center;
}
@media screen and (min-width: 748px) {
  .entry-content blockquote p {
    border-left: 1px solid #ccdede;
    font-size: 30px;
    line-height: 36px;
    padding-left: 30px;
    text-align: left;
  }
}


address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.letter-spacing-zero {
  letter-spacing: 0;
}


.alpha, h1 {
  font-size: 48px;
  line-height: 60px;
}
h1 {
  color: #04a5b3;
  margin-bottom: 12px;
}
.jumbo, .stories-banner .stories-banner-content h1 {
  font-size: 60px;
}


h2 {
  color: #023054;
}
.bravo {
  font-size: 42px;
  line-height: 48px;
}
.charlie, .stories-preview h2, h2, h3 {
  font-size: 30px;
  line-height: 36px;
}
.delta, .home-quote .home-quote-content h1, .home-quote .home-quote-content h2, .larger, .largest, h4 {
  font-size: 24px;
  line-height: 32px;
}
.epsilon, .home-box h2, .home-news h2, .stories-banner .stories-banner-content p, blockquote p, h3, h5 {
  font-size: 20px;
  line-height: 28px; 
}
h3 {
  color: #04a5b3;
  text-transform: uppercase;
}
.member-detail-content h6 {
  margin-bottom: 24px;
}
.foxtrot, .news-entry .news-date, .sidebar-heading, h6 {
  font-size: 16px;
  line-height: 22px;
}

.headline-style-1 {
}
.headline-style-2 {
}
.headline-style-3 {
}
.headline-style-4 {
}
.headline-style-5 {
}
.headline-style-6 {
}
.headline-style-7 {
}
.headline-style-8 {
}


/* ============================================================
       4 ELEMENTS
   ============================================================ */
html {
  box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  color: #555;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  position: relative;
  overflow-x: hidden; 
}
.site {
  overflow-x: hidden;
  position: relative;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto; 
  max-width: 100%; 
  vertical-align: top;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}


.entry-content ol, .entry-content ul {
  margin: 0 0 24px;
  padding: 0;
}
.entry-content ol {
  padding-left: 16px;
}

.entry-content ul {
  list-style: none;
  line-height: 24px;
}
.entry-content ul li {
  padding-left: 16px;
  position: relative;   
}
.entry-content ul li::before {
  background-color: #04a5b3;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}
.page-template-page-donate .entry-content ul li::before {
  display: none;
}



/* ============================================================
       5 FORMS
   ============================================================ */

button, input[type=" button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: #e6e6e6;
  box-shadow: none;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: none;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: transparent;
  box-shadow: none;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active,
input[type="submit"]:active {
  border-color: none;
  box-shadow: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, body .gform_wrapper .top_label select.medium {
  border-radius: 0;
  border: 1px solid #ccdede;
  background-color: #fff;
  color: #666;
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  font-size: 1.125em;
  margin-bottom: 14px;
}
select {
/*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
*/
}


input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
  padding: 3px;
}
textarea {
  padding-left: 3px;
  width: 100%;
}

/* ============================================================
       6 NAVIGATION
   ============================================================ */
/* ============================================================
     6.1 LINKS
   ============================================================ */
a {
  color: #04a5b3;
}
a {
  -webkit-transition: all .23s ease;
  -moz-transition: all .23s ease;
  -o-transition: all .23s ease;
  transition: all .23s ease;
}
a:hover, a:focus, a:active {
  color: #02494f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}


.continue,
.continue-link.continue {
  text-transform: none;
}
.continue-link {
  text-decoration: none;
  text-transform: uppercase;
}

/* ============================================================
     6.2 MENUS
   ============================================================ */



/* Small menu
--------------------------------------------- */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  position: absolute;
  right: 0;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
	display: block;
  }
}

.menu-toggle .fa-bars {
  font-size: 27px;
  color: #006b6e;
}

/* Mobile Navigation
---------------------------------------------- */

.mobile-nav {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 128px;
  width: 100%;
  z-index: 41;
}
.mobile-nav.showmobile {
  height: auto;
  padding-bottom: 16px;
  top: 128px;
}
@media screen and (min-width: 1220px) {
  .mobile-nav {
    display: none;
  }
  .showmobile {
    display: none !important;
  }
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav li {
  line-height: 22px;
  list-style-type: none;
  padding: 11px 20px 11px 5%;
}
.mobile-nav li a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}
.mobile-nav li:hover > a, .mobile-nav li.focus > a {
    color: #00aeff;
}


/* Comment Navigation
---------------------------------------------- */
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 24px 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  border-right: 1px solid #ccdede;
  float: left;
  text-align: center;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: center;
  width: 50%;
}

.nav-links .nav-previous a, .nav-links .nav-next a {
  color: #555;
  display: block;
  padding: 20px 60px;
  position: relative;
}
.nav-links h6 {
  text-transform: uppercase;
  color: #0f2646;
}
.nav-links .post-nav-icon {
  color: #a9b05d;
  margin-top: -15px;
  position: absolute;
  top: 50%;   
}
.nav-links .nav-previous .post-nav-icon {
  left: 20px;
}
.nav-links .nav-next .post-nav-icon {
  right: 20px;
}

/* Mobile Sub Nav
------------------------------------------------------------ */

.subnav-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subnav-mobile a {
  color: #fff;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  width: 100%;
}
.subnav-mobile a:active, .subnav-mobile a:hover {
  background: #14325b;
}



/* =========================================================
     6.4 PAGINATION
   ========================================================= */

/* Page Navi -  News Archives and Search Results
------------------------------------------------------------ */

body .wp-pagenavi span.pages {
  border: none;
  border-right: 1px solid #555;
  padding-right: 10px;
}
body .wp-pagenavi a {
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
  text-transform: uppercase;
}
body .wp-pagenavi span.current {
  border: none;
  font-weight: 400;
}
body .wp-pagenavi a.previouspostslink {
  margin-left: 5px;
}

/* Comments
------------------------------------------------------------ */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}

/* =========================================================
       7 ACCESSIBILITY
   ========================================================= */

/* Text meant only for screen readers. 
------------------------------------------------------------ */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* =========================================================
       8 ALIGNMENTS
   ========================================================= */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
   display: block;
}
.ib {
  display: inline-block;
}
.rotate180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* =========================================================
       9 CLEARINGS
   ========================================================= */

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after,
.site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}

/* =========================================================
      10 WIDGETS
   ========================================================= */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* =========================================================
      11 CONTENT
   ========================================================= */

.site-main {
  padding: 60px 16px;
}

/* =========================================================
    11.1 FOOTER
   ========================================================= */

.site-footer {
  background-color: #0f2646;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 48px 16px;
}


.footer-inner-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1032px) {
  .footer-inner-wrap {
    width: 1020px;
  }
}

.footer-left, .footer-right {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1032px) {
  .footer-left, .footer-right {
    display: inline-block;
    width: 50%;
  }
}

.footer-logo {
}
@media screen and (min-width: 748px) {
  .footer-logo {
    border-right: 1px solid #fff;
    display: inline-block;
    padding-right: 24px;
  }
}

.footer-address {
}
@media screen and (min-width: 748px) {
  .footer-address {
    display: inline-block;
    max-width: 50%;
    padding-left: 24px;
  }
}

.footer-widget-title, .site-footer h2 {
  color: #fff;
  font-size: 14px; /*16*/
  font-weight: 700;
  line-height: 16px; /*22*/
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  margin-bottom: 24px;
  padding: 0;
}
.site-footer ul li {
  font-size: 14px;
  line-height: 18px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer a {
  color: #b0f3f9;
  text-decoration: none;
}
.site-footer a:focus,
.site-footer a:hover {
  color: #dffafd;
}

.footer-connect, .footer-resources {
  float: left;
  width: 50%;
}

.footer-connect ul.footer-connect-list li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
ul.footer-connect-list li a {
}

/* =========================================================
    11.2 CUSTOM BANNER
   ========================================================= */

/* =========================================================
      12 POSTS AND PAGES
   ========================================================= */

.sticky {
  display: block;
}
.hentry {
  margin: 0; /*0 0 1.5em*/
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0; /*1.5em 0 0;*/
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =========================================================
    12.1 SINGLE POSTS AND ARCHIVE PAGES
   ========================================================= */

/* Single Post
------------------------------------------------------------ */

.news-entry {
  border-top: 1px solid #ccdede;
  padding: 24px 0;
}
.news-entry .news-date {
  font-style: italic;
  margin-bottom: 16px;
}
.cat-links {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 16px;
}
.cat-links a {
  background: #04a5b3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin: 0 7px;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-entry a {
  text-decoration: none;
}

.nav-links {
  border-width: 1px 0;
  border-color: #ccdede;
  border-style: solid;
  clear: both;
  padding: 6px 0;
  *zoom: 1;
}
.nav-links::after {
  clear: both;
}
.nav-links::after, .nav-links::before {
  content: " ";
  display: table;
}

/* News Archive
------------------------------------------------------------ */

.news-entry .continue-link {
  color: #a9b05d;
  display: inline-block;
  margin-bottom: 20px;
}
.news-entry .continue-link:hover {
  color: #8c9347;
}

.post-categories::after {
  clear: both;
}
.post-categories::after, .post-categories::before {
  content: " ";
  display: table;
}
.post-categories {
  *zoom: 1;
  margin-bottom: 24px;
}
.clear-border {
  background: hsla(0,0%,100%,.5);
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 100%;
  z-index: 1001;
}


/* =========================================================
    12.2 HOME
   ========================================================= */

/* Section One
------------------------------------------------------------ */

@media screen and (max-width: 748px) {
  .hero {
    background-image: none !important;
  }
}


.home .site-main {
  padding: 0;
}
.hero {
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.hero__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px; 
  padding: 30px;
}
@media screen and (min-width: 748px) {
  .hero__container {
    height: 700px;
  }
}

.hero__content {
  max-width: 800px;
}
.hero__content h1 {
  font-size: 56px;
  line-height: 70px; 
  margin-bottom: 40px;
}
@media screen and (min-width: 650px) {
  .hero__content h1 {
    font-size: 86px;
    line-height: 90px;
  }
}

.hero__content p {
  margin-bottom: 60px; 
  max-width: 600px;
}
@media screen and (min-width: 650px) {
  .hero__content p {
    font-size: 20px;
    line-height: 28px;
  }
}

.hero__button-list {
  list-style: none;
  margin: 0;
  max-width: 600px;
  padding: 0;
}
@media screen and (min-width: 650px) {
  .hero__button-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.hero__button-list li {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 749px) {
  .hero__button-list li {
    margin-right: 40px;
  }
}

.hero__button-list li a {
  background: #a9b05d;
  border: 0;
  color: #fff;
  padding: 11px 20px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 748px) {
  .hero__button-list li a {
    display: block;
  }
}

.hero__button-list li a:hover {
  background: #8c9347;
}

.hero__button-list li:first-of-type a {
  background: #04a5b3;
}
.hero__button-list li:first-of-type a:hover {
  background: #037781;
}

.hero__button-list li:last-of-type a {
  background: #5dc2cb;
}
.hero__button-list li:last-of-type a:hover {
  background: #3cafb9;
}

/* Section Two
------------------------------------------------------------ */

.home-slider {
 position:relative;
 overflow:hidden;
}
.home-slider .slick-next,.home-slider .slick-prev {
 position:absolute;
 top:30%;
 height: 60px;
 left:10px;
 text-indent:-9999px;
 background:none;
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 border:0;
 width:40px;
 outline:none;
 z-index: 101;
}
.home-slider .slick-next::before,.home-slider .slick-prev::before {
 content:"\f053";
 position:absolute;
 display:block;
 font-size:40px;
 margin-top: -19px;
 color:#04a5b3;
 left:0;
 right:0;
 text-align:center;
 text-indent:0;
 font-family:FontAwesome;
 z-index:100;
}
.home-slider .slick-next:after,.home-slider .slick-prev:after {
 content:"";
 position:absolute;
 width:140px;
 height:140px;
 background:hsla(0,0%,100%,.5);
 text-indent:0;
 left:-80px;
 top:-44px;
 border-radius:50%;
}
.home-slider .slick-next:hover:before,.home-slider .slick-prev:hover:before {
 color:#037781;
}
.home-slider .slick-next {
 left:auto;
 right:10px;

}
.home-slider .slick-next:before {
 content:"\f054";
}
.home-slider .slick-next:after {
 left:auto;
 right:-80px;

}
.home-slider .slide {
 background:#f4feff;
 padding-bottom:40px;
}
.home-slider .slide img {
 border-top:8px solid #04a5b3;
 width:100%;
 height:auto;
}
.home-slider .slide h2 {
 font-size:24px;
 line-height:32px;
 font-weight:600;
 margin-bottom:10px;
}
.home-slider .slide:nth-of-type(2n) {
 background:#f2f3e6;
}
.home-slider .slide:nth-of-type(2n) img {
 border-color:#a9b05d;
}
.home-slider .slide:nth-of-type(3n) {
 background:#f7fcfd;
}
.home-slider .slide:nth-of-type(3n) img {
 border-color:#5dc2cb;
}
.home-slider .slide-content {
 padding:30px;
 
}
.home-slider .button,.home-slider .donate {
 background:none;
}
.home-slider .button:hover,.home-slider .donate:hover {
 background:#04a5b3;
 color:#fff;
}

@media screen and (min-width: 769px) {
  .home-slider .slide, .home-slider .slick-initialized .slick-slide {
    height: 727px;
  }
}
@media screen and (min-width: 1600px) {
  .home-slider .slide, .home-slider .slick-initialized .slick-slide {
    height: 767px;
  }
}

.slide .button {
    border: 3px solid #04a5b3;
    padding: 10px 20px;
    transition: all .2s ease-in-out;
    color: #04a5b3;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',sans-serif;
    text-decoration: none;
    display: inline-block;
}

/* Section Three (Home Impact)
------------------------------------------------------------ */

.home-impact {
  padding: 60px 0;
}
@media (min-width: 748px){
  .home-impact {
    padding: 100px 0;
  }
}

.home-impact__container {
  padding: 0 30px;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@media (min-width: 748px) {
  .home-impact__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-impact__image {
  margin-right: 50px; 
  margin-bottom: 30px;
  margin-left: 50px;
  max-width: 350px;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 600px) {
  .home-impact__image {
    width: 350px;
  }
}
@media (min-width: 748px) {
  .home-impact__image {
    margin-left: 0;
  }
}

.home-impact__content {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-impact__container h2 {
  color: #04a5b3;
  font-size: 56px;
  line-height: 70px;
  margin-bottom: 15px; 
}

.home-impact__container p {
  font-size: 20px;
  line-height: 28px;
}

.home-impact__container h3 {
  margin-bottom: 40px;
  text-transform: none; 
}

/* Donate Box on Home Page
------------------------------------------------------------ */

.donate-box {
  background: #ebf2f2;
  padding: 50px;
  padding: 5rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
@media screen and (min-width: 650px) {
  .donate-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.donate-box h2 {
  margin-bottom: 10px;
}

@media (min-width: 650px) {
  /*.donate-box div {
    width: 50%;
  }
  */
  .donate-box .donate-box__content {
    width: 48%;
  }
  .donate-box .donate-box__buttons {
    width: 52%;
  }
}

.donate-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 650px) {
  .donate-box ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.donate-box li {
  margin-bottom: 20px;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media (min-width: 650px) {
  .donate-box li {
    padding: 0 9px;
    margin: 0 0 10px;
    max-width: 150px;
    /*width: 82.5px;*/
  }
}

.donate-box li a {
  display: inline-block;
  /*width: 82.5px !important;*/
}

.donate-box .button, .donate-box .donate {
  background: #04a5b3;
  border: 0;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  width: 100%;  
}
.donate-box .button:hover, .donate-box .donate:hover {
  background: #037781;
}

/* Section Five News & Events
------------------------------------------------------------ */

.home-news {
  background-image: url('/static/img/news-background.jpg?cb8d32ae2e3f');
  color: #fff;
  padding: 48px 16px;
  *zoom: 1;
}

.home-news h1.section-head {
  color: #fff;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: uppercase;   
}
.home-news .continue-link {
  display: inline-block;
  margin-bottom: 16px;
  vertical-align: bottom;
}
.home-news .section-continue {
  float: right;
  margin-top: 32px;
  vertical-align: baseline;
}
.home-news a {
  color: #b0f3f9;
}
.home-news h2 {
  color: #fff;
  font-weight: 500;
  margin: 0; 
}
.home-entry, .home-news-entry {
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0 0;
  padding: 20px 0; 
}
.home-news-entry {
  clear: both;
}
.home-news-entry .home-news-entry-date {
  color: #b0f3f9;
}
.home-news-entry .home-news-entry-date {
  border: 2px solid #fff;
  color: #b0f3f9;
}
.home-news-entry .home-news-entry-body {
  padding: 0;
}

.home-events ul h6 {
  background: rgba(0,0,0,.2);
  color: #fff;
  margin-bottom: 18px;
  padding: 3px 3px 3px 8px;
  position: relative;
  width: 127px; /*108px*/
}
.home-events ul h6::after {
  border-style: solid;
  border-width: 8px 12px 0 0;
  border-color: rgba(0,0,0,.2) transparent transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.home-events ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-events ul li {
  margin-bottom: 30px;
}

.home-events .alternate-button, .home-events .donate, .home-events .small-button {
  border-color: #b0f3f9;
  margin: 0;
}
.home-events .alternate-button {
  border: solid 3px #b0f3f9;
}
.home-events .alternate-button:hover, .home-events .donate:hover, .home-events .small-button:hover {
  background-color: #b0f3f9;
}
.home-events .alternate-button:hover {
  color: #04a5b3;
}

.home-news hr {
  background-color: #fff;
  border-width: 0 0 1px;
  clear: both;
  color: #fff;
  height: 1px;
  margin: 0 0 12px;
  margin-bottom: 16px;
}

.home-news a .continue-icon {
  font-size: 16px !important;
  margin-top: -2px;
}

.home-events .alternate-button {
  margin-top: 15px;
}


/* Section Six
------------------------------------------------------------ */

.newsletter-preview {
  background: #ebf2f2;
  padding: 50px 0;
}
.newsletter-preview h2 {
  margin-bottom: 40px;
}
.newsletter-preview .button {
  background: #fff;
  border: 3px solid #04a5b3;
  color: #04a5b3;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
}
.newsletter-preview .button:focus, .newsletter-preview .button:hover {
  background: #04a5b3;
  color: #fff;
}


/* =========================================================
    12.3 CONTACT
   ========================================================= */
  
  
::-webkit-input-placeholder {  
  color: #a2a2a2;
  opacity: 1;
}
:-moz-placeholder { 
  color: #a2a2a2; 
  opacity: 1; 
}
::-moz-placeholder { 
  color: #a2a2a2;  
  opacity: 1;
}
:-ms-input-placeholder {  
  color: #a2a2a2; 
  opacity: 1; 
}

/* Gravity Forms
------------------------------------------------------------ */

body .gform_wrapper {
  margin: 0;
  overflow-x: hidden;
}

.entry-content ul li.gfield {
  list-style: none !important;
  padding-left: 0;
}

body.page .gform_wrapper ul li.gfield {
  margin-top: 0;
  padding-right: 0 !important;
}

body .gform_wrapper .top_label .gfield_label {
  display: none;
}

@media screen and (min-width: 880px) {
  body.page .gform_wrapper ul li.gfield.one-half {
    clear: none;
  }
  .gfield.one-half {
    display: inline-block;
    float: left;
    width: calc(50% - 10px);
  }
  .gfield.one-half-left {
    clear: none;
    margin: 14px 20px 14px 0;
  }
  .gfield.one-half-right {
    clear: none;
    margin: 14px 0 14px 20px;
  }
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 5.5px 6px;
}

body .gform_wrapper .gform_footer {
  margin-top: 6px;
  text-align: center;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type="submit"] {
  background: #fff;
  border: 3px solid #04a5b3;
  color: #04a5b3;
  display: inline-block;
  font-family: 'Source Sans Pro' ,sans-serif;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input.button:hover, 
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: #04a5b3;
  color: #fff;
}


.submit-text {
  margin-top: 36px;
}
.disclaimer { 
  color: #666;
  font-size: 12px;
  line-height: 16px; 
}

/* Contact Page Structure
------------------------------------------------------------ */

.contact-header {
}
.centered {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 748px) {
  .centered {
    width: 60%;
  }
}

.contact-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 51px;
}
.contact-address {
  margin: 0 auto 30px;
  max-width: 220px;
  text-align: center;
  width: 80%;
}
.contact-address img {
  margin-bottom: 12px;
}
.contact-address h3 {
  border-bottom: 1px solid #ccdede;
  color: #023054;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.contact-address ul {
  list-style: none;
  line-height: 28.8px;
  margin: 0;
  padding: 0;
}
.contact-address em {
  color: #04a5b3;
  font-style: normal;
}

body.page-template-page-contact .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"] {
  float: left;
}

/* Forms
------------------------------------------------------------ */

@media screen and (min-width: 641px) {
  body .gform_wrapper .top_label select.medium {
    max-width: 100%;
    width: auto !important;
  }
}

/* Donate
------------------------------------------------------------ */

.page-template-page-donate .gform_wrapper form {
  margin-top: 27px;
  padding-bottom: 71px;
  position: relative;
}

.pt36 {
  padding-top: 36px;
}

body.page .gform_wrapper ul li.gfield.pale-bg {
  background-color: #EBF2F2;
  margin-bottom: 0;
  padding-bottom: 1px;
  padding-top: 1px;
}
.gform_wrapper .wider-radio .gfield_radio li label {
   min-width: 214px;
   width: auto !important;
}

.page-template-page-donate .gform_wrapper .gfield_radio li label {
  font-size: 16px;
  line-height: 24px;
}
.page-template-page-donate .gform_wrapper ul.gfield_radio li {
  clear: none;
  display: inline-block;
  padding: 0 0 0 24px !important;
}

.page-template-page-donate .gform_wrapper .gfield li h2, 
.page-template-page-donate .gform_wrapper h2 {
  font-weight: 300;
}

.entry-content ul li.gfield.mt28 {
  margin-top: 28px;
}
body.page .gform_wrapper ul li.gfield.mt30 {
  margin-top: 30px;
}

.teal {
  color: #04a5b3;
}
.table-header {
  font-size: 16px;
  margin-left: 24px;
  padding: 5px 0;
}

.page-template-page-donate .gform_wrapper ul.gfield_radio#input_19_6 {
  margin-left: -24px;
}

@media screen and (max-width: 641px) {
  .page-template-page-donate .gform_wrapper ul.gfield_radio li label {
    width: auto;
  }
}

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
body .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 1px;
}

@media screen and (min-width: 1027px) {
  .float-left {
    float: left;
  }
}

@media screen and (min-width: 641px) and (max-width: 747px) {
  .gform_wrapper ul li.gfield.other-ab {
    clear: none;
    display: block;
    float: left;
    left: 172px;
    padding-left: 1px;
    position: absolute;
    top: 159px;
    width: auto;
    z-index: 12;
  }
}
@media screen and (min-width: 1027px) {
  .gform_wrapper ul li.gfield.other-ab {
    clear: none;
    display: block;
    float: left;
    left: 172px;
    padding-left: 1px;
    position: absolute;
    top: 159px;
    width: auto;
    z-index: 12;
  }
}

.page-template-page-donate .gform_wrapper input.small {
  margin-left: 24px;
  width: 80%;
}
@media screen and (min-width: 641px) {
  .page-template-page-donate .gform_wrapper .top_label input.small {
    width: 153px;
  }
}

.page-template-page-donate .gform_wrapper ul.gform_fields {
  position: relative;
}

/* =========================================================
    12.4 CAREERS
   ========================================================= */

.hirebridge {
  height: 500px;
  margin-bottom: 40px;
}

/* =========================================================
    12.5 PAGE TEMPLATE DEFAULT
   ========================================================= */
/* =========================================================
    12.6 CENTERED / NEWSLETTER
   ========================================================= */

.newsletter-centered {
  max-width: 500px;
}
.centered-content {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media screen and (min-width: 748px) {
  .centered-content {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 80%;
  }
}
  
/* =========================================================
    12.7 EXECUTIVE PROFILE
   ========================================================= */

/* Single
------------------------------------------------------------ */

h1.subtext, .subtext {
  margin-bottom: 0;
}

/* Archive
------------------------------------------------------------ */

.member {
  background: #ebf2f2;
  margin-bottom: 20px;
  position: relative;
}
.member a {
  text-decoration: none;
}
.member .overlay {
  background: rgba(0,0,0,.1);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;    
}

.member-icon {
  border: 3px solid #fff;
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: 60px auto 0;
  text-align: center;
  vertical-align: middle;
  width: 120px;
}
.member-icon h6 {
  color: #fff;
  font-weight: 700;
  margin-top: -12px;
  padding-top: 50%;
  text-transform: uppercase;
}
.member-content {
  padding: 24px;
  text-align: center;
}

@media screen and (min-width: 748px) {
  .child-container .column:nth-of-type(2n) {
    padding-right: 0;
  }
  .child-container .column:nth-of-type(2n+1) {
    padding-left: 0;
  }
}

/* =========================================================
    12.8 PROGRAMS
   ========================================================= */

.program-preview {
  padding: 24px 0;
}

/* Breadcrumbs
------------------------------------------------------------ */

/*#breadcrumbs > span + span:nth-of-type(1) a::after {
  content: "\f015";
  font-family: FontAwesome;
}
*/
#breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
#breadcrumbs a {
  color: #a9b05d;
  display: inline-block;
  text-decoration: none;
}
a.breadcrumb::after,
#breadcrumbs a::after {
  color: #555;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 10px;
}


/* Program Main
------------------------------------------------------------ */

.post-image {
  margin-bottom: 24px;
  position: relative; 
}
.post-image img::after {
  background: hsla(0,0%,100%,.5);
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  position: absolute; 
  width: 100%;
  z-index: 1001;
}

/* Program Footer
------------------------------------------------------------ */

.program-footer {
  margin-top: 60px;
  margin-bottom: 30px;
}
.program-footer h2 {
  color: #04a5b3;
  margin-bottom: 20px;
}
.program-footer-container::after {
  clear: both;
}
.program-footer-container::after, .program-footer-container::before {
  content: " ";
  display: table;
}
.program-footer-container {
  border-top: 1px solid #ccdede;
  border-bottom: 1px solid #ccdede;
  padding: 10px 0;
  *zoom: 1;
}
.program-footer-content {
  float: left;
  padding: 15px 0;
  width: 50%;
}


@media screen and (min-width: 748px) {
  .bd, .home-news-entry, .home-news-entry .home-news-entry-body, .media, .recent-posts .sidebar-news-entry-title, .recent-posts li {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
  }
}

.home-news-entry .program-footer .media .home-news-entry-date, .home-news-entry .program-footer .recent-posts li .home-news-entry-date, .home-news-entry .recent-posts .program-footer li .home-news-entry-date, .program-footer .home-news-entry .home-news-entry-date, .program-footer .home-news-entry .img, .program-footer .home-news-entry .recent-posts .sidebar-news-entry-date, .program-footer .media .img, .program-footer .media .recent-posts .sidebar-news-entry-date, .program-footer .recent-posts li .img, .program-footer .recent-posts li .sidebar-news-entry-date, .recent-posts .program-footer .home-news-entry .sidebar-news-entry-date, .recent-posts .program-footer .media .sidebar-news-entry-date, .recent-posts .program-footer li .img, .recent-posts .program-footer li .sidebar-news-entry-date {
  margin-right: 30px;
}
@media screen and (min-width: 748px) {
  .home-news-entry .home-news-entry-date, .home-news-entry .img, .home-news-entry .recent-posts .sidebar-news-entry-date, .media .img, .media .recent-posts .sidebar-news-entry-date, .recent-posts .home-news-entry .sidebar-news-entry-date, .recent-posts .media .sidebar-news-entry-date, .recent-posts li .img, .recent-posts li .sidebar-news-entry-date {
    float: left;
    margin-right: 10px;
  }
}

@media screen and (min-width: 748px) {
  .home-news-entry .home-news-entry-date img, .home-news-entry .img img, .home-news-entry .recent-posts .sidebar-news-entry-date img, .media .img img, .media .recent-posts .sidebar-news-entry-date img, .recent-posts .home-news-entry .sidebar-news-entry-date img, .recent-posts .media .sidebar-news-entry-date img, .recent-posts li .img img, .recent-posts li .sidebar-news-entry-date img {
    display: block;
  }
}

.program-footer h3 {
  color: #555;
  text-transform: none;  
}
.program-footer h4 {
  color: #04a5b3;
}
.program-footer-content:last-child {
  border-left: 1px solid #ccdede;
  padding-left: 30px;
}

.alternate-button, .small-button {
  padding: 6px 10px;
  background: none;    
  border-color: #fff;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.program-footer .button, .program-footer .donate {
  margin-top: 15px;
}
.program-footer .button {
  margin-bottom: 30px;
}
.alternate-button, .contact-address h3, .donate, .event_date_tag h3, .event_date_tag h4, .footer h2, .home-events ul h6, .member-content h3, .news-entry-date, .pico, .post-nav h6, .small-button, .story-sidebar h3 {
  font-size: 14px;
}
.alternate-button, .small-button {
  padding: 6px 10px;
  background: none;
  border-color: #fff;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
}
.button {
  transition: all .2s ease-in-out;
  text-transform: uppercase;
  font-family: 'Source Sans Pro' ,sans-serif;
  text-decoration: none;
}
.small-button {
  background-color: #a9b05d;
  border: none;
  margin: 0;
}
.small-button :active, .small-button:hover {
  background-color: #9da450;
  color: #fff;
}






/* Single Success Stories
------------------------------------------------------------ */

.stories-list {
  padding: 36px 0;
}
.single-success_story .stories-list {
  padding: 0 0 36px;
}

.stories-list h1 {
  border-top: 1px solid #ccdede;
  margin-top: 20px;
  padding-top: 16px;
  text-align: center;
}
  

/* =========================================================
    12.10 LANDING PAGES
   ========================================================= */

/* Section One
------------------------------------------------------------ */

.program-overview__header,
.program-overview__header--mobile {
  height: 450px;
  position: relative;
}
.program-overview__header--mobile {
  display: block;
}
.program-overview__header {
  display: none;
}
@media screen and (min-width: 450px) {
  .program-overview__header--mobile {
    display: none;
  }
  .program-overview__header {
    display: block;
  }
}
.program-overview__header::after,
.program-overview__header--mobile::after {
  background: hsla(0,0%,100%,.5);
  bottom: 0;
  content: "";
  height: 8px;
  position: absolute;
  width: 100%;
}



/* Section Two
------------------------------------------------------------ */

.program-overview__intro::after, .program-overview__intro::before {
  content: " ";
  display: table;
}
.program-overview__intro::after {
  clear: both;
}
.program-overview__intro {  
  padding: 40px 0;
  *zoom: 1;
}
.program-overview__intro h1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative; 
}
.program-overview__intro h1::after {
  border: 1px solid #04a5b3;
  bottom: 0;
  content: "";
  left: 50%; 
  margin-left: -40px;
  position: absolute;
  width: 80px;
}

/* Section Three
------------------------------------------------------------ */

.program-overview__video::after {
  clear: both;
}
.program-overview__video::after, .program-overview__video::before {
  content: " ";
  display: table;
}
.program-overview__video {
  background: #ebf2f2;
  padding: 40px 0;
  text-align: center;
  *zoom: 1;
}

.program-overview__video .video-container {
  margin-bottom: 40px;
}
.program-overview__video iframe {
  border: 8px solid #fff;
  margin: 0 auto;
  max-width: 95%;
}

/* Section Four
------------------------------------------------------------ */

.program-overview__testimonial {
  background-color: #05a5b3;
  color: #fff;
  padding: 40px 0;
  *zoom: 1;
}
.program-overview__testimonial::after {
  clear: both;
}
.program-overview__testimonial::after, .program-overview__testimonial::before {
  content: " ";
  display: table;
}

.program-overview__testimonial img {
  margin-bottom: 30px;
}
.bordered {
  border: 8px solid #fff;
}
.program-overview__testimonial .caption {
  font-size: 16px;
  font-style: italic; 
}

/* Section Five
------------------------------------------------------------ */

.program-overview__slider {
  padding: 40px 0;
  *zoom: 1;
}
.program-overview__slider::after {
  clear: both;
}
.program-overview__slider::after, .program-overview__slider::before {
  content: " ";
  display: table;
}

.program-overview__slider .slider-heading {
  margin-bottom: 40px;
}
.program-overview__slider .slide-container__inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.program-slide .caption {
  font-size: 16px;
  margin: 20px 16px;
  text-align: center;
}
.program-slide .caption p {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.program-slide .caption img {
  display: inline-block;
  margin-right: 10px;
}

/* Success Story Slider
------------------------------------------------------------ */

.program-overview__slider .slide-container__outer {
  position: relative;
}

/* Slider Pagination
------------------------------------------------------------*/

.program-slider__next, .program-slider__previous {
  background: #ebf2f2;
  content: "";
  cursor: pointer;
  left: 50%;
  margin-left: -40px;
  position: absolute;     
  top: 100%;
  z-index: 9999 !important;
}
@media screen and (min-width: 748px) {
  .program-slider__next, .program-slider__previous {
    height: 80px;
    left: 0;
    margin-left: 0;
    margin-top: -40px;
    top: 50%;
    width: 80px;
  }
}

.program-overview__slider .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 36px;
}
@media screen and (min-width: 748px) {
  .program-overview__slider .icon {
    font-size: 80px;
  }
}

.program-slider__next {
  margin: 0;
}
@media screen and (min-width: 748px) {
  .program-slider__next {
    left: auto;
    margin-top: -40px;
    right: 0;
  }
}


/* Section Six
------------------------------------------------------------ */

.program-overview__more {
  background: #ebf2f2;
  padding: 40px 0;
}
.more-heading {
  margin-bottom: 40px;
}

.more-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.more-box {
  margin-bottom: 50px;
}
@media screen and (min-width: 748px) {
  .more-box {
    width: 40%;
  }
}

.more-box img {
  margin-bottom: 10px;
}
.more-box p {
  margin-bottom: 5px;
}
.continue-alternate {
   color: #a9b05d;
}


/* =========================================================
    12.11 EVENTS
   ========================================================= */

/* Archives
------------------------------------------------------------ */

.events_list_event::after {
  clear: both;
}
.events_list_event::after, .events_list_event::before {
  content: " ";
  display: table;
}
.events_list li, .events_list li::before {
  background: none !important;
}
.events_list li {
  margin-left: 0;
  padding-left: 0 !important;
}
.events_list_event {
  border-top: 1px solid #ccdede;
  padding: 20px 0;
  *zoom: 1;
}

.events_list .home-news-entry .home-news-entry-date, .events_list .img, .events_list .recent-posts .sidebar-news-entry-date, .home-news-entry .events_list .home-news-entry-date, .recent-posts .events_list .sidebar-news-entry-date {
  margin-right: 20px !important;
}
.event_date_tag {
  background: #ebf2f2;
  border-top: 4px solid #04a5b3;
  display: block;
  margin-bottom: 20px;
  padding: 16px;
  text-align: center;
}
.event_date_tag h3, .event_date_tag h4 {
  color: #04a5b3;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.events_list .continue {
  display: block;
  color: #a9b05d;
  margin-top: 10px;
}
.events_list .continue:focus,
.events_list .continue:hover {
  color: #04a5b3;
}


/* =========================================================
    12.12 TWO-THIRDS (MOSTLY FORMS PAGES)
   ========================================================= */



/* =========================================================
    12.13 I WANT TO
   ========================================================= */

.column.padding-none, .padding-none {
  padding: 0;
}

.stories-head {
  margin-bottom: 36px;
}
.dropper-links-container {
  background-color: #04a5b3;
  background: #04a5b3 url('/wp-content/themes/jevs/svg/down_arrow_white.png') 95% no-repeat;  
  color: #fff;
  margin: 0;
  margin-bottom: 24px;
  max-width: 250px;
  overflow: hidden;
  padding: 0;    
  position: relative;
  width: 100%;
}
.dropper-links-container select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -ms-appearance: none;
   -o-appearance: none;
   appearance: none;
   background-color: transparent;
   background-image: none;
   border: none;
   box-shadow: none;
   color: #fff;
   line-height: 22px;
   margin: 0;
   padding: 6px;
   width: 100%;
}

.sidebar-form {
  border-top: 1px solid #ccdede;
  margin-top: 40px;
  margin-right: 60px;
  padding-top: 20px; 
}


/* =========================================================
    12.14 SIDEBARS / ASIDES
   ========================================================= */

.sidebar {
}
@media screen and (min-width: 748px) {
  .sidebar {
    padding-right: 20%;
  }
}

.sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav ul li a {
  border-bottom: 1px solid #ccdede;
  color: #555;
  display: block;
  padding: 10px;
  padding-right: 10%;  
  position: relative;
  text-decoration: none; 
  width: 100%;
}
.sidebar-nav ul li a:hover {
  background-color: #ebf2f2;
}
.sidebar-nav ul ul.sidebar-tertiary {
  background: #f4f8f8;
  display: none;
  padding: 20px 0;
}

.sidebar-nav ul li.active-children > a, .sidebar-nav ul li.current-menu-item > a,
.sidebar-nav ul li.current_page_ancestor > a {
  background: #ebf2f2;
  color: #04a5b3;
}

.sidebar-nav ul li.active-children > a::after, .sidebar-nav ul li.active > a::after,
.sidebar-nav ul li.current_page_ancestor > a::after, .sidebar-nav ul li.current-menu-item > a::after {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 12px;
  left: 90%;
  line-height: 27px;
  position: absolute;
  top: 9px;
  vertical-align: middle;
}

/* Sidebar Submenus
------------------------------------------------------------ */

.sidebar-nav ul ul.sub-menu {
  background: #f4f8f8;
  display: none;
  padding: 20px 0;
}

.sidebar-nav ul li li.active-children ul.sub-menu, .sidebar-nav ul li li.active ul.sub-menu {
  display: block;
}

.sidebar-nav ul ul.sub-menu li {
  line-height: 24px;
}

.sidebar-nav ul ul.sub-menu a {
  border: none;
  color: #023054;
  padding: 0;
  padding-left: 20px;
  text-decoration: none;
}
.sidebar-nav ul ul.sub-menu a::after {
  content: '';
}

.sidebar-nav ul li.current_page_item.menu-item-has-children ul.sub-menu,
.sidebar-nav ul li.current_page_ancestor.menu-item-has-children ul.sub-menu {
  display: block;
}

/* Story Sidebar
------------------------------------------------------------ */

.story-sidebar h3 {
  border-bottom: 1px solid #ccdede;
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.story-programs-used {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.story-sidebar a {
  color: #a9b05d;
  text-decoration: none;
}
.story-sidebar a:focus,
.story-sidebar a:hover {
  color: #04a5b3;
}

.continue-icon {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: -3px;
  margin-left: 5px;
  vertical-align: middle;
}

/* Event Sidebar
------------------------------------------------------------ */

.sidebar-heading,
h2.widget-title {
  background: #ebf2f2;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 20px;
  padding: 8px; 
  text-transform: uppercase;
}
.event-sidebar-nav {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.event-sidebar-nav li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 12px;
  padding-bottom: 20px;
}
.event-sidebar-nav li a {
  text-decoration: none;
}
.event-sidebar-nav li a h5 {
  color: #000;
}
.event-sidebar-nav li a p {
  color: #04a5b3;
  margin: 0;
}

/* Post Sidebar
------------------------------------------------------------ */

#secondary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#secondary li {
  padding: 0 10px 10px 16px;
  position: relative;
}
#secondary li::before {
  background-color: #a9b05d;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}
#secondary li a {
  color: #a9b05d;
  text-decoration: none;
}
#secondary li a:focus,
#secondary li a:hover {
  text-decoration: underline;
}

.recent-posts {
  list-style: none;
  margin: 0;
  margin-bottom: 48px;
  padding: 0;
}
.recent-posts li {
  border-bottom: 1px solid #ccdede;
  margin: 0;
  padding: 12px 0;
}
.recent-posts a {
  color: #555;
  text-decoration: none;
}
.recent-posts a:hover {
  text-decoration: underline;
}
.recent-posts .sidebar-news-entry-date {
  margin-bottom: 0;
}
.news-entry-date { 
  border: 2px solid #04a5b3;
  border-radius: 50%;
  color: #04a5b3;
  height: 60px;
  line-height: 16px;
  margin: 0 20px 20px 0;
  padding: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
.recent-posts .sidebar-news-entry-title {
  padding: 10px 0;
}

/* Misc
------------------------------------------------------------ */
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}

/* =========================================================
    12.15 FILE NOT FOUND 404
   ========================================================= */
/* =========================================================
    12.16 SEARCH RESULTS
   ========================================================= */

body.search, body-search-results, body.search-no-results {
  display: block;
}


/* =========================================================
      13 INFINITE SCROLL
   ========================================================= */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* =========================================================
      14 MEDIA 
   ========================================================= */

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

/* =========================================================
    14.1 CAPTIONS
   ========================================================= */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: left;
}

/* =========================================================
    14.2 GALLERIES
   ========================================================= */

.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}

/*--\m/--*/