/*!
Theme Name: Project Vote
Author: Alex Luke
*/


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 40px
}

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
}

td,
th {
    padding: 0
}

html {
    background-color: #221F1F
}

body {
    background-color: #fff
}

@font-face {
    font-family: "Lato";
    src: font-files("lato/LatoLatin-Regular.woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Lato";
    src: font-files("lato/LatoLatin-Bold.woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Lato";
    src: font-files("lato/LatoLatin-Italic.woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Lato";
    src: font-files("lato/LatoLatinLight-Regular.woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Charis SIL";
    src: font-files("charissil/CharisSILAM-R.woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Charis SIL";
    src: font-files("charissil/CharisSILAM-I.woff");
    font-weight: 400;
    font-style: italic
}

* html {
    font-size: 100%
}

html {
    font-size: 16px;
    line-height: 0.375em
}

body {
    line-height: 1.5em;
    font-family: "Lato", sans-serif;
    color: #6c5f57;
    text-rendering: optimizeLegibility;
    -webkit-font-kerning: normal;
    -moz-font-kerning: normal;
    font-kerning: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #EE3623;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    color: #504640;
    margin-top: 0.375em;
    margin-bottom: 0.375em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

figcaption {
    font-size: 0.875em;
    line-height: 1.2857142857em;
    margin: 0.375em 0
}

.body p {
    font-size: 1.125em;
    line-height: 1.6666666667em
}

.body p:first-child {
    margin-top: 0em
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

body:after {
    content: " ";
    display: block;
    clear: both
}

@media all and (min-width: 1200px) {
    body {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }
    body:after {
        content: " ";
        display: block;
        clear: both
    }
}

img,
iframe {
    display: block;
    max-width: 100%
}

img {
    height: auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 2em 2em 0
}

img.alignright,
.wp-caption.alignright {
    margin: 0 2em 2em 2em
}

.container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin: 0 24px
}

.container:after {
    content: " ";
    display: block;
    clear: both
}

@media all and (min-width: 850px) {
    .container {
        margin: 0
    }
}

.container .content {
    margin-top: 0.75em
}

@media all and (min-width: 850px) {
    .container .sidebar {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
    .container .content {
        width: 65.2173913043%;
        float: right;
        margin-right: 0;
        margin-top: 2.25em;
        padding-right: 48px
    }
}

.browsehappy {
    background: #f2dede;
    color: #333;
    margin: 0;
    padding: 0.2em;
    text-align: center
}

.canvas-wrapper {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.canvas-wrapper.nav-open {
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%)
}

header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    padding-left: 24px;
    padding-right: 24px;
    border-top: 0.75em solid #EE3623
}

header:after {
    content: " ";
    display: block;
    clear: both
}

@media all and (min-width: 850px) {
    header {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media all and (min-width: 850px) {
    header {
        position: relative;
        padding-top: 2.25em;
        padding-bottom: 1.125em;
        margin-bottom: 48px
    }
}

@media all and (min-width: 1024px) {
    header {
        padding-bottom: 2.25em
    }
}

header a:hover {
    text-decoration: none
}

header .logo {
    float: left
}

header .logo a {
    display: block;
    width: 186px;
    height: 48px;
    background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxODYuOCA0OC41Ij48ZyBmaWxsPSIjMjMxRjIwIj48cGF0aCBkPSJNNjYgMTNsMTMuMSAzMS4xIDEzLTMxLjFoMi42TDgwLjIgNDcuMkg3OEw2My41IDEzSDY2ek05Ni41IDMwLjFjMC05LjEgNi45LTE3LjQgMTYuMS0xNy40IDkuNSAwIDE2IDguOCAxNiAxNy40IDAgOS4yLTYuOSAxNy40LTE2IDE3LjQtOS41LS4xLTE2LjEtOC42LTE2LjEtMTcuNHptMTYuMSAxNS4xYzguMiAwIDEzLjUtNy43IDEzLjUtMTUuMSAwLTcuOS01LjctMTUuMS0xMy41LTE1LjEtOC4yIDAtMTMuNiA3LjYtMTMuNiAxNS4xIDAgNy45IDUuNiAxNS4xIDEzLjYgMTUuMXpNMTU3LjYgMTUuMmgtMTIuNXYzMmgtMi41di0zMmgtMTIuNVYxM2gyNy41djIuMnpNMTg2IDQ1djIuMmgtMjIuOFYxM2gyMi40djIuMmgtMTkuOXYxMy41aDE3LjR2Mi4xaC0xNy40VjQ1SDE4NnoiLz48L2c+PGcgb3BhY2l0eT0iLjU0IiBmaWxsPSIjNDc0NTNDIj48cGF0aCBkPSJNNjQuNSA3LjZWLjFoMy4xYzEuMyAwIDIuMyAxLjIgMi4zIDIuNHMtLjkgMi40LTIuMiAyLjRoLTIuMnYyLjdoLTF6bTEtMy42aDIuMmMuOCAwIDEuMy0uNyAxLjMtMS41IDAtLjktLjYtMS42LTEuNC0xLjZoLTIuMVY0ek04My45IDcuNlYuMWgzLjJjMS4zIDAgMi4zIDEuMiAyLjMgMi40IDAgMS0uNiAyLTEuNiAyLjJsMS44IDIuOWgtMS4xbC0xLjctMi43aC0ydjIuN2gtLjl6bTEtMy42aDIuM2MuOCAwIDEuMy0uNyAxLjMtMS42IDAtLjgtLjYtMS42LTEuNC0xLjZoLTIuMlY0ek0xMDMuMyAzLjhjMC0yIDEuNS0zLjggMy42LTMuOHMzLjUgMS45IDMuNSAzLjhjMCAyLTEuNSAzLjgtMy41IDMuOC0yLjIgMC0zLjYtMS45LTMuNi0zLjh6bTMuNSAzYzEuNiAwIDIuNi0xLjUgMi42LTNzLTEtMi45LTIuNi0yLjktMi42IDEuNS0yLjYgMi45YzAgMS42IDEuMSAzIDIuNiAzek0xMjMuNyA2LjVjLjMuMi44LjQgMS40LjQgMS40IDAgMS42LTEgMS42LTNWLjFoMXYzLjhjMCAyLjMtLjMgMy44LTIuNiAzLjgtLjYgMC0xLjItLjItMS42LS41bC4yLS43ek0xNDcuMiA2Ljd2LjhoLTUuMVYwaDV2LjhIMTQzdjIuNGgzLjVWNEgxNDN2Mi42bDQuMi4xek0xNjQuNSAwYzEuMyAwIDIuMy43IDIuOCAxLjZsLS44LjVjLS40LTEtMS4zLTEuMy0yLjEtMS4zLTEuNyAwLTIuNiAxLjUtMi42IDIuOSAwIDEuNiAxLjEgMyAyLjYgMyAuOCAwIDEuNy0uNCAyLjItMS4zbC44LjRjLS41IDEuMS0xLjggMS43LTMgMS43LTIuMSAwLTMuNS0yLTMuNS0zLjkgMC0xLjcgMS40LTMuNiAzLjYtMy42ek0xODYuOC45aC0yLjZ2Ni43aC0xVi45aC0yLjZWLjFoNi4xdi44eiIvPjwvZz48ZyBmaWxsPSIjRUUzRjIzIj48cGF0aCBkPSJNMi45IDI3LjhjMCAuMSA2LjgtNi44IDYuOS02LjdsMTEuOSAxMy43TDQ2LjUgMEgwdjQ4LjVoMjAuOEMxNS43IDQyLjYgMi45IDI3LjggMi45IDI3Ljh6TTI0LjUgNDguNWgyMy42VjE1LjEiLz48L2c+PC9zdmc+") no-repeat center/186px 48px;
    border: 0;
    overflow: hidden
}

header .logo a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 150%
}

header .menu-icon {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    display: block;
    line-height: 3em;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA0OCIgaGVpZ2h0PSIyMDQ4IiB2aWV3Qm94PSIwIDAgMjA0OCAyMDQ4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzkyIDE0NzJ2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5SDMyMHEtMjYgMC00NS0xOXQtMTktNDV2LTEyOHEwLTI2IDE5LTQ1dDQ1LTE5aDE0MDhxMjYgMCA0NSAxOXQxOSA0NXptMC01MTJ2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5SDMyMHEtMjYgMC00NS0xOXQtMTktNDVWOTYwcTAtMjYgMTktNDV0NDUtMTloMTQwOHEyNiAwIDQ1IDE5dDE5IDQ1em0wLTUxMnYxMjhxMCAyNi0xOSA0NXQtNDUgMTlIMzIwcS0yNiAwLTQ1LTE5dC0xOS00NVY0NDhxMC0yNiAxOS00NXQ0NS0xOWgxNDA4cTI2IDAgNDUgMTl0MTkgNDV6IiBmaWxsPSIjRUUzNjIzIi8+PC9zdmc+") no-repeat center/contain
}

@media all and (min-width: 850px) {
    header .menu-icon {
        display: none
    }
}

header nav {
    font-size: 1.25em;
    line-height: 2.4em;
    position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff
}

.canvas-wrapper.nav-open header nav {
    box-shadow: 0 0 5px #000
}

header nav ul.primary {
    list-style: none;
    margin: 0;
    padding: 0
}

header nav ul.primary li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

header nav ul.primary a {
    display: inline-block;
    width: 100%
}

.canvas-wrapper.nav-open header nav {
    display: block
}

@media all and (min-width: 850px) {
    header nav {
        margin-top: 0.375em;
        position: static;
        display: block;
        height: auto;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: 100%
    }
}

@media all and (min-width: 850px) and (min-width: 1024px) {
    header nav {
        margin-top: 0em;
        float: right;
        width: auto;
        text-align: right
    }
}

@media all and (min-width: 850px) {
    header nav ul.primary {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        display: block;
        vertical-align: middle;
        text-align: center
    }
    header nav ul.primary li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        white-space: nowrap;
        padding-left: 1.125em;
        padding-right: 1.125em
    }
}

@media all and (min-width: 850px) and (min-width: 1024px) {
    header nav ul.primary {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        display: inline-block;
        text-align: start;
        margin-right: 3em
    }
    header nav ul.primary li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        white-space: nowrap;
        padding-left: 0.75em;
        padding-right: 0.75em
    }
}

@media all and (min-width: 850px) {
    header nav ul.primary li:first-child {
        padding-left: 0
    }
    header nav ul.primary li:last-child {
        padding-right: 0
    }
    header nav a {
        color: #6c5f57
    }
    header nav a:hover {
        color: #EE3623
    }
    header nav .active a,
    header nav .parent a {
        color: #EE3623
    }
}

header nav .search {
    display: inline-block;
    vertical-align: middle
}

header nav .search input {
    width: 100%
}

@media all and (min-width: 1024px) {
    header nav .search input {
        width: 2em
    }
}

@media all and (min-width: 850px) {
    header nav .search {
        position: absolute;
        top: 1.875em;
        right: 48px
    }
}

@media all and (min-width: 1024px) {
    header nav .search.open input {
        width: 10em
    }
}

header nav .sub-nav {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

header nav .sub-nav:after {
    content: " ";
    display: block;
    clear: both
}

header nav .sub-nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

header nav .sub-nav li.social {
    text-align: center
}

header nav .sub-nav li.social ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    padding: 0.375em 0
}

header nav .sub-nav li.social ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    white-space: nowrap
}

header nav .sub-nav li.social li {
    background-color: #D1CABA;
    border-radius: 20.25px;
    width: 40.5px;
    height: 40.5px;
    margin-right: 0.75em
}

header nav .sub-nav li.social li:hover {
    background-color: #EE3623
}

header nav .sub-nav li.social li a {
    display: block;
    width: 40.5px;
    height: 40.5px;
    border: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 24.3px
}

header nav .sub-nav li.social li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 150%
}
header nav .sub-nav .register-to-vote a,
header nav .sub-nav .subscribe a,
header nav .sub-nav .donate a {
    font-size: 0.875em;
    line-height: 1.2857142857em
}

@media all and (min-width: 850px) {
    header nav .sub-nav {
        width: 100%;
        height: 48px;
        position: absolute;
        left: 0;
        bottom: -48px;
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1;
        font-size: 0.5em;
        line-height: 1.8em
    }
    header nav .sub-nav li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        white-space: nowrap
    }
    header nav .sub-nav>li {
        height: 48px;
        text-transform: uppercase;
        text-align: center;
        width: 20.8333333333%;
        float: left
    }
}

@media all and (min-width: 850px) and (min-width: 1024px) {
    header nav .sub-nav>li {
        width: 16.6666666667%;
        float: left
    }
}

@media all and (min-width: 850px) {
    header nav .sub-nav>li:last-child {
        float: right;
        margin-right: 0
    }
    header nav .sub-nav>li a {
        display: inline-block;
        width: 100%;
        height: 100%
    }
    header nav .sub-nav li.social {
        background-color: #F4F3E8;
        position: relative;
        padding-left: 48px;
        text-align: left;
        width: 37.5%;
        float: left
    }
    header nav .sub-nav li.social::after {
        content: "";
        z-index: 2;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -24px;
        border-left: 49px solid #F4F3E8;
        border-bottom: 49px solid transparent
    }
}

@media all and (min-width: 850px) and (min-width: 1024px) {
    header nav .sub-nav li.social {
        width: 50%;
        float: left
    }
}

@media all and (min-width: 850px) {   
header nav .sub-nav .register-to-vote a,
    header nav .sub-nav .subscribe a,
    header nav .sub-nav .donate a {
        position: relative;
        padding-top: 28.8px;
        background: no-repeat center .5em/auto 45%;
        letter-spacing: .1em;
        z-index: 3;
        font-size: 1em
    } 
    header nav .sub-nav .register-to-vote {
        background-color: #D1CABA;
        position: relative;
        position: relative
    }
    header nav .sub-nav .register-to-vote::before {
        content: "";
        z-index: 2;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -24px;
        border-right: 49px solid #D1CABA;
        border-top: 49px solid transparent
    }
    header nav .sub-nav .register-to-vote::after {
        content: "";
        z-index: 2;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -24px;
        border-left: 49px solid #D1CABA;
        border-bottom: 49px solid transparent
    }
    header nav .sub-nav .register-to-vote a {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNi40IDI1LjkiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik00LjIuOWw4LjQgNC43TDIwLjUgMGwtMS44IDkuNiA3LjcgNS44LTkuNiAxLjItMy4xIDkuMy00LTguOS05LjctLjEgNy02LjciLz48L3N2Zz4=")
    }
    header nav .sub-nav .subscribe {
        background-color: #BAE1D5;
        position: relative;
        position: relative
    }
    header nav .sub-nav .subscribe::before {
        content: "";
        z-index: 2;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -24px;
        border-right: 49px solid #BAE1D5;
        border-top: 49px solid transparent
    }
    header nav .sub-nav .subscribe::after {
        content: "";
        z-index: 2;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        right: -24px;
        border-left: 49px solid #BAE1D5;
        border-bottom: 49px solid transparent
    }
    header nav .sub-nav .subscribe a {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy43IDE2LjEiPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0yMS43IDBIMkMuOSAwIDAgLjkgMCAydi43bDExLjIgNS4xcy4yLjEuNS4yaC4yYy4zIDAgLjUtLjIuNS0uMmwxMS4yLTUuMVYyYy4xLTEuMS0uOC0yLTEuOS0yeiIvPjxwYXRoIGQ9Ik0xMS45IDkuNWMtLjQgMC0xLS4yLTEuOC0uN0wwIDQuNHY5LjdjMCAxLjEuOSAyIDIgMmgxOS43YzEuMSAwIDItLjkgMi0yVjQuNGwtMTAgNC41Yy0uOS40LTEuNS42LTEuOC42eiIvPjwvZz48L3N2Zz4=")
    }
    header nav .sub-nav .donate {
        background-color: #EE3623;
        color: #fff;
        position: relative
    }
    header nav .sub-nav .donate a {
        color: inherit
    }
    header nav .sub-nav .donate::before {
        content: "";
        z-index: 2;
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: -24px;
        border-right: 49px solid #EE3623;
        border-top: 49px solid transparent
    }
    header nav .sub-nav .donate a {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOS42IDI1LjEiPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0wIDEzLjRzNC41LjUgOC41LTZjMS0xLjcgMi4yLTMuMyAzLjUtNC44LjctLjggMS43LTEuOSAyLjctMi4yIDAgMCAxLjctLjggMy43LS4yIDAgMCA2IDEuMyAxMC41IDMuOSAwIDAgMS4zLjcuNyAyLjItLjYgMS41LTIuNy4zLTIuNy4zbC0zLjYtMS4yYy0uOS0uMy0xLjktLjYtMi44LS45LTEtLjMtMi4yLTEtMy4yLS43LS45LjItMS40IDEuMi0xLjggMS45bC0yLjIgNC40cy0uNC45LS4yIDEuM2MuMy4zIDEtLjIgMS4zLS45LjMtLjggMS43LTQuMyAxLjctNC4zcy45LTEuOCAyLjgtMS40bDEuNi41LTQgOC43cy0uOSAzLTMuOSAzLjZsLTkuOSA0LjFjLS4yLS4xLS40IDEuNi0yLjctOC4zeiIvPjxwYXRoIGQ9Ik0yMSA1LjhMMTggMTNzMy4zLjQgMy40LjRjLjYuMS45LS4zLjctLjgtLjMtMS0yLjgtLjgtMi44LTEuNCAwLS41IDEuMi0uMSAxLjQtLjEuNS4xLjkuMiAxLjQuNCAwIDAgMS4zLjQgMS43LS4zLjgtMS43LTIuMi0xLjctMi45LTIuNCAwIDAtLjgtLjguNi0uNCAxLjYuNSA0LjEgMi4yIDUuNy43IDEuMS0xLS43LTEuNC0uNy0xLjRMMjEgNS44eiIvPjxjaXJjbGUgY3g9IjI2LjIiIGN5PSIxNC45IiByPSIyLjUiLz48Y2lyY2xlIGN4PSIyMC41IiBjeT0iMTkuMSIgcj0iMi41Ii8+PGNpcmNsZSBjeD0iMjUuOSIgY3k9IjIyLjYiIHI9IjIuNSIvPjwvZz48L3N2Zz4=")
    }
}

footer {
    height: 7.5em;
    background: #F4F3E8;
    background: #006673 -webkit-linear-gradient(top, #F4F3E8 0%, #F4F3E8 22%, #D1CABA 22%, #D1CABA 50%, #218F88 50%, #218F88 66%, #504640 66%, #504640 76%, #221F1F 76%, #221F1F 100%);
    background: #006673 linear-gradient(to bottom, #F4F3E8 0%, #F4F3E8 22%, #D1CABA 22%, #D1CABA 50%, #218F88 50%, #218F88 66%, #504640 66%, #504640 76%, #221F1F 76%, #221F1F 100%);
    font-size: 0.875em;
    line-height: 1.2857142857em;
    font-weight: 300;
    color: #221F1F;
    padding-top: 2.0625em;
    padding-left: 24px;
    padding-right: 24px
}

@media all and (min-width: 850px) {
    footer {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media all and (min-width: 850px) {
    .container {
        background-image: -webkit-linear-gradient(left, #F4F3E8 0%, #F4F3E8 30.5347826087%, #fff 30.5347826087%, #fff 100%);
        background-image: linear-gradient(to right, #F4F3E8 0%, #F4F3E8 30.5347826087%, #fff 30.5347826087%, #fff 100%)
    }
}

.sidebar {
    background-color: #F4F3E8;
    font-size: 0.875em;
    line-height: 1.2857142857em
}

.sidebar .widget {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 0.1875em solid #fff
}

@media all and (min-width: 850px) {
    .sidebar .widget {
        padding-left: 48px;
        padding-right: 48px
    }
}

.sidebar .widget h3 {
    font-size: 1.1428571429em;
    line-height: 1.5em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #a89b7d;
    margin-bottom: 0.75em
}

.sidebar .widget>ul {
    font-size: 1em;
    line-height: 1.7142857143em;
    font-weight: bold;
    text-transform: uppercase;
    color: #221F1F
}

.sidebar .widget>ul a {
    color: inherit
}

.sidebar .widget>ul>li {
    margin-bottom: 0.375em
}

.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar .widget ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

.sidebar .widget .page_item_has_children>a::after,
.sidebar .widget .page_item_has_children>span::after {
    content: "\00a0+"
}

.sidebar .widget .children {
    text-transform: none;
    color: #73674c;
    font-weight: normal;
    display: none
}

.sidebar .widget .current_page_item>a {
    color: #EE3623
}

.sidebar .widget .current_page_item .children,
.sidebar .widget .current_page_ancestor .children {
    display: block
}

h1 {
    margin: 0;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 24px;
    padding-right: 24px;
    background: #218F88;
    color: #fff;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.2em
}

@media all and (min-width: 850px) {
    h1 {
        padding-left: 48px;
        padding-right: 48px
    }
}

h1.banner {
    font-size: 3.125em;
    line-height: 1.08em;
    padding-top: 1.875em;
    padding-bottom: 1.875em;
    position: relative;
    background: transparent
}

h1.banner span {
    position: relative;
    z-index: 1
}

h1.banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.content h2,
.content h3 {
    font-weight: 300;
    margin-bottom: 0.75em
}

@media all and (min-width: 850px) {
    .content h2,
    .content h3 {
        margin-top: 0em
    }
}

.content h2 {
    font-size: 2.5em;
    line-height: 1.2em
}

.content h3 {
    font-size: 1.5em;
    line-height: 1.25em
}

.body+.resources {
    margin-top: 1.5em
}

.resources h2 {
    padding-top: 1.125em;
    padding-bottom: 0.375em;
    font-size: 1.25em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #221F1F;
    font-weight: bold;
    letter-spacing: 0.1em
}

@media all and (min-width: 850px) {
    .resources h2 {
        background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
        background-image: linear-gradient(to right, #504640 20%, transparent 0%);
        background-position: top;
        background-size: 10px 2px;
        background-repeat: repeat-x
    }
}

.resources .resource {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.125em;
    padding-bottom: 0.375em;
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x
}

.resources .resource:after {
    content: " ";
    display: block;
    clear: both
}

.resources .resource h3 {
    margin-top: 0.375em;
    margin-bottom: 0.375em;
    font-family: "Charis SIL", serif;
    font-weight: normal;
    font-style: italic;
    color: #221F1F
}

.resources .resource .thumb {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
    margin-top: 1.125em;
    margin-bottom: 1.5em
}

.resources .resource .thumb+.excerpt {
    width: 73.9130434783%;
    float: right;
    margin-right: 0
}

.resources .resource .excerpt {
    font-size: 1.125em;
    line-height: 1.6666666667em
}

.resources .resource .excerpt a {
    color: #218F88;
    font-style: italic
}

.resources .filter {
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x;
    padding-bottom: 0.375em
}

.resources .filter .count,
.resources .filter .results-summary {
    font-size: 0.875em;
    line-height: 1.2857142857em;
    text-transform: uppercase
}

.resources .filter .results-summary {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #221F1F
}

.resources .filter .main-filter {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 0.375em
}

.resources .filter .main-filter li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    white-space: nowrap
}

.resources .filter .main-filter li {
    line-height: 1.125em;
    margin-right: 0.375em;
    padding: 0.75em;
    border-radius: 0.375em
}

.resources .filter .main-filter a {
    color: #218F88
}

.resources .filter .main-filter .active,
.resources .filter .main-filter .clear {
    background-color: #006673;
    box-shadow: 0.09375em 0.09375em 0.1875em 0 #F4F3E8
}

.resources .filter .main-filter .active a,
.resources .filter .main-filter .clear a {
    color: #fff
}

.resources .filter .main-filter .active a.reset,
.resources .filter .main-filter .clear a.reset {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background-color: #218F88;
    text-align: center;
    line-height: 1em;
    margin-left: 0.375em
}

.resources .filter .main-filter .active a.reset:hover,
.resources .filter .main-filter .clear a.reset:hover {
    text-decoration: none;
    color: #218F88;
    background-color: #fff
}

.resources .filter .main-filter .active .count,
.resources .filter .main-filter .clear .count {
    color: #95e7e1
}

.resources .filter .main-filter .clear {
    padding: 0
}

.resources .filter .main-filter .clear a {
    display: inline-block;
    padding: 0.75em
}

.resources .filter .secondary-filter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #218F88;
    border-radius: 0.375em;
    box-shadow: 0.09375em 0.09375em 0.1875em 0 #F4F3E8;
    padding: 0.75em
}

.resources .filter .secondary-filter:after {
    content: " ";
    display: block;
    clear: both
}

.resources .filter .secondary-filter h3 {
    font-size: 1.125em;
    line-height: 1.3333333333em;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    border: 0;
    margin: 0
}

@media all and (min-width: 850px) {
    .resources .filter .secondary-filter h3 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

.resources .filter .secondary-filter h3::after {
    content: "+";
    color: #006673;
    margin-left: 0.375em;
    font-size: 1.875em;
    line-height: 1.2em;
    line-height: 24px;
    vertical-align: top
}

.resources .filter .secondary-filter .select {
    display: none;
    margin-top: 0.75em;
    position: relative;
    height: 1.875em;
    background-color: #fff
}

.resources .filter .secondary-filter .select select {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding-left: 1.125em;
    -moz-padding-start: .9em
}

.resources .filter .secondary-filter .select select::-ms-expand {
    display: none
}

.resources .filter .secondary-filter .select select[disabled] {
    background-color: #e6e6e6
}

.resources .filter .secondary-filter .select::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #D1CABA url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDUuMiI+PHBhdGggZmlsbD0iI0VEMzYyNCIgZD0iTTAgMGgxMC41TDUuMiA1LjIiLz48L3N2Zz4=") no-repeat center/50%;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625em;
    padding: 0.3125em;
    height: 1.875em;
    width: 1.875em
}

@media all and (min-width: 850px) {
    .resources .filter .secondary-filter .select {
        width: 30.4347826087%;
        float: left
    }
    .resources .filter .secondary-filter .select:nth-of-type(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    .resources .filter .secondary-filter .select:nth-of-type(3n+2) {
        margin-left: 34.7826086957%;
        margin-right: -100%;
        clear: none
    }
    .resources .filter .secondary-filter .select:nth-of-type(3n+3) {
        margin-left: 69.5652173913%;
        margin-right: -100%;
        clear: none
    }
}

.resources .filter .secondary-filter .select select {
    border: 0
}

.resources .filter .secondary-filter.open .select {
    display: block
}

.issue-header {
    background: #218F88;
    padding-top: 1.125em;
    padding-bottom: 1.125em;
    padding-left: 24px;
    padding-right: 24px
}

@media all and (min-width: 850px) {
    .issue-header {
        padding-left: 48px;
        padding-right: 48px
    }
}

.issue-header h1 {
    padding: 0
}

.issue-header ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    max-height: 416px;
    text-align: center;
    position: relative
}

.issue-header ul:after {
    content: " ";
    display: block;
    clear: both
}

.issue-header ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

.issue-header ul li:first-child:nth-last-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.issue-header ul li:first-child:nth-last-child(1) img {
    display: inline-block
}

.issue-header ul li:first-child:nth-last-child(2),
.issue-header ul li:first-child:nth-last-child(2) ~ li {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(3),
.issue-header ul li:first-child:nth-last-child(3) ~ li {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(3):nth-child(2),
.issue-header ul li:first-child:nth-last-child(3) ~ li:nth-child(2) {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(4),
.issue-header ul li:first-child:nth-last-child(4) ~ li {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(4):nth-child(2),
.issue-header ul li:first-child:nth-last-child(4) ~ li:nth-child(2) {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(4):nth-child(3),
.issue-header ul li:first-child:nth-last-child(4) ~ li:nth-child(3) {
    float: right;
    margin-right: 0
}

.issue-header ul li:first-child:nth-last-child(4):last-child,
.issue-header ul li:first-child:nth-last-child(4) ~ li:last-child {
    position: absolute;
    right: 0;
    bottom: 0
}

.issue-header ul li:first-child:nth-last-child(5),
.issue-header ul li:first-child:nth-last-child(5) ~ li {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(5):nth-child(2),
.issue-header ul li:first-child:nth-last-child(5) ~ li:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0
}

.issue-header ul li:first-child:nth-last-child(5):nth-child(3),
.issue-header ul li:first-child:nth-last-child(5) ~ li:nth-child(3) {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%
}

.issue-header ul li:first-child:nth-last-child(5):nth-child(4),
.issue-header ul li:first-child:nth-last-child(5) ~ li:nth-child(4) {
    float: right;
    margin-right: 0
}

.issue-header ul li:first-child:nth-last-child(5):last-child,
.issue-header ul li:first-child:nth-last-child(5) ~ li:last-child {
    position: absolute;
    right: 0;
    bottom: 0
}

.issue-header ul li:last-child {
    float: right !important;
    margin-right: 0 !important
}

.issue-explorer {
    background-color: #221F1F;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 24px;
    padding-right: 24px;
    color: #fff
}

@media all and (min-width: 850px) {
    .issue-explorer {
        padding-left: 48px;
        padding-right: 48px
    }
}

.issue-explorer .nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.issue-explorer .nav li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

@media all and (min-width: 850px) {
    .issue-explorer .nav {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1
    }
    .issue-explorer .nav li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        white-space: nowrap
    }
}

.issue-explorer .nav li {
    position: relative;
    background-color: #504640;
    color: #fff;
    font-size: 0.875em;
    line-height: 1.2857142857em;
    margin: 0 0.75em 0.75em 0
}

.issue-explorer .nav li a {
    color: inherit
}

.issue-explorer .nav li a {
    display: inline-block;
    width: 100%;
    padding: 0.375em 0.75em
}

.issue-explorer .nav li.active {
    font-weight: bold
}

.issue-explorer .nav li.active,
.issue-explorer .nav li:hover {
    background-color: #F4F3E8;
    color: #EE3623
}

.issue-explorer .nav li.active a,
.issue-explorer .nav li:hover a {
    text-decoration: none
}

.issue-explorer .issue {
    display: none;
    color: #D1CABA
}

.issue-explorer .issue:first-of-type {
    display: block
}

.issue-explorer .issue h2 {
    font-size: 1.875em;
    line-height: 1.2em;
    color: inherit;
    font-weight: 300
}

.issue-explorer .issue p {
    line-height: 1.5em
}

.issue-explorer .issue ul {
    font-size: 1em;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0
}

.issue-explorer .issue ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

@media all and (min-width: 850px) {
    .issue-explorer .issue ul {
        margin: 0;
        padding: 0;
        border: 0;
        overflow: hidden;
        *zoom: 1
    }
    .issue-explorer .issue ul li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        white-space: nowrap
    }
}

.issue-explorer .issue ul li {
    margin-right: 1.125em
}

.subscribe .memberSignup {
    display: none
}

.subscribe input,
.subscribe .select {
    width: 100%;
    margin-bottom: 0.375em
}

.subscribe input[type=text],
.subscribe input[type=email],
.subscribe select {
    background-color: #D1CABA;
    border-color: #D1CABA;
    border-style: solid;
    border-width: 0.0625em;
    padding: 0.6875em;
    padding-left: 0;
    padding-left: 1.125em;
    border-radius: 2px
}

.subscribe .select {
    position: relative;
    height: 2.7em;
    background-color: #fff
}

.subscribe .select select {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding-left: 1.125em;
    -moz-padding-start: .9em
}

.subscribe .select select::-ms-expand {
    display: none
}

.subscribe .select select[disabled] {
    background-color: #e6e6e6
}

.subscribe .select::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #D1CABA url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDUuMiI+PHBhdGggZmlsbD0iI0VEMzYyNCIgZD0iTTAgMGgxMC41TDUuMiA1LjIiLz48L3N2Zz4=") no-repeat center/50%;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625em;
    padding: 0.3125em;
    height: 2.7em;
    width: 2.7em
}

.subscribe select {
    padding: 0
}

.subscribe input[type=text]::-webkit-input-placeholder,
.subscribe input[type=email]::-webkit-input-placeholder {
    color: #6c5f57;
    font-style: italic
}

.subscribe input[type=text]::-moz-placeholder,
.subscribe input[type=email]::-moz-placeholder {
    color: #6c5f57;
    font-style: italic
}

.subscribe input[type=text]:-ms-input-placeholder,
.subscribe input[type=email]:-ms-input-placeholder {
    color: #6c5f57;
    font-style: italic
}

.subscribe input[type=text]::placeholder,
.subscribe input[type=email]::placeholder {
    color: #6c5f57;
    font-style: italic
}

.subscribe input[type=checkbox] {
    visibility: hidden;
    margin-right: 0.375em;
    margin-bottom: 1.125em;
    width: 1.125em;
    height: 1.125em
}

.subscribe input[type=checkbox]+label {
    position: relative;
    line-height: 1.125em
}

.subscribe input[type=checkbox]+label::before,
.subscribe input[type=checkbox]+label::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1.6875em;
    width: 1.125em;
    height: 1.125em;
    cursor: pointer
}

.subscribe input[type=checkbox]+label::before {
    border: 1px solid transparent;
    background-color: #D1CABA
}

.subscribe input[type=checkbox]:checked+label::after {
    content: "";
    top: -0.2em;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC45IDE1Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNFRDM2MjQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0wIDYuNmgyLjFsMS4zIDYuM0wxMC4zLjQiLz48L3N2Zz4=") no-repeat right
}

.subscribe input[type=submit] {
    background-color: #EE3623;
    color: #fff;
    line-height: 2.25em;
    border: 0;
    margin-top: 1.125em
}

.pagination {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    color: #6c5f57
}

.pagination a {
    color: inherit
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    margin-right: 0.375em
}

.pagination a.page-numbers:not(.prev):not(.next):hover,
.pagination .page-numbers.current {
    background-color: #D1CABA;
    border-radius: 1em;
    text-decoration: none
}

.pagination .prev,
.pagination .next {
    color: #EE3623
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.carousel {
    background-color: #221F1F;
    position: relative
}

.carousel.owl-loaded {
    display: none
}

@media all and (min-width: 850px) {
    .carousel.owl-loaded {
        display: block
    }
}

.carousel .item {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.carousel .item .overlay {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0.75em;
    background: rgba(0, 0, 0, 0.75);
    color: #fff
}

.carousel .item .overlay:after {
    content: " ";
    display: block;
    clear: both
}

.carousel .item .overlay p {
    display: none
}

@media all and (min-width: 850px) {
    .carousel .item .overlay {
        width: 40%;
        height: auto;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-right: 2.25em
    }
    .carousel .item .overlay p {
        display: block
    }
}

.carousel .item .overlay h2 {
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 0em;
    color: inherit;
    font-weight: 300;
    letter-spacing: .01em
}

.carousel .item .overlay a {
    display: block;
    background-color: #EE3623;
    color: #fff;
    padding: 0.375em 0.75em;
    float: right;
    margin-top: 1.5em;
    margin-left: 0.375em
}

.carousel .owl-dots {
    position: absolute;
    left: 5%;
    bottom: 5%
}

@media all and (min-width: 850px) {
    .carousel .owl-dots {
        left: auto;
        right: 5%
    }
}

.carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 0.375em;
    background-color: #fff;
    margin-right: 0.375em
}

.carousel .owl-dots .owl-dot.active {
    background-color: #221F1F
}

.promos {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #F4F3E8;
    padding-left: 24px;
    padding-right: 24px
}

.promos:after {
    content: " ";
    display: block;
    clear: both
}

@media all and (min-width: 850px) {
    .promos {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media all and (min-width: 850px) {
    .promo {
        width: 30.4347826087%;
        float: left;
        margin-right: 4.347826087%
    }
}

.promo h3 {
    text-transform: uppercase;
    margin-bottom: 0.5625em
}

.promo:last-child {
    float: right;
    margin-right: 0
}

.promo>a {
    display: block;
    font-family: "Charis SIL", serif;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.2em;
    margin-top: 0.75em
}

.body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.body:after {
    content: " ";
    display: block;
    clear: both
}

.body .promo {
    background-color: #218F88
}

.body .promo:nth-child(3n+1) {
    background-color: #2bb8af
}

.body .promo:nth-child(3n+2) {
    background-color: #42d3ca
}

@media all and (min-width: 850px) {
    .body .promo {
        height: 0;
        padding-top: 23.9533011272%;
        position: relative;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
}

.body .promo h3 {
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #fff
}

.body .promo h3 a {
    display: block;
    margin: 0;
    padding: 0 1.125em
}

@media all and (min-width: 850px) {
    .body .promo h3 a {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3
    }
}

.body .promo>a.img {
    margin-top: 0em
}

@media all and (min-width: 850px) {
    .body .promo>a.img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .body .promo>a.img img {
        opacity: .5
    }
}

.body .promo p,
.body .promo .meta {
    display: none
}

@media all and (min-width: 850px) {
    .body .promo:hover>a.img {
        opacity: 0
    }
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #504640;
    color: #D1CABA
}

.breadcrumbs li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px
}

.breadcrumbs li:first-child,
.breadcrumbs li.first {
    padding-left: 0
}

.breadcrumbs li:last-child {
    padding-right: 0
}

.breadcrumbs li.last {
    padding-right: 0
}

@media all and (min-width: 850px) {
    .breadcrumbs {
        padding-left: 48px;
        padding-right: 48px
    }
}

.breadcrumbs a {
    color: #D1CABA
}

.breadcrumbs span {
    white-space: normal
}

.breadcrumbs li:nth-child(n+2)::before {
    content: "/"
}

.search-results .resources .results-summary {
    margin-top: 0em
}

form.search {
    position: relative
}

form.search input {
    -webkit-transition: .5s all;
    transition: .5s all;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 2em;
    border: 0;
    outline: none;
    color: #fff;
    text-indent: 2em;
    font-weight: 300;
    background: #504640
}

.content form.search input {
    width: 15em
}

form.search::before {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS42IDIwLjQiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMS4zIDEzLjRjLS4zLS4yLS41LS40LS43LS42LS4xLS4xLS4yLS4xLS4zIDAtMSAuNi0yLjEuOS0zLjMgMS0xLjcuMS0zLjMtLjUtNC42LTEuNkMxLjIgMTEuMS4zIDkuNy4xIDgtLjMgNS4yLjcgMi45IDMgMS4zIDUtLjEgNy4zLS4zIDkuNS42YzIuMS45IDMuNCAyLjQgNCA0LjYuNiAyLjIuMSA0LjEtMS4yIDUuOWwtLjEuMWMuMS4xLjIuMy40LjRsLjMuM2MuMS0uMS4xLS4yLjItLjIuMi0uMy41LS4zLjcgMCAxLjggMiAzLjYgNCA1LjQgNS45LjIuMi4zLjQuNC42LjIuMy4xLjYtLjEuOS0uNC40LS45LjgtMS4zIDEuMS0uMy4yLS45LjItMS4yLS4xLTEtMS0xLjktMi0yLjktMi45LTEtMS0xLjktMi0yLjktMy0uMi0uMi0uMi0uMyAwLS41IDAtLjEgMC0uMi4xLS4zek0yLjQgNy4zYy4yIDIuNCAyLjQgNC4yIDQuOCA0IDIuNC0uMiA0LjItMi4zIDQuMS00LjctLjItMi40LTIuMi00LjQtNC43LTQuMi0yLjUuMy00LjMgMi40LTQuMiA0Ljl6Ii8+PC9zdmc+") no-repeat;
    content: "";
    position: absolute;
    top: 30%;
    left: 0.5em;
    width: 1em;
    height: 1em;
    pointer-events: none
}

.meta {
    font-size: 0.75em;
    line-height: 1.75em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #504640
}

.meta .type {
    display: inline-block;
    margin-right: 0.75em;
    padding-left: 0.75em;
    line-height: 1.1em;
    background-color: #BAE1D5;
    color: #fff
}

.meta .type a {
    display: inline-block;
    margin-left: 0.375em;
    padding: 0 0.75em;
    background-color: #218F88;
    color: #fff;
    text-transform: none;
    white-space: nowrap
}

.meta .type.solo {
    padding-right: 0.75em
}

.meta .author-date {
    display: inline-block;
    white-space: nowrap
}

.meta .author::after {
    content: " \2022";
    display: inline-block;
    margin: 0 0.375em
}

.comments-area {
    margin-top: 1.5em
}

.comments-area h2 {
    padding-top: 0.75em;
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x
}

.comment-list {
    list-style: none;
    padding-left: 0
}

.comment-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0
}

.comment-list>li:nth-child(n+2) {
    margin-top: 0.75em;
    padding-top: 0.75em;
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x
}

.comment-list .avatar {
    display: none
}

.comment-list .comment-reply-link {
    background-color: #EE3623;
    color: #fff;
    line-height: 2.25em;
    border: 0;
    padding: 0.375em
}

#commentform label {
    display: block
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
    width: 100%
}

#commentform textarea {
    width: 100%
}

#commentform #submit {
    background-color: #EE3623;
    color: #fff;
    line-height: 2.25em;
    border: 0
}

.front {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.front:after {
    content: " ";
    display: block;
    clear: both
}

.front .copyblocks {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px
}

@media all and (min-width: 850px) {
    .front .copyblocks {
        width: 56.5217391304%;
        float: left;
        margin-right: 4.347826087%;
        padding-left: 48px;
        padding-right: 0
    }
}

.front .copyblocks .copyblock {
    clear: both
}

.front .copyblocks h3 {
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.front .copyblocks blockquote {
    font-style: italic;
    color: #6c5f57
}

.front .copyblocks cite {
    font-style: normal;
    font-weight: bold;
    color: #6c5f57
}

.front .twitter {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px
}

@media all and (min-width: 850px) {
    .front .twitter {
        width: 30.4347826087%;
        float: right;
        margin-right: 0;
        padding-left: 0;
        padding-right: 48px
    }
}

.front .twitter h3 {
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.front .twitter iframe {
    height: 400px
}

.blog-home {
    position: relative
}

.blog-home h1 {
    background-color: #EE3623;
    font-size: 1.875em;
    line-height: 1.2em;
    padding-top: 0.375em;
    padding-bottom: 0.375em
}

.blog-home h1 small {
    font-size: 1em
}

@media all and (min-width: 850px) {
    .blog-home h1 {
        position: absolute;
        top: 1.125em;
        left: 1.125em;
        display: inline-block;
        z-index: 5;
        font-size: 2.5em;
        line-height: 1.2em;
        line-height: 0.75em;
        padding-top: 0.1875em;
        padding-bottom: 0.5625em
    }
    .blog-home h1 small {
        display: block;
        font-size: .5em
    }
}

.blog-home .carousel .overlay {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0.75em
}

@media all and (min-width: 850px) {
    .blog-home .carousel .overlay {
        width: 60%;
        bottom: 10%;
        padding: 1.5em
    }
}

.blog-home .carousel .overlay p {
    color: #BAE1D5
}

.blog-home .promos {
    background-color: #BAE1D5
}

.blog-home .promos .meta {
    margin-top: 1.5em;
    color: #006673
}

.blog-home .promos p {
    line-height: 1.875em
}

.blog-home .secondary-filter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.25em;
    margin-bottom: 1.5em;
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x
}

.blog-home .secondary-filter:after {
    content: " ";
    display: block;
    clear: both
}

.blog-home .secondary-filter h2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0.375em;
    font-size: 0.9375em;
    line-height: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x
}

.blog-home .secondary-filter .select {
    margin-top: 0.75em;
    position: relative;
    height: 1.875em;
    background-color: #BAE1D5;
    border-radius: 5px
}

.blog-home .secondary-filter .select select {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    padding-left: 1.125em;
    -moz-padding-start: .9em
}

.blog-home .secondary-filter .select select::-ms-expand {
    display: none
}

.blog-home .secondary-filter .select select[disabled] {
    background-color: #e6e6e6
}

.blog-home .secondary-filter .select::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #D1CABA url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMC41IDUuMiI+PHBhdGggZmlsbD0iI0VEMzYyNCIgZD0iTTAgMGgxMC41TDUuMiA1LjIiLz48L3N2Zz4=") no-repeat center/50%;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625em;
    padding: 0.3125em;
    height: 1.875em;
    width: 1.875em
}

@media all and (min-width: 850px) {
    .blog-home .secondary-filter .select {
        width: 30.4347826087%;
        float: left
    }
    .blog-home .secondary-filter .select:nth-of-type(3n+1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }
    .blog-home .secondary-filter .select:nth-of-type(3n+2) {
        margin-left: 34.7826086957%;
        margin-right: -100%;
        clear: none
    }
    .blog-home .secondary-filter .select:nth-of-type(3n+3) {
        margin-left: 69.5652173913%;
        margin-right: -100%;
        clear: none
    }
}

.blog-home .secondary-filter .select select {
    border: 0;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 #221F1F
}

.blog-home .secondary-filter .select::after {
    content: "+";
    background: transparent;
    border-color: transparent;
    color: #218F88;
    text-align: right;
    font-size: 1.875em;
    line-height: 0.2em;
    width: auto;
    height: 100%
}

.blog-home .post {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.125em;
    padding-bottom: 0.375em;
    background-image: -webkit-linear-gradient(left, #504640 20%, transparent 0%);
    background-image: linear-gradient(to right, #504640 20%, transparent 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x
}

.blog-home .post:after {
    content: " ";
    display: block;
    clear: both
}

.blog-home .post h3 {
    font-family: "Charis SIL", serif;
    font-weight: normal;
    font-style: italic;
    font-size: 1.625em;
    line-height: 1.1538461538em
}

.blog-home .post .thumb {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 1.125em
}

.blog-home .post .thumb+.summary {
    width: 73.9130434783%;
    float: right;
    margin-right: 0
}

.blog-home .post .excerpt a {
    color: #218F88
}

.programs {
    margin-top: 0.375em
}

.programs .program {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.375em;
    background-color: #42d3ca
}

.programs .program:after {
    content: " ";
    display: block;
    clear: both
}

.programs .program:nth-child(3n) {
    background-color: #2bb8af;
    color: #fff
}

.programs .program:nth-child(3n+1) {
    background-color: #218F88;
    color: #fff
}

.programs .program h3 {
    color: inherit;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.3333333333em;
    font-weight: bold
}

.programs .program .summary {
    padding: 0.375em
}

@media all and (min-width: 850px) {
    .programs .program .thumb {
        width: 39.1304347826%;
        float: left;
        margin-right: 4.347826087%
    }
    .programs .program .thumb+.summary {
        width: 56.5217391304%;
        float: right;
        margin-right: 0;
        padding-right: 4.347826087%
    }
    .programs .program .summary {
        margin-top: 1.5em;
        padding: 0
    }
}