/*****************************************/
/********** OVERRIDES ********************/
/*****************************************/
.marked-list{line-height: 1.2;}

/*****************************************/
/********** SECTION COLORS* **************/
/*****************************************/
.grayLight{color:#333; background-color:#ccc;}
.grayDark{color:#ccc; background-color:#333;}
.black{color:#FFF; background-color:#000;}
.white{color:#000; background-color:#FFF;}
.maroon{color:#FFF; background-color:#180200;}
.gold{color:#FFF; background-color:#563f17;}

/*****************************************/
/********** ADDITIONAL ELEMENTS **********/
/*****************************************/
.page-section {padding: 8rem 0;}
.textBlack{color: #000000;}
.textGold{color: #563f17;}
.textWhite{color: #FFFFFF;}
.textGrayLight{color: #dddddd;}
.textGrayDark{color: #333333;}
.text-white-75 {color: rgba(255, 255, 255, 0.75) !important;}
.textShadow{text-shadow: 2px 2px #000000;}
.textBold{font-weight:900;}
@media (max-width: 575px) {.textHuge{font-size: 50px;} .textLarge{font-size:30px;} .textMedium{font-size:20px;}}
@media (min-width: 576px) {.textHuge{font-size: 70px;} .textLarge{font-size:40px;} .textMedium{font-size:24px;}}
/*****************************************/
/********** LINKS ************************/
/*****************************************/
a.a1:link{   color: #FFFFFF; font-size: 16px; text-decoration: underline;}
a.a1:visited{color: #FFFFFF; font-size: 16px; text-decoration: underline;}
a.a1:hover{  color: #000000; font-size: 16px; text-decoration: underline;}
a.a2:link{   color: #000000; font-size: 22px; text-decoration: none;}
a.a2:visited{color: #000000; font-size: 22px; text-decoration: none;}
a.a2:hover{  color: #FFFFFF; font-size: 22px; text-decoration: none;}
a.a3:link{   color: #FFFFFF; font-size: 18px; text-decoration: none; font-weight: bolder;} /*Footer Links - Menu*/
a.a3:visited{color: #FFFFFF; font-size: 18px; text-decoration: none; font-weight: bolder;}
a.a3:hover{  color: #563f17; font-size: 18px; text-decoration: none; font-weight: bolder;}
a.a4:link{   color: #FFFFFF; font-size: 16px; text-decoration: underline;} /*Footer Links - Privacy & Terms of Use*/
a.a4:visited{color: #FFFFFF; font-size: 16px; text-decoration: underline;}
a.a4:hover{  color: #563f17; font-size: 16px; text-decoration: underline;}

/*****************************************/
/********** NAV-BAR OPTIONS **************/
/*****************************************/

/*****************************************/
/********** HERO PICTURE SETTINGS ********/
/*****************************************/

/*****************************************/
/********** IFRAME RESIZING **************/
/*****************************************/
.iframeWrapper{position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;}
.iframeWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}