/*
Theme Name: Cheri Bustos
Theme URI: 
Description: 
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/

/* General */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    color: #253442;
    overflow-x: hidden;
}

a {
    color: #0177c2;
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
}

a:hover, a:focus {
    color: #253442;
    outline: 0;
    text-decoration: none;
}

/* Form */
legend {
    margin-bottom: 0;
    border-bottom: 0;
    font-size: 1em;
}

.form-control {
    border-radius: 0;
}

input[type="submit"] {
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;  
}

/* Buttons */
.btn {
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-navy {
    background-color: #253442;
    border-color: #253442;
    color: #fff;
}

.btn-navy:hover,
.btn-navy:focus {
    background-color: #2e7bc4;
    border-color: #2e7bc4;
    color: #fff;
}

.btn-blue {
    background-color: #2e7bc4;
    border-color: #2e7bc4;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #cf2127;
    border-color: #cf2127;
    color: #fff;
}

.btn-red {
    background-color: #cf2127;
    border-color: #cf2127;
    color: #fff;
}

.btn-red:hover,
.btn-red:focus {
    background-color: #2e7bc4;
    border-color: #2e7bc4;
    color: #fff;
}

/* Share Links */
.share-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.share-links>li {
    display: inline-block;
    vertical-align: middle;
}

.share-links>li+li {
    margin-left: 7px;
}

.share-links>li>a {
    color: #b2b1b1;
    line-height: 1em;
    font-size: 18px;
}

.share-links>li>a:hover, .share-links>li>a:focus {
    color: #d70000;
}

/* Header */
#header {
    position: relative;
    padding: 30px 0;
}

#header .container {
    width: 1400px;
    max-width: 100%;
}

.logo {
    margin: 0 auto;
}

.header-newsletter {
    width: 100%;
    max-width: 385px;
    margin: 17px 0 0 0;
}

.header-newsletter>span {
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #263441;
    margin-bottom: 5px;
}

.header-newsletter .input-group-addon {
    background: #fff;
    color: #cccccc;
    border-right: 0;
}

.header-newsletter .form-control {
    border-left: 0;
    box-shadow: none;
    padding-left: 0;
}

.header-newsletter .btn {
    background: #cccccc;
    color: #fff;
}

.header-newsletter .btn:hover,
.header-newsletter .btn:focus {
    background: #000;
    color: #fff;
}

.header-socials {
    float: right;
    list-style: none;
    padding: 0;
    margin: 45px 30px 0 0;
    text-align: right;
}

.header-socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.header-socials>li>a {
    color: #cf2127;
    font-size: 21px;
    line-height: 1em;
}

.header-socials>li>a:hover,
.header-socials>li>a:focus {
    color: #253442; 
}

#header .search-form {
    float: right;
    max-width: 200px;
    margin: 40px 0 0 auto;
}

#header .search-form .form-control {
    border-color: #253442;
    border-right: 0;
    box-shadow: none;
}

#header .search-form .btn {
    border-color: #253442;
    border-left: 0;
    color: #253442;
}

#header .search-form .btn:hover, #header .search-form .btn:focus {
    background: #fff;
}

/* Navigation */
#header-nav {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #253442;
    border-color: #253442;
}

#header-nav.sticky {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
}

#header-nav .navbar-nav {
    float: none;
    text-align: center;
}

#header-nav .navbar-nav>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

#header-nav .navbar-nav>li>a {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
}

#header-nav .navbar-nav>li.current-menu-item>a,
#header-nav .navbar-nav>li>a:hover,
#header-nav .navbar-nav>li>a:focus {
    background: none;
    color: #159bed;
}

.dropdown-menu {
    background-color: #253442;
    border-color: #253442;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out, max-height 400ms ease-in-out;
    transition: opacity 200ms ease-in-out, max-height 400ms ease-in-out;
}

.dropdown.active .dropdown-menu,
.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
    display: block;
    max-height: 325px;
    opacity: 1;
}

.helping-you.dropdown:hover .dropdown-menu, .helping-you.dropdown:focus .dropdown-menu,
.issues.dropdown:hover .dropdown-menu, .issues.dropdown:focus .dropdown-menu {
    max-height: 400px;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>li.current-menu-item>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background: none;
    color: #159bed;
}

/* Mobile Navigation */
#menu-toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -13.5px;
    font-size: 27px;
    line-height: 1em;
    color: #cf2127;
}

#mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    padding: 70px 50px 50px 50px;
    background: #253442 url('assets/img/bg/mobile-menu-bg.jpg') no-repeat center top;
    background-size: 100% auto;
    z-index: 1030;
    -webkit-transition: right 200ms linear;
    transition: right 200ms linear;
}

#mobile-menu-container.open {
    right: 0;
}

#menu-close {
    position: absolute;
    top: 17px;
    left: 17px;
    height: 22px;
    width: 22px;
    background: url('assets/img/bg/close.png') no-repeat center center;
    z-index: 1040;
}

#mobile-nav {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#mobile-nav form {
    margin-bottom: 25px;
}

#mobile-nav form .form-control {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: none;
    padding-left: 0;
    padding-right: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

#mobile-nav form .form-control::-webkit-input-placeholder {
    color: #fff;
}

#mobile-nav form .form-control:-moz-placeholder {
    color: #fff;  
}

#mobile-nav form .form-control::-moz-placeholder {
    color: #fff;  
}

#mobile-nav form .form-control:-ms-input-placeholder {  
    color: #fff;  
}

.mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu>li:not(:last-child) {
    margin-bottom: 25px;
}

.mobile-menu>li>a {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cf2127;
}

.mobile-menu>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu>li>ul>li>a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.mobile-constituents {
    list-style: none;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #fff;
}

.mobile-constituents>li>a {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cf2127;
}

.mobile-constituents>li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-constituents>li>ul>li {
    margin-top: 25px;
}

.mobile-constituents>li>ul>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.mobile-constituents>li>ul>li>a i {
    color: #cf2127;
    font-size: 40px;
    vertical-align: middle;
}

.mobile-constituents>li>ul>li>a span {
    display: inline-block;
    vertical-align: middle;
}

.mobile-socials {
    list-style: none;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #fff;
}

.mobile-socials>li {
    display: inline-block;
    vertical-align: middle;
}

.mobile-socials>li+li {
    margin-left: 10px;
}

.mobile-socials>li>a {
    color: #fff;
    font-size: 21px;
    line-height: 1em;
}

.mobile-socials>li>a:hover,
.mobile-socials>li>a:focus {
    color: #2f83d3; 
}

/* Home */
.home-section {
    padding: 60px 0;
}

.section-title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 41px;
    font-weight: 300;
    color: #304151;
    text-align: center;
}

.section-title:before {
    content: ' ';
    display: block;
    height: 2px;
    width: 80px;
    margin: 0 auto 18px auto;
    background: #d20000;
}

.more-link-wrap {
    margin-top: 60px;
    text-align: center;
}

.more-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
    text-transform: uppercase;
    color: #1c3346;
}

.more-link:hover, .more-link:focus {
    color: #cf2127;
}

/* Home Carousel */
#home-carousel-wrap {
    position: relative;
    min-height: 250px;
}

#carousel-down {
    display: block;
    position: absolute;
    bottom: -22.5px;
    left: 0;
    right: 0;
    height: 45px;
    width: 45px;
    margin: 0 auto;
    padding: 13px;
    text-align: center;
    border-radius: 50%;
    background: #efefef;
    color: #ababab;
    font-size: 20px;
    line-height: 1em;
    z-index: 20;
}

#home-carousel .owl-nav>div {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    font-size: 60px;
    line-height: 1em;
    color: #fff;
}

#home-carousel .owl-nav .owl-prev {
    left: 15px;
}

#home-carousel .owl-nav .owl-next {
    right: 15px;
}

#home-carousel .item {
    position: relative;
}

#home-carousel .item .container {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}

.home-carousel-caption {
    background: #253442;
    color: #fff;
    padding: 15px 30px 30px 60px;
    max-width: 900px;
}

.home-carousel-large-text {
    font-weight: 200;
    font-size: 34px;
}

.home-carousel-sub-text {
    font-weight: 400;
    font-size: 16px;
}

.home-carousel-button {
    position: absolute;
    left: 15px;
    bottom: -20px;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    line-height: 1em;
    color: #fff;
    background: #cf2127;
    padding: 12px 60px;
}

.home-carousel-button:hover,
.home-carousel-button:focus {
    background: #ba1e23;
    color: #fff;
}

#home-carousel-custom-dots-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
}

#home-carousel-custom-dots {
    list-style: none;
    padding: 0 0 0 65px;
    margin: 0;
}

#home-carousel-custom-dots>li {
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
}

#home-carousel-custom-dots>li+li {
    margin-left: 17px;
}

#home-carousel-custom-dots>li.active {
    background: #cf2127;
}

/* Home Top BG */
.home-top-bg {
    /*background: url('assets/img/bg/services-bg.jpg') no-repeat center bottom;*/
    background-size: 100% auto!important;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,ffffff+100 */
    background: #efefef; /* Old browsers */
    background: url('assets/img/bg/services-bg.jpg') no-repeat center bottom, -moz-linear-gradient(top,  #efefef 0%, #ffffff 50%); /* FF3.6-15 */
    background: url('assets/img/bg/services-bg.jpg') no-repeat center bottom,-webkit-linear-gradient(top,  #efefef 0%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
    background: url('assets/img/bg/services-bg.jpg') no-repeat center bottom,linear-gradient(to bottom,  #efefef 0%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Home News */
.home-news-post {
    margin-bottom: 75px;  
}

.home-news-post article {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #c5c5c5;
    height: 100%;
}

.home-news-post article figure {
    position: relative;
}

.home-news-post-category {
    /*position: absolute;
    top: 0;
    left: 0;*/
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    /*padding: 10px;*/
    padding: 5px;
    /*z-index: 10;*/
    margin-bottom: 5px;
}

.home-news-post-category.news {
    background: #0178c1;
}

.home-news-post-category.press-release,
.home-news-post-category.press {
    background: #d70000;
}

.home-news-post figure a {
    display: block;
}

.home-news-post figure a:hover:before , .home-news-post figure a:focus:before  {
    opacity: 1;
}

.home-news-post figure a:before {
    opacity: 0;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(37, 52, 66, 0.3);
    z-index: 10;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.home-news-thumb {
    width: 100%;
    height: auto;
}

.home-news-post-content {
    padding: 30px 20px;   
}

.home-news-post-content time {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
}

.home-news-post-content h3 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 26px;
    font-weight: 300;
}

.home-news-post-content h3 a {
    color: #0177c2;
}

.home-news-post-content h3 a:hover, .home-news-post-content h3 a:focus {
    color: #253442;
}

.home-news-post .share-links {
    position: absolute;
    bottom: 30px;
}

#news .more-link-wrap {
    margin-top: 0;
    margin-bottom: 100px;
}

/* Home Services */
#services .section-title:before {
    background: #fff;
}

#services .section-title {
    color: #fff;
}

.services {
    padding-top: 30px;
    margin: 0 -15px;
}

.service {
    float: left;
    width: 14.285%;
    text-align: center;
    padding: 0 15px;
}

.service a {
    display: block;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.service a:hover,
.service a:focus {
    opacity: 0.7;
}

.service a i {
    font-size: 70px;
    line-height: 1em;
}

.service a span {
    display: block;
    margin-top: 40px;
}

/* Home Social */
#social {
    padding-bottom: 30px;
}

/*#social .container {
    padding-left: 30px;
    padding-right: 30px;
}*/

.social-section {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.social-section .row {
    margin-left: -30px;
    margin-right: -30px;
}

.social-icon {
    text-align: center;
    line-height: 1em;
    font-size: 50px;
    margin-bottom: 20px;
}

.social-icon .fa-twitter {
    color: #78cdf0;
}

.social-icon .fa-facebook {
    color: #537bbd;
}

.social-post {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;    
}

.social-header {
    margin-bottom: 15px;
}

.social-profile-img {
    display: block;
    float: left;
    margin-right: 15px;
}

.social-info {
    color: #aaa;
    font-weight: 700;
}

.social-info.lite  .social-username {
    margin-top: 10px;
}

.social-username {
    display: block;
    font-size: 18px;
}

.social-profile-link {
    color: #aaa;
    font-size: 15px;
}

.social-profile-link:hover, .social-profile-link:focus {
    color: #000;
}

.social-time {
    font-size: 15px;
}

.social-content {
    font-size: 22px;
    min-height: 155px;
}

.social-content a {
    color: #b60000;
    word-wrap: break-word;
}

.social-content a:hover,
.social-content a:focus {
    color: #253442;
}

.social-actions {
    margin-top: 10px;
}

.social-actions a {
    font-size: 16px;
    font-weight: 500;
    color: #c9c9c9;
}

.social-actions a:hover,
.social-actions a:focus {
    color: #000;
}

.social-actions a+a {
    margin-left: 7px;
}

/* Home Photos */
#photos .section-title {
    margin-bottom: 56px;
}

#photos .more-link-wrap {
    margin-top: 56px;
}

.photo-grid {
    margin: 0 -4px;
}

.photo {
    float: left;
    width: 20%;
    padding: 4px;
}

.photo a {
    position: relative;
    display: block;
    overflow: hidden;
}

.photo a:hover:before , .photo a:focus:before  {
    opacity: 1;
}

.photo a:hover img, .photo a:focus img  {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.photo a:before {
    opacity: 0;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(37, 52, 66, 0.6);
    z-index: 10;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.photo a img {
    width: 100%;
    height: auto;
    -webkit-transition: transform 200ms linear;
    transition: transform 200ms linear;
}

/* Home Videos */
#videos {
    background: url('assets/img/bg/videos-bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#video-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 1em;
    font-size: 50px;
}

#video-carousel .owl-nav .owl-prev {
    left: -40px;
}

#video-carousel .owl-nav .owl-next {
    right: -40px;
}

.video-item .video-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.video-item .video-thumb a i {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -25px;
    font-size: 50px;
    line-height: 1em;
    color: #fff;
    z-index: 10;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.video-item:hover .video-thumb a i, .video-item:hover .video-thumb a i {
    opacity: 1;
}

.video-item:hover .video-thumb a:before, .video-item:focus .video-thumb a:before  {
    opacity: 1;
}

.video-item .video-thumb a:before {
    opacity: 0;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(37, 52, 66, 0.6);
    z-index: 10;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.video-item .video-thumb img {
    width: 100%;
}

.video-item .video-info {
    background: #fff;
    border-bottom: 1px solid #bebebe;
    padding: 15px 15px 30px 15px;
    font-size: 18px;
    font-weight: 500;
    min-height: 96px;
    -webkit-transition: background 200ms linear;
    transition: background 200ms linear;
}

.video-item .video-info a {
    color: #253442;
}

.video-item:hover .video-info,
.video-item:focus .video-info {
    background: rgb(37, 52, 66);
}

.video-item:hover .video-info a,
.video-item:focus .video-info a
{
    color: #fff;
}

/* Footer Newsletter & Votes */
#newsletter-votes {
    padding: 60px 0;
    background: #efefef url('assets/img/bg/grey-pattern.png') repeat;
}

#newsletter-votes h2 {
    font-weight: 300;
    font-size: 41px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #1271c1;
}

.info-box {
    position: relative;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #bebebe;
    margin-bottom: 10px;
    min-height: 235px;
}

.info-box:before {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    content: ' ';
    display: block;
    height: 5px;
}

.newsletter-box:before {
    background: url('assets/img/bg/stripes.png') repeat-x;
}

.voting-box:before {
    background: #d4d4d4;
}

.newsletter-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 400;
    color: #253442;
}

.newsletter-box .input-group-addon,
.newsletter-box .form-control,
.newsletter-box .btn {
    border-radius: 0;
    border-color: #cbcbcb;
    font-size: 21px;
    height: 50px;
}

.newsletter-box .input-group-addon {
    border-right: 0;
    background: none;
    color: #cbcbcb;
}

.newsletter-box .form-control {
    border-left: 0;
    color: #cbcbcb;
    font-size: 21px;
    box-shadow: none;
}

.newsletter-box .form-control::-webkit-input-placeholder {
    color: #cbcbcb;
}

.newsletter-box .form-control:-moz-placeholder {
    color: #cbcbcb;  
}

.newsletter-box .form-control::-moz-placeholder {
    color: #cbcbcb;  
}

.newsletter-box .form-control:-ms-input-placeholder {  
    color: #cbcbcb;  
}

.newsletter-box .btn {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
    font-size: 21px;
}

.voting-links .btn+.btn {
    margin-left: 7px;
}

.vote {
    font-size: 18px;
}

.vote:not(:first-child) {
    padding-top: 8px;
}

.vote:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e9e9;
}

.col-vote {
    text-align: right;
}

/* Interior Header */
#interior-header {
    position: relative;
    height: 375px;
    background-color: #253442;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

#interior-header:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0, 0.5) url('assets/img/bg/interior_header_pattern.png') repeat;
}

.page-title {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 59px;
    font-weight: 200;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
}

.page-title:before {
    content: ' ';
    display: block;
    width: 115px;
    height: 2px;
    background: #d20000;
    margin: 0 auto 5px auto;
}

/* Interior Content */
.interior-content {
    position: relative;
    top: -100px;
    font-size: 18px;
}

.interior-content h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 200;
    /*color: #0178c1;*/
    color: #253442;
    font-weight: 500;
}

.interior-content h3,
.interior-content h4,
.interior-content h5,
.interior-content h6 {
    font-weight: 200;
    color: #0178c1;
}

.interior-content .container {
    background: #fff;
    padding: 0;
}

.interior-content .container .side-shadow {
    position: relative;
    padding: 60px 40px;
}

.interior-content .container .side-shadow:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: -55px;
    width: 55px;
    height: 637px;
    background: url('assets/img/bg/shadow-left.png') no-repeat right top;
}

.interior-content .container .side-shadow:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: -55px;
    width: 55px;
    height: 637px;
    background: url('assets/img/bg/shadow-right.png') no-repeat left top;    
}

/* Interior News Listing */
.post-item {
    margin-bottom: 75px;
}

.post-item figure a {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-item figure a:hover:before , .post-item figure a:focus:before  {
    opacity: 1;
}

.post-item figure a:before {
    opacity: 0;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(37, 52, 66, 0.3);
    z-index: 10;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

.post-item figure a img {
    width: 100%;
    height: auto;
}

.post-item header {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bdc2c6;
}

.news-post-category {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    padding: 8px 10px;
    margin-right: 10px;
}

.news-post-category.news {
    background: #0178c1;
}

.news-post-category.press-release,
.news-post-category.press {
    background: #d70000;
}

.post-item header time {
    display: inline-block;
    vertical-align: middle;
}

.post-item header h3 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}

.post-item header h3 a {
    color: #253442;
}

.post-item header h3 a:hover,
.post-item header h3 a:focus {
    color: #0177c2;
}

blockquote.unstyled {
    font-size: 18px;
    border: 0;
    margin: 0;
    padding: 0;
}

.post-item footer {
    margin-top: 30px;
    font-size: 16px;
}

/* Main Press & Media */
.news-nav {
    margin-bottom: 75px;
}

.news-nav span {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
}

.news-nav a+a {
    margin-left: 7px;
}

/* Issues Taxonomy */
.interior-content .term-desc h2 {
    font-size: 30px;
    font-weight: 400;
    color: #253442;   
}

.interior-content .term-more-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #253442;
}

.issue {
    margin-bottom: 80px;
}

.issue:hover .issue-content,
.issue:focus .issue-content {
    background: #0177c2;
    color: #fff;
}

.issue:hover h2:after,
.issue:focus h2 a:after {
    background: #fff;
}

.issue:hover h2 a,
.issue:focus h2 a {
    color: #fff;
}

.issue:hover h2 a:hover,
.issue:focus h2 a:focus {
    color: #fff;
}

.issue .issue-bg-link {
    display: block;
    background-color: #cf2127;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 190px;
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
}

.issue:hover .issue-bg-link,
.issue:focus .issue-bg-link {
    background-color: #253442;
}

.issue .issue-img-link {
    display: block;
}

.issue .issue-img-link img {
    width: 100%;
    height: auto;
}

.issue .issue-content {
    background: #e7e7e7;
    padding: 20px;
    font-size: 16px;
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
}

.issue h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}

.issue h2:after {
    content: ' ';
    display: block;
    width: 65px;
    height: 4px;
    background: #cf2127;
    margin-top: 15px;
    -webkit-transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
    transition: color 200ms linear, background 200ms linear, background-color 200ms linear, border-color 200ms linear;
}

.issue h2 a {
    color: #253442;
}

.issue h2 a:hover, .issue h2 a:focus {
    color: #253442;
}

.issue footer {
    background: #253442;
    padding: 20px;   
}

.issue footer .share-links {
    display: inline-block;
    vertical-align: middle;
}

.issue footer .share-links>li>a {
    color: #fff;
}

.issue footer .share-links>li>a:hover,
.issue footer .share-links>li>a:focus {
    color: #d70000;
}

.issue footer .continue-link {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 9px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.issue footer .continue-link:hover,
.issue footer .continue-link:focus {
    color: #d70000;
}

/* Helping You */
.helping-you-content {
    margin-bottom: 40px;
}

.helping-you-content .text-center {
    margin-top: 20px;
}

/* Pagination */
.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi>span, .wp-pagenavi>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #253442;
    padding: 5px 8.5px;
}

.wp-pagenavi>span.current,
.wp-pagenavi>a:hover,
.wp-pagenavi>a:focus {
    color: #fff;
    background: #2e7bc4;
}

.wp-pagenavi>a.previouspostslink,
.wp-pagenavi>a.nextpostslink,
.wp-pagenavi>a.first,
.wp-pagenavi>a.last {
    color: #2e7bc4;
}

.wp-pagenavi>a.previouspostslink:hover,
.wp-pagenavi>a.previouspostslink:focus,
.wp-pagenavi>a.nextpostslink:hover,
.wp-pagenavi>a.nextpostslink,
.wp-pagenavi>a.first:hover,
.wp-pagenavi>a.first:focus,
.wp-pagenavi>a.last:hover,
.wp-pagenavi>a.last:focus {
    color: #253442;
    background: none;
}

/* Interior News Single */
.news-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bdc2c6;
}

.news-header .share-links {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.news-header h1 {
    font-size: 30px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 0;  
}

.news-header time {
    display: inline-block;
    vertical-align: middle;
}

.news-footer {
    margin-top: 50px;
    font-weight: 700;
    text-align: center;
}

.news-footer .share-links {
    display: none;
}

/* Interior Videos */
.interior-videos .video-item {
    margin-bottom: 30px;
}

.interior-videos .video-item .video-info {
    padding-left: 0;
    padding-right: 0;
}

/* Testimonials */
.testimonial {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #bdc2c6;
}

.testimonial-info {
    display: inline-block;
    background: #253442;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/* Footer */
.footer-top {
    padding: 45px 0;
    background: #253442 url('assets/img/bg/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    color: #fff;
}

.footer-menu {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #41464a;
    text-align: center;
}

.footer-menu>li {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu>li+li {
    margin-left: 25px;
}

.footer-menu>li>a {
    font-weight: 300;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
}

.footer-menu>li>a:hover,
.footer-menu>li>a:focus {
    color: #1686f1;
}

.house-logo {
    float: left;
    margin-right: 25px;
}

.office-location {
    float: left;
    padding: 0 25px;
    border-left: 1px solid #41464a;
}

.office-location-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.office-location-description {
    font-size: 14px;
}

.footer-socials {
    list-style: none;
    padding: 0;
    margin: 50px 0 0 0;
    text-align: center;
}

.footer-socials>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.footer-socials>li>a {
    color: #fff;
    font-size: 21px;
    line-height: 1em;
}

.footer-socials>li>a:hover,
.footer-socials>li>a:focus {
    color: #2f83d3; 
}

.footer-bottom {
    background: #cf2127;
    padding: 25px 0;
}

.sub-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sub-footer-menu>li {
    display: inline-block;
    vertical-align: middle;
}

.sub-footer-menu>li:not(:last-child):after {
    content: '|';
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 0 14px;
}

.sub-footer-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.sub-footer-menu>li>a:hover,
.sub-footer-menu>li>a:focus {
    color: #000;
}

/* Map */
#congress_district_map {
    padding-bottom: 0!important;
    height: 600px;
}

/*#congress_district_map>div {
    min-height: 600px;
}*/

/* Embed */
iframe, object, embed, img {
    max-width: 100%;
}

img {
    height: auto;
}

/* Images */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 30px;
}

/* Responsive */
@media (max-width: 1399px) {
    #header .header-newsletter {
        max-width: 300px;
    }
    
    #header .header-socials {
        float: none;    
        margin: 15px 0 0 0;
    }
    
    #header .search-form {
        max-width: 300px;
        margin: 25px 0 0 auto;
        float: none;
    }
    
}

@media (max-width: 1199px) {
    /* Navigation */
    #header-nav .navbar-nav>li>a {
        font-size: 16px;
    }

    /* Home Carousel */
    #home-carousel-wrap {
        background: #253442;
    }

    #home-carousel .item .container {
        position: static;
        background: #253442;
    }

    .home-carousel-caption {
        max-width: 100%;
        padding: 15px 30px;
    }

    .home-carousel-sub-text {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .home-carousel-button {
        position: static;
    }

    #home-carousel-custom-dots-wrap {
        position: static;
        background: #253442;
    }

    #home-carousel-custom-dots {
        padding: 0 0 15px 30px;
        text-align: left;
    }

    /* Footer */
    .footer-menu>li>a {
        font-size: 16px;
    }

    .office-location {
        width: 20%;
        padding: 0 10px;
    }

    .office-location-title {
        font-size: 14px;
    }

    .office-location-description {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    /* General */
    .container {
        width: 100%;
    }

    /* Header */    
    .logo {
        max-width: 75%;
    }

    /* Home Carousel */
    .home-carousel-caption {
        padding: 15px 30px;
    }

    .home-carousel-large-text {
        font-size: 28px;
    }

    .home-carousel-sub-text {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .home-carousel-button {
        font-size: 15px;
    }

    #carousel-down {
        display: none;
    }

    /* Home Top BG */
    .home-top-bg {
        background-size: auto!important;
    }

    /* Home Services */
    .services {
        text-align: center;
    }

    .service {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 20%;
    }

    /* Home Videos */
    #video-carousel {
        padding: 0 50px;
    }

    #video-carousel .owl-nav .owl-prev {
        left: 0;
    }

    #video-carousel .owl-nav .owl-next {
        right: 0;
    }

    /* Interior Header */
    #interior-header {
        height: 250px;
    }

    .interior-content {
        top: 0;
    }

    .interior-content .container .side-shadow {
        padding: 30px;
    }

    /* Interior News Listing */
    .post-item {
        margin-bottom: 30px;
    }

    .post-item figure {
        margin-bottom: 15px;
    }

    .post-item footer {
        margin-top: 15px;
    }

    /* Issues Taxonomy */
    .issue { 
        margin-bottom: 30px;   
    }

    /* Footer */
    #footer-nav {
        display: none;
    }

    .house-logo {
        float: none;
        margin: 0 auto 30px auto;
    }

    .office-location {
        width: 50%;
        border-left: 0;
        padding: 0 5px;
    }

}

@media (max-width: 767px) {
    /* General */
    body {
        overflow-x: hidden;
    }

    /* Home */
    .home-section {
        padding: 30px 0;
    }

    .section-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .more-link-wrap {
        margin-top: 30px;
    }

    .more-link {
        font-size: 14px;
    }

    /* Home Carousel */
    .home-carousel-caption {
        text-align: left;
        padding: 10px;
    }

    .home-carousel-large-text {
        font-size: 20px;
    }

    .home-carousel-sub-text {
        font-size: 11px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .home-carousel-button {
        font-size: 12px;
        padding: 8px 12px;
    }

    #home-carousel .owl-nav {
        display: none;
    }

    #home-carousel-custom-dots {
        text-align: left;
        padding: 0 0 5px 10px;
    }

    #home-carousel-custom-dots>li+li {
        margin-left: 7px;
    }

    /* Home News */
    #news .more-link-wrap {
        margin-bottom: 0;
    }

    .home-news-post {
        margin-bottom: 30px;
    }

    .home-news-post-content {
        padding: 15px;
    }

    .home-news-post-category {
        font-size: 12px;
    }

    .home-news-post-content time {
        font-size: 12px;
    }

    .home-news-post-content h3 {
        margin-top: 10px;
        font-size: 20px;
    }

    /* Home Services */
    .service {
        width: 49%;
        margin-bottom: 15px;
    }

    .service a i {
        font-size: 35px;
    }

    .service a span {
        margin-top: 10px;
    }

    /* Home Social */
    #social {
        padding-bottom: 0;
    }

    .social-section .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .social-post {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-content {
        font-size: 16px;
        min-height: 0;
    }

    /* Home Photos */
    #photos .section-title {
        margin-bottom: 26px;
    }

    .photo {
        width: 50%;
    }

    #photos .more-link-wrap {
        margin-top: 26px;
    }

    /* Home Videos */
    .video-item .video-info {
        padding: 15px;
        font-size: 14px;
        min-height: 0;
    }

    /* Testimonials */
    .testimonial {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    /* Footer Newsletter & Votes */
    #newsletter-votes {
        padding: 30px 0;
    }

    #newsletter-votes h2 {
        text-align: center;
        font-size: 30px;
    }

    .info-box {
        min-height: 0;
    }

    .newsletter-box {
        margin-bottom: 30px;
    }

    .newsletter-box h3 {
        font-size: 20px;
    }

    .vote {
        font-size: 14px;
    }

    .voting-links {
        text-align: center;
    }

    /* Interior Header */
    #interior-header {
        background-attachment: scroll;
    }

    .interior-content .container .side-shadow {
        padding: 30px 15px;
    }

    .page-title {
        font-size: 44px;
    }

    /* Footer */
    .footer-top {
        padding: 30px 0;
    }

    .house-logo {
        float: none;
        margin: 0 auto 30px auto;
    }

    .office-location {
        width: 50%;
        border-left: 0;
        padding: 0 5px;
    }

    .office-location-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .office-location-description {
        font-size: 12px;
    }

    .footer-socials {
        margin: 30px 0 0 0;
    }

    .sub-footer-menu>li+li {
        margin-left: 7px;
    }

    .sub-footer-menu>li>a {
        font-size: 12px;
    }

    .sub-footer-menu>li:not(:last-child):after {
        display: none;
    }
}

@media (max-width: 480px) {
    /* Header */
    #menu-toggle {
        right: 15px;
    }

    /* Mobile Navigation */
    #mobile-menu-container {
        padding: 50px 20px 20px 20px;
    }

    .mobile-menu>li>a {
        font-size: 18px;
    }

    .mobile-constituents>li>a {
        font-size: 18px;
    }

    .mobile-constituents>li>ul>li>a i {
        font-size: 25px;
    }

    .mobile-constituents>li>ul>li>a {
        font-size: 14px;
    }

    /* Interior News Listing */
    .post-item header h3 {
        font-size: 24px;
    }

    /* Interior News Single */
    .news-header .share-links {
        display: none;
    }

    .news-header h1 {
        font-size: 24px;
    }

    .news-footer {
        margin-top: 30px;
    }

    .news-footer .share-links {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    /* Footer Newsletter & Votes */
    .voting-links .btn {
        font-size: 12px;
    }

    /* Footer */
    .office-location {
        width: 100%;
        padding: 0;
    }
}