* {
    margin: 0;
    padding: 0;
}
body {
    background: #f5f4f5;
}
ul {
    padding: 0 0 0 30px;
}
div[class*="col-sm"] {
    padding: 0
}
div.row {
    margin: 0;
}
section > div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 50px;
}
@media (max-width: 767px) {
    body {
        padding: 30px 0 0 0;
    }
    section > div {
        padding: 0 10px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: "refrigerator-deluxe";
}
img {
    max-width: 100%;
    height: auto;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }
    
/*-------------------------------------*/
/*          header                     */
/*-------------------------------------*/

header {
    margin: 0;
    padding: 0;
    position: relative;
}
header > div {
    margin: 0 auto;
    max-width: 1400px;
    padding: 20px 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    position: relative;
}
@media (max-width: 767px) {
    header > div {
        padding: 15px 10px 10px;
        align-items: center;
    }
}
/* Top 
---------------------------------------*/
@media (max-width: 767px) {
    #top {
        width: 100%;
        background: #004c9c;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 990;
        border-bottom: 1px solid #009ee2;
    }
    #top a {
        color: #FFF;
    }
}
@media (min-width: 768px) {
    #top {
        position: absolute;
        right: 50px;
        top: 0;
        min-width: 300px;
    }
}


/* Logo 
---------------------------------------*/
#logo {
    background: url(../img/logo.svg) left no-repeat;
    background-size: contain;
    max-width: 180px;
    max-height: 150px;
    min-width: 135px;
    min-height: 100px;
    width: 15vw;
    height: 15vw;
    margin: 0 20px 0 0;
    position: relative;
}
#logo h1 {
    display: none;
}
#logo a{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
@media (max-width: 767px) {
    #logo {
        height: 80px;
        width: 100px;
        min-width: 100px;
        min-height: 80px;
    }
}

/* Name 
---------------------------------------*/

#nom {
    color:#0c437b;
    font-size: 3vw;
    font-family: "refrigerator-deluxe";
}
@media (min-width: 1400px) {
    #nom {
        font-size: 45px;
    }
}
@media (max-width: 767px) {
    #nom {
        font-size: 20px;
    }
}
/* Login 
---------------------------------------*/

#top .moduletable-login {
    background: #FFF;
    padding: 8px 10px;
    color: #434343;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    border-radius: 0 0 3px 3px;
    box-shadow:  0 0 5px rgba(0,0,0,0.3)
}
@media (max-width: 767px) {
    #top .moduletable-login {
        display: none;
    }
}
#top .control-group .input-prepend {
    display: flex;
    align-items: center;

    flex-direction: row;
    flex-wrap: nowrap;
}
#top span.add-on {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 20px;
}
#top h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}
#top .moduletable-login div.userdata {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}
#top .moduletable-login div.userdata > div {
    margin: 0 0 0 10px;
}
#top .moduletable-login ul, #top .moduletable-login .mod-login__remember,
#top .moduletable-login button[type="button"]{
    display: none;
}
#top label.element-invisible {
    display: none;
}
#top input {
    border-radius: 2px;
    border: none;
    padding: 0 7px;
    line-height: 20px;
    background: #efefef;
}
#top button {
    border-radius: 2px;
    border: none;
    padding: 0 10px;
    display: block;
    line-height: 20px;
    background: #0f4496;
}
#top button:hover {
    color: #f7c528;
}
#top .moduletable-login label {
    display: none;
}
#top .mod-login__username .input-group {
    display: flex;
    align-items: flex-start;
}
#top .moduletable-login input {
    order: 2;
}
#top .moduletable-login span.icon-user {
    order: 1;
}
#top .moduletable-login span.icon-user:before {
    content:"\f007";
    line-height: 16px;
    font-size: 16px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    height: 16px;
    display: block;
    margin: 2px 0 0 0;
}
#top .mod-login__password{
    display: flex;
}
#top .mod-login__password:before {
    content:"\f023";
    line-height: 16px;
    font-size: 16px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    height: 16px;
    display: block;
    margin: 2px 0 0 0;
    width: 20px;
}

/* Menu
---------------------------------------*/

#top ul.nav {
    padding: 5px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
}
#top ul.nav > li {
    display: block;
    text-align: center;
    /* line-height: 19px; */
    border-left: 1px solid #b7ada7;
    padding: 0 7px;
    height: 19px;
}
#top ul.nav > li:first-child {
    border: none;
}
@media (min-width: 768px) {
    #top ul.nav {
        padding: 10px 0 0 0;
        justify-content: space-between;
    }
    #top ul.nav > li {
        flex-grow: 1;
    }
    #top ul.nav img {
        width: 18px;
        height: 18px;
        vertical-align: baseline;
        margin: 0;
        padding: 0;
    }
}
@media (min-width: 768px) {
    #top ul.nav {
        padding: 10px 0 0 0;
        justify-content: space-between;
    }
    #top ul.nav > li {
        flex-grow: 1;
    }
}
@media (max-width: 767px) {
    a.contact, a.search {
        font-size: 0;
        line-height: 0;
    }
    a.contact:before {
        content:"\2709";
        line-height: 16px;
        font-size: 16px;
        font-family: 'Glyphicons Halflings';
        height: 16px;
        display: block;
        margin: 2px 0 0 0;
    }
    a.search:before {
        content: "\e003";
        line-height: 16px;
        font-size: 16px;
        font-family: 'Glyphicons Halflings';
        height: 16px;
        max-height: 16px;
        display: block;
        margin: 2px 0 0 0;
    }
    #top ul.nav img {
        width: 18px;
        height: 18px;
        vertical-align: baseline;
        background: rgb(255, 255, 255);
        border-radius: 2px;
        padding: 2px;
    }
}

/*-------------------------------------*/
/*          Banner                     */
/*-------------------------------------*/

section#banner {
    position: relative;
    overflow: hidden;
}
section#banner > div {
    max-width: 2000px;
    padding: 0;
}
@media (max-width: 550px) {
    section#banner {
        display: none;
    }
}
@media (min-width: 768px) {
    section#banner .slide-desc {
        right: 10vw !important;
        left: auto  !important;
        bottom: 50px  !important;
        width: auto  !important;
        font-size: 1.6vw;
        max-width: 40%;
    }
}
@media (max-width: 767px) {
    section#banner {
        margin: 0 0 20px;
    }
    .slide-desc-text-default {
        padding: 10px 10px 1Px;
    }
}
section#banner .slide-desc {
    position: absolute;
    font-family: "refrigerator-deluxe";
}
section#banner:after, section#banner:before {
    content: "";
    position: absolute;
    width: 110%;
    border-bottom: 1px solid #FFF;
    top: -1px;
    left: -5%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 999;
}
section#banner:after {
    top: auto;
    bottom: -1px;
}
section#banner .slide-desc-bg {
    background: #009fe3; /* Old browsers */
    background: -moz-linear-gradient(left,  #009fe3 0%, #004c9c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #009fe3 0%,#004c9c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #009fe3 0%,#004c9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#004c9c',GradientType=1 ); /* IE6-9 */
}
/*-------------------------------------*/
/*          Menu                       */
/*-------------------------------------*/

@media (max-width: 767px) {
    #menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }
    span.menu-title {
        font-size: 18px;
    }
    span.icon-container {
        margin: 0 0 0 0px;
        width: 22px;
    }
    .navbar-toggle {
        background: #ffffff;
        border: 2px solid #009ee2;
        border-top: none;
        border-radius: 0 0 3px 3px;
        margin: 0;
        padding: 9px 8px 4px;
    }
    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 30px;
        background: #FFF;
        width: 100%;
        box-shadow: 0 3px 3px rgba(0,0,0,0.1);
    }
    #menu ul.nav {
        padding: 10px 0 0;
    }
    #menu ul.nav > li {
        display: block;
    }
    #menu ul.nav > li > a {
        display: block;
        line-height: 30px;
        border-bottom: 1px solid #CCC;
        font-size: 20px;
        padding: 0 5px;
    }
    #menu ul.nav > li > ul {
        padding: 0 15px;
    }
    #menu ul.nav > li > ul > li {
        display: block;
    }
    #menu ul.nav > li > ul > li >a {
        display: block;
        line-height: 30px;
        border-bottom: 1px dotted #CCC;
        font-size: 17px;
        padding: 0 5px;
    }
    #menu ul.nav > li > ul > li > ul {
        padding: 0 0 10px 20px;
    }
    #menu ul.nav > li > ul > li > ul > li {
        display: block;
        line-height: 25px;
        font-size: 15px;
    }
    #menu ul.nav > li > ul > li > ul > li > a {
        display: block;
    }
}
@media (min-width: 768px) {
    #menu {
        font-size: 18px;
        position: relative;
        margin: 0 auto 30px;
    }
    #menu ul.nav {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin: -20px auto 0;
        position: relative;
        background: #0f4496;
        padding: 0;
        box-shadow: 0 0px 3px rgba(0,0,0,.3);
        line-height: 40px;
    }
    #menu ul.nav > li {
        display: block;
        flex-grow: 1;
        text-align: center;
        position: relative;
    }
    #menu ul.nav > li:after {
        position: absolute;
        top: 10px;
        left: -1px;
        content: "";
        width: 2px;
        height: 20px;
        background: #f7c528;
    }
    #menu ul.nav > li:first-child:after {
        display: none;
    }
    #menu ul.nav  li > a {
        display: block;
        color: #f7c528;
    }
    #menu ul.nav  li > a:hover {
        display: block;
        color: #FFF;
    }
    #menu ul.nav > li > ul {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding: 0;
    }
    #menu ul.nav > li:hover > ul {
        display: block;
    }
    #menu ul.nav > li > ul > li {
        display: block;
        background: #0f4496;
        margin: 5px 0 0;
        line-height: 20px;
        box-shadow: 0 0px 3px rgba(0,0,0,.3);
    }
    #menu ul.nav > li > ul > li > a {
        padding: 5px 10px;
    }
    #menu ul.nav ul ul {
        display: none;
    }
}
/*-------------------------------------*/
/*          Content                    */
/*-------------------------------------*/

#content .blog.home > .items-leading, .blog.members > .items-leading {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.blog.members > .items-leading {
    justify-content: flex-start;
}
#content .blog.home > .items-leading:before, #content .blog.home > .items-leading:after, .blog.members > .items-leading:before, .blog.members > .items-leading:after {
    display: none;
}
.blog.home > .items-leading > div {
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}
.blog.members > .items-leading > div {
    margin: 0 30px 30px 0;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
}
@media (min-width: 375px) and (max-width: 549px) {
    .blog.home > .items-leading > div {
        width: calc( (100% - 20px) / 2);
    }
    .blog.members > .items-leading > div {
        width: 100%;
        margin: 0 0 20px;
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    .blog.home > .items-leading > div {
        width: calc( (100% - 40px) / 3);
    }
    .blog.members > .items-leading > div {
        width: calc( (100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    .blog.members > .items-leading > div:nth-child(2n), .blog.members > .items-leading > div:last-child {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 1150px) {
    .blog.home > .items-leading > div {
        width: calc( (100% - 30px) / 2);
        margin: 0 0 30px;
    }
    .blog.members > .items-leading > div {
        width: calc( (100% - 60px) / 3);
    }
    .blog.members > .items-leading > div:nth-child(3n), .blog.members > .items-leading > div:last-child {
        margin: 0 0 30px 0;
    }
}
@media (min-width: 1151px) {
    .blog.home > .items-leading > div {
        width: calc( (100% - 60px) / 3);
        margin: 0 0 30px;
    }
    .blog.members > .items-leading > div {
        width: calc( (100% - 90px) / 4);
    }
    .blog.members > .items-leading > div:nth-child(4n), .blog.members > .items-leading > div:last-child {
        margin: 0 0 30px 0;
    }
}
#content .blog.home > .items-leading > div img {
    width: 100%;
}
#content .blog.members .item-image {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
}
#content .blog.members .item-image img {
    max-height: 100px;
    max-width: 100%;
}
#content .blog .page-header,
.moduletable.associates h3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009fe3+0,004c9c+100 */
    background: #009fe3; /* Old browsers */
    background: -moz-linear-gradient(left,  #009fe3 0%, #004c9c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #009fe3 0%,#004c9c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #009fe3 0%,#004c9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#004c9c',GradientType=1 ); /* IE6-9 */
    position: relative;
    z-index: 100;
}
#content .blog .page-header h2,
.moduletable.associates h3,
.blog.members h1 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.moduletable.associates h3,
.blog.members h1 {
    margin: 0 0 10px;
    text-align: left;
    padding: 0 0 0 10px;
    color: #FFF;
}
@media (max-width: 1150px) {
    #content .blog .page-header h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
#content .blog.members .page-header h2 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#content .blog dl.article-info {
    width: 100%;
    padding: 2px 10px;
    background: #0f4c84;
    border-top: 1px solid #efea30;
    font-size: 15px;
    font-style: italic;
    color: #FFF;
    margin: 0;
}
#content .blog dl.article-info time {
    margin: 0;
}
#content .blog dl.article-info span {
    display: none;
}
#content .blog.home .items-leading > div a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}
#content .blog.home .items-leading > div p {
    margin: 0;
}
#content .blog.home > .items-leading > div img {
    transition: all ease-in-out 2s;
}
#content .blog.home > .items-leading > div:hover img {
    transform: scale(1.2);
}

/*-------------------------------------*/
/*          Content Bottom             */
/*-------------------------------------*/

#content-bottom {
    background: #ebeaeb;
    padding: 30px 0 0;
}
@media (max-width: 767px) {
    #content-bottom {
        padding: 20px 0 0;
    }
}   
#content-bottom .moduletable.members ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
#content-bottom .moduletable.members ul > li {
    display: block;
    margin: 0 0 20px;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    width: calc((100% - 90px) / 4);
    overflow: hidden;
}
#content-bottom .moduletable.members .item-title {
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
    line-height: 14px;
    border-bottom: 1px solid #efefef;
    color: #b7ada7;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center
}
@media (max-width: 450px) {
    #content-bottom .moduletable.members ul > li {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    #content-bottom .moduletable.members ul > li:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 450px) and (max-width: 599px) {
    #content-bottom .moduletable.members ul > li {
        width: calc((100% - 40px) / 3);
        margin: 0 20px 20px 0;
    }
    #content-bottom .moduletable.members ul > li:nth-child(3n) {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    #content-bottom .moduletable.members ul > li {
        width: calc((100% - 60px) / 4);
        margin: 0 20px 20px 0;
    }
    #content-bottom .moduletable.members ul > li:nth-child(4n) {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 1150px) {
    #content-bottom .moduletable.members ul > li {
        width: calc((100% - 60px) / 3);
        margin: 0 30px 30px 0;
    }
    #content-bottom .moduletable.members ul > li:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    #content-bottom .moduletable.members .item-title {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (min-width: 1151px) {
    #content-bottom .moduletable.members ul > li {
        width: calc((100% - 90px) / 4);
        margin: 0 30px 30px 0;
    }
    #content-bottom .moduletable.members ul > li:nth-child(4n) {
        margin: 0 0 30px 0;
    }
    #content-bottom .moduletable.members .item-title {
        font-size: 20px;
        line-height: 20px;
    }
}
#content-bottom .moduletable.members .item-image {
    padding: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#content-bottom .moduletable.members .item-image img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}
#content-bottom .moduletable.members .item-intro {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009fe3+0,004c9c+100 */
    background: #009fe3; /* Old browsers */
    background: -moz-linear-gradient(top,  #009fe3 0%, #004c9c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #009fe3 0%,#004c9c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #009fe3 0%,#004c9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#004c9c',GradientType=0 ); /* IE6-9 */
    transition: all ease-in-out 0.3s;
    transform: translate(0,100%);
    opacity: 0;
}
#content-bottom .moduletable.members .item-intro a {
    display: block;
    text-align: center;
    color: #FFF;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 30px;
    transition: all ease-in-out 0.3s;
    transform: translate(0,100%);
    opacity: 0;
    position: relative;
}
#content-bottom .moduletable.members .item-intro a:first-child {
    transform: translate(0,200%);
}
#content-bottom .moduletable.members p {
    margin: 0;
}
#content-bottom .moduletable.members .item-intro a:hover {
    display: block;
    text-align: center;
    color: #FFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    line-height: 30px;
    background: rgba(255, 255, 255, 0.3)
}
#content-bottom .moduletable.members ul > li:hover .item-intro a, #content-bottom .moduletable.members ul > li:hover .item-intro {
    transform: translate(0,0);
    opacity: 1;
}
#content-bottom .moduletable.members .item-intro a:first-child:before {
    content: "\e144";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
#content-bottom .moduletable.members .item-intro a:nth-child(2):before {
    content: "\e109";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}
.blog.news .items-leading > div {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background: #FFF;
    margin: 0 0 30px;
    position: relative;
}
.blog.news .items-leading > div div.page-header {
    width: 100%;
    text-align: left;
    padding: 0 10px;
}
#content .blog.news .page-header h2 {
    text-align: left;
}
.blog.news .item-image {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.blog.news .item-image img {
    width: 100%;
    /* max-width: 300px; */
    height: auto;
}
.blog.news .item-intro {
    width: 100% ;
    padding: 20px 20px 10px 20px;
}
.blog.news .item-image + .item-intro {
}
@media (min-width: 600px) and (max-width: 999px) {
    .blog.news .item-image {
        width: 200px;
        padding: 20px 0 20px 20px;
    }
    .blog.news .item-image + .item-intro {
        width: calc( 100% - 200px );
    }
}
@media (min-width: 1000px) {
    .blog.news .item-image {
        width: 300px;
        padding: 20px 0 20px 20px;
    }
    .blog.news .item-image + .item-intro {
        width: calc( 100% - 300px );
    }
}
.blog.news p.readmore {
    position: absolute;
    display: block;
    right: 0;
    bottom: -15px;
    margin: 0;
    height: 30px;
    background: #009fe3;
    border-radius: 5px 0 0 5px;
}
.blog.news p.readmore a {
    line-height: 20px;
    color: #FFF;
    padding: 5px;
}
/*-------------------------------------*/
/*          News                       */
/*-------------------------------------*/

section#content.news > div, section#content-bottom.news > div {
    padding: 0 20px 0 20px;
}
@media (min-width: 768px) and (max-width: 900px) {
    section#content.news > div, section#content-bottom.news > div {
        padding: 0 330px 0 50px;
    }
}
@media (min-width: 901px) {
    section#content.news > div, section#content-bottom.news > div {
        padding: 0 400px 0 50px;
    }
}
#content.news > div {
    position: relative;
}

@media (min-width: 768px) {
    #news {
        position: absolute;
        right: 50px;
        top: 0;
        width: 320px
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    #news {
        width: 250px
    }
}
#news > div > ul {
    padding: 0 0 10px;
    overflow: hidden;
}
#news h3 {
    color: #FFF;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
        background: #009fe3; /* Old browsers */
    background: -moz-linear-gradient(left,  #009fe3 0%, #004c9c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #009fe3 0%,#004c9c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #009fe3 0%,#004c9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#004c9c',GradientType=1 ); /* IE6-9 */
}
@media (max-width: 1150px) {
    #news h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
#news ul > li {
    background: #FFF;
    display: block;
    padding: 15px;
    margin: 0;
    position: relative;
    transition: all ease-in-out 0.3s;
}
#news ul > li:hover {
    background: #efefef;
    z-index: 10;
}
#news a.mod-articles-category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#news .item-title {
    font-size: 17px;
    text-align: left;
    padding: 0 0 5px;
    line-height: 20px;
    border-bottom: 1px solid #efefef;
    color: #b7ada7;
    margin: 0 0 5px;
}
#news .mod-articles-category-title span {
    position: absolute;
    right: 0;
    bottom: -10px;
    background: #009ee3;
    display: block;
    padding: 3px 10px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    transform: translate(110%,0);
    transition: all ease-in-out 0.0s;
}
#news ul > li:hover .mod-articles-category-title span {
    transform: translate(0,0);
    transition: all ease-in-out 0.3s;
}
#news img {
    display: none;
}
#footer {
    background: #d7d5d7;
    padding: 10px;
    text-align: center;
    color: #636363;
}
#footer p {
    margin: 0;
}
.clear {
    clear: both;
}
.content-center.col-sm-9 {
    float: right;
}
div.content-left {
    clear: both;
}
@media (min-width: 768px) {
    div.content-left {
        padding: 0 30px 0 0;
        clear: none;
    }
}
.content-left ul.nav {
    padding: 0;
}
.content-left ul.nav > li {
    padding: 0;
    display: block;
}
.content-left ul.nav > li > a {
    padding: 5px 10px;
    display: block;
    background: #0f4496;
    color: #e8c535;
    margin: 0 0 10px;
    font-size: 17px;
}
.content-left ul.nav > li > a:hover {
    color: #FFF;
}
.content-left ul.nav > li > ul {
    padding: 0 0 15px 20px;
}
.content-left ul.nav > li > ul > li {
    display: block;
    line-height: 25px;
    background: #0f4496;
    font-size: 14px;
}
.content-left ul.nav > li > ul > li > a {
    display: block;
    color: #f7c55a;
    margin: 0 0 3px;
    padding: 0 5px;
}
.content-left ul.nav > li > ul > li > a:hover {
    color: #FFF;
}
.pagination {
    margin: 0;
    padding: 0;
    color: #FFF;
}
ul.pagination {
    margin: 0 auto 20px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 0;
}
ul.pagination > li {
    display: block;
    line-height: 20px;
    border-radius: 0;
    margin: 0 3px;
}
.pagination > li > a, .pagination > li > span {
    color: #FFF;
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    background: #0f4c84;
    border-radius: 2px;
    border: none;
    border-radius: 0;
}
.pagination > .disabled > span {
    background: #CCC;
    border-radius: 0;
}
.pagination span.icon-angle-double-left:before,
.pagination span.icon-angle-left:before,
.pagination span.icon-angle-right:before,
.pagination span.icon-angle-double-right:before,
span.icon-chevron-right:before {
    line-height: 16px;
    font-size: 12px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    height: 14px;
    display: block;
    margin: 2px 0 0 0;
    text-align: center;
    color: #FFF;
}
.pagination span.icon-angle-double-left:before {
    content:"\f053\f053";
}
.pagination span.icon-angle-left:before {
    content:"\f053";
}
.pagination span.icon-angle-right:before {
    content:"\f054";
}
.pagination span.icon-angle-double-right:before {
    content:"\f054\f054";
}
span.icon-chevron-right:before {
    content:"\f054";
}
@media (max-width: 767px) {
    ul.pagination > li {
        display: none;
    }
    ul.pagination > li.pagination-prev, ul.pagination > li.pagination-next {
        display: block;;
    }
}
.pagination > li > a:hover {
    color: #FFF;
    background: #009fe3;
}
div.icons {
    display: none;
}
#search-form label {
	line-height: 30px;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.search input[type="text"],
.search button, 
.moduletable .finder input,
#search-form input,
#search-form button {
	line-height: 20px;
	padding: 5px 10px;
	border: none;
	margin: 0 0 10px;
}
.search input[type="text"],
.moduletable .finder input[type="text"],
#search-form input {
	background: rgba(0,0,0,0.05);
	border-radius: 3Px;
	vertical-align: top;
}
.moduletable .finder input[type="text"] {
	width: calc(100% - 30px);
	border-radius: 3px 0 0 3px;
	margin:  0;
}
.moduletable .finder button {
	width: 30px;
	border-radius: 0 3px 3px 0 ;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	padding: 4px 0;
}
.moduletable .finder button span {
	font-size: 15px;
	line-height: 20px;
	height:20px;
	display: block;
	margin: 0 auto;
}
.moduletable .finder button span:before {
	font-size: 15px;
	line-height: 20px;
	height:20px;
	display: block;
}
.searchintro {
	font-style: italic;
}
.search legend {
	margin: 0 0 5px;
	padding: 0 0 5px;
}
.search .phrases-box, .search .ordering-box {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px 0;
}
.search .phrases-box label {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0 10px 20px;
	margin: 0 15px 0 0;
	line-height: 20px;
}
.search .ordering-box label {
	padding: 10px 0;
	line-height: 20px;
	margin: 0 5px 0 0;
}
.search .ordering-box span {
	line-height: 20px;
}
.search .form-limit {
	text-align: right;
}
.search .form-limit span {
	line-height: 20px;
	margin-right: 22px
}
.search p.counter {
	font-style: italic;
	font-size: 14px;
}
.search dt.result-title, .smart-result h4 {
	font-size: 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #efefef;
	font-weight: 500;
}
.search dd.result-category {
	font-size: 14px;
	padding: 5px 0 0 ;
	font-style: italic;
}
.search dd.result-created, .smart-result .smart-date {
	margin: 0 0 20px;
	font-size: 14px;
	padding: 5px 0 0 ;
	font-style: italic;
}
.smart-result p {
	margin: 0;
}
/*------------------------------------------*/
/*   Sitemap                                */
/*------------------------------------------*/

.sitemap a.more{
	display: none !important;
}
.sitemap ul {
	padding: 0;	
}
.sitemap .small {
	font-size: 100%;
}
.sitemap ul.nav {
	padding: 0;	
	flex-wrap: wrap;
}
.sitemap ul.nav li {
	list-style-type: none;
	margin: 0 0 20px;
}
.sitemap ul.nav > li {
    display: block;
    width: 100%;
    background: #009fe3; /* Old browsers */
    background: -moz-linear-gradient(left,  #009fe3 0%, #004c9c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #009fe3 0%,#004c9c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #009fe3 0%,#004c9c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fe3', endColorstr='#004c9c',GradientType=1 ); /* IE6-9 */
}
.sitemap ul.nav > li > a, .moduletable.sitemap ul.nav > li > .separator {
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
}
.sitemap ul.nav > li > ul {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
	padding: 5px 0px 10px 10px;
}
.sitemap ul.nav > li > ul > li {
	margin: 0 10px 0 0;
	min-width: 100px;
}
.sitemap ul.nav > li > ul > li > a {
	display: block;
	padding: 3px 0;
	border-bottom: 1px solid #009fe3;
	color: #666;
	margin: 0 0 5px
}
.sitemap ul.nav > li > ul > li > ul > li {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.sitemap ul.nav > li > ul > li > ul > li > a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #efefef;
}
.sitemap.conf ul.nav > li > ul {
	padding: 0;
	margin: 0;
	border: none;
}
.sitemap.conf ul.nav > li > ul > li {
	max-width: 25%;
	margin: 10px 0 0 0;
}
.sitemap.conf ul.nav > li > ul > li > .separator {
	padding: 5px 10px;
	background: #0f4496;
	display: block;
	color: #FFF;
	border-radius: 7px 7px 0 0;
	text-align: center;
}
.sitemap.conf ul.nav > li > ul > li > ul{
	border: 1px solid #efefef;
	padding: 5px 10px;
	border-radius: 0 0 7px 7px;
}
.sitemap.conf ul.nav > li > ul > li > ul > li > ul  {
	padding: 0 0 0 25px;
}
.sitemap.conf ul.nav > li > ul > li > ul > li > ul > li {
	margin: 0;
	list-style-type: initial;
}
.sitemap.conf ul.nav > li > ul > li > ul > li > ul > li> a  {
	padding: 3px 0;
	display: block;
}
.sitemap a:hover {
	color: #faa21b !important;
}
/*------------------------------------------*/
/*   Login	                                */
/*------------------------------------------*/

div.login, div.login + div {
	max-width: 300px;
	margin: 0 auto;
}
div.reset, div.remind, div.registration {
	max-width: 500px;
	margin: 0 auto;
}
div.login, div.reset, div.remind, div.registration {
	border: 1px solid #efefef;
	padding: 10px;
}
div.login input[type="text"], div.login input[type="password"], div.reset input[type="text"], div.remind input[type="email"], div.registration input {
	background: #efefef;
	border: none;
	width: 100%;
	border-radius: 3px;
	padding: 5px;
	line-height: 20px;
	margin: 0 0 10px;
}
div.login label, div.reset label, div.remind label, div.registration label {
	font-weight: 300 !important;
	font-size: 18px;
}
div.registration .spacer label {
	font-size: 14px;
	text-align: right;
	display: block;
	padding: 0;
}
div.login button[type="submit"], div.reset button, div.remind button, div.registration button {
	width: 100%;
	border: none;
	padding: 5px;
	background: #004c9c;
}
div.login button[type="button"] {
    background: none;
    padding: 0;
    margin: 0 0 10px;
}
div.login button[type="button"]:hover {
    background: none;
    color: #CCC;
}
div.login button[type="button"] span.icon-fw, .form-control-feedback {
    display: none;
}
div.login button:hover, div.reset button:hover, div.remind button:hover, div.registration button:hover {
	background: #faa21b;
}
div.login .control-group:nth-child(3) {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
}
div.login .control-group:nth-child(3) > div {
	margin: 0 5px 0 0;
}
div.login .com-users-login__options list-group {
 padding: 0;
 border: none;
}
div.login .com-users-login__options > a {
	margin: 5px 0 0;
	border: 1px solid #efefef;
	list-style-type: none;
	padding: 2px 5px;
	display: block;
}
.blog.staff .items-leading {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.blog.staff > .page-header {
    background: none !important;
    margin: 0 0 20px;
}
.blog.staff .items-leading:before, .blog.staff .items-leading:after{
    display: none;
}
.blog.staff .items-leading > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    background: #FFF;
    align-items: center;
    position: relative;
}
.blog.staff .page-header {
    width: 100%;
    height: 30px;
    align-self: flex-start;
}
.blog.staff h2 {
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: left !important;
    padding: 0 10px !important;
}
.blog.staff .item-image {
    width: 100px;
}
.blog.staff .item-intro {
    height: calc(100% - 30px);
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.blog.staff .item-image + .item-intro {
    width: calc(100% - 100px);
}
.blog.staff h4 {
    margin: 3px 0;
    text-align: center;
}
@media (max-width: 599px) {
    .blog.staff .items-leading > div {
        width: 100%;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .blog.staff .items-leading > div {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    .blog.staff .items-leading > div:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 899px) {
    .blog.staff .items-leading > div {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
@media (min-width: 900px) and (max-width: 1299px) {
    .blog.staff .items-leading > div {
        width: calc((100% - 20px) / 2);
        margin: 0 20px 20px 0;
    }
    .blog.staff .items-leading > div:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
@media (min-width: 1300px) {
    .blog.staff .items-leading > div {
        width: calc((100% - 40px) / 3);
        margin: 0 20px 20px 0;
    }
    .blog.staff .items-leading > div:nth-child(3n) {
        margin: 0 0 20px 0;
    }
}
.staff p.readmore a.btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.staff p.readmore a span {
    display: none;
}
.visually-hidden,
div[role="tooltip"],
a.jmodedit{
    display: none;
}