body,
a,
p,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', 'Arial', 'Tahoma', 'sans-serif';
    color: #000;
}

body {
    background: #f5f5f5 url(../images/bg.jpg) top center repeat-x;
    margin: 0;
}

body,
html {
    height: 100%;
}

.body-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

a {
    color: #256404;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: #900506;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
	border: 2px solid #fff;
	outline: 2px solid #000 !important;
	outline-offset: 1px;
}

a:focus:not(:focus-visible) {
	border-width: 0 !important;
	outline-width: 0px !important;
}

.go-to-content {
	background: #000;
	color:#fff;
}

.go-to-content:focus {
	background: #000;
	color:#fff;
	border: 2px solid #fff;
	outline: 2px solid #000;
	outline-offset: 1px;
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	text-decoration: underline;
	z-index:99999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 5px;
	border-radius: 0;
}

.disabilities {
    width: 100%;
    background: #002774;
    text-align: center;
    padding: 4px;
    color: #fff;
}

.disabilities a {
    color: #fff;
}

.disabilities .fonts a {
    padding-left: 5px
}

.header {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

#logo a {
    display: block;
}

#logo img {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .header {
        margin-top: 0;
        height: 297px;
    }
    .banner-right {
        position: absolute;
        top: 0;
        right: -40px;
    }
    #logo {
        position: absolute;
        top: 40px;
        left: 10px;
        margin: 0;
        width: 350px;
    }
}

@media (min-width: 992px) {
    .banner-left {
        position: absolute;
        top: 0;
        left: -220px;
    }
    .banner-right {
        right: -110px;
    }
    #logo {
        left: 350px;
        top: 65px;
        width: 290px;
    }
}

@media (min-width: 1200px) {
    .banner-left {
        position: absolute;
        top: 0;
        left: -140px;
    }
    #logo {
        left: 465px;
        top: 50px;
        width: 330px;
    }
}


/*********************************************
***************** POSITION TOP ***************
*********************************************/


/***************** TOP MENU ***************/

.navbar {
    background: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 4;
}

.navbar-toggle {
    background-color: #0b7c10;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar ul {
    display: block;
    list-style: none;
}

.navbar #headerNav {
    list-style: none;
    padding: 20px 0 0 0;
    background: #0b7c10;
    border-radius: 4px;
}

.navbar ul a {
    color: #fff;
}

.navbar ul .parent>a {
    font-size: 18px;
}

.navbar #headerNav>li {
    border-bottom: 1px solid #fff;
    margin: 0 20px 20px 20px;
    padding: 0 20px 20px 20px;
}

.navbar .dropdown {
    padding: 0;
    position: static;
}

.navbar .dropdown .dropdown {
    padding: 0 0 0 10px;
}

.navbar .dropdown li {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .position-top {
        padding: 0;
    }
    .navbar {
        margin: 0 0 7px 0;
        text-align: left;
        min-height: 0;
        border: none;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar .container {
        padding: 0;
    }
    .navbar ul {
        list-style: none;
        padding-left: 0;
    }
    .navbar #headerNav {
        margin: 0;
        padding: 0;
        width: 100%;
        display: inline-block;
        background: #0b7c10;
        border: none;
        border-radius: 0;
        float: none;
    }
    .navbar ul li {
        position: relative;
        -webkit-transition: background .2s;
        transition: background .2s;
        margin-bottom: 10px;
    }
    .navbar #headerNav>li {
        width: auto;
        margin-bottom: 0;
        border: none;
        margin: 7px 0px 7px 0;
        padding: 0;
        float: left;
    }
    .navbar #headerNav>li>a {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        padding: 6px 20px 6px 45px;
        line-height: 21px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        background: url(../images/arrow-circle-orange.png) 17px 10px no-repeat;
        border-left: 1px dotted #dfff56;
    }
    .navbar #headerNav>li:first-child>a {
        border: none;
    }
    .navbar #headerNav>li>a:hover,
    .navbar #headerNav>li>a:focus {
        color: #fff;
        background-color: #064C09;
        background: url(../images/arrow-circle-orange.png) 17px 10px no-repeat;
        text-decoration: underline;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar ul ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
        background: #0b7c10;
        border-radius: 2px;
        min-width: 160px;
        padding: 10px;
        padding-bottom: 0;
    }
    .navbar #headerNav>li:hover>ul,
    .navbar #headerNav>li.sfHover>ul {
        display: block;
    }
    .navbar .dropdown {
        padding: 10px 10px 0 10px;
        position: absolute;
    }
    .navbar .dropdown .dropdown {
        padding: 10px 10px 0 10px;
    }
    .navbar .dropdown li {
        padding-top: 0px;
    }
    .navbar ul ul a {
        font-size: 15px;
        line-height: 21px;
        padding: 4px 8px;
        text-align: left;
        text-decoration: none;
        display: block;
        cursor: pointer;
        color: #fff;
    }
    .navbar ul ul li:hover>a,
    .navbar ul ul li a:focus {
        background: #085D0C;
        border-radius: 3px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .navbar ul ul ul {
        top: -10px;
        left: 100%;
    }
    .navbar ul li:hover,
    .navbar ul li.sfHover {
        -webkit-transition: none;
        transition: none;
    }
    .navbar ul.sf-arrows .child .sf-with-ul {
        padding-right: 2.5em;
    }
    /* styling for both css and generated arrows */
    .navbar ul.sf-arrows .child .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF;
        /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255, 255, 255, .5);
    }
    .navbar ul.sf-arrows>li>.sf-with-ul:focus:after,
    .navbar ul.sf-arrows>li:hover>.sf-with-ul:after,
    .navbar ul.sf-arrows>.child.sfHover>.sf-with-ul:after {
        border-top-color: white;
        /* IE8 fallback colour */
    }
    /* styling for right-facing arrows */
    .navbar ul.sf-arrows ul .child .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #dFeEFF;
        /* edit this to suit design (no rgba in IE8) */
        border-left-color: rgba(255, 255, 255, .5);
    }
    .navbar ul.sf-arrows ul .child li>.sf-with-ul:focus:after,
    .navbar ul.sf-arrows ul .child li:hover>.sf-with-ul:after,
    .navbar ul.sf-arrows ul .child .sfHover>.sf-with-ul:after {
        border-left-color: white;
    }
    .navbar #headerNav>li>ul>.sub-pointer {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 5px 6px;
        border-color: transparent transparent #0b7c10 transparent;
        position: absolute;
        top: -5px;
        left: 9px;
    }
    .navbar #headerNav>li>ul ul .sub-pointer {
        display: none;
    }
}

@media (min-width: 992px) {
    .position-top {
        /*top: 184px;*/
        /*left: 445px;*/
    }
    .navbar #headerNav {
        margin: 0;
        padding: 0;
        /*width:75%; */
    }
}


/*********************************************
******************* SLIDER *******************
*********************************************/

.position-slider {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

#slider {
    margin: 0!important;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    /*border-radius: 5px;*/
}

.position-slider .nivo-caption {
    padding: 9px 10px;
    background: none;
    font-size: 18px;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', 'sans-serif';
}

.position-slider.theme-default .nivo-controlNav {
    padding: 20px 20px 15px 20px;
}

@media (min-width: 768px) {
    .slider-wrapper {
        margin: 0 -20px;
    }
    .slider-container {
        margin-top: 15px;
        margin-bottom: 15px;
        min-height: 248px;
    }
}

@media (min-width: 992px) {
    .slider-container {
        margin-top: 0;
        min-height: 212px;
    }
    .position-slider {
        padding-left: 6px;
    }
}

@media (min-width: 1200px) {
    .slider-container {
        min-height: 256px;
    }
}


/*********************************************
************ BREADCRUMBS ************
*********************************************/

.breadcrumbs {
    color: #a74039;
    padding: 15px;
    line-height: 22px;
    /*padding-left: 8px;*/
    font-weight: 600;
    font-size: 15px;
    border-bottom: 2px solid #e8e8e8;
}

.breadcrumbs a {
    color: #a74039;
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: #EB0607;
}

.breadcrumbs span {
    /*color:#fff;*/
    margin-right: 5px;
    margin-left: 5px;
}

.breadcrumbs span.breadcrumbs-prefix {
    margin-left: 0;
}


/*********************************************
************** POSITION FEATURE **************
*********************************************/

.position-feature {
    margin-bottom: 20px;
    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.4);*/
}

.position-feature,
.position-feature p,
.position-feature span,
.position-feature h1,
.position-feature h2,
.position-feature h3,
.position-feature h4,
.position-feature h5 {
    color: #fff;
}

.position-feature a {
    color: #ccc;
}

.position-feature a:hover,
.position-feature a:focus {
    color: #ccc;
    /*text-decoration:none;*/
}


/*********************************************
******************* CONTENT ******************
*********************************************/

.main {
    position: relative;
}

@media (min-width: 992px) {
    .ladder {
        left: -220px;
        top: -70px;
        width: 435px;
        height: 790px;
        background: url(../images/ladder.png);
        z-index: 2;
        position: absolute;
    }
}

.content {
    padding-bottom: 20px;
    position: relative;
    z-index: 3;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/******** CONTENT INSIDE *********/

.content-inside {
    background: #fff;
    height: 100%;
}

.content-inside img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.content-inside a:hover {
    text-decoration: underline;
}

.go-to-menu {
    padding: 5px
}

.go-to-menu a {
    background: #0094A0;
    border: none;
    border-radius: 2px;
    color: #fff;
}

.go-to-menu a:hover {
    background: #00707A;
    color: #fff;
}


/******** CONTENT NEWS ************/

.content-inside .content-news .content-news-item {
    margin-bottom: 5px;
    width: 100%;
}

.content-inside .content-news .content-news-item-header {
    font-weight: 200;
    font-size: 24px;
    margin: 10px 0 10px 0;
}

.content-inside .content-news .content-news-item-header a {
    color: #000;
}

.content-inside .content-news .content-news-item-header a:hover,
.content-inside .content-news .content-news-item-header a:focus {
    color: #256404;
}

.content-inside .content-news .content-news-item-utilities {
    font-size: 12px;
    color: #595959;
    margin-bottom: 10px;
    margin-left: 1px;
}

.content-inside .content-news .content-news-item-content {
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
    overflow: hidden;
}

.content-inside .content-news .content-news-item-content p {
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-inside .content-news .content-news-item-content .thumbnail-news {
    max-width: 20%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more {
    display: inline-block;
    font-weight: 600;
    color: #092a6f;
    margin-top: 10px;
    padding: 3px 9px 3px 3px;
    background: #f5f0f4;
    border-radius: 4px;
    font-size: 12px;
    line-height: 13px;
    position: relative;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.content-inside .content-news .content-news-item-content .content-news-read-more .content-news-read-more-icon {
    background: #002576;
    padding: 2px 6px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    font-size: 6px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more .content-news-read-more-icon span:first-child {
    margin-right: -3px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more>span {
    vertical-align: middle;
    margin-left: 3px;
}

.content-inside .content-news .content-news-item-content .content-news-read-more:hover,
.content-inside .content-news .content-news-item-content .content-news-read-more:focus {
    color: #fff;
    background: #002576;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/************* CONTENT SUBPAGE **************/

.content-subpage-header {
    margin: 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #d5d5d5;
}

.content-subpage-header h1 {
    font-weight: 200;
    font-size: 30px;
}

.content-subpage-utilities,
.content-subpage-utilities a {
    font-size: 12px;
    color: #595959;
}

.content-subpage-utilities>div {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #DFDFDF;
}

.content-subpage-utilities>div:first-child,
.content-subpage-utilities>.clearfix {
    padding: 0;
    margin: 0;
    border-left: none;
}

.content-subpage-utilities a {
    padding-left: 5px;
}

.content-subpage-utilities a:hover {
    color: #333;
}

.content-subpage-text {
    overflow: hidden;
}

.content-homepage {
    padding-top: 30px;
}

.subpage-separator {
    height: 1px;
    background: #EBEBEB;
    margin: 30px 0;
}

.subpage-header {
    text-align: center;
    font-weight: 200;
    margin-bottom: 26px;
}


/************ CONTENT GALLERIES LIST *******/

.content-gallery-item-utilities {
    font-size: 12px;
    color: #595959;
}

.content-galleries>div {
    margin-bottom: 15px;
}

.content-galleries .thumbnail {
    -webkit-box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    outline: none;
    padding: 5px;
}

.content-galleries h3,
.content-galleries h4 {
    margin-top: 0;
    font-size: 18px;
}

.image-overlay {
    position: relative;
}

.image-overlay .image-overlay-mask {
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.image-overlay:hover .image-overlay-mask {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

.image-overlay-mask a {
    display: block;
    width: 100%;
    height: 100%;
}

.image-overlay-mask span {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
}

@media (max-width: 767px) {
    .content-galleries>div {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}


/********** CONTENT GALLERY IMAGES ***********/

.fr-window canvas {
    left: -3000px!important;
}

.fr-window-fresco .fr-close .fr-close-icon {
    width: 23px;
    height: 23px;
}

.fr-close {
    right: 25px;
}

.gallery-images>div>div {
    margin-bottom: 20px
}

.gallery-images .thumbnail {
    -webkit-box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 21px 5px rgba(0, 0, 0, 0.1);
}

.gallery-images .thumbnail:hover,
.gallery-images .thumbnail:focus {
    background: rgb(146, 96, 91);
    border: 1px solid rgb(146, 96, 91);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


/************ CONTENT ATTACHMENTS LIST *******/

.content-attachments h3 {
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.content-att-item-utilities {
    font-size: 12px;
    color: #595959;
    margin-bottom: 10px;
}


/*********************************************
************* POSITION INSIDETOP *************
*********************************************/


/*********************************************
*********** POSITION INSIDEBOTTOM ************
*********************************************/

.eventslist-day {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.eventslist-event {
    margin-bottom: 5px;
    overflow: hidden;
}

.eventslist-event p {
    margin-bottom: 0;
    margin-top: 5px;
    color: #B8ACA5;
}

.eventslist-event h4 {
    margin-top: 0;
}


/*********************************************
***** POSITION BOTTOMFIRST BOTTOMSECOND ******
*********************************************/


/*.position-bottom-first-second {
	
}

.position-bottom-first-second > div {
	
}*/

.position-bottom-first-second>.col-lg-6 {
    /*padding:0;*/
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .position-bottom-first-second>.col-lg-6 {
        padding-right: 0;
    }
    .position-bottom-first-second>.col-lg-6:first-child {
        padding-left: 0
    }
}

.addon-box-side-right.counter .addon-box-header {
    font-size: 20px;
    margin: 0 0 7px 0;
    line-height: 20px;
}


/*
.counter h4 {
	margin: 0 0 5px 0;
}*/

.addon-box-inside-bottom.counter {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px 0px, rgba(0, 0, 0, 0.2) 0px 0px 1px 0px;
    border-radius: 2px;
    padding: 13px;
    min-height: 140px;
}

.addon-box-inside-bottom.counter h4 {
    margin: 0 0 5px 0;
}

.counter p {
    margin-bottom: 2px;
}


/*********************************************
******* POSITION LEFTFIRST LEFTSECOND ********
*********************************************/

.position-side-right,
.position-side-left {
    position: relative;
    z-index: 3;
}

.position-right-container {
    margin-bottom: 15px;
    background: #0b7c10;
}

@media (min-width: 768px) {
    .position-side-left {
        padding-left: 0;
    }
    .position-side-right {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }
    .position-side-left {
        padding-right: 30px;
    }
    .position-side-right {
        padding-left: 30px;
    }
}

.addon-box {
    overflow: hidden;
    padding: 20px;
}

.addon-box .addon-box-header {
    margin-top: -5px;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 200;
    font-size: 21px;
    line-height: 25px;
}

.addon-box-side-right,
.addon-box-side-right p {
    color: #fff;
}

.addon-box .addon-box-content a {
    max-width: 100%;
    color: #fff;
    text-decoration: underline;
}

.addon-box .addon-box-content img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.addon-box.addon-box-side-left {
    margin-bottom: 15px;
}

.addon-box-side-left.textmodule {
    background: #fff;
}

.position-side-right .addon-box {
    border-bottom: 1px solid #5aa05d;
}

.position-side-right .addon-box:last-child {
    border: none;
}

.addon-box .addon-box-content {
    overflow: hidden;
    text-overflow: ellipsis;
}

.addon-box .addon-box-content p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.addon-box.clock {
    min-height: 153px;
}


/*************** MENU ************************/

.addon-box .sf-menu,
.addon-box .sf-menu ul {
    list-style: none;
}

.addon-box.addon-box-side-left.menu-box {
    /*padding-left:0;*/
    padding-right: 0;
}

.addon-box.menu-box {
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
    background: #0b7c10;
}

.addon-box.menu-box .addon-box-header {
    margin: 0;
    line-height: 23px;
    padding: 3px 8px 6px 8px;
    color: #fff;
}

.addon-box .sf-menu {
    margin: 0;
    padding: 0;
}

.addon-box .sf-menu a {
    color: #fff;
    display: block;
}

.addon-box .sf-menu>li>a {
    font-weight: bold;
    font-size: 16px;
    padding: 9px 5px 9px 35px;
}

.addon-box .sf-menu>li {
    border-top: 1px dotted #dfff56;
    background: url(../images/arrow-circle-orange.png) 8px 14px no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box .sf-menu>li:first-child {
    border: none;
}

.addon-box .sf-menu>li:hover {
    background-color: #07540A;
    background: url(../images/arrow-circle-orange.png) 8px 14px no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box .sf-menu a:hover,
.addon-box .sf-menu a:focus {
    color: #fbec8b;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}

.addon-box .sf-menu ul {
    margin: 0;
    padding: 0 10px 10px 35px;
}

.addon-box .sf-menu ul ul {
    left: 0!important;
    padding: 0px 10px 0px 10px;
}

.addon-box .sf-menu ul li a {
    border-bottom: 1px dotted #dfff56;
    padding: 8px 0;
    line-height: 16px;
}

.addon-box .sf-menu .glyphicon {
    top: -1px;
    font-size: 9px;
    color: #b3b3b3;
}


/************ Survey *******************/

.addon-box-side-left.surveymodule {
    background: rgba(6, 34, 91, 0.9);
    position: relative;
    overflow: visible;
}

.addon-box-side-left.surveymodule .addon-box-header {
    color: #fff;
}

.addon-box-side-left.surveymodule legend,
.addon-box-side-left.surveymodule label {
    color: #fff;
    border: none;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.addon-box-side-left.surveymodule .surveymodule-buttons {
    text-align: center;
}

.addon-box-side-left.surveymodule .btn {
    background: #051a47;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.addon-box-side-left.surveymodule .btn:hover {
    background: #000;
}

.flash-error,
.flash-success {
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    background: rgb(226, 70, 70);
    text-align: center;
}

.flash-success {
    background: rgb(57, 119, 27);
}


/***************** SEARCH *******************/

.search {
    padding-top: 25px;
}

@media (min-width: 992px) {
    .search {
        padding-right: 0;
        padding-top: 3px;
    }
}

#search-form {
    position: relative;
}

#search-form label {
    display: none;
}

#search-input {
    padding: 7px 29px 5px 8px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    height: 34px;
    font-size: 13px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-input:focus {
    border: 2px solid #a4a666;
    outline: 0;
}

#search-form button {
    height: 33px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    padding-left: 7px;
    background: transparent;
    border: none;
}

#search-form button span {
    color: #B1B1B1;
}


/*********************************************
*************** POSITION BOTTOM **************
*********************************************/


/*********************************************
******************* FOOTER *******************
*********************************************/

.footer-wrapper {
    background: #002774;
    z-index: 3;
    position: relative;
}

.footer,
.footer p,
.footer a {
    color: #fff;
}

.footer {}

.footer>div {
    padding: 15px;
}


/*********************************************
******************* CALENDAR *****************
*********************************************/

div.calendar {
    overflow: visible;
}

table.nc-header,
table.nc-body {
    border: none;
    width: 100%;
}

table.nc-header tr,
table.nc-body tr,
table.nc-header td,
table.nc-body td {
    border: none;
}

table.nc-header {
    margin: 5px 0;
}

table.nc-header a {
    background: url(../images/arrows-gray.png) no-repeat 0 100%;
    height: 16px;
    display: block;
    width: 16px;
}

table.nc-header a.back-mth {
    background-position: 0 -32px;
}

table.nc-header a.fwd-mth {
    background-position: 0 -16px;
}

table.nc-header a.fwd-yr {
    background-position: 0 0;
}

table.nc-header .monthname,
table.nc-header .yearname,
table.nc-body .dayname {
    font-weight: bold;
}

.calendar span.weekday1 {}

.calendar span.weekday2 {}

.calendar span.weekday3 {}

.calendar span.weekday4 {}

.calendar span.weekday5 {}

.calendar span.weekday6 {
    /*color: #FF3D3D;*/
}

.calendar span.weekday7 {
    /*color: #FF3D3D;*/
}

.calendar span.outofmonth {
    /*color: #CCCCCC;*/
}

.calendar span.today {
    font-weight: bold;
}

.calendar span.today ul li {
    font-weight: normal;
}

.calendar span.nc-day {
    position: relative;
    display: block;
    padding: 3px 2px;
    text-align: center;
    margin: 1px;
}

.calendar ul.nc-items {
    background: url(../images/opacity.png) repeat;
    position: absolute;
    left: auto!important;
    right: auto!important;
    top: auto!important;
    bottom: 15px!important;
    font-size: 0.8em;
    line-height: 1.1em;
    margin: 0;
    padding: 5px 10px;
    width: 180px;
    list-style: none;
    border: 1px solid #000;
    text-align: left;
    z-index: 100;
    box-shadow: 0 0 8px #333;
    border-radius: 5px;
    display: none;
}

.calendar .week1 ul.nc-items,
.calendar .week2 ul.nc-items {
    top: 15px!important;
    bottom: auto!important;
}

.calendar span.weekday1 ul.nc-items {
    left: 0!important;
}

.calendar span.weekday2 ul.nc-items {
    left: -100%!important;
}

.calendar span.weekday3 ul.nc-items {
    left: -200%!important;
}

.calendar span.weekday4 ul.nc-items {
    left: -250%!important;
}

.calendar span.weekday5 ul.nc-items {
    right: -200%!important;
}

.calendar span.weekday6 ul.nc-items {
    right: -100%!important;
}

.calendar span.weekday7 ul.nc-items {
    right: 0!important;
}

span.nc-day ul.nc-items li {
    padding: 3px 5px;
}

span.nc-day ul.nc-items li a {
    background: none;
    display: block;
    color: #FFF;
}

span.nc-day ul.nc-items li a:hover {
    color: yellow;
}

span.nc-day:hover ul.nc-items {
    display: block;
}

.calendar span.hasitems {
    cursor: pointer;
    background: url(../images/dot.png) no-repeat 50% 100%;
}

.bgimgcall {
    display: none;
}

.calendar {
    /*background:#3B0518 url(../images/box-bg-fiolet.jpg) !important;*/
    /*border:none !important;*/
}

.calendar .nc-body span {
    background: #025402;
    color: #fff;
    border-radius: 3px;
}

.calendar .nc-body span.hasitems {
    background: #014100;
    border-radius: 3px;
    color: #fff;
}

.calendar .nc-body span.outofmonth {
    background: none;
    color: #BBE09E;
}

.calendar .nc-body span.today {
    font-size: 15px;
    background: #014100;
    color: #fff;
}

.calendar table.nc-header a {
    /*background: url(../images/arrows-white-left.png);*/
    background: url(../images/arrows-gray.png) no-repeat;
    background-position: -2px -49px;
    width: 12px;
    height: 14px;
}

.calendar table.nc-header a.back-mth {
    /*background: url(../images/arrow-white-left.png);*/
    background-position: -2px -33px;
}

.calendar table.nc-header a.fwd-mth {
    /*background: url(../images/arrow-white-right.png);*/
    background-position: -2px -17px;
}

.calendar table.nc-header a.fwd-yr {
    /*background: url(../images/arrows-white-right.png);*/
    background-position: -2px -1px;
}

.calendar span.nc-day ul.nc-items li a {
    background: url(../images/arrows-white-right.png) no-repeat 0 0;
    font-size: 12px;
    padding-left: 16px;
}

.calendar span.nc-day ul.nc-items li a:hover {
    text-decoration: underline;
}


/*********************************************
******************* WEATHER ********************
*********************************************/

.weather {
    text-align: center;
    min-height: 126px;
}

.weather-content {
    display: inline-block;
}

.weather-content img {
    float: left;
    margin-left: 10px;
}

.weather-content p {
    float: left;
    font-size: 27px;
    /*color:#535429; */
    margin: 23px 0 0 33px;
}


/*********************************************
******************* MODAL ********************
*********************************************/

.modal-content {
    background: #41241C;
    color: #fff;
    border: 1px solid #41241C;
}

.modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6,
.modal-body p,
.modal-body div,
.modal-body ul,
.modal-body li {
    color: #fff
}

.modal-footer {
    border-top: 1px solid #664B46;
}


/*********************************************
******************* PAGINATOR ********************
*********************************************/

.pager li>a,
.pager li>span {
    border: none;
    background-color: #022576;
    border-radius: 5px;
    padding: 3px 10px;
    color: #fff;
}

.pager li.active>a,
.pager li>a:hover,
.pager li>a:focus {
    background-color: #1a0e0c;
    color: #f5caa3;
}


/*********************************************
******************* CONTACT FORM ********************
*********************************************/

.form-control.error {
    color: #fff;
    background: rgb(226, 70, 70);
    border: 1px solid rgb(226, 70, 70);
}

form label {
    font-weight: 100;
}

form label.required {
    font-weight: bold;
}

form label span.required {
    color: red;
}

pre {
    display: none;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- slider -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.carrousel__content img {
    max-width: 100%;
}

.js-carrousel__caption_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.js-carrousel__caption {
    border-radius: 3px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 10px 20px;
    font-size: .9em;
}


.js-carrousel__container:not(.carrousel__container)>*+* {
    display: none;
}

.js-carrousel.relative {
    position: relative;
}

.carrousel .mod--hidden {
    overflow: hidden;
}

.carrousel__container {
    white-space: nowrap;
    position: relative;
}

.carrousel__control__list {
    list-style-type: none;
    padding: 5px 0 0 0;
    text-align: center;
}

.carrousel__control__list__item {
    display: inline-block;
    margin: 0 5px;
}

.carrousel__control__list__link {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: rgba(0, 0, 0, .2);
    border-radius: 1em;
    cursor: pointer;
}

.carrousel__button-container {
    position: absolute;
    z-index: 999;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -35px;
}

.carrousel__button__previous {
    left: 10px;
}

.carrousel__button__next {
    right: 10px;
}

.carrousel__button__button {
    background: rgba(0, 0, 0, .5);
    color: rgba(255, 255, 255, .8);
    font-size: 1.5em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: var(--transition);
}

.carrousel__button__button:hover,
.carrousel__button__button:focus {
    background: rgba(0, 0, 0, .8);
    color: #ffff00;
}

.carrousel__button__previous span {
    margin: -3px 0 0 -2px;
    display: block;
}

.carrousel__button__next span {
    margin: -3px -2px 0 0;
    display: block;
}


/* only for minimalist example */

.carrousel__content[aria-hidden=true] {
    display: none;
}


/* ------------------ State rules ------------------ */

.carrousel__control__list__link:focus,
.carrousel__control__list__link:hover,
.carrousel__control__list__link:active,
.carrousel__control__list__link[aria-selected=true] {
    background: rgba(0, 0, 0, .8);
}

.carrousel__control__list__link:focus,
.carrousel__control__list__link:hover,
.carrousel__control__list__link:active {
    outline: 2px dotted #4f4e52;
}


/* ------------------ transition slide ------------------ */

.slide .carrousel__content {
    display: inline-block;
    vertical-align: top;
    visibility: visible;
    width: 100%;
    position: relative;
    transition: visibility 0s ease, transform .5s ease-in;
    transition-delay: 0s;
    white-space: normal;
}

[data-carrousel-active-slide="1"].slide>.carrousel__content {
    transform: translateX(0);
}

[data-carrousel-active-slide="2"].slide>.carrousel__content {
    transform: translateX(-100%);
}

[data-carrousel-active-slide="3"].slide>.carrousel__content {
    transform: translateX(-200%);
}

[data-carrousel-active-slide="4"].slide>.carrousel__content {
    transform: translateX(-300%);
}

[data-carrousel-active-slide="5"].slide>.carrousel__content {
    transform: translateX(-400%);
}

[data-carrousel-active-slide="6"].slide>.carrousel__content {
    transform: translateX(-500%);
}

[data-carrousel-active-slide="7"].slide>.carrousel__content {
    transform: translateX(-600%);
}

[data-carrousel-active-slide="8"].slide>.carrousel__content {
    transform: translateX(-700%);
}

[data-carrousel-active-slide="9"].slide>.carrousel__content {
    transform: translateX(-800%);
}

[data-carrousel-active-slide].slide>[aria-hidden="true"].carrousel__content {
    visibility: hidden;
    transition-delay: .5s, 0s;
}


/* ------------------ transition fade ------------------ */

.carrousel .fade {
    opacity: 1;
}

.fade .carrousel__content {
    animation: fadein 2s;
    white-space: normal;
}

.fade .carrousel__content[aria-hidden=true] {
    animation: fadeout 2s;
    display: none;
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes fadein {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* ------------------ transition none ------------------ */

.none .carrousel__content {
    white-space: normal;
}

.none .carrousel__content[aria-hidden=true] {
    display: none;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- calendar -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.calendar__header {
    display: flex;
    line-height: 1;
    color:#fff;
    fill: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
    padding: 0 6px;
}

.calendar__monthyear {
    flex-grow: 1;
}

.calendar__btn-back-yr {
    order: -2;
}

.calendar__btn-back-mth {
    order: -1;
}

.calendar__switch-date-btn {
    border: none;
    background: none;
    cursor: pointer;
    opacity: .6;
    width: 20px;
    padding: 0;
    transition: .2s ease-in-out;
}

.calendar__switch-date-btn svg {
    height: 13px;
}

.calendar__switch-date-btn:hover,
.calendar__switch-date-btn:focus {
    fill: #ffe099;
    opacity: 1;
}

.calendar__body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar__body>* {
    text-align: center;
    padding: 7px 0px;
    position: relative;
    font-size: .9em;
    line-height: 1;
}

.calendar__weekday,
.calendar__today {
    font-weight: bold;
}

.calendar__today li {
    font-weight: normal;
}

.calendar__hasitems {
    cursor: pointer;
}

.calendar__hasitems:hover .calendar__items,
.calendar__hasitems:focus-within .calendar__items {
    opacity: 1;
    z-index: 100;
}

.calendar__items {
    background: hsla(0, 0%, 0%, 90%);
    position: absolute;
    top: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
    width: 170px;
    text-align: left;
    z-index: -1;
    border-radius: 3px;
    opacity: 0;
    transition: .3s ease-in-out;
}

.calendar__weekday1 .calendar__items {
    left: 0;
}

.calendar__weekday2 .calendar__items {
    left: -100%;
}

.calendar__weekday3 .calendar__items {
    left: -200%;
}

.calendar__weekday4 .calendar__items {
    left: -250%;
}

.calendar__weekday5 .calendar__items {
    right: -200%;
}

.calendar__weekday6 .calendar__items {
    right: -100%;
}

.calendar__weekday7 .calendar__items {
    right: 0;
}

.calendar__item {
    padding: 5px 0;
    line-height: 1.3;
}

.calendar__item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, 30%);
}

.calendar__item a {
    display: block;
	color: hsl(0, 0%, 100%);
	font-size: .9em;
}

.calendar__item a:hover,
.calendar__item a:focus {
    color: hsl(60, 100%, 50%);
    outline-offset: .25rem;
}

.calendar__day:not(.calendar__outofmonth) {
    background: #025402;
    color: #fff;
    border-radius: 3px;
}

.calendar__day.calendar__hasitems {
	background: #014100;
    color: #fff;
}

.calendar__day.calendar__today {
    background: #014100;
    color: #fff;
}

.calendar__day.calendar__outofmonth {
    background:none;
    color:#fff;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- modal -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.dialog-container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.dialog-container[aria-hidden='true'] {
    display: none;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(43, 46, 56, 0.9);
    animation: fade-in 200ms both;
}

.dialog-content-wrapper {
    background-color: rgb(255, 255, 255);
    margin: auto;
    z-index: 2;
    position: relative;
    animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
    max-width: 90%;
    width: 800px;
    border-radius: 2px;
    max-height: 90%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@keyframes slide-up {
    from {
        transform: translateY(10%);
    }
}

.dialog-content {
    overflow: scroll;
    max-height: 90vh;
    padding: 0 1em 1em 1em;
}

.dialog-close-wrapper {
    padding: .5em;
    text-align: right;
}

.dialog-close {
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, .1);
    color: #000;
    padding: 3px 9px 5px 9px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: var(--transition);
}

.dialog-close:hover,
.dialog-close:focus {
    background: rgba(0, 0, 0, .2);
}

@media screen and (min-width: 700px) {
    .dialog-content {
        padding: 0 2em 2em 2em;
    }
    .dialog-close-wrapper {
        padding: 1em;
    }
}

/*********************************************
******************* attachments ********************
*********************************************/

.attachments_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.attachments_list-item {
    border-top: 1px solid #ddd;
    padding: 10px;
}

.attachments_list-item-title {
    font-size: 18px;
    margin: 10px 0 10px 0;
}

.attachments_list-item-utilities {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- cookies -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.cookies[hidden] {
    display: none;
}

.cookies {
    position: fixed;
    bottom: 0;
    padding: 0 1em 1em 1em;
    margin: 0 auto;
    width: 100vw;
    display: flex;
    z-index: 9999;
}

.cookies__inside {
    border-radius: 5px;
    background: hsl(0, 0%, 0%);
    color: hsl(0, 0%, 100%);
    padding: 1em 1.5em;
    text-align: center;
    margin: 0 auto;
}

.cookies__desc {
    margin-bottom: 1em;
    color: hsl(0, 0%, 100%);
}

.cookies__desc a {
    color: hsl(25, 100%, 70%);
    text-decoration: underline;
    transition: .2s ease-in-out;
}

.cookies__desc a:hover,
.cookies__desc a:focus {
    color: hsl(0, 0%, 100%);
    text-decoration: underline;
}

.cookies__btn-agree {
    border: none;
    background: hsl(25, 100%, 90%);
    color: hsl(0, 0%, 0%);
    border-radius: 3px;
    padding: .2em .5em;
    transition: .2s ease-in-out;
}

.cookies__btn-agree:hover,
.cookies__btn-agree:focus {
    background: hsl(0, 0%, 100%);
}

.cookies *:focus {
    outline: 3px solid hsl(25, 100%, 90%);
    outline-offset: .25rem;
}


/*********************************************
******************* CLOCK ********************
*********************************************/

.addon-box.clock {
    height: 170px;
}


.addon-box .clock {
    display: block;
}

#clock-inner {
    padding: 0 calc(50% - 150px / 2);
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- pagination -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.pagination {
    margin: 20px 0 30px 0;
    padding-top: 1.3rem;
    padding: 0 15px;
    display: block;
}

.pagination__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__link {
    color: #025402;
	fill: #025402;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 3px;
    /*font-size: 13px;*/
	display: block;
	font-weight: normal;
}

.pagination__link:hover,
.pagination__link:focus,
.pagination__item--current .pagination__link { 
    background: #025402;
    color: #FFF;
	fill: #FFF;
    text-decoration: underline;
}

.pagination__item--current .pagination__link {
    text-decoration: none;
    font-weight: bold;
}

.pagination__icon {
    height: 9px;
    margin: 0 -5px;
}

.pagination__icon--reversed {
    transform: rotateY(180deg);
}

.pagination__item:first-child:not(.pagination__item--first) {
    margin-left: auto;
}

.pagination__item--first {
    margin-right: auto;
}

.pagination__item:last-child:not(.pagination__item--last) {
    margin-right: auto;
}

.pagination__item--last {
    margin-left: auto;
}


.sr-only, #search-form button span.sr-only, .addon-box .addon-box-header.sr-only, .addon-box.menu-box .addon-box-header.sr-only {
	color: #000;
	background-color: #fff;
}

#google_translate_element {
    padding: 3px 2px;
    background-color: #fff;
}

#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
    background-color: #fff;
}

/*
figcaption[id^="tobii-figcaption"] {
    display: none;
}
*/