@font-face{
    font-family: lato-black;
    src: url(../fonts/latoblack.ttf);
}

@font-face{
    font-family: lato-heavy;
    src: url(../fonts/latoheavy.ttf);
}

@font-face{
    font-family: lato-semibold;
    src: url(../fonts/latosemibold.ttf);
}

@font-face{
    font-family: lato-medium;
    src: url(../fonts/latomedium.ttf);
}

@font-face{
    font-family: lato-bold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face{
    font-family: lato-regular;
    src: url(../fonts/Lato-Regular.ttf);
}

body{
    font-family: lato-regular;
}
.connect{
    background-image: url('../images/Background_Image.png');
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
    color: #ffffff;
}

#s4-bodyContainer{
    background-image: url('../images/overlay.png');
    background-attachment: fixed;
    background-color: #020f22;
    opacity: .45;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 110%;
    position: absolute;
    z-index: -1;
}

.contentbody{
    margin-left: 6%;
    margin-right: 6%;
}

.siteheader{
    background-color: rgba(0, 0, 0, .43);
    height: 21%;
    padding: 0px 5% 0px 5%;
}

.toprow{
    height: 58%;
    padding-top: 5px;
    box-sizing: border-box;
}

.toprow > div{
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.toprow a{
    text-decoration: none;
    color: #ffffff;
}

.logotext{
    font-family: lato-heavy;
    font-size: 2vw;
    text-align: center;
    color: #ffffff;
}

.logotext > img{
    height: 80%;
    display: block;
    margin: auto;
    max-height: 89px;
}

.email, .phonenumbers{
    font-family: lato-bold;
    font-size: 1vw;
}
.phonenumbers{
    text-align: right;
}

.navmenu{
    color: #ffffff;
    height: 30%;
    width: 100%;
    font-family: lato-bold;
    font-size: 1vw;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    display: none; /*Hide for now until new web design is launched*/
}

.navmenu ul{
    list-style: none;    
}

.navmenu ul li{
    display: inline-block;
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
}

.navmenu ul li a{
    text-decoration: none;
}

.navmenu ul li a:hover{
    color: #e63c3a;
}

.messagecontainer{
    font-family: lato-regular;
    font-size: 1.5vw;
    color: #ffffff;
    height: 35%;
    padding-left: 0px;
    vertical-align: middle;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 50%;
}

.messagecontainer .firstword{
    font-family: lato-black;
    font-size: 3vw;
}

.messagecontainer .secondword{
    font-family: lato-medium;
    font-size: 3vw;
}

.actualcontent{
    background-color: #ffffff;
    padding: 20px;;
}

.lowerbanner{
    height: 35%;
    background-color: #0c0b15;
    padding: 30px 6% 5px 6%;
    vertical-align: middle;
}

.toprowlowerbanner{
    height: 100%;
    vertical-align: middle;
}

.toprowlowerbanner > div{
    display: inline-block;
}

.socialMedia > div{
    display: inline-block;
    margin: auto;
}

.socialMedia img{
    width: 48px;
    height: 48px;
}

.footer{
    height: 50px;
    background-color: #000000;
    font-family: lato-regular;
    font-size: 1vw;
    text-align: center;
    line-height: 50px;
}

.fullname, .address span{
    font-family: lato-bold;
}

.fullname{
    font-size: 1.1vw;
    width: 25%;
    vertical-align: middle;
}

.address{
    font-family: lato-regular;
    font-size: 1vw;
    text-align: right;
    width: 25%;
    vertical-align: middle;
}

.address span{
    font-size: 1.2vw;
    display: block;
}

.lowerbanner .logotext{
    width: 48%;
}

.profile{
    text-align: right;
    height: 9%;
    font-size: 0.8vw;
}

.profile div{
    display: inline-block;
}

.profile a{
    color: #ffffff;
}

#provider{
    background-color: #ffffff;
    color: #000000;
    padding: 3px;
    border-radius: 3px;
    text-transform: capitalize;
}

#drawer{
    display: none;
}



/*Mobile View*/
@media screen and (max-width: 560px) {

    .email, .phonenumbers {
        font-family: lato-bold;
    }

    .profile, .email, .phonenumbers, .fullname, .address, .footer{
        font-size: 2vw;
    }

    .address span{
        font-size: 2.5vw;
    }

    .siteheader{
        padding: 10px;
    }

    .toprow{
        display: none;
    }

    .toprow, .siteheader, .profile, .messagecontainer, .lowerbanner, .toprowlowerbanner{
        height: auto;
    }

    .toprow > div {
        display: block;
        width: 95%;
    }

    .toprowlowerbanner > div {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
        padding: 5px;
    }

    .socialMedia img{
        height: 30px;
        width: 30px;
    }

    #svp_player545cqb7f0vsw, #wrapper_svp_svp_player545cqb7f0vsw{
        width: 100% !important;
        height: 305px !important;
    }

    #drawer{
        display: block;
        width: 100%;
        font-size: 3vw;
        color: #ffffff;
        text-align: center;
        margin-top: 5px;;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer;
    }

    .messagecontainer{
        font-size: 3vw;
        width: 100%;
    }

    #drawer:hover{
        background-color: #000000;
    }

    .connect{
        background-color: #06183e;
    }
}