/*
// VALUE:COLOR_1:#4f75a2
// VALUE:COLOR_2:#212455
// VALUE:COLOR_3:#a62f03
// VALUE:COLOR_4:#231f20
*/


/*-------------------------------------------------------------
                        Fonts, Titles, Text
-------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #231f20;
    height: 100%;
    position: static;
    background-color: white;
}

.body-wrap {
    height: 100%;
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    filter: progid: DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000');
}


/*p {
    Bootstrap reset
    margin: 0px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: georgia, serif;
    margin: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    display: block;
    color: #231f20;
    /* REPLACE:COLOR_4 */
}

h1 {
    font-size: 30px;
}

h1.title {
    margin-top: 20px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 25px;
    /*    padding-bottom: 14px;*/
}

h4 {
    font-size: 23;
    /*    padding-bottom: 14px;*/
}

#feeds-col h3 {
    padding-bottom: 14px;
}

#feeds-col h4 {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
    font-weight: 700;
}

b,
strong {
    font-weight: 700;
}


/* ---------------------Others */

p {
    font-size: 16px;
    margin-bottom: .75em;
}

abbr {
    border-bottom: 0px !important;
}


/*------------------------------- links */

a {
    color: #a62f03;
    /* REPLACE:COLOR_3 */
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
    cursor: pointer;
}


/*--------------------------------------------------------------
                        Images/Objects
--------------------------------------------------------------*/

img {
    border: 0px;
}


/*------------------------Slideshow*/

.front-slide img {
    margin-left: 0px !important;
    margin-right: 0px !important;
    /* overwrites Bootstrap inline style */
}


/*buttons*/


/*--------------------------------------------------------------
                            Log In
--------------------------------------------------------------*/

.modal-dialog {
    width: 235px;
}

.modal-body {
    padding: 10px 15px 20px;
}

.modal-header button {
    width: 20px;
    margin-top: -15px;
    box-shadow: none;
}

#login form input {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0;
}


/*--------------------------------------------------------------
                        Header
--------------------------------------------------------------*/


/*-------------------------------------Head Row*/

#head-row,
#foot-row {
    position: relative;
    background-color: #4f75a2;
    /* REPLACE:COLOR_1 */
}


/*-------------------------------------Social-Media Span*/

#header-left {
    position: relative;
    top: 20px;
}

#header-right {
    text-align: right;
}

.social-wrap {
    margin-top: 20px;
}

.social-media svg:not(:root) {
    width: 30px;
    background-color: white;
    margin-right: 10px;
}

.social-wrap svg {
    width: 27px;
    height: 27px;
}

g#facebook rect,
g#twitter rect,
g#linkedin rect,
g#contact rect {
    stroke: transparent;
}

g#facebook path,
g#twitter path,
g#linkedin g#ob circle,
g#linkedin g#ob rect,
g#linkedin g#ob path,
g#contact g#ob path,
g#contact g#ob polygon {
    fill: #4f75a2;
    /* REPLACE:COLOR_1 */
}


/*-------------------------------------Logo column*/

#logo-col {
    padding-top: 20px;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    #logo-col {
        text-align: center;
    }
}

#logo-col a {
    text-decoration: none;
    color: #fff;
}

#logo-col img {
    max-width: 100%;
    height: 150px !important;
}

@media (max-width: 767px) {
    #logo-col img {
        margin: 0 auto;
    }
}

.logo-img-wrap {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 990px) {
    .logo-img-wrap {
        width: 30%;
    }
}

.logo-txt-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 24px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .logo-txt-wrap {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .logo-txt-wrap {
        margin-left: 0px;
        font-size: 14px;
    }
}

.logo-txt-wrap span {
    font-size: 60px;
    font-weight: 600;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .logo-txt-wrap span {
        padding-left: 0px;
    }
}


/*-------------------------------------Search column*/

#search-input {
    margin-top: 20px;
}

#q {
    border: 2px solid white;
    color: white;
    height: 31px;
    max-width: 100%;
    width: 175px;
    text-align: left;
    overflow: hidden;
    font-size: 16px;
    background: transparent;
    padding-left: 5px;
}

#q:focus {
    outline: none;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
}

#search-input input::-webkit-input-placeholder {
    color: #fff;
}

#q input::-webkit-input-placeholder {
    padding-top: 2px;
    background: transparent;
    color: #0891C8;
}

#q input:-moz-placeholder {
    /* Firefox 18- */
    padding-top: 2px;
    background: transparent;
    color: #0891C8;
}

#q input::-moz-placeholder {
    /* Firefox 19+ */
    padding-top: 2px;
    background: transparent;
    color: #0891C8;
}

#q input:-ms-input-placeholder {
    padding-top: 2px;
    background: transparent;
    color: #0891C8;
}

input.search-button {
    display: none;
}


/*-------------------------------------------------------------
                        Navigation
-------------------------------------------------------------*/


/*-------------------------------------Nav row*/

#nav-row {
    background-color: white;
    height: 45px;
    position: relative;
    border-bottom: 1px solid #4f75a2;
}

#nav_menu.NP.collapse.navbar-collapse.navbar-ex1-collapse {
    position: relative;
    max-height: none;
    padding: 0px;
    border: 0px;
    box-shadow: none;
}

ul.navbar-nav,
.navbar-nav li,
.navbar-nav li a {
    font-size: 18px;
    color: #666;
}

ul.nav.navbar-nav.men-level- {
    width: 100%;
    margin: 0px;
}

.navbar-nav li {
    list-style-type: none;
}

.navbar-nav>li a {
    text-transform: uppercase;
    color: #231f20;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-top: 13px;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
    transition: color .3s;
}

.navbar-nav>li a:hover,
.navbar-nav>li a:active {
    color: #a62f03;
    /* REPLACE:COLOR_3 */
}


/*------ Bootstrap Resets */

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover,
.navbar-nav .open>a,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.dropdown-menu li {
    width: 100%;
}


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


/*------ Mobile Trigger */

button.mobileMenuTrigger {
    width: 37px;
    height: 37px;
    border: 2px solid white;
    position: absolute;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 7px;
    background-color: white;
    box-shadow: 0px 1.5px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 100;
    bottom: -60px;
    right: 0px;
}

.mobileMenuTrigger #toggle_strokes {
    stroke-width: 3;
    stroke-linecap: round;
}

button.mobileMenuTrigger svg #toggle_wrapper {
    fill: transparent;
}

button.mobileMenuTrigger svg line {
    stroke: #4f75a2;
}


/*------ Mobile Menu Wrapper */

#mobileMenuWrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 200;
    overflow-y: auto;
    overflow-x: hidden;
    left: -120%;
    width: 300px;
    background-color: white;
    border-right: 1px solid #4f75a2;
    transition: left .3s;
    /* ##DIRECTION-02 */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    /* older webkit */
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.010, 0.0, 1.000);
}

#mobileMenuWrapper.open {
    left: 0px;
    bottom: 0px;
}


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

ul#mobile-menu {
    list-style-type: none;
    margin: 0px;
    overflow: auto;
    padding: 15px 15px 15px 10px;
}

#mobile-menu>li#triggerClose {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    right: 17px;
    top: 10px;
}

#mobile-menu>li a {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    background-color: transparent;
    padding-left: 8px;
    padding-top: 10px;
    padding-right: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #4f75a2;
}

#mobile-menu>li>a {}

#mobileMenuWrapper .mDropdown {
    display: none;
}

#mobileMenuWrapper .mDropdown.open {
    display: block;
}

#mobileMenuWrapper .mDropdown a {
    padding: 8px;
    margin-bottom: 10px;
}


/*------ Nav collapse @ Tablet size ------*/

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 480px) {
    .open {
        height: auto !important;
    }
    .open a {
        display: block;
    }
    .navbar-nav .open .dropdown-menu {
        margin-top: 6px;
    }
}


/*-------------------------------------------------------------
                        Body
-------------------------------------------------------------*/


/*---------------------------Front Contents*/

#front-contents {
    margin-bottom: 45px;
}


/*---------------------------News and Events*/

.feed a:hover {
    text-decoration: none;
    color: #4f75a2;
    /* REPLACE:COLOR_1 */
}

.date {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
}

.description {
    font-size: 14px;
    padding-bottom: 15px;
}


/* ---------------------Main Contents---------*/

#main-content {}

@media (max-width: 767px) {
    #main-content,
    #feeds-col {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
    }
}

#index-wrapper {
    padding-bottom: 30px;
}

#index-wrapper .row {
    margin-bottom: 20px;
}


/* Sub Pages */

#subpage {
    min-height: calc(100vh - 411px);
}


/*--------------------------------------------------------------
                        Footer
--------------------------------------------------------------*/

#foot-row {
    padding: 30px 0px;
}

#foot-row * {
    color: white;
}

#foot-row p {
    margin-bottom: 0px;
}

@media (max-width: 990px) {
    #foot-row p {
        margin-bottom: 5px;
    }
}

#foot-row a {
    text-decoration: underline;
}

#foot-row .col-md-6:first-of-type {
    text-align: right;
}

@media (max-width: 990px) {
    #foot-row .col-md-6:first-of-type {
        text-align: left;
    }
}


/*-------------------------------------------------------------
                       Slideshow Indicator CSS
-------------------------------------------------------------*/


/*-------------------------------------Slide Row*/

#slide-row {
    margin-bottom: 45px;
    border-bottom: 1px solid #bbb;
}

.carousel-control {
    display: none;
}


/*---------------------------Slide Indicators*/

#sideIndicator>.carousel {
    top: -3px;
    margin-bottom: -3px;
}

@media (max-width: 1200px) {
    #sideIndicator .carousel-inner {
        width: 75%;
    }
}

@media (max-width: 990px) {
    #sideIndicator .carousel-inner {
        width: 100%;
    }
}

#sideIndicator .carousel-indicators {
    /* Functionality */
    overflow: visible;
    white-space: nowrap;
    margin: 0px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 3px;
    bottom: 0px;
    right: 0px;
    left: auto;
    /* Look */
    width: 21%;
    /* This is the width of the indicators. Be sure to change the sister width in #sideIndicator .carousel-inner */
    text-align: center;
    background-color: white;
    color: #212455;
    /* REPLACE:COLOR_2 */
}

@media (max-width: 1200px) {
    #sideIndicator .carousel-indicators {
        width: 25%;
    }
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators {
        width: 100%;
        position: relative;
        border: 0px !important;
        margin-bottom: -3px;
    }
}

#sideIndicator .carousel-indicators li {
    /* Functionality */
    display: block;
    height: auto;
    width: auto;
    margin: 0 !important;
    cursor: pointer;
    /* Look */
    border-radius: 0;
    text-indent: 0px;
    border: 1px solid transparent;
    border-top: #4f75a2;
    /* REPLACE:COLOR_1 */
    font-size: 32px;
    transition: background-color .2s;
    line-height: 20px;
    font-weight: 300;
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators li {
        display: inline-block;
        border-top: 0px;
        border-left: 1px solid #00AFE6;
        position: relative;
        font-size: 18px;
        text-align: center;
        box-sizing: content-box;
        float: left;
        border-left: none;
        outline: 1px solid #4f75a2;
    }
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators li div {
        text-align: center;
        width: 100%;
    }
}

#sideIndicator .carousel-indicators li img.arrow {
    display: none;
    position: relative;
    left: -15px;
    top: -3px;
    float: left;
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators li img.arrow {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        bottom: -56px;
        top: auto;
        left: 50%;
        display: none !important;
    }
}

#sideIndicator li img {
    display: none;
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators li img {
        max-width: 80%;
        height: auto;
        vertical-align: initial;
        display: none;
    }
}

@media (max-width: 680px) {
    #sideIndicator .carousel-indicators .indicator-img {
        width: 96%;
    }
}

#sideIndicator .carousel-indicators li span {
    font-size: 16px;
    color: #ffffff;
}

@media (max-width: 1200px) {
    #sideIndicator .carousel-indicators li span {
        font-size: 23px;
    }
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators li span {
        display: inline-block;
        font-size: 16px;
    }
}

@media (max-width: 680px) {
    #sideIndicator .carousel-indicators li span {
        display: none;
    }
}

#sideIndicator .carousel-indicators li.active {
    background-color: #4f75a2;
    /* REPLACE:COLOR_1 */
    color: white;
    transition: background-color .2s;
    border-top: 1px solid #4f75a2;
    border-bottom: 1px solid #4f75a2;
}

#sideIndicator .carousel-indicators li.active p {
    margin-left: -5px;
}

#sideIndicator .carousel-outer {
    position: relative;
}

@media (max-width: 990px) {
    #sideIndicator .carousel-indicators li {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    #sideIndicator .carousel-indicators {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    #sideIndicator .carousel-indicators li {
        width: unset !important;
        border: none !important;
    }
}


/*----------- MEDIA QUERY --------------------*/

@media (max-width: 1200px) {}

@media (min-width: 1000px) {}

@media (max-width: 991px) {}

@media (min-width: 990px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 990px) {
    button.mobileMenuTrigger {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .social-wrap {
        text-align: center;
        margin-bottom: 15px;
    }
    #search-input {
        margin-top: 0px;
        bottom: 0px;
        text-align: center;
        padding-bottom: 20px;
    }
    form#searchbox {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
    button.mobileMenuTrigger {
        bottom: 0px;
        position: relative;
        left: 0px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (max-width: 480px) {}