/* @import url(//db.onlinewebfonts.com/c/1dc8ecd8056a5ea7aa7de1db42b5b639?family=Gilroy); */

html {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Gilroy', sans-serif;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    background: #fff;
    position: relative;
    width: 100%;
    min-height: 475px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    -webkit-overflow-scrolling: touch;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
h1 {
    font-size: 18px;
    margin: 0;
}
h2, h3 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}
a {
    color: #2a3b75;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}
a:hover {
    color: #4786c9;
    transition: all 0.3s ease 0s;
    text-decoration: underline;
}
pre {
    font-family: 'Gilroy', sans-serif;
    color: #272d3a;
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
br {
    display: block;
}
.landingOuter {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.landingContainer {
    width: 100%;
    /* max-width: 850px; */
    margin: 0 auto;
    padding: 15px 15px 0 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow-y: auto;
}
.flexColumn {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.textLeft {
    max-width: 350px;
    width: 100%;
}
.textRight {
    max-width: 350px;
    width: 100%;
    margin: 0 0 0 50px;
}
.profileBox {
    background: #e7eaf4;
    border-radius: 15px;
    padding: 25px;
}
.profileHeader {
    text-align: center;
    margin: -65px auto 10px auto;
}
.profileImg {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    font-size: 22px;
    line-height: 90px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #2a3b75;
    border: 5px solid #e7eaf4;
}
.profileImg img {
    width: 100%;
    height: auto;
}
.profileStatus {
    width: 100%;
    margin: 5px 0 10px 0;
}
.profileLabel {
    font-size: 12px;
}
.logo {
    width: 100%;
    max-width: 780px;
    margin: 10px auto 40px auto;
}
.logo img {
    max-width: 125px;
    max-height: 100px;
    display: block;
}
.landingText {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.bigText {
    font-size: 24px;
    color: #2a3b75;
    font-weight: 900;
}
.eachText {
    margin: 10px 0;
}
.Input, .btnContainer {
    margin: 15px 0;
    width: 100%;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
}
.Input {
    margin: 30px 0;
    max-width: 350px;
}
.btnMarginTop {
    margin: 10px 0 0 0 !important;
}
.button {
    display: inline-block;
    vertical-align: text-bottom;
    border-radius: 25px;
    border: none;
    text-align: center;
    padding: 0 16px;
    font-family: 'Gilroy', sans-serif;
    font-size: 15px;
    height: 40px;
    width: fit-content;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: content-box;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 20px 0 0;
    outline: none;
    background-color: #eb5770;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.button:hover {
    background-color: #2a3b75;
}
.button:last-child {
    margin-right: 0;
}
.buttonDarkBlu {
    background-color: #2a3b75;
}
.buttonDarkBlu:hover {
    background-color: #eb5770;
}
.inputBox {
    width: calc(100% - 104px);
    padding-top: 2px;
}
.eachInputBox {
    width: 100%;
    margin: 20px 0;
}
eachInputBox:last-child {
    margin: 0 0 0 0;
}
.textArea {
    background: #f6f6f6;
    color: #5e5e5e;
    height: 40px;
    padding: 0 16px;
    font-family: 'Gilroy', sans-serif;
    font-size: 16px;
    resize: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}
.textArea:hover, .textArea:focus {
    border: 1px solid #2a3b75;
}
.errormessage {
    color: #f00;
    font-size: 14px;
    line-height: 15px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.profileLanding {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
    width: 100%;
}
.leftImg {
    width: 150px;
    text-align: center;
}
.profileIcon {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 72px;
    height: 72px;
    font-size: 22px;
    line-height: 72px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #223a72;
}
.profileIcon img {
    width: 100%;
    height: auto;
}
.profileStatus {
    width: 100%;
    margin: 5px 0 10px 0;
}
.rightText {
    flex: 1 1 auto;
    padding-left: 20px;
}
.profileName {
    color: #2a3b75;
    font-size: 18px;
    font-weight: 600;
}
.profileContact {
    border-top: 1px solid #a5a4aa;
    border-bottom: 1px solid #a5a4aa;
    padding: 25px 0;
    margin: 25px 0;
}
.eachContact {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.eachContact img {
    width: 28px;
    height: 28px;
    display: block;
}
.eachContact a {
    color: #eb5770;
    word-break: break-word;
    margin: 0 0 0 5px;
}
.mobileDisplay {
    display: none;
}
.footerOuter {
    font-size: 14px;
    background-color: #2a3b75;
    margin: 15px 0 0 0;
}
.footerInner {
    width: 100%;
    padding: 20px 20px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    color: #fff;
    text-align: center;
}
.social-links {
    text-align: center;
    padding-bottom: 10px;
}
.social-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.social-links ul li {
    display: inline-block;
    margin: 0px 8px 0px 8px;
    width: 28px;
    height: 28px;
}
.social-links ul li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 599px) {
    .flexColumn {
        display: initial;
    }
    .textLeft {
        max-width: none;
        margin: 0;
    }
    .textRight {
        max-width: none;
        width: 100%;
        margin: 90px auto 0 auto;
    }
    .profileBox {
        width: auto;
    }
    .Input {
        margin: 20px 0;
    }
    .landingText {
        flex-direction: column;
        -ms-flex-direction: column;
        align-items: flex-start;
    }
    .logo {
        margin: 10px 0 20px 0;
    }
    .profileLanding {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .leftImg {
        width: 100%;
    }
    .rightText {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .inputInner {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .inputBox {
        width: 100%;
        margin-bottom: 10px;
    }
    .name {
        font-size: 15px;
    }
    .btnContainer {
        display: flex;
        flex-direction: column;
    }
    .textArea {
        /* max-width: none; */
    }
    .divider {
        display: none;
    }
    .eachInputBox {
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0;
    }
    .Input {
        flex-direction: column;
        max-width: none;
    }
    .button {
        margin: 0;
    }
    br {
        display: none;
    }
    .footerInner {
        padding: 20px 20px;
    }
}