/* COLORS
#eff0d7  Cream
#f9b234  Orange
#a6c138  Green
#007878  Teal
#006060  Turquoise
#164848  Dark Teal
*/

@-webkit-keyframes fade-in {
    0%   {
        opacity: 0;
        -webkit-transform: scale(0.95);
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0%   {
        opacity: 0;
        -moz-transform: scale(0.95);
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0%   {
        opacity: 0;
        -o-transform: scale(0.95);
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0%   {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    /*opacity: 0;*/
    /*transition: opacity 1s ease-in;*/
}
body.loaded {
    opacity: 1;
}

a, a:hover, a:active, a:focus, a * {
    text-decoration: none;
}
.more {
    color: #007878;
    white-space: nowrap;
}
.more:after {
    content: '»';
    display: inline-block;
    margin-left: .5em;
    vertical-align: top;
}
.share a {
    display: inline-block;
    font-size: 3rem;
    color: #ccc;
}
.share a:hover {
    color: #007878;
}

img.responsive {
    max-width: 100%;
}

#zones {
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: arial;
    font-size: .8em;
}
#zones > div {
    padding: .5em 1em;
    background: #333;
    color: #eee;
}
#zones > div:nth-child(even) {
    background: limegreen;
    color: #000;
}

.container-fluid {
    max-width: 1020px;
    /*overflow-x: hidden;*/
}

header {
    height: 48px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
}
header .row {
    margin-left: -30px;
}

.panel {
    box-shadow: 0 0 10px #aaa;
}

.aspect {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aspect:before {
  display: block;
  content: "";
  width: 100%;
}
.aspect > div,
.aspect > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.aspect.x3-2:before {
  padding-top: 66.666666666666666%;
}
.aspect.x16-9:before {
  padding-top: 56.25%;
}

.advert {
  border-bottom: 2px solid #d8d8d8;
  padding: 1rem 0 !important;
}

.advert a {
  color: #fff;
}

.advert a:hover {
  color: #ddd;
}

body.anthum-modal-active {
    overflow: hidden;
}
.anthum-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;

}
.anthum-modal-inner {
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;


    -webkit-animation: fade-in 0.5s ease-out; /* Safari 4+ */
    -moz-animation:    fade-in 0.5s ease-out; /* Fx 5+ */
    -o-animation:      fade-in 0.5s ease-out; /* Opera 12+ */
    animation:         fade-in 0.5s ease-out; /* IE 10+, Fx 29+ */
}
.anthum-modal-title {
    background: #007878;
    color: #fff;
    width: 100%;
    padding: 0 0 0 15px;
    line-height: 48px;
    height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.anthum-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #000;
    font-size: 2rem;
    border: none;
    padding: 0;
    box-sizing: content-box;
}
.anthum-modal-content {
    padding: 0;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.anthum-modal section {
    background: none;
    border: none;
}

.menu-button {
    height: 48px;
    width: 48px;
    margin-left: -15px;
    margin: 0;
    display: inline-block;
    float: left;
    font-size: 2.5rem;
    border: none;
    background: none;
    cursor: pointer;
    outline: none !important;
    color: #164849;
}

body {
    padding-top: 48px;
}
header {
    box-shadow: 0 0 15px 3px #999;
}
header .logo {
    display: inline-block;
    float: left;
    height: 30px;
    margin: 9px 0 0 0
}
header .cta {
    float: right;
    margin-top: 9px;
}
header .cta menu {
    text-transform: uppercase;
}
header .sponsors {
    display: none;
}

.main {
    border-bottom:2px solid #d8d8d8;
}
main {
    padding: 5rem 0 5rem 0;
}
main h1 {
    margin: 0 0 2rem 0;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}
main p
{
    line-height: 2em;
    margin: 0 0 2.5rem 0;
}
main .subheading {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
    color: #666;
}

main .facesheadline {
    font-size: 1.8rem;
    font-style: italic;
    padding-bottom: 1.8rem;
    text-align: center;
    margin-top: -1rem;
    font-weight: bold;
    color: #666;
}

main .alignleft {
    float: left;
}

main .alignright {
    float: right;
}

main .share {
    text-align: center;
    margin: -1rem 0 3rem 0;
}
main .share a {
    margin: 0 0 0 2rem;
}
main .share a:first-child {
    margin-left: 0;
}

article p {
    font-size: 1.5rem;
    line-height: 2em;
    margin: 0 0 3rem 0;
}
article blockquote {
    color: #164848;
    font-size: 2rem;
    line-height: 1.5em;
    border: none;
    margin: 6rem 0 6rem 0;
    padding: 0;
    position: relative;
    text-indent: 2em;
}
article blockquote p {
    color: #164848;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.5em;
}
article blockquote:before {
    content: '“';
    font-size: 4em;
    position: absolute;
    top: .25em;
    left: -.5em;
    bottom: 0;
    color: #007878;
}

article .large-first-letter::first-letter {
    font-size: 10rem;
    line-height: 10rem;
    vertical-align: text-top;
    float: left;
    color: #007878;
    margin: -.5rem 1rem 0 0;
}
article img {
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    /*margin: 0 2rem 2rem 0;*/
    max-width: 100%;
    height: auto !important;
}

nav {
    display: none !important;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
}
.menu-active nav {
    display: block !important;
    border-bottom: 4px solid #164848;
    padding-bottom: 2rem;
}

nav a {
    height: 48px;
    line-height: 48px;
    padding: 0 1em;
    display: block;
    text-transform: uppercase;
    color: #666666;
}
nav a:hover {
    color: #000;
    color: #a6c138;
    text-decoration: none;
}

#main-nav {
    margin: 0;
}

#main-nav ul {
    padding: 0;
    margin: 0;
}

#main-nav li {
    color: #fff;
    display: block;
    transition-duration: 0.5s;
    white-space: nowrap;
}

#main-nav li:hover {
    background-color: #eff0d7;
}

#main-nav li a {
    font-weight: 700;
}

#main-nav li a:hover {
    color: #007878;
}

#main-nav .dropdown-items li a {
    padding-left: 2em;
}

#main-nav .dropdown-items li:hover {
    background-color: #eee;
}

#main-nav .no-link:hover {
    color: #666;
}

.btn-primary,
.btn-primary:active,
.fsSubmit input.fsSubmitButton
{
    outline: none;
    background: #ff6644; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTMyMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff6644 0%, #f93226 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6644), color-stop(100%,#f93226)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff6644 0%,#f93226 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff6644 0%,#f93226 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff6644 0%,#f93226 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff6644 0%,#f93226 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6644', endColorstr='#f93226',GradientType=0 ); /* IE6-8 */

    border: 1px solid #f93226 !important;
    border-bottom: 1px solid #ce0f0b !important;
    box-shadow: 0 0 5px 0px #999 !important;
}
.fsSubmit input.fsSubmitButton {
    color: #fff;
    padding: .75em 3em !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}
.btn-info,
.btn-info:active
{
    outline: none;
    background: #007878; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjY0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOTMyMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0F9D9D 0%, #007878 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0F9D9D), color-stop(100%,#007878)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0F9D9D 0%,#007878 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0F9D9D 0%,#007878 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0F9D9D 0%,#007878 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0F9D9D 0%,#007878 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F9D9D', endColorstr='#007878',GradientType=0 ); /* IE6-8 */

    border: 1px solid #007878 !important;
    border-bottom: 1px solid #004848 !important;
    box-shadow: 0 0 5px 0px #999 !important;
}

.home h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 1.75rem;
    line-height: 1.25em;
}
.home section {
    padding: 3rem 0;
}

.home .infographic {
    background: #f1f1d7;
    padding: 5rem 0;
}
.home .infographic .map .advert{
    padding: 0;
}
.home .infographic .map img {
    max-width: 100%;
}
.home .infographic h2 {
    text-align: center;
    margin-bottom: 4rem;
    line-height: 1.5em;
    font-size: 2rem;
}
.home .infographic-cta {
    display: none;
}

.home .problem {
    background: url('../static/images/slides/moonlit-county-jail.jpg') 45% 55% no-repeat #007877;
    background-size: 200%;
    height: 100%;
}
.home section.problem  {
    padding: 15% 0;
}

.home section.dark {
    color: #fff;
}
.home section.dark a.more {
    color: #fff;
    font-weight: bold;
}

.bg-cross {
    background: url('../static/images/bg-cross-compressed.png');
}
.bg-concrete {
    background: url('../static/images/bg-concrete-compressed.png');
}

.home-faces {
    text-align: center;
}
.home-face {
    display: block;
    color: inherit;
}
.home-face img {
    max-width: 100%;
}
.home-faces .name {
    font-weight: bold;
    font-size: 1.25em;
}
.home-face {
    margin-top: 3em;
    cursor: pointer;
    text-align: left;
}

.what-do {
    background: #f0f0d8;
}
.what-do img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.take-action {
    color: #fff;
    text-align: center;
    background: url(../static/images/bg-sunset.jpg) center center no-repeat #2c5a58;
}

.home-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;  /* 16:9 */
    padding-bottom: 54.15%;  /* 16:9 */
    height: 0;
    margin: 0 7.5px;
}
.home-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.events {
    overflow-x: hidden;
}
.events .content-block {
    max-width: 800px;
}
.session {
    margin-bottom: 4rem;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
    border-radius: 0;
}
#livestream {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #f9b234;
}
.livestream-video-wrapper {
    margin-left: -15px;
    margin-right: -15px;    
    border: 3px solid #f9b234;
    box-sizing: content-box;
}
.session .panel-body {
    padding: 0;
}
.session .content-wrapper {
    padding: 1em;
}
.session h4 {
    margin: 0 0 .65em 0;
    font-size: 1.75rem;
    line-height: 1.25em;
}
.session h4:after {
    content: '';
    display: block;
    height: 2px;
    width: 70%;
    margin-top: .6em;
    background: #f9b234;
}
.session .content p {
    font-size: 1.25rem;
    line-height: 1.25em;
    margin: 1.5em 0 0 0;
}
.session .content p:first-child {
    margin: 0;
}
.session .upcoming img {
/*    -webkit-filter: grayscale(1);
    filter: grayscale(1);
*/    opacity: 1;
}

.session .upcoming {
    position: relative;
}
.session .time {
    text-align: center;
    background: rgba(0,120,120,0.9);
    color: #fff;
    padding: .5em 1em;
    font-weight: normal;
    font-size: .9em;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
}

.archive-session {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 4px solid #164848;
    margin-bottom: 15px;
    display: block;
}

.archive-session .content {
    font-size: 1.25rem;
    padding: 1.5rem;
}
.archive-session .content h5 {
    margin: 0;
    line-height: 1.5em;
}
.archive-session p {
    font-size: 1rem;
    color: #666;
    margin: .5em 0 0 0;
    font-weight: normal;    
}

.events h2 {
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin: 5em 0 1em 0;
}
.events h2.first {
    margin-top: 3em;
}

.events h3 {
    font-size: 1.75rem;
    font-weight: normal;
    margin: 4em 0 3rem 0;
    padding-bottom: 2.5rem;
    border-bottom: 2px solid #ddd;
}
.events h3.first {
    margin-top: 2em;
}
.events h3 span.box {
    padding: 1rem;
    vertical-align: middle;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #fff;
    margin-right: 1em;
    background: #f9b234;
}
.events h3.livestream {
    margin-top: 2rem;
    margin-bottom: 0em;
    padding-bottom: 1rem;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2em;
}
.events .livestream-content p {
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 0;
}


.event-launch {
    margin-left: -15px;
    margin-right: -15px;
}
.event-frame {
    display: block;
    height: 450px;
    width: 195px;
    margin: 0 auto 3rem auto;
}

.event-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.event {
    margin-top: 2rem;
}

.event .date {
    float: right;
    font-size: 1rem;
    color: #aaa;
    font-weight: normal;
}

.features.panel {
    box-shadow: 0 0 10px #999;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
}
.features .left {
    position: relative;
}
.features .aspect {
    /*top: 0;*/
}
.features .left .content-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
}
.features .left .content-wrapper {
    position: absolute;
    top: 0;
    font-size: 1.15rem;
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}
.features .left .content {
    display: table-cell;
    vertical-align: bottom;
    padding: 1em;
}
.features .left .content-wrapper,
.features .left .content-wrapper * {
    color: #eee;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}
.features .right .feature-content {
    display: none;
}

.features h4 {
    margin: 0 0 .65em 0;
    font-size: 1.75rem;
    line-height: 1.25em;
}
.features h4:after {
    content: '';
    display: block;
    height: 2px;
    width: 70%;
    margin-top: .6em;
    background: #f9b234;
}
.features .content p {
    font-size: 1.15rem;
    line-height: 1.25em;
    margin: 1em 0 0 0;
}
.features .left .more-wrapper {
    margin-bottom: -1rem;
}
.features .left .more-wrapper a {
    display: block;
    vertical-align: middle;
    padding: 1.25rem 0;
}
.features .feature-content-container {
    background: #000;
}
.features .feature-content {
    opacity: 0;
    transition: opacity 250ms linear;
    transform: translate3d(0,0,0);
}
.features .feature-content.active {
    opacity: 1;
}
.thumb-nav-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
}

.thumb-nav {
    width: auto;
    white-space: nowrap;
    padding: 3rem 0 4rem 0;
}

.thumb {
    display: inline-block;
    width: 30%;
    margin-left: 1.5rem;
    cursor: pointer;
}
.thumb-nav .thumb:first-child {
    margin-left: 4rem;
}
.thumb-nav .thumb:last-child {
    margin-right: 4rem;
}
.thumb-nav .thumb.active {
    outline: 3px solid #f9b234;
}

.update {
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 4px solid #164848;
    margin-bottom: 30px;
}
.update .content {
    font-size: 1.25rem;
    padding: 1.5rem;
}
.update .more {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.update .date,
.update .pub,
.update .author
{
font-size: 1rem;
    color: #666;
    margin-top: .5em;
    font-weight: normal;
}
.update article .date {
    font-size: 1.5rem;
    margin: 0;
    color: inherit;
}

.update h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
    margin: 0 0 1em 0;
    padding: 0;
    color: #333;
}

.take-action .container-fluid {
    padding-top: 5em;
    padding-bottom: 5em;
}
.take-action h2 {
    line-height: 1.5em;
    margin-bottom: 2em;
}

.people-detail-footer {
    clear: both;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    border-top: 1px solid #eaeaea;
    padding: 1rem 0 0 0;
    font-style: italic;
}

footer {
    padding: 5rem 0;
}

footer .share {
    text-align: center;
    margin-top: 5rem;
}

footer .share a {
    width: 48px;
    height: 48px;
    margin: 0;
}

footer .copy {
    font-size: 1.5rem;
    color: #aaa;
    margin: 4rem 0 0 0;
    text-align: center;
    line-height: 2em;
}
footer .author {
    font-size: 1rem;
}
footer img {
   width: 130px;
}
footer .site-logo {
    display: block;
    margin: 0 auto;
}
footer .links {
    margin-top: 5rem;
}
footer .links.site a {
    color: #164848;
    text-transform: uppercase;
    font-size: 2rem;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
footer .links.sponsors {
    margin-top: 5rem;
}
footer .links.sponsors a {
    display: block;
    padding: 2rem 0;
    text-align: center;
}
footer .links.sponsors p {
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
}

footer .links.sponsors a img {
    width: 150px;
}

.face-archive {
    margin-top: 30px;
    position: relative;
    text-align: left;
    display: block;
}
.face-archive .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #eee;
    padding: .5em 1em;
    font-size: 1.25rem;
    font-weight: bold;
    background: rgba(0,0,0,0.2);
}
.face-archive-headline {
    font-size: 1rem !important;
    line-height: 1.5em !important;
    font-weight: normal;
    margin: .5em 0 0 0;
}
.face-archive.future-archive {
    cursor: default;
}
.face-archive.future-archive img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.3;
}
.face-archive.future-archive .title {
    background: rgba(0,0,0,0.6);
}
.face-archive.future-archive .face-archive-headline {
    font-style: italic;
}

.white-text {
    color: #eee;
    text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}

.wp-admin-bar header {
    margin-top: 46px;
}
.wp-admin-bar nav {
    top: 94px;
}
#wpadminbar {
    position: fixed !important;
}

.fsBody .fsForm {
    background: none !important;
    box-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal !important;
}
.fsBody .fsRowBody {
    padding: 1rem 0 !important;
    overflow: hidden;
}
.fsForm .fsSubmit {
    background: none !important;
}
.fsForm .fsSupporting {
    margin: .25em 0 !important;
}
.fsForm .fsFieldAddress2 {
    display: none !important;
}
.fsForm .fsSubFieldGroup {
    margin-top: 1rem;
}

.fsFieldRow input[type=email],
.fsFieldRow input[type=number],
.fsFieldRow input[type=tel],
.fsFieldRow input[type=text],
.fsForm textarea {
    border: 1px solid #ccc !important;
    background: #fff !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    padding: .5em !important;
    font-weight: normal !important;
}

img.what-do-hand {
    max-width: 50%;
    margin: 3rem auto;
    display: block;
}

#stepping-up-map {
	width: 100%;
	height: auto;
	min-height: 400px;
	border: 1px solid #000;
}

.legendwhatucando {
	width: 100%;
	height: auto;
	min-height: 30px;
	background-color: #eee;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.legendwhatucando br {
	display: none;
}

@media (max-width: 600px) {
    .legendwhatucando br {
    	display:block;
    }
}

.legendwhatucando img {
	display: inline;
}

.legendwhatucando p {
	display: inline;
	padding-left: 5px;
	padding-right: 15px;
}

.advert button {
  white-space: normal;
  font-size: 1.25rem;
}

.notify-bar {
  font-size: 1.6rem;
  padding: 1em;
  color: #fff !important;
  background: #007878;
  text-align: center;
  display: block;
  font-weight: normal;
  transition: 0.5s;
}

a.notify-bar:hover {
  background: #008989;
  text-decoration: underline;
}

.notify-bar .go {
  display: block;
  font-size: 150%;
  margin-top: 1rem;
}

/*********************************************************
                Karen's Toolkit & Key Resources CSS
*********************************************************/
.toolkit-accordion {
    clear: both;
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
    border-top: 4px solid #164848;
}
.toolkit-accordion h3 {
    text-align: center;
    font-size: 22px;
    padding: 1.5rem;
    margin-bottom: 3px;
}
.toolkit-six-questions h3 {
    background-color: #F9B234;
}
.toolkit-four-measures h3 {
    background-color: #a6c138;
}
.toolkit-accordion h4 {
    margin: .5rem 1rem;
}
.toolkit-accordion h5 {
    margin: 1rem 2.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #666;
}
.toolkit-accordion ul li {
    list-style-type: none;
}
.toolkit-accordion ul ul li {
    list-style-type: circle;
    padding-bottom: .5rem;
}
.toolkit-accordion .csg-collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0; 
    padding: 0;
}
.toolkit-accordion .csg-collapsible-header {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    min-height: 2rem;
    padding: 1rem;
    font-weight: bold;
    transition: background-color 0.5s ease;
}
.toolkit-six-questions .csg-collapsible-header {
    background-color: #F9B234;
}
.toolkit-six-questions .csg-collapsible-header:hover {
    background-color: #FAC972;
}
.toolkit-four-measures .csg-collapsible-header {
    background-color: #a6c138;
}
.toolkit-four-measures .csg-collapsible-header:hover {
    background-color: #cce069;
}
.csg-collapsible-header .fa {
    padding-right: 2rem;
    float: left;
}
.csg-collapsible-header .question {
    float: left;
    width: 80%;
}
.toolkit-accordion .csg-collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 1.25rem; 
}
.toolkit-additional-resources {
    color: #000;
    border-top: 4px solid #164848;
}
.resource-accordion .csg-collapsible-header {
    background: none;
    color: #337ab7;
    font-weight: bold;
    margin-bottom: 0;
}
.resource-accordion .csg-collapsible-header:hover {
    background-color: #dcdcdc;
    color: #23527c;
}
.toolkit-video {
    float: none;
    margin-bottom: 30px;
}
.toolkit-text p {
    font-size: 1.75rem;
    padding: .5rem 0;
}
.toolkit-cta-button {
    width: 100%;
    margin: 5px 0 20px 0;
    text-align: center;
    background-color: #F9B234;
    border-top: 4px solid #164848;
    transition: all 0.25s ease-in-out;
}
.toolkit-cta-button:hover {
    background-color: #FAC972;
    text-decoration: underline;
}
.toolkit-cta-button a {
    display: block;
    text-decoration: none;
    font-size: 1.75rem;
    color: #164848;
    padding: 12px;
}
.toolkit-cta-button img {
    float: none;
    max-width: 100%;
}
.report-cover {
    margin-bottom: 50px;
}
.report-cover a {
    padding: 0 10px;
}
.report-cover p {
    margin: 0;
    font-size: 1.75rem;
    line-height: 5rem;
}

/*********************************************************
                Z Indexes
*********************************************************/
header {
    z-index: 100;
}
nav {
    z-index: 100;
}
#wpadminbar {
    z-index: 150 !important;
}
.anthum-modal {
    z-index: 200;
}
#zones {
    z-index: 500;
}
.session .time {
    z-index: 2;
}
.features .feature-content {
    z-index: 1;
}
.features .feature-content.active {
    z-index: 2;
}
.features .thumb-nav-wrapper {
    z-index: 3;
}
