﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Catamaran);
/* Body Background */
body {
    background-color: #42738d !important;
    color: #fff !important;
    font-family: SemplicitaPro;
    font-size: 15px;
}

/* FormView */
.formheader {
    font-style: normal;
    text-align: center;
    font-family: SemplicitaPro;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14pt;
    color: #000;
    height: 37px;
    vertical-align: middle;
    white-space: normal;
}

@font-face {
    font-family: "SemplicitaPro-SemiBold";
    src: url('../Fonts/SemplicitaPro-SemiBold.ttf');
}


@font-face {
    font-family: "SemplicitaPro";
    src: url('../Fonts/SemplicitaPro-Medium.ttf');
}

.text-heading-4 {
    font-size: 32px;
    padding: 0px;
    font-family: SemplicitaPro-SemiBold !important;
}

.section-header {
    color: #fff;
    font-size: 28px;
    padding: 0px;
    font-family: SemplicitaPro-SemiBold !important;
}

h2 {
    color: rgb(66, 115, 141);
    font-size: 22px;
    margin-bottom: 10px;
    font-family: SemplicitaPro;
}


h3 {
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: normal;
    font-family: "Catamaran", catamaran bold, catamaran extralight;
}

.PageHeading {
    font-size: 22px;
    color: #005487;
    font-family: "Catamaran", catamaran bold, catamaran extralight;
}

.PageSubHeading {
    font-size: 12px;
    color: #000;
    font-family: "Catamaran", catamaran bold, catamaran extralight;
}

.form {
    font-family: "Catamaran", catamaran bold, catamaran extralight;
    color: #000;
    text-align: right;
    font-weight: Normal;
    height: 30px;
    font-size: 11pt;
    white-space: nowrap;
}

.captionWrap {
    white-space: normal;
    word-wrap: break-word;
}

a {
    color: #d41d4b;
    text-decoration: none;
}

    a:hover {
        color: #5A481A;
    }

#page {
    background: #fff;
    font-size: 15px;
}


#header a, #header a img {
    border: 0px;
}



#header {
    min-width: 480px;
    max-width: 700px;
    background-color: #42738d;
    height: 151px;
}

#leftheader {
    position: relative;
    width: 10%;
    float: left;
    top: 5px;
    background-color: White;
    height: 142px;
    z-index: 50;
}

#rightheader {
    position: relative;
    width: 90%;
    background-color: white;
    float: right;
    top: 5px;
    left: 0px;
    padding-top: 5px;
    background-image: url(/images/backgroundright.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 137px;
    text-align: right;
    z-index: 30;
}

    #rightheader img {
        padding-right: 5px;
        padding-bottom: 5px;
    }

.formLayout {
    font-family: "Catamaran", catamaran bold, catamaran extralight;
    font-size: 15px;
}

#search {
    margin-top: 10px;
}

.searchButton {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    border: 1px solid #999; /*#5A481A;*/
    background-color: #5A481A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    padding: 5px;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 25px;
    margin-right: 5px;
}

.searchText {
    width: 200px;
    margin-right: 5px;
    font-style: italic;
    color: #999;
}

    .searchText:hover {
        font-style: normal;
        color: #000;
    }

#loginStatus {
    color: #fff;
    font-weight: bold;
    line-height: 22px;
    vertical-align: top;
    margin-top: 5px;
}

    #loginStatus > span {
        vertical-align: top;
    }

    #loginStatus > a {
        color: #dfc298;
        vertical-align: top;
    }

        #loginStatus > a:hover {
            color: #d41d4b;
        }

#navigation {
    background-color: #5A471A;
    height: 29px;
    text-align: left;
    margin-top: -12px;
}

#print {
    text-align: right;
    font-size: 12px;
    padding-right: 5px;
}



#slidecontent {
    margin: 0 auto;
    position: relative;
    width: 100%;
}


.formPosition {
    margin-bottom: 100px;
    font-family: SemplicitaPro;
}

.contentbottom {
    min-width: 900px;
    width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

#feeds {
    margin-left: 8%;
    margin-right: 8%;
}

.feed {
    position: relative;
    background-color: #dfc298;
    width: 31%;
    height: 400px;
    margin-left: 10px;
    padding: 5px 5px;
    margin-bottom: 5px;
    overflow-y: scroll;
    float: left;
}

.feedList {
    list-style: none;
    padding-left: 20px;
    padding-right: 10px;
}

.feed h2 {
    border-bottom: 2px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

    .feed h2 a {
        color: #81A2C3;
    }

.breadcrumb {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
    padding-left: 5px;
}

    .breadcrumb li {
        color: #5A471A;
        float: left;
        padding-left: 5px;
    }

        .breadcrumb li a:link, .breadcrumb li a:visited {
            color: #7499C6;
            text-decoration: none;
        }

/*#boxes
{
   margin-left:10%;
   margin-right:10%;
}*/

.teaserBox > .hasTeaser {
    width: 280px;
    height: 235px;
    background: #81A2C3;
    display: block;
    margin-bottom: 25px;
    margin-right: 25px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    float: left;
    font-weight: normal;
    position: relative;
}

.teaserBox > .noTeaser {
    width: 280px;
    height: 235px;
    background: #81A2C3;
    display: block;
    margin-bottom: 25px;
    margin-right: 25px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    float: left;
    font-weight: normal;
    position: relative;
}

.noTeaser h3 {
    position: relative;
    top: 80px;
}

.teaserBox a {
    color: #5A471A;
    border-bottom: solid 2px #fff;
    padding-bottom: 5px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.teaserBox h3, p {
    margin-left: 5px;
    margin-right: 5px;
}

.teaserBox a:hover {
    color: #d41d4b;
}


/* blog styles */
#main {
    float: left;
    width: 70%;
    padding: 10px 10px;
}

.hbshares {
    background: url(/images/HBSharesheader.png) top left no-repeat;
    background-size: 100% 100%;
    height: 230px;
    /*padding-left:30px;*/
}

    .hbshares img {
        position: relative;
        top: 65px;
        left: 30px;
    }

.perspectives img {
    position: relative;
    top: 200px;
    left: 10px;
}

.gvHeader {
    background: rgb(234, 232, 226);
    color: rgb(90, 71, 27);
    font-family: SemplicitaPro;
    font-style: normal;
    font-size: 11pt;
    font-weight: normal;
}

.gvText {
    font-family: SemplicitaPro;
    color: rgb(90, 71, 27);
    font-style: normal;
    font-size: 11pt;
}

.entry-date {
    font-style: italic;
}

.entry-meta h2 {
    border-bottom: 1px solid black;
}

.entry-meta img {
    float: left;
    margin-right: 10px;
    border: 1px solid black;
    width: 200px;
    padding: 0 0;
}

.entrySub {
    /*float:left;
    max-width:65%;
    max-width:80%;
    margin: 0 auto;*/
}

.imgBelow {
    padding: 5px 5px;
    border: 3px solid #dfc298;
    float: left;
    margin-bottom: 20px;
    margin-right: 40px;
}

/*.imgUpper
{
    text-align:center;
}*/

.sideNav {
    float: right;
    width: 250px;
    background-color: #5A471A;
    padding: 0px 10px 10px 10px;
    margin-right: 40px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    border: 1px solid #5A481A;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .sideNav h3 {
        color: white;
        text-align: center;
    }

    .sideNav ul {
        list-style-type: none;
        padding: 0;
    }

    .sideNav a {
        color: #dfc298;
    }

        .sideNav a:hover {
            color: #d41d4b;
        }

.sidebar {
    float: right;
    width: 27%;
    padding-top: 10px;
}

.centerControl {
    margin: 0 auto;
}

#archive {
    font-size: .9em;
}

#subNav p {
    margin: 0;
}

#archive {
    font-size: .9em;
}

#footer {
    clear: both;
    font-size: 12px;
    color: #fff;
    background-color: #5A471A;
    padding: 10px;
    overflow: auto;
}

#footer {
    clear: both;
    font-size: 12px;
    color: #fff;
    background-color: #42738d;
    padding: 10px;
    overflow: auto;
}

    #footer a {
        font-size: 12px;
        color: #DFC298;
        text-decoration: none;
    }

        #footer a:hover {
            color: #5c4925;
        }

    #footer #footershare {
        width: 250px;
        float: left;
        margin-bottom: 5px;
        margin-right: 15px;
    }

        #footer #footershare a img {
            vertical-align: middle;
            margin-right: 2px;
            border: none;
        }

        #footer #footershare a:hover img {
            vertical-align: middle;
        }

    #footer #footercontact {
        /*width: 500px;*/
        float: right;
        margin-bottom: 5px;
        text-align: right;
    }

    #footer #footer-end {
        width: 100%;
        clear: both;
        border-top: 1px #0d1115 solid;
        padding-top: 5px;
    }

.mobileButton {
    display: none;
}

.notMobile {
    /*border:1px solid black;*/
}

.mobile {
    display: none;
}

/*search settings*/
#xsltsearch {
    margin: 0;
    padding-bottom: 20px;
}

#xsltsearch_navigation {
    text-align: center;
}

    #xsltsearch_navigation .disabled {
        color: #AAA;
    }

#xsltsearch_stats {
    font-size: 75%;
    color: #999;
}

#xsltsearch_results {
    padding-bottom: 20px;
}

#xsltsearch h2 {
    font-size: 150%;
}

.xsltsearch_result p {
    margin: 0;
    padding: 0;
}

.xsltsearch_result:hover {
    background: #fcfcfc;
}

.xsltsearch_ordinal {
    font-weight: bold;
    font-size: 75%;
}

.xsltsearch_title {
    font-size: 16px;
    font-face: 'Calibri';
}

.xsltsearch_score {
    font-size: 75%;
}

p.xsltsearch_result_description {
    padding-bottom: 10px;
}

.xsltsearch_description strong {
    background: #FFD;
}

.myStyle.dxbButton_Material.dxbTSys {
    width: 130px;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 5rem;
    background-color: #D7CA9E;
    color: #005487;
    box-shadow: none;
}

.

.dxbButton_Material div.dxb {
    padding: 6px 4px;
    border: 1px dotted transparent;
}

input[type='text'] {
    font-size: 14px !important;
}

.FontSizeInput {
    font-size: 14px !important;
}

.dxeRoot {
    width: 100% !important;
}



#socials a img {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

#socials a:hover img {
    top: -5px;
    filter: brightness(120%);
}
/* search term highlighting */


.label-style {
    font-size: 12px;
    letter-spacing: .1rem;
}

.rbl label {
    margin-right: 2rem;
    margin-left: 0.5rem;
}

.marginTop {
    margin-top: 2rem !important;
}

#contentCard {
    width: 100% !important;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.card-body {
    background-color: #42738d !important;
    color: #fff;
    border-radius: 50px;
    padding: 65px !important;
}

@media (min-width: 576px) {
    #contentCard {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #contentCard {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #contentCard {
        max-width: 960px;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
}


@media (min-width: 1200px) {
    #contentCard {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #contentCard {
        max-width: 1320px;
    }
}


.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 2rem;
}

table.dxeMemoSys.form-control {
    display: table;
    padding: 0.5rem 1rem;
}


.form-control-lg {
    height: 60px;
    padding: .87rem 1rem !important;
}


.form-upload-files {
    padding: 0.5rem !important;
    height: 1rem !important;
}

.btn {
    font-family: SemplicitaPro;
    padding: 22px 32px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 22px;
    transition: .2s;
    letter-spacing: .45px;
    border-radius: 50px !important;
    background-position: center left -25px;
    text-transform: capitalize;
}

.text-body-lead {
    color: black;
    font-family: SemplicitaPro;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.top-navbar {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
    background-color: #42738d;
    height: 75px
}

.dxeMemoEditArea {
    font-size: 14px !important;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

div.box {
    margin: 0px 40px;
}
