.political-title-wrapper {
    text-align: center;
    position: relative;
}
.political-title-wrapper h2 {
    line-height: 41px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 0;
}
.political-title-wrapper h5 {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-bottom: 12px;
    margin-top: 2px;
}
.political-title-wrapper h5:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -15em;
    height: 1px;
    width: 30em;
    background: #b7b7b7;
    z-index: 2;
}
.political-title-wrapper h5:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -18em;
    height: 1px;
    width: 36em;
    
}
.political-team-text-box .political-title-wrapper h5:after {
    content: none;
}
.political-team-text-box .political-title-wrapper h5:before {
    content: none;
}
.white 
{ color:#f5f5f5;
}

/**** core values ****/
.potical-infobox-section {
    padding: 0 10%;
}
.potical-infobox-section h2 {
    font-family: PlayfairDisplay-Italic;
    font-size: 55px;
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 30px;
}
.potical-infobox-section h3 {
    margin-bottom: 0;
    line-height: 23px;
    font-size: 23px;
    letter-spacing: 0.06em;
}
.political-info-subtext {
    font-family: PlayfairDisplay-Italic;
    letter-spacing: 0.08em;
    font-size: 12px;
}
.potical-infobox-section a {

    color: #f5f5f5;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 0 0 #141433;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.9s;
}
.potical-infobox-section a:hover {
    box-shadow: inset 0 -100px 0 0 #bd2e4f;
}
.core-values-btn {
    line-height: 45px;
    margin-top: 30px;
}
/***** call to action box css   *****/
.political-call-to-action-box {
    text-align: center;
}
.political-call-to-action-box h2 {
    color: #d8d8ef;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.political-call-to-action-box h4 {
    color: #d8d8ef;
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-top: 20px;
}
.political-call-to-action-button {
    margin-top: 45px;
    line-height: 45px;
}
.political-call-to-action-button a, .political-submit-btn {
    border: 3px solid #d8d8ef;
    padding: 9px 24px;
    text-transform: uppercase;
    color: #d8d8ef;
    letter-spacing: 0.07em;
    font-size: 20px;
    font-weight: 800;
    box-shadow: inset 0px 0px 0 0 #141433;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.9s;
}
.political-call-to-action-button a:hover {
    box-shadow: inset 0 -100px 0 0 #d8d8ef;
    color: #141433;
}
/***** campaign videos css   *****/


.political-Videos-button {
    font-family: OpenSans-Regular;
    font-size: 20px;
    
    text-align: center;
    line-height: 50px;
    border: 2px solid;
    width: 264px;
    height: 50px;
    display: block;
    margin: 0 auto;
}
.political-Videos-button:hover
{     
  color: #f5f5f5;
  
  -webkit-transition: all ease-in-out 0.8s;
}



/***** i wish to make a donation  css    *****/




.political-contact-subtext {
    font-size: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #f5f5f5;
    letter-spacing: 0.05em;
}
.political-contact-field {
    font-family: OpenSans-Regular;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    padding: 10px;
    width: 44%;
     margin: 25px 0px 0px 25px;
    background: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
}
.political-amount-field
{   font-family: OpenSans-Regular;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    padding: 10px;
    width: 92%;
    margin: 25px 0px 0px 25px;
    background: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
}
.political-submit-btn {
    border: 3px solid #f5f5f5;
    padding: 9px 24px;
    text-transform: uppercase;
    color: #f5f5f5;
    letter-spacing: 0.07em;
    font-size: 20px;
    font-weight: 800;
    box-shadow: inset 0px 0px 0 0 #141433;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.9s;
    margin: 25px 0px 0px 20px;
    background: transparent;
}
.political-submit-btn:hover, .political-services-btn a:hover {
    box-shadow: inset 0 -100px 0 0 #d8d8ef;
    color: #141433;
}
 .political-services-btn a {
    border: 2px solid #f5f5f5;
    padding: 9px 17px;
    text-transform: uppercase;
    color: #f5f5f5;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 800;
    box-shadow: inset 0px 0px 0 0 #141433;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.9s;
    margin: 25px 0px 0px 20px;
    background: transparent;
}
.political-services-btn {
    margin-top: 30px;
}
.political-contact-section {
    padding-left: 9%;
}
.political-contact-section>h2 {
   
    color: #f5f5f5;
   margin:40px 0px 20px 0px;
}
.political-contact-section>p {
    color: #d6d6d6;
}



/*****  Latest News  css    *****/


.political-news-box {
    border: 1px solid #cfcfcf;
       
}
.political-news-img-box img
{ width: 100%;

}
.political-news-img-box
{  position: relative;
}
.political-news-text-box
{  padding: 30px;
}
.political-news-date-text {
    
    font-size: 15px;
  opacity: 0.7;
    padding: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.political-news-name {
    margin: 0;
}
.political-news-text-box h5 {
    
    line-height: 28px;
    margin: 15px 0px;
}
.political-news-sub-text {
   
  line-height: 26px;
  letter-spacing: 0 !important;
}
.political-news-box:hover
{ 

  -webkit-transition: all ease-in-out 0.8s;
}

.political-news-box:hover .political-news-text-box h5
{  
   -webkit-transition: all ease-in-out 0.8s;
}


/*****  Our Team  css    *****/

.political-team-text-box {
    padding:7% 14%;
}
.political-title-text.political-team-title {
    text-align: left;
}
.political-sub-title-text.political-team-sub-title {
    text-align: left;
    color: #f5f5f5;
    letter-spacing: 1px;
}
.political-team-sub-text-box {
    line-height: 27px;
    padding-top: 16px;
}






@media screen and (max-width: 1024px) and (min-width: 120px) 
{
.political-team-text-box {
    padding:0% 2%;
   
}
.political-call-to-action-box {
    text-align: center;
}
.political-call-to-action-text
{ float: none;
}
.political-call-to-action-button
{ float: none;
}
}


@media screen and (max-width: 767px) and (min-width: 150px)
{

.political-contact-section {
    padding-left: 0%;
}

}

p.political-team-sub-text-box {
    color: #fff;
}