/*
IPTN Yellow     #FBC639
IPTN Lt Blue    #467DBC
IPTN Lk Blue    #183153

Haring Purple:   #4B2E83   75, 46, 131
Haring Gold:     #B7A57A   183, 165, 122

Blue:     #1E9FDA   30, 159, 218
Dk Gray:  #555555
*/

/* RESOURCE SEARCH + FILTER
-----------------------------------------------------------------------------*/
.resourceForm form {
    margin: 36px 0 0 0;
}
#SEARCH_TXT {
    width:100%;
    padding:12px 12px 12px 24px;
    color:#444;
    box-shadow: inset 4px 4px 6px #DDD;
    border:1px solid #FFF;
    font-size:1.2rem;
    border-radius:6px;
    background:#FFF;
}
#FILTER_FORMAT, #FILTER_SUBJECT {
    width:100%;
    padding:9px 12px 9px 18px;
    color:#444;
    box-shadow: inset 4px 4px 6px #DDD;
    border:1px solid #FFF;
    font-size:1.2rem;
    border-radius:6px;
    background:#FFF;
}
#SEARCH_BTN {
    width:100%;
    border-radius:6px;
    padding:8px;
    font-size:1.2rem;
    border:1px solid #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#SEARCH_BTN:hover,#SEARCH_BTN:focus {
    background: #467DBC;
}
#resultsBar {
    margin: 0 0 36px 0;
    padding: 0 0 18px 0;
    border-bottom: 1px dotted #555;
    overflow: hidden;
}
#resultsCount {
    width:50%;
    float:left;
}
#resultsOptions {
    width:50%;
    float:left;
    text-align:right;
}
#resultsOptions img {
    height:18px;
    width: auto;
    margin: 0 0 0 12px;
}
/* RESOURCE TILES
-----------------------------------------------------------------------------*/
#resourceTiles {
    background: #EFEFEF;
    padding: 12px 0 60px 0;
}
a.partnerBox {
    width: 30%;
    margin: 0 1.5% 36px 1.5%;
    text-align: left;
    display: inline-block;
    background: #FFF;
    border-radius: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #FFF;
    overflow: hidden;
    position: relative;
    transform: scale(0.97);
    box-shadow: 4px 4px 8px #CCC;
    color: #000;
}
a.partnerBox:hover,
a.partnerBox:focus {
    transform: scale(1);
    text-decoration: none;
    box-shadow: 1px 1px 4px #CCC;
}
.partnerImg {
    background-color: #555;
    background-size: cover;
    background-position: center center;
    padding-bottom: 50%;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #CCC;
    border-left: 1px solid #FFF;
}
a.partnerBox h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 55px;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 700;
    text-align: left;
    text-wrap: balance;
    color: #183153;
}
a.partnerBox p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    min-height: 80px;
    font-size: .9rem;
    line-height: 1.3rem;
}
a.resourceBox {
    margin: 0 18px 24px 0;
    display: inline-block;
    background: #FFF;
    border-radius: 8px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #FFF;
    overflow: hidden;
    transform: scale(1);
    box-shadow: 4px 4px 8px #CCC;
    color: #111;
    border: 1px solid #EFEFEF;
}
a.resourceBox:hover,
a.resourceBox:focus {
    transform: scale(.99);
    text-decoration: none;
    box-shadow: 1px 1px 4px #CCC;
}
.resourceImg {
    display: none;
    width: 20%;
    float: left;
    background-color: #555;
    background-size: cover;
    background-position: center center;
    padding-bottom: 20%;
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #CCC;
    border-left: 1px solid #FFF;
}
.resourceTxt {
    padding: 18px;
}
a.resourceBox h3 {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    font-weight: normal;
    font-size: 1.1rem;
    line-height: 1.3rem;
    font-weight: 700;
    color: #183153;
}
a.resourceBox p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 1.0rem;
    line-height: 1.4rem;
}
a.resourceBox .footnote {
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
    border-top: 1px solid #DDD;
}





.trending {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 30%;
    background: #183153;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 6px;
    font-size: .9rem;
    line-height: .9rem;
    position: absolute;
    text-align: center;
}
a.trending:hover,
a.trending:focus {
    text-decoration: none;
}
/* News Story
-----------------------------------------------------------------------------*/
.resourceHero {
    background-color:#444;background-size:cover;background-position:center center;padding-bottom:40%;margin:0 0 24px 0;
    border-radius:6px;
    border:1px solid #CCC;
}
#pageMain h2 {
    color: #222 !important;
    text-wrap: balance;
    margin: 24px 0 24px 0;
}

#pageMain h3 {
    margin: 4px 0 6px 0;
}

blockquote {
    margin: 6px 0 18px 0;
    padding: 0 0 0 24px;
    border-left: 1px solid #CCC;
}
/* News Anchors
-----------------------------------------------------------------------------*/
.onThisPage {
    border: 1px solid #CCC;
    background: #EFEFEF;
    border-radius: 8px;
    padding: 24px;
    margin: 0 0 24px 0;
}

.onThisPage ol {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.onThisPage p {
    font-size: 1.2rem;
    margin: 0 0 12px 0;
}

.onThisPage ol {
    margin-bottom: 0;
}

.onThisPage a {
    padding: 3px 0 3px 0;
    display: block;
}

.onThisPage a:hover,
.onThisPage a:focus {
    background: #FFF;
    text-decoration: none;
}

.onThisPage audio {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
/* Resource Ratings
-----------------------------------------------------------------------------*/
#rating {
    overflow: hidden;
    padding: 24px 0 0px 0;
    margin: 18px 0 24px 0;
    border-top: 2px dotted #CCC;
}

#rating p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 1rem;
    line-height: 1rem;
    white-space: nowrap;
}

#rating img {
    width: 18px;
}

#rating .span4y {
    width: 20%;
    float: left;
}

:target::before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}
.tag {
    vertical-align: baseline;
    font-size: .8rem;
    line-height: .8rem;
}
.tag a {
    display: inline-block;
    padding: 6px 12px 6px 12px;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #111;
    margin: 0 0 0 8px;
}
.tag a:hover,
.tag a:focus {
    background: #DDD;
    text-decoration: none;
}
/* News FAQs
-----------------------------------------------------------------------------*/
#CommonQuestions {
    margin-bottom: 48px;
}
#CommonQuestions h2 {
    margin: 36px 0 12px 0;
}
figure {
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
}
figure .table {
    border: 1px solid #CCC;
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}
th {
    text-align: left;
    font-weight: 700;
    background: #EFEFEF;
    border-top: none;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: none;
    padding: 6px;
    margin: 0;
    white-space: nowrap;
}
td {
    border-top: none;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: none;
    padding: 6px;
}
@media only screen and (max-width: 749px) {
    a.resourceBox {
        width: 100%;
        margin: 0 0 36px 0;
    }
    .resourceSidebar {
        margin: 12px 0 36px 0;
    }
}