﻿/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #f9f9f9;
  color: #2f3146;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #fff;
  background-color: #54c8e8; }

::selection {
  color: #fff;
  background-color: #54c8e8; }

::-moz-selection {
  color: #fff;
  background-color: #54c8e8; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  color: inherit;
  text-decoration: none;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

button {
  cursor: pointer; }

.hire-company-form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding-left: 35px;
  /*margin-bottom: 18px;*/
  border: 2px solid #e4e4e4;
  background-color: #f3f4fa; }
  .hire-company-form input::placeholder {
    color: #777777; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  box-shadow: none; }

.dark-version {
  background: #5f5f5f; }
  .dark-version p, .dark-version h1, .dark-version h2, .dark-version h3, .dark-version h4,
  .dark-version .wizard-content-1 .job-wizard-right-area .jw-top-title h2,
  .dark-version .wizard-content-1 .job-wizard-right-area .jw-doc-title h2,
  .dark-version .wizard-content-1 .job-wizard-right-area .jw-doc-title p,
  .dark-version .jw-exp-option .exp-label {
    color: #fff !important; }

p, label {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins"; }

.pt150 {
  padding-top: 150px; }

.multisteps-form__panel[data-animation=scaleOut] {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.multisteps-form__panel[data-animation=scaleOut].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px; }

.multisteps-form__panel[data-animation=slideHorz].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  left: 0; }

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px; }

.multisteps-form__panel[data-animation=slideVert].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  top: 0; }

.multisteps-form__panel[data-animation=fadeIn].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.multisteps-form__panel[data-animation=scaleIn] {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.multisteps-form__panel[data-animation=scaleIn].js-active {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%; }

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0; }
  .multisteps-form__panel.js-active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto; }
  .multisteps-form__panel[data-animation="scaleOut"] {
    transform: scale(1.1); }
    .multisteps-form__panel[data-animation="scaleOut"].js-active {
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: linear;
      transition-delay: 0s;
      transform: scale(1); }
  .multisteps-form__panel[data-animation="slideHorz"] {
    left: -50px; }
    .multisteps-form__panel[data-animation="slideHorz"].js-active {
      transition-property: all;
      transition-duration: 0.25s;
      transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
      transition-delay: 0s;
      left: 0; }
  .multisteps-form__panel[data-animation="slideVert"] {
    top: 30px; }
    .multisteps-form__panel[data-animation="slideVert"].js-active {
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: linear;
      transition-delay: 0s;
      top: 0; }
  .multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s; }
  .multisteps-form__panel[data-animation="scaleIn"] {
    transform: scale(0.9); }
    .multisteps-form__panel[data-animation="scaleIn"].js-active {
      transition-property: all;
      transition-duration: 0.2s;
      transition-timing-function: linear;
      transition-delay: 0s;
      transform: scale(1); }

.actions {
  bottom: 0;
  right: 160px;
  margin-bottom: 20px;
  position: absolute; }
  .actions li {
    color: #fff;
    height: 55px;
    width: 145px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    display: inline-block;
    background-color: #232323; }
    .actions li span {
      width: 100%;
      display: block; }
    .actions li button {
      color: #fff;
      border: none;
      font-weight: 600;
      background-color: transparent; }

/*---------------------------------------------------- */
/*Steps area*/
/*----------------------------------------------------*/
.steps {
  left: 36%;
  z-index: 2;
  bottom: 537px;
  text-align: center; }
  .steps li {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 3px;
    background-color: #fff; }
  .steps .js-active.current {
    background-color: #b3eab6; }

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-content-1 {
  margin: 0 auto;
  max-width: 1560px;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06); }
  .wizard-content-1 .job-wizard-left-area {
    width: 50%;
    overflow: hidden;
    padding: 50px 115px 50px 90px;
    background-color: #54c8e8; }
    .wizard-content-1 .job-wizard-left-area:after {
      top: 0;
      content: "";
      width: 100%;
      height: 150%;
      right: -295px;
      position: absolute;
      transform: rotate(10deg);
      background-color: #006d9d; }
    .wizard-content-1 .job-wizard-left-area .job-wizard-left-text {
      top: 50%;
      z-index: 1;
      max-width: 595px;
      position: absolute;
      transform: translateY(-50%); }
    .wizard-content-1 .job-wizard-left-area h1 {
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      line-height: 1.1;
      padding-bottom: 20px; }
    .wizard-content-1 .job-wizard-left-area p {
      color: #232323;
      font-size: 20px; }
  .wizard-content-1 .job-wizard-left-area-narrow {
    width: 33%;
    overflow: hidden;
    padding: 50px 25px 50px 50px;
    background-color: #54c8e8; }
    .wizard-content-1 .job-wizard-left-area-narrow:after {
      top: 0;
      content: "";
      width: 100%;
      height: 150%;
      right: -142px;
      position: absolute;
      transform: rotate(10deg);
      background-color: #006d9d; }
    .wizard-content-1 .job-wizard-left-area-narrow .job-wizard-left-text {
      top: 50%;
      z-index: 1;
      max-width: 410px;
      position: absolute;
      transform: translateY(-50%); }
    .wizard-content-1 .job-wizard-left-area-narrow h1 {
      color: #fff;
      font-size: 45px;
      font-weight: 700;
      line-height: 1.1;
      padding-bottom: 20px; }
    .wizard-content-1 .job-wizard-left-area-narrow p {
      color: #232323;
      font-size: 20px; }
  .wizard-content-1 .area-wide {
    width: 67% !important; }
  .wizard-content-1 .job-wizard-right-area {
    width: 50%;
    padding: 100px 40px 100px 40px; }
    .wizard-content-1 .job-wizard-right-area .jw-exp-option {
      padding-bottom: 40px; }
    .wizard-content-1 .job-wizard-right-area .jw-top-title {
      padding-bottom: 30px; }
      .wizard-content-1 .job-wizard-right-area .jw-top-title h2 {
        color: #232323;
        font-size: 30px;
        font-weight: 700; }
      .wizard-content-1 .job-wizard-right-area .jw-top-title p {
        font-size: 18px;
        font-family: "Poppins"; }
    .wizard-content-1 .job-wizard-right-area .jw-gender-select {
      padding: 10px 0px 35px; }
      .wizard-content-1 .job-wizard-right-area .jw-gender-select h3 {
        color: #777777;
        font-size: 17px;
        font-weight: 700;
        padding-bottom: 8px; }
      .wizard-content-1 .job-wizard-right-area .jw-gender-select label {
        margin-left: 10px;
        position: relative;
        margin-right: 20px; }
        .wizard-content-1 .job-wizard-right-area .jw-gender-select label input {
          top: 5px;
          width: 25px;
          height: 25px;
          position: relative;
          background: #f3f4fa; }
        .wizard-content-1 .job-wizard-right-area .jw-gender-select label span {
          font-size: 15px;
          margin-left: 10px;
          font-family: "Poppins"; }
      .wizard-content-1 .job-wizard-right-area .jw-gender-select .gender-check {
        display: none; }
      .wizard-content-1 .job-wizard-right-area .jw-gender-select .checkmark-border:before {
        content: "";
        position: absolute;
        height: 25px;
        width: 25px;
        border-radius: 100%;
        left: -10px;
        top: -2px;
        background-color: #fff;
        border: 2px solid #969696; }
      .wizard-content-1 .job-wizard-right-area .jw-gender-select .checkmark-border:after {
        top: 3px;
        left: -5px;
        width: 15px;
        content: "";
        height: 15px;
        display: none;
        position: absolute;
        border-radius: 100%;
        background-color: #d8d8d8; }
    .wizard-content-1 .job-wizard-right-area .gender-check:checked ~ .checkmark-border:after {
      display: block; }
    .wizard-content-1 .job-wizard-right-area .jw-doc-title h2 {
      color: #232323;
      font-size: 25px;
      font-weight: 700;
      padding-bottom: 5px; }
    .wizard-content-1 .job-wizard-right-area .jw-doc-title p {
      color: #6c6c6c;
      font-size: 15px;
      padding-bottom: 10px; }
    .wizard-content-1 .job-wizard-right-area .custom-file .custom-file-label {
      height: 60px;
      color: #707070;
      line-height: 60px;
      padding: 0;
      padding-left: 35px;
      border: 2px solid #e4e4e4;
      background-color: #f3f4fa; }
      .wizard-content-1 .job-wizard-right-area .custom-file .custom-file-label:after {
        top: 5px;
        right: 15px;
        padding: 0;
        color: #fff;
        content: 'Choose File';
        height: 45px;
        width: 115px;
        font-size: 15px;
        font-weight: 600;
        line-height: 45px;
        text-align: center;
        font-family: "Poppins";
        background-color: #54c8e8; }
    .wizard-content-1 .job-wizard-right-area .actions {
      bottom: 100px; }
  .wizard-content-1 .job-wizard-right-two {
    padding-right: 55px; }
    .wizard-content-1 .job-wizard-right-two .actions {
      right: 55px; }
  .wizard-content-1 .date-of-birth:after {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #898989;
    content: '\f073';
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    position: absolute;
    border-radius: 100%;
    background-color: #f6f6f6;
    font-family: 'Font Awesome 5 Free'; }

.jw-exp-option label {
  width: 100%;
  padding-left: 90px;
  height: 65px;
  color: #777777;
  font-size: 15px;
  line-height: 65px;
  font-weight: 400;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 2px solid #e5e5e5; }

.jw-exp-option .checkmark-border:before {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  left: 30px;
  top: 13px;
  background-color: #fff;
  border: 1px solid #c3e8ff; }

.jw-exp-option .checkmark-border:after {
  top: 20px;
  left: 37px;
  width: 24px;
  content: "";
  height: 24px;
  display: none;
  position: absolute;
  border-radius: 100%;
  background-color: #54c8e8; }

.jw-exp-option .exp-option-box {
  display: none; }

.jw-exp-option .exp-label {
  display: block; }

.jw-exp-option .exp-option-box:checked ~ .checkmark-border:after {
  display: block; }

.jw-exp-spcial {
  margin: 0 -7px 15px; }
  .jw-exp-spcial li {
    width: 47%;
    float: left;
    font-size: 17px;
    margin: 0px 7px; }
    .jw-exp-spcial li label {
      border: none;
      margin-bottom: 0; }
    .jw-exp-spcial li:nth-child(1) {
      border: 2px solid #2cb0f1; }
      .jw-exp-spcial li:nth-child(1) label {
        color: #2cb0f1; }
      .jw-exp-spcial li:nth-child(1) .checkmark-border:before {
        border: 1px solid #2cb0f1; }
    .jw-exp-spcial li:nth-child(2) {
      border: 2px solid #2cf156; }
      .jw-exp-spcial li:nth-child(2) label {
        color: #2cf156; }
      .jw-exp-spcial li:nth-child(2) .checkmark-border:before {
        border: 1px solid #2cf156; }

.word-txt-area textarea {
  width: 100%;
  height: 125px;
  padding: 20px;
  border: 2px solid #ded9d9; }
  .word-txt-area textarea:placeholder {
    color: #232323;
    font-size: 17px; }

.job-app-select-option li {
  width: 100%;
  position: relative;
  /*margin-bottom: 10px;*/
  /*
		&:before {
			top: 25px;
			left: 25px;
			width: 20px;
			content: '';
			height: 20px;
			position: absolute;
			background-repeat: no-repeat;
			background-image: url(../img/sicon1.png);
		}

		&:after {
			top: 18px;
			right: 20px;
			content: '>';
			font-size: 20px;
			color: #777777;
			font-weight: 900;
			font-family: $heading;
			position: absolute;
			transform: rotate(90deg);
		}
			*/ }
  .job-app-select-option li select {
    width: 100%;
    height: 60px;
    padding-left: 35px;
    background-color: #f3f4fa;
    border-radius: 5px;
    /*padding: 20px 55px;*/
    border: 2px solid #add7db;
    -webkit-appearance: none; }
    .job-app-select-option li select option {
      font-size: 15px;
      font-family: "Poppins"; }
  .job-app-select-option li:nth-child(2) select {
    border: 2px solid #d8c0e1; }
  .job-app-select-option li:nth-child(3) select {
    border: 2px solid #e4b2b2; }

.id-number-area {
  padding-top: 25px; }
  .id-number-area h3 {
    font-size: 18px;
    color: #232323;
    font-weight: 900;
    padding-bottom: 15px; }
  .id-number-area input {
    width: 100%;
    height: 65px;
    padding-left: 35px;
    border-radius: 50px;
    border: 2px solid #e4e4e4; }

.job-wizard-right-area .inner-title h2 {
  color: #2f3146;
  font-size: 50px;
  font-weight: 700; }

.job-wizard-right-area .inner-title p {
  color: #5f5f63;
  font-size: 20px; }

.job-wizard-right-area .need-job-slide {
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 0px 115px; }
  .job-wizard-right-area .need-job-slide .owl-nav .owl-next,
  .job-wizard-right-area .need-job-slide .owl-nav .owl-prev {
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #e9e9e9;
    transform: translateY(-50%);
    transition: .3s all ease-in-out; }
    .job-wizard-right-area .need-job-slide .owl-nav .owl-next:hover,
    .job-wizard-right-area .need-job-slide .owl-nav .owl-prev:hover {
      color: #fff;
      background-color: #54c8e8; }
  .job-wizard-right-area .need-job-slide .owl-nav .owl-prev {
    left: -105px; }
  .job-wizard-right-area .need-job-slide .owl-nav .owl-next {
    right: -105px; }

.job-wizard-right-area .need-job-icon-text {
  cursor: pointer; }
  .job-wizard-right-area .need-job-icon-text .j-checkbox {
    display: none; }
  .job-wizard-right-area .need-job-icon-text .need-job-text-inner {
    width: 310px;
    height: 300px;
    background-color: #fff;
    display: block;
    padding-top: 40px;
    border-radius: 30px;
    position: relative;
    border: 2px solid #e9e9e9; }
    .job-wizard-right-area .need-job-icon-text .need-job-text-inner .checkbox-circle-mark {
      position: absolute;
      top: 15px;
      right: 45px; }
      .job-wizard-right-area .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:before {
        content: "";
        width: 33px;
        height: 33px;
        border-radius: 100%;
        position: absolute;
        border: 2px solid #e9e9e9; }
      .job-wizard-right-area .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:after {
        top: 4px;
        left: 4px;
        width: 25px;
        content: '';
        display: none;
        height: 25px;
        position: absolute;
        border-radius: 100%;
        background-color: #54c8e8; }
    .job-wizard-right-area .need-job-icon-text .need-job-text-inner span {
      display: block; }
    .job-wizard-right-area .need-job-icon-text .need-job-text-inner .need-job-icon {
      width: 153px;
      height: 153px;
      margin: 0 auto 25px;
      border-radius: 100%; }
    .job-wizard-right-area .need-job-icon-text .need-job-text-inner .need-job-text .need-job-title {
      color: #000000;
      font-size: 23px;
      font-weight: 700;
      font-family: "Poppins"; }
    .job-wizard-right-area .need-job-icon-text .need-job-text-inner .need-job-text .need-job-text {
      font-size: 18px;
      color: #000000; }

.job-wizard-right-area .j-checkbox:checked ~ .need-job-text-inner {
  border: 2px solid #54c8e8; }
  .job-wizard-right-area .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:after {
    display: block; }
  .job-wizard-right-area .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:before {
    border: 2px solid #54c8e8; }

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .jw-exp-spcial {
    margin: 0 0px 15px; }
  .jw-exp-spcial li {
    width: 100%;
    margin: 0px 0px 10px; } }

@media screen and (max-width: 1199px) {
  .wizard-content-1 {
    margin: 0 auto; }
  .steps {
    left: 35%; } }

@media screen and (max-width: 991px) {
  .wizard-content-1 .job-wizard-left-area,
  .wizard-content-1 .job-wizard-right-area {
    width: 100%; }
  .job-style-two-content {
    display: block !important; }
  .wizard-content-1 {
    margin: 0; }
  .wizard-content-1 .job-wizard-left-area .job-wizard-left-text {
    position: static;
    transform: translateY(0); }
  .wizard-content-1 .job-wizard-left-area:after {
    display: none; }
  .steps {
    display: none !important; } }

@media screen and (max-width: 580px) {
  .wizard-content-1 .job-wizard-left-area {
    padding: 50px 40px 50px 40px; }
  .wizard-content-1 .job-wizard-left-area h1 {
    font-size: 30px; }
  .wizard-content-1 .job-wizard-left-area p {
    font-size: 16px; }
  .wizard-content-1 .job-wizard-right-area {
    padding: 50px 30px; }
  .wizard-content-1 .job-wizard-right-area .actions {
    position: static;
    margin-top: 60px; }
  .wizard-content-1 .job-wizard-right-area .jw-top-title h2 {
    font-size: 26px; } }

/*---------------------------------------------------- */
/*Atlantic University Site Styles Import*/
/*---------------------------------------------------*/
.header-area-logo {
  margin-left: 10%;
  padding-bottom: 10px; }

.header-area-logo-align {
  max-width: 400px; }

.header-area-right {
  margin-right: 5%; }

.header-bar {
  background-color: #29307c;
  height: 50px;
  margin-bottom: 30px; }

.header-bar-align {
  text-align: center;
  padding-top: 8px; }

.header-bar-align-text {
  color: #fff; }

article, aside, details, figcaption, figure, footer, header {
  display: block; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #54c8e8; }

.footer-top {
  background: #29307c;
  color: #fff;
  padding-top: 50px;
  margin-top: 30px; }

.footer-top h2 {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px; }

.footer-top h2 span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding-right: 20px; }

.footer-top h2 span:after, .footer-top h2 span:before {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: .73em;
  border-top: solid 1px #33547f; }

.footer-top h2 span:before {
  right: 100%; }

.footer-top h2 span:after {
  left: 100%; }

.footer-top h2.centered {
  text-align: center; }

.footer-top h2.centered span {
  padding: 0 20px; }

.footer-top h2.centered span:after, .footer-top h2.centered span:before {
  display: none; }

.footer-top h2.raligned {
  text-align: right; }

.footer-top h2.raligned span {
  padding-left: 20px;
  padding-right: 0; }

.footer-top .footer-nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  overflow: hidden; }

@media (min-width: 992px) {
  .footer-top .footer-nav {
    float: left;
    width: 33.33333333%; } }

.footer-top .footer-nav .footer-nav-wrapper ul {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px; }

.footer-top .footer-nav .footer-nav-wrapper ul li {
  font-size: 14px; }

.footer-top .footer-nav .footer-nav-wrapper ul li:before {
  content: '\f0da';
  font-family: FontAwesome;
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -10px; }

@media (max-width: 544px) {
  .footer-top .footer-nav .footer-nav-wrapper ul li {
    padding-bottom: 8px; } }

.footer-top .footer-nav .footer-nav-wrapper ul li a {
  color: #fff; }

.footer-top .social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px; }

@media (min-width: 992px) {
  .footer-top .social {
    float: left;
    width: 33.33333333%; } }

.footer-top .social p {
  font-size: 14px;
  line-height: 22px; }

.footer-top .social .social-icons {
  font-size: 18px;
  padding: 0;
  margin: 0;
  list-style-type: none; }

.footer-top .social .social-icons li {
  display: inline-block;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  line-height: 40px;
  margin: 5px; }

.footer-top .social .social-icons li.facebook {
  background-color: #507bbe; }

.footer-top .social .social-icons li.twitter {
  background-color: #64ccef; }

.footer-top .social .social-icons li.pinterest {
  background-color: #dd3e60; }

.footer-top .social .social-icons li.youtube {
  background-color: #f2513b; }

.footer-top .social .social-icons li.google {
  background-color: #565754; }

.footer-top .social .social-icons li.instagram {
  background-color: #a236b7; }

.footer-top .social .social-icons li.linkedin {
  background-color: #0077b5; }

.footer-top .social .social-icons li a {
  color: #fff;
  display: block; }

.footer-top .contact-information {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 40px; }

@media (min-width: 992px) {
  .footer-top .contact-information {
    float: left;
    width: 33.33333333%; } }

.footer-top .contact-information p {
  font-size: 14px;
  line-height: 24px; }

.footer-top .footer-ctc {
  text-align: center;
  margin-bottom: 25px; }

.footer-top .footer-ctc .btn {
  max-width: 300px;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 200;
  font-family: 'Open Sans',sans-serif; }

.footer-bottom {
  padding-bottom: 15px; }

.footer-bottom .copyright-information {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #6880a4;
  text-align: center;
  font-size: 12px; }

.footer-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%; }

@media (min-width: 768px) {
  .footer-wrapper {
    width: 750px; } }

@media (min-width: 992px) {
  .footer-wrapper {
    width: 970px; } }

@media (min-width: 1200px) {
  .footer-wrapper {
    width: 1170px; } }

.footer-wrapper > .navbar-collapse, .footer-wrapper > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .footer-wrapper > .navbar-collapse, .footer-wrapper > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.footer-wrapper > div {
  margin-left: -15px;
  margin-right: -15px; }

/*---------------------------------------------------*/
/*Application Site Styles Import*/
/*---------------------------------------------------*/
.card-block {
  border: 1px solid lightgrey;
  border-radius: 5px !important;
  background-color: #FAFAFA; }

.card {
  padding-bottom: 20px;
  box-shadow: 2px 2px 6px 0px #c8a7d8; }

.radio {
  display: inline-block;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

.radio.selected {
  box-shadow: 0px 8px 16px 0px #EEEEEE;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%); }

.selected {
  background-color: #E0F2F1;
  border: 4px solid #322265; }

.form-row {
  margin-bottom: 15px; }

/*---------------------------------------------------*/
