/*
Theme Name: Point Foundation
Theme URI: http://pointfoundation.org
Author: Great Believer
Author URI: http://greatbeliever.us
Description: Custom designed theme for Point Foundation - responsive.
Version: 100.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: point
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

point is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Palette
# Elements
# Buttons (MC)
# Sprites
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    	### Homepage (MC)
    	### Meet Our Scholars
    	### Media Center
    	### Blog Landing (MC)
    	### Single Post (MC)
    	### Share Your Voice Page (MC)
    	### Events Landing
    	### Events Single
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# To merge (MC)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0 0 1em;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

.container {
    margin: 0 auto;
    max-width: 1054px;
    /*width: 1054px;*/
}

.frame {
    margin: 0 29px;
    max-width: 1054px;
}
.frame:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    clear: both;
}

[class*="bit-"] {
    float: left;
    padding: 0 15px 25px;
}

.bit-1 {
    width: 100%;
}

.bit-2 {
    width: 50%;
}

.bit-3,
.bit-33 {
    width: 33.33333%;
}

.bit-4 {
    width: 25%;
}

.bit-5 {
    width: 20%;
}

.bit-6 {
    width: 16.66667%;
}

.bit-7 {
    width: 14.28571%;
}

.bit-8 {
    width: 12.5%;
}

.bit-9 {
    width: 11.11111%;
}

.bit-10 {
    width: 10%;
}

.bit-11 {
    width: 9.09091%;
}

.bit-12 {
    width: 8.33333%;
    /*width: 5.485%;*/
}

.bit-25 {
    width: 25%;
}

.bit-40 {
    width: 40%;
}

.bit-50 {
    width: 50%;
}

.bit-60 {
    width: 60%;
}
.bit-66 {
    width: 66.333%;
}

.bit-75 {
    width: 75%;
}

.footer-26 {
    width: 26%;
    padding-right: 36px;
}
.footer-24 {
    width: 24%;
}
[class*="bit-"] .medium {
    width: 90%;
}
.sectionals [class*="bit-"] {
    padding: 0 0px 35px;
    margin-right: 20px;
}
.sectionals [class*="bit-"]:last-of-type,
.sectionals .postFeed li {
    margin-right: 0;
}
.sectionals .bit-33 {
    width: 32%;
}
.sectionals .bit-66 {
    width: 66%;
}
.sectionals .bit-25 {
    width: 24.1%;
    margin-right: 12px;
}

.alpha {
    padding-left: 0;
}
.omega,
.connect-nav.omega {
    padding-right: 0;
}

.half-slider .bit-50:first-of-type {
    width: 51.4%;
    padding-left: 0;
}
.half-slider .bit-50:last-of-type {
    width: 48%;
}

.content-frame {
    font-size: 14px;
    line-height: 20px;
    padding: 42px 30px 20px 42px;
}
.page-id-460 .content-frame {
    padding-top: 31px;
    padding-bottom: 31px;
}
.flex-frame {
    position: relative;
    padding: 0 15px;
}

.icon-normal {
    position: absolute;
    bottom: 0px;
    right: 30px;
}
.sectionals .bit-25 div .icon-normal {
    bottom: 25px;
    right: 22px;
}
.sectionals .bit-33 div .icon-normal {
    bottom: 25px;
}
.icon-bottom {
    position: absolute;
    bottom: -25px;
    right: 30px;
}
.icon-top {
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: -122px;
}
.sectionals .bit-25 div .icon-bottom {
    bottom: 0px;
    right: 22px;
}

.row [class*="bit-"]:first-of-type,
.flex-frame [class*="bit-"]:first-of-type,
.flex-frame [class*="bit-"]:nth-of-type(3n + 1),
.featherlight-content [class*="bit-"]:first-of-type,
.content-frame [class*="bit-"]:first-of-type,
.margin-inner [class*="bit-"]:first-of-type,
.sectionals [class*="bit-"]:first-of-type {
    padding-left: 0;
}
.row [class*="bit-"]:last-of-type,
.flex-frame [class*="bit-"]:last-of-type,
.featherlight-content [class*="bit-"]:last-of-type,
.content-frame [class*="bit-"]:last-of-type,
.margin-inner [class*="bit-"]:last-of-type,
.sectionals [class*="bit-"]:last-of-type {
    padding-right: 0;
}
.multi-block-one.bit-50,
.multi-block-two.bit-50 {
    padding: 0;
    overflow: hidden;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #666;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.35em;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
}
.georgia {
    font-family: Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.6em;
    text-transform: uppercase;
    clear: both;
}
h5 {
    font-size: 1.12em;
}
h6 {
    font-size: 1em;
}

[class*="headline-"],
.sub-head-2,
.sub-head-3 {
    font-weight: bold;
}

.headline-1 {
    font-size: 62px;
    line-height: 64px;
    letter-spacing: 0.1em;
}
.headline-2,
h1 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.05em;
}
.headline-3,
h2 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.075em;
}
.headline-4,
h4 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.04em;
}
.headline-5,
h3 {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.04em;
}

.sub-head-1 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.01em;
}
.sub-head-2 {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.04em;
}
.sub-head-3 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
}
.sub-head-4 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.content-frame h6 {
    margin-top: -14px;
    font-size: 14px;
    text-transform: inherit;
    font-weight: inherit;
}

.font-medium {
    font-size: 1em;
}
.font-large {
    font-size: 1.12em;
    line-height: 1.4em;
}
.font-small {
    font-size: 0.87em;
    line-height: 20px;
}

p {
    line-height: 1.45em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Palette - Multiple shades are ordered Dark to Light
--------------------------------------------------------------*/

.white,
#header-btns a,
#colophon a {
    color: #fff;
}
.black {
    color: #000;
}

.blue-1,
.theme-blue-1 h1,
.theme-blue-1 h2,
.theme-blue-1 h3,
.theme-blue-1 h4,
.theme-blue-1 h5,
.theme-blue-1 h6,
.theme-blue-1 a:hover,
.theme-blue-1 a:focus,
.theme-blue-1 a:active,
.theme-bg-blue-1 a:hover,
.theme-bg-blue-1 a:focus,
.theme-bg-blue-1 a:active,
#header-menu a,
.menu-header-container .header-menu a,
.theme-blue-1 #tree-nav .current-menu-item a,
.theme-blue-1 #tree-nav li a:hover,
.theme-blue-1 #tree-nav li a:focus,
.theme-blue-1 #tree-nav li a:active,
.slide-blue-1 .button,
.slide-blue-1 .button:hover {
    color: #008094;
}
.theme-blue-1 a:hover > .arrow-right,
.theme-blue-1 a:focus > .arrow-right,
.theme-blue-1 a:active > .arrow-right,
.theme-blue-1 .button .arrow-right,
.slide-blue-1 .button .arrow-right {
    border-left-color: #008094;
}
.theme-blue-1 .flex-frame [class*="bit-"].white {
    background: #fff;
    color: #666;
    padding: 30px 30px 10px;
    border-bottom: 13px solid #008094;
}
.blue-2,
.slide-blue-2 .button,
.slide-blue-2 .button:hover {
    color: #50b5c3;
}
.slide-blue-2 .button .arrow-right {
    border-left-color: #50b5c3;
}
.blue-3,
.bg-blue-1 blockquote,
.bg-blue-1 .blockquote {
    color: #7bc7d0;
}
.green-1,
.bg-green-3 blockquote,
.bg-green-3 .blockquote,
.main-navigation ul .bg-green-3 ul a,
.main-navigation ul .bg-green-3 ul :hover > a,
.main-navigation ul .bg-green-3 ul .focus > a,
.main-navigation ul .bg-green-3 ul .current_page_item > a,
.main-navigation ul .bg-green-3 ul .current-menu-item > a {
    color: #006a53;
}
.green-2 {
    color: #178064;
}
.green-3,
.theme-green-3 h1,
.theme-green-3 h2,
.theme-green-3 h3,
.theme-green-3 h4,
.theme-green-3 h5,
.theme-green-3 h6,
.theme-green-3 a:hover,
.theme-green-3 a:focus,
.theme-green-3 a:active,
.theme-bg-green-3 a:hover,
.theme-bg-green-3 a:focus,
.theme-bg-green-3 a:active,
.theme-green-3 #tree-nav .current-menu-item a,
.theme-green-3 #tree-nav li a:hover,
.theme-green-3 #tree-nav li a:focus,
.theme-green-3 #tree-nav li a:active,
.slide-green-3 .button,
.slide-green-3 .button:hover {
    color: #37ae78;
}
.theme-green-3 a:hover > .arrow-right,
.theme-green-3 a:focus > .arrow-right,
.theme-green-3 a:active > .arrow-right,
.theme-green-3 .button .arrow-right,
.slide-green-3 .button .arrow-right {
    border-left-color: #37ae78;
}
.theme-green-3 .flex-frame [class*="bit-"].white {
    background: #fff;
    color: #666;
    padding: 30px 30px 10px;
    border-bottom: 13px solid #37ae78;
}
.green-4 {
    color: #6ec49c;
}
.red,
.bg-orange-2 blockquote,
.bg-orange-2 .blockquote {
    color: #b6492b;
}
.red-1,
.main-navigation ul .bg-orange-2.open-sub-menu ul a .main-navigation ul .bg-orange-2 ul a,
.main-navigation ul .bg-orange-2 ul :hover > a,
.main-navigation ul .bg-orange-2 ul .focus > a,
.main-navigation ul .bg-orange-2 ul .current_page_item > a,
.main-navigation ul .bg-orange-2 ul .current-menu-item > a {
    color: #b33f1f;
}
.pink {
    color: #f1afaf;
}
.yellow,
.theme-bg-yellow a:hover,
.theme-bg-yellow a:focus,
.theme-bg-yellow a:active {
    color: #fbb619;
}
.orange {
    color: #da6033;
}
.orange-1,
.main-navigation ul .bg-yellow ul a,
.main-navigation ul .bg-yellow ul :hover > a,
.main-navigation ul .bg-yellow ul .focus > a,
.main-navigation ul .bg-yellow ul .current_page_item > a,
.main-navigation ul .bg-yellow ul .current-menu-item > a {
    color: #ec6d23;
}
.orange-2,
.theme-orange-2 h1,
.theme-orange-2 h2,
.theme-orange-2 h3,
.theme-orange-2 h4,
.theme-orange-2 h5,
.theme-orange-2 h6,
.theme-orange-2 a:hover,
.theme-orange-2 a:focus,
.theme-orange-2 a:active,
.theme-bg-orange-2 a:hover,
.theme-bg-orange-2 a:focus,
.theme-bg-orange-2 a:active,
.theme-orange-2 #tree-nav .current-menu-item a,
.theme-orange-2 #tree-nav li a:hover,
.theme-orange-2 #tree-nav li a:focus,
.theme-orange-2 #tree-nav li a:active,
.slide-orange-2 .button,
.slide-orange-2 .button:hover {
    color: #f37c4e;
}
.theme-orange-2 a.button:hover {
    background: #f37c4e;
    color: #fff;
}
.theme-orange-2 a:hover > .arrow-right,
.theme-orange-2 a:focus > .arrow-right,
.theme-orange-2 a:active > .arrow-right,
.theme-orange-2 .button .arrow-right,
.slide-orange-2 .button .arrow-right {
    border-left-color: #f37c4e;
}
.theme-orange-2 .flex-frame [class*="bit-"].white {
    background: #fff;
    color: #666;
    padding: 30px 30px 10px;
    border-bottom: 13px solid #f37c4e;
}

.menu .bg-green-3 .close {
    background-color: #0b6a54;
}

.gray-1 {
    color: #48484a;
}
.gray-2 {
    color: #666666;
}
.gray-3 {
    color: #808080;
}
.gray-4,
#colophon a:hover {
    color: #989898;
}
.gray-5 {
    color: #d3d3d3;
}
.gray-6 {
    color: #dddedf;
}
.gray-7 {
    color: #e5e6e7;
}
.gray-8 {
    color: #f0f0f1;
}

.bg-blue-1,
#tab-nav li:hover,
#tab-nav li:nth-child(even):hover,
#tab-nav li.current-menu-item,
#tab-nav li.current-menu-item:nth-child(even),
#scholar-nav-container #tab-nav li:last-of-type:hover,
#scholar-nav-container #tab-nav li.current-menu-item:last-of-type,
#scholar-nav-container #tab-nav li.current_page_item:last-of-type,
.scholars-alumni #scholar-nav-container #tab-nav li:last-of-type,
.alumni-alpha #scholar-nav-container #tab-nav li:last-of-type,
#scholar-block.scholars-alumni article,
.theme-blue-1 a.button:hover {
    background: #008094;
}
.bg-blue-2 {
    background: #50b5c3;
}
.bg-blue-3 {
    background: #7bc7d0;
}
.bg-green-1 {
    background: #006a53;
}
.bg-green-2 {
    background: #178064;
}
.bg-green-3,
.main-navigation li.bg-green-3.open-sub-menu > a,
.main-navigation li.bg-green-3:hover > a,
.main-navigation li.bg-green-3.focus > a,
.main-navigation #primary-menu .bg-green-3 ul li,
#tab-nav li.bg-green-3:hover,
#tab-nav .bg-green-3.current-menu-item,
#scholar-nav-container #tab-nav li:first-of-type:hover,
#scholar-nav-container #tab-nav li.current-menu-item:first-of-type,
#scholar-nav-container #tab-nav li.current_page_item:first-of-type,
#scholar-block.scholars-new article,
.theme-green-3 a.button:hover {
    background: #37ae78;
}
.bg-green-4 {
    background: #6ec49c;
}
.bg-red {
    background: #b6492b;
}
.bg-pink {
    background: #f1afaf;
}
.bg-yellow,
.main-navigation li.bg-yellow.open-sub-menu > a,
.main-navigation li.bg-yellow:hover > a,
.main-navigation li.bg-yellow.focus > a,
.main-navigation #primary-menu .bg-yellow ul li,
#tab-nav li.bg-yellow:hover,
#tab-nav .bg-yellow.current-menu-item,
#scholar-nav-container #tab-nav li:nth-child(2):hover,
#scholar-nav-container #tab-nav li.current-menu-item:nth-child(2),
#scholar-nav-container #tab-nav li.current_page_item:nth-child(2),
.scholars-current #scholar-nav-container #tab-nav li:nth-child(2),
#scholar-block.scholars-current article {
    background: #fbb619;
}

.menu .bg-yellow .close {
    background-color: #ea6c2f;
}

.bg-orange {
    background: #da6033;
}
.bg-orange-1 {
    background: #ec6d23;
}
.bg-orange-2,
.main-navigation li.bg-orange-2.open-sub-menu > a,
.main-navigation li.bg-orange-2:hover > a,
.main-navigation li.bg-orange-2.focus > a,
.main-navigation #primary-menu .bg-orange-2 ul li,
#tab-nav li.bg-orange-2:hover,
#tab-nav .bg-orange-2.current-menu-item {
    background: #f37c4e;
}
.bg-orange-2 a.button {
    background: #fff;
    color: #f37c4e;
}
.bg-orange-2 a.button:hover {
    background: #fff;
    color: #f37c4e;
}

.menu .bg-orange-2 .close {
    background-color: #b24026;
}

.menu .close {
    background-color: #004063;
    border-radius: 0 0 0 20px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: 900;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 5px;
    transition: 0.3s;
    width: 60px;
}

@media screen and (max-width: 1024px) {
    .menu .close {
        display: none;
    }
}

.menu .close:hover {
    opacity: 0.9;
}

.menu .close span {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    margin-top: 5px;
}

.comment-form-comment {
    position: relative;
}
.comment-form-comment.cursor-blink:before {
    background-color: #000;
    animation: 1s blink step-end infinite;
    content: "";
    height: 18px;
    left: 78px;
    position: absolute;
    top: 40px;
    transition: 0.3s;
    width: 1px;
}

@-webkit-keyframes blink {
    0% {
        background: transparent;
    }
    50% {
        background: #000;
    }
    100% {
        background: transparent;
    }
}

.bg-blue-1,
.bg-blue-1 h1,
.bg-blue-1 h2,
.bg-blue-1 h3,
.bg-blue-1 h4,
.bg-blue-1 h5,
.bg-blue-1 h6,
.bg-blue-2,
.bg-blue-3,
.bg-blue-3 h1,
.bg-blue-3 h2,
.bg-blue-3 h3,
.bg-blue-3 h4,
.bg-blue-3 h5,
.bg-blue-3 h6,
.bg-green-1,
.bg-green-2,
.bg-green-3,
.bg-green-3 h1,
.bg-green-3 h2,
.bg-green-3 h3,
.bg-green-3 h4,
.bg-green-3 h5,
.bg-green-3 h6,
.bg-yellow,
.bg-yellow h1,
.bg-yellow h2,
.bg-yellow h3,
.bg-yellow h4,
.bg-yellow h5,
.bg-yellow h6,
.bg-orange,
.bg-orange-1,
.bg-orange-2,
.bg-orange-2 h1,
.bg-orange-2 h2,
.bg-orange-2 h3,
.bg-orange-2 h4,
.bg-orange-2 h5,
.bg-orange-2 h6,
.profile-box h2 {
    color: #fff;
}

.bg-gray-1,
#colophon {
    background: #48484a;
}
.bg-gray-2 {
    background: #666666;
}
.bg-gray-3 {
    background: #808080;
}
.bg-gray-4 {
    background: #989898;
}
.bg-gray-5 {
    background: #d3d3d3;
}
.bg-gray-6 {
    background: #dddedf;
}
.bg-gray-7 {
    background: #e5e6e7;
}
.bg-gray-8,
.bg-gray-nav {
    background: #f0f0f1;
}
.thirds-block.bg-gray-8 .no-bg {
    background: #fff;
}

.pad-normal {
    padding-top: 35px;
    padding-bottom: 25px;
}
.pad-short {
    padding-top: 11px;
    padding-bottom: 10px;
}
.pad-none .flex-frame {
    padding: 0;
    margin: 0;
}
.pad-large {
    padding-top: 35px;
    padding-bottom: 85px;
}
.border-lt {
    border-top-left-radius: 30px;
}
.border-rt {
    border-top-right-radius: 30px;
}
.border-rb {
    border-bottom-right-radius: 30px;
}
.border-lb {
    border-bottom-left-radius: 30px;
}
.box-border-top {
    margin-top: 40px;
    border-top: 14px solid #37ae78;
}
.text-body-bg-containter {
    padding: 45px 0 0;
}
.text-body-bg {
    margin: 0 -25px 0;
    padding: 25px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

blockquote,
.blockquote {
    font-size: 18px;
    padding-left: 26px;
}
.blockquote {
    margin-top: 0;
}
.blockquote.quotes {
    position: relative;
    color: #37ae78;
    font-size: 22px;
    padding: 0 26px 0 32px;
    margin-top: 50px;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.8em;
    clear: both;
}

ul,
ol {
    margin: 0 0 1.5em 0;
    padding: 0 0 0 1.5em;
}
.frame li {
    margin-bottom: 1em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

dl.faq {
}
dl.faq p {
    margin: 0;
}
dl.faq dt {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0.6em;
}
dl.faq dt:hover,
dl.faq dt.toggle {
    color: #37ae78;
    cursor: pointer;
}
.btn-faq {
    display: none;
    position: absolute;
    top: -3px;
    left: -40px;
    height: 28px;
    width: 28px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #37ae78;
    background: rgb(208, 233, 217);
    border-radius: 50%;
    z-index: 1;
}
dl.faq dt:hover > .btn-faq,
dl.faq dt:hover > .toggl .btn-faq.open {
    display: block;
}
.toggle .btn-faq.open {
    display: block;
    line-height: 1.4;
    z-index: 99;
}
dl.faq dt,
dl.faq dd {
    max-width: 580px;
}
.bit-50 dl.faq dt,
.bit-50 dl.faq dd {
    max-width: 440px;
}
dl.faq dd {
    display: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 1.5em;
}
dl.faq dd p {
    margin-bottom: 1.5em;
}
dl.faq hr {
    color: #b3b3b3;
    margin-bottom: 1em;
}
.bit-50 dl.faq hr {
    margin-right: 30px;
}
.theme-blue-1 dl.faq dt:hover,
.theme-blue-1 dl.faq dt.toggle,
.theme-blue-1 .btn-faq {
    color: #008094;
}
.theme-blue-1 .btn-faq {
    background: rgb(204, 228, 233);
}

.theme-orange-2 dl.faq dt:hover,
.theme-orange-2 dl.faq dt.toggle,
.theme-orange-2 .btn-faq {
    color: #ec6d23;
}
.theme-orange-2 .btn-faq {
    background: rgb(232, 214, 204);
}

.footnote-link {
    background-color: #cccccc;
    color: #666666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 15px;
    width: 13px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0px 4px;
    vertical-align: sub;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.footnote-link.footnote-orange {
    background-color: #f48662;
}
.footnote-link.footnote-blue {
    background-color: #008094;
}
.footnote-link.footnote-orange,
.footnote-link.footnote-blue {
    color: #fff;
}
.footnote-link:hover {
    color: #fff;
}
.text-box .footnote-link {
    background-color: #fff;
}
.footnote-block {
    position: absolute;
    z-index: 999;
    padding: 20px 22px;
    width: 325px;
    background-color: #fff;
    border: 1px solid #afb1b4;
    color: #787a7c;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.01em;
    display: none;
}
.footnote-block p {
    margin-top: 0;
}
.footnote-container {
    position: relative;
    width: 279px;
    word-wrap: break-word;
}
.footnote-container .close {
    position: absolute;
    z-index: 1000;
    top: -19px;
    right: -21px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 13px;
    font-family: sans-serif;
    line-height: 1.7em;
    text-align: center;
}
.footnote-link sub {
    bottom: 0.5em;
}

/*--------------------------------------------------------------
# Sprites
--------------------------------------------------------------*/
.sprite {
    background: url("img/sprites.png") no-repeat;
    display: block;
}
.btn-social {
    display: inline-block;
    background: #a6b8b8;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    border-radius: 50%;
    padding: 4px 5px;
    vertical-align: middle;
    cursor: pointer;
}
.btn-social:last-child {
    margin-right: 0;
}
.btn-social:hover {
    background: #008094;
}
.btn-social span.sprite {
    width: 15px;
    height: 15px;
}
.fb-btn {
    background-position: 0px 0px;
}
.tw-btn {
    background-position: -15px 0px;
}
.lkin-btn {
    background-position: -36px 0px;
}
.tumblr-btn {
    background-position: -58px 0px;
}
.insta-btn {
    background-position: -80px 0px;
}
.yout-btn {
    background-position: -102px 0px;
}
[class*="network-"] {
    background: url("img/sprites.png") no-repeat;
    display: inline-block;
    width: 37px;
    height: 36px;
}
.network-facebook {
    background-position: -179px -18px;
}
.network-twitter {
    background-position: -143px -18px;
}
.network-linkedin {
    background-position: 1px -18px;
}
.network-tumblr {
    background-position: -35px -18px;
}
.network-instagram {
    background-position: -71px -18px;
}
.network-youtube {
    background-position: -107px -18px;
}
.connect-nav {
    float: left;
    padding-right: 6px;
}
#site-navigation #primary-menu .connect-nav {
    border: 0;
    width: 10%;
}
#site-navigation #primary-menu .connect-nav a {
    width: 37px;
}
.newsletter-icon {
    background-position: -179px -57px;
    width: 67px;
    height: 43px;
}
.letter-q {
    position: absolute;
    left: 0;
    top: 75px;
    background-position: 0 -105px;
    width: 156px;
    height: 168px;
}
.letter-a {
    position: absolute;
    right: 0;
    bottom: -25px;
    background-position: 0 -275px;
    width: 149px;
    height: 138px;
}
.quote-open {
    position: absolute;
    left: 0;
    top: -54px;
    background-position: -160px -105px;
    width: 115px;
    height: 109px;
}
.quote-close {
    position: absolute;
    right: 46px;
    bottom: -4px;
    background-position: -160px -220px;
    width: 27px;
    height: 23px;
}
.menu-hamburger {
    background-position: -250px 3px;
    width: 26px;
    height: 26px;
}
.menu-hamburger.toggle {
    background-position: -250px -23px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #808080;
    line-height: 50px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    font-size: 14px;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    background: #d8dcdc;
    color: #666;
    border: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    background: #d8dcdc;
    padding: 3px;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px;
}

textarea {
    background: #d8dcdc;
    border: none;
    padding-left: 3px;
    width: 100%;
}

.bg-gray-8 input[type="text"],
.bg-gray-8 input[type="email"],
.bg-gray-8 input[type="url"],
.bg-gray-8 input[type="password"],
.bg-gray-8 input[type="search"],
.bg-gray-8 textarea {
    background: #fff;
}

#searchMobileContainer {
    display: none;
    height: 46px;
    padding: 9px 0;
}
#searchMobile {
    display: inline-block;
    width: 90%;
}
#searchMobile input {
    background: #37ae78;
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
#searchMobileClose {
    float: right;
    color: #178064;
    font-size: 25px;
    font-weight: 100;
    font-family: sans-serif;
    line-height: 1em;
    cursor: pointer;
}

#newsletterpopup header,
.container-newsletter-content {
    padding: 30px 30px 18px;
}
.container-newsletter-icon {
    float: left;
    margin: 0 25px 25px 0;
}
.container-newsletter-header {
    float: left;
    font-size: 14px;
    line-height: 20px;
    width: 75%;
}
.container-newsletter-header h3 {
    margin: 0 0 10px;
}
.container-newsletter-header p {
    margin: 0 0 30px;
    width: 90%;
}
.container-newsletter-header #signup {
    color: #50b5c3;
    background: #fff;
}
#primary .gform_wrapper .gsection {
    border: 0;
}
.gform_body label {
    font-size: 14px;
}
.gform_wrapper.four-column_wrapper label {
    font-size: 12px;
}
.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child,
.gform_wrapper.four-column_wrapper ul.gform_fields,
.gform_wrapper.four-column_wrapper ul.gform_column li.gsection:first-child {
    display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column,
.gform_wrapper.four-column_wrapper ul.gform_fields.gform_column {
    display: block;
    float: left;
    padding-right: 30px;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column:last-of-type,
.gform_wrapper.four-column_wrapper ul.gform_fields.gform_column:last-of-type {
    padding-right: 0px;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    width: 50%;
}
.gform_wrapper.two-column_wrapper .gform_footer input[type="submit"] {
    margin-left: 50%;
}
.gform_wrapper.four-column_wrapper .gform_footer input[type="submit"] {
    margin-left: 75%;
}
.gform_wrapper.four-column_wrapper ul.gform_fields.gform_column {
    width: 25%;
    padding-right: 19px;
}
.gform_wrapper .gform_column .gsection {
    margin: 0;
}
.gform_wrapper.two-column_wrapper textarea.medium {
    height: 10.7em;
}
.gform_wrapper.four-column_wrapper textarea.large {
    height: 10.4em;
}
.gform_wrapper.four-column_wrapper .ginput_complex label {
    font-size: 12px;
    font-weight: 700;
}
.gform_wrapper.four-column_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.four-column_wrapper.gf_browser_chrome .ginput_complex select {
    margin-bottom: 0;
}
.gform_wrapper.four-column_wrapper select {
    background: #f3f4f4;
    border: 0;
    height: 26px;
}

/*--------------------------------------------------------------
# Forms - NetCommunity
--------------------------------------------------------------*/
#nc-tree-nav-container {
    padding: 0;
    margin: 20px 50px 50px 3em;
}
#nc-tree-nav-container table table {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-collapse: initial;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
#nc-tree-nav-container table table a {
    font-weight: bold;
}

#tree-nav-container ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
#tree-nav-container ul li a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
#tree-nav-container ul li a.selected {
    color: #008094;
}

.BBFormTitle {
    border: none;
    color: #48484a;
}
.BBPager {
    min-height: 38px;
}
.BBPager .BBPagerPageSelectedLink,
.BBPager .BBPagerPageLink {
    display: inline-block;
    margin: 15px 3px 0;
}

#BodyId select {
    font-size: 12px;
    background-color: #f0f0f1;
    border: none;
    min-width: 180px;
}

#primary .BBFormTable {
    border: none;
    font-size: 14px;
    line-height: 20px;
}
#primary .BBListingHeading {
    border: none;
}
#primary .DonationListingHeading,
#primary .DonationCaptureListingHeading {
    color: #008094;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    background: none;
    padding-bottom: 28px;
    padding-top: 30px;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
}
#primary .DonationListingHeading:first-child {
    padding-top: 0px;
    border: none;
}
#primary .DonationFieldCaption,
#primary .DonationCaptureFieldCaption {
    background: none;
    vertical-align: top;
    font-weight: bold;
}
#primary .BBFieldCaption,
#primary .BBFieldControlCell {
    padding: 0 0 10px;
}

#primary .BBFieldCaption {
    text-align: left;
    vertical-align: middle;
    white-space: inherit;
}
.BBFormTable.DonationFormTable {
    max-width: 600px;
    display: block;
}
.BBFormTable.DonationFormTable tbody,
.BBFormTable.DonationFormTable tr,
.BBFormTable.DonationFormTable td {
    display: block;
}
#primary .BBFormTable.DonationFormTable .BBFieldControlCell {
    padding: 0 0 15px;
}
.BBFormTable.DonationFormTable tbody table {
    margin: 0;
}
.BBFormRequiredFieldMarker {
    color: #666;
    height: 29px;
}

.BBFormTable.DonationFormTable .DonationFormTable_DonationPanel table tr {
    display: inline-block;
    width: 45%;
}
.BBFormTable.DonationFormTable .DonationFormTable_DonationPanel table td {
    display: inline-block;
}
#primary .BBFormTable.DonationFormTable [id*="_tblAmount"] .BBFieldControlCell {
    padding: 0 0 10px;
}
#primary .BBFormTable.DonationFormTable [id*="_tblAmount"] .BBFieldControlCell.vaBottom {
    padding: 0 10px 10px;
}
#primary .BBFormTable.DonationFormTable [id*="_tblAmount"] .BBFieldControlCell[id*="_tdOther"] {
    padding: 0 10px 10px 0;
}
[id*="_tdOther"] table input {
    width: 100px !important;
}
#primary .wsNowrap.BBFieldControlCell.DonationFieldControlCell {
    width: 190px;
}

[id*="_trAdditInformation"] {
    padding: 25px 0 10px;
}
#primary [id*="_trAdditInformation"] .DonationListingHeading {
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
[id*="_Recurrence_divFrequency"] {
    padding: 10px 0 0;
}
.DonationTextArea {
    height: 60px;
    margin-bottom: 15px;
}
#primary tbody.BBFormTable.DonationCaptureFormTable {
    padding-top: 30px;
}
#primary tbody.BBFormTable.DonationCaptureFormTable tr {
    display: inline-block;
    width: 45%;
}
#primary tbody.BBFormTable.DonationCaptureFormTable tr:first-of-type {
    display: block;
    width: 100%;
}
#primary tbody.BBFormTable.DonationCaptureFormTable .BBFieldControlCell.DonationCaptureFieldControlCell,
#primary tbody.BBFormTable.DonationCaptureFormTable .BBFormRequiredFieldMarker,
#primary tbody.BBFormTable.DonationCaptureFormTable [id*="_DonationCapture1_AddressCtl_tdreq_stateUS"] {
    display: inline-block;
}
#primary tbody.BBFormTable.DonationCaptureFormTable .DonationCaptureTextArea {
    width: 180px;
}

[id*="_DonationCapture1_tbdyPaymentInfo"] .wsNowrap.BBFieldControlCell.sDonationCaptureFieldControlCell {
    display: inline-block;
}
[id*="_DonationCapture1_tbdyPaymentInfo"] .wsNowrap.BBFieldControlCell.sDonationCaptureFieldControlCell table td {
    display: inline-block;
}
#BodyId select.DonationCaptureSelectListNarrow {
    width: 75px;
    min-width: 75px;
}
.BBLinkHelpIcon:before {
    content: "?";
    color: #999999;
    background: #f3f4f4;
    margin: 0 6px;
    padding: 5px 11px;
    border-radius: 50%;
    font-size: 16px;
    vertical-align: middle;
}
.BBLinkHelpIcon:hover::before {
    color: #008094;
}
.BBLinkHelpIcon img {
    display: none;
}

/*Online Express Form - Newsletter*/
.BBFormSection legend {
    display: none;
}
.BBFormContainer .BBFormSignupFieldWide {
    margin-right: 15px !important;
}
input[type="text"].BBFormTextbox,
input[type="email"].BBFormTextbox {
    min-height: 27px !important;
    width: 180px !important;
    padding: 3px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #f0f0f1 !important;
    border: 0 !important;
    line-height: 1.5em !important;
    opacity: 1 !important;
    font-size: 14px;
}
input[type="text"].BBFormTextbox:focus,
input[type="email"].BBFormTextbox:focus {
    box-shadow: none !important;
    background-color: #f0f0f1 !important;
}
.BBFormButtonRow input[type="submit"] {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-top: 25px;
}
.BBFormButtonRow input[type="submit"]:hover {
    background: #50b5c4 !important;
}
.BBFormContainer {
    padding: 0 !important;
}

/*Ecard*/
.ECardThumbnail {
    width: 24%;
    min-height: 200px;
}

/*Events*/
.EventTable {
    width: inherit;
    max-width: 700px;
    margin: auto;
}
.EventTable td,
.EventTable th {
    padding: 10px;
}
.EventProgressCell,
.EventProgressCellFuture,
.EventProgressCellPast {
    border: 1px solid #aaa;
}
.EventProgressCell {
    background-color: #008094;
    color: #fff;
}
.EventProgressCellPast {
    background-color: #50b5c3;
    color: #fff;
}
.EventProgressCellFuture {
    background-color: transparent;
}
.EventSectionHeader {
    font-family: "Montserrat", sans-serif;
    color: #008094;
    font-size: 24px;
}
#primary .Ev2_PriceTypesRow {
    background: #e5e6e7;
}
.Ev2_PriceTypesRow input[type="text"],
.Ev2_PriceTypesRow input[type="email"],
.Ev2_PriceTypesRow input[type="url"],
.Ev2_PriceTypesRow input[type="password"],
.Ev2_PriceTypesRow input[type="search"] {
    background: #fff;
}
#primary .Ev2_RegistrantContent input[type="text"] {
    height: 30px;
}

/*ENewsletter Signup*/
.BBFormContainer[data-bbox-part-id="eb93f64f-1a1c-482c-b333-3f9aae8998b8"] .BBFormButtonRow {
    clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
    padding-top: 39px;
}
#masthead a {
    text-decoration: none;
    text-transform: uppercase;
}
#site-branding {
    position: relative;
    height: 91px;
    margin-bottom: 40px;
}
#logo {
    background: url("img/point-foundation-logo.png") no-repeat;
    display: block;
    height: 86px;
    width: 233px;
}
#header-navigation {
    font-size: 12px;
}
.social-nav {
    margin: 10px 0 18px;
}
#header-btns {
    margin-left: 20px;
    margin-top: -4px;
}
#colophon .button {
    background: #ffffff;
    color: #48484a;
}
#colophon .button a {
    color: #48484a;
}
#header-menu,
.header-menu,
#colophon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-1 aside:first-child > h2,
#footer-4 aside:nth-of-type(2) > h2 {
    color: #50b5c3;
}
#footer-2 aside:first-child > h2 {
    color: #37ae78;
}
#footer-3 aside:first-child > h2 {
    color: #f37c4e;
}
#footer-3 aside:nth-of-type(2) > h2 {
    color: #fbb619;
}
#footer-4 aside:first-child > h2 {
    color: #f1afaf;
}
.footer-4 {
    clear: both;
    min-height: 84px;
}
#secondary-navigation {
    position: absolute;
    right: 112px;
    top: 48px;
}
.menu-header-container {
    float: left;
    line-height: 28px;
    margin-right: 12px;
}
#header-menu,
.header-menu,
.search-wrapper form input {
    font-size: 12px;
}
#header-menu a:hover,
.header-menu a:hover {
    color: #00b4d1;
    color: rgba(0, 128, 148, 0.75);
}
.search-wrapper #searchHeader {
    float: left;
    display: none;
}
.search-wrapper form input {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}
#header-search .search-field {
    margin-right: 5px;
    width: 145px;
}
#header-search {
}
#header-search .sprite.search,
input#searchIcon,
#mobile-search.sprite.search {
    background: url("img/sprites.png") no-repeat #fff;
    display: inline-block;
    width: 27px;
    height: 28px;
    background-position: -219px -15px;
    line-height: 1;
    padding: 0px;
    color: #fff;
    border: 0;
    cursor: pointer;
}
#mobile-search.sprite.search {
    margin-right: 20px;
}
#header-cta-container .frame {
    margin: 0;
}
.cta-widget-container {
    display: none;
    margin: 22px 0 24px;
    width: 100%;
}
.cta-widget {
    color: #fff;
    font-size: 14px;
    width: 90%;
    float: left;
}
#header-cta-container .cta-widget h4 {
    color: #7bc7d0;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.cta-widget p {
    margin: 0;
    padding: 0;
}
.cta-widget a,
.cta-widget a:hover,
.cta-widget a:focus,
.cta-widget a:active,
.cta-widget a:visited {
    color: #fff;
    font-weight: 500;
}
.cta-widget .arrow-right {
    border-left-color: #fff;
}
.cta-close {
    float: right;
    color: #005e7f;
    font-size: 35px;
    font-weight: 100;
    font-family: sans-serif;
    line-height: 50px;
    cursor: pointer;
}
::-webkit-input-placeholder {
    color: #989898;
    font-size: 12px;
    text-transform: capitalize;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #989898;
    font-size: 12px;
    text-transform: capitalize;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #989898;
    font-size: 12px;
    text-transform: capitalize;
}
:-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
#searchHeader ::-webkit-input-placeholder {
    text-align: center;
}
#searchHeader :-moz-placeholder {
    text-align: center;
}
#searchHeader ::-moz-placeholder {
    text-align: center;
}
#searchHeader :-ms-input-placeholder {
    text-align: center;
}
#searchMobile ::-webkit-input-placeholder {
    color: #fff;
    font-size: 12px;
    text-transform: inherit;
    text-align: center;
}
#searchMobile :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 12px;
    text-transform: inherit;
    text-align: center;
}
#searchMobile ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 12px;
    text-transform: inherit;
    text-align: center;
}
#searchMobile :-ms-input-placeholder {
    color: #fff;
    font-size: 12px;
    text-transform: inherit;
    text-align: center;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:hover > .arrow-right,
a:focus > .arrow-right,
a:active > .arrow-right,
[class*="social-"]:hover [class*="social-"]:focus,
[class*="social-"]:active {
    color: #666;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

#scholar-block .scholar-link:hover,
#scholar-block .scholar-link:focus,
#scholar-block .scholar-link:active {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
[class*="theme-"] a:hover,
[class*="theme-"] a:focus,
[class*="theme-"] a:active,
.scholar-img a:hover,
.scholar-img a:focus,
.scholar-img a:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

#colophon a {
    text-decoration: none;
}

.btn-donate {
    display: inline-block;
    background: #a6b8b8;
    background: #ec6d23;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    padding: 36px 0px;
    text-align: center;
    cursor: pointer;
}
.btn-donate:hover {
    background: #e6a816;
}

.arrow-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #808080;
    margin-left: 7px;
    margin-right: 10px;
}
.button .arrow-right {
    margin-right: 0px;
    border-left-color: #fff;
}
.scholar-link .arrow-right {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
}
#scholar-block .scholar-link:hover > .arrow-right {
    border-left-color: #fff;
}
.container-play-button {
    position: absolute;
    bottom: -39px;
    right: -26px;
    border: 3px solid #008094;
    border-radius: 50%;
    height: 77px;
    width: 77px;
}
.play-button {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #008094;
    margin: 21px 0 0 26px;
}
.container-play-button:hover {
    border-color: #005e7f;
}
.container-play-button:hover > .play-button {
    border-left-color: #005e7f;
}
.slide-blue-1 .container-play-button {
    border-color: #7bc7d0;
}
.slide-blue-1 .play-button {
    border-left-color: #7bc7d0;
}
.slide-blue-1 .container-play-button:hover {
    border-color: #50b5c3;
}
.slide-blue-1 .container-play-button:hover > .play-button {
    border-left-color: #50b5c3;
}
.slide-green-3 .container-play-button {
    border-color: #178064;
}
.slide-green-3 .play-button {
    border-left-color: #178064;
}
.slide-green-3 .container-play-button:hover {
    border-color: #006a53;
}
.slide-green-3 .container-play-button:hover > .play-button {
    border-left-color: #006a53;
}
.slide-orange-2 .container-play-button {
    border-color: #b6492b;
}
.slide-orange-2 .play-button {
    border-left-color: #b6492b;
}
.slide-orange-2 .container-play-button:hover {
    border-color: #ec6d23;
}
.slide-orange-2 .container-play-button:hover > .play-button {
    border-left-color: #ec6d23;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button {
    background: #808080;
    line-height: 50px;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
a.button:hover {
    color: #fff;
}
a.btn,
a.btn:visited {
    float: left;
    display: inline;
    line-height: 50px;
    padding: 0 30px;
    background: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
a.btn:hover,
a.button:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    width: 100%;
    height: 58px;
    margin-bottom: 5px;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}

.main-navigation li {
    float: left;
    width: 25%;
    text-align: center;
    background: #e5e6e7;
}
.main-navigation li:first-child,
.main-navigation li:first-child > a,
.main-navigation li:first-child:hover > a,
.main-navigation li.focus:first-child > a {
    border-radius: 25px 0 0 0;
}
.main-navigation li:nth-child(even) {
    background: #f0f0f1;
}
.main-navigation a {
    display: block;
    height: 58px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #808080;
    padding-top: 20px;
    text-decoration: none;
}
.main-navigation ul ul {
    padding-top: 5px;
    position: absolute;
    top: 58px;
    left: -999em;
    z-index: 99999;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.main-navigation #primary-menu ul li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    background: #008094;
}
.main-navigation ul ul li {
    width: 50%;
    padding: 0px 70px;
    min-height: 435px;
}
.main-navigation ul ul li:nth-of-type(even) {
    padding-left: 0;
}
.main-navigation ul ul a {
    color: #004063;
    font-size: 14px;
    padding-top: 45px;
    height: 66px;
}
.main-navigation ul ul ul {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
}
.main-navigation ul ul ul a {
    color: #fff;
    font-size: 26px;
    line-height: 1.5em;
    padding: 13px 0 9px;
    height: inherit;
    width: 360px;
}
.main-navigation ul ul ul li {
    width: 100%;
    padding: 0;
    width: 100%;
    height: inherit;
    min-height: inherit;
    border-bottom: 1px solid #fff;
}
.main-navigation ul ul ul li:last-of-type {
    border-bottom: 0;
}

.main-navigation li.open-sub-menu > a,
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    background: #008094;
    color: #fff;
}
.main-navigation .menu > li.open-sub-menu > ul,
.main-navigation .menu > li.focus > ul {
    left: 0;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
    background: none;
    color: #004063;
}
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a {
    color: #004063;
}
.main-navigation ul .bg-green-3 ul ul a,
.main-navigation ul .bg-yellow ul ul a,
.main-navigation ul .bg-orange-2 ul ul a {
    color: #fff;
}

/* Small menu. */
#mobile-buttons {
    display: none;
    height: 25px;
}
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
#mobile-donate {
    display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.fltleft {
    float: left;
}
.fltright {
    float: right;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.textcenter {
    text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#primary {
    margin-bottom: 70px;
}
#primary.footer-none {
    margin-bottom: 0;
}
.margin-inner {
    margin-left: 30px;
}

.sectional-heading {
    padding: 5px 0 8px;
}
.bg-present {
    padding-bottom: 30px;
}
.bg-present .sectional-heading {
    padding: 55px 0 35px;
}
.twothirds-block.sectionals .sectional-body {
    min-height: 225px;
}
.quarters-block.sectionals {
    margin-top: -20px;
}
.quarters-block .sectionals header {
    min-height: 97px;
}
.sectionals header {
    padding: 1px 25px;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.sectionals .bit-33 .no-bg {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 32px 32px 25px;
    min-height: 348px;
}
.sectionals .bit-25 div {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 32px 32px 25px;
    min-height: 348px;
}
.sectionals header p {
    margin: 26px 0;
}

.image-block .half {
    width: 51%;
}
.image-block .two-thirds {
    width: 59%;
}
.image-block .fullslider {
    width: 61.86%;
}
.image-block .quote {
    width: 55%;
}
.image-block .graph {
    width: 48%;
}
.image-block img {
    display: block;
}
.image-block .fltleft {
    padding-right: 12px;
}
.image-block .fltleft:last-of-type {
    padding-right: 0;
}
.image-block.banner-padding .fltleft {
    padding-top: 12px;
    padding-bottom: 12px;
}

.video-block [class*="bit-"] {
    padding: 0;
}
.video-block .bit-33 {
    padding: 50px 10px 0 0;
    min-height: 353px;
}

.multi-block .content-frame {
    padding-bottom: 9px;
}
.multi-block .image-block img {
    width: 100%;
    margin: 0;
}
.half-slider {
    margin-bottom: 40px;
}

/**** Tab Block ******/
.tab {
    display: none;
}
.tab.active,
.tab:first-child {
    display: block;
}

.tab-nav-container {
    padding: 45px 0 45px;
}
.margin-inner .tab-nav-container {
    padding-top: 0;
}
#tab-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}
#tab-nav li {
    background: #d3d3d3;
    display: inline-block;
    cursor: pointer;
}
#tab-nav li:nth-child(even) {
    background: #dddedf;
}
#tab-nav li:first-of-type {
    border-radius: 15px 0 0 15px;
}
#tab-nav li:last-of-type {
    border-radius: 0 15px 15px 0;
}
#tab-nav a {
    display: block;
    padding: 20px 45px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.margin-inner #tab-nav a {
    font-size: 18px;
}

.internal_tabs section {
    border-bottom: 1px solid #ccc;
    padding: 35px 20px;
    font-size: 14px;
    line-height: 20px;
}
.internal_tabs section:last-of-type {
    border: none;
}

/**** Profile Block ******/
.profile-block-container {
    position: relative;
}
.profile-block {
    padding-top: 50px;
    padding-bottom: 25px;
}
.profile-teaser,
.profile-teaser a {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
}
.profile-teaser header p,
.profile-box p {
    margin-top: 0;
    font-weight: bold;
}
.profile-teaser h2,
.profile-box h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1em;
}
.profile-image {
    float: right;
    margin-top: 49px;
}
.profile-trigger {
    cursor: pointer;
}
.profile-box {
    float: left;
    width: 71%;
}
.profile-expanded {
    display: none;
    position: absolute;
    background: #37af78;
    padding: 45px 45px 35px;
    color: #fff;
    width: 68.5%;
    z-index: 999;
}
.profile-expanded .profile-container {
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
.profile-expanded .profile-container .close {
    position: absolute;
    right: -20px;
    top: -25px;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    cursor: pointer;
}
.profile-content {
    width: 65%;
    float: left;
}
.profile-expanded .profile-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.multi-page-block nav.nav-footer ul {
    margin-bottom: 40px;
}
.nav-footer #tree-nav li:last-of-type {
    border: none;
    padding: 0;
    margin: 0;
}
#tree-nav li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
#tree-nav li a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.col-wide-third {
    margin-bottom: 115px;
    width: 32.63%;
    float: left;
}
.col-wide-twothird {
    padding-top: 33px;
    margin-bottom: 115px;
    width: 67%;
    float: left;
}
.multi-page-block nav ul {
    list-style: none;
    padding: 0;
    margin: 33px 50px 70px 3em;
}
#tree-nav-footer {
    padding: 22px 50px 0 3em;
    background: #e5e6e7;
    color: #666;
    font-size: 15px;
}
#tree-nav-footer p {
    margin-bottom: 0.5em;
}
#colophon {
    color: #fff;
    font-size: 12px;
    padding: 60px 0 100px;
}
#colophon .widget-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
### HOMEPAGE (MC)
--------------------------------------------------------------*/
.home #primary {
    overflow: hidden;
}
/* Homepage > Share Your Voice audio carousel */
.audio-carousel {
    float: left;
    width: 61.9%;
}
.info-wrapper-cta {
    font-size: 14px;
    width: 56%;
}
.info-wrapper-meta {
    width: 44%;
}
.info-wrapper-cta,
.info-wrapper-meta {
    float: left;
    padding: 0 15px 25px;
}
body.home .audio-wrapper {
    padding-bottom: 0;
    margin-bottom: 40px;
}
body.home .audio-wrapper .header h3 {
    margin: 30px 0;
    text-align: center;
}
body.home .bg-green-3 .audio-slides .info-wrapper {
    background: #ffffff;
}
body.home .bg-green-3 .audio-slides .details .audio-wrapper {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}
body.home .audio-slides .details {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    padding-right: 50px;
}

body.home .audio-slides .details p {
    margin: 0;
}
body.home .info-wrapper .frame {
    position: relative;
    margin: 0;
    padding: 25px 29px 0;
}
body.home .audio-wrapper a.btn-play {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #006a53 url("img/sprite-playpause.png") no-repeat center 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
body.home .no-padding .alpha,
body.home .no-padding .omega {
    padding: 0;
}
.home .half-slider-container {
    width: 38.1%;
    float: left;
}
body.home .half-slide .slides li {
    height: 415px;
    overflow: hidden;
}
/* Homepage > Share Your Voice comments shortcode [sharevoice] */
body.home #share {
    margin: 0 0 35px;
    padding: 0;
}
body.home #share h3 {
    font-size: 22px;
    margin: 30px 10px 0 0;
}
body.home #share .header,
body.home #share .content,
body.home #share .cta {
    float: left;
    padding-bottom: 0;
    display: inline;
}
body.home #share .header {
    width: 25%;
}
body.home #share .content {
    width: 50%;
}
body.home #share .cta {
    width: 25%;
}
body.home #share .content {
    background: transparent url("img/divider-share.png") no-repeat right center;
}
body.home #share .frame {
    margin-right: 0;
}
.more-arrow {
    display: inline-block;
    width: 8px;
    height: 9px;
    background: transparent url("img/next-white.png") no-repeat scroll right center;
}
body.home #share .header {
    padding-right: 0;
}
body.home #share .content {
    position: relative;
    padding-bottom: 0;
    height: 92px;
}
body.home #share .comment-scroll {
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    position: absolute;
    top: 50%;
    margin: -25px 0 0;
    padding: 0;
    left: 10px;
    list-style: none;
    width: 340px;
}
body.home #share .comment-scroll .comment {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: italic;
    font-family: Georgia, serif;
    color: #ffffff;
}
body.home #share .comment-scroll .selected {
    display: block;
}
body.home #share .comment-scroll .comment a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0 10px 5px;
}
body.home #share .content a.btn {
    display: block;
    float: right;
    background: #ffffff;
    color: #37ae78;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 14px;
    margin: 30px 40px 0 0;
}
body.home #share .cta {
    float: right;
    font-size: 14px;
    line-height: 16px;
}
body.home #share .cta a {
    display: block;
    padding: 30px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
body.home #share .content a.btn:hover,
body.home #share .cta a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/* Homepage > Blog */
body.home .postFeed .singlePost {
    text-algin: center;
}
body.home .postFeed a {
    display: block;
    text-decoration: none;
    text-align: center;
}
body.home .postFeed a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
body.home .postFeed li {
    padding-top: 25px;
    padding-bottom: 26px;
}
body.home .postFeed .singlePost {
    min-height: 100px;
    padding: 0 20px;
}
body.home .postFeed .singlePost p:visited,
body.home .postFeed .singlePost p {
    color: #008094;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
}
body.home .postFeed .singlePost p.more {
    color: #f37c4e;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}
body.home .postFeed .singlePost .image-cropper {
    width: 100px;
    height: 100px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px;
    background-color: #f37c4e;
    padding: 0;
}
body.home .postFeed .singlePost .image-cropper img {
    margin: -10px 0 0 -10px;
    width: 150%;
    max-width: 150% !important;
    height: auto;
}
body.home a.white {
    float: right;
    display: inline;
    background: #ffffff;
    color: #f37c4e;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 10px;
}

/* HOMEPAGE SECTION STYLES (CAN DELETE AND REWORK) */
body.home .sectionals .bg-yellow {
    padding: 25px 29px 12px;
    color: #48484a;
}
body.home .sectionals .bg-yellow p {
    font-size: 12px;
}
body.home .sectionals .bg-yellow a {
    color: #48484a;
}
body.home .sectionals .bg-yellow a .arrow-right {
    border-left-color: #48484a;
}
body.home .sectionals .no-bg p {
    margin: 0;
}
body.home .sectionals header p {
    font-size: 22px;
    font-weight: bold;
}

/*--------------------------------------------------------------
### Meet Our Scholars
--------------------------------------------------------------*/
.menu-scholar-menu-container {
    margin: 50px 0 55px;
}
#scholar-block article {
    float: left;
    width: 202px;
    margin-right: 11px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 12px;
}
#scholar-block article:nth-of-type(5n) {
    margin-right: 0;
}
.scholar-img {
    height: 270px;
}
.scholar-meta {
    position: relative;
    height: 160px;
    padding: 14px;
}
#scholar-block h2 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}
#scholar-block .scholar-meta p {
    margin: 0;
}
#scholar-block h2,
#scholar-block .scholar-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#scholar-block .scholar-link {
    position: absolute;
    bottom: 20px;
}
#scholar .ssba.ssba-wrap,
.news .ssba.ssba-wrap {
    display: none;
}
#scholar.featherlight-inner {
    font-size: 14px;
}
.single-scholars .headshot img {
    margin-top: 33px;
}
#scholar-block .pagination-wrapper {
    padding: 0;
}
#scholar-block .pagination-wrapper .frame {
    margin: 0;
}
#scholar-block .page-numbers {
    color: #808080;
    font-weight: normal;
}
#scholar-block.scholars-current .page-numbers.current,
#scholar-block.scholars-current .page-numbers:hover {
    color: #fbb619;
}
#scholar-block.scholars-alumni .page-numbers.current,
#scholar-block.scholars-alumni .page-numbers:hover {
    color: #008094;
}
#scholar-block .prev.page-numbers,
#scholar-block .next.page-numbers {
    font-weight: 600;
}
#scholar-block .prev.page-numbers {
    padding-right: 20px;
}
#scholar-block .next.page-numbers {
    padding-left: 20px;
}
#alphaSort {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    line-height: 37px;
}
.help-text {
    color: #008094;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#primary #alphaSort li {
    display: inline-block;
}
#primary #alphaSort a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 33px;
    width: 35px;
    transition: none;
}
#primary #alphaSort a.current,
#primary #alphaSort a:hover,
#primary #alphaSort a:active {
    color: #008094;
    border: 2px solid #008094;
    border-radius: 50%;
}
/* Ask Scholar Page */
#ask-scholar {
    position: relative;
    padding-bottom: 0;
}
#ask-scholar h2.headline-5 {
    color: #808080;
    padding: 10px 0 50px;
}
#ask-scholar .flex-frame {
    font-size: 14px;
    line-height: 20px;
}
#ask-scholar .flex-frame h2 {
    color: #008094;
    font-size: 16px;
    text-transform: none;
    line-height: 1.3em;
    letter-spacing: 0;
}

/*--------------------------------------------------------------
### Media Center
--------------------------------------------------------------*/
.newsFeed,
.postFeed {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newsFeed {
    min-height: 260px;
}
.newsFeed li {
    margin: 0;
}
.newsFeed p {
    max-width: 166px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
}
.newsFeed a {
    color: #666;
    text-decoration: none;
}
.newsFeed a:hover {
    color: #008094;
}

/*--------------------------------------------------------------
### Blog Landing (MC)
--------------------------------------------------------------*/
.blog-grid {
    margin: 0 auto;
    background: #eee;
    max-width: 1054px;
}
.blog-grid {
    text-align: center;
    color: #000;
}
.grid-item {
    position: relative;
    float: left;
    margin-bottom: 2px;
}
.grid-item-1,
.grid-item-8 {
    width: 526px;
    height: 526px;
}
.grid-item-6,
.grid-item-7,
.grid-item-2,
.grid-item-3 {
    width: 262px;
    height: 262px;
}
.grid-item-4,
.grid-item-5,
.grid-item-9,
.grid-item-10 {
    width: 526px;
    height: 262px;
}
.grid-item-6 p,
.grid-item-7 p,
.grid-item-2 p,
.grid-item-3 p,
.grid-item-4 p,
.grid-item-5 p,
.grid-item-9 p,
.grid-item-10 p {
    display: none;
}
/* Standard Post */
.blog-grid article {
    position: relative;
    overflow: hidden;
}
.blog-grid article h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 28px;
}
.blog-grid article p {
    margin-bottom: 37px;
}
.blog-grid article img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
/* Repositioning for horizontal boxes */
.grid-item-4 img.center,
.grid-item-5 img.center,
.grid-item-9 img.center,
.grid-item-10 img.center {
    top: 50%;
    margin-top: -260px;
}
.grid-item-4 img.bottom,
.grid-item-5 img.bottom,
.grid-item-9 img.bottom,
.grid-item-10 img.bottom {
    top: inherit;
    bottom: 0;
}
#primary .blog-grid article .btn {
    display: inline-block;
    margin: 0 auto 0;
    color: #178064;
    background: #fff;
    padding: 15px 45px;
    text-decoration: none;
}
#primary .blog-grid article a {
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
#primary .blog-grid article .post-details {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    background: #178064;
    font-size: 13px;
    height: 100%;
    width: 100%;
    padding: 40px;
    overflow: hidden;
}
#primary .blog-grid article a:hover .post-details {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
#primary .blog-grid article a:hover .post-details .btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
/* Green Hover Box */
#primary .blog-grid article.green .post-details {
    background: #37ae78;
}
#primary .blog-grid article.green h3 {
    color: #006a53;
}
#primary .blog-grid article.green .btn {
    color: #178064;
}

/* Blue Hover Box */
#primary .blog-grid article.blue .post-details {
    background: #008094;
}
#primary .blog-grid article.blue h3 {
    color: #004063;
}
#primary .blog-grid article.blue .btn {
    color: #008094;
}

/* Orange Hover Box */
#primary .blog-grid article.orange .post-details {
    background: #ec6d23;
}
#primary .blog-grid article.orange h3 {
    color: #b6492b;
}
#primary .blog-grid article.orange .btn {
    color: #ec6d23;
}

/* Yellow Hover Box */
#primary .blog-grid article.yellow .post-details {
    background: #fbb619;
}
#primary .blog-grid article.yellow h3 {
    color: #f37c4e;
}
#primary .blog-grid article.yellow .btn {
    color: #fbb619;
}
/*--------------------------------------------------------------
### Single Post (MC)
--------------------------------------------------------------*/
body.single .bg-blue-1 .frame {
    margin-right: 0;
}
.entry-header .entry-meta,
#secondary h4,
#main .ssba,
.single-post .entry-content a,
.single-post .entry-content h2,
.single-post .entry-content h3 {
    color: #f37c4e;
}
#viewpoint {
    text-align: center;
}
#viewpoint h1 {
    color: #fff;
    margin: 0 0 10px;
    padding-top: 50px;
}
#viewpoint p {
    font-size: 20px;
    color: #ec6d23;
    padding-bottom: 50px;
    margin: 0;
}
/* Blog Banner */
#viewpoint .bg-yellow {
    width: 100%;
    background: #fbb619 url("img/banner-connect-left.png") repeat-y 0 0;
    text-align: center;
}
#viewpoint .bg-yellow .inner {
    background: transparent url("img/banner-connect-right.png") repeat-y right 0;
    min-height: 205px;
}
#viewpoint .bg-orange-2 .bit-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
#viewpoint .sort,
#viewpoint .search-filters {
    line-height: 30px;
}
/* Sort section */
#viewpoint .sort {
    float: right;
    display: inline;
    text-align: right;
    width: 278px;
    margin-right: 30px;
}
#viewpoint .sort .form-wrapper {
    width: 184px;
    overflow: hidden;
    float: right;
    display: inline;
    margin-left: 14px;
    height: 35px;
    background: #ffffff url("img/sprite-connect.png") no-repeat 150px -201px;
}
#viewpoint .sort select {
    float: left;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 200px;
    padding: 0 50px 0 0;
    text-indent: 2px;
    line-height: 35px;
    height: 35px;
    color: #999;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
#viewpoint .sort select option {
    padding: 0;
    margin: 0;
    text-indent: 10px;
}
#viewpoint .sort select::-ms-expand {
    display: none;
}
/* Search section */
#viewpoint .search-filters {
    background: #f37c4e;
    padding: 40px 0;
    color: #fff;
    font-size: 15px;
}
#viewpoint .search {
    line-height: 32px;
    float: left;
    display: inline;
}
#viewpoint .search .form-wrapper {
    float: right;
    display: inline;
    margin-left: 14px;
    height: 32px;
    overflow: hidden;
}
#viewpoint .search .form-wrapper .search-field {
    width: 180px;
    height: 33px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    text-indent: 20px;
}
#viewpoint .search .form-wrapper .search-submit /* Search BUTTON */ {
    float: right;
    width: 35px;
    height: 33px;
    text-indent: -9999em;
    border: 0;
    /*background: #fbb619 url("img/icon-search-orange.png") no-repeat center;*/
    background: #fbb619 url("img/sprite-connect.png") no-repeat 0 -239px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
#viewpoint .search .form-wrapper .search-submit:hover {
    background-color: #ffcc66;
}
/* Blog Sidebar */
#secondary {
    padding-right: 0;
    float: right;
}
#secondary h4 {
    display: block;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 16px;
}
#secondary .widget_tag_cloud h4 {
    margin-bottom: 0;
}
#secondary .widget {
    margin-bottom: 53px;
}
#secondary .widget_recent_entries {
    background: #eff1f2;
    padding-top: 44px;
    padding-bottom: 44px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#secondary .widget {
    padding-right: 44px;
    padding-left: 44px;
}
#secondary .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary .widget_recent_entries ul li {
    margin-bottom: 20px;
}
#secondary a {
    color: #666;
    text-decoration: none;
}
#secondary a:hover {
    color: #f37c4e;
}
/* Main Content */
body.single header.entry-header,
body.single header.entry-header .box {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
body.single header.entry-header {
    margin-top: 50px;
}
body.single .entry-content {
    margin-top: 0;
}
body.single .entry-content p {
    margin-top: 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}
.entry-header .entry-meta {
    font-weight: bold;
}
.entry-header .entry-title {
    font-size: 20px;
    color: #666666;
}
/* SHARE ICONS */
.ssba img.ssba-img {
    display: none !important;
}
.share .ssba a,
.ssba a {
    float: left;
    display: inline;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background-image: url("img/sprites.png") !important;
    background-repeat: no-repeat;
    background-position: center;
}
.post .ssba {
    margin-top: 60px;
}
.post .ssba a {
    background-color: #989898;
    background-repeat: no-repeat;
    margin-top: 30px;
}
.ssba a.ssba_facebook_share {
    background-position: 18px -68px;
}
.ssba a.ssba_facebook_share:hover {
    background-color: #008094;
} /* blue-1 */
.ssba a.ssba_twitter_share {
    background-position: -56px -68px;
}
.ssba a.ssba_twitter_share:hover {
    background-color: #50b5c3;
} /* blue-2 */
.ssba a.ssba_email_share {
    background-position: -17px -68px;
}
.ssba a.ssba_email_share:hover {
    background-color: #fbb619;
} /* yellow */
.share-white .ssba a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 37px;
    height: 37px;
    background-color: transparent;
}
.share-white .ssba a.ssba_facebook_share {
    background-position: -138px -64px;
}
.share-white .ssba a.ssba_twitter_share {
    background-position: -101px -64px;
}
.share-white .ssba a.ssba_linkedin_share {
    background-position: 0px -19px;
    background-size: 24em;
}
.share-white .ssba {
    line-height: 0;
    text-indent: -9999em;
}
.share-white .ssba a.ssba_email_share {
    display: none;
}
.share-white .ssba a:hover,
.share-white .ssba a.ssba_facebook_share:hover,
.share-white .ssba a.ssba_twitter_share:hover {
    background-color: transparent;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#scholar header.entry-header {
    margin: 30px 0 15px;
    padding-bottom: 0;
}
.featherlight-content #scholar header.entry-header {
    margin-top: 0;
}
#scholar header.entry-header h1 {
    font-size: 20px;
    line-height: 20px;
}
#scholar header.entry-header p {
    margin: 0 0 2px 0px;
    font-size: 15px;
    color: #808080;
}
#scholar .entry-content,
#scholar .entry-content p {
    margin-top: 0;
}
#scholar header.entry-header p.scholar-scholarship {
    font-weight: bold;
}

/*--------------------------------------------------------------
### Share Your Voice (MC)
--------------------------------------------------------------*/
.hero header {
    padding: 50px 0 10px;
    line-height: normal;
}
.hero header h1 {
    margin: 0;
}
.hero header p {
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
.bg-green-3 .audio-slides,
.bg-green-3 .audio-slides .details .audio-wrapper {
    background: #006a53;
}

/* Audio Carousel */
.audio-wrapper {
    padding-bottom: 190px;
}
.audio-slides {
    position: relative;
}
.audio-slides .slider {
    padding: 0;
    height: 202px;
}
.audio-slides ul,
.audio-slides li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.audio-slides ul.slides {
    position: absolute;
    left: 0;
    top: 0;
    height: 202px;
    overflow: hidden;
}
.audio-slides ul.slides li {
    float: left;
    display: inline;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}
.audio-slides ul.slides li img {
    height: 202px;
    width: auto;
    max-width: none;
}
/* */
.audio-slides .details {
    display: none;
}
.audio-slides .selected {
    display: block !important;
}
.audio-slides .details {
    position: absolute;
    bottom: -153px;
    left: 0;
    height: 103px;
    width: 100%;
}
.audio-slides .flex-frame {
    z-index: 200;
}
.audio-slides .flex-viewport {
    height: 202px;
    overflow: hidden;
    position: relative;
    background: #006a53;
    padding: 0 29px;
}
.audio-slides .flex-direction-nav {
    position: absolute;
    height: 1px;
    width: 100%;
    top: -1px;
    left: 0;
}
.audio-slides .flex-direction-nav a::before {
    display: none;
}
.audio-slides .flex-direction-nav .flex-prev {
    z-index: 201;
    display: block;
    width: 31px;
    height: 59px;
    background: transparent url("img/sprite-connect.png") 0 -142px;
    position: absolute;
    top: 71px;
    left: -15px;
    padding: 0;
    margin: 0;
    text-indent: 9999em;
    border: none;
}
.audio-slides .flex-direction-nav .flex-next {
    position: absolute;
    display: block;
    width: 31px;
    height: 59px;
    top: 71px;
    right: -16px;
    background: transparent url("img/sprite-connect.png") 0 -83px;
    z-index: 202;
    text-indent: 9999em;
    border: none;
    margin: 0;
    padding: 0;
}
.audio-slides .details .info {
    margin-left: 8.33333%;
    padding-left: 0;
    padding-right: 20px;
}
.audio-slides .details .info p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.audio-slides .details .audio-wrapper {
    background: #6ec49c;
    padding: 32px 24px 24px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.audio-slides .details .audio-wrapper audio {
    width: 100%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.audio-slides img {
    /* Universal settings */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.audio-slides img:not(:hover) {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.audio-slides li.selected img,
.audio-slides img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.audio-slides li.selected .details {
    display: block;
}

/* Encouragement / Comments Section */
#encourage {
    margin-top: 12px;
    background: #f0f0f1;
}
#encourage .banner {
    background: #ffffff;
    height: 258px;
}
#encourage .banner .inner {
    background: #fbb619 url("img/banner-share-encouragement.gif") no-repeat 0 0;
    height: 100%;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
}
#encourage .banner h1 {
    color: #ec6d23;
    text-align: center;
    padding-top: 50px;
}
#encourage #comments #reply-title {
    display: none;
}
#encourage #comments .comment-respond {
    position: relative;
    width: 50%;
    height: 224p;
    margin: -130px auto 0;
    padding: 20px 0 0;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-bottom: 44px solid #fbb619;
    text-align: center;
}
#encourage #comments .comment-respond p {
    margin: 0;
}
#encourage #comments .comment-respond input,
#encourage #comments .comment-respond textarea {
    border: none;
}
#encourage #comments .comment-respond textarea {
    height: 130px;
    padding: 10px 78px 30px;
    font-size: 14px;
    background: #ffffff;
    resize: none;
}
#encourage #comments .comment-respond textarea:focus {
    outline: 0;
}
#encourage #comments .comment-respond .comment-form-comment label {
    font-family: Georgia, serif;
    font-style: italic;
    color: #808080;
    font-size: 19px;
    line-height: 20px;
    display: block;
    margin: 10px 0;
}
#encourage #comments .comment-form-author,
#encourage #comments .logged-in-as {
    position: absolute;
    bottom: -35px;
    left: 80px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
#encourage #comments .logged-in-as a {
    color: #fff;
}
#encourage #comments .comment-form-author input {
    width: 200px;
    background: none;
    border-bottom: 1px solid #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 20px;
    text-align: center;
}
#encourage #comments .form-submit {
    position: absolute;
    bottom: -35px;
    right: 80px;
    background: transparent url("img/next-white.png") no-repeat right center;
}
#encourage #comments .form-submit #submit {
    border: 0 none;
    bottom: -38px;
    color: #ffffff;
    background: none;
    font-size: 15px;
    font-weight: bold;
    -webkit-text-shadow: none;
    -mox-text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 15px 0 0;
}
/* Top Submissions */
#encourage #comments h2.comments-title {
    text-align: center;
    color: #fbb619;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    background: transparent url("img/sprite-connect.png") no-repeat center -275px;
    margin-top: -1px;
    padding: 54px 0;
}
#encourage #comments ul.commentlist {
    margin: 0 100px;
    padding: 0 0 60px;
    list-style: none;
}
#encourage #comments ul.commentlist li {
    list-style: none;
    color: #808080;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 15px;
}
#encourage #comments ul.commentlist li .comment-author cite {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
}
.form-confirmation-msg {
    display: none;
    background: #fbb619;
    padding: 30px 10px;
    color: #fff;
    margin: 10px auto;
    text-align: center;
}
/*--------------------------------------------------------------
### Events Landing (MC)
--------------------------------------------------------------*/
.hero {
    line-height: 0;
    overflow: hidden;
} /* removes extra space below hero image */
.hero img {
    width: 100%;
    height: auto;
}
.hero .banner {
    padding: 0;
    height: 395px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.hero .banner img {
    height: 432px;
    width: auto !important;
    max-width: auto !important;
}
.hero .video-wrap {
    padding: 40px 30px;
}
.hero .banner iframe {
    width: 100%;
    height: 100%;
}
.archive .bg-yellow h1 {
    margin: 10px 0 0;
}
.archive .summary div {
    border-right: 1px solid #fff;
    padding-right: 30px;
}
.archive .event-info {
    padding-bottom: 0;
}
.archive .event-info p,
.archive .excerpt p,
.single-events .event-info p,
.single-events .excerpt p {
    margin-top: 0;
}
.archive .icon-calendar {
    padding-right: 90px;
    background: transparent url("img/icon-calendar.png") no-repeat right center;
}
.archive .summary .btn {
    margin-top: 25px;
}
h2.event-type {
    padding: 50px 0;
    margin: 0;
    text-align: center;
}
.post-type-archive-events article {
    color: #fff;
}
.post-type-archive-events article h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    min-height: 90px; /* changed 4-2 */
}
.post-type-archive-events article h3 a {
    text-decoration: none;
    color: #fff;
    display: block; /* added 4-3 */
}
.post-type-archive-events article .event-info {
    color: #7bc7d0;
    margin: 10px 0 40px 0;
}
.post-type-archive-events article .entry-content {
    margin-top: 0;
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
}
.post-type-archive-events article .event-info p {
    margin: 0;
}
.post-type-archive-events article .post-thumbnail {
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: block; /* added 4-3 */
}
.post-type-archive-events article .post-thumbnail img {
    height: 100%;
    width: auto !important;
    max-width: inherit !important;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.post-type-archive-events article .post-thumbnail a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.post-type-archive-events article .entry-content .btn {
    color: #008094;
}
.events-wrapper {
    padding-left: 44px;
    padding-right: 24px;
}
.events-wrapper .bit-3 {
    padding: 0 21px 0 0;
}
.events-wrapper .upcoming-events article {
    margin-bottom: 20px;
    min-height: 632px; /* Min-height hack for each event box changed 4-3*/
    height: auto !important;
    height: 670px;
}
.events-wrapper .past-events h3 a:hover,
.events-wrapper .past-events a {
    color: #ffffff;
    text-decoration: none;
}
.events-wrapper .past-events a:hover {
    color: #178064;
}
.events-wrapper .past-events h3 {
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
### Events Single (MC)
--------------------------------------------------------------*/
.single-events .summary {
    padding-right: 60px;
}
.single-events .event-info {
    padding-left: 60px;
    border-left: 1px solid #ffffff;
}
.single-events .links-wrapper {
    margin-top: 40px;
}
.single-events a.btn {
    margin: 0 20px 0 0;
}
.single-events a.donate,
.share {
    color: #7bc7d0;
    text-decoration: none;
    font-weight: bold;
}
.single-events .share {
    margin-top: 50px;
}
.single-events .share p {
    float: left;
    display: inline;
    margin-right: 10px;
}
.single-events a.donate:hover {
    color: #fff;
}
.single-events .event-details {
    padding: 60px 44px;
    width: 40%;
}
.single-events .event-content .bit-40 {
    padding-bottom: 50px;
}
.single-events .event-content .frame {
    margin-top: 44px;
}
.single-events .event-content a {
    color: #008094;
    font-weight: bold;
    text-decoration: none;
}
.single-events .event-content h3,
.single-events h4,
.single-events h5 {
    color: #008094;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 2em;
}
.single-events h6 {
    text-transform: none;
    margin-bottom: 0;
    line-height: 2em;
}
.single-events .event-content h3 {
    font-size: 1.12em;
}
.single-events .event-content p {
    line-height: 30px;
}
.single-events .image-area {
    line-height: 0;
} /* Remove extra spacing with <br> tags generated by short code */
.single-events .image-area h4 {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 30px;
}
.single-events .image-area p {
    margin-top: 0;
    line-height: 22px;
}
.single-events .image-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.single-events .image-area ul li {
    margin: 0 10px 20px 0;
    float: left;
    display: inline;
    width: 29%;
    min-height: 130px;
    height: auto !important;
    height: 130px;
    line-height: 18px;
}
.single-events h4 {
    font-size: 22px;
}
.single-events .event-more-info {
    padding-top: 70px;
    border-top: 1px solid #dddedf;
}
.single-events .row-1 {
    border-top: none;
}
.single-events .event-more-info h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #666666;
}
.single-events .youtube-wrapper {
    margin-top: 60px;
}

/* Flexslider */
.image-slideshow {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.image-slideshow .flex-control-nav {
    width: 100%;
}
.image-slideshow .flex-control-thumbs li {
    margin: 10px 10px 0 0;
    width: auto;
}
.image-slideshow .flex-direction-nav {
    display: none;
}
.image-slideshow .flex-control-thumbs,
.image-slideshow .flex-control-thumbs img.flex-active {
    opacity: 1 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
.issuuembed {
    text-align: center;
    margin: auto;
}
.embed-container {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 80%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-caption br {
    display: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 0.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child {
    display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider [class*="bit-"] {
    padding: 0;
}
.flexslider {
    margin: 0;
    background: #ffffff;
    position: relative;
    zoom: 1;
}
.flexslider .slides {
    zoom: 1;
}
.flexslider .slides img {
    height: auto;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
    width: 9%;
    position: absolute;
    left: 77%;
    bottom: 32px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
    font-size: 40px;
    display: inline-block;
    content: "\f001";
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
    content: "\f002";
}
.flex-direction-nav .flex-prev {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #fff;
    margin-left: 7px;
    margin-right: 10px;
}
.flex-direction-nav .flex-next {
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    margin-left: 7px;
    margin-right: 10px;
    text-align: right;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f003";
}
.flex-control-nav {
    width: 38%;
    position: absolute;
    left: 62.5%;
    bottom: 30px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: transparent;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.flex-control-paging li a:hover {
    background: #f1f1f1;
    background: rgba(255, 255, 255, 0.85);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.full-slider article,
article.video-slide {
    position: relative;
    height: 360px;
    width: 100%;
}
.full-slider .slide-image,
.video-slide .slide-image {
    position: absolute;
    left: 0;
    z-index: 99;
}
.full-slider .slide-content,
.video-slide .slide-content {
    color: #fff;
    position: absolute;
    right: 0;
    width: 402px;
    height: 360px;
    z-index: 999;
}
.slide-blue-1 {
    background: url("img/Point_Home_Carousel_1.png") no-repeat;
}
.slide-blue-2 {
    background: url("img/Point_Home_Carousel_4.png") no-repeat;
}
.slide-green-3 {
    background: url("img/Point_Home_Carousel_2.png") no-repeat;
}
.slide-orange-2 {
    background: url("img/Point_Home_Carousel_3.png") no-repeat;
}

.slide-content-container {
    position: relative;
    margin: 52px 0px 0 50px;
    width: 302px;
}
.slide-content-container .button {
    background: #fff;
}
.flexslider .slides .slide-content img {
    width: auto;
}
.full-slider {
    font-size: 14px;
    line-height: 20px;
}
.half-slide {
    max-width: 530px;
}
.half-slide .flex-direction-nav {
    display: none;
}
.half-slide .slide-content {
    height: 355px;
    padding: 0 25px;
}
.half-slide .flex-control-nav {
    width: 4%;
}
.half-slide .flex-control-nav {
    left: 96%;
    bottom: 78%;
}
.half-slide .flex-control-nav li {
    margin: 4px 0px;
    display: block;
}
.half-slide .flex-control-paging li a {
    border: 2px solid #bbbbbc;
}
.half-slide .flex-control-paging li a:hover {
    background: #dbdbdb;
    background: rgba(187, 187, 188, 0.85);
}
.half-slide .flex-control-paging li a.flex-active {
    background: #bbbbbc;
    cursor: default;
}
.logo-slide.flexslider {
    background: transparent;
}
.logo-slide .flex-viewport {
    padding-top: 70px;
    min-height: 220px;
}
.logo-slide .slides {
}
.logo-slide .slides li {
    height: 70px;
}
.logo-slide .slides li img {
    width: initial;
    margin: auto;
}
.logo-slide .flex-direction-nav,
.logo-slide .flex-control-nav {
    display: none;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: -26px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: -26px;
    }
}

/*--------------------------------------------------------------
# TO MERGE with master stylesheet OR remove once main templates have been built (MC)
--------------------------------------------------------------*/
/* Transitions */
#primary a,
#primary .blog-grid article a,
#primary .blog-grid article a:hover,
#primary .blog-grid article .post-details {
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

/* Palette Section */
.bg-blue-1 a.btn,
.bg-blue-1 a.btn:visited {
    color: #008094;
}
a.yellow,
a.yellow:visited,
a.yellow:hover {
    color: #fbb619;
}

.border-rt {
    border-top-right-radius: 30px;
}
.border-rb-lrg {
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* Pagination */
.pagination-wrapper {
    padding: 0 44px 0 0;
    line-height: 80px;
}
.pagination-wrapper .no-links {
    height: 80px;
}
.pagination {
    float: right;
}
.pagination .nav-links a {
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
}
.pagination .nav-links a.prev,
#comment-nav-below a.prev {
    padding-right: 10px;
}
.pagination .nav-links a.next,
#comment-nav-below a.next {
    padding-left: 10px;
}
.pagination .nav-links a:hover {
    color: #37ae78;
}
.post-type-archive-events .pagination-wrapper {
    padding-bottom: 80px;
}
.bg-orange-2 .pagination .nav-links a,
.bg-yellow .nav-links a {
    color: #ffffff;
}
.bg-orange-2 .pagination .nav-links .current {
    color: #b6492b;
}
.bg-orange-2 .pagination .nav-links a:hover {
    color: #d3d3d3;
}
.bg-yellow .nav-links .current,
.bg-yellow .nav-links a:hover {
    color: #ec6d23;
}

/* END To Merge with main stylesheets  */

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .lightboxContent {
        display: none;
        font-size: 14px;
    }

    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0.8);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 70px 42px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        max-width: 1054px;

        /* styling */
        background: #fff;
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 46px;
        right: 44px;

        /* dimensions: 25px x 25px */
        line-height: 28px;
        width: 28px;

        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        font-size: 36px;
        background: #fff; /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #d3d3d3;
    }
    .featherlight.newsletter .featherlight-close-icon {
        top: 12px;
        right: 14px;
        background: transparent;
        font-size: 22px;
        color: #008094;
    }

    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
        min-width: 80%;
        overflow: visible;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
    .featherlight.video.featherlight-iframe .featherlight.featherlight-inner {
        position: relative;
    }
    .featherlight.video.featherlight-iframe .featherlight-close-icon {
        top: -28px;
        right: -28px;
        font-size: 28px;
        border-radius: 50%;
        line-height: 35px;
        width: 35px;
    }

    .featherlight.newsletter .featherlight-content {
        padding: 0;
        background: #50b5c3;
        max-width: 530px;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 50px 15px 0;
        border-bottom: 10px solid transparent;
    }
    .featherlight .featherlight-close-icon {
        top: 13px;
        right: 13px;
    }
}

/********** Smaller than 480px ****************/
@media (max-width: 480px) {
    .bit-1 {
        width: 100%;
    }
    .bit-2 {
        width: 100%;
    }
    .bit-3 {
        width: 100%;
    }
    .bit-4 {
        width: 100%;
    }
    .bit-5 {
        width: 100%;
    }
    .bit-6 {
        width: 100%;
    }
    .bit-7 {
        width: 100%;
    }
    .bit-8 {
        width: 100%;
    }
    .bit-9 {
        width: 100%;
    }
    .bit-10 {
        width: 100%;
    }
    .bit-11 {
        width: 100%;
    }
    .bit-12 {
        width: 100%;
    }
    /*Added Width*/
    .bit-25 {
        width: 100%;
    }
    .bit-33 {
        width: 100%;
    }
    .bit-40 {
        width: 100%;
    }
    .bit-50 {
        width: 100%;
    }
    .bit-60 {
        width: 100%;
    }
    .bit-66 {
        width: 100%;
    }
    .bit-75 {
        width: 100%;
    }
    .footer-26 {
        width: 100%;
        padding-right: 0;
    }
    .footer-24 {
        width: 100%;
    }
    .half-slider .bit-50:first-of-type,
    .half-slider .bit-50:last-of-type {
        width: 100%;
    }
    [class*="bit-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 18px;
    }
    #mobile-container {
        height: 106px !important;
    }
    #logo {
        background: url("img/point-foundation-logo-mobile.png") no-repeat;
        height: 61px;
        width: 164px;
    }
    a.btn-mobile-donate {
        padding: 0 22px !important;
    }
    #menu-item-233 a {
        font-size: 12px;
    } /*The word "Requirements" is too long for design.*/

    /*Elements*/
    .headline-1 {
        font-size: 40px;
    }
    .headline-2,
    h1 {
        font-size: 26px;
        line-height: 29px;
    }
    .headline-3,
    h2 {
        font-size: 24px;
        line-height: 27px;
    }
    .headline-4,
    h4 {
        font-size: 20px;
        line-height: 23px;
    }
    .headline-5,
    h3 {
        font-size: 22px;
        line-height: 25px;
    }
    blockquote,
    .blockquote {
        padding-left: 8px;
        padding-right: 15px;
    }
    hr {
        margin-bottom: 1em;
    }
    .pad-normal {
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .pad-short {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .border-rb,
    .border-lb,
    .border-rt,
    .border-lt {
        border-radius: 0;
    }
    figure.alignnone,
    figure.alignleft,
    figure.alignright {
        margin: 0 auto 1em;
    }
    ul,
    ol {
        margin: 0;
        padding: 0;
    }

    /*Content*/
    .alignright,
    .alignleft {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
    .image-block img.alignright,
    .image-block img.alignleft {
        margin-left: 0;
        max-width: 100%;
    }
    .image-block img.alignright {
        float: right;
    }
    .image-block img.alignleft {
        float: left;
    }
    .image-block img {
        margin-left: -25%;
        max-width: 150%;
    }
    .image-block .image-section img {
        margin-left: 0;
        max-width: 100%;
    }
    .image-block .graph,
    .image-block .half {
        width: 100%;
        padding-right: 0;
    }
    .content-frame {
        padding: 35px 25px 25px;
    }
    .col-wide-third,
    .col-wide-twothird {
        width: 100%;
        margin-bottom: 0;
    }
    .margin-inner {
        margin-left: 25px;
        margin-right: 25px;
    }
    .tab-nav-container {
        padding: 35px 0 20px;
    }
    .internal_tabs section {
        padding: 25px 0 0;
    }
    .multi-block .image-block img {
        width: 105%;
    }
    #scholar-block article,
    #scholar-block article:nth-of-type(5n) {
        float: none;
        margin: 0 auto 40px;
    }
    #ask-scholar-button a.button {
        padding: 10px 13px;
        font-size: 12px;
    }
    .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column,
    .gform_wrapper.four-column_wrapper ul.gform_fields.gform_column {
        width: 100%;
        padding-right: 0;
    }
    .gform_wrapper.four-column_wrapper .gform_footer input[type="submit"] {
        margin-left: 0;
    }
    .image-block .quote,
    .image-block .two-thirds {
        width: 100%;
    }
    .issuuembed {
        max-width: 280px;
    }
    [class*="gallery-columns-"] .gallery-item {
        max-width: 100%;
    }

    /*Home*/
    .full-slider article,
    article.video-slide {
        height: inherit;
    }
    .full-slider .slide-image,
    .video-slide .slide-image {
        position: relative;
        left: inherit;
        width: 100%;
    }
    .flexslider .slides img {
        margin: 0;
    }
    .flex-control-nav {
        left: 30%;
        bottom: 18px;
    }
    .flex-direction-nav {
        left: 45%;
        bottom: 20px;
    }
    .slide-content img.aligncenter {
        margin-left: auto;
        margin-right: auto;
    }
    .full-slider .slide-content,
    .video-slide .slide-content {
        color: #fff;
        position: relative;
        right: 0;
        left: 0;
        top: 0px;
        width: 100%;
        margin: 0 auto -35px;
        height: inherit;
    }
    .slide-blue-1 {
        background: #007e94 no-repeat top center;
    }
    .slide-blue-2 {
        background: #50b5c3 no-repeat top center;
    }
    .slide-green-3 {
        background: #37ae78 no-repeat top center;
    }
    .slide-orange-2 {
        background: #fab519 no-repeat top center;
    }
    .slide-content-container {
        margin: 0;
        padding: 40px 25px 75px;
        width: 100%;
    }
    .home .half-slider-container,
    .info-wrapper-cta,
    .info-wrapper-meta {
        width: 100%;
    }
    .home .twothirds-block a.button {
        margin: 20px auto;
    }
    body.home #share .frame {
        margin: 0;
    }
    body.home #share .header {
        width: 100%;
        text-align: center;
    }
    body.home #share h3 {
        margin: 30px 0px 0 0;
    }
    body.home #share .content {
        width: 100%;
        margin: 0;
        height: inherit;
        background: none;
    }
    body.home #share .comment-scroll {
        height: inherit;
        overflow: hidden;
        line-height: 50px;
        position: relative;
        top: 50%;
        margin: 0 25px 0;
        padding: 0;
        left: 0;
        list-style: none;
    }
    body.home #share .content a.btn {
        float: none;
        margin: 10px auto 0;
        width: 94px;
        display: none;
    }
    body.home #share .cta {
        width: 100%;
        text-align: center;
        background: transparent;
    }

    /*Pages*/
    .half-slide {
        margin-bottom: 45px !important;
        border-bottom: 1px solid #aaa;
        padding-bottom: 15px;
    }
    padding-top: 45px;
    .container-newsletter-content #userlogin {
        position: relative;
        left: inherit;
        float: right;
    }
    .overlay {
        position: relative;
        background: transparent;
        width: 100%;
        pointer-events: none;
        z-index: 999;
    }
    .footnote-block {
        width: 270px;
    }
    .footnote-container {
        width: 225px;
    }

    /*Voices of Point*/
    #encourage #comments .comment-respond {
        width: 90%;
        border-bottom: 90px solid #fbb619;
    }
    #encourage #comments ul.commentlist {
        margin: 0 30px;
    }
    #encourage #comments .comment-form-author,
    #encourage #comments .logged-in-as {
        bottom: -45px;
        left: 15px;
    }
    #encourage #comments .form-submit {
        bottom: -75px;
        right: 100px;
    }
    /*Events*/
    .archive .icon-calendar {
        padding-bottom: 90px;
        background: transparent url("img/icon-calendar.png") no-repeat bottom center;
    }
    .single-events a.donate {
        display: block;
        clear: both;
        padding-top: 15px;
    }
    #viewpoint p {
        font-size: 17px;
        margin: 0 25px;
    }
    #viewpoint .bg-orange-2 .bit-2:first-of-type {
        padding-bottom: 0;
    }
    #viewpoint .search {
        display: inline-block;
        float: none;
    }
    #viewpoint .search .form-wrapper .search-field {
        width: 139px;
    }
}
/********** Smaller than 800px Larger than 480px ****************/
@media (min-width: 480px) and (max-width: 800px) {
    .bit-2,
    .bit-3,
    .bit-4,
    .bit-6,
    .bit-8,
    .bit-10,
    .bit-12 {
        width: 50%;
    }
    .bit-5,
    .bit-7,
    .bit-9,
    .bit-11 {
        width: 100%;
    }
    /*Added Width*/
    .margin-inner .bit-33,
    .bit-40,
    .bit-60,
    .bit-50 {
        width: 50%;
    }
    .bit-25,
    .bit-33,
    .bit-66,
    .bit-75,
    .footer-26,
    .footer-24 {
        width: 100%;
    }

    .flex-frame .bit-33.white {
        width: 50%;
    }

    .container-newsletter-content #userlogin {
        position: relative;
        left: inherit;
        float: right;
    }
    .sectional-heading {
        text-align: center;
    }
    .full-slider.flexslider .slides img,
    .video-slide .slide-image img {
        width: inherit;
        overflow: hidden;
        max-width: inherit;
        margin-left: -26%;
    }
    /* Content */
    .multi-page-block nav ul {
        margin: 33px 30px 70px 30px;
    }
    .col-wide-twothird {
        width: 63%;
    }
    .half-slider .bit-50:first-of-type {
        margin-bottom: 25px;
    }
    .image-block .fltleft {
        padding-right: 0;
    }
    .image-section {
        width: 49%;
    }
    .image-block .two-thirds.fltleft,
    .image-block .image-section-two-thirds.fltleft {
        width: 50%;
    }
    .image-block .image-section-quote.fltleft {
        width: 45%;
    }
    .image-block .quote.fltleft {
        width: 55%;
    }
    .quote .content-frame {
        padding: 30px 30px 14px 20px;
    }
    .image-block img {
        margin: auto;
        text-align: center;
    }
    #scholar-block {
        margin: 0 20px 0;
    }
    #scholar-block article,
    #scholar-block article:nth-of-type(5n) {
        margin: 0 10px 40px;
    }
    #ask-scholar-button {
        padding-bottom: 35px;
    }

    /* Home */
    body.home #share .content a.btn {
        margin-top: 74px;
    }
    /*Voices of Point*/
    .audio-slides .details .info {
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .audio-wrapper.bit-60 {
        width: 100%;
    }
    #encourage #comments .comment-respond {
        width: 75%;
    }
    #encourage #comments ul.commentlist li {
        min-height: 120px;
    }
    /*Events*/
    .events-wrapper .bit-3 {
        padding: 0 21px 0 0;
        width: 43%;
        clear: both;
        margin: auto;
        float: none;
    }
    body.single header.entry-header {
        width: 100%;
        margin-bottom: 25px;
    }
    #viewpoint .search {
        display: inline-block;
        float: none;
    }
}
/********** Smaller than 800px ****************/
@media (max-width: 800px) {
    .sectionals .bit-25,
    .sectionals .bit-33,
    .sectionals .bit-66 {
        width: 100%;
        margin: 0;
    }
    .sectionals .bit-25,
    .sectionals .bit-33,
    .sectionals .bit-66,
    .sectional-heading,
    .half-slider .bit-50:first-of-type {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .bit-1,
    .bit-5,
    .bit-7,
    .bit-9,
    .bit-11,
    .bit-25,
    .bit-33,
    .bit-66,
    .bit-75 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .flex-frame [class*="bit-"].white {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .container {
        margin: 0;
        overflow: hidden;
    }
    .container.overflow-auto {
        overflow: visible;
    }
    #colophon .container,
    #header-cta-container .frame,
    .frame {
        margin: 0 25px;
    }
    .flex-frame {
        padding: 0;
    }

    #footer-1 {
        border-top: 1px solid #fff;
    }
    #footer-1,
    #footer-2,
    #footer-3,
    #footer-3 #nav_menu-2 {
        border-bottom: 1px solid #fff;
        padding: 16px 0 0;
    }
    #footer-3 #nav_menu-2 {
        padding: 0 0 16px;
    }
    #footer-4 {
        padding: 16px 0 0;
    }

    /*Content*/
    .single-post .alignright,
    .single-post .alignleft {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }
    .bit-50 dl.faq hr {
        margin-right: 0;
    }
    .profile-block-container {
        overflow: visible;
    }
    .profile-block.flex-frame {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .profile-expanded {
        width: 100%;
    }
    .profile-image {
        float: none;
        width: 166px;
        margin: 0 auto 20px;
    }
    .profile-content {
        width: 100%;
    }
    .sectionals.image-block img {
        margin: auto;
        max-width: 100%;
    }
    .image-block .fltleft {
        width: 100%;
    }
    .multi-images.image-block .fltleft:first-of-type {
        display: none;
    }
    .pagination {
        text-align: center;
        float: none;
    }
    .icon-normal,
    .icon-buttom {
        position: relative;
        bottom: 0px;
        right: 0px;
        float: right;
    }
    .sectionals .bit-25 div,
    .sectionals .bit-33 div,
    .sectionals .bit-33 .no-bg {
        min-height: inherit;
    }
    .sectionals .bit-25 div .icon-normal {
        bottom: inherit;
        right: inherit;
    }
    #tree-nav-footer [class*="bit-"] {
        width: 100%;
    }
    .btn-faq {
        display: block;
        left: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    dl.faq dt,
    dl.faq dd {
        padding-left: 35px;
    }

    #tab-nav li {
        margin: 0 3px 16px;
    }
    #tab-nav a {
        padding: 20px 25px;
    }
    #tab-nav li,
    #tab-nav li:first-of-type,
    #tab-nav li:last-of-type {
        border-radius: 15px;
    }

    /*Home*/
    .audio-carousel {
        width: 100%;
    }
    .audio-slides .flex-direction-nav .flex-prev {
        left: -30px;
    }
    .audio-slides .flex-direction-nav .flex-next {
        right: -31px;
    }
    body.home .audio-wrapper {
        margin-bottom: 0;
    }
    .home .half-slider-container {
        width: 100%;
    }
    .half-slide {
        margin: 0 auto 0;
    }
    .half-slide .flex-control-nav {
        display: none;
    }

    /*Voices of Point*/
    .hero header h1,
    .hero header p {
        text-align: center;
    }
    header.entry-header .bit-3,
    header.entry-header .bit-60 {
        width: 100%;
    }
    .audio-slides .details {
        bottom: -220px;
        height: 203px;
    }
    .audio-slides .details .audio-wrapper {
        padding: 14px 24px 9px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    #encourage #comments h2.comments-title {
        padding: 54px 0 10px;
    }

    /*Events*/
    .archive .summary div,
    .single-events .event-info {
        border: 0;
    }
    .events-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    body.single .bg-blue-1 .frame {
        margin-right: 25px;
    }
    #viewpoint .sort {
        float: none;
        display: inline-block;
        margin-right: 0;
    }

    /*--------------------------------------------------------------
# NetCommunity
--------------------------------------------------------------*/
    #BodyId .container {
        overflow: visible;
    }
    #BodyId .container.image-block {
        overflow: hidden;
    }
    .BBFormTable.DonationFormTable .DonationFormTable_DonationPanel table tr {
        display: block;
        width: 100%;
    }
    #primary tbody.BBFormTable.DonationCaptureFormTable tr {
        display: block;
        width: 100%;
    }
    #primary .EventTable {
        width: 100%;
    }
    #primary .EventTable td,
    #primary .EventTable th {
        padding: 0;
    }
    #primary td.EventSectionHeader {
        padding-bottom: 10px;
    }
    #primary .EventItemsSelectionGrid td {
        padding: 5px;
    }
    #primary .EventProgressCellFuture,
    #primary .EventProgressCellPast {
        display: none;
    }
    #primary .EventItemRegistrationsTable {
        width: 100%;
        margin-left: 0;
    }
    #primary select {
        min-width: inherit;
    }

    #primary table.EventItemRegistrationsTable,
    #primary .EventItemRegistrationsTable td,
    #primary .EventItemRegistrationsTable tr,
    #primary .EventItemRegistrantControlCellName,
    #primary .EventItemRegistrantControlCell {
        display: block;
    }
    #primary .EventItemRegistrantControlCellName {
        text-align: left;
        margin-top: 10px;
    }
    #primary .EventItemRegistrantControlCell {
        margin-bottom: 20px;
    }
    #primary .EventTicketsHeaderCell {
        padding-right: 5px;
    }

    #primary .Ev2_DateTimeRightContainer,
    #primary .Ev2_DateTimeLeftContainer {
        display: block;
        float: none;
        width: 100%;
    }
    #primary .Ev2_DateContainer {
        margin-top: 15px;
    }
    #primary .Ev2_PriceTypesHeader {
        display: none;
    }
    #primary .Ev2_PriceTypeNameColumn {
        width: 100%;
    }
    #primary .Ev2_PriceTypesCell {
        display: block;
        border: none;
        padding: 0;
    }
    #primary .Ev2_PriceTypesRow {
        display: block;
        border: none;
    }
    #primary .Ev2_RegistrantContent {
        overflow: hidden;
    }
    #primary .Ev2_RegistrantFieldCell {
        width: 100%;
    }
    #primary .Ev2_RegistrantLeft,
    #primary .Ev2_RegistrantLink {
        float: none;
    }
    #primary .BBEventRegSequenceMapNavigationPreviousButton {
        display: block;
        width: 230px;
        padding: 10px 10px;
    }
}
/********** Smaller than 1024px ****************/
@media (max-width: 1024px) {
    /*Navigation - Mobile*/
    #masthead {
        padding-top: 0;
    }
    #site-branding,
    #site-navigation {
        margin: 0 auto;
    }
    #logo {
        margin-top: 23px;
    }
    #mobile-container {
        position: relative;
        padding: 0 25px;
        height: 133px;
    }
    #site-branding {
        height: inherit;
        margin-bottom: 0;
    }
    #mobile-actions,
    #site-navigation,
    #site-navigation ul li .sub-menu {
        display: none;
    }
    #site-navigation ul li .sub-menu li .sub-menu {
        display: block;
    }
    #mobile-buttons {
        position: absolute;
        bottom: 20px;
        right: 25px;
        display: block;
    }
    #mobile-donate {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
    #secondary-navigation {
        position: static;
    }
    .menu-header-container {
        width: 100%;
        margin-right: 0;
    }
    #header-menu li {
        text-align: center;
    }
    #header-menu li a:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
        margin-left: 7px;
    }
    .social-nav {
        float: none !important;
        text-align: center;
    }
    .fb-btn {
        background: url(img/ico-facebook.png) center / contain no-repeat;
    }
    .tw-btn {
        background: url(img/ico-twitter.png) center / contain no-repeat;
    }
    .lkin-btn {
        background: url(img/ico-linkedin.png) center / contain no-repeat;
    }
    .tumblr-btn {
        background: url(img/ico-tumblr.png) center / contain no-repeat;
    }
    .insta-btn {
        background: url(img/ico-instagram.png) center / contain no-repeat;
    }
    .yout-btn {
        background: url(img/ico-youtube.png) center / contain no-repeat;
    }
    a.btn-mobile-donate {
        display: block;
        height: 48px;
        padding: 0 30px;
        line-height: 48px;
        border-radius: 0 0 0 18px;
        color: white;
        background-color: #ec6d23;
        letter-spacing: 2px;
    }
    a.btn-mobile-donate:hover,
    a.btn-mobile-donate:active {
        color: white;
        background-color: #e6a816;
    }
    a.btn-mobile-donate:visited {
        color: white;
    }
    .btn-social {
        width: 30px;
        height: 30px;
        padding: 0;
        background: none;
    }
    .btn-social span.sprite {
        width: 30px;
        height: 30px;
    }
    #header-search .sprite.search {
        display: none;
    }
    #mobile-actions {
        position: relative;
        background: #007f95;
        padding: 24px 25px 20px;
    }
    #header-navigation {
        width: 100%;
    }
    #header-btns {
        display: none;
    }
    #secondary-navigation {
        right: 0;
        left: 25px;
        top: 70px;
    }
    #mobile-actions #header-menu a,
    #mobile-actions .header-menu a {
        color: #fff;
        font-size: 14px;
    }
    .main-navigation {
        height: inherit;
        padding: 8px 30px 50px;
        background: #fff;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        float: none;
        width: 100%;
        text-align: left;
        background: #fff !important;
        border-bottom: 1px solid #666;
    }
    .main-navigation li {
    }
    .main-navigation li:before,
    .main-navigation li:after {
        content: "";
        display: table;
        clear: both;
    }
    .main-navigation a {
        position: relative;
        font-size: 24px;
    }
    .main-navigation a .menu-arrow {
        position: absolute;
        right: 0;
        top: 23px;
    }
    .main-navigation li:first-child,
    .main-navigation li:first-child:hover > a,
    .main-navigation li.focus:first-child > a {
        /* border-radius: 0; */
    }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
        background: #fff !important;
        color: #008094;
    }
    .main-navigation ul ul {
        left: 0;
        padding-top: 0;
        position: relative;
        width: 100%;
        top: inherit;
    }
    .main-navigation ul ul li {
        float: left;
        width: 50%;
        padding: 0 0 10px;
        min-height: 0;
        border-bottom: 0;
    }
    .main-navigation ul ul a {
        color: #008094;
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
        height: inherit;
    }
    .main-navigation ul ul ul {
        width: 100%;
    }
    .main-navigation ul ul ul a {
        color: #666 !important;
        font-size: 15px;
        line-height: 1.45em;
        letter-spacing: 0;
        padding: 5px 0 5px;
        width: 94%;
    }
    #site-navigation #primary-menu .connect-nav {
        width: 33%;
    }
    #site-navigation #primary-menu .connect-nav a {
        background: #ec6d23;
        float: none;
        display: inline-block;
        width: 37px;
        height: 36px;
        border-radius: 50%;
        padding-top: 0;
    }
    .menu-arrow {
        background-position: -120px 0px;
        width: 15px;
        height: 15px;
    }
    .main-navigation li.toggle a.menu-arrow {
        background-position: -138px 0px;
    }
    .main-navigation li.toggle.bg-green-3 a.menu-arrow {
        background-position: -155px 0px;
    }
    .main-navigation li.toggle.bg-yellow a.menu-arrow {
        background-position: -172px 0px;
    }
    .main-navigation li.toggle.bg-orange-2 a.menu-arrow {
        background-position: -190px 0px;
    }
    .main-navigation ul ul a .menu-arrow,
    .main-navigation ul ul ul a .menu-arrow {
        display: none;
    }
    /*END Navigation - Mobile*/
}
/********** Smaller than 1054px Larger than 800px ****************/
@media (min-width: 800px) and (max-width: 1054px) {
    .bit-2,
    .bit-7 {
        width: 100%;
    }
    .bit-4,
    .bit-8,
    .bit-10,
    .bit-12 {
        width: 50%;
    }
    /*Added Width*/
    .bit-75 {
        width: 100%;
    }
    .bit-25 {
        width: 50%;
    }

    #colophon .bit-25 {
        width: 25%;
    }

    .flex-frame [class*="bit-"].white {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .container {
        margin: 0;
    }
    #colophon .container,
    #header-cta-container .frame,
    .frame {
        margin: 0 25px;
    }
    .flex-frame {
        padding: 0;
    }

    .sectionals .bit-33 {
        width: 31%;
    }
}