.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

.right{
    position: absolute;
    right: 0;
}

.navbar-fixed nav {
    position: absolute;
}

header{
    background: #274472;
    color: #e2eaf2;
    height: 130px;
    padding: 0px;
}
/*header .row{*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*height: 130px;*/
/*}*/
.logo{
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
}
.logo img{
    max-height: 100px;
}
.signup{
    align-items: center;
    justify-content: flex-end;
    display: flex;
}
.tagline{
    align-items: center;
    justify-content: center;
    display: flex;
}
.tagline blockquote{
    padding: 0;
    border: none;
    font-size: 14px;
    color: #97acc3;
    font-style: italic;
    position: relative;
    padding-left: 18px;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    margin: 0;
    padding-top: 30px;
}
.tagline blockquote:before,
.tagline blockquote:after{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\ebe1';
    color: #50688c;
    font-size: 11px;
    position: absolute;
    left: 0;
    top: 33px;
}
.tagline blockquote:after{
    content: '\ebe2';
    position: absolute;
    top: 33px;
    left: auto;
    right: -18px;
}
.nav-wrapper{
    display: flex;
    margin: auto;
}
nav{
    background: #f2f4f9;
    color: #3e474c;
    box-shadow: none;
    border-bottom: 1px solid #dee0e5;
    height: 66px;
    padding: 0;
    align-items: center;
}
nav li{
    display: table-cell;
    text-align: center;
    position: relative;
    border-right: 1px solid #dee0e5;
    background: #f2f4f9;
}
nav li>a{
    display: block;
    color: #3e474c;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.1s, background 0.3s;
    -webkit-transition: color 0.1s, background 0.3s;
    -moz-transition: color 0.1s, background 0.3s;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dee0e5;
    text-decoration: none;
    padding: 0px 17px;
}
nav li.home{
    color: #fff;
    width: 60px;
    border-left: 1px solid #dee0e5;
    overflow: hidden;
}
nav li.home a{
    padding-top: 20px;
    color: #fff;
    border-top: none;
    height: 66px;
}
nav li.right a{
    color: #fff;
    border-top: none;
    height: 66px;
}
.imageSlider{
    height: 500px;
    background: silver;
}

.slider ul.slides{
    background-color: transparent;
    height: 500px;
    width: 100%;
    position: relative;
    margin: auto;
}

.featuredBlock{
    z-index: 100;
    position: absolute;
    top: 50px;
    left: 12%;
}
.featuredBlock h1{
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    margin:0;
    font-weight: 800;
    text-shadow: 1px 1px #0a001f;
}
.featuredBlock h2{
    font-size: 36px;
    line-height: 36px;
    color: #f0f0f0;
    margin:0;
}
.featuredBlock p{
    font-size: 16px;
    line-height: 16px;
    color: #d0d0d0;
}
.white-button {
    outline: 2px solid #FFF;
    padding: 15px 30px;
    color: #fff !important;
    text-transform: uppercase;
    border: medium none !important;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px !important;
    min-height: 50px;
    display: inline-block;
}
.white-button:hover{
    outline: 2px solid #c0c0c0;
    color: #c0c0c0 !important;
}

.button{
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    border-top: 1px solid #f3f7fa;
    border-bottom: 1px solid #bfc8d7;
    margin-top: 10px;
}

.itemImage{
    height: 500px;
    width: 100%;
    background-color: #fafafa;
    background-size:cover;
    background-position: center;
    padding-top: 200px;
}
.itemImage h1{
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    margin:0;
    font-weight: 800;
    text-shadow: 1px 1px #0a001f;
    max-width: 60%;
    margin: auto;
    text-align: center;
}
.itemImage h3{
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin:0;
    font-weight: 800;
    text-shadow: 1px 1px #0a001f;
    max-width: 60%;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}


.banner {
    background: #e2eaf2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 20px 10px 15px 70px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    overflow: hidden;
    height: 90px;
    flex: 1;
}

.banner img{
    width: 50px;
}

.banner img {
    position: absolute;
    font-size: 48px;
    width: 50px;
    color: #c6d0dc;
    left: 10px;
    top: 50%;
    margin-top: -26px;
    z-index: 500;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: color 0.2s, opacity 0.7s, -webkit-transform 0.6s;
    -moz-transition: color 0.2s, opacity 0.7s, -moz-transform 0.6s;
    transition: color 0.2s, opacity 0.7s, transform 0.6s;
}

.banner h3 {
    font-size: 24px;
    margin-top: 8px;
    color: #274472;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
}

.subpage{
    margin-top: 25px;
}

.pageCards{
    margin-top: 20px;
}

/*.subpage .row,*/
/*.pageCards .row,*/
/*.blogCards .row{*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/

.issue-block {
    background: #fafbfd;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 30px;
    text-align: center;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
}

.issue-content{
    text-align: left;
}

.issue-image{
    width: 100%;
    height: 175px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
}

.trailer{
    min-height: 100px;
    border-top: 40px solid #f2f4f9;
    margin-top: 60px;
}
footer{
    color: #97acc3;
    display: flex;
    padding-top: 20px;
    font: 15px/23px 'Open Sans', Segoe UI, Arial, sans-serif;
}
footer a{
    color: #ffffff;
}
footer h4{
    color: #ffffff;
    margin-bottom: 25px;
}
/*footer .row{*/
    /*flex: 1;*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/
footer li{
    display: list-item;
    text-align: -webkit-match-parent;
}
footer li a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #a8abae;
    font-size: 13px;
    margin-left: 5px;
    content: '\e891';
    position: absolute;
    left: -5px;
    top: 5px;
    color: #808ca4;
}
.copyright{
    color: #97acc3;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
}
/*.copyright .row{*/
    /*flex: 1;*/
    /*display: flex;*/
    /*justify-content: center;*/
/*}*/



#newsletter{
    background:#324e79;
    padding:20px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    position:relative;
    margin: 0;
    width: 70%;
}

#newsletter h5{
    text-transform:uppercase;
    font-size:14px;
    font-weight:400;
    margin-top:0;
    margin-bottom:7px;
}

#newsletter p.error{
    font-size:12px;
    display:inline-block;
    position:absolute;
    padding:3px 10px;
    background:#fff;
    bottom:-25px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

#newsletter p.error:before{
    content:'';
    display:block;
    position:absolute;
    top:-5px;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
}

#newsletter p.success{
    color:#fff;
    margin:10px 0;
}

.newsletter-form{
    display:table;
}

.newsletter-form>*{
    display:table-cell;
    overflow:hidden;
    vertical-align: middle;
    height: 49px;
}

#newsletter2 .newsletter-form>*,
#newsletter2 .newsletter-form input[type="email"]{
    height: 40px;
}

.newsletter-form .newsletter-email{
    width:100%;
}

#newsletter2 .newsletter-form .newsletter-title{
    width:25%;
    text-align: left;
}

#newsletter2 .newsletter-form .newsletter-email{
    width:45%;
}

#newsletter2 .newsletter-form .newsletter-zip{
    width:20%;
    padding:0 5px;
}

#newsletter2 .newsletter-form .newsletter-title h5{
    margin: 0;
    color: #fff;
    font-weight: normal;
}

.newsletter-form input[type="email"]{
    padding:7px 10px;
    border:none;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    height:35px;
    background:#f3f4f6;
    width:100%;
    color:#3e474c;
    font-size:13px;
    margin-bottom:0;
}

.newsletter-submit{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.newsletter-submit button{
    z-index:100;
    position:relative;
    width:40px;
    height:35px;
    border:none;
    padding:0;
    display:block;
    margin:0;
    background: transparent;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    z-index:100;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
}


.pubDate {
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    color: #444;
    width: 80px;
    float: left;
    margin: 5px;
    margin-right: 10px;
}

.pubMonth {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
}

.pubDay {
    display: block;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}

.pubYear {
    display: block;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 4px;
}

.modal {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    text-align: center;
}

.modal img {
    max-width: 100%;
    max-height: 90%;
    margin: auto;
}

.white-button {
    outline: 2px solid #FFF;
    padding: 15px 30px;
    color: #fff !important;
    text-transform: uppercase;
    border: medium none !important;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px !important;
    min-height: 50px;
    display: inline-block;
}

.white-button:hover {
    outline: 2px solid #c0c0c0;
    color: #c0c0c0 !important;
}

.secondary-content img {
    max-width: 100px;
    max-height: 100px;
}

.review {
    cursor: pointer;
}

.review .card-image {
    padding: 0 20px;
}

.reviewText {
    font-family: RobotoSlab-Light;
    font-size: 24px;
    color: #303030;
    line-height: 32px;
    height: 180px;
    width: 100%;
    text-overflow: ellipsis;
}

.social .external.link {
    display: none;
}
.itemTag:before{
    content:"\2219"
}

.map {
    margin: auto;
    margin-top: 20px;
    width: 1024px;
    height: 320px;
    background: #fff;
}

#mapFrame {
    width: 1024px;
    height: 320px;
}

.nav-mobile{
    display: none;
}

@media screen and (max-width: 600px) {
    .container{
        padding: 0;
        margin: 0;
        width: 100%
    }

    .nav-mobile{
        display: block;
    }
    header{
        height: auto;
        padding-bottom: 20px;
    }
    .navbar-fixed{
        display: none;
    }
    .signup{
        display: none;
    }
    .tagline{
    }
    .row{
        margin: 0 10px !important;
    }

    .banner{
        margin-bottom: 15px;
    }

    .imageSlider {
        height: 300px;
    }

    .slider ul.slides {
        height: 300px;
    }

    .itemImage {
        height: 300px;
        padding-top: 20px;
    }


    .collapsible{
        margin: 0;
    }
    .collapsible.popout>li{
        margin: 0;
        margin: 5px;
    }
    .collapsible.popout>li.active{
        margin: 0;
    }
    .collapsible-body > ul{
        margin: 10px;
    }
    .collapsible-body li {
        background-color: #eee;
        margin-bottom: 5px;
        padding: 5px 10px;
        cursor: pointer;
    }
    .collapsible-body li:hover {
        background-color: #ededed;
        font-weight: bold;
    }
    .collapsible-body li.right{
        float: none !important;
        display: block;
        position: relative;
    }


    .tagline blockquote{
        padding-top: 0px;
    }
    .tagline blockquote:before,
    .tagline blockquote:after{
        top: 3px;
    }

}