@import url(LakeSideCC_css/modules.css);
@import url(LakeSideCC_css/plugins.css);
@import url(LakeSideCC_css/Menu.html5.min.css);
@import url(LakeSideCC_css/PanelBar.html5.min.css);
@import url(LakeSideCC_css/Accordion.accordionTemplate.css);
@import url(adminLogin.css);
@import url(admin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

html, body.page {
    height: 100%;
    margin: 0px;
    font-family: "futura-pt",sans-serif;
}

body {
    font-size:100%;
    color: #222;
}

.row {
    margin-left:0!important;
    margin-right:0!important;
}

.global-width {
    max-width:1170px;
    margin:0 auto;
}

li {
    margin-left: 0;
}

.h1, .h2, .h3, h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    margin-bottom:30px;
}


h1 {
    color: #555;
    font-size:30px;
    letter-spacing:1px;
    line-height:50px;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
}



h2 {
    color: #555;
    font-family: 'Playfair Display', serif;
    font-size:18px;
    line-height:28px;
    letter-spacing:1px;
    font-style: italic;
    font-weight:700;
}

h3 {
    color: #555;
    font-size:18px;
    line-height:26px;
    letter-spacing:0px;
    margin-bottom:10px;
    font-family: 'Playfair Display', serif;
}

h4 {    
    color: #bf8843;
    font-size:12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform:uppercase;
    font-family: "futura-pt",sans-serif;
}

h5 {
    color: #000;
    font-size:14px;
    font-style:italic;
    }

h6 {
    color: #000;
    font-size: 11px;
    text-transform:uppercase;
}

p, ol, ul, .mpContent table  
{
    color: #777;
    font-size:14px;
    line-height:26px;
    font-family: 'Playfair Display', serif;
    margin-bottom:20px;
}


a,a.small,a.anchor,a.visited {
    color:#bf8843;
    font-family: 'Playfair Display', serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:hover {   
    text-decoration: underline;
    color:#222;
}

blockquote {
    padding: 51px 0;
    width: 100%!important;
    max-width: 600px;
    color: #555;
    font-family: 'Playfair Display', serif;
    margin: 0 0 20px;
    font-size: 19px;
    line-height: 27px;
    border: none;
    text-align: left;
    background: url(../../../Images/quotes.png) no-repeat top left;
    background-position: 0 0px;
    font-style: italic;
    font-weight: 600;
}

blockquote span {
    display: block;
    font-weight: 400;
    padding-top: 28px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "futura-pt",sans-serif;
    color: #bf8843;
    letter-spacing: 2px;
    font-style: normal;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.btn-primary {
    display: block;
    font-family: "futura-pt",sans-serif;
    color: #bf8843;
    background-color: #fff;
    border: 1px solid #bf8843;
    padding: 13px 30px;
    letter-spacing: 2px;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    margin: 5px;
    text-align: center;
}

.btn-primary:hover {
    background-color: #bf8843;
    color: #fff;
    border-color: #bf8843;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary {
    color: #bf8843;
    background-color: #fff;
    border-color: #bf8843;
}


/*ANIMATE ALL*/
.abut {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

/*/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////*/

a.abut {
display:inline-block;
}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.site-wrap {
margin:0 auto;
}

.container {
width:71% /* 990/1400 */;
margin:0 auto;
}

.container-fluid {
    padding:0;
}

.secondary {
margin-top:40px;
}

/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */
header {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,.1);
            box-shadow: 0px 1px 10px rgba(0,0,0,.1);
}

.pub-home header {
    background: #fff;
    z-index: 500;
    position: absolute;
    width: 100%;
}

.brand {
background:#666;
}

.logo {
display:block;
width:300px;
height:100px;
float:left;
background:#84bf8f;
/*text-indent:-9999px;*/    
}

nav {
background:#333;
}

.brand-box {
float:right;
background:#eee;
padding:20px;
}

.navbar-default .navbar-toggle.collapsed {
    border-color: #ddd;
    background: url(../../../images/down-yellow.png) no-repeat left top;
    background-size: cover;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    background: url(../../../images/up-yellow.png) no-repeat left top;
    background-size: cover;
}



/* ------------------------------------------------------------
= NAV BAR
------------------------------------------------------------- */
.navbar-default {
    background-color: #fff;
    border: none;
    max-width: 1170px;
    margin: 0 auto;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #bf8843;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    color: #bf8843;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
    color: #bf8843;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.navbar-header img {
    padding: 21px 0;
    max-width: 246px;
}

.navbar-collapse ul.level0 li {
    display: inline-block;
}

.navbar-collapse ul {
    margin: 0;
    width: auto;
    padding: 0;
    float: right;
}

.navbar-collapse ul.level0 > li.level1 > .dropdown-toggle {
    display: none;
}

li.loginParent a.btn-primary,
li.logoutParent a.btn-primary {
    font-family: "futura-pt",sans-serif;
    color: #bf8843!important;
    background-color: #fff;
    border: 1px solid #bf8843;
    padding: 13px 30px!important;
    margin-top: 23px;
    letter-spacing: 2px;
    font-size: 12px;
    margin-left: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align:center;
}

li.loginParent a.btn-primary:hover,
li.logoutParent a.btn-primary:hover  {
    background-color: #bf8843;
    color: #fff!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -7%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.4);
            box-shadow: 0px 1px 4px rgba(0,0,0,.4);
}

.navbar-collapse ul.drop-down-menu {
    padding: 15px 0!important;
}

.navbar-nav > li > ul.level1 > li.level2 {
    width: 100%;
}

.dropdown-menu>li>a {
    font-family: "futura-pt",sans-serif;
    display: block;
    width: 100%;
    padding: 6px 24px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2px;
}

.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
    color: #bf8843;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-menu.pull-right {
    right: -40%;
    left: auto;
}

.navbar-default .navbar-nav>li>a {
    font-family: "futura-pt",sans-serif;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 37px 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: 1px;
}

.dropdown-menu>li>a.dropdown-toggle {
    display: none;
}


/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */
.content-main {
    background: #fff;
    padding-bottom: 50px;
}

.content-pad {
    padding-top: 130px;
}

.content-large-img img {
    width: 100%;
}

.img-pad-btm {
    padding-bottom: 10px;
}

.content-page {
    padding: 50px 0;
}

.content-section {
    text-align: left;
}

.content-image img {
    max-width: 100%;
}

.content-main .inner {
padding:50px;   
}

.module-wrap {
    margin:0 auto;
    padding:55px 0;
}

.media-window {position:relative;}
.media-window .mpContent {max-height: 305px; overflow:hidden;}
.media-window .mpContent img {max-width:100%; width:100%;}

.content-area {
margin-bottom:20px;
}

.content-banner {
    width:100%;
    max-height:500px;
    -o-object-fit:cover;
       object-fit:cover;
}

.content-banner .mpContent > img {
    width: 100%;
    max-height:500px;
}

.global-wrap {
    max-width:1370px;
    margin:0 auto;
}

.pub-home .global-wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.global-wrap.priv-home {
    max-width:1170px!important;
}

.content-view-link a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 2px;
    line-height:28px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.action-bar {
    width:100%;
    min-height:75px;
    padding: 0 15px;
    background:#eee;
}

.login-bar {
    float: right;
    padding: 13px 0;
}

.login_input, .pass-box, #login_link {
    display: inline-block;
    vertical-align: middle;
}

input#btnSecureLogin {
    width: 39px;
    height: 39px;
    padding: 0;
    margin: 0 10px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

input#btnSecureLogin:hover {
    opacity: .7;
}

#login_cookieMessage span > label {
    font-size: 12px;
}

#login_cookieMessage {
    margin-bottom: 0;
    float: left;
    color: #bf8843;
}

.login-bar a {
    font-size: 12px;
    text-decoration: none;
}

span.advLogRemoveChk {
    display: inline-block;
    height: 20px;
    width: 30px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

span.remember {
    font-size: 14px;
    font-family: 'Playfair Display', serif;
}

span.advLogRemoveChk input[type="checkbox"] {
    -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
            transform: scale(.1);
}

span.advLogRemoveChk label {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 22px;
    top: -4px;
    left: -1px;
    background: #bf8843;
    border: 1px solid #ffffff;
    z-index: 50000;
}

.advLogRemoveChk label:After {
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: transparent;
    top: 5px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.pass-box span.remember {
    display: inline-block;
    color: #fff;
    font-size: 11px;
}

.advLogRemoveChk input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.login-page .login-box #login_forgotPassword {
    float:right;
}

.login-page .login-box #login_forgotPassword a {
    font-size: 14px;
    text-decoration: none;
}

.row.CTA-bar {
    padding-top: 46px;
}

.hover-effect {
    background:#000;
}

.CTA a, .CTA a:hover {
    text-decoration: none;
}

.CTA-click h2 {
    text-align:left;
}

.CTA img.cta-img, 
.CTA-click img {
    width: 100%;
}

a .CTA-click h2, a .CTA-click img, .CTA-click {
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.CTA-click:hover img {
    opacity: .6;
}

.sidebar {
}

.clickToEditDiv {
    max-width:90px;
}

/*---------------------------
= PANEL BAR / SIDE BAR
----------------------------*/
.panel-menu .RadPanelBar_Default {
    background: none;
    width: 100%!important;
    text-align: center;
}

.panel-menu .RadPanelBar_Default .rpRootGroup, 
.panel-menu .RadPanelBar_Default .rpOut, 
.panel-menu .RadPanelBar_Default .rpItem a.rpLink, 
.panel-menu .RadPanelBar_Default .rpItem div.rpHeaderTemplate, 
.panel-menu .RadPanelBar_Default li.rpItem .rpExpanded {
    border: none;
    color:#fff;
}

.panel-menu .RadPanelBar .rpItem, 
.panel-menu .RadPanelBar .rpLink, 
.panel-menu .RadPanelBar .rpOut, 
.panel-menu .RadPanelBar .rpText {
    display: inline-block;
    font-size:16px;
}

.panel-menu span.rpExpandHandle {
    display: none!important;
}

.panel-menu .RadPanelBar_Default .rpItem a.rpLink, 
.panel-menu .RadPanelBar_Default .rpItem div.rpHeaderTemplate, 
.panel-menu .RadPanelBar_Default li.rpItem .rpExpanded {
    padding: 24px 8px 10px;
}

.panel-menu .RadPanelBar .rpFocused .rpOut, 
.panel-menu .RadPanelBar a.rpLink:hover .rpOut, 
.panel-menu .RadPanelBar .rpSelected .rpOut, 
.panel-menu .RadPanelBar a.rpSelected:hover .rpOut {
    padding: 0;
}

.panel-menu a.rpLink.rpSelected:hover {
    background: none!important;
}

/*private home*/
.palb-wrap {height:437px; position:relative;}
.palb-info {position:absolute; background-color:rgb(32,28,26); background-color:rgba(32,28,26,.9); bottom:0; width:910px; left:40px;padding:15px 0;}
.palb-text {float:left; margin-left:20px; width:725px; text-align:left;}
.palb-text p {margin:0; color:#f8f2e3;}
.palb-text p a {color:#f8f2e3;}
.palb-text p a:hover {color:#fff;}
.palb-controls {float:right; margin-right:20px;}
.palb-controls table {color:#f8f2e3;}
.palb-controls table td {padding:0 3px;}

.priv-hero {
    margin-top: 0!important;
    height: 500px;
    overflow: hidden;
}

.priv-hero .priv-hero-bg {
    background-size: cover!important;
    height: 500px;
    background-position: 50% 50%!important;
}

.priv-home .headerBar, 
.priv-home .pluginTitleBar, 
.priv-home .sploderTitleBar {
    background: none;
    border: none;
    color: #000;
}

.priv-home .pluginTitleBar .floatRight {
    display: none;
}

.priv-hero div[id*='photoPluginWrapper34'] {
    position: relative!important;
    width: 100%!important;
    height: 500px!important;
    z-index: 1;
}

.priv-hero #photoPluginWrapper34 .photoGalleryWrapDiv {
    width: 100%;
    position: relative;
    height: 500px;
}

.priv-hero div[id*='photoPluginWrapper34'] .photoGalleryThumbPageDiv {
    width: 100%;
    height: 500px;
    position: relative;
}

.priv-hero div[id*='photoPluginWrapper34'] .carousel {
    position: relative;
    width: 100%;
    height: 500px;
}

.priv-hero div[id*='photoPluginWrapper35'] .carousel {
    position: relative;
    width: 100%;
    height:auto;
    text-align:left;
}

.priv-hero #photoPluginWrapper35 {
    position: relative;
    width: 100%!important;
    max-width: 20px;
    top: -341px;
    z-index: 100;
    left: 52px;
}

.priv-hero td.carouselThumbnail {
    height: 500px;
    width: 100%;
    position: relative;
}

.priv-hero .photoGalleryWrapDiv .photo-wrap {
    background-size: cover!important;
    background-position: 50% 50%!important;
    height: 500px;
    width:100%;
}

.black-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.max-container {
    max-width: 1170px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 477px;
}

.overlay-box {
    position: absolute;
    top: 19%;
    max-width: 500px;
    margin-left: 0;
    color: #fff;
}

.overlay-box .date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 36px;
}

.overlay-box .h1 {
    font-family: 'Playfair Display', serif;
    font-size: 33px;
}

.overlay-box p {
    color: #fff;
    text-align: left;
}

.overlay-box a:hover {
    text-decoration: none;
}

.overlay-box .btn-primary {
    text-align: center;
    max-width: 175px;
}

.login-out {
    position: absolute;
    display: block;
    top: 4px;
    right: 45px;
    font-size: 11px;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}

.login-out a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 8px;
    line-height: 28px;
}

.priv-home .global-wrap {
    max-width:1200px;
}

.priv-CTA-container {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
}

.priv-CTA-container h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
}

.priv-CTA-container a:hover {
    line-height:28px;
}

.priv-banner .priv-CTA-container a .cta {
    width: 100%;
    padding: 12px 34px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    margin-bottom: 10px;
    background: rgba(255,255,255,0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.priv-banner .priv-CTA-container a:hover .cta {
    background: rgba(255,255,255,.2);
}

.priv-CTA-container .cta span {
    float: right;
    font-size: 24px;
}

/*PRIVATE NEWS AND CALENDAR*/
.quick-links {
    padding: 15px 25px;
    -webkit-box-shadow: 0 0px 6px rgba(0,0,0,.2);
            box-shadow: 0 0px 6px rgba(0,0,0,.2);
}

.quick-links ul {
    list-style-type: none;
    padding: 0;
}

.quick-links ul li a {
    color: #555;
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.quick-links ul li a:hover {
    color: #bf8843;
    text-decoration: none;
}

.quick-link-button {
    font-family: "futura-pt",sans-serif;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 28px;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.2);
            box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    margin-top: 25px;
    background: url(../../../images/down-yellow.png) no-repeat right top;
    background-position: 94% 12px;
}

.side-bar-accordian a:hover {
    text-decoration: none;
}

.calendar-event {
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.news h1, .calendar-event h1 {
    margin-bottom: -5px;
}

.news {
    text-align:left;
}

.news .newsItem {
    padding-bottom: 20px;
}

.news-image, .news-summary, .news-link {
    display: inline-block;
    vertical-align: middle;
}

.news-summary {
    width: 60%;
    padding-left: 40px;
    /*padding-top: 19px;*/
}

.news-summary h3 {
    margin-bottom: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-item:hover h3 {
    color: #bf8843;
}

.news div[id*='ArticlesWrapper'] {
    padding: 20px 0;
}

div[id*="ArchiveLink"] {
    display: none;
}

.calendar td[align='right'].plgHeaderBar, 
.news td[align='right'].plgHeaderBar {
    display: none;
}

.calendar table tbody tr:nth-child(4) td.plgHeaderBar,
.news table tbody tr:nth-child(4) td.plgHeaderBar {
    padding-bottom: 20px;
}

.calendar tbody > tr > td > img,
.news tbody > tr > td > img {
    display: none;
}

.calendar .plgHeaderBar,
.news .plgHeaderBar {
    text-align: left;
}

.calendar-event a,
.news a{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.calendar-event .item {
    display: inline-block;
    width: 87%;
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.calendar-event .item-img {
    max-width: 170px;
    display: inline-block;
    vertical-align: top;
}

.calendar-event .item-img img {
    width: 100%;
}

.calendar-event .item-info {
    display: inline-block;
    padding-left: 20px;
    width: 61%;
    text-align: left;
    vertical-align: bottom;
}

.calendar .calendar-event .date {
    display: inline-block;
    width: 13%;
    vertical-align: top;
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
}

.calendar-event a:not(:first-child) .date{
    display:none;
}

.calendar-event a:not(:first-child) {
    padding-left: 13%;
}

.calendar-event a:first-child .item {
    margin-left: -4px;
}

.calendar div[class*="calPlugin"]:nth-of-type(1) >.calendar-event {
    border: none;
}

.calendar-event span.calDOW {
    display: block;
    position: absolute;
}

.calendar-event span.separator {
    display: none;
}

.calendar-event span.calMonth {
    display: block;
    font-family: "futura-pt",sans-serif;
    letter-spacing: 2px;
    text-align: center;
    margin-top: -7px;
    padding-bottom: 9px;
}

.calendar-event span.calDay {
    display: block;
    margin-top: -54px;
    font-size: 55px;
    color: #bf8843;
    text-align: center;
}

.calendar-event span.time {
    font-size: 12px;
    text-transform: uppercase;
    color: #6d6a64;
    display: inline-block;
    margin-right: 41px;
    font-family: "futura-pt",sans-serif;
    letter-spacing: 2px;
    margin-top: 5px;
    vertical-align: top;
}

.calendar-event .item-info h3 {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.item:hover h3 {
    color: #bf8843;
}

.item-details {
    float: right;
    vertical-align: top;
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "futura-pt",sans-serif;
    background: url(../../../images/right-arrow.png) no-repeat right top;
    background-position-y: -1px;
    padding-right: 29px;
}

.news-item .item-details {
    margin-top: 12px;
}


/*public home*/
.home-hero {
    position: absolute;
    margin-top: 0!important;
    height: 100%;
    width: 100%;
    top: -23px;
}

.home-hero table td.plgHeaderBar {
    top: 170px;
    position: relative;
}

[id^="photoPlugin"]{
   -ms-touch-action: pan-y;
       touch-action: pan-y;
}

.hero-text {
    position: absolute;
    z-index: 20;
    bottom: 170px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    text-shadow: 0 2px 2px rgba(0,0,0,1);
    width: 100%;
    padding: 0 15px;
    text-align: center;
    line-height: 1.1;
}

/* BE SURE TO CHANGE THE PHOTOPLUGINWRAPPER ID */
.home-hero div[id*='photoPluginWrapper47'], 
.home-hero div[id*='photoPluginWrapper49'] {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    z-index: -10;
}

.home-hero #photoPluginWrapper47 .photoGalleryWrapDiv, 
.home-hero #photoPluginWrapper49 .photoGalleryWrapDiv {
    width: 100%;
    position: absolute;
    height: 100%;
}

.home-hero div[id*='photoPluginWrapper47'] .photoGalleryThumbPageDiv, 
.home-hero div[id*='photoPluginWrapper49'] .photoGalleryThumbPageDiv {
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-hero div[id*='photoPluginWrapper47'] .carousel, 
.home-hero div[id*='photoPluginWrapper49'] .carousel {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-hero #photoPluginWrapper48, 
.home-hero #photoPluginWrapper50 {
    position: relative;
    width: 100%!important;
    margin-top: 30px;
}

.home-hero td.carouselThumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
}

.home-hero .photoGalleryWrapDiv .photo-wrap {
    background-size: cover!important;
    background-position: 50% 50%!important;
    height: 100%;
    width:100%;
}

.home-hero td.carouselThumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
}

.home-hero .photoGalleryWrapDiv .photo-wrap {
    background-size: cover!important;
    background-position: 50% 50%!important;
    height: 100%;
    width:100%;
}

.home-slogan {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

.home-slogan h1 {
    font-size: 54px;
}

.home-slogan h2 {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 100;
}

.home-slogan h1, .home-slogan h2 {
    color: #fff;
    text-align: center;
    margin-bottom: -12px;
}

/*//* ---------Style the PhotoAlbum Plugin with Visual Indicators: ---------*//*05/05/2011–Refine CSS to be easier to update**DESCRIPTION:  Set's the styles for the VisualIndicator images, borders, padding, margins, etc.**/
ul.carousel {
    list-style:none;
    margin: 0;
    padding: 0;
    text-align:center;
}

ul.carousel li {
    display: inline;
    margin: 0 auto;
    padding: 0px;
    width: 20px;
    height: 21px;
    line-height: normal;
    list-style:none;
}

ul.carousel li a,ul.carousel li a:hover {
    /* I believe this is separated out for IE because of a:hover—If not, this can be merged with CSS Rule .photoDot */
    text-decoration: none;
    display: inline-block;
}

.photoDot {
    background: url("../../../images/photoDot.png") no-repeat left top;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    text-decoration: none;
    width: 14px;
    margin: 6px;
}

.photoDot.selected {
    background-position: right top;
}



/*Brand Login*/

.advLogRemoveChk input {
vertical-align: middle;
margin: 0 4px 0 0;
}

.login-main {
            padding-top:15px;
            margin:0 auto;
            }
            
.login-main .logo {margin:0 auto 30px;}
.login-main h1 {font-size:20px; color:#333;}
            
.login-wrap {
    width:300px;
    margin:15px auto 0;    
            }
            
.login-wrap .advLogUserName, .login-wrap .advLogPassWord {
width:300px;
height:30px;
font:12/28px Arial, "Helvetica Neue", Helvetica, sans-serif;
color:#000;
background:#FFF;
border:1px solid #666;
margin-bottom:10px;
            } 
            
.login-bot-l {
float:left;
color:#000;
font-size:11px; 
}

.login-bot-l a {text-decoration:none; color:#1d1712;}
.login-bot-l a:hover {text-decoration:none; color:#688722;}

.login-bot-r {float:right; }

.login-bot-r .abut {
margin:0;   
padding:0;/*overwrites .abut standard*/
}
     

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

footer {
    background: #fff;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #bf8843;
}

.pub-home footer {
    background: #fff;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #bf8843;
    position: absolute;
    bottom:0;
}

footer .social-icons {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
}

footer social-icons a em.fa {
    padding: 0 5px;
    color: #555;
}

footer social-icons a:hover em.fa {
    color: #bf8843;
}

footer span.spacing {
    padding: 0 11px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
}

footer span.spacing a {
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

footer span.spacing a:hover {
    text-decoration:underline;
}

footer .left {
    float:left;
}

footer .right {
    float:right;
}

/*-------------------------------
LOGIN PAGE
-------------------------------*/
.login-page {
    padding: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    /*background: url(../../../images/login-bg.png) no-repeat;*/
    background: url(../../../images/login-bg-2020.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.login-container {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 45px 30px;
    top: 20%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login-page .login-box table {
    width: 100%;
}

.login-page .login-box img {
    margin-bottom: 30px;
}

.login-page .login_input, .login-page .pass-box, .login-page #login_link {
    width: 100%;
}

.login-page #login_link {
    width: 100%;
    margin-top: 20px;
}

.login-page .login-box {
    width: 100%;
    max-width: 336px;
    text-align: center;
    margin: 0 auto;
}

.login-page .login-box input[type="text"], .login-page .login-box input[type="password"] {
    max-width: 336px;
    width: 100%;
    height: 49px;
    margin-bottom: 20px;
    padding: 15px 0 15px 20px;
    font-size: 13px;
    color: #999;
    background: #fff;
    letter-spacing: 2px;
}

.login-page .login-box input#btnSecureLogin {
    font-family: "futura-pt",sans-serif;
    color: #bf8843;
    background-color: #fff;
    border: 1px solid #bf8843;
    padding: 13px 40px;
    letter-spacing: 2px;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform:uppercase;
    margin:5px;
    width:auto;
    height:auto;
}

.login-page .login-box input#btnSecureLogin:hover {
    background-color: #bf8843;
    color: #fff;
    border-color: #bf8843;
}

.login-page .login-box td {
    font-size: 16px;
}

/*MODULES OVERRIDES*/
.module-page {
    max-width:1100px;
    padding: 10px 15px;
    margin:0 auto;
}

.module-page td.plgHeaderBar {
    font-size: 35px;
    font-family: 'Avenir Next W01', sans-serif;
}

.tNavTabOFF, a.tNavTabOFF:visited, .tnavTabOFF, a.tnavTabOFF:visited {
    background: #666;
}

.RosterLetterOff, .rosterletteroff, .rosterLetterOff {
    background: #666;
}

td[class*='qFilter'] {
    color: #000;
}

.modArticlesDayHeader {
    background: #666;
}

#artButtons {
    height: auto!important;
}


/*-------------------------
= STYLE GUIDE
-------------------------*/
.row.style-guide {
    margin: 40px 0;
    vertical-align: top;
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 10px 0;
    text-align:left;
}

.style-guide.image-sizes img {
    max-width: 100%;
    max-height: 650px;
}

.style-guide.image-sizes ul {
    padding: 0;
}

.row.style-guide ul>li {
    list-style-type: none;
}

@media screen and (max-width: 767px) {
    .style-guide .text-right {
    text-align: left!important;
    border: none!important;
}
}

.color-block {
    display:block;
    width:100%;
    height:60px;
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 10px;
}

.cb-1 {
    background-color: #555;
}

.cb-2 {
    background-color: #777;
}

.cb-3 {
    background-color: #bf8843;
}

.cb-4 {
    background-color: #fff;
}

/*.cb-5 {
    background-color: #fff;
}*/

/*.cb-6 {
    background-color: #F0F0F0;
}*/

.row.style-guide .text-right p {
    padding-top: 10px;
}


/*ACCORDION EDITS*/
div[id*="accordian"] {
    width: 100%!important;
    max-width: 800px;
    margin: 10px auto;
}

.accordion .RadPanelBar_Default a.rpFocused, .RadPanelBar_Default a.rpExpanded, .RadPanelBar_Default a.rpSelected, .RadPanelBar_Default div.rpFocused, .RadPanelBar_Default div.rpExpanded, .RadPanelBar_Default div.rpSelected, .RadPanelBar_Default a.rpSelected:hover {
    background-color: #fff!important;
    border:none!important;
}

.accordion .RadPanelBar_Default div.rpHeaderTemplate, .RadPanelBar_Default a.rpLink {
    background: none!important;
    border-color: #fff!important;
}

.accordion .RadPanelBar_Default .rpRootGroup {
    border: none!important;
}

.accordion .RadPanelBar_Default .rpOut {
    border: #fff!important;
    color: #000;
}

.accordion .RadPanelBar .rpGroup {
    overflow: visible!important;
    position: relative;
    padding: 20px;
}

.accordion li.rpItem {
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.2);
            box-shadow: 0px 1px 5px rgba(0,0,0,.2);
    margin-top: 11px!important;
}

.accordion ul.rpGroup.rpLevel1 > .rpItem {
    border: none!important;
    margin-top:0!important;
    -webkit-box-shadow:none;
            box-shadow:none;
}

.accordion span.rpOut span.rpText {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

.accordion .RadPanelBar_Default .rpExpandable span.rpExpandHandle, 
.accordion .RadPanelBar_Default .rpExpanded span.rpExpandHandle, 
.accordion .RadPanelBar_accordionTemplate .rpExpandable .rpText, 
.accordion .RadPanelBar_accordionTemplate_rtl .rpExpandable .rpText, 
.accordion .RadPanelBar_accordionTemplate .rpGroup .rpExpandable .rpText, 
.accordion .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpandable .rpText {
    background: url(../../../images/down-black.png) right no-repeat!important;
}

.accordion .RadPanelBar_Default .rpExpanded span.rpExpandHandle, 
.accordion .RadPanelBar_Default a.rpExpanded:hover .rpNavigation .rpExpandHandle, 
.accordion .RadPanelBar_accordionTemplate .rpGroup .rpExpanded .rpText, 
.accordion .RadPanelBar_accordionTemplate_rtl .rpExpanded .rpText, 
.accordion .RadPanelBar_accordionTemplate .rpExpanded .rpText, 
.accordion .RadPanelBar_accordionTemplate_rtl .rpGroup .rpExpanded .rpText {
    background: url(../../../images/up-yellow.png) right no-repeat!important;
}

.accordion .RadPanelBar_Default a.rpExpandable:hover .rpExpandHandle, .RadPanelBar_Default a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered {
    background-position: -4px -7px!important;
}
.accordion .RadPanelBar_Default .rpExpandable span.rpExpandHandle, .RadPanelBar_Default a.rpExpandable:hover .rpNavigation .rpExpandHandle {
    background-position: -4px -7px!important;
}

.accordion .RadPanelBar .rpExpandable .rpExpandHandle, .RadPanelBar .rpExpanded .rpExpandHandle {
    height: 17px!important;
    width: 20px!important;
}

.accordion .RadPanelBar_Default .rpItem a.rpLink, .accordion .RadPanelBar_Default .rpItem div.rpHeaderTemplate, .accordion .RadPanelBar_Default li.rpItem .rpExpanded {
    background-position: 0 -1px;
    padding: 10px;
}

.accordion div.RadPanelBar_accordionTemplate .rpLink .rpOut, 
.accordion div.RadPanelBar_accordionTemplate .rpFocused .rpOut, 
.accordion div.RadPanelBar_accordionTemplate .rpLink:hover .rpOut, 
.accordion div.RadPanelBar_accordionTemplate .rpSelected .rpOut, 
.accordion div.RadPanelBar_accordionTemplate .rpSelected:hover .rpOut {
    padding: 10px;
}

.accordion .RadPanelBar_Default .rpGroup a.rpLink, .accordion .RadPanelBar_Default .rpGroup div.rpHeaderTemplate, .accordion .RadPanelBar_Default .rpGroup .rpTemplate {
    font-size: 16px;
    color: #675B52!important;
}

.accordion .RadPanelBar_Default li.rpItem .rpExpanded {
    background-color: #fff!important;
}

.accordion .RadPanelBar_Default li.rpItem .rpExpanded .rpOut {
    color: #bf8843;
}



/*TABSTRIP EDITS */
table[id*="_tblTop"] {
    max-width: 800px;
    width: 100%;
    margin: 20px auto;
}

.RadTabStrip_Tab_responsive {
    background: #e0e0e0!important;
    text-transform: uppercase;
}

.RadTabStrip_Tab_responsive .levelwrap.level1 {
    padding:0!important;
    height:51px!important;
}

.RadTabStrip_Tab_responsive .levelwrap.level1 > ul {
    height: 53px!important;
}

.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a {
    padding: 13px 23px!important;
    display: block;
    color: #666666!important;
}

.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li > a:hover {
    background: #efefef!important;
}

.tabstrip.RadTabStrip_Tab_responsive {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
            box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background: #fff!important;
}

.tsContent {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    color: #555;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.2);
            box-shadow: 0px 1px 5px rgba(0,0,0,.2);
}

.tabstrip li a.selected, .tabstrip li a.selected {
    cursor: default;
    background: #bf8843!important;
    color:#00529b!important;
}

.tabstrip li {
    margin-left: -3px!important;
    margin-right: -3px!important;
}

.RadTabStrip_Tab_responsive .levelwrap.level1 > ul > li a {
    font-family: "futura-pt", sans-serif;
}


/*------------------------
MEDIA QUERIES
-------------------------*/
@media (max-width: 1375px) {
.max-container {
    max-width: 100%;
    padding-left: 45px;
}

.priv-hero #photoPluginWrapper35 {
    left: 10px;
}
}

@media (min-width: 1116px) {
.content-pad {
    padding-top: 170px;
    padding-right: 100px;
    float: right;
    max-width: 564px;
    width: 100%;
}

.navbar-collapse ul.level0 > li.level1:hover > ul.level1 {
    display: block;
    padding: 15px 0;
}

.navbar-collapse li.level2:hover > ul.level2 {
    display: block;
    position: absolute;
    left: 98%;
    top: 0;
}

li > ul.ulMenu.level1 {
    display: none;
}

.calendar {
    padding-left: 50px;
}

.no-pad-right {
    padding-right: 0!important;
}
}


@media (max-width: 1115px) {
.login-bar {
    float: none;
    text-align:center;
}

span.advLogRemoveChk label {
    width: 21px;
    height: 21px;
    left: -1px;
}

.content-pad {
    padding-top: 20px;
}

.action-bar h6 {
    float: none;
    margin: 0 auto;
}

.home-slogan {
    position: absolute;
    bottom: 110px;
    width: 100%;
}

.navbar-header img {
    padding: 18px 0 18px 10px;
}

/*----------------------
NAVIGATION
----------------------*/
.navbar-header {
    float: right;
}

.navbar-collapse.collapse {
    display: none!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}

.navbar-collapse.collapse.in {
    display: block!important;
}

.navbar-toggle {
    margin: 20px 10px;
    width: auto;
    display: block;
    float: right;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    border:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-collapse ul.level0 li {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding-right: 45px;
    line-height: 11px;
}

.navbar-default .navbar-nav>li>a {
    padding: 7px 29px;
}

.navbar-collapse ul {
    width: 100%;
}

.navbar-collapse ul.level0 > li.level1 > .dropdown-toggle, 
.dropdown-menu>li>a.dropdown-toggle {
    display: inline-block!important;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-nav .open .dropdown-menu>li>a {
    line-height: 0;
    padding: 0 10px 0 0;
    color: #888;
}

.navbar-nav li.level1.dropdown:hover:before {
    display:none;
}

.navbar-header img {
    padding: 17px 4px;
    position: absolute;
    left: 10px;
    width: 175px;
}

.navbar-nav .open .dropdown-menu {
    margin-right: -15px;
}

section.module.container {
    width: 96%;
}
}

@media (min-width:767px) and (max-width:1115px) {
    .content-pad {
    padding-top: 20px;
    min-height: 700px;
}
}

@media (max-width: 990px) {
.news {
    padding-top: 41px;
    padding-left: 15px;
}

footer .left {
    float:none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

footer .right {
    float:none;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.tableDirectors td {
    display: inline-block!important;
    padding: 10px;
    width: 45%;
}
}

@media (max-width: 766px) {
/*----------------------------
ACTION BAR AND PANEL BAR ON CONTENT PAGES
----------------------------*/
.panel-menu .RadPanelBar_Default .rpItem a.rpLink, 
.panel-menu .RadPanelBar_Default .rpItem div.rpHeaderTemplate, 
.panel-menu .RadPanelBar_Default li.rpItem .rpExpanded {
    padding: 0px 0px 0;
}

.panel-menu .RadPanelBar .rpItem, 
.panel-menu .RadPanelBar .rpLink, 
.panel-menu .RadPanelBar .rpOut, 
.panel-menu .RadPanelBar .rpText {
    font-size: 14px;
    line-height:11px;
}

.action-bar {
    min-height: 0;
}


/*LOGIN PAGE*/
.login-container {
    top: 20px;
}

/*PRIVATE*/
.priv-banner .priv-CTA-container a .cta {
    padding: 12px 10px;
    font-size: 11px;
}

.login-out {
    right: 71px;
    top: 24px;
}

.login-out span {
    display:none;
}

.overlay-box .black-overlay {
    width:100%;
}

.overlay-box {
    margin-left: 0;
    padding-left: 40px;
    top:10%;
}

.priv-hero #photoPluginWrapper35 {
    left: 8px;
}
.calendar .calendar-event .date {
    display: block;
    width: 100%;
    margin-top: 10px;
}
    .calendar-event .item {
        width:100%;
    }
    .calendar-event .item-info {
    width: 100%;
    text-align: center;
}
    .calendar-event a:not(:first-child) {
        padding-left: 0;
    }

    .item-details {
        float: left;
        vertical-align: top;
        font-size: 12px;
        margin-top: 6px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "futura-pt",sans-serif;
        background: url(../../../images/right-arrow.png) no-repeat right top;
        background-position-y: -1px;
        background-position-x: 67%;
        padding-right: 29px;
        width: 100%;
        text-align: center;
}

.calendar-event span.time {
    display: block;
    margin-right: 0;
}

.news-image, .news-summary, .news-link {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.news-summary {
    width: 100%;
    padding-left:0;
    padding-top: 19px;
}
.news-item {
    margin-bottom: 30px;
}


.container {
    width: 95% /* 990/1400 */;
    margin: 0 auto;
}
}

/*@media (max-width: 600px) {
    .calendar-event a:not(:first-child) {
        padding-left: 19%;
    }
    .calendar-event .item {
        width: 80%;
        padding: 0;
    }
    .calendar-event .item-img {
        max-width: 100px;
    }
    .calendar-event {
        padding: 0;
    }
    .calendar .calendar-event .date {
         margin-top: 0; 
    }
    .right-angle {
        margin-top: -76px;
    }
}*/

@media (max-width: 500px) {
    .col-tn {
        width:100%;
    }

    .priv-banner {
        height: 560px;
    }

    .home-hero .right-arrow, .home-hero .left-arrow {
    top: 22%;
}
}

@media (max-width: 384px) {
.login_input, .pass-box, #login_link {
    display: block;
    margin: 5px auto;
}
.tableDirectors td {
    display: inline-block!important;
    width:100%;
}
}



/*MISC*/
div.corpLogContainer {
    margin: 100px auto!important;
}

.corpLogWrapper #cookieMessageWrap {
    width: 41%;
}

.rrHandle {
    display: none;
}

#masterPageUC_MPCA75_tblRegs>tbody>tr:nth-child(1),
#masterPageUC_MPCA75_tblEvents>tbody>tr:nth-child(1) {
    color: white;
}

#masterPageUC_MPCA75_tblChoices .RosterLetterOff {
    color: #FFFFFF;
}

#buddyListDiv {
    left: auto!important;
}

#buddyListDiv_opener {
    top: 200px !important;
    width: 50px;
    left: auto!important;
}


div#masterPageUC_MPCA72_ctl01_form276_rapForm {
    font-size: 16px!important;
}
table#formSection_9_9,
table#formSection_8_8,
table#formSection_7_7 {
    font-size: 16px!important;
}

.modulewrap #content table:first-child {
    height:75px;
}