/* Added from Site Member for Member Portal 2025*/

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.togglenav .nav-link {
    cursor: pointer;
    color: #999999;
    transition: color 0.3s;
}

    .togglenav .nav-link.active {
        color: #339966; /* Active color */
    }

navbar-toggler {
    border: none; /* rem;ove border around the toggle button */
}

.navbar-toggler-icon {
    display: none; /* Hide the default hamburger icon */
}

#navbar {
    position: fixed;
    z-index: 9999;
    margin-top: -15px;
}

.navbar-nav {
    margin-top: 2px !important;
}

.navbar-nav .nav-link {
    cursor: pointer;
    color: #999999 !important;
    font-size: 16px;
    padding: 10px 0px;
}

.navbar-nav .nav-link:hover {
    background-color: #f6f9fa !important;
    color: #336699 !important;
}

.tooltip {
    background-color: #336699; /* Blue background */
    color: white;
    font-size: 0.9rem;
    border-radius: 5px;
}

.tooltip .arrow::before {
    border-color: #336699;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #336699;
    border-radius: 5px;
}
.tooltip .tooltip-inner {
    background-color: #336699; /* Blue background */
    color: white;
    font-size: 0.9rem;
    border-radius: 5px;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: ##336699;
}

    /* New Style with Web 2.5 */
    ::-webkit-input-placeholder {
    color: #008ed6 !important;
}

::-moz-placeholder {
    color: #008ed6 !important;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #008ed6 !important;
}
/* ie */
input:-moz-placeholder {
    color: #008ed6 !important;
}

.table thead th
{
border: none !important;
}
.form-control-search {
    appearance: none;
    background-color: #FFF;
    background: url("/images/IconSearch.png") 97% / 5% no-repeat #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #008ed6 !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/images/SelectDownArrow.png") 97% / 5% no-repeat #fff;
}

.form-control {
    color: #008ed6;
    padding: 10px;
    height: 50px;
}

.clearfix {
    clear: both;
}

.anchor {
    position: relative;
    top: -135px;
    visibility: hidden;
}

.positionBottomRight {
    position: absolute;
    bottom: 0px;
    right: 20px;
}
.positionBottomRight-md {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.paddingL-0R-10 {
    padding-left: 0px;
    padding-right: 10px;
}

.paddingL-0R-20 {
    padding-left: 0px;
    padding-right: 20px;
}

.paddingL-10R-10
{
    padding-left: 10px;
    padding-right: 10px;
}

.paddingL-10R-0 {
    padding-left: 10px;
    padding-right: 0px;
}

.paddingL-20R-0 {
    padding-left: 20px;
    padding-right: 0px;
}

.vid-item:hover {
    background-color: #585858;
}

.div-hide {
    display: block;
}

.div-show {
    display: none;
}

.div-hover:hover {
    transform: scale(1.2);
    transition: .5s;
    z-index: 9999;
}

.div-hover:hover .div-hide {
    display: none;
}

.div-hover:hover .div-show {
    display: block;
}

.IDOCBGlightgreenRGBA {
    background: rgba(206,234,130,0.75);
}

.IDOCBGlimeRGBA {
    background: rgba(206,234,130,0.75)
}

.IDOCBGgreenRGBA {
    background: rgba(140, 214, 0,0.75);
}

.IDOCBGlightblueRGBA {
    background: rgba(51, 153, 214, 0.45);
}

.IDOCBGskyblueRGBA {
    background: rgba(0, 142, 214, 0.75);
}

.IDOCBGblueRGBA {
    background: rgba(0, 56, 168, 0.75);
}

.IDOCBGpurpleRGBA {
    background: rgba(146, 15, 165, 0.75);
}
s
.IDOCBGlightgrayRGBA {
    background: rgba(153, 153, 153, 0.50);
}

.IDOCBGgray {
    background-color: #EEEEEE;
}

.IDOCBGlightgreen {
    background-color: #CEEA82;
}

.IDOCBGgreen {
    background-color: #8CD600;
}

.IDOCBGdarkgreen {
    background-color: #64BC39;
}

.IDOCBGbnbgreen {
    background-color: #006633;
}

.IDOCBGgray {
    background-color: #666666;
}

.IDOCBGdarkgray {
    background-color: #333333;
}

.IDOCBGlightgray {
    background-color: #CCCCCC;
}

.IDOCBGverylightgray {
    background-color: #EDEDED;
}

.IDOCBGwhitegray {
    background-color: #F6F6F6;
}

.IDOCBGlightblue {
    background-color: #E6F3FB;
}

.IDOCBGskyblue {
    background-color: #008ED6;
}

.IDOCBGblue {
    background-color: #0038A8;
}

.IDOCBGverylightblue {
    background-color: #e5f3fb;
}

.IDOCBGpurple {
    background-color: #8D10A7;
}

.IDOCBGwhite {
    background-color: #FFFFFF;
}

.IDOCBGoffwhite {
    background-color: #F7F7F7;
}

.IDOClightgreen {
    color: #CEEA82;
}

.IDOCgreen {
    color: #8CD600;
}

.IDOCdarkgreen {
    color: #64BC39;
}

.IDOCbnbgreen {
    color: #006633;
}

.IDOClightblue {
    color: #E6F3FB;
}

.IDOCskyblue {
    color: #008ED6;
}

.IDOCblue{
    color: #0038A8;
}

.IDOCpurple {
    color: #8D10A7;
}

.IDOCwhite {
    color: #F4F0EC;
}

.IDOCdarkgray{
    color: #333333;
}

.IDOCgray {
    color: #666666;
}

.IDOClightgray {
    color: #CCCCCC;
}

.oswaldDynamic {
    font-family: Oswald;
    font-size: var(--sz);
    font-weight: var(--wt);
    line-height: var(--lh);
}

.oswald-12-700 {
    font-family: Oswald;
    font-size: 12px;
    font-weight: 700;
}

.oswald-14-400 {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
}

.oswald-16-400 {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
}

.oswald-16-600 {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 600;
}

.oswald-19-400 {
    font-family: Oswald;
    font-size: 19px;
    font-weight: 400;
}

.oswald-19-600-19 {
    font-family: Oswald;
    font-size: 19px;
    font-weight: 600;
    line-height: 19px;
}

.oswald-20-400 {
    font-family: Oswald;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}

.oswald-21-300 {
    font-family: Oswald;
    font-weight: 300;
    font-size: 21px;
}

.oswald-21-400 {
    font-family: Oswald;
    font-weight: 400;
    font-size: 21px;
}

.oswald-21-700 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 21px;
}

.oswald-23-600 {
    font-family: Oswald;
    font-size: 23px;
    font-weight: 600;
}

.oswald-25-400 {
    font-family: Oswald;
    font-size: 25px;
    font-weight: 400;
}

.oswald-25-600 {
    font-family: Oswald;
    font-size: 25px;
    font-weight:600;
}

.oswald-27-400{
    font-family: Oswald;
    font-size: 27px;
    font-weight: 400;
}

.oswald-27-700 {
    font-family: Oswald;
    font-size: 27px;
    font-weight: 700;
}

.oswald-29-300 {
    font-family: Oswald;
    font-size: 29px;
    font-weight: 300;
}

.oswald-29-600 {
    font-family: Oswald;
    font-size: 29px;
    font-weight: 600;
}

.oswald-30-300 {
    font-family: Oswald;
    font-size: 30px;
    font-weight: 300;
}

.oswald-30-400 {
    font-family: Oswald;
    font-size: 30px;
    font-weight: 400;
}

.oswald-30-600 {
    font-family: Oswald;
    font-size: 30px;
    font-weight: 600;
}

.oswald-33-600 {
    font-family: Oswald;
    font-size: 33px;
    font-weight: 600;
}

.oswald-35-600 {
    font-family: Oswald;
    font-size: 35px;
    font-weight: 600;
}

.oswald-38-600 {
    font-family: Oswald;
    font-size: 38px;
    font-weight: 600;
    line-height: 45px;
}

.oswald-39-600 {
    font-family: Oswald;
    font-size: 39px;
    font-weight: 600;
    line-height: 44px;
}

.oswald-40-400 {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
}

.oswald-42-400 {
    font-family: Oswald;
    font-size: 42px;
    font-weight: 400;
    line-height: 46px;
}

.oswald-43-700 {
    font-family: Oswald;
    font-size: 43px;
    font-weight: 700;
    line-height: 47px;
}

.oswald-45-600 {
    font-family: Oswald;
    font-size: 45px;
    font-weight: 600;
  }

.oswald-45-700 {
    font-family: Oswald;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
}

.oswald-48-700 {
    font-family: Oswald;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}

.oswald-55-700 {
    font-family: Oswald;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
}

.oswald-60-600 {
    font-family: Oswald;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
}

.oswald-70-700 {
    font-family: Oswald;
    font-size: 70px;
    font-weight: 700;
    line-height: 75px;
}

.opensansDynamic {
    font-family: Open Sans;
    font-size: var(--sz);
    font-weight: var(--wt);
    line-height: var(--lh);
}

.opensans-12-400 {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.opensans-14-400 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.opensans-14-700 {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.opensans-15-400 {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}
  .opensans-16-300 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.opensans-16-400 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.opensans-16-700 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.opensans-17-400 {
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.opensans-17-400-25 {
    font-family: Open Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.opensans-17-400-27 {
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}

.opensans-17-700 {
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.opensans-18-400 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
}

.opensans-18-700 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
}

.opensans-19-700 {
    font-family: Open Sans;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
}

.opensans-20-400 {
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
}

.opensans-21-400 {
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
}

.opensans-21-700 {
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
}

.opensans-23-400 {
    font-family: Open Sans;
    font-size: 23px;
    font-weight: 400;
    line-height: 27px;
}

.opensans-24-700 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}

.opensans-27-400 {
    font-family: Open Sans;
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
}

.opensans-45-300 {
    font-family: Open Sans;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.25em;
}

.active {
    background-color: #FFFFFF !important;
    color: #174BAF !important;
}

.linkActive {
    background-color: #FFFFFF !important;
    color: #174BAF !important;
}

#footerSectionWeb25 {
    background-color: #2C2C2C !important;
    font-family: 'Open Sans' !important;
}

#footerDivWeb25 {
    font-family: 'Open Sans' !important;
    color: #cccccc;
    !important;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
}

.addSpace {
    height: 25px;
}

.h-1px {
    height: 1px;
}
.h-5px {
    height: 5px;
}
.h-10px {
    height: 10px;
}
.h-15px {
    height: 15px;
}
.h-20px {
    height: 20px;
}
.h-25px {
    height: 25px;
}
.h-30px {
    height: 30px;
}
.h-35px {
    height: 35px;
}
.h-40px {
    height: 40px;
}
.h-45px {
    height: 45px;
}
.h-50px {
    height: 50px;
}
.h-75px {
    height: 75px;
}
.h-100px {
    height: 100px;
}

.fortySpace {
    height: 40px;
}

.twentySpace {
    height: 20px;
}

.fifteenSpace {
    height: 15px;
}

.fiveSpace {
    height: 5px;
}

.oneSpace {
    height: 1px;
}

.zeroSpace {
    height: 0px;
}

.footerWeb25 {
    width: 1600px;
    height: 430px;
    background-color: #2c2c2c;
}

.footerColumnTitle {
    font-family: 'Open Sans' !important;
    font-size: 23px;
    font-weight: 700;
}

.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M47h22M4 15h22M423h22'/%3e%3c/svg%3e);
}

.heroDivLarge
{
    background-size: cover;
    width: 100%;
    height: 70vw;
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.heroDivMedium{
    background-size: cover;
    width: 100%;
    height: 60vw;
    max-height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.heroDivSmall {
    background-size: cover;
    width: 100%;
    height: 40vw;
    max-height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.subHeaderNavLink {
    font-family: Open Sans;
    color: #008ed6;
    font-size: 18px;
    font-weight: 700;
}


.whyIDOCbtn {
}

.servicesBtn {
    width: 140px;
    height: 45px;
    border-radius: 20px;
    border: 2px #008ed6 solid;
    background-color: #FFFFFF;
    color: #008ed6;
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.servicesCard {
    background-color: #ffffff;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.serviceLogo {
    min-height: 135px;
}

.serviceCardContent {
    height: 150px;
    padding-top: 20px;
}

.cardEssential, .cardAdvisor, .cardSelect {
    height: 400px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 20px;
    text-align: center;
}

.cardEssential {
    background-color: rgba(140, 214, 0, 0.16);
}

.cardAdvisor {
    background-color: rgba(0, 142, 214, 0.15);
}

.cardSelect {
    background-color: rgba(147, 15, 165, 0.15);
}

.cardEssentialTitle {
    color: #8cd600;
}

.cardAdvisorTitle {
    color: #0038a8;
}

.cardSelectTitle {
    color: #930fa5;
}

.cardEssentialButton, .cardAdvisorButton, .cardSelectButton {
    width: 170px;
    height: 45px;
    border-radius: 25px;
    font-family: Open Sans;
    color: #ffffff;
    padding-top: 5px;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
}

.cardMembershipBody{
    height:125px;
}
.cardEssentialButton {
    background-color: #8cd600;
}

.cardAdvisorButton {
    background-color: #0038a8;
}

.cardSelectButton {
    background-color: #930fa5;
}


.cardEvent {
    min-height: 500px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    padding: 0px;
}

.cardEventPanel {
    height: 425px;
    padding:0px;
}

.cardEventBtn {
    width: 200px;
    height: 40px;
    border-radius: 20px;
    border: 2px #008ed6 solid;
    background-color: #FFFFFF;
    color: #008ed6;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1px;
    padding-bottom: 15px;
    margin: 0 auto;
}

.cardEventTitle {
    color: #930fa5;
    padding: 0px;
}

.cardEventImage {
    width: 100px;
    height: 100px;
}

.cardConnectionTitleLogo {
    width: 276px;
    height: 33px;
    height: 33px;
    margin: 0 auto;
}

.cardConnectionYear {
    color: #930fa5;
}

.cardConnectionPhoto {
    text-align: center;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}

.cardConnectionPhotoImg {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.cardPartnersImage {
    width: auto;
    height: 100px;
    margin: 0 auto;
}

.whyIDOCbtn,
.whyIDOCbtn:focus {
    display: inline-block;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    background-color: #248CC6;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    border: 3px solid #248CC6 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

    .whyIDOCbtn:hover,
    .whyIDOCbtn:active {
        color: #248CC6;
        background-color: #FFF;
        border: 3px solid #248CC6 !important;
    }


.testimonialAuthor {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.fa-quote-left {
    font-family: Oswald;
    color: #ceea82;
    font-size: 150px;
    font-weight: 600;
}

.consultantImg {
    width:  150px;
    height: 150px;
}

.cardConsultant {
    width: 360px;
    text-align: center;
    text-align: center;
}
.cardConsultantPanel {
    text-align: left;
    padding-left: 50px;
}

.videoThumbnail {
    width: 100px;
    height: auto;
    margin-right:10px;
}

.bodyContent {
    font-family: Open Sans;
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}

.aboutBannerTitle {
    font-family: Oswald;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.aboutUsTitle {
    font-family: Oswald;
    color: #0038a8;
    font-size: 39px;
    font-weight: 600;
}

.aboutUsSubTitle {
    font-family: Oswald;
    font-size: 30px;
    font-weight: 300;
}
.aboutUsContent {
    font-family: Open Sans;
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}

.aboutUsCoreValuesLabel {
    font-family: Oswald;
    color: #0038a8;
    font-size: 25px;
    font-weight: 600;
}

.aboutUsContent16 {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

  .cardAboutUsBlog {
    height: 600px;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    background-color: #ffffff;
}

.cardAboutUsBlogPostImage {
    height: 260px;
    width: auto;
    overflow-x: hidden;
}

.cardOurTeam {
    width: 200px;
    height: 400px;
    padding-left: 0px;
    text-align:left;
}

.cardOurTeamSm {
    width: 100%;
    text-align: center;
}

.ourTeamImage {
    width: 200px;
    height: 250px;
    margin-left: 0px;
}
.newsItem {
    background-color: #008ED6;
    color: #FFFFFF;
    padding: 30px 5px 20px 5px;
}

 .owl-stage {
    display: flex;
    align-self: stretch;
    margin-left: 2px;
}
  
.ourTeamImageSm {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}
.owl-item {
    display: flex;
    align-self: stretch;
}

.owl-theme .custom-nav {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: -50px;
    background: none;
}

.owl-prev, .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

    .owl-prev i, .owl-next i {
        font-size: 3rem;
        font-weight:200;
        /* color: #008ED6;*/
    }

.owl-prev {
    left: 0;
    margin-left: -60px;
}

.owl-next {
    right: 0;
    margin-right: -60px;
}

.owl-next:focus, .owl-prev:focus {
        outline: none;
}


.subNav,
.subNav:focus {
    color: #008ed6;
}

.subNav:hover {
        color: #0038a8;
}

.subNav:active {
        color: red;
}


.subNav-blue,
.subNav-blue:focus
 {
    color: #008ed6;
}

.subNav-blue:hover {
    color: #0038a8;
}

.subNav-blue:active {
    color: red;
}

.btn-blue-inverse,
.btn-blue-inverse:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #248CC6 !important;
    border: 2px solid #248CC6;
    background-color: #FFF;
    border-radius: 25px !important;
    text-align: center;
    font-weight:500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-blue-inverse:hover,
    .btn-blue-inverse:active {
        color: #FFF !important;
        background-color: #248CC6;
    }

    .btn-blue-inverse-gray,
    .btn-blue-inverse-gray:focus {
        display: inline-block;
        width: 200px;
        padding: 7px;
        color: #248CC6 !important;
        border: 2px solid #248CC6;
        background-color: #F2F2F2;
        border-radius: 25px !important;
        text-align: center;
        font-weight: 500;
        line-height: 1.4285;
        outline: 0 !important;
        text-decoration: none !important;
    }

        .btn-blue-inverse-gray:hover,
        .btn-blue-inverse-gray:active {
            color: #FFF !important;
            background-color: #248CC6;
        }

.btn-darker-blue-inverse,
.btn-darker-blue-inverse:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #0038A8 !important;
    border: 2px solid #0038A8;
    background-color: #FFF;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-darker-blue-inverse:hover,
    .btn-darker-blue-inverse:active {
        color: #FFF !important;
        background-color: #0038A8;
    }

.btn-darker-blue-inverse-gray,
.btn-darker-blue-inverse-gray:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #0038A8 !important;
    border: 2px solid #0038A8;
    background-color: #F2F2F2;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-darker-blue-inverse-gray:hover,
    .btn-darker-blue-inverse-gray:active {
        color: #FFF !important;
        background-color: #0038A8;
    }

.btn-green-inverse,
.btn-green-inverse:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #8CD600 !important;
    border: 2px solid #8CD600;
    background-color: #FFF;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-green-inverse:hover,
    .btn-green-inverse:active {
        color: #FFF !important;
        background-color: #8CD600;
    }

.btn-green-inverse-gray,
.btn-green-inverse-gray:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #8CD600 !important;
    border: 2px solid #8CD600;
    background-color: #F2F2F2;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-green-inverse-gray:hover,
    .btn-green-inverse-gray:active {
        color: #FFF !important;
        background-color: #8CD600;
    }

.btn-darkgreen-inverse,
.btn-darkgreen-inverse:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #64BC39 !important;
    border: 2px solid #64BC39;
    background-color: #FFF;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-darkgreen-inverse:hover,
    .btn-darkgreen-inverse:active {
        color: #FFF !important;
        background-color: #64BC39;
    }

.btn-purple-inverse,
.btn-purple-inverse:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #883885 !important;
    border: 2px solid #883885;
    background-color: #FFF;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-purple-inverse:hover,
    .btn-purple-inverse:active {
        color: #FFF !important;
        background-color: #883885;
    }

.btn-purple-inverse-gray,
.btn-purple-inverse-gray:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    color: #883885 !important;
    border: 2px solid #883885;
    background-color: #F2F2F2;
    border-radius: 25px !important;
    text-align: center;
    font-weight: 500;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-purple-inverse-gray:hover,
    .btn-purple-inverse-gray:active {
        color: #FFF !important;
        background-color: #883885;
    }
		
		

.containerShadowTopLightGray {
    -moz-box-shadow: 0px 15px 10px -3px #DDDDDD inset;
    -webkit-box-shadow: 0px 15px 10px -3px #DDDDDD inset;
    box-shadow: 0px 15px 10px -3px #DDDDDD inset;
}

.containerShadowTopGray {
    -moz-box-shadow: 0px 15px 10px -3px #999999 inset;
    -webkit-box-shadow: 0px 15px 10px -3px #999999 inset ;
    box-shadow: 0px 15px 10px -3px #999999 inset;
}

.containerShadowTopPurple {
    -moz-box-shadow: 0px 15px 10px -3px #883885 inset;
    -webkit-box-shadow: 0px 15px 10px -3px #883885 inset;
    box-shadow: 0px 15px 10px -3px #883885 inset;
}

.firstContainer {
    position: relative;
    margin-top: 130px;
    margin-bottom: 0px;
}

.firstContainerMobile {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0px;
}

.blueLine {
    border-width: 2px;
    border-color: #008ED6;
    border-style: solid;
    background-color: #008ED6;
}

.grayLine {
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    background-color: #CCCCCC;
}

.text-shadow {
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 2px 2px #1f3102;
}

.viewProfile{
    cursor:pointer;
}

.p-px {
    padding-left: var(--l);
    padding-right: var(--r);
}

.nav-tabs .nav-link {
    border: 1px solid #cccccc !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.nav-tabs .nav-link-active {
    border: 1px solid #cccccc !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    background-color: #FFFFFF !important;
    color: #174BAF !important;
    display: block;
    padding: .5rem 1rem;
    font-weight: 700;
}

.nav-tabs .nav-link-inverse-active {
    border: 1px solid #cccccc !important;
    border-bottom: 1px solid #174BAF !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    color: #FFFFFF !important;
    background-color: #174BAF !important;
    display: block;
    padding: .5rem 1rem;
    font-weight: 700;
}

.btn-primary {
    background-color: #0038A8;
}
    /* Style Needed for Member Site*/
    .memberTable {
    font-size: 14px;
    color: #999999;
}

.memberBody {
    padding-top: 160px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
    font-size: 14px;
    color: #333333;
    line-height:1.4285;
}

.memberServicesBody {
    padding-top: 160px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    font-size: 14px;
    color: #333333;
    line-height: 1.4285;
}

.memberContent {
    padding-right: 0px;
    padding-left: 0px;
}

table {
    margin-bottom: 0px !important;
}
table thead th 
{border-top:none !important; }

.idocsubnav {
    min-width: 75px;
    height: 39px;
    border-right: 1px #333 solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin: 0px;
    text-align: center;
    color: #606060;
    font-weight: 400;
    font-size: 14px;
    font-family: Verdana, sans-serif,Tahoma, Geneva;
}

    .idocsubnav:hover, .idocsubnav a:hover, .idocsubnav:hover a {
        color: #FFF;
        background-color: #008ED6;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
    }
.nav-bg-info-dark, .nav-bg-info-dark a {
    color: #fff;
    background-color: #008ED6;
}

editable, no-offset {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
/* End Styles Needed for Member Site*/




/*End of New Styles*/
/*Old Styles*/
@font-face {
    font-family: "Oswald Light";
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/Oswald-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/oswald-regular-webfont.woff2') format('woff2'), url('../../fonts/oswald-regular-webfont.woff') format('woff'), url('../../fonts/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Oswald Medium";
    font-style: normal;
    font-weight: 500;
    src: url('../../fonts/Oswald-Medium.ttf') format('truetype');
}

@font-face {
    font-family: "Oswald SemiBold";
    font-style: normal;
    font-weight: 600;
    src: url('../../fonts/Oswald-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: "Oswald Bold";
    font-style: normal;
    font-weight: 700;
    src: url('../../fonts/Oswald-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Open Sans Regular" !important;
    src: url('../../fonts/Open Sans-Regular.ttf') format('truetype') !important;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans ExtraBold" !important;
    src: url('../../fonts/Open Sans-ExtraBold.ttf') format('truetype') !important;
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Open Sans", sans-serif !important;
    color: #999999;
    line-height: 1.6em;
}

.homeContent {
    font-family: 'Open Sans Light', sans-serif !important;
    line-height: 1.4285;
    font-weight: 300;
}

a {
    outline: 0 !important;
    text-decoration: none !important;
    color:#666666;
}


ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-gray {
    padding: 5px;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.selectdiv:after {
    content: '\f123';
    font: normal normal normal 17px/1 Ionicons;
    color: #0ebeff;
    right: 25px;
    height: 50px;
    padding: 17px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 50px;
    float: right;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}

.chevronDown:after {
    content: '\f123';
    font: normal normal normal 17px/1 Ionicons;
    color: #AAA;
    pointer-events: none;
}

.chevronUp:after {
    content: '\f126';
    font: normal normal normal 17px/1 Ionicons;
    color: #253679;
    pointer-events: none;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

/*Oswald SemiBold*/
h1,
.h1 {
    font-family: 'Oswald SemiBold', sans-serif !important;
    font-style: normal;
    font-size: 60px;
    color: #333366;
    font-weight: 900;
    text-transform: uppercase;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #333366;
    margin-top: 10px;
}

h4, .h4 {
    font-family: 'Open Sans Light', sans-serif !important;
    display: inline-block;
    color: #333366;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: .9em;
}

.fa-fw {
    width: 35px;
}

.nopadding {
    padding: 0px;
}

i.icon {
    font-size: 1.5em;
}

#error404Div {
    -webkit-box-shadow: 0px 25px 10px 0px rgba(37,54,121,0.3);
    -moz-box-shadow: 0px 5px 30px 0px rgba(37,54,121,0.3);
    box-shadow: 0px 5px 30px 0px rgba(37,54,121,0.3);
}



#homeHeader {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(37,54,121,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(37,54,121,0.3);
    box-shadow: 0px 5px 10px 0px rgba(37,54,121,0.3);
}

#siteHeader {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: solid 1px #AAA;
    line-height: 1.4285;
    background-color: #FFFFFF;
}

.headerDiv {
    height: 80px;
    padding-top: 15px;
    padding-left: 2vw;
    padding-right: 2vw;
    background-color: #FFF;
}

#heroTitle {
    font-family: 'Oswald SemiBold', sans-serif !important;
    font-size: 4.5em;
    color: #FFF;
    font-weight: 600;
}

#heroSubTitle {
    color: #FFF;
    padding-top: 15px;
    line-height: 1.5em;
}

#headerLogoDiv {
    text-align: center;
    height: 60px;
}

#headerLogo {
    height: 55px;
}

.heroLogoDiv {
    text-align: center;
    height: 60px;
}

.heroLogo {
    height: 60px;
}

.homeTitle {
    font-family: 'Oswald Light', sans-serif !important;
    font-size: 50px;
    color: #333366;
}

.homeTextGray {
    font-size: 1.5em;
}

.basicTextGray {
    font-size: 24px;
    color: #868893;
}

#heroDiv {
    background-image: url(../Images/meeting_collaboration_noquote_opt.jpg);
    background-size: cover;
    height: 100vh;
    min-height: 900px;
}

#heroSubTitle {
    padding-top: 15px;
}

#homeContent {
    width: 100%;
    position: absolute;
    bottom: 60px
}

#buttonHomeMainContainer {
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 1em;
}

#homeNav {
    padding-top: 40px;
    padding-left: 2vw;
    padding-right: 2vw;
}

#benefitTitleDiv {
    padding-top: 80px;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
    background-color: #FFF;
}

.ghost-button-transparent-circle {
    display: inline-block;
    width: 50px;
    padding: 8px;
    border: 2px solid #FFF;
    border-radius: 40px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

    .ghost-button-transparent-circle:hover,
    .ghost-button-transparent-circle:active {
        border: 2px solid #248CC6;
    }

.ghost-button-transparent,
.ghost-button-transparent:focus {
    display: inline-block;
    width: 160px;
    padding: 7px;
    line-height: 1.4285;
    color: #6DCCFF;
    border: 2px solid #40BAFA;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

    .ghost-button-transparent:hover,
    .ghost-button-transparent:active {
        color: #FFF;
        border: 2px solid #FFF;
    }

.ghost-button-transparent-green-rev,
.ghost-button-transparent-green-rev:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    line-height: 1.4285;
    font-weight: 600;
    color: #83BA30;
    border: 2px solid #83BA30;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

    .ghost-button-transparent-green-rev:hover,
    .ghost-button-transparent-green-rev:active {
        color: #FFF;
        border: 2px solid #FFF;
    }

.ghost-button-transparent-green,
.ghost-button-transparent-green:focus {
    display: inline-block;
    width: 160px;
    padding: 7px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

    .ghost-button-transparent-green:hover,
    .ghost-button-transparent-green:active {
        color: #83BA30;
        border: 1px solid #83BA30;
    }

.ghost-button-transparent-blue,
.ghost-button-transparent-blue:focus {
    display: inline-block;
    width: 160px;
    padding: 7px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

    .ghost-button-transparent-blue:hover,
    .ghost-button-transparent-blue:active {
        color: #248CC6;
        border: 1px solid #248CC6;
    }

.ghost-button-transparent-blue-rev,
.ghost-button-transparent-blue-rev:focus {
    display: inline-block;
    width: 200px;
    padding: 7px;
    line-height: 1.4285;
    font-weight: 600;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

    .ghost-button-transparent-blue-rev:hover,
    .ghost-button-transparent-blue-rev:active {
        color: #318ED9;
        background-color: #FFF;
    }

.ghost-button-transparent-purple,
.ghost-button-transparent-purple:focus {
    display: inline-block;
    width: 160px;
    padding: 7px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

    .ghost-button-transparent-purple:hover,
    .ghost-button-transparent-purple:active {
        color: #883885;
        border: 1px solid #883885;
    }

.ghost-button-transparent-gray,
.ghost-button-transparent-gray:focus {
    display: inline-block;
    width: 160px;
    padding: 7px;
    color: #333;
    border: 1px solid #777;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

    .ghost-button-transparent-gray:hover,
    .ghost-button-transparent-gray:active {
        color: #248CC6;
        border: 1px solid #248CC6;
    }

.ghost-button-transparent-gray-narrow,
.ghost-button-transparent-gray-narrow:focus {
    display: inline-block;
    width: 130px;
    padding: 7px;
    color: #AAA;
    border: 1px solid #CCC;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
}

    .ghost-button-transparent-gray-narrow:hover,
    .ghost-button-transparent-gray-narrow:active {
        color: #248CC6;
        border: 1px solid #248CC6;
    }


.buttonHomeMain,
.buttonHomeMain:focus {
    display: inline-block;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFF;
    background-color: #248CC6;
    border-radius: 25px;
    text-align: center;
    outline: none;
    text-decoration: none;
    border: 3px solid #248CC6 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

    .buttonHomeMain:hover,
    .buttonHomeMain:active {
        color: #248CC6;
        background-color: #FFF;
        border: 3px solid #248CC6 !important;
    }

.btn-skybluewide,
.btn-skybluewide:focus {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF;
    border: 2px solid #008ED6;
    background-color: #008ED6;
    border-radius: 20px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-skybluewide:hover,
    .btn-skybluewide:active {
        color: #008ED6;
        background-color: #FFFFFF;
    }

.btn-goldwide,
.btn-goldwide:focus {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF;
    border: 2px solid #C1A056;
    background-color: #C1A056;
    border-radius: 20px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-goldwide:hover,
    .btn-goldwide:active {
        color: #C1A056;
        background-color: #FFFFFF;
    }

.btn-skyblue,
.btn-skyblue:focus {
    display: inline-block;
    width: 180px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #008ED6;
    background-color: #008ED6;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-skyblue:hover,
    .btn-skyblue:active {
        color: #008ED6;
        background-color: #FFFFFF;
    }

.btn-blue,
.btn-blue:focus {
    display: inline-block;
    width: 160px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #0038A8;
    background-color: #0038A8;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

.btn-blue:hover,
.btn-blue:active {
    color: #0038A8;
    background-color: #FFFFFF;
}

.btn-black,
.btn-black:focus
{
    display: inline-block;
    width: 160px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #000000;
    background-color: #000000;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

.btn-black:hover,
.btn-black:active
{
    color: #000000;
    background-color: #FFF;
}

.btn-green,
.btn-green:focus {
    display: inline-block;
    width: 180px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #8CD600;
    background-color: #8CD600;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}



.btn-green:hover,
.btn-green:active {
    color: #8CD600;
    background-color: #FFFFFF;
}

.btn-darkgreen,
.btn-darkgreen:focus {
    display: inline-block;
    width: 180px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #64BC39;
    background-color: #64BC39;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

.btn-darkgreen:hover,
.btn-darkgreen:active {
    color: #64BC39;
    background-color: #FFFFFF;
}

.btn-darkgreen-boldtext,
.btn-darkgreen-boldtext:focus {
    display: inline-block;
    width: 180px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #64BC39;
    background-color: #64BC39;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

.btn-darkgreen-boldtext:hover,
.btn-darkgreen-boldtext:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #64BC39;
}

.btn-purple,
.btn-purple:focus {
    display: inline-block;
    width: 180px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #883885;
    background-color: #883885;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

.btn-purple:hover,
.btn-purple:active {
    color: #883885;
    background-color: #FFFFFF;
}

.btn-marlo,
.btn-marlo:focus {
    display: inline-block;
    width: 180px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #F7976D;
    background-color: #F7976D;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-marlo:hover,
    .btn-marlo:active {
        color: #F7976D;
        background-color: #FFFFFF;
    }

.btn-blue-large,
.btn-blue-large:focus {
    display: inline-block;
    width: 280px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #0038A8;
    background-color: #0038A8;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

.btn-blue-large:hover,
.btn-blue-large:active {
    color: #248CC6;
    background-color: #FFF;
}

.btn-green-large,
.btn-green-large:focus {
    display: inline-block;
    width: 260px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #83BA30;
    background-color: #83BA30;
    border-radius: 25px !important;
    text-align: center;
    line-height: 1.4285;
    outline: 0 !important;
    text-decoration: none !important;
}

    .btn-green-large:hover,
    .btn-green-large:active {
        color: #83BA30;
        background-color: #FFF;
    }

.btn-purple-large {
    display: inline-block;
    width: 320px;
    padding: 7px;
    color: #FFF;
    border: 2px solid #883885;
    background-color: #883885;
    border-radius: 25px !important;
    text-align: center;
    outline: 0 !important;
}

    .btn-purple-large:hover {
        color: #883885;
        background-color: #FFF;
    }

    .btn-purple-large.active.focus,
    .btn-purple-large.active:focus,
    .btn-purple-large.focus,
    .btn-purple-large.focus:active,
    .btn-purple-large:active:focus,
    .btn-purple-large:focus {
        outline: 0 !important;
        outline-offset: 0 !important;
        background-image: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.btn-purple-reverse {
    display: inline-block;
    width: 50%;
    padding: 12px;
    border-radius: 25px !important;
    color: #883885;
    background-color: #FFF;
    border: 2px solid #FFF;
    text-align: center;
    font-weight: normal;
    outline: 0 !important;
}

    .btn-purple-reverse:hover {
        color: #FFF;
        background-color: #883885;
        border: 2px solid #FFF;
    }

    .btn-purple-reverse.active.focus,
    .btn-purple-reverse.active:focus,
    .btn-purple-reverse.focus,
    .btn-purple-reverse.focus:active,
    .btn-purple-reverse:active:focus,
    .btn-purple-reverse:focus {
        outline: 0 !important;
        outline-offset: 0 !important;
        background-image: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.fa-close {
    font-weight: lighter;
    display: inline;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-size: 2em;
    background-color: none;
    border-radius: 50%;
    border: 2px solid #FFF;
    padding: 10px 14px 10px 14px;
}

.menu-bars {
    font-weight: lighter;
    display: inline;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    background: none;
    font-size: 2.3em;
    border-radius: 50%;
    border: 2px solid #FFF;
    padding: 1px 12px 1px 12px;
}

    .menu-bars.blueBars {
        color: #FFF;
        background-color: #248CC6;
        border: 2px solid #248CC6;
    }

    .menu-bars:hover {
        color: #FFF;
        background-color: #248CC6;
        border: 2px solid #248CC6;
        cursor: pointer;
    }

    .menu-bars.blueBars:hover {
        border: 2px solid #248CC6;
        color: #248CC6;
        background-color: #FFF;
        cursor: pointer;
    }

.homeNavLinkLeftWhite {
    color: #FFF;
    padding-left: 2vw;
}

.homeNavLinkRightWhite {
    color: #FFF;
    padding-right: 2vw;
}

.homeNavLinkLeftWhite:hover,
.homeNavLinkLeftWhite:active,
.homeNavLinkLeftWhite:focus {
    color: #248CC6;
}

.homeNavLinkRightWhite:hover,
.homeNavLinkRightWhite:active,
.homeNavLinkRightWhite:focus {
    color: #248CC6;
}


.homeNavLinkLeft {
    color: #333;
    padding-left: 2vw;
}

.homeNavLinkRight {
    color: #333;
    padding-right: 2vw;
}

.homeNavLinkRightNoPad {
    color: #333;
}

.homeNavLinkLeft:hover,
.homeNavLinkLeft:active {
    color: #248CC6;
}

.homeNavLinkRight:hover,
.homeNavLinkRight:active {
    color: #248CC6;
}

.homeNavLinkRightNoPad:hover,
.homeNavLinkRightNoPad:active {
    color: #248CC6;
}

#benefitWrapper {
    background-image: url(../Images/curved_brush.jpg);
    background-size: 180%;
    background-position: 40% bottom;
    background-repeat: no-repeat;
    height: 1100px;
}

#benefitContent {
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 40px;
    padding-bottom: 80px;
}

#benefitContainer {
    position: relative;
    min-height: 520px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
    -moz-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
    box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
}

ul.tabs {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 60px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}

    ul.tabs li {
        position: relative;
        background: none;
        color: #AAA;
        display: block;
        cursor: pointer;
        height: 60px;
    }

        ul.tabs li.currentLeft {
            position: relative;
            background: #ffffff;
            color: #333366;
            -webkit-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
            -moz-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
            box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
        }

        ul.tabs li.currentRight {
            position: relative;
            background: #ffffff;
            color: #333366;
            -webkit-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
            -moz-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
            box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
        }

.tab-content {
    display: none;
    background: #FFF;
    min-height: 520px;
}

    .tab-content.current {
        display: inline-block;
    }

.tab-content-left {
    padding-left: 25px;
    padding-right: 40px;
    margin-top: 35px;
    margin-bottom: 35px;
    min-height: 520px;
}

    .tab-content-left.minWidth400 {
        min-width: 400px;
    }

.tab-content-left-border {
    border-right: solid 1px #EEE;
}

.tab-content-right {
    padding-left: 40px;
    padding-right: 25px;
    margin-top: 35px;
    min-height: 520px;
}

    .tab-content-right.paddingLeft80 {
        padding-left: 80px;
        padding-right: 0px;
    }

.tab-text {
    padding: 0px 30px 0px 30px;
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

.tabBorder {
    border-right: solid 1px #CCC;
}

.benefitTitle {
    font-family: 'Oswald SemiBold', sans-serif !important;
    color: #333366;
}

.benefitSubTitle {
    font-family: 'Open Sans Light', sans-serif !important;
    color: #999999;
}

#benefitConsultingBullet {
    padding-left: 25px;
    line-height: 2.5em;
}

#buttonLearnMore {
    position: absolute;
    bottom: 20px;
}

#buttonWatchVideo {
    position: absolute;
    bottom: 20px;
    left: 200px;
}

#consultingIllustration {
    width: 85%;
    height: auto;
    max-height: 100%;
    max-width: 700px;
    position: absolute;
    bottom: 20px;
}

#measureIllustration {
    width: 95%;
    height: auto;
    max-height: 100%;
    max-width: 800px;
    position: absolute;
    bottom: 50px;
}

#buttonMeasureJoin {
    position: absolute;
    bottom: 30px;
}

#buttonRegisterNow {
    position: absolute;
    bottom: 0px;
}

#buttonViewAll {
    text-align: right;
    position: absolute;
    right: 30px;
    position: absolute;
    bottom: 0px;
}

#buttonCompleteList {
    text-align: right;
    position: absolute;
    right: 30px;
    position: absolute;
    bottom: 30px;
}

#savingsIconsDiv {
    text-align: center;
    line-height: 1em;
    padding-right: 80px;
}

.savingsGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+53,993399+100&1+0,1+53,0.56+100 */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(153,51,153,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 53%,rgba(153,51,153,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 53%,rgba(153,51,153,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8f993399',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.consultingGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ffffff+42,3399cc+100&1+0,0.9+100 */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.96) 53%, rgba(51,153,204,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 53%,rgba(51,153,204,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 53%,rgba(51,153,204,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e63399cc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.measureGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+0,ffffff+42,ccff66+100&1+0,0.9+100 */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.96) 53%, rgba(204,255,102,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 53%,rgba(204,255,102,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 53%,rgba(204,255,102,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6ccff66',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.divGradient {
    background: -webkit-linear-gradient(left, rgba(130,60,125,.9), rgba(40,50,110,.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(130,60,125,.9), rgba(40,50,110,.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(130,60,125,.9), rgba(40,50,110,.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(130,60,125,.9), rgba(40,50,110,.9)); /*must be last */
}

.teamGradient {
    background: -moz-linear-gradient( -10deg, rgb(131,186,48) 0%, rgb(63,154,205) 100%);
    background: -webkit-linear-gradient( -10deg, rgb(131,186,48) 0%, rgb(63,154,205) 100%);
    background: -ms-linear-gradient( -10deg, rgb(131,186,48) 0%, rgb(63,154,205) 100%);
    background: linear-gradient( 110deg, rgb(131,186,48) 0%, rgb(63,154,205) 100%);
    opacity: 0.851;
    cursor: pointer;
}

.accordianGradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+59,cccccc+100&1+0,0.64+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.79) 69%, rgba(204,204,204,0.35) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 69%,rgba(204,204,204,0.35) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.79) 69%,rgba(204,204,204,0.35) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3cccccc',GradientType=0 ) !important; /* IE6-9 */
}

.icon-stack {
    font-size: 28px !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
}

    .icon-stack i {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        color: #AAA;
    }

    .icon-stack .ion-ios-circle-outline {
        font-size: 38px !important;
    }

    .icon-stack .ion-ios-arrow-thin-right {
        font-size: 28px !important;
        margin-top: 7px;
    }

    .icon-stack .ion-ios-arrow-thin-left {
        font-size: 28px !important;
        margin-top: 7px;
    }

.icon-stack-small {
    font-size: 38px !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
}

    .icon-stack-small i {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        color: #FFF;
    }

    .icon-stack-small .ion-ios-circle-outline {
        font-size: 38px !important;
    }

    .icon-stack-small .ion-ios-arrow-thin-right {
        font-size: 28px !important;
        margin-top: 7px;
    }


#optionContent {
    padding-left: 7vw;
    padding-right: 7Vw;
    padding-bottom: 80px;
}

#learnContent {
    padding-left: 7vw;
    padding-right: 7Vw;
}

#optionTitle {
    padding-top: 40px;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 40px;
    text-align: center;
}

.basicTitleDiv {
    padding-top: 40px;
    padding-left: 20vw;
    padding-right: 20vw;
    padding-bottom: 40px;
    text-align: center;
}

.basicContent {
    padding-left: 7vw;
    padding-right: 7Vw;
}

.basicContentNarrow {
    padding-left: 10vw;
    padding-right: 10Vw;
}

.flickity-slider {
    padding-top: 20px;
}

.logoImage {
    width: 300px;
}

.vendorLogos {
    padding-left: 20px;
    padding-right: 20px;
}

#learnDiv {
    background-image: url(../Images/girl_glasses.jpg);
    background-size: 100%;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.blogDivHome {
    padding-bottom: 50%;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

.blogDiv {
    padding-bottom: 25%;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
}

.EntryWrapper {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.4+57,0.9+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 57%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 57%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 57%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.EntryDiv {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px;
}

.contactTitle {
    font-family: 'Oswald Light', sans-serif !important;
    font-size: 51px;
    color: #FFF;
}

.contactTextGray {
    font-size: 1.5em;
    color: #FFF;
}

#footerDiv {
    font-family: 'Open Sans' !important;
    color: #999999;
    padding-top: 45px;
    padding-left: 25px;
    padding-right: 25px;
}

.footerNavLink {
    color: #cccccc;
}

.footerNavLink:hover,
.footerNavLink:active {
    color: #248CC6;
}

.modal-open .modal {
    padding-left: 0px !important;
}

#navLogo {
    height: 75px;
    width: auto;
}

#navLogoDiv {
    text-align: center;
}

.nav-modal-header {
    padding-top: 40px;
    padding-left: 2vw;
    padding-right: 2vw;
    border: 0px;
    min-height: 100px;
}

.nav-modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.nav-modal-body {
    padding-left: 5vw;
    padding-top: 15vh;
    padding-right: 5vw;
    height: auto;
    line-height: 1.4285;
}

.nav-modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
    background-color: rgba(37, 53, 118, .95);
    border: 0px;
}

.nav-modal-footer {
    border: 0px;
    text-align: center;
    padding-top: 10vh;
    height: auto;
}

.btn-modal {
    display: inline-block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 7px 15px 7px 15px;
    color: #FFF;
    background-color: none;
    border: 0px;
    font-size: 1.3em;
    outline: 0 !important;
    margin-left: -25px;
    font-family: 'Open Sans Light', sans-serif !important;
}

.btn-modal-arrow {
    display: none;
    overflow: hidden;
    font-size: 30px;
    line-height: 20px;
    padding: 0px;
    vertical-align: middle;
}

btn-modal-arrow-icon {
    vertical-align: middle;
    font-size: 30px;
}

.btn-modal:hover {
    color: #FFF;
    background-color: #3D509C !important;
    border-radius: 25px !important;
    outline: 0 !important;
}

    .btn-modal:hover .btn-modal-arrow {
        display: inline-block;
        vertical-align: middle;
    }

.bigGreenText {
    font-family: Oswald Light, sans-serif !important;
    font-size: 2.5em;
    color: #83BA30;
    margin-left: -10px;
}

.video-modal-body {
    height: auto;
    width: 65%;
    max-width: 65%;
}

.video-modal-content {
    height: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0;
    background-color: rgba(255,255,255,.95);
    border: 0px;
}

.videoContainer {
    position: relative;
    background-color: #FFF;
    box-shadow: -10px 15px 20px rgba(170, 170, 170, 0.62), 10px 15px 20px rgba(170, 170, 170, 0.62), -5px 15px 20px -10px rgba(170, 170, 170, 0.62), 5px 15px 20px -10px rgba(170, 170, 170, 0.62);
}

.videoIframe {
    position: relative;
    width: 100%;
    padding-bottom: 56%; /* 16:9 */
    padding-top: 2px;
}

    .videoIframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoIframeSmall {
    width: 40vw;
    height: 24vw;
}

/* Main Site CSS */

.paddingLeftSM {
    padding-left: 25px;
}

#mainContent {
    padding-top: 60px;
}

.pageTitle {
    font-family: 'Oswald Light', sans-serif !important;
    font-size: 45px;
    line-height: 55px;
    color: #333366;
    font-weight: 700;
    text-transform: uppercase;
}

.pageTopCopy {
    font-family: 'Open Sans Light', sans-serif !important;
    font-size: 18px;
    line-height: 1.4285;
}

.bioFact {
    font-weight: bold;
    color: #333366;
}

.authorTitle {
    font-family: 'Oswald Light', sans-serif !important;
    font-size: 42px;
    color: #333366;
}

.photoShadow {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(37,54,121,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(37,54,121,0.3);
    box-shadow: 0px 5px 10px 0px rgba(37,54,121,0.3);
}

#heroDivMain {
    background-image: url(../Images/subpage_header.jpg);
    background-size: cover;
    width: 100%;
    height: 50vw;
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 80px;
    margin-bottom: 60px;
}

.menuLink {
    margin-bottom: 10px;
}

.menuLinkLeft {
    line-height: 50px;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    max-width: 300px;
    background-color: #F7F7F8;
    color: #808080;
}

.menuLinkRight {
    height: 50px;
    width: 50px;
    background-color: #F7F7F8;
}

.menuLinkChevron {
    display: inline-block;
    background-color: #F7F7F8;
}

.menuLinkArrow {
    line-height: 50px;
    color: #808080;
    font-size: 2em;
    padding-right: 10px;
}

.menuLinkText {
    line-height: 50px;
    color: #808080;
    font-size: .8em;
    padding-right: 20px;
}

.menuLink:hover {
    margin-bottom: 10px;
}

    .menuLink:hover .menuLinkLeft {
        background-color: #253679;
        color: #FFF;
        font-weight: bold;
    }

    .menuLink:hover .menuLinkRight {
        background-color: #248CC6;
    }

    .menuLink:hover .menuLinkChevron {
        font-size: 0px;
        line-height: 0%;
        width: 0px;
        border-top: 25px solid #253679;
        border-bottom: 25px solid #253679;
        border-left: none;
        border-right: 7px solid #248CC6;
    }

    .menuLink:hover .menuLinkArrow {
        color: #FFF;
    }

    .menuLink:hover .menuLinkText {
        color: #FFF;
    }

.menuLink.active .menuLinkLeft {
    background-color: #253679;
    color: #FFF;
    font-weight: bold;
}

.menuLink.active .menuLinkRight {
    background-color: #248CC6;
}

.menuLink.active .menuLinkChevron {
    font-size: 0px;
    line-height: 0%;
    width: 0px;
    border-top: 25px solid #253679;
    border-bottom: 25px solid #253679;
    border-left: none;
    border-right: 7px solid #248CC6;
}

.menuLink.active .menuLinkArrow {
    color: #FFF;
}

.menuLink.active .menuLinkText {
    color: #FFF;
}

li.mainList {
    font-size: 1.5em;
    vertical-align: middle;
}

    li.mainList span {
        display: inline-block;
        font-size: 14px;
        vertical-align: middle;
        margin-top: -5px;
    }

#accordianContainer {
    position: relative;
    min-height: 0px;
    background: none;
}

#accordianContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 80px;
}

#accordianTitleDiv {
    padding-top: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: center;
    background-color: #FFF;
}

.atab-content {
    display: none;
    background: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 6px 10px 2px rgba(51,51,102,0.2);
    -moz-box-shadow: 0px 6px 10px 2px rgba(51,51,102,0.2);
    box-shadow: 0px 6px 10px 2px rgba(51,51,102,0.2);
}

    .atab-content.current {
        display: inline-block;
    }

.atab-content-left {
    padding-left: 25px;
    padding-right: 40px;
    margin-top: 35px;
    min-height: 570px;
    margin-bottom: 35px;
    border-right: solid 1px #CCC;
}

    .atab-content-left.minWidth400 {
        min-width: 400px;
    }

.atab-content-left-border {
    margin-bottom: 35px;
    border-right: solid 1px #CCC;
}

.atab-content-right {
    padding-left: 40px;
    padding-right: 25px;
    margin-top: 35px;
    min-height: 570px;
}

    .atab-content-right.paddingLeft80 {
        padding-left: 80px;
    }

.atabBorder {
    border-right: solid 1px #CCC;
}

.atab-link {
    width: 100%;
    height: 4.5em;
    margin-top: 15px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(51,51,102,0.2);
    -moz-box-shadow: 0px 4px 10px 2px rgba(51,51,102,0.2);
    box-shadow: 0px 4px 10px 2px rgba(51,51,102,0.2);
    cursor: pointer;
}

    .atab-link.current {
        width: 100%;
        height: 4.5em;
        border-bottom: solid 1px #ccc;
        margin-bottom: 0px;
    }

.atab-text {
    padding: 0px 35px 0px 35px;
    font-family: 'Open Sans', sans-serif !important;
    color: #333366;
    font-weight: bold;
    line-height: 4.5em;
    height: 4.5em;
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ion-chevron-down {
    font-size: 17px;
    color: #AAAAAA;
}

.contentSideMenu {
    padding-left: 6vw;
    padding-right: 6vw;
}

.contenSideImage {
}

.contentVideo {
}

.contentAccordian {
    padding-left: 6vw;
    padding-right: 6vw;
}

.content3Col {
    padding-left: 6vw;
    padding-right: 6vw;
    text-align: center;
}

.content2Col {
    padding-left: 6vw;
    padding-right: 6vw;
}

.content1Col {
    padding-left: 6vw;
    padding-right: 6vw;
}

#localMeetingListDiv {
    padding: 0px;
    height: 570px;
}

#mapContainer {
    position: relative;
    min-height: 570px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
    -moz-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
    box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
}

#map_canvas {
    height: 570px;
}

.label-blogCategory {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    color: #FFF;
    line-height: 1em;
    font-size: 12px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif !important;
    background-color: #D5D6DA;
    border-radius: 3px !important;
    text-align: center;
    outline: 0 !important;
    text-decoration: none !important;
}

<button class="btn" style="background-color:#808080;color:#FFF;font-weight:bolder;padding:3px 15px 3px 15px;margin-bottom:5px;" > MOST POPULAR</button >

.btn-blogCategory {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    color: #AAA;
    line-height: 1em;
    font-size: 12px;
    font-family: "Open Sans", sans-serif !important;
    background-color: none;
    text-align: center;
    outline: 0 !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    font-weight: bold;
}

.btn-blogCategory:hover {
    color: #FFF;
    font-weight: bold;
    background-color: #80B951;
    border-radius: 3px !important;
    padding: 5px 15px 5px 15px;
}

.btn-blogCategory.active, .btn-blogCategory:active {
    color: #FFF;
    font-weight: bold;
    background-color: #80B951;
    border-radius: 3px !important;
    padding: 5px 15px 5px 15px;
}

    .btn-blogCategory.active.focus,
    .btn-blogCategory.active:focus,
    .btn-blogCategory.focus,
    .btn-blogCategory.focus:active,
    .btn-blogCategory:active:focus,
    .btn-blogCategory:focus {
        color: #FFF;
        font-weight: bold;
        background-color: #80B951;
        border-radius: 3px !important;
        padding: 5px 15px 5px 15px;
        outline: 0 !important;
        outline-offset: 0 !important;
        background-image: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.teamDiv {
    padding-bottom: 100%;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Member Site CSS */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: .9em;
}

/*
remove this for new WebsiteTwoFive
.memberContent {
    padding-top: 110px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
}
*/

.text-danger ul {
    list-style-type: none;
}

.carousel ol {
    list-style-type: none;
}

.btn-group {
    width: 100%;
    height: 50px;
    padding-top: 0px;
}


    .btn-group > :first-child.btn {
        width: 100%;
        height: 50px;
        overflow: hidden;
    }

.multiselect dropdown-toggle {
    width: 100%;
    text-align: left;
    background: none !important;
}

.multiselect-selected-text {
    float: left;
    color: #808080;
}


b.caret {
    border: none;
    right: 0px;
    top: 10px;
    height: 50px;
    position: absolute;
}

    b.caret:after {
        content: '\f123';
        font: normal normal normal 17px/1 Ionicons;
        color: #0ebeff;
        right: 20px;
        top: 5px;
        height: 50px;
        position: absolute;
        pointer-events: none;
    }

.multiselect-container {
    width: 100%;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #FFF;
}

.iconBlue {
    width: 80px;
    height: 80px;
}

.vendorLogoDiv {
    display: inline-block;
    width: 200px;
    height: 100px;
    text-align: center;
}

#meetingRegistrationFormDiv {
    padding-left: 30px;
}

.colRight {
    float: right;
}

.ModalBigGreenText {
    font-family: "Oswald Bold", sans-serif !important;
    font-style: normal !important;
    font-size: 60px;
    color: #84C528;
}

.ModalBigWhiteText {
    font-family: "Oswald Light", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 60px;
}

.homeModalWrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.homeModalDiv {
    padding-right: 40px;
}

.paddingLeftRight {
    padding-left: 50px;
    padding-right: 50px;
}

.modal-backdrop {
    opacity: 0.95 !important;
    background-color: #A0A2AE;
}

/* Large Devices, Wide Screens - default*/



/* Medium Devices, Desktops */
@media only screen and (max-width : 1199px) {
    .pageTitle {
        line-height: 40px;
        font-size: 35px;
    }
}



/* Small Devices, Tablets Portrait*/
@media only screen and (max-width : 991px) {

    .paddingL-0R-10 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingL-0R-20 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingL-10R-10 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingL-10R-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .paddingL-20R-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .videoIframe {
        position: relative;
        padding-bottom: 56%; /* 16:9 */
        padding-top: 2px;
        height: 0;
    }

    #heroDiv {
        background-image: url(../Images/meeting_collaboration_noquote_opt.jpg);
        background-size: cover;
        background-position-x: right;
        background-repeat: no-repeat;
        height: 100vh;
        min-height: 200px;
    }

    .nav-modal-body {
        padding-left: 20px;
        padding-top: 2vh;
        padding-right: 0px;
        height: auto;
    }

    .nav-modal-footer {
        text-align: left;
        padding-top: 0px;
    }

    i.menu-bars {
        font-weight: lighter;
        display: inline;
        margin: 0;
        text-decoration: none;
        color: #FFF;
        background: none;
        font-size: 2.3em;
        border-radius: 50%;
        border: 2px solid #FFF;
        padding: 4px 12px 4px 12px;
    }

    /*Benefit section is the same for phone and tablet*/
    #benefitWrapper {
        height: auto;
        background-image: url(../Images/curved_brush.jpg);
        background-size: 300%;
        background-position: 30% 97%;
        background-repeat: no-repeat;
    }

    #benefitContainer {
        position: relative;
        min-height: 0px;
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #benefitContent {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .mtab-link {
        width: 100%;
        height: 4.5em;
        margin-bottom: 10px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51,51,102,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51,51,102,0.2);
        box-shadow: 0px 5px 5px 0px rgba(51,51,102,0.2);
    }

        .mtab-link.current {
            width: 100%;
            height: 4.5em;
            border-bottom: solid 1px #ccc;
            margin-bottom: 0px;
        }

    .mtab-text {
        font-family: 'Open Sans', sans-serif !important;
        color: #333366;
        font-weight: bold;
        line-height: 1.5em;
        height: 4.5em;
        width: 100%;
        text-align: left;
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .mtab-text table {
            width: 100%;
        }

            .mtab-text table tr {
                height: 4.5em;
            }

    .tab-content {
        min-height: 0px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(51,51,102,0.2);
        -moz-box-shadow: 0px 5px 5px 0px rgba(51,51,102,0.2);
        box-shadow: 0px 5px 5px 0px rgba(51,51,102,0.2);
    }

        .tab-content.current {
            margin-bottom: 10px;
            display: inline-block;
        }

    .tab-content-left {
        padding: 0px;
        margin: 0px;
        min-height: 0px;
        border: none;
    }

    .tab-content-left-border {
        margin: 0px;
        border: none;
    }

    .tab-content-left.minWidth400 {
        min-width: 0px;
    }

    .tab-content-right {
        padding: 0px;
        margin: 0px;
        min-height: 0px;
        width: 100%;
    }

        .tab-content-right.paddingLeft80 {
            padding-left: 0px;
        }

    .tabBorder {
        border: none;
    }

    #benefitConsultingBullet {
        padding: 0px;
    }

    #buttonWatchVideo {
        text-align: right;
    }

    #consultingIllustrationDiv {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #consultingIllustration {
        width: 95%;
        height: auto;
        position: relative;
        margin-bottom: -40px;
    }

    #measureIllustrationDiv {
        padding-top: 40px;
    }

    #measureIllustration {
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: -40px;
    }

    #buttonMeasureJoin {
        text-align: center;
    }

    #meetingButtonPadding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #localMeetingListDiv {
        padding: 0px;
        height: auto;
    }

    #buttonCompleteList {
        text-align: right;
        position: relative;
        bottom: auto;
        right: 0px;
    }

    #buttonRegisterNow {
        text-align: left;
        position: relative;
        bottom: auto;
    }

    #buttonViewAll {
        text-align: right;
        position: relative;
        bottom: auto;
    }

    .btn-purple-large {
        width: 80vw;
        max-width: 320px;
    }

    #savingsIconsDiv {
        padding-right: 0px;
    }

    .contactTitle {
        color: #777;
    }

    .contactTextGray {
        color: #777;
    }

    .carousel-cell {
        width: 100%; /* full width */
        height: auto; /* height of carousel */
        margin-right: 10px;
    }


    #headerLogo {
        height: auto;
        max-height: 55px;
    }

    .paddingLeftSM {
        padding-left: 0px;
    }
}

/* Small devices - phones and viewport widths less than typical tablet*/
@media only screen and (max-width : 767px) {

    .videoIframe {
        position: relative;
        padding-bottom: 56%; /* 16:9 */
        padding-top: 2px;
        height: 0;
    }

    .textAlignXS {
        text-align: center;
    }

    p {
        font-size: 1em;
    }

    h1,
    .h1 {
        font-size: 20px;
    }

    h3 {
        font-size: 1.3em;
    }

    #heroDiv {
        background-image: url(../Images/meeting_collaboration_noquote_opt.jpg);
        background-size: cover;
        background-position-x: right;
        background-repeat: no-repeat;
        height: 100vh;
        min-height: 200px;
    }

    #heroTitle {
        font-family: 'Oswald SemiBold', sans-serif !important;
        font-size: 2em;
        color: #FFF;
    }

    #heroSubTitle {
        padding-top: 0px;
        line-height: 1.5em;
    }

    .heroLogoDiv {
        text-align: right;
    }

    .heroLogo {
        height: 3em;
    }

    #headerLogoDiv {
        float: right;
        text-align: right;
    }

    #headerLogo {
        height: 55px;
    }

    #benefitTitleDiv {
        padding-top: 60px;
        padding-left: 5vw;
        padding-right: 5vw;
        text-align: center;
        background-color: #FFF;
    }

    #buttonHomeMainContainer {
        color: #FFF;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #homeContent {
        width: 100%;
        position: absolute;
        bottom: 20px
    }

    .homeTitle {
        font-family: 'Oswald Light', sans-serif !important;
        font-size: 1.5em;
        color: #333366;
    }

    .homeTextGray {
        font-size: 1em;
        color: #777;
    }

    .ghost-button-transparent-gray {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

    .ghost-button-transparent-gray-narrow,
    .ghost-button-transparent-gray-narrow:focus {
        width: 75px;
        padding: 5px;
    }

    .btn-blue,
    .btn-blue:focus {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

    .btn-blue:hover,
    .btn-blue:active {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

    .btn-black,
    .btn-black:focus {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

    .btn-black:hover,
    .btn-black:active {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

    .btn-green,
    .btn-green:focus {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

        .btn-green:hover,
        .btn-green:active {
            width: 125px;
            padding: 5px;
            font-size: .8em;
        }

    .btn-purple,
    .btn-purple:focus {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

        .btn-purple:hover,
        .btn-purple:active {
            width: 125px;
            padding: 5px;
            font-size: .8em;
        }

    .btn-skyblue,
    .btn-skyblue:focus {
        width: 125px;
        padding: 5px;
        font-size: .8em;
    }

        .btn-skyblue:hover,
        .btn-skyblue:active {
            width: 125px;
            padding: 5px;
            font-size: .8em;
        }

    .video-modal-body {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #optionTitle {
        padding-left: 2vw;
        padding-right: 2vw;
        padding-bottom: 40px;
        text-align: center;
    }

    #mobileOptionContent {
        display: block;
        padding: 0px;
    }

    .basicTitleDiv {
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }

    .basicMobileContent {
        display: block;
        padding: 0px;
    }

    #IDOCEssentialDiv {
        padding-top: 10px;
        width: 100%;
    }

    #IDOCAdvisorDiv {
        padding-top: 10px;
        width: 100%;
    }

    #IDOCSelectDiv {
        padding-top: 10px;
        width: 100%;
    }

    #IDOCSelectContent {
        height: 100%;
        width: 100%;
        margin: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ccc;
    }

    #IDOCEssentialContent {
        height: 100%;
        width: 100%;
        margin: 0px;
        border: 1px solid #ccc;
    }

    #IDOCAdvisorContent {
        height: 100%;
        width: 100%;
        margin: 0px;
        border: 1px solid #ccc;
    }

    .logoImage {
        width: 100%;
        text-align: center;
    }

    #logoCarousel {
        margin-top: 60px;
    }

    .vendorLogos {
        padding-left: 0px;
        padding-right: 0px;
    }

    .blogDivHome {
        padding-bottom: 33%;
        background-position: 0% 20%;
        background-size: 100%;
    }

    .blogDiv {
        padding-bottom: 33%;
        background-position: 0% 20%;
        background-size: 100%;
    }

    .EntryDiv {
        font-family: "Open Sans", sans-serif !important;
        font-weight: bold;
        position: absolute;
        bottom: 25px;
        width: 100%;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
        color: white;
        line-height: 1.2em;
    }

    .authorTitle {
        font-size: 24px;
    }


    #learnDiv {
        overflow: hidden;
        background-image: url(../Images/girl_glasses.jpg);
        background-size: 200%;
        background-position: 70% 100%;
        background-repeat: no-repeat;
    }

    .contactTitle {
        font-size: 2em;
        color: #777;
    }

    .contactTextGray {
        font-size: 1.3em;
        color: #777;
    }

    #footerDiv {
        padding-left: 0px;
        padding-right: 0px;
    }

    #navLogoDiv {
        text-align: right;
    }

    #navLogo {
        height: 50px;
        width: auto;
    }

    .bigGreenText {
        margin: 0;
        font-size: 2em;
    }

    .btn-modal {
        margin-left: 0px;
    }

        .btn-modal:hover .btn-modal-arrow {
            display: none;
            vertical-align: middle;
        }

    .btn-group {
        padding-top: 10px;
    }

    #mainContent {
        padding-top: 20px;
    }

    .pageTitle {
        font-family: 'Oswald Light', sans-serif !important;
        line-height: 25px;
        font-size: 18px;
    }

    .vendorLogoDiv {
        float: left;
        width: 50%;
        height: 100px;
        text-align: center;
    }

    #mapContainer {
        position: relative;
        min-height: 300px;
        background-color: #FFF;
        -webkit-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
        -moz-box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
        box-shadow: 0px 25px 30px 0px rgba(51,51,102,0.2);
    }


    #map_canvas {
        height: 300px;
    }

    #meetingRegistrationFormDiv {
        padding-left: 0px;
    }

    .backToTopDiv {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        cursor: pointer;
    }

    .backToTopSpan {
        width: 30px;
        background-color: #248CC6;
        opacity: 0.8;
        display: inline-block;
        text-align: center;
        "
    }

    .colRight {
        float: left;
    }

    .paddingLeftRight {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ModalBigGreenText {
        font-family: "Oswald Bold", sans-serif !important;
        font-style: normal !important;
        font-size: 25px;
        color: #84C528;
    }

    .ModalBigWhiteText {
        font-family: "Oswald Light", sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
        color: #FFF;
        font-size: 25px;
    }

    .ModalSmallWhiteText {
        font-family: "Oswald Light", sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important;
        color: #FFF;
        font-size: 18px;
    }

    .homeModalWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homeModalDiv {
        padding-right: 0px;
    }

    .modal-backdrop {
        display: none;
    }

    .modal {
        display: none;
    }
    .table td {
        padding: 0px !important;
    }

}

/* Extra Small Devices older Phones */
@media only screen and (max-width : 480px) {

/* New Styles*/
.table td {
    padding: 0px !important;
}
/* End New Styles*/
    #learnDiv {
        overflow: hidden;
        background-image: url(../Images/girl_glasses.jpg);
        background-size: 200%;
        background-position: 70% 100%;
        background-repeat: no-repeat;
    }

    .contactTitle {
        font-size: 1.3em;
        color: #777;
    }

    .contactTextGray {
        font-size: 1.1em;
        color: #777;
    }

    #contactBenefitDiv {
        clear: both;
    }
}

.atab-text {
    line-height: 1.5em;
    height: 4.5em;
    width: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .atab-text table {
        width: 100%;
    }

        .atab-text table tr {
            height: 4.5em;
        }

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .hideTinyScreen {
        display: none;
    }

    .showTinyScreen {
        display: block;
    }

    #buttonLearnMore {
        text-align: center;
        position: relative;
    }

    #buttonWatchVideo {
        text-align: center;
        position: relative;
        right: auto;
        left: auto;
    }

    .logoImage {
        width: 80%;
        text-align: center;
    }

    .contactTitle {
        font-size: 1.2em;
        color: #777;
    }

    .contactTextGray {
        font-size: 1em;
        color: #777;
    }

    .btn-green-large,
    .btn-green-large:focus,
    .btn-green-large:hover,
    .btn-green-large:active {
        width: 160px;
    }
}

@media only screen and (min-width : 321px) {
    .showTinyScreen {
        display: none;
    }
}
