/* mobile view for new menu design */
@media only screen and (max-width: 640px) {
  .fullscreen-menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1000;
    top: 14%;
  }
}

/* iPhoneX */
@media only screen and (-webkit-min-device-pixel-ratio: 3) and (device-height: 812px) and (device-width: 375px) and (orientation: portrait) {
  .fullscreen-menu {
    top: 13% !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (device-height: 812px) and (device-width: 375px) and (orientation: landscape) {
  .fullscreen-menu {
    top: 18% !important;
  }
}

/* iphone plus view */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation: portrait) {
  .fullscreen-menu {
    top: 13% !important;
  }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation: landscape) {
  .fullscreen-menu {
    top: 17%;
  }
}

/* iphone se & 5s  */
@media only screen and (device-width : 320px) and (device-height : 568px) and (orientation : landscape) {
  .fullscreen-menu {
    top: 21% !important;
  }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .gop-group #hd .hd-left ul {
    margin-left: 0px;
  }
  .platfom-page #bd .petition_donation_background, .gop-group #bd .petition_donation_background {
    min-width: unset;
  }
  .gop-group #hero-inner-wrapper {
    width: 100%;
  }
  .gop-group-content {
    width: 100%;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    width: 15.2%;
  }
  #news-content #main-content {
    width: 67%;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    width: 122px
  }
}

/* iPad and iPad pro 10.5 */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  #hd {
    height: 70px;
  }
  #hd .container .hd-left {
    zoom: .8;
    -moz-transform: scale(.8);
    margin-top: 0;
    margin-left: 10px;
    padding: 20px 0 0 0;
    width: 35%;
  }
  #hd .hd-left ul {
    margin-left: 0px;
  }
  #hd h1.logo-h1 {
    zoom: .7;
  }
  #hd #logo img {
    width: 95%;
  }
  #hd .container .hd-right {
    width: 280px !important;
  }
  #hd .hd-right ul#top-links {
    margin: 27px 0 0 0;
  }
  #hd.condensed .hd-right ul#top-links {
    margin-top: 27px;
  }
  #hd .hd-right ul#top-links li a {
    font-size: 10px;
  }
  #hd .hd-right ul#nav li a {
    padding: 10px 24px;
  }
  #hd.condensed .hd-right ul#nav li a {
    padding: 24px 24px !important;
    margin-top: -15px;
  }
  .vote-button {
    margin-top: -15px;
    margin-left: -1px;
  }
  #hd .hd-right ul#top-links li em#icon-vote {
    width: 28px;
  }
  /* main body */
  #bd {
    width: 94.3%;
    padding: 40px 22px 0 22px !important;
  }
  .platfom-page #bd .petition_donation_background, .gop-group #bd .petition_donation_background {
    width: 100%;
    min-width: unset;
    margin-top: 70px;
  }
  .gop-group #hero-inner-wrapper {
    width: 100%;
  }
  .gop-group-content {
    width: 100%;
    margin-top: 90px;
  }
  #news-content #main-content {
    width: 60%;
    margin-right: 0px;
  }
  .gop-group #news-content #side-content {
    margin-left: 27px;
    width: 36%;
  }
  #news-content .news-entry {
    padding: 44px 20px;
  }
  .gop-group-content #volunteer-sign-up {
    width: 94%;
    border-top: 7px solid #e81b23;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: white;
  }
  .gop-group-content #volunteer-sign-up-text {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    position: unset;
    left: 0;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 153px;
    margin-right: 14px;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    font-family: "lft-etica",sans-serif;
    letter-spacing: 5px;
    margin: 10px auto;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: inline-block;
    width: 14.2%;
    vertical-align: middle;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px;
    line-height: 0;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: 80px;
    text-align: center;
    display: none;
    padding: 7px;
    top: 68%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
		z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label.error::after {
    position: absolute;
    bottom: 100%;
    right: 70%;
    content: '';
    width: 27px;
    height: 17px;
    background: url(../home/images/nav-arrow-yellow.png) no-repeat top center;
    -ms-transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .gop-group-content #volunteer-sign-up {
    width: 96%;
    border-top: 7px solid #e81b23;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: white;
  }
  .gop-group-content #volunteer-sign-up-text {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    position: unset;
    left: 0;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 153px;
    margin-right: 14px;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    font-family: "lft-etica",sans-serif;
    letter-spacing: 5px;
    margin: 10px auto;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: inline-block;
    width: 15.6%;
    vertical-align: middle;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px;
    line-height: 0;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: 130px;
    text-align: center;
    display: none;
    padding: 7px;
    top: 68%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
    z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label.error::after {
    position: absolute;
    bottom: 100%;
    right: 70%;
    content: '';
    width: 27px;
    height: 17px;
    background: url(../home/images/nav-arrow-yellow.png) no-repeat top center;
    -ms-transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #bd {
    width: 95%;
    padding: 40px 25px 0 25px !important
  }
  .platfom-page #bd .petition_donation_background, .gop-group #bd .petition_donation_background {
    width: 100%;
    min-width: unset;
  }
  .gop-group #hero-inner-wrapper {
    width: 100%;
  }
  .gop-group-content {
    width: 100%;
  }
  #news-content #main-content {
    width: 60%;
    margin-right: 0px;
  }
  .gop-group #news-content #side-content {
    margin-left: 28px;
    width: 37%;
  }
  .vote-button {
    margin-top: -10px;
    margin-left: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .gop-group #hd .hd-left ul {
    margin-left: 0px;
  }
}

/* iPad Pro 10.5 */

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .gop-group-content #volunteer-sign-up {
    width: 95%;
    border-top: 7px solid #e81b23;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: white;
  }
  .gop-group-content #volunteer-sign-up-text {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    position: unset;
    left: 0;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 153px;
    margin-right: 14px;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    font-family: "lft-etica",sans-serif;
    letter-spacing: 5px;
    margin: 10px auto;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: inline-block;
    width: 14.6%;
    vertical-align: middle;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px;
    line-height: 0;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: 95px;
    text-align: center;
    display: none;
    padding: 7px;
    top: 68%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
    z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label.error::after {
    position: absolute;
    bottom: 100%;
    right: 70%;
    content: '';
    width: 27px;
    height: 17px;
    background: url(../home/images/nav-arrow-yellow.png) no-repeat top center;
    -ms-transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .vote-button {
    margin-left: -5px;
    margin-top: -14px;
  }
  .gop-group-content #volunteer-sign-up {
    width: 96%;
    border-top: 7px solid #e81b23;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: white;
  }
  .gop-group-content #volunteer-sign-up-text {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    position: unset;
    left: 0;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 153px;
    margin-right: 14px;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    font-family: "lft-etica",sans-serif;
    letter-spacing: 5px;
    margin: 10px auto;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: inline-block;
    width: 16%;
    vertical-align: middle;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px;
    line-height: 0;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: 145px;
    text-align: center;
    display: none;
    padding: 7px;
    top: 68%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
    z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label.error::after {
    position: absolute;
    bottom: 100%;
    right: 70%;
    content: '';
    width: 27px;
    height: 17px;
    background: url(../home/images/nav-arrow-yellow.png) no-repeat top center;
    -ms-transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}

/* iPad Pro 12.9*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  #bd {
    width: 94.5%;
    padding: 40px 26px 0 26px !important;
  }
  .gop-group #news-content #side-content {
    margin-left: 28px;
  }
  #news-content #main-content {
    margin-right: 10px;
  }
  .vote-button {
    margin-top: -14px;
    margin-left: -55px;
  }
  .gop-group-content #volunteer-sign-up {
    width: 96%;
    border-top: 7px solid #e81b23;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: white;
  }
  .gop-group-content #volunteer-sign-up-text {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    position: unset;
    left: 0;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 153px;
    margin-right: 14px;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    font-family: "lft-etica",sans-serif;
    letter-spacing: 5px;
    margin: 10px auto;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: inline-block;
    width: 15.6%;
    vertical-align: middle;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px;
    line-height: 0;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: 130px;
    text-align: center;
    display: none;
    padding: 7px;
    top: 68%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
    z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label.error::after {
    position: absolute;
    bottom: 100%;
    right: 70%;
    content: '';
    width: 27px;
    height: 17px;
    background: url(../home/images/nav-arrow-yellow.png) no-repeat top center;
    -ms-transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #bd {
    width: 96%;
  }
  #news-content #main-content {
    margin-right: 12px;
  }
  .gop-group #news-content #side-content {
    margin-left: 25px;
  }
  .gop-group-content #volunteer-sign-up {
    width: 97%;
    border-top: 7px solid #e81b23;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0;
    padding: 20px;
    height: auto;
    background: white;
  }
  .gop-group-content #volunteer-sign-up-text {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    top: auto;
    position: unset;
    left: 0;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 153px;
    margin-right: 14px;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 30px;
    font-weight: normal;
    font-family: "lft-etica",sans-serif;
    letter-spacing: 5px;
    margin: 10px auto;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: inline-block;
    width: 16.6%;
    vertical-align: middle;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px;
    line-height: 0;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: 190px;
    text-align: center;
    display: none;
    padding: 7px;
    top: 68%;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
    z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label.error::after {
    position: absolute;
    bottom: 100%;
    right: 70%;
    content: '';
    width: 27px;
    height: 17px;
    background: url(../home/images/nav-arrow-yellow.png) no-repeat top center;
    -ms-transform: rotate(361deg);
    -webkit-transform: rotate(361deg);
    transform: rotate(361deg);
  }
}

/* mobile landscape views */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body.gop-group {
    min-width: unset !important;
  }
  body.gop-group #bd {
    width: 100%;
    margin: 0px auto;
    padding-top: 0px;
    background: white;
    padding-bottom: 0px;
  }
  body.gop-group #hd {
    display: none;
    visibility: hidden;
  }
  body.gop-group #hd-mobile {
    width: 100%;
    display: block;
    visibility: visible;
    float: none;
    background: #414959;
    margin: 0;
    padding: 0px;
    position: relative;
    height: 74px;
  }
  #hd-mobile div #logo img {
    padding: 12px 0 10px 0 !important;
  }
  #hd-mobile div.left {
    width: 40px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  #hd-mobile div.right {
    float: right;
    width: 105px;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  #hd-mobile ul#mobile-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
  }
  #hd .hd-right ul#nav li.active, #hd-mobile ul#mobile-nav li.active {
    position: relative;
  }
  #hd-mobile div {
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
  }
  #hd-mobile ul#mobile-nav li em#icon-menu {
    display: block;
    height: 43px;
    width: 33px;
    margin: 8px 0 0;
    background: url(../home/images/icon-menu.png) left 0 no-repeat;
  }
  #hd-mobile ul#mobile-nav li .dropdown-menu {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    margin-top: 11px;
  }
  #hd-mobile div.right a {
    font-size: 12px;
  }
  #hd-mobile ul#mobile-nav li .btn-group .dropdown-menu .subhead {
    color: #999;
    text-transform: uppercase;
    font-family: "lft-etica", sans-serif;
    padding: 25px 0px 0 20px;
    text-align: left;
    margin-bottom: 5px;
    width: 94%;
  }
  #hd-mobile ul#mobile-nav li .btn-group .dropdown-menu li>a {
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #7a7a7a;
    width: initial;
  }
  #ft {
    display: none;
  }
  #ft-mobile {
    width: 100%;
    display: block !important;
    visibility: visible !important;
    float: none !important;
    padding: 20px 0 40px;
    padding-bottom: 10px;
    background: #414959;
    color: #b2b9bd;
  }
  #ft-mobile .container {
    width: 100% !important;
  }
  #group-features .group-feature img.hide-mobile {
    display: none;
  }
  #ft-mobile ul {
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0px;
  }
  #ft-mobile ul li {
    display: block;
    float: left;
    width: 33.3%;
  }
  #ft-mobile ul li a {
    display: block;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 10px !important;
  }
  #ft-mobile ul li:nth-child(2) {
    background: #e81b23;
  }
  .ft-mobile__social-icons {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__twitter {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-twitt-icon.png) no-repeat;
    background-size: cover;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__facebook {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-facebook-icon.png) no-repeat;
    background-size: cover;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__instagram {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-instagram-icon.png) no-repeat;
    background-size: cover;
  }
  .ft-mobile__social-icons .ft-mobile__social-icons__youtube {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url(../home/images/white-youtube-icon.png) no-repeat;
    background-size: cover;
  }
  .gop-group-header.hide-mobile, .gop-group #hero-inner-wrapper {
    display: none;
  }
  .gop-group-content {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .container, .survey-container, .registration-container, #top-features {
    width: 100%;
    margin: 0 auto;
  }
  .gop-group-content #volunteer-sign-up {
    width: 100%;
    border-top: 0;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 4px;
    margin: 0 auto;
    height: auto;
    padding: 0;
  }
  .gop-group-content #volunteer-sign-up-text {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: unset;
  }
  #volunteer-sign-up-text .logo-box {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
    width: 100%;
  }
  .gop-group-content #volunteer-sign-up-text h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 2.6em;
    text-align: center;
    font-family: "lft-etica",sans-serif;
  }
  #volunteer-sign-up-text form {
    width: 100%;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group .volunteer-sign-up-input {
    display: block;
    width: 90%;
    vertical-align: middle;
    margin: 30px auto;
  }
  #volunteer-sign-up form#join-gop-group label.error {
    position: absolute;
    color: #464646;
    border-radius: 3px;
    margin-right: 5px;
    width: auto;
    text-align: center;
    display: none;
    padding: 7px;
    left: 50%;
    margin-top: 0px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1.5em;
    background: none repeat scroll 0 0 #ffffc5;
    top: unset;
    z-index: 99;
  }
  #volunteer-sign-up form#join-gop-group label[for=id_email], #volunteer-sign-up form#join-gop-group label[for=id_phone], #volunteer-sign-up form#join-gop-group label[for=id_zipcode] {
    margin-top: 38px;
  }
  #volunteer-sign-up-text input.victory-full-name {
    display: block;
    width: 100%;
  }
  .gop-group-content #volunteer-sign-up-text form#join-gop-group input.btn {
    width: 30%;
    margin-bottom: 0;
    font-size: 17px;
    padding: 20px;
    line-height: 0;
    float: unset;
    display: block;
    margin: 0 auto;
  }
  #news-content #main-content {
    display: inline;
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #news-content .news-entry {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    width: 95% !important;
    padding: 0px;
    margin: 0 auto;

  }
  #news-content #side-content, #news-content.gop-group-content #side-content {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .gop-group-content #group-summary p {
    font-size: 16px;
  }
  .gop-group #big-side-links li a {
    padding: 20px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #news-content #more-posts, #news-content #page-list-wrapper {
    border-top: none;
  }
}
