html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif !important;
}

/*Desktop Nav*/
html body .header {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 0;
    padding-top: 12px;
    padding-left: 20px;
    background: #FFFFFF;
    border-bottom: 1px solid #d7d7d7;
}
html body .header.universal-wrapper {
    z-index: 7;
}
html body .header .hdr_google_logo img {
    width: 220px;
}
html body .header .hdr_profile_pic {
    float: right;
    margin-right: 25px;
}
html body .header .hdr_profile_name {
    margin-right: 16px;
    color: #929292;
    margin-top: 10px;
    float: right ;
}
html body .header .hdr_profile_name.sign-in-btn a {
    background: #4285F4;
    border-radius: 1.5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    margin: 0 4px 0 4px;
    padding: 10px 16.2px 10px 16.2px;
    transition: background .4s;
}
html body .header .hdr_profile_name.sign-in-btn a:hover {
    background: #3376F9;
    color: #fff;
    transition: background .2s;
    text-decoration: none;
}
html body .header .hdr_profile_name.sign-in-btn.get-updates a {
    background: #ffffff;
    color: #4285F4;
    text-decoration: none;
}
html body .header .hdr_profile_name.sign-in-btn.get-updates a:hover {
    font-weight: 400;
}
html body .header .hdr_profile_name.level0 {
    text-transform: uppercase;
}
html body .top-nav {
    width: 100%;
    height: 64px;
    position: fixed;
    top: 64px;
    z-index: 5;
    background: #FFFFFF;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #c0c0c0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
html body .top-nav .hdr-training-logo {
    float: left ;
    padding-left: 21px;
}
html body .top-nav .hdr-training-logo img {
    height: 40px;
}
html body .top-nav .hdr-nav-menu {
    padding-top: 12px;
}
html body .top-nav .top-nav-button {
    color: #919191;
    font-size: 14px;
    margin: 5px 0 25px 20px;
    padding-top: 20px;
}
html body .top-nav .top-nav-button.active {
    padding-bottom: 20px;
    border-bottom: 2px solid #4688f1;
}
html body .top-nav .top-nav-button a {
    color: #919191;
    text-decoration: none;
}
html body .top-nav .top-nav-button a:hover {
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 2px solid #4688f1;
}
/*Desktop Nav*/


/*Mobile Nav*/
.mobNav{
    z-index: 101;
    display: none;
    margin: 0;
    width: 100%;
    height: 60px;
}
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 25px;
    font-size: 17px;
    font-weight: 300;
    color: #aaaaaa;
    display: block;
    transition: 0.3s;
    width: 200px;
    text-decoration: none !important;
}
.sidenav a:hover:not(.closebtn) {
    color: #333;
}
.sidenav a:hover:not(.active){
    color: #333;
}
.sidenav a.active{
    font-weight: 500;
    color: #333;
}
.talkTo a{
    background: #fff;
    color: #4688f1;
    width: 200px;
    min-height: 36px;
    border-radius: 2px;
    padding: 7px 4px;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    text-decoration: none !important;
}
.appBtn a{
    background: #4688f1;
    color: #fff;
    width: 210px;
    min-height: 36px;
    border-radius: 2px;
    padding: 7px 4px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none !important;
}
.closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px !important;
    text-align: right;
    width: 100% !important;
    text-decoration: none !important;
}
.navBar{
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #c0c0c0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.navBar img{
    position: absolute;
    width: 20px;
    left: 25px;
    top: 20px;
}
.navBar svg{
    width: 70%;
    height: 100%;
    position: absolute;
    top: 10px; bottom: 0;
    left: 0; right: 0;
    margin: auto;
}
.social-icons{
    width: 250px;
    padding: 10px;
}
.social-icons a img{
    height: 18px;
    margin-left: 20px;
}
.social-icons a{
    width: 18px;
    height: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
/*Mobile Nav*/



@media screen and (max-width: 800px) {
    .hidden-xs{
        display: none;
    }
    .mobNav{
        display: block;
    }
}

@media screen and (max-width: 650px){     
    /* .navBar svg{
        width: 400px;
    } */
    .navBar img{
        width: 20px;
        left: 25px;
        top: 20px;
    }
}

@media screen and (max-width: 550px){     
    .navBar svg{
        top: 5px;
        left: 10px;
    }
}

@media screen and (max-width: 450px){     
    /* .navBar svg{
        width: 250px;
    } */
}
