﻿.contentWrapper {
    box-sizing: border-box;
    width: 350px;
    border: 1px solid var(--Calacatta-Marble);
    box-shadow: 0px 0px 3px 0.5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.contentWrapper:hover {
   box-shadow: none !important; 
}

.contentWrapper:visited {
   box-shadow: none !important; 
}

.messagebox {
    border: 1px solid var(--Dark-Gold);
    padding: 10px 27px 10px 27px ;    
}

.btnLearnMore {
    border: 1px solid var(--Dark-Gold);
    background: transparent;
    text-transform: none;
    color: var(--Dark-Gold);
}

body{    
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    content:none!important; 
}

.hpWrapper.signup .insideWrapper:before {
    background-color: transparent !important;
}   

.highlightBlock {
    background: var(--Pillowcase);    
}

.membershipBox{
    border-right: 1px solid var(--Calacatta-Marble-Light-Divider);
}

.sec3_desc p {
  margin-bottom: 0px!important;
}

.subheaderDesc {
    color: var(--MBS-Grey)
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     /*@media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none)*/
    .popup-container {
        left: 39%!important;
    }

}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .footer {
        bottom: auto;
    } 
    .membershipBox{
        border-right: none;
    }
}