#headerContainer {
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

#headerContainer a {
    color: #FFFFFF;
}

#navContainer {
    background: rgba(0, 0, 0, 0.5);
}

#footerContainer {
    background: #22252A;
    color: #FFFFFF;
}

#footerContainer a {
    color: #FFFFFF;
}

#footer {
    padding: 2rem;
}

#copyright {
    background: #000000;
    color: #EEEEEE;
}

#bannerContainer {
    min-height: 190px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #FFFFFF;
    background: #545454;
}

::selection {
    color: #FFFFFF;
    background: #545454;
}

:focus {
    ouline: 0;
}

* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background: #FFFFFF !important;
}

#fwBody {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a img {
    border: 0;
}

/* DEFAULT GLOBAL STYLES - RESETS - OVERRIDES */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin-top: 0;
}

header li, nav li, #leftSideBar li, footer li {
    list-style: none;
}

/*Accessibility*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#skiptocontent {
    position: absolute;
    background: #545454;
    color: #fff;
    -webkit-transition: top 0.1s ease-out;
    transition: top 0.1s ease-out;
    left: 0;
    top: -40px;
    padding: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 99999;
}

#skiptocontent:focus {
    top: 0;
    outline-color: #0000;
    -webkit-transition: top 0.1s ease-out;
    transition: top 0.1s ease-out;
}

/* CLEARFIX  */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.social {
    position: relative;
    margin: 0;
    padding: 0;
}

.social li {
    list-style: none;
    display: inline-block;
}

.social li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
}

#footer .social li a {
    font-size: 1.8rem;
}

/* SITE STRUCTURE STYLES */
#headerContainer, #bannerContainer, #navContainer, #contentContainer, #footerContainer {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    right:0;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#headerContainer, #navContainer {
    z-index: 999;
}

#header, #content, #footer, .inner {
    position: relative;
    width: 1250px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.inner850 {
    position: relative;
    width: 850px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.sub #content {
    width: 100%;
}

#content {
    min-height: 500px;
}

#content img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
}

#content a, #fwContent a {
    color: #545454;
    text-underline-position: under;
}

#header:after, .nav:after, #content:after, #banner:after, #footer:after, .inner:after, .inner850:after {
    content: '';
    display: block;
    clear: both;
}

#headerLeft {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    max-width: 100%;
    height: auto;
    text-align: left;
}

#header img, #footer img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
}

#headerCenter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 100%;
    height: auto;
    text-align: center;
}

#headerRight {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    max-width: 100%;
    height: auto;
    text-align: right;
}

#footerLeft {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    max-width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.5rem;
}

#footerCenter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    max-width: 100%;
    height: auto;
    text-align: center;
}

#footerRight {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    max-width: 100%;
    height: auto;
    text-align: right;
}

#copyright {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 1rem;
    font-size: 0.8rem;
}

#header ul, #bannerContainer ul, #footer ul {
    margin: 0;
    padding: 0;
}

#header li, #bannerContainer li, #footer li {
    list-style: none;
}

#header li a, #header a, #bannerContainer li a, #bannerContainer a, #footer li a, #footer a {
    text-decoration: none;
}

#bannerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    z-index: 9;
    font-size: 3rem;
    letter-spacing: 2px;
}

#bannerImage {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

#bannerImage img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* VIDEOS & iFRAMES */
.iframeContainer {
    position: relative;
    padding-bottom: 32%;
    padding-top: 0;
    height: 0;
}

.iframeContainer iframe, .iframeContainer object, .iframeContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-event: none;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}

.videoContainer iframe, .videoContainer object, .videoContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
}





/* SLIDESHOWS */
/*Home Slideshow*/
.ssslideshowHome {
    position: relative;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 31.25%;
}

#ssislideshowHome {
    overflow: visible !important;
    position: relative;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 31.25%;
    background-position: 50% 50%;
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}

#ssdslideshowHome {
    text-shadow: 0 2px 2px #000;
    font-family: stephaniemariejf;
    text-align: right;
    font-size: 50px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0, 0, 0, 0.4) !important;
}

/*SUB PAGE SLIDESHOW*/
.ssslideshowSub {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 25%;
}

#ssislideshowSub {
    overflow: visible !important;
    position: relative;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 25%;
    background-position: 50% 50%;
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}

#ssdslideshowSub {
    text-shadow: 0 2px 2px #000;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 48px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

#bannerContainer .ssslideshow1 {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 25%;
}

#bannerContainer #ssislideshow1 {
    overflow: visible !important;
    position: relative;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 25%;
    background-position: 50% 50%;
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}

#bannerContainer #ssdslideshow1 {
    text-shadow: 0 2px 2px #000;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 48px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/* Default Slideshow - slideshow1 */
.ssslideshow1 {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 66.67%;
}

#ssislideshow1 {
    overflow: visible !important;
    position: relative;
    left: 0px;
    z-index: 4;
    opacity: 0;
    width: 100% !important;
    height: auto !important;
    padding-bottom: 66.67%;
    background-position: 50% 50%;
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}

#ssdslideshow1 {
    text-shadow: 0 2px 2px #000;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 48px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/* GALLERIES */
.flexslider {
    margin: 0 auto !important;
}

.imgMain {
    height: auto !important;
}

.flex-direction-nav .flex-prev {
    left: 20px !important;
}

.flex-direction-nav .flex-next {
    right: 20px !important;
}

#bannerContainer .flex-control-nav {
    bottom: 15px !important;
}

/* DEFAULT NAV CLASSES */
.mnuMain {}

.mnuSub {}

.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver {}

.mnuItemOver, .mnuItemMembersOver, .mnuItemActiveOver {}

.mnuItemActive {
    font-weight: bold;
}

.mnuItemSeparatorH {}

.mnuItemSeparatorV {}

.mnuSeparatorH {}

.mnuSeparatorV {}

/* PRIMARY NAVIGATION - Standard Dropdown */
/*nav Styles*/
#navContainer {
    text-align: center;
}

.nav {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 10;
}

.nav ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.nav ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 30px;
}

.nav ul li a:hover {}

.nav .mnuItemActive a {
    background: #6A6862 !important;
    color: #FFFFFF !important;
}

.nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #525252;
    box-shadow: 1px 1px 7px #222;
    padding: 0;
    text-align: left;
}

.nav ul ul li {
    display: block;
    width: 200px;
}

.nav ul ul a {
    display: block;
    line-height: 120%;
    padding: 10px 15px;
    text-transform: none !important;
    color: #FFFFFF !important;
}

.nav ul ul li:hover {}

.nav ul ul li a:hover {
    background: #a09e97 !important;
}

.nav ul ul ul {
    top: 0;
    left: 100%;
}

.nav ul li:hover>ul {
    display: block;
}

.nav ul li:hover>a {
    background: #a09e97 !important;
    color: #FFFFFF !important;
}

/* FORM STYLES */
input[type="text"], input[type="password"], textarea {
    border-radius: 5px;
    /*display: block;*/
    background: #FFFFFF;
    border: 1px solid #cccccc;
    color: #545454;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: normal;
    font-size: 0.857rem;
    padding: 7px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    outline: none;
    border-color: #545454;
    -webkit-box-shadow: 0 0 0 1px #545454;
    box-shadow: 0 0 0 1px #545454;
}

input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    background: transparent;
    transition: background-color 0.2s ease;
    color: #21b573;
    border: 1px solid #21b573;
    padding: 10px 15px;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background: #21b573 !important;
    color: #eeeeee !important;
    ;
}

select {
    background: #FFFFFF;
    height: 33px;
    border-radius: 5px;
    /*display: block;*/
    background: #FFFFFF;
    border: 1px solid #cccccc;
    color: #545454;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-clip: padding-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: normal;
    font-size: 0.857rem;
    padding: 7px;
}

textarea#g-recaptcha-response {
    border: 0 !important;
}

::placeholder {
    color: #626262;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #626262;
}

::-ms-input-placeholder {
    color: #626262;
}

/* LOGIN STYLES */
.lgBox, #lgBox .inpButton, #lgBox .lgUserName, #lgBox .lgPassword {
    width: 300px !important;
    margin: 0 auto;
}

.lgBox a, #lgForgotPassword {
    color: #545454;
}

#lgSeperator, #lgSeparator font {
    font-size: 2px !important;
}

.lgClearCookies {
    margin-left: 8px;
}

#lgUserNameLabel, #lgPasswordLabel, #lgClearCookies, #lgStayInLabel, #lgForgotPassword {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
}

#loginForm .modHeader {
    text-align: center;
}

/* QUICK LINK STYLES */
.quickLinks ul, #quickLinks {
    margin: 0;
    padding: 0;
}

.quickLinks li, #quickLinks li {
    list-style: none;
    display: block;
}

.quickLinks a, #quickLinks li a {
    border: 1px solid #7c7c7c;
    padding: 10px 15px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    transition: background-color 0.2s ease;
    display: block;
    margin: 5px auto;
}

.quickLinks a:hover, #quickLinks li a:hover, .quickLinks a:focus, #quickLinks li a:focus {
    background-color: #7c7c7c !important;
    color: #f7f7f7 !important;
    opacity: 1 !important;
    transition: 0.2s ease all;
}

.quickLinks a:after, #quickLinks li a:after {
    content: '';
    display: block;
    clear: both;
}

/* BUTTON LINK STYLES */
.fwBtn, .LinkButton {
    border: 1px solid #7c7c7c;
    padding: 7px 12px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    transition: 0.2s ease all;
    display: inline-block;
}

.fwBtn:hover, .fwBtn:focus, .LinkButton:hover, .LinkButton:focus {
    background-color: #7c7c7c !important;
    color: #f7f7f7 !important;
    transition: 0.2s ease all;
}

.fwBtn:after, .LinkButton:after {
    content: '';
    display: block;
    clear: both;
}

/* LINKS & ICONS (w/Font Awesome option) */
/* Telephone Number Link styles */
a[href^="tel:"] {
    text-decoration: none;
}

a[href^="tel:"]::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 2px;
}

a[href^="tel:"]::before {
    /*content: "\f098";*/
    /*content: "\f3cd";*/
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

/* PDF Links w/ Icon */
.pdfLink {
    text-decoration: none;
}

.pdfLink::before {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* add icon after links that open in new window or tab */
a[target="_blank"]:after, a[target="_new"]:after {
    /*font-family: "Font Awesome 5 Brands";
        content: "\f08e";
        font-weight: 400;
        padding-left: 5px;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;*/
}

a#pull, a#pullSub {
    display: none;
}

.mobileShow {
    display: none;
}

.mobileHide {
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 1.5rem;
}


/* Mobile Navigation for Both Desktop/Mobile */

#nav-trigger {
    width: auto;
    height: auto;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    clip: rect(0, 0, 0, 0);
    cursor: pointer;
}

.hmbg {
    width: 3.5em;
    height: 3.5em;
    position: relative;
    display:flex;
    margin:0 0 0 auto;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
}

.open,
.close {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    right: 0;
    top: 0;
    box-sizing: border-box;
}

.open line {
    fill: none;
    stroke: #fff;
    stroke-width: 5.2094;
    stroke-miterlimit: 10;
    stroke-dasharray: 68;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.close line {
    fill: none;
    stroke-width: 5.2094;
    stroke-miterlimit: 10;
    stroke-dasharray: 68;
    stroke-dashoffset: 68;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.hmbg:hover .open line {
    stroke:#e3dfdf;
}

#fixedNavContainer {
    width: 100%;
    max-width: 22.5em;
    height: 100%;
    position: fixed;
    flex-wrap: wrap;
    align-items: unset;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #363636;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    transform: translate(100%, 0);
    overflow-y: auto;
    z-index:1000;
}

#fixedNavContainer .nav ul {
    width: 100%;
    padding:2rem 0;
}

#fixedNavContainer .nav ul li {
    width: 100%;
}

#fixedNavContainer .nav ul li a {
    width: 100%;
    padding:0.75rem 1rem;
}

#fixedNavContainer .nav ul li ul {
    display: block ;
    position: relative;
    padding:0;
}


/* Show/Hide Menu when Hamburger menu clicked */

#nav-trigger:checked ~ #headerContainer,
#nav-trigger:checked ~ #pageWrapper {
    right:22.5rem;
}


#nav-trigger:checked ~ #headerContainer #headerRight #hmbg {
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    z-index: 9999;
}


#nav-trigger:checked ~ #headerContainer #headerRight #hmbg .open line {
    stroke-dashoffset: 68;
}


#nav-trigger:checked ~ #headerContainer #headerRight #hmbg .close line {
    stroke: #e3dfdf;
    stroke-dashoffset: 0;
}


#nav-trigger:checked ~ #headerContainer #fixedNavContainer {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}


hr {
    border-top: 1px solid #CCCCCC;
    border: 0;
    height: 1px;
    background: #AAA;
    background-image: linear-gradient(to right, #CCC, #AAA, #CCC);
}

#leftSideBar {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    max-width: 100%;
    height: auto;
    text-align: left;
    padding: 1rem 0;
}

#leftSideBar ul {
    margin: 0 auto;
    padding: 0;
}

#leftSideBar li {
    list-style: none;
    display: block;
}

#leftSideBar li a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    color: #444444;
}

#leftSideBar .mnuItemActive a {
    font-weight: bold;
}

#leftSideBar .mnuItemActive .mnuSub .mnuItem a, #leftSideBar .mnuItemActive .mnuSub .mnuItemMembers a {
    font-weight: normal !important;
}

#leftSideBar .mnuItemActive .mnuSub a {
    padding: 7px 15px 7px 30px;
}

#main {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80%;
    max-width: 100%;
    height: auto;
    min-height: 500px;
    text-align: left;
    background: #FFFFFF;
    border-left: 1px solid #EEE;
    padding: 1rem;
}

#id_cal_date_box {
    background: #FFFFFF;
}

#id_cal_date_box a {
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 3px;
    display: block;
    text-align: center;
}

/*Quick Link Boxes*/

.quick-link-boxes {
    width: 100% !important;
    border-spacing: 0;
}

.quick-link-boxes tr {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.quick-link-boxes td {
    width: calc(100%/5 - 0em);
    display: inline-flex;
    padding: 6rem 0;
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.quick-link-boxes td a {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-width: 0 0.125em 0 0;
    border-color: #AE6219;
    border-style: solid;
    box-sizing: border-box;
}

.quick-link-boxes td a .SubHeaderText,
.quick-link-boxes td a .HeaderText {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    margin:0.5em auto;
    text-transform: uppercase;
    box-sizing: border-box;
}

.quick-link-boxes td a .SubHeaderText {
    font-size: 1.5rem;
    color: #AE6219;
    font-weight: 400;
}
.quick-link-boxes td a .HeaderText {
    font-size: 1.75rem;
    font-weight: 600;
    color:#383838;
}

.quick-link-boxes td a .HeaderText::after {
    content: '';
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    top:-0.25rem;
    right: -0.25rem;
    padding: 0.25rem;
    border-color: #383838;
    border-style: solid;
    border-width: 0 0.25rem 0.25rem 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
      
}

.quick-link-boxes td:last-child a {
    border-width: 0;
}

/* Staff Directory */

#staff table.modContainer {
    width: 100% !important;
}

#staff .ctBulletin, #blog .ctBulletin {
    text-align: center;
    background: #F7F7F7;
    outline: 3px solid #FFFFFF;
}

#staff .ctBulletin a, 
#blog .ctBulletin a {
    text-decoration: none;
}


#staff .ctBulletinTitle, #blog .ctBulletinTitle {
    font-weight: bold;
    font-size: 1.1rem;
}

#staff .ctBulletinLink, #blog .ctBulletinLink {
    text-decoration: none;
}



/*Menu Directory */

#menu table.modContainer {
    width: 100% !important;
}

#menu .ctBulletin, #blog .ctBulletin {
    padding:1rem;
    text-align: center;
    background: #F7F7F7;
    outline: 3px solid #FFFFFF;
}

#menu .ctBulletin a, #blog .ctBulletin a {
    text-decoration: none;
}

#menu .ctBulletinTitle, #blog .ctBulletinTitle {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
}

#menu .ctBulletinLink, #blog .ctBulletinLink {
    text-decoration: none;
}


.ctBulletinShortText {
    font-size: 15px;
}

.ctBulletinDate {
    font-size: 13px;
}

.upcomingEvents .modHeader {
    display: none !important;
}

.hov1Col .hovLink {
    margin: 0 !important;
}

#hovHeadline, #hovHeadlineHover {
    font-family: sans-serif !important;
}

#hovText, #hovTextHover {
    font-family: sans-serif !important;
}

#hovLinkButton {
    font-family: sans-serif !important;
}

.calToday {
    background: #F7F7F7;
}

#calMonthTable {
    border: 1px solid #CCCCCC;
}

.calWeekDayHeader {
    background: #545454;
    border: 1px solid #545454;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px;
    font-weight: normal;
}

#fwContent img {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
}

#pageWrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1;
}

#pageWrapper:after {
    content: '';
    display: block;
    clear: both;
}

/* GLOBAL CMS RESETS */
table.modContainer {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*SEARCH MODULE*/
form#srchForm {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
}

#srchForm input[name="SearchValue"] {
    display: block;
    width: 100%;
}

/* MAIL SUBSCRIPTIONS MODULE */
#subscr_Form table.ctNormal {
    position: relative;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#subscr_Form td {
    display: block;
    width: 100%;
    text-align: left;
}

#subscr_Form td, #subscr_Form tr {
    height: auto !important;
    vertical-align: top;
}

#subscr_Form input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

#subscr_Form input[name="usr_firstname"] {
    display: block !important;
    margin-bottom: 0;
}

#subscr_Form input[name="usr_lastname"] {
    display: inline-block;
    margin-left: -3px;
    margin-top: 10px;
}

#subscr_Form input[name="usr_address"] {
    display: block !important;
    margin-bottom: 0;
}

#subscr_Form input[name="usr_address2"] {
    margin-top: -10px;
}

#subscr_Form select {
    margin-bottom: 10px;
}

#subscr_Form img[src="/fw/_icons/spacer.gif"] {
    display: none !important;
}

#subscr_Form tr#group_selector td.ctNormal span {
    height: auto !important;
    border-bottom: none;
    display: block;
}

#subscr_Form #noemail {
    margin-bottom: 10px;
}

.formTable input[type="text"], .formTable textarea, .formTable select {
    width: 100%;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 9999;
}

.TableStyle1 {
    border-collapse: collapse;
}

.TableStyle1 tr:nth-child(odd) {
    background: #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
}

.TableStyle1 tr:nth-child(even) {
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
}

/* A la Carte Dining Styles */
#fwDiningNewRes #fwStep3 table {
    width: 100%;
}

#fwDiningNewRes {
    font-family: 'Montserrat', sans-serif !important;
}

#fwDiningNewRes a {
    color: #6E7F5D;
}

#fwDiningNewRes a:hover, #fwDiningNewRes a:focus {
    outline: 0 !important;
    color: #5a6b48;
}

#fwDiningNewRes input[type="text"]:focus, #fwDiningNewRes textarea:focus, #fwDiningNewRes select:focus {
    outline: 0;
    border: 1px solid #6E7F5D !important;
}

#fwDiningNewRes #tabs li:focus {
    outline: 0 !important;
}

#fwDiningNewRes .ui-state-default .ui-corner-top .ui-tabs-active .ui-state-active:focus {
    outline: 0 !important;
    color: #FFFFFF !important;
}

#fwDiningNewRes .ui-state-active a {
    color: #FFFFFF !important;
}

/*Today's Date - Calendar*/
#fwDiningNewRes .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #5a6b48 !important;
    background: #f6f9f2 !important;
    color: #6E7F5D !important;
}

#fwDiningNewRes {
    /* color: #D2AE00; - gold color */
}

/*Selected Date - Calendar*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #5a6b48 !important;
    background: #6E7F5D !important;
    font-weight: normal;
    color: #ffffff !important;
}

#fwDiningNewRes .ui-state-active, #fwDiningNewRes .ui-widget-content .ui-state-active, #fwDiningNewRes .ui-widget-header .ui-state-active, #fwDiningNewRes a.ui-button:active,
#fwDiningNewRes .ui-button:active,
#fwDiningNewRes .ui-button.ui-state-active:hover {
    border: 1px solid #5a6b48 !important;
    background: #6E7F5D !important;
    font-weight: normal;
    color: #ffffff !important;
}

#fwDiningNewRes select {
    border: 1px solid #AAAAAA;
    background: #FFFFFF;
    height: 33px;
}

#fwDiningNewRes input[name="ResDate"] {
    width: 100px;
    height: 30px !important;
    border-radius: 5px;
    border: 1px solid #AAA;
    padding: 0 0 0 5px !important;
}

#fwDiningNewRes #btnContinue {
    background: #FFFFFF;
    padding: 10px 15px;
    border: 1px solid #AAA;
    color: #545454;
    cursor: pointer;
    transition: 0.2s ease all;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#fwDiningNewRes #btnContinue:hover {
    background: #545454 !important;
    color: #FFFFFF !important;
}

.fwDiningBtnGreen {
    background: #FFFFFF;
    padding: 10px 15px;
    border: 1px solid #6E7F5D;
    color: #6E7F5D;
    cursor: pointer;
    transition: 0.2s ease all;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.2s ease all;
}

.fwDiningBtnGreen:hover, .fwDiningBtnGreen:focus {
    outline: 0;
    background: #6E7F5D !important;
    color: #FFFFFF;
}

.fwDiningBtnBlue {
    background: #FFFFFF;
    padding: 10px 15px;
    border: 1px solid #000630;
    color: #000630;
    cursor: pointer;
    transition: 0.2s ease all;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.2s ease all;
}

.fwDiningBtnBlue:hover, .fwDiningBtnBlue:focus {
    outline: 0;
    background: #000630 !important;
    color: #FFFFFF !important;
}

#attendeeTable .fwDiningBtnBlue, #attendeeTable .fwDiningBtnGreen {
    width: 100%;
    display: block;
    height: 39px !important;
}

#attendeeTable input[type="text"] {
    height: 23px !important;
    width: 90%;
}

#attendeeTable input:read-only {
    height: 23px;
    /*important*/
    width: 90%;
}

#fwDiningNewRes input[type="text"] {
    border: 1px solid #AAAAAA;
    padding: 7px;
}

#fwDiningNewRes input[type="text"]:focus {
    outline: 0;
    border: 1px solid #6E7F5D !important;
}

#fwDiningNewResDetails {
    width: 100% !important;
}

#fwDiningNewRes #fwStep3 label {
    display: block;
    padding-top: 10px;
}

#usrRelated0, .usrRelated0 {
    font-size: 1.2rem;
}

/* Accordion Styles */
#accordion .modContainer {
    position: relative;
    width: 100% !important;
}

#accordion .ctBulletinTitle a:before {
    content: "\25BC";
    color: #aaaaaa;
    font-size: 16px !important;
    display: inline-block;
    vertical-align: top;
    text-shadow: none !important;
    padding: 0 10px;
}

#accordion .ctBulletinTitle a {
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #545454;
    letter-spacing: 2px;
    line-height: 3.6rem;
    background: #F7F7F7;

}

#accordion .ctBulletin {
    border: 1px solid #CCC;
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

#accordion .ctContent {
    padding: 10px;
}

/* Event Res Icon Size fix */
img[src="../_icons/ico_people.gif"] {
    position: relative;
    width: 18px !important;
    max-width: 18px !important;
    height: auto;
}

img[src="../_icons/ico_delete.gif"] {
    position: relative;
    width: 16px !important;
    max-width: 16px !important;
    height: auto;
}

/* Grid Table Styles */
.gridTable .formTable td {
    display: table-cell;
    width: auto !important;
}

.gridTable .hovLink {
    margin: 0 !important;
}

.gridTable {
    border-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gridTable .flex-control-nav {
    bottom: 0px !important;
}

.gridTable .flex-control-paging li a.flex-active {
    background: #F7F7F7 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    cursor: default;
}

.gridTable .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #eeeeee;
    background: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.gridTable {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    /*background: #EEEEEE;*/
}

.gridTable tr {
    /*background: #EEEEEE;*/
}

.gridTable tr:last-child {
    background: #FFFFFF;
}

/*
.gridTable tr:last-child td:nth-child(1) {
    float: none !important;
}

.gridTable tr:last-child td:nth-child(2) {
    float: none !important;
}

*/

.gridTable tr:last-child td:nth-child(1) .contentText, .gridTable tr:last-child td:nth-child(2) .contentText {
    /*padding: 0.5rem 1rem !important;*/
}

.gridTable td {
    /*width: 49.75%;*/
    width: 50%;
    display: inline-block;
    vertical-align: top;
    /*middle*/
}

.gridTable img {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    display: block;
}

.gridTable tr:nth-child(odd) {
    width: 100%;
}

.gridTable tr:nth-child(even) {
    clear: both;
}

.gridTable tr:nth-child(odd) td:nth-child(1) {
    float: right;
    vertical-align: top !important;
    /*middle*/
}

.gridTable tr:nth-child(odd) td:nth-child(2) {
    float: left;
    vertical-align: top !important;
    /*middle*/
}

.gridTable tr:nth-child(odd) td .contentText {
    padding:2rem 1rem;
    text-align: left;
}

.gridTable tr:nth-child(even) td .contentText {
    padding:2rem 1rem;
    text-align: right;
}

.contentText .HeaderText {
    padding-bottom: 1rem;
}

.contentText {
    padding: 2rem 3rem;
    /*3rem*/
    font-size: 20px;
    text-align: center;
}


/*============================== Media Queries ==============================*/

@media only screen and (min-width: 1300px) and (max-width: 1599px) {

    #header {
        padding: 1rem;
    }

    .imgFloatedRight,
    .imgFloatedLeft {
         width: 50% !important;
         max-width: 36em !important;
     }
}

@media only screen and (min-width: 1023px) and (max-width: 1299px) {

    #header {
        width: calc(100% - 5rem);
        padding: 1rem;
    }


    .quick-link-boxes, .quick-link-boxes tbody, .quick-link-boxes tr {
        width: 100%;
    }

    .quick-link-boxes td {
        width: calc(100%/3 - 0em);
        padding:0;
        border-width:0.0125rem;
        border-style: solid;
        border-color: #bdbdbd;
    }

    .quick-link-boxes td a {
        padding:2rem;
        border-width: 0;
    }

    .imgFloatedRight,
    .imgFloatedLeft {
         width: 50% !important;
         max-width: 32em !important;
     }
}

@media only screen and (min-width: 769px) and (max-width: 1022px) {

    #header {
        width: calc(100% - 5rem);
        padding: 1rem;
    }

    .quick-link-boxes, .quick-link-boxes tbody, .quick-link-boxes tr {
        width: 100%;
    }

    .quick-link-boxes td {
        width: calc(100%/2 - 0em);
        padding:0;
        border-width:0.0125rem;
        border-style: solid;
        border-color: #bdbdbd;
    }

    .quick-link-boxes td a {
        padding:2rem;
        border-width: 0;
    }

    .imgFloatedRight,
    .imgFloatedLeft {
         width: 50% !important;
         max-width: 28em !important;
     }
}

@media only screen and (max-width: 768px) {
    #bannerContainer {
        min-height: 1px !important;
    }

    .gridTable td {
        width: 100% !important;
        display: block !important;
    }

    .gridTable tr:nth-child(odd) td:nth-child(1) {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .gridTable tr:nth-child(odd) td:nth-child(2) {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    .gridTable tr:last-child td:nth-child(1) .contentText, 
    .gridTable tr:last-child td:nth-child(2) .contentText {
        padding: 0.5rem 1rem !important;
    }

    .gridTable tr:nth-child(odd) td .contentText,
    .gridTable tr:nth-child(even) td .contentText {
        text-align: center;
    }

    .quick-link-boxes, .quick-link-boxes tbody, .quick-link-boxes tr, .quick-link-boxes th, .quick-link-boxes td {
        width: 100%;
    }

    .quick-link-boxes tr {
        width: 100%;
        flex-wrap: wrap;
        padding:0;

    }

    .quick-link-boxes td {
        padding:2rem;
        border-width:0 0 0.0125rem;
        border-style: solid;
        border-color: #bdbdbd;
    }

    .quick-link-boxes td a {
        padding:0;
        border-width: 0;
    }

    .imgFloatedRight,
    .imgFloatedLeft {
         width: 100% !important;
         margin:0 0 1em !important;
     }


    /*Fix Survey Matrix on mobile*/
    #svyQuestionMatrixAnswer {
        display: table !important;
    }

    #svyQuestionMatrixAnswer tbody {
        display: table-row-group !important;
    }

    #svyQuestionMatrixAnswer tr {
        display: table-row !important;
    }

    #svyQuestionMatrixAnswer td {
        display: table-cell !important;
        width: auto !important;
    }

    .sticky {
        position: relative !important;
    }

    #pageWrapper {
        position: relative !important;
    }

    #pageName {
        margin:0 0 0.5em;
    }

    .hov2Col {
        display: block !important;
        width: 100% !important;
    }

    #staff .ctBulletin, #blog .ctBulletin,
    #menu .ctBulletin, #blog .ctBulletin {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    #navContainer li {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    #navContainer ul ul {
        display: none !important;
    }

    .mobileTable, .mobileTable tbody, .mobileTable tr, .mobileTable th, .mobileTable td {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto !important;
        white-spacing: normal;
    }

    #nav-trigger:checked ~ #headerContainer, #nav-trigger:checked ~ #pageWrapper {
        right: 0;
    }

    #nav-trigger:checked ~ #headerContainer #headerRight {
        vertical-align: top;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    
    
    }

    a#pull, a#pullSub {
        display: block !important;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .mobileShow {
        display: block !important;
    }

    .mobileHide {
        display: none !important;
    }

    a#pull {
        padding: 10px 15px;
    }

    #navContainer {
        text-align: left !important;
    }

    #navMod {
        position: relative;
        margin: 0;
        padding: 0;
        display: none;
    }

    #navMod li {
        list-style: none;
        text-align: left;
    }

    #navMod li a {
        text-decoration: none;
        text-align: left;
        display: block;
        padding: 10px 15px;
    }

    a#pullSub {
        position: relative;
        width: 90%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 15px;
        border: 1px solid #545454;
        color: #545454;
        background: #FFFFFF;
    }

    #sideLinks {
        position: relative;
        width: 90%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        display: none;
        border-right: 1px solid #545454;
        border-bottom: 1px solid #545454;
        border-left: 1px solid #545454;
    }

    #sideLinks li {
        list-style: none;
    }

    #footerLeft, #footerCenter, #footerRight {
        display: block !important;
        width: 100% !important;
        margin: 10px auto !important;
        text-align: center !important;
    }

    /* Edit Profile - Mobile Styles */
    form[name="usp_Form"] #inpFirst, form[name="usp_Form"] #inpMiddle, form[name="usp_Form"] #inpLast {
        display: inline-block !important;
        verical-align: top;
    }

    form[name="usp_Form"] #lblFirst, form[name="usp_Form"] #lblMiddle, form[name="usp_Form"] #lblLast {
        display: none !important;
    }

    form[name="usp_Form"] #inpMiddle {
        padding-left: 4px;
    }

    form[name="usp_Form"] input[name="usr_firstname"], form[name="usp_Form"] input[name="usr_lastname"] {
        display: inline-block !important;
        width: 100% !important;
    }

    form[name="usp_Form"] .input[name="usr_initial"] {
        display: inline-block;
        width: 100% !important;
    }

    form[name="usp_Form"] td {
        display: block !important;
        text-align: left;
        vertical-align: top !important;
        white-space: normal;
    }

    form[name="usp_Form"] input[type="text"] {
        display: inline-block !important;
        text-align: left;
        width: 85%;
    }

    /* Calendar - Mobile Styles */
    #calWeekDayHeader {
        display: none !important;
    }

    #calMonthTable, #calMonthTable tbody, #calMonthTable tr, #calMonthTable th, #calMonthTable td {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto !important;
        text-align: left !important;
    }

    #calMonthTable td div {
        text-align: left !important;
    }

    #calViewSelector td {
        display: block !important;
        text-align: center !important;
    }

    /* Member Roster - Mobile Styles */
    #mdMemberDirectory table, #mdMemberDirectory tbody, #mdMemberDirectory tr, #mdMemberDirectory th, #mdMemberDirectory td {
        display: block;
        width: 100%;
    }

    #mdLetterLookup, #mdLetterSelected {
        display: inline-block !important;
        width: auto !important;
        margin: 5px;
        padding: 10px 15px;
    }

    #mdLetterSelected {
        background: #545454 !important;
        color: #FFFFFF !important;
    }

    #mdLetterSelected a {
        color: #FFFFFF !important;
        text-decoration: none;
    }

    #mdLetterLookup a {
        text-decoration: none;
    }

    #gridPageNavigation td {
        text-align: left !important;
    }

    .pgNavPagesGrid {
        display: inline-block !important;
        width: auto !important;
        text-align: center;
    }

    .pgNavPagesGrid a {
        display: block;
        padding: 5px;
    }

    /* Member Directory Photo */
    #usrProfile td.ctNormal, #usrPicture {
        display: block !important;
        width: 100% !important;
    }

    #usrProfile td.ctNormal {
        text-align: left !important;
    }

    #usrPicture {
        margin: 0 auto !important;
        text-align: center;
    }

    #usr_Related0 {
        text-align: left !important;
    }

    #usrRelated0, .usrRelated0 {
        font-size: 1.2rem;
    }

    #calUpcoming .ctBulletin {
        display: inline-block !important;
        width: auto !important;
    }

    #leftSideBar {
        display: block !important;
        width: 100% !important;
    }

    #main {
        display: block !important;
        width: 100% !important;
        border-left: 0 !important;
    }

    .noNav #content {
        padding:1rem;
    }

    /* DINING RESERVATIONS MODULE */
    iframe[name="ifrMakeRes"] {
        height: 2000px !important;
    }

    #fwStep1 table, #fwStep1 tbody, #fwStep1 tr {
        display: block;
        width: 100%;
    }

    #fwStep1 td {
        display: block;
        width: 100%;
    }

    #fwStep1 input[type="text"], #fwStep1 select, #fwStep1 textarea {
        width: 98% !important;
    }

    #fwStep3 table, #fwStep3 tbody, #fwStep3 tr, #fwStep3 td {
        width: 100%;
        display: block;
    }

    #fwDiningNewResDetails table, #attendeeTable table {
        display: table !important;
    }

    #fwDiningNewResDetails tbody, #attendeeTable tbody {
        display: table !important;
    }

    #fwDiningNewResDetails tr, #attendeeTable tr {
        display: table-row !important;
    }

    #fwDiningNewResDetails td {
        display: table-cell !important;
        text-align: center;
        width: 25%;
    }

    #attendeeTable td {
        display: table-cell !important;
        text-align: left;
        width: auto;
    }

    #fwDiningNewRes #fwStep3 label {
        display: block;
        padding-top: 10px;
    }

    #fwDiningNewRes #fwStep3 textarea {
        display: block;
    }

    #fwDiningNewRes #fwStep3 #attendeeTable tr:first-child td {
        /*width: 1px !important;*/
    }

    /*MY RESERVATIONS STYLES*/
    .resHeadings {
        display: none !important;
    }

    .eventResTable td {
        display: block !important;
        text-align: left !important;
    }

    .eventResTable tr {
        border-bottom: 1px solid #CCCCCC;
    }

    .eventResTable tr:nth-child(even) {
        background: #F7F7F7;
    }

    .eventResTable tr:nth-child(odd) {
        background: #FFFFFF;
    }
}