@charset "UTF-8";
@font-face{ 
	font-family: 'OpenSans';
	src: url('OpenSans-Regular.eot');
	src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
	     url('opensans-regular-webfont.woff') format('woff'),
	     url('OpenSans-Regular.ttf') format('truetype');
}

@font-face{ 
	font-family: 'OpenSansBold';
	src: url('OpenSans-Bold.eot');
	src: url('OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('opensans-bold-webfont.woff') format('woff'),
	     url('OpenSans-Bold.ttf') format('truetype');
}

body{
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-image:url("../images/bkg.png");    
}

:focus{
    outline:none;
}
input{
    padding:0;
    margin:0
}
h1{
    font-family: "OpenSans", "OpenSans_IE", "OpenSans_IE2";
    color:#00569D;
    font-size: 2.5rem;
    letter-spacing: -0.056px;
    line-height: 3px;
}
a{
    color:#24A55F;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
#logo{
    position: absolute;
    left:6.25rem;
    top:0.625rem;
    width: 10.313rem;
    height:6.063rem;
}
#pi_isi_links{
    position: absolute;
    left:1.75rem;
    top:1.25rem;
}
#pi_isi_links li a{
    font-family:"OpenSans", "OpenSans_IE", "OpenSans_IE2";
    font-size:0.875rem;
    line-height: 2rem;
    font-weight: bold;
    text-decoration: none;
    color:#FFFFFF;
}
#pi_isi_links li a:hover{
    text-decoration: underline;
}
#msg{
    position: absolute;
    top:17.938rem;
    left:6.25rem;
}
#msg p{
    margin-top: 2.375rem;
    font-family:"OpenSans", "OpenSans_IE", "OpenSans_IE2";
    font-size:1.25rem;
    line-height: 1.875rem;
    font-weight: normal;
    text-decoration: none;
    color:#000000BF;
    width: 100%;
    max-width: 20rem;
    min-width: 20rem;
}

#form{
    margin-top:10.938rem;
    margin-left:0rem;
    width: 20.625rem;
    padding-left:1.25rem;
    height: 31.563rem;
}
.form_title, #isi .form_title{  
    font-family: "OpenSans", "OpenSans_IE", "OpenSans_IE2";
    font-size: 1.2rem;
    font-weight: bold;
    color:#00569D;
}
.form_subhead{
    font-family: "OpenSans", "OpenSans_IE", "OpenSans_IE2";
    font-size: 0.875rem;
    font-weight: normal; 
    color:#000000BF;
    margin-bottom:0.625rem;
}
#formTitle{
    margin-bottom:1.063rem;
}

.inputWrapper{
    position: relative;
    margin-bottom: 1.25rem;
}


input[type=text]
{
    font-family: "OpenSans";        
    font-size: 0.875rem;
    line-height: 1.875rem;
    border-top:none;
    height: 1.875rem;
    border-left:none;
    border-right:none;
    background-color:transparent;
    border-bottom:solid 0.125rem #24a55f;    
    width: 19.125rem;
    color: #00569D;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type=text]:focus{
    color:#000000BF;
    border-bottom:solid 0.125rem #00569D; 
}

input:-internal-autofill-selected{
    background-color: transparent;
}

label{
	font-family: "OpenSans"; 
	font-size: 0.875rem;
	position: absolute;
	z-index: 10;
	display: block;
	visibility: hidden;
	width: 19.313rem;
	transition: top .1s linear,font-size .1s linear,color .1s linear,left .1s linear;
}
label.active{
	top:-0.438rem;
	font-size: 0.625rem;
	font-weight: normal;
	color:#00569D;
	visibility: visible;
}
label.error{
	color: #FF0004;
	display:none;
	top:1.75rem;
	visibility: visible;
	font-size: 0.625rem;
	font-weight: normal;
}
ul#selectRole{    
    width: 19.125rem;
    color:#00569D;
    list-style-type: none;
    height: 7.5rem;
    position: absolute;
    top:0.625rem;
    left:0;
    background-color: #e2f6f9;
    z-index: 500;
    outline: none;    
    padding: 0;
    display:none;
    font-family: "OpenSans";
    font-size: 0.875rem;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 3px 3px;        
}

ul#selectRole li{
    height: 1.875rem;
    line-height: 1.875rem;
    padding-left:0.625rem;
}


ul#selectRole li:hover{
    background-color:#00569D;
    color:#FFFFFF;
}

#btnSubmit{
    font-family: "OpenSansBold";        
    font-size: 0.875rem;
    text-align: center;
    line-height: 2.5rem;
    font-weight: bold;
    height: 2.5rem;
    width: 7.813rem;
    display: block;
    margin-left: 5.875rem;
    margin-top:3.263rem;
    background: transparent linear-gradient(180deg, #24A55F 0%, #005E2C 100%) 0% 0% no-repeat padding-box;      
    border: none;
    border-radius:0.25rem;
    cursor: pointer;
    color:#FFFFFF;
}
a#btnSubmit:hover, a#btnHome:hover{
    background: transparent linear-gradient(180deg, #24A55F 0%, #0084CA 3%, #00428B 100%) 0% 0% no-repeat padding-box;
    text-decoration: none;
}
span.chevron{
    display: block;
    position: absolute;
    top:0.313rem;
    right:0.75rem;
    z-index: 495;
    cursor: pointer;
}
.chevron::before {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	content: '';
	display: inline-block;
	height: 0.65em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.65em;
    border-color: #24A55F;
}
.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}
#isi{
    width: 44.875rem;
    margin-left:6.25rem;
    height: auto;
    padding-top:1.875rem;
    padding-bottom:2.813rem;
}
#isi p, #isi ul li{
    font-family: "OpenSans", "OpenSans_IE", "OpenSans_IE2";
    font-size: 0.875rem;
    font-weight: normal;
    color:#000000BF; 
    margin-top:0px;
    line-height: 1.375rem;
    margin-bottom: 0.313rem;
}
#isi p.bold{
    font-family: "OpenSansBold";
    font-size: 0.875rem;
}
#isi ul{
    list-style-type: disc;
    list-style-position:outside;
}
#isi ul li{
    margin-left: 1.875rem;
    padding-left:0.625rem;
}

#isi sup{
    font-size: 0.5rem;
    position: relative;
    top:-0.25rem;
}
#footer_wrapper{ 
    background-color: #FFFFFF;  
    margin-left: auto;
    margin-right: auto;
    padding-top:2.813rem;
    position: relative;
    height: 4.063rem;
    width: 100%;
    max-width: 84.75rem;
    min-width: 57.5rem;
}

.copyright{
    font-family: "OpenSans";
    font-size: 0.75rem;
    font-weight: normal;     
    color: #000000BF;
    position: absolute;
    bottom:-5rem;
    left:0;
    z-index: 800;
}
#evoke_logo{
    position: absolute;
    bottom:-5.625rem;
    right:0;
    z-index: 300;
}
.mobile_only{
    display: none;
}
.desktop_only{
    display: inline-block;
}  
@media  (max-width: 62rem)    
 { 
    body{
        background-image:url("../images/bkg_m.png");
    }  
    h1{
        text-align: center;
    }
    .container {
        width: 23.438rem;
        min-width: 23.438rem;
        overflow: hidden;
        height: auto;
    }
     
    #logo{
        left:1.563rem;
        top:0.5rem;
        width: 8.438rem;
        height: 4.938rem;
    }
    #pi_isi_links{
        top:-3.688rem;
        left:12.375rem;
        width: 12.5rem;
        font-size: 0.313px;
    }
    #pi_isi_links li{
        margin-bottom: 0.438rem;
    }
    #pi_isi_links li a{
        line-height: 1.063rem;
    }
    #msg{
        margin-top:-4.063rem;
        position: relative;
        left: 0px;
    }    
    #msg p {
        margin-top: 1.25rem;
        max-width: 21.25rem;
        width: 100%;
        text-align: left;
        margin-left:0.875rem;
        line-height: 1.688rem;  
    }    
    
    #form{
        margin-top:24.375rem;
        margin-left:0rem;
        height: 32.188rem;
    } 
    input[type="text"] {
        width:19.313rem;
        padding:0;
        border-radius: 0;
        -webkit-appearance: none;
        height: 1.75rem;
        line-height: 1.5rem;
    } 
          
    body #btnSubmit{
        margin-left:5.875rem;
    }         
    #isi{
        padding-left:1.688rem;
        padding-right:1.063rem;
        padding-bottom: 1.25rem;
        width: 20.625rem;
        margin-left:0;
        background-color: #F5F5F5;
    }     
     #footer_wrapper{
         width: 23.438rem;
         min-width: 23.438rem;
         padding-bottom: 1.25rem;
         height: auto;
         display: none;
     }
  
     #footer_m{
         background-color: #FFFFFF;
         width:23.438rem;
         height: 13.438rem;
     }
    
    .copyright{  
        position: relative;
        margin-left:0;
        text-align: center;
        bottom:-3.125rem;
    }
    .mobile_only{
        display: inline-block;
    }
    .desktop_only{
        display: none;
    }     
    #evoke_logo{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        left:8.125rem;
        top:4.688rem;
    }
}



