@charset 'utf-8';

.PageWrap {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: #f0f6ff;
    position: absolute;
    min-width: 250px;
}

.ContentWrap {
    flex-direction: column;
    min-width: 250px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    font-family: Georgia;
    height: 100%;
}

.TopBar {
    width: 100%;
    display: flex;
    margin: 0px;
    font-size: 16px;
    color: #ffffff;
    background-color: #232b5e;
    border-top: 0px solid #000000;
    border-bottom: 2px solid #000000;
    height: 45px;
    justify-content: center;
    padding: 0px;
    z-index: 10;
}

.TopBarWrap {
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 1100px;
    justify-content: center;
}

.Logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.LogoIcon {
    height: 40px;
    margin-right: 15px;
}

.Navigation {
    justify-content: center;
    display: flex;
    width: inherit;
}

.NavigationButtonMenu {
    text-align: center;
    margin: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.NavigationButtonMenu:after {
    content: '\2cb6';
    font-size: 27px;
    margin-left: 12px;
    font-weight: bold;
    display: none;
}

.NavWrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    width: 100%;
}

.NavigationButton {
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
}

.NavigationButtonMenu:hover {
    color: #008aff;
}

.NavigationButton:hover {
    color: #008aff;
}

.SocialMedia {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    justify-content: flex-end;
}

.SocialMediaPhone {
    display: None;
    width: 100%;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    justify-content: center;
}

.SocialMediaLink {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.SocialMediaIcon {
    height: 18px;
    fill: white;
}

.SocialMediaIcon:hover {
    fill: #008aff;
}

.SocialMediaIcon path {
    fill: white;
}

.SocialMediaIcon path:hover {
    fill: #008aff;
}

.BodyWrap {
    text-align: justify;
    justify-content: center;
    width: 100%;
    bottom: 0px;
    overflow: auto;
    position: absolute;
    margin-top: 47px;
    top: 0px;
    padding-top: 10px;
    z-index: 0;
}

.BodyContent {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    min-height: calc(100vh - 120px);
    align-items: center;
}

.Footer {
    max-width: 1000px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 20px;
}

.FooterText {
    font-size: 10px;
    font-weight: normal;
    font-family: Helvetica;
}

.TwoColumnPage {
    flex-direction: row;
    display: flex;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 28px;
    padding-left: 20px;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.RightImageGroup {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 30px;
    align-items: center;
}

.LeftImageGroup {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    align-items: center;
}

@media (max-width:850px) {
    .LogoIcon {
        width: 197.31px;
        margin-right: 0px;
    }

    .Navigation {
        flex-direction: column;
    }

    .NavWrap {
        position: absolute;
        display: flex;
        border-bottom: 0px solid #000000;
        border-top: 0px solid #000000;
        width: 100%;
        background-color: #8aa5f7;
        left: 0px;
        right: 0px;
        top: 46px;
        z-index: 5;
        height: 0px;
        transition: height 1s;
        padding: 0px;
        margin: 0px auto;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .NavWrap.Show {
        height: 224px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .NavigationButtonMenu {
        display: inline;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .NavigationButton {
        padding: 0px;
        margin: 0px;
    }

    .TwoColumnPage {
        flex-direction: column-reverse;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:680px) {
    .RightImageGroup {
        flex-direction: column-reverse;
    }

    .LeftImageGroup {
        flex-direction: column-reverse;
    }
}

@media (max-width:596px) {
    .FooterText {
        font-size: 1.7vw;
    }
}

@media (max-width:480px) {
    .NavigationButtonMenu:after {
        display: inherit;
    }

    .SocialMedia {
        display: none;
    }

    .SocialMediaPhone {
        display: flex;
        padding-top: 25px;
    }

    .NavigationButtonMenu {
        font-size: 16px;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .NavWrap {
        align-items: center;
        justify-content: flex-start;
    }

    .NavWrap.Show {
        height: 330px;
        align-items: center;
        justify-content: flex-start;
    }

    .NavigationButton {
        padding-bottom: 0px;
        font-size: 16px;
        padding-top: 12px;
    }

    .SocialMediaLink {
        padding: 0px;
    }

    .SocialMediaIcon {
        width: 30px;
        height: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .Footer {
        margin-top: 5px;
    }

    .FooterText {
        font-size: 2vw;
    }

    .TwoColumnPage {
        margin-bottom: 0px;
    }
}

