span.text-center.black {
    color: #909090;
}
span#tbcDestination {
    font-weight: bold;
}
div#divRepSearch.row h5 {
    color: #545454;
    margin-bottom: 0px;
}
input#txtDirectionsOrigin {
    width: 30%;
}
h5 {
    font: normal 20px/26px 'SharpSans', sans-serif;
    font-style: italic;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
div#repInfo {
    background-color: #eaeaea !important;
    padding: 17px 25px 0px;
    margin-bottom: 17px;
    display: inline-block;
    width: 85%;
}
 .enterZip {
    text-align: left !important;
} 

.ConnectList p {
    padding-left: 0px;
    text-align: left;
    font-size: 15px;
    margin-left: 43px;
    text-indent: -2px;
}
.ConnectIconSM {
    position: absolute;
    left: -40px;
    padding: 5px 0px 0px 12px;
	width: 35px;
	text-align: center;
}
h6 { /* changed from h7 */
    position: absolute;
    top: 23%;
    left: 2px;
    width: 100%;
    text-align: center !important;
    line-height: 40px;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
}
/* What Moms Have Said */
div.custom-navigation {
    position: absolute;
    left: -20px;
    right: -10px;
}
#WhatMomsHaveSaid {
    position: relative;
}
#WhatMomsHaveSaid .slides li {
    text-align: center;
    font-size: 16px;
    color: gray;
}
#WhatMomsHaveSaid .custom-navigation a {
    color: black;
    position: absolute;
    font-size: 38px !important;
    padding: 0px;
    margin: -0px -30px;
    color: #9acfbd;
}
#WhatMomsHaveSaid .custom-navigation a.flex-prev {
    left: 0px;
}
#WhatMomsHaveSaid .custom-navigation a.flex-next {
    right: 0px;
}
.first-circle {
    color: #9eceeb;
}
.second-circle {
    color: #ef4662;
}
.third-circle {
    color: #bad600;
}
img.crop-top.ImgMobileResize {
    margin: 20px 0px 10px 0px;
    float: left;
}
img.crop-top {
    max-width: 300px;
}
.circle {
    border-radius: 50%;
    margin: 0px auto;
    margin-bottom: 5px;
    width: 85px;
    height: 85px;
    display: block;
    text-align: center;
    padding-top: 5%;
    font-size: 55px;
}
.faGreen {
    color: #bad600;
}
.faLightBlue {
    color: #9eceeb;
}
.faOrange {
    color: #f5ae3c;
}
.BkgGreen {
    background-color: #bad600;
    color: white;
}
.BkgLightBlue {
    background-color: #9eceeb;
    color: white;
}
.BkgOrange {
    background-color: #f5ae3c;
    color: white;
}
.BkgBlue {
    background-color: #4bc1eb;
    color: white;
}
.BkgPlum {
    background-color: #93328e;
    color: white;
}
.BkgGray {
    background-color: #7d7d7d;
    color: white;
}
.Blue {
    color: #4bc1eb;
}
.Plum {
    color: #93328e;
}
.Gray {
    color: #7d7d7d;
}
.Green {
    color: #bad600;
}
.green {
    background-color: #bad600;
}
.LightBlue {
    color: #9eceeb;
}
.Orange {
    color: #f5ae3c;
}
/* Animated on scroll circle progress bar */
.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid rgba(125, 125, 125, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 8px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    font-size: 32px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
}
.progress.blue .progress-bar {
    border-color: #4bc1eb;
}
.progress.blue .progress-value {
    color: #4bc1eb;
}
.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar {
    border-color: #ffd700;
}
.progress.yellow .progress-value {
    color: #ffd700;
}
.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar {
    border-color: #ef4662;
}
.progress.pink .progress-value {
    color: #ef4662;
}
.progress.pink .progress-left .progress-bar {
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar {
    border-color: #bad600;
}
.progress.green .progress-value {
    color: #bad600;
}
.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
}
@keyframes loading-2 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(144deg);
 transform: rotate(144deg);
}
}
@keyframes loading-3 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
}
}
@keyframes loading-4 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(36deg);
 transform: rotate(36deg);
}
}
@keyframes loading-5 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(126deg);
 transform: rotate(126deg);
}
}

/* Comparision Table */

th.comparisonWhite {
    background-color: #eeeeee;
    padding: 5px;
    text-align: left;
    width: 80px;
    vertical-align: middle;
    color: black;
    letter-spacing: 1px;
}
.comparisonGreen {
    background-color: #BAD600;
    padding: 5px;
    text-align: center;
    width: 80px;
    vertical-align: middle;
    color: white;
    letter-spacing: 1px;
}
.comparisonLightBlue {
    background-color: #9ECEEB;
    padding: 5px;
    text-align: center;
    width: 80px;
    vertical-align: middle;
    color: white;
    letter-spacing: 1px;
}
.comparisonOrange {
    background-color: #F5AE3C;
    padding: 5px;
    text-align: center;
    width: 80px;
    vertical-align: middle;
    color: white;
    letter-spacing: 1px;
}
.comparison {
    padding: 5px;
    text-align: center;
    width: 80px;
    vertical-align: middle;
    color: white;
    letter-spacing: 1px;
}
.LongCell {
    width: 45% !important;
}
.ShortCell {
    width: 15% !important;
}
.TableComparison {
    line-height: 24px;
    border-collapse: collapse;
    font-size: 1.2em;
    margin: 10px 0 10px 10px;
}
.TableComparison td {
    text-align: center;
    padding: 11px !important;
    border: 2px solid #eeeeee;
    background-color: #ffffff;
    vertical-align: middle;
}
.TableProgram {
    font-weight: bold;
    padding: 5px;
    padding-left: 15px;
    width: 80px;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
}
.tableNormal {
    font-weight: normal;
    font-size: 14px;
}
td.ShortCell span.displayMobile i.fa.fa-times.faOrange, td.ShortCell span.displayMobile i.fa.fa-times.faLightBlue, td.ShortCell span.displayMobile i.fa.fa-times.faGreen {
    display: none;
}

/*<![CDATA[*/
label#ctl00_cphMainContent_ctl00_cbrMaterialsDisplays_ctl08_lblDirectionsOrigin {
    color: #545454;
}
h6 {
    text-align: left;
}
#searchTable {
    margin: 0 auto;
}
#searchTable th {
    font-size: larger;
}
#searchTable td.label {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
label {
    color: #545454;
}
#searchTable td.field {
    vertical-align: top;
}
.new {
    color: #4BC1EB;
}
.meetingsInfo {
    font-weight: bold;
    text-align: center;
}
.CityHeading {
    color: #ffffff;
    background-color: #933283;
    font-weight: bold;
}
.Company {
    font-style: italic;
    white-space: nowrap;
}
.GroupHeading {
    font-weight: bold;
    font-size: 1.4em;
}
.MeetingDetail {
    font-size: 14px;
}
#pnlMapCanvas {
    height: 250px;
    /* width: 750px;*/
    margin: 35px auto 0;
}
.printButton {
    display: block;
    text-align: center;
}
#lnkPrintAbove {
    margin: 25px 0 0;
}
.infoTable {
    margin: 2em 1em 0em 1em;
    border-top: solid 1px #93328E;
}
.infoTable th {
    color: #7D7D7D;
    font-size: 18px;
    padding-top: 12px;
}
.infoTable tr.detailRow td {
    vertical-align: top;
    width: 33%;
}
#pnlNoMeetings {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
    padding: 1em 0;
}
/*
#conventions td {
    text-align: left;
}
#conventionstd th {
    text-align: left;
	padding: 25px;
}
*/
th.Venuelocation {
	padding-right: 60px;
}
.Date {
	padding-left: 10px;
	column-width: 100px;
}
.checkmark {
	padding-left: 40px;
}
table#webinars td {
    text-align: left;
}
table#webinars th {
    text-align: left;
    padding-left: 5px;
}

table#materialsDisplayList td {
    text-align: left;
}
table#materialsDisplayList th {
    text-align: left;
}
table#conventionsList td {
    text-align: left;
}
table#conventionsList th {
    text-align: left;
}
.LegendEvents {
 text-align: center;
 list-style: none;
 margin: 5px 0px 0px 0px;
 padding: 0px;
}
ul.LegendEvents li {
    display: inline-block;
    margin: 0px 20px 20px 20px;
}
h3#hEvents {
    text-align: center;
    margin: 50px 0px 10px 0px;
    color: #545454;
    font-size: 20px;
    border-top: #f5ae3c solid 1px;
}
h3#mEvents {
    text-align: center;
    margin: 65px 0px 10px 0px;
    color: #545454;
    font-size: 20px;
    border-top: #9eceeb solid 1px;
}
h3#cEvents {
    text-align: center;
    margin: 65px 0px 10px 0px;
    color: #545454;
    font-size: 20px;
    border-top: #Bad600 solid 1px;
}
h3#hEvents a, h3#mEvents a, h3#cEvents a {
    text-decoration: none;
}
.MeetingDetail {
    vertical-align: top;
}
.webinarDate {
    white-space: nowrap;
    width: 12em;
    padding-right: 15px;
}
.webinarRegister {
    white-space: nowrap;
    width: 9em;
    padding-left: 20px;
}
.webinarNotes {
    text-align: left;
}
.meetingFacility, .meetingTime, .meetingLocation {
    text-align: left;
}
.meetingNotes {
    font-style: italic;
    text-align: center;
}
.meetingDirections {
    font-style: italic;
    text-align: left;
}
.meetingsFooter {
    margin-bottom: 0px !important;
}
.highlighted {
    font-weight: bold;
    color: #000000;
    background-color: #eaeaea;
}

#btnGetDirections {
    margin-left: 20px;
}
.conventionName {
    font-style: italic;
    font-size: .8em;
}
#RightContent.Interior .MeetingType {
    padding: 0 0 0 25px;
}
#RightContent.Interior p {
    padding-bottom: 0;
}
.ColumnInfo {
    font-size: 12px;
    margin: 0px;
    font-style: italic;
}
.Date {
    font-weight: bold;
}
.meetingDate {
    font-weight: bold;
}
p.onlineEventsFooter {
    margin-bottom: 5px;
}
.sortAsc {
    background-image: url("//static.abeka.com/Abeka/images/graphics/SortArrow.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.sortDesc {
    background-image: url("//static.abeka.com/Abeka/images/graphics/SortArrow.png");
    background-position: 0 -8px;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.EventInfo {
    background: #F0F0F0;
    padding: 20px;
    margin: 30px 0;
}
.EventInfo .ms_toggler {
    font-size: 1.4em;
}
.EventInfo td, .EventInfo th {
    padding: 5px;
}
.MeetingType {
    margin-left: 45px;
}
a#lbnGetDirections {
    margin-top: 10px;
}
@media only screen and (max-width: 991px) {
    .progress {
        margin-bottom: 20px;
    }

       h6 { /* changed from h7 */
           top: 28%;
       }

       div#repInfo {
        width: 100%;
    }

  div#CountrySelect, div#ZipSelect, div#CustomerTypeSelect {
    padding: 0px;
    text-align: center;
  }

}
@media print {
#searchTable, .printButton, .infoTable, #homeSchoolOptions {
    display: none;
}
}
h4 img {
    margin: 0 8px 3px 0;
}
#repInfo img {
    margin: 10px;
    width: 120px;
    border-radius: 100%;
    border: solid 2px #9ACFBD;
}
div#repInfo p {
    max-width: 760px;
    margin: 0 auto;
    padding-bottom: 20px;
}
div.selectize-control.single.plugin-disable_options.plugin-rebuildable {
  text-align: left;
}
.meetTypes p {
    min-height: 132px;
}
table#materialsDisplayList.mobileTable, table#webinars.mobileTable, table#conventionsList.mobileTable {
    width: 100%;
}

@media (max-width: 1200px) {
     .enterZip {
    text-align: left !important;
}
}

@media screen and (max-width: 767px) {
.mobileTable:not(.void-default) tbody td span {
    width: auto;
    display: inline-block;
}
 .enterZip {
    text-align: center !important;
} 
            i.fas.fa-quote-left, i.fas.fa-quote-right {
        display: none;
    } 
    .LongCell, .ShortCell {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
.ui-accordion .ui-accordion-header {
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.PageAccordion div.ui-accordion-content {
    margin-right: 0px;
    width: 100%;
}
.PageAccordion h3 span.arrowSection {
    height: 100%;
}
 .enterZip {
    text-align: center !important;
}  
        i.fas.fa-quote-left, i.fas.fa-quote-right {
        display: none;
    } 

}



@media (max-width: 380px) {
 .enterZip {
    text-align: center !important;
}  
    i.fas.fa-quote-left, i.fas.fa-quote-right {
        display: none;
    }    
}

		
/*]]>*/
