/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');*/
video::-webkit-media-controls-panel {
 background-image: linear-gradient(transparent, transparent); !important;
 /*display: none;*/
}
/*.error{
    color: #ff0000;
}*/
.success-message,
.error-message{
    display: none;
}
label{
    font-weight: normal!important;
}
.mid-center{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
img.mid-center{
    max-width: 90%;
}
.nxvideo{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    cursor: pointer;
}
.nxvideo img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
}
.nxvideo iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
body{
    color: #1A1B1B;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

ol.type1{
    padding-left: 20px;
    list-style: none;
}
ul.type1{
    padding-left: 5px;
}
ul.type1 li{
    margin: 7px 0 7px;
    padding: 16px 0 16px 55px;
    list-style: none;
    background-image: url('../img/icons/graduation-cap.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
}

a,
a:hover,
a:focus{
    color: initial;
    text-decoration: none;
    outline: 0;
    color: #005AAB;
}
section{
    padding: 40px 10px;
}
section.type1{
    padding: 20px 10px 40px;
}

section#home{
    /*padding: 130px 10px;*/
    padding: 0;
}
.btn-primary{
    background-color: #005AAB;
    border-color: #005AAB;
}

.nxbtn,
.nxbtn:hover,
.nxbtn:focus{
    background-color: #005AAB;
    color: #ffffff;
}

.text1 {
    color: #ffffff!important;
}
.text2{
    color: #033867; /* Dark Blue 3, 56, 103 (#033867) – for all headings*/
}
.text3{
    color: #005AAB; /* Light blue 0, 90, 171 (#005AAB) – all buttons, icons and focal elements*/
}
.text4{
    color: #404040; /* Charcoal 64, 64, 64 (#404040) - footer*/
}
.text5{
    color: #F6F6F6; /* Grey 246, 246, 246 (#F6F6F6) - header*/
}

.bg1{
    box-shadow: 0px 0px 30px 20px rgba(124,137,142,.15);
    overflow-x: hidden;
    z-index: 1;
}

header{
    background-color: #F6F6F6;
    padding: 20px 0;
    border-bottom: 4px solid #005AAB;
}
header .container{
    position: relative;
}
.menu-hamburger {
    position: absolute;
    bottom: 0px;
    right: 15px;
}
.menu-hamburger #header_menu_link {
    padding: 5px 15px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.menu-hamburger #header_menu_link img{
    width: 28px;
}
.nxheading{
    color: #033867;
    margin-bottom: 40px;
    font-weight: bold;
}

.logo-wrapper{
    display: inline-block;
}
.logo-wrapper img{
    max-width: 90%;
    width: 200px;
}
.nx_nav{
    float: right;
    display: inline-block;

    margin-right: 60px;
}
.nx_nav_inner ul{
    display: inline-block;
    margin-bottom: 0;
}
.nx_nav_inner ul li{
    display: inline-block;
}
.nx_nav_inner ul li:not(last-child){
    /*margin-right: 15px;*/
    margin-left: -5px;
    border-right: 1px solid #dfdfdf;
}
.nx_nav_inner ul li:last-child{
    border-right: 0;
}

.nx_nav_inner ul li a{
    display: block;
    padding: 10px 0;

    font-weight: bold;
    padding: 5px 15px;
}

.nx_nav_inner ul li a:hover{
    background: #005AAB;
    color: #ffffff;
}



.nx_nav_main{
    position: fixed;
    top: 0;
    left: -300px;
    background-color: #005AAB;
    width: 225px;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
    z-index: 100;
    box-shadow: 0 0 10px #000000;
    transition: all 0.5s ease;
}
.nx_nav_main.mobile{
    display: none;
}
.nx_nav_main.open{
    left: 0;
    transition: all 0.5s ease;
}
.nx_nav_main > ul{
    padding: 0;
}
.nx_nav_main > ul span > li{
    list-style: none;
    margin-left: -5px;
    margin-bottom: 20px;
}
.nx_nav_main > ul span > li > a{
    display: block;
    color: #ffffff;
    padding: 0 5px;
}
.nx_nav_main > ul span > li > a:hover{
    background-color: #ffffff;
    color: #005AAB;
}
.nx_nav_main > ul > li{
    list-style: none;
    color: #ffffff;
    margin-bottom: 20px;
}
.nx_nav_main > ul > li > ul {
    padding-left: 30px;
}
.nx_nav_main > ul > li > ul > li a{
    display: block;
    color: #ffffff;
    padding: 0 5px;
}
.nx_nav_main > ul > li > ul > li a:hover{
    background-color: #ffffff;
    color: #005AAB;
}



.nx_nav_main.desktop{
    background: #005AAB;
    padding: 0 25px;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 0;
    box-shadow: none;
    overflow-y: hidden;
    z-index: 101;
    transition: height 1s;
    transition: all 0.5s ease;
}
.nx_nav_main.desktop.open{
    padding: 20px 25px;
    height: 250px;
    transition: height 1s;
    transition: all 0.5s ease;
    box-shadow: 0 7px 15px #222;
}
.nx_nav_main.desktop > div{
    width: 30%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}
.nx_nav_main.desktop h3{
    margin: 0 0 20px;
    font-weight: normal;
}
.nx_nav_main.desktop ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nx_nav_main.desktop ul li{
    list-style: none;
    margin-bottom: 5px;
}
.nx_nav_main.desktop ul li a{
    color: #ffffff;
    display: block;
}
.nx_nav_main.desktop ul li a:hover{
    text-decoration: underline;
}



.menu-icon{
    width: 30px;
    height: 22px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menu-icon span{
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #033867;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menu-icon span:nth-child(1) {
    top: 0px;
}
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
    top: 9px;
}
.menu-icon span:nth-child(4) {
    top: 18px;
}
.menu-icon.open span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}
.menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-icon.open span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

section.links{
    padding: 0;
}
/*
section.links .row > div:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
*/
section.links a{
    display: inline-block;
    padding: 20px;
    border: 2px solid;
    border-radius: 10px;
    max-width: 250px;
    /*max-width: 180px;*/
    margin: 20px;
    transition: all 0.3s ease;
    width: 80%;
    font-weight: bold;
    font-size: 20px;
}
section.links a:hover{
    background-color: #005AAB;
    color: #ffffff;
    transition: all 0.3s ease;
}

.client{
    /*width: 24%;
    position: relative;
    display: inline-block;
    padding: 1%;*/
    position: relative;
    display: inline-block;
    height: 130px;
    max-width: 100%;
    margin: 20px;
}
.client img{
    /*width: 100%;
    max-width: 70%;*/
    max-width: 100%;
    max-height: 100%;
}

.supporter{
    border-bottom: 1px solid #ffffff;
    /*padding: 40px 0 10px;*/
    padding: 15px 0 15px;
}
.supporter p{
    margin: 0;
}
.supporter hr{
    /*margin-top: 60px;*/
    margin: 25px 0 0;
}

.in-press img{
    max-height: 90px;
    margin-bottom: 15px;
}

footer {
    background-color: #211F20;
    color: #fff;
    padding: 20px 20px 5px;
    font-size: 13px;
}

footer ul {
    padding: 0 0 0 15px;
}
footer ul li {
    margin: 5px 0;
}
footer ul li a {
    display: inline-block;
    color: #fff;
}
footer ul li a:hover {
    /*color: #005AAB;*/
    color: #ffffff;
    text-decoration: underline;
}

footer .social a{
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
footer .social img{
    height: 30px;
}

.nxservice{
    margin: 40px 0px;
}
.nxservice-icon{
    display: inline-block;
    border: 5px solid;
    padding: 30px 30px 0;
    border-radius: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 10px 15px #aaa;
    background-color: #005aab;
}
.nxservice-icon h3{
    margin-top: 10px;
    color: #ffffff;
    font-size: 20px;
}
.nxservice-icon img{
    transition: all 0.5s ease;
    /*max-width: 140px;*/
    max-width: 110px;
    margin: auto;
}
.nxservice-icon img.reveal{
    position: absolute;
    opacity: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.nxservice-icon:hover {
    transform: translate(0px,10px);
    transition: all 0.5s ease;
    box-shadow: none;
    background-color: #ffffff;
}
.nxservice-icon:hover h3{
    color: #005aab;
}

.nxservice-icon:hover img.reveal{
    opacity: 1;
}


/* signup form css */


.divtable{
    display: table;
    width: 100%;

}
.divtablecell{
    display: table-cell;
    width: 48%;
    padding: 20px;
}
.divtablecell:first-child{
    background-color: #005AAB;
    color: #fff;
    font-size: 125%;
    vertical-align: middle;
}

#home .divtablecell:first-child{
    vertical-align: middle;
    width: 35%;
}
#home .divtablecell:last-child{
    padding: 50px 10px;
    vertical-align: middle;
    width: 65%;
}

section#signup{
    padding: 0;
}
.nx_signup{
    padding: 20px;
}

.nx_signup form ::placeholder{
  color: #ffffff;
  opacity: 0.7;
}
.nx_signup form :-ms-input-placeholder{
  color: #ffffff;
}
.nx_signup form ::-ms-input-placeholder {
  color: #ffffff;
}

.nx_signup form input,
.nx_signup form textarea{
    background: transparent;
    box-shadow: none!important;
    color: #fff;
}
.nx_signup form label{
    font-size: 14px;
}

/* signup form css ends */

.features > div{
    position: relative;
    padding: 20px 20px 20px 40px;

    background-position: top left;
    background-repeat: no-repeat;
    min-height: 180px;
}
.features > div:nth-child(1){
    background-image: url('../img/icons/1.svg');
}
.features > div:nth-child(2){
    background-image: url('../img/icons/2.svg');
}
.features > div:nth-child(3){
    background-image: url('../img/icons/3.svg');
}
.features > div:nth-child(4){
    background-image: url('../img/icons/4.svg');
}

/*.press_items img{
    max-height: 100px;
    }*/

    .legal-area-nav{
        margin: 0 0 25px 0;
        padding: 0;
        list-style: none;
        font-size: 13px;
    }
    .legal-area-nav li a{
        display: block;
        background: #efefef;
        color: #000000;
        padding: 10px 25px;
        margin-bottom: 2px;
        border-left: 3px solid #efefef;
        transition: all 0.5s ease;
    }
    .legal-area-nav li a:hover,
    .legal-area-nav li a.active{
        border-color: #005AAB;
        color: #005AAB;
        transition: all 0.5s ease;
    }
    .legal-area-nav ul{
        display: none;
    }
    .legal-area-nav > li.open ul{
        display: block;
    }

    .right-gutter{
        font-size: 15px;
        background: #efefef;
        padding: 20px;
    }
    .download-panel{
        font-size: 14px;
        background: #efefef;
        padding: 20px;
        margin-bottom: 30px;
    }
    .download-panel a{
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 10px;
    }
    .download-panel a:before{
        position: absolute;
        content: '';
        background-image: url('../img/icons/graduation-cap.png');
        background-size: 20px;
        background-repeat: no-repeat;
        height: 20px;
        width: 20px;
        left: 0;
    }
    .download-panel img{
        width: 20px;
        margin-right: 10px;
    }

    .disclaimer{
        font-size: 13px;
        padding: 20px 20px 15px;
        background: #efefef;
    }

    .video-links{
        margin-top: 60px;
    }
    .video-links a{
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        margin: 10px 0;
    }

    .nxthumb{
        float: left;
        margin-right: 10px;
    }
    .nxthumb img{
        width: 100px;
    }



    .panel-default > .panel-heading .panel-title {
        font-weight: normal;
        line-height: 1;
    }
    .panel-default > .panel-heading {
        border-radius: 0;
        position: relative;
        border-color: #eaeaea;
        /*padding: 15px 40px 15px 15px;*/
        padding: 0;
        background: #fff;
    }
    .panel-default > .panel-heading span::after {
        font: 11px/1 FontAwesome;
        content: "\f068";
        position: absolute;
        right: 15px;
        top: 18px;
        color: #9e9e9e;
    }
    .panel-default > .panel-heading span.collapsed::after {
        content: "\f067";
    }
    .panel-default .panel-title span{
        display: block;
        cursor: pointer;
        padding: 15px 40px 15px 15px;
    }

    .legal-area-nav-wrapper,
    .right-gutter {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 10px;
    }
    
    #play-icon{
        display: none;
    }

    @media (max-width: 767px){
        section#home{
            padding: 40px 10px;
        }
        .nx_nav_main.desktop{
            display: none;
        }
        .nx_nav_main.mobile{
            display: block;
        }
        .nxservice{
            margin: 10px 0;
        }
        .supporter > div:first-child{
            margin-bottom: 20px;
        }
        .divtablecell{
            width: 100%!important;
            display: block;
        }
        .legal-area-nav-wrapper,
        .right-gutter {
            position: relative;
        }
    }

    @media (max-width: 990px){
        .nx_nav_main.desktop{
            top: 88px;
        }
    }
    @media (min-width: 768px){
        video::-webkit-media-controls-panel {
            background-image: linear-gradient(transparent, transparent); !important;
            display: none;
        }
        #play-icon{
            display: block;
        }
    }