* {
    margin: 0;
}

.content_header {
    /*background-color: # < ? = $ color1 ? >;*/
}

.content {
    /*background-color: # < ? = $ color2 ? >;*/
}

.navbar.navbar-custom .navbar-collapse {
    border: none;
    /*background: # < ? = $ color2 ? >;*/
    border-radius: 0;
}

.site-footer {
    /*background: # < ? = $ color3 ? >;*/
    border-top: 4px solid #550000;
    border-bottom: 10px solid #550000;
}

.vacancy_box {
    /*background-color: # < ? = $ color1 ? >;*/
}

.btn-custom {
    /*background-color: # < ? = $ color1 ? >;*/
}

.content_header2 {
    /*background-color: # <?php echo = $ color1 ? >;*/
}

.gallery-cell {
    /*background: # < ? = $ color2 ? >;*/
}

.navbar.center .navbar-inner {
    text-align: center;
}

.navbar.center .navbar-inner .nav {
    float: none;
    display: inline-block;
}

.footer_height {
    height: 100px;
}

select::-ms-expand {
    display: none;
}

html,
body {
    height: 100%;
    font-family: Calibri, Verdana, Georgia, Arial, Helvetica, sans-serif;
}

.content_header {
    background-color: #E9E4DD;
    padding: 10px;
}

.content_header2 {
    background-color: #E9E4DD;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*=== BORDERED CONTAINER ===*/
.content_header.bordered {
    border: 1px solid #550000;
    border-bottom: none;
    margin-top: 10px;
}

.bordered + .content {
    border: 1px solid #550000;
    border-top: none;
}

/* === ACCORDION STYLING === */
.wfp-well {
    padding-bottom: 0;
}

.panel-wfp {
    border-color: #550000;
}

.panel-wfp > .panel-heading {
    background-color: #773333;
    cursor: pointer;
}

.panel-title-white {
    color: #FFFFFF !important;
    margin: 0;
}

.panel-title-white :hover {
    color: #FFFFFF !important;
}

.accordion-toggle :before {
    /* symbol for "opening" panels*/
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    color: #FFFFFF; /* adjust as needed */
}

.panel .collapsed :before {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

/*.collapsed .icon-bar :after{*/
    /*content: '' !important;*/
/*}*/

.info-container > img {
    margin: 0 auto;
}

.info-image-left, .info-image-right {
    box-shadow: 0 0 0 2px rgba(0,0,0,0.15);
    background: #FFF;
    padding: 5px;
}

.info-container > p:first-of-type {
    margin-top: 5px;
}

@media screen and (min-width: 876px) {
    .info-container > p:first-of-type {
        margin-top: 0;
    }

    .info-image-right {
        float: right;
        padding-left: 5px;
        margin: 0 0 0 10px !important;
    }

    .info-image-left {
        float: left;
        padding-right: 5px;
        margin: 0 10px 0 0 !important;
    }
}

/* === END ACCORDION STYLING === */

.help-block {
    margin-bottom: 0;
    display: none;
    font-weight: bold;
}

.content_header > h3,
h2,
h4 {
    display: table;
    margin: 0 auto;
    color: #000000 !important;
}

.content {
    padding: 10px;
    background-color: #F8F7F5;
}

.content p {
    margin: 1px;
}

.divider_icon {
    color: white;
}

.divider_icon:hover {
    color: white !important;
    background-color: #773333 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

a {
    cursor: pointer;
    color: #550000;
    text-decoration: none;
}

p a, li a {
    font-weight: bold;
    text-decoration: underline;
}

.nav li a {
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    color: #550000;
}

.pointer {
    cursor: default;
}

img {
    display: inline-block;
    vertical-align: middle;
}

table {
    margin: auto;
    padding: 5px;
    width: 100%
}

hr {
    border: 0;
    border-top: 2px solid #000;
    opacity: .2;
}

.btn-custom {
    background-color: #550000 !important;
    color: #F8F7F5 !important;
    font-size: 1.5rem;
    width: 135px;
    border: 2px solid #550000;
    margin-right: 10px;
    padding: 5px;
}

.btn-custom:hover {
    background-color: #E9E4DD !important;
    color: #550000 !important;

    font-size: 1.5rem;
}

.btn-custom:focus {
    background-color: #550000 !important;
    color: #F8F7F5 !important;

    font-size: 1.5rem;
}

.btn-custom:hover h3 {
    color: #ffffff !important;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    font-size: 1.5rem;
}

li {
    font-size: 15px;
    color: black;
}

input[type="checkbox"] {
    vertical-align: top;
}

input[type="checkbox"] {
    vertical-align: top;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

p {
    font-size: 1.5rem;
}

.hr-5 {
    margin: 5px 0;
}

.hr-10 {
    margin: 10px 0;
}

.hr-full {
    padding: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=textarea]:focus,
textarea:focus {
    box-shadow: none;
    border: 2px solid #550000 !important;
}

.padding_left {
    padding-left: 5px !important;
}

#frame .alert {
    margin: 10px;
}

#form1 .error {
    border: solid 2px red;
    color: red;
}

.homepage_td_left {
    width: 80px;
}

.homepage_td_right {
    width: 100%
}

.homepage_td_right p {
    padding-left: 20px;
}

td {
    padding: 5px;
    text-align: left;
}

.main {
    padding: 4%;
}

.main div {
    height: 20px;
    width: 100%;
    font-weight: bolder;
    font-size: 4rem;
}

.pushtxt {
    text-align: left;
}

@media only screen and (max-width: 999px) {
    .pushtxt {
        text-align: center;
    }

    .lifttxt {
        margin-top: -20px;
    }
}

@media only screen and (min-width: 1000px) {
    .pushtxt {
        text-align: left;
    }

    .pulltxt {
        margin-left: 0;
    }
}

.himg {
    max-width: 70% !important;
}

@media (max-width: 500px) {
    .dropdown > .active > a:focus {
        color: #000000;
        background-color: #000000;
    }

    .dropdown > ul > li {
        padding: 0;
    }

    .dropdown > ul > li > a {
        color: #000000;
        font-size: 1.5rem !important;
        padding: 10px;
    }

    .dropdown > ul > li:hover {
        background-color: transparent;
        padding: 0;
    }

    .dropdown > ul > li > a:hover {
        background-color: #E9E4DD;
        color: #ffffff;
        font-size: 2rem;
    }

    .dropdown-menu li a {
        color: #550000 !important;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        background-color: #F8F7F5 !important;
        margin-top: 0 !important;
        border: 2px solid #550000 !important;
        border-top: none !important;
        /*color: #000000 !important;*/
    }

    .dropdown-menu li a {
        color: #550000 !important;
        text-align: left;
    }
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #E9E4DD;
}

.dropdown-menu {
    background-color: #F8F7F5 !important;
    margin-top: 0 !important;
    border: 2px solid #550000 !important;
    border-top: none !important;
    /*color: #000000 !important;*/
}

.open .dropdown-menu:hover {
    background-color: #E9E4DD;
    margin-top: 0 !important;
    border: 2px solid #550000 !important;
    border-top: none !important;
    /* color: #000000 !important;*/
}

.dropdown > ul > li {
    background-color: #F8F7F5;
    padding: 0;
}

.dropdown > ul > li > a {
    background-color: #F8F7F5;
    color: #000000;
    font-size: 1.7rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
}

.dropdown > ul > li:hover {
    background-color: transparent;
    padding: 0;
    color: #000000
}

.dropdown > ul > li > a:hover {
    background-color: #E9E4DD;
    color: #ffffff;
    font-size: 1.7rem;
}

.dropdown > option,
p {
    padding: 0;
    -moz-appearance: none;
}

.modal-dialog {
    text-align: left;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

.banner {
    padding-top: 10px;
    text-align: center;
    background: #d3cabb;
    /*d3cabb*/
    border-bottom: 4px solid #550000;
    border-radius: 0;
    padding-bottom: 10px;
}

.navbar.navbar-custom {
    border: none;
    border-top: 4px solid #550000;
    border-bottom: 4px solid #550000;
    background: #773333;
    border-radius: 0;
}

.navbar.navbar-custom .navbar-toggle {
    z-index: 1;
    border: none;
    background: none;
}

.navbar.navbar-custom .navbar-collapse {
    background: #773333;
}

/*E9E4DD*/
.navbar.navbar-custom .navbar-nav > li {
    border-left: 0 solid #fff;
}

.navbar.navbar-custom .navbar-nav > li > a {
    /*color: #550000;*/
    color: white;
    font-size: 1.9rem;
}

.navbar.navbar-custom .navbar-nav > li > a:hover {
    color: #550000;
}

.navbar.navbar-custom .navbar-nav > li:hover {
    background-color: #E9E4DD;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
}

ul.nav a:hover {
    /*  color: #000000 !important; */
}

ul.nav a:focus {
    /*  color: #000000 !important;*/
    background-color: #E9E4DD !important;
}

.navbar .formSearch {
    left: 0;
    position: absolute;
}

.navbar .formSearch .has-feedback span.glyphicon {
    padding: 7px;
    margin-right: 10px;
    cursor: pointer;
    pointer-events: auto;
    color: #ffffff;
}

.navbar .btn.btn-search,
.navbar .btn.btn-search:hover,
.navbar .btn.btn-search:focus {
    background: none;
    height: 50px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: none;
    color: #E9E4DD;
}

.navbar #search-input {
    height: 48px;
    background: #E9E4DD;
    color: #444;
    box-shadow: none !important;
    outline: none !important;
    font-size: 20px;
    border: none !important;
    display: none;
    border-radius: 0 !important;;
}

.navbar #search-input:focus {
    height: 48px;
    background: #E9E4DD;
    /*  color: #000000; */
    box-shadow: none !important;
    outline: none !important;
    font-size: 20px;
    border: none !important;
    display: none;
    border-radius: 0 !important;;
}

.navbar .input-group-btn #btn-go {
    height: 50px;
    width: 75px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    outline: none;
    background: rgba(17, 18, 19, 1);
    color: #fff;
    display: none;
}

@media (max-width: 799px) {
    .navbar.navbar-custom .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar.navbar-custom .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 800px) {
    .navbar .formSearch {
        /*padding-top: 4px;*/
        left: 0;
        position: absolute;
    }

    #formResponse {
        width: 500px;
    }

    .navbar #search-input {
        height: 50px;
    }

    .navbar #search-input:focus {
        height: 50px;
    }

    .navbar.navbar-custom .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar.navbar-custom .navbar-nav > li {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar.navbar-custom .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .navbar.navbar-custom .navbar-nav > li {
        float: none;
        width: 100%;
        display: inline-block;
        margin-left: 15px;
    }

    #formResponse {
        width: 100%;
    }
}

/*FADING HEADER */
.main-slider-container {
    position: relative;
    background: #d3cabb;
    /*d3cabb*/
}

#slideme div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    /*border-bottom: 4px solid #550000;*/
}

/* FOOTER CSS */

.footer-text-container {
    padding: 0.75% 0;
    text-align: center;
}

.footer-text-content {
    padding: 1.25% 0;
}

#footer-ul {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .footer-text-container {
        padding: 0;
        text-align: center;
    }

    .footer-text-content {
        padding: 0;
    }

    #footer-ul {
        margin-top: 0;
    }
}

.page-wrap {
    min-height: 66%;
    /* equal to footer height */
    margin-bottom: auto;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer,
.page-wrap:after {
    height: auto;
}

.site-footer {
    background: #d3cabb;
    /*d3cabb*/
    border-top: 4px solid #550000;
    border-bottom: 10px solid #550000;
}

.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0 auto;
    width: 186px;
}

.footer-social li {
    float: left;
    margin-left: 30px;
}

.footer-social li:first-child {
    margin-left: 20px;
}

.footer-social li a {
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
    height: 50px;
    display: block;
    width: 56px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_tc_links {
    margin-top: 28px;
}

.footer_links {
    text-decoration: none !important;
}

/*.forum_name {*/
/*font-size: 1.45rem;*/
/*color: #550000;*/
/*}*/

/*@media screen and (min-width: 1237px), screen and (max-width: 992px) {*/
/*.forum_name {*/
/*font-size: 1.8rem!important;*/
/*}*/
/*}*/

/* EXTRA STYLE */
.bodycenter_text {
    text-align: center;
}

.form_details {
    margin-left: 00px;
}

.forum_hr {
    margin-top: 10px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.indent {
    width: 90%;
    margin-left: 5%
}

.topspace {
    margin-top: 10px;
}

.leftspace {
    margin-left: 5px;
}

.textalign {
    text-align: left;
}

.opacity {
    border-bottom: 2px solid rgb(0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, .09);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

/*HOVER*/
tr:hover {
    background-color: #E9E4DD;
    cursor: default;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.btn-div {
    height: 45px;
    background-color: #550000;
    padding: 0;
    padding-top: 12px;
    font-weight: bold;
    color: #F8F7F5;
    border: 2px solid #550000;
    margin-right: 10px;
    margin-top: 10px;
}

.btn-div:hover {
    background-color: #E9E4DD !important;
    color: #550000 !important;

    cursor: pointer;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.forum-column {
    background-color: #E9E4DD;
    cursor: default;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.hover2:hover {
    background-color: #E9E4DD;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.pointer:hover {
    cursor: pointer;
}

/*UNHIDING LINES IN DESKTOP VIEW (FORUMS)*/
.unhide {
    border-bottom: 2px solid rgb(255, 0, 0);
    border-bottom: 2px solid rgba(255, 0, 0, 0);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

@media (min-width: 900px) {
    .verticalLine {
        border-left: 2px solid rgb(0, 0, 0);
        border-left: 2px solid rgba(0, 0, 0, .04);
        border-radius: 0;
        -webkit-background-clip: padding-box;
        /* for Safari */

        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */
    }

    #hide {
        display: none;
        /* HIDE FORUM LINES WHEN IN MOBILE  */
    }

    .height {
        height: 60px;
    }
}

.location-text {
    width: 150px;
    margin-left: 0;
}

.navbar {
    margin-bottom: 10px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1000px) {
    /*WAS 1000*/
    .height {
        height: 60px;
    }

    .unhide {
        border-bottom: 2px solid rgb(0, 0, 0);
        border-bottom: 2px solid rgba(0, 0, 0, .04);
        -webkit-background-clip: padding-box;
        /* for Safari */

        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */
    }

    .line {
        border-bottom: 2px solid white;
        border-bottom: 2px solid white;
        -webkit-background-clip: padding-box;
        /* for Safari */

        background-clip: padding-box;
        /* for IE9+, Firefox 4+, Opera, Chrome */
    }

    .verticalLine {
        border-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    .height {
        height: 100px;
    }
}

@media only screen and (max-width: 320px) {
    .height {
        height: 100px;
    }

    .vertical-center {
        min-height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;
    }
}

span.s-right {
    float: right;
}

.forum-container {
    margin-top: -30px;
}

.s-right > a {
    font-size: 1.5rem;
    text-decoration: none !important;
}

.heading > a {
    text-decoration: none;
    color: black;
}

.heading > a:hover {
    text-decoration: underline;
    color: black;
}

.desc-wrap {
    height: 100px;
    overflow: hidden
}

.chklabel {
    margin-left: 18px;
    margin-top: 5px !important;
    padding-top: 15px !important;
}

.chkinput {
    margin-left: -18px;
    padding-top: 15px !important;
}

body{
    overflow-x: hidden;
    overflow-y: scroll;
}

.forum-row {
    height: 11vh;
}

.forum-img {
    height: 9vh;
}

.imgsize {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .forum_name {
        font-size: 3vmin;
    }
}

@media screen and (max-width: 491px) {
    .forum_name {
        font-size: 4vmin;
    }

    .homepage_td_right td {
        padding: 0 5px !important;
        color: red !important;
    }

    .column-row {
        height: 50px !important;
    }
}

@media screen and (max-width: 324px) {
    .forum_name {
        font-size: 4.1vmin;
    }

    .column-row {
        height: 40px !important;
    }
}

.dropdown select {
    height: 40px;
    width: 100%;
    padding: 5px;
    border: solid 1px #c9c9c9;
    background: url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: 95%;
    background-position: 95%;
    font-size: 1.8rem;
    color: #550000;
    border-radius: 5px;
    outline: none;
}