* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans-Regular.eot");
  src: url("/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Regular.woff") format("woff"), url("/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans-SemiBold.eot");
  src: url("/fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-SemiBold.woff") format("woff"), url("/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/OpenSans-Bold.eot");
  src: url("/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-Bold.woff") format("woff"), url("/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GothamBoldRegular';
  src: url("/fonts/gotham-bold-webfont.eot");
  src: url("/fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-bold-webfont.woff") format("woff"), url("/fonts/gotham-bold-webfont.ttf") format("truetype"), url("/fonts/gotham-bold-webfont.svg#GothamBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamBookRegular';
  src: url("/fonts/gotham-book-webfont.eot");
  src: url("/fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-book-webfont.woff") format("woff"), url("/fonts/gotham-book-webfont.ttf") format("truetype"), url("/fonts/gotham-book-webfont.svg#GothamBookRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamMediumRegular';
  src: url("/fonts/gotham-medium-webfont.eot");
  src: url("/fonts/gotham-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-medium-webfont.woff") format("woff"), url("/fonts/gotham-medium-webfont.ttf") format("truetype"), url("/fonts/gotham-medium-webfont.svg#GothamMediumRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamBlackRegular';
  src: url("/fonts/gotham-black-webfont.eot");
  src: url("/fonts/gotham-black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-black-webfont.woff") format("woff"), url("/fonts/gotham-black-webfont.ttf") format("truetype"), url("/fonts/gotham-black-webfont.svg#GothamBlackRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamLightRegular';
  src: url("/fonts/gotham-light-webfont.eot");
  src: url("/fonts/gotham-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/gotham-light-webfont.woff") format("woff"), url("/fonts/gotham-light-webfont.ttf") format("truetype"), url("/fonts/gotham-light-webfont.svg#GothamLightRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

body, p, a, input, .f-book {
  font-family: 'GothamBookRegular'; }

h1, h2, h3, h4, h5 {
  font-family: 'GothamMediumRegular'; }

.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-18 {
  font-size: 18px !important; }

.fs-16 {
  font-size: 16px !important; }

.ts-24 {
  font-size: 24px; }

.nm {
  margin: 0; }

strong, .f-strong {
  font-family: "GothamBoldRegular" !important; }

.footer-items strong {
  font-family: "GothamBookRegular" !important; }

.book-bold {
  font-family: "GothamBookRegular" !important;
  font-weight: bold; }

.f-light {
  font-family: 'GothamLightRegular'; }

.text-black {
  color: #000 !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/* FormPlaceholder - not quite typography I know, maybe I'll move it later.*/
.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control:-moz-placeholder {
  color: #999; }

.form-control::-moz-placeholder {
  color: #999; }

.form-control:-ms-input-placeholder {
  color: #999; }

.heading {
  color: #153661;
  font-family: 'GothamBlackRegular';
  font-size: 18px; }

/* Imports */
html, body {
  min-height: 100%;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

html {
  position: relative; }

body {
  background: #fff; }
  body a {
    color: #d9343e; }

/* These sections require min-height: 100% so footer can be fixed to bottom */
body.contact-thanks section, section.contact, section.register {
  min-height: 100%; }

b, strong {
  font-weight: normal; }

.hide {
  display: none !important; }

a:focus,
button:focus {
  outline: 0; }

.page-content p {
  line-height: 1.6; }

.page-content .ws {
  white-space: nowrap; }

.hirer-cta {
  display: block;
  float: right;
  margin-top: -80px; }

.about-cta {
  margin-bottom: 20px; }

.page-content .staff-image {
  float: left;
  margin: 0 20px 0 0;
  width: 30%; }

.page-content hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #ccc; }

.red {
  color: #d9343e; }

.clearfix {
  clear: both; }

.uppercase {
  text-transform: uppercase; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.no-padding {
  padding: 0; }

.fw-normal, .fw-normal label {
  font-weight: normal !important; }

.p-rel {
  position: relative; }

.m-right-10 {
  margin-right: 10px; }

.m-left-10 {
  margin-left: 10px; }

.m-right-7 {
  margin-right: 7px; }

.m-left-7 {
  margin-left: 7px; }

.m-right-50 {
  margin-right: 50px; }

.m-top-100 {
  margin-top: 100px; }

.m-top-75 {
  margin-top: 75px; }

.m-top-80 {
  margin-top: 80px; }

.m-top-60 {
  margin-top: 60px; }

.m-btm-0 {
  margin-bottom: 0; }

.m-btm-4 {
  margin-bottom: 4px; }

.m-top-45 {
  margin-top: 45px; }

.candidate-filters {
  margin-top: 20px; }

.m-top-45 {
  margin-top: 45px; }

.p-top-0 {
  padding-top: 0; }

.p-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.m-30 {
  margin: 30px; }

.m-0 {
  margin: 0; }

.m-top-90 {
  margin-top: 90px; }

.m-btm-30 {
  margin-bottom: 30px; }

.m-top-25 {
  margin-top: 25px; }

.m-top-30 {
  margin-top: 30px; }

.m-top-5 {
  margin-top: 5px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-20 {
  margin-top: 20px !important; }

.m-top-10 {
  margin-top: 10px; }

.no-justify {
  -ms-flex-pack: inherit !important;
  justify-content: inherit !important; }

.pad-right-40 {
  padding-right: 20px;
  margin-right: 20px; }

.pad-right-15 {
  padding-right: 15px; }

.b-b-1 {
  border-bottom: 1px solid #ececec; }

.b-0 {
  border: 0; }

.right-alert {
  width: 70%;
  float: right;
  color: red;
  font-size: 10px;
  text-align: right; }

.tag-br {
  width: 100%;
  display: block;
  margin-top: 6px; }

hr.xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.badge-white {
  background: #fff;
  color: #333; }

.badge-green {
  background: #34be78;
  color: #fff; }

.text-right {
  text-align: right; }

.tag_btn {
  border-radius: 3px !important; }

.fs-50 {
  font-size: 50px; }

.fs-24 {
  font-size: 24px; }

.fs-23 {
  font-size: 23px; }

.fs-12 {
  font-size: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.img-responsive {
  width: 100%; }

.p-5 {
  padding: 5px; }

.white-space {
  white-space: pre-line;
  text-align: center; }

.b-left {
  border-left: 2px solid #efefef; }

.b-top {
  border-top: 1px solid #efefef; }

.b-none {
  border: 0 !important; }

.text-center {
  text-align: center; }

.label-danger {
  background-color: #d16565; }

.label-danger.label-outline {
  background-color: #fff;
  color: #d16565;
  font-weight: bolder;
  border: 3px solid #d16565;
  padding: 2px 5px;
  margin-bottom: 2px;
  display: inline-block; }

.label-danger.label-outline .brand-close {
  background-position: 208px -315px;
  width: 7px;
  height: 7px; }

.label-inline {
  margin-right: 4px;
  margin-bottom: 6px;
  display: inline-block; }

.form-control.select2-container {
  height: 46px !important;
  line-height: 46px !important;
  border-radius: 0px !important;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.display-inline {
  display: inline !important; }

.display-none {
  display: none !important; }

.tooltip-inner {
  max-width: 350px !important;
  width: 350px !important;
  padding: 20px !important;
  text-align: left !important; }

.modal-sm {
  max-width: 400px !important;
  min-width: 300px !important;
  width: auto !important; }

a.firmlink:focus, a.firmlink:hover {
  text-decoration: none !important; }

.university-tag {
  margin-top: 5px; }

.university-tag2 {
  margin-top: 5px; }

.select2-drop {
  color: #333 !important; }

.select2-results li:first-child {
  display: none; }

.select2-results .select2-result-with-children li:first-child {
  display: list-item !important; }

.select2-results .select2-highlighted {
  background: #1e90ff !important; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none !important; }

.select2-container .select2-choice > .select2-chosen {
  padding-left: 12px !important; }

.select2-container .select2-choice {
  height: 46px !important;
  line-height: 46px !important;
  background-image: none !important;
  border-radius: 0px !important; }

.select2-drop-active {
  border: 1px solid #66afe9 !important;
  border-top: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important; }

.form-control.select2-container.select2-dropdown-open {
  border-color: #66afe9 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border-image: none !important;
  border-style: none !important;
  background: #fff !important; }

.select2-dropdown-open .select2-choice {
  background-image: none !important;
  border-image: none !important;
  border-style: none !important;
  background: #fff !important; }

.select2-container .select2-choice .select2-arrow {
  background: #FFF !important;
  border-left: none !important;
  padding-top: 8px !important; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

.right-form-block {
  width: 100%;
  display: block;
  background: #343838; }

.form-block-inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px; }

.form-block-inner .form-control {
  border-radius: 0; }

.form-block-inner label {
  color: #fff;
  font-size: 12px; }

.form-block-inner .form-group {
  margin-bottom: 1px; }

.form-block-inner .btn {
  border: 0;
  padding: 6px 12px;
  margin-top: 20px; }

.form-title {
  text-align: center;
  color: #fff;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #484c4b; }

.ucwords {
  text-transform: uppercase; }

.text-green {
  color: #99b022; }

.text-red {
  color: #d16565; }

.text-red-2 {
  color: #d9343e; }

.text-black {
  color: #000; }

.fc-black {
  color: #000; }

.text-blue {
  color: #153661; }

.text-red {
  color: #d9343e; }

.text-light-blue {
  color: #005cba; }

.label-extra {
  font-size: 10px;
  margin-top: 5px; }

.label-primary {
  background-color: #2159a2; }

.label-red {
  background-color: #d16565; }

.terms-label {
  float: left;
  margin-right: 10px; }

.banner {
  margin-top: 130px;
  background: url("/img/smiling-lady.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 485px; }
  .banner.blog-banner, .banner.contact-banner {
    padding: 5% 0; }
  .banner .arrow-cta {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    transform: translateY(-50%);
    color: #fff;
    background: transparent;
    text-align: center;
    padding: 15px 0;
    font-size: 20px; }
    .banner .arrow-cta.right {
      right: 0; }
    .banner .arrow-cta.left {
      left: 0; }
  .banner .carousel {
    padding: 30px 0;
    min-height: 60vh; }
    .banner .carousel .item {
      min-height: 300px;
      padding-top: 3%; }
  .banner h2 {
    color: #2d2d2d;
    line-height: 50px;
    font-size: 40px;
    color: #575654; }
    .banner h2 span {
      color: #d9343e; }
  .banner h1 {
    color: #2d2d2d;
    line-height: 50px;
    font-size: 30px;
    color: #575654; }
    .banner h1 span {
      color: #d9343e; }
  .banner p {
    font-size: 18px;
    line-height: 28px;
    color: #4c4c4c; }

.central-text-block h2,
.full-width-three-col h2 {
  color: #d9343e;
  font-weight: 200;
  margin-bottom: 30px; }

.central-text-block .fa,
.full-width-three-col .fa {
  color: #4c4c4c;
  font-size: 60px;
  margin-bottom: 30px; }

.home .central-text-block h2 {
  color: #575654; }

.how-it-works-landing h2 {
  font-size: 60px; }

.central-text-block {
  padding: 20px 0; }
  .central-text-block.central-padding {
    padding-top: 120px; }
  .central-text-block p {
    color: #2d2d2d;
    margin-bottom: 30px; }

.home .central-text-block {
  padding: 60px 0 0; }

.full-width-centered {
  padding: 60px 0;
  background: #fafafa;
  text-align: center; }
  .full-width-centered h3 {
    font-family: 'Open Sans';
    color: #6c6c6c; }
    .full-width-centered h3 span {
      color: #d9343e;
      font-weight: bold; }

.full-width-three-col {
  padding: 60px 0;
  background: #fafafa; }
  .full-width-three-col .how-works-item {
    padding: 0 2%; }
    .full-width-three-col .how-works-item p {
      font-weight: 700; }
    .full-width-three-col .how-works-item img {
      margin-bottom: 20px; }
  .full-width-three-col.how-it-works-landing {
    padding: 20px 0; }
  .full-width-three-col .how-works-inner {
    padding: 5% 5% 0% 5%;
    border-radius: 50px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    min-height: 495px; }

.darker-grey {
  background: #f3f3f3;
  padding: 20px 0; }
  .darker-grey h2 {
    color: #d9343e;
    margin-bottom: 50px; }

.image-right-block {
  background: #d9343e;
  padding: 0; }
  .image-right-block p {
    color: #fff; }

.text-wrapper {
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute; }
  .text-wrapper p {
    font-size: 16px; }

.video-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 30%; }
  .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.work-step {
  padding: 1px 15px 15px 15px; }
  .work-step h3 {
    font-family: 'Open Sans';
    font-weight: 700;
    margin-top: 10px; }
  .work-step p {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 20px; }
  .work-step h3, .work-step p {
    color: #fff; }
  .work-step.red {
    background: #d9343e; }
  .work-step.grey {
    background: #5c5b5b; }
  .work-step.dark-grey {
    background: #404040; }

.parallelogram {
  width: 93%;
  height: 40px;
  transform: skew(44deg);
  margin-left: 19px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.31) inset; }
  .parallelogram.red {
    background: #d9343e; }
  .parallelogram.grey {
    background: #5c5b5b; }

.blog {
  padding: 60px 0;
  background-color: #fafafa; }
  .blog .listing h4 a {
    font-family: 'GothamMediumRegular';
    color: #000; }
  .blog .panel {
    padding: 15px;
    background: #fff;
    min-height: 330px; }
  .blog .brand-sidebar h4 {
    color: #d9343e; }

body.page-blog .full-width-central {
  padding: 20px 0; }

.arrow-list {
  list-style: none; }

.pricingTable {
  border-collapse: collapse;
  width: 100%;
  font-weight: bold; }

.pricingTable thead th {
  color: #FFFFFF;
  text-align: center;
  background: #2d2d2d; }

.pricingTable tr:nth-child(even) {
  background: #FFFFFF; }

.pricingTable tbody td {
  color: #FFFFFF; }

.pricingTable tbody td:nth-child(1) {
  background: #b53038; }

.pricingTable td, .pricingTable th {
  padding: 7px 7px; }

.pricingTable tfoot {
  color: #FFFFFF;
  background: #2d2d2d; }

.membershipTable {
  width: 100%;
  text-align: left; }

.membershipTable thead {
  background: #2d2d2d;
  border-bottom: 1px solid black; }

.membershipTable thead th {
  font-weight: bold;
  color: #FFFFFF; }

.membershipTable td, .membershipTable th {
  padding: 10px 16px; }

.membershipTable tr:nth-child(even) {
  background: #FFFFFF; }

.contact .banner {
  margin-bottom: 20px; }

.contact-column {
  text-align: center;
  margin-bottom: 30px; }
  .contact-column .fa {
    font-size: 60px;
    margin-top: 20px; }

body.contact .full-width-centered {
  padding: 20px 0;
  min-height: 200px; }

.media-left, .media > .pull-left {
  padding-right: 30px; }

.confirmation-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  height: 350px; }

/* Header */
.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  box-shadow: 0 3px 2px -2px rgba(128, 128, 128, 0.47); }
  .main-header .logo {
    padding: 15px 0; }
  .main-header .navbar {
    padding-top: 40px; }
    .main-header .navbar .cta.red {
      color: #d9343e;
      background: none;
      border: 2px solid #d9343e;
      font-size: 14px;
      line-height: 20px;
      padding: 15px 20px; }
      .main-header .navbar .cta.red:hover {
        color: #d9343e; }
  .main-header .header-cta {
    border: 2px solid #2d2d2d;
    color: #2d2d2d;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 40px;
    float: right; }

.main-header .login-box {
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px; }

.main-header .login-box .form-container {
  width: 100%;
  display: block; }

.main-header .login-box .form-container .form-control {
  border-radius: 0;
  margin-top: 10px; }

.main-header .login-box a {
  color: #fff;
  margin-top: 2px;
  display: inline-block; }

.main-header .login-box .form-controls {
  display: inline-block;
  width: 100%;
  margin-top: 10px; }

.main-header .login-box .form-controls .section {
  width: 50%;
  float: left; }

.main-header .login-box .form-controls {
  font-size: 10px; }

.main-header .login-box .form-controls .btn-primary {
  border-radius: 0;
  background: #343838;
  border: 0;
  width: 100%;
  font-size: 11px; }

.main-header .login-box .brand-sprite.brand-reset {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  background-position: 230px 0; }

.sign-in-linkedin {
  width: 166px;
  height: 24px;
  background-size: 100%;
  border: none;
  background-repeat: no-repeat;
  background-image: url("/img/Sign-in-Small---Default.png"); }

.sign-in-linkedin:hover {
  background-image: url("/img/Sign-in-Small---Hover.png");
  background-color: transparent; }

.sign-in-linkedin:active {
  background-image: url("/img/Sign-in-Small---Active.png");
  background-color: transparent; }

.main-header .brand-user {
  width: 23px;
  height: 23px;
  display: block;
  background-position: -65px 145px;
  position: absolute;
  right: 0;
  top: 0; }

/* Top Nav */
.navbar-header {
  background: #343838;
  height: 50px;
  text-align: center; }

.navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 3px;
  background: #ccc;
  margin-bottom: 5px; }

.nav.navbar-nav {
  width: 100%;
  border-bottom: 1px solid #fff; }

.nav.navbar-nav li a {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

.nav.navbar-nav li.active a {
  font-family: 'GothamBlackRegular'; }

/* List items */
.list-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 15px li;
    margin-left-width: 100%;
    margin-left-display: block;
    margin-left-margin: 15px 0;
    margin-left-position: relative;
    margin-left-padding-left: 15px; }

.list-items.big-margin li {
  margin-bottom: 30px; }

.list-items li:first-child {
  margin-top: 0; }

.list-items li .brand-icon {
  width: 22px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  left: -15px;
  position: absolute; }

.list-items li a {
  text-decoration: none !important;
  color: #d9343e; }

/* Footer */
footer {
  background: #2d2d2d;
  padding-top: 20px;
  width: 100%; }
  footer ul {
    padding: 0; }
    footer ul li {
      display: inline-block;
      margin-right: 15px; }
      footer ul li a {
        transition: 0.5s;
        color: #a9a9a9; }
        footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
          color: #b53038;
          text-decoration: none; }
    footer ul.footer-social {
      text-align: right; }
      footer ul.footer-social li.twitter a {
        background-color: #4dacd8; }
      footer ul.footer-social li.linkedin a {
        background-color: #205392; }
      footer ul.footer-social li.youtube a {
        background-color: #ff0000; }
      footer ul.footer-social li a {
        display: block;
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        position: relative; }
        footer ul.footer-social li a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 20px; }
    footer ul.footer-address li {
      display: block; }
  footer .cta {
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    display: inline-block; }
  footer .contact-area {
    text-align: center;
    color: #a9a9a9; }

.footer-items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 15px; }

.footer-items li {
  width: 100%;
  display: block;
  margin: 15px 0;
  position: relative;
  padding-left: 15px; }

.footer-items.big-margin li {
  margin-bottom: 30px; }

.footer-items li:first-child {
  margin-top: 0; }

.footer-items li .brand-icon {
  width: 10px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  left: -15px;
  position: absolute; }

.footer-items li a {
  text-decoration: none !important;
  color: #FFFFFF !important; }

.footer .footer-right-foot {
  margin-top: 50px;
  text-align: right;
  font-size: 10px; }

.block-label {
  display: block; }

.btn-apd {
  font-size: 12px;
  padding: 15px 34px; }

.block-label .notice {
  font-style: italic;
  float: right;
  display: inline-block; }

.candidates .banner {
  padding-bottom: 80px;
  padding-top: 8%; }
  .candidates .banner h2 {
    font-size: 40px; }
    .candidates .banner h2 span {
      font-size: 30px; }

.full-width-central {
  padding: 80px 0;
  text-align: center; }
  .full-width-central.half-padding {
    padding: 40px 0; }
  .full-width-central.quarter-padding {
    padding: 40px 0; }
  .full-width-central.no-padding {
    padding: 0px; }
  .full-width-central p {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 400; }

.hirer .btn-primary {
  padding: 10px 18px;
  margin-top: 20px; }

/*Form Tabs*/
.register {
  padding: 0 0 60px 0;
  background: #f5f5f5; }
  .register .banner {
    margin-bottom: 60px;
    background-color: #fff;
    background-image: url("/img/handshake-banner.jpg");
    background-size: contain;
    background-position: top right;
    padding: 8% 0; }
    .register .banner h2 {
      text-transform: uppercase; }
    .register .banner h1 {
      text-transform: uppercase; }
  .register .register-content h2 {
    color: #d9343e; }
  .register .register-content li {
    font-weight: 700;
    margin-bottom: 10px; }
  .register .intro-para {
    text-transform: uppercase;
    font-weight: 700; }

.frontend-register .register p.registration-text a {
  color: #d9343e; }

section.register {
  min-height: 100%; }

.form-tabs .nav-tabs > li {
  width: 50%;
  display: inline-block; }

.form-tabs .nav-tabs > li > a > .brand-icon {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px; }

.form-tabs .nav-tabs > li.active > a,
.form-tabs .nav-tabs > li.active > a:hover,
.form-tabs .nav-tabs > li.active > a:focus {
  color: #d9343e;
  cursor: default;
  border: 0px solid #ddd;
  border-bottom-color: transparent; }

.form-tabs .nav-tabs li a {
  font-size: 12px;
  border-radius: 0;
  background: #f0f0f0;
  color: #2d2d2d;
  margin-right: 0;
  margin-left: 0;
  border: 0; }

.form-tabs .nav-tabs li.active a {
  background: #fff;
  color: #d9343e;
  font-weight: 700; }

.form-tabs .tab-pane .tab-title {
  text-align: center;
  color: #2d2d2d;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #31537f; }

.form-tabs .tab-content {
  display: block;
  color: #2d2d2d;
  background: #fff;
  padding: 0 20px; }

.form-tabs .tab-content .tab-pane {
  padding-bottom: 15px; }

.p-360 {
  width: 360px !important; }

.form-tabs .btn.btn-primary {
  background: #75869a;
  border: 0; }

.form-tabs .tab-content form label {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 3px; }

.form-tabs .tab-content form .form-control {
  border-radius: 0; }

.form-tabs form .form-group {
  margin-bottom: 5px; }

.form-tabs p.footer-text {
  color: #2d2d2d;
  font-size: 10px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px; }

.form-tabs .tab-content .tab-pane p.footer-text span {
  display: block !important; }

.form-tabs p.footer-text a {
  text-decoration: none;
  color: #f7f9f3; }

/* Reset Passwprd Box */
.center-box-grey {
  background: #343838;
  text-align: center;
  color: #fff;
  margin-top: 120px;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 40px; }

.center-box-grey h1 {
  color: #fff;
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase; }

.center-box-grey p {
  width: 70%;
  margin: 0 auto; }

.center-box-grey .form-block {
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 40px;
  position: relative; }

.center-box-grey .form-block .brand-sprite.brand-icon {
  position: absolute;
  width: 35px;
  height: 34px;
  right: 4px;
  top: 7px; }

.center-box-grey .form-block .form-control {
  border-radius: 0;
  margin-bottom: 10px; }

.center-box-grey .form-block button {
  border-radius: 0;
  background: #d9343e;
  border: 0;
  font-family: 'GothamMediumRegular'; }

/* Blog Headings */
.heading {
  font-family: 'GothamMediumRegular'; }

/* Blog Listings */
.brand-sidebar .heading {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 0; }

.blogcategories {
  color: #3c3c3c; }
  .blogcategories:hover {
    color: #d9343e; }

.blog-listings .listing {
  margin-bottom: 10px; }

.blog-listings .listing img {
  width: 100%; }

.blog-listings .listing p {
  font-size: 12px;
  font-style: italic; }

.blog-listings .listing .btn.btn-primary {
  padding: 7px 15px;
  font-size: 12px; }

.blog-listings hr {
  margin-top: 7px;
  margin-bottom: 8px; }

.blog-listings .heading {
  margin-bottom: 0px; }

.blog-listings .subheading {
  font-size: 12px;
  color: #d9343e;
  font-weight: bold; }

/* Blog ListingDetail */
.blog-post .post-heading .heading {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 0; }

.blog-post .post-heading .subheading {
  font-size: 12px;
  color: #d9343e;
  font-weight: bold;
  margin-bottom: 30px; }

.panel-bar {
  background: #fff;
  padding: 16px;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }

.comments .media-body {
  font-style: italic;
  font-size: 12px; }

.comments .media-body .media-heading {
  font-style: normal; }

.comments .media-body .subheading {
  display: block;
  color: #d9343e;
  font-style: normal;
  margin-top: -5px; }

.comments .media-body hr {
  margin-top: 7px;
  margin-bottom: 7px; }

.comments .media-body .subheading .reply {
  color: #d16565;
  font-style: normal; }

/* Sidebars */
.pad-30-well {
  background: #fff;
  padding: 30px; }

.pad-30-well .heading {
  margin-top: 0; }

.tags .label-primary {
  padding: .35em .7em .35em;
  font-size: inherit;
  line-height: 2.4;
  font-size: 90%;
  background: #d9343e;
  border-radius: 0;
  font-family: 'GothamBoldRegular'; }

.brand-sidebar .tags {
  margin-top: 5px; }

.two {
  padding: 0 1em;
  list-style: none; }

.arrow-list li {
  line-height: 1;
  color: #3c3c3c;
  font-size: 12px;
  font-weight: bold; }

.arrow-list li:before {
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.50em 0 0.50em 0.50em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative; }

/*Forms*/
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background: #f7f9f3;
  border: 0; }

.light-outline-form .form-control {
  background: none;
  border-radius: 0; }

input.form-control, select.form-control {
  border-radius: 0;
  font-size: 14px; }

input.form-control,
textarea.form-control {
  border-radius: 3px;
  background: #FAFAFA; }

/* Colour Schemes */
.bg-blue {
  background: #153661; }

/* Buttons */
.btn {
  border-radius: 0; }

.btn-primary {
  background: #d9343e;
  border: none; }
  .btn-primary:hover {
    background: #2d2d2d; }

.cta {
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-size: 16px;
  border: none; }
  .cta.red {
    background: #d9343e; }
  .cta.dark-grey {
    background: #2d2d2d; }
  .cta:hover {
    color: #fff;
    text-decoration: none; }
  .cta.dark-grey:hover {
    background: #d9343e; }
  .cta.cta-spacer {
    margin-right: 15px; }
  .cta:disabled {
    cursor: progress;
    background: rgba(45, 45, 45, 0.8); }

.btn-grey {
  background: #999898;
  border: none;
  color: #fff; }

.btn-grey:hover {
  color: #fff; }

.btn-dark-grey {
  background: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff !important; }

.btn-dark-grey:hover {
  color: #fff !important; }

.btn-padding-x-40 {
  padding-left: 40px;
  padding-right: 40px; }

.cursor-text {
  cursor: text !important; }

/* Icons & Logo*/
.brand-icon.brand-lg-user {
  background-position: -66px -178px; }

.brand-icon.brand-lg-hirer {
  background-position: -87px -178px; }

.brand-icon.brand-comment {
  display: block;
  background-position: 0px 188px;
  position: absolute;
  right: 16px;
  width: 22px;
  top: 14px;
  height: 22px; }

.brand-sprite.brand-arrow-up {
  border: 0;
  background-color: transparent;
  background-position: -134px -269px;
  width: 13px;
  height: 7px; }

.brand-sprite.brand-arrow-down {
  border: 0;
  background-color: transparent;
  background-position: -134px -288px;
  width: 13px;
  height: 10px; }

.brand-sprite {
  background-image: url("/img/sprites-v6.png"); }

.brand-sprite.brand-close {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-position: -3px -392px;
  background-position: 208px 296px;
  margin-left: 5px; }

.brand-sprite.brand-search-red {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-position: 209px -26px;
  position: relative;
  top: 2px; }

.brand-sprite.top-logo {
  margin-top: 52px;
  width: 280px;
  height: 100px;
  background-position: -8px -5px;
  position: absolute; }

.brand-sprite.brand-cloud {
  width: 196px;
  height: 120px;
  background-position: 260px 123px;
  margin: 0 auto; }

.brand-sprite.top-logo-2 {
  margin-top: 70px;
  width: 133px;
  height: 170px;
  background-position: -467px -2px;
  display: inline-block;
  margin-bottom: 10px; }

.brand-sprite.brand-files {
  width: 56px;
  height: 69px;
  display: block;
  background-position: 56px 70px; }

.brand-sprite.brand-social {
  width: 44px;
  height: 44px;
  display: inline-block; }

.brand-sprite.brand-mail {
  background-position: 0px 97px; }

.brand-sprite.brand-social.brand-facebook {
  background-position: 0px 44px; }

.brand-sprite.brand-social.brand-twitter {
  background-position: -44px 44px; }

.brand-sprite.brand-social.brand-linkedin {
  background-position: -88px 44px; }

.brand-icon.brand-pin {
  background-position: 0px 144px; }

.brand-icon.brand-pointer {
  background-position: -22px 144px; }

.brand-icon.brand-phone {
  background-position: -44px 144px; }

.brand-icon.brand-phone.blue {
  background-position: -44px 166px; }

.brand-icon.brand-pointer.blue {
  background-position: -22px 166px; }

.brand-icon.brand-pin.blue {
  background-position: 0px 166px; }

.brand-icon.brand-time.blue {
  background-position: -108px 165px; }

.brand-sprite.brand-exl {
  width: 15px;
  height: 18px;
  display: block;
  background-position: -32px 63px; }

.brand-static {
  width: 22px;
  height: 22px;
  position: static;
  display: inline-block; }

.brand-user-blue {
  background-position: -65px 166px; }

.brand-search-blue {
  background-position: -153px 166px; }

.brand-sprite.brand-plus {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-position: 230px -17px; }

.panel-bar .brand-icon.brand-plus {
  display: block;
  background-position: -22px 188px;
  position: absolute;
  right: 16px;
  width: 22px;
  top: 14px;
  height: 22px; }

.heading-right span:first-child {
  position: relative;
  top: -5px !important;
  right: 5px !important; }

.heading-right i {
  display: inline-block !important;
  position: static !important; }

.brand-cv-blue {
  background-position: -87px 166px; }

.brand-referral {
  background-position: -131px 166px; }

h4 .brand-static {
  top: 2px; }

/* Appended */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 14px !important;
  color: #abaaaa;
  font-size: 13px; }

div.dataTables_wrapper .info.shown.active > td {
  border-bottom: none !important; }

div.dataTables_wrapper .active > td {
  border-bottom: 5px solid #ffffff !important; }

tbody.active td, .table > tbody > tr.active.shown > td {
  opacity: 0.9; }

tr.active .table > tbody > tr > td {
  border-top: 0; }

.dropzone.dz-clickable {
  cursor: default; }

/* for large screens */
.col-lg-10.col-lg-offset-1 {
  max-width: 1600px; }

#cv-select-button {
  cursor: pointer;
  pointer-events: auto;
  z-index: 1000; }

.badge {
  cursor: pointer;
  min-width: 16px; }

#myNavbar {
  padding-left: 0;
  padding-right: 0; }

.faq blockquote {
  font-family: 'GothamBoldRegular';
  border-left: 5px solid #ddd; }

.faq .well {
  line-height: 1.6;
  background: #fff; }

.well {
  margin-top: -14px; }

/* Pagination */
.pagination {
  padding-top: 8px; }

.pagination > li {
  margin-left: 3px;
  display: inline-block;
  font-size: 13px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #888; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 2px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #abaaaa;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 13px;
  text-align: center;
  transition: all 0.25s; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #abaaaa;
  background-color: #eee; }

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  width: auto;
  border-radius: 0;
  border-bottom: 2px solid transparent; }

.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover,
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #abaaaa;
  transition: all 0.25s; }

.pagination > li.disabled > a:focus,
.pagination > li.disabled > a:hover {
  border-bottom: 2px solid transparent; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #abaaaa; }

.table-striped > tbody > tr.active > td {
  border-top: 0; }

.table-striped > tbody > tr.active strong.fs-16.m-top-20 {
  display: block;
  font-family: "GothamBookRegular" !important;
  font-weight: normal; }

.table-striped > tbody > tr.active ul li {
  font-family: "GothamBoldRegular" !important;
  font-size: 14px; }

.table-striped > tbody > tr.active ul li .text-green {
  font-family: "GothamBookRegular" !important;
  font-weight: normal;
  font-size: 12px; }

.brand-sidebar .sidebar-nav li a {
  font-family: 'GothamMediumRegular'; }

.sidebar-footer .sidebar-link {
  line-height: 21px; }

.navbar-form {
  display: inline-block;
  padding: 4px 8px;
  margin: 0;
  font-style: italic; }

.navbar-form .form-control {
  border: 0;
  font-size: 12px; }

.navbar-form .btn-default {
  border: 0; }

.navbar-form .input-group {
  border: 1px solid #d8d8d8;
  border-radius: 3px; }

.navbar-form .input-group > .form-control {
  min-width: 250px;
  height: 30px;
  box-shadow: 0 0 0; }

.navbar-form .input-group .btn-default {
  border-left: 0;
  height: 30px; }

#ucas-modal .table {
  margin-top: 30px; }

#ucas-modal .table > tbody > tr > td, #ucas-modal .table > tbody > tr > th, #ucas-modal .table > tfoot > tr > td, #ucas-modal .table > tfoot > tr > th, #ucas-modal .table > thead > tr > td, #ucas-modal .table > thead > tr > th {
  font-size: 13px !important;
  padding: 5px;
  text-align: center; }

.bootstrap-select > .dropdown-toggle span.pull-left {
  position: absolute;
  left: 5px;
  right: 25px;
  width: auto !important;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left; }

.form-group span.red {
  display: block;
  margin-left: 0 !important; }

/* introduction-modal */
#introduction-modal .modal-content {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  border-radius: 26px;
  box-shadow: 0 0 0;
  position: absolute;
  left: 325px;
  right: 168px; }

.walkthrough li {
  position: fixed;
  color: #d9343e;
  width: 22px;
  height: 22px;
  text-align: center;
  padding-top: 0px;
  border: 1px solid #d9343e;
  background: #fff;
  border-radius: 2px;
  list-style: none;
  box-shadow: 0px 0px 0px 2px white;
  font-family: 'GothamBoldRegular'; }

.walkthrough li.one {
  top: 8px;
  left: 250px; }

.walkthrough li.two {
  top: 348px;
  left: 65px; }

.walkthrough li.three {
  top: 396px;
  left: 46px; }

.walkthrough li.four {
  top: 446px;
  left: 36px; }

#removeModal .modal-body {
  min-height: 90px; }

#introduction-modal .modal-header {
  padding: 10px 15px 5px;
  border-bottom: 0; }

#introduction-modal .modal-header h4 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-family: 'GothamBoldRegular'; }

#introduction-modal .modal-body {
  padding-top: 0;
  padding-bottom: 30px; }

#introduction-modal .close {
  float: none;
  position: absolute;
  bottom: -0;
  right: -0;
  color: red;
  text-shadow: 0 0 0;
  opacity: 1;
  font-weight: normal;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid red;
  text-align: center;
  padding-top: 0;
  background: #888; }

#introduction-modal .close:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 1px;
  background: red;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

#introduction-modal .information {
  color: #d9343e;
  border: 2px solid #d9343e;
  border-radius: 50%;
  display: block;
  width: 36px;
  height: 36px;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  font-family: 'GothamBoldRegular';
  position: absolute;
  top: 2px;
  right: -40px; }

#introduction-modal .information:hover {
  text-decoration: none; }

#introduction-modal .close:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 1px;
  background: red;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg); }

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2em;
  margin-left: -2em;
  height: 4em;
  width: 4em;
  animation: rotation 1s infinite linear;
  border: 1px solid rgba(21, 54, 97, 0.2);
  border-top-color: rgba(21, 54, 97, 0.7);
  border-radius: 50%; }

.loading-white {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.7); }

@keyframes rotation {
  to {
    transform: rotate(360deg); } }

.processing {
  position: relative;
  min-height: 120px; }

.book-bold,
.footer-items strong {
  font-weight: normal;
  font-family: "GothamBoldRegular" !important; }

.footer-telephone-ie {
  display: none; }

/* hide selectpicker title to just display close button */
.dropdown-menu .popover-title span {
  color: #fff;
  opacity: 0; }

.edit-search-buttons {
  float: none !important;
  display: block;
  width: 100%;
  text-align: right; }

.contact p {
  font-size: 16px;
  font-weight: 700; }

body.error-404 {
  overflow: hidden; }
  body.error-404 .confirmation-text {
    max-width: 50%;
    height: 200px; }
  body.error-404 footer {
    position: absolute;
    bottom: 0; }

.calendly-inline-widget {
  height: 100%;
  max-height: 65%; }

.cookie-background {
  position: fixed;
  bottom: 0;
  z-index: 991;
  left: 0;
  width: 25%; }

#cookie-bar {
  background: #f7f7f7;
  padding: 15px 30px;
  height: auto;
  line-height: 20px;
  color: #ffffff;
  font-size: 12px;
  border: 1px solid #000; }
  #cookie-bar .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    #cookie-bar .fixed.bottom {
      bottom: 0;
      top: auto; }
  #cookie-bar p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Open Sans';
    color: #5f5b5b;
    line-height: 15px;
    margin-bottom: 20px; }
    #cookie-bar p a {
      color: #000; }
  #cookie-bar a {
    display: inline-block; }

.margin-left-auto, .margin-auto-horiz {
  margin-left: auto; }

.margin-right-auto, .margin-auto-horiz {
  margin-right: auto; }

.max-width-50-pc {
  max-width: 50%; }

@media (min-width: 993px) {
  .row-posts {
    clear: both; } }

@media (min-width: 992px) {
  .modal-sm {
    max-width: 840px !important; }
  .candidate-filters {
    margin-top: 66px; }
  .hirer p {
    line-height: 27.9px; }
  .max-width-50-pc-md-up {
    max-width: 50%; } }

@media (min-width: 768px) {
  .subnav.nav.navbar-nav li:first-child a {
    padding-left: 0; }
  .modal-sm {
    max-width: 600px !important; }
  body header.main-header,
  body header.main-header .logo,
  body header.main-header .navbar {
    float: left; }
    body header.main-header .nav > li > a,
    body header.main-header .logo .nav > li > a,
    body header.main-header .navbar .nav > li > a {
      padding: 15px 20px; }
  body header.main-header .logo {
    width: 20%; }
  body.schedule-meeting .calendly-inline-widget {
    margin-top: 130px; } }

@media (min-width: 768px) and (max-width: 992px) {
  /*Blog Adjustments*/
  .row-posts {
    clear: none; }
  .listing-clearfix {
    clear: both; } }

@media (max-width: 1280px) {
  body .banner .arrow-cta {
    display: none; } }

@media (max-width: 1199px) {
  .container {
    width: 100% !important; } }

@media (max-width: 1024px) {
  .video-block {
    padding-bottom: 50%; }
  .register .banner {
    background-size: cover; }
  .banner h2 {
    margin: 20px 0; }
  .text-wrapper p {
    font-size: 11px; }
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block;
    margin-top: 50px; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tags .label-primary {
    font-size: 9px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    word-break: break-word;
    white-space: normal; } }

@media (max-width: 991px) {
  body .top-nav ul {
    padding: 0;
    text-align: center; }
    body .top-nav ul li {
      margin-right: 2px;
      padding: 4px 6px; }
      body .top-nav ul li .fa {
        font-size: 12px; }
  body .full-width-three-col .how-works-item {
    margin-bottom: 30px; }
  .work-step {
    padding-left: 15px;
    padding-right: 15px; }
    .work-step br {
      display: none; }
    .work-step p {
      font-size: 14px;
      line-height: 18px; }
  .parallelogram {
    width: 91%; }
  .cookie-background {
    width: 50%; } }

@media (max-width: 767px) {
  body .main-header {
    position: relative;
    min-height: 100px;
    box-shadow: none; }
    body .main-header .header-cta {
      position: absolute;
      bottom: 20px;
      right: 115px; }
    body .main-header .navbar-toggle {
      margin-top: 35px; }
    body .main-header .navbar {
      position: absolute;
      left: 0;
      right: 0;
      top: 58px;
      width: 100%;
      background: #fff;
      z-index: -9999; }
      body .main-header .navbar #myNavbar {
        width: 100%; }
        body .main-header .navbar #myNavbar li {
          margin: 0;
          padding: 0; }
          body .main-header .navbar #myNavbar li .cta.red {
            color: #fff;
            border: none;
            background: #d9343e; }
          body .main-header .navbar #myNavbar li a {
            padding: 15px;
            border-bottom: 1px solid #ccc; }
  body .banner .carousel {
    min-height: auto; }
    body .banner .carousel .item {
      min-height: 200px;
      padding-top: 0; }
  body footer {
    text-align: center; }
    body footer ul.footer-social {
      text-align: center; }
    body footer .cta {
      margin-bottom: 20px;
      padding-left: 15px;
      width: 158px;
      margin-right: 15px; }
  body .banner {
    margin-top: 0;
    background-position: 82% -16%;
    min-height: auto;
    max-height: 480px; }
    body .banner .arrow-cta {
      display: none; }
    body .banner h2 {
      font-size: 21px;
      line-height: 30px; }
    body .banner .carousel {
      background: rgba(0, 0, 0, 0.3);
      padding: 30% 0 30px 0; }
    body .banner .cta {
      width: 100%;
      margin-bottom: 15px; }
  body .candidates .banner {
    padding-top: 30%; }
    body .candidates .banner h2 {
      color: #2d2d2d;
      font-size: 25px;
      line-height: 30px; }
  body .banner.blog-banner,
  body .banner.contact-banner {
    padding-top: 20%;
    min-height: 50vh;
    margin-top: 0; }
    body .banner.blog-banner h2,
    body .banner.contact-banner h2 {
      color: #2d2d2d;
      font-size: 25px;
      line-height: 30px; }
  .cookie-background {
    width: 80%; }
  .work-step {
    padding-bottom: 10px; }
    .work-step h3 {
      margin: 10px 0 5px 0;
      font-size: 18px; }
  .central-text-block h2 {
    padding: 20px 30px;
    margin: 0;
    font-size: 21px; }
  .full-width-three-col {
    padding: 0px 0 60px 0; }
    .full-width-three-col .how-works-item {
      width: 90%;
      margin-left: 5%;
      margin-right: auto; }
    .full-width-three-col:not(.how-works-landing) .how-works-item:first-child *[class*="fa"] {
      margin-top: 20px; }
  .how-it-works-landing h2 {
    font-size: 40px; }
  .parallelogram {
    width: 93%;
    height: 25px; }
  #cookie-bar {
    padding-top: 54px;
    line-height: 16px; }
  body.blog {
    padding: 0; }
  /*BS3 Adjustments*/
  .col-sm-m-top-30 {
    margin-top: 30px; }
  .col-sm-block {
    width: 100%; }
  body .main-header .logo {
    float: left;
    padding: 15px; }
  .image-right-block .handshake {
    margin-right: 15px;
    padding-bottom: 15px;
    margin-top: 350px; }
  .navigation .navbar-form {
    display: none; }
  #myNavbar .navbar-nav {
    margin: 0;
    padding: 0;
    background: #fff; }
  .navbar-toggle {
    display: block;
    z-index: 1000;
    margin-top: 50px; }
  .main-header .no-padding-mobile {
    padding: 0; }
  .main-header .logo {
    padding-left: 15px; }
    .main-header .logo img {
      width: 65%; }
  .brand-sprite.top-logo {
    margin-top: 75px;
    position: relative; }
  .profile-steps a {
    white-space: nowrap; }
  .footer {
    text-align: center; }
  .footer-items {
    margin: 0 auto;
    display: inline-block; }
  .footer-items li {
    text-align: left; }
  .list-items {
    margin: 0 auto;
    display: inline-block; }
  .list-items li {
    text-align: left; }
  .col-sm-cen, .col-sm-cen p {
    text-align: center !important; }
  .banner h2 {
    font-size: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4); }
  .calendly-inline-widget {
    overflow-y: unset !important; }
  .how-works-icon .img-responsive {
    width: 50%;
    margin-left: auto;
    margin-right: auto; }
  .backend .brand-sidebar {
    width: 160px; }
  .backend .main-view {
    margin-left: 160px; }
  .home .central-text-block h2 {
    font-size: 15px; }
  .register .banner h2 {
    margin-top: 25%; }
  ul.sidebar-nav {
    overflow-y: scroll;
    max-height: 450px; }
  .text-wrapper {
    margin-top: 20px; }
    .text-wrapper p {
      font-size: 15px; }
      .text-wrapper p:not(.text-center) {
        max-width: 65%;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center; }
  .image-right-block .handshake {
    margin-top: 350px; }
  .max-width-50-pc-sm {
    max-width: 50%; } }

@media (min-width: 580px) and (max-width: 767px) {
  .image-right-block .handshake {
    margin-top: 280px; } }

@media (max-width: 667px) {
  .bootstrap-select.btn-group .dropdown-menu {
    max-width: 100%; }
  .alt-modal.clone-select-modal .modal-content {
    max-width: 100%; }
  .alt-modal.clone-select-modal .modal-body {
    padding: 5px; }
  .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 12px;
    padding: 5px; }
  .fs-50 {
    font-size: 36px; }
  .navbar {
    min-height: 0; }
  .label-list li {
    width: 100%; }
  .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (max-width: 500px) {
  /* Center Box Responsive */
  .center-box-grey p {
    width: 90%; }
  .center-box-grey .form-block {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 480px) {
  .parallelogram {
    width: 92.9%;
    margin-left: 12px; }
  .image-right-block .handshake {
    margin-top: 380px; }
  .video-block {
    min-height: 200px; }
  .membershipTable td, .membershipTable th {
    padding: 10px 5px;
    text-align: center; } }

/*# sourceMappingURL=main.css.map */
