body {
    font-family: Montserrat, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    color: #2f3235
}

header {
    background-color: #bd1721;
    color: #fcfcfc;
    position: relative;
    z-index: 10;
    overflow: hidden;
    padding: 0 5% 0
}

    header .header-container {
        position: relative;
        margin: 0 auto;
        display: flex;
        flex: 1
    }

    header .header-links {
        position: absolute;
        right: 0;
        margin: 12px 0
    }

        header .header-links a {
            color: #fcfcfc;
            text-decoration: none;
            font-size: 12px;
            line-height: 24px;
            font-weight: 400;
            margin: 0;
            padding: 0
        }

            header .header-links a:hover {
                text-decoration: underline
            }

    header .header-content {
        display: flex;
        flex: 1;
        margin: 12px 0;
        flex-direction: column
    }

        header .header-content .logo {
            display: flex
        }

            header .header-content .logo img {
                height: 40px
            }

        header .header-content .app-title {
            display: flex;
            flex: 1;
            flex-direction: column;
            justify-content: center;
            align-items: flex-end;
            margin: 6px 0 0;
            text-align: right;
            line-height: 1.05
        }

            header .header-content .app-title h1 {
                font-size: 24px;
                margin-bottom: 3px;
                color: #fcfcfc
            }

            header .header-content .app-title h2 {
                font-size: 16px;
                color: rgba(252,252,252,0.5);
                margin: 0
            }

@media only screen and (min-width: 768px) {
    header {
        padding: 0 10% 4px
    }

        header .header-links a {
            font-size: 14px
        }

        header .header-content {
            flex-direction: row;
            margin: 24px 0
        }

            header .header-content .logo img {
                height: 80px
            }

            header .header-content .app-title {
                margin: 24px 0 0
            }

                header .header-content .app-title h1 {
                    font-size: 42px
                }

                header .header-content .app-title h2 {
                    font-size: 18px
                }
}

.container {
    width: 90%;
    max-width: 1066px;
    margin: 0 auto 60px;
    padding: 0 5%
}

@media screen and (min-width: 1366px) {
    .header-container {
        max-width: 1134px
    }

    .container {
        width: 72.5%;
        margin: 0 auto 80px;
        padding: 0 10%
    }
}

.hero {
    width: 100%;
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: flex-end
}

    .hero:before {
        background-image: url(Images/alumni.jpg);
        background-size: cover;
        background-position: 50%;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -2
    }

    .hero:after {
        background-color: rgba(0,0,0,0.55);
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: -1
    }

.hero-title {
    color: #fcfcfc;
    display: flex;
    flex-direction: column;
    /*font-size: 38px;*/
    font-size: calc(28px + (62 - 42) * (100vw - 768px) / (1440 - 768));
    line-height: 1.1;
    padding: 36px 5%;
    font-weight: 700;
    width: 1134px;
    margin: 0 auto
}

    .hero-title span {
        font-size: calc(28px + (62 - 42) * (100vw - 768px) / (1440 - 768));
        color: rgba(252,252,252,0.5)
    }

@media screen and (min-width: 768px) {
    .hero {
        min-height: 60vh
    }

    .hero-title {
        font-size: 55px;/*DFH*/
        padding: 80px 10%
    }
}

h1 {
    color: #fcfcfc;
    padding: 0;
    margin: 0
}

.lead {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #2f3235;
    letter-spacing: -0.5px;
    margin: 40px 0
}

@media screen and (min-width: 768px) {
    .lead {
        font-size: 28px;
        /*//32px;*/
        line-height: 42px
    }
}

#flywire-payex {
    margin: 72px auto;
    max-width: 80%;
    padding: 0 5%
}

@media screen and (min-width: 1366px) {
    #flywire-payex {
        margin: 72px auto;
        max-width: 62.5%;
        padding: 0 10%
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #2f3235
}

h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin: 32px 0px 0px
}

p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 32px 0 18px
}

a {
    color: #047eaf
}

footer {
    background: #34516c;
    padding: 36px 10%
}

    footer h2 {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300
    }

    footer .footer-inner {
        display: flex;
        max-width: 1066px;
        margin: 0 auto 60px;
        flex-direction: column;
        font-size: 14px;
    }

        footer .footer-inner .col {
            flex: 1 0 auto;
            color: #fcfcfc;
            font-size: 14px;
        }

            footer .footer-inner .col.contact {
                margin: 0 84px 24px 0;
                display: flex;
                flex-direction: column;
                flex: 1 0 15%;
                font-size: 14px;
                font-weight: 400
            }

                footer .footer-inner .col.contact .contact-details {
                    border-bottom: 1px solid rgba(252,252,252,0.1);
                    padding-bottom: 30px
                }

                footer .footer-inner .col.contact address {
                    font-style: normal;
                    line-height: 1.45;
                    font-size: 14px;
                }

                footer .footer-inner .col.contact .logo {
                    height: 80px;
                    width: auto;
                    margin: 0px 8px 0px 0px
                }

            footer .footer-inner .col.col-control {
                -moz-column-count: 2;
                column-count: 2
            }

        footer .footer-inner .footer-links {
            margin: 0 0 24px 0;
            display: flex;
            flex-direction: column;
            flex: 1 0 30%
        }

        footer .footer-inner .logo-contact {
            display: flex;
            flex-direction: column
        }

        footer .footer-inner .footer-logo {
            width: 166px
        }

    footer .logos {
        width: 100%;
        max-width: 1066px;
        margin: 36px auto 0
    }

        footer .logos img {
            height: 60px;
            margin-right: 12px
        }

    footer .useful-links ul {
        padding-left: 0;
        margin: 0
    }

        footer .useful-links ul li {
            list-style: none
        }

    footer a {
        color: #fcfcfc;
        text-decoration: none
    }

        footer a:hover {
            text-decoration: underline
        }

    footer .links a {
        font-size: 14px
    }

    footer .social {
        align-content: flex-end;
        display: flex;
        margin: 0 0 24px;
        justify-content: flex-start
    }

        footer .social ul {
            padding-left: 0
        }

            footer .social ul li {
                display: inline-flex;
                margin: 3px 3px 3px 0
            }

                footer .social ul li a {
                    display: flex;
                    background: #fcfcfc;
                    border-radius: 50%;
                    justify-content: center;
                    height: 40px;
                    width: 40px;
                    align-self: center;
                    color: #047eaf;
                    transition: all 0.375s ease-in-out
                }

                    footer .social ul li a i {
                        align-self: center
                    }

                    footer .social ul li a:hover {
                        color: #45b7e6;
                        text-decoration: none
                    }

@media screen and (min-width: 980px) {
    footer .footer-inner {
        flex-direction: row
    }

        footer .footer-inner .footer-logo {
            width: 214px
        }

        footer .footer-inner .col.contact .contact-details {
            border-bottom: none;
            padding-bottom: none;
            border-right: 1px solid rgba(252,252,252,0.1);
            padding-right: 84px
        }

        footer .footer-inner .footer-links {
            margin: 54px 84px 24px 0
        }

        footer .footer-inner .social {
            margin: 54px 0 0;
            justify-content: flex-end
        }
}

.copyright {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
    padding: 12px 0
}

input {
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    padding: 8px 16px;
    margin: 8px 0 16px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    display: flex;
    width: 100%;
    max-width: 649px;
    border-color: #666
}

    input[type="submit"] {
        color: #fcfcfc;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        padding: 12px 24px;
        border-radius: 28px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        background: #047eaf;
        transition: all 200ms ease-in-out 0s;
        border: none;
        margin-bottom: 24px
    }

        input[type="submit"]:hover {
            background: #45b7e6
        }

        input[type="submit"]:focus {
            outline: -webkit-focus-ring-color auto 1px !important
        }

.login {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.button {
    display: flex;
    flex: 1;
    margin: 12px auto;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background: #047eaf;
    transition: all 200ms ease-in-out 0s;
    border: none
}

    .button:hover, .button:focus {
        background: #45b7e6;
        color: #fff
    }
    .button:disabled { /*DFH addition*/
/*        color: black;
        background-color: #C7CBDA;
        color: #C7CBDA;*/
    }

.visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

/*-----------*/


.step-container {
    display: flex;
    margin-top: 50px;
}

.stepTitle {
    margin-bottom: 16px;
    font-size: 18px;
}

.stepbox {
    background-color: #f1f1f1;
    margin: 4px;
    border-radius: 4px;
    padding: 0 24px 16px;
    flex: 1 1 auto;
    width: 33%;
}

@media screen and (max-width: 860px) {
    .step-container {
        flex-direction: column;
    }

    .stepbox {
        width: calc(100% - 56px);
    }
}


/*# sourceMappingURL=alumni-portal.min.css.map */
