@media (max-width: 1024px) {
body {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

body.side-menu-change {
    margin-left: -252px;
    padding-right: 252px;
}

.iAccess-Dashboard #mobile-header.container,
.iAccess-BioTab #mobile-header.container {
    display: none !important;
}

section#profileBar {
    top: 95px !important;
}

table.FeesTable td {
    display: table-cell;
}

.Section-EventRegistration .Col-AttendCombGiver {
    text-align: left;
}

.Area-Registration table.table td::before {
    width: auto;
    content: none;
}

.Area-Registration .col-sm-9, .Area-Registration .col-sm-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.Area-Registration label.col-sm-3.col-form-label.Col-Label.LineIndent0,
.Area-Registration label.col-sm-3.col-form-label.Col-Label.LineIndent0 + .col-sm-9,
.Area-Registration form#Forms .TableFormDetails .row.Row-LineDetail .col-sm-12 .checkbox label.Col-Label {
    margin-left: 0;
}

.Area-Registration  table.table td,
.Section-EventRegistration .FeesTable .Col-Fee,
.Section-EventRegistration .FeesTable .Col-Quantity,
.Section-EventRegistration .FeesTable .Col-Total {
    width: auto;
}

.MobileTable table.table td::before {
    content: attr(data-title);
    width: 50%;
    display: inline-block;
    font-weight: 500;
}

.MobileTable table.table td .form-check {
    width: 50%;
    display: inline-block;
}

table.table td .form-check .form-check-input {
    position: static;
	margin-top: 0;
}

.container {
    width: 100% !important;
}

.IPledgeTable .row.CardNumberInfo,
.IPledgeTable .row.CardNameInfo {
    margin: 0 !important;
}

table.table thead,
#desktop-header.container {
    display: none;
}

html body #mobile-header.container#mobile-header.container {
    display: block !important;
}

#mobile-header .mobile-header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 96px;
    background: #fff;
    margin: 0 auto;
    padding-top: 10px !important;
    z-index: 500;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.mobile-header.side-menu-change {
    left: -252px !important;
}

#mobile-header .mobile-header #logo-mobile {
    flex: 1;
}

#mobile-header .mobile-header #mobile-nav {
    flex: 1;
    max-width: 32.33%;
}

#mobile-top-nav {
    margin: 25px 10px 10px 0;
    text-align: right;
}

#mobile-menu {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.mobile-top-side-nav {
    position: fixed;
    overflow: hidden;
    width: 252px;
    right: -252px;
    height: 100% !important;
    top: 0;
    z-index: 1;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    display: block;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    margin-left: 0 !important;
}

.mobile-top-side-nav.side-menu-change {
    right: 0;
    overflow-y: scroll;
}

.mobile-top-side-nav ul {
    margin: 1em 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #eee;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

.mobile-top-side-nav li {
    display: block;
    float: none;
    padding-left: 10px;
}

.mobile-top-side-nav li a {
    padding: 12px 30px;
    color: #3c3c3c;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    color: #4a4a4a;
    text-transform: uppercase;
    position: relative;
    display: block;
}

.mobile-top-side-nav li a:hover {
    color: #ee0000;
    text-decoration: none;
}

.mobile-top-side-nav ul.pureCssMenu a,
.mobile-top-side-nav ul.pureCssMenu li.dis a:hover,
.mobile-top-side-nav ul.pureCssMenu li.sep a:hover {
    text-align: right;
}

.mobile-top-side-nav li a:after {
    position: absolute;
    left: -30px;
    top: 10px;
    content: "";
     -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    border-radius: 54px;
    background-color: #ee0000;
    height: 7px;
    width: 0;
    display: block;
    margin: 6px auto 0;
    opacity: 0;
}

.mobile-top-side-nav li a:hover:after {
    opacity: 1;
    width: 46.7px;
}

ul.mobile-donate {
    padding: 0;
    border-top: 0;
}

ul.mobile-donate li.donate {
    top: -4px;
    margin-left: 20px;
    margin-right: 30px;
}

ul.mobile-donate li.donate a {
    display: block;
    border: solid 3px #ee0000;
    color: #ee0000;
    padding: 12px 30px;
    -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   text-align: center;
}

ul.mobile-donate li.donate a:hover {
   color: #fff;
   background-color: #ee0000;
}

ul#lang-selector {
    padding: 0;
    width: 100%;
    text-align: center;
    border-top: 0;
}

#lang-selector li {
    display: inline-block;
    padding: 0;
}

#lang-selector li a {
    padding: 0.5em;
    font-weight: normal;
    display: inline-block;
}

ul#lang-selector li:nth-child(1)::after {
     content: '/';
     display: inline-block;
}

div.carousel.slide {
    margin: 7em 0em 0em;
}

#main-body-nav .body-nav {
	min-width: 100%;
	left: 0;
}

#main-body-nav .body-nav nav {
    background-color: #fff;
}

#main-body-nav .body-nav ul {
    overflow: auto;
}

#main-body-nav .body-nav li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #ccc;
}

#main-body-nav .body-nav li a {
    padding: 25px;
    color: #4a4a4a;
}

#main-grid-1 .grid .grid-left-container,
#main-grid-2 .grid .grid-left-container,
#main-grid-1 .grid .grid-right-container,
#main-grid-2 .grid .grid-right-container {
    margin: 0;
    min-height: auto !important;
}

main#MainContent {
    padding-top: 96px;
}

footer#footer nav#foot-nav ul {
    padding: 0 5%;
}

.MenuFooter {
    clear: both;
}

footer#footer nav#foot-nav li {
    width: 50%;
    float: left;
}

footer#footer nav#foot-nav li a {
    padding: 10px 0;
    display: block;
}

.mobile-top-side-nav ul.mobile-donate li.donate a:after,
.mobile-top-side-nav ul#lang-selector li a:after,
.footer .cta-left {
    display: none;
}

.backtotop {
    bottom: 1em;
    right: 1em;
    z-index: 3;
}

.Col-AttendSurvey .NonTableLayout .LineIndent0 textarea,
.Col-AttendSurvey .NonTableLayout .LineIndent1 textarea,
.Col-AttendSurvey .NonTableLayout .LineIndent2 textarea,
.Col-AttendSurvey .NonTableLayout .LineIndent3 textarea,
.Col-AttendSurvey .NonTableLayout .LineIndent4 textarea,
.Col-AttendSurvey .NonTableLayout .LineIndent5 textarea,
.Page-AgencySearch .SearchEntry input {
    width: 100%;
    box-sizing:border-box;
}

.ADetailsTable th,
.ADetailsTable td {
	font-size:11px;
}

.Area-Registration table.table td .form-check,
.Section-EventRegistration .FeesTable .Col-Quantity input {
	/*width:100%;*/
}

form .AttendList  {
	border:1px solid #cccccc;
	width: 100%;
}

form .AttendList tr,
form .AttendList th,
form .AttendList td {
	display: block;
}

form .AttendList td td {
	display:table-cell;
}

form .AttendList .Row-Heading th {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index:10000;
}

form .AttendList td.Col-FirstName,
form .AttendList td.Col-LastName,
form .AttendList td.Col-email,
form .AttendList td.Col-EmployerName1,
form .AttendList td.Col-EmployerName2,
form .AttendList td.Col-emailName {
	border: none;
	border-top: 1px solid #eee;
	position: relative;
	padding-left: 34%;
	min-height:38px;
	vertical-align:middle;
	padding-top:8px;
	padding-right:2px;
	box-sizing:border-box;
}

form .AttendList td.Col-FirstName:before,
form .AttendList td.Col-LastName:before,
form .AttendList td.Col-email:before,
form .AttendList td.Col-EmployerName1:before,
form .AttendList td.Col-EmployerName2:before,
form .AttendList td.Col-emailName:before {
	position: absolute;
	top: 9px;
	left: 6px;
	width: 34%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight:bold;
	content: attr(data-title);
}

form .AttendList  .Col-Image,
.Section-EventRegistration .Col-AttendCombGiver,
.AttendList .Col-Dollar,
.AttendList .Col-Integer,
.AttendList .Col-Percentage,
.AHistTranTable .Col-Decimal,
.AttendList .Col-Number,
.AttendList .Col-Percentage input,
.AttendList .Col-Dollar input,
.AttendList .Col-Integer input,
.AttendList .Col-Decimal input,
.AttendList .Col-Number Input {
	text-align:left;
}

.Section-EventRegistration .Col-AttendCombGiver {
    text-align: left !important;
}

.Page-CampaignRegistration .col-sm-9.Col-Text.Col-OrgNames .row.Row-Label,
.Page-CampaignRegistration .col-sm-9.Col-Address .col-sm-12 {
	padding: 0 !important;
}

.PledgeTypeSelection .TypeSelection-Items > div,
.PledgeTypeSelection .TypeSelection-Items fieldset > div,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check  {
    width: 33%;
    max-width: 33%;
}
}

@media (max-width: 1024px) and (min-width: 740px) {
#main-grid-1 .grid-left-container,
#main-grid-1 .grid-right-container,
#main-fullspan-1 .wen-cta-inner,
#main-halfspan-1 .wen-cta-inner,
#main-grid-2 .grid-left-container,
#main-grid-2 .grid-right-container {
    padding: 5em 2.25em;
}

.Page-CampaignRegistration .row.Row-AddressCity .col-sm-4,
.Page-CampaignRegistration .row.Row-AddressCountry .col-sm-6,
.Page-CampaignRegistration .col-sm-9.Col-Table.col-IndNameTable .Col-Input {
    padding: 0;
}
}

@media screen and (max-width: 800px) {
.IPledgeTable .col-md-9 .radio .form-check,
.IPledgeTable .col-md-9.BillingFrequencyOptions .form-check {
    padding-right: 4px;
    padding-bottom: 6px;
}

.askDesignateRadios:before {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both;
}

.askDesignateRadios .form-check {
    padding-left: 0;
    margin-bottom: 6px;
}
}

@media screen and (max-width: 768px) {
.PledgeTypeSelection .TypeSelection-Items > div,
.PledgeTypeSelection .TypeSelection-Items fieldset > div,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check  {
    width: 50%;
    max-width: 50%;
}
}

@media (max-width: 740px) {
.banner .banner-container {
    position: static;
    margin: 1em;
    width: auto;
    padding-top: 7em;
}

.banner {
    padding-bottom: 1em;
    height: auto;
    min-height: 100vh;
}

#main-grid-1 .grid .grid-left-container,
#main-grid-2 .grid .grid-left-container,
#main-grid-1 .grid .grid-right-container,
#main-grid-2 .grid .grid-right-container,
#main-fullspan-1 .wen-cta-inner,
#main-halfspan-1 .wen-cta-inner,
#main-fullspan-2 .wen-cta-inner {
    padding: 3em 1.250em;
}

.footer .socialmedia a {
    margin: 32px 16px;
    width: 42px;
    padding: 0;
}

.Area-Registration .form-check-label.Col-Radio {
	width: 90%;
    vertical-align: top;
}

.Page-CampaignRegistration .row.Row-AddressCity .col-sm-4,
.Page-CampaignRegistration .row.Row-AddressCountry .col-sm-6,
.Page-CampaignRegistration .col-sm-9.Col-Table.col-IndNameTable .Col-Input {
    padding: 0;
}
}

@media screen and (max-width: 420px) {
.PledgeTypeSelection .TypeSelection-Items > div,
.PledgeTypeSelection .TypeSelection-Items fieldset > div,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check,
div#PledgePaymentInfo>.Block>.BlockDetails>fieldset>.form-check  {
    width: 100%;
    max-width: 100%;
}

.PledgeTypeSelection .IPledgeTable label.RadioLabel {
    width: 100% !important;
}

.wen-cta-icon-title {
    margin: 0 auto;
    left: 6%;
    width: 88%;
}

.banner .banner-container {
    position: static;
    width: auto;
    top: 50%;
    margin-top: 0;
    margin-left: 0;
    padding: 15em 1em 1em;
}

.banner .banner-container .title {
    font-size: 32px;
}

.banner .banner-container .summary {
    font-size: 24px;
}

#main-body-nav .body-nav li,
footer#footer nav#foot-nav li {
    float: none;
    width: 100%;
}

.footer .socialmedia a {
    margin: 0 auto;
    display: inline-block;
    width: 42px;
    padding: 16px 0;
    text-align: center;
}

 #AccountDate select {
    padding: 4px;
}
}
