/* Reset Styles */


/* WordPress Default Styles */


/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/* Text meant only for screen readers */

.assistive-text {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/* Content */

.hentry {
    margin: 0 0 1.5em;
}

.entry-meta {
    clear: both;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-content,
.entry-summary {
    margin: 0 0 1.5em 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Asides */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* Media */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
    /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto;
    /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
    /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

#content .gallery {
    margin-bottom: 1.5em;
}

#content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

#content .gallery dd {
    margin: 0;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/* Widgets */

.widget {
    margin: 0 0 1.5em;
}


/* Search widget */

#searchsubmit {
    display: none;
}


/* End WP Styles */


/* Remove for non WP projects */


/* Defaults */


/* Fonts */


/* Colors */


/* Media Queries */


/* Helpers */


/* Box sizing */


/* HTML/Body */

html {
    background-color: #f2ede9;
}

body {
    font-family: Georgia, Times, serif;
    color: #000;
    background-color: #f2ede9;
}


/* Default Links */

a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

a:link,
a:visited {
    color: #c9b82c;
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
    color: #428ead;
}


/* HR */

.hr {
    border-top: 2px solid #c9b82c;
    clear: both;
    margin-bottom: 30px;
}

.hr.no-margin {
    margin-bottom: 0;
}


/* Common Text Styles (p, li, blockquote, etc) */

.main-content {
    padding: 40px;
    color: #000;
    background-color: #fff;
    margin-bottom: 50px;
}

.main-content p,
.main-content li {
    font-size: 19px;
    line-height: 1.6em;
    font-weight: 300;
    margin: 0 0 25px 0;
}

@media only screen and (max-width: 767px) {
    .main-content p,
    .main-content li {
        font-size: 15px;
    }
}


/* Default Headings */

.main-content h1 {
    font-size: 46px;
    font-family: "Cinzel", Times, serif;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .main-content h1 {
        font-size: 26px;
    }
}

.main-content h1 a:link,
.main-content h1 a:visited {
    color: #000;
    text-decoration: none;
}

.main-content h1 a:hover {
    color: #c9b82c;
}

.main-content article.post h1 {
    margin-bottom: 30px;
    font-size: 38px;
}

.main-content article.post .post-date {
    color: #c9b82c;
    font-size: 18px;
    margin-bottom: 25px;
}

.main-content article.post .post-photo {
    float: left;
    margin: 0 15px 10px 0;
}

.main-content article.post .entry-meta {
    clear: both;
}

.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    font-family: "Cinzel", Times, serif;
    font-weight: bold;
    color: #000;
}

.main-content .page-header {
    border: none;
}


/* Form Styles */

.btn {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.btn-default {
    border: 1px solid #c9b82c;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #b7b7b7;
    color: #fff;
    font-weight: bold;
    font-family: Georgia, Times, serif;
    font-size: 18px;
}

.btn-default:link,
.btn-default:visited {
    color: #fff;
    text-decoration: none;
}

.btn-default:hover {
    background-color: #c9b82c;
    color: #fff;
    border-color: #c9b82c;
}


/* Button Gray */

.btn-gray {
    border: 1px solid #c9b82c;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #798990;
    color: #fff;
    font-weight: bold;
    font-family: Georgia, Times, serif;
    font-size: 18px;
}

.btn-gray:link,
.btn-gray:visited {
    color: #fff;
    text-decoration: none;
}

.btn-gray:hover {
    background-color: #c9b82c;
    color: #fff;
    border-color: #c9b82c;
}


/* Button Clear */

.btn-clear {
    border: 1px solid #fff;
    background-color: transparent;
    border-style: solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 30px;
    font-size: 26px;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .btn-clear {
        font-size: 24px;
    }
}

.btn-clear:link,
.btn-clear:visited {
    color: #fff;
    text-decoration: none;
}

.btn-clear:hover {
    background-color: #fff;
    color: #6e0001;
}


/* Gray */

.btn-clear-gray {
    border-color: #444;
}

.btn-clear-gray:link,
.btn-clear-gray:visited {
    color: #444;
    text-decoration: none;
}

.btn-clear-gray:hover {
    background-color: #6e0001;
    color: #fff !important;
    border-color: #6e0001;
}


/* White */

.btn-clear-white {
    border-color: #fff;
}

.btn-clear-white:link,
.btn-clear-white:visited {
    color: #fff;
}

.btn-clear-white:hover {
    background-color: #fff;
    color: #283891 !important;
    border-color: #fff;
}


/* Red */

.btn-red {
    background-color: #6e0001;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-red:hover {
    background-color: #790000;
    color: #fff;
}


/* Green */

.btn-green {
    background-color: #668968;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #668968;
    font-size: 18px;
}

.btn-green:hover {
    background-color: #4b624c;
    color: #fff;
    border-color: #4b624c;
}


/* Blue Light */

.btn-blue-light {
    background-color: #cee2ea;
    color: #283891;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: normal;
    border-color: #cee2ea;
    font-size: 18px;
}

.btn-blue-light:hover {
    background-color: #fff;
    color: #283891;
    border-color: #fff;
}


/* Non-Semantic Helper Classes */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}


/* Site Specific Styles */


/* Nav */

#nav {
    overflow: hidden;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #6e0001;
}

@media only screen and (max-width: 1200px) {
    #nav {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    #nav {
        display: none;
        position: absolute;
        z-index: 20;
        background-color: #428ead;
        top: 48px;
        left: 0;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    #nav {
        top: 48px;
    }
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    #nav ul {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }
}

#nav ul li {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    #nav ul li {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        border: none;
    }
}

#nav ul li a {
    display: inline-block;
    padding: 0 16px;
}

#nav ul li a:link,
#nav ul li a:visited {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    #nav ul li a:link,
    #nav ul li a:visited {
        color: #fff;
    }
}

#nav ul li a:hover {
    color: #6e0001;
}


/* Donate */

#nav ul li.donate a {
    font-weight: bold;
}

#nav ul li.donate a:link,
#nav ul li.donate a:visited {
    color: #6e0001;
}


/* Footer Nav */

#ft-nav {
    clear: both;
    padding-top: 30px;
}

#ft-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

#ft-nav ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    #ft-nav ul li {
        display: block;
    }
}

#ft-nav ul li a {
    display: inline-block;
    padding: 7px 20px;
}

@media only screen and (max-width: 1200px) {
    #ft-nav ul li a {
        padding: 7px 15px;
    }
}

#ft-nav ul li a:link,
#ft-nav ul li a:visited {
    color: #283891;
    text-decoration: none;
}

@media only screen and (max-width: 991px) {
    #ft-nav ul li a:link,
    #ft-nav ul li a:visited {
        color: #283891;
    }
}

#ft-nav ul li a:hover {
    color: #7b90af;
}

@media only screen and (max-width: 991px) {
    #ft-nav ul li a:hover {
        color: #7b90af;
    }
}


/* Mobile Nav */

.mobile-menu {
    display: none;
}

@media only screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
        float: right;
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        width: 40px;
        height: 28px;
    }
}

.mobile-menu:link,
.mobile-menu:visited {
    color: #fff;
    text-decoration: none;
}


/* Head */

#hd {
    background-color: black;
}


/* Home Head */

#home-hd {
    background: url("../images/img-header-bg.jpg") no-repeat 0 0;
    background-size: cover;
    color: #fff;
    font-family: "Cinzel", Times, serif;
    min-height: 650px;
}

@media only screen and (max-width: 1600px) {
    #home-hd {
        min-height: 550px;
    }
}

@media only screen and (max-width: 1200px) {
    #home-hd {
        min-height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    #home-hd {
        min-height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    #home-hd {
        min-height: 200px;
    }
}

#home-hd h1 {
    width: 100%;
    padding: 100px 40% 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
}

@media only screen and (max-width: 1200px) {
    #home-hd h1 {
        padding-top: 110px;
    }
}

@media only screen and (max-width: 991px) {
    #home-hd h1 {
        padding-top: 60px;
        padding-right: 40%;
        font-size: 28px;
    }
}

@media only screen and (max-width: 640px) {
    #home-hd h1 {
        padding-top: 35px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    #home-hd h1 {
        padding-top: 30px;
        font-size: 16px;
    }
}

#home-hd h1 span {
    display: block;
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    #home-hd h1 span {
        font-size: 19px;
    }
}

@media only screen and (max-width: 640px) {
    #home-hd h1 span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 400px) {
    #home-hd h1 span {
        font-size: 12px;
    }
}

.hd-interior {
    display: block;
    width: 100%;
}

.logowrap {
    position: relative;
}


/* Logo */

#logo {
    width: 699px;
    height: 63px;
    overflow: hidden;
    background: url("../images/logo.png") no-repeat 50% 50%;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
}

@media only screen and (max-width: 991px) {
    #logo {
        width: 250px;
        height: 25px;
        background: url("../images/logo-white.png") no-repeat 50% 50%;
        background-size: contain;
        float: left;
        margin: 0 0 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    #logo {
        width: 200px;
    }
}

#logo a {
    display: block;
    height: 100%;
    text-indent: 110%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

#logo a:link,
#logo a:visited {
    text-decoration: none;
}

#ft-logo {
    display: block;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.m-home-intro {
    margin-bottom: 30px;
}

.m-home-intro p {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) {
    .m-home-intro .col-sm-6:first-child {
        padding-right: 30px;
    }
    .m-home-intro .col-sm-6:last-child {
        padding-left: 30px;
    }
}

.m-memorials {
    margin-bottom: 50px;
}

.m-memorials h1 {
    font-family: "Cinzel", Times, serif;
    font-size: 40px;
    text-align: center;
    margin: 0;
    padding: 10px 20px 0 20px;
}

@media only screen and (max-width: 991px) {
    .m-memorials h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .m-memorials h1 {
        font-size: 28px;
    }
}

.m-memorials h2 {
    font-size: 13px;
    font-style: italic;
    text-align: center;
    font-family: "Cinzel", Times, serif;
    margin: 0 0 20px 0;
    padding: 0 20px 10px 20px;
}

.m-memorials .location-list {
    text-align: center;
}

.m-memorials .location-list img {
    max-width: 80%;
    margin: 0 auto 10px auto;
    display: block;
    height: auto;
}

.m-memorials .location-item {
    margin-bottom: 50px;
}

.m-memorials .location-item a:link,
.m-memorials .location-item a:visited {
    color: #000;
    text-decoration: none;
}

.m-memorials .location-item a:hover {
    color: #000;
    text-decoration: underline;
}

.m-memorials .location {
    font-weight: bold;
}

.m-memorials .status {
    font-style: italic;
}

.m-memorials p {
    font-size: 14px;
    margin: 0;
}

.m-story {
    margin-bottom: 50px;
}

.m-story .twitter-tweet {
    width: 100% !important;
}

.m-story .story-feature {
    display: block;
    width: 100%;
    height: auto;
}

.m-story h1 {
    font-family: "Cinzel", Times, serif;
    font-size: 40px;
    padding: 10px 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 991px) {
    .m-story h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .m-story h1 {
        font-size: 28px;
    }
}

.m-story p {
    font-size: 14px;
}

.m-donate {
    margin-bottom: 50px;
}

.m-donate .intro {
    margin-bottom: 30px;
}

.m-donate .donate-feature {
    display: block;
    width: 100%;
    height: auto;
}

.m-donate h1 {
    font-family: "Cinzel", Times, serif;
    font-size: 40px;
    padding: 0 20px 10px 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 991px) {
    .m-donate h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .m-donate h1 {
        font-size: 28px;
    }
}

.m-donate h2 {
    font-family: "Cinzel", Times, serif;
    font-size: 30px;
    padding: 10px 20px 0 20px;
    text-align: center;
    margin: 0 0 0 0;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .m-donate h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 640px) {
    .m-donate h2 {
        font-size: 21px;
    }
}

.m-donate p {
    font-size: 14px;
    text-align: center;
}


/* Charities */

.m-donate .charity-list {
    margin-bottom: 30px;
}

.m-donate .charity:link,
.m-donate .charity:visited {
    color: #000;
    text-decoration: none;
}

.m-donate .charity:hover .name {
    text-decoration: underline;
}

.m-donate .charity .name {
    display: block;
    font-weight: bold;
    text-align: left;
    padding: 10px 0 0 0;
    font-size: 18px;
}

@media only screen and (max-width: 640px) {
    .m-donate .charity .name {
        display: none;
    }
}

.m-donate .charity .logo {
    display: block;
}

.m-donate .charity .logo img {
    max-width: 100%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .m-donate .charity .logo img {
        width: 100%;
    }
}

.m-tributes {
    padding-top: 30px;
    margin-bottom: 50px;
}

.m-tributes h1 {
    font-family: "Cinzel", Times, serif;
    font-size: 40px;
    padding: 0 20px 10px 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 991px) {
    .m-tributes h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .m-tributes h1 {
        font-size: 28px;
    }
}

.m-tributes .tribute h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.m-tributes .tribute a:link,
.m-tributes .tribute a:visited {
    color: #000;
    text-decoration: none;
}

.m-tributes .tribute a:hover {
    text-decoration: underline;
}

.m-tributes .tribute .more:link,
.m-tributes .tribute .more:visited {
    text-decoration: underline;
}

.m-tributes .tribute .more:hover {
    text-decoration: none;
}

.m-remembering {
    margin-bottom: 50px;
}

.m-remembering .remembering-feature {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.m-remembering h1 {
    font-family: "Cinzel", Times, serif;
    font-size: 40px;
    padding: 0 20px 10px 20px;
    text-align: center;
    margin: 0 0 20px 0;
}

@media only screen and (max-width: 991px) {
    .m-remembering h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 640px) {
    .m-remembering h1 {
        font-size: 28px;
    }
}

.m-remembering .memory {
    padding: 20px 0;
}

.m-remembering .memory .name {
    font-weight: bold;
}

.m-remembering h2 {
    font-size: 22px;
    font-weight: normal;
}

.m-remembering .share-form textarea {
    height: 90px;
}

.m-remembering .share-form .form-control {
    border-color: #c9b82c;
    margin-bottom: 10px;
    font-size: 14px;
}

.m-remembering .share-form .remainder {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    color: red;
}

.m-thanks {
    background-color: #fff;
    padding: 45px 0 50px 0;
    text-align: center;
}

.m-thanks img {
    max-width: 100%;
}

.m-thanks .feature {
    margin-bottom: 40px;
}

.m-thanks .thanks-text {
    margin-bottom: 20px;
}

.m-thanks p {
    font-size: 14px;
    font-style: italic;
}


/* Footer */

#ft {
    padding: 30px 0;
    text-align: center;
}

body.home #ft {
    background-color: #fff;
}

.m-ft-nav {
    display: block;
    padding-bottom: 20px;
    text-align: center;
}

.m-ft-nav a:link,
.m-ft-nav a:visited {
    color: #000;
    text-decoration: none;
}

.m-ft-nav a:hover {
    text-decoration: underline;
}

.m-ft-nav ul {
    margin: 0;
    padding: 0;
}

.m-ft-nav ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 10px;
    margin: 0;
    font-size: 16px;
    border-left: 1px solid #000;
}

@media only screen and (max-width: 991px) {
    .m-ft-nav ul li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 640px) {
    .m-ft-nav ul li {
        font-size: 14px;
        display: block;
        border: none;
        text-align: center;
    }
}

.m-ft-nav ul li:first-child {
    border: none;
}

.m-legal {
    text-align: center;
    font-style: italic;
}

@media only screen and (max-width: 640px) {
    .m-legal {
        font-size: 11px;
    }
}


/* Print Styles */


/* Print Styles */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

input.error,
textarea.error,
select.error {
    border: 1px solid red;
    background-color: lightpink;
}

label.error {
    display: none !important;
    width: 0;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

.full-width-auto-height {
    width: 100% !important;
    height: auto !important;
}

.form-control {
    font-size: 18px;
    height: auto;
}

.no-top-margin {
    margin-top: 0;
}


/* News Article Detail Classes */

.news-article .news-post-activate {
    margin-bottom: 20px;
    font-family: Georgia, Times, serif;
    font-size: 19px;
    line-height: 1.6em;
    font-weight: 300;
}

.news-article .news-post-subheadline {
    text-align: center;
    font-style: italic;
}

.news-article .news-for-immediate-release-title {
    margin: auto;
    text-align: center;
}

.news-article .news-for-immediate-release-content {
    display: none;
}

.news-article footer.entry-footer {}

.news-article header.entry-header {}


/* /News Article Detail Classes */


/* Press and Media Template */

.page-template-page-media ul.sidebar li {
    margin-bottom: 15px;
}

.page-template-page-media .btn-gray {
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
}

.page-template-page-media p.intro {
    font-weight: bold;
}

.page-template-page-media .sidebar {
    padding-right: 10px;
}

.page-template-page-media .sidebar .btn {
    font-size: 17px;
}


/* /Press and Media Template */

a.header {
    color: inherit;
    text-decoration: none;
}

.his-words-source {
    font-style: italic;
}