@charset "UTF-8";

/* CSS Nav */

/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: sans-serif;
    font-size: 14px;
    position: relative;
}
#cssmenu a {
    line-height: 1.3;
    padding: 10px 15px;
}
#cssmenu {
    width: 100%;
}
#cssmenu > ul > li {
    cursor: pointer;
    background: #000;
    border-bottom: 1px solid #4c4e53;
}
#cssmenu > ul > li:last-child {
    border-bottom: 1px solid #3e3d3c;
}
#cssmenu > ul > li > a {
    font-size: 13px;
    display: block;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    background: #64676e;
    background: -moz-linear-gradient(#64676e 0%, #4c4e53 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #64676e), color-stop(100%, #4c4e53));
    background: -webkit-linear-gradient(#64676e 0%, #4c4e53 100%);
    background: linear-gradient(#64676e 0%, #4c4e53 100%);
}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
}
#cssmenu > ul > li.active {
    border-bottom: none;
}
#cssmenu > ul > li > a:active,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:hover {
    background: #b0daed;
    background: -moz-linear-gradient(#b0daed 0%, #86c6e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0daed), color-stop(100%, #86c6e4));
    background: -webkit-linear-gradient(#b0daed 0%, #86c6e4 100%);
    background: linear-gradient(#b0daed 0%, #86c6e4 100%);
    color: #1a237e;
    text-shadow: 0 1px 1px #86c6e4;
}
#cssmenu > ul > li.has-sub > a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
}
#cssmenu > ul > li.has-sub.active > a:after {
    right: 14px;
    top: 12px;
    border: 5px solid transparent;
    border-top: 5px solid #4e5800;
}
/* Sub menu */
#cssmenu ul ul {
    padding: 0;
    display: none;
}
#cssmenu ul ul a {
    background: #efefef;
    display: block;
    color: #797979;
    font-size: 13px;
}
#cssmenu ul ul li {
    border-bottom: 1px solid #c9c9c9;
}
#cssmenu ul ul li.odd a {
    background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
    border: none;
}

/* End Nav */

.feed_link {
    font-size: 11pt;
}

.rss_title {
    margin-top: 2em;
}

.rss_link,
.rss_description {
    display: none;
}

.rss_date {
    font-size: 9pt;
}

.rss_widgets a {
    text-decoration: underline;
    color: #337ab7;
}

.rss_widgets a:visited {
    color: #2d6da3;
}

.rss_widgets a:hover {
    color: #63a0d4;
}

#jquery_rss_newsfeed .rss_date {
    display: none;
}

/* Grid */
/* POSITIONING */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
}

.img-fluid {
    width: 100%;
    height: 100%;
}

/* ==== GRID SYSTEM ==== */

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.row {
    position: relative;
    width: 100%;
}

.row [class^="col"] {
    float: left;
    margin: 0 2%;
    min-height: 0.125rem;
    margin-bottom: 1rem !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    width: 96%;
}

.col-1-sm {
    width: 4.33%;
}

.col-2-sm {
    width: 12.66%;
}

.col-3-sm {
    width: 21%;
}

.col-4-sm {
    width: 29.33%;
}

.col-5-sm {
    width: 37.66%;
}

.col-6-sm {
    width: 46%;
}

.col-7-sm {
    width: 54.33%;
}

.col-8-sm {
    width: 62.66%;
}

.col-9-sm {
    width: 71%;
}

.col-10-sm {
    width: 79.33%;
}

.col-11-sm {
    width: 87.66%;
}

.col-12-sm {
    width: 96%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

/* Desktop view */
@media only screen and (min-width: 988px) {
    #cssmenu {
        margin-top: 3.675em;
    }

    .rss_widgets {
        min-height: 500px !important;
        box-shadow: inset 0 0 100px #aaa;
        border-radius: 5px;
    }
    .feed_link {
        position: absolute;
        bottom: 0;
        margin-bottom: 50px;
    }
    #twitter-widget-0 {
        height: 500px !important;
    }
    .col-1 p,
    .col-2 p,
    .col-3 p,
    .col-4 p,
    .col-5 p,
    .col-6 p,
    .col-7 p,
    .col-8 p,
    .col-9 p,
    .col-10 p,
    .col-11 p,
    .col-12 p {
        margin-top: 0;
    }
    .col-1 {
        width: 4.33%;
    }

    .col-2 {
        width: 12.66%;
    }

    .col-3 {
        width: 21%;
    }

    .col-4 {
        width: 29.33%;
    }

    .col-5 {
        width: 37.66%;
    }

    .col-6 {
        width: 46%;
    }

    .col-7 {
        width: 54.33%;
    }

    .col-8 {
        width: 62.66%;
    }

    .col-9 {
        width: 71%;
    }

    .col-10 {
        width: 79.33%;
    }

    .col-11 {
        width: 87.66%;
    }

    .col-12 {
        width: 96%;
    }

    .hidden-sm {
        display: block;
    }

    .shown-sm {
        display: none;
    }
}

/* All responsive views */
@media only screen and (max-width: 987px) {
    .homepage_content {
        margin: 0 !important;
        width: 100% !important;
    }
    #content {
        margin-top: 2em;
    }
    .cms_editor_content {
        width: auto !important;
    }
    #cssmenu {
        width: 96%;
        margin: 0 2%;
    }
    .rss_widgets div.col-6 {
        box-shadow: inset 0 0 100px #d0d0d0;
        border-radius: 5px;
    }
    .rss_widgets div.col-6 h2 {
        padding-left: 15px;
    }
    .rss-feed {
        margin-left: 25px;
    }
    .feed_link {
        margin: 45px auto 25px 15px;
    }
    .row [class^="col"] {
        margin-bottom: 0;
    }
    .rss_widgets {
        box-shadow: none;
        border-radius: 0;
    }
    .hidden-sm {
        display: none;
    }
    .shown-sm {
        display: block;
    }
    #twitter-widget-0 {
        width: 96% !important;
    }
    #home-message {
        margin: 0 4%;
        width: 92%;
    }
}

/* Specific responsive views */
@media only screen and (max-width: 987px) and (min-width: 768px) {
    .cms_editor_content {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .cms_editor_content {
        margin-left: 0;
        margin-right: 0;
    }
    #twitter-widget-0 {
        margin: 0 2%;
    }
}

@media only screen and (max-width: 479px) {
    #twitter-widget-0 {
        margin: 0 2%;
    }
}
