/*Margin for fixed header*/
#rf-content {
    margin-top: 40px;
  	margin-bottom:80px;
}


/*font overrides*/

*:not(.fa) {
 font-family:'metropolislight' !important;
  
}


/*Primary CTA Buttons*/
.mdBtnR-primary, a.mdBtnR-primary {
    display: inline-block;
    border-radius: 3px;
    
    padding: 6px 20px 6px !important;
    border: 1px solid #1d428a !important;

    background: #1D428A !important;

    font-family: 'metropolislight' !important;
  
}


/*Primary Button Color*/
.mdBtnR-primary span {
 	color:#fff !important;

}

/*primary hover*/

.mdBtnR-primary:hover  {
    background: #fff !important;
   
}

.mdBtnR-primary:hover span {
   color: #1D428A !important;
  
}



/*Change all button fonts to capitalize*/
.mdBtnR .mdBtnR-text {
    text-transform: capitalize;
    font-size: 16px !important;
  
}


/*Button paddings*/
.mdBtnR-container {
    margin-left: 40px !important;
}

/*Hero Img*/
.hero-img {
    width: 100%;
}
  
.hero-img img{
    width: 100%;
}
  


/*h1*/
h1:not(.header-container) {
    border-bottom: 3px solid #1d428a;
}




/*Add to calendar*/
a.invite-button {
    border: 2px solid #1d428a;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    color: #ffffff;
    font-weight: 100;
    font-size: 20px;
    background: #1d428a;
}


a.invite-button:hover {
    text-decoration: none;
    background: #fff;
    color: #1d428a;
}


a.invite-button:focus, .invite-button:focus-within {
    color: #fff;
    text-decoration: none;
}


/*Dynamic Heights Cards*/
.rf-headline {
 height:100%; 
}



/*Padding for header*/
.top-header {
    padding: 25px 0 25px !important;
}

.header-group {
 position:relative !important; 
}


.mdBtnR-outline-primary, a.mdBtnR-outline-primary {
    border: 1px solid #1d428a !important;
}


.mdBtnR-outline-primary span {
    color: #1d428a !important;
}

.mdBtnR-outline-primary:hover {
    background: #1d428a;
    border-color: #1d428a;
}

.mdBtnR-outline-primary:hover span{
    color:#fff !important;
}



/*show large banner*/
@media screen and (min-width:1600px) {
.large-banner{display: block;} 

.medium-banner{display: none;}

.small-banner {display:none;}
  
 .mobile-banner {display:none;}

}



/*show medium banner*/
@media screen and (max-width:1600px) {
.large-banner{display: none;} 

.medium-banner{display: block;}
  
  .small-banner {display:none;}
   .mobile-banner {display:none;}

}




/*show small banner*/
@media screen and (max-width:1000px) {
.large-banner{display: none;} 

.medium-banner{display: none;}
  
  .small-banner {display:block;}
   .mobile-banner {display:none;}

}



/*show mobile banner*/

@media screen and (max-width:375px) {
.large-banner{display: none;} 

.medium-banner{display: none;}
  
  .small-banner {display:none;}
  
   .mobile-banner {display:block;}

}


/*Padding Logo*/
@media (min-width: 801px) and (max-width: 1024px)
.hdr-left {
    padding-left: 15px;
    max-width: 200px;
}


.re-comtainer {
    padding: 0px 40px;
}



/*Reg Banner Padding*/
.re-comtainer {
 height:84px; 
}


/*Make Buttons AllCaps*/
a.mdBtnR.mdBtnR-primary, a.mdBtnR.mdBtnR-primary span {
    text-transform: uppercase !important;
    font-weight:100;
}

.mdBtnR-primary span, a.mdBtnR-primary span {
    text-transform: uppercase !important;
    font-weight:100 !important;
}

.mdBtnR[class*="mdBtnR-outline"] .mdBtnR-text, a.mdBtnR[class*="mdBtnR-outline"] .mdBtnR-text {
    text-transform: uppercase;
    font-weight:100;
}



.rf-headline.full-image div div p strong {
    font-size: 25px;
}




/*Footer Links - Bottom*/
.fb-links {
    padding: 10px 0 15px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #00000026;
    margin-top: 15px;
}



button#wf-btn-cancel {
    display: none;
}

#rf-content .orders-page {display: none;}


.label-text {
    font-weight: 600;
}
