/*
	Theme Name: Academy MMXVI
	Theme URI: http://www.studiopress.com/
	Description: This is the child theme created for the Genesis Framework.
	Author: Jordon Rupp
	Author URI: http://jordonrupp.com/

	Version: 1.0.1

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #333
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 2rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #0ebfe9;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #0ebfe9;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background: linear-gradient(#3ecbed, #0988a7);
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #0ebfe9;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.outline-button {
    background: rgba(41,50,76, 0.05);
    border: 2px solid #29324c;
    color: #29324c;
}

a.button.outline-button:hover {
    background: rgba(41,50,76, 1);
    color: #fff;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-word;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
    position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px;
}

.site-inner {
    clear: both;
    padding-top: 40px;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 100%;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* Content Boxes
------------------------------------------------------------ */

.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}

.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}

.content-box-gray {
    background-color: #ebecf0;
    border: 1px solid #bdbdbd;
}

.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}

.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}

.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    font-size: 1.6rem;
    font-size: 16px;
    margin-bottom: 1px;
    padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 30px;
}

.archive-description {
    width: 100%;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    /*width: 50%;*/
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #0ebfe9;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;: 700;: 700;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #0ebfe9;
    color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/* ## Genesis Simple Share
--------------------------------------------- */

/* remove the share count on buttons */
.sharrre .count {
    display: none;
}

.sharrre:hover .share {
    opacity: 0.7;
}

.share-small .sharrre .share,
.share-small .sharrre:hover .share {
    width: 65px;
    border-radius: 3px;
}

.share-medium .sharrre .share,
.share-tall .sharrre .share,
.share-medium .sharrre:hover .share,
.share-tall .sharrre:hover .share {
    width: 75px;
    border-radius: 3px;
}

.share-outlined.share-small .share,
.share-outlined.share-medium .share {
    border-right: 1px solid !important;
}

/* ## Gravity Forms
--------------------------------------------- */

body .entry .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}

body .gform_wrapper .top_label .gfield_label {
    margin-bottom: 6px;
}

.gform_wrapper ul li.gfield {
    margin-bottom: 10px;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #f9f9fa;
}

.site-header > .wrap {
    padding: 12px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 10px 0;
    /*width: 300px;*/
}

.header-image .title-area {
    margin: 0 6px;
    /*max-width: 300px;*/
    padding: 0;
}

/*.header-full-width .title-area {
	float: none;
	width: 100%;
}*/

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
    text-decoration: none;
}

/*.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}*/

/*.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}*/

.site-title {
    margin-bottom: 0;
}

.header-image .site-description {
    position: absolute;
    text-indent: -9999px;
}

/*.header-image .site-title {
	display: block;
	text-indent: -9999px;
}*/

.site-title img {
    vertical-align: top;
    width: 160px;
}

/* ## Top Utility Bar
--------------------------------------------- */

.utility-bar {
    background: linear-gradient(#3a476b, #29324c);
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 0;
}

.utility-bar a {
    color: #fff;
    /*text-decoration: underline;*/
}

.utility-bar-left,
.utility-bar-right {
    width: 50%;
}

.utility-bar-left p,
.utility-bar-right p {
    margin-bottom: 0;
}

.utility-bar-left {
    float: left;
}

.utility-bar-left h4 {
    margin: 0;
}

.utility-bar-right {
    float: right;
    text-align: right;
}

.utility-bar .widget {
    margin-bottom: 0
}

.simple-social-icons ul li {
    margin: 0 6px 6px !important;
}

/* ## Expanding Search
--------------------------------------------- */

.sb-search {
    position: relative;
    /*margin-top: 10px;*/
    margin-right: 6px;
    width: 0%;
    min-width: 40px;
    max-width: 500px;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 15px;
    font-family: inherit;
    font-size: 18px;
    color: #333;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #333;
}

.sb-search-input:-moz-placeholder {
    color: #333;
}

.sb-search-input::-moz-placeholder {
    color: #333;
}

.sb-search-input:-ms-input-placeholder {
    color: #333;
}

.sb-icon-search,
.sb-search-submit  {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: #3a476b;
    z-index: 90;
    font-size: 18px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:hover {
    color: #0ebfe9
}

.sb-icon-search:before {
    content: "\f002";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    /*width: 800px;*/
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 16px 24px;
}

.genesis-nav-menu .right.date {
    padding: 32px 20px;
}

.genesis-nav-menu .right.rss a {
    float: left;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-ancestor > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #0ebfe9;
    text-decoration: none;
}

.genesis-nav-menu li.menu-item.no-hover-item a:hover {
    color: #333;
    cursor: pointer;
}

.genesis-nav-menu li.menu-item.no-hover-item.current-menu-parent a:hover,
.genesis-nav-menu li.menu-item.no-hover-item .sub-menu a:hover {
    color: #0ebfe9;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #f9f9fa;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    /*background-color: #fff;
    border-top: 1px solid #eee;*/
    float: right;
    margin-top: 4px;
}

.nav-primary .menu-item.menu-item-highlight {
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: 6px;
}

.nav-primary .menu-item.menu-item-highlight a:hover {
    background-color: #0ebfe9;
    color: #fff;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    font-weight: 400;
    padding: 0 20px 10px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

/*.adjacent-entry-pagination {
	margin-bottom: 0;
}*/

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
    background-color: #0ebfe9;
    color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

/* # Page Hero
---------------------------------------------------------------------------------------------------- */

.has-featured-image .site-inner {
    margin-top: 0;
}

.page-featured-section {
    background-origin: border-box;
    background-position: center;
    background-size: cover;
}

.page-featured-section img {
    vertical-align: top;
}

.featured-single,
.featured-single .wrap {
    width: 100%;
    height: 100%;
}

.featured-single {
    background-color: rgba(58, 71, 107, 0.5);
    overflow: hidden;
}

.featured-single .wrap {
    display: table;
    max-width: 1200px;
    text-align: center;
}

.front-page .featured-single h3.widget-title,
.front-page .featured-single .widget p,
.overlay-title,
.overlay-description,
.overlay-button {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.front-page .featured-single h3.widget-title,
.front-page .featured-single .widget p,
.overlay-title,
.overlay-description {
    padding: 15px 30px;
    text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
}

.overlay-title,
.overlay-button {
    font-weight: 700;
}

.front-page .featured-single h3.widget-title,
.overlay-title {
    margin-bottom: 15px;
    margin-top: 90px;
    text-transform: uppercase;
}

.front-page .featured-single h3.widget-title {
    font-size: 36px;
}

.overlay-title {
    font-size: 48px;
}

.hero-rule {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    margin: 0 auto 15px;
    max-width: 80%;
}

.overlay-description {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.overlay-button {
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 15px 20px;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    text-transform: capitalize;
}

.overlay-button:hover {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), 0 0 6px rgba(0, 0, 0, 0.5);
    color: #3a476b;
    text-decoration: none;
    text-shadow: none;
}

.arrow {
    margin: 0;
    text-align: center;
    width: 100%;
}

.arrow a {
    bottom: 10px;
    display: inline-block;
    line-height: 1;
    left: 50%;
    margin-left: -34px;
    padding: 13px 10px 6px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    z-index: 99;
}

.arrow a::before {
    color: #fff;
    content: "\f347";
    font: 48px/1 "dashicons";
    height: 50px;
    width: 50px;
}
.home p.arrow,
.page-id-11439 p.arrow{display:none !important;}

/* # Front Page
---------------------------------------------- */

.front-page .site-inner .entry {
    margin-bottom: 0;
    padding: 0;
}

.front-page .site-inner .widget-title {
    /*color: #fff;*/
    text-align: center;
    padding-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
}

.front-page .site-inner .widget-title::before,
.front-page .site-inner .widget-title::after {
    content: " ";
    display: inline-block;
    /*border-top: 2px solid #fff;*/
    border-top: 2px solid #333;
    padding-bottom: 4px;
    width: 15%;
}

.front-page .site-inner .widget-title::before {
    margin-right: 12px;
}

.front-page .site-inner .widget-title::after {
    margin-left: 12px;
}

.front-page .home-featured-pages .one-third,
.front-page .home-featured-pages .icon,
.front-page .site-inner .widget_text p {
    text-align: center;
}

.front-page .home-featured-pages .one-third {
    margin-bottom: 60px;
}

.front-page .home-featured-pages .icon {
    margin-bottom: 20px;
}

.front-page .icon {
    display: block;
    font-size: 80px;
    font-size: 8rem;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 1px 1px rgba(39, 40, 34, 0.1);
}

/* Featured Posts grid (below header) */
.front-page-featured-posts {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.front-page-featured-posts .wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.front-page-featured-posts .featuredpost img.entry-image {
    left: 0;
    top: 0;
    position: absolute;
}

.front-page-featured-posts .featuredpost img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

.front-page-featured-posts .featuredpost .entry {
    color: #fff;
    min-height: 380px;
    float: left;
    width: 33.33333333%;
    border-bottom: none;
}

.front-page-featured-posts .featuredpost .entry:nth-child(odd) {
    background-color: rgba(34, 42, 64, 1);
}

.front-page-featured-posts .featuredpost .entry:nth-child(even) {
    background-color: rgba(34, 42, 64, 1);
}

.front-page-featured-posts .featuredpost .entry:nth-child(odd):hover,
.front-page-featured-posts .featuredpost .entry:nth-child(even):hover {
    background-color: rgba(23, 29, 44, 1);
}

.front-page-featured-posts .featuredpost {
    padding: 0;
}

.front-page-featured-posts .featuredpost article ~ .widget-title {
    clear: both;
    color: #f00;
    margin: 0;
    padding: 20px 0;
}

.front-page-featured-posts .featuredpost article ~ .widget-title:before,
.front-page-featured-posts .featuredpost article ~ .widget-title:after {
    border-color: #333;
}

.front-page-featured-posts .featuredpost article ~ ul,
.front-page-featured-posts .featuredpost .more-from-category {
    margin-bottom: 40px;
    text-align: center;
}

.front-page-featured-posts .featuredpost .entry {
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 33.33333333%;
}

.front-page-featured-posts .featuredpost .entry-image {
    display: block;
    margin-bottom: 0;
}

.front-page-featured-posts .featuredpost .entry-header {
    padding: 40px 40px 0;
}

.front-page-featured-posts .featuredpost .entry-content {
    padding: 0 40px;
}

.front-page-featured-posts .featuredpost .entry-content p {
    margin-bottom: 40px;
}

.front-page-featured-posts .featuredpost a:hover {
    color: #d7c603;
}

.front-page-featured-posts .featuredpost img.entry-image {
    margin: 0;
}

.front-page-featured-posts .featuredpost p.more-from-category a {
    border: 2px solid #222a40;
    color: #222a40;
    display: inline-block;
    font-weight: 700;
    margin-top: 30px;
    padding: 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.front-page-featured-posts .featuredpost p.more-from-category a:hover {
    color: #fff;
    background-color: #222a40;
}

/* # Featured Pages grid (above footer widgets) */
.home-featured-pages {
    padding-top: 40px;
}

.front-page-featured-posts .dpe-flexible-posts li {
    background: #29324c;
    width: 33.333%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.front-page-featured-posts .dpe-flexible-posts li:nth-of-type(4n+1) {
    margin-left: 0;
}

.front-page-featured-posts .dpe-flexible-posts li img {
    vertical-align: top;
    opacity: 0.8;
    /*transition: all .2s linear;*/
}

.front-page-featured-posts .dpe-flexible-posts li h4,
.front-page-featured-posts .dpe-flexible-posts li p {
    color: #fff;
    margin-bottom: 0;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.front-page-featured-posts .dpe-flexible-posts li h4 {
    text-transform: uppercase;
}

.front-page-featured-posts .dpe-flexible-posts li a {
    color: #fff;
    display: block;
}

.front-page-featured-posts .dpe-flexible-posts li a:hover img {
    opacity: 1;
}

.front-page-featured-posts .featuredpost .entry-title a,
.front-page-featured-posts .featuredpost .entry-content  {
    color: #fff;
    opacity: 0.9;
}

/* # Posts, Publications CPT, & Category Archives
---------------------------------------------------------------------------------------------------- */

.wide-grid {
    background-color: transparent;
}

.archive-heading {
    background-color: #fff;
}

.wide-grid .archive-description {
    padding: 30px 0;
    margin-bottom: 0;
}

.wide-grid .archive-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #1d2335;
}

.top-level-categories,
.post-type-archive-publication .top-level-categories,
.archive.category-videos .top-level-categories,
.blog .top-level-categories {
    background: url(images/news-stand.jpg) no-repeat;
}

.top-level-categories,
.post-type-archive-publication .top-level-categories,
.archive.category-videos .top-level-categories,
.blog .top-level-categories {
    background-position: center;
    background-size: cover;
    background-color: #fff;
    padding: 15px 0;
    min-height: 300px;
}

.top-level-categories h4 {
    color: #fff;
    font-weight: 700;
    margin: 30px 0;
    text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
}

.top-level-categories li,
.top-level-categories li a {
    display: inline-block;
}

.top-level-categories li {
    border: 2px solid #1d2335;
    margin-right: 14px;
    margin-bottom: 14px;
}

.top-level-categories li a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f9f9fa;
    color: #1d2335;
    padding: 7px 14px;
    letter-spacing: -1px;
}

.top-level-categories li.current-cat a,
.top-level-categories li a:hover {
    background-color: #0ebfe9;
    color: #fff;
}

.latest-post {
    background-color: #ebecf0;
    padding-top: 20px;
}

.latest-post .entry {
    background-color: transparent;
    padding: 40px 0;
    margin-bottom: 0;
}

.latest-post a {
    text-decoration: none;
}

.latest-post .more-link {
    display: table;
    border: 2px solid #0ebfe9;
    padding: 10px 50px 10px 10px;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -1px;
    position: relative;
}

.latest-post .more-link:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 10px 16px;
    background-color: #0ebfe9;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.latest-post .entry-time,
.wide-grid .content .entry .entry-time {
    background: rgba(255, 255, 255, 0.8);
    color: #26244f;
}

.latest-post .entry-time {
    padding: 5px 10px;
}

.entry-categories a {
    color: #1d2335;
}

.latest-post .entry-categories a {
    font-size: 20px;
}

.wide-grid .content {
    float: none;
    width: auto;
}

.wide-grid .content .entry {
    float: left;
    width: 23.828125%;
    margin-left: 1.5625%;
    margin-bottom: 1.5625%;
    padding: 0 0 30px 0;
    position: relative;
    background-color: #efeff3;
}

.wide-grid .content .entry:nth-of-type(4n+1) {
    margin-left: 0;
    clear: left;
}

.wide-grid .content .entry .entry-time {
    left: 0;
    padding: 5px 15px;
    position: absolute;
    top: 0;
}

.wide-grid .content .entry .post-image {
    overflow: hidden;
    margin-bottom: 22px;
}

.wide-grid .content .entry img.alignright {
    margin-left: 0;
    margin-bottom: 0;
}

.latest-post img:hover,
.wide-grid .content img:hover {
    opacity: .5;
}

.wide-grid .content .entry .entry-header .entry-meta {
    margin-bottom: 10px;
}

.wide-grid .content .entry .entry-title {
    font-size: 18px;
    text-transform: uppercase;
}

.wide-grid .content .entry a {
    text-decoration: none;
}

.wide-grid .content .entry .entry-title a {
    color: #0ebfe9;
}

.wide-grid .content .entry .entry-title a:hover {
    color: #1d2335;
}

.wide-grid .content .entry .entry-content {
    line-height: 1.3;
    font-size: 16px;
}

.wide-grid .content .entry .entry-categories,
.wide-grid .content .entry .entry-title,
.wide-grid .content .entry .entry-content {
    padding-left: 22px;
    padding-right: 22px;
}

.wide-grid .archive-pagination {
    text-align: center;
}

/* # Team & Fellow grid pages
---------------------------------------------------------------------------------------------------- */

.team-grid .site-inner {
    padding-bottom: 40px;
}

.team-grid .fellows,
.team-grid .team {
    padding: 3px;
    width: 250px;
    margin-bottom: 0;
    background: transparent;
    position: relative;
}

.team-grid .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    float: none;
    margin: 0 auto;
}

.team-grid a.js-accordion-trigger {
    display: inline-block;
}

.team-grid .team-overlay {
    opacity: 1;
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: rgba(0, 211, 91, 0.6);
    text-align: center;
    padding: 0 5%;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    width: 244px; /* 250 - 6 (width - twice the padding) */
    height: 244px;
}

.team-overlay:hover {
    opacity: 0;
    color: #fff;
}

.team-grid .name-wrapper {
    color: #fff;
    position: relative;
    text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.team-grid .fellows img,
.team-grid .team img {
    vertical-align: top;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.team-grid .fellows a.js-accordion-trigger.is-expanded img,
.team-grid .team a.js-accordion-trigger.is-expanded img,
.team-grid a.js-accordion-trigger:hover img {
    -webkit-filter: none;
    filter: none;
}

.team-grid .info-panel {
    display: none;
    min-width: 994px; /* 1000 - 6 */
    position: relative;
    background-color: #fff;
    padding: 30px;
    z-index: 1;
}

.team-grid .fellows:nth-of-type(4n+2) .info-panel,
.team-grid .team:nth-of-type(4n+2) .info-panel {
    right: 250px;
}

.team-grid .fellows:nth-of-type(4n+3) .info-panel,
.team-grid .team:nth-of-type(4n+3) .info-panel {
    right: 500px;
}

.team-grid .fellows:nth-of-type(4n+4) .info-panel,
.team-grid .team:nth-of-type(4n+4) .info-panel {
    right: 750px;
}

.team-grid .name-wrapper .name {
    display: block;
    letter-spacing: 2px;
    font-size: 26px;
    line-height: 1;
}

.team-grid .name-wrapper .title {
    display: block;
    letter-spacing: 1px;
    font-size: 16px;
}

.caribbean .team-overlay {
    background-color: rgba(12, 171, 209, 0.5);
}

.ocean .team-overlay {
    background-color: rgba(0, 116, 134, 0.6);
}

.marine .team-overlay {
    background-color: rgba(0, 76, 90, 0.5);
}

.team-grid .info-panel .close {
    float: right;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    color: #00293d;
    padding-left: 0;
    padding-right: 0;
}

.team-grid .info-panel h3 {
    font-weight: 300;
    font-size: 52px;
}

.team-grid .info-panel h3 a {
    color: #333;
    text-decoration: none;
}

.team-grid .info-panel h3 a:hover {
    color: #0ebfe9;
    text-decoration: underline;
}

.team-grid .info-panel h4 {
    padding-left: 3px;
}

.team-grid .info-panel p {
    font-size: 14px;
    padding-left: 3px;
}

.team-grid .team-social a {
    color: #0ebfe9;
    margin-right: 20px;
}

.team-grid .team-social a:hover {
    color: #333;
}

.archive.team-grid .featured-fellow-post ul.dpe-flexible-posts li {
    width: 100%;
    clear: both;
}

/* # Contact page
---------------------------------------------------------------------------------------------------- */

.contact-page .featured-single .wrap {
    background-color: rgba(58, 71, 107, 0.5);
    border-radius: 5px;
    margin: 60px auto;
    padding: 20px 60px;
}

.contact-page h1.entry-title {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
}

.contact-page .gform_wrapper ul li.gfield {
    margin-top: 0;
}

.contact-page .featured-single .wrap .gform_wrapper textarea {
    margin-top: 20px;
}

.contact-page .featured-single .wrap .gform_wrapper .gform_footer input[type=submit] {
    background-color: rgba(58, 71, 107, 0.5);
    border: 1px solid #fff;
    border-radius: 3px;
    text-transform: uppercase;
}

.contact-page .featured-single .wrap .gform_wrapper .gform_footer input:hover[type=submit] {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #3a476b;
    color: #3a476b;
}

.contact-page div.gform_footer.top_label {
    text-align: center;
}

.contact-page .content .contact-info {
    padding-left: 30px;
}

.contact-page .content ul {
    margin: 10px 0;
}

.contact-page .content ul > li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.contact-page .content li > a:before {
    -webkit-font-smoothing: antialiased;
    font: normal 24px/1 'FontAwesome';
    vertical-align: middle;
    padding-right: 4px;
    display: inline-block;
}

.contact-page .content li > a:hover:before {
    text-decoration: none;
}

.contact-page .content li.facebook-icon > a:before {
    content: "\f09a";
}

.contact-page .content li.twitter-icon > a:before {
    content: "\f099";
}

.contact-page .content li.google-plus-icon > a:before {
    content: "\f0d5";
}

.contact-page .content li.youtube-icon > a:before {
    content: "\f167";
}

.contact-page .content li.linkedin-icon > a:before {
    content: "\f0e1";
}


/* # Additional Page styles
---------------------------------------------------------------------------------------------------- */

.solutions-news-page a.button {
    background: #cd1331;
    border: 3px solid #cd1331;
}

.solutions-news-page a.button:hover {
    background: #fff;
    color: #cd1331;
}

.donation-page .responsive-circle {
    background: linear-gradient(#3ecbed, #0988a7);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto 20px;
    width: 90%;
}

.donation-page .responsive-circle:hover {
    background: #3ecbed;
}

.donation-page .responsive-circle::after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 100%;
    width: 100%;
}

.donation-page .responsive-circle div {
    float: left;
    line-height: 1em;
    margin-top: -0.5em;
    padding-top: 50%;
    text-align: center;
    width: 100%;
}

.donation-page .responsive-circle div a {
    color: #fff;
    text-decoration: none;
}

.donation-page a.full-width-button {
    background: rgba(0, 0, 0, 0) linear-gradient(#3ecbed, #0988a7) repeat scroll 0 0;
    color: #fff;
    width: 100%;
    padding: 10px 12px;
    clear: both;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    opacity: 0.9;
}

.donation-page a.full-width-button:hover {
    opacity: 1;
}

.information-center .one-third .first,
.information-center .one-third {
    margin: 0 auto;
    width: 33.333333%;
}

.information-center .block {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.information-center .block.video-block {
    background: url(images/video.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.podcasts-block {
    background: url(images/podcasts.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.publications-block {
    background: url(images/open-book.jpg) no-repeat;
    background-size: cover;
}

.information-center .block .wrap {
    background-color: rgba(34, 42, 64, 0.75);
    padding: 20px;
}

.information-center .block .wrap h3,
.information-center .block .wrap p {
    text-shadow: 3px 2px rgba(0, 0, 0, 0.3);
}

.information-center .block .wrap .block-button {
    margin: 60px auto;
}

.information-center .block .wrap .block-button a {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #eee;
    border-radius: 5px;
    color: #3a476b;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 40px;
    text-decoration: none;
}

.information-center .block .wrap .block-button a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.information-center .block .wrap h3,
.information-center .block .wrap .block-button a {
    text-transform: uppercase;
}

.information-center .block .wrap .block-number  {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #eee;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 30px auto;
    line-height: 100px;
    height: 100px;
    width: 100px;
    white-space: nowrap;
}

/* About Page */

.information-center .block.mission-one-block {
    background: url(images/mission-1.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.mission-two-block {
    background: url(images/mission-2.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.mission-three-block {
    background: url(images/mission-3.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.team-block {
    background: url(images/team.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.fellows-block {
    background: url(images/fellows.jpg) no-repeat;
    background-size: cover;
}

/* Safe Energy Project Page */

.information-center .block.goal-one-block {
    background: url(images/goal-1.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.goal-two-block {
    background: url(images/goal-2.jpg) no-repeat;
    background-size: cover;
}

.information-center .block.goal-three-block {
    background: url(images/goal-3.jpg) no-repeat;
    background-size: cover;
}


.information-center .one-half.text-half {
    padding: 30px;
    font-size: 18px;
}

.information-center .one-half.text-half .button {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.information-center .one-half.text-half .button:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 1);
    color: #333;
    text-shadow: none;
}

/* 2017 Awards Gala page */

.awards-gala-2017 .content .entry {
  background: transparent;
  color: #030000;
  line-height: 1.3;
  margin: 0 auto;
  padding-top: 0;
  max-width: 1140px;
}
.awards-gala-2017 .content .entry h1,
.awards-gala-2017 .content .entry span.thirty-years {
  font-family: alana, sans-serif;
  font-style: normal;
}

.awards-gala-2017 .content .entry h1 {
  color: #15487d;
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.awards-gala-2017 .content .entry span.thirty-years {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.awards-gala-2017 .content .entry p.academy-title {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.awards-gala-2017 .content .entry a {
  color: #359fa2;
  text-decoration: none;
}

.awards-gala-2017 .content .entry hr {
  color: #030000;
}

.awards-gala-2017 .content .entry a.button {
  background: #1e396a;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 24px 30px;
}

.awards-gala-2017 .content .entry a:hover.button {
  background: #030000;
}


.awards-gala-2017 .content .entry .one-half {
  padding: 20px;
}

.awards-gala-2017 .content .entry .one-half.honorees-section {
  background: #fdfdfd;
  color: #359fa2;
  text-align: center;
  text-transform: uppercase;
}

.awards-gala-2017 .content .entry p.academy-title,
.awards-gala-2017 .content .entry .one-half.honorees-section h2,
.awards-gala-2017 .content .entry .one-half.honorees-section h3,
.awards-gala-2017 .content .entry .one-half.honorees-section p {
  font-family: "Copperplate Gothic Light", Copperplate, fantasy;
}

.awards-gala-2017 .content .entry .one-half.honorees-section h2,
.awards-gala-2017 .content .entry .one-half.honorees-section h3,
.awards-gala-2017 .content .entry .one-half.honorees-section p {
  font-weight: normal;
}

.awards-gala-2017 .content .entry .one-half.honorees-section h2 {
  color: #6a88aa;
  font-size: 36px;
  font-size: 3.6rem;
}

.awards-gala-2017 .content .entry .one-half.honorees-section h3,
.awards-gala-2017 .content .entry .one-half.honorees-section p {
  line-height: 1.1;
  margin-bottom: 6px;
}

.awards-gala-2017 .content .entry .one-half.honorees-section h3 {
  font-size: 30px;
  font-size: 3rem;
}

.awards-gala-2017 .content .entry .one-half.honorees-section img {
  margin-bottom: 0;
  margin-top: 30px;
}

/* special events section */
.awards-gala-2017 .content .entry .gala-special-events {
  background-color: #ebf3f3;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}

/* # Horizontal Gravity Forms Opt-in Form
---------------------------------------------------------------------------------------------------- */

.horizontal-opt-in {
    background-color: #0ebfe9;
    color: #fff;
    padding: 20px;
}

.horizontal-opt-in .widget-title {
    float: left;
    width: 72%;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.horizontal-opt-in .gform_wrapper {
    margin: 0;
    max-width: none;
    float: left;
    width: 100%;
}

.horizontal-opt-in .gform_wrapper .gform_body {
    width: 76%;
    float: left;
}

.horizontal-opt-in .gform_wrapper ul.gform_fields {
    float: left;
    width: 100%;
}

.horizontal-opt-in .gform_wrapper .gform_footer {
    width: 24%;
    float: left;
    text-align: center;
    clear: none;
    padding: 0;
    margin-top: 0;
}

.horizontal-opt-in .gform_wrapper ul li.gfield {
    clear: none;
    float: left;
}

.horizontal-opt-in .name-fields {
    margin-right: 26px;
    width: 66%;
}

.horizontal-opt-in .email-field {
    width: 30%;
}

body .horizontal-opt-in .gform_wrapper label.gfield_label + div.ginput_container,
.horizontal-opt-in .gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.horizontal-opt-in .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
    margin-right: 26px;
}

.horizontal-opt-in .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0;
}

.horizontal-opt-in #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="text"],
.horizontal-opt-in #gform_wrapper_1 .gform_body .gform_fields .gfield input[type="email"] {
    padding: 8px 10px;
    border-radius: 5px;
    width: 100%;
}

.horizontal-opt-in .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
    width: 47%;
    float: left;
}

.horizontal-opt-in .gform_wrapper .top_label .email-field input.medium {
    width: 100%;
}

.horizontal-opt-in .gform_wrapper .ginput_complex span.name_first,
.horizontal-opt-in .gform_wrapper .ginput_complex span.name_last {
    min-height: 0;
}

.horizontal-opt-in .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.horizontal-opt-in .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding-top: 0;
}

.horizontal-opt-in div.gform_wrapper .gform_footer input[type="submit"] {
    background: #1d2335;
    border: 2px solid #1d2335;
    border-radius: 5px;
    padding: 10px 40px;
    margin: 14px auto;
    font-size: 16px;
    text-transform: uppercase;
}

.horizontal-opt-in div.gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #fff;
    color: #1d2335;
}

.horizontal-opt-in input[type="text"]:focus::-webkit-input-placeholder,
.horizontal-opt-in input[type="email"]:focus::-webkit-input-placeholder {
    color: transparent;
}

.horizontal-opt-in input[type="text"]:focus:-moz-placeholder,
.horizontal-opt-in input[type="email"]:focus:-moz-placeholder {
    color: transparent; /* Firefox 18- */
}

.horizontal-opt-in input[type="text"]:focus::-moz-placeholder,
.horizontal-opt-in input[type="email"]:focus::-moz-placeholder {
    color: transparent; /* Firefox 19+ */
}

.horizontal-opt-in input[type="text"]:focus:-ms-input-placeholder,
.horizontal-opt-in input[type="email"]:focus:-ms-input-placeholder {
    color: transparent; /* oldIE 😉 */
}

.form-submitted .horizontal-opt-in .widget-title {
    margin-top: 5px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #3a476b;
    font-size: 16px;
    font-size: 1.6rem;
    clear: both;
    padding: 60px 0;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets p {
    color: #f9f9fa;
}

.footer-widgets .widget-title {
    text-transform: capitalize;
}

.footer-widgets a {
    text-decoration: none;
}

.footer-widgets a:hover {
    color: #0ebfe9;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    /*width: 380px;*/
    width: 29.6875%;
    float: left;
    margin-left: 5.46875%;
}

.footer-widgets-1 {
    /*margin-right: 70px;*/
    margin-left: 0;
}

/*.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}*/

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #29324c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
    text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
    color: #f9f9fa;
}

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    color: #0ebfe9;
}

.site-footer p {
    margin-bottom: 0;
}

/* Clear input fields' placeholder text on focus */
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
    color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* oldIE ;) */

.page .entry-title {
    margin-bottom: 24px;
}

/* Back to top button */
.to-top {
    background: #0ebfe9 url(images/to-top.svg) no-repeat center 50%;
    bottom: 30px;
    box-shadow: 0 0 10px rgba(51, 51, 51, .3);
    display: inline-block;
    height: 60px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-indent: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    visibility: hidden;
    white-space: nowrap;
    width: 60px;
    z-index: 99999;
}

.to-top.top-is-visible {
    visibility: visible;
    opacity: .7;
}

.to-top.top-fade-out {
    opacity: .5;
}

.to-top.top-is-visible:hover,
.no-touch .to-top:hover {
    opacity: 1;
}

.no-touch .to-top:hover {
    background-color: #0ebfe9;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

    .site-inner,
    .wrap {
        max-width: 1140px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }

    .content,
    .site-header .widget-area {
        width: 800px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        /*width: 340px;*/
        width: 29.8245614035%;
        margin-left: 5.2631578947%;
    }

    .footer-widgets-1 {
        /*margin-right: 60px;*/
        margin-left: 0;
    }

}

@media only screen and (max-width: 1280px) {

    .horizontal-opt-in .widget-title {
        float: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .horizontal-opt-in .gform_wrapper {
        float: none;
        width: auto;
        /*display: table;*/
        margin: 0 auto;
    }

    .horizontal-opt-in .name-fields,
    .horizontal-opt-in .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
        margin-right: 22px;
    }

}

@media only screen and (max-width: 1200px) {

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 620px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .team-grid .fellows,
    .team-grid .team {
        width: 240px;
    }

    .team-grid .team-overlay {
        width: 234px;
        height: 234px;
    }

    .team-grid .info-panel {
        min-width: 954px;
    }

    .team-grid .fellows:nth-of-type(4n+2) .info-panel,
    .team-grid .team:nth-of-type(4n+2) .info-panel {
        right: 240px;
    }

    .team-grid .fellows:nth-of-type(4n+3) .info-panel,
    .team-grid .team:nth-of-type(4n+3) .info-panel {
        right: 480px;
    }

    .team-grid .fellows:nth-of-type(4n+4) .info-panel,
    .team-grid .team:nth-of-type(4n+4) .info-panel {
        right: 720px;
    }

    .contact-page .featured-single .wrap {
        max-width: 90%;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        /*width: 300px;*/
        width: 31.25%;
        margin-left: 3.125%;
    }

    .footer-widgets-1 {
        /*margin-right: 30px;*/
        margin-left: 0;
    }

}

@media only screen and (max-width: 1024px) {

    .featured-single .wrap {
        padding: 20px 30px;
    }

    .front-page .featured-single h3.widget-title,
    .overlay-title {
        font-size: 24px;
        margin-top: 30px;
    }

    .overlay-description {
        font-size: 18px;
    }

    .arrow {
        display: none;
    }

    .front-page-featured-posts .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .front-page-featured-posts {
        padding-bottom: 0;
    }

    .front-page-featured-posts .featuredpost .entry:nth-child(odd),
    .front-page-featured-posts .featuredpost .entry:nth-child(even) {
        background-color: rgba(23, 29, 44, 1);
    }

    .front-page-featured-posts .featuredpost img.entry-image {
        position: relative;
    }

    .front-page-featured-posts .featuredpost .entry img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .front-page-featured-posts .featuredpost .entry {
        width: 50%;
    }

    .front-page-featured-posts .featuredpost .entry .alignnone {
        margin-bottom: 0;
    }

    .front-page-featured-posts .featuredpost .entry-header {
        padding-top: 0;
    }

    .front-page-featured-posts .featuredpost .entry-title {
        margin-top: 20px;
    }

    .front-page-featured-posts .dpe-flexible-posts li {
        width: 31.25%;
        margin-left: 3.125%;
        margin-bottom: 3.125%;
    }

    .front-page-featured-posts .dpe-flexible-posts li:nth-of-type(4n+1) {
        margin-left: 3.125%;
    }

    .front-page-featured-posts .dpe-flexible-posts li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .front-page-featured-posts .dpe-flexible-posts li a:hover img {
        opacity: 1;
    }

    .front-page-featured-posts .dpe-flexible-posts li a:hover p {
        opacity: 0;
    }

    .latest-post .post-image img {
        width: 50%;
    }

    .wide-grid .content .entry {
        float: left;
        width: 48.9583333333%;
        margin-left: 2.0833333333%;
        margin-bottom: 2.0833333333%;
    }

    .wide-grid .content .entry:nth-of-type(4n+1) {
        margin-left: 2.0833333333%;
        clear: none;
    }

    .wide-grid .content .entry:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left;
    }

    .information-center .one-third {
        margin: 0;
        width: 100%;
    }

    .team-grid .info-panel {
        min-width: 714px;
    }

    .team-grid .fellows:nth-of-type(4n+3) .info-panel,
    .team-grid .fellows:nth-of-type(4n) .info-panel,
    .team-grid .team:nth-of-type(4n+3) .info-panel,
    .team-grid .team:nth-of-type(4n) .info-panel {
        right: 0;
    }

    .team-grid .fellows:nth-of-type(3n+2) .info-panel,
    .team-grid .team:nth-of-type(3n+2) .info-panel {
        right: 240px;
    }

    .team-grid .fellows:nth-of-type(3n) .info-panel,
    .team-grid .team:nth-of-type(3n) .info-panel {
        right: 480px;
    }


}

@media only screen and (max-width: 1023px) {

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .js .genesis-nav-menu .sub-menu a,
    .js .genesis-nav-menu .sub-menu,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap /*,
	.site-header .widget-area,
	.title-area*/
    {
        width: 100%;
    }

    /*.site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }*/
    .genesis-nav-menu li,
        /*.header-image .title-area,*/
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu /*,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title*/
    {
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .nav-primary {
        float: none;
        clear: both;
        padding-top: 20px;
    }

    .js nav.nav-primary,
    .js .site-header nav {
        display: none;
        /*position: relative;*/
    }

    .js .site-header nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle,
    .sub-menu-toggle {
        background-color: #f9f9fa;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        border-width: 0;
    }

    .menu-toggle {
        border-top: 1px solid #eee;
        line-height: 20px;
        position: relative;
        right: 0;
        z-index: 1000;
        /*width: 100%;*/
        float: right;
        padding-left: 0;
        padding-right: 0;
    }

    .site-header .menu-toggle {
        border: 0;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        margin-right: 10px;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu-toggle:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .sub-menu-toggle.activated:before {
        content: "\f142";
    }

    .js .nav-primary .genesis-nav-menu .menu-item,
    .js .site-header .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 1px 0;
        position: relative;
        text-align: left;
    }

    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        padding: 12px 0;
        width: 100%;
    }

    .js .nav-primary .menu-item.menu-item-highlight {
        border: none;
    }

    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        background-color: #f9f9fa;
        color: #000;
    }

    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: #fff;
        color: #0ebfe9;
    }

    .page-featured-section {
        height: 500px;
    }

    .js.contact-page .page-featured-section {
        height: 100%;
    }

   /* .info-panel {
        min-width: 714px;
    }

    .team-grid .fellows:nth-of-type(4n+3) .info-panel,
    .team-grid .fellows:nth-of-type(4n) .info-panel,
    .team-grid .team:nth-of-type(4n+3) .info-panel,
    .team-grid .team:nth-of-type(4n) .info-panel {
        right: 0;
    }

    .team-grid .fellows:nth-of-type(3n+2) .info-panel,
    .team-grid .team:nth-of-type(3n+2) .info-panel {
        right: 240px;
    }

    .team-grid .fellows:nth-of-type(3n) .info-panel,
    .team-grid .team:nth-of-type(3n) .info-panel {
        right: 480px;
    }*/

    .contact-page .content .contact-info {
        padding-left: 0;
        margin-top: 30px;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }

    .footer-widgets-3 {
        margin-left: 0;
    }

    .to-top {
        height: 40px;
        width: 40px;
        right: 20px;
        bottom: 20px;
    }

}

@media only screen and (max-width: 960px) {

    .utility-bar-left,
    .utility-bar-right {
        clear: both;
        width: 100%;
    }

    .utility-bar .utility-bar-left,
    .utility-bar .utility-bar-right,
    .utility-bar .simple-social-icons ul.alignright,
    .utility-bar .simple-social-icon ul.alignleft {
        text-align: center;
    }

    .utility-bar .simple-social-icons ul.alignright li,
    .utility-bar .simple-social-icons ul.alignleft li {
        display: inline-block;
        float: none;
    }

    .utility-bar .simple-social-icons .alignright,
    .utility-bar .simple-social-icons img.alignright,
    .utility-bar .simple-social-icons .aligncenter,
    .utility-bar .simple-social-icons img.aligncenter,
    .utility-bar .simple-social-icons .alignleft,
    .utility-bar .simple-social-icons img.alignleft {
        display: block;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .sb-search {
        float: none;
        margin: 20px auto;
    }

    .horizontal-opt-in .gform_body {
        float: none;
        width: auto;
        overflow: hidden;
    }

    .horizontal-opt-in .gform_wrapper ul.gform_fields {
        float: none;
    }

    .horizontal-opt-in .gform_wrapper .gform_footer {
        clear: both;
        text-align: left;
        width: auto;
        margin-top: 20px;
    }

    .horizontal-opt-in .name-fields {
        margin-right: 0;
        width: auto;
        float: none;
    }

    .horizontal-opt-in .email-field {
        float: none;
        width: auto;
    }

    .horizontal-opt-in .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
        margin-right: 0;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .horizontal-opt-in .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .horizontal-opt-in .gform_wrapper ul li.gfield {
        float: none;
    }

}

@media only screen and (max-width: 860px) {

    body > div {
        font-size: 1.8rem;
    }

    body {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .site-inner {
        padding: 5% 5% 0;
    }

    .wrap,
    .site-header > .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

    .archive-pagination li a {
        margin-bottom: 4px;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .team-grid .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .team-grid .fellows.entry,
    .team-grid .team.entry {
        padding: 3px;
        margin-bottom: 0;
    }

    .team-grid .info-panel {
        min-width: 474px;
    }

    .team-grid .fellows:nth-of-type(3n) .info-panel,
    .team-grid .fellows:nth-of-type(3n+2) .info-panel,
    .team-grid .team:nth-of-type(3n) .info-panel,
    .team-grid .team:nth-of-type(3n+2) .info-panel {
        right: 0;
    }

    .team-grid .fellows:nth-of-type(2n) .info-panel,
    .team-grid .team:nth-of-type(2n) .info-panel {
        right: 240px;
    }

    .donation-page a.full-width-button {
        width: 60%;
        margin: 0 auto;
    }

    .donation-page a.full-width-button:first-child {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 768px) {

    .front-page-featured-posts .featuredpost .entry-header,
    .front-page-featured-posts .featuredpost .entry-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .latest-post .post-image img {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .front-page-featured-posts .dpe-flexible-posts li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    .front-page-featured-posts .dpe-flexible-posts li:nth-of-type(4n+1),
    .front-page-featured-posts .dpe-flexible-posts li:nth-of-type(3n+1),
    .front-page-featured-posts .dpe-flexible-posts li:nth-of-type(2n+1) {
        margin-left: 0;
    }


    /*.contact-page .featured-single .wrap {
        margin: 10px auto;
        padding: 10px 0px;
    }*/

}

@media only screen and (max-width: 568px) {

    .front-page-featured-posts .featuredpost .entry {
        width: 100%;
        text-align: center;
        float: none;
    }

    .front-page-featured-posts .featuredpost .entry .alignnone {
        display: inline-block;
    }

    .front-page-featured-posts .featuredpost .entry-header,
    .front-page-featured-posts .featuredpost .entry-content {
        text-align: left;
    }

}

@media only screen and (max-width: 533px) {

    .team-grid .fellows,
    .team-grid .team {
        width: 250px;
    }

    .team-grid .team-overlay {
        width: 244px;
        height: 244px;
    }

    .team-grid .info-panel {
        min-width: 440px;
        right: 100px;
    }

    .team-grid .fellows:nth-of-type(2n) .info-panel,
    .team-grid .fellows:nth-of-type(3n) .info-panel,
    .team-grid .fellows:nth-of-type(3n+2) .info-panel,
    .team-grid .fellows:nth-of-type(4n+3) .info-panel,
    .team-grid .team:nth-of-type(2n) .info-panel,
    .team-grid .team:nth-of-type(3n) .info-panel,
    .team-grid .team:nth-of-type(3n+2) .info-panel,
    .team-grid .team:nth-of-type(4n+3) .info-panel {
        right: 100px;
    }

}

@media only screen and (max-width: 500px) {

    .wide-grid .content .entry {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px;
    }

    .wide-grid .content .entry:nth-of-type(4n+1) {
        margin-left: 0;
    }

    .wide-grid .content .entry:nth-of-type(2n+1) {
        clear: none;
    }

    .horizontal-opt-in .gform_wrapper .gform_body {
        width: 100%;
    }

}

@media only screen and (max-width: 440px) {

    .title-area,
    .menu-toggle {
        float: none;
    }

    .site-header .title-area {
        text-align: center;
    }

    .nav-primary {
        padding-top: 0;
    }

    .team-grid .info-panel {
        min-width: 300px;
        right: 20px;
    }

    .team-grid .fellows:nth-of-type(2n) .info-panel,
    .team-grid .fellows:nth-of-type(3n) .info-panel,
    .team-grid .fellows:nth-of-type(3n+2) .info-panel,
    .team-grid .fellows:nth-of-type(4n+3) .info-panel,
    .team-grid .team:nth-of-type(2n) .info-panel,
    .team-grid .team:nth-of-type(3n) .info-panel,
    .team-grid .team:nth-of-type(3n+2) .info-panel,
    .team-grid .team:nth-of-type(4n+3) .info-panel {
        right: 20px;
    }

    .team-grid .info-panel h3 {
        font-size: 36px;
    }

    .information-center .block .wrap h3 {
        font-size: 20px;
    }

    .information-center .block .wrap p {
        font-size: 16px;
    }

    .information-center .block .wrap .block-button a {
       font-size: 14px;
       padding: 20px 10px;
    }

    .contact-page .featured-single .wrap {
       padding: 24px;
    }

    .donation-page a.full-width-button {
        width: 100%;
    }

}

@media only screen and (max-width: 320px) {

    .front-page-featured-posts .featuredpost .entry .alignnone {
        display: inline;
    }

    .front-page-featured-posts .featuredpost .entry-header,
    .front-page-featured-posts .featuredpost .entry-content {
        padding: 0;
    }

}

    /* # Print Styles
    ---------------------------------------------------------------------------------------------------- */
    @media print {

        *,
        *:before,
        *:after {
            background: transparent !important;
            box-shadow: none !important;
            color: #000 !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }

        a[href^="javascript:"]:after,
        a[href^="#"]:after,
        .site-title > a:after {
            content: "";
        }

        thead {
            display: table-header-group;
        }

        img,
        tr {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        @page {
            margin: 2cm 0.5cm;
        }

        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }

        blockquote,
        pre {
            border: 1px solid #999;
            page-break-inside: avoid;
        }

        .content,
        .content-sidebar {
            width: 100%;
        }

        button,
        input,
        select,
        textarea,
        .breadcrumb,
        .comment-edit-link,
        .comment-form,
        .comment-list .reply a,
        .comment-reply-title,
        .edit-link,
        .entry-comments-link,
        .entry-footer,
        .genesis-box,
        .header-widget-area,
        .hidden-print,
        .home-top,
        .nav-primary,
        .nav-secondary,
        .post-edit-link,
        .sidebar {
            display: none !important;
        }

        .title-area {
            text-align: center;
            width: 100%;
        }

        .site-title > a {
            margin: 0;
            text-decoration: none;
            text-indent: 0;
        }

        .site-inner {
            padding-top: 0;
            position: relative;
            top: -100px;
        }

        .author-box {
            margin-bottom: 0;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            orphans: 3;
            page-break-after: avoid;
            page-break-inside: avoid;
            widows: 3;
        }

        img {
            page-break-after: avoid;
            page-break-inside: avoid;
        }

        blockquote,
        pre,
        table {
            page-break-inside: avoid;
        }

        dl,
        ol,
        ul {
            page-break-before: avoid;
        }

    }



    /* *******************
    ## WORK IN PROGRESS ##
    ******************* */
.page-id-11439 .entry-header{display:none;}
.tac{text-align:center;}
@media only screen and (min-width: 768px) {
	.dis-flex{display:flex;}
}
.empty-space{height:25px;}
.spon-aff{text-align:center;}
#individual,
#organization {width:100%;color:#fff; padding:1.5rem;}
#individual {background-color: rgba(34, 42, 64, 0.75); }
#organization {background-color:#3a476b;}
.ndic-posts-wrapper .ndic-post-entry{
	padding:1.5rem;
	background:#f0f0f0;
	margin:0 1rem;
	color:#333;
}
.ndic-posts-wrapper .ndic-post-entry .post-title{
	font-weight:bold;
	line-height:1.3;
	padding-bottom:.75rem;
	font-size: 18px;
    text-transform: uppercase;
}
.ndic-posts-wrapper .ndic-post-entry .post-title a{
	text-decoration:none;
	color:#0ebfe9;
}
.ndic-posts-wrapper .ndic-post-entry .post-title a:hover{color:#000;}
.ndic-posts-wrapper .ndic-post-entry .post-date{
	font-style:italic;
	padding-bottom:1.5rem;
	font-size:14px;
}
.ndic-posts-wrapper .ndic-post-entry .post-excerpt{font-size:16px;}

/* Date */
.ndic-posts-wrapper{padding-top:1.5rem;}
.ndic-posts-wrapper .ndic-post-entry{
	position:relative;
}
.ndic-posts-wrapper .ndic-post-entry .post-date{
	position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.8);
	color:#000;
    padding: 1rem 1.5rem;
    font-style: normal;
    font-size: 16px;
	z-index:1
}

@media only screen and (min-width: 768px) {
	#individual,
	#organization {width:50%; padding:4rem}
	.ndic-posts-wrapper .ndic-post-entry{padding:4rem;padding-top:7.5rem;}
}
@media only screen and (min-width: 992px) {
	.ndic-posts-wrapper{display:flex;}
	.ndic-posts-wrapper .ndic-post-entry{ width:33.33%}
}

.page-id-11439 .page-featured-section{height:auto !important;}
.page-id-11439 .page-featured-section .featured-single{overflow:visible !important;}
.page-id-11439 .site-inner{padding-top:0 !important;}

h3.overlay-title span{
	display:block;
	padding-top:25px;
}

/* Latest News */
.ndic-posts-wrapper .post-image {
    position: absolute;
	width:100%;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
	max-height:150px;
}
.ndic-posts-wrapper .post-image img{
	width:100%;
	height:150px;
}
.ndic-posts-wrapper .ndic-post-entry .post-title{
	margin-top:150px;
}
@media (min-width:480px) {
	.ndic-posts-wrapper .post-image {
		max-height: 220px;
	}
	.ndic-posts-wrapper .post-image img{
		height:220px;
	}
	.ndic-posts-wrapper .ndic-post-entry .post-title{
		margin-top:220px;
	}
}
@media (min-width:640px) {
	.ndic-posts-wrapper .post-image {
		max-height: 280px;
	}
	.ndic-posts-wrapper .post-image img{
		height:280px;
	}
	.ndic-posts-wrapper .ndic-post-entry .post-title{
		margin-top:280px;
	}
}
@media (min-width: 768px) {
	.ndic-posts-wrapper .post-image {
		max-height: 350px;
	}
	.ndic-posts-wrapper .post-image img{
		height:350px;
	}
	.ndic-posts-wrapper .ndic-post-entry .post-title{
		margin-top:310px;
	}
}
@media (min-width: 992px) {
	.ndic-posts-wrapper .post-image {
		max-height: 140px;
	}
	.ndic-posts-wrapper .post-image img{
		height:140px;
	}
	.ndic-posts-wrapper .ndic-post-entry .post-title{
		margin-top:100px;
	}
}
@media (min-width: 1200px) {
	.ndic-posts-wrapper .post-image {
		max-height: 170px;
	}
	.ndic-posts-wrapper .post-image img{
		height: auto;
	}
	.ndic-posts-wrapper .ndic-post-entry .post-title{
		margin-top:130px;
	}
}