#hqgop-hd-event {
    background: #1a2432; 
    width: 100%; 
    height: 80px; 
    z-index: 90; 
    margin-top: -60px; 
    line-height: 135px;
}
hr.hr-event-holder {
    border-top: 1px solid #E8E8E8 !important;
    width: 95%;
}
#hqgop-hd-event .container {
    height: 10px;
}
#hqgop-hd-event img { 
    margin-top: -30px;
}

#hqgop-hd-event-mobile {
    background: #1a2432; 
    width: 100%; 
    height: 40px;    
}

#hqgop-hd-event-mobile img {
    margin-top: 7px;
    height: 25px;
    margin-left: 12px;        
}

#pcp-filter ul {
    display:block;
    float:left;
    list-style-type:none;
    margin:0; 
    padding:0;
    width:90%;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
}

#pcp-filter ul li {
    display:block;
    float:left;
    margin:0;
    list-style-type:none;
    line-height:1;
    font-size:14px;
    border-left:1px solid #ccc;
    text-align:center;
    width:24.8%;
}

#pcp-filter ul li a {
    display:block;
    padding:12px 0 14px;
    color:#717171;
    text-decoration:none;
    text-transform: uppercase;
    font-size:14px;
}
#pcp-filter {
    margin-top: 40px;
}
#pcp-filter ul { 
    padding-right: 440px;
}

#pcp-filter ul li a:hover {
    color: #1390dc !important;
}

.currentOption {
    color: red !important;
    font-weight: bold;
}

.news-entry-text {
    padding: 20px; 
    padding-left: 45px;
}    

.state-holder {
    margin-top: -55px; 
    margin-left: 200px;        
}

.state-holder .state-holder-info {
    padding: 20px;    
}

.state-holder .state-holder-info h2 {
    font-weight: 500;
}

.state-holder .state-holder-info p {
    font-size: 12px;
}

.state-holder .state-holder-info a.event-a {
    color: #1390dc; 
    font-size: 11px; 
    font-weight: bold;
}

.state-holder .state-holder-info img.learn-more {
    height: 22px; 
    padding-left: 2px; 
    margin-top: -14px;    
}

.state-holder img.event-img {
    float: left; 
    margin-left: -55px;
}

.pcp-event-disclaimer {
    font-size: 11px; 
    width: 80%; 
    line-height: 20px; 
    margin-left: 19px;    
}

.event-holder {
    margin-top: 50px;
    background: #fff;
}

.event-holder .event-date {
    text-transform: uppercase;
}

.show-mobile {
    display: none !important;
}
.news-entry-text:last-child {
    padding-bottom: 0 !important;
}

.nominee-header {
    margin-top: 30px; 
    padding-left: 20px;
}

.nominee-header h1 { 
    font-weight: 500;
}
.nominee-header p {
    width: 133%; 
    line-height: 25px;
}
@media only screen and (max-width: 640px) {     
    .mobile-schedule-filter {
        margin-top: 20px; 
        padding-left: 20px;             
    }
    .mobile-schedule-filter a:hover {
        color: #1390dc !important;
    }
    .mobile-schedule-filter a {
        border-right: #717171 solid 1px;
        padding-right: 4px;
        font-size: 10px;
    }
    .mobile-schedule-filter a:last-child {
        border-right: none
    }
    .show-mobile {
        display: block !important;
    }

    #candidates-side-links li {
        width: 97% !important;
    }

    #side-content {
        margin-top: 50px !important;
    }

    .nominee-header {
        width: 70%;
    }

    p.event-date {
        font-weight: 600;
        width: 30%;
    }

    .news-entry-text {
        padding: 0px; 
        padding-left: 15px;
        padding-bottom: 5px;
    }   

    .state-holder { 
        margin-left: 150px;  
    }
    .event-holder {
        margin-top: -25px !important;
    }
    .candidate-h3 {
        margin-top: -25px !important;
    }
    .primary-tab {
        margin-left: 12px !important;
    }
    
    #get-involved-content #main-content { 
        width: 100% !important;
    }
    .nominee-header h1 {
        font-size: 21px;
    }
    a.currentOption { 
        color: red !important;
        font-weight: bold;
        text-decoration: underline !important;
    }

}   

/*iphone 6*/
@media only screen 
    and (min-device-width : 375px) 
    and (max-device-width : 667px) 
    and (orientation : portrait) 
    and (-webkit-min-device-pixel-ratio : 2)
{
    .mobile-schedule-filter a {
        font-size: 12px;
    }

}

/*Samsung Galaxy Note 3*/
/*Samsung Galaxy S4 */
/*Google Nexus 5*/
/*Google Nexus 6*/
/*iphone 6+PLUS */ 
@media only screen 
and (min-width: 360px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 3.0) {
    .mobile-schedule-filter a {
        font-size: 11.6px;
    }

}    
        