﻿/*Style Guide Color Reference*/

/*
Dark Blue (Logo, menu expander bg, headers, active side nav, CTA etc): #1A4983
Off-white Blue (footer bg, secondary body bg): #EDF1F5
Lighter off-white Blue: #F9F9F9
Dark Gray (Gray headers): #656565
Light Gray (Body text): #797979
Lightish Gray (Lighter than body): #A4A4A4
Lighter Gray (inactive side nav, arrows): #E6E6E6
*/

.title {
    margin: 0 0 40px;
    text-align: center;
    font-size: 32px;
    font-family: 'Abril Fatface',serif;
    font-weight: normal;
}

.date {
    text-align: center;
    font-size: 25px;
    color: #656565;
    font-style: italic;
    font-weight: normal;
}

.iconContainer {
    padding: 0 0 40px 0;
}

.icon {
    margin: 15px;
}

.sharedBody {
    padding-top: 40px;
}

.blogList {
    list-style: none;
    margin-bottom: 0;
}

.blogList__item:before {
    content: '-';
    display: inline-block;
    width: 15px;
    margin-left: -15px;
}

.publicationType {
    color: #656565;
}

.podcast-tscript {margin-bottom:30px;}
    .podcast-tscript a {font-weight:bold;}

 .podcast-video {
        margin-top: 30px;
    }
.podcast-wrap {
    overflow: hidden;
    padding-bottom: 38%;
    margin-top: 0%;
    position: relative;
    height: 0;
}

    .podcast-wrap iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.lity {
    background: rgba(0,0,0,0.8);
}

.lity-container {
    padding: 40px 10px 10px 10px;
    background: #1A4983;
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    right: .15em;
    top: 5px;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 49px;
}



@media only screen and (min-width : 480px) {
    .podcast-wrap {
        padding-bottom: 24%;
        margin-top: 6%;
    }

    .podcast-tscript {
        margin-bottom: 40px;
    }
    .podcast-video {
        margin-top: 40px;
    }
}


/* ########## START : Responsive/Desktop+ ############################################################ */
@media only screen and (min-width : 1200px) {

    .title {
        text-align: left;
    }

    .parent-link {
    }
}

/* ########## END : Responsive/Desktop+ ############################################################ */

/*Larger Desktop*/
@media only screen and (min-width : 1620px) {
}
