/* TYPOGRAPHY */

@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(//themes.googleusercontent.com/static/fonts/fjallaone/v1/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

html {
    font-size: 62.5%;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 14px; font-size: 1.4rem;
    line-height: 18px; line-height: 1.8rem;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-style: normal;
    color: #222;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

h1 {
    font-size: 24px; font-size: 2.4rem;
    font-weight: 600;
    font-style: italic;
    line-height: 16px; line-height: 1.6rem;
    margin: 1rem 0;
}

h2 {
    font-size: 25px; font-size: 2.5rem;
    line-height: 3rem;
}


a:hover, a:active {
    outline: none;
}

a:link, a:hover, a:visited, a:active {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:hover, a:focus {
    color: #555;
}

/* for making divs a hot link in list view */
.div-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('img/blank.gif');
}


p {
    color: #222;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px; font-size: 1.6rem;
    line-height: 24px; line-height: 2.4rem;
    margin-bottom: 1.8rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

article a {
    color: #004;
    text-decoration: none;
}

@font-face {
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: local('Fjalla One'), local('FjallaOne-Regular'), url(//themes.googleusercontent.com/static/fonts/fjallaone/v1/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

article .caption, article figcaption, #topwrapper .caption, #topwrapper figcaption {
    margin-bottom: 2.5rem;
    line-height: 16px; line-height: 1.6rem;
    font-size: 13px; font-size: 1.3rem;
    font-style: italic;
}

blockquote {
    margin-bottom: 20px;
    font-family: stratum-1-web,Helvetica,Arial,sans-serif;
}

blockquote p:before {
    content: '\201C';
}

blockquote p:after {
    content: '\201D';
}

blockquote p {
  color: black;
}

blockquote p {
    margin: 0;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.25em;
}

blockquote p+p {
    margin-top: 20px;
}

blockquote cite {
    display: block;
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: .065em;
}

blockquote.pull p {
    font-weight: 500;
}

blockquote.pull cite {
    font-size: .675em;
    font-weight: 300;
    text-transform: uppercase;
    opacity: .3;
}

blockquote.big {
    margin: 10px 0 35px;
}
blockquote.big p {
    font-size: 2em;
    line-height: 1.3em;
    text-align: center;
}

blockquote.big cite {
    display: inline;
    font-size: .875em;
    font-weight: 300;
    white-space: nowrap;
    text-transform: uppercase;
    opacity: .25;
}

blockquote.medium {
    margin-bottom: 30px;
}

blockquote.medium p {
    font-size: 1.75em;
    line-height: 1.25em;
}

blockquote.medium cite {
    font-size: 1.25em;
}


p.story-thumb {
    margin-bottom: 0.3em;
    padding: 0 2px 0 2px;
    /* background-color: #1ea3ff; */
}

a.feature-link {
    display: block;
    margin: 1rem 1rem 1rem 1rem;
    color: #fff;
}

.featurestory a {
    line-height: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    color: #000;
    padding: 1px;
}

.featurestory a:hover {
    color: #000;
}





/* Blogs */

.blogs h2 {
    margin-left: 5%;
    text-shadow: 0 2px 0 #aaa;
    color: #222;
}

a.blog-link {
    color: #fff;
}

a:hover.blog-link, a:focus.blog-link {
    color: #fff;
}

.blogfeature .blog-link a, #blogfeature .blog-link a:hover, #blogfeature .blog-link a:focus {
    color: #fff;
}


p.blog-intro {
    z-index: -1;
    width: 80%;
    color: #e0e0e0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    position: absolute;
    padding: 5px;
    margin-left: 5%;
}

p.blog-title {
    padding: 10px;
    color: #fff;
    margin: 1rem 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 600;
}


/* blog list view */

.metadata {
    float: right;
}

.metaunit {
    font-size: 1.2rem;
}

.blog-list-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.blog-pubdate {
    padding: 2px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
}


/* story list view */

.entry-label h2 {
    font-weight: normal;
    color: #001539;
    /*font-size: 17px;
    line-height: 24px;*/
    height: 24px;
    margin-top: 3rem;
    margin-bottom: 24px;
    text-transform: uppercase;
    clear: both;
}

.entry-title {
    font-size: 1.7rem;
    line-height: 2.4rem;
}

h1.page-title {
    font-weight: 700;
    font-style: normal;
    color: black;
    text-transform: capitalize;
    font-size: 2.6rem;
    line-height: 2.4rem;
    letter-spacing: -0.04em;
    font-family: sans-serif;
    /*height: 32px;*/
}

.entry-cutline {
    max-height: 48px;
    overflow: hidden;
    margin-top: 2px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #707070;
}

.entry-metadata {
   /* max-height: 16px; */
    overflow: hidden;
    color: #bd2026;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 500;
}




/* Social Media */

.feed-item p {
    word-wrap: break-word;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

p.fullname {
    color: #9f9f9f;
    font-weight: bold;
    font-size: 1.2rem;
}

.ytwrap p {
    width: 95%;
    color: white;
    margin: 0;
    margin-top: 1%;
    padding: 0;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.4rem;
}

.yttitle {
    color: white;
}

.socialmedia h2 {
    margin-left: 5%;
    text-shadow: 0 2px 0 #222;
    color: #fff;
    line-height: 1.8rem;
}

.socialmedia a {
    color: #9f9f9f;
}



/*** NEWS RELEASES ****/

.nrfeed {
    margin-bottom: 1.2rem;
}

.nrfeed-item {
    margin: 0;
    font-size: 1.4rem;
}



/* EVENTS CALENDAR */

.event-details p {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    line-height: 1.3rem;
}

.event-units {
    color: white;
    font-weight: 500;
    font-size: 1.3rem;
}

.event-list-title {
    margin-left: 0.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    /*line-height: 2rem;*/
    color: white;
    width: 80%;
}

.event-date {
    margin-left: 0.5rem;
    font-weight: 600;
    font-size: 1.3rem;
    color: yellow;
}

.event-day {
    font-size: 8rem;
    line-height: 5rem;
    letter-spacing: -0.6rem;
    margin-right: 0.6rem;
    font-weight: 500;
}

.event-weekday {
    font-weight: 500;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}

.event-month {
    font-size: 1.8rem;
}

.event-time {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
}


/* SEARCH */

.search-item {
    margin-bottom: 3rem;
}

.search-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.4rem;
}


.search-item-byline {
    font-style: italic;
    font-size: 1.1rem;
}

.search-related {
    font-size: 1.2rem;
    margin-left: 2rem;
}

.search-related p {
    font-size: 1.4rem;
    margin: 0;
}

.search-related ul {
    margin: 0;
    padding-left: 3rem;
    line-height: 2rem;
}

.search-url {
    color: darkred;
    font-size: 1.2rem;
}
.search-related a {
    font-weight: normal;
}

.search-highlight {
    background-color: #f8f880;
}

.search-excerpt {
    max-width: 680px;
}





.header-actions .filters-title {
    color: #001539;
    font-size: 2rem;
    text-transform: uppercase;
}
