form{
  width:100%
}

form,label{
  display:inline-block
}

label{
  margin:5px 0
}

button,input{
  line-height:1.5
}

input:-webkit-autofill{
  box-shadow:inset 0 0 0 10rem #fff
}

:focus{
  outline:0
}

input[type=file]{
  padding:0
}

input[type=checkbox],input[type=radio]{
  width:20px;
  height:20px;
  margin:0
}

input[type=email]:not(.appearance-none),input[type=number],input[type=password]:not(.appearance-none),input[type=search],input[type=tel],input[type=text]:not(.appearance-none),input[type=url]{
  border-radius:3px;
  line-height:1.5!important;
  padding:7px 20px;
  border:1px solid #eee;
  font-weight:300
}

input.border-2px-white{
  padding:6px 20px!important
}

textarea{
  padding:15px 20px;
  overflow:auto;
  min-height:400px;
  resize:vertical;
  font-size:1rem;
  font-family:Roboto,sans-serif;
  line-height:1.5;
  display:inline-block;
  width:100%;
  color:#4e5559
}

select,textarea{
  border-radius:3px;
  background-color:#fff;
  border:1px solid #eee;
  outline:0;
  font-weight:300
}

select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iNyAxMCAxMCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii43NCIgZD0iTTcgMTBsNSA1IDUtNXoiLz48L3N2Zz4=);
  background-position:calc(100% - 10px) 18px;
  background-repeat:no-repeat;
  padding:0 35px 0 12px;
  text-transform:capitalize;
  height:40px;
  line-height:1.5!important;
  vertical-align:middle
}

select:focus{
  outline:0
}

select[multiple]{
  height:auto
}

[disabled]{
  cursor:not-allowed;
  opacity:.6;
  background:#eee;
  background-size:6px 6px
}

input[placeholder]{
  font-size:1rem
}

input::-webkit-input-placeholder{
  font-size:1rem
}

input:-moz-placeholder,input::-moz-placeholder{
  font-size:1rem
}

input:-ms-input-placeholder{
  font-size:1rem
}

::-webkit-input-placeholder{
  color:#4e5559;
  font-size:1rem;
  opacity:1!important
}

:-moz-placeholder,::-moz-placeholder{
  color:#4e5559;
  font-size:1rem;
  opacity:1!important
}

:-ms-input-placeholder{
  color:#4e5559;
  font-size:1rem;
  opacity:1!important
}

.border-2px-white::-webkit-input-placeholder{
  color:#fff
}

.border-2px-white:-moz-placeholder,.border-2px-white::-moz-placeholder{
  color:#fff
}

.border-2px-white:-ms-input-placeholder{
  color:#fff
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
  margin:initial
}

audio,canvas,embed,iframe,img,object,svg,video{
  display:initial
}

.rounded-full{
  border-radius:100%
}

.hero-banner{
  background-position:50%;
  background-size:cover;
  background-repeat:no-repeat
}

.default-color,.default-color p{
  color:#4e5559!important
}

button,input,optgroup,select,textarea{
  color:initial
}

.box--160{
  height:10rem;
  width:10rem
}

.side-box{
  width:22.5rem
}

.panel-head{
  height:3.125rem;
  line-height:3.125rem
}

.center{
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%)
}

.bg-gradient{
  background:linear-gradient(0deg,#1a4d98,#4168c6)
}

.employer-bg{
  background-color:#4e5559!important
}

.c-h-25{
  min-height:25rem
}

.gallery .images{
  position:relative;
  width:100%;
  padding-bottom:50%;
  height:0
}

.gallery .images>div,.gallery .images>span{
  position:absolute;
  display:block;
  width:100%;
  height:100%
}

.gallery .images>div{
  opacity:0;
  background:50% no-repeat;
  background-size:contain;
  border-radius:.1875rem;
  transition:all .88s ease
}

.gallery .images>div.active{
  opacity:1
}

.gallery .images>span{
  cursor:pointer;
  width:3.125rem;
  color:#f69322;
  font-size:3.125rem;
  height:100%;
  line-height:2.75rem
}

.gallery .images>span.right{
  left:100%;
  margin-left:-2.375rem
}

.gallery .images>span.left{
  padding-left:.625rem
}

.gallery .images>span:before{
  margin-top:-1.5625rem;
  top:50%;
  position:absolute;
  bottom:0
}

.gallery .images>span.left:before{
  content:"\AB"
}

.gallery .images>span.right:before{
  content:"\BB"
}

.gallery .thumbs{
  margin-top:.625rem;
  display:inline-block;
  width:100%;
  text-align:center;
  cursor:pointer
}

.gallery .thumbs>div{
  box-sizing:border-box;
  background:50% no-repeat;
  background-size:contain;
  display:inline-block;
  position:relative;
  margin:.25rem;
  border:.1875rem solid transparent;
  width:6.25rem;
  height:6.25rem;
  cursor:pointer
}

.gallery .thumbs>div,.gallery .thumbs>div:before{
  transition:all .88s ease
}

.gallery .thumbs>div:before{
  content:"";
  width:0;
  height:0;
  border:solid transparent;
  border-width:0 .3125rem .3125rem .3125rem;
  position:absolute;
  left:2.8125rem;
  top:-.5rem
}

.gallery .thumbs>div.active{
  border-color:#f69322
}

.gallery .thumbs>div.active:before{
  border-bottom-color:#f69322
}

.ml-60px{
  margin-left:3.75rem
}

.mb-30px{
  margin-bottom:1.875rem
}

@media (max-width:768px){
  .gallery .thumbs>div{
    width:4.0625rem;
    height:4.0625rem
  }

  .gallery .thumbs>div:before{
    left:1.5625rem
  }
}

@media (min-width: 640px){
  .sm\:side-box{
    width:22.5rem
  }

  .sm\:ml-60px{
    margin-left:3.75rem
  }
}

@media (min-width: 768px){
  .md\:side-box{
    width:22.5rem
  }

  .md\:ml-60px{
    margin-left:3.75rem
  }
}

@media (min-width: 1024px){
  .lg\:side-box{
    width:22.5rem
  }

  .lg\:ml-60px{
    margin-left:3.75rem
  }
}

@media (min-width: 1280px){
  .xl\:side-box{
    width:22.5rem
  }

  .xl\:ml-60px{
    margin-left:3.75rem
  }
}
