﻿.input-date {
    width: 100%;
}

/* For mobile : like samsung grand(480 * 800): */
@media screen and (min-width : 480px){
    .input-date {
        width: 100%;
        height: 40px;
    }
}


/* For iphone: */
@media screen and (min-width : 320px){
    .input-date {
        width: 100%;
        height: 40px;
    }
} 


/* For ipad: */
@media screen and (min-width : 768px){
     .input-date {
        width: 100%;
        height: 40px;
    }
} 

@media screen and (min-width : 768px) and (orientation: landscape){
     .input-date {
        width: 100%;
        height: 40px;
        border: 1px solid #20487b;
    }
} 

input[type="radio"]{
    -webkit-appearance: radio;
}

input[type="text"]{
     -webkit-appearance:none;
}

.section{
}

.grad-outer{
    padding-top: 114px;
    text-align: left;
}
.grad-outer.second{
    padding-top:100px;
}
.grad-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #00305c;
}
.grad-body{
    padding-top: 25px;
    max-width: 280px;
    font-weight: 400;
    font-size: 15px;
    
}
.grad-image{
    float: right;
    margin-right: 60px;
}
.grad-image img{
    max-width: 270px;
    width: 100%;
}
.grad-body ul{
    list-style: none;
    margin: 0;
    padding-left: 35px;
    list-style-position: inside !important;
}
.grad-body ul li:before{
    font-family: FontAwesome;
    content:"\f00c";
    display: inline-block;
    position: absolute;
    left: 12px;
    clear: both;
}
.grad-body li{
    padding-bottom: 8px;
}
.apply-box-grad{
    padding-top: 130px;
}
.apply-box-intern{
    padding-top: 100px;
}
.service-tile-image img{
    
    
}
.grad-form{
    padding-top: 50px;
}
.grad-input-block{
    padding-top: 30px;
}
.grad-input-block.radio-block{
    padding-top: 50px;
}
.grad-form-inner{
    width: 50%;
    text-align: left;
    margin: 0 auto;
}
.grad-form input[type=text]{
    height: 45px;
    margin-top: 15px;
    border: 1px solid #20487b;
    padding-left: 15px;
}
.grad-form select{
    height: 45px;
    margin-top: 15px;
    border: 1px solid #20487b;
}
.radio-no, .radio-yes{
    width: 50px;
    display: inline-block;
}
.radio-no input[type=radio], .radio-yes input[type=radio]{
    margin-right: 5px;
}
.radio-no:after{
    display: table;
    content: "";
    clear: both;
    height: 1px;
    width: 100%;
}

/*----------------------------*/


.Inline{
    display: table-cell;
    vertical-align: middle;
    /* width: 100%; */
    max-width: 100%;
    text-align: center;
    width: 33.333333333%;
    margin: 0 auto;
}
.service-tiles{
    
    text-align: center;
}
.service-tile-title{
    font-size: 16px;
    font-family: "fira sans", sans-serif;
    line-height: 24px;
    color: #20487b;
    font-weight: 700;
}
.service-tile{
    text-align: center;
    padding-top: 92px;
}
.service-tile-image img{
    width: 62px;
}
.service-tile-image{
    min-height: 62px;
    vertical-align: middle;
    width: 100%;
}

.service-tile-body{
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    line-height: 24px;
    color: #00305c;
    font-weight: 400;
}

.service-tiles:after{
  display: table;
  content: "";
  clear: both;
}
input[type=file], .input-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.file-upload{
    width: 100%;
    min-height: 45px;
    border: 1px solid #20487b;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}
.file-upload:hover{
    color: #fff;
    background-color: #20487b;
    border-color: #20487b;
}
.file-upload.invalid-type:hover, .file-upload.invalid-type:hover:after{
    color: #fff;
    border-color: #20487b;
}
.file-upload:after{
    position: absolute;
    content: "\f016";
    font-family: "FontAwesome";
    right: 18px;
    top: 15px;
}
.file-upload.added.valid-type:after{
    content: "\f00d";
}
.file-upload.invalid-type:after{
    content: "\f00d";
    color: red;
}
.file-upload.invalid-type{
    color: red;
    border-color: red;
}
.file-upload.added.valid-type{

}

label.file-upload .ValidationMessage{
    position: absolute;
    display: none;
    top:  100%;
    left: 0;
    width: 100%;
}
label.file-upload.invalid-type .ValidationMessage{
    display: block;
}
.file-upload .ValidationMessage{
    
}
@media screen and (max-width:768px){
    .careers, .grad-form-inner{
        max-width: 100%;
        width: 100%;
    }
    .grad-image{
        float: none;
        width: 50%;
        margin: 0 auto;
    }
    .grad-body{
        width: 100%;
        float: none;        
        max-width: 100%;
    }
    .grad-title{
        padding-top: 40px;
    }
    .grad-outer, .grad-outer.second{
        padding-top: 60px;
    }
    .service-tile{
        padding-top: 60px;
        max-width: 380px;
        margin: 0 auto;
    }
}

/*Careers  Hero Fix*/
.hero-sub {
    background-position: top right;
}
@media (max-width: 1200px){
    .hero-sub{
        background-position: 90% 0;
    }
}
ul{
    list-style-type:initial;
}