html {
    background-color: #E9E9E9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    overflow-y: auto;
}
/* global box-sizing */
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -ms-box-sizing: inherit;
    box-sizing: inherit;
}

header {
    background: url(../img/bg-body.png);
    background-repeat: repeat-x;
    background-position: top;
    -webkit-box-shadow: 0px 3px 3px rgba(47, 81, 127, 0.3);
    -moz-box-shadow: 0px 3px 3px rgba(47, 81, 127, 0.3);
    box-shadow: 0px 3px 3px rgba(47, 81, 127, 0.3);
    height: 128px;
}

html, body {
    width: 100%;
    height: 100%;
}


/* Globals [GLOBL]
   ============================================================================================== */
body.home.page .body-wrapper {
    padding: 0px 0 0;
}

body {
    background: #E9E9E9 url("../img/bg-html.png") repeat-x scroll center top;
}

.page-wrapper {
    background: #E9E9E9 url("../img/bg-html.png") repeat-x scroll center top;
    min-height: inherit;
    /*
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    */
    padding-bottom: 85px;
}

.page-inner, #main-form {
    min-height: 100%;
    /*   overflow: hidden; */
    padding-bottom: 0px;
}

.body-wrapper {
    min-height: 100%;
}
/*
flex: 1;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;

/* Setting the Flexbox for each of the pages */
.home-content, #Actions, #register-content, #share-your-story, #tell-a-friend, #key-contact-survey, #rcn-lookup, #contact-us, #Issues, #my-profile, #edit-my-profile, #legislator-search, #committee-search, #content, #thank-you{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(197,197,201,1);
    -moz-box-shadow: 3px 0px 5px 0px rgba(197,197,201,1);
    box-shadow: 3px 0px 5px 0px rgba(197,197,201,1);
}

.hot-bar-container {
    background-color: #163d62;
}
.hot-bar {
    height: 29px;
    color: #ffffff;
    font-size: 10.5px;
    text-transform: uppercase;
}
.hot-bar a:first-child {
    border-left: 1px dotted #558833;
}
.hot-bar a {
    color: #74dcf5;
    font-weight: bold;
    padding: 8px 13px;
    border-right: 1px dotted #558833;
}
.hot-bar p {
    margin: 8px 0 0;
}

.identity {
    height: 100px;
}
.identity .logo {
    background: url(../img/img-identity.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 26px;
    width: 299px;
    margin-top: 30px;
    margin-left: 20px;
}

nav {
    margin-right: 0px;
    margin-left: 340px;
}
nav ul {
    margin-top: 20px;
}
nav ul li a {
    font: normal 18px/normal 'Ubuntu', sans-serif;
    text-transform: lowercase;
    padding: 0px;
    margin-left: 50px;
}
nav ul li:hover {
    background-color: transparent;
    color: #ffffff;
}
nav ul li:hover a {
    background-color: transparent;
    color: #ffffff;
}

#footer-wrapper {
    border-top: none;
    text-transform: none;
    height: 85px;
    margin-top: -85px;
}
#footer-wrapper .row {
    text-align: center;
    font-size: 15.5px;
}
#footer-wrapper .row a {
    color: #74dcf5;
    text-transform: none;
}
#footer-wrapper .row .textwidget {
    border-bottom: 1px solid #334a6a;
}
#footer-wrapper .row .textwidget p {
    margin: 10px 0px;
}

footer {
    background-color: #132d52;
    color: #fff;
    font-size: 11px;
    padding: 10px 20px;
    margin: 0 auto;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(197,197,201,1);
    -moz-box-shadow: 3px 0px 5px 0px rgba(197,197,201,1);
    box-shadow: 3px 0px 5px 0px rgba(197,197,201,1);
}
footer a {
    text-transform: uppercase;
    color: #74dcf5;
}

.operated {
    font-size: 1.550em;
    text-align: center;
    display: block;
    margin-top: 10px;
    text-transform: none;
}

/* Modular layout classes [MODLC]
   ============================================================================================== */
.two-columns {
    flex: 1;
    margin: 0 0 0px 0;
    float: left;
    width: 65%;
}
.one-column {
    background-color: #f8f8f8;
    padding: 0px 0px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.letter-tophalf p {
    margin: 0px;
}
.two-columns.equal-width {
    background-color: #f8f8f8;
    width: 68.5%;
    padding: 0px 0px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

#Issues .two-columns.equal-width img {
    padding: 0px;
    width: 100%;
    height: auto;
}
.two-columns.with-border {
    border-right: 1px solid #fff;
    margin: 0 0 25px;
    padding: 0 30px 0 0;
    width: 439px;
}
.two-columns.with-border.column-rail {
    border: 0;
    border-left: 1px solid #c8c8c8;
    padding: 0 0 0 30px;
}

.two-columns.column-rail {
    background-color: #e8f1f8;
    padding: 20px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.two-columns.right-rail {
    background-color: #e8f1f8;
    padding: 20px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.column-rail, aside {
    background-color: #e8f1f8;
    float: left;
    margin-bottom: 0px;
    width: 30.9%; /* duplicated to cascade - do not move */
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
aside li {
    list-style: none;
}
.home-content aside h3 {
    color: #404040;
    line-height: 30px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}
aside h3 {
    color: #404040;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 0px;
}
aside .textwidget {
    padding: 0px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.content #action-alerts {
    background: transparent;
}
.content article {
    width: 100%;
    padding: 5px 0px;
}
.content article h3 {
    color: #222222;
    font-weight: bold;
    border:none;
    line-height: 20px;
    font-size: 16px;
    padding: 0px 20px;
}
.content .action-alerts article .alert-intro {
    margin: 0px 20px;
}
.content .action-alerts article .alert-links {
    border: none;
    margin: 0px 20px;
    padding: 0px;
}
.content .action-alerts article .alert-links span {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    float: left;
}
.content .action-alerts article .alert-links a {
    color: #c00000;
}
.content .action-alerts .read-more {
    display: none !important;
}


input[type="submit"], .rcn-submit {
    cursor: pointer;
    padding: 8px 50px;
    margin: 0px 0px;
    color: #fff;
    font: normal 16px/normal Arial, "Times New Roman", Times, serif;
    text-shadow: none;
    border-radius: 50px 50px 50px 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DA0000), to( #900000));
    background-image: -webkit-linear-gradient( #DA0000, #900000);
    background-image:    -moz-linear-gradient( #DA0000, #900000);
    background-image:     -ms-linear-gradient( #DA0000, #900000);
    background-image:         linear-gradient( #DA0000, #900000);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
}
input[type="submit"]:hover, .rcn-submit:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DA0000), to( #900000));
    background-image: -webkit-linear-gradient( #DA0000, #900000);
    background-image:    -moz-linear-gradient( #DA0000, #900000);
    background-image:     -ms-linear-gradient( #DA0000, #900000);
    background-image:         linear-gradient( #DA0000, #900000);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
}

.rcn-submit {
    /* margin-top: 1rem; */
    display: inline-block;
    position: relative;
}

.rcn-submit:hover {
    text-decoration: none;
}
.my-information {
    padding: 0px 20px;
}

/* Section 3 - Home [SEC03]
   ============================================================================================== */
.home-info {
    margin-bottom: 0px;
}
.home-content {
    margin-bottom: 0px;
}

.home-info .action-button {
    background: #c00000;
    padding: 10px 80px;
    position: absolute;
    top: 220px;
    color: #ffffff;
    box-shadow: inset -20px 0 19px -9px rgba(142,0,0,1), inset 20px 0 19px -9px rgba(142,0,0,1);
}

.home-info .carousel-container-wrapper {
    border-bottom: none;
    position: relative;
    top: 0px;
    width: 100%;
    height: 355px;
}
.home-info .carousel-container-decor-wrapper {
    margin-left: 0px;
}
.home-info .carousel-container {
    margin-bottom: 0px;
}

.home-info .carousel-desc {
    background: transparent;
    color: #222222;
    line-height: 16px;
    width: 50%;
    display: inline-block;
    position: absolute;
    padding:40px 0px;
    margin-left: 70px;
    top:0;
    font-size: 14px;
}
.home-info .carousel-desc h1 {
    color: #b63a3b;
    font-size: 34px;
    font-weight: normal;
    margin-left: 0px;
    margin-bottom: 20px;
}
.home-info .carousel-desc a {
    text-decoration: none;
}
.home-info .carousel-desc p {
    line-height: 20px;
    font-weight: normal;
    margin-left: 0px;
}

body:not(.js) .slides li+li {
    display: none;
}

#SliderTabs {
    background: transparent;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 311px;
    z-index: 100;
    width: 100%;
}
#SliderTabs .tab-list {
    margin-left: 0;
}
#SliderTabs li {
    float: left;
    display: inline-block;
    width: 33.2%;
    line-height: 0.900em;
}
#SliderTabs li:first-child {
    margin-right: 1px;
}
#SliderTabs li:last-child {
    margin-left: 1px;
    margin-right: 0px;
}
#SliderTabs li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #2f5180;
    text-decoration: none;
}
#SliderTabs li h2 {
    color: #ffffff;
    margin: 0px;
    padding-top: 13px;
    font-size: 18px;
}
#SliderTabs li a.active h2 {
    position: relative;
    top: 8px;
}
#SliderTabs li a.active {
    background: url('../img/bg-carousel-tab-active.png') no-repeat scroll center 0px;
    line-height: 26px;
    height: 48px;
    width: 100%;
    position: relative;
    top: -8px;
}

.custom-navigation {
    position: absolute;
    background: transparent;
    z-index: 101;
    display: block;
    top: 120px;
    width: 100%;
}
.custom-navigation .flex-prev {
    background: url('../img/carousel-prev.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 24px;
    position: absolute;
    left: 0;
}
.custom-navigation .flex-next {
    background: url('../img/carousel-next.png') no-repeat;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 24px;
    position: absolute;
    right: 0;
}

.content-centerer {
    width: 100%;
}
#vmap {
    margin-left: 20px;
    width: 95%;
    height: 400px;
}

#en-states-list {
    width: 100%;
    max-width: 630px;
    margin-left: 10px;
    margin-top: 40px;
}
.map-legend {
    float: right;
    margin-right: 25px;
    position: relative;
    top: -30px;
}
.red-box {
    display: inline-block;
    position: relative;
    top: 2px;
    background: #a70000;
    height: 15px;
    width: 15px;
}
.home-content .content {
    margin-left: 20px;
}

.home-content #action-alerts {
    background: transparent;
    width: 100%;
    padding-right: 1.5rem;
}

.home-content article {
    width: 100%;
    padding: 5px 0px;
}

.home-content article h3 {
    color: #222222;
    font-weight: bold;
    border:none;
    line-height: 20px;
    font: bold 14px/normal Arial, Tahoma, sans-serif;
    padding: 5px 0px;
}
.home-content .action-alerts article .alert-intro {
    margin: 0px 0px 15px;
}
.home-content .action-alerts article .alert-links {
    border: none;
    margin: 0px 0px;
    padding: 0px;
}

.home-content .action-alerts article .alert-links .modal-link {
    display: none;
}
.home-content .action-alerts article .alert-links span {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    float: left;
}
.home-content .action-alerts article .alert-links a {
    color: #c00000;
    background: transparent;
    border: none;
    text-shadow: none;
    padding: 0;
}
.home-content .action-alerts .read-more {
    display: none !important;
}
#en-states-list {
    padding-left: 20px;
}
.home-content #mapdata {
    margin-left: 20px;
}
.home-content #mapdata span {
    font-weight: bold;
    font-size: 15px;
}
.home-content #mapdata table {
    margin-top: 10px;
    width: 450px;
    height: 40px;
}

/* Sweet Alert Style */
.swal2-modal .swal2-title {
    text-align: left !important;
    margin: 2rem 0;
}

.alert__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
}

.alert__title {
    display: inline-block;
    text-align: left;
    width: 65%;
}

.alert__link {
    cursor: pointer;
    color: #fff;
    padding: 8px 35px;
    height: 33px;
    font: normal 14px/normal Arial, "Times New Roman", Times, serif;
    text-shadow: none;
    border-radius: 50px 50px 50px 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DA0000), to( #900000));
    background-image: -webkit-linear-gradient( #DA0000, #900000);
    background-image:    -moz-linear-gradient( #DA0000, #900000);
    background-image:     -ms-linear-gradient( #DA0000, #900000);
    background-image:         linear-gradient( #DA0000, #900000);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
}

/* Right Rail for Latest Alerts widget */
#inner-lines {
    height: 368px;
    overflow: hidden;
}

.outer {
    margin-top: 30px;
    padding-bottom: 50px;
}

/* Home State Boxes */
.state-boxes {
    margin: 20px;
}
.state-box-item {
    display: inline-block;
    width: 31%;
    height: 160px;
    border: 1px solid #335489;
    background-color: #c00000;
    padding: 10px;
    margin-right: 5px;
    text-align: center;
}
.state-box-item h4, .state-box-item h5 {
    color: #ffffff;
}


/* Section 4 - Action Alerts [SEC04]
   ============================================================================================== */
#Actions article h3 {
    color: #222222;
    border: none;
    font-size: 18px;
    font-weight: bold;
}
#action-alerts {
    background-color: #f8f8f8;
}

.action-alerts article .alert-links {
    /* height: 40px; */
}
#action-alerts p {
    margin: 0px;
}
#Actions .action-alerts p {
    margin-left: 0px;
}
.home-content .action-alerts p {
    padding:0px;
}

article .truncate {
    min-height: 35px;
}

.action-alerts article .alert-badge.hot {
    top: 45px;
    margin-left: 0px;
}

.action-alerts article .alert-badge.hot {
    background: url(../img/bg-badge-alert_new.png) no-repeat right 0px;
    color: #000000;
}

.action-alerts article .alert-badge.hot span {
    background: url(../img/bg-badge-alert_new.png) no-repeat left 0;
}

.action-alerts article .alert-links span {
    cursor: pointer;
    padding: 4px 20px;
    font: normal 16px/normal Arial, "Times New Roman", Times, serif;
    text-shadow: none;
    border-radius: 50px 50px 50px 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DA0000), to( #900000));
    background-image: -webkit-linear-gradient( #DA0000, #900000);
    background-image:    -moz-linear-gradient( #DA0000, #900000);
    background-image:     -ms-linear-gradient( #DA0000, #900000);
    background-image:         linear-gradient( #DA0000, #900000);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
}
.action-alerts article .alert-links span a {
    color: #ffffff;
    font-size: 12px;
}
.email-link-button {
    margin-left: 20px;
    cursor: pointer;
    color: #fff;
    padding: 8px 35px;
    font: normal 14px/normal Arial, "Times New Roman", Times, serif;
    text-shadow: none;
    border-radius: 50px 50px 50px 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #DA0000), to( #900000));
    background-image: -webkit-linear-gradient( #DA0000, #900000);
    background-image:    -moz-linear-gradient( #DA0000, #900000);
    background-image:     -ms-linear-gradient( #DA0000, #900000);
    background-image:         linear-gradient( #DA0000, #900000);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
    box-shadow: 0px 0px 3px 1px rgba(172,178,184,1);
}
.email-link-button img {
    position: relative;
    top:12px;
    left: -5px;
    width: 19px;
    height: 13px;
}

ul {
    margin-left: 30px;
    list-style: url('../img/bullet-standard.png');
}

/* Section 1 - Registration Detail [SEC01]
   ============================================================================================== */
.register-content .two-columns.equal-width p {
    margin: 10px 0px;
}
.register-content fieldset {
    position: relative;
    padding-bottom: 40px;
}
.register-content fieldset div label {
    font-weight: bold;
    float: left;
  /*  width: 80%; */
}
.email-alerts fieldset div label {
    width: 80%;
    float: right;
}
.register-content fieldset.signup form {
    padding-bottom: 30px;
}
.register-content fieldset.signup input[type=submit] {
    display: block;
    margin: 30px auto 0px;
}

.register-content .additional-question {
    width: 100%;
}
.register-content div#AGE {
    width: 49%;
}

.register-content .additional-question label {
    width: 31%;
}

.register-content .additional-question span {
    margin: 5px 5px 0 0;
}

.register-content div#AGE label {
    width: 100%;
}

.register-content fieldset div input[type="text"] {
    width: 65%;
}

.register-content fieldset div input[type="submit"] {
    margin: 20px 0 0 26%;
}

.register-content .email {
    width: 100%;
}
.register-content .email .group {
    width: 32%;
    display: inline-block;
    margin: 1px 0;
    font-size: 11px;
}
.register-content .email input[type=submit] {
    margin: 20px auto;
    display: block;
}

/* Section 7 - Share Your Story [SEC07]
   ============================================================================================== */
.share-your-story textarea {
    height: 350px;
}

/* Section 19 - Contact Us [SEC19]  ============================================================================================== */
.contact-us fieldset label, .contact-us fieldset input[type="text"], .contact-us fieldset textarea {
    width: 95%;
}

/* Section 20 - My Profile [SEC20]  ============================================================================================== */

#committee-search #State .filter-container input[type="submit"] {
    margin-top: 20px;
}

/* Section 21 - Tell A Friend [SEC21]  ============================================================================================== */

#TellAFriendForm #email-bottom {
    display: none;
}

/* RCN Lookup ============================================================================================== */
.rcn-lookup--form {
    padding: 32px 16px;
}

.rcn-results--info {
    padding: 8px 0px;
    background-color: rgba(255, 255, 255, .5);
    border-left: 3px solid #1b6996;
}
.rcn-results--info h3 {
    padding-left: 17px!important;
}
.rcn-results--info p {
    margin-left: 17px!important;
}

.rcn-results--form {
    padding-top: 24px;
}

.rcn-lookup--form label {
    padding-right: 8px;
}

.rcn-lookup--form input[type="text"] {
    padding: 8px;
}

.rcn-lookup--form-submit {
    margin-top: 24px;
}

.rcn-lookup--error {
    font-weight: bold;
    color: #DA0000;
}

.rcn-results--cancel input[type="submit"] {
    background-color:transparent;
    margin-top: 12px;
    border: 1px solid #999999;
    padding: 8px 24px;
    font-size: 14px;
    background-image: linear-gradient( #dddddd, #b1b1b1);
    color: #3b3b3b;
    /* font-weight: bold; */
    display: inline-block;
}

/* Issues Template
   ============================================================================================== */
#Issues ul.other-issue-list {
    list-style: none;
    width: 100%;
    margin-left: 0px;
    padding: 15px;
    display: flex;
}
#Issues .other-issues .other-issue-item {
    width: 32%;
    display: inline-block;
    margin: 5px 3px;
    background: #ffffff;
}
#Issues .other-issues .other-issue-item:first-child {
    margin-left: 0;
}
#Issues .other-issues .other-issue-item:last-child {
    margin-right: 0;
}

#Issues .other-issues .other-issue-item img {
    width: 100%;
    height: 75px;
}
#Issues .other-issues .other-issue-item a {
    padding: 5px 8px;
    line-height: 15px;
    display: block;
    height: 3em;
}

#Issues .two-columns.equal-width {
    padding: 0px 0px;
}
#Issues .available-actions-list {
    margin: 30px 20px;
}
#Issues .available-actions-list h3 {
    padding: 10px 0px;
}
#Issues .available-actions-list article {
    width: 49%;
}
#Issues .available-actions-list article h3 {
    color: #222222;
    border:none;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}
#Issues .action-alerts article .alert-intro {
    margin: 0px 0px;
}
#Issues .action-alerts article .alert-links {
    border: none;
    margin: 0px 0px;
    padding: 0px;
}
#Issues .action-alerts article .alert-links span {
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0;
    float: left;
}
#Issues .action-alerts article .alert-links a {
    color: #c00000;
}

#Issues .other-issues {
    background: #325688;
}
#Issues .other-issues h3 {
    color: #f8f8f8;
}

/* Login Widget Form
   ============================================================================================== */
.login-form {
    top:29px;
}
.login-form fieldset {
    background-color: #163D62;
    width: 480px;
    padding: 0px 10px;
}

header .login-form fieldset div {
    clear: none;
    margin: 5px 3px;
    display: block;
    width: auto;
}
header .LoginWidget {
    z-index: 100;
}
header .login-form fieldset div input[type="text"],
header fieldset div input[type="password"] {
    width: inherit;
    min-width: 138px;
    margin-right: 2px;
}
header .login-form .login-input-container-username,
header .login-form .login-input-container-password {
}
.login-form fieldset div input[type="submit"] {
    float: right;
}

/* My Profile Style
   ============================================================================================== */
.my-information {
    padding: 0px 20px;
}
.my-legislators .key-contact-link {
    display: none;
}

aside.LegislatorsWidget {
    background: #f8f8f8;
    padding: 20px;
}
.legislator-search fieldset div label {
    width: 23%;
}
.legislator-detail .contact-info h4 {
    padding: 0px;
}
.legislator-detail .contact-info ul {
    margin-left: 30px;
}
aside.LegislatorsWidget ul li a {
    color: #c00000
}

#legislator-detail h1 {
    Margin-left: 0;
    Margin-bottom:0;
}
#legislator-detail h2 {
    Margin-left: 0;
}
.commitee-search .two-columns {
    padding: 0 2.12766%;
}

.tabs-container .tabs-content {
    background: #f8f8f8;
}
.tabs-container .tabs li a {
    background: #2f5180;
}
.committee-detail h1 {
    padding: 0px 20px;
}

.action-alerts article .alert-intro {
    margin: 10px 0px;
}
#Actions .action-alerts article .alert-links {
    margin: 0px 20px 20px 0px;
    height: 40px;
    width: 95%;
}
#Actions article {
    margin-left: 20px;
    width: calc(100% - 25px);
 }
#Actions article h3 {
    padding: 10px 0px;
}

.additional-info .two-columns {
    width: 100%;
    margin-left: 20px;
}

.additional-info label {
    margin-left: 20px;
    margin-bottom: 20px;
}
.additional-info input[type="submit"] {
    margin-bottom: 20px;
}

/* Step One Workflow - Register Composeletters
   ============================================================================================== */
.register-content .step-graphic {
    display: block;
    padding: 20px;
    width: 90%;
}
#content .step-graphic {
    display: block;
    padding: 20px;
    width: 50%;
}
#content .step-graphic-three {
    display: block;
    padding: 20px;
    width: 75%;
}
#content #letter1_recipients {
    margin-bottom: 40px;
}
#compose-letters {
    margin-bottom: 0px;
}

.register-content .two-columns.equal-width {
    padding: 20px;
}
.register-content .box-shadow {
    padding: 20px 0px;
}

.button-float {
    max-width: 940px;
    margin: 0 auto;
    left: auto;
}

/* Step One Workflow - Register Composeletters
   ============================================================================================== */

.letter-tophalf textarea {
    width: 95%;
    height: 200px;
}

.flyer-center-image {
    width: 100%;
}
.flyer-center-image img {
    width: 100%;
    height: auto;
}

@media (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 120dpi){

    .home-content {
        display: block;
    }
    /* Home State Boxes */
    .state-boxes {
        margin: 20px;
    }
    .state-box-item {
        height: 210px;
    }

    #secondary {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    #secondary li {
        -webkit-order: 2;
        order: 2;
    }
    #secondary .arrows-home {
        -webkit-order: 1;
        order: 1;
    }

    #Issues ul.other-issue-list {
        display: -webkit-flex;
        display: flex;
    }

}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
    .home-content section.two-columns, .home-content aside {
        width: 100%;
        background: #f8f8f8;
    }
}

/* disable auto-zoom on iphone input field focus */
@media screen and (-webkit-min-device-pixel-ratio:1)  and (max-width:768px)  {

    select, #PageWrapper textarea,
    input[type="text"], input[type="password"],
    input[type="number"], input[type="email"],
    input[type="tel"], input[type="color"] {
        border-radius:0;
    }
    select {
        -webkit-appearance:none;
        background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QA6RXhpZgAATU0AKgAAAAgAA1EAAAQAAAABAAAAAFEBAAMAAAABAAEAAFEEAAEAAAAB/AAAAAAAAAD/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAA/AA0DASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9yKKKKACiovtieoo+2J6igD84/wDgp/8A8Eo/hp/wVNtPDl34um1DQPFnhq4hjg8R6WsZv5tN87fcafJvBV42VpTEzhvIlfzFDK00U30X8DvAvhz9mr4S6D4E8B6VbeGPCXhm2Fpp2m2ZZYoEyWYkklnd3ZneRyzyO7u7MzMxtUUAFFFFAH//2Q==);
        background-position: 100% 53% ;
        background-repeat: no-repeat;

    }

}

@media screen and (max-width: 960px){
    header {
        height: 100px;
    }
    body.issues.page .body-wrapper {
        padding: 0px 0 0;
    }
    h1 {
        padding: 20px;
    }
    .hot-bar-container {
        display: block;
    }
    .hot-bar {
        width: 100%;
    }
    .hot-bar p {
        margin: 8px 20px 0;
    }
    .identity .logo {
        margin-left: 20px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .mnav-mobile-btn {
        display: none;
    }
    .more-links {
        float: right;
    }
    .copyright {
        float: left;
    }
    .content-centerer {
        display: none;
    }
    .two-columns {
        margin: 0px;
    }
    .body-wrapper {
        padding: 0px;
    }
    .home-content {
        display: block;
    }
    .home-content section.two-columns, .home-content aside {
        width: 100%;
        background: #f8f8f8;
    }
    .home-content li {
        list-style: none;
    }
    .home-content #action-alerts {
        background: transparent;
    }
    .home-content .action-alerts article .alert-links span {
        background: transparent;
        box-shadow: none;
        text-shadow: none;
        border-radius: 0px;
        float: left;
    }
    #Actions .two-columns .action-alerts p {
        margin-left: 0px;
    }
    #Actions .action-alerts article .alert-links span {
        padding: 0px 20px;
        position: relative;
        top: -8px;
    }
    .home-content .action-alerts article .alert-links {
        border: none;
        margin: 0px 0px 10px 20px;
        padding: 0px;
    }
    #Issues .action-alerts article .alert-links {
        border: none;
        margin: 0px 0px 0px 5px;
        padding: 0px;
    }
    .home-content .action-alerts article .alert-intro, #Issues .action-alerts article .alert-intro, #Actions .action-alerts article .alert-intro, .content .action-alerts article .alert-intro {
        margin: 0px 20px 0px;
    }
    .home-content .action-alerts .action-links a.modal-link, #Issues .action-alerts .action-links a.modal-link, #Actions .action-alerts .action-links a.modal-link, .content .action-alerts .action-links a.modal-link {
        display: none;
    }
    .home-content .action-alerts article .alert-links span a, #Issues .action-alerts article .alert-links span a {
        background: transparent;
        border: none;
        text-shadow: none;
        color: #DA0000;
        font-weight: bold;
    }
    #Actions .action-alerts article .alert-links span a, .content .action-alerts article .alert-links span a {
        background: transparent;
        border: none;
        text-shadow: none;
        font-weight: bold;
    }
    .content .action-alerts .action-links a {
        padding: 0px;
    }
    .home-info .carousel-desc h1 {
        color: #b63a3b;
        font-size: 32px;
        font-weight: normal;
        padding: 0px;
        margin-bottom: 15px;
    }
    .home-info .carousel-desc {
        font-size: 12px;
        line-height: 14px;
        padding: 20px;
    }

    .register-content fieldset div label {
        width: 33%;
    }
    .email-alerts fieldset div label {
        width: 80%;
    }
    .register-content fieldset div select {
        width: 65%;
    }
    #ComposeLettersSubmitButton {
        width: 30%;
    }
    .register-content fieldset div input[type="submit"] {
        margin: 10px 0 0 0%;
    }
    .my-legislators {
        margin: 35px 0% 0;
    }
    .my-legislators ul {
        margin: 0 auto;
        width: 100%;
    }
    .my-legislators ul li {
        background: none no-repeat scroll right center #305484;
    }
    .my-legislators ul li a {
        color: #ffffff;
    }
    .my-legislators ul li i {
        color: #DA0000;
    }
    .action-alerts .action-links a {
        font-weight: normal;
        font-family: Arial, Tahoma, sans-serif;
    }

    #secondary {
        display: flex;
        flex-direction: column;
    }
    .home-content li {
        order: 2;
    }
    .home-content .textwidget {
        text-align: center;
        margin-bottom: 40px;
    }
    .home-content .arrows-home {
        order: 1;
    }
    .one-column .additional-info .two-columns {
        width: 100%;
        margin-left: 20px;
    }
    .button-float {
        max-width: 960px;
    }
    .button-static-mode {
        position: inherit;
    }

    .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{
        background-position: -96px 0;
        position: absolute;
        left: -240px;
        opacity: 1;
    }

    .mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{
        background-position: -96px -20px;
        position: absolute;
        left: -240px;
        opacity: 1;
    }
}

@media screen and (max-width: 860px){
    .home-info .carousel-container-wrapper {
        height: auto;
    }
    #SliderTabs {
        position: relative;
        top:0px;
    }
    #SliderTabs li {
        height: 38px;
    }
    .home-info .action-button {
        top: 200px;
    }
    .contact-us .recaptcha .recaptcha-container {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    #footer-wrapper .row .textwidget p {
        font-size: 12px
    }

    .two-columns.equal-width {
        width: 100%;
        padding-bottom: 10px;
    }

    .two-columns.column-rail {
        margin-top: 0px;
    }

    #SliderTabs li h2 {
        font-size: 15px;
    }

    .home-info .carousel-desc {
        padding: 20px;
        width: 50%;
    }

    .home-info .carousel-desc p {
        line-height: 16px;
        font-weight: normal;
    }

    .home-content article h3 {
        border-top: none;
        border-bottom: none;
    }

    .custom-navigation .flex-prev {
        left: 20px;
    }

    .custom-navigation .flex-next {
        right: 20px;
    }

    .home-info .action-button {
        top: 180px;
    }

    .my-information div {
        width: 90%;
    }
    .email-alerts fieldset div label {
        width: 75%;
    }
    #ComposeLettersSubmitButton {
        width: 95%;
    }

}

@media screen and (max-width: 980px) and (min-width: 721px){

    .show-login {
        display: none;
    }
    .mnav-menu {
        display: block;
    }
    nav {
        height: 1px;
    }
    nav ul {
        top: 40px;
        width: auto;
        overflow: visible;
        background: inherit;
        border: 0 none;
        position: relative;
        margin-right: 20px;
        z-index:50;
    }

    nav ul li {
        display: block;
        float: left;
        position: relative;
        width: auto;
        line-height: normal;
        overflow: visible;
    }

    nav ul li a {
        border:0 none;
    }
}

@media screen and (max-width: 720px){
    nav {
        height: 1px;
    }
    nav ul li a {
        padding-left: 12px;
        padding-right: 10px;
        margin-left: 0px;
    }
    .mnav-mobile-btn {
        display: block;
        right: 5%;
    }
    .show-login {
        display: none;
    }
    .mnav-mobile-btn {
        left: 0px;
        float: right;
        top: 55px;
        margin-right: 20px;
    }
    nav ul {
        top: 80px;
        background-color: #305484;
        z-index: 90;
    }
    nav ul li a {
        padding: 10px;
    }
    #ComposeLettersSubmitButton {
        width: 95%;
    }
}


@media screen and (max-width: 690px){
    #footer-wrapper .row .textwidget p {
        font-size: 10px;
    }
    .home-info .carousel-desc {
        background: transparent;
        color: #000000;
        width: 100%;
        display: inline-block;
        position: relative;
        padding: 10px 20px 0px 20px;
        top:0;
        margin-left: 0px;
        height: 225px;
    }
    #SliderTabs {
        position: relative;
        top: 18px;
        height: 60px;
    }
    #SliderTabs li {
        width: 33.1%;
    }
    #SliderTabs li h2 {
        font-size: 12px;
    }
    .custom-navigation {
        display: none;
    }
    .additional-info input[type="submit"], .additional-info input[type="text"] {
        margin-left: 20px;
    }
    #ComposeLettersSubmitButton {
        width: 95%;
    }

}

@media screen and (max-width: 550px){
    .page-inner {
        overflow: hidden;
    }
    .identity .logo {
        background: url(../img/img-identity-mobile.png) no-repeat;
        width: 80%;
    }
    .hot-bar p {
        float: none;
        text-align: center;
    }
    .hot-bar a {
        padding: 8px 15%;
    }
    .hot-bar a:first-child {
        border-left: none;
    }
    .hot-bar a:last-child {
        border-right: none;
    }
    .login-form fieldset {
        width: 100%;
    }
    #footer-wrapper .row {
        font-size: 13px;
    }
    .more-links, .copyright {
        float: none;
    }
    /* Setting the Flexbox for each of the pages */
    #Actions, #register-content, #share-your-story, #tell-a-friend, #key-contact-survey, #rcn-lookup, #contact-us, #Issues, #my-profile, #edit-my-profile, #legislator-search, #committee-search, #content, #thank-you{
        display: block;
    }
    .home-info .action-button {
        top: 175px;
    }
    .home-content .action-alerts article .alert-links {
        padding: 5px 0px;
    }
    #Actions .action-alerts article .alert-links {
        border: none;
        margin: 0px 0px 10px 10px;
        padding: 0px;
    }
    #Actions .action-alerts article .alert-links span {
        padding: 0px 10px;
        position: relative;
        top: 0px;
        background: transparent;
        box-shadow: none;
        text-shadow: none;
        border-radius: 0px;
        float: left;
    }
    #Actions .action-alerts article .alert-links span a {
        color: #c00000;
        padding: 5px 0px;
    }

    .register-content .step-graphic {
        width: 100%;
    }
    .content .step-graphic {
        width: 100%;
        padding: 10px;
    }
    #ComposeLettersSubmitButton {
        width: 40%;
    }
    #Issues .two-columns, #Actions .two-columns {
        width: 100%;
    }
    #Issues .column-rail, aside {
        width: 100%;
    }
    #Issues .available-actions-list article {
        width: 100%;
    }
    #Issues .available-actions-list article h3 {
        padding: 10px 20px 0px;
    }
    #Issues ul.other-issue-list {
        display: block;
    }
    #Issues .other-issues .other-issue-item {
        width:100%;
        display: block;
        margin-bottom: 10px;
    }
    #content .step-graphic, #content .step-graphic-three {
        width: 95%;
    }
    #ComposeLettersSubmitButton {
        width: 95%;
    }
    .state-box-item {
        display: inline-flex;
        height: 185px;
        font-size: 11.5px;
    }
    .state-box-item h4 {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .alert__item {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 1rem 0;
    }
    .alert__link {
        margin: 1rem 0;
    }

}

@media screen and (max-width: 480px){
    .hot-bar a {
        padding: 8px 6%;
    }
    .home-info .action-button {
        top: 185px;
        width: 90%;
        text-align: center;
    }
    .more-links ul li {
        margin-left: 15px;
    }
    .more-links ul {
        margin-left: 0px;
    }
    #ComposeLettersSubmitButton {
        width: 95%;
    }
    .state-box-item {
        display: block;
        width: 75%;
        height: 160px;
        margin: 5px auto;
    }
}

@media only screen and (max-width:375px){

}

@media only screen and (max-width:360px){

    .mnav-mobile-btn {
        margin-right: 10px;
    }
    #SliderTabs li {
        width: 32.9%
    }
    #SliderTabs li h2 {
        font-size: 11px;
    }
    .more-links, .copyright {
        font-size: 9px;
    }
    .more-links ul {
        margin-left: 0px;
    }
}
form#tsm {
text-align: center;
}