@import url(https://fonts.googleapis.com/css?family=Montserrat);

body {
    color: #414042;

    font: normal 1.2em Gotham, Montserrat, "Proxima Nova",
                       Arial, Verdana, sans-serif;
    line-height: 1.8;

    background-color: #FFFFFF;

    text-align: left;
    margin: 0;
    padding: 0;
}

a {
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

a:link, a:visited {
    color: #58595B;
    text-decoration: underline;
}

a:hover {
    color: #6D6E71;
    text-decoration: none;
}

h1 {
    color: #414042;
    font-size: 2em;
    font-weight: 500;
    line-height: 1.2;

    margin: 0 0 1rem 0;
    padding: 0;
}

h1 a, h1 a:link, h1 a:visited {
    color: #414042;
    text-decoration: none;
}

h1 a:hover {
    color: #58595B;
    text-decoration: none;
}

h2 {
    color: #414042;
    font-size: 1.6em;
    line-height: 1.2;
}

h3, h2.campaign-highlight-postpage {
    color: #F15D22;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
    padding: 0;
}

h3 a, h3 a:link, h3 a:visited, h2.campaign-highlight-postpage a, h2.campaign-highlight-postpage a:link, h2.campaign-highlight-postpage a:visited {
    color: #F15D22;
    text-decoration: none;
    line-height: 1.2;
}

h3 a:hover, h2.campaign-highlight-postpage a:hover {
    color: #FD8A03;
    text-decoration: none;
}

blockquote {
  margin: 1em;
  border-left: 4px solid #ddd;
  padding: 0 0.5em;
  text-align: justify;
}

.post {
    box-shadow: 0.4em 0.4em 0.8em 0 #aaa;
    margin: 1em auto 1.5em auto;
    padding: 1em;
}

.entry-date {
    font-size: 0.8em;
    font-weight: bold;
    color: #414042;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0.2em 0;
    padding: 0;
}

.entry-date::before {
    content: "";
    height: 1px;
    width: 35px;
    background: #414042;
    margin: 0 0.5em 0 0;
}

img.center {
    display: block;
    margin: auto;
}

img.campaign-goals-details {
    width: 600px;
    max-width: 100%;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.campaign-goals-details {
    width: 600px;
    max-width: 100%;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure {
    margin: 0;
}

figcaption {
    font-size: 0.75em;
}

#event-banner {
    margin: 0;
    padding: 0.5em 0;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.2;
    background-color: #F15D22;
    color: #FFFFFF;
}

#event-banner a, #event-banner a:link, #event-banner a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

#event-banner a:hover {
    color: #E6E7E8;
    text-decoration: none;
}
#wrap {
    padding: 0;
    margin: 1em 0;
}

.inner-wrap {
    width: 90%;
    margin: auto;
    position: relative;
}

#main {
    padding: 0 0 1em 0;
}

#header {
    text-align:center;
    margin: 1em 0;
}

nav {
    font-size: 1.4em;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}

nav a, nav a:link, nav a:visited {
    color: #F15D22;
    display: inline-block;
}

nav a:hover {
    color: #FD8A03;
}

.action {
    display: flex;
    justify-content: center;
    padding: 0.5em 0;
    max-width: 100%;

    list-style-type: none;

    line-height: 1.2;
}

.action li a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #F15D22;
    color: #FFFFFF;

    white-space: nowrap;
    max-width: 100%;

    width: auto;
    height: 3.625rem;
    line-height: 3.625rem;
    text-align: center;
    vertical-align: middle;
    margin: 1rem;
    padding: 0.75rem 1.3125rem;
    padding-left: 1.3125rem;
    font-size: 1.6em;
    letter-spacing: 0.075rem;
    padding-left: calc(0.075rem + 1.3125rem);
    font-weight: bold;
    border-radius: 0.375rem;
}

.action li a:hover {
    text-decoration: none;
    background-color: #FD8A03;
    color: #FFFFFF;

    white-space: nowrap;
    max-width: 100%;

    width: auto;
    height: 3.625rem;
    line-height: 3.625rem;
    text-align: center;
    vertical-align: middle;
    margin: 1rem;
    padding: 0.75rem 1.3125rem;
    padding-left: 1.3125rem;
    font-size: 1.6em;
    letter-spacing: 0.075rem;
    padding-left: calc(0.075rem + 1.3125rem);
    font-weight: bold;
    border-radius: 0.375rem;
}

.image-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.image-column {
    flex: 1; /* this weight applies both items in the row, so they will be the same size */
    padding: 0 1rem;
}

.image-column:first-child {
    padding: 0 1rem 0 0;
}

.image-column:last-child {
    padding: 0 0 0 1rem;
}

.space-below {
    padding: 1rem;
}

.feature {
    font-size: 1.2em;
}

.feature a, .feature a:link, .feature a:visited {
    color: #F15D22;
}

.feature a:hover {
    color: #FD8A03;
}

#pagination {
    text-align: center;
    font-weight: bold;
}

#learn-more {
    font-size: 1.2em;
}

#learn-more a, #learn-more a:link, #learn-more a:visited {
    color: #F15D22;
}

#learn-more a:hover {
    color: #FD8A03;
}

p {
}

li {
    padding: 0 0 0.5rem 0;
}

#share {
    font-size: 1.4em;
    text-align: center;
    color: #414042;
    line-height: 1.2;
    padding: 0;
    margin: 1rem 0;
}

#social {
    font-size: 1.2em;
    text-align: center;
    color: #F15D22;
}

#social a, #social a:link, #social a:visited {
    color: #F15D22;
    text-decoration: none;
}

#social a:hover {
    color: #FD8A03;
    text-decoration: none;
}

#social a svg, #social a:link svg, #social a:visited svg {
    width: 1em;
    height: 1em;
    fill: #F15D22;

    vertical-align: middle;
}

#social a:hover svg {
    width: 1em;
    height: 1em;
    fill: #FD8A03;

    vertical-align: middle;
}

.social-text {
    vertical-align: middle;
}

#coalition-partners {
    text-align: center;
}

.coalition-partner {
    height: 160px;
    font-size: 1.4em;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.coalition-partner img {
    max-width: 75%;
    max-height: 140px;
}

.no-bold {
    font-weight: normal;
}

.youtube-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.youtube-embed-container iframe, .youtube-embed-container object, .youtube-embed-container embed {
    border: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* dynamic sizing */

@media (min-width: 1167px) {
    .inner-wrap {
        width: 1050px;
    }
}

@media (max-width: 800px) {
    .image-row {
	flex-direction: column;
    }

    .image-column {
	padding: 1rem 0;
    }

    .image-column:first-child {
	padding: 0 0 1rem 0;
    }

    .image-column:last-child {
	padding: 1rem 0 0 0;
    }
}

@media (max-width: 580px) {
    h1 {
	font-size: 1.5em;
    }

    .action li a, .action li a:hover {
	font-size: 1.2em;
    }

    h2 {
	font-size: 1.4em;
    }

    .feature, #learn-more {
	font-size: 1.2em;
    }
}
