@import url("https://use.typekit.net/ndb6drb.css");

.sourcesans,
.menuitem {
    font-family: "futura-pt", sans-serif;
}

.submenuitem {
    font-family: "futura-pt", sans-serif;
    font-weight: 400 !important;
}

.haschildmenu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.001' viewBox='0 0 16 9.001'%3E%3Cpath id='arrow-down' d='M4.241,7.746a.811.811,0,0,1,1.072-.081l.092.08L12,14.474l6.595-6.727a.811.811,0,0,1,1.072-.081l.092.08a.852.852,0,0,1,.08,1.094l-.08.094-7.177,7.321a.811.811,0,0,1-1.072.081l-.092-.08L4.241,8.934a.852.852,0,0,1,0-1.187Z' transform='translate(-4 -7.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.menuitem {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.001' viewBox='0 0 16 9.001'%3E%3Cpath id='arrow-down' d='M4.241,7.746a.811.811,0,0,1,1.072-.081l.092.08L12,14.474l6.595-6.727a.811.811,0,0,1,1.072-.081l.092.08a.852.852,0,0,1,.08,1.094l-.08.094-7.177,7.321a.811.811,0,0,1-1.072.081l-.092-.08L4.241,8.934a.852.852,0,0,1,0-1.187Z' transform='translate(-4 -7.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.activemenu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.001' viewBox='0 0 16 9.001'%3E%3Cpath id='arrow-down' d='M4.241,16.255a.811.811,0,0,0,1.072.081l.092-.08L12,9.527l6.6,6.727a.811.811,0,0,0,1.072.081l.092-.08a.852.852,0,0,0,.08-1.094l-.08-.094L12.582,7.746a.811.811,0,0,0-1.072-.081l-.092.08L4.241,15.067a.852.852,0,0,0,0,1.187Z' transform='translate(-4 -7.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.menuitem.noarrow {
    background-image: none !important;
}

.splashlogo img {
    width: 350px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.otherlogos img {
    width: 180px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.welcomeblock {
    text-align: center;
}

.welcomeblock h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 20px 0 5px 0;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    display: none;
}

.description {
    font-family: "futura-pt", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.button-container {
    text-align: center;
    margin: 5px 0 0 0;
}

.button-container span {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    transition: 0.2sease-in background;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.1;
    min-width: 80px;
    background: #ffc513;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
}

.button-container span:hover {
    background: #76addd;
    color: #fff;
}  

.info-box-content ul {
    padding-left: 20px;
    margin: 0;
}

.info-box-content ul li {
    margin-bottom: 10px;
}

.info-box-content ul li:last-child {
    margin-bottom: 0;
}

.welcometohornbill {
    font-size: 56px;
}

.gradient-button {
    background-image: linear-gradient(320deg, #67cad3, #1c91c4) !important;
}

.gradient-button:hover {
    background-image: linear-gradient(320deg, #67cad3, #67cad3) !important;
}

@media (max-width:1024px) {

    .splashlogo img {
        width: 200px;
    }

    .welcomeblock h2 {
        margin: 5px 0 0 0;
        font-size: 32px;
    }

    .button-container {
        margin: 5px 0 0;
    }

    .welcometohornbill {
        font-size: 36px;
    }

}

