/*!
Theme Name: John and Marcia Goldman Foundation
Author: Argus
Author URI: http://thisisargus.com/
Version: 1.0.0
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    max-width: 100%;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {

}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}


/* Links
--------------------------------------------- */


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/* Navigation
--------------------------------------------- */
#site-navigation li {
    display: inline-block;
    margin-left: 30px;
    list-style: none;
    padding: 0 10px 0 0;
    position: relative;
}
#site-navigation .sub-menu {
    position: absolute;
    left: -999em;
    width: auto;
    background: #57595B;
    z-index: 99;
}
#site-navigation li:hover .sub-menu {
    right: 0;
    left: auto;
}
#site-navigation .sub-menu li {
    display: block;
    text-align: right;
}
#site-navigation .sub-menu li a {
    padding: 5px 0px;
    display: block;
}
#site-navigation {
    display: block;
    width: 100%;
    margin-top: 60px;
}
#site-navigation .current_page_parent > a,
#site-navigation .current_page_item > a {
    color: #00a7e1;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    display: inline-block;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: white;
}
.main-navigation li:hover > a {
    color: #CCCCCC;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .logo {
        max-width: 200px;
    }
    .menu-toggle {
        display: none;
    }


}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}






img {
    max-width: 100%;
}
body {
    background-color: #F8F4E1;
    font-family: HypatiaSansPro, serif;
    font-size: 1.4rem;
}
h1, h2, h3, h4, h5, h6 {
    font-family: HypatiaSansPro, serif;
    font-weight: 300;
}

#masthead {
    background: #57595B;
}
#masthead #main-nav {
    margin-top: 60px;
    margin-bottom: 0;
    padding:0;
}

#masthead #main-nav li a {
    color: white;
}
#masthead #main-nav a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
#main-nav .sub-menu {
    position: absolute;
    left: -999em;
    width: 280px;
    background: #57595B;
    z-index: 99;
}
.card-img, .card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.slide .text-side {
    color: white;
    padding: 2.3rem 1.2rem;
}
.slide .image-side {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}
.banner-text {
    font-family: HypatiaSansPro, serif;
    font-weight: 300;
    font-size: 4.9rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
}

#banner-grantee h4 {
    font-size: 1.7rem;
    text-transform: uppercase;
}
#banner-grantee h3 {
    font-size: 2.6rem;
    line-height: 1.2;
    color: white;
}
.grantee-quote {
    color: #2d73ba;
    font-size: 1.9rem;
}
.grantee-image img {
    height: auto !important;
}
.quote-attr {
    font-size: 1.4rem;
    color: #83776F;
}
.grantee-caption {
    font-size: .9rem;
    margin-top: 7px;
}
.explore-story-blocks .date-pub {
    text-transform: uppercase;
}
.slick-next {right: 25px;}
.slick-prev {left:25px;}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: initial !important;
    border: none !important;
    border-radius: 0 !important;
}

.card-caption {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: normal;
}
.photo-credit {
    font-family: "Open Sans", sans-serif;
    font-size: .7rem;
    font-weight: normal;
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.triangle:hover {
    border-color: #958070 transparent transparent transparent;
    cursor: pointer;
}
#explore-stories .col-md-4 {
    margin-bottom: 15px;
}
.card-sm {
    flex-basis: 33%;
    margin-bottom: 30px;
}
@media(min-width: 768px) {
    .row-1, .row-2 {
        height: 50%;
    }
}
.large-card-row {
    margin-bottom: 25px;
    overflow: hidden;
}
.card-md-left {
    padding-bottom: 150px;
}
.card-lg-left {
    padding-bottom: 150px;
}
.card-body {
    color: #FFFFFF;
}
.card-body > a {
    color: white;
    display: block;
    padding: 1.25rem;
    height: 100%;
}
.card-body > a:hover {
    color: white;
    text-decoration: none;
}
.card-body {transition: all 0.5s ease;padding: 0;}
.card-accomplishment .card-body, .news-card .card-body, #explore-stories .post_news .card-body {
    background: #769B4B !important;
}
.card-accomplishment:hover .card-body, .news-card:hover .card-body, #explore-stories .post_news:hover .card-body {
    background: #4f6b30 !important;
}
#accomplishments-blocks .news-card {
    min-height: 350px;
}
/* HOME CARDS*/
#masonry-home .story-1 .card-body {
    background-color: #76A4BA;
}
#masonry-home .story-1:hover .card-body {
    background-color: #5b889f;
}
#masonry-home .story-2 .card-body {
    background-color: #93948E;
}
#masonry-home .story-2:hover .card-body {
    background-color: #7e8078;
}
#masonry-home .story-3 .card-body {
    background-color: #3188B5;
}
#masonry-home .story-3 .card-body > a {
    padding-bottom: 150px;
}
#masonry-home .story-3:hover .card-body {
    background-color: #2b79a2;
}
#masonry-home .story-4 .card-body {
    background-color: #759DA5;
}
#masonry-home .story-4:hover .card-body {
    background-color: #5d7c83;
}
#masonry-home .story-5 .card-body {
    background-color: #7E7263;
}
#masonry-home .story-5:hover .card-body {
    background-color: #544e43;
}
#masonry-home .story-6 .card-body {
    background-color: #016594;
}
#masonry-home .story-6:hover .card-body {
    background-color: #0b3b56;
}
/* HORIZONTAL, WIDE, FEATURED, CARD BLOCKS ON EXPLORE PAGE */
#masonry-explore .horizontal-card .horizontal-card-category {
    text-transform: uppercase;
}
.horizontal-card a {display: block;text-decoration: none;}
#masonry-explore .horizontal-card:first-child .card {
    background-color: #007A8A;
    transition: all 0.5s ease;
}
#masonry-explore .horizontal-card:first-child:hover .card {
    background-color: #006572;
}
#masonry-explore .horizontal-card:nth-child(2) .card {
    background-color: #8E857F;
    transition: all 0.5s ease;
}
#masonry-explore .horizontal-card:nth-child(2):hover .card {
    background-color: #776e69;
}
/* flip even ones */
#masonry-explore .horizontal-card:nth-child(2n) .card .row {
    flex-direction: row-reverse;
}

#explore-stories .col-md-4:nth-child(1n) .card-body {
    background-color: #76A4B9;
}
#explore-stories .col-md-4:nth-child(1n):hover .card-body {
    background-color: #456a7a;
}
#explore-stories .col-md-4:nth-child(2n) .card-body {
    background-color: #847C75;
}
#explore-stories .col-md-4:nth-child(2n):hover .card-body {
    background-color: #4e4843;
}
#explore-stories .col-md-4:nth-child(3n) .card-body {
    background-color: #0169A7;
}
#explore-stories .col-md-4:nth-child(3n):hover .card-body {
    background-color: #00456e;
}
#explore-stories .col-md-4:nth-child(6n) .card-body {
    background-color: #8D918A;
}
#explore-stories .col-md-4:nth-child(6n):hover .card-body {
    background-color: #646b60;
}
#explore-stories .col-md-4:nth-child(5n) .card-body {
    background-color: #007A8A;
}
#explore-stories .col-md-4:nth-child(5n):hover .card-body {
    background-color: #016270;
}
#explore-stories .card-body {
    min-height: 350px;
}
#explore-stories .card-title {
    font-size: 2.3rem;
}
#explore-stories img {
    width: 100%;
    height: auto;
}
.explore-trigger {
    display: inline-block;
    color: black;
    text-align: center;
    font-size: 1.9rem;
    margin-bottom: 10px;
    margin-top: 10px;
}
a.explore-trigger:hover {
    color: #958070 !important;
    text-decoration: none;
}
a.explore-trigger::after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #827770 transparent transparent transparent;
}
ul#dropdown-links {
    background: white;
    margin: 0;
    padding: 0;
    width: 350px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    z-index: 100;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.4);
}
ul#dropdown-links li {
    list-style: none;
    margin: 0;
    padding: 5px 12px;
    text-align: right;
}
ul#dropdown-links li a {
    color: #322722;
    display: block;
}
ul#dropdown-links li a:hover {
    color: #58443b;
    text-decoration: none;
}
ul#dropdown-links .mixitup-control-active {
    color: #759b55;
}

.introtext {
    color: #779b4b;
    font-size: 2.7rem;
    font-family: HypatiaSansPro, serif;
    font-weight: 300;
    margin: 2rem 0;
    padding-left: 0;
    padding-right: 0;
}

.dotted-line {
    border: none;
    border-bottom: dotted 2px #5f564f;
    margin: 20px 0;
}

h3 {
    color: #00a7e1;
}
a.read-more-link {
    font-size: 2.3rem;
    display: block;
    color: #685d58;
    text-decoration: none;
}

.read-more-link .more-arrow {
    width: 50px;
    height: auto;
    margin-left: 20px;
    background-color: #685d58;
    border-radius: 50%;
    padding: 10px;
    box-sizing: content-box;
}
.read-more-link:hover {
    color: #78a5b9;
}
.read-more-link:hover .more-arrow {
    background-color: #78a5b9;
}
.news-card .date-pub {
    font-weight: 400;
    font-size: 1rem;
}
.news-card .card-title {
    font-size: 2.2rem;
}
.photo-caption {
    border-top: dotted 2px #5f564f;
    padding-top: 3rem;

}
#footer {
    background-color: #58595b;
    color: white;
    margin-top: 60px;
}
.accordion-list .beefup .beefup__head {
    color: #007a88;
    font-size: 2rem;
    background: url(images/circ-arrow-green-right.png) no-repeat center right;
    background-size: 50px 50px;
    padding-right: 70px;

}
.accordion-list .beefup.is-open .beefup__head {
    background-image: url(images/circ-arrow-green-down.png);
}
.accordion-list .beefup__head:hover {
    text-decoration: none;
}
.accordion-list .accordion-item {
    border: none;
    border-bottom: dotted 2px #5f564f;
    border-radius: 0;
    margin: 0;
    padding: 1.2rem 0;
}
.accordion-list .accordion-item:first-of-type {
    border-top: dotted 2px #5f564f;
}
.accordion-list .accordion-item:hover {
    border-bottom: dotted 2px #5f564f;
}
.accordion-list .beefup__head::after {
    display: none;
}
.accordion-list .accordion-item .accordion-child-item a {
    color: #5f564f;
    font-size: 1.5rem;
    padding-right: inherit;
    background: transparent !important; ;
}
.accordion-list .accordion-item .accordion-child-item:last-of-type {
    border-bottom: none;
}

table {min-width: 480px;}
table tr {
    border-top: solid 1px #cbbcb0;
}
table th,
table td {
    font-size: 1.1rem;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
table .grant-amount {
    text-align: right;
}
/* REDUCE FONT SIZE FOR TABLES INSIDE ACCORDIONS */
.accordion-item table th, .accordion-item table td {
    font-size: 1.1rem;
}
/* CREATES HORIZONTAL SCROLL BAR WHEN CONTENT IS WIDER THAN WINDOW, NAMELY TABLES */
.beefup__body {
    min-width: 100%;
    overflow-x: auto !important;

}

.explore-horiz-card {
    padding: 0;
}


.horizontal-card {
    padding: 30px;
}
.dotted-line-explore {
    border: none;
    border-bottom: dotted 2px black;
}
p.intro-text {
    font-size: 3rem;
    color: #817770;
    padding-top: 50px;
}
p.intro-text-blue {
    font-size: 3rem;
    color: #0169A7;
    padding-top: 50px;
}
.card-title {
    color: white;
}
.accomplishments-title {
    color: #817770;
}

img.card-img-top-explore {
    object-fit: cover;
    width: 100%;
    height: 255px;
}
img.card-img-top-left {
    object-fit: cover;
    width: 100%;
    height: auto;
}
.card-home-right {
    min-height: 128px;
}
#masonry-home a:hover {
    text-decoration: none;
}

/* HOVER CIRCLES */
.circles-hover {
    width: 100%;
    font-family: HypatiaSansPro, serif;
}
.circles-hover .size {
    width: 100%;
    height: 0px;
    padding-top: 27.508%;
    position: relative;
}
.circles-hover .circle {
    position: absolute;
    border-radius: 50%;
}
.circles-hover .circle.center {
    width: 20.388%;
    height: 0;
    padding-top: 20.388%;
    background-color: #008664;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.circles-hover .circle.center.glow {
    box-shadow: 0 0 21px rgb(255, 180, 1);
}
.circles-hover .circle.small {
    width: 8.7378%;
    height: 0;
    padding-top: 8.7378%;
    background-color: #9c928b;
    left: 0%;
    top: 2.823%;
    cursor: pointer;
    transition: transform 0.5s;
}
.circles-hover .circle.small:hover {
    transform: scale(1.2);
    box-shadow: 0 0 21px rgb(255, 180, 1);
}
.circles-hover .circle img {
    width: 72.22%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.circles-hover .circle.circle-2 {
    background-color: #006e9f;
    left: 16.8284%;
    top: 60.5645%;
}
.circles-hover .circle.circle-3 {
    background-color: #00a7e1;
    left: 67.6375%;
    top: 0%;
}
.circles-hover .circle.circle-4 {
    background-color: #437cbf;
    left: 73.1391%;
    top: auto;
    bottom: 0%;
}
.circles-hover .circle.circle-5 {
    background-color: #007854;
    left: 91.1%;
    top: 22.9411%;
}
.circles-hover .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 1.1em;
    width: 80%;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    transition: opacity 0.5s;
}
.circle .text-4 {
    padding-top: 20px;
}
.circles-hover .text.show {
    opacity: 1;
}
.circles-hover .line line {
    stroke: #908f8f;
    stroke-width: 2;
    stroke-dasharray: 0.125,6;
    stroke-linecap: round;
}
.circles-hover .line {
    position: absolute;
}
.circles-hover .line svg {
    width: 100%;
}
.circles-hover .line-1 {
    left: 4.368%;
    top: 18.705%;
    width: 45.631%;
}
.circles-hover .line-2 {
    left: 21.197%;
    top: 50%;
    width: 28.802%;
}
.circles-hover .line-3 {
    left: 50%;
    top: 15.882%;
    width: 22.006%;
}
.circles-hover .line-4 {
    left: 50%;
    top: 50%;
    width: 27.508%;
}
.circles-hover .line-5 {
    left: 50%;
    top: 38.823%;
    width: 45.469%;
}
/*.circles-hover .line.show line {
    animation: circles-hover-line-1 10s linear infinite;
}
@keyframes circles-hover-line-1 {
    0% { stroke-dashoffset: 200; }
}
.circles-hover .line.show.reverse line {
    animation: circles-hover-line-2 10s linear infinite;
}
@keyframes circles-hover-line-2 {
    0% { stroke-dashoffset: -200; }
}*/


#footer a {
    color: white;
}
#footer a:hover {
    text-decoration: underline;
}
#footer a.footer-link {
    margin-bottom: .9rem;
    display: block;
    color: white !important;
}



@media (max-width: 991px) {
    .banner-text {
        font-size: 3.2rem;
        padding: 3rem 2rem;
    }
    .slide .image-side {
        min-height: 340px;
    }
}
@media (max-width: 767px) {
    .slide .text-side {
        min-height: auto;
    }
    .slide .image-side {

    }
    .banner-text {
        font-size: 3.2rem;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .accordion-parent-item a {
        display: block;
    }
    #site-navigation li {
        display: block;
        margin-left: 0;
        clear: both;
        padding: 0;
    }
    #site-navigation .sub-menu {
        position: static;
        width: 100%;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
    #site-navigation .sub-menu li {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }
    .row-2 > .col-md-6 {
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .slide .image-side {
        min-height: 300px;
    }
    .banner-slide > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .internal-banner-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .banner-text {
        font-size: 2.3rem;
        padding: 1rem 1rem;
        width: 100%;
    }

     .card-body {
        min-height: 128px;
    }
    a.read-more-link {
        font-size: 1.2rem;
    }
    .introtext {
        font-size: 1.8rem;
        padding: .8rem .4rem !important;
    }
    .horizontal-card-title {
        font-size: 1.8rem;
    }
    .accordion-list .beefup .beefup__head {
        font-size: 1.6rem;
    }
}





