html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.dnnModuleManager.dnnSortable {
    min-height: 55px !important;
}

body.personabar-visible  {
    padding-top: 170px;
}

a:hover { color: #231e46; }

.gold-text {
    color: #b68e21 !important;
}
.green-text {
    color: #125e67 !important;
}
.blue-text {
    color: #231e46 !important;
}
.btn-green, .btn-info {
    display: inline-block;
    background-color: #125f68!important;
    color: #fff!important;
    padding: 2% 6%;
    border-radius: 5px;
    font-size: 1.1rem;
}

.btn-yellow{
    display: inline-block;
    background-color: #b68e21;
    color: #fff!important;
    padding: 2% 6%;
    border-radius: 5px;
    font-size: 1.1rem;
}

.btn-green-side{
    display: inline-block;
    background-color: #125f68;
    color: #fff!important;
    padding: 2% 6%;
    border-radius: 5px;
    font-size: 1.1rem;
}

.rendered-form {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}

.news-alert {
    border: 2px solid  #b68e21;
    padding: 10px;
    margin-bottom: 30px;
}
.news-alert h2 { color: #b68e21; }
@media (min-width: 992px) { 
  .news-alert {
    padding: 30px;
  }
  .sub-page-menu-container-c {
      position: sticky;
      top: 140px;
      z-index: 10;
  }
} 

.sub-page-menu hr {
    margin-top: -8px !important;
}

.button { 
    font-size: 14px !important; 
    font-weight: 700; 
    padding: 23px 23px !important; 
    margin: 0 !important; 
    padding-right: 60px !important;
    position: relative;
    color: #fff;
}
.button:hover {
    background: #231e46 !important;
    color: #fff !important;
}
.button.button-gold {
    background-color: #b68e21;
    color: #fff;
}
.button.button-silver {
    background-color: #D3D3D3;
    color: #666;    
}
.button.button-blue {
    background-color: #231e46;
    color: #fff;
}
.sc-content-block a {
/*    color: #b68e21; */
}
.button.button-white {
    background-color: white;
    color: #000 !important;
    border: 1px solid rgba(255,255,255,0.7);
}
.button.button-clear {
    background-color: rgba(0,0,0,0.2);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.7);
}
.button:after {
    display: inline-block;
    position: absolute;
    bottom: 23px;
    right: 23px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f30b";
}
.button.no-icon { padding-right: 23px !important; }
.button.no-icon:after {
    display: none;
}
.button.button-emphasized {
    width: 100%;
    min-height: 200px;
    text-align: left;
    display: flex;
    align-items: center;
    font-family: 'Aleo';
    font-size: 32px !important;
    border-radius: 0;
}
.button.button-emphasized:after {
    font-size: 16px;
    bottom: inherit;
}
.button.grey {
    background-color: #eaeaea;
    color: #125e67 !important;
}
.button.small {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.button.small:after {
    bottom: inherit;
}
.Mod2sxcC hr {
    background-color: #125e67 !important;
    width: 200px;
    height: 6px !important;
    border: none;
    display: inline-block;
    position: relative;
    margin-top: -13px;
    opacity: 1;
}

div.actionMenu ul.dnn_mact > li > a {
    background-color: #ccc;
}

div.actionMenu ul.dnn_mact li.dnn_menu_label > div {
    background-color: #ccc;
    font-size: 11px;
}

/*
.hastoolbar:hover {
    -webkit-box-shadow: 0 0 5px 1px #ff9900 !important;
box-shadow: 0 0 5px 1px #ff9900 !important;
}
.hastoolbar .hastoolbar:hover {
    -webkit-box-shadow: 0 0 5px 1px #00cc00 !important;
box-shadow: 0 0 5px 1px #00cc00 !important;
}

.sc-menu a div {
    background-color: #ff9900 !important;
    animation: inherit !important;
}
.sc-menu a div .sc-menu a div {
    background-color: #00cc00 !important;
}
*/

.text-white { color: #fff !important; }

.element-spacer {
height: 60px;
}
.personabar-visible .element-spacer {
   background-image: linear-gradient(45deg, #f7ddb7 25%, #F6F0CF 25%, #F6F0CF 50%, #f7ddb7 50%, #f7ddb7 75%, #F6F0CF 75%, #F6F0CF 100%);
background-size: 56.57px 56.57px;
}
.show-on-admin { display: none; }
.personabar-visible .show-on-admin { display: block; padding: 10px; color: #ff9900; background-color: rgba(255, 153, 0, 0.2); }
.ModFormidableC button {
    text-transform: capitalize;
}

.stellarnav a.depth_0 { font-family: Cabin, Aleo, sans-serif; font-size: 20px; font-weight: normal; text-transform: none; }

.dnnFormMessage {
    display: block;
    padding: 0px 18px !important;
    margin-bottom: 18px;
    border: 1px solid rgba(255,0,0,.2);
    background: rgba(255,0,0,0.25);
    border-radius: 3px;
    max-width: 980px;
    position: absolute;
    top: -20px;
    z-index: 1;
    left: 0;
}

@media (min-width: 1200px) { 
    .stellarnav a.depth_0 {
        font-size: 15px;
        padding: 10px 10px;
    }
    .stellarnav>ul>li>a {
        padding: 10px 5px;
    }
    .stellarnav.desktop.hide-arrows li.has-sub a {
        /* padding-right: 5px !important; */
    }
}

@media (min-width: 1460px) { 
    .stellarnav a.depth_0 {
        font-size: 16px;
        padding: 10px 10px;
    }
    .stellarnav>ul>li>a {
        padding: 10px 5px;
    }
    .stellarnav.desktop.hide-arrows li.has-sub a {
        padding-right: 10px  !important;
    }
}

@media (min-width: 1640px) { 
    .stellarnav a.depth_0 {
        font-size: 20px;
        padding: 10px 20px;
    }
    .stellarnav>ul>li>a {
        padding: 10px 20px;
    }
    .stellarnav.desktop.hide-arrows li.has-sub a {
        padding-right: 20px  !important;
    }
}

.sub-page-menu hr {
    max-width: 100%;
}

.object-position-top {
    object-position: top center;
}
.object-position-center {
    object-position: center center;
}
.object-position-bottom {
    object-position: bottom center;
}

thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: inherit;
}


.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
    background-color: #125e67 !important;
    color: #fff;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree {
    color: #fff  !important;
    background-color: #b68e21  !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject {
    color: #fff  !important;
    background-color: #b68e21  !important;
}

html {
  scroll-padding-top: 70px; /* height of sticky header */
}

.app-swiper2 .swiper .swiper-slide h1,
.app-swiper2 .swiper .swiper-slide h2,
.app-swiper2 .swiper .swiper-slide h3,
.app-swiper2 .swiper .swiper-slide h4 {
    line-height: 1em;
    color: #fff;
}

.grid-button div {
    background-image: linear-gradient(#ff9900,#ff0000);
}
.grid-button-layertwo div {
    background-image: linear-gradient(#99cc00,#999900);
}
.grid-button-layerthree div {
    background-image: linear-gradient(#af4c94,#fb6cd4);
}
.personabar-visible .shadow-on-admin {
    -webkit-box-shadow: 0 0 1px 1px #4AFFED;
box-shadow: 0 0 1px 1px #4AFFED;
}
/*
.sc-menu {
    -moz-transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
}
*/
.personabar-visible .space-on-admin {
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px dashed #ff9900;
    border-bottom: 1px dashed #ff9900;
}

.show-on-admin { display: none;}
.personabar-visible .show-on-admin { display: block; color: #ff9900}
.personabar-visible .stripe-on-admin {
    background-image: linear-gradient(45deg, #fff2de 25%, #fffbf5 25%, #fffbf5 50%, #fff2de 50%, #fff2de 75%, #fffbf5 75%, #fffbf5 100%);
background-size: 56.57px 56.57px;
}

.modal {
  font-family: aleo, -apple-system, BlinkMacSystemFont, avenir next, avenir,
    helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif !important;
}

@media (min-width: 600px) {
    .logo-image {
        margin-left: 50px !important;
    }
}

@media (min-width: 1870px) {
    .logo-image {
        margin-left: 0px !important;
    }
}

@media (min-width: 600px) {
    .menu {
        margin-right: 50px !important;
    }
}

p { font-weight: 400; }
h2,
h3,h4,h5 {
    font-family: Cabin, Aleo, sans-serif;
    font-weight: 700;
}

li {
    color: #303538;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

li p {
    margin-bottom: 0px;
}

h1.ng-binding { display: none;}
































































