﻿blockquote {
    font-size: 1.1rem;
    margin-left: 15px;
}

.card-row h2 {
    font-size: 1.125rem
}

th {
    background-color: #61aee1;
    color: white;
}

table.eventleft tr td:first-child {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    word-break: break-all;
}

.sprite-list {
    width:20px;
    height:20px;
    float:right;
}

table.eventright tr td:nth-child(2) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    word-break: break-all;
}

table.eventright tr td, table.eventleft tr td {
    vertical-align: top;
}

table.eventleft, table.eventright {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

tr.highlight {
    background-color: #f8fcab;
}

iframe {
    margin-left: auto;
    margin-right: auto;
}

.listentries svg {
    width: 20px;
    height: 20px;
    float: right;
}
.listentries .svg-sprite.chevron-right {
    justify-content: flex-end;
    margin-top: auto;
}

.listentries .svg-sprite.chevron-right svg {
    width:2.3em;
    height:2.3em;
}
.mediainsert .gray-background .sponsored {
    padding: 0px;
}

.question-mark {
    position: fixed;
    bottom: 2.05rem;
    right: 5.6rem;
    width: 3.125rem;
    height: 3.125rem;
    z-index: 10
}

.question-mark:hover {
    cursor: pointer
}

legend {
    margin-top: 10px;
}

:target:before {
    content: "";
    display: block;
    height: 150px; /* fixed header height*/
    margin: -150px 0 0; /* negative fixed header height */
}

.feature .svg-sprite {
    width: 1.25rem;
    height: 1.25rem;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.article-body .interrupter-wrapper, .sponsored {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
}

@media print, screen and (min-width: 64em) {
    .card {
        width: calc(50% - 1.25rem);
    }

    .bio:nth-child(n+3) {
        margin-top: 64px
    }
}

button{
    cursor:pointer;
}

.smallcap {
    font-variant: small-caps;
}
.autocomplete_option--no-results{
    display:none;
}

.interrupterframe {
    padding-top: 3rem;
    padding-bottom: 2rem;
    clear:both;
}

    .interrupterframe .interrupter-wrapper {
        border-bottom: thin solid #cfd2d7;
        border-top: thin solid #cfd2d7;
    }

.continue-item {
    margin: 0px;
}

.overview-intro div .interrupter-wrapper {
    /*margin-bottom: 3rem;*/
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top:3rem;
    padding-bottom:2rem;
}
.overview-intro div .opacity-background.interrupter-wrapper {
    padding-top: 2rem;
    padding-bottom: 0
}

    .overview-intro div .opacity-background.interrupter-wrapper .h2,
    .overview-intro div .opacity-background.interrupter-wrapper h2 {
        color: #fff;
        font-family: futura-pt-bold,Roboto,Helvetica,Arial,sans-serif;
        font-size: 2.25rem;
    }
@media screen and (min-width:90em) {
    .overview-intro div .interrupter-wrapper {
        margin-left: -40%;
        margin-right: -50%;
        left: auto;
        right: auto;
        width: auto
    }
}

.overview-intro div .interrupter-wrapper .grid-container {
    margin: 0 auto
}

    .overview-intro div .interrupter-wrapper .grid-container:not(.full) > .grid-padding-x {
        margin: 0
    }


div.column {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-before: always;
    break-before: column;
}

@media only screen and (min-width: 600px) {
    .twocolumn {
            -webkit-column-count: 2; /* Chrome, Safari, Opera */
            -moz-column-count: 2; /* Firefox */
            column-count: 2;
            -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
            -moz-column-gap: 40px; /* Firefox */
            column-gap: 40px;
        }

        .columnrule {
            -webkit-column-rule: solid 1px #ccc; /* Chrome, Safari, Opera */
            -moz-column-rule: solid 1px #ccc; /* Firefox */
            column-rule: solid 1px #ccc;
        }
}
#map{
    padding-bottom:10px;
}

.ad-row {
    width:100%;
}
@media print {
    body, div {
        display:block !important;
    }
    p {
        font-size:0.8em !important;
    }
    header p {
        font-size:1em !important;
    }
    .grid-x > .medium-7 {
        width: 90%;
    }
    .overview-intro{
        width: calc(100% - 1.25rem) !important;
    }
    .overview-intro div .interrupter-wrapper {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
    }

h4 {
    page-break-after: avoid
}

.gray-background{
    background-image:none !important;
}

}




/*@media print {
    // Show Only Active Slide
    .slick-slide {
        display: none !important;
        
    }
    .slick-active {
        display: block !important;
    }
    // Reset adaptiveHeight
    .slick-list {
        height: auto !important;
    }

    // Remove Scrollbars
    .slick-track {
        width: auto !important;
        height: auto !important;
        transform: none !important;

    }
.slick-slide {
    width: auto !important;
}
}*/
.bio img {
    height: 176px !important;
    flex-shrink: 0 !important;
}


@media print, screen and (min-width: 46.25em) {
    .footnote {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}

.call-to-action-row .svg-sprite.donate2 svg {
    width: 3.75rem;
    height: 3.75rem
}

.results-list img, .card-row img, .interrupterimage {
    max-width: 194px;
}

.results-list .svg-sprite.chevron-right svg {
    width: 1.25rem;
    height: 1.25rem;
}

.results-list .svg-sprite.facebook svg {
    width: 0.75rem;
    height: 1.25rem;
}

.results-list .svg-sprite.twitter svg {
    width: 1.5rem;
    height: 1.25rem;
}

.results-list .svg-sprite.linkedin svg {
    width: 1.75rem;
    height: 1.25rem;
}

.results-list > li{
    width:100%;
}

.card-row img {
    max-width: 194px;
    float: left;
    /*padding-right: 10px;*/
}

.warningtext {
    color:red;
}


.overview-intro > h2, .article-body > h2 {
    font-size: 1.8rem;
}

.overview-intro > h3, .article-body > h3 {
    font-size: 1.6rem;
}

.overview-intro > h4, .article-body > h4 {
    font-size: 1.5rem;
}

.overview-intro > h5, .article-body > h5 {
    font-size: 1.2rem;
    text-transform: none;
}
.smallcapsub ol {
    list-style-type: lower-alpha;
}

.smallcapsub ol ol {
    list-style-type: lower-roman;
}


ol.outlinelist {
    list-style-type: upper-roman;
}

.outlinelist ol  {
    list-style-type: upper-alpha;
}

.outlinelist ol ol {
    list-style-type: decimal;
}

.outlinelist ol  ol  ol {
    list-style-type: lower-alpha;
}

.outlinelist ol  ol  ol  ol {
    list-style-type: upper-roman;
}
.pagedate {
    padding-top: 2px;
}

/* start store styles */
.storenav {
    background-color: #00529b;
}

.storenav a {
    color:#fff;
}

.featured img {
    float: left;
    padding-right: 10px;
}

.featured {
    padding: 5px 8px 5px 8px;
    margin: 3px 0;
}

.featured h3 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

.featured p {
    line-height: 1.2;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.featured .svg-sprite.chevron-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
    clear: both;
}

.featured .svg-sprite.chevron-right svg {
    width: 2.5rem;
    height: 2.5rem;
}

.featured .svg-sprite {
    margin-top: 1.5rem;
}

.featured .svg-sprite svg {
    width: 5rem;
    height: 5rem;
}

.featured {
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .5);
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    background: #fff;
}

.featured {
    width: calc(30% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.featuredtag {
    color: #000;
    background-color: #f9cf00;
    position: absolute;
    top: 30px;
    left: -30px;
    text-align: center;
    width: 150px;
    transform: rotate(-45deg);
    padding: 0;
}

@media screen and (max-width:50em) {
    .four-up {
        max-width: 25rem
    }
}

@media screen and (min-width:50em) {
    .four-up {
        max-width: 50rem
    }
}

@media screen and (min-width:75em) {
    .four-up {
        max-width: 75rem
    }
}

.button.medium-blue:hover {
    background: #000e2b;
    border-color: #000e2b;
    color: #fff
}

.button.medium-blue {
    background: #00529b;
    border-color: #00529b;
    color: #fff
}

@media print, screen and (min-width: 55em) {
    .storelist {
        width: calc(30%);
    }
}

.storelist {
    margin-bottom: 10px;
    margin-top: 0px;
}

.storelist:nth-child(n+3) {
    margin-top: unset
}

/* end store styles */

/* utility nav menu icon */

    .unavcontainer {
        display: inline-block;
        cursor: pointer;
        margin-left: 3px;
    }

    .bar1, .bar2, .bar3 {
        width: 20px;
        height: 2px;
        background-color: #61aee1;
        transition: 0.4s;
    }

    .bar1, .bar2 {
        margin-bottom: 4px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-4px, -4px);
    }

/* end utility nav menu icon */

/* Kentico Form Styles */

.form-field{
    margin-bottom:48px;
}
.form-field:last-of-type{
    margin-bottom:10px;
}
.ktc-default-section {
    border-bottom:thin solid #000;
    margin:10px;
}
.form-field {
    font-size: 1.1em;
}
.ktc-checkbox input[type=checkbox], .ktc-radio input[type=radio] {
    opacity: 100;
    margin-left:5px;
}
[type=submit] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: futura-pt,Roboto,Helvetica,Arial,sans-serif;
    padding: .8em 1.4em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    background: #61aee1;
    border-color: #61aee1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 3rem;
    padding-right: 3rem;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    margin-bottom:48px;
}
[type=submit]:hover {
    background: #000e2b;
    border-color: #000e2b;
    color: #fff;
}
.explanation-text {
    display: block;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 500;
    color: inherit;
    font-style:italic;
    margin-left:10px;
    margin-top:-10px;
}
/* end kentico form styles */