html,
body {
    height: 100%
}

body {
    font-family: "Lora", serif;
    font-size: 13px;
    color: #7c7c7c;
    background: #fff;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    body {
        font-size: 16px
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 20px
}

h1 {
    font-size: 27px;
    color: #222;
    line-height: 1;
    font-weight: 400;
    font-family: "Cabin", sans-serif
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 32px
    }
}

@media screen and (min-width: 992px) {
    h1 {
        font-size: 36px
    }
}

h2 {
    font-size: 22px;
    line-height: 1.2;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-family: "Cabin", sans-serif
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 26px
    }
}

@media screen and (min-width: 992px) {
    h2 {
        font-size: 30px
    }
}

.page-banner.hasImg .page-title h1 {
    text-transform: uppercase;
    letter-spacing: 2.2px
}

h3 {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 400;
    color: #545454;
    font-family: "Cabin", sans-serif
}

@media screen and (min-width: 768px) {
    h3 {
        font-size: 21px
    }
}

@media screen and (min-width: 992px) {
    h3 {
        font-size: 24px
    }
}

h4 {
    font-size: 20px;
    color: #222;
    line-height: 1.667;
    font-style: italic;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    h4 {
        font-size: 24px
    }
}

@media screen and (min-width: 992px) {
    h4 {
        font-size: 28px
    }
}

h5 {
    color: #222;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Cabin", sans-serif
}

@media screen and (min-width: 768px) {
    h5 {
        font-size: 19px
    }
}

@media screen and (min-width: 992px) {
    h5 {
        font-size: 22px
    }
}

h6 {
    font-size: 11px;
    color: #0d8360;
    font-family: "Cabin", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.9;
    letter-spacing: 2px
}

@media screen and (min-width: 768px) {
    h6 {
        font-size: 13px
    }
}

p,
ul,
ol {
    line-height: 1.875
}

a {
    color: #156a51;
    text-decoration: none
}

a:hover {
    color: #222;
    text-decoration: none
}

#content .mpContent a {
    text-decoration: underline
}

#content .mpContent a:hover {
    text-decoration: underline
}

blockquote {
    border: 0;
    font-size: inherit;
    padding: 0
}

.but {
    background: #f1f1f1;
    border: 1px outset #222;
    color: #222;
    cursor: pointer;
    font: 13px
}

.membut {
    background: #f1f1f1;
    border: 1px solid #222;
    color: #222;
    cursor: pointer;
    font: 11px
}

.abut,
input[type=button],
input[type=submit],
button,
.but,
.mobileButton,
.secondary_abut,
.sub-menu ul.ulMenu>li>a {
    border: 1px solid #0d8360;
    color: #fff;
    text-decoration: none !important;
    padding: 20px 75px;
    cursor: pointer;
    border-radius: 0;
    background-color: #0d8360;
    letter-spacing: 2px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-align: center;
    font-family: "Cabin", sans-serif
}

.abut:hover,
.abut:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus,
.but:hover,
.but:focus,
.mobileButton:hover,
.mobileButton:focus,
.secondary_abut:hover,
.sub-menu ul.ulMenu>li>a:hover,
.secondary_abut:focus,
.sub-menu ul.ulMenu>li>a:focus {
    color: #fff;
    background: #156a51;
    border-color: #156a51
}

.secondary_abut,
.sub-menu ul.ulMenu>li>a {
    background: #fff;
    color: #545454;
    padding: 20px 40px;
    border-color: #0d8360
}

.secondary_abut:hover,
.sub-menu ul.ulMenu>li>a:hover,
.secondary_abut:focus,
.sub-menu ul.ulMenu>li>a:focus {
    background: #0d8360;
    color: #fff;
    border-color: #0d8360
}

.ul-basic,
.sub-menu ul.ulMenu,
.side-menu ul,
.slick-dots {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: block
}

.ul-hz,
.sub-menu ul.ulMenu,
.slick-dots {
    text-align: center
}

.ul-basic li,
.sub-menu ul.ulMenu li,
.side-menu ul li,
.slick-dots li,
.ul-hz li,
.sub-menu ul.ulMenu li,
.slick-dots li {
    margin: 0
}

ul,
ol {
    margin-bottom: 30px
}

hr {
    border-top-color: #f1f1f1
}

#content .mpContent li {
    margin-left: 15px
}

@media screen and (min-width: 768px) {

    .ul-hz>li,
    .sub-menu ul.ulMenu>li,
    .slick-dots>li {
        display: inline-block
    }
}

a {
    -webkit-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

button,
.abut,
.secondary_abut,
.sub-menu ul.ulMenu>li>a,
.navbar-default .hamburger,
.login-wrap .advLogPassword,
.login-wrap .advLogUsername {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.CEMenu {
    margin: 0;
    padding: 0
}

.txtbox {
    background: #FFF;
    border-style: inset;
    border-width: 2px;
    color: #000;
    font: 11px;
    margin: 2px 0
}

.rowNormal {
    background: #eee;
    color: #000;
    font: 400 11px
}

.rowHover {
    background: #FFF;
    color: #000;
    font: 400 11px
}

.rowAlternate {
    background: #eee;
    color: #000;
    font-weight: 400
}

.rowHeader {
    background: #555;
    border: 1px solid #000;
    color: #FFF;
    font-weight: 700
}

.cookieTrail {
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #000;
    display: none;
    font: 400 11px;
    padding: 2px;
    text-decoration: none
}

a.cookieTrail,
a.cookieTrail:hover {
    color: #333;
    font: 400 11px;
    text-decoration: none
}

.hideText {
    display: none
}

.clickToEditDiv img.img-responsive,
.plgHeaderBar img.img-responsive {
    width: auto !important
}

#editorMenuWrapper {
    text-align: left
}

.rrHandle {
    display: none !important
}

#buddyListDiv {
    position: fixed !important;
    top: 51px !important
}

#btnKeepAlive,
#btnKeepAlive+.abut {
    width: 90% !important;
    display: block;
    margin: 0 auto
}

#logoutDiv {
    height: auto !important
}

#countdownBox {
    margin-bottom: 10px;
    display: inline-block
}

.content-wrap .formQuestionCell,
.content-wrap .formControlCell {
    padding: 5px
}

#adminDashboardMenu {
    letter-spacing: 0
}

.NETCEDynamicGroups .rtbMid,
.NETCEDynamicGroups .rtbMid .rtbIn {
    vertical-align: top !important
}

.NETCEDynamicGroups .RadToolBar .rtbIn {
    overflow: visible !important
}

.global-scripts {
    display: none
}

.global-scripts.script9,
.global-scripts.script5 {
    display: block;
    position: fixed;
    width: 200px;
    height: 200px;
    padding: 0 0 15px 0;
    text-align: center;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: #fff;
    overflow: hidden;
    z-index: 50000000000
}

.global-scripts.script9.minimized,
.global-scripts.script5.minimized {
    width: 36px;
    height: 46px;
    padding: 0 0 15px 10px;
    bottom: 95px
}

.global-scripts.script9.minimized:hover,
.global-scripts.script5.minimized:hover {
    width: 41px
}

.GS-head {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 8px 0 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center
}

.global-scripts.script9.minimized .GS-head,
.global-scripts.script5.minimized .GS-head {
    text-align: right;
    font-size: 11px;
    padding: 17px 0px;
    padding-right: 31px;
    color: transparent
}

.GS-toggle {
    width: 100%;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: 0.3s
}

.GS-head:hover {
    cursor: pointer
}

.toggle-1,
.toggle-2 {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    right: 16px;
    top: 17px
}

.toggle-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.toggle-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.global-scripts.script9.minimized .toggle-2,
.global-scripts.script5.minimized .toggle-2 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}

.global-scripts.script9.minimized .toggle-1,
.global-scripts.script5.minimized .toggle-1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.GS-head:hover .GS-toggle .toggle-1,
.GS-head:hover .GS-toggle .toggle-2 {
    width: 2px
}

.hide-toggle {
    position: relative;
    font-size: 13px;
    padding-bottom: 10px;
    padding-right: 10px;
    width: 120px;
    margin: 0 auto
}

.hide-toggle input[type="checkbox"] {
    margin: 0;
    top: 3px;
    right: -4px;
    position: absolute
}

.fed-scripts {
    padding-bottom: 2px
}

@media (max-width: 768px) {

    .global-scripts,
    .global-scripts.script9,
    .global-scripts.script5 {
        display: none
    }
}

header {
    position: relative;
    height: 60px;
    z-index: 100;
    width: 100%;
    text-align: left;
    background: #fff;
    transition: .3s;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.15)
}

header.fixed {
    position: fixed;
    top: -60px;
    height: 60px;
    opacity: .97
}

@media screen and (min-width: 1100px) {
    header {
        height: 120px;
        text-align: center
    }
}

.open-shelf header.fixed {
    right: 300px
}

@media screen and (min-width: 1100px) {
    .open-shelf header.fixed {
        right: auto
    }
}

.logo {
    display: block;
    background-size: contain;
    background-repeat: no-repeat
}

header .logo {
    transition: .25s;
    z-index: 100
}

.pb header.fixed .logo {
    width: 112px;
    height: 50px;
    background-size: 77%;
    background-position: center top
}

@media screen and (min-width: 1100px) {
    .pb header.fixed .nav-offcanvas {
        top: 0
    }

    .pb header.fixed .nav-offcanvas>ul>li>a {
        padding: 20px 18px
    }

    .pb header.fixed .nav-offcanvas>ul>li:last-child>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.pb .logo {
    position: absolute;
    left: 50%;
    top: 5px;
    width: 112px;
    height: 50px;
    margin-left: -56px;
    background-image: url(../../../Images/logo.png);
    background-size: 77%;
    background-position: center top;
    background-image: url(../../../Images/logo.png)
}

@media screen and (min-width: 1100px) {
    .pb .logo {
        width: 112px;
        height: 112px;
        margin-left: -56px;
        top: 4px;
        background-size: contain
    }
}

.pv header.fixed .logo {
    width: 120px;
    height: 50px;
    top: 5px
}

@media screen and (min-width: 1100px) {
    .pv header.fixed .nav-offcanvas {
        top: 0
    }

    .pv header.fixed .nav-offcanvas>ul>li>a {
        padding: 20px 25px
    }
}

.pv header.fixed .abut {
    top: 7px;
    padding-top: 15px;
    padding-bottom: 15px
}

.pv .logo {
    position: absolute;
    left: 15px;
    top: 5px;
    width: 120px;
    height: 50px;
    background-image: url(../../../Images/logo-pv.png)
}

@media screen and (min-width: 1100px) {
    .pv .logo {
        width: 207px;
        height: 86px;
        left: 50px;
        top: 18px
    }
}

@media screen and (min-width: 1100px) {
    header .container-fluid {
        padding-left: 50px;
        padding-right: 50px
    }
}

header .nav-btn {
    position: absolute;
    top: 22px;
    display: block;
    color: #156a51;
    text-transform: none;
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    font-size: 14px;
    background: none
}

header .nav-btn:hover {
    color: #222
}

header .nav-btn.nav-btn-right {
    right: 20px
}

@media screen and (min-width: 768px) {
    header .nav-btn.nav-btn-right {
        right: 40px
    }
}

@media screen and (min-width: 1100px) {
    header .nav-btn {
        display: none
    }
}

.nav-modal {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    top: 0
}

.nav-modal.overlay {
    position: fixed
}

.open-shelf .nav-modal {
    z-index: 101;
    opacity: 1;
    visibility: visible
}

@media screen and (min-width: 1100px) {
    .open-shelf .nav-modal {
        z-index: -1;
        visibility: hidden;
        opacity: 0
    }
}

.pv header .abut {
    display: none;
    position: absolute;
    right: 50px;
    top: 34px
}

@media screen and (min-width: 1100px) {
    .pv header .abut {
        display: inline-block
    }
}

.offcanvas {
    position: relative;
    transition: all .25s ease-in-out
}

.offcanvas-right {
    right: 0
}

.offcanvas-right.open-shelf {
    right: 300px;
    text-align: left
}

.nav-offcanvas {
    position: fixed;
    top: 0;
    height: 100%;
    right: -300px;
    width: 300px;
    overflow: auto;
    transition: all 0.25s ease-out 0s;
    background: #156a51
}

.offcanvas-right.open-shelf .nav-offcanvas {
    right: 0
}

.nav-basic {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav-offcanvas .nav-btn {
    left: 25px;
    top: 40px;
    color: #fff
}

.nav-offcanvas .nav-btn:hover {
    color: #f1f1f1
}

.nav-offcanvas>ul {
    margin-top: 100px
}

.nav-offcanvas>ul>li {
    position: relative;
    display: block;
    margin: 0;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Cabin", sans-serif
}

.nav-offcanvas>ul>li>a {
    display: block;
    padding: 17px 50px 17px 25px;
    line-height: 20px;
    color: #fff;
    background-color: #156a51;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.nav-offcanvas>ul>li>a:hover {
    color: #fff;
    background-color: #0d8360
}

.nav-offcanvas>ul>li.selectedItem>a {
    color: #fff;
    background-color: #0d8360
}

.nav-offcanvas>ul>li>a>span.dropdown-toggle {
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 0;
    right: 0;
    padding: 0;
    top: 0;
    background: none
}

.nav-offcanvas>ul>li a span.caret {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -2px
}

.nav-offcanvas li.open>a span.caret {
    border-bottom: 4px solid;
    border-top: 0
}

.dropdown-menu {
    padding: 20px 0;
    position: relative;
    width: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    float: none;
    font-size: 12px;
    background: #f1f1f1;
    text-align: center;
    margin: 0
}

.dropdown-menu>li {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px
}

.dropdown-menu>li>a {
    color: #929292;
    transition: all .3s ease-in-out;
    padding: 10px 20px;
    font-weight: 600;
    white-space: pre-line
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #156a51;
    background: #fff
}

.dropdown-menu>li.selectedItem>a {
    color: #156a51;
    background: #fff
}

.dropdown-submenu>a>.dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px
}

@media screen and (min-width: 1100px) {
    .offcanvas-right.open-shelf {
        right: 0;
        text-align: left
    }

    .nav-offcanvas {
        background: none;
        position: relative;
        overflow: visible;
        margin: 0 auto;
        right: auto;
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        top: 32px;
        height: auto
    }

    .nav-offcanvas>ul {
        text-align: center;
        display: inline-block;
        margin-top: 0
    }

    .nav-offcanvas>ul>li {
        border-bottom: 0;
        display: inline-block
    }

    .nav-offcanvas>ul>li>a {
        display: block;
        padding: 20px 25px 48px;
        background-color: transparent;
        position: relative;
        color: #545454
    }

    .nav-offcanvas>ul>li>a:hover,
    .nav-offcanvas>ul>li>a:focus {
        text-decoration: none;
        background-color: transparent;
        color: #156a51
    }

    .nav-offcanvas>ul>li.selectedItem>a {
        text-decoration: none;
        background-color: transparent;
        color: #156a51
    }

    .nav-offcanvas>ul>li>a>span.dropdown-toggle {
        display: none
    }

    .nav-offcanvas>ul>li>ul,
    ul.dropdown-menu {
        position: absolute;
        padding: 20px 0;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -130px;
        z-index: 1000;
        display: none;
        min-width: 160px;
        width: 260px;
        list-style: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0;
        border-radius: 0
    }

    .dropdown-menu>li>a {
        padding: 12px 30px
    }

    .dropdown-submenu>a>.dropdown-toggle {
        top: 9px
    }

    .nav-offcanvas li.dropdown>ul.dropdown-menu {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        opacity: 0;
        display: block;
        transition: transform 0.3s cubic-bezier(0.2, 0.38, 0.72, 1.3), opacity 0.2s ease-in
    }

    .nav-offcanvas li.dropdown:hover>ul.dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

    .nav-offcanvas li.dropdown-submenu:hover>ul.dropdown-menu {
        display: block
    }

    .nav-offcanvas li.dropdown-submenu>a>span.dropdown-toggle>span.caret {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 4px solid
    }

    .nav-offcanvas li.dropdown-submenu>ul.dropdown-menu {
        left: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
        top: 0
    }

    .pb .nav-offcanvas>ul>li>a {
        padding-left: 18px;
        padding-right: 18px
    }

    .pb .nav-offcanvas li#ulMenuItem_100087 {
        margin-left: 140px
    }

    .pb .nav-offcanvas>ul {
        margin-left: 120px
    }

    .pb header.fixed .nav-offcanvas>ul {
        margin-left: 85px
    }

    .pb .nav-offcanvas>ul>li:last-child>a {
        border: 1px solid #0d8360;
        text-decoration: none !important;
        cursor: pointer;
        border-radius: 0;
        background-color: #fff;
        letter-spacing: 2px;
        margin: 0 auto;
        text-transform: uppercase;
        width: auto;
        font-size: 13px;
        line-height: 13px;
        font-weight: 700;
        text-align: center;
        font-family: "Cabin", sans-serif;
        color: #545454;
        padding: 20px 40px;
        margin-left: 18px
    }

    .pb .nav-offcanvas>ul>li:last-child>a:hover,
    .pb .nav-offcanvas>ul>li:last-child>a:focus {
        background: #0d8360;
        color: #fff;
        border-color: #0d8360
    }

    .pv .nav-offcanvas>ul>li:last-child {
        display: none
    }
}

@media screen and (min-width: 1250px) {
    .pb .nav-offcanvas>ul>li>a {
        padding-left: 25px;
        padding-right: 25px
    }

    .pb .nav-offcanvas>ul>li:last-child>a {
        margin-left: 25px
    }
}

#masterPageUC_MSTR5 {
    position: relative
}

#content {
    padding: 0
}

#content.container,
#content.container-fluid {
    padding: 0 15px
}

#content .mpContent img.img-responsive {
    display: inline-block
}

#content.module-wrap {
    text-align: left;
    padding-top: 90px;
    padding-bottom: 90px;
    max-width: 1170px;
    margin: 0 auto
}

.bigBG {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.page-banner {
    position: relative
}

.page-banner.bigBG {
    height: 300px
}

@media screen and (min-width: 768px) {
    .page-banner.bigBG {
        height: 450px
    }
}

@media screen and (min-width: 992px) {
    .page-banner.bigBG {
        height: 595px
    }
}

.page-banner.hasImg>.clickToEditDiv {
    position: absolute !important;
    bottom: 0 !important;
    left: 0;
    z-index: 3
}

.page-banner.hasImg .page-title {
    position: absolute;
    padding: 0 15px;
    text-align: center;
    top: 47%;
    width: 100%
}

.page-banner.hasImg .page-title h1 {
    color: #fff
}

.content-wrap {
    padding-bottom: 45px;
    padding-top: 45px
}

@media screen and (min-width: 768px) {
    .content-wrap {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.one-col {
    max-width: 970px;
    margin: 0 auto
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1
}

.content-area {
    margin-bottom: 30px
}

@media screen and (min-width: 992px) {
    .content-area {
        margin-bottom: 0
    }
}

.sub-menu {
    padding: 35px 15px 0;
    display: none;
    position: relative
}

@media screen and (min-width: 768px) {
    .sub-menu {
        display: block
    }
}

.sub-menu ul.ulMenu>li {
    margin: 0 10px 20px
}

@media screen and (min-width: 768px) {
    .sub-menu ul.ulMenu>li>ul {
        display: none
    }
}

.sub-menu ul.ulMenu>li.selectedItem>a {
    color: #fff;
    background: #0d8360;
    border-color: #0d8360
}

.side-menu ul {
    text-align: left;
    font-family: "Cabin", sans-serif;
    font-weight: 500
}

.side-menu ul>li {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    position: relative
}

.side-menu ul>li>a {
    color: #929292
}

.side-menu ul>li>a:hover {
    color: #0d8360
}

.side-menu ul>li.selectedItem>a {
    color: #0d8360
}

.side-menu ul>li.open-panel {
    color: #0d8360
}

.side-menu ul>li.open-panel>a {
    margin-left: 30px
}

.side-menu ul>li.open-panel.opened .submenu-toggle .caret {
    border-bottom: 9px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 0
}

.side-menu ul>li .submenu-toggle {
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    top: 0px;
    line-height: 23px;
    left: 0;
    text-align: left;
    cursor: pointer
}

.side-menu ul>li .submenu-toggle .caret {
    margin-left: 0;
    vertical-align: middle;
    border-top: 9px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

.side-menu ul>li>ul {
    display: none;
    padding: 10px 10px 10px 30px
}

.side-menu ul>li>ul>li {
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    margin-bottom: 4px
}

.footer {
    padding: 50px 15px;
    background: #222;
    color: #fff;
    font-family: "Cabin", sans-serif;
    text-align: center
}

.footer a {
    color: #fff
}

.footer a:hover,
.footer a:focus {
    color: #f1f1f1
}

.footer a[href*="tel"] {
    cursor: default
}

.footer a[href*="tel"]:hover {
    color: #fff
}

.footer span {
    color: #929292;
    font-size: 12px
}

@media screen and (min-width: 768px) {

    .footer ul.ul-hz>li,
    .footer .sub-menu ul.ulMenu>li,
    .sub-menu .footer ul.ulMenu>li,
    .footer ul.slick-dots>li {
        padding: 0 10px;
        position: relative
    }

    .footer ul.ul-hz>li:before,
    .footer .sub-menu ul.ulMenu>li:before,
    .sub-menu .footer ul.ulMenu>li:before,
    .footer ul.slick-dots>li:before {
        content: '|';
        left: -4px;
        position: absolute
    }

    .footer ul.ul-hz>li:first-child:before,
    .footer .sub-menu ul.ulMenu>li:first-child:before,
    .sub-menu .footer ul.ulMenu>li:first-child:before,
    .footer ul.slick-dots>li:first-child:before {
        content: ''
    }
}

#content .RadPanelBar_accordionTemplate .rpRootGroup {
    BORDER: none;
    padding-top: 30px;
    padding-bottom: 30px
}

#content .sidebar .RadPanelBar_accordionTemplate .rpRootGroup {
    padding-top: 0
}

#content .RadPanelBar_accordionTemplate .rpRootGroup .rpItem {
    border: 0;
    margin-bottom: 10px;
    position: relative
}

#content .RadPanelBar_accordionTemplate .rpLink .rpOut,
#content .RadPanelBar_accordionTemplate .rpFocused .rpOut,
#content .RadPanelBar_accordionTemplate .rpLink:hover .rpOut,
#content .RadPanelBar_accordionTemplate .rpSelected .rpOut,
#content .RadPanelBar_accordionTemplate .rpSelected:hover .rpOut,
#content .RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpSelected .rpOut,
#content .RadPanelBar_accordionTemplate .rpExpandable .rpText,
#content .RadPanelBar_accordionTemplate .rpExpandable .rpText:hover,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
    color: #0d8360;
    font-family: "Cabin", sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 14px
}

@media screen and (min-width: 768px) {

    #content .RadPanelBar_accordionTemplate .rpLink .rpOut,
    #content .RadPanelBar_accordionTemplate .rpFocused .rpOut,
    #content .RadPanelBar_accordionTemplate .rpLink:hover .rpOut,
    #content .RadPanelBar_accordionTemplate .rpSelected .rpOut,
    #content .RadPanelBar_accordionTemplate .rpSelected:hover .rpOut,
    #content .RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpSelected .rpOut,
    #content .RadPanelBar_accordionTemplate .rpExpandable .rpText,
    #content .RadPanelBar_accordionTemplate .rpExpandable .rpText:hover,
    #content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
        font-size: 18px
    }
}

#content .RadPanelBar_accordionTemplate .rpExpandable .rpText,
#content .RadPanelBar_accordionTemplate_rtl .rpExpandable .rpText,
#content .RadPanelBar_accordionTemplate .rpGroup .rpExpandable .rpText,
#content .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpandable .rpText,
#content .RadPanelBar_accordionTemplate .rpExpandable .rpText:hover,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
    padding: 17px 50px 17px 25px;
    border: 1px solid #f1f1f1;
    line-height: 26px;
    background: #fff
}

@media screen and (min-width: 768px) {

    #content .RadPanelBar_accordionTemplate .rpExpandable .rpText,
    #content .RadPanelBar_accordionTemplate_rtl .rpExpandable .rpText,
    #content .RadPanelBar_accordionTemplate .rpGroup .rpExpandable .rpText,
    #content .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpandable .rpText,
    #content .RadPanelBar_accordionTemplate .rpExpandable .rpText:hover,
    #content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
        padding: 17px 50px
    }
}

#content .RadPanelBar_accordionTemplate .rpSelected .rpOut,
#content .RadPanelBar_accordionTemplate .rpSelected:hover .rpOut,
#content .RadPanelBar_accordionTemplate .rpLink.rpExpandable.rpSelected.rpExpanded .rpOut,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpText,
#content .RadPanelBar_accordionTemplate .rpLink:hover .rpOut,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
    color: #fff
}

#content .RadPanelBar_accordionTemplate .rpGroup .rpExpanded .rpText,
#content .RadPanelBar_accordionTemplate_rtl .rpExpanded .rpText,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpText,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
    padding: 17px 50px 17px 25px;
    line-height: 26px;
    background: #0d8360;
    border-color: #0d8360
}

@media screen and (min-width: 768px) {

    #content .RadPanelBar_accordionTemplate .rpGroup .rpExpanded .rpText,
    #content .RadPanelBar_accordionTemplate_rtl .rpExpanded .rpText,
    #content .RadPanelBar_accordionTemplate .rpExpanded .rpText,
    #content .RadPanelBar_accordionTemplate .rpExpanded .rpText:hover {
        padding: 17px 50px
    }
}

#content .RadPanelBar_accordionTemplate .rpGroup .rpItem {
    margin: 0;
    border: 0
}

#content .RadPanelBar_accordionTemplate .rpGroup .rpLink,
#content .RadPanelBar_accordionTemplate .rpGroup .rpTemplate {
    text-transform: none;
    font-variant: none;
    padding: 25px 35px;
    margin: 0;
    font-family: "Lora", serif;
    font-size: 12px;
    color: #7c7c7c;
    line-height: 1.875;
    font-weight: 400;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-top: 0
}

@media screen and (min-width: 768px) {
    #content .RadPanelBar_accordionTemplate .rpGroup .rpTemplate {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    #content .RadPanelBar_accordionTemplate .rpGroup .rpTemplate {
        font-size: 16px
    }
}

#content .RadPanelBar_accordionTemplate .rpGroup .rpTemplate .mpContent ul {
    list-style-type: disc
}

#content .RadPanelBar_accordionTemplate .rpExpandable .rpExpandHandle,
#content .RadPanelBar_accordionTemplate .rpExpanded .rpExpandHandle {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-family: 'Nucleo Glyph';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#content .RadPanelBar_accordionTemplate .rpExpandable .rpExpandHandle:before {
    content: '\eb00';
    color: #7c7c7c
}

#content .RadPanelBar_accordionTemplate .rpExpanded .rpExpandHandle:before {
    content: '\eb03';
    color: #fff
}

.login-wrap {
    padding: 30px 15px;
    font-family: "Cabin", sans-serif
}

.login-wrap .advLogUsername,
.login-wrap .advLogPassword {
    height: 44px;
    width: 100%;
    border: 1px solid #f1f1f1;
    text-indent: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    background: #fff;
    color: #7c7c7c
}

.login-wrap .advLogUsername::placeholder,
.login-wrap .advLogPassword::placeholder {
    color: #7c7c7c
}

.login-wrap .advLogUsername:focus,
.login-wrap .advLogPassword:focus {
    border-color: #222;
    color: #222
}

.login-wrap .abut {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    height: 44px
}

.login-txt {
    text-align: left
}

.login-txt>span,
.login-txt>a {
    display: block
}

.login-txt>span {
    float: left
}

.login-txt>a {
    float: right;
    line-height: 52px;
    color: #7c7c7c
}

.login-txt>a:hover {
    color: #0d8360
}

.login-txt label {
    display: inline;
    font-size: 12px;
    color: #7c7c7c;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .login-txt label {
        font-size: 14px
    }
}

@media screen and (min-width: 768px) {
    .login-txt {
        font-size: 14px
    }
}

.advLogRemoveChk {
    line-height: 52px
}

.advLogRemoveChk input {
    vertical-align: middle;
    margin: 0 4px 0 0
}

.advLogRemoveChk input[type="checkbox"] {
    display: none
}

.advLogRemoveChk label:before {
    background-color: #7c7c7c;
    content: "";
    display: block;
    float: left;
    height: 22px;
    margin: 15px 6px 0 0;
    width: 22px;
    cursor: pointer;
    border-radius: 50%
}

.advLogRemoveChk input[type="checkbox"]:checked+label:before {
    background: #7c7c7c;
    text-align: center;
    display: inline-block;
    font: normal normal normal 20px/22px 'Nucleo Glyph';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ed40';
    color: #fff
}

.error-msg>span {
    display: block;
    padding: 10px;
    border-radius: 5px;
    background: #d9534f;
    margin-bottom: 5px;
    border: 1px solid #b64542;
    color: #fff !important;
    line-height: 18px;
    font-size: 11px !important
}

.error-msg>span>.forgotPwResetLink>a {
    color: #fff;
    opacity: .8;
    text-decoration: underline;
    -webkit-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.error-msg>span>.forgotPwResetLink>a:hover {
    color: #fff;
    text-decoation: underline;
    opacity: 1
}

.loggedIn {
    color: #fff
}

.loggedIn * {
    color: #fff
}

[id^="photoPlugin"] {
    touch-action: pan-y;
    width: 100% !important
}

ul.counter>li {
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

ul.counter>li.active {
    opacity: 1
}

.mobileButton {
    padding: 10px;
    font-size: 10px;
    letter-spacing: 0;
    border: 1px solid #fff
}

.barButtons {
    float: none;
    padding-top: 10px
}

.mobileTabsWrapper {
    border-color: #156a51
}

.mobileTabs li {
    background: #eee;
    border-color: #eee;
    border-bottom: 1px solid #156a51
}

.mobileTabs .selected {
    border-color: #156a51;
    border-bottom-color: white
}

.mobileTabs li a {
    color: #156a51;
    font-weight: 400;
    margin: 0;
    background: #f1f1f1
}

.mobileTabs li a:hover {
    background-color: #156a51;
    color: #fff
}

.mobileTabs .selected a {
    color: #156a51
}

.directoryLetterBar ul li {
    background: #eee;
    border-color: #156a51
}

.directoryLetterBar ul li.selectedLetter,
.directoryLetterBar ul li.close {
    text-shadow: none;
    background: #156a51
}

#calButtons {
    height: auto
}

#BookMgriframe {
    height: 1050px !important
}

#resFields {
    font-size: 12px;
    line-height: 1.2em
}

@media screen and (min-width: 450px) {
    .barButtons {
        float: left;
        padding-top: 0px
    }

    .barButtons.floatRight {
        float: right
    }
}

#eventHeader .mobileButton {
    padding: 9px 15px 9px 25px;
    position: relative
}

#eventHeaderBack #backImage {
    background: url(A_Master/mobile/css/images/icons-36-white.png) repeat scroll -300px -12px transparent;
    opacity: 1;
    left: 20px
}

#doSearch {
    width: 50px;
    right: 0
}

.searchButton span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14px;
    margin-left: -14px
}

table[id*="tblTop"] {
    display: block
}

div[id*="_radMultTop"][style*="margin-top"] {
    margin-top: 0 !important;
    position: relative
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li>a:before {
    content: "";
    margin-right: 0
}

#content .RadTabStrip_Tab_responsive {
    margin: 0 auto;
    text-align: left;
    background: none;
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
    height: 56px;
    position: relative;
    background: #f1f1f1
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1 {
    padding: 0;
    border: 0;
    border-bottom: 0;
    text-align: center;
    height: 60px;
    overflow: hidden;
    overflow-x: auto;
    margin: 0 auto
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1>ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: relative;
    width: 100%
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li {
    float: none;
    display: inline-block;
    line-height: 58px;
    margin: 0;
    font-family: "Cabin", sans-serif;
    font-weight: 600
}

.tabstrip li a .wrap,
.tabstrip li a .innerWrap {
    float: none
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li>a {
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: none;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #0d8360;
    padding: 0 20px;
    text-decoration: none;
    position: relative;
    background: #f1f1f1;
    border-top: 3px solid transparent
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li>a:hover {
    color: #222
}

#content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li>a.selected {
    font-size: 18px;
    text-decoration: none;
    background: #fff;
    color: #0d8360;
    border-top-color: #0d8360
}

.tabstrip li a.selected .wrap,
.tabstrip li a.selected .innerWrap {
    cursor: pointer
}

.tsContent {
    padding: 35px;
    border: 1px solid #f1f1f1;
    border-top: none;
    background: #fff;
    width: 100% !important;
    line-height: 1.875
}

@media screen and (min-width: 768px) {
    #content .RadTabStrip_Tab_responsive .levelwrap.level1>ul {
        height: 60px;
        padding: 0;
        display: inline-block
    }

    #content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li {
        float: none;
        display: inline-block
    }

    #content .RadTabStrip_Tab_responsive .levelwrap.level1>ul>li>a {
        border-bottom: 0
    }
}

.tab-scroll-txt {
    text-align: right;
    opacity: 0;
    padding-bottom: 4px;
    position: relative;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.tab-scroll-txt.active {
    top: 0;
    opacity: 1
}

.panel-wrap .panel-img {
    height: 250px;
    padding: 0;
    position: relative
}

@media screen and (min-width: 768px) {
    .panel-wrap .panel-img {
        height: 550px
    }
}

.panel-wrap .panel-img>table {
    position: absolute;
    right: 30px;
    top: 30px
}

.panel-wrap .panel-img [id*="photoPluginWrapper"] {
    height: 100% !important
}

.panel-wrap .panel-img [id*="photoPluginWrapper"]>.photoGalleryWrapDiv,
.panel-wrap .panel-img [id*="photoPluginWrapper"] .palb-wrap {
    height: 100%
}

.panel-wrap .panel-txt {
    padding-top: 30px;
    padding-bottom: 30px
}

.panel-wrap .panel-txt.bg-gray {
    background: #f1f1f1
}

@media screen and (min-width: 992px) {
    .panel-wrap .panel-txt {
        height: 550px;
        padding: 60px 30px
    }

    .panel-wrap .panel-txt .v-align {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
    .panel-wrap .panel-txt .v-align {
        width: calc(100% - 60px)
    }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
    .panel-wrap .panel-txt .v-align {
        width: calc(100% - 120px)
    }
}

@media screen and (min-width: 1200px) {
    .panel-wrap .panel-txt {
        padding: 60px
    }
}

.promo-outer {
    padding: 0
}

@media screen and (min-width: 768px) {
    .promo-outer {
        border: 2px solid #fff
    }
}

@media screen and (min-width: 1200px) {
    .promo-outer:first-child {
        border-left: 0
    }

    .promo-outer:last-child {
        border-right: 0
    }
}

.promo-item {
    position: relative;
    height: 350px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #222;
    text-align: center
}

@media screen and (min-width: 768px) {
    .promo-item {
        margin-bottom: 2px
    }
}

@media screen and (min-width: 1200px) {
    .promo-item {
        margin-bottom: 0
    }
}

.promo-item .promo-link {
    display: block
}

.promo-item .promo-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.promo-item:hover .promo-img {
    opacity: 1
}

.promo-item .promo-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px;
    width: 100%;
    z-index: 2
}

.promo-item .promo-txt * {
    color: #fff
}

.promo-item .promo-txt h4 {
    margin-bottom: 10px
}

.promo-item .promo-txt h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.promo-item .promo-txt h2:after {
    display: block;
    content: '';
    width: 40%;
    position: absolute;
    left: 30%;
    bottom: 2px;
    height: 2px;
    background: #fff
}

.promo-cte {
    border: 1px solid #f1f1f1;
    padding: 10px;
    text-align: center;
    margin: 10px auto 0;
    width: calc(100% - 10px);
    max-width: 400px
}

.promo-cte .clickToEditDiv img {
    max-width: 100%
}

.promo-cte.cte-0,
.promo-cte.cte-1,
.promo-cte.cte--1 {
    display: none
}

.timeline-wrap {
    text-align: center
}

.timeline-wrap h1 {
    font-family: "Lora", serif;
    color: #156a51
}

@media screen and (min-width: 768px) {
    .timeline-wrap h1 {
        font-size: 32px
    }
}

.timeline-wrap h2 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400
}

.timeline-wrap [id*="photoPluginWrap"] {
    margin-top: 30px
}

button[class*="slick"] {
    padding: 0;
    border-color: #fff;
    width: 35px;
    height: 35px;
    background: none;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 200px;
    z-index: 1
}

button[class*="slick"]:hover,
button[class*="slick"]:focus {
    border-color: #0d8360;
    color: #0d8360;
    background: #fff;
    outline: none
}

@media screen and (min-width: 768px) {
    button[class*="slick"] {
        border-color: #545454;
        color: #545454;
        top: 0
    }

    button[class*="slick"]:hover,
    button[class*="slick"]:focus {
        background: none
    }
}

button[class*="slick"].slick-prev {
    left: 15px
}

button[class*="slick"].slick-prev i {
    left: -1px
}

@media screen and (min-width: 768px) {
    button[class*="slick"].slick-prev {
        left: 0
    }
}

@media screen and (min-width: 1100px) {
    button[class*="slick"].slick-prev {
        left: -50px
    }
}

button[class*="slick"].slick-next {
    right: 15px
}

button[class*="slick"].slick-next i {
    left: 2px
}

@media screen and (min-width: 768px) {
    button[class*="slick"].slick-next {
        right: 0
    }
}

@media screen and (min-width: 1100px) {
    button[class*="slick"].slick-next {
        right: -50px
    }
}

button[class*="slick"] i {
    font-size: 18px;
    position: relative
}

@media screen and (min-width: 768px) {
    .slick-list {
        padding-top: 120px !important
    }
}

.slick-dots {
    position: absolute;
    width: calc(100% - 90px);
    left: 45px;
    top: 17px;
    border-top: 1px solid #929292
}

.slick-dots>li {
    display: inline-block;
    padding: 20px;
    position: relative;
    letter-spacing: 2px;
    color: #156a51;
    cursor: pointer
}

.slick-dots>li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #156a51;
    border-radius: 50%;
    display: block;
    top: -8px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    opacity: 0
}

.slick-dots>li.slick-active:before {
    opacity: 1
}

@media screen and (min-width: 1100px) {
    .slick-dots {
        width: 100%;
        left: 0
    }
}

.timeline-wrap .timeline-img {
    height: 405px;
    margin-bottom: 60px
}

@media screen and (min-width: 768px) {
    .timeline-wrap p {
        padding: 0 10%
    }
}

.timeline-wrap .timeline-year {
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    color: #156a51
}

.timeline-wrap .timeline-year:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px;
    display: block;
    width: 90px;
    height: 5px;
    background: #156a51
}

@media screen and (min-width: 768px) {
    .timeline-wrap .timeline-year {
        display: none
    }
}

.media.pbhm {
    position: relative
}

.media.pbhm>table {
    position: absolute;
    right: 20px;
    top: 80%;
    width: auto;
    z-index: 99
}

.media.pbhm [id*="photoPluginWrapper"] {
    height: 290px !important
}

@media screen and (min-width: 768px) {
    .media.pbhm [id*="photoPluginWrapper"] {
        height: 450px !important
    }
}

@media screen and (min-width: 992px) {
    .media.pbhm [id*="photoPluginWrapper"] {
        height: 600px !important
    }
}

@media screen and (min-width: 1200px) {
    .media.pbhm [id*="photoPluginWrapper"] {
        height: 710px !important
    }
}

.media.pbhm .palb-wrap {
    height: 290px;
    position: relative
}

@media screen and (min-width: 768px) {
    .media.pbhm .palb-wrap {
        height: 450px
    }
}

@media screen and (min-width: 992px) {
    .media.pbhm .palb-wrap {
        height: 600px
    }
}

@media screen and (min-width: 1200px) {
    .media.pbhm .palb-wrap {
        height: 710px
    }
}

.media.pbhm ul.counter {
    position: absolute;
    z-index: 99;
    bottom: 40px;
    width: 100%;
    text-align: center
}

.intro {
    max-width: 770px;
    margin: 50px auto;
    text-align: center
}

.intro .mpContent img {
    margin-bottom: 10px
}

.intro h1 {
    font-family: "Lora", serif;
    color: #156a51
}

.gray-bg {
    background: #f1f1f1
}

.mp-bg {
    position: relative;
    background: #000
}

.mp-bg>* {
    position: relative
}

.mp-bg>.mpContent {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0.4;
    overflow: hidden
}

.mp-bg .mpContent img {
    width: 100%
}

.mp-bg .clickToEditDiv {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.mp-bg.grayscale .mpContent {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.prv-inline-title {
    overflow: auto
}

.prv-inline-title h1 {
    float: left;
    margin-bottom: 35px
}

.prv-inline-title .view-button {
    float: right;
    padding-top: 30px
}

.prv-inline-title .view-button em {
    margin-right: 10px
}

@media (max-width: 991px) {
    .prv-inline-title {
        text-align: center
    }

    .prv-inline-title h1 {
        float: none;
        margin-bottom: 15px;
        font-size: 30px
    }

    .prv-inline-title .view-button {
        margin: 0 0 20px;
        float: none;
        padding: 0
    }
}

.prv-centered-title {
    text-align: center
}

.prv-centered-title .view-button {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .prv-centered-title h1 {
        font-size: 30px
    }
}

.prv-max-width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.content-pad {
    padding: 50px 15px
}

.view-button {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.view-button.has-bg {
    color: #7c7c7c;
    background-color: #f1f1f1
}

.view-button.has-bg:hover,
.view-button.has-bg:active {
    background-color: #EDEDED
}

.view-button[class*="-icon"] {
    padding: 10px 40px 10px 65px;
    background-repeat: no-repeat;
    background-position: 25px 50%
}

.view-button[class*="-icon"]:hover,
.view-button[class*="-icon"]:active {
    background-position: 20px 50%;
    text-decoration: none
}

.view-button.pure-text {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    float: none;
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    padding: 0;
    border-bottom: 1px solid transparent
}

.view-button.pure-text:hover,
.view-button.pure-text:active {
    border-bottom: 1px solid
}

section[class*="events"] .floatRight,
section[class*="news"] .floatRight {
    display: none
}

.headerBar,
.pluginTitleBar,
.sploderTitleBar {
    background: none;
    border: none;
    color: #000
}

.module .mobileButton {
    background: #000;
    border-color: #000
}

div.corpLogWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5000000;
    margin: -60px auto;
    padding-top: 120px
}

div.corpLogContainer {
    width: 100%;
    max-width: 500px
}

#banner_homeTable img {
    display: none
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 4px 0 0
}

[id^="photoPlugin"] {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.image-bg-cover {
    background-size: cover;
    background-position: 50%;
    -o-object-position: -999999px -999999px;
    object-position: -999999px -999999px
}

.private-mp .public-show,
.public-mp .private-show {
    display: none
}

.searchButton {
    width: 42px;
    right: 15px
}

section[class*="events"] td.plgHeaderBar:last-of-type {
    display: none
}

.calendar-icon {
    background-image: url(FED_Private_Templates_css/images/calendar.png)
}

[class^="events-"] [id$="EventsWrapper"] {
    font-size: 0
}

[class^="events-"] [id$="EventsWrapper"]>div {
    display: inline
}

[class^="events-"] [id$="EventsWrapper"]>div>a {
    display: inline-block;
    width: 100%;
    font-size: 16px
}

[class^="events-"].threeCol [id$="EventsWrapper"]>div>a {
    vertical-align: top;
    width: 33.333333333333%;
    padding: 6px
}

@media (max-width: 991px) {
    [class^="events-"].threeCol [id$="EventsWrapper"]>div>a {
        width: 50%
    }
}

@media (max-width: 768px) {
    [class^="events-"].threeCol [id$="EventsWrapper"]>div>a {
        width: 100%
    }
}

[class^="events-"].fourCol [id$="EventsWrapper"]>div>a {
    width: 25%;
    padding: 15px
}

@media (max-width: 991px) {
    [class^="events-"].fourCol [id$="EventsWrapper"]>div>a {
        width: 50%
    }
}

@media (max-width: 768px) {
    [class^="events-"].fourCol [id$="EventsWrapper"]>div>a {
        width: 100%
    }
}

.button-group {
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    background: #f2f2f2;
    text-align: center
}

.button-group .button {
    display: inline-block;
    padding: 15px 20px;
    font-family: "Lora", serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9a9a;
    position: relative
}

.button-group .button.is-checked {
    color: #2c2c2c
}

.button-group .button.is-checked:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #f2f2f2
}

[class^="events-"] .event-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -6rem;
    right: -6rem;
    padding: 0 1.5rem
}

[class^="events-"] .event-arrows a {
    border: none !important;
    text-decoration: none !important;
    color: #bbb;
    cursor: pointer;
    font-size: 3rem
}

[class^="events-"] .event-arrows a:active,
[class^="events-"] .event-arrows a:hover {
    color: #000
}

[class^="events-"] .event-arrows .prev-arrow {
    float: left
}

[class^="events-"] .event-arrows .next-arrow {
    float: right
}

[class^="events-"] .event-slideshow {
    max-width: 1290px;
    margin: 0 auto;
    padding: 30px 60px;
    position: relative
}

[class^="events-"] .element-item {
    width: 100%;
    overflow: hidden
}

[class^="events-"] .element-item .events-wrapper {
    margin: 0 -1.5rem;
    overflow: hidden;
    white-space: nowrap
}

[class^="events-"] .element-item .event-wrap {
    display: inline-block;
    vertical-align: top;
    height: 250px;
    width: 25%;
    padding: 0 1.5rem;
    white-space: normal
}

@media (max-width: 991px) {
    [class^="events-"] .element-item .event-wrap {
        width: 50%
    }
}

@media (max-width: 768px) {
    [class^="events-"] .element-item .event-wrap {
        width: 100%
    }
}

[class^="events-"] .element-item .cal-info {
    display: block;
    height: 100%;
    padding: 3rem 4rem;
    border: 1px solid #EEE
}

.t-ie [class^="events-"].threeCol [id$="EventsWrapper"]>div>a {
    float: left
}

@media (max-width: 768px) {
    .t-ie [class^="events-"].threeCol [id$="EventsWrapper"]>div>a {
        float: none
    }
}

.events-2 {
    overflow: auto;
    text-align: center
}

.events-2 h2 {
    margin-bottom: 0
}

.events-2 .cal-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 200px;
    background-color: #fff;
    background-image: url(../../../Images/logo.png);
    background-repeat: no-repeat;
    background-position: 50%
}

.events-2 .cal-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #000;
    opacity: .5;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.events-2 a:hover .cal-img:before {
    bottom: 100%
}

.events-2 a {
    color: #222
}

.events-2 a:hover {
    color: #0d8360;
    text-decoration: none
}

.events-2 .cal-title {
    height: 90px;
    text-align: center;
    font-size: 21px;
    font-family: "Cabin", sans-serif;
    overflow: hidden;
    padding: 20px 15% 0;
    padding-top: 28px;
    line-height: 1.1;
    position: relative
}

.events-2 .cal-event img.event-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.events-2 .cal-event .cal-date {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8)
}

.events-2 .cal-date span.calDay {
    font-size: 32px
}

@media (max-width: 1200px) {
    .events-2 .cal-title {
        font-size: 19px;
        background-position: 100% 13px
    }
}

@media (max-width: 766px) {
    .events-2 a {
        width: 50%
    }
}

@media (max-width: 625px) {
    .events-2 {
        padding-top: 10px
    }

    .events-2 a {
        width: 100%
    }

    .events-2 .cal-title {
        height: auto
    }
}

[class^="quicklinks-"].mp-bg {
    padding: 100px 0
}

@media (max-width: 1199px) {
    [class^="quicklinks-"].mp-bg {
        padding: 50px 0
    }
}

@media (max-width: 768px) {
    [class^="quicklinks-"].mp-bg {
        padding: 20px 0
    }
}

[class^="quicklinks-"] ul,
[class^="quicklinks-"] li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0
}

[class^="quicklinks-"] ul {
    font-size: 0
}

[class^="quicklinks-"] li {
    font-size: 16px
}

[class^="quicklinks-"].list ul,
[class^="quicklinks-"].list li {
    width: 100%
}

[class^="quicklinks-"].list li {
    margin: 0 0 5px
}

[class^="quicklinks-"].three-col {
    text-align: center
}

[class^="quicklinks-"].three-col ul {
    width: 100%;
    max-width: 900px
}

[class^="quicklinks-"].three-col li {
    width: 33.333333333%;
    padding: 10px
}

@media (max-width: 991px) {
    [class^="quicklinks-"].three-col li {
        width: 50%
    }
}

@media (max-width: 768px) {
    [class^="quicklinks-"].three-col li {
        width: 100%
    }
}

[class^="quicklinks-"].four-col {
    text-align: center
}

[class^="quicklinks-"].four-col ul {
    width: 100%;
    max-width: 900px
}

[class^="quicklinks-"].four-col li {
    width: 25%;
    padding: 10px
}

@media (max-width: 991px) {
    [class^="quicklinks-"].four-col li {
        width: 50%
    }
}

@media (max-width: 768px) {
    [class^="quicklinks-"].four-col li {
        width: 100%;
        padding: 10px
    }
}

.quicklinks-1 h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 27px;
    text-transform: none;
    font-weight: 400
}

.quicklinks-1 ul li a {
    font-weight: 700;
    display: block;
    padding: 15px 25px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    transition: .3s ease-in-out
}

.quicklinks-1 ul li a:hover,
.quicklinks-1 ul li a:active {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.7)
}

.newsPluginArchiveLink {
    display: none
}

.archive-icon {
    background-image: url(FED_Private_Templates_css/images/archive.png)
}

.news-2 {
    text-align: center
}

.news-2 [id*=newsPlugin] {
    overflow: auto
}

.news-2 .newsItem a {
    float: left;
    width: 33%;
    padding: 15px;
    text-decoration: none
}

.news-2 .article-item {
    padding: 10px 30px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 170px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.news-2 .newsItem a:hover .article-item {
    -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 13px rgba(0, 0, 0, 0.1)
}

.news-2 .article-center {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 40px
}

.news-2 .article-date {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.news-2 .article-date h6 {
    font-size: 13px;
    color: #0d8360;
    margin-bottom: 10px
}

.news-2 .article-title h3 {
    margin: 0;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0
}

.news-2 .article-title {
    font-size: 26px;
    line-height: 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    color: #000
}

@media (max-width: 766px) {
    .news-2 .newsItem a {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .news-2 .newsItem a {
        padding: 15px 10px
    }

    .news-2 .article-center {
        padding: 0 25px
    }
}

@media screen and (min-width: 992px) {
    .news-2 .newsItem a {
        padding: 15px
    }

    .news-2 .article-center {
        padding: 0 40px
    }
}

.instagram h3 {
    font-weight: 300;
    color: #444;
    padding: 0 15px;
    letter-spacing: 2.5px;
    text-transform: none;
    text-align: center
}

.instagram h3>span {
    margin-right: 10px
}

.loginBG {
    position: relative;
    background: #156a51;
    background-size: cover;
    background-attachment: fixed
}

@media screen and (min-width: 768px) {
    .loginBG {
        background-image: url(../../../Images/loginBG.jpg)
    }
}

.loginBG .clickToEditDiv {
    position: absolute;
    bottom: 0;
    right: 0
}

.loginBG .login-wrap .clickToEditDiv {
    position: relative;
    bottom: auto
}

.login-wrap {
    text-align: left;
    margin: 0 auto;
    padding: 0 15px
}

@media screen and (min-width: 450px) {
    .login-wrap {
        width: 350px;
        margin: 0 auto
    }
}

.login-box {
    padding: 30px 15px;
    width: 90%;
    margin: 15px auto;
    background: #fff;
    z-index: 2;
    position: relative
}

.login-box .logo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 25px;
    width: 98px;
    height: 98px;
    background: url(../../../Images/logo-login.png) no-repeat;
    background-size: contain
}

@media screen and (min-width: 768px) {
    .login-box .logo {
        width: 195px;
        height: 195px;
        margin: 0 auto 45px
    }
}

@media screen and (min-width: 768px) {
    .login-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 600px;
        padding: 70px
    }
}

.tnavTabON,
.tNavTabON,
.NETChangeAdminLevel,
.modAdmin,
.modStatsVisitorBar,
.modStatsUserbar,
.modReportingDatarowHeading1,
.modReportingDataRowHeading1,
.modReportingDataRowALTHeading1,
.modReportingDataRowALTHeading2,
.modReportingDataRow,
.modReportingDataRowAlt,
.modReportingDataRowHeading5,
.modMsgBrdShaded,
.modMapShaded,
.modSearchShaded,
.modSearchShaded2,
.rowHighlight,
.modChatIndexHeader,
.modChatroomList,
.modGolfStatsHeader1,
.modGolfStatsHeader2,
.modGolfStatsDataRow,
.modCalDayRowLeftHeader,
.modCalDayRow,
.modCalWeekDayHeader,
.RosterColumnTitle,
.modProfileReportRow,
.modCrsTourSelectedHole,
.modCrsTourTeeboxData,
.modCrsTourScorecardDataRow,
.modInboxMessageTextArea,
.modActUserListDataRow,
.modActUserListDataRowALT {
    background: #FFF
}

.modAdmin {
    color: #666
}

.modPopupHeader {
    background: #ccc;
    border-bottom: #000 1px solid;
    border-top: #333 1px solid;
    color: #fff;
    padding: 1px
}

a.modSearchPrintButton {
    color: red;
    text-decoration: none
}

.modSearchResults {
    background: #eee
}

.modReportingDatarowHeading1,
.modReportingDataRowHeading1,
.modReportingDataRowALTHeading1,
.modReportingDataRowALTHeading2 {
    font-weight: 700;
    text-decoration: none
}

.modReportingDataRowAlt {
    text-decoration: none
}

.modReportingHeader {
    background: #eee;
    font-weight: 700;
    text-decoration: none
}

.modReportingDataRowHeading3,
.modReportingDataRowAltHeading3,
.modReportingDataRowHeading4 {
    background: #eee;
    list-style-position: outside;
    text-align: left;
    text-decoration: none;
    text-indent: 20px
}

.modReportingDataRowHeading5 {
    list-style-position: outside;
    text-align: left;
    text-decoration: none;
    text-indent: 40px
}

.modReportingDatarowAltHeading4 {
    background: #eee;
    list-style-position: outside;
    text-align: left;
    text-decoration: none;
    text-indent: 30px
}

.modReportingDataRowAltHeading5 {
    background: #eee;
    list-style-position: outside;
    text-align: left;
    text-decoration: none;
    text-indent: 40px
}

.modArticlesRowHighlightAlt {
    background: #ccc;
    color: #000
}

a.modArticlesTitle {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

a.modArticlesTitle:hover,
a.modArticlesTitle:focus {
    text-decoration: underline
}

.modSurveyResultHeader {
    background: #eee;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none
}

.modAltLine,
.modSignupForm {
    background: #eee
}

.modReportingDataRowHeading2,
.modReportingDataRowAltHeading2 {
    list-style-position: outside;
    text-align: left;
    text-indent: 10px
}

.modCalWeekRow {
    padding: 10px
}

.modCalWeekDayHeader {
    padding: 0;
    line-height: 1px
}

td.modCalWeekDayHeader>a.modCalWeekDayHeader {
    line-height: 30px
}

.modCalWeekRow,
.modCalMonthWeekEndDay {
    background: #eee
}

.modCalMonthWeekDayDisabled,
.modCalYearCurrentMonthHighlight,
.modCalYearCurrentDayHighlight {
    background: #ccc
}

.modCalYearCurrentDayHighlight {
    font-weight: 700
}

.modCalMonthWeekday,
.modCalMonthDayOfWeekHeader {
    background: #fff;
    text-decoration: none
}

.modCalMonthDayOfWeekHeader {
    font-weight: 700;
    text-align: center
}

.currentDay {
    background: #eee
}

.modCalMonthWeekDay,
.modCalMonthWeekEndDay,
.tnavTabON.currentDay,
.modCalMonthWeekDayOtherMonth {
    line-height: 18px
}

.modCalMonthWeekDay td,
.modCalMonthWeekEndDay td,
.tnavTabON.currentDay td,
.modCalMonthWeekDayOtherMonth td {
    padding: 5px 0 0
}

.calendarEventDateLink,
.calendarEventDateLink:hover,
.calendarEventDateLink:focus {
    text-decoration: none
}

.smallerfont {
    font-size: medium
}

.modCalMonth .modCalMonthWeekDay img,
.modCalMonth .modCalMonthWeekEndDay img,
.modCalMonth .modCalMonthWeekDayDisabled img,
.modCalMonth .currentDay img {
    display: none
}

.modCalMonth .modCalMonthWeekDay img.calendarEventIcon,
.modCalMonth .modCalMonthWeekEndDay img.calendarEventIcon,
.modCalMonth .modCalMonthWeekDayDisabled img.calendarEventIcon,
.modCalMonth .currentDay img.calendarEventIcon {
    display: block
}

.modCalMonth .modCalMonthWeekDay.calendarEventPastDate a,
.modCalMonth .modCalMonthWeekEndDay.calendarEventPastDate a,
.modCalMonth .modCalMonthWeekDayDisabled.calendarEventPastDate a {
    color: #aaa;
    cursor: default
}

img#editEventCloseImage {
    display: inline;
    width: auto;
    max-width: none
}

.RosterRowOn {
    background: #fefefe
}

.RosterColDiv {
    background: #eee
}

.RosterRowOff td,
.RosterRowOn td,
.RosterColumnTitle td {
    padding: 5px
}

.RosterRowOff td.RosterColDiv,
.RosterRowOn td.RosterColDiv,
.RosterColumnTitle td.RosterColDiv {
    padding: 0
}

.RosterRowOn a,
.RosterRowOff a {
    text-decoration: none
}

.RosterRowOn a:hover,
.RosterRowOff a:hover,
.RosterRowOff a:focus {
    text-decoration: underline
}

.RosterLetterOn,
.rosterletteron {
    background: #fefefe;
    font-weight: 700;
    text-decoration: none
}

.RosterLetterOn:hover,
.rosterletteron:hover {
    text-decoration: none
}

.RosterLetterOff,
.rosterletteroff,
.rosterLetterOff {
    background: #000;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.RosterLetterOff:hover,
.rosterletteroff:hover,
.rosterLetterOff:hover {
    text-decoration: none;
    color: #fff
}

a.rosterletteroff {
    display: inline-block;
    width: 100%
}

.RosterRowOff .RosterRowHidden,
.RosterRowOn .RosterRowHidden {
    color: #840000;
    text-decoration: none
}

.RosterRowOff .RosterRowHidden:hover,
.RosterRowOff .RosterRowHidden:visited,
.RosterRowOff .RosterRowHidden:focus,
.RosterRowOn .RosterRowHidden:hover,
.RosterRowOn .RosterRowHidden:visited,
.RosterRowOn .RosterRowHidden:focus {
    text-decoration: underline
}

.modRosterHiliteHiddenField {
    color: #aaa
}

#memberPhoto .abut {
    width: 100%;
    margin-bottom: 5px
}

.modProfileReportRowHeader {
    background: #ccc
}

a.RosterRowHidden {
    color: #840000
}

.modDirectoryNoEditShade {
    background: #eee;
    color: #aaa
}

.modDirectoryCheckboxShade {
    background: #ddd
}

.module-wrap table[id*="MyProfile"] select,
.modules-wrap table[id*="MyProfile"] select {
    margin-left: 10px
}

.module-wrap table[id*="MyProfile"] input[type*="text"],
.modules-wrap table[id*="MyProfile"] input[type*="text"] {
    height: 27px;
    margin-left: 10px;
    line-height: 27px
}

.modArticlesRowHighlight {
    padding-top: 10px
}

.modArticlesRowHighlight a {
    font-weight: 700;
    display: block;
    text-decoration: none
}

.modArticlesRowHighlight a:hover {
    font-weight: 700;
    text-decoration: underline
}

.modArticlesRowHighlight a.editArticleLink {
    display: inline
}

.modArticlesDayHeader {
    background: #000;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

table[id*="QuickFilterTable"] td {
    padding: 2px 10px !important
}

.modCrsTourSelectedTab,
.modCrsTourHoleChooser {
    background: #666;
    color: #fff;
    font-weight: 700
}

.modCrsTourUnselectedTab,
.modCrsTourTeeboxHeader,
.modCrsTourScorecardHeader {
    background: #eee
}

.modCrsTourTeeboxData {
    padding: 2px
}

.modCrsTourScorecardDataRowAlt {
    background: #ddd
}

.modCrsTourScorecardHeader:visited,
.modCrsTourScorecardHeader:hover,
.modCrsTourScorecardHeader:focus {
    color: #fff
}

.modInboxMessageView {
    background: #eee
}

[id*="pnlTView"] td {
    padding: 1px
}

[id*="pnlTView"] td[bgcolor="#000000"] {
    background-color: #eee !important
}

[id*="pnlTView"] .abut,
[id*="pnlTView"] .abut:hover {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin: 0 2px
}

.MemberPicker legend {
    border: 0;
    margin: 0;
    font-size: 12px;
    line-height: normal
}

.MemberPicker fieldset {
    border: 1px solid #eee
}

.modEvtMgrHeader {
    background: #eee;
    font-weight: 700
}

a.modEvtMgrHeader {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.RosterLetterOn[style*="8pt"] {
    font-size: inherit !important;
    padding: 3px
}

[id*="cblShowColumns"] label {
    font-weight: 400;
    margin: 0 5px
}

.RosterLetterOn select[style*="8pt"] {
    font-size: inherit !important
}

html body .riSingle .riTextBox[type="text"] {
    font-size: 16px
}

.EventManager .rosterletteron,
.EventManager .RosterLetterOn {
    background: #fff;
    color: #222
}

.EventManager #content>script:first-child+table+table {
    border: 1px solid #222;
    padding: 20px !important;
    width: 100%;
    border-collapse: initial;
    margin: 0 0 40px
}

#siteStatisticsWrapper td[nowrap],
#siteStatisticsWrapper tr[id*="trAdminLevel"] td {
    vertical-align: top
}

#siteStatisticsWrapper label[for*="cblAdminLevels"] {
    display: block;
    float: left;
    width: 95%;
    margin: 0;
    padding: 0
}

#siteStatisticsWrapper input[id*="cblAdminLevels"] {
    display: block;
    float: left;
    width: 5%;
    margin: 8px 0 0;
    padding: 0
}

.modActUserListHeader {
    background: #eee
}

.modActUserListHeader:visited,
.modActUserListHeader:hover,
.modActUserListHeader:focus {
    color: #fff
}

a.modEvtMgrHeader:hover,
a.modEvtMgrHeader:visited {
    color: #fff;
    font-weight: 700
}

.tNavTitle {
    font-weight: 700
}

.tnavBorder {
    background: #e0e0e0;
    line-height: 1px
}

.tnavTabON,
.tNavTabON,
.tNavTabOff,
.tNavTabOFF,
.tnavTabOFF {
    line-height: 30px
}

.tnavTabON .moduleTabText,
.tNavTabON .moduleTabText {
    color: #000;
    font-weight: 700;
    text-decoration: none
}

.tnavTabON,
.tNavTabON {
    background: #fff
}

.tNavTabOff,
.tNavTabOFF,
.tnavTabOFF,
a.tNavTabOff:visited,
a.tNavTabOFF:visited,
a.tnavTabOFF:visited {
    background: #000;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

a.tNavTabOff:hover,
a.tNavTabOFF:hover,
a.tnavTabOFF:hover,
a.tNavTabOff:focus a.tNavTabOFF:focus,
a.tnavTabOFF:focus {
    background: none;
    color: #fff;
    fpnt-weight: 700;
    text-decoration: none
}

.tNavTabContent {
    background: transparent;
    text-decoration: none
}

.eventMgrPop {
    font-size: 100%
}

.plgHeaderBar {
    font-size: 26px
}

#calendarLinkBar {
    padding-top: 20px
}

.articleHtml {
    font-weight: normal
}

td[class*="qFilter"].label {
    color: #000;
    display: table-cell;
    text-align: left
}

td[class*="qFilter"] input[type="text"] {
    padding: 0 5px;
    margin: 0;
    width: 100% !important
}

#btnQuickFilter {
    margin-top: 10px
}

.calendarQuickFilterWrap .abut {
    margin: 3px 0
}

.adminbar td {
    padding: 5px 0
}

.adminbar .abut {
    width: auto !important
}

#btnKeepAlive,
#btnKeepAlive+.abut {
    width: 90% !important;
    display: block;
    margin: 0 auto
}

#logoutDiv {
    height: auto !important
}

#countdownBox {
    margin-bottom: 10px;
    display: inline-block
}

#adminDashboardOpen {
    z-index: 9999
}

.ForgotUsername,
.NETForgotPassword,
.NETRichDyPageProperties {
    background: #fff
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 4px 0 0
}

[id*="btnBizGo"].abut {
    padding: 3px 20px;
    margin-left: 10px
}

[id*="_calstart"].tnavBorder {
    line-height: 30px
}

#eventHeader {
    height: auto !important
}

#rbm_HelpMEHeaderRow img.img-responsive,
.tnavTabON img.img-responsive,
img.calendarEventIcon.img-responsive,
.formSection img.img-responsive,
.rbm_All img.img-responsive,
.NC_All img.img-responsive,
#eventHeader img.img-responsive,
#topRegisterNow img.img-responsive,
#bottomRegisterNow img.img-responsive,
img[src*="1x1.gif"].img-responsive,
img[src*="Print.gif"].img-responsive,
.lightBoxDiv img.img-responsive,
#catEdit.img-responsive,
img.itemEditBtn.img-responsive,
img.removeFromCartListBtn.img-responsive {
    display: inline;
    width: auto;
    height: auto;
    max-width: none
}

.lightBoxDiv {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#datepicker {
    border: 1px solid #222;
    padding: 6px;
    background-color: #fff
}

#datepicker>table {
    border-collapse: separate
}

#datepicker .plgHeaderBar {
    font-size: 12px;
    color: #222
}

.NETRichDyPageProperties {
    text-align: left !important
}

.NETCEDynamicGroups table {
    font-family: inherit;
    font-size: inherit
}

.NETCEDynamicGroups .Dgrp_ToolBoxTitleBar {
    height: auto;
    color: #000;
    background-color: #fafafa;
    background-image: none
}

[id*="rosterControl_btnAdd"],
[id*="rosterControl_btnUp"],
[id*="rosterControl_btnDown"],
[id*="rosterControl_btnRemove"] {
    display: block;
    margin-bottom: 10px !important;
    width: auto !important
}

table[id*="rosterControl"] input,
table[id*="rosterControl"] select {
    height: 28px;
    vertical-align: middle;
    line-height: 28px
}

table[id*="rosterControl"] input.abut {
    height: auto;
    line-height: normal
}

table[id*="rosterControl"] select {
    margin-right: 10px
}

table[id*="rosterControl"] input[type="submit"],
table[id*="rosterControl"] input[type="submit"]:hover {
    height: auto;
    line-height: normal
}

input[id*="rosterControl_btnRunExport"] {
    width: auto !important
}

#profilePhoto {
    text-align: center
}

#profilePhoto .abut {
    width: 90%;
    display: block
}

#profilePhoto .abut[value="Remove"] {
    position: relative;
    top: -20px
}

.calendarQuickFilterWrap label {
    margin-right: 10px
}

.RadCalendarMonthView_Silk .rcButtons input {
    padding: 0 !important
}

table[id*="rosterControl_tblProfilePage"] {
    border-spacing: 1px;
    border-collapse: initial
}

#datepicker .page {
    background: #fff
}

#NewGrpSploderHeaderRow td {
    height: auto !important;
    padding: 5px !important;
    line-height: normal;
    background: #e0e0e0 !important
}

#NewGrpSploderPinLink {
    right: 54px
}

#NewGrpSploderMinMaxLink {
    right: 18px;
    position: absolute;
    width: 39px;
    display: block;
    text-align: left
}

#NewGrpSploderMinMaxLink img {
    position: relative !important;
    display: inline-block;
    margin-left: 5px
}

.Dgrp_ToolBoxTitleBar {
    height: auto !important;
    background: #fefefe
}

.GroupNameBox_SaveBtn {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 13px !important
}

form[action*="FirstImpression"] input#ctl00_txtName,
form[action*="FirstImpression"] textarea#ctl00_txtDescription {
    width: 95% !Important
}

#masterPageUC_MPCA19_rosterControl_btnUp,
#masterPageUC_MPCA19_rosterControl_btnDown,
#masterPageUC_MPCA19_rosterControl_btnRemove {
    width: auto !important
}

.RosterLetterOff,
.RosterLetterOn,
.grdheader,
.grdheader th {
    color: #fff
}

.formBaseForm .rosterletteroff:hover {
    background: #000
}

.NETDGrp_Export>form {
    height: 100%
}

.brand.modules {
    position: relative
}

.adminbar {
    background: #f1f1f1;
    font-weight: 400;
    padding: 3px
}

.adminbar-wrap td[style*="background-color"] {
    background-color: #0d8360 !important
}

.module-wrap {
    padding-top: 40px;
    padding-bottom: 70px
}

.RosterLetterOn,
.rosterletteron {
    background: modlightgray
}

.RosterLetterOff,
.rosterletteroff,
.rosterLetterOff,
[id*="emailUIControl_rapMessages"] tr.RosterLetterOff td,
[id*="_tblActivePages"] tr.RosterLetterOff td,
[id*="_tblPendingPages"] tr.RosterLetterOff td,
[id*="_tblExpiredPages"] tr.RosterLetterOff td {
    background: #156a51
}

.RosterLetterOff:hover,
.rosterletteroff:hover,
.rosterLetterOff:hover,
a.rosterletteroff:hover,
[id*="emailUIControl_rapMessages"] tr.RosterLetterOff td:hover,
[id*="_tblActivePages"] tr.RosterLetterOff td:hover,
[id*="_tblPendingPages"] tr.RosterLetterOff td:hover,
[id*="_tblExpiredPages"] tr.RosterLetterOff td:hover {
    background: #0d8360;
    color: #fff
}

.modArticlesDayHeader {
    background: #156a51
}

.plgHeaderBar {
    color: #156a51;
    text-transform: uppercase
}

.modCalMonth {
    border-color: #f1f1f1 !important
}

.calendarEventDateLink {
    color: #156a51
}

.calendarEventDateLink:hover,
.calendarEventDateLink:focus {
    color: #0d8360
}

.modCalMonth .modCalMonthWeekDay a,
.modCalMonth .modCalMonthWeekEndDay a,
.modCalMonth .modCalMonthWeekDayDisabled a,
.modCalMonth .currentDay a {
    color: #156a51
}

.modCalMonth .modCalMonthWeekDay a:hover,
.modCalMonth .modCalMonthWeekEndDay a:hover,
.modCalMonth .modCalMonthWeekDayDisabled a:hover,
.modCalMonth .currentDay a:hover {
    color: #0d8360
}

.tnavTabON .moduleTabText,
.tNavTabON .moduleTabText {
    color: #156a51
}

.tNavTabOff,
.tNavTabOFF,
.tnavTabOFF,
a.tNavTabOff:visited,
a.tNavTabOFF:visited,
a.tnavTabOFF:visited {
    background: #156a51
}

td[class*="qFilter"].label {
    color: #156a51
}

td[class*="qFilter"] input[type="text"],
input[id*="emailUIControl"].abut {
    height: 37px;
    line-height: 37px;
    padding-top: 0;
    padding-bottom: 0
}

.NETCEDynamicGroups table {
    font-family: inherit;
    font-size: inherit
}

.NETCEDynamicGroups .Dgrp_ToolBoxTitleBar {
    height: auto;
    color: #fff;
    background-color: #156a51;
    background-image: none
}

[id*="rosterControl_btnAdd"] {
    display: block;
    margin-bottom: 10px !important
}

input[id*="rosterControl_btnRunExport"] {
    width: auto !important
}

[id*="emailUIControl_rapMessages"] tr.RosterLetterOff,
[id*="_tblActivePages"] tr.RosterLetterOff,
[id*="_tblPendingPages"] tr.RosterLetterOff,
[id*="_tblExpiredPages"] tr.RosterLetterOff {
    background: none
}

[id*="emailUIControl_rapMessages"] tr.RosterLetterOff td,
[id*="_tblActivePages"] tr.RosterLetterOff td,
[id*="_tblPendingPages"] tr.RosterLetterOff td,
[id*="_tblExpiredPages"] tr.RosterLetterOff td {
    border: 1px solid #fff
}

[id*="emailUIControl_rapMessages"] tr.RosterLetterOff td a {
    display: block;
    background: none
}

.module-wrap .RadCalendarMonthView_Silk .rcButtons input {
    padding: 0;
    letter-spacing: 0
}

.module-wrap .abut[id*="_btnKeepSelected"],
.module-wrap .abut[id*="_btnDeleteSelected"],
.module-wrap .abut[id*="_btnAddSelected"],
.module-wrap .abut[id*="btnAddDeleteSelected"] {
    padding: 10px
}

.module-wrap [id*="_rapReports"] .RosterLetterOn {
    color: #222
}

/*# sourceMappingURL=forsgate18.css.map */



/* Membership Modal */
.membership-modal {
    display:block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    background: rgba(0,0,0,.7);
  }
  
  .membership-modal .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  
  .membership-modal .modal-content img.flyer {
      height: 90vh;
    }
  
  .exit {
    position: absolute;
    right: 80px;
    top: 80px;
    width: 50px;
    height: 50px;
    transition: .3s;
    cursor: pointer;
  }
  
  .exit:before {
    content: "";
    width: 100%;
    position: absolute;
    background: #fff;
    height: 2px;
    transform: rotate(45deg);
    top: 50%;
  }
  
  .exit:after {
    content: "";
    width: 100%;
    position: absolute;
    background: #fff;
    height: 2px;
    transform: rotate(-45deg);
    top: 50%;
  }
  
  .exit:hover {
    transform: rotate(180deg);
  }

  .membership-modal .modal-content .mpContent img {
    max-height: 90vh;
}