body {
    
    padding: 0;
    margin: 0;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
*
{
    
    box-sizing: border-box;
}
#header .sidebar-toggle-group {
    
    display: none;
}
#header .sidebar-toggle-text {
    
    display: none;
}
#header #main-menu {
    /*background-color: rgba(255,255,255,.6) !important;*/
    background-color: #f5f5f5;
    margin-bottom: 0;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    padding-top: 0;
    padding-bottom: 0;
        border: 1px solid transparent;
    border-width: 0 0 1px;
}
.page-body-home #header #main-menu {
    
    background-color: rgba(255,255,255,.6);
}
#header .navbar-inverse {
    border-color: transparent;
}
#header .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
        border-radius: 0;
        position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header .navbar:after, .navbar:before {
    content: " ";
    display: table;
    clear: both;
}
.container {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    zoom: 1;
}
.container:after, .container:before {
    content: " ";
    display: table;
}
#header #main-menu .navbar-inner {
    border-bottom: 2px solid #7f2529;
    position: relative;
}
#header .navbar-header:after, .navbar-header:before {
    content: " ";
    display: table;
}
#header #main-menu .navbar-brand, #main-menu .navbar-right {
    position: relative;
    z-index: 1030;
    padding-top: 0px;
    margin-top: 24px;
    padding-bottom: 0px;
    margin-bottom: 28px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}
#header .navbar-header img#branding-logo {
    max-width: 240px;
}
#header #main-menu .navbar-brand-small {
    display: none;
    position: absolute;
    z-index: 1030;
    left: 0;
    bottom: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}
.header-info {
    float: right;
}
#header.btn:last-child {
    margin: auto 0 auto 10px;
}
#header .btn-primary {
    color: #fff;
    background-color: #7f2529;
    border-color: #6b1f23;
    font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    margin: auto 10px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ededed;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-collapse.collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
}
#main-menu .navbar-nav {
    float: right;
    clear: right;
}
#main-menu .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}
#main-menu .navbar-nav>li>a {
    padding: 10px;
    color: #222 !important;
    font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    padding-bottom: 12px;
}
#main-menu .navbar-nav>li>a:hover {
    
    color: #7f2529 !important;
}
#header .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.current-page-ancestor>a, .navbar-inverse .navbar-nav>.current-page-ancestor>a:focus, .navbar-inverse .navbar-nav>.current-page-ancestor>a:hover, .navbar-inverse .navbar-nav>.current_page_parent>a, .navbar-inverse .navbar-nav>.current_page_parent>a:focus, .navbar-inverse .navbar-nav>.current_page_parent>a:hover {
    color: #7f2529;
    background-color: transparent;
}
.page-banner {
    
    background-size: cover;
    position: relative;
}
.page-banner>.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
}
.page-banner>.container {
    position: relative;
    height: 350px;
}
.page-banner>.container .page-title {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0 15px;
    color: #eee;
    font-size: 60px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
}
.body-container #content .navbar {
    
    position: fixed !important;
    /*background: transparent !important;*/
}
.navbar-inner .social.list-unstyled  {
    
    position: relative;
    left: -15px;
    top: 0px;
    
}
.header-info .custom-html-widget {
    
    left: -5px;
    position: relative;
}
#main-menu .navbar-nav>li:last-child>a {
    padding-right: 0;
}
.inner-footer, .inner-footer .h1, .inner-footer .h2, .inner-footer .h3, .inner-footer .h4, .inner-footer .h5, .inner-footer .h6, .inner-footer h1, .inner-footer h2, .inner-footer h3, .inner-footer h4, .inner-footer h5, .inner-footer h6 {
    color: #fff;
}
.inner-footer {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #53585a;
    border-top: 20px solid #7f2529;
}
.inner-footer .footer-widgets .widget {
    margin-bottom: 24px;
}
.inner-footer .footer-widgets .widgettitle {
    text-align: center;
    border-bottom: 5px solid #7f2529;
    padding-bottom: 12px;
    font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 1.2;
    font-weight: 400;
}
.inner-footer p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
}
#content {
    
    padding-bottom: 0px !important;
}
.body-container #content #footer {
    
    padding: 0 !important;
    position: relative !important;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
    
    color: #fff;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    line-height: 1.2;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.footer-widgets .custom-html-widget {
    
    text-align: left;
}
.inner-footer a, .inner-footer a:hover {
    color: #fff !important;
}
.inner-footer .footer-widgets .widget {
    margin-bottom: 24px;
}
img.alignleft {
    margin-right: 10px;
    float: left;
    width: auto !important;
}
.footer-widgets .widget_custom_html .btn-primary {
    
    background-color: #7f2529;
    border-color: #6b1f23;
        font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}
p.attribution {
    
    color: #9fa5a7;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 12px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
#main-menu.darkHeader {
    
    background-color: rgba(255,255,255,.8);
    top: -72px;
}
#main-menu.darkHeader  .navbar-header img#branding-logo {
    
    display: none;
}
#main-menu.darkHeader .navbar-brand-small {
    
    display: block !important;
    opacity: 1 !important;
}
.list-group-item a {
    
    color: #7f2529;
}
.list-group-item a h3 {
    
    color: #228087;
}
.btn-primary {
    
    background-color: #228087;
    border-color: transparent;
}

.btn-primary:hover {

    background-color: #337ab7;
}
a {
    
    color: #228087 !important;
}
a:hover {
    
    color: #337ab7;
}
.inner-footer a:hover {
    
    text-decoration: underline;
}
.body-container #content .navbar {
    
    /*background: rgba(255,255,255,.7);*/
}
.page-intro {
    background: #7f2529;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
}
.page-intro h2 {
    
    margin-top: 0;
    margin-bottom: 12px;
    font-family: trajan-pro-3,Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 34px;
}
.page-intro p {
    
    margin-top: 12px;
    margin-bottom: 0;
}
.interactive-map {
    
    text-align: center;
}
.interactive-map a {
    
    font-size: 18px;
}
#generalJobApplication {
    
    padding: 20px;    
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
}
#generalJobApplication h2 {
    
    margin-top: 0;
}
#sidebar {
    
    display: none;
}

.page-body-home #content {
    
    margin-top: 0px;
}
.well #searchButton {
    
    border-right: 2px solid #ddd;
}
.well #advancedSearchToggleButton:hover {
    
    border-left: 1px solid #ddd;
}
#advancedSearchToggleButton {
        background-color: #228087;
}
#advancedSearchToggleButton:hover {
    
    background-color: #337ab7;
    
    
}
.btn-primary:hover {
    
    border-color: transparent;
}
a:focus {
    
    color: #7f2529;
    outline: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    
    outline: none !important;
    box-shadow: none;
    border-color: transparent;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #228087;
    border-color: #228087;
}
.btn-primary {
    
    color: #fff !important;
}
.btn-primary:active {
    
        background-color: #337ab7;
    border-color: #337ab7;
}
.btn-primary:focus {
    
        background-color: #337ab7;
    border-color: #337ab7;
    outline: none;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    
      background-color: #337ab7;
    border-color: #337ab7;
    outline: none;
    
}
#back-to-top {
    
    display: none !important;
}

.form-control:focus {
    
    box-shadow: none;
    border-color: #ccc;
}
.footer-widgets .widget_custom_html .btn-primary:hover {
    
    background-color: #5f1c1f;
    border-color: #3c1113;
    text-decoration: none;
}
.well .container-fluid {
    
    width: 100%;
}
#header .container-fluid {
    
    width: 100%;
}
.dropdown-menu>li>a {
    
    color: #333 !important;
}
.attribution, .attribution a, .attribution a:hover, .footer-links, .footer-links a, .footer-links a:hover {
    color: #9fa5a7 !important;
}
.attribution #site_credits {
    
    cursor: pointer;
}
.attribution #site_credits:hover {
    
    text-decoration: underline;
}
.well.container {
    
    margin-top: 20px;
}
.well {
    
    margin-top: 20px;    
    
}
.map {
    
    margin-bottom: 30px;
}
.lead {
    
    font-size: 16px !important;
}
#searchAgentForm .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    
    border-color: #ccc;
}
#searchAgentForm .btn-lg {
    
    margin-bottom: 30px;
}
.search-postal input {
    
    font-size: 18px;
}
.search-postal .input-lg {
    
    font-size: 18px;
}
.at-share-dock-outer {
    
    display: none;
}
.hidden-xs .desc-2 {

    background-color: #d3a22c;
    border-color: #d3a22c;
}
.hidden-xs .desc-2:focus {
    
    outline: none;
    background-color: #d3a22c;
    border-color: #d3a22c;
}
.hidden-xs .desc-2:active:focus {
    
    background-color: #d3a22c;
    border-color: #d3a22c;
}
.dropdown-menu .menu-item-object-page a {
    
    line-height: 1.5;
    font-size: 16px;
}
.header-info .custom-html-widget .btn:hover {
    
    color: #fff !important;
    background-color: #5f1c1f !important;
    border-color: #3c1113 !important;
}
.general-agree {
    
    margin-bottom: 30px;
}
.generel-apl #submitJobApplicationsForm {
    
    margin-bottom: 30px;
}
.general-upload .tst3-btn {
    
    margin-bottom: 30px;
}
.general-conf .btn {
    
    margin-bottom: 30px;
}
.footer-widgets .social li a {
    
    font-size: 18px !important;
}
.list-group  .list-group-item.active {
    
    background-color: #228087;
    border-color: #228087;
}
.list-group .list-group-item .label-primary {
    
    background-color: #d3a22c;
}
.alrt2 {

    background-color: #d8cbcb;
    border-color: #d8cbcb;
    color: #fff;
}
.alrt3 {
    
    background-color: #d8cbcb;
    border-color: #d8cbcb;
    color: #fff;
    
}
.desc-4 {
    
    background-color: #d3a22c;
    border-color: #d3a22c;
}
.desc-4:hover {
    
     background-color: #d3a22c;
    border-color: #d3a22c;
}

.desc-5 {
    
    background-color: #d3a22c;
    border-color: #d3a22c;
}
.desc-5:hover {
    
     background-color: #d3a22c;
    border-color: #d3a22c;
}


@media screen and (max-width: 992px) { 
    
    .page-banner>.container .page-title {
        font-size: 34px;
    }
    .page-banner {
        
        background-position: center;
    }
    .tst3-btn {
        
        margin-bottom: 30px;
    }
    #standardSearch {
        display: block !important;
    }
    #generalJobApplication h2 {
        
        font-size: 22px;
    }
    #generalJobApplication h3 {
        
        font-size: 16px;
    }
    #generalJobApplication .btn-primary {
        
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    
    .navbar-responsive-collapse {
        
        /*display: none !important;*/
        display: none;
    }
    .collapse.in {
        display: block !important;
            position: absolute;
    width: 100%;
    top: 100px;
    background-color: rgba(255,255,255,.6) !important;
    }
    .collapse.in #menu-main {
        
        float: left;
        width: 100%;
    }
    #header .navbar-header {
    
        width: 100%;
    }
    .container {
        
        width: 100%;
    }
    #header #main-menu {
        
        background-color: #f5f5f5;
        min-height: 100px;
    }   
    #header {
        
        width: 100%;
    }
    #header #main-menu .navbar-inner {
        
        border: none;
    }
    .page-banner {
        
        background-size: cover;
        background-position: center;
    }
    .page-banner>.container {
        position: relative;
        height: 350px;
    }
    .page-banner .page-title {
        
            font-size: 34px !important;
            left: 0;
    }
    #main-menu .navbar-toggle {
        
            top: 31px;
            right: -2px;
    }
    #header .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-fixed-top.highlight {
        
        height: auto !important;
    }
    #menu-main.navbar-nav {
        
        margin: 0;
    }
    #main-menu .navbar-nav {
        
        height: 465px;
        overflow-y: scroll;
        float: left;
        width: 100%;
        /*margin-top: 52px;*/
        border-top: 1px solid transparent;
        border-color: #ededed;
        padding-top: 27px;
        padding-bottom: 100px;
    }
    .footer-widgets .col-sm-6 {
        
        width: 100%;
    }
    
     .footer-widgets .col-sm-3 {
        
        width: 100%;
    }
    #menu-mobile-footer.nav-justified {
        display: table;
        table-layout: fixed;
        background: rgba(35,35,35,.95);
    }
    #menu-mobile-footer.nav-justified>li {
        display: table-cell!important;
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.1);
        border-right: 1px solid #000;
        height: 60px;
    }
    #menu-mobile-footer.nav-justified>li::before {
        font-family: FontAwesome;
        font-size: 20px;
        display: block;
        color: #7f2529;
        position: absolute;
        width: 100%;
        top: 10px;
        z-index: 1050;
    }
    #menu-mobile-footer.nav-justified>li>a {
        margin-bottom: 0;
        color: #fff !important;
        font-size: 10px !important;
        line-height: 10px;
        padding: 40px 0 10px !important;
        letter-spacing: 1px;
    }
    #main-menu.darkHeader {
        
        background-color: #fff;
    }
    #main-menu.darkHeader .navbar-toggle {
        
        top: 0px;
        margin-top: 80px;
    }
    #main-menu.darkHeader .navbar-brand-small {
        
        top: 80px;
    }
    #main-menu.darkHeader {
        
        background: #fff;
        background-color: #fff;
    }
    #standardSearch {
        
        display: block !important;
    }
    .well .collapse.in {
        
        position: unset !important;
        width: auto !important;
        top: 0 !important;
    }
    .page-body-home #header #main-menu.darkHeader {
        
        background-color: #fff;
        background: #fff;
    }
    .highlight .dropdown-menu {
        
        display: block;
        top: 30px;
    }
    .highlight {
        
    }
    #submitJobApplicationsForm {
        
        margin-bottom: 30px;
    }
    .sbmt-apl .btn {
        
        margin-bottom: 30px;
    }
    .menu-item-has-children .dropdown-menu {
        
        position: relative;
    width: 100%;
    }
    .inner-footer .footer-widgets {
        
        padding-bottom: 25px;
    }
    .caret-1 {
        
        height: 30px;
        width: 30px;
        position: relative;
        overflow: hidden;
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    
    #generalJobApplication h2 {
        
        font-size: 22px;
    }
    
    #generalJobApplication h3 {
        
        font-size: 15px;
    }
    
    #generalJobApplication .btn {
        
        font-size: 14px;
        display: block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 358px) {
    
    
    #header #main-menu .navbar-brand {
        
            margin-top: 46px;
    }
}



@media screen and (min-height: 768px) and (min-width: 1200px) {
    
    .page-banner>.container {
    
        height: 500px;
    }
    
}

@media screen and (min-width: 481px) and (max-width: 560px) {
    
    .slick-list .slick-slide .well {
        
        height: 280px;
        
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #main-menu .navbar-nav>li>a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    
    .search-postal input {
    
        font-size: 13px;
    }
    .search-postal .input-lg {
        
        font-size: 11px;
        padding-left: 5px;
    }
}

@media screen and (min-width: 768px) {
    
    #menu-mobile-footer.nav-justified {
        display: none;
    }
    .footer-widgets .col-sm-6 {
        width: 50%;
    }
     .footer-widgets .col-sm-3 {
        width: 25%;
    }
    .container {
        width: 750px;
    }
    #header #main-menu .navbar-inner {
        
        border-bottom: 2px solid #7f2529;
    }
    #menu-main .menu-item-has-children {
        
        display: inline-block;
    }
    
}

@media screen and (min-width: 992px) {
    
    .container {
        
        width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    
    .container {
        
         width: 1170px;
    }
}

