#wrapper{
    width: 95em;
}

#title-banner{
    background-image: url("../../images/icon.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 10px;
    background-position-y: -1px;
}

#header h1 {
    padding: 0 0 0 5em;
}

#header h1 a {
    font-size: 1.0em;
    color: #1b3f73;
}

#sidebar header h1 {
    color: #aa4b9d !important;;
}

#sidebar header p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    letter-spacing: 0.1em;
    font-size: 1em;
    text-align: justify;
    text-transform: initial;
    line-height: 2em;
}

#sidebar article p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    letter-spacing: normal;
    font-size: 0.8em;
    text-align: justify;
    text-transform: initial;
    line-height: normal;
}

.customlogo, .customlogo img{
    width: 22em;
}

.customlogo{
   border-bottom: solid 1px rgba(160, 160, 160, 0.3);
   margin-bottom: 2em;
}


#intro header h1 {
    font-size: 1.2em;
    font-weight: 900;
    
}

.post > header .title {
    padding: 2em;
}

article header p {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 1.2;
    margin-top: -1em;
    text-transform: none;
    text-align: justify;
}

.headerpink{
    background-color: #aa4b9d;
    color: white;
}

.headerlightblue{
    background-color: #00b0b3;
    color: white;
}

.headerdarkblue{
    background-color: #1d3e74;
    color: white;
}

.colorwhite{
    color: white;
}

.profile-image{
    width: 35% !important;
    float: left !important;
    margin: 0 20px 0 0 !important;
}

.text-justify{
    text-align: justify;
}

.text-center{
    text-align: center;
}

.mini-post header {
    padding: 1.1em;
}

.mini-post header a h3{
    border-bottom: solid 1px rgba(160, 160, 160, 0.3);
    padding-bottom: 1em;
}

.mini-post header div{
    font-size: 0.9em;
}

.current{
    color:#00b0b3 !important;
}

.post > header {
    margin: -3em 0 0.8em 0;
}
.contact-button{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.contact-button.pink{
    background-color: white;
    border: 1px solid #aa4b9d !important;
    color: #aa4b9d !important;
}

.contact-button.pink:hover{
    background-color: #aa4b9d !important;
    border: 1px solid #aa4b9d !important;
    color: white !important;
}

.contact-button.cyan{
    background-color: white;
    border: 1px solid #00b0b3 !important;
    color: #00b0b3 !important;
}

.contact-button.cyan:hover{
    background-color: #00b0b3 !important;
    border: 1px solid #00b0b3 !important;
    color: white !important;
}

.contact-button.blue{
    background-color: white;
    border: 1px solid #1d3e74 !important;
    color: #1d3e74 !important;
}

.contact-button.blue:hover{
    background-color: #1d3e74 !important;
    border: 1px solid #1d3e74 !important;
    color: white !important;
}

.contact-button i{
    font-size: 2em;
}

#header .main ul li > a{
    position: relative;
    top: 21px;
}

.w100{
    width: 100% !important;
}
.w50{
    width: 50% !important;
}
.w25{
    width: 25% !important;
}
.w33{
    width: 33% !important;
}

.myPhone{
    background-image: url('../../images/phone_blue.svg');
    background-repeat: no-repeat;
    background-size: 2em;
    width: 2em;
    height: 2em;    
    display: block;
}

.contact-button:hover .myPhone{
    background-image: url('../../images/phone_white.svg');
    background-repeat: no-repeat;
}

.contact-button.pink .myPhone{
    background-image: url('../../images/phone_pink.svg');
    background-repeat: no-repeat;
}

.contact-button.cyan .myPhone{
    background-image: url('../../images/phone_cyan.svg');
    background-repeat: no-repeat;
}

.myMagnifier{
    background-image: url('../../images/magnifier_cyan.svg');
    background-repeat: no-repeat;
    background-size: 2em;
    width: 2em;
    height: 2em;    
    display: block;
}

.contact-button:hover .myMagnifier{
    background-image: url('../../images/magnifier_white.svg');
    background-repeat: no-repeat;
}

.myCalendar{
    background-image: url('../../images/calendar_pink.svg');
    background-repeat: no-repeat;
    background-size: 2em;
    width: 2em;
    height: 2em;    
    display: block;
}

.contact-button:hover .myCalendar{
    background-image: url('../../images/calendar_white.svg');
    background-repeat: no-repeat;
}

.myMail{
    background-image: url('../../images/mail-blue.svg');
    background-repeat: no-repeat;
    background-size: 2em;
    width: 2em;
    height: 2em;    
    display: block;
}
.contact-button:hover .myMail{
    background-image: url('../../images/mail-white.svg');
    background-repeat: no-repeat;
}

.flexdisplay{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexstart{
    justify-content: flex-start !important;
}

.ml20{
    margin-left: 20px !important;
}

.ml40{
    margin-left: 40px !important;
}

.ml80{
    margin-left: 80px !important;
}

.smallicon{
    width: 2em;
    position: relative;
    top: 0.65em;
}

.results{
    line-height: 0px;
    position: relative;
    left: -0.4em;
    top: -0.8em;
}

.post{
    scroll-margin-top: 80px;
}

.post input{
    margin-bottom: 1em;
}

.hidethis{
    display: none !important;
}

#footer .copyright {
    color: black;
}

#footer .copyright a {
    border-bottom: solid 1px black;
    color: inherit;
    text-decoration: none;
}

.justify{
    text-align: justify !important;
}

@media screen and (max-width: 980px) {

    #header h1 a{
        font-size: 0.5em !important;
    }

    #header .main ul li > a {
        position: relative;
        top: 15px;
    }

    .contact-button{
        font-size: 0.7em !important;
        white-space: wrap;
        line-height: 1em;
        /*padding-top: 0.6em !important;*/
        padding-left: 20px !important;
        align-items: center;
    }

    .contact-button i {
        font-size: 2em;
        position: relative;
        top: 0;
        left: -1em;
        width: 4em;
    }
    .post .flexdisplay{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .post > header {
        padding: 0 !important;
    }

    .post .w25{
        width: 100% !important;
    }

    .post .ml80{
        margin-left: 0 !important;
    }
    .results {
        line-height: 1em;
    }

    .contactform .w33{
        width: 100% !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    .contactform .contact-button i {
        font-size: 1.5em;
        position: relative;
        top: 0;
        left: 0;
        width: 2em;
    }
    .contactform .w33 span{
        width: 70%;
    }
    

}
