/*
 * Skeleton V1.1
 * Copyright 2011, Dave Gamache
 * www.getskeleton.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 8/17/2011
 */


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc
        #Sidebar
        #Search
        #Footer
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }

/*
font-family: 'Lato', sans-serif;
font-family: 'Libre Baskerville', serif;
*/

.colors {
    color: #009abe;
    color: #003462;
    color: #62c3a5;
    color: #ffe76b;
    color: #565458;
}

/* #Basic Styles
================================================== */
html { overflow-y: scroll; }
body {
    background: #003462;
    font: 75%/1.3 'Lato', sans-serif;
    color: #333333;
    overflow: hidden; 
}
.home .container { padding: 0; width: 100%; background: #003462; }
.container, .homesection { background: #ffffff; color: #000000; }
.main { padding-bottom: 2em; }
.main, .homesection { padding: 2%; line-height: 1.5em; }
.homesection.homesection-featured-blocks { padding: 2% 2% 0 2%; }
.homesection { font-size: 125%; }
#sliderband {width: 100%; margin: 0; }
#content article, .content article { padding-top: 2em; }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #003462;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700; 
    line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 214%;  }
h2 { font-size: 200%;  }
h3 { font-size: 175%;  }
h4 { font-size: 150%;  }
h5 { font-size: 125%;  }
h6 { font-size: 100%;  }
h1.entry-title { margin-bottom: .5em; }
.subheader { color: #000; }

p { margin: 0 0 1em 0; }
p img { margin: 0; }
p.lead { font-size: 1.2em; line-height: 1.2em; color: #000;  }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-style: italic; }
blockquote { margin: 0 0 1em; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 80%; color: #000; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #000; }

/*	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }*/



.button {
    background: #009ABE;
    color: #ffffff;
    display: inline-block;
    border-radius: .25rem;
    padding: 5px; 
    text-align:center;
    cursor: pointer;
    /*  transition: all 0.5s;*/
}

a.button {
    color: #ffffff !important;
    text-decoration: none;
}


.button:hover {
    background-color: black;
}

/* #Links
================================================== */
a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #009abe; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
.main ul, .main ol { margin-bottom: 1em; margin-left: 1em; }
.main ul { list-style: disc outside; }
.main ol { list-style: decimal; }
.main ol li, .main ul li { position: relative; left: 1em; padding-right: 1em}
.main ol, .main ul.square, .main ul.circle, .main ul.disc { margin-left: 2em; }
.main ul.square { list-style: square outside; }
.main ul.circle { list-style: circle outside; }
.main ul.disc { list-style: disc outside; }
.main ul ul, .main ul ol,
.main ol ol, .main ol ul { margin: 4px 0 5px 2em; }
.main ul ul li, .main ul ol li,
.main ol ol li, .main ol ul li { margin-bottom: 6px; }
.main li { margin-bottom: 1em; }
.main article li { margin-bottom: .25em; }

.homemain ul, .homemain ol { margin-bottom: 1em; margin-left: 1em; }
.homemain ul { list-style: disc outside; }
.homemain ol { list-style: decimal; }
.homemain ol li, .homemain ul li { position: relative; left: 1em; padding-right: 1em}
.homemain ol, .homemain ul.square, .homemain ul.circle, .homemain ul.disc { margin-left: 2em; }
.homemain ul.square { list-style: square outside; }
.homemain ul.circle { list-style: circle outside; }
.homemain ul.disc { list-style: disc outside; }
.homemain ul ul, .homemain ul ol,
.homemain ol ol, .homemain ol ul { margin: 4px 0 5px 2em; }
.homemain ul ul li, .homemain ul ol li,
.homemain ol ol li, .homemain ol ul li { margin-bottom: 6px; }
.homemain li { margin-bottom: 1em; }
.homemain article li { margin-bottom: .25em; }


/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto; 
}

img.alignright { float: right; margin: 0 0 1em 2em; max-width: 50%; height: auto; }
img.alignleft  { float: left; margin: 0 2em 1em 0; max-width: 50%; height: auto; }
.resource img.alignleft  { float: left; margin: 0 1em 1em 0; max-width: 50%; height: auto; }
.copy .wp-post-image { max-width: 33%; height: auto; border: 5px solid #003462; }
.copy .team .wp-post-image { max-width: auto; height: auto; border: none; }


/* #Forms
================================================== */

form {
    margin-bottom: 20px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff; }
select {
    padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px; }
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 13px;  }
select {
    width: 220px; }
input[type="checkbox"] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

/* #Menu & Logo
================================================== */
.header {
    /*	overflow: hidden; - NO */
    color: #003462;
    background-color: #ffffff;
    margin: 0 -3.191%; 
    clear: both;
    z-index: 0; 
}
.home .header { margin: 0;  }
.bannerdiv.sixteen.columns { width: 100%; }
.bannerdiv.columns { margin: 0; }

.headerwidgetblock>div { text-align: center; }
.headerwidgetblock>div a { text-decoration: none; }
.headerwidgetblock p { margin-bottom: 0; }
@media only screen and (min-width: 768px) { 
    .headerwidgetblockright > * { float: right; text-align: right !important;}
    .headerwidgetblockleft > * { float: left; text-align: left !important;}
    .headerwidgetblockleft, .headerwidgetblockright { margin-top: -10em; }
    .logo_title { font-size: 95%; }
}
@media only screen and (max-width: 767px) {
    .headerwidgetblockright>div { margin-bottom: 1em; }
}

/*
.headerwidgetblock>div { clear: both; text-align: center; }
@media only screen and (min-width: 768px) { 
    .headerwidgetblock { margin-top: -10em; padding-bottom: 5em; }
    .headerwidgetblock>div { padding: 1em 2em; }
    .headerwidgetblockright>div { float: right; text-align: right;}
    .headerwidgetblockleft>div { float: left; text-align: left; }
    .logo_title { font-size: 95%; }
}
.headerwidgetblock>div a { text-decoration: none; }
.headerwidgetblock p { margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .headershim { display: none !important; }
    .headerwidgetblockright>div { margin-bottom: 1em; }
}
*/



.taglineblock {
/*    overflow: hidden; */
    color: #ffffff;
    margin: 0 -3.191%; 
    z-index: 0; 
    text-align: center; 
    font-weight: 700;
    padding: 0; 
}

.menu {
    /*        padding-top:45px;*/
    /*        float: right;*/
}

.menu li {
    /*
	display: inline;
        list-style-type: none;
        font-size: 1em;
        padding-left: 5px;
   */
}

.logo { padding: 2% 0; }
.logo_img { padding: 1em 0 .5em 0; }
/*.logo div { margin: 0 3%; text-align: center; }*/
.logo div { margin: 0; text-align: center; }
.logo_title {
    font-family: 'Libre Baskerville', serif;
    border-top: 1px solid #ffe76b;
    padding: .5em; 
}
.logo_title a {
    color: #62c3a5;
    color: #003462;
    text-transform: uppercase;
}
.logo a{
    text-decoration: none;
}

.login h1 a { width: 200px; background-size:200px; }


.breadcrumbs { padding: 1em 0; border-bottom: 1px solid #565458; margin-bottom: 2em; }
.breadcrumbs.columns { margin: 0; }
.breadcrumbs a { font-weight: 700; text-decoration: none; }

.pln_social { display: inline; }
.pln_social a { color: #439BB5; margin: 0 .25em;}
.footer .pln_social a { color: #ffffff; }

/*
a.soc_linkedin { color: #007bb6; }
a.soc_twitter { color: #00aced; }
a.soc_facebook { color: #3b5998; }
a.soc_instagram { color: #bc2a8d; }
*/

/* #Misc
================================================== */
.title{
    padding-bottom: 15px;
}

.full-width{
    padding-left: 10px;
}

article.team { margin-top: 1em; padding-top: 1em; border-top: 2px solid #009ABE; }
.noborder { border-top: 0 !important; }
.termtitle { margin-top: 2rem; font-size: 75%}
.main .title { padding-bottom: 0; }
.archive .main .title, .blog .main .title { padding-bottom: 1rem; }
.main .title h1 { line-height: 1.1em; letter-spacing: -1px;  }
.copy { margin-top: 1em; }
.subtitle h4 { font-size: 125%; }
.resource { line-height: 1.2em; margin-bottom: 1em; clear: both;  }
/*    .resource-title { margin-top: 1em; padding-top: .5em; }*/
.resource p { margin: 0; }
.resourcelink { text-decoration: none; font-weight: 700; font-size: 80%; }
.tax-resources h4  { border-bottom: 1px solid #009ABE; margin: 1em 0 .5em 0; clear: both; }
.post-type-archive-jobs article { margin-bottom: 1rem; }

/*    #map-container { float: right; max-width: 75%; }*/

/* #Sidebar
================================================== */
.sidebar{
    margin-top: 2em; 
    padding: 1em; 
    font-family: 'Libre Baskerville', serif;

}

.sidebar li{
    list-style: none;
}

.sidebar #menu-topmenu-1 {
    margin: 1em 2em 1em 1em;
}

.sidebar #menu-topmenu-1 li {
    list-style: none;
}

.sidebar #menu-topmenu-1 li a {
    text-decoration: none;
    font-size: 133.333%;
    font-weight: bold;
/*    border-bottom: 1px solid #ffffff; */
}

.sidebar #menu-topmenu-1 .sub-menu  {
    margin: 1em 0 0 1em;
}

.sidebar #menu-topmenu-1 .sub-menu li  {
    line-height: 1em;
    padding-bottom: .5em;
}

.sidebar #menu-topmenu-1 .sub-menu li a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal; 
    font-size: 100%;
    border-bottom: none; 
}

.sidebar #menu-topmenu-1 .sub-menu li.current_page_item a,
.sidebar #menu-topmenu-1 .sub-menu li.current-menu-item a {
    color: #003462 /*#009ABE*/;
    font-weight: 700; 
}


.sidebar #menu-topmenu-1 .sub-menu li a:hover {
    text-decoration: underline;
}

.widget-sidebar {
    display: block;
    background: #009ABE;
    padding: 0; 
    margin-bottom: 1em;
    padding: 1em 0; 
}
.widget-sidebar a { color: #ffffff; }

.blog-sidebar {
    display: block;
    background: #009ABE;
    margin-bottom: 1em;
    padding: 1em; 
}
.blog-sidebar li {
    margin-bottom: .5em;
}
.blog-sidebar a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal; 
    font-size: 100%;
    border-bottom: none; 
}
.blog-sidebar a:hover {
    text-decoration: underline;
}
.blog-sidebar a { color: #ffffff; }
.blog-sidebar h3 { color: #ffffff; font-size: 133%; margin-bottom: 1em; }


.sidebar-cta {
    display: block;
    background: #003462;
    color: #ffffff;
/*    font-size: 85%;*/
    line-height: 1.2em;
    padding: 1em 2em;
    margin-bottom: 1em; 
}
.sidebar-ctalink:hover { background: #ffe76b; }
.sidebar-cta a { color: #ffffff; text-decoration: none; }
.sidebar-ctalink:hover a { color: #000000; }
.sidebar-cta p { margin: 0; }
.cta-carat { color: #ffe76b; font-size: 150%; vertical-align: middle;  }
.sidebar-ctalink:hover a .cta-carat { color: #000000; }

#rpwe_widget-2, #rpwe_widget-3 { padding: 1em; }
#rpwe_widget-2 h3, #rpwe_widget-3 h3 { font-size: 133.333%; color: #ffffff; margin: 0 0 1em 0; }


.homecontentband {
    overflow: hidden; 
    background-color: #ffffff; 
}

.missionband {
    overflow: hidden; 
    background-color: #68C39F;
    color: #ffffff;
    clear: both;
    margin: 0 -3.191%; 
}
.missionband .main { padding: 2%; }
.missionband .main h1 { text-align: center; color: #ffffff; font-weight: 400; }
.missionband .main p { margin: 0 5%; line-height: 1.5em; font-size: 1.25rem; }
.missionband a { color: #ffffff; text-decoration: none; }


/* #Blog
================================================== */
.title a {text-decoration: none; }
.title a:hover {text-decoration: underline; }


/* #Search
================================================== */
#searchform { float: right; clear: both; margin: 1em 0 0 0; }
#searchform label, #searchform input { display: inline-block; margin: 0; font-weight: 400; }
#searchform input[type="submit"] {
    font: normal 20px/1 'dashicons';
    vertical-align: middle;
    background: transparent;
    color: #ffffff;
    border: none; 
}
#searchform input[type="text"] { font-size: 8px; padding: 4px 4px; }

/* #Footer
================================================== */
.footer {
    overflow: hidden;
    background-color: #003462;
    color: #ffffff;
    margin: 0 -3.191%;
    padding: 2em 0;
    text-align: center;
/*    font-size: 80%; */
}
.footer a { color: #ffffff; text-decoration: underline; }
.footer a:hover { text-decoration: none; }
.home .footer { margin: 0;  }

#pagewidth { color: #ffffff; }


.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.rpwe-block li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
.rpwe-block a {
/*    display: inline !important;*/
    text-decoration: none;
}
.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 125%; 
    font-weight: 400;
    line-height: 1.5em;
}
.rpwe-thumb {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    padding: 3px !important;
}
.rpwe-img { display: none; 
}
.rpwe-summary {
}
.rpwe-time {
    color: #bbb;
}
.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-alignright {
    display: inline;
    float: right;
}
.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rpwe-clearfix:before,.rpwe-clearfix:after {
    content: "";
    display: table !important;
}
.rpwe-clearfix:after {
    clear: both;
}
.rpwe-clearfix {
    zoom: 1;
}

.card>div { margin: 2em; font-size: 87.5%; line-height: 1.2em; }
.card {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
    margin-bottom: 1rem !important; 
}
.card ul { list-style: disc outside; margin-left: 1rem; }
.card li { margin-bottom: 1rem; }
.card h4 {
/*    font-family: 'Lato', sans-serif;*/
    line-height: 1em;
    background-color: #009abe;;
    color: #ffffff; 
    margin-bottom: 1rem;
    text-align: center;
    padding: 1em .25em;
    font-size: 90%;
}
.caption-button { text-align: center; }
/*
.card h4 {
    height: 3.5em;
    line-height: 1.1em;
    vertical-align: middle; 
}

.card h4::before {
    content: '';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}
*/

.anchor { padding-top: 90px; margin-top: -90px; }


