﻿/* reference from https://medium.com/@_jh3y/how-to-pure-css-masonry-layouts-a8ede07ba31a */

a {
    /*color: #ff4200;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

strong a {
    font-weight: bold;
}

.storyWelcome a {
    color: #ff4200;
}

h1 {
    font-weight: 600 !important;
    font-size: 62px !important;
}

@media screen and (max-width: 1000px) {
    h1 {
        font-size: 3em !important;
    }
}

h3 {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}

.galleryPage {
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
}

.gallery-caption {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

/*.galleryPage h2 {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    width: 100%;
    background-color: #ff4200;
    padding: 15px !important;
    font-weight: 400;
    line-height: 150%;
}*/

#gallery-home-leftcol {
    padding: 30px;
}

.galleryPage h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    width: 100%;
    margin: 0px !important;
}

.galleryPage a:hover {
    text-decoration: none;
}

.galleryPage h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: black;
    width: 100%;
    font-weight: 900;
    margin-bottom: 5px;
}

.galleryInline {
    display: inline-block;
}

.galleryHeaderOrange {
    font-size: 1.3em;
    color: #ff4200;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

#gallery-title {
    font-size: 48px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Roboto';
    font-weight: bold;
}

.gallery-grey {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: rgba(130,130,130,1);
}

.gallery-thumb {
    color: black;
    font-weight: 700;
}

.gallery-thumb:hover {
    color: #ff4200;
    font-weight: 700;
}

.btn-white {
    background-color: white;
    color: #3399ff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.btn-white:hover {
    background-color: #3399ff;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.btn-blue {
    background-color: #3399ff;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.btn-blue:hover {
    background-color: white;
    color: #3399ff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.light-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555;
}
.light-heading strong {
    color: #555;
}

.gallery-home-rightcol {
    padding: 0px;
}

@media screen and (max-width:768px) {
    .gallery-home-rightcol {
        clear: both;
    }
}

.gallery-home-rightcol h3 {
    font-family: 'Roboto', sans-serif;
    color: rgb(155, 155, 155) !important;
    padding-left: 15px;
    margin-top: 20px;
    font-weight: 400;
    line-height: 150%;
}

.story-classrooms {
    padding-left: 15px;
}

.selected-story img {
    height: 100px;
    box-shadow: 2px 2px 3px 1px darkgrey;
}

@media screen and (min-width:768px) {
    .tile {
        padding-right: 0;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.full-description {
    font-family: 'Open Sans';
    /*font-weight:200 !important;*/
    font-size:16px;
}

@media screen and (max-width: 1000px) {
    .page-date {
        padding: 0 3vw;
    }
}

.pageIntro{
    width:100%;
    background-color:#e9e9e9;
    color:#000;
    font-family: 'Open Sans';
    font-weight:200 !important;
    font-size:16px;
    padding:10px;
    display: inline-block;
}

.visitorText p span {
    /*color: #fff !important;*/
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
}

.visitorText div {
    float: left;
    margin: 0 0.5em 0 0;
    background-color: #e8e8e8;
    padding: 0.4em 0.3em 0.3em 0.4em;
    -moz-box-shadow: inset 3px 3px 2px -2px #474747;
    -webkit-box-shadow: inset 5px 5px 2px -2px #474747;
    box-shadow: inset 3px 3px 2px -2px #474747;
}

.visitor-image-container {
    float: left;
    margin: 0 0.5em 0 0;
    background-color: #e8e8e8;
    padding: 0.4em 0.3em 0.3em 0.4em;
    -moz-box-shadow: inset 5px 5px 2px -2px #474747;
    -webkit-box-shadow: inset 5px 5px 2px -2px #474747;
    box-shadow: inset 5px 5px 2px -2px #474747;
}

.visitor-image-container img {
    max-width: 125px;
    max-height: 125px;
}

.visitorText {
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 200 !important;
    font-size: 16px;
    display: inline-block;
}

.caption {
    font-size: 14px;
    display: block;
    /*font-weight: 600;*/
}

.credit {
    font-size: 14px;
    color: gray;
    display: block;
    font-weight: 300;
}

.radon-story .related-products-grid {
    border-left: 7px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 15px;
    margin-top: 15px;
}

.radon-story .related-products-title {
    font-family: 'Open Sans';
    font-weight: 600 !important;
    font-size: 16px;
}

.radon-story .related-products-item {
    width: 160px;
    text-align: center;
    float: left;
}

.radon-story .related-pic {
    margin: auto;
}

.radon-story .title {
    font-family: 'Open Sans';
    font-weight: 600 !important;
    font-size: 16px;
}

@media screen and (min-width:820px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 25%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}

@media screen and (max-width:819px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 33.33%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}

@media screen and (max-width:619px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 50%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}

@media screen and (max-width:419px) {
    .my-container {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
        float: left;
        padding: 10px;
        min-width: 200px;
    }
}
 
        .my-container img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: auto;
            mix-blend-mode:multiply;
            filter: blur(3px);
        }

        .my-container h1 {
            font-size: 22px;
            font-weight: 100;
            margin-top: 0px;
            position: relative;
            z-index: 2;
            color: #000;
            text-shadow: #fff 0px 0px 5px;
        }

        .my-container p {
	    font-family: 'Roboto Condensed', sans-serif;
            font-size: 17px;
            position: relative;
            z-index: 2;
            margin-top: 0px;
            margin-bottom: 0px;
            top: -10px;
        }
        .my-container a {
            color:#000 !important;
        }

    
.directory-category {
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 3px;
    padding-right: 3px;
}
.directory-description {
    background-color: rgba(255,255,255,.7);
    padding-top: 19px;
    padding-left: 5px;
    display: none;
    margin: 0px;
    position: relative;
    top: -4px;
    font-size: 40px;
}

.center-text {
    text-align: center;
}

.auto-size {
    width: auto;
    height: auto;
}

.bannerImage {
    width:100%; 
    max-width:1920px; 
    margin-left:auto; 
    margin-right:auto;
}
    .bannerImage img {
        width: 100%;
    }

.author {
    float:left;
    margin-right:25px;
}

.page-time {
	color:#5A5A5A;
    font-size:12px;
}

.full-description img {
    padding:10px;
}

.story-category {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
    text-decoration: none;
}
.story-subcategory {
	padding:3px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:11px;
    text-decoration: none;
}

.story-box {
    border-left: 7px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 15px;
}

.story-box h2 {
    font-size:1.3em;
}

.story-img {
    width: 100%;
    border: 3px solid black;
}

.sharebar {
    border-top:1px solid #b6b6b6;
    border-bottom:1px solid #b6b6b6;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    margin-top:25px;
    margin-bottom:25px;
    font-family: 'Palatino Linotype';
}
.sharebar-details {
    float:left;
    margin-right:25px;
}

.sharebar-details-author {
    color:#5A5A5A;
}
.sharebar-details-time {color:#5A5A5A;
    font-size:12px;
}
.sharebar-comments {
    float:left;
    border-left:1px solid #cccccc;
    padding-left:15px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    padding-top:3px;
}
.sharebar-comments-num {
    font-size:28px;
    color:#242424;
    font-family:'Palatino Linotype'
}
.sharebar-comments-title {
    font-size:14px;
    color:#868686;
}
.sharebar-shares {
    float:left;
    border-left:1px solid #cccccc;
    padding-left:15px;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    padding-top:3px;
    margin-left:25px;
}
.sharebar-shares-num {
    font-size:28px;
    color:#242424;
    font-family:'Palatino Linotype'
}
.sharebar-shares-title {
    font-size:14px;
    color:#868686;
}

.shareButtons {
    float:right;
	position:relative;
    top:4px;
}
.sharebar-buttons .shareBtn{
    float:left;
    padding:10px;
    padding-right:20px;
    padding-left:20px;
    border-left:1px solid #ccc;
}
.noborder {
    border-left:0px solid #fff !important;
}
.sharebar-buttons .shareBtn img{
   opacity:.5;
}
.sharebar-buttons .shareBtn img:hover{
    opacity:1;
}

.socialbar {
    font-size:18px;
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;
    text-align:center;
    
}

.share-item {
    transition: all 0.5s ease;
    border-right:1px solid #868686;
}

    .share-item:hover {
        cursor:pointer;
    }

.socialbar img {
    position:relative;
    top:-1px;
    padding-right:5px;
}
.share-fb {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
    color:#fff;
}

.share-fb:hover{
    background-color:#3d5994;
}
.share-twitter {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
    color:#fff;    
}
.share-twitter:hover {
    background-color:#57aae9;
}

.share-print{
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
}
.share-print:hover {
    background-color:#5A5A5A;
}
.share-email {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
}
.share-email:hover {
    background-color:#19bd8f;
}
.share-comment {
    padding-top:5px;
    padding-bottom:5px;
    background-color:#9c9c9c;
}
.share-comment:hover {
    background-color:#db4d40;
}
.page-author {
	color:#5A5A5A;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding:0px;
    margin:0px;
}

.page-quotation {
    background-image: url('../images/create/quote-upper-left.gif'), url('../images/create/quote-lower-right.gif');
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    font-size: 22px;
    font-family: 'Times New Roman';
    font-style: italic;
    width: 76%;
    padding: 28px 48px 28px 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

    .page-quotation center blockquote {
        background-color: transparent;
    }

.page-body h2 {
    font-weight: 300 !important;
    font-size: 24px !important;
}

.image-wrapper {
    display: block;
    padding: 10px;
    background-color: white;
    margin: 5px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.explore-browse-icon {
    position: absolute;
    top: 20px;
    left: 40px;
    opacity: 0.85;
}

p {
    margin-top:1em !important;
    margin-bottom:1em !important;
}

.btn-social {
    transition: all 0.3s ease;
    cursor:pointer;
}

#floater-social {
    float: left;
    position: absolute;
    top: 100px;
    left: -100px;
    z-index: 1;
    transition: all 0.3s ease;
}

#printDiv a {
    text-decoration:none;
}

.social-links {
    padding-left:3vw;
    padding-bottom:1em;
    clear:both;
}

@media screen and (max-width:1000px) {
    #page-title, #page-title ~ h2, .full-description, .page-author {
        padding-left: 3vw;
        padding-right: 3vw;
    }

}

#artCategoriesHeader {
    padding-left:3em;
}

#artCategories {
    padding-left:8em;
}

#artMediumsHeader {
    padding-left:6em;
}

#artMediums {
    padding-left:8em;
}

#audioMediumsHeader {
    padding-left:6em;
}

#audioMediums {
    padding-left:8em;
}

#audioCategoriesHeader {
    padding-left:6em;
}

#audioCategories {
    padding-left:8em;
}

#filmsMediumsHeader {
    padding-left:4em;
}

#filmsMediums {
    padding-left:6em;
}

#filmsCategoriesHeader {
    padding-left:4em;
}

#filmsCategories {
    padding-left:6em;
}

.social-message{
    position: absolute;
    top: 304px;
    left: 5em;
    margin-top: -20px;
    font-family: roboto;
    border-radius: 20px;
    line-height: 0.1em;
    height: 30px;
    padding: 0 10px;
    background-color: blue;
    color: white;
    display: none;
}

.banner-stripe {
    display: block;
    width: 100%;
    height: 1vw;
    margin-top: 1.3em;
}

.accent-orange {
    background-color: #ff4200;
}

/* Story Search Stylings */
#story-search-field {
    width: calc(100% - 4em);
    display:inline-block;
    margin:0;
    float:left;
    border-bottom-right-radius:0;
    border-top-right-radius:0;
}

#story-search-button {
    display:inline-block;
    height:34px;
    padding-top:0.1em;
    margin:0;
    margin-left:-5px;
    margin-top:-2px;
    float: left;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}

.glyphicon-search {
    font-size:1.5em;
    vertical-align:middle;
}

.search-bar-space{
    padding-left:1em;
    padding-top:1em;
    padding-bottom:1em;
}

/*Women Transforming Media Stylings*/

.accent-wtm {
    background-color: #3366cc;
}

#italicize-statement {
    font-style:italic;
}

.blue-link {
    font-size: larger;
    color: #3366cc
}

.wtm-padding-erase{
    padding-left:0em !important;
}

.wtm-right-column-1 {
    padding-left:1em;
}

.wtm-announcements img {
    width:100%;
}

.tags {
    background-color: #252525;
    line-height: 90px;
    text-align: center;
    color: white !important;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Roboto';
}

.img:hover {
    opacity: 0.9;
}

.wtm-announcements img:hover {
    opacity: 0.9;
    /*filter: alpha(opacity=98);*/
}

.wtm-guestbook {
    font-family: Roboto;
    font-size: 40px;
    background-size: 50px;
    background-color: #191919;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    padding: 15px;
    text-align: center;
}

.wtm-guestbook a{
     color: white;
}

.wtm-guestbook a:hover {
     text-decoration: none;
     border-bottom-color: white;
}


@media screen and (min-width:320px) {
    #vimeo-video {
        width: 99%;
        height: 240px !important;
        margin-left: 13px;
        margin-top: 1em;
    }
}

@media screen and (min-width:480px) {
    #vimeo-video {
        width: 99%;
        height: 360px !important;
        margin-left: 13px;
        margin-top: 1em;
    }
}

@media screen and (min-width:640px)  
{
	#vimeo-video
	{
	    width:99%; 
	    height:480px !important; 
	    margin-left:13px; 
	    margin-top:1em;
	}
}
@media screen and (min-width:767px)  
{
	#vimeo-video
	{
	    width:99%; 
	    height:555px !important;
	    margin-left:13px; 
	    margin-top:1em;
	}
}

/*width:99%; height:680px; margin-left:13px;*/


/*Help Center Stylings*/
#title-h1 {
    font-weight: 300 !important;
}

@media screen and (min-width:425px) {
    #indent {
        padding-left: 2em;
    }
}

.space{
    padding-top:10px;
}

.weightless {
    font-weight: 400;
}

.links {
    font-weight: 400;
    font-size: 18px;
    color: #4D8ED7;
}

#help-table {
    width: 100%;
}

#help-table tbody tr:first-child {
    border-bottom: 1px solid #e9e9e9;
    line-height: 2em;
    font-size: 1.3em;
}

#help-table th {
    text-align: center;
}

#help-table img {
    display: inline;
}

#help-table img:hover {
    opacity: 0.4;
}

#help-table td:not(:first-child) {
    text-align: center;
}

#help-table tbody tr:nth-child(odd):not(:first-child) {
    background-color: rgba(243, 243, 243, 0.69);
}

@media print {
    .printable, .printable > * {
        display: block;
    }

    body, html, #wrapper, #printDiv {
        height: 100% !important;
        width: 100% !important;
        overflow: visible;
        display: contents !important;
    }

    * {
        overflow: visible;
        font-family: Verdana;
    }
}