@import url(../lib/bootstrap/bootstrap.min.css);
@import url(../lib/slick/slick.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700");
.relative {
  position: relative;
  z-index: 0; }

.overflow {
  overflow: hidden; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.grey-box {
  background-color: #f9f7f7;
  height: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 25px; }

.green-box {
  background-color: #e5f1f3;
  height: 100%;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 45px;
  position: relative; }
  .green-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b5760;
    text-transform: uppercase;
    margin-bottom: 35px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #7f7f7f; }
  .green-box::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    left: 0px;
    bottom: -32px;
    background: url(../img/diversity-box-shadow.png) center center no-repeat;
    background-size: 100% auto; }

.white-box {
  margin-bottom: 50px;
  padding: 45px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }

h3.heading-style {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #31807f;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  h3.heading-style span {
    font-weight: 600;
    color: #6d6e71; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 991px) {
  h3.heading-style {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px; } }
body, * {
  font-family: "Poppins", sans-serif;
  color: #474747; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-weight: 400; }

input, button, select, textarea, .form-control {
  font-family: "Poppins", sans-serif;
  line-height: normal; }

*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

br {
  font-size: inherit;
  line-height: inherit; }

section {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

a {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

i {
  color: inherit;
  font-size: inherit; }

button, input[type=submit] {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  height: 53px;
  background-color: #f6f5f5;
  border: 1px solid #bababa;
  font-size: 18px;
  color: #474747;
  padding: 0px 20px; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    font-style: italic;
    color: #ababab;
    letter-spacing: -0.05em; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    font-style: italic;
    color: #ababab;
    letter-spacing: -0.05em; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 18px;
    font-style: italic;
    color: #ababab;
    letter-spacing: -0.05em; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
    font-style: italic;
    color: #ababab;
    letter-spacing: -0.05em; }
  .form-control:focus {
    border: 1px solid #bababa;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

select.form-control {
  padding: 0px 24px;
  min-height: 50px; }

.form-group {
  margin-bottom: 25px; }

.btn-black, a.btn-black {
  padding: 0px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px;
  color: #474747;
  text-decoration: none !important;
  border: 1px solid #000; }
  .btn-black:focus, a.btn-black:focus {
    outline: 0; }
  .btn-black:hover, a.btn-black:hover {
    background-color: #000;
    color: #fff; }

.the-button {
  padding: 0px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0px 45px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #015762;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-clip: padding-box; }
  .the-button:focus {
    outline: 0; }
  .the-button:hover {
    background-color: #01454e; }
  .the-button.flat {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box; }

.the-button-lined {
  padding: 0px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  height: 46px;
  line-height: 42px;
  padding: 0px 45px;
  text-align: center;
  border: 2px solid #226d76;
  color: #226d76 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  background-clip: padding-box; }
  .the-button-lined:focus {
    outline: 0; }
  .the-button-lined:hover {
    background-color: #226d76;
    color: #fff !important; }

iframe {
  max-width: 100%; }

@media only screen and (max-width: 575px) {
  .form-group {
    margin-bottom: 30px; } }
#mobile-menu-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(1, 87, 98, 0.95);
  text-align: center;
  display: none; }
  #mobile-menu-wrapper .mobile-menu-close-btn {
    padding: 0px;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    position: fixed;
    right: 20px;
    top: 8px;
    z-index: 110; }
    #mobile-menu-wrapper .mobile-menu-close-btn:focus {
      outline: 0; }
  #mobile-menu-wrapper ul.mobile-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50px;
    padding-top: 30px;
    padding-bottom: 30px; }
    #mobile-menu-wrapper ul.mobile-menu li {
      list-style: none; }
    #mobile-menu-wrapper ul.mobile-menu li {
      margin-bottom: 18px; }
      #mobile-menu-wrapper ul.mobile-menu li a {
        font-size: 18px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase; }
        #mobile-menu-wrapper ul.mobile-menu li a img {
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 5px; }
      #mobile-menu-wrapper ul.mobile-menu li ul.submenu {
        margin: 0px;
        padding: 0px;
        display: block;
        margin-top: 18px; }
        #mobile-menu-wrapper ul.mobile-menu li ul.submenu li {
          list-style: none; }
        #mobile-menu-wrapper ul.mobile-menu li ul.submenu li a {
          color: #65ecfd; }
      #mobile-menu-wrapper ul.mobile-menu li:last-child {
        margin-bottom: 0px; }

.header-box {
  background-color: rgba(1, 87, 98, 0.87);
  height: 48px;
  position: relative;
  z-index: 10;
  padding: 0px 45px; }
  .header-box ul.main-menu {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    float: left; }
    .header-box ul.main-menu li {
      list-style: none; }
    .header-box ul.main-menu li {
      margin-right: 16px;
      padding-right: 18px;
      position: relative; }
      .header-box ul.main-menu li a {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        line-height: 48px; }
        .header-box ul.main-menu li a img {
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 5px; }
        .header-box ul.main-menu li a:hover {
          opacity: .8; }
      .header-box ul.main-menu li::after {
        content: "";
        display: block;
        width: 7px;
        height: 48px;
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(../img/dot.png) center center no-repeat; }
      .header-box ul.main-menu li:last-child {
        margin-right: 0px;
        padding-right: 0px; }
        .header-box ul.main-menu li:last-child::after {
          display: none; }
  .header-box ul.secondary-menu {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    float: right; }
    .header-box ul.secondary-menu li {
      list-style: none; }
    .header-box ul.secondary-menu > li {
      margin-left: 30px;
      position: relative; }
      .header-box ul.secondary-menu > li > a {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        line-height: 48px; }
        .header-box ul.secondary-menu > li > a img {
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 5px; }
        .header-box ul.secondary-menu > li > a:hover {
          opacity: .8; }
      .header-box ul.secondary-menu > li:first-child {
        margin-left: 0px; }
      .header-box ul.secondary-menu > li ul.submenu {
        position: absolute;
        top: 48px;
        right: -45px;
        background-color: rgba(1, 87, 98, 0.92);
        margin: 0px;
        padding: 0px;
        display: block;
        width: 220px;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .header-box ul.secondary-menu > li ul.submenu li {
          list-style: none; }
        .header-box ul.secondary-menu > li ul.submenu li a {
          display: block;
          font-size: 16px;
          font-weight: 400;
          text-transform: uppercase;
          color: #fff;
          text-decoration: none;
          line-height: 20px;
          padding: 10px 15px; }
          .header-box ul.secondary-menu > li ul.submenu li a:hover {
            background-color: #015762; }
      .header-box ul.secondary-menu > li:hover ul.submenu {
        opacity: 1;
        visibility: visible; }
  @media only screen and (max-width: 991px) {
    .header-box {
      padding: 0px 20px;
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px; } }

#header-home {
  position: absolute;
  z-index: 10;
  top: 36px;
  left: 0px;
  right: 0px; }

#header-inner {
  padding: 45px 0px 0px 0px;
  margin-bottom: 38px; }
  #header-inner a.logo {
    display: inline-block;
    width: 430px;
    text-decoration: none;
    margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    #header-inner {
      padding: 65px 0px 0px 0px; }
      #header-inner a.logo {
        width: 330px; } }
  @media only screen and (max-width: 767px) {
    #header-inner a.logo {
      width: 200px; } }

#hero-banner {
  height: 706px;
  background: url(../img/hero-banner.png) center top no-repeat;
  margin-bottom: 45px; }
  #hero-banner .front {
    padding-top: 136px; }
    #hero-banner .front a.logo {
      display: inline-block;
      width: 430px;
      text-decoration: none;
      margin-left: 40px; }
    #hero-banner .front .the-form {
      margin-top: 150px;
      margin-left: 40px; }
      #hero-banner .front .the-form .form-label {
        font-size: 60px;
        color: #015762;
        line-height: 1;
        font-weight: 300;
        margin-bottom: 30px; }
        #hero-banner .front .the-form .form-label span {
          display: block;
          font-weight: 600;
          color: inherit; }
      #hero-banner .front .the-form .form-control {
        flex: 1;
        margin-right: 14px; }
      #hero-banner .front .the-form .btn-search {
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer;
        display: inline-block;
        width: 270px;
        height: 80px;
        font-size: 24px;
        line-height: 80px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        background-clip: padding-box;
        text-align: center;
        margin-top: -15px;
        background: url(../img/icon-search.png) center left 60px no-repeat #015762; }
        #hero-banner .front .the-form .btn-search:focus {
          outline: 0; }
        #hero-banner .front .the-form .btn-search:hover {
          background-color: #014e58; }
  @media only screen and (max-width: 991px) {
    #hero-banner {
      height: 600px; }
      #hero-banner .front {
        padding-top: 136px; }
        #hero-banner .front a.logo {
          width: 330px;
          margin-left: 0px; }
        #hero-banner .front .the-form {
          margin-top: 150px;
          margin-left: 0px; }
          #hero-banner .front .the-form .form-label {
            font-size: 40px;
            margin-bottom: 30px; }
          #hero-banner .front .the-form .form-control {
            margin-right: 14px;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            padding: 0px 15px; }
            #hero-banner .front .the-form .form-control::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              font-size: inherit; }
            #hero-banner .front .the-form .form-control::-moz-placeholder {
              /* Firefox 19+ */
              font-size: inherit; }
            #hero-banner .front .the-form .form-control:-ms-input-placeholder {
              /* IE 10+ */
              font-size: inherit; }
            #hero-banner .front .the-form .form-control:-moz-placeholder {
              /* Firefox 18- */
              font-size: inherit; }
          #hero-banner .front .the-form .btn-search {
            width: 160px;
            height: 60px;
            font-size: 17px;
            line-height: 60px;
            padding-left: 20px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            border-radius: 30px;
            background-clip: padding-box;
            margin-top: -7px;
            background: url(../img/icon-search.png) center left 30px no-repeat #015762; }
            #hero-banner .front .the-form .btn-search:hover {
              background-color: #014e58; } }
  @media only screen and (max-width: 767px) {
    #hero-banner {
      height: 500px; }
      #hero-banner .front {
        padding-top: 120px; }
        #hero-banner .front a.logo {
          width: 200px; }
        #hero-banner .front .the-form {
          margin-top: 150px; }
          #hero-banner .front .the-form .form-label {
            font-size: 30px;
            margin-bottom: 10px; }
          #hero-banner .front .the-form .form-control {
            margin-right: 10px;
            height: 48px;
            line-height: 48px;
            font-size: 12px;
            padding: 0px 10px; }
          #hero-banner .front .the-form .btn-search {
            width: 48px;
            height: 48px;
            text-indent: -9999px;
            padding-left: 0px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            border-radius: 24px;
            background-clip: padding-box;
            margin-top: auto;
            background: url(../img/icon-search.png) center center no-repeat #015762; } }
  @media only screen and (max-width: 575px) {
    #hero-banner {
      height: 500px; }
      #hero-banner .front {
        padding-top: 120px; }
        #hero-banner .front .the-form {
          margin-top: 80px; }
          #hero-banner .front .the-form .form-label {
            font-size: 30px;
            margin-bottom: 10px; }
          #hero-banner .front .the-form .form-control {
            margin-right: 0px;
            font-size: 14px;
            width: 100%;
            flex: none;
            margin-bottom: 15px; }
          #hero-banner .front .the-form .btn-search {
            flex: none;
            width: 200px;
            height: 48px;
            line-height: 48px;
            text-indent: 0px;
            padding-left: 0px;
            -webkit-border-radius: 24px;
            -moz-border-radius: 24px;
            -ms-border-radius: 24px;
            -o-border-radius: 24px;
            border-radius: 24px;
            background-clip: padding-box;
            margin-top: auto;
            background: url(../img/icon-search.png) center left 30px no-repeat #015762; } }

.banner-970x90 {
  margin-bottom: 45px;
  text-align: center; }
  .banner-970x90 a {
    display: block; }
    .banner-970x90 a img {
      margin: 0px auto; }

#home-grey-boxes {
  margin-bottom: 45px; }
  #home-grey-boxes .the-carousel .the-slide a.the-logo {
    display: block;
    height: 119px;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 24px; }
    #home-grey-boxes .the-carousel .the-slide a.the-logo img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto; }
    #home-grey-boxes .the-carousel .the-slide a.the-logo::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 17px;
      left: 0px;
      bottom: -17px;
      background: url(../img/diversity-small-box-shadow.png) center center no-repeat;
      background-size: 100% auto; }
  #home-grey-boxes .the-carousel ul.slick-dots {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px; }
    #home-grey-boxes .the-carousel ul.slick-dots li {
      list-style: none; }
    #home-grey-boxes .the-carousel ul.slick-dots li {
      margin: 0px 4px; }
      #home-grey-boxes .the-carousel ul.slick-dots li button {
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        background-clip: padding-box;
        text-indent: -9999px;
        border: 1px solid #a0a0a0; }
        #home-grey-boxes .the-carousel ul.slick-dots li button:focus {
          outline: 0; }
      #home-grey-boxes .the-carousel ul.slick-dots li.slick-active button {
        background-color: #2b727b;
        border-color: #2b727b; }
  #home-grey-boxes a.the-employer {
    display: block;
    text-decoration: none;
    background-color: #fefefe;
    margin-bottom: 40px;
    height: 120px;
    padding: 20px;
    position: relative; }
    #home-grey-boxes a.the-employer span.employer-details {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 20px; }
      #home-grey-boxes a.the-employer span.employer-details img.employer-logo {
        display: block;
        margin-bottom: 15px; }
      #home-grey-boxes a.the-employer span.employer-details span.employer-name {
        display: block;
        font-size: 18px;
        color: #2b727b;
        font-weight: 400;
        border-bottom: 1px solid #2b727b;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: relative; }
        #home-grey-boxes a.the-employer span.employer-details span.employer-name::after {
          content: "";
          display: block;
          position: absolute;
          right: -20px;
          bottom: 0px;
          width: 12px;
          height: 28px;
          background: url(../img/icon-jump.png) right center no-repeat; }
      #home-grey-boxes a.the-employer span.employer-details:hover span.employer-name {
        border-bottom: 1px solid rgba(43, 114, 123, 0); }
    #home-grey-boxes a.the-employer img.arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 20px; }
    #home-grey-boxes a.the-employer:last-child {
      margin-bottom: 0px; }
    #home-grey-boxes a.the-employer::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 17px;
      left: 0px;
      bottom: -17px;
      background: url(../img/employer-of-the-week-shadow.png) center center no-repeat;
      background-size: 100% auto; }
  @media only screen and (max-width: 1199px) {
    #home-grey-boxes a.the-employer span.employer-details span.employer-name {
      font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    #home-grey-boxes {
      margin-bottom: 0px; }
      #home-grey-boxes .grey-box {
        margin-bottom: 45px;
        height: auto; } }
  @media only screen and (max-width: 767px) {
    #home-grey-boxes a.the-employer span.employer-details span.employer-name {
      font-size: 12px; }
      #home-grey-boxes a.the-employer span.employer-details span.employer-name::after {
        display: none; } }

#featured-recruites {
  margin-bottom: 60px;
  position: relative; }
  #featured-recruites .front {
    padding: 45px 65px;
    height: 478px;
    background: url(../img/featured-recruiter-bg.jpg) center center no-repeat; }
    #featured-recruites .front h3 {
      font-size: 36px;
      color: #fff;
      font-weight: 300;
      padding-bottom: 20px;
      margin-bottom: 45px;
      border-bottom: 1px solid #c4c4c4; }
      #featured-recruites .front h3 span {
        font-weight: 600;
        color: inherit; }
    #featured-recruites .front a {
      display: inline-block;
      font-size: 18px;
      font-weight: 300;
      color: #fff;
      text-decoration: none;
      padding-bottom: 18px;
      margin-bottom: 25px;
      border-bottom: 1px solid #535353; }
      #featured-recruites .front a:hover {
        opacity: .8; }
  @media only screen and (max-width: 991px) {
    #featured-recruites .front {
      padding: 45px 45px;
      height: 400px; }
      #featured-recruites .front h3 {
        font-size: 26px;
        padding-bottom: 10px;
        margin-bottom: 30px; }
      #featured-recruites .front a {
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    #featured-recruites .front {
      padding: 45px 45px;
      height: 420px; }
      #featured-recruites .front h3 {
        font-size: 26px;
        padding-bottom: 10px;
        margin-bottom: 30px; }
      #featured-recruites .front a {
        font-size: 12px;
        height: 45px;
        margin-bottom: 15px;
        padding-bottom: 0px; } }
  @media only screen and (max-width: 575px) {
    #featured-recruites .front {
      padding: 35px 35px;
      height: 520px; }
      #featured-recruites .front h3 {
        font-size: 26px;
        padding-bottom: 10px;
        margin-bottom: 20px; }
      #featured-recruites .front a {
        font-size: 13px;
        line-height: 20px;
        height: auto;
        margin: 0px;
        padding: 0px;
        border: none; }
      #featured-recruites .front .the-slide {
        padding: 10px 0px; } }

#bme-recruitment {
  margin-bottom: 45px; }
  #bme-recruitment .grey-box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 45px; }
  #bme-recruitment .grey-box a.the-button {
    width: 358px; }
  #bme-recruitment .video-container {
    height: 100%; }
  @media only screen and (max-width: 1199px) {
    #bme-recruitment .grey-box p {
      padding: 0px 30px; } }
  @media only screen and (max-width: 991px) {
    #bme-recruitment .video-container {
      margin-bottom: 45px;
      height: auto; } }
  @media only screen and (max-width: 767px) {
    #bme-recruitment .grey-box a.the-button {
      width: 80%; } }

#footer {
  height: 263px;
  background: url(../img/footer-bg.png) center center no-repeat;
  position: relative; }
  #footer.v2 {
    background: url(../img/footer-bg-2.png) center center no-repeat; }
  #footer .footer-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; }
    #footer .footer-content h3.heading-style {
      margin-bottom: 10px;
      padding-bottom: 0;
      border: none; }
    #footer .footer-content ul.network-logos {
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 15px; }
      #footer .footer-content ul.network-logos li {
        list-style: none; }
      #footer .footer-content ul.network-logos li {
        margin: 0px 5.5px; }
        #footer .footer-content ul.network-logos li a {
          display: block;
          width: 172px;
          height: 56px;
          background-color: #fff;
          text-align: center;
          position: relative;
          -webkit-border-radius: 28px;
          -moz-border-radius: 28px;
          -ms-border-radius: 28px;
          -o-border-radius: 28px;
          border-radius: 28px;
          background-clip: padding-box; }
          #footer .footer-content ul.network-logos li a img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0px;
            right: 0px;
            margin-left: auto;
            margin-right: auto; }
          #footer .footer-content ul.network-logos li a::after {
            content: "";
            display: block;
            position: absolute;
            left: 0px;
            bottom: -12px;
            width: 100%;
            height: 12px;
            background: url(../img/footer-logo-shadow.png) center center no-repeat;
            background-size: 100% auto; }
    #footer .footer-content .copyright {
      height: 48px;
      background-color: #015762;
      padding: 0px 45px; }
      #footer .footer-content .copyright p {
        float: left;
        margin: 0px;
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 48px; }
      #footer .footer-content .copyright ul {
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        #footer .footer-content .copyright ul li {
          list-style: none; }
        #footer .footer-content .copyright ul li {
          margin-left: 10px;
          padding-left: 10px;
          position: relative; }
          #footer .footer-content .copyright ul li a {
            font-size: 12px;
            font-weight: 300;
            color: #fff;
            line-height: 48px;
            text-decoration: none; }
            #footer .footer-content .copyright ul li a:hover {
              opacity: .8; }
          #footer .footer-content .copyright ul li::before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            left: 0px;
            width: 1px;
            height: 15px;
            background-color: #fff; }
          #footer .footer-content .copyright ul li:first-child {
            margin-left: 0px;
            padding-left: 0px; }
            #footer .footer-content .copyright ul li:first-child::before {
              display: none; }
  @media only screen and (max-width: 1199px) {
    #footer .footer-content ul.network-logos li {
      margin: 0px 5.5px; }
      #footer .footer-content ul.network-logos li a {
        width: 135px;
        height: 56px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px;
        -o-border-radius: 28px;
        border-radius: 28px;
        background-clip: padding-box; }
        #footer .footer-content ul.network-logos li a img {
          max-width: 100px; } }
  @media only screen and (max-width: 991px) {
    #footer .footer-content ul.network-logos li {
      margin: 0px 5.5px; }
      #footer .footer-content ul.network-logos li a {
        width: 100px;
        height: 46px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        -ms-border-radius: 23px;
        -o-border-radius: 23px;
        border-radius: 23px;
        background-clip: padding-box; }
        #footer .footer-content ul.network-logos li a img {
          max-width: 80px; }
    #footer .footer-content .copyright {
      height: 48px;
      padding: 0px 25px; }
      #footer .footer-content .copyright p {
        font-size: 10px;
        line-height: 48px; }
      #footer .footer-content .copyright ul li {
        margin-left: 8px;
        padding-left: 8px; }
        #footer .footer-content .copyright ul li a {
          font-size: 10px;
          line-height: 48px; }
        #footer .footer-content .copyright ul li::before {
          height: 8px; } }
  @media only screen and (max-width: 767px) {
    #footer .footer-content ul.network-logos {
      margin-bottom: 0px; }
      #footer .footer-content ul.network-logos li {
        margin: 0px;
        width: 33.33%;
        margin-bottom: 15px; }
        #footer .footer-content ul.network-logos li a {
          margin: 0px auto;
          width: 100px;
          height: 40px;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          -ms-border-radius: 20px;
          -o-border-radius: 20px;
          border-radius: 20px;
          background-clip: padding-box; }
          #footer .footer-content ul.network-logos li a img {
            max-width: 70px; }
    #footer .footer-content .copyright {
      height: auto;
      padding: 15px 0px 25px; }
      #footer .footer-content .copyright p {
        font-size: 10px;
        line-height: 1;
        float: none; }
      #footer .footer-content .copyright ul {
        float: none;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 10px; }
        #footer .footer-content .copyright ul li {
          margin-left: 8px;
          padding-left: 8px; }
          #footer .footer-content .copyright ul li a {
            font-size: 10px;
            line-height: 1; }
          #footer .footer-content .copyright ul li::before {
            height: 8px; } }

#inner-content {
  margin-bottom: 30px; }
  #inner-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #6d6e71;
    text-transform: uppercase;
    margin-bottom: 25px; }
  #inner-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b5760;
    margin-bottom: 20px; }
  #inner-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px; }
  #inner-content img {
    margin-bottom: 24px; }
  #inner-content a {
    color: #0b5760;
    text-decoration: underline; }
    #inner-content a:hover {
      text-decoration: none; }
  #inner-content ul.cc-logos-vertical {
    margin: 0px;
    padding: 0px;
    display: block; }
    #inner-content ul.cc-logos-vertical li {
      list-style: none; }
    #inner-content ul.cc-logos-vertical li {
      margin-bottom: 10px; }
      #inner-content ul.cc-logos-vertical li a {
        display: block;
        text-decoration: none; }
  #inner-content .inner-banner {
    position: relative;
    margin-bottom: 60px; }
    #inner-content .inner-banner img {
      margin-bottom: 0px;
      width: 100%;
      height: auto; }
    #inner-content .inner-banner::after {
      content: "";
      display: block;
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: -31px;
      height: 32px;
      width: 100%;
      background: url(../img/inner-banner-shadow.png) center center no-repeat;
      background-size: 100% auto; }
  #inner-content ul.contact-details {
    margin: 0px;
    padding: 0px;
    display: block; }
    #inner-content ul.contact-details li {
      list-style: none; }
    #inner-content ul.contact-details li {
      position: relative;
      margin-bottom: 35px;
      padding-left: 40px;
      color: #015762; }
      #inner-content ul.contact-details li img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px; }
      #inner-content ul.contact-details li a {
        display: block;
        color: #015762;
        text-decoration: none; }
        #inner-content ul.contact-details li a:hover {
          opacity: .8; }
  #inner-content .green-box ul, #inner-content .grey-box ul {
    margin: 0px;
    padding: 0px;
    display: block; }
    #inner-content .green-box ul li, #inner-content .grey-box ul li {
      list-style: none; }
    #inner-content .green-box ul li, #inner-content .grey-box ul li {
      margin-bottom: 10px;
      position: relative;
      font-size: 18px;
      background: url(../img/icon-arrow-bullet.png) left 10px no-repeat;
      padding-left: 25px; }
      #inner-content .green-box ul li:last-child, #inner-content .grey-box ul li:last-child {
        margin-bottom: 0px; }
  #inner-content .form-group {
    margin-bottom: 45px; }
  #inner-content .form-control {
    height: 48px;
    border: none;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px; }
    #inner-content .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: inherit; }
    #inner-content .form-control::-moz-placeholder {
      /* Firefox 19+ */
      font-size: inherit; }
    #inner-content .form-control:-ms-input-placeholder {
      /* IE 10+ */
      font-size: inherit; }
    #inner-content .form-control:-moz-placeholder {
      /* Firefox 18- */
      font-size: inherit; }
  #inner-content textarea.form-control {
    height: auto; }
  #inner-content .col-form-label {
    margin-top: 5px; }
  #inner-content .custom-control {
    margin-top: 10px;
    margin-right: 50px; }
    #inner-content .custom-control:last-child {
      margin-right: 0px; }
  #inner-content .custom-radio .custom-control-input ~ .custom-control-label::before {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  #inner-content .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #015762; }
  @media only screen and (max-width: 1199px) {
    #inner-content .inner-banner::after {
      bottom: -28px; } }
  @media only screen and (max-width: 991px) {
    #inner-content .inner-banner::after {
      bottom: -25px; }
    #inner-content .green-box {
      margin-bottom: 60px;
      height: auto; } }
  @media only screen and (max-width: 767px) {
    #inner-content h1 {
      font-size: 24px;
      margin-bottom: 25px; }
    #inner-content .inner-banner::after {
      bottom: -22px; }
    #inner-content .green-box {
      padding: 30px; } }
  @media only screen and (max-width: 575px) {
    #inner-content .inner-banner {
      margin-bottom: 30px; }
      #inner-content .inner-banner::after {
        bottom: -20px; }
    #inner-content .form-group {
      margin-bottom: 30px; }
    #inner-content .green-box::after {
      bottom: -26px; } }

#dashboard {
  margin-top: 78px;
  margin-bottom: 40px; }
  #dashboard img.dashboard-icon {
    margin-bottom: 28px; }
  #dashboard h1 {
    font-size: 30px;
    font-weight: 600;
    color: #6d6e71;
    text-transform: uppercase;
    margin-bottom: 72px; }
  #dashboard .the-form {
    width: 303px;
    margin: 0px auto; }
    #dashboard .the-form .form-group {
      margin-bottom: 30px; }
      #dashboard .the-form .form-group .form-control {
        height: 48px;
        border: none;
        -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
        font-size: 16px; }
        #dashboard .the-form .form-group .form-control::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          font-size: inherit; }
        #dashboard .the-form .form-group .form-control::-moz-placeholder {
          /* Firefox 19+ */
          font-size: inherit; }
        #dashboard .the-form .form-group .form-control:-ms-input-placeholder {
          /* IE 10+ */
          font-size: inherit; }
        #dashboard .the-form .form-group .form-control:-moz-placeholder {
          /* Firefox 18- */
          font-size: inherit; }
      #dashboard .the-form .form-group textarea.form-control {
        height: auto; }
    #dashboard .the-form .captcha-container {
      margin-bottom: 35px; }
    #dashboard .the-form .forgot-password-link {
      margin-bottom: 25px;
      font-size: 17px;
      font-weight: 400;
      text-transform: uppercase;
      color: #6d6e71; }
      #dashboard .the-form .forgot-password-link a {
        color: #015762;
        text-decoration: none; }
        #dashboard .the-form .forgot-password-link a:hover {
          opacity: .8; }
    #dashboard .the-form .the-button.submit-button {
      display: block;
      width: 100%; }
  @media only screen and (max-width: 767px) {
    #dashboard {
      margin-top: 48px;
      margin-bottom: 100px; }
      #dashboard h1 {
        font-size: 24px;
        margin-bottom: 50px; }
      #dashboard .the-form {
        width: 100%; } }

#inner-content #clients-wrapper .the-client {
  margin-bottom: 50px; }
  #inner-content #clients-wrapper .the-client a {
    display: block;
    text-decoration: none;
    text-align: center;
    height: 190px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); }
    #inner-content #clients-wrapper .the-client a img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto; }
    #inner-content #clients-wrapper .the-client a::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 17px;
      left: 0px;
      bottom: -17px;
      background: url(../img/client-shadow.png) center center no-repeat;
      background-size: 100% auto; }
@media only screen and (max-width: 1199px) {
  #inner-content #clients-wrapper .the-client a {
    height: 170px; }
    #inner-content #clients-wrapper .the-client a img {
      max-width: 150px; } }
@media only screen and (max-width: 767px) {
  #inner-content #clients-wrapper .the-client a {
    width: 330px;
    margin: 0px auto; } }
@media only screen and (max-width: 575px) {
  #inner-content #clients-wrapper .the-client a {
    width: 100%; } }

#soundcloud-clip {
  margin-bottom: 45px; }

#any-questions {
  margin-bottom: 45px; }
  #any-questions h3 {
    font-size: 24px;
    font-weight: 600;
    color: #015762;
    margin-bottom: 30px; }
  #any-questions p {
    color: #7f7f7f;
    font-size: 18px;
    margin-bottom: 24px; }
  #any-questions ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px; }
    #any-questions ul li {
      list-style: none; }
    #any-questions ul li {
      position: relative;
      padding-left: 35px;
      color: #015762; }
      #any-questions ul li img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px; }
      #any-questions ul li a {
        display: block;
        color: #015762;
        text-decoration: none; }
        #any-questions ul li a:hover {
          opacity: .8; }
      #any-questions ul li.or {
        margin: 0px 60px;
        color: #7f7f7f;
        padding-left: 0px; }
  @media only screen and (max-width: 767px) {
    #any-questions ul {
      margin: 0px;
      padding: 0px;
      display: block;
      width: auto; }
      #any-questions ul li {
        list-style: none; }
      #any-questions ul li {
        text-align: center;
        padding: 0px;
        margin: 0px; }
        #any-questions ul li img {
          position: relative;
          top: auto;
          transform: none;
          -webkit-transform: none;
          left: 0px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 10px; }
        #any-questions ul li.or {
          margin: 10px 0px; } }

#inner-content .diversity-clients {
  margin-bottom: 50px;
  padding-top: 30px; }
  #inner-content .diversity-clients h3 {
    width: 100%; }
  #inner-content .diversity-clients .the-carousel {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px; }
  #inner-content .diversity-clients .the-client {
    padding: 5px 0px 10px 0px; }
    #inner-content .diversity-clients .the-client a {
      display: block;
      text-decoration: none;
      text-align: center;
      width: 184px;
      height: 127px;
      margin: 0px auto;
      position: relative;
      background-color: #fff;
      -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2); }
      #inner-content .diversity-clients .the-client a img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        max-width: 170px; }
      #inner-content .diversity-clients .the-client a::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 17px;
        left: 0px;
        bottom: -15px;
        background: url(../img/client-shadow.png) center center no-repeat;
        background-size: 100% auto; }
  @media only screen and (max-width: 1199px) {
    #inner-content .diversity-clients .the-client {
      padding-bottom: 15px; }
      #inner-content .diversity-clients .the-client a {
        width: 160px;
        height: 110px; }
        #inner-content .diversity-clients .the-client a img {
          max-width: 120px; }
        #inner-content .diversity-clients .the-client a::after {
          bottom: -13px; } }
  @media only screen and (max-width: 991px) {
    #inner-content .diversity-clients .the-client a::after {
      bottom: -13px; } }
  @media only screen and (max-width: 767px) {
    #inner-content .diversity-clients {
      margin-bottom: 20px; }
      #inner-content .diversity-clients .the-client {
        padding-bottom: 10px; }
        #inner-content .diversity-clients .the-client a img {
          max-width: 140px; }
        #inner-content .diversity-clients .the-client a::after {
          bottom: -14px; } }
  @media only screen and (max-width: 575px) {
    #inner-content .diversity-clients .the-client {
      padding-bottom: 10px; }
      #inner-content .diversity-clients .the-client a {
        width: 300px;
        margin: 0px auto;
        height: 150px; }
        #inner-content .diversity-clients .the-client a img {
          max-width: 140px; }
        #inner-content .diversity-clients .the-client a::after {
          bottom: -18px; } }

#inner-content .package-boxes .grey-box {
  position: relative;
  padding-right: 206px; }
  #inner-content .package-boxes .grey-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0b5760;
    text-transform: uppercase;
    margin-bottom: 25px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #7f7f7f; }
  #inner-content .package-boxes .grey-box .price-badge {
    width: 134px;
    height: 216px;
    background: url(../img/pricing-tag.png) center top no-repeat;
    position: absolute;
    top: 0px;
    right: 38px;
    text-align: center;
    padding-top: 50px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff; }
    #inner-content .package-boxes .grey-box .price-badge .price {
      font-size: 46px;
      color: #fff;
      line-height: 1;
      font-weight: 400; }
      #inner-content .package-boxes .grey-box .price-badge .price span.the-price {
        font-weight: 700;
        color: inherit; }
@media only screen and (max-width: 1199px) {
  #inner-content .package-boxes .grey-box {
    position: relative;
    padding-right: 156px; }
    #inner-content .package-boxes .grey-box h3 {
      font-size: 22px;
      font-weight: 600;
      color: #0b5760;
      text-transform: uppercase;
      margin-bottom: 25px !important;
      padding-bottom: 20px;
      border-bottom: 1px solid #7f7f7f; }
    #inner-content .package-boxes .grey-box .price-badge {
      width: 100px;
      height: 216px;
      background-size: 100px auto;
      right: 38px;
      padding-top: 40px;
      font-size: 20px; }
      #inner-content .package-boxes .grey-box .price-badge .price {
        font-size: 28px; } }
@media only screen and (max-width: 575px) {
  #inner-content .package-boxes .grey-box {
    position: relative;
    padding-right: 156px; }
    #inner-content .package-boxes .grey-box h3 {
      font-size: 18px;
      font-weight: 600;
      color: #0b5760;
      text-transform: uppercase;
      margin-bottom: 25px !important;
      padding-bottom: 20px;
      border-bottom: 1px solid #7f7f7f; }
    #inner-content .package-boxes .grey-box .price-badge {
      width: 100px;
      height: 216px;
      background-size: 100px auto;
      right: 18px;
      padding-top: 40px;
      font-size: 20px; }
      #inner-content .package-boxes .grey-box .price-badge .price {
        font-size: 28px; }
    #inner-content .package-boxes .grey-box ul li {
      font-size: 14px; } }

#inner-content .press-boxes .the-box {
  width: 320px;
  margin: 0px auto; }
  #inner-content .press-boxes .the-box h3 {
    margin-bottom: 15px; }
  #inner-content .press-boxes .the-box .box-image {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px; }
    #inner-content .press-boxes .the-box .box-image img {
      width: 100%;
      margin: 0px; }
    #inner-content .press-boxes .the-box .box-image::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 17px;
      left: 0px;
      bottom: -17px;
      background: url(../img/press-shadow.png) center center no-repeat;
      background-size: 100% auto; }
  #inner-content .press-boxes .the-box a.download-link {
    text-align: center;
    display: block;
    width: 140px;
    margin: 0px auto;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding-left: 30px; }
    #inner-content .press-boxes .the-box a.download-link img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0px;
      margin-top: -2px; }
@media only screen and (max-width: 1199px) {
  #inner-content .press-boxes .the-box {
    width: 100%; } }
@media only screen and (max-width: 991px) {
  #inner-content .press-boxes {
    padding-top: 30px; }
    #inner-content .press-boxes .the-box {
      width: 300px;
      margin: 0px auto; } }
@media only screen and (max-width: 767px) {
  #inner-content .press-boxes .the-box {
    width: 100%; } }

#employers-az h1 {
  font-size: 30px;
  font-weight: 600;
  color: #6d6e71;
  text-transform: uppercase;
  margin-bottom: 25px; }
#employers-az p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px; }
#employers-az .toolbar {
  height: 48px;
  background-color: #f5f2f2;
  text-align: center;
  margin-bottom: 60px; }
  #employers-az .toolbar ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1; }
    #employers-az .toolbar ul li {
      list-style: none; }
    #employers-az .toolbar ul li {
      position: relative;
      padding-right: 14px;
      margin-right: 14px; }
      #employers-az .toolbar ul li a {
        font-size: 14px;
        font-weight: 600;
        color: #226d76;
        text-transform: uppercase;
        line-height: 48px;
        text-decoration: none; }
        #employers-az .toolbar ul li a:hover {
          opacity: .8; }
      #employers-az .toolbar ul li::after {
        content: "|";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0px;
        color: #c6c6c6;
        font-size: 14px;
        line-height: 48px; }
      #employers-az .toolbar ul li:last-child {
        margin-right: 0px;
        padding-right: 0px; }
        #employers-az .toolbar ul li:last-child::after {
          display: none; }
#employers-az .col-lg-3 {
  margin-bottom: 70px; }
  #employers-az .col-lg-3 h3 {
    font-size: 30px;
    font-weight: 600;
    color: #226d76;
    text-transform: uppercase;
    margin-bottom: 18px; }
  #employers-az .col-lg-3 ul {
    margin: 0px;
    padding: 0px;
    display: block; }
    #employers-az .col-lg-3 ul li {
      list-style: none; }
    #employers-az .col-lg-3 ul li {
      font-size: 16px;
      letter-spacing: -.05em; }
@media only screen and (max-width: 1199px) {
  #employers-az .toolbar {
    height: auto;
    padding: 0px 10px; } }

#search-result .the-form {
  position: relative;
  margin-bottom: 65px; }
  #search-result .the-form .form-control {
    height: 48px;
    border: none;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px; }
    #search-result .the-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      font-size: inherit; }
    #search-result .the-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      font-size: inherit; }
    #search-result .the-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      font-size: inherit; }
    #search-result .the-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      font-size: inherit; }
  #search-result .the-form textarea.form-control {
    height: auto; }
  #search-result .the-form .btn-search {
    padding: 0px;
    border: none;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    text-align: center;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10px;
    z-index: 1;
    width: 26px;
    height: 26px;
    background: url(../img/icon-search-2.png) center center no-repeat; }
    #search-result .the-form .btn-search:focus {
      outline: 0; }
#search-result .results .the-result {
  position: relative;
  padding-bottom: 26px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ededed; }
  #search-result .results .the-result .the-title {
    font-size: 30px;
    font-weight: 600;
    color: #0b5760;
    padding-right: 310px; }
  #search-result .results .the-result .the-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #3d3d3d;
    text-transform: uppercase;
    padding-right: 310px; }
  #search-result .results .the-result a.the-button {
    width: 300px;
    position: absolute;
    right: 0px;
    top: 10px; }
@media only screen and (max-width: 1199px) {
  #search-result .results .the-result .the-title {
    font-size: 28px;
    padding-right: 270px; }
  #search-result .results .the-result .the-subtitle {
    padding-right: 270px; }
  #search-result .results .the-result a.the-button {
    width: 250px; } }
@media only screen and (max-width: 991px) {
  #search-result .results .the-result .the-title {
    font-size: 22px;
    padding-right: 220px; }
  #search-result .results .the-result .the-subtitle {
    padding-right: 220px; }
  #search-result .results .the-result a.the-button {
    width: 200px; } }
@media only screen and (max-width: 767px) {
  #search-result .results .the-result .the-title {
    font-size: 22px;
    line-height: 28px;
    padding-right: 0px;
    margin-bottom: 10px; }
  #search-result .results .the-result .the-subtitle {
    padding-right: 0px; }
  #search-result .results .the-result a.the-button {
    width: 200px;
    position: relative;
    top: auto;
    margin-top: 20px; } }

#inner-content .job-display .job-header {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative; }
  #inner-content .job-display .job-header img.job-display-logo {
    float: left;
    margin: 0px; }
  #inner-content .job-display .job-header .employer-of-the-week {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
    width: 276px;
    height: 52px;
    background-color: #015762;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 52px; }
#inner-content .job-display h1 span {
  color: #226d76;
  font-size: 21px;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px; }
#inner-content .job-display .job-details-box ul.the-details {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: block;
  overflow: hidden; }
  #inner-content .job-display .job-details-box ul.the-details li {
    list-style: none; }
  #inner-content .job-display .job-details-box ul.the-details > li {
    width: 19%;
    float: left;
    text-align: center;
    position: relative;
    height: 54px; }
    #inner-content .job-display .job-details-box ul.the-details > li.soc {
      width: 24%; }
      #inner-content .job-display .job-details-box ul.the-details > li.soc::after {
        display: none; }
    #inner-content .job-display .job-details-box ul.the-details > li .the-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      color: #226d76;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #inner-content .job-display .job-details-box ul.the-details > li .the-value {
      font-size: 18px;
      font-weight: 400;
      line-height: 1; }
    #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia {
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-top: 8px; }
      #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia li {
        list-style: none; }
      #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia li {
        margin-left: 20px; }
        #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia li a {
          display: block;
          text-decoration: none; }
        #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia li:first-child {
          margin-left: 0px; }
    #inner-content .job-display .job-details-box ul.the-details > li::after {
      content: "";
      position: absolute;
      position: absolute;
      top: 2px;
      right: 0px;
      width: 1px;
      height: 42px;
      background-color: #414141; }
#inner-content .job-display ul, #inner-content .job-display ol {
  padding-left: 20px; }
#inner-content .job-display a.apply-button {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px; }
#inner-content .job-display .job-note img {
  float: left;
  margin-right: 20px;
  margin-top: 2px; }
#inner-content .job-display .job-note p strong {
  color: #015762; }
@media only screen and (max-width: 1199px) {
  #inner-content .job-display .job-details-box {
    padding: 30px 10px; }
  #inner-content .job-display .job-note p br {
    display: none; } }
@media only screen and (max-width: 991px) {
  #inner-content .job-display .job-header {
    margin-bottom: 50px; }
    #inner-content .job-display .job-header img.job-display-logo {
      max-width: 200px; }
    #inner-content .job-display .job-header .employer-of-the-week {
      width: 225px;
      height: 52px;
      font-size: 16px; }
  #inner-content .job-display h1 {
    font-size: 22px; }
    #inner-content .job-display h1 span {
      font-size: 18px;
      margin-top: 0px; }
  #inner-content .job-display .job-details-box {
    padding-bottom: 0px; }
    #inner-content .job-display .job-details-box ul.the-details > li {
      width: 50%;
      height: 54px;
      margin-bottom: 30px; }
      #inner-content .job-display .job-details-box ul.the-details > li.soc {
        width: 100%; }
      #inner-content .job-display .job-details-box ul.the-details > li:nth-child(2n):after {
        display: none; }
      #inner-content .job-display .job-details-box ul.the-details > li .the-title {
        font-size: 18px;
        margin-bottom: 10px; }
      #inner-content .job-display .job-details-box ul.the-details > li .the-value {
        font-size: 18px; }
      #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia {
        margin-top: 0px; }
  #inner-content .job-display a.apply-button {
    width: 240px; } }
@media only screen and (max-width: 767px) {
  #inner-content .job-display .job-header {
    margin-bottom: 50px; }
    #inner-content .job-display .job-header img.job-display-logo {
      max-width: 150px;
      float: none;
      margin-bottom: 20px; }
    #inner-content .job-display .job-header .employer-of-the-week {
      width: 250px;
      height: 48px;
      line-height: 48px;
      font-size: 16px;
      position: relative;
      top: auto;
      transform: none;
      -webkit-transform: none;
      right: auto; }
  #inner-content .job-display h1 {
    font-size: 20px; }
    #inner-content .job-display h1 span {
      font-size: 18px;
      margin-top: 0px; }
  #inner-content .job-display .job-details-box {
    padding-bottom: 0px; }
    #inner-content .job-display .job-details-box ul.the-details > li {
      width: 100%;
      height: 54px;
      margin-bottom: 30px; }
      #inner-content .job-display .job-details-box ul.the-details > li:after {
        display: none; }
      #inner-content .job-display .job-details-box ul.the-details > li .the-title {
        font-size: 18px;
        margin-bottom: 10px; }
      #inner-content .job-display .job-details-box ul.the-details > li .the-value {
        font-size: 18px; }
      #inner-content .job-display .job-details-box ul.the-details > li ul.socialmedia {
        margin-top: 0px; }
  #inner-content .job-display a.apply-button {
    width: 240px; } }

#inner-content .apply-online .white-box {
  position: relative; }
  #inner-content .apply-online .white-box .the-title {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #6d6e71;
    text-transform: uppercase;
    margin-bottom: 28px; }
  #inner-content .apply-online .white-box .the-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #226d76;
    line-height: 1;
    margin-bottom: 28px; }
  #inner-content .apply-online .white-box .the-location {
    font-size: 18px;
    font-weight: 600;
    color: #6d6e71;
    position: relative;
    padding-left: 25px; }
    #inner-content .apply-online .white-box .the-location img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0px; }
  #inner-content .apply-online .white-box a.the-button-lined {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 40px; }
#inner-content .apply-online .step-1 label {
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  padding-right: 10px; }
#inner-content .apply-online .step-1 .form-control {
  width: 303px;
  margin-right: 48px; }
#inner-content .apply-online .step-1 .the-button {
  width: 300px; }
#inner-content .apply-online .step-2 textarea.form-control {
  padding: 40px 25px; }
#inner-content .apply-online .step-2 hr {
  margin-bottom: 45px; }
@media only screen and (max-width: 991px) {
  #inner-content .apply-online .white-box {
    padding: 35px; }
    #inner-content .apply-online .white-box .the-title {
      font-size: 20px;
      margin-bottom: 28px; }
    #inner-content .apply-online .white-box .the-subtitle {
      font-size: 16px;
      font-weight: 600;
      color: #226d76;
      line-height: 1;
      margin-bottom: 24px; }
    #inner-content .apply-online .white-box .the-location {
      font-size: 16px;
      padding-left: 25px; }
      #inner-content .apply-online .white-box .the-location img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px; }
    #inner-content .apply-online .white-box a.the-button-lined {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 40px; }
  #inner-content .apply-online .step-1 .the-button {
    width: 200px; } }
@media only screen and (max-width: 767px) {
  #inner-content .apply-online .white-box {
    padding: 35px; }
    #inner-content .apply-online .white-box .the-title {
      font-size: 20px;
      margin-bottom: 28px; }
    #inner-content .apply-online .white-box .the-subtitle {
      font-size: 16px;
      font-weight: 600;
      color: #226d76;
      line-height: 1;
      margin-bottom: 24px; }
    #inner-content .apply-online .white-box .the-location {
      font-size: 16px;
      padding-left: 25px;
      margin-bottom: 20px; }
    #inner-content .apply-online .white-box a.the-button-lined {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      -webkit-transform: none; }
  #inner-content .apply-online .step-1 .form-control {
    width: 300px;
    margin-right: 0px; }
  #inner-content .apply-online .step-1 .the-button {
    clear: left;
    margin-top: 30px;
    width: 200px; } }
@media only screen and (max-width: 575px) {
  #inner-content .apply-online .white-box {
    padding: 25px; } }

#inner-content .jobs-by-email .form-header {
  margin-bottom: 50px; }

ul.pagination li {
  margin: 0px; }
  ul.pagination li a {
    padding: 0px;
    margin: 0px;
    border: none;
    padding: 0px 10px;
    min-width: 33px;
    height: 33px;
    line-height: 33px;
    background-color: rgba(1, 87, 98, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    text-align: center;
    color: #015762; }
    ul.pagination li a.prev, ul.pagination li a.next {
      width: 33px;
      height: 33px;
      position: relative; }
      ul.pagination li a.prev img, ul.pagination li a.next img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto; }
    ul.pagination li a.prev {
      margin-right: 145px; }
    ul.pagination li a.next {
      margin-left: 145px; }
    ul.pagination li a:hover, ul.pagination li a.active {
      background-color: #015762;
      color: #fff; }
      ul.pagination li a:hover.prev, ul.pagination li a:hover.next, ul.pagination li a.active.prev, ul.pagination li a.active.next {
        background: none; }
@media only screen and (max-width: 767px) {
  ul.pagination li a.prev {
    margin-right: 25px; }
  ul.pagination li a.next {
    margin-left: 25px; } }

#inner-content.employer-profile {
  /* p{
  	font-size:12px; line-height: 21px;
  } */ }
  #inner-content.employer-profile .employer-profile-header {
    position: relative;
    margin-bottom: 40px; }
    #inner-content.employer-profile .employer-profile-header img.the-logo {
      margin-bottom: 0px; }
    #inner-content.employer-profile .employer-profile-header a.visit-site {
      position: absolute;
      right: 15px;
      top: 0px; }
  #inner-content.employer-profile h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px; }
  #inner-content.employer-profile img.employer-content-img {
    margin-bottom: 0px;
    height: 100%;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5); }
  #inner-content.employer-profile .video-container {
    height: 100%;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5); }
  #inner-content.employer-profile .employer-footer {
    position: relative; }
    #inner-content.employer-profile .employer-footer img {
      width: 100%;
      margin-bottom: 0px; }
    #inner-content.employer-profile .employer-footer::after {
      content: "";
      position: absolute;
      left: 0px;
      width: 100%;
      bottom: -30px;
      height: 30px;
      background: url(../img/employer-footer-shade.png) center top no-repeat;
      background-size: 100% auto; }
  @media only screen and (max-width: 575px) {
    #inner-content.employer-profile .employer-profile-header {
      margin-bottom: 40px; }
      #inner-content.employer-profile .employer-profile-header img.the-logo {
        margin-bottom: 0px; }
      #inner-content.employer-profile .employer-profile-header a.visit-site {
        position: relative;
        right: auto;
        top: 0px;
        margin-top: 30px; }
    #inner-content.employer-profile img.employer-content-img {
      margin-bottom: 30px;
      height: auto;
      -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5); }
    #inner-content.employer-profile .video-container {
      margin-bottom: 30px;
      height: auto;
      -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5); } }

/*# sourceMappingURL=app.css.map */
