/*--
Author: DesignMaz
Author URL: https://www.designmaz.net
License URL: https://www.designmaz.net/licence/
--*/


/* start editing from here */
html,body,div,span,applet,object,iframe,

h1,
h2,


h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/



/*--login form start here--*/ 
@font-face {
    font-family: 'AvenirNext-Regular';
    font-weight: normal;
        font-style: normal;
        font-variant:normal;
    src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNext-UltraLight';
    font-weight: normal;
        font-style: normal;
        font-variant:normal;
    src: url('../fonts/AvenirNext-UltraLight.ttf') format('truetype');
}


body {
    background-image: url('../images/laddero2.jpg');
	font-family: 'AvenirNext-Regular';
    src: url("../fonts/AvenirNext-UltraLight.ttf");
	font-size: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#logo-image{
    margin-left:48%;
    width: 45%;
    margin-bottom: 10px;
    margin-top: 10px;
}


.logo-top h1 {
    font-size: 100%;
    color: #fff;
    text-align: center;
    font-family:"AvenirNext-Regular";
    margin-left: 5px;
    margin-top: 10px;
}

.logo-bottom {
    margin-top: 25%;
}

.logo-bottom h2{
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: 'AvenirNext-Regular';
    margin-left: 3%;
    margin-right: 3%;
}

.head {
    width: 55%;
    margin: 12.5% auto 0;
    background: #fff; 
    box-shadow: 2px 2px 10px #374140;
}

.logo {
    width: 40%;
    float: left;
    background:#0069A6;
    padding: 11.57% 0;
    height:300px;
}

/* --------------------- login ---------------------  */


.login {
    width: 60%;
    height:auto;
    float: right;
    padding: 2% 0;
	background:#fff;
    height:475px;
}
.login input[type="text"], .login input[type="password"] {
    outline: none;
    font-size: 16px;
    color: #1E1E20;
    padding: 15px 30px 5px 10px;
    margin: 0;
    width: 60%;
    border: none;
    border-bottom: 2px solid #cecfd3;
    -webkit-appearance: none;
    display:block;
}

.login label[for="sel1"] {
    outline: none;
    font-size: 16px;
    font-weight:400;
    padding: 15px 30px 5px 10px;
    margin: 0;
    width: auto;
    display: inline-block;
}

#selectSchool{
    outline: none;
    font-size: 16px;
    font-weight:400;
    padding: 15px 30px 5px 10px;
    margin: 0;
    width: auto;
    display: inline-block;
}


.login-top {
    padding: 2px 25px;
    margin-top: 3%;
}
.submit{
	float:right;
}

.login-top p{
    padding-left:8px;
    padding-bottom: 5px;
    font-weight:100;
    font-size:14px;
    font-family:"AvenirNext-Regular";
    font-weight:300;
    color:#2C3E50;
}

.login-bottom ul{
	padding:0;
	float:right;
}
.login-bottom ul li{
	list-style:none;
	display:inline-block;
	vertical-align: middle;
	margin-left: 16px;
}
.login-bottom ul li p{
	color:#b7b9c6;
	font-size:15px;
}
.login-bottom ul li span{
	background:url(../images/social.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
}
.login-bottom ul li span:hover{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	opacity: 0.4;
    filter: alpha(opacity=40);
}

.login-bottom {
    margin-top: 1%;
}
.login-bottom1{
	margin-top: 12%;
}

#sign_up_form{
    font-family:"AvenirNext-Regular";
    font-weight:400;
    color:#9EA6A2;
    padding-top:5px;
    padding-right: 20px;
}





/*  --------------------- submit  --------------------- */
.submit input[type="button"] {
    font-size: 13px;
    color: #fff;
    background: #E67E22;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 8px 13px;
    font-family: 'AvenirNext-Regular';
}
.submit input[type="button"]:hover{
	background:#2C3E50;
	color:#fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

/******** SAP ************/
.sap_tabs{
	clear:both;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding-left: 5%;
    text-align: left;
}
.resp-tab-item {
    color: #d8dcdf;
    font-size: 18px;
    font-family:'AvenirNext-Regular';
    cursor: pointer;
    padding: 0px 0px;
    display: inline-block;
    margin: 0;
    text-align: left;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 0 2px;
}
.resp-tab-active {
    text-shadow: none;
    color: #F5A623;
    font-family: 'AvenirNext-Regular';
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 2px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.resp-tab-item label{
	margin-right:8px;
}
/*-----------------*/
.account ul {
    padding: 0;
    width: 17%;
    margin: 1% auto 0;
}
.account ul li{
	list-style:none;
	display:inline-block;
}
.account ul li p {
    font-size: 16px;
    font-weight:500px;
    color: rgba(255, 255, 255, 0.65);
}
.account ul li p a{
	color:#fff;
}
.account ul li p a:hover{
	color:#44c7f4;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.account ul span {
    margin-left: 23px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
.account ul li:nth-child(1){
	float:left;
}
.account ul li:nth-child(3){
	float:right;
}
.footer {
    text-align: center;
    margin-top: 10%;
}
.footer p{
	font-size:16px;
	color:#fff;
}
.footer p a{
	color:#fff;
}
.footer p a:hover{
	text-decoration:none;
	color:#44c7f4;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



/* --------------------- Research ---------------------  */

.research {
    width: 100%;
    float: left;
    padding: 8.5% 0;
    height:350px;
    background: rgba(216,216,216,.9);
}

.research_text{
    margin-left: 30px;
}

#research_logo{
    margin-left:65%;
    width: 30%;
    margin-bottom: 20px;
    margin-top: 0px;
}

#research_text{
    font-family: "AvenirNext-Regular";
    font-weight: 500;
    color:#2C3E50;
}

#research_text_strong{
    font-family: "AvenirNext-Regular";
    font-weight: 600;
    color:#2C3E50;
}

.continue input[type="button"] {
    font-size: 13px;
    color: #fff;
    background: #E67E22;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    padding: 10px 13px;
    margin-left:75%;
    font-family: 'AvenirNext-Regular';
}
.continue input[type="button"]:hover{
    background:#2C3E50;
    color:#fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

#research_radio{
    outline:none;
    font-family: "AvenirNext-Regular";
    font-size:16px;
    font-weight:400;
    padding: 12.5px 30px 5px 10px;
    width:auto;
}

#research_questions{
    outline:none;
    font-family: "AvenirNext-Regular";
    font-size:16px;
    font-weight:400;
    padding: 12.5px 30px 10px 10px;
    width:auto;
}


/*--meadia-quiries-start-here--*/
@media(max-width:1440px){
.logo {
    padding: 11.57% 0;
    width: 40%;
}
.account ul span {
    margin-left: 22px;
}
.account ul {
    width: 19%;
}
.login input[type="text"], .login input[type="password"] {
    width: 88.4%;
}
}
@media(max-width:1366px){
.logo-top h1 {
    font-size: 100%;
}
.head {
    width: 52%;
	margin: 10.5% auto 0;
}
.logo-top {
    margin-top: 1.1%;
}
.footer {
    margin-top: 6%;
}
.logo {
    padding: 11.57% 0;
    width:40%;
}

.continue input[type="button"] {
    margin-left: 66.5%;
}
.login input[type="text"], .login input[type="password"] {
    width: 88.3%;
}
.research {
    width: 100%;
    height:auto;
    background: rgba(216,216,216,.9);
}

}
@media(max-width:1280px){
.logo-top h1 {
    font-size: 100%;
}
.login input[type="text"], .login input[type="password"] {
    font-size: 15px;
    padding: 18px 27px 10px 10px;
}
.submit input[type="submit"] {
    font-size: 12px;
}
.login-bottom ul li {
    margin-left: 9px;
}
.continue input[type="button"] {
    margin-left: 70%;
}

.logo{
    width:40%; 
    height:300px;
}
section.sky-form {
    margin-left: 10%;
}
.sky-form .radio {
    font-size: 15px;
    font-family:"AvenirNext-Regular";
    font-weight:300;
}
.account ul {
    width: 21.38%;
}
.footer {
    margin-top: 11%;
}
.head {
    margin: 11.5% auto 0;
}
}
@media(max-width:1024px){

.logo{
    height:300px;
}
.logo-top h1 {
    font-size: 100%;
}
.head {
    margin: 16% auto 0;
    width: 65%;
}
.login-bottom ul li {
    margin-left: 3px;
}

.continue input[type="button"] {
    margin-left: 70%;
}
section.sky-form {
    margin-left: 13.5%;
}
.account ul {
    width: 26.38%;
}
.footer {
    margin-top: 14%;
}
}
@media(max-width:768px){
.head {
    margin: 23% auto 0;
    width: 80%;
}
.submit input[type="submit"] {
    padding: 4px 13px;
}
.logo-top h1 {
    font-size: 100%;
}
.login input[type="text"], .login input[type="password"] {
    font-size: 14px;
    padding: 16px 23px 10px 10px;
}
.login-bottom ul li p {
    font-size: 14px;
}
.login-bottom ul li span {
    width: 31px;
    height: 31px;
    background-size: 300%;
}
.login-bottom ul li span.twit {
    background-position: -31px 0px;
}
.login-bottom ul li span.google {
    background-position: -62px 0px;
}
.account ul {
    width: 35%;
}
.account ul span {
    margin-left: 20px;
}
.footer p {
    font-size: 15px;
}
.footer {
    margin-top: 23%;
}
}
@media(max-width:640px){
.logo-top h1 {
    font-size: 100%;
}
.login input[type="text"], .login input[type="password"] {
    width: 87.6%;
}
section.sky-form {
    margin-left: 10%;
}
.login-top {
    padding: 0px 20px;
    margin-top: 3%;
}
.submit input[type="submit"] {
    font-size: 11px;
    padding: 4px 11px;
}
.login-bottom ul li p {
    font-size: 13px;
}
.login-bottom ul li span {
    width: 29px;
    height: 29px;
}
.login-bottom ul li span.twit {
    background-position: -29px 0px;
}
.login-bottom ul li span.google {
    background-position: -58px 0px;
}
.login-bottom ul li {
    margin-left: 1px;
}
.head {
    margin: 29% auto 0;
    width: 87%;
}
.sky-form .radio {
    font-size: 14px;
    font-family: "AvenirNext-Regular"
    font-weight:500;
}

.continue input[type="button"] {
    margin-left: 60%;
}

.sky-form .radio i {
    width: 9px;
    height: 9px;
}
.sky-form .radio {
    padding-left: 18px;
}
.login-bottom {
    margin-top: 15.7%;
}
.account ul {
    width: 42%;
	margin: 2.5% auto 0;
}
.footer {
    margin-top: 37%;
}
/*.login input.name {
    background: url(../images/l1.png) no-repeat 98% 60%;
    background-size: 5%;
}*/
.login input.email {
    background: url(../images/l2.png) no-repeat 98% 60%;
	background-size: 5%;
}
.login input.password {
    background: url(../images/l3.png) no-repeat 98% 60%;
	background-size: 5%;
}
}
@media(max-width:480px){
.logo {
    padding: 11.57% 0;
    width: 100%;
}
.submit input[type="submit"] {
    font-size: 12px;
}
/*.login input.name {
    background: url(../images/l1.png) no-repeat 99% 60%;
    background-size: 4.5%;
}*/
.login input.email {
    background: url(../images/l2.png) no-repeat 99% 60%;
	background-size: 4.5%;
}
.login input.password {
    background: url(../images/l3.png) no-repeat 99% 60%;
	background-size: 4.5%;
}
.logo-bottom {
    margin-top: 4.5%;
}

.continue input[type="button"] {
    margin-left: 50%;
}

section.sky-form {
    margin-left: 27%;
}
.login {
    width: 100%;
    padding: 8% 0;
}
.login-bottom {
    margin-top: 12.7%;
}
.account ul {
    width: 57.8%;
    margin: 3.5% auto 0;
}
.footer {
    margin-top: 14%;
}
.footer p {
    font-size: 14px;
}
.head {
    margin: 20% auto 0;
}
}
@media(max-width:320px){
.logo-top h1 {
    font-size: 100%;
}
section.sky-form {
    margin-left: 14%;
}
/*.login input.name {
    background: url(../images/l1.png) no-repeat 98.5% 60%;
    background-size: 5%;
}*/
.login input.email {
    background: url(../images/l2.png) no-repeat 98.5% 60%;
	background-size: 5%;
}
.login input.password {
    background: url(../images/l3.png) no-repeat 98.5% 60%;
	background-size: 5%;
}
.sky-form .radio {
    font-size: 13px;
    margin-bottom: 4px;
}
.resp-tab-item {
    font-size: 16px;
    font-family: 'AvenirNext-Regular';

}
.login input[type="text"], .login input[type="password"] {
    font-size: 11px;
    padding: 15px 17px 6px 10px;
}
.account ul li p {
    font-size: 12px;
}
.account ul span {
    margin-left: 15px;
}
.account ul {
    width: 80%;
    margin: 4% auto 0;
}
.footer p {
    line-height: 1.6em;
}
.login-bottom ul li p {
    font-size: 12px;
}
.login-bottom ul li span {
    width: 25px;
    height: 25px;
}
.login-bottom ul li span.google {
    background-position: -50px 0px;
}
.login-bottom ul li span.twit {
    background-position: -25px 0px;
}
.head {
    margin: 15% auto 0;
}
.submit input[type="submit"] {
    font-size: 11px;
    padding: 3px 11px;
}
}
/*--meadia-quiries-end-here--*/