/*
Theme Name: Victims of Communism Foundation
Version: 1.0
Description: The main theme for the Victims of Communism Foundation
Author: Vici Media Group
Author URI: http://vicimediagroup.com
*/

@font-face {
    font-family: 'calluna_sans';
    src: url('fonts/exljbris_-_callunasans-regular-webfont.woff2') format('woff2'),
    url('fonts/exljbris_-_callunasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'calluna_sans';
    src: url('fonts/exljbris_-_callunasans-bold-webfont.woff2') format('woff2'),
    url('fonts/exljbris_-_callunasans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'calluna';
    src: url('fonts/exljbris_-_calluna-regular-webfont.woff2') format('woff2'),
    url('fonts/exljbris_-_calluna-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calluna';
    src: url('fonts/exljbris_-_calluna-bold-webfont.woff2') format('woff2'),
    url('fonts/exljbris_-_calluna-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'calluna';
    src: url('fonts/exljbris_-_calluna-semibold-webfont.woff2') format('woff2'),
    url('fonts/exljbris_-_calluna-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'calluna';
    src: url('fonts/exljbris_-_calluna-it-webfont.woff2') format('woff2'),
    url('fonts/exljbris_-_calluna-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "calluna_sans", sans-serif;
    color: #6e6f71;
    font-size: 17px;
    line-height: 30px;
}
*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
.italic {
    font-style: italic;
}
.uppercase {
    text-transform: uppercase;
}
.mobile-only {
    display: none !important;
}
.desktop-only {
    display: block;
}
.container {
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
}
.clear {
    width: 100%;
    display: block;
    clear: both;
}
.sidebar {
    float: right;
    width: 340px;
}
a.button {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    color: #2e507e;
    border: 2px solid #2e507e;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    padding: 10px 50px;
    letter-spacing:0.1em;
}
a.button:hover {
    color: #FFFFFF;
    background: #2e507e;
    text-decoration: none !important;
}

h1 {
    font-size: 70px;
    line-height: 80px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

h2 {
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
h2.name {
	font-weight: normal;
}
h3, h2.small-style {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing:2px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
h4 {
    color: #bcbcbc;
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: normal;
}
img {
    max-width: 100%;
    height: auto;
}
input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: inherit; -webkit-transition: all .1s linear; transition: all .1s linear; }
input[type=text]:-moz-placeholder, textarea:-moz-placeholder { color: inherit; -webkit-transition: all .1s linear; transition: all .1s linear; }
input[type=text]::-moz-placeholder, textarea::-moz-placeholder { color: inherit; -webkit-transition: all .1s linear; transition: all .1s linear; }
input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder { color: inherit; -webkit-transition: all .1s linear; transition: all .1s linear; }

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

input[type=submit], input[type=button] {
    -webkit-appearance: button;
}
.first-char {
    color: #2e507e;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Calluna', serif;
    float: left;
    margin-right: 10px;
}
.shadow-box {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 50px -10px rgba(32,33,36,0.24);
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 100% !important;
}

/* Header Styles */
.header.sticky-header {
    background: #16273e;
    background: rgba(22,39,62,0.98);
    position: fixed;
    top: -74px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 100%;
    z-index: 100;
}
body.single-event .header.sticky-header {
	min-height: 0px !important;
}
.header.sticky-header.visible {
    top: 0px;
    overflow: visible;
}
.admin-bar .header.sticky-header.visible {
    top: 32px;
}
.header.sticky-header .menu-bar .logo {
    max-width: 50px;
    line-height: 0;
}
.header.sticky-header .menu-bar .menu {
    padding-top: 0px;
}
.header.sticky-header .container {
    padding: 10px 20px;
}
.header.sticky-header, .header.sticky-header .menu ul.main-menu li ul {
    box-shadow: 0px 0px 50px -10px rgba(32,33,36,0.24);
}
.header {
    display: block;
    background-position: top center;
    background-size: cover;
    position: relative;
}
body.single-event .header {
    min-height: 550px;
}
body.home .header .overlay, body.page-template-large-header .header .overlay {
    opacity: 0;
}
body.single-event .overlay {
    background: url(imgs/fade-overlay.png) top center repeat-x;
}
body.home .header  {
    overflow: hidden;
}
.header video.video-bg {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  overflow: hidden;
}
.header .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #16273e;
    opacity: 0.8;
    z-index: 2;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}
.header.expanded .overlay {
    opacity: 0.97 !important;
    background: #16273e !important;
    z-index: 4;
}
.header .container {
    position: relative;
    z-index: 3;
    padding: 20px 20px;
}
.header .menu-bar {
    display: block;
}
.header .menu-bar .logo {
    width: 100%;
    float: left;
    max-width: 400px;
    display: block;
    line-height: 0px;
}
.header .menu-bar .logo img {
    width: 100%;
    height: auto;
}
.header .menu-bar .mobile-menu {
    display: none;
    float: right;
    height: 30px;
    width: 30px;
    margin-top: 20px;
}
.header .menu-bar .mobile-menu:hover {
    cursor: pointer;
}
.header .menu-bar .mobile-menu svg {
    fill: #2e507e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header .menu-bar .mobile-menu:hover svg {
    fill: #ffffff;
}
.header .mobile-menu-expand {
    display: none;
    color: #ffffff;
}
.header .mobile-menu-expand ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}
.header .mobile-menu-expand ul li a, .header .mobile-menu-expand a {
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 25px;
    letter-spacing:0.1em;
}
.header .mobile-menu-expand ul ul {
    padding-left: 10px;
}
.header .mobile-menu-expand ul ul li a {
    font-size: 13px;
    line-height: 18px;
}
.header .mobile-menu-expand a.explore-button {
    margin-top: 20px;
    display: inline-block;
    color: #ffffff;
}
.header .mobile-menu-expand .search-form {
    margin-bottom: 0px;
    margin-top: 20px;
}
.header .mobile-menu-expand .search-form input[type=text] {
    background: #fff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    color: #16273e;
    text-indent: 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    font-family: "calluna-sans", sans-serif;
    text-transform: uppercase;
}
.header .mobile-menu-expand .search-form input[type=submit] {
    background-image: url(imgs/search-dark.png);
    right: 5px;
}
.header .mobile-menu-expand .search-form .search-field {
    border: 0;
    margin-bottom: 0px;
}
.header .menu-bar .menu {
    margin-left: 410px;
    text-align: right;
    color: #FFFFFF;
    padding-top: 20px;
}
h1.header-title {
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-family: "calluna", serif;
    text-transform: uppercase;
    font-weight: normal;
    padding: 50px 0px;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.header-title-menu {
    display: block;
    width: 100%;
    background: rgba(22,39,62,0.8);
}
.header-title-menu ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
.header-title-menu li {
    display: inline-block;
    margin-left: 20px;
}
.header-title-menu li:after {
    content: "/";
    display: inline-block;
    padding-left: 20px;
    color: #2c4c77;
    font-weight: bold;
    font-size: 18px;
}
.header-title-menu li:last-child:after {
    display: none;
}
.header-title-menu li a {
    color: #FFFFFF;
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing:0.1em;
}
.header-title-menu li a:hover {
    color: #dfdfdf;
}
.header .explore-expand {
    max-height: 0px;
    overflow-y: hidden;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    -webkit-transition: max-height .6s ease-out;
    transition: max-height .6s ease-out;
    color: #ffffff;
    z-index: 4;
    position: relative;
}
.header.sticky-header.expanded .explore-expand {
    padding-bottom: 20px;
}
.header.expanded .explore-expand {
    max-height: 700px;
    opacity: 1;
}
.header .explore-expand .col {
    width: 30%;
    margin-right: 3%;
    float: left;
}
.header .explore-expand .col .title {
    font-family: 'caluna-sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2e507e;
    margin-bottom: 10px;
    letter-spacing:0.1em;
}
.header .explore-expand .col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .explore-expand .col ul ul {
    display: none;
}
.header .explore-expand .col ul li {
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
}
.header .explore-expand .col ul li a {
    font-family: 'caluna-sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    letter-spacing:0.1em;
}
.header .explore-expand .col ul li a:hover {
    color: #dfdfdf;
}
.header .explore-expand .col a.button {
    color: #ffffff;
    margin: 0 auto;
}
.header .explore-expand .col .phone {
    display: block;
    font-family: 'calluna', serif;
    font-size: 30px;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.header .explore-expand .col .social-links {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
}
.header .explore-expand .col .social-links ul li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
}
.header .explore-expand .col .social-links ul li svg {
    height: 50px;
    width: 50px;
}
.header .explore-expand .col .social-links ul li a svg {
    fill: #ffffff;
}
.header .explore-expand .gform_wrapper .top_label .gfield_label {
    display: none;
}
.header .explore-expand .gform_wrapper .top_label div.ginput_container {
    float: left;
    width: 60%;
    margin-top: 0px;
}
.header .explore-expand .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}
.header .explore-expand .gform_wrapper .top_label div.ginput_container input[type=text] {
    -webkit-border-top-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 15px !important;
    border: 0px;
    outline: 0px;
    background: #fff;
    color: #6e6f71;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    font-weight: bold;
}
.header .explore-expand .gform_wrapper .gform_footer {
    width: 40%;
    float: right;
    margin: 0;
    padding: 0;
    clear: none;
}
.header .explore-expand .gform_wrapper .gform_footer input[type=submit]{
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    border: 0px;
    outline: 0px;
    background: #2e507e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header .explore-expand .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(130%);
}

/* Menu Styles */
.menu .main-menu {
    display: inline-block;
}
.menu ul.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu ul.main-menu li {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu ul.main-menu li ul {
    position: absolute;
    background: #FFFFFF;
    background: rgba(255,255,255,0.85);
    padding: 15px;
    left: -0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: left;
    padding-bottom: 8px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}
.menu ul.main-menu li ul li, .menu ul.main-menu li ul a {
    display: block;
    padding: 0;
    margin: 0;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #16273e !important;
}
.menu ul.main-menu li ul li {
    margin-bottom: 5px;
    white-space: nowrap;
}
.menu ul.main-menu li:hover ul {
    max-height: 1000px;
    opacity: 1;
}
.menu ul.main-menu li ul ul {
    display: none;
}
.menu ul.main-menu li a {
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.6px;
    text-decoration: none;
    line-height: 40px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body.home .header.main-header .menu.home-dark ul.main-menu li a {
    color: #16273e;
}
body.home .header.main-header .menu.home-dark ul.main-menu li a:hover {
    color: #2E507E;
}
body.home .header.expanded.main-header .menu.home-dark ul.main-menu li a {
    color: #ffffff;
}
.menu ul.main-menu li a:hover {
    color: #dfdfdf;
}
.menu ul.main-menu li.menu-item-has-children a {
    -webkit-transition: all .0s ease-in-out;
    transition: all .0s ease-in-out;
}
.menu .explore {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    margin-left: 5px;
}
.menu .explore .button {
    width: 145px;
    text-align: left;
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.6px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    background-color: #2c4c78;
    background-color: rgba(44,76,120,0.5);
    padding-right: 30px;
    padding-left: 20px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 2;
}
.menu .explore .button:hover {
    cursor: pointer;
    filter: brightness(130%);
}
body.home .main-header .menu .explore .button {
    background: rgba(255,255,255,0.5);
    color: #16273e;
}
body.home .main-header .menu .explore .button:hover {
    filter: brightness(100%);
    background: #FFFFFF;
}
body.home .main-header.header.expanded .menu .explore .button {
    color: #ffffff;
    background-color: rgba(44,76,120,0.5);
}
.menu .explore:hover .button {
    cursor: pointer;
    border-color: #2c4c78;
}
.menu .explore .button:after {
    content: "";
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body.home .menu .explore .button:after {
    border-color: #2c4c78;
}
body.home .header.expanded .menu .explore .button:after {
    border-color: #ffffff;
}
.header.expanded .menu .explore .button:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 17px
}
.menu .donate {
    display: inline-block;
    width: 118px;
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.6px;
    text-decoration: none;
    background-color: #DD3A28;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
body.home .menu .donate {
    background-color: #DD3A28;
}
.menu .donate:hover {
    cursor: pointer;
    background: #af3123;
}

.menu .explore-btn {
    display: inline-block;
    width: 118px;
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.6px;
    text-decoration: none;
    background-color: #2e507e;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    -webkit-transition: all .2s ease-in-out;
    margin-right: 10px;
    transition: all .2s ease-in-out;
}
.menu .explore-btn:hover {
    cursor: pointer;
    filter: brightness(130%);
}

/* Social Links */
.social-links {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.social-links ul {
    display: block;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-links ul li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 34px;
    overflow: hidden;
}
.social-links ul li a, ul.social-share li a {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.social-links ul li svg {
    fill: #2e507e;
    width: 32px;
    height: 32px;
    margin-top: 4px;
}
.social-links ul li a:hover, ul.social-share li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

/* Breadcrumb Styles */
.breadcrumbs {
    display: block;
    padding-top: 15px;
    padding-bottom: 25px;
}
.breadcrumbs ul {
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}
body.single-event .breadcrumbs ul {
    text-align: center;
}
.breadcrumbs ul li {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: "calluna-sans", sans-serif;
    color: #bcbcbc;
    text-transform: uppercase;
}
.breadcrumbs ul li:after {
    content: "//";
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    font-weight: normal;
    font-family: "calluna-sans", sans-serif;
    color: #bcbcbc;
}
.breadcrumbs ul li a {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

/* Search Styles */ 
.search-form {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.search-form .search-field {
    width: 100%;
    display: block;
    border-bottom: 2px solid #fff;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.search-form input[type=text]{
    background: transparent;
    outline: 0;
    border: 0;
    height: 50px;
    line-height: 50px;
    font-family: 'calluna', serif;
    font-size: 40px;
    color: #fff;
    width: 100%;
    padding-right: 60px;
}
.search-form input[type=submit] {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(imgs/search.png) center center no-repeat;
    outline: 0;
    border: 0;
}
.search-form select {
    background: #efefef;
    border: 0px;
    outline: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 39px;
    line-height: 38px;
    font-weight: bold;
    color: #6e6f71;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    text-indent: 10px;
    -webkit-appearance: none;
    padding-left: 10px !important;
    padding-right: 30px !important;
    background-image: url(imgs/down-arrow.png);
    background-repeat: no-repeat;
    background-position: top 16px right 12px;
    font-family: 'calluna-sans', sans-serif;
    display: inline-block;
    min-width: 220px;
}

/* Content styles */
.page-content {
    margin-right: 400px;
    overflow: hidden;
    display: block;
    margin-bottom: 70px;
}
.page-content.page-content-full-width {
    margin-right: 0px;
}
.page-content ul.no-margin {
    margin-top: -30px;
}
.page-content.full-width-page-content {
    margin-right: 0px;
    overflow: visible;
}
.page-content p {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
.page-content ul {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 35px;
    padding-bottom: 0;
}
.page-content a, .donate-body a {
    text-decoration: none;
    font-weight: bold;
    color: #2e507e;
}
.page-content blockquote {
    padding: 0;
    margin: 0;
    padding-left: 15px;
    font-size: 30px;
    line-height: 40px;
    color: #2e507e;
    margin-bottom: 35px;
}

.page-content blockquote p {
    padding: 0;
    margin: 0;
}

.page-content cite {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #2e507e;
}

.page-content blockquote.voc-quote {
    font-family: "calluna_sans", sans-serif;
    color: #6e6f71;
    font-size: 20px;
    line-height: 36px;
}

.page-content blockquote.voc-quote cite {
    font-family: "calluna_sans", sans-serif;
    color: #6e6f71;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    font-style: normal;
}

.page-content a:hover, .donate-body a:hover {
    text-decoration: underline;
}
.page-content-container {
    display: block;
}
.page-content-container.wide {
    width: 56%;
}
.page-content-container.narrow {
    width: 40%;
}
.page-content-container.left {
    float: left;
}
.page-content-container.right {
    float: right;
}
.page-content .search-form .search-field {
    border-color: #bcbcbc;
}
.page-content .search-form input[type=text]{
    color: #bcbcbc;
}
.page-content .search-form input[type=submit] {
    background: url(imgs/search-dark.png) center center no-repeat;
}
.page-content .gform_wrapper {
    margin: 0px;
}
.page-content .gform_wrapper .gform_heading {
    display: none;
}
.page-content .gform_wrapper .top_label .gfield_label {
    display: none;
}
.page-content .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0px;
}
.page-content .gform_wrapper ul.gform_fields li.gfield.half {
    width: 50%;
    float: left;
    clear: none;
    padding-left: 10px;
}
.page-content .gform_wrapper ul.gform_fields li.gfield.half.left {
    padding-right: 10px;
    padding-left: 0px;
}
.page-content .gform_wrapper div.ginput_container input[type=text], .page-content .gform_wrapper div.ginput_container textarea {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 42px;
    line-height: 41px;
    font-size: 15px;
    padding: 0 20px !important;
    border: 0px;
    outline: 0px;
    background: #efefef;
    color: #6e6f71;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 0.1em;
    width: 100%;
    font-weight: bold;
}
.page-content .gform_wrapper div.ginput_container textarea {
    height: 250px;
    line-height: 20px;
    padding: 15px 20px !important;
}
.page-content .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}
.page-content .gform_wrapper .gform_footer input[type=submit] {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 42px;
    line-height: 41px;
    padding: 0 30px;
    font-size: 15px;
    border: 0px;
    outline: 0px;
    background: #16273e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 0.1em;
}
.page-content .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(130%);
}
.page-content .gform_wrapper .top_label div.ginput_container {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.page-content .publications h2 {
    font-size: 54px;
}
.single-study-center .leader-section {
    margin-top: 70px;
}
/* Document Gallery */
.document-gallery {
    display: block;
}
.document-gallery ul {
    list-style: none;
    padding: 0;
}
.document-gallery ul li {
    float: left;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 30px;
}
.document-gallery ul li a .image-container {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: no-repeat;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.document-gallery ul li a:hover .image-container {
    cursor: pointer;
    filter: brightness(130%);
}

.document-gallery ul li a img {
    width: 100%;
    height: auto;
}
.document-gallery ul li a .label {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* Loop Styles */
.post-box.shadow-box {
    display: block;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
}
.post-box.left {
    float: left;
    width: 47%;
}
.post-box.right {
    float: right;
    width: 47%;
}
.post-box a.featured-image {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}
.post-box a.featured-image:hover {
    cursor: pointer;
    filter: brightness(130%);
}
.post-box .featured-image .image {
    width: 100%;
    height: 280px;
    display: block;
    margin: 0;
    background-size: cover;
    background-position: center center;
}
.post-box .content {
    padding: 20px;
}
.post-box .content .title {
    min-height: 128px;
    line-height: 128px;
    text-align: center;
}
.post-box .content .title a {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
}
.post-box .content .title a:hover {
    color: #6e6f71;
}

.post-box .content .meta-bar-container {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.post-box .content .excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #6e6f71;
    min-height: 120px;
}
.post-box .content .excerpt p {
    padding: 0;
    margin: 0;
}
.post-box .content .excerpt a.read-more {
    font-weight: bold;
    color: #2c4c78;
    text-decoration: none;
}
.post-box .content .excerpt a.read-more:hover {
    text-decoration: underline;
}

.post-box.event-post .featured-image {
    height: 100%;
    width: 500px;
    display: block;
    position: absolute;
}
.post-box.event-post .featured-image .image {
    width: 100%;
    height: 100%;
}
.post-box.event-post .content .meta-bar-container {
    margin-top: 0px;
    margin-bottom: 5px;
}
.post-box.event-post .content {
    margin-left: 500px;
    overflow: hidden;
    padding-top: 30px;
    text-align: center;
    min-height: 300px;
}
.post-box.event-post .content .title {
    height: auto;
    line-height: 32px;
    min-height: 0px;
}
.post-box.event-post .content a.button {
    border-color: #16273e;
    background: #16273e;
    color:#FFFFFF;
}
.post-box.event-post .content .excerpt {
    min-height: 0px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.post-box .content a.button {
    height: 40px;
    line-height: 39px;
    padding: 0 50px;
}
/* Navigation */
.navigation {
    display: block;
}
.navigation a {
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    font-weight: bold;
    color: #2e507e;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 1px;
}
.navigation a:hover {
    color: #6e6f71;
}
.navigation a.next {
    float: right;
}
.navigation .page-numbers {
    display: none;
}
.navigation .page-numbers.next, .navigation .page-numbers.prev {
    display: block;
}

/* Meta bar */
ul.meta-bar {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.meta-bar li {
    display: inline-block;
    font-family: 'calluna-sans', sans-serif;
    font-weight: bold;
    color: #bcbcbc;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing:0.1em;
}
ul.meta-bar li:after {
    content: "|";
    padding: 0 7px;
}
ul.meta-bar li:last-child:after {
    content: "";
    padding: 0;
}
ul.meta-bar li a {
    text-decoration: none;
}
ul.meta-bar li a:hover {
    text-decoration: underline;
}

/* Single Styles */
.single-post .single-post-title {
    display: block;
    margin-bottom: 30px;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing:3px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
    margin-bottom: 25px;
}
.single-post .single-post-title h1 {
    padding: 0;
    margin: 0;
    font-size: 58px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing:3px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
}
body.single-event .single-post .single-post-title, body.single-event .single-post .single-post-title h1 {
    text-align: center;
}
.single-post .post-meta {
    margin-bottom: 25px;
}
.single-post .post-meta ul.meta-bar {
    float: left;
    text-align: left;
    line-height: 40px;
}
body.single-event .single-post .post-meta ul.meta-bar {
    width: 100%;
    text-align: center;
    float: none;
    line-height: 28px;
}
.single-post .post-meta ul.social-share {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 20px;
}
body.single-event .single-post .post-meta ul.social-share {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0px;
}
.single-post .post-meta ul.social-share li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    vertical-align: top;
}
.single-post .post-meta ul.social-share li a svg {
    fill: #2e507e;
    height: 40px;
    width: 40px;
}
.single-post .featured-image {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.single-post .featured-image img {
    width: 100%;
    height: auto;
}
.single-post .featured-image .featured-image-caption {
    margin-top: -8px;
    color: #bcbcbc;
    font-size: 15px;
    line-height: 21px;
}
.page-content .wp-block-image {
    margin-bottom: 35px;
}
.page-content .wp-block-image figcaption {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    color: #bcbcbc;
    font-size: 15px;
}
.single-post-footer {
    display: block;
    margin-bottom: 60px;
}
.single-post-footer .share {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.single-post-footer .share .border {
    width: 100px;
    height: 3px;
    background: #2e507e;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
.single-post-footer .share ul.social-share {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}
.single-post-footer .share ul.social-share li.decorator {
    font-family: 'calluna_sans', sans-serif;
    color: #bcbcbc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    letter-spacing:0.1em;
}
.single-post-footer .share ul.social-share li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    vertical-align: top;
}
.single-post-footer .share ul.social-share li a svg {
    fill: #2e507e;
    height: 40px;
    width: 40px;
}
.single-post-footer .comments {
    display: block;
    margin-bottom: 40px;
}
.single-post-footer .next-post {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
}
.single-post-footer .next-post .link {
    display: block;
    width: 40%;
}
.single-post-footer .next-post .link.next {
    float: right;
    text-align: right;
}
.single-post-footer .next-post .link.previous {
    float: left;
}
.single-post-footer .next-post .link .decorator {
    display: block;
    font-family: 'calluna_sans', sans-serif;
    color: #bcbcbc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing:0.1em;
}
.single-post-footer .next-post .link a {
    color: #2e507e;
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'calluna', serif;
    font-weight: 600;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
}
.single-post-footer .next-post .link a:hover {
    color: #bcbcbc;
}
.single-post-footer .more {
    display: block;
    width: 100%;
    text-align: center;
}
.single-post-footer .more a.button {
    diusplay: inline-block;
}
/* Collections Styles */
.collection-loop {
    display: block;
}
.collection-loop .border {
    background: #eeeeee;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    display: block;
}
.collection-entry h2 a {
    font-weight: normal;
    text-decoration: none !important;
}
.collection-entry .collection-images {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap:   20px;
    -moz-column-count:    2;
    -moz-column-gap:      20px;
    column-count:         2;
    column-gap:           20px;
}
.collection-entry .collection-images img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
}
.collection-entry .share {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.collection-entry .share ul.social-share {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: left;
}
.collection-entry .share ul.social-share li.decorator {
    font-family: 'calluna_sans', sans-serif;
    color: #bcbcbc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    letter-spacing:0.1em;
}
.collection-entry .share ul.social-share li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    vertical-align: top;
}
.collection-entry .share ul.social-share li a svg {
    fill: #2e507e;
    height: 40px;
    width: 40px;
}
.collection-entry .author {
    display: block;
    max-width: 120px;
    margin-bottom: 25px;
}

/* Explore */
.page-template-explore-template .page-body {
    padding-top: 20px;
}

.page-template-explore-template .page-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}
.page-template-explore-template .page-body ul ul {
    padding-left: 15px;
    margin-bottom: 0px;
}
.page-template-explore-template .page-body .title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 3px;
}

/* Sidebar Styles */
.widget {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.widget .widget-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.subscribe-widget .gform_wrapper .top_label .gfield_label {
    display: none;
}
.subscribe-widget .gform_wrapper .top_label div.ginput_container {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    display: block;
}
.subscribe-widget .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}
.subscribe-widget .gform_wrapper .top_label div.ginput_container input[type=text] {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 20px !important;
    border: 0px;
    outline: 0px;
    background: #efefef;
    color: #6e6f71;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    letter-spacing:0.1em;
}
.subscribe-widget .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: none;
    margin-bottom: 10px;
    display: block;
}
.subscribe-widget .gform_wrapper ul.gform_fields li.gfield {
    margin-right: 0px !important;
}
.subscribe-widget .gform_wrapper .gform_footer input[type=submit]{
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    border: 0px;
    outline: 0px;
    background: #16273e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 15px;
    letter-spacing:0.1em;
    margin-right: 0px;
}
.subscribe-widget .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(130%);
}
.subscribe-widget .social-links {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
}
.subscribe-widget .social-links ul li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
}
.subscribe-widget .social-links ul li svg {
    height: 40px;
    width: 40px;
}
.subscribe-widget .social-links ul li a svg {
    fill: #2e507e;
}
.recent-widget {
    display: block;
}
.recent-widget .post-entry {
    display: block;
    text-align: center;
}
.recent-widget .post-entry .border {
    height: 3px;
    max-width: 100px;
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #2e507e;
    margin-bottom: 30px;
}
.recent-widget .post-entry .post-title a {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.recent-widget .post-entry .post-title a:hover {
    color: #bcbcbc;
}
.recent-widget .post-entry .post-date {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna-sans', sans-serif;
    color: #bcbcbc;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    letter-spacing:0.1em;
}
.tweet-widget .tweet .tweet-header .tweet-title-date {
    margin-left: 60px;
    overflow: hidden;
    text-align: left;
}
.tweet-widget .tweet .tweet-header .tweet-title {
    display: block;
    float: none;
    line-height: 30px;
}
.tweet-widget .tweet .tweet-header .tweet-title a {
    line-height: 30px;
    font-size: 18px;
}
.tweet-widget .tweet .tweet-header .tweet-date {
    display: block;
    float: none;
    line-height: 20px;
    font-size: 15px;
    letter-spacing:0.1em;
}
.tweet-widget .tweet .tweet-content {
    text-align: left;
}

    /* Homepage Styles */
.front-page-header, .large-header {
    padding-top: 150px;
    max-width: 570px;
    padding-bottom: 80px;
}
.front-page-header h1, .large-header h1 {
    color: #ffffff;
    text-transform:uppercase;
    font-family: 'calluna', serif;
    font-size: 80px;
    line-height: 76px;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.large-header h1 {
    text-align: center;
}
.large-header .divider {
    width: 100%;
    max-width: 100px;
    display: block;
    height: 3px;
    background: #2e507e;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.front-page-header h2 {
    font-style: italic;
    color: #16273e;
    font-family: 'calluna', serif;
    text-transform: none;
    font-size: 33px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: normal;
}
.large-header h2 {
    color: #FFFFFF;
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 0.1em;
    text-align: center;
}
.front-page-header .button {
    color: #ffffff;
    background: #16273e;
    border-color: #16273e;
    opacity: 0.9;
}
.front-page-header .button:hover {
    border-color: #2e507e;
}

.home .top-section {
    padding-top: 90px;
    overflow: visible;
}
.home .top-section h2 {
    margin-top: 10px;
}
.home .top-section p {
    margin-bottom: 25px;
}
.home .top-section .featured-posts {
    display: block;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 25px;
}
.home .top-section .featured-posts ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.home .top-section .featured-posts ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    display: block;
    text-align: center;
}
.home .top-section .featured-posts ul li .border {
    width: 80px;
    height: 3px;
    background: #16273e;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.home .top-section .featured-posts ul li .image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}
.home .top-section .featured-posts ul li a:hover .image {
    filter: brightness(115%);
}
.home .top-section .featured-posts ul li a {
	text-decoration: none;
}
.home .top-section .featured-posts ul li a .title {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
}
.home .top-section .featured-posts ul li a:hover .title  {
    color: #bcbcbc;
}
.home .top-section .featured-posts ul li:last-child {
    margin-right: 0px;
}
.home .top-section .featured-posts ul li .subtitle {
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: bold;
}
.home .top-section .tweet-box {
    position: relative;
    z-index: 5;
    padding: 35px;
}

.home .witness-project {
    display: block;
    background: #16273e;
    padding-top: 220px;
    padding-bottom: 150px;
    margin-top: -75px;
    text-align: center;
}
.home .witness-project .container {
    max-width: 700px;
}
.home .witness-project h2 {
    color: #ffffff;
    text-align: center;
}
.home .witness-project p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.home .witness-project a.button {
    color: #ffffff;
}
.home .witness-project .witness-slider {
    display: block;
    margin-top: 50px;
    overflow: hidden;
}
.home .witness-project .witness-slider:hover .slick-arrow {
    opacity: 0.7;
}
.home .witness-project .witness-slider .slick-arrow {
    font-size: 0px;
    background: transparent;
    outline: 0;
    border: 0px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -45px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home .witness-project .witness-slider .slick-arrow.slick-prev {
    left: -45px;
}
.home .witness-project .witness-slider .slick-arrow:after {
    content: '\232A';
    display: block;
    font-size: 80px;
    color: #FFFFFF;
}
.home .witness-project .witness-slider .slick-arrow:hover {
    opacity: 1;
    cursor: pointer;
}
.home .witness-project .witness-slider .slick-arrow.slick-prev:after {
    content: '\2329 ';
}
.home .witness-project .witness-slider ul.slick-dots {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.home .witness-project .witness-slider ul.slick-dots li {
    background: #2e507e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 15px;
    width: 15px;
    overflow: hidden;
    color: #2e507e;
    margin-right: 7px;
    margin-left: 7px;
    display: inline-block;
    border: 0px;
    outline: 0;
}
.home .witness-project .witness-slider ul.slick-dots li.slick-active {
    color: #FFFFFF;
    background: #FFFFFF;
}
.home .witness-project .witness-slider ul.slick-dots li button {
    display: none;
}
.home .witness-project .witness-slide {
    height: 550px;
    display: block;
    overflow: hidden;
}
.home .witness-project .witness-slide, .home .witness-project .witness-slide:focus, .home .witness-project .witness-slide:active {
    outline: 0 !important;
    border: 0 !important;
}
.home .witness-project .witness-slide .inner-container {
    padding: 0px 15px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.home .witness-project .witness-slide .inner-container .inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.6);
}
.home .witness-project .witness-slide .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    outline: 0 !important;
    border: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.home .witness-project .witness-slide .inner:hover .background {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.home .witness-project .witness-slide .background img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.home .witness-project .witness-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #16273e;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home .witness-project .witness-slide .inner:hover .overlay {
    opacity: 0;
}
.home .witness-project .witness-slide .inner .play-button {
    position: absolute;
    height: 97px;
    width: 97px;
    background: url(imgs/video-icon.png) center center no-repeat;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -49px;
    z-index: 2;
}
.home .witness-project .witness-slide .inner .content {
    position: absolute;
    width: 100%;
    padding: 15px 10px;
    padding-top: 40px;
    box-sizing: border-box;
    bottom: -100%;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-image: linear-gradient(to top, rgba(22,39,62,0.85), transparent);
}
.home .witness-project .witness-slide .inner:hover .content {
    bottom: 0px;
}
.home .witness-project .witness-slide .inner .content .title {
    color: #ffffff;
    font-family: 'calluna-sans', sans-serif;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
}
.home .witness-project .witness-slide .inner .content .divider {
    background: #2e507e;
    height: 2px;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.home .witness-project .witness-slide .inner .content .caption {
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
}
.home .quote-section .quote-content {
    padding-top: 130px;
}
.home .quote-section .quote-content .quote-icon {
    font-family: georgia, serif;
    color: #2e507e;
    font-size: 140px;
    line-height: 50px;
    display: block;
}
.home .quote-section .quote-content .quote-text {
    font-size: 26px;
    line-height: 44px;
    display: block;
    margin-bottom: 30px;
    color: #6e6f71;
}

.home .quote-section .quote-content .quote-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    color: #bcbcbc;
    letter-spacing:0.1em;
}
.home .quote-section .quote-image {
    display: block;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}
.home .collections-section {
    background: #efefef;
    display: block;
    margin-top: -25px;
    padding: 120px 0;
    padding-bottom: 200px;
    text-align: center;
}
.home .collections-section .text {
    max-width: 700px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}
.home .collections-section .text p {
    margin-bottom: 30px;
}
.home .collections-section .mosaic {
    display: block;
    width: 100%;
}
.home .collections-section .mosaic .column-left {
    width: 390px;
    margin-right: 10px;
    float: left;
}
.home .collections-section .mosaic .column-right {
    float: right;
    width: 740px;
}

.home .collections-section .mosaic a.mosaic-entry {
    width: 100%;
    height: 250px;
    box-shadow: 0px 0px 30px -5px rgba(32,33,36,0.5);
    background-position: center center;
    background-size: cover;
    display: block;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: relative;
}
.home .collections-section .mosaic a.mosaic-entry.entry-0 {
    height: 510px;
}
.home .collections-section .mosaic a.mosaic-entry.entry-1 {
    margin-bottom: 10px;
}
.home .collections-section .mosaic a.mosaic-entry.entry-2, .home .collections-section .mosaic a.mosaic-entry.entry-3 {
    width: 365px;
    float: left;
}
.home .collections-section .mosaic a.mosaic-entry.entry-2 {
    margin-right: 10px;
}
.home .collections-section a.mosaic-entry:hover {
    cursor: pointer;
    filter: brightness(130%);
}
.home .collections-section a.mosaic-entry .content {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    bottom: 0px;
    left: 0px;
    text-align: left;
    color: #ffffff;
}
.home .collections-section a.mosaic-entry .content .title {
    font-family: 'calluna', serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2px;
}
.home .collections-section a.mosaic-entry .content .subtitle {
    font-family: 'calluna', serif;
    font-style: italic;
    font-size: 20px;
    line-height: 22px;
}
.home .collections-section a.mosaic-entry .content .caption {
    display: block;
    margin-top: 5px;
}
.home .bottom-section .email-bar {
    margin-top: -70px;
}
.home .bottom-section .email-bar .title {
    display: block;
    float: left;
    width: 305px;
    font-family: 'calluna', serif;
    color: #2e507e;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: right;
}
.home .bottom-section .email-bar .subsribe-form {
    float: left;
    margin-left: 30px;
    width: 555px;
}
.home .bottom-section .email-bar .gform_wrapper {
    margin-top: 10px;
}
.home .bottom-section .email-bar .gform_wrapper .top_label .gfield_label {
    display: none;
}
.home .bottom-section .email-bar .gform_wrapper .top_label div.ginput_container {
    float: left;
    width: 80%;
    margin-top: 0px;
}
.home .bottom-section .email-bar .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}
.home .bottom-section .email-bar .gform_wrapper .top_label div.ginput_container input[type=text] {
    -webkit-border-top-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    height: 50px;
    line-height: 49px;
    font-size: 15px;
    padding: 0 20px !important;
    border: 0px;
    outline: 0px;
    background: #efefef;
    color: #6e6f71;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing:0.1em;
    width: 100%;
    font-weight: bold;
}
.home .bottom-section .email-bar .gform_wrapper .gform_footer {
    width: 20%;
    float: right;
    margin: 0;
    padding: 0;
    clear: none;
}
.home .bottom-section .email-bar .gform_wrapper .gform_footer input[type=submit]{
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 50px;
    line-height: 49px;
    padding: 0 20px;
    font-size: 15px;
    border: 0px;
    outline: 0px;
    background: #16273e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing:0.1em;
}
.home .bottom-section .email-bar .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(130%);
}
.home .bottom-section .email-bar .social-links {
    float: right;
    width: auto;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.home .bottom-section .email-bar .social-links ul li svg {
    height: 40px;
    width: 40px;
}
.home .bottom-section .email-bar .social-links ul li {
    height: 40px;
    width: 40px;
    margin-left: 3px;
    margin-right: 3px;
}
.home .bottom-section .content {
    margin-top: 150px;
}
.home .events-section {
    margin-top: 100px;
    display: block;
    text-align: center;
    padding-bottom: 100px;
}
.home .events-section .event-entries {
    display: block;
    margin-top: 30px;
}
.home .events-section .event-entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home .events-section .event-entries ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.home .events-section .event-entries ul li a {
    text-decoration: none;
    display: block;
}
.home .events-section .event-entries ul li a:hover {
    cursor: pointer;
}
.home .events-section .event-entries ul li .image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}
.home .events-section .event-entries ul li a:hover .image {
    filter: brightness(115%);
}
.home .events-section .event-entries ul li:last-child {
    margin-right: 0;
}
.home .events-section .event-entries ul li .title {
    font-family: 'calluna', serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 2px;
    color: #2e507e;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home .events-section .event-entries ul li a:hover .title {
    color: #bcbcbc;
}
.home .events-section .event-entries ul li .date {
    color: #bcbcbc;
    text-transform: uppercase;
    font-weight: bold;
}
.memorial-section {
    width: 100%;
    display: block;
    position: relative;
    height: 660px;
    overflow: hidden;
}
.memorial-section .map-embed {
    width: 100%;
    height: 680px;
}
.memorial-section .content {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    box-sizing: border-box;
}
.memorial-section .content h2 {
    color: #ffffff;
}
.memorial-section .content a.button {
    border-color: #16273e;
    background: #16273e;
    color: #ffffff;
}

/* Tweet Styles */
.tweet {
    display: block;
    width: 100%;
}
.tweet .tweet-header {
    display: block;
    width: 100%;
    line-height: 50px;
    margin-bottom: 10px;
}
.tweet .tweet-header .tweet-logo {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}
.tweet .tweet-header .tweet-logo svg {
    width: 50px;
    height: 50px;
    fill: #2e507e;
}
.tweet .tweet-header .tweet-title {
    float: left;
    display: block;
    margin-right: 20px;
}
.tweet .tweet-header .tweet-title a {
    text-decoration: none;
    text-transform: uppercase;
    color: #2e507e;
    font-family: 'calluna', serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.tweet .tweet-header .tweet-title a:hover {
    color: #6e6f71;
}
.tweet .tweet-header .tweet-date {
    float: left;
    color: #bcbcbc;
    font-size: 15px;
    line-height: 50px;
    font-family: 'calluna-sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing:0.1em;
}
.tweet .tweet-content a {
    color: #6e6f71;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none !important;
}
.tweet .tweet-content a:hover {
    color: #2e507e;
}

/* Leadership */
a.primary-leader.leader {
    position: relative;
    display: block;
    margin-bottom: 85px !important;
}
.primary-leader-spacer {
    width: 100%;
    height: 320px;
    display: block;
    margin-bottom: 85px;
}
.primary-leader.leader .image {
    height: 320px;
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.primary-leader.leader:hover .image {
    filter: brightness(115%);
}
.primary-leader.leader .title-box {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: -25px;
    z-index: 1;
}
.primary-leader.leader .title-box .inner {
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px -10px rgba(32,33,36,0.24);
    width: 100%;
    text-align: center;
}

.primary-leader.leader .title-box .inner .name {
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
}
.primary-leader.leader .title-box .inner .title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna-sans', sans-serif;
    font-weight: bold;
    color: #bcbcbc;
    width: 100%;
}
.leader-section {
    display: block;
    width: 100%;
    margin-bottom: 100px;
}
.leader-section .title, .leader-section .leaders-column-1, .leader-section .leaders-column-2 {
    width: 30%;
    margin-right: 5%;
    display: block;
    float: left;
}
.leader-section .leaders-column-2 {
    margin-right: 0px;
}

.leader-section .title {
    font-size: 54px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
}
.leader-section .title .subtitle {
	display: block;
	font-family: "calluna_sans", sans-serif;
    color: #6e6f71;
    font-size: 17px;
    line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: none;
}
.leader-section a.leader {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
}
.leader-section a.leader:hover {
    cursor: pointer;
}
.leader-section a.leader .name {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna', serif;
    color: #2e507e;
    font-weight: normal;
    display: block;
    float: none;
}
.leader-section a.leader .title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna-sans', sans-serif;
    font-weight: bold;
    color: #bcbcbc;
    display: block;
    float: none;
	width: 100%;
	margin-right: 0;
}
.leader-entry-full h2 {
    margin-bottom: 5px;
}
.leader-entry-full .subtitle {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing:1px;
    font-family: 'calluna-sans', sans-serif;
    font-weight: bold;
    color: #bcbcbc;
    display: block;
    float: none;
    letter-spacing:0.1em;
}
.leader-entry-full .content {
    margin-top: 35px;
}
.leader-entry-full .image-container {
    width: 100%;
    display: block;
    position: relative;
}
.leader-entry-full .image-container .image {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.leader-entry-full .image-container .image img {
    width: 100%;
    height: auto;
}
.leader-entry-full .image-container .image-bg {
    width: 100%;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    height: 70%;
    left: 0;
}
.leader-entry-full .image-container .image-bg .inner {
    height: 100%;
    width: 100%;
    background: #2e507e;
}
.leader-entry-full ul.social-share {
    padding: 0;
    margin: 0;
    list-style: none;
}
.leader-entry-full ul.social-share {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-left: 0px;
}
.leader-entry-full ul.social-share li {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    vertical-align: top;
}
.leader-entry-full ul.social-share li a svg {
    fill: #2e507e;
    height: 40px;
    width: 40px;
}
.leader-entry-full .mosaic {
    width: 100%;
    display: block;
    margin-bottom: 80px;
    text-align: center;
    word-spacing: 20px;
}

.leader-entry-full .mosaic img {
    display: inline-block;
    height: 320px;
    width: auto;
    margin-bottom: 20px;
}
.leader-entry-full .author-posts {
    text-align: center;
}

/* Witness Project Page */
.witness-box {
    height: 450px;
    display: block;
}
.witness-box, .witness-box:focus, .witness-box:active {
    outline: 0 !important;
    border: 0 !important;
}
.witness-box .inner-container {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.witness-box .inner-container .inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.6);
}
.witness-box .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    outline: 0 !important;
    border: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.witness-box .inner:hover .background {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.witness-box .background img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.witness-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #16273e;
    opacity: 0.6;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.witness-box .inner:hover .overlay {
    opacity: 0;
}
.witness-box .inner .play-button {
    position: absolute;
    height: 97px;
    width: 97px;
    background: url(imgs/video-icon.png) center center no-repeat;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -49px;
    z-index: 2;
}
.witness-box .inner .content {
    position: absolute;
    width: 40%;
    padding-top: 60px;
    padding-left: 40px;
    top: 0;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #FFFFFF;
    text-align: left;
    z-index: 10;
}
.witness-box .inner .content .subtitle {
    font-size: 14px;
    font-family: 'calluna-sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.witness-box .inner .content .title {
    width: 100%;
    display: block;
    color: #FFFFFF;
    text-align: left;
    font-family: "calluna", serif;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: normal;
    min-height: 0;
}
.witness-box .inner .content .divider {
    background: #2e507e;
    height: 2px;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.witness-box .inner .content .caption {
    color: #ffffff;
    text-align: left;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
}

/* Footer Styles */
.footer-map {
    height: 500px;
    width: 100%;
    display: block;
    margin-top: 70px;
}
.footer {
    background: #16273e;
    padding: 40px 0px;
    color: #FFFFFF;
}
.footer .logo {
    max-width: 360px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
}
.footer .logo img {
    width: 100%;
    height: auto;
}
.footer .menu {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 32px;
}
.footer .subscribe-form {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.footer .subscribe-form .gform_wrapper .top_label .gfield_label {
    display: none;
}
.footer .subscribe-form .gform_wrapper .top_label div.ginput_container {
    overflow: hidden;
    margin-right: 200px;
    margin-top: 0px;
}
.footer .subscribe-form .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}
.footer .subscribe-form .gform_wrapper .top_label div.ginput_container input[type=text] {
    -webkit-border-top-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 15px !important;
    border: 0px;
    outline: 0px;
    background: #fff;
    color: #6e6f71;
    text-transform: uppercase;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    font-weight: bold;
}
.footer .subscribe-form .gform_wrapper .gform_footer {
    width: 200px;
    float: right;
    margin: 0;
    padding: 0;
    clear: none;
    margin-top: -40px;
}
.footer .subscribe-form .gform_wrapper .gform_footer input[type=submit]{
    -webkit-border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    -moz-border-radius-bottomright: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    border: 0px;
    outline: 0px;
    background: #2e507e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'calluna-sans', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.footer .subscribe-form .gform_wrapper .gform_footer input[type=submit]:hover {
    cursor: pointer;
    filter: brightness(130%);
}

.footer .disclaimer {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 22px;
}
.footer .copyright {
    font-size: 14px;
    color: #8b8a8c;
    line-height: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
.footer .copyright a {
    text-decoration: none;
}
.footer .copyright a:hover {
    text-decoration: underline;
}

/* Donate Form */
.donate-body {
    position: relative;
    margin-bottom: 70px;
}
.page-body .donation-options {
    width: 100%;
    display: block;
    position: absolute;
    top: -80px;
    right: 20px;
}
.page-body .donation-options .inner {
    float: right;
    position: relative;
    text-align: left;
    font-family: "calluna-sans", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.6px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    background-color: #2c4c78;
    color: #ffffff;
    padding-right: 40px;
    padding-left: 20px;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-body .donation-options .inner:after {
    content: "";
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-body .donation-options.active .inner:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 17px;
}
.page-body .donation-options .inner:hover {
    cursor: pointer;
}
.page-body .donation-options .expand {
    position: absolute;
    display: block;
    right: 0;
    top: 25px;
    width: 100%;
    background: #2c4c78;
    padding: 0 15px;
    color: #ffffff;
    height: 0px;
    max-height: 0px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    max-width: 400px;
    -webkit-border-radius: 18px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 18px;
    -moz-border-radius-topright: 0;
    border-radius: 18px;
    border-top-right-radius: 0;
    opacity: 0;
}
.page-body .donation-options .expand ul {
    margin: 0;
    padding: 0;
    padding-left: 25px;
}
.page-body .donation-options.active .expand {
    display: block;
    height: auto;
    max-height: 2000px;
    padding: 5px 15px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 1;
}
.page-body .donation-options.active .expand a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.page-body .donation-options.active .expand a:hover {
    color: #dfdfdf !important;
}
.donate-body h2, .donate-body .gform_wrapper .top_label .gfield_label {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    font-family: "calluna_sans", sans-serif;
    color: #6e6f71;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0;
}
.donate-body input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.donate-body ul.gfield_radio li input[type=radio]+label {
    outline: 0;
    border: 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #16273e;
    color: #FFFFFF;
    height: 39px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "calluna_sans", sans-serif !important;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
}
.donate-body ul.gfield_radio li input[type=radio]+label:hover {
    cursor: pointer;
    filter: brightness(130%);
}
body .donate-body .gform_wrapper li.gfield ul.gfield_radio li {
    margin-right: 3px;
}
.donate-body ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal;
    background: #DD3A28;
}
.donate-body input[type=text], select {
    background: #efefef;
    border: 0px;
    outline: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 39px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "calluna-sans";
    font-weight: bold;
    color: #6e6f71;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    text-indent: 20px;
    width: 100% !important;
}

.donate-body input[type=submit], .donate-body input[type=button] {
    -webkit-appearance: button;
}
.donate-body input[type=submit],.donate-body input[type=button]{
    outline: 0;
    border: 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #16273e;
    color: #FFFFFF;
    height: 39px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "calluna-sans", sans-serif !important;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.donate-body select {
    -webkit-appearance: none;
    padding-left: 20px !important;
    background-image: url(imgs/down-arrow.png);
    background-repeat: no-repeat;
    background-position: top 16px right 12px;
}
.donate-body select:hover {
    cursor: pointer;
}
.donate-body input[type=submit]:hover, .donate-body input[type=button]:hover{
    cursor: pointer;
    filter: brightness(130%);
}
.donate-body .gform_next_button {
    float: right;
}
.donate-body .gform_previous_button {
    float: left;
}
.donate-body .gform_button {
    float: right;
}
.donate-body .gfield_label { display: none !important; }
.donate-body .show-label .gfield_label { display: block !important; }

body .donate-body.page-body .gform_wrapper {
    margin-top: 40px !important;
}
.donate-body .gform_wrapper {
    margin: 0 !important;
}
body .donate-body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
body .donate-body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
.donate-body .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
body .donate-body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
body .donate-body .gform_wrapper .field_sublabel_below label {
    display: none !important;
}
body .donate-body .gform_wrapper .field_sublabel_below.show-label label {
    display: block !important;
}
body .donate-body .gform_wrapper li.gfield ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body .donate-body .gform_wrapper li.gfield ul li {
    display: inline-block;
    margin-right: 30px;
}
body .donate-body .gform_wrapper li.gfield.other-amount {
    margin-top: -29px !important;
}
body .donate-body .gform_wrapper li.gfield.field_sublabel_below.show-label ul li input, body .donate-body .gform_wrapper li.gfield.field_sublabel_below.show-label ul li label {
    display: inline-block !important;
    line-height: 30px;
    height: 30px;
    width: auto !important;
}
body .donate-body .gform_wrapper li.gfield.field_sublabel_below.show-label ul li label {
    font-size: 25px;
    font-family: "calluna_sans", sans-serif;
}
body .donate-body .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 20px;
    margin-right: 2%;
}
body .donate-body .gform_wrapper ul.gform_fields li.gfield.split, body .donate-body .gform_wrapper ul.gform_fields span.address_city {
    width: 48%;
    float: left;
    clear: none;
}
body .donate-body .gform_wrapper ul.gform_fields span.address_city {
    margin-right: 2% !important;
}
body .donate-body .gform_wrapper ul.gform_fields span.address_state {
    width: 23%;
    float: left;
    clear: none;
    margin-right: 2% !important;
}
body .donate-body .gform_wrapper ul.gform_fields span.address_zip {
    width: 25%;
    float: right;
    clear: none;
    margin-right: 0px !important;
    padding-right: 0px !important;
}
body .donate-body .gform_wrapper ul.gform_fields span.address_line_1 input {
    margin-bottom: 15px;
}
.ginput_full.ginput_cardextras {
    display: block;
    margin-top: 7px;
}
.donate-body .gf_clear {
    clear: both;
}
body .donate-body .gform_wrapper .gform_heading {
    display: none;
}
.donate-body .gfield.recurring ul li {
    display: block;
    width: 100%;
}
.donate-body .gfield.recurring ul li label {
    font-size: 18px;
}
/* Gravity Styles */
 .top_label .gfield_label {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-family: "calluna_sans", sans-serif;
    color: #6e6f71;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0;
}
.page-body .gform_wrapper input[type=text], .page-body .gform_wrapper select {
    background: #efefef;
    border: 0px;
    outline: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 39px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "calluna_sans", sans-serif;
    font-weight: bold;
    color: #6e6f71;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    text-indent: 20px;
    width: 100% !important;
}
.page-body .gform_wrapper textarea {
    background: #efefef;
    border: 0px;
    outline: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 140px;
    line-height: 18px;
    font-family: "calluna_sans", sans-serif;
    font-weight: bold;
    color: #6e6f71;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    padding: 20px;
    width: 100% !important;
}
.page-body .gform_wrapper 
.page-body .gform_wrapper input[type=submit], .page-body .gform_wrapper input[type=button] {
    -webkit-appearance: button;
}
.page-body .gform_wrapper input[type=submit], .page-body .gform_wrapper input[type=button]{
    outline: 0;
    border: 0px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #16273e;
    color: #FFFFFF;
    height: 39px;
    line-height: 38px;
    text-transform: uppercase;
    font-family: "calluna_sans", sans-serif !important;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    box-sizing: border-box;
    padding: 0 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-body .gform_wrapper select {
    -webkit-appearance: none;
    padding-right: 20px !important;
    background-image: url(imgs/down-arrow.png);
    background-repeat: no-repeat;
    background-position: top 16px right 12px;
}
.page-body .gform_wrapper select[multiple=multiple] {
	padding: 13px 20px;
	text-indent: 0px;
}
.page-body .gform_wrapper select:hover {
    cursor: pointer;
}
.page-body .gform_wrapper input[type=submit]:hover, .page-body .gform_wrapper input[type=button]:hover{
    cursor: pointer;
    filter: brightness(130%);
}
.page-body .gform_wrapper .gform_next_button {
    float: right;
}
.page-body .gform_wrapper .gform_previous_button {
    float: left;
}
.page-body .gform_wrapper .gform_button {
    float: right;
}
.page-body .gform_wrapper .gfield_label { display: none !important; }
.page-body .gform_wrapper .show-label .gfield_label { display: block !important; }
.page-body .gform_wrapper 
.page-body .gform_wrapper .donate-body.page-body {
    margin-top: 40px !important;
}
.page-body .gform_wrapper {
    margin: 0 !important;
}
.page-body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
.page-body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
.page-body .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}
.page-body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.page-body .gform_wrapper .field_sublabel_below label {
    display: none !important;
}
.page-body .gform_wrapper .field_sublabel_below.show-label label {
    display: block !important;
} 
.page-body .gform_wrapper .ginput_complex label {
	display: none !important;
}
.page-body .gform_wrapper .ginput_complex input, .page-body .gform_wrapper .ginput_complex select {
	margin-top: 10px !important;
}
.page-body .gform_wrapper .show-sub-labels .ginput_complex label {
	display: block !important;
}
.page-body .gform_wrapper li.gfield ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-body .gform_wrapper li.gfield ul li {
    display: inline-block;
    margin-right: 30px;
}
.page-body .gform_wrapper li.gfield.other-amount {
    margin-top: -29px !important;
}
.page-body .gform_wrapper li.gfield.field_sublabel_below.show-label ul li input, .page-body .gform_wrapper  li.gfield.field_sublabel_below.show-label ul li label {
    display: inline-block !important;
    line-height: 30px;
    height: 30px;
    width: auto !important;
}
.page-body .gform_wrapper li.gfield.field_sublabel_below.show-label ul li label {
    font-size: 25px;
    font-family: "calluna_sans", sans-serif;
}
.page-body .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 20px;
    margin-right: 2%;
}
.page-body .gform_wrapper .ginput_full.ginput_cardextras {
    display: block;
    margin-top: 7px;
}
.page-body .gform_wrapper .gf_clear {
    clear: both;
}
.page-body .gform_wrapper .gform_heading {
    display: none;
}

/* Responsive States */
@media only screen and (max-width: 1180px){
    .home .collections-section .mosaic .column-left, .home .collections-section .mosaic .column-right {
        width: 100%;
        float: none;
        margin: 0;
    }
    .home .collections-section .mosaic a.mosaic-entry {
        margin-bottom: 30px !important;
    }
    .home .collections-section .mosaic a.mosaic-entry.entry-0, .home .collections-section .mosaic a.mosaic-entry {
        height: 300px;
    }
    .home .collections-section .mosaic a.mosaic-entry.entry-2, .home .collections-section .mosaic a.mosaic-entry.entry-3 {
        width: 48%;
    }
    .home .collections-section .mosaic a.mosaic-entry.entry-2 {
        margin-right: 4%;
    }
    .home .bottom-section .email-bar .subsribe-form {
        width: 495px;
    }
}
@media only screen and (max-width: 1150px){
    .header .menu-bar .menu {
         display: none;
    }
    .header.sticky-header {
        display: none !important;
    }
    .header .menu-bar .mobile-menu {
        display: block;
    }
    .header .menu-bar-container {
        display: block;
        width: 100%;
        background: #16273e;
    }
    body.single-event .overlay {
        display: none;
    }
    body.single-event .header {
        min-height: 400px;
    }
    .header .container {
        padding: 15px 20px;
    }
    .header .menu-bar .logo {
        max-width: 300px;
        width: 80%;
    }
    .header {
        background-attachment: scroll;
    }
    .home .header {
        background-position: center 89px;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 1050px){
    .page-content-container {
        float: none !important;
        width: 100% !important;
        margin-bottom: 35px;
        text-align: center;
    }
    .page-content-container.narrow {
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .collection-loop .page-content-container.narrow {
        max-width: 100%;
    }
    .home .top-section .featured-posts ul li {
        width: 47%;
        margin-right: 0;
        margin-left: 6%;
    }
    .home .top-section .featured-posts ul li:first-child {
        margin-left: 0;
    }
    .home .top-section .featured-posts ul li:last-child {
        display: none;
    }
    .home .quote-section .quote-image {
        margin-top: 0px;
    }
    .home .quote-section .quote-content {
        padding-top: 100px;
    }
    .home .collections-section {
        margin-top: 0px;
        padding: 70px 0;
    }
    .home .bottom-section .email-bar .social-links {
        float: none;
        margin: 0 auto;
        padding-top: 10px;
        clear: both;
        height: auto;
    }
    .home .bottom-section .email-bar .subsribe-form {
        overflow: hidden;
        float: none;
        margin-left: 320px;
        width: auto;
    }
    .home .bottom-section .content {
        margin-top: 80px;
    }
    .home .events-section {
        margin-top: 50px;
    }
    .witness-box .inner .content {
        width: 100%;
        padding-left: 20px;
        bottom: 10px;
        top: auto;
    }
    .witness-box .inner .play-button {
        display: none;
    }
    .header video.video-bg {
        display: none;
    }
}
@media only screen and (max-width: 930px){
    .front-page-header {
        padding-top: 10px;
        padding-bottom: 300px;
    }
    .front-page-header h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .home .witness-project {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .home .memorial-section .content {
        top: 100px;
    }
    .post-box.event-post .featured-image {
        width: 100%;
        position: relative;
        height: 300px;
    }
    .post-box.event-post .content {
        width: 100%;
        margin-left: 0px;
        min-height: 0px;
    }
    .sidebar {
        display: none;
    }
    .page-content {
        width: 100%;
        margin: 0;
        margin-bottom: 50px;
    }
    .primary-leader-spacer {
        display: none;
    }
    a.primary-leader.leader {
        width: 100%;
        max-width: 500px;
        margin: 0 auto !important;
        float: none;
        margin-bottom: 60px !important;
    }
    .leader-section {
        margin-bottom: 70px;
    }
    .leader-section .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .leader-section .title, .leader-section .leaders-column-2, .leader-section .leaders-column-1 {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .witness-box .inner .content .title {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 850px){
    h1.header-title {
        padding: 25px 0;
    }
    .header-title-menu li {
        display: block;
        width: 100%;
        margin-bottom: 4px;
        margin-left: 0;
    }
    .header-title-menu li:after {
        display: none;
    }
    .home .page-content {
        text-align: center;
    }
    .page-content .page-content-container {
        width: 100% !important;
        float: none !important;
    }
    .page-content .page-content-container.left {
        margin-bottom: 30px !important;
    }
    .home .bottom-section .email-bar .title {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .home .bottom-section .email-bar .subsribe-form {
        margin-left: 0;
    }
    .home .events-section .event-entries ul li:last-child {
        display: none;
    }
    .home .events-section .event-entries ul li {
        width: 48%;
        margin-right: 0;
    }
    .home .events-section .event-entries ul li:first-child {
        margin-right: 4%;
    }
    .post-box {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        margin-bottom: 35px !important;
    }
    .post-box .content .title {
        line-height: 32px;
        height: auto;
        min-height: 0px;
    }
    .post-box .content .excerpt {
        min-height: 0px;
    }
    .post-box .content {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 750px){
    .home .header {
        background-position: right -100px top 89px;
        background-repeat: no-repeat;
    }
    .front-page-header h2 {
        color: #FFFFFF;
    }
    .home .top-section .featured-posts ul li {
        width: 100%;
        margin: 0;
        float: none;
        display: none;
    }
    .home .top-section .featured-posts ul li:first-child {
        display: block;
    }
    .home .collections-section .mosaic a.mosaic-entry {
        margin-bottom: 65px !important;
        width: 100% !important;
        margin-right: 0 !important;
        float: none !important;
        height: 275px !important;
        box-shadow: 0;
    }
    .home .collections-section a.mosaic-entry .content .caption, .home .collections-section a.mosaic-entry .content .subtitle {
        display: none;
    }
    .home .collections-section a.mosaic-entry .content {
        position: absolute;
        bottom: -30px;
        left: 0;
        padding: 0;
    }
    .home .collections-section a.mosaic-entry .content .title {
        color: #16273e;
        text-transform: uppercase;
        font-family: 'calluna', serif;
        font-size: 15px;
        line-height: 18px;
    }
    .footer .menu {
        display: none;
    }
    .footer .logo {
        margin-bottom: 20px;
    }
    h1.header-title {
        font-size: 48px;
    }
    .single-post .single-post-title {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .single-post .single-post-title h1 {
        font-size: 25px;
        letter-spacing: 1px;
        line-height: 32px;
    }
    ul.meta-bar li {
        font-size: 13px;
    }
    .leader-entry-full .mosaic {
        display: none;
    }
}
@media only screen and (max-width: 550px){
    .page-body .donation-options {
        position: relative;
        left: 0;
        top: 0;
    }
    .page-body .donation-options .inner {
        float: left;
    }
    .page-body .donation-options .expand {
        left: 0;
        right: auto;
        -webkit-border-top-right-radius: 18px;
        -moz-border-radius-topright: 18px;
        border-top-right-radius: 18px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
    }
    .page-template-large-header .header {
        background-position: top right -225px;
    }
    .page-content .publications h1, h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .page-content .publications h2, h2 {
        font-size: 38px;
        line-height: 40px;
    }
    h3 {
        font-size: 24px;
        line-height: 26px;
    }
    .home .header {
        background-position: right -230px top 70px;
    }
    .front-page-header h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .tweet-box .tweet .tweet-header .tweet-date {
        margin-top: -20px;
    }
    .tweet-box .tweet .tweet-header .tweet-title, .tweet-box .tweet .tweet-header .tweet-title a {
        line-height: 40px;
        font-size: 20px;
        margin-right: 0px;
    }
    .tweet-box .tweet .tweet-header {
        margin-bottom: 0px;
    }
    .home .witness-project .witness-slide .inner .content, .home .witness-project .witness-slide .overlay {
        display: none !important;
    }
    .home .witness-project .witness-slide .background {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
    .home .quote-section .quote-content .quote-text {
        font-size: 20px;
        line-height: 30px;
    }
    .home .quote-section .quote-content .quote-icon {
        font-size: 115px;
    }
    .home .quote-section .quote-content {
        padding-top: 90px;
    }
    .home .bottom-section .email-bar .gform_wrapper .gform_footer {
        display: block;
        width: 100%;
        float: none;
    }
    .home .bottom-section .email-bar .gform_wrapper .top_label div.ginput_container input[type=text] {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .home .bottom-section .email-bar .gform_wrapper .top_label div.ginput_container {
        width: 100%;
        float: none;
    }
    .home .bottom-section .email-bar .gform_wrapper .gform_footer input[type=submit] {
        margin-bottom: 10px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }
    .home .events-section .event-entries ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        display: none;
    }
    .home .events-section .event-entries ul li:first-child {
        display: block;
    }
    .footer .subscribe-form .gform_wrapper .top_label div.ginput_container {
        width: 100%;
        margin: 0;
        overflow: visible;
        margin-bottom: 15px;
    }
    .footer .subscribe-form .gform_wrapper .top_label div.ginput_container input[type=text] {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }
    .footer .subscribe-form .gform_wrapper .gform_footer {
        width: 100%;
        float: none;
        margin: 0;
    }
    .footer .subscribe-form .gform_wrapper .gform_footer input[type=submit] {
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }
    .post-box.event-post .featured-image {
        height: 200px;
    }
    .single-post-footer .next-post {
        display: none;
    }
    .single-post .post-meta ul.social-share {
        display: none;
    }
    .front-page-header h1, .large-header h1 {
        font-size: 70px;
    }
    .page-content .gform_wrapper ul.gform_fields li.gfield.half {
        padding: 0 !important;
        float: none;
        width: 100%;
    }
    .document-gallery ul li {
        padding: 0px;
        width: 100%;
    }
    .document-gallery ul li a .image-container {
        height: 600px;
    }
}
@media only screen and (max-width: 435px) {
    .home .witness-project .witness-slide {
        height: 400px;
    }
    h1.header-title {
        font-size: 36px;
    }
    .front-page-header h1, .large-header h1 {
        font-size: 50px;
    }
    .document-gallery ul li a .image-container {
        height: 400px;
    }
}
@media only screen and (max-width: 375px) {
    .header .menu-bar .mobile-menu {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 330px) {
    .tweet-box .tweet .tweet-header .tweet-title, .tweet-box .tweet .tweet-header .tweet-title a, .tweet-box .tweet .tweet-header .tweet-date {
        font-size: 14px;
    }
}

/* Donate Responsive Styles */
@media only screen and (min-width: 641px){
    body .donate-body .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
        padding-right: 0px !important;
    }
    body .donate-body .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        padding-right: 0px;
    }
    body .donate-body .gform_wrapper .ginput_complex .ginput_left {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 741px){
    body .donate-body .gform_wrapper ul.gform_fields li.gfield.split, body .donate-body .gform_wrapper ul.gform_fields span.address_city {
        width: 100%;
        float: none;
    }
    body .donate-body .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
        margin-right: 0%;
    }
    body .donate-body .gform_wrapper ul.gform_fields span.address_city, body .donate-body .gform_wrapper ul.gform_fields span.address_state,     body .donate-body .gform_wrapper ul.gform_fields span.address_zip {
        width: 100%;
        float: none;
        margin-right: 0% !important;
        margin-bottom: 15px;
    }
    .donate-body .page-body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .donate-body h1.header-title {
        font-size: 40px;
    }
}

/* WP Styles */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
	padding: 0 20px;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 0px solid #cfcfcf;
	width: 100%;
	height: auto;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
	line-height: 14px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 0px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}
#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}