/* Variables */
/* line 109, ../scss/base/config/variables.scss */
button-radius {
  border-radius: 3px;
}

/* Inheritance */
/* line 26, ../scss/base/config/mixins.scss */
.hide {
  position: absolute;
  left: -9999px;
}

/* line 30, ../scss/base/config/mixins.scss */
.clear {
  clear: both;
}

/* line 4, ../scss/base/config/type.scss */
body {
  font-family: "sansproregular", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: normal;
  color: #555759;
}

/* line 14, ../scss/base/config/type.scss */
p,
a,
li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}
/* line 20, ../scss/base/config/type.scss */
p strong,
a strong,
li strong {
  font-weight: 600;
}

/* line 27, ../scss/base/config/type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "sansproregular", Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
  color: #555759;
}
/* line 33, ../scss/base/config/type.scss */
h1.hr, h2.hr, h3.hr, h4.hr, h5.hr, h6.hr {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
/* line 38, ../scss/base/config/type.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  font-size: inherit;
}

/* line 43, ../scss/base/config/type.scss */
h1 {
  font-size: 30px;
  line-height: 36px;
  color: #1d8893;
}

/* line 48, ../scss/base/config/type.scss */
h5, h2 {
  color: #282828;
  font-size: .9em;
}

/* line 52, ../scss/base/config/type.scss */
h6 {
  font-size: .9em;
  font-weight: normal;
}

/* line 60, ../scss/base/config/type.scss */
p.large {
  font-size: 1.2em;
}
/* line 63, ../scss/base/config/type.scss */
p.p-quote {
  font-size: 35px;
  font-weight: 200;
  line-height: 43px;
}
@media (max-width: 568px) {
  /* line 63, ../scss/base/config/type.scss */
  p.p-quote {
    word-wrap: break-word;
  }
}
/* line 71, ../scss/base/config/type.scss */
p.p-caption {
  font-size: 14px;
  font-style: italic;
  color: #878787;
}

/* line 80, ../scss/base/config/type.scss */
a {
  color: inherit;
  text-decoration: none;
}
/* line 83, ../scss/base/config/type.scss */
a:hover {
  color: inherit;
}
/* line 86, ../scss/base/config/type.scss */
a:active {
  color: inherit;
}
/* line 89, ../scss/base/config/type.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 94, ../scss/base/config/type.scss */
a.link {
  color: #1d9ff2;
}
/* line 96, ../scss/base/config/type.scss */
a.link:hover {
  color: #0c84d0;
}
/* line 99, ../scss/base/config/type.scss */
a.link:active {
  color: #1d9ff2;
}
/* line 102, ../scss/base/config/type.scss */
a.link:hover, a.link:focus {
  text-decoration: underlined;
}

/* line 110, ../scss/base/config/type.scss */
ul {
  margin: 0 0 10px;
}
/* line 112, ../scss/base/config/type.scss */
ul.bullet {
  list-style: disc;
  padding-left: 20px;
}

/* line 117, ../scss/base/config/type.scss */
#jobdetail ul {
  list-style: inherit;
  list-style-type: disc;
}

/* line 121, ../scss/base/config/type.scss */
#jobdetail ul li ul {
  list-style: inherit;
  list-style: circle;
}

/* line 128, ../scss/base/config/type.scss */
.asc-survey-question {
  color: #282828;
}

/* line 7, ../scss/base/plugins/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  border-radius: 0;
  background: #282828;
  top: -2px;
  border: medium none;
  height: 16px;
  width: 12px;
}

/* line 21, ../scss/base/plugins/jquery-ui.scss */
.ui-datepicker-calendar {
  /* Override JQuery UI Calendar Styles */
}
/* line 23, ../scss/base/plugins/jquery-ui.scss */
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  width: auto;
  height: auto;
}
/* line 30, ../scss/base/plugins/jquery-ui.scss */
.ui-datepicker-calendar .ui-state-default {
  background: #f1f2f3;
}
/* line 33, ../scss/base/plugins/jquery-ui.scss */
.ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #ffe3eb;
}
/* line 39, ../scss/base/plugins/jquery-ui.scss */
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default.ui-state-highlight {
  background: #e8e0ff;
  color: #004276;
}
/* line 42, ../scss/base/plugins/jquery-ui.scss */
.ui-datepicker-calendar .ui-datepicker-today .ui-state-default.ui-state-highlight.ui-state-active {
  color: #c00;
}

/* line 50, ../scss/base/plugins/jquery-ui.scss */
.ui-widget-header {
  background: #1d8893;
}

/* line 54, ../scss/base/plugins/jquery-ui.scss */
.ui-slider-horizontal {
  height: 12px;
  background: #e5e5e5;
}

/* line 64, ../scss/base/plugins/jquery-ui.scss */
.ui-autocomplete {
  border-radius: 0;
}

/* line 68, ../scss/base/plugins/jquery-ui.scss */
.ui-menu .ui-menu-item a.ui-state-focus {
  background: #f2f2f2;
  border-radius: 0;
  border: medium none;
  /*	height: 16px; */
  /*	top: -2px; */
  /*	width: 12px; */
}

/* line 8, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control {
  width: 30px;
  height: 75px;
  background: rgba(124, 127, 136, 0.8);
  top: 50%;
  margin-top: -37px;
  opacity: 1;
  border: none;
  border-radius: 0;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 18, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control.left {
  left: -8px;
}
/* line 20, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control.left span {
  left: 4px;
}
/* line 22, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control.right {
  right: -8px;
}
/* line 24, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control:hover {
  background: rgba(112, 114, 123, 0.8);
}
/* line 26, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control:hover span {
  color: #dddddf;
}
@media (max-width: 568px) {
  /* line 26, ../scss/base/plugins/bootstrap.scss */
  .carousel .carousel-control:hover span {
    color: #282828;
  }
}
/* line 35, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-control span {
  font-size: 50px;
  text-shadow: none;
  height: 50px;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -25px;
  color: #d0d0d3;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (max-width: 568px) {
  /* line 35, ../scss/base/plugins/bootstrap.scss */
  .carousel .carousel-control span {
    color: #282828;
    font-size: 30px;
    left: 0px;
    top: -200%;
  }
}
/* line 54, ../scss/base/plugins/bootstrap.scss */
.carousel .carousel-indicators {
  display: none;
}

@media (max-width: 320px) {
  /* line 59, ../scss/base/plugins/bootstrap.scss */
  .carousel-control.right {
    left: 92%;
  }
}
@media (max-width: 568px) {
  /* line 67, ../scss/base/plugins/bootstrap.scss */
  .carousel-control.right {
    left: 96%;
  }
}
@media (max-width: 360px) {
  /* line 75, ../scss/base/plugins/bootstrap.scss */
  .carousel-control.right {
    left: 93%;
  }
}
/* line 90, ../scss/base/plugins/bootstrap.scss */
.panel-group .panel + .panel {
  margin: 0;
}

/* line 94, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 0 0 10px;
}

/* line 98, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading {
  padding: 0;
  background: transparent;
  border: none;
  border-top: 1px solid #cccccc;
  border-radius: 0;
}
/* line 105, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading h4.panel-title {
  font-size: 13px;
  color: #878787;
}
/* line 108, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading h4.panel-title a {
  padding: 8px 0;
  display: block;
}
/* line 111, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading h4.panel-title a i {
  float: right;
  margin: -1px 10px 0 0;
  font-size: 15px;
}
/* line 117, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading h4.panel-title a:hover,
.panel-default > .panel-heading h4.panel-title a:active {
  color: #878787;
}

/* line 123, ../scss/base/plugins/bootstrap.scss */
.panel-default:last-child > .panel-heading {
  border-bottom: 1px solid #cccccc;
}

/* line 126, ../scss/base/plugins/bootstrap.scss */
.panel-group .panel {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: none;
}

/* line 132, ../scss/base/plugins/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
}

/* line 140, ../scss/base/plugins/bootstrap.scss */
.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

/* line 147, ../scss/base/plugins/bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f2f2f2;
}

/* line 6, ../scss/base/components/button.scss */
input.btn,
button.btn,
a.btn,
.btn {
  font-weight: 300;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 17, ../scss/base/components/button.scss */
input.btn:active, input.btn.active,
button.btn:active,
button.btn.active,
a.btn:active,
a.btn.active,
.btn:active,
.btn.active {
  box-shadow: none;
}

/* line 25, ../scss/base/components/button.scss */
.btn.btn-default {
  color: #282828;
  border: 1px solid #282828;
  background: transparent;
  font-weight: normal;
  transition: all 400ms;
}
/* line 31, ../scss/base/components/button.scss */
.btn.btn-default:hover {
  color: #1d8893;
}

/* line 35, ../scss/base/components/button.scss */
.btn.btn-primary {
  color: #ffffff;
  border: none;
  background: #282828;
}
/* line 39, ../scss/base/components/button.scss */
.btn.btn-primary:hover {
  background: #202020;
  color: #ffffff;
}
/* line 43, ../scss/base/components/button.scss */
.btn.btn-primary:active {
  background: #0f0f0f;
}

/* line 47, ../scss/base/components/button.scss */
.btn.btn-secondary {
  color: #ffffff;
  border: none;
  background: #1d8893;
}
/* line 51, ../scss/base/components/button.scss */
.btn.btn-secondary:hover {
  background: #1a7c86;
}
/* line 54, ../scss/base/components/button.scss */
.btn.btn-secondary:active {
  background: #156168;
}

/* line 58, ../scss/base/components/button.scss */
.btn.btn-plain,
.btn-cancel,
.btn.asc-cancel {
  color: #555759;
  background: #edeff2;
}
/* line 63, ../scss/base/components/button.scss */
.btn.btn-plain:active,
.btn-cancel:active,
.btn.asc-cancel:active {
  background: #cfd5dd;
}

/* line 68, ../scss/base/components/button.scss */
.btn.btn-plain.btn-danger:hover, .btn.btn-plain.btn-danger:active {
  color: #ffffff;
}
/* line 72, ../scss/base/components/button.scss */
.btn.btn-plain.btn-danger:active {
  background: #c72f29;
}

/* line 76, ../scss/base/components/button.scss */
.btn.btn-success {
  color: #ffffff;
  background: #98ca4a;
  opacity: 1;
}
/* line 80, ../scss/base/components/button.scss */
.btn.btn-success:active {
  background: #7eae33;
}

/* line 84, ../scss/base/components/button.scss */
.asc-trash .btn:last-child,
.asc-trash-wrapper .btn:last-child {
  border-radius: 0px;
}

/* line 88, ../scss/base/components/button.scss */
.asc-trash .btn:nth-child(1),
.asc-trash-wrapper .btn:nth-child(1) {
  background-image: none;
  background-color: #E15650;
}
/* line 92, ../scss/base/components/button.scss */
.asc-trash .btn:nth-child(1):hover,
.asc-trash-wrapper .btn:nth-child(1):hover {
  background-color: #E15650;
}

/* line 96, ../scss/base/components/button.scss */
.btn.btn-danger {
  color: #ffffff;
  background: #DA4F49;
  opacity: 1;
}
/* line 100, ../scss/base/components/button.scss */
.btn.btn-danger:hover {
  background: #da4f49;
}
/* line 103, ../scss/base/components/button.scss */
.btn.btn-danger:active {
  background: #c72f29;
}

/* line 107, ../scss/base/components/button.scss */
#asc-cta-upload-resume-button {
  cursor: pointer;
}

/* line 110, ../scss/base/components/button.scss */
.fa-cloud-upload {
  cursor: pointer;
}

/* line 117, ../scss/base/components/button.scss */
.btn.btn-social {
  border-radius: 0;
  padding: 12px 18px;
  padding-left: 58px;
  position: relative;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
}
/* line 125, ../scss/base/components/button.scss */
.btn.btn-social:hover {
  border: none;
}
/* line 128, ../scss/base/components/button.scss */
.btn.btn-social.connected {
  opacity: .6;
}
/* line 130, ../scss/base/components/button.scss */
.btn.btn-social.connected:hover {
  cursor: default;
}
/* line 134, ../scss/base/components/button.scss */
.btn.btn-social i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 44px;
  text-align: center;
  padding-top: 12px;
  font-size: 22px;
}

/* line 142, ../scss/base/components/button.scss */
.btn.btn-facebook {
  background: #3b5998;
  color: white;
}
/* line 145, ../scss/base/components/button.scss */
.btn.btn-facebook i {
  border-right: 1px solid #30487b;
}
/* line 148, ../scss/base/components/button.scss */
.btn.btn-facebook:hover {
  background: #344e86;
}

/* line 152, ../scss/base/components/button.scss */
.btn.btn-linkedin {
  background: #0e76a8;
  color: white;
}
/* line 155, ../scss/base/components/button.scss */
.btn.btn-linkedin i {
  border-right: 1px solid #0b5c82;
}
/* line 158, ../scss/base/components/button.scss */
.btn.btn-linkedin:hover {
  background: #0c6590;
}

/* line 166, ../scss/base/components/button.scss */
.btn.btn-lg {
  padding: 12px 30px;
  font-size: 16px;
}

/* line 171, ../scss/base/components/button.scss */
.btn.btn-wide {
  padding-left: 22px;
  padding-right: 22px;
}
/* line 174, ../scss/base/components/button.scss */
.btn.btn-wide.btn-lg {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 179, ../scss/base/components/button.scss */
.btn.btn-xwide {
  padding-left: 36px;
  padding-right: 36px;
}
/* line 182, ../scss/base/components/button.scss */
.btn.btn-xwide.btn-lg {
  padding-left: 44px;
  padding-right: 44px;
}

/* line 187, ../scss/base/components/button.scss */
.btn.btn-short {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 191, ../scss/base/components/button.scss */
.btn.btn-block {
  display: block;
}

/* line 4, ../scss/base/components/panel.scss */
.asc-panel {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  padding: 20px;
}

/* line 5, ../scss/base/components/forms.scss */
textarea {
  min-height: 100px;
}

/* line 44, ../scss/base/config/mixins.scss */
.form-group.search-form:before, .form-group.search-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
.form-group.search-form:after {
  clear: both;
}
/* line 11, ../scss/base/components/forms.scss */
.form-group.search-form input[type="text"] {
  display: block;
  width: 80%;
}
/* line 15, ../scss/base/components/forms.scss */
.form-group.search-form button[type="submit"] {
  float: right;
  width: 16%;
  display: block;
}

/* line 22, ../scss/base/components/forms.scss */
label > span.small-label {
  font-size: 11px;
  vertical-align: top;
}

/* line 27, ../scss/base/components/forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 6px;
}

/* line 34, ../scss/base/components/forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  font-weight: 300;
}
/* line 58, ../scss/base/components/forms.scss */
textarea.input-border,
input[type="text"].input-border,
input[type="password"].input-border,
input[type="datetime"].input-border,
input[type="datetime-local"].input-border,
input[type="date"].input-border,
input[type="month"].input-border,
input[type="time"].input-border,
input[type="week"].input-border,
input[type="number"].input-border,
input[type="email"].input-border,
input[type="url"].input-border,
input[type="search"].input-border,
input[type="tel"].input-border,
input[type="color"].input-border,
.uneditable-input.input-border {
  border: 1px solid #cccccc;
}

/* line 67, ../scss/base/components/forms.scss */
.dynamic_form_element_error {
  margin: 0;
}
/* line 69, ../scss/base/components/forms.scss */
.dynamic_form_element_error li {
  text-align: right;
  font-size: 12px;
  color: #c9533e;
  font-weight: 600;
  padding: 2px 0;
}

/* line 82, ../scss/base/components/forms.scss */
div.input-icon {
  position: relative;
}
/* line 84, ../scss/base/components/forms.scss */
div.input-icon input {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 58px !important;
  padding: 11px 10px;
  height: 44px;
}
/* line 93, ../scss/base/components/forms.scss */
div.input-icon i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 14px;
  border-right: 1px solid #cccccc;
  width: 44px;
  text-align: center;
  display: block;
  color: #878787;
}

/* line 5, ../scss/base/components/section.scss */
section.section {
  padding: 40px 0;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  /* line 5, ../scss/base/components/section.scss */
  section.section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 14, ../scss/base/components/section.scss */
section.section-dark {
  background: #e5e5e5;
}

/* line 18, ../scss/base/components/section.scss */
section.section-hr-top {
  border-top: 1px solid #cccccc;
}

/* line 12, ../scss/base/components/articles.scss */
article.slideshow h5 {
  margin-top: 30px;
}

/* line 21, ../scss/base/components/articles.scss */
article.video h5 {
  margin-top: 30px;
}
/* line 24, ../scss/base/components/articles.scss */
article.video .video-wrap .video,
article.video iframe {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 24, ../scss/base/components/articles.scss */
  article.video .video-wrap .video,
  article.video iframe {
    height: 350px;
  }
}
@media (max-width: 568px) {
  /* line 24, ../scss/base/components/articles.scss */
  article.video .video-wrap .video,
  article.video iframe {
    height: 240px;
  }
}
@media (max-width: 320px) {
  /* line 24, ../scss/base/components/articles.scss */
  article.video .video-wrap .video,
  article.video iframe {
    height: 160px;
  }
}
/* line 39, ../scss/base/components/articles.scss */
article.video .video-wrap {
  max-height: 500px;
  max-width: 845px;
  position: relative;
}
/* line 43, ../scss/base/components/articles.scss */
article.video .video-wrap .video-thumb {
  position: absolute;
}

/* line 55, ../scss/base/components/articles.scss */
article.video.video-thumbnails .video-wrap .video {
  position: relative;
}
/* line 59, ../scss/base/components/articles.scss */
article.video.video-thumbnails .video-wrap.playing .video-preview {
  display: none;
}
/* line 62, ../scss/base/components/articles.scss */
article.video.video-thumbnails .video-wrap.playing .play-button {
  display: none;
}
/* line 66, ../scss/base/components/articles.scss */
article.video.video-thumbnails .video-preview {
  position: absolute;
  background: url("/img/about-us/video-thumbs/video-large.jpg") no-repeat;
  background-size: cover;
  z-index: 200;
}
/* line 71, ../scss/base/components/articles.scss */
article.video.video-thumbnails .video-preview:hover {
  cursor: pointer;
}
/* line 73, ../scss/base/components/articles.scss */
article.video.video-thumbnails .video-preview:hover + span {
  color: rgba(255, 255, 255, 0.8);
}
/* line 78, ../scss/base/components/articles.scss */
article.video.video-thumbnails span.play-button {
  position: absolute;
  font-size: 180px;
  color: rgba(255, 255, 255, 0.6);
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -77px;
  z-index: 201;
  -moz-transition: color 0.25s 0.05s;
  -o-transition: color 0.25s 0.05s;
  -webkit-transition: color 0.25s;
  -webkit-transition-delay: 0.05s;
  transition: color 0.25s 0.05s;
}
/* line 87, ../scss/base/components/articles.scss */
article.video.video-thumbnails span.play-button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
/* line 92, ../scss/base/components/articles.scss */
article.video.video-thumbnails ul.video-thumbs {
  margin-top: 2.66%;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 44, ../scss/base/config/mixins.scss */
article.video.video-thumbnails ul.video-thumbs:before, article.video.video-thumbnails ul.video-thumbs:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
article.video.video-thumbnails ul.video-thumbs:after {
  clear: both;
}
/* line 97, ../scss/base/components/articles.scss */
article.video.video-thumbnails ul.video-thumbs li {
  width: 23%;
  float: left;
}
/* line 100, ../scss/base/components/articles.scss */
article.video.video-thumbnails ul.video-thumbs li > a {
  display: block;
  width: 100%;
  height: 90px;
  background-size: cover;
  opacity: .6;
  -moz-transition: opacity 0.25s 0.15s;
  -o-transition: opacity 0.25s 0.15s;
  -webkit-transition: opacity 0.25s;
  -webkit-transition-delay: 0.15s;
  transition: opacity 0.25s 0.15s;
}
@media (max-width: 568px) {
  /* line 100, ../scss/base/components/articles.scss */
  article.video.video-thumbnails ul.video-thumbs li > a {
    height: 60px;
  }
}
@media (max-width: 320px) {
  /* line 100, ../scss/base/components/articles.scss */
  article.video.video-thumbnails ul.video-thumbs li > a {
    height: 40px;
  }
}
/* line 114, ../scss/base/components/articles.scss */
article.video.video-thumbnails ul.video-thumbs li.active a, article.video.video-thumbnails ul.video-thumbs li:hover a {
  opacity: 1;
}
/* line 119, ../scss/base/components/articles.scss */
article.video.video-thumbnails ul.video-thumbs li + li {
  margin-left: 2.66%;
}

/* line 124, ../scss/base/components/articles.scss */
.video-container {
  padding-bottom: 53%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  transition: color 0.25s 0.05s;
}
@media (max-width: 767px) {
  /* line 124, ../scss/base/components/articles.scss */
  .video-container {
    padding-bottom: 52%;
  }
}
@media (max-width: 568px) {
  /* line 124, ../scss/base/components/articles.scss */
  .video-container {
    padding-bottom: 50.5%;
  }
}

/* line 135, ../scss/base/components/articles.scss */
.video-container iframe,
.video-container object,
.video-container embed,
.video-container .video-preview {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 150, ../scss/base/components/articles.scss */
article.pull-quote-two-column div.pull-quote {
  text-align: center;
}
/* line 152, ../scss/base/components/articles.scss */
article.pull-quote-two-column div.pull-quote h5 {
  max-width: 220px;
  margin: 0 auto 20px;
}
/* line 156, ../scss/base/components/articles.scss */
article.pull-quote-two-column div.pull-quote p {
  margin-bottom: 40px;
}

/* line 165, ../scss/base/components/articles.scss */
article.collage {
  width: 100%;
  height: 345px;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 992px) {
  /* line 165, ../scss/base/components/articles.scss */
  article.collage {
    height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 165, ../scss/base/components/articles.scss */
  article.collage {
    height: 220px;
  }
}
@media (max-width: 568px) {
  /* line 165, ../scss/base/components/articles.scss */
  article.collage {
    height: 170px;
  }
}
@media (max-width: 320px) {
  /* line 165, ../scss/base/components/articles.scss */
  article.collage {
    height: 120px;
  }
}

/* line 188, ../scss/base/components/articles.scss */
article.locations {
  text-align: center;
}
/* line 190, ../scss/base/components/articles.scss */
article.locations > h5 {
  max-width: 220px;
  margin: 0 auto 30px;
}
/* line 195, ../scss/base/components/articles.scss */
article.locations div.map-container div.map-wrap {
  margin-bottom: 30px;
  padding: 25px;
}
/* line 198, ../scss/base/components/articles.scss */
article.locations div.map-container div.map-wrap div.map-image {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 992px) {
  /* line 195, ../scss/base/components/articles.scss */
  article.locations div.map-container div.map-wrap {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  /* line 195, ../scss/base/components/articles.scss */
  article.locations div.map-container div.map-wrap {
    padding: 10px;
  }
}
/* line 211, ../scss/base/components/articles.scss */
article.locations div.map-container h5 {
  color: #878787;
  margin-bottom: 8px;
}
/* line 215, ../scss/base/components/articles.scss */
article.locations div.map-container p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  /* line 220, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container {
    width: 30%;
    float: left;
  }
  /* line 223, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container + div {
    margin-left: 5%;
  }
}
@media (max-width: 568px) {
  /* line 229, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container {
    display: block;
    float: none;
    width: 70%;
    margin: 0 auto 30px;
  }
  /* line 234, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container + div {
    margin: 0 auto 30px;
  }
  /* line 237, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container div.map-wrap {
    margin-bottom: 16px;
  }
}
@media (max-width: 320px) {
  /* line 243, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container {
    display: block;
    float: none;
    width: 90%;
    margin: 0 auto 30px;
  }
  /* line 248, ../scss/base/components/articles.scss */
  article.locations div.content-panels > div.map-container div.map-wrap {
    margin-bottom: 16px;
  }
}

/* line 258, ../scss/base/components/articles.scss */
article.photo-text .text-content h5 {
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 100px;
}
/* line 263, ../scss/base/components/articles.scss */
article.photo-text .text-content div.lists {
  margin-top: 30px;
}
/* line 265, ../scss/base/components/articles.scss */
article.photo-text .text-content div.lists h6 {
  margin-bottom: 8px;
}
/* line 268, ../scss/base/components/articles.scss */
article.photo-text .text-content div.lists ul li {
  font-size: 14px;
  color: #878787;
}
@media (max-width: 767px) {
  /* line 275, ../scss/base/components/articles.scss */
  article.photo-text div.photo {
    margin-bottom: 30px;
    max-height: 800px;
  }
}
@media (max-width: 568px) {
  /* line 281, ../scss/base/components/articles.scss */
  article.photo-text .text-content div.lists > * {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

/* line 293, ../scss/base/components/articles.scss */
section.section.post-banner {
  background-size: cover;
  background-position: bottom center;
  height: 550px;
  background-image: url("/img/articles/blackboard-meeting.png");
}

/* line 298, ../scss/base/components/articles.scss */
section.section.posts.with-banner {
  background-color: #ffffff;
  margin-top: 0;
}
/* line 302, ../scss/base/components/articles.scss */
section.section.posts.with-banner div.asc-post-side-nav {
  margin-top: -50px;
}

/* line 308, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav {
  padding: 16px 20px;
}
/* line 310, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav h5 {
  margin-bottom: 8px;
}
/* line 313, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav h5 a {
  font-size: 14px;
  font-weight: normal;
}
/* line 317, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav ul {
  margin: 0;
  list-style-type: none;
}
/* line 321, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav li {
  border-top: 1px solid #cccccc;
}
/* line 323, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav li a {
  padding: 6px 8px;
  font-size: 12px;
  display: block;
  color: #878787;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
/* line 330, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-side-nav li a:hover {
  color: #1d8893;
}
@media (max-width: 767px) {
  /* line 308, ../scss/base/components/articles.scss */
  article.asc-post div.asc-post-side-nav {
    margin-bottom: 30px;
  }
}
/* line 341, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-content .asc-post-title h3 {
  color: #1d8893;
  font-size: 19px;
  margin-bottom: 4px;
}
/* line 346, ../scss/base/components/articles.scss */
article.asc-post div.asc-post-content .asc-post-title p {
  font-size: 12px;
  font-weight: 600;
}
/* line 352, ../scss/base/components/articles.scss */
article.asc-post div.post-img {
  margin: 30px 0;
}
/* line 354, ../scss/base/components/articles.scss */
article.asc-post div.post-img p.caption {
  margin-top: 10px;
  font-size: .8em;
  padding: 0 20px;
}
/* line 362, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list li.asc-post-li {
  padding-bottom: 20px;
}
/* line 364, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list li.asc-post-li div.post-img {
  margin: 0 0 20px;
}
/* line 367, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list li.asc-post-li h3 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.1em;
}
/* line 372, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list li.asc-post-li p.by-line {
  margin: 0 0 8px;
}
/* line 375, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list li.asc-post-li .asc-post-inner-content p {
  margin: 0 0 10px;
}
/* line 380, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list li.asc-post-li .asc-post-inner-content .btn-default:hover {
  background-color: #1d8893;
  border-color: #1d8893;
  color: #ffffff;
}
/* line 388, ../scss/base/components/articles.scss */
article.asc-post ul.asc-post-list > li + li {
  border-top: 1px solid #cccccc;
  padding: 26px 0;
}

/* line 1, ../scss/base/sections/_base.scss */
body {
  background: #f2f2f2;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* line 7, ../scss/base/sections/_base.scss */
#main_container {
  padding-bottom: 50px;
  position: relative;
  height: 100%;
}

/* line 12, ../scss/base/sections/_base.scss */
.page-content {
  margin-top: 120px;
}
@media (max-width: 767px) {
  /* line 12, ../scss/base/sections/_base.scss */
  .page-content {
    margin-top: 30px;
  }
}

/* line 18, ../scss/base/sections/_base.scss */
img {
  max-width: 100%;
}

/* line 22, ../scss/base/sections/_base.scss */
.asc-widget-parent-div h4 {
  color: #282828;
}

/* line 26, ../scss/base/sections/_base.scss */
.link {
  cursor: hand;
}

@media (max-width: 767px) {
  /* line 33, ../scss/base/sections/_base.scss */
  body {
    padding: 0;
  }
}
/* line 37, ../scss/base/sections/_base.scss */
.asc-clear-filters {
  text-decoration: none;
}

/* line 41, ../scss/base/sections/_base.scss */
.hero-controls a {
  text-decoration: none;
}

/* line 46, ../scss/base/sections/_base.scss */
#article-info a {
  text-decoration: none;
}
/* line 49, ../scss/base/sections/_base.scss */
#article-info a:hover {
  color: #1d8893;
}

/* line 55, ../scss/base/sections/_base.scss */
.asc-post-side-nav a {
  text-decoration: none;
}

/************************* Concert One *************************/
@font-face {
  font-family: 'concert_one_bold';
  src: url("/fonts/google-fonts/concert_one/concertone-regular.woff2") format("woff2"), url("/fonts/google-fonts/concert_one/concertone-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'concert_one_bold_italic';
  src: url("/fonts/google-fonts/concert_one/concertone-regular.woff2") format("woff2"), url("/fonts/google-fonts/concert_one/concertone-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'concert_one_italic';
  src: url("/fonts/google-fonts/concert_one/concertone-regular.woff2") format("woff2"), url("/fonts/google-fonts/concert_one/concertone-regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'concert_one_regular';
  src: url("/fonts/google-fonts/concert_one/concertone-regular.woff2") format("woff2"), url("/fonts/google-fonts/concert_one/concertone-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Lato *************************/
@font-face {
  font-family: 'lato_bold';
  src: url("/fonts/google-fonts/lato/lato-bold.woff2") format("woff2"), url("/fonts/google-fonts/lato/lato-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lato_bold_italic';
  src: url("/fonts/google-fonts/lato/lato-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/lato/lato-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lato_italic';
  src: url("/fonts/google-fonts/lato/lato-italic.woff2") format("woff2"), url("/fonts/google-fonts/lato/lato-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lato_regular';
  src: url("/fonts/google-fonts/lato/lato-regular.woff2") format("woff2"), url("/fonts/google-fonts/lato/lato-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Merriweather *************************/
@font-face {
  font-family: 'merriweather_bold';
  src: url("/fonts/google-fonts/merriweather/merriweather-bold.woff2") format("woff2"), url("/fonts/google-fonts/merriweather/merriweather-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'merriweather_bold_italic';
  src: url("/fonts/google-fonts/merriweather/merriweather-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/merriweather/merriweather-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'merriweather_italic';
  src: url("/fonts/google-fonts/merriweather/merriweather-italic.woff2") format("woff2"), url("/fonts/google-fonts/merriweather/merriweather-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'merriweather_regular';
  src: url("/fonts/google-fonts/merriweather/merriweather-regular.woff2") format("woff2"), url("/fonts/google-fonts/merriweather/merriweather-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Montserrat *************************/
@font-face {
  font-family: 'montserrat_bold';
  src: url("/fonts/google-fonts/montserrat/montserrat-bold.woff2") format("woff2"), url("/fonts/google-fonts/montserrat/montserrat-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat_bold_italic';
  src: url("/fonts/google-fonts/montserrat/montserrat-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/montserrat/montserrat-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat_italic';
  src: url("/fonts/google-fonts/montserrat/montserrat-italic.woff2") format("woff2"), url("/fonts/google-fonts/montserrat/montserrat-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat_regular';
  src: url("/fonts/google-fonts/montserrat/montserrat-regular.woff2") format("woff2"), url("/fonts/google-fonts/montserrat/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Noto Sans *************************/
@font-face {
  font-family: 'noto_sans_bold';
  src: url("/fonts/google-fonts/noto_sans/notosans-bold.woff2") format("woff2"), url("/fonts/google-fonts/noto_sans/notosans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto_sans_bold_italic';
  src: url("/fonts/google-fonts/noto_sans/notosans-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/noto_sans/notosans-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto_sans_italic';
  src: url("/fonts/google-fonts/noto_sans/notosans-italic.woff2") format("woff2"), url("/fonts/google-fonts/noto_sans/notosans-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto_sans_regular';
  src: url("/fonts/google-fonts/noto_sans/notosans-regular.woff2") format("woff2"), url("/fonts/google-fonts/noto_sans/notosans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Noto Serif *************************/
@font-face {
  font-family: 'noto_serif_bold';
  src: url("/fonts/google-fonts/noto_serif/notoserif-bold.woff2") format("woff2"), url("/fonts/google-fonts/noto_serif/notoserif-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto_serif_bold_italic';
  src: url("/fonts/google-fonts/noto_serif/notoserif-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/noto_serif/notoserif-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto_serif_italic';
  src: url("/fonts/google-fonts/noto_serif/notoserif-italic.woff2") format("woff2"), url("/fonts/google-fonts/noto_serif/notoserif-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto_serif_regular';
  src: url("/fonts/google-fonts/noto_serif/notoserif-regular.woff2") format("woff2"), url("/fonts/google-fonts/noto_serif/notoserif-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Nunito Sans *************************/
@font-face {
  font-family: 'nunito_sans_bold';
  src: url("/fonts/google-fonts/nunito_sans/nunitosans-bold.woff2") format("woff2"), url("/fonts/google-fonts/nunito_sans/nunitosans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nunito_sans_bold_italic';
  src: url("/fonts/google-fonts/nunito_sans/nunitosans-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/nunito_sans/nunitosans-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nunito_sans_italic';
  src: url("/fonts/google-fonts/nunito_sans/nunitosans-italic.woff2") format("woff2"), url("/fonts/google-fonts/nunito_sans/nunitosans-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nunito_sans_regular';
  src: url("/fonts/google-fonts/nunito_sans/nunitosans-regular.woff2") format("woff2"), url("/fonts/google-fonts/nunito_sans/nunitosans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Opens Sans *************************/
@font-face {
  font-family: 'open_sans_bold';
  src: url("/fonts/google-fonts/open_sans/opensans-bold.woff2") format("woff2"), url("/fonts/google-fonts/open_sans/opensans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_bold_italic';
  src: url("/fonts/google-fonts/open_sans/opensans-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/open_sans/opensans-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_italic';
  src: url("/fonts/google-fonts/open_sans/opensans-italic.woff2") format("woff2"), url("/fonts/google-fonts/open_sans/opensans-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sans_regular';
  src: url("/fonts/google-fonts/open_sans/opensans-regular.woff2") format("woff2"), url("/fonts/google-fonts/open_sans/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Oswald *************************/
/*** NOTE: Oswald Font May Not Display Italic Properly ***/
@font-face {
  font-family: 'oswald_bold';
  src: url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'oswald_bold_italic';
  src: url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'oswald_italic';
  src: url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'oswald_regular';
  src: url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/oswald/oswald-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Prompt *************************/
@font-face {
  font-family: 'prompt_bold';
  src: url("/fonts/google-fonts/prompt/prompt-bold.woff2") format("woff2"), url("/fonts/google-fonts/prompt/prompt-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'prompt_bold_italic';
  src: url("/fonts/google-fonts/prompt/prompt-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/prompt/prompt-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'prompt_italic';
  src: url("/fonts/google-fonts/prompt/prompt-italic.woff2") format("woff2"), url("/fonts/google-fonts/prompt/prompt-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'prompt_regular';
  src: url("/fonts/google-fonts/prompt/prompt-regular.woff2") format("woff2"), url("/fonts/google-fonts/prompt/prompt-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* PT Sans *************************/
@font-face {
  font-family: 'pt_sans_bold';
  src: url("/fonts/google-fonts/pt_sans/ptsans-bold.woff2") format("woff2"), url("/fonts/google-fonts/pt_sans/ptsans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pt_sans_bold_italic';
  src: url("/fonts/google-fonts/pt_sans/ptsans-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/pt_sans/ptsans-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pt_sans_italic';
  src: url("/fonts/google-fonts/pt_sans/ptsans-italic.woff2") format("woff2"), url("/fonts/google-fonts/pt_sans/ptsans-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pt_sans_regular';
  src: url("/fonts/google-fonts/pt_sans/ptsans-regular.woff2") format("woff2"), url("/fonts/google-fonts/pt_sans/ptsans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Raleway *************************/
@font-face {
  font-family: 'raleway_bold';
  src: url("/fonts/google-fonts/raleway/raleway-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/raleway/raleway-variablefont_wght.woff") format("wofff");
  font-display: swap;
}
@font-face {
  font-family: 'raleway_bold_italic';
  src: url("/fonts/google-fonts/raleway/raleway-italic-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/raleway/raleway-italic-variablefont_wght.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'raleway_italic';
  src: url("/fonts/google-fonts/raleway/raleway-italic-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/raleway/raleway-italic-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'raleway_regular';
  src: url("/fonts/google-fonts/raleway/raleway-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/raleway/raleway-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Roboto *************************/
@font-face {
  font-family: 'roboto_bold';
  src: url("/fonts/google-fonts/roboto/roboto-bold.woff2") format("woff2"), url("/fonts/google-fonts/roboto/roboto-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_bold_italic';
  src: url("/fonts/google-fonts/roboto/roboto-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/roboto/roboto-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_italic';
  src: url("/fonts/google-fonts/roboto/roboto-italic.woff2") format("woff2"), url("/fonts/google-fonts/roboto/roboto-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'roboto_regular';
  src: url("/fonts/google-fonts/roboto/roboto-regular.woff2") format("woff2"), url("/fonts/google-fonts/roboto/roboto-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Slabo 13px *************************/
@font-face {
  font-family: 'slabo_13px_bold';
  src: url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'slabo_13px_bold_italic';
  src: url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'slabo_13px_italic';
  src: url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'slabo_13px_regular';
  src: url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_13px/slabo13px-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Slabo 27px *************************/
@font-face {
  font-family: 'slabo_27px_bold';
  src: url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'slabo_27px_bold_italic';
  src: url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'slabo_27px_italic';
  src: url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'slabo_27px_regular';
  src: url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff2") format("woff2"), url("/fonts/google-fonts/slabo_27px/slabo27px-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Source Sans Pro *************************/
@font-face {
  font-family: 'source_sans_pro_bold';
  src: url("/fonts/google-fonts/source_sans_pro/sourcesanspro-bold.woff2") format("woff2"), url("/fonts/google-fonts/source_sans_pro/sourcesanspro-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'source_sans_pro_bold_italic';
  src: url("/fonts/google-fonts/source_sans_pro/sourcesanspro-bold-italic.woff2") format("woff2"), url("/fonts/google-fonts/source_sans_pro/sourcesanspro-bold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'source_sans_pro_italic';
  src: url("/fonts/google-fonts/source_sans_pro/sourcesanspro-italic.woff2") format("woff2"), url("/fonts/google-fonts/source_sans_pro/sourcesanspro-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'source_sans_pro_regular';
  src: url("/fonts/google-fonts/source_sans_pro/sourcesanspro-regular.woff2") format("woff2"), url("/fonts/google-fonts/source_sans_pro/sourcesanspro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/************************* Work Sans *************************/
@font-face {
  font-family: 'work_sans_bold';
  src: url("/fonts/google-fonts/work_sans/worksans-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/work_sans/worksans-variablefont_wght.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'work_sans_bold_italic';
  src: url("/fonts/google-fonts/work_sans/worksans-italic-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/work_sans/worksans-italic-variablefont_wght.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'work_sans_italic';
  src: url("/fonts/google-fonts/work_sans/worksans-italic-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/work_sans/worksans-italic-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'work_sans_regular';
  src: url("/fonts/google-fonts/work_sans/worksans-variablefont_wght.woff2") format("woff2"), url("/fonts/google-fonts/work_sans/worksans-variablefont_wght.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** For Landing Pages -- Font Override For Signup Forms**/
/* line 568, ../scss/base/sections/google-fonts.scss */
.concert_one_bold #signup-form {
  font-family: 'concert_one_bold';
}

/* line 569, ../scss/base/sections/google-fonts.scss */
.concert_one_bold_italic #signup-form {
  font-family: 'concert_one_bold_italic';
}

/* line 570, ../scss/base/sections/google-fonts.scss */
.concert_one_italic #signup-form {
  font-family: 'concert_one_italic';
}

/* line 571, ../scss/base/sections/google-fonts.scss */
.concert_one_regular #signup-form {
  font-family: 'concert_one_regular';
}

/* line 573, ../scss/base/sections/google-fonts.scss */
.lato_bold #signup-form {
  font-family: 'lato_bold';
}

/* line 574, ../scss/base/sections/google-fonts.scss */
.lato_bold_italic #signup-form {
  font-family: 'lato_bold_italic';
}

/* line 575, ../scss/base/sections/google-fonts.scss */
.lato_italic #signup-form {
  font-family: 'lato_italic';
}

/* line 576, ../scss/base/sections/google-fonts.scss */
.lato_regular #signup-form {
  font-family: 'lato_regular';
}

/* line 578, ../scss/base/sections/google-fonts.scss */
.merriweather_bold #signup-form {
  font-family: 'merriweather_bold';
}

/* line 579, ../scss/base/sections/google-fonts.scss */
.merriweather_bold_italic #signup-form {
  font-family: 'merriweather_bold_italic';
}

/* line 580, ../scss/base/sections/google-fonts.scss */
.merriweather_italic #signup-form {
  font-family: 'merriweather_italic';
}

/* line 581, ../scss/base/sections/google-fonts.scss */
.merriweather_regular #signup-form {
  font-family: 'merriweather_regular';
}

/* line 583, ../scss/base/sections/google-fonts.scss */
.montserrat_bold #signup-form {
  font-family: 'montserrat_bold';
}

/* line 584, ../scss/base/sections/google-fonts.scss */
.montserrat_bold_italic #signup-form {
  font-family: 'montserrat_bold_italic';
}

/* line 585, ../scss/base/sections/google-fonts.scss */
.montserrat_italic #signup-form {
  font-family: 'montserrat_italic';
}

/* line 586, ../scss/base/sections/google-fonts.scss */
.montserrat_regular #signup-form {
  font-family: 'montserrat_regular';
}

/* line 588, ../scss/base/sections/google-fonts.scss */
.noto_sans_bold #signup-form {
  font-family: 'noto_sans_bold';
}

/* line 589, ../scss/base/sections/google-fonts.scss */
.noto_sans_bold_italic #signup-form {
  font-family: 'noto_sans_bold_italic';
}

/* line 590, ../scss/base/sections/google-fonts.scss */
.noto_sans_italic #signup-form {
  font-family: 'noto_sans_italic';
}

/* line 591, ../scss/base/sections/google-fonts.scss */
.noto_sans_regular #signup-form {
  font-family: 'noto_sans_regular';
}

/* line 593, ../scss/base/sections/google-fonts.scss */
.noto_serif_bold #signup-form {
  font-family: 'noto_serif_bold';
}

/* line 594, ../scss/base/sections/google-fonts.scss */
.noto_serif_bold_italic #signup-form {
  font-family: 'noto_serif_bold_italic';
}

/* line 595, ../scss/base/sections/google-fonts.scss */
.noto_serif_italic #signup-form {
  font-family: 'noto_serif_italic';
}

/* line 596, ../scss/base/sections/google-fonts.scss */
.noto_serif_regular #signup-form {
  font-family: 'noto_serif_regular';
}

/* line 598, ../scss/base/sections/google-fonts.scss */
.nunito_sans_bold #signup-form {
  font-family: 'nunito_sans_bold';
}

/* line 599, ../scss/base/sections/google-fonts.scss */
.nunito_sans_bold_italic #signup-form {
  font-family: 'nunito_sans_bold_italic';
}

/* line 600, ../scss/base/sections/google-fonts.scss */
.nunito_sans_italic #signup-form {
  font-family: 'nunito_sans_italic';
}

/* line 601, ../scss/base/sections/google-fonts.scss */
.nunito_sans_regular #signup-form {
  font-family: 'nunito_sans_regular';
}

/* line 603, ../scss/base/sections/google-fonts.scss */
.open_sans_bold #signup-form {
  font-family: 'open_sans_bold';
}

/* line 604, ../scss/base/sections/google-fonts.scss */
.open_sans_bold_italic #signup-form {
  font-family: 'open_sans_bold_italic';
}

/* line 605, ../scss/base/sections/google-fonts.scss */
.open_sans_italic #signup-form {
  font-family: 'open_sans_italic';
}

/* line 606, ../scss/base/sections/google-fonts.scss */
.open_sans_regular #signup-form {
  font-family: 'open_sans_regular';
}

/* line 608, ../scss/base/sections/google-fonts.scss */
.oswald_bold #signup-form {
  font-family: 'oswald_bold';
}

/* line 609, ../scss/base/sections/google-fonts.scss */
.oswald_bold_italic #signup-form {
  font-family: 'oswald_bold_italic';
}

/* line 610, ../scss/base/sections/google-fonts.scss */
.oswald_italic #signup-form {
  font-family: 'oswald_italic';
}

/* line 611, ../scss/base/sections/google-fonts.scss */
.oswald_regular #signup-form {
  font-family: 'oswald_regular';
}

/* line 613, ../scss/base/sections/google-fonts.scss */
.prompt_bold #signup-form {
  font-family: 'prompt_bold';
}

/* line 614, ../scss/base/sections/google-fonts.scss */
.prompt_bold_italic #signup-form {
  font-family: 'prompt_bold_italic';
}

/* line 615, ../scss/base/sections/google-fonts.scss */
.prompt_italic #signup-form {
  font-family: 'prompt_italic';
}

/* line 616, ../scss/base/sections/google-fonts.scss */
.prompt_regular #signup-form {
  font-family: 'prompt_regular';
}

/* line 618, ../scss/base/sections/google-fonts.scss */
.pt_sans_bold #signup-form {
  font-family: 'pt_sans_bold';
}

/* line 619, ../scss/base/sections/google-fonts.scss */
.pt_sans_bold_italic #signup-form {
  font-family: 'pt_sans_bold_italic';
}

/* line 620, ../scss/base/sections/google-fonts.scss */
.pt_sans_italic #signup-form {
  font-family: 'pt_sans_italic';
}

/* line 621, ../scss/base/sections/google-fonts.scss */
.pt_sans_regular #signup-form {
  font-family: 'pt_sans_regular';
}

/* line 623, ../scss/base/sections/google-fonts.scss */
.raleway_bold #signup-form {
  font-family: 'raleway_bold';
}

/* line 624, ../scss/base/sections/google-fonts.scss */
.raleway_bold_italic #signup-form {
  font-family: 'raleway_bold_italic';
}

/* line 625, ../scss/base/sections/google-fonts.scss */
.raleway_italic #signup-form {
  font-family: 'raleway_italic';
}

/* line 626, ../scss/base/sections/google-fonts.scss */
.raleway_regular #signup-form {
  font-family: 'raleway_regular';
}

/* line 628, ../scss/base/sections/google-fonts.scss */
.roboto_bold #signup-form {
  font-family: 'roboto_bold';
}

/* line 629, ../scss/base/sections/google-fonts.scss */
.roboto_bold_italic #signup-form {
  font-family: 'roboto_bold_italic';
}

/* line 630, ../scss/base/sections/google-fonts.scss */
.roboto_italic #signup-form {
  font-family: 'roboto_italic';
}

/* line 631, ../scss/base/sections/google-fonts.scss */
.roboto_regular #signup-form {
  font-family: 'roboto_regular';
}

/* line 633, ../scss/base/sections/google-fonts.scss */
.slabo_13px_bold #signup-form {
  font-family: 'slabo_13px_bold';
}

/* line 634, ../scss/base/sections/google-fonts.scss */
.slabo_13px_bold_italic #signup-form {
  font-family: 'slabo_13px_bold_italic';
}

/* line 635, ../scss/base/sections/google-fonts.scss */
.slabo_13px_italic #signup-form {
  font-family: 'slabo_13px_italic';
}

/* line 636, ../scss/base/sections/google-fonts.scss */
.slabo_13px_regular #signup-form {
  font-family: 'slabo_13px_regular';
}

/* line 638, ../scss/base/sections/google-fonts.scss */
.slabo_27px_bold #signup-form {
  font-family: 'slabo_27px_bold';
}

/* line 639, ../scss/base/sections/google-fonts.scss */
.slabo_27px_bold_italic #signup-form {
  font-family: 'slabo_27px_bold_italic';
}

/* line 640, ../scss/base/sections/google-fonts.scss */
.slabo_27px_italic #signup-form {
  font-family: 'slabo_27px_italic';
}

/* line 641, ../scss/base/sections/google-fonts.scss */
.slabo_27px_regular #signup-form {
  font-family: 'slabo_27px_regular';
}

/* line 643, ../scss/base/sections/google-fonts.scss */
.source_sans_pro_bold #signup-form {
  font-family: 'source_sans_pro_bold';
}

/* line 644, ../scss/base/sections/google-fonts.scss */
.source_sans_pro_bold_italic #signup-form {
  font-family: 'source_sans_pro_bold_italic';
}

/* line 645, ../scss/base/sections/google-fonts.scss */
.source_sans_pro_italic #signup-form {
  font-family: 'source_sans_pro_italic';
}

/* line 646, ../scss/base/sections/google-fonts.scss */
.source_sans_pro_regular #signup-form {
  font-family: 'source_sans_pro_regular';
}

/* line 648, ../scss/base/sections/google-fonts.scss */
.work_sans_bold #signup-form {
  font-family: 'work_sans_bold';
}

/* line 649, ../scss/base/sections/google-fonts.scss */
.work_sans_bold_italic #signup-form {
  font-family: 'work_sans_bold_italic';
}

/* line 650, ../scss/base/sections/google-fonts.scss */
.work_sans_italic #signup-form {
  font-family: 'work_sans_italic';
}

/* line 651, ../scss/base/sections/google-fonts.scss */
.work_sans_regular #signup-form {
  font-family: 'work_sans_regular';
}

/* line 4, ../scss/base/sections/header.scss */
nav#main-nav {
  position: fixed;
  height: 90px;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  border-radius: 0;
  -moz-transition: background 0.2s, box-shadow 0.2s;
  -o-transition: background 0.2s, box-shadow 0.2s;
  -webkit-transition: background 0.2s, box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s;
}
@media (max-width: 767px) {
  /* line 4, ../scss/base/sections/header.scss */
  nav#main-nav {
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 19, ../scss/base/sections/header.scss */
  nav#main-nav .navbar-toggle {
    float: left;
    background-color: #282828;
    margin-top: 27px;
    margin-left: 25px;
    border-color: #555;
  }
  /* line 26, ../scss/base/sections/header.scss */
  nav#main-nav .navbar-toggle:focus {
    border-color: transparent;
  }
}
/* line 31, ../scss/base/sections/header.scss */
nav#main-nav .navbar-inner {
  box-shadow: none;
  border: none;
  background: none;
}
/* line 36, ../scss/base/sections/header.scss */
nav#main-nav .navbar-nav.pull-right {
  width: 423px;
}
/* line 40, ../scss/base/sections/header.scss */
nav#main-nav li a {
  text-decoration: none;
}

/* line 46, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav {
  height: 50px;
  background: #ffffff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
}
/* line 53, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav a.brand img {
  height: 50px;
}
/* line 57, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav a.navbar-toggle {
  margin-top: 4px;
}
/* line 60, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav .navbar-collapse {
  margin-top: 0;
}
/* line 63, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav .navbar-collapse.in {
  top: -3px;
}
/* line 66, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav .navbar-default {
  height: 70px;
  border-radius: none;
}
@media (max-width: 767px) {
  /* line 66, ../scss/base/sections/header.scss */
  body.scrolled-down
  nav#main-nav .navbar-default {
    height: 89px;
  }
}
/* line 76, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav .navbar-nav li:first-of-type > a {
  padding: 12px 0 0;
}
/* line 80, ../scss/base/sections/header.scss */
body.scrolled-down
nav#main-nav .navbar-nav li > a {
  padding: 26px 0px 22px;
}
@media (max-width: 767px) {
  /* line 80, ../scss/base/sections/header.scss */
  body.scrolled-down
  nav#main-nav .navbar-nav li > a {
    padding: 20px 11px;
  }
}

/* line 91, ../scss/base/sections/header.scss */
#main-nav a.brand {
  display: block;
  font-size: 20px;
  padding: 0px 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 91, ../scss/base/sections/header.scss */
  #main-nav a.brand {
    margin-left: 0;
    padding: 10px 20px;
  }
}
/* line 103, ../scss/base/sections/header.scss */
#main-nav a.brand img {
  height: 42px;
}
@media (max-width: 992px) {
  /* line 103, ../scss/base/sections/header.scss */
  #main-nav a.brand img {
    height: 28px;
  }
}
@media (max-width: 568px) {
  /* line 103, ../scss/base/sections/header.scss */
  #main-nav a.brand img {
    height: 50px;
  }
}
/* line 113, ../scss/base/sections/header.scss */
#main-nav a.brand span.careers {
  margin-left: 5px;
  font-weight: 300;
  vertical-align: -3px;
  color: #494a4c;
}
/* line 118, ../scss/base/sections/header.scss */
#main-nav a.brand span.careers span.pipe {
  position: relative;
  top: -2px;
  color: #616466;
}

/* line 125, ../scss/base/sections/header.scss */
#main-nav .navbar-nav {
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 125, ../scss/base/sections/header.scss */
  #main-nav .navbar-nav {
    line-height: 62px;
  }
}
@media (max-width: 568px) {
  /* line 125, ../scss/base/sections/header.scss */
  #main-nav .navbar-nav {
    text-align: left;
  }
}
/* line 137, ../scss/base/sections/header.scss */
#main-nav .navbar-nav li {
  float: none;
  display: inline-block;
  text-align: left;
}
@media (max-width: 568px) {
  /* line 137, ../scss/base/sections/header.scss */
  #main-nav .navbar-nav li {
    display: block;
  }
}
/* line 146, ../scss/base/sections/header.scss */
#main-nav .navbar-nav li > a {
  font-size: 16px;
  color: #494a4c;
  text-shadow: none;
}
/* line 151, ../scss/base/sections/header.scss */
#main-nav .navbar-nav li > a.btn {
  font-size: 14px;
  color: #282828;
  padding: 6px 12px;
  margin: 4px 0 0 6px;
}

/* line 164, ../scss/base/sections/header.scss */
#gmain-nav .navbar-collapse.in,
#main-nav .navbar-collapse.collapsing {
  background: rgba(255, 255, 255, 0.96);
}
/* line 167, ../scss/base/sections/header.scss */
#gmain-nav .navbar-collapse.in a.btn,
#main-nav .navbar-collapse.collapsing a.btn {
  display: inline-block;
  width: 200px;
}

/* line 172, ../scss/base/sections/header.scss */
#main-nav ul.dropdown-menu {
  min-width: 200px;
}
/* line 174, ../scss/base/sections/header.scss */
#main-nav ul.dropdown-menu li > a {
  font-size: 16px;
  padding: 13px 20px;
  -moz-transition: background 0.1s, color 0.1s;
  -o-transition: background 0.1s, color 0.1s;
  -webkit-transition: background 0.1s, color 0.1s;
  transition: background 0.1s, color 0.1s;
}
/* line 178, ../scss/base/sections/header.scss */
#main-nav ul.dropdown-menu li > a:hover {
  -moz-transition: background 0.2s 0.1s, color 0.2s 0.1s;
  -o-transition: background 0.2s 0.1s, color 0.2s 0.1s;
  -webkit-transition: background 0.2s, color 0.2s;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition: background 0.2s 0.1s, color 0.2s 0.1s;
  background: #282828;
}
/* line 183, ../scss/base/sections/header.scss */
#main-nav ul.dropdown-menu:before {
  display: none;
}
/* line 186, ../scss/base/sections/header.scss */
#main-nav ul.dropdown-menu:after {
  right: 13px;
}

/* line 192, ../scss/base/sections/header.scss */
#main-nav span.navbar-toggle {
  margin-top: 26px;
  border-radius: 0;
  color: #cccccc;
  background: none;
  padding: 8px 6px;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 201, ../scss/base/sections/header.scss */
#main-nav span.navbar-toggle:hover {
  background: #f2f2f2;
}
/* line 204, ../scss/base/sections/header.scss */
#main-nav span.navbar-toggle .icon-bar {
  background: #cccccc;
  box-shadow: none;
  border-radius: 5px;
  width: 28px;
}
/* line 210, ../scss/base/sections/header.scss */
#main-nav span.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (max-width: 767px) {
  /* line 215, ../scss/base/sections/header.scss */
  #main-nav .navbar-collapse {
    padding-bottom: 10px;
  }
  /* line 217, ../scss/base/sections/header.scss */
  #main-nav .navbar-collapse #sign-in {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}

/* VARIABLES */
/* HERO TOP MARGIN */
/* line 6, ../scss/base/sections/hero.scss */
section[class^="hero-"] {
  margin-top: 132px;
}
@media (max-width: 767px) {
  /* line 6, ../scss/base/sections/hero.scss */
  section[class^="hero-"] {
    margin-top: 0px;
  }
}

/* Extend Inheritance */
/* line 13, ../scss/base/sections/hero.scss */
section.hero-home, section.hero-merchandiser, section.hero-supervisor, section.hero-trainer, section.hero-learn-more, section.hero-blog, section.hero-no-image {
  margin-bottom: 25px;
  /* Overrides Bootstrap Horizontal Overflow */
}
/* line 16, ../scss/base/sections/hero.scss */
section.hero-home .row, section.hero-merchandiser .row, section.hero-supervisor .row, section.hero-trainer .row, section.hero-learn-more .row, section.hero-blog .row, section.hero-no-image .row {
  margin-right: 0px;
  margin-left: 0px;
}
/* line 20, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12, section.hero-merchandiser .row .col-md-12, section.hero-supervisor .row .col-md-12, section.hero-trainer .row .col-md-12, section.hero-learn-more .row .col-md-12, section.hero-blog .row .col-md-12, section.hero-no-image .row .col-md-12 {
  padding-right: 0px;
  padding-left: 0px;
  /* end */
  margin: 0;
}
/* line 27, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12 video, section.hero-merchandiser .row .col-md-12 video, section.hero-supervisor .row .col-md-12 video, section.hero-trainer .row .col-md-12 video, section.hero-learn-more .row .col-md-12 video, section.hero-blog .row .col-md-12 video, section.hero-no-image .row .col-md-12 video {
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  right: 0;
}
/* line 38, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12 img, section.hero-merchandiser .row .col-md-12 img, section.hero-supervisor .row .col-md-12 img, section.hero-trainer .row .col-md-12 img, section.hero-learn-more .row .col-md-12 img, section.hero-blog .row .col-md-12 img, section.hero-no-image .row .col-md-12 img {
  display: block;
  width: 100%;
}
@media (max-width: 568px) {
  /* line 38, ../scss/base/sections/hero.scss */
  section.hero-home .row .col-md-12 img, section.hero-merchandiser .row .col-md-12 img, section.hero-supervisor .row .col-md-12 img, section.hero-trainer .row .col-md-12 img, section.hero-learn-more .row .col-md-12 img, section.hero-blog .row .col-md-12 img, section.hero-no-image .row .col-md-12 img {
    margin: 0px 0px !important;
  }
}
/* line 46, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12 .hero-wrap, section.hero-merchandiser .row .col-md-12 .hero-wrap, section.hero-supervisor .row .col-md-12 .hero-wrap, section.hero-trainer .row .col-md-12 .hero-wrap, section.hero-learn-more .row .col-md-12 .hero-wrap, section.hero-blog .row .col-md-12 .hero-wrap, section.hero-no-image .row .col-md-12 .hero-wrap {
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  max-height: 430px;
  width: 100%;
  overflow: hidden;
}
/* line 53, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12 .hero-wrap .hero-controls, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30%;
}
@media (max-width: 568px) {
  /* line 53, ../scss/base/sections/hero.scss */
  section.hero-home .row .col-md-12 .hero-wrap .hero-controls, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls {
    top: 10%;
  }
}
@media (max-width: 568px) {
  /* line 64, ../scss/base/sections/hero.scss */
  section.hero-home .row .col-md-12 .hero-wrap .hero-controls.en, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls.en, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls.en, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls.en, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls.en, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls.en, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls.en {
    top: 40%;
  }
}
/* line 73, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls h1 {
  color: #ffffff;
  font-size: 66px;
  font-family: 'sansprobold', Arial, sans-serif;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  /* line 73, ../scss/base/sections/hero.scss */
  section.hero-home .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls h1 {
    font-size: 48px;
    margin-bottom: 55px;
  }
}
@media (max-width: 568px) {
  /* line 73, ../scss/base/sections/hero.scss */
  section.hero-home .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls h1, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls h1 {
    font-size: 38px;
    margin-bottom: 5px;
  }
}
/* line 158, ../scss/base/sections/hero.scss */
section.hero-home .row .col-md-12 .hero-wrap .hero-controls a, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls a, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls a, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls a, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls a, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls a, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls a {
  color: #ffffff;
}
@media (max-width: 568px) {
  /* line 171, ../scss/base/sections/hero.scss */
  section.hero-home .row .col-md-12 .hero-wrap .hero-controls a.en, section.hero-merchandiser .row .col-md-12 .hero-wrap .hero-controls a.en, section.hero-supervisor .row .col-md-12 .hero-wrap .hero-controls a.en, section.hero-trainer .row .col-md-12 .hero-wrap .hero-controls a.en, section.hero-learn-more .row .col-md-12 .hero-wrap .hero-controls a.en, section.hero-blog .row .col-md-12 .hero-wrap .hero-controls a.en, section.hero-no-image .row .col-md-12 .hero-wrap .hero-controls a.en {
    margin-top: 0px;
  }
}

/* HERO SECTIONS */
/* line 193, ../scss/base/sections/hero.scss */
section.hero-home, section.hero-merchandiser, section.hero-supervisor, section.hero-trainer, section.hero-learn-more, section.hero-blog {
  margin-bottom: 0px;
  margin-top: 131px;
}
@media (max-width: 992px) {
  /* line 193, ../scss/base/sections/hero.scss */
  section.hero-home, section.hero-merchandiser, section.hero-supervisor, section.hero-trainer, section.hero-learn-more, section.hero-blog {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  /* line 193, ../scss/base/sections/hero.scss */
  section.hero-home, section.hero-merchandiser, section.hero-supervisor, section.hero-trainer, section.hero-learn-more, section.hero-blog {
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  /* line 212, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12:nth-of-type(1) img:nth-of-type(1), section.hero-merchandiser .col-md-12:nth-of-type(1) img:nth-of-type(1), section.hero-supervisor .col-md-12:nth-of-type(1) img:nth-of-type(1), section.hero-trainer .col-md-12:nth-of-type(1) img:nth-of-type(1), section.hero-learn-more .col-md-12:nth-of-type(1) img:nth-of-type(1), section.hero-blog .col-md-12:nth-of-type(1) img:nth-of-type(1) {
    margin: 0% 0px -10% !important;
  }
}
@media (max-width: 992px) {
  /* line 209, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12, section.hero-merchandiser .col-md-12, section.hero-supervisor .col-md-12, section.hero-trainer .col-md-12, section.hero-learn-more .col-md-12, section.hero-blog .col-md-12 {
    height: 430px;
  }
}
@media (max-width: 568px) {
  /* line 209, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12, section.hero-merchandiser .col-md-12, section.hero-supervisor .col-md-12, section.hero-trainer .col-md-12, section.hero-learn-more .col-md-12, section.hero-blog .col-md-12 {
    height: 400px;
  }
}
/* line 225, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 video, section.hero-merchandiser .col-md-12 video, section.hero-supervisor .col-md-12 video, section.hero-trainer .col-md-12 video, section.hero-learn-more .col-md-12 video, section.hero-blog .col-md-12 video {
  margin: 0% 0px -25%;
}
@media (max-width: 992px) {
  /* line 225, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 video, section.hero-merchandiser .col-md-12 video, section.hero-supervisor .col-md-12 video, section.hero-trainer .col-md-12 video, section.hero-learn-more .col-md-12 video, section.hero-blog .col-md-12 video {
    margin: -11% 0px -75%;
  }
}
@media (max-width: 992px) {
  /* line 225, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 video, section.hero-merchandiser .col-md-12 video, section.hero-supervisor .col-md-12 video, section.hero-trainer .col-md-12 video, section.hero-learn-more .col-md-12 video, section.hero-blog .col-md-12 video {
    display: none !important;
  }
}
/* line 235, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-logo, section.hero-merchandiser .col-md-12 .hero-logo, section.hero-supervisor .col-md-12 .hero-logo, section.hero-trainer .col-md-12 .hero-logo, section.hero-learn-more .col-md-12 .hero-logo, section.hero-blog .col-md-12 .hero-logo {
  display: none !important;
}
@media (max-width: 992px) {
  /* line 235, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-logo, section.hero-merchandiser .col-md-12 .hero-logo, section.hero-supervisor .col-md-12 .hero-logo, section.hero-trainer .col-md-12 .hero-logo, section.hero-learn-more .col-md-12 .hero-logo, section.hero-blog .col-md-12 .hero-logo {
    display: block !important;
  }
}
@media (max-width: 568px) {
  /* line 235, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-logo, section.hero-merchandiser .col-md-12 .hero-logo, section.hero-supervisor .col-md-12 .hero-logo, section.hero-trainer .col-md-12 .hero-logo, section.hero-learn-more .col-md-12 .hero-logo, section.hero-blog .col-md-12 .hero-logo {
    height: 100%;
  }
}
/* line 245, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap, section.hero-merchandiser .col-md-12 .hero-wrap, section.hero-supervisor .col-md-12 .hero-wrap, section.hero-trainer .col-md-12 .hero-wrap, section.hero-learn-more .col-md-12 .hero-wrap, section.hero-blog .col-md-12 .hero-wrap {
  position: relative;
  overflow: hidden;
}
/* line 249, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap img.hero-image, section.hero-merchandiser .col-md-12 .hero-wrap img.hero-image, section.hero-supervisor .col-md-12 .hero-wrap img.hero-image, section.hero-trainer .col-md-12 .hero-wrap img.hero-image, section.hero-learn-more .col-md-12 .hero-wrap img.hero-image, section.hero-blog .col-md-12 .hero-wrap img.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  /* line 249, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap img.hero-image, section.hero-merchandiser .col-md-12 .hero-wrap img.hero-image, section.hero-supervisor .col-md-12 .hero-wrap img.hero-image, section.hero-trainer .col-md-12 .hero-wrap img.hero-image, section.hero-learn-more .col-md-12 .hero-wrap img.hero-image, section.hero-blog .col-md-12 .hero-wrap img.hero-image {
    width: auto;
    max-width: none;
    height: 500px;
  }
}
@media (max-width: 568px) {
  /* line 249, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap img.hero-image, section.hero-merchandiser .col-md-12 .hero-wrap img.hero-image, section.hero-supervisor .col-md-12 .hero-wrap img.hero-image, section.hero-trainer .col-md-12 .hero-wrap img.hero-image, section.hero-learn-more .col-md-12 .hero-wrap img.hero-image, section.hero-blog .col-md-12 .hero-wrap img.hero-image {
    position: absolute;
    left: -50%;
    height: 400px;
    width: auto;
    max-width: none;
  }
}
/* line 268, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap .hero-controls, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls, section.hero-trainer .col-md-12 .hero-wrap .hero-controls, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls, section.hero-blog .col-md-12 .hero-wrap .hero-controls {
  top: 70% !important;
}
@media (max-width: 992px) {
  /* line 268, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls, section.hero-trainer .col-md-12 .hero-wrap .hero-controls, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls, section.hero-blog .col-md-12 .hero-wrap .hero-controls {
    top: 70% !important;
  }
}
@media (max-width: 568px) {
  /* line 268, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls, section.hero-trainer .col-md-12 .hero-wrap .hero-controls, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls, section.hero-blog .col-md-12 .hero-wrap .hero-controls {
    top: 10% !important;
  }
}
/* line 278, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap .hero-controls form, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls form, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls form, section.hero-trainer .col-md-12 .hero-wrap .hero-controls form, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls form, section.hero-blog .col-md-12 .hero-wrap .hero-controls form {
  margin-top: 20px;
}
@media (max-width: 992px) {
  /* line 278, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls form, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls form, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls form, section.hero-trainer .col-md-12 .hero-wrap .hero-controls form, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls form, section.hero-blog .col-md-12 .hero-wrap .hero-controls form {
    margin-bottom: 15px !important;
    margin-top: 90px;
  }
}
@media (max-width: 568px) {
  /* line 278, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls form, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls form, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls form, section.hero-trainer .col-md-12 .hero-wrap .hero-controls form, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls form, section.hero-blog .col-md-12 .hero-wrap .hero-controls form {
    margin-top: 160px;
  }
}
/* line 289, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home {
  bottom: -70px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
@media (max-width: 992px) {
  /* line 289, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home {
    bottom: -90px;
  }
}
@media (max-width: 568px) {
  /* line 289, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home {
    bottom: inherit;
  }
}
/* line 303, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home {
  border-radius: 4px;
  padding: 32px;
  left: 0;
  margin: auto;
  right: 0;
}
@media (max-width: 568px) {
  /* line 303, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home {
    padding: 0 20px 20px 20px;
  }
}
/* line 324, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img {
  display: block;
  margin: 0 auto 20px;
  width: 60px;
}
@media (max-width: 992px) {
  /* line 324, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img {
    width: 35px;
    margin: 0 auto 5px !important;
  }
}
@media (max-width: 568px) {
  /* line 324, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home img {
    width: 30px;
  }
}
/* line 337, ../scss/base/sections/hero.scss */
section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1 {
  display: inline-block;
  font-family: 'sansproregular', Arial, sans-serif;
  font-size: 40pt;
  line-height: 36px;
  letter-spacing: 0px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  /* line 337, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1 {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  /* line 337, ../scss/base/sections/hero.scss */
  section.hero-home .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-merchandiser .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-supervisor .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-trainer .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-learn-more .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1, section.hero-blog .col-md-12 .hero-wrap .hero-controls .hero-wrap-home .hero-controls-home h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
/* line 386, ../scss/base/sections/hero.scss */
section.hero-no-image .col-md-12 {
  min-height: 250px;
  min-width: 100%;
}
/* line 390, ../scss/base/sections/hero.scss */
section.hero-no-image .col-md-12 .hero-wrap {
  background-color: #efefef !important;
}
/* line 393, ../scss/base/sections/hero.scss */
section.hero-no-image .col-md-12 .hero-wrap .hero-controls {
  bottom: 0 !important;
  min-height: 100%;
}
/* line 397, ../scss/base/sections/hero.scss */
section.hero-no-image .col-md-12 .hero-wrap .hero-controls h1, section.hero-no-image .col-md-12 .hero-wrap .hero-controls a {
  color: #555759 !important;
}
/* line 401, ../scss/base/sections/hero.scss */
section.hero-no-image .col-md-12 .hero-wrap .hero-controls form sup,
section.hero-no-image .col-md-12 .hero-wrap .hero-controls form span {
  color: #555759 !important;
}

/* line 412, ../scss/base/sections/hero.scss */
.custom-controls {
  max-width: 500px;
}
/* line 415, ../scss/base/sections/hero.scss */
.custom-controls input {
  height: 30px !important;
}
/* line 419, ../scss/base/sections/hero.scss */
.custom-controls button {
  height: 30px !important;
  padding: 5px 30px !important;
  font-size: 12pt !important;
  text-transform: uppercase;
}
/* line 425, ../scss/base/sections/hero.scss */
.custom-controls button:hover {
  background-color: #135b62 !important;
}
/* line 430, ../scss/base/sections/hero.scss */
.custom-controls.gray {
  margin: 34px auto 0;
}
/* line 432, ../scss/base/sections/hero.scss */
.custom-controls.gray input {
  border: 1px solid #6C6C6C !important;
}
/* line 435, ../scss/base/sections/hero.scss */
.custom-controls.gray button {
  background: #6C6C6C !important;
}
/* line 438, ../scss/base/sections/hero.scss */
.custom-controls.gray button:hover {
  background: #6C6C6C;
}

/* line 446, ../scss/base/sections/hero.scss */
.search-all-jobs {
  margin: 0 auto;
  max-width: 650px;
}
/* line 449, ../scss/base/sections/hero.scss */
.search-all-jobs form {
  margin-bottom: 0px;
}
/* line 455, ../scss/base/sections/hero.scss */
.search-all-jobs form span {
  color: #ffffff;
  margin-right: 30px;
}
@media (max-width: 992px) {
  /* line 455, ../scss/base/sections/hero.scss */
  .search-all-jobs form span {
    margin-right: 15px;
  }
}
@media (max-width: 568px) {
  /* line 455, ../scss/base/sections/hero.scss */
  .search-all-jobs form span {
    display: block;
  }
}
/* line 466, ../scss/base/sections/hero.scss */
.search-all-jobs form input {
  height: 44px;
  padding: 0px 15px;
  line-height: 26px;
}
@media (max-width: 992px) {
  /* line 466, ../scss/base/sections/hero.scss */
  .search-all-jobs form input {
    padding-right: 0px;
  }
}
/* line 481, ../scss/base/sections/hero.scss */
.search-all-jobs form button {
  display: inline-block;
  margin-left: -4px;
  margin-top: -4px;
  background-color: #1d8893;
  color: #ffffff;
  border-radius: 0px;
  padding: 5px 8px;
  width: 165px;
  height: 44px;
  font-size: 16px;
  font-family: 'sanspromedium', sans-serif;
  line-height: 18px;
}
@media (max-width: 992px) {
  /* line 481, ../scss/base/sections/hero.scss */
  .search-all-jobs form button {
    padding: 6px 25px;
  }
}
/* line 498, ../scss/base/sections/hero.scss */
.search-all-jobs form button:hover {
  background-color: #135b62;
  color: #ffffff;
}
/* line 502, ../scss/base/sections/hero.scss */
.search-all-jobs form button:focus {
  outline: 2px dashed #000000;
}
/* line 506, ../scss/base/sections/hero.scss */
.search-all-jobs form sup {
  color: #ffffff;
  position: absolute;
  top: 80px;
  font-size: 110%;
}
@media (max-width: 992px) {
  /* line 506, ../scss/base/sections/hero.scss */
  .search-all-jobs form sup {
    top: 75px;
  }
}
@media (max-width: 568px) {
  /* line 506, ../scss/base/sections/hero.scss */
  .search-all-jobs form sup {
    display: none;
  }
}

/* line 522, ../scss/base/sections/hero.scss */
#job-skill-search {
  width: calc(100% - 165px);
}

@font-face {
  font-family: 'sanspromedium';
  src: url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansproregular';
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansprolight';
  src: url("../fonts/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansprobold';
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sansproitalic';
  src: url("../fonts/SourceSansPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../scss/base/sections/footer.scss */
footer {
  color: #ffffff;
}
/* line 7, ../scss/base/sections/footer.scss */
footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 13, ../scss/base/sections/footer.scss */
footer .footer-block {
  color: #282828;
}
/* line 17, ../scss/base/sections/footer.scss */
footer .footer-block a {
  color: #1d8893;
  line-height: 16px;
  text-decoration: none;
}
/* line 22, ../scss/base/sections/footer.scss */
footer .footer-block h3 {
  margin-bottom: 24px;
  font-family: 'sanspromedium', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}
/* line 29, ../scss/base/sections/footer.scss */
footer .footer-block p {
  line-height: 26px;
}
/* line 32, ../scss/base/sections/footer.scss */
footer .footer-block a, footer .footer-block p {
  font-family: 'sansproregular', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/* line 37, ../scss/base/sections/footer.scss */
footer .footer-block section {
  padding: 48px 0px;
}
/* line 40, ../scss/base/sections/footer.scss */
footer .footer-block button {
  display: inline-block;
  background: #1d8893;
  color: #fff;
  border-radius: 0;
  margin-top: 16px;
  padding: 12px 16px;
  font-family: 'sansproregular', sans-serif;
  font-size: 16px;
  line-height: 16px;
}

/* line 5, ../scss/base/sections/landing.scss */
#background-image {
  position: fixed;
  width: 100%;
  top: 0;
  height: 500px;
  z-index: 0;
  opacity: 1;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 767px) {
  /* line 5, ../scss/base/sections/landing.scss */
  #background-image {
    background-position: center top;
  }
}
@media (max-width: 568px) {
  /* line 5, ../scss/base/sections/landing.scss */
  #background-image {
    background-position: center top;
    background-size: auto 100%;
    top: -110px;
  }
}
@media (max-width: 320px) {
  /* line 5, ../scss/base/sections/landing.scss */
  #background-image {
    background-position: center top;
  }
}

/* line 26, ../scss/base/sections/landing.scss */
._landing > .hero-wrap {
  height: 500px;
  width: 100%;
  position: relative;
}
/* line 31, ../scss/base/sections/landing.scss */
._landing > .hero-wrap .hero-controls {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 90%;
}
/* line 40, ../scss/base/sections/landing.scss */
._landing > .hero-wrap .hero-controls h1 {
  font-size: 52px;
  line-height: 55px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: 200;
  margin-bottom: 26px;
}
/* line 48, ../scss/base/sections/landing.scss */
._landing > .hero-wrap .hero-controls a.btn {
  color: white;
  border-color: white;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 52, ../scss/base/sections/landing.scss */
._landing > .hero-wrap .hero-controls a.btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  /* line 26, ../scss/base/sections/landing.scss */
  ._landing > .hero-wrap {
    height: 390px;
  }
}
@media (max-width: 568px) {
  /* line 26, ../scss/base/sections/landing.scss */
  ._landing > .hero-wrap {
    height: 280px;
  }
  /* line 64, ../scss/base/sections/landing.scss */
  ._landing > .hero-wrap .hero-controls h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}

/* line 76, ../scss/base/sections/landing.scss */
body[data-device-type="tablet"] #background-image,
body[data-device-type="tv"] #background-image,
body[data-device-type="mobile"] #background-image {
  position: relative;
}
/* line 79, ../scss/base/sections/landing.scss */
body[data-device-type="tablet"] ._landing > .hero-wrap,
body[data-device-type="tv"] ._landing > .hero-wrap,
body[data-device-type="mobile"] ._landing > .hero-wrap {
  margin-top: -580px;
}
@media (max-width: 568px) {
  /* line 83, ../scss/base/sections/landing.scss */
  body[data-device-type="tablet"] ._landing > .hero-wrap,
  body[data-device-type="tv"] ._landing > .hero-wrap,
  body[data-device-type="mobile"] ._landing > .hero-wrap {
    margin-top: -400px;
  }
}

/* line 91, ../scss/base/sections/landing.scss */
._landing > .content {
  position: relative;
  z-index: 1;
}
/* line 95, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels {
  margin-top: -70px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 5;
}
/* line 101, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels > div {
  padding-left: 0;
  padding-right: 0;
  width: 31.6239%;
}
@media (max-width: 767px) {
  /* line 101, ../scss/base/sections/landing.scss */
  ._landing > .content div.content-panels > div {
    min-width: 317px;
    width: 95%;
  }
}
@media (max-width: 320px) {
  /* line 101, ../scss/base/sections/landing.scss */
  ._landing > .content div.content-panels > div {
    min-width: 95%;
    width: 95%;
  }
}
/* line 115, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels > div:nth-child(n+2) {
  margin-left: 2.5641%;
}
/* line 118, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels .asc-panel {
  padding: 0;
}
/* line 121, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels .panel-image {
  height: 195px;
  background-size: cover;
  background-position: bottom center;
}
/* line 125, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels .panel-bottom {
  padding: 16px 20px;
}
/* line 127, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels .panel-bottom h5 {
  margin-bottom: 6px;
}
/* line 130, ../scss/base/sections/landing.scss */
._landing > .content div.content-panels .panel-bottom a.btn {
  margin-left: -20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  /* line 138, ../scss/base/sections/landing.scss */
  ._landing > .content div.content-panels > * {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 568px) {
  /* line 144, ../scss/base/sections/landing.scss */
  ._landing > .content div.content-panels > * {
    width: 100%;
  }
}

/* line 154, ../scss/base/sections/landing.scss */
._landing section.our-people div.people-content h5, ._landing section.our-people div.people-content p {
  text-align: center;
}
/* line 157, ../scss/base/sections/landing.scss */
._landing section.our-people div.people-content h5 {
  width: 230px;
  margin: 0 auto 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
/* line 163, ../scss/base/sections/landing.scss */
._landing section.our-people div.people-content p {
  margin-bottom: 16px;
}

/* line 173, ../scss/base/sections/landing.scss */
._landing section.join-community div.join p {
  margin-bottom: 30px;
}
/* line 176, ../scss/base/sections/landing.scss */
._landing section.join-community div.join a {
  margin-right: 10px;
}
/* line 181, ../scss/base/sections/landing.scss */
._landing section.join-community div.description h5 {
  margin-bottom: 10px;
}
/* line 184, ../scss/base/sections/landing.scss */
._landing section.join-community div.description li {
  font-weight: 300;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  /* line 180, ../scss/base/sections/landing.scss */
  ._landing section.join-community div.description {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 198, ../scss/base/sections/landing.scss */
  ._landing section.section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 568px) {
  /* line 204, ../scss/base/sections/landing.scss */
  ._landing section.section {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 8, ../scss/base/sections/careers.scss */
#jobmenu .asc-navbar {
  background: none;
}

/* line 44, ../scss/base/config/mixins.scss */
#jobs-sidebar div:nth-child(1):before, #jobs-sidebar div:nth-child(1):after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#jobs-sidebar div:nth-child(1):after {
  clear: both;
}
/* line 15, ../scss/base/sections/careers.scss */
#jobs-sidebar div:nth-child(1) > h5 {
  width: 100px;
  font-size: 15px;
  font-weight: normal;
  float: left;
}
@media (max-width: 767px) {
  /* line 15, ../scss/base/sections/careers.scss */
  #jobs-sidebar div:nth-child(1) > h5 {
    float: none;
  }
}
/* line 25, ../scss/base/sections/careers.scss */
#jobs-sidebar div:nth-child(1) .asc-clear-filters {
  float: right;
  color: #999;
  font-size: .9em;
}
/* line 31, ../scss/base/sections/careers.scss */
#jobs-sidebar #candidate-custom {
  display: block !important;
}
/* line 33, ../scss/base/sections/careers.scss */
#jobs-sidebar #candidate-custom .asc-dynamic-picklist
.asc-client-filters {
  display: block !important;
}
/* line 38, ../scss/base/sections/careers.scss */
#jobs-sidebar #job-location {
  display: block !important;
}
/* line 42, ../scss/base/sections/careers.scss */
#jobs-sidebar .jobs-module > h5 {
  width: auto !important;
}
/* line 47, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #candidate-category-select {
  height: 34px;
  overflow: hidden;
  font-size: 14px;
  padding-left: 5px;
  padding-top: 5px;
}
/* line 54, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #asc-map-viewall {
  display: none;
}
/* line 57, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu .asc-dynamic-picklist-title {
  color: #878787 !important;
  font-size: 13px;
  cursor: pointer;
  padding: 5px;
}
/* line 63, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #candidate-custom > div > div:nth-child(2) {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}
/* line 67, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu .asc-custom-title {
  display: block;
  color: #282828;
  margin-top: 10px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
/* line 75, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu .region-label {
  padding-left: 15px;
}
/* line 78, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #asc-job-map-location-label {
  display: none;
}
/* line 81, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #job-location-text {
  height: 34px;
  padding: 10px 10px 8px;
  width: 100% !important;
}
/* line 86, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #jobs-sidebar .submenu-dropdown-inner {
  padding: 0px 0;
}
/* line 89, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #job-location > div {
  padding: 0;
}
/* line 92, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #asc-null-location {
  margin-top: 0;
}
/* line 95, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #candidate-category-select {
  display: block;
}
/* line 98, ../scss/base/sections/careers.scss */
#jobs-sidebar #jobmenu #candidate_category_select_chosen,
#jobs-sidebar #jobmenu .asc-app-chosen,
#jobs-sidebar #jobmenu .asc-client-filters {
  display: none;
}
/* line 104, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-nav-search {
  float: none;
  margin-bottom: 10px;
}
/* line 108, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-nav-search #asc-map-primary-search {
  border-radius: 0;
  width: 100%;
  height: 34px;
  line-height: 1em;
  font-size: 14px;
  box-shadow: none;
  border: none;
  position: relative;
  top: 0;
  right: 0;
  display: inherit;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 5px;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 108, ../scss/base/sections/careers.scss */
  #jobs-sidebar #map-nav-search #asc-map-primary-search {
    margin-left: 6px;
    right: 6px;
  }
}
/* line 129, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-nav-search i {
  border-radius: 0;
  border: none;
  color: white;
  font-size: 14px;
  right: 0;
  background: #1d8893;
  top: 0;
  bottom: 0;
  height: 34px;
  margin: 0;
  padding-top: 7px;
  text-align: center;
  width: 33px;
  display: inherit;
}
/* line 146, ../scss/base/sections/careers.scss */
#jobs-sidebar #submenu-filter {
  display: none;
}
/* line 149, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-map-always-show-menu {
  display: none;
  margin-bottom: 10px;
}
/* line 44, ../scss/base/config/mixins.scss */
#jobs-sidebar .asc-map-always-show-menu:before, #jobs-sidebar .asc-map-always-show-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#jobs-sidebar .asc-map-always-show-menu:after {
  clear: both;
}
/* line 153, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-map-always-show-menu #candidate-category-select {
  width: 100%;
  margin: 0;
}
/* line 158, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-navbar-full {
  display: none;
}
/* line 161, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-navbar-full .asc-filter {
  display: none !important;
}
/* line 164, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-navbar-full button {
  color: #555759;
  border: none;
  border-bottom: 4px solid transparent;
  -webkit-appearance: none;
}
/* line 169, ../scss/base/sections/careers.scss */
#jobs-sidebar #map-navbar-full button.subopen {
  border-color: #1d8893;
  box-shadow: none;
}
/* line 175, ../scss/base/sections/careers.scss */
#jobs-sidebar #header-sub-meu label {
  display: inline;
}
/* line 178, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown {
  border: none;
  color: #878787;
}
/* line 182, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner {
  padding: 20px 0;
}
/* line 184, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .search-wrap {
  position: relative;
  margin-bottom: 10px;
  float: none !important;
  width: 100%;
}
/* line 189, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .search-wrap input {
  margin: 0;
  padding-right: 0px;
}
/* line 193, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .search-wrap button {
  position: absolute;
  right: 0;
  top: 32px;
  bottom: 0;
  width: 30px;
  background: #1d8893;
  border-radius: 0;
  opacity: 1;
  height: auto;
  width: 33px;
  -webkit-appearance: none;
}
/* line 205, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .search-wrap button i {
  color: white;
  text-shadow: none;
}
/* line 211, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .region-label {
  font-size: 13px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: left;
}
/* line 216, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .region-label input {
  margin-left: 0 !important;
}
@media (max-width: 992px) {
  /* line 221, ../scss/base/sections/careers.scss */
  #jobs-sidebar .submenu-dropdown-inner .region-label {
    white-space: normal;
    padding: 0px;
  }
}
@media (max-width: 1200px) {
  /* line 227, ../scss/base/sections/careers.scss */
  #jobs-sidebar .submenu-dropdown-inner .region-label {
    white-space: normal;
    padding: 0px;
  }
}
/* line 232, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner .asc-location-slider {
  width: 100% !important;
}
/* line 235, ../scss/base/sections/careers.scss */
#jobs-sidebar .submenu-dropdown-inner #asc-location-spinner {
  display: none !important;
}
/* line 239, ../scss/base/sections/careers.scss */
#jobs-sidebar #asc-map-viewall {
  background: #e5e5e5;
  color: #555759;
  padding: 0 5px 5px;
  margin-top: 20px;
  height: auto;
}
/* line 44, ../scss/base/config/mixins.scss */
#jobs-sidebar #asc-map-viewall:before, #jobs-sidebar #asc-map-viewall:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#jobs-sidebar #asc-map-viewall:after {
  clear: both;
}
/* line 246, ../scss/base/sections/careers.scss */
#jobs-sidebar #asc-map-viewall a {
  display: block !important;
  margin: 0;
  background: #282828;
  color: #555759 !important;
  border-radius: 0;
  padding: 6px 8px;
}
/* line 255, ../scss/base/sections/careers.scss */
#jobs-sidebar .jobs-module {
  margin-top: 30px;
}
/* line 258, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist-title {
  margin: 0 0 5px;
  font-weight: 600;
  color: #1d8893;
  border-bottom: 1px solid #cccccc;
}
/* line 264, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist-title {
  margin-bottom: 5px;
}
/* line 267, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist {
  margin-bottom: 20px;
}
/* line 270, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist,
#jobs-sidebar #job-type .submenu-dropdown-inner > div {
  background: none;
  border: none;
  padding-left: 20px;
  font-size: 14px;
}
/* line 276, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist input,
#jobs-sidebar #job-type .submenu-dropdown-inner > div input {
  margin: 0 3px 0 -20px;
}
/* line 280, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist-more {
  margin-top: -15px;
}
/* line 282, ../scss/base/sections/careers.scss */
#jobs-sidebar .asc-dynamic-picklist-more a {
  background: none;
}
/* line 286, ../scss/base/sections/careers.scss */
#jobs-sidebar #asc-job-organizations {
  margin-bottom: 10px !important;
  width: 100%;
}
/* line 290, ../scss/base/sections/careers.scss */
#jobs-sidebar #candidate-search-org-btn {
  float: right;
}
/* line 293, ../scss/base/sections/careers.scss */
#jobs-sidebar #asc-org-holder {
  margin-top: 40px;
}
/* line 295, ../scss/base/sections/careers.scss */
#jobs-sidebar #asc-org-holder .asc-label-skills {
  background: #d9d9d9;
  color: #555759;
  text-shadow: none;
  border-radius: 3px;
  padding: 4px 5px 4px 10px;
}

@media (max-width: 767px) {
  /* line 305, ../scss/base/sections/careers.scss */
  #jobs-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 309, ../scss/base/sections/careers.scss */
  .jobs-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 314, ../scss/base/sections/careers.scss */
#mile-range {
  bottom: 38px;
  left: 18%;
  position: relative;
}

@media (max-width: 992px) {
  /* line 321, ../scss/base/sections/careers.scss */
  #mile-range {
    left: 45px;
  }
}
@media (max-width: 1200px) {
  /* line 326, ../scss/base/sections/careers.scss */
  #mile-range {
    left: 45px;
  }
}
@media (max-width: 992px) {
  /* line 331, ../scss/base/sections/careers.scss */
  #asc-map-primary-search {
    display: block;
  }

  /* line 334, ../scss/base/sections/careers.scss */
  #jobs-sidebar #map-nav-search i {
    display: block;
  }

  /* line 337, ../scss/base/sections/careers.scss */
  .asc-mobile-search-button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 342, ../scss/base/sections/careers.scss */
  .asc-submenu-list {
    display: block;
  }

  /* line 345, ../scss/base/sections/careers.scss */
  #submenu-filter {
    display: none;
  }
}
/* line 352, ../scss/base/sections/careers.scss */
#jobs-map {
  height: 460px;
  border: 24px solid #FFF;
  border-left: 19px solid #FFF;
  margin-bottom: 18px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  /* line 352, ../scss/base/sections/careers.scss */
  #jobs-map {
    display: none;
  }
}

/* line 364, ../scss/base/sections/careers.scss */
.jvectormap-zoomin,
.jvectormap-zoomout {
  background: none repeat scroll 0 0 #98CA4A;
  transition: background 0.25s ease 0s;
  border-radius: 0;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 96%;
  text-align: center;
  width: 20px;
}

/* line 377, ../scss/base/sections/careers.scss */
.jvectormap-zoomin {
  top: 87%;
}

/* line 380, ../scss/base/sections/careers.scss */
.jvectormap-zoomout {
  top: 93%;
}

/* line 383, ../scss/base/sections/careers.scss */
#client-job-menu-system {
  background-color: #ebebeb;
  padding: 10px 10px;
  margin-bottom: 5px;
}
/* line 44, ../scss/base/config/mixins.scss */
#client-job-menu-system:before, #client-job-menu-system:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#client-job-menu-system:after {
  clear: both;
}
/* line 389, ../scss/base/sections/careers.scss */
#client-job-menu-system div:nth-child(1) {
  float: left;
}
/* line 392, ../scss/base/sections/careers.scss */
#client-job-menu-system div:nth-child(2) {
  float: right;
}
/* line 395, ../scss/base/sections/careers.scss */
#client-job-menu-system .asc-clear-filters {
  float: right;
  color: #999;
  font-size: .9em;
}

/* line 405, ../scss/base/sections/careers.scss */
#job-listings .listing-results {
  padding: 14px 30px;
  background: #e5e5e5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
/* line 409, ../scss/base/sections/careers.scss */
#job-listings .listing-results h6 {
  margin: 0;
}
@media (max-width: 767px) {
  /* line 413, ../scss/base/sections/careers.scss */
  #job-listings .asc-pubtile-content {
    margin: 0;
  }
}

/* line 419, ../scss/base/sections/careers.scss */
.asc-job-public-tile {
  margin-right: 0;
  padding: 16px 10px;
}
/* line 422, ../scss/base/sections/careers.scss */
.asc-job-public-tile .asc-job-public-name a {
  font-size: 19px;
  color: #1d8893;
  font-weight: 600;
  text-decoration: none;
}
/* line 429, ../scss/base/sections/careers.scss */
.asc-job-public-tile .asc-job-public-stats .pub-description {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 14px;
  color: #494a4c;
}
/* line 435, ../scss/base/sections/careers.scss */
.asc-job-public-tile .asc-job-public-stats p {
  display: none;
  margin: 0;
}
/* line 442, ../scss/base/sections/careers.scss */
.asc-job-public-tile .asc-job-public-controls button:hover {
  background-color: #1d8893;
}

/* line 448, ../scss/base/sections/careers.scss */
.asc-end-of-list {
  border: none;
  padding: 5px 0;
  background: none;
}

/* line 453, ../scss/base/sections/careers.scss */
#job-location-text {
  border-radius: 0;
  color: #555555;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  max-width: 100%;
  vertical-align: middle;
  position: relative;
  bottom: 55%;
}

@media (max-width: 992px) {
  /* line 10, ../scss/base/sections/career-single.scss */
  ._career-single .col-sm-8 {
    width: 100%;
  }
}
/* line 14, ../scss/base/sections/career-single.scss */
._career-single section.section {
  background: #ffffff;
}
@media (max-width: 767px) {
  /* line 14, ../scss/base/sections/career-single.scss */
  ._career-single section.section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 23, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar {
  border: 2px solid #282828;
  padding: 20px;
  border-radius: 5px;
  margin-top: 52px;
  background: #f2f2f2;
}
@media (max-width: 992px) {
  /* line 23, ../scss/base/sections/career-single.scss */
  ._career-single div.asc-position-sidebar {
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  /* line 23, ../scss/base/sections/career-single.scss */
  ._career-single div.asc-position-sidebar {
    margin: 0 15px;
  }
}
/* line 36, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section {
  padding: 0 0 20px;
}
/* line 41, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section .social-share-links .asc-social-share-wrap span {
  font-family: 'sanspromedium', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
/* line 46, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section .social-share-links .asc-social-share-wrap .social-buttons {
  margin-top: 15px;
}
/* line 50, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section .social-share-links #asc-share-link-text {
  font-family: 'sanspromedium', sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  margin-top: 15px;
}
/* line 56, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section .social-share-links #asc-share-link-text #asc-share-link {
  word-break: break-all !important;
}
/* line 60, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section .social-share-links p, ._career-single div.asc-position-sidebar section .social-share-links li {
  font-size: 14px;
}
/* line 67, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar #asc__recruiter .asc__recruiter--title {
  text-transform: initial;
}
/* line 70, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar #asc__recruiter .asc__recruiter--info-linkedin,
._career-single div.asc-position-sidebar #asc__recruiter .asc__recruiter--info-email {
  background: #282828;
}
/* line 74, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar #asc__recruiter .asc__recruiter--info {
  margin-left: 0px !important;
}
/* line 79, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.position-information h6 {
  margin-bottom: 6px;
}
/* line 82, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.position-information p {
  margin: 0 0 2px;
}
/* line 85, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.position-information li {
  font-weight: 300;
}
/* line 88, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.position-information > div {
  margin-bottom: 24px;
}
/* line 90, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.position-information > div:last-child {
  margin-bottom: 0;
  display: none;
}
/* line 98, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.other-positions #recommendedjobs .asc-recommended-job-row {
  margin-bottom: 5px;
}
/* line 100, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.other-positions #recommendedjobs .asc-recommended-job-row:nth-of-type(3) {
  margin-bottom: 15px;
}
/* line 105, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.other-positions #asc-recommended-job-header {
  font-size: .9em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  line-height: 1em;
  margin-bottom: 20px;
}
/* line 112, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.other-positions a {
  background-color: #282828;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 10px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
/* line 119, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.other-positions a:hover {
  background-color: #0f0f0f;
}
/* line 124, ../scss/base/sections/career-single.scss */
._career-single div.asc-position-sidebar section.other-positions span {
  font-weight: 300;
  font-size: 14px;
  position: relative;
  top: -4px;
}

/* line 136, ../scss/base/sections/career-single.scss */
._career-single
.asc-job-header {
  font-size: 30px;
  line-height: 36px;
  color: #1d8893;
  margin-top: 25px;
  margin-bottom: 0px;
  display: block;
}

/* line 145, ../scss/base/sections/career-single.scss */
.asc-job-listing-container
.asc-job-header.description {
  display: none;
}

/* line 151, ../scss/base/sections/career-single.scss */
._career-single
div.asc-position-content div.asc-position-title {
  margin-bottom: 16px;
}
/* line 154, ../scss/base/sections/career-single.scss */
._career-single
div.asc-position-content .asc-jobs-hr {
  display: none;
}
/* line 157, ../scss/base/sections/career-single.scss */
._career-single
div.asc-position-content .asc-job-description {
  font-weight: 300;
}
@media (max-width: 767px) {
  /* line 149, ../scss/base/sections/career-single.scss */
  ._career-single
  div.asc-position-content {
    margin-bottom: 30px;
  }
}
/* line 163, ../scss/base/sections/career-single.scss */
._career-single
div.asc-position-content #asc-job-apply-btn {
  margin: 0;
  float: right;
  position: inherit;
}

/* line 169, ../scss/base/sections/career-single.scss */
.asc-apply-container {
  padding: 20px !important;
  background: #e5e5e5;
}
@media (max-width: 767px) {
  /* line 169, ../scss/base/sections/career-single.scss */
  .asc-apply-container {
    padding: 0px !important;
  }
}

/* line 179, ../scss/base/sections/career-single.scss */
.asc-job-listing-container .asc-apply-container {
  background: #FFF;
}
/* line 181, ../scss/base/sections/career-single.scss */
.asc-job-listing-container .asc-apply-container h3 {
  color: #A4A4B1;
}
/* line 184, ../scss/base/sections/career-single.scss */
.asc-job-listing-container .asc-apply-container .asc-first-step-lower-block p {
  color: #A4A4B1;
}

/* line 44, ../scss/base/config/mixins.scss */
.asc-apply-now:before, .asc-apply-now:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
.asc-apply-now:after {
  clear: both;
}
/* line 192, ../scss/base/sections/career-single.scss */
.asc-apply-now .button-applied {
  padding-left: 26px;
  position: relative;
  float: right;
}
/* line 196, ../scss/base/sections/career-single.scss */
.asc-apply-now .button-applied .asc-applied-text {
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  height: 20px;
  line-height: 16px;
  position: absolute;
  left: 72px;
  top: -10px;
  width: 20px;
  z-index: 7;
}
/* line 209, ../scss/base/sections/career-single.scss */
.asc-apply-now div.asc-withdraw {
  float: right;
  width: auto !important;
  margin: 4px 10px 0 0;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
/* line 214, ../scss/base/sections/career-single.scss */
.asc-apply-now div.asc-withdraw a:hover {
  color: #c9533e;
}

/* line 219, ../scss/base/sections/career-single.scss */
.btn-success {
  background-color: #5CB85C;
  color: #FFFFFF;
}

/* line 223, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step {
  margin: 0 15px 30px 0 !important;
  background: #e5e5e5 !important;
}
@media (max-width: 1200px) {
  /* line 223, ../scss/base/sections/career-single.scss */
  #asc-job-app-second-step {
    margin: 0 0 30px !important;
  }
}
/* line 230, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey {
  padding: 0;
  background: none;
}
/* line 234, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey div.muted,
#asc-job-app-second-step #asc-job-application-survey div.muted a {
  font-size: 14px;
  font-weight: 300;
}
/* line 238, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey div.muted a {
  color: #1d9ff2;
}
/* line 241, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey #asc-survey-form {
  margin: 10px 0 0;
}
/* line 244, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey .asc-edit-block-header {
  padding: 0;
  background: none;
  margin-bottom: 8px;
  border-bottom: none;
}
/* line 249, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey .asc-edit-block-header h4 {
  color: #555759;
  margin-bottom: 0;
}
/* line 254, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey .asc-edit-block-inner {
  padding: 0;
}
/* line 257, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey .asc-edit-edit {
  padding: 0 10px;
  background: none !important;
  margin: 0 0 10px;
  border: none;
  font-weight: 300;
  font-size: 14px;
}
/* line 264, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-job-application-survey .asc-edit-edit input {
  margin-right: 6px;
}
/* line 44, ../scss/base/config/mixins.scss */
#asc-job-app-second-step #asc-button-holder:before, #asc-job-app-second-step #asc-button-holder:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#asc-job-app-second-step #asc-button-holder:after {
  clear: both;
}
/* line 271, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step #asc-button-holder button {
  float: right;
  margin-left: 10px;
}

/* line 277, ../scss/base/sections/career-single.scss */
#asc-job-listing-container
.asc-inline-mini-help {
  font-size: 14px;
  position: absolute;
}

/* line 282, ../scss/base/sections/career-single.scss */
#asc-job-listing-container
#asc-top-buffer-20 {
  margin: 25px 0;
}
/* line 285, ../scss/base/sections/career-single.scss */
#asc-job-listing-container
#asc-top-buffer-20 .asc-job-data {
  display: none;
}

/* line 289, ../scss/base/sections/career-single.scss */
#asc-job-app-second-step
#asc-signup-container
#asc-profile-picture-button {
  font-size: 12px;
}

/* line 294, ../scss/base/sections/career-single.scss */
._career-single #asc-msg {
  margin: 0 0 20px;
  border-radius: 0;
}
/* line 297, ../scss/base/sections/career-single.scss */
._career-single #asc-msg li {
  font-weight: normal;
  padding: 5px 10px;
}
/* line 300, ../scss/base/sections/career-single.scss */
._career-single #asc-msg li a {
  font-weight: normal;
  color: #1d9ff2;
}

/* line 311, ../scss/base/sections/career-single.scss */
._career-single
div.asc-apply-confirmation h1 {
  margin-bottom: 16px;
}
/* line 314, ../scss/base/sections/career-single.scss */
._career-single
div.asc-apply-confirmation p.congrats {
  margin-bottom: 40px;
}

/* Hide Position's Location on Position page */
/* line 321, ../scss/base/sections/career-single.scss */
#main_container ._career-single .asc-candidate-location {
  display: none;
}

/* line 1, ../scss/base/sections/profile.scss */
.asc-navbar {
  background-color: #e4e4e4;
}

/* line 8, ../scss/base/sections/profile.scss */
#survey-questions .chosen-drop {
  left: 0;
  top: 25px;
  display: none;
}
/* line 13, ../scss/base/sections/profile.scss */
#survey-questions .chosen-with-drop .chosen-drop {
  display: block;
}

/* line 22, ../scss/base/sections/profile.scss */
#profile #asc-candidate-expanded-image a#asc-profile-change-picture {
  color: #878787;
}

/* line 26, ../scss/base/sections/profile.scss */
#asc-user-image-container {
  padding: 20px 0;
  width: 100%;
}
/* line 44, ../scss/base/config/mixins.scss */
#asc-user-image-container:before, #asc-user-image-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#asc-user-image-container:after {
  clear: both;
}
/* line 30, ../scss/base/sections/profile.scss */
#asc-user-image-container h3 {
  line-height: 1em;
}
/* line 33, ../scss/base/sections/profile.scss */
#asc-user-image-container #asc-profile-picture {
  margin: 0;
}
/* line 36, ../scss/base/sections/profile.scss */
#asc-user-image-container #asc-user-upload-image-button {
  margin: 0;
}
/* line 44, ../scss/base/config/mixins.scss */
#asc-user-image-container #asc-user-upload-image:before, #asc-user-image-container #asc-user-upload-image:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#asc-user-image-container #asc-user-upload-image:after {
  clear: both;
}
/* line 42, ../scss/base/sections/profile.scss */
#asc-user-image-container p.small-text {
  font-size: .8em;
  margin-bottom: 20px;
}
/* line 46, ../scss/base/sections/profile.scss */
#asc-user-image-container .asc-file-upload-holder-outer {
  width: 100%;
}

/* line 50, ../scss/base/sections/profile.scss */
#asc-client-record-profile-view .asc-del-cancel {
  background: none repeat scroll 0 0 #EDEFF2;
  background-image: none;
  border-width: 0px;
}

/* line 57, ../scss/base/sections/profile.scss */
#asc-client-record-profile-view .asc-edit-readonly span.asc-edit-icon {
  min-width: 70px;
  width: auto;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 2px 5px;
  margin: 0;
}
/* line 67, ../scss/base/sections/profile.scss */
#asc-client-record-profile-view .asc-edit-readonly.communication-options-readonly {
  margin-left: 15px;
}
/* line 69, ../scss/base/sections/profile.scss */
#asc-client-record-profile-view .asc-edit-readonly.communication-options-readonly .asc-edit-icon {
  top: -35px;
}
@media (max-width: 568px) {
  /* line 69, ../scss/base/sections/profile.scss */
  #asc-client-record-profile-view .asc-edit-readonly.communication-options-readonly .asc-edit-icon {
    position: relative;
    right: 20px;
    top: 15px;
  }
}

/* line 80, ../scss/base/sections/profile.scss */
.bg #asc-client-record-profile-view .asc-edit-readonly button.asc-remove-item {
  right: 100px;
}

/* line 83, ../scss/base/sections/profile.scss */
#asc-client-record-profile-view .asc-profile-top-hr {
  display: none;
}

/* line 86, ../scss/base/sections/profile.scss */
#asc-dashboard-rec-jobs .asc-recommended-job-row {
  margin-top: 10px;
}

/* line 89, ../scss/base/sections/profile.scss */
#asc-dashboard-rec-jobs .asc-recommended-job-row h5 {
  text-transform: uppercase;
}

@media (max-width: 360px) {
  /* line 93, ../scss/base/sections/profile.scss */
  .asc-change-image-holder .asc-change-image-btn {
    position: relative !important;
    left: 0% !important;
    width: 80% !important;
  }

  /* line 99, ../scss/base/sections/profile.scss */
  #asc-client-record-profile-view
  .asc-change-image-holder img {
    max-width: 100%;
    position: relative;
    right: 0px;
    width: 100%;
    display: table;
    font-size: 10px;
    margin-top: 13px;
  }
}
/* line 111, ../scss/base/sections/profile.scss */
#asc-client-record-profile-view .asc-no-profile-img {
  width: 230px;
}

/* line 118, ../scss/base/sections/profile.scss */
#asc-resume-controls .btn {
  font-size: 14px;
  padding: 2px 5px;
}

@media (max-width: 568px) {
  /* line 122, ../scss/base/sections/profile.scss */
  #asc-client-record-profile-view #asc-resume-controls > * {
    float: left !important;
  }
}

@media (max-width: 568px) {
  /* line 127, ../scss/base/sections/profile.scss */
  #asc-client-record-profile-view #asc-resume-controls .btn {
    margin-top: 10px;
  }
}

@media (max-width: 568px) {
  /* line 134, ../scss/base/sections/profile.scss */
  #asc-client-record-profile-view .asc-change-image-holder .asc-change-image-btn {
    max-width: none;
  }
}

@media (max-width: 568px) {
  /* line 142, ../scss/base/sections/profile.scss */
  #asc-show-resume div.pull-right {
    float: left !important;
    margin-bottom: 10px;
  }
}
/* line 147, ../scss/base/sections/profile.scss */
#asc-show-resume div.pull-right .add-document-btn {
  margin-right: 10px;
}

/* line 153, ../scss/base/sections/profile.scss */
#asc-user-custom-data .asc-edit-edit {
  overflow: visible !important;
}
/* line 156, ../scss/base/sections/profile.scss */
#asc-user-custom-data .asc-edit-edit .asc-edit-outer-block {
  display: block !important;
}

/* line 4, ../scss/base/sections/about-us.scss */
._about-us {
  margin-top: 120px;
}
@media (max-width: 767px) {
  /* line 4, ../scss/base/sections/about-us.scss */
  ._about-us {
    margin-top: 30px;
  }
}
/* line 11, ../scss/base/sections/about-us.scss */
._about-us section.section {
  padding-bottom: 50px;
}
/* line 14, ../scss/base/sections/about-us.scss */
._about-us section.posts {
  padding-top: 80px;
}
@media (max-width: 767px) {
  /* line 14, ../scss/base/sections/about-us.scss */
  ._about-us section.posts {
    padding-top: 40px;
  }
}
/* line 18, ../scss/base/sections/about-us.scss */
._about-us section.culture {
  padding-top: 0;
}

/* line 24, ../scss/base/sections/about-us.scss */
#articleinfo .asc-post-content ul {
  list-style-type: disc;
  padding-left: 15px;
}

/* line 30, ../scss/base/sections/about-us.scss */
article.locations
div.map-container
div.map-wrap
div.map-image {
  position: relative;
}

/* line 36, ../scss/base/sections/about-us.scss */
#play-btn-img1 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 180px;
  left: 50%;
  margin: -90px 0 0 -77px;
  position: absolute;
  top: 50%;
  transition: color 0.25s ease 0.05s;
  z-index: 201;
  text-decoration: none !important;
}

/* line 47, ../scss/base/sections/about-us.scss */
#play-btn-img2 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 180px;
  left: 50%;
  margin: -90px 0 0 -77px;
  position: absolute;
  top: 50%;
  transition: color 0.25s ease 0.05s;
  z-index: 201;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  /* line 5, ../scss/base/sections/staff.scss */
  ._staff > .container {
    padding: 0 20px;
  }
}
/* line 12, ../scss/base/sections/staff.scss */
._staff .asc-staff-header {
  height: 360px;
  margin: 0 0 50px;
  position: relative;
  background-image: url("/img/team/team-banner.jpg");
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 100%), url("/img/team/team-banner.jpg") no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.8))), url("/img/team/team-banner.jpg") no-repeat;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 100%), url("/img/team/team-banner.jpg") no-repeat;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 100%), url("/img/team/team-banner.jpg") no-repeat;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 100%), url("/img/team/team-banner.jpg") no-repeat;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.8) 100%), url("/img/team/team-banner.jpg") no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 26, ../scss/base/sections/staff.scss */
._staff #staff-title {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 74%;
  margin: 20px 0 0;
  left: 50%;
  margin-left: -37%;
}
/* line 34, ../scss/base/sections/staff.scss */
._staff #staff-title h5 {
  color: white;
  border-bottom-color: white;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 41, ../scss/base/sections/staff.scss */
._staff #staff-title p {
  margin-bottom: 40px;
  color: white;
}
@media (max-width: 767px) {
  /* line 47, ../scss/base/sections/staff.scss */
  ._staff #staff-title p {
    font-size: 30px;
    line-height: 33px;
  }
}
@media (max-width: 568px) {
  /* line 26, ../scss/base/sections/staff.scss */
  ._staff #staff-title {
    width: 90%;
    margin-left: -45%;
  }
  /* line 55, ../scss/base/sections/staff.scss */
  ._staff #staff-title p {
    font-size: 24px;
    line-height: 26px;
  }
}

/* line 61, ../scss/base/sections/staff.scss */
._staff #employee_slider {
  padding-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}

/* line 6, ../scss/base/sections/auth.scss */
#asc-signin-btn {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #282828;
  color: #282828;
}

/* line 11, ../scss/base/sections/auth.scss */
div.input-icon input {
  border-bottom-right-radius: 1px;
}

/* line 15, ../scss/base/sections/auth.scss */
.asc-create-account-option {
  max-width: 640px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
/* line 21, ../scss/base/sections/auth.scss */
.asc-create-account-option #asc-init-signin {
  margin: 0;
  text-align: center;
}
/* line 25, ../scss/base/sections/auth.scss */
.asc-create-account-option #asc-init-signin p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 200;
  margin-bottom: 20px;
  font-style: normal;
}
@media (max-width: 568px) {
  /* line 25, ../scss/base/sections/auth.scss */
  .asc-create-account-option #asc-init-signin p {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 36, ../scss/base/sections/auth.scss */
.asc-create-account-option #asc-init-signin a {
  text-decoration: none;
  color: white;
}
/* line 40, ../scss/base/sections/auth.scss */
.asc-create-account-option div.button-wrap {
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 767px) {
  /* line 46, ../scss/base/sections/auth.scss */
  #signindiv {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* line 49, ../scss/base/sections/auth.scss */
  #signindiv .asc-signin-data-container {
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 59, ../scss/base/sections/auth.scss */
#forgot_password .asc-signin-data-container {
  background: #ffffff;
  padding: 40px 30px;
}
/* line 63, ../scss/base/sections/auth.scss */
#forgot_password #asc-signup-top-header {
  background: none;
  border: none;
  margin: 0;
}
/* line 68, ../scss/base/sections/auth.scss */
#forgot_password #asc-signup-top-header h4 {
  color: #282828;
  text-transform: uppercase;
  font-size: .9em;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: bolder;
}
/* line 80, ../scss/base/sections/auth.scss */
#forgot_password #asc_form_forgotpassword input {
  border: 1px solid #cccccc;
}
/* line 84, ../scss/base/sections/auth.scss */
#forgot_password #asc-signup-footer {
  margin: 0;
}
/* line 44, ../scss/base/config/mixins.scss */
#forgot_password #asc-signup-footer:before, #forgot_password #asc-signup-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#forgot_password #asc-signup-footer:after {
  clear: both;
}

/* line 93, ../scss/base/sections/auth.scss */
#change_password .asc-signin-data-container {
  background: #ffffff;
  padding: 40px 30px;
}
/* line 97, ../scss/base/sections/auth.scss */
#change_password #asc-signup-top-header {
  background: none;
  border: none;
  margin: 0;
}
/* line 102, ../scss/base/sections/auth.scss */
#change_password #asc-signup-top-header h4 {
  color: #282828;
  text-transform: uppercase;
  font-size: .9em;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: bolder;
}
/* line 114, ../scss/base/sections/auth.scss */
#change_password #asc_form_change_password input {
  border: 1px solid #cccccc;
  width: 100%;
}
/* line 118, ../scss/base/sections/auth.scss */
#change_password #asc_form_change_password input:last-of-type {
  margin-top: 10px;
}
/* line 122, ../scss/base/sections/auth.scss */
#change_password #asc-signup-footer {
  margin: 0;
}
/* line 44, ../scss/base/config/mixins.scss */
#change_password #asc-signup-footer:before, #change_password #asc-signup-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
#change_password #asc-signup-footer:after {
  clear: both;
}

/* line 2, ../scss/base/sections/signup.scss */
#asc-signup-container label {
  color: #878787;
}
@media (max-width: 767px) {
  /* line 6, ../scss/base/sections/signup.scss */
  #asc-signup-container #asc-upload-resume .upload-buttons-with-linkedIn {
    padding-bottom: 50px;
  }
}
/* line 12, ../scss/base/sections/signup.scss */
#asc-signup-container #asc-upload-resume .upload-info p.p-quote {
  margin-top: 0px;
  font-size: 25px;
  line-height: 32px;
}
/* line 17, ../scss/base/sections/signup.scss */
#asc-signup-container #asc-upload-resume .upload-info ul.bullet li {
  font-size: 18px;
}
/* line 22, ../scss/base/sections/signup.scss */
#asc-signup-container .asc-signup-picture-btn {
  background: none repeat scroll 0 0 transparent;
  color: #282828;
  border: 1px solid #282828;
}
/* line 27, ../scss/base/sections/signup.scss */
#asc-signup-container .asc-edit-edit {
  padding: 10px 10px;
  margin-left: 8px;
}
/* line 31, ../scss/base/sections/signup.scss */
#asc-signup-container .intl-tel-input .flag-dropdown {
  height: 33px;
}
/* line 35, ../scss/base/sections/signup.scss */
#asc-signup-container .pull-left {
  font-size: 13px;
}
/* line 38, ../scss/base/sections/signup.scss */
#asc-signup-container .chosen-drop {
  left: 0;
  top: 25px;
  display: none;
}
/* line 43, ../scss/base/sections/signup.scss */
#asc-signup-container .chosen-with-drop .chosen-drop {
  display: block;
}

/* line 47, ../scss/base/sections/signup.scss */
#asc-application-requirements {
  font-size: 12px;
  line-height: 14px;
  width: 35%;
  padding: 8px;
  margin: 0 auto;
}

/* line 54, ../scss/base/sections/signup.scss */
#asc-signup-container textarea {
  position: relative;
  z-index: 1;
}

/* line 58, ../scss/base/sections/signup.scss */
.p-caption {
  text-align: center;
  white-space: nowrap;
  margin-top: 0px;
}

/* line 63, ../scss/base/sections/signup.scss */
.asc-signin {
  font-size: 14px;
  color: #282828;
}

/* line 67, ../scss/base/sections/signup.scss */
.btn.btn-block {
  display: inline-block;
}

/* line 70, ../scss/base/sections/signup.scss */
.asc-dynamic-picklist {
  background: none;
  line-height: 25px;
}

/* line 74, ../scss/base/sections/signup.scss */
#unsubscribe-all {
  cursor: pointer;
  font-size: 14px;
}

/* line 78, ../scss/base/sections/signup.scss */
.asc-disclosure {
  font-size: 14px;
  font-weight: 300;
}
/* line 81, ../scss/base/sections/signup.scss */
.asc-disclosure div:nth-child(2) {
  font-weight: 300;
}

/* line 85, ../scss/base/sections/signup.scss */
#asc-other-info
.communication-preferences
.communication-options-row {
  margin-right: -5px;
  margin-left: 0px;
}

/* line 91, ../scss/base/sections/signup.scss */
#asc-signup-container .asc-info-form > div {
  padding: 0px;
}

@media (max-width: 568px) {
  /* line 95, ../scss/base/sections/signup.scss */
  #asc-signup-container #alt-email-signup {
    width: 100%;
  }
}

/* line 8, ../scss/base/sections/errors.scss */
#asc-404 {
  margin: 175px auto 0px;
  max-width: 500px;
}
/* line 11, ../scss/base/sections/errors.scss */
#asc-404 h1 {
  font-size: 140px;
  line-height: 1em;
  font-weight: 200;
}
/* line 16, ../scss/base/sections/errors.scss */
#asc-404 p {
  margin-bottom: 30px;
}

/* line 5, ../scss/base/sections/info.scss */
.asc-info-page {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 0;
}
/* line 10, ../scss/base/sections/info.scss */
.asc-info-page h2 {
  color: #1d8893;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  /* line 1, ../scss/base/sections/job.scss */
  #client-position-content {
    float: none;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  /* line 7, ../scss/base/sections/job.scss */
  client-position-sidebar {
    float: none;
    width: 100;
  }
}

/* line 15, ../scss/base/sections/job.scss */
#asc-public-profile-bottom-right .position a {
  text-decoration: none;
}

/* line 20, ../scss/base/sections/job.scss */
.jvectormap-label {
  z-index: 1031;
}

/* Blog and Articles */
/* line 2, ../scss/base/sections/widgets.scss */
section.section.post-banner {
  background-position: center;
  height: 350px;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 9, ../scss/base/sections/widgets.scss */
#article-info ul.asc-post-list {
  margin: 10px;
  padding: 0;
  list-style-type: none;
}

/* Careers: Job Map and Job List */
/* Career Fair */
/* line 18, ../scss/base/sections/widgets.scss */
#change_password {
  margin-top: 100px;
}

/* Change password */
/* Cookies Acceptance */
/* line 25, ../scss/base/sections/widgets.scss */
#cookies-acceptance-wrapper {
  background-color: #999;
  height: auto;
  padding: 15px 20px;
}
/* line 30, ../scss/base/sections/widgets.scss */
#cookies-acceptance-wrapper .message {
  color: #fff;
  line-height: 18px;
  margin-bottom: 5px;
}
/* line 36, ../scss/base/sections/widgets.scss */
#cookies-acceptance-wrapper .text-right .ok-button {
  padding: 5px;
  color: #999;
  background-color: #fff;
  border: none;
}
/* line 42, ../scss/base/sections/widgets.scss */
#cookies-acceptance-wrapper .text-right .tell-me-more-link {
  border: 1px solid #fff;
  width: 130px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  cursor: pointer;
}

/* Forgot and Change Password */
/* line 54, ../scss/base/sections/widgets.scss */
#forgot_password,
#change_password {
  padding: 125px 0px 75px;
  background-color: #eee;
}
@media (max-width: 992px) {
  /* line 54, ../scss/base/sections/widgets.scss */
  #forgot_password,
  #change_password {
    padding: 110px 0px 75px;
    min-height: 0px;
  }
}
@media (max-width: 767px) {
  /* line 54, ../scss/base/sections/widgets.scss */
  #forgot_password,
  #change_password {
    padding: 85px 0px 75px;
  }
}
/* line 67, ../scss/base/sections/widgets.scss */
#forgot_password.page-content,
#change_password.page-content {
  margin-top: 120px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  /* line 67, ../scss/base/sections/widgets.scss */
  #forgot_password.page-content,
  #change_password.page-content {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  /* line 67, ../scss/base/sections/widgets.scss */
  #forgot_password.page-content,
  #change_password.page-content {
    margin-top: 0px;
  }
}
/* line 79, ../scss/base/sections/widgets.scss */
#forgot_password #asc-forgot-password,
#change_password #asc-forgot-password {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 568px) {
  /* line 79, ../scss/base/sections/widgets.scss */
  #forgot_password #asc-forgot-password,
  #change_password #asc-forgot-password {
    max-width: 300px;
  }
}

/* Landing Page */
/* People Slider */
/* line 93, ../scss/base/sections/widgets.scss */
#slideDeck .btn.btn-primary {
  background-color: #282828;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
/* line 100, ../scss/base/sections/widgets.scss */
#slideDeck .popUp > .popUp_info .popUp_loc,
#slideDeck .popUp > .popUp_info .popUp_name,
#slideDeck .popUp > .popUp_info .popUp_pos {
  text-align: left;
}
/* line 106, ../scss/base/sections/widgets.scss */
#slideDeck .popUp::after {
  border-top-color: #282828;
}

/* Privacy */
/* Profile / Staff Pages */
/* line 114, ../scss/base/sections/widgets.scss */
.asc-widget-parent-div h4 {
  color: #000000;
  font-family: 'sanspromedium', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

/* line 122, ../scss/base/sections/widgets.scss */
#main_container #profile {
  min-height: 500px;
  margin-top: 200px;
}
@media (max-width: 568px) {
  /* line 122, ../scss/base/sections/widgets.scss */
  #main_container #profile {
    margin-top: 50px;
  }
}

/* line 133, ../scss/base/sections/widgets.scss */
#asc-client-record-profile-view #asc-profile-skills-holder .asc-label-skills {
  background: #1d8893;
}
/* line 137, ../scss/base/sections/widgets.scss */
#asc-client-record-profile-view #asc-candidate-expanded-image,
#asc-client-record-profile-view .asc-expanded-image-updater {
  float: left;
  margin-top: 0px;
}
@media (max-width: 992px) {
  /* line 137, ../scss/base/sections/widgets.scss */
  #asc-client-record-profile-view #asc-candidate-expanded-image,
  #asc-client-record-profile-view .asc-expanded-image-updater {
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  /* line 146, ../scss/base/sections/widgets.scss */
  #asc-client-record-profile-view #asc-record-expanded-header {
    margin: 0px 0px 0px 10px;
    padding: 10px 0px;
  }
}
@media (max-width: 568px) {
  /* line 151, ../scss/base/sections/widgets.scss */
  #asc-client-record-profile-view #asc-record-expanded-header #asc-user-expanded-tabs {
    float: left;
  }
}
@media (max-width: 992px) {
  /* line 156, ../scss/base/sections/widgets.scss */
  #asc-client-record-profile-view #asc-record-expanded-header h1 {
    float: left;
  }
}
@media (max-width: 568px) {
  /* line 156, ../scss/base/sections/widgets.scss */
  #asc-client-record-profile-view #asc-record-expanded-header h1 {
    float: none;
  }
}
@media (max-width: 992px) {
  /* line 165, ../scss/base/sections/widgets.scss */
  #asc-client-record-profile-view ul#asc-user-expanded-tabs > li {
    float: left;
  }
}

/* line 172, ../scss/base/sections/widgets.scss */
#asc-public-profile-bottom-right .position-title {
  margin-bottom: 40px;
}
/* line 174, ../scss/base/sections/widgets.scss */
#asc-public-profile-bottom-right .position-title .position {
  display: none;
}

/* line 182, ../scss/base/sections/widgets.scss */
#asc-job-maindata #asc-personal div:nth-of-type(1).asc-edit-outer-block {
  display: none;
}
/* line 186, ../scss/base/sections/widgets.scss */
#asc-job-maindata #asc-personal #asc-user-eeoc-data {
  display: none;
}

/* Terms */
/* Sign in */
/* line 194, ../scss/base/sections/widgets.scss */
#asc-signin-container-inner > .hr {
  color: #757575 !important;
}

/* line 198, ../scss/base/sections/widgets.scss */
.social-signin #linkedin,
.social-signin #facebook {
  font-weight: 300;
  font-size: 16px;
}

/* line 206, ../scss/base/sections/widgets.scss */
#asc-signin-email-div #id_username,
#form_password-container #id_password {
  font-weight: 300;
  font-size: 14px;
}

/* line 214, ../scss/base/sections/widgets.scss */
.asc-signup-form-footer .remember {
  font-style: italic;
  color: #878787;
  font-weight: 400;
  font-size: 12px;
}
/* line 222, ../scss/base/sections/widgets.scss */
.asc-signup-form-footer .pull-right > .forgot {
  display: inline-block;
  margin-right: 20px;
  text-decoration: underline;
  font-style: italic;
  color: #878787;
  font-weight: 300;
  font-size: 12px;
}

/* line 235, ../scss/base/sections/widgets.scss */
#asc-signin-container-inner #asc-disclaimer {
  color: #757575 !important;
  font-weight: 400;
  font-size: 12px;
}

/* line 245, ../scss/base/sections/widgets.scss */
.asc-create-account-option #asc-init-signin a {
  color: #ffffff;
}
/* line 247, ../scss/base/sections/widgets.scss */
background
.asc-create-account-option #asc-init-signin a:hover {
  color: #ff6633;
}

/* line 255, ../scss/base/sections/widgets.scss */
#asc-form-signin #asc-signin-btn {
  background-color: #1d8893;
  border: 1px solid #1d8893;
  color: #ffffff;
}

/* line 261, ../scss/base/sections/widgets.scss */
#asc-signin-container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/* line 264, ../scss/base/sections/widgets.scss */
#asc-signin-container.page-content {
  margin-top: 120px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  /* line 264, ../scss/base/sections/widgets.scss */
  #asc-signin-container.page-content {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 264, ../scss/base/sections/widgets.scss */
  #asc-signin-container.page-content {
    margin-top: 0px;
  }
}

/* Sign up */
/* line 280, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .btn-upload-resume {
  background-color: #1d8893;
}
/* line 284, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .asc-signup-section button {
  margin-bottom: 8px;
}
/* line 287, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .asc-signup-section button#asc-signup-main-button, #asc-signup-container #asc-signup-form .asc-signup-section button#asc-signup-cancel-button {
  margin-right: 5px;
}
/* line 291, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .asc-signup-section button#asc-signup-main-button:hover, #asc-signup-container #asc-signup-form .asc-signup-section button#asc-signup-cancel-button:hover {
  background-color: #1d8893;
}
/* line 296, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .asc-signup-section .btn-social {
  width: 100% !important;
}
/* line 299, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .asc-signup-section #join_text {
  color: #6e6e6e;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
/* line 307, ../scss/base/sections/widgets.scss */
#asc-signup-container #asc-signup-form .dynamic_form_element_error li {
  text-align: left;
}
/* line 312, ../scss/base/sections/widgets.scss */
#asc-signup-container.page-content {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  /* line 312, ../scss/base/sections/widgets.scss */
  #asc-signup-container.page-content {
    margin-top: 30px;
  }
}

/* Position */
/* line 320, ../scss/base/sections/widgets.scss */
#asc-job-submit-msg {
  padding: 10px 0 15px;
}

/* line 323, ../scss/base/sections/widgets.scss */
#asc-job-apply-btn {
  padding: 10px 15px;
}

/* line 1, ../scss/base/talentcommunity.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 5, ../scss/base/talentcommunity.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../scss/base/talentcommunity.scss */
body, p {
  background-color: transparent;
  font-family: 'sansproregular';
  color: #4a4a4a;
  line-height: 1.43;
}

/* line 17, ../scss/base/talentcommunity.scss */
p {
  position: relative;
}

/* line 20, ../scss/base/talentcommunity.scss */
.row {
  margin-right: 0;
  margin-left: 0;
}

/* Extend Inheritance */
/* line 47, ../scss/base/talentcommunity.scss */
.vertical-align {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  /* line 47, ../scss/base/talentcommunity.scss */
  .vertical-align {
    display: inherit;
  }
}

/** Navigation **/
/* line 58, ../scss/base/talentcommunity.scss */
nav#main-nav a.brand img {
  height: 60px;
}
@media (max-width: 992px) {
  /* line 58, ../scss/base/talentcommunity.scss */
  nav#main-nav a.brand img {
    height: 30px;
    margin: 12px 0 0;
  }
}
/* line 68, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-default {
  background-color: #ffffff;
  margin-bottom: 0;
  box-shadow: 0 4px 4px 0 rgba(100, 100, 100, 0.1);
  z-index: -1;
  border-radius: 0;
  border: none;
}
@media (max-width: 992px) {
  /* line 68, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-default {
    height: 70px;
  }
}
@media (max-width: 767px) {
  /* line 68, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-default {
    height: 89px;
  }
}
/* line 85, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar {
  background: #282828;
  color: #ffffff;
  height: 50px;
  padding: 5px;
}
@media (max-width: 992px) {
  /* line 85, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  /* line 85, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar {
    display: none;
    margin-top: 0;
    padding: 0;
    position: fixed;
  }
}
/* line 99, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-left {
  position: relative;
  color: #ffffff;
  padding: 18px 0;
}
@media (max-width: 992px) {
  /* line 99, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar .top-navbar-left {
    font-size: 14px;
  }
  /* line 106, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar .top-navbar-left a {
    font-size: 14px;
  }
}
/* line 111, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
@media (max-width: 992px) {
  /* line 111, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar .top-navbar-right {
    text-align: left;
  }
}
/* line 122, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right h6 {
  color: #ffffff;
  display: inline-block;
  margin: 0 15px;
  line-height: 35px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 132, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right li {
  display: inline-block;
}
/* line 135, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right li .asc-navbar-profile {
  color: #ffffff;
  font-size: 18px;
  margin: 0 20px;
  text-decoration: none;
  vertical-align: middle;
  line-height: 38px;
}
/* line 142, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right li .asc-navbar-profile:hover {
  color: #1d8893;
}
@media (max-width: 1200px) {
  /* line 135, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar .top-navbar-right li .asc-navbar-profile {
    margin-left: 5px;
    margin-right: 5px;
  }
}
/* line 150, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right li .asc-navbar-join {
  background-color: #1d8893;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 22px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 160, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right li .asc-navbar-join:hover {
  background-color: #135b62;
}
@media (max-width: 1200px) {
  /* line 150, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar .top-navbar-right li .asc-navbar-join {
    padding: 6px 5px;
  }
}
/* line 172, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar .top-navbar-right li.asc-navbar-join-tab {
  width: 60px;
}
@media (max-width: 992px) {
  /* line 172, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar .top-navbar-right li.asc-navbar-join-tab {
    width: 60px;
  }
}
/* line 181, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu .asc-no-profile-img {
  color: #1d8893;
}
/* line 188, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header {
  display: none;
  position: relative;
  height: 89px;
}
@media (max-width: 767px) {
  /* line 188, ../scss/base/talentcommunity.scss */
  nav#main-nav .bottom-navbar .container .navbar-header {
    display: block;
  }
}
/* line 197, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header .brand {
  display: none;
}
@media (max-width: 767px) {
  /* line 197, ../scss/base/talentcommunity.scss */
  nav#main-nav .bottom-navbar .container .navbar-header .brand {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 207, ../scss/base/talentcommunity.scss */
  nav#main-nav .bottom-navbar .container .navbar-header .brand img {
    height: 35px;
    margin: 13px 0 0;
  }
}
/* line 213, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header .asc-navbar-join {
  display: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #1d8893;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 8px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 227, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header .asc-navbar-join:hover {
  color: #1d8893;
}
@media (max-width: 767px) {
  /* line 213, ../scss/base/talentcommunity.scss */
  nav#main-nav .bottom-navbar .container .navbar-header .asc-navbar-join {
    display: block;
  }
}
/* line 238, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header #client-settings-menu {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 23px;
}
/* line 246, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header #client-settings-menu #asc-settings-menu .dropdown #asc-main-user-menu {
  color: #fff;
}
/* line 251, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header #client-settings-menu #asc-settings-menu .dropdown.open #asc-main-user-menu {
  color: #1d8893;
}
/* line 255, ../scss/base/talentcommunity.scss */
nav#main-nav .bottom-navbar .container .navbar-header #client-settings-menu #asc-settings-menu #asc-header-user-menu {
  right: 0;
}
/* line 264, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-collapse {
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 264, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-collapse {
    max-height: 550px;
  }
}
/* line 274, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-collapse.in .dropdown.open li > a {
  color: #444;
  margin-left: 15px;
}
/* line 281, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li {
  float: right;
  margin: 0 16px;
  position: relative;
}
/* line 286, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 20px;
  background: transparent;
}
/* line 295, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li:hover:after {
  background: #1d8893;
}
@media (max-width: 767px) {
  /* line 295, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li:hover:after {
    background: transparent;
  }
}
/* line 301, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li:first-of-type {
  float: left;
}
/* line 303, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li:first-of-type > a {
  padding: 10px 0 0;
}
@media (max-width: 992px) {
  /* line 303, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li:first-of-type > a {
    padding: 7px 0;
  }
}
/* line 311, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li:first-of-type:hover:after {
  display: none;
}
/* line 315, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li:first-of-type:hover:before {
  background: transparent;
}
@media (max-width: 992px) {
  /* line 281, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 281, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li {
    float: none;
  }
}
@media (max-width: 568px) {
  /* line 281, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li {
    float: none;
  }
}
/* line 328, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li > a {
  color: #282828;
  text-transform: uppercase;
  font-size: 12pt;
  display: inline-block;
  font-family: 'sanspromedium', sans-serif;
  padding: 30px 0;
}
/* line 335, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li > a:hover {
  color: #1d8893;
}
/* line 338, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li > a.btn {
  border: 1px solid #000000;
  color: #000000;
  font-weight: 400;
  margin: 2px 0 0 6px;
  padding: 8px 12px;
  font-size: 16px;
}
@media (max-width: 568px) {
  /* line 338, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li > a.btn {
    background-color: #f15523;
    color: #ffffff;
    margin-bottom: 8px;
    text-align: left;
  }
}
@media (max-width: 568px) {
  /* line 352, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li > a.btn.bg-mobile {
    white-space: normal;
  }
}
/* line 358, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li > a#menu_sign_in:hover {
  color: #1d8893;
}
@media (max-width: 568px) {
  /* line 358, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li > a#menu_sign_in:hover {
    color: #282828;
  }
}
@media (max-width: 992px) {
  /* line 328, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li > a {
    font-size: 12px;
    padding: 26px 0 22px;
  }
}
@media (max-width: 767px) {
  /* line 328, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav li > a {
    font-size: 15px;
    padding: 20px 11px;
  }
}
/* line 374, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav li > a > .open > a {
  background-color: transparent;
}
/* line 379, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav a.brand span.careers {
  color: #4a4a4a;
}
@media (max-width: 568px) {
  /* line 379, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav a.brand span.careers {
    font-size: 16px;
  }
}
/* line 387, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav ul.dropdown-menu li {
  display: block;
}
/* line 389, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav ul.dropdown-menu li a {
  padding: 9px 20px;
}
/* line 392, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav ul.dropdown-menu li a:hover {
  background: transparent;
}
/* line 398, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu {
  color: #444;
  margin-top: -1px;
}
/* line 402, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu {
  right: 0;
  min-width: 240px;
}
@media (max-width: 568px) {
  /* line 402, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu {
    float: left !important;
    width: 100%;
  }
}
/* line 411, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu #actions-on-me #asc-profile-btn {
  background-color: #000;
  color: #fff;
}
/* line 414, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu #actions-on-me #asc-profile-btn:hover {
  color: #ff6633;
}
/* line 419, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu #right-header-container {
  background: #1d8893;
}
/* line 424, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu #right-header-container #my-account-box #actions-on-me #asc-sign-out-button:hover {
  background-color: #DA4F49;
  color: #282828;
}
/* line 432, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-header-user-menu .asc-settings-link-a {
  padding: 0;
}
/* line 436, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #about-me-info {
  max-width: 100%;
  text-align: left;
}
/* line 440, ../scss/base/talentcommunity.scss */
nav#main-nav .navbar-nav #asc-settings-menu #asc-main-user-menu {
  margin-top: -2px;
}
@media (max-width: 767px) {
  /* line 398, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav #asc-settings-menu {
    float: left;
    margin-left: 10px;
    width: auto;
  }
}
@media (max-width: 568px) {
  /* line 398, ../scss/base/talentcommunity.scss */
  nav#main-nav .navbar-nav #asc-settings-menu {
    width: 100%;
  }
}
/* line 454, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu {
  color: #fff;
  margin-top: -1px;
}
/* line 458, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu {
  right: 0;
  min-width: 240px;
}
@media (max-width: 568px) {
  /* line 458, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu {
    float: left !important;
    width: 100%;
  }
}
/* line 466, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu #about-me-top-wrapper {
  padding: 15px 15px 9px;
}
/* line 470, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu #actions-on-me #asc-profile-btn {
  background-color: #282828;
  color: #fff;
}
/* line 476, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu #right-header-container #my-account-box {
  color: #282828;
}
/* line 480, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu .asc-settings-link-a {
  padding: 0;
  font-size: 15px;
}
/* line 483, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-header-user-menu .asc-settings-link-a i {
  padding-right: 8px;
}
/* line 488, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #about-me-info {
  max-width: 100%;
  text-align: left;
}
/* line 492, ../scss/base/talentcommunity.scss */
nav#main-nav .top-navbar #asc-settings-menu #asc-main-user-menu {
  margin-top: -2px;
}
@media (max-width: 767px) {
  /* line 454, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar #asc-settings-menu {
    float: left;
    margin-left: 10px;
    width: auto;
  }
}
@media (max-width: 568px) {
  /* line 454, ../scss/base/talentcommunity.scss */
  nav#main-nav .top-navbar #asc-settings-menu {
    width: 100%;
  }
}

/** GENERAL: Home Page **/
/* line 510, ../scss/base/talentcommunity.scss */
._landing section.join-community div.join p.p-quote {
  font-size: 30px;
}
/* line 516, ../scss/base/talentcommunity.scss */
._landing > .content div.content-panels {
  margin-top: 0;
}
/* line 518, ../scss/base/talentcommunity.scss */
._landing > .content div.content-panels .panel-bottom {
  padding: 25px 20px 20px;
}
/* line 521, ../scss/base/talentcommunity.scss */
._landing > .content div.content-panels .panel-image {
  background-position: top center;
  height: 150px;
}
/* line 526, ../scss/base/talentcommunity.scss */
._landing > .content .asc-panel {
  border: 1px solid #c2c2c2;
  box-shadow: none;
}
/* line 529, ../scss/base/talentcommunity.scss */
._landing > .content .asc-panel h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-transform: none;
}
/* line 537, ../scss/base/talentcommunity.scss */
._landing > .hero-wrap {
  height: 550px;
}
@media (max-width: 767px) {
  /* line 537, ../scss/base/talentcommunity.scss */
  ._landing > .hero-wrap {
    height: 390px;
  }
}
@media (max-width: 568px) {
  /* line 537, ../scss/base/talentcommunity.scss */
  ._landing > .hero-wrap {
    height: 490px;
    margin-top: -580px !important;
  }
}
/* line 547, ../scss/base/talentcommunity.scss */
._landing > .hero-wrap .hero-controls {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 30px;
  max-width: 650px;
  padding: 30px;
}
/* line 552, ../scss/base/talentcommunity.scss */
._landing > .hero-wrap .hero-controls a.btn {
  border: 2px solid #fff;
}
/* line 554, ../scss/base/talentcommunity.scss */
._landing > .hero-wrap .hero-controls a.btn:hover {
  color: #ff6633;
}
@media (max-width: 767px) {
  /* line 552, ../scss/base/talentcommunity.scss */
  ._landing > .hero-wrap .hero-controls a.btn {
    font-size: 13px;
  }
}
/* line 561, ../scss/base/talentcommunity.scss */
._landing > .hero-wrap .hero-controls h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 561, ../scss/base/talentcommunity.scss */
  ._landing > .hero-wrap .hero-controls h1 {
    font-size: 33px;
  }
}
/* line 568, ../scss/base/talentcommunity.scss */
._landing > .hero-wrap .hero-controls p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
}
/* line 574, ../scss/base/talentcommunity.scss */
._landing .content-panels {
  margin-top: 0;
}
/* line 577, ../scss/base/talentcommunity.scss */
._landing .content-panels .panel-bottom a.btn-plain {
  background-color: transparent;
  color: #666;
  font-style: italic;
  font-weight: bold;
  padding: 8px 20px 7px;
  text-align: left;
  text-decoration: none;
  width: 180px;
}
/* line 587, ../scss/base/talentcommunity.scss */
._landing .content-panels .panel-bottom h5 {
  font-size: 18px;
  line-height: 130%;
  min-height: 55px;
}
/* line 592, ../scss/base/talentcommunity.scss */
._landing .content-panels .panel-bottom p {
  min-height: 225px;
}
@media (max-width: 992px) {
  /* line 592, ../scss/base/talentcommunity.scss */
  ._landing .content-panels .panel-bottom p {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  /* line 592, ../scss/base/talentcommunity.scss */
  ._landing .content-panels .panel-bottom p {
    min-height: 100px;
  }
}
/* line 603, ../scss/base/talentcommunity.scss */
._landing #background-image {
  top: 0;
  height: 481px;
  z-index: -10;
}
@media (max-width: 767px) {
  /* line 603, ../scss/base/talentcommunity.scss */
  ._landing #background-image {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  /* line 603, ../scss/base/talentcommunity.scss */
  ._landing #background-image {
    background-position: center top;
    height: 550px;
    top: 0;
  }
}

/* line 617, ../scss/base/talentcommunity.scss */
#main_container {
  padding-bottom: 0;
}
/* line 619, ../scss/base/talentcommunity.scss */
#main_container #profile {
  margin-bottom: 50px;
}
/* line 622, ../scss/base/talentcommunity.scss */
#main_container #signindiv {
  padding: 125px 0 75px;
  background-color: #eee;
}
@media (max-width: 767px) {
  /* line 622, ../scss/base/talentcommunity.scss */
  #main_container #signindiv {
    padding: 80px 0 75px;
  }
}

/* line 632, ../scss/base/talentcommunity.scss */
#team-signup {
  background: #FFF;
}

/* line 637, ../scss/base/talentcommunity.scss */
#signup h2 {
  font-size: 28pt;
  line-height: 37px;
  font-weight: normal;
  text-transform: uppercase;
  color: #6c6c6c;
}
@media (max-width: 992px) {
  /* line 637, ../scss/base/talentcommunity.scss */
  #signup h2 {
    font-size: 26px;
  }
}
@media (max-width: 568px) {
  /* line 637, ../scss/base/talentcommunity.scss */
  #signup h2 {
    font-size: 24px;
  }
}
/* line 652, ../scss/base/talentcommunity.scss */
#signup p, #signup ul, #signup li {
  color: #282828 !important;
}

/* Home Page */
/* line 658, ../scss/base/talentcommunity.scss */
#main_container .full-content {
  background-color: #1d8893;
  padding: 20px 0;
  text-align: center;
}
/* line 663, ../scss/base/talentcommunity.scss */
#main_container .full-content.gradient-teal {
  padding: 48px 0;
  background: #1d8893;
  background: -moz-linear-gradient(320deg, #135b62, #1d8893 100%);
  background: -webkit-linear-gradient(320deg, #135b62, #1d8893 100%);
  background: linear-gradient(320deg, #135b62, #1d8893 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d8893",endColorstr="#135b62",GradientType=1);
}
/* line 672, ../scss/base/talentcommunity.scss */
#main_container .full-content.gray {
  background-color: #3C3C3C;
  border-top: 2px solid #fcaf23;
}
@media (max-width: 568px) {
  /* line 672, ../scss/base/talentcommunity.scss */
  #main_container .full-content.gray {
    display: none;
  }
}
/* line 681, ../scss/base/talentcommunity.scss */
#main_container .full-content h1,
#main_container .full-content h2,
#main_container .full-content h4 {
  color: #FFF;
  font-family: 'sansproregular';
  margin-bottom: 20px;
}
/* line 688, ../scss/base/talentcommunity.scss */
#main_container .full-content h1 {
  font-size: 38px;
}
@media (max-width: 992px) {
  /* line 688, ../scss/base/talentcommunity.scss */
  #main_container .full-content h1 {
    font-size: 32px;
  }
}
@media (max-width: 568px) {
  /* line 688, ../scss/base/talentcommunity.scss */
  #main_container .full-content h1 {
    font-size: 28px;
  }
}
/* line 698, ../scss/base/talentcommunity.scss */
#main_container .full-content h2 {
  font-size: 28pt;
  line-height: 37px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  /* line 698, ../scss/base/talentcommunity.scss */
  #main_container .full-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 568px) {
  /* line 698, ../scss/base/talentcommunity.scss */
  #main_container .full-content h2 {
    font-size: 24px;
  }
}
/* line 711, ../scss/base/talentcommunity.scss */
#main_container .full-content h4 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 48px;
}
/* line 716, ../scss/base/talentcommunity.scss */
#main_container .full-content p {
  color: #ffffff;
}
@media (max-width: 992px) {
  /* line 716, ../scss/base/talentcommunity.scss */
  #main_container .full-content p {
    font-size: 18px;
  }
}
/* line 723, ../scss/base/talentcommunity.scss */
#main_container .full-content ul {
  list-style: none;
  color: #FFF;
}
/* line 727, ../scss/base/talentcommunity.scss */
#main_container .full-content ul li {
  margin: 10px 0;
}
/* line 730, ../scss/base/talentcommunity.scss */
#main_container .full-content ul li::before {
  content: "\2022";
  color: #FCAF22;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* line 738, ../scss/base/talentcommunity.scss */
#main_container .full-content a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 992px) {
  /* line 738, ../scss/base/talentcommunity.scss */
  #main_container .full-content a {
    font-size: 18px;
  }
}
/* line 745, ../scss/base/talentcommunity.scss */
#main_container .full-content a:hover {
  color: #1d8893;
}
/* line 749, ../scss/base/talentcommunity.scss */
#main_container .full-content .content-join {
  padding: 60px 0;
}
/* line 752, ../scss/base/talentcommunity.scss */
#main_container .full-content .content-join a {
  display: inline-block;
  background: #fcaf23;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 20px;
  font-size: 15px;
  font-family: 'sansproregular';
  border-radius: 0;
  font-weight: 600;
  transition: 0.2s ease;
}
/* line 765, ../scss/base/talentcommunity.scss */
#main_container .full-content .content-join a:hover {
  background: #e19203;
}
@media (max-width: 992px) {
  /* line 771, ../scss/base/talentcommunity.scss */
  #main_container .hero-video {
    display: none;
  }
}
/* line 777, ../scss/base/talentcommunity.scss */
#main_container .hero-blog .hero-wrap h1 {
  padding-top: 80px;
}
/* line 781, ../scss/base/talentcommunity.scss */
#main_container #social-feed {
  background: #EFEFEF;
}
/* line 784, ../scss/base/talentcommunity.scss */
#main_container #social-feed .container .row .col-md-12 h2 {
  font-size: 28px;
  line-height: 36px;
  padding: 40px 0 20px;
}
/* line 791, ../scss/base/talentcommunity.scss */
#main_container #content-panels {
  padding: 72px 0;
}
/* line 794, ../scss/base/talentcommunity.scss */
#main_container #content-panels.no-padding {
  padding: 0 0 72px 0;
}
/* line 799, ../scss/base/talentcommunity.scss */
#main_container #content-panels .about-us p {
  padding-right: 40px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 799, ../scss/base/talentcommunity.scss */
  #main_container #content-panels .about-us p {
    padding-right: 10px;
  }
}
/* line 808, ../scss/base/talentcommunity.scss */
#main_container #content-panels h2 {
  color: #1d8893;
  font-size: 28pt;
  line-height: 37px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 815, ../scss/base/talentcommunity.scss */
#main_container #content-panels h2.review-title {
  padding: 5px 0;
}
/* line 820, ../scss/base/talentcommunity.scss */
#main_container #content-panels h3 {
  margin-bottom: 24px;
  color: #282828;
  font-size: 22px;
}
/* line 826, ../scss/base/talentcommunity.scss */
#main_container #content-panels p {
  color: #282828;
  font-family: 'sansproregular';
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
/* line 833, ../scss/base/talentcommunity.scss */
#main_container #content-panels p a {
  color: #fcaf23;
  font-family: 'sansprobold';
  transition: 0.2s ease;
}
/* line 838, ../scss/base/talentcommunity.scss */
#main_container #content-panels p a:hover {
  color: #e19203;
}
/* line 843, ../scss/base/talentcommunity.scss */
#main_container #content-panels p.review-info {
  font-size: 16pt;
}
/* line 848, ../scss/base/talentcommunity.scss */
#main_container #content-panels h2,
#main_container #content-panels h3 {
  font-family: 'sansproregular';
}
/* line 853, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemCategory {
  display: block;
  cursor: pointer;
  position: relative;
  text-align: center;
}
/* line 859, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemCategory img {
  max-width: 150px;
}
/* line 863, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemCategory .title {
  color: #135b62;
  text-transform: uppercase;
  font-family: 'sansprobold';
  font-size: 18pt;
}
/* line 870, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemCategory hr {
  width: 100px;
  border-top: 5px solid #fcaf23;
  transition: 0.2s ease;
}
/* line 876, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemCategory p {
  font-size: 14pt;
  color: #282828;
}
/* line 882, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemCategory:hover hr {
  width: 200px;
}
/* line 888, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemReview {
  display: block;
  position: relative;
  text-align: center;
}
/* line 893, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemReview img {
  width: 225px;
}
/* line 897, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemReview .name {
  font-size: 18pt;
  color: #fcaf23;
  font-family: 'sansprobold';
  padding: 10px 0 0;
}
/* line 904, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemReview .title {
  font-size: 16pt;
  color: #6c6c6c;
}
/* line 909, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemReview p {
  color: #282828;
  font-size: 16pt;
  font-family: 'sansproitalic';
  margin: 5px 0;
}
/* line 918, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink {
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px solid #f2eeee;
  text-align: left;
  padding: 112px 24px;
  background: #1d8893;
  height: auto;
  border-radius: 1px;
  margin: 0 0 32px;
  font-family: 'roboto-regular';
  overflow: hidden;
  min-height: 250px;
}
/* line 933, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.35;
  height: 100%;
  max-width: none;
}
/* line 942, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink .info {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 20px 25px;
  width: 100%;
  background: #1d8893;
}
/* line 951, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink .title {
  color: #fff;
  font-family: 'sansprolight', sans-serif;
  font-size: 20px;
}
/* line 957, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink:hover {
  background: #fafafa;
  border: 1px solid #1d8893;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
/* line 962, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink:hover img {
  opacity: 1;
}
/* line 965, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink:hover .info {
  background: #fff;
}
/* line 968, ../scss/base/talentcommunity.scss */
#main_container #content-panels .itemLink:hover .title {
  color: #282828;
}

/* PAGES */
/* line 978, ../scss/base/talentcommunity.scss */
section.hero-home p {
  color: #FFF;
  font-size: 14pt;
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  /* line 978, ../scss/base/talentcommunity.scss */
  section.hero-home p {
    margin-bottom: 20px;
    font-size: 12pt;
  }
}
/* line 988, ../scss/base/talentcommunity.scss */
section.hero-home .cta {
  display: inline-block;
  background: #fcaf22;
  padding: 8px 20px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 12pt;
  text-align: center;
  transition: 0.2s ease;
  font-family: 'sanspromedium';
}
@media (max-width: 568px) {
  /* line 988, ../scss/base/talentcommunity.scss */
  section.hero-home .cta {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
}
/* line 1011, ../scss/base/talentcommunity.scss */
section.hero-home .cta:hover {
  background: #e19203;
}
/* line 1017, ../scss/base/talentcommunity.scss */
section.faq {
  background-color: #efefef;
}
/* line 1021, ../scss/base/talentcommunity.scss */
section.faq .content h2,
section.faq .content p {
  text-align: center;
}
@media (max-width: 568px) {
  /* line 1025, ../scss/base/talentcommunity.scss */
  section.faq .content h2 {
    font-size: 22px;
  }
}
/* line 1030, ../scss/base/talentcommunity.scss */
section.faq .content p {
  font-size: 18px;
}
@media (max-width: 568px) {
  /* line 1030, ../scss/base/talentcommunity.scss */
  section.faq .content p {
    font-size: 16px;
  }
}
/* line 1036, ../scss/base/talentcommunity.scss */
section.faq .content p a {
  color: #1d8893;
  font-size: 18px;
  text-decoration: none;
}
@media (max-width: 568px) {
  /* line 1036, ../scss/base/talentcommunity.scss */
  section.faq .content p a {
    font-size: 16px;
  }
}
/* line 1045, ../scss/base/talentcommunity.scss */
section.faq .content p a:hover {
  text-decoration: underline;
}
/* line 1054, ../scss/base/talentcommunity.scss */
section.ranked .content h2 {
  line-height: 42px;
  margin-bottom: 40px;
}
@media (max-width: 568px) {
  /* line 1054, ../scss/base/talentcommunity.scss */
  section.ranked .content h2 {
    font-size: 24px;
  }
}
/* line 1062, ../scss/base/talentcommunity.scss */
section.ranked .content ul {
  margin-top: 30px;
}
@media (max-width: 568px) {
  /* line 1062, ../scss/base/talentcommunity.scss */
  section.ranked .content ul {
    padding-left: 0;
  }
}
/* line 1068, ../scss/base/talentcommunity.scss */
section.ranked .content ul li {
  display: inline-block;
  margin: 20px 30px;
}
/* line 1076, ../scss/base/talentcommunity.scss */
section.faqs .container {
  padding: 30px 0;
}
/* line 1080, ../scss/base/talentcommunity.scss */
section.faqs .container .content h3 {
  margin-top: 20px;
}
/* line 1083, ../scss/base/talentcommunity.scss */
section.faqs .container .content a {
  text-decoration: none;
}
/* line 1085, ../scss/base/talentcommunity.scss */
section.faqs .container .content a.link {
  color: #1d8893;
  font-size: 18px;
}
/* line 1090, ../scss/base/talentcommunity.scss */
section.faqs .container .content .wfh-video {
  padding: 0 0 20px;
}
/* line 1093, ../scss/base/talentcommunity.scss */
section.faqs .container .content .wfh-questions {
  padding-bottom: 80px;
}
/* line 1097, ../scss/base/talentcommunity.scss */
section.faqs .container .content .wfh-questions h2 {
  padding-top: 40px;
}
/* line 1101, ../scss/base/talentcommunity.scss */
section.faqs .container .content .wfh-questions > div h4 {
  margin-bottom: 20px;
  margin-top: 60px;
  text-transform: initial;
}
/* line 1106, ../scss/base/talentcommunity.scss */
section.faqs .container .content .wfh-questions > div p {
  padding-left: 40px;
}
@media (max-width: 568px) {
  /* line 1106, ../scss/base/talentcommunity.scss */
  section.faqs .container .content .wfh-questions > div p {
    padding-left: 20px;
  }
}
/* line 1115, ../scss/base/talentcommunity.scss */
section.faqs .container .content .wfh-faq-footer {
  padding-top: 80px;
  text-align: center;
}

/** Staff Page **/
/* line 1126, ../scss/base/talentcommunity.scss */
._staff h1 {
  color: #fff;
}
/* line 1129, ../scss/base/talentcommunity.scss */
._staff #employee_slider {
  border-bottom: none;
}
/* line 1132, ../scss/base/talentcommunity.scss */
._staff #staff-profile {
  border-top: 1px solid #cccccc;
}
/* line 1134, ../scss/base/talentcommunity.scss */
._staff #staff-profile h1 {
  color: #282828;
  text-decoration: none;
}
/* line 1140, ../scss/base/talentcommunity.scss */
._staff #staff-title p {
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  /* line 1140, ../scss/base/talentcommunity.scss */
  ._staff #staff-title p {
    font-size: 20px;
    line-height: 1.4em;
  }
}
/* line 1149, ../scss/base/talentcommunity.scss */
._staff .staff-title {
  text-align: center;
}
/* line 1151, ../scss/base/talentcommunity.scss */
._staff .staff-title h2 {
  font-size: 18px;
  margin-bottom: 25px;
}

/** Careers Page **/
/* line 1161, ../scss/base/talentcommunity.scss */
._careers .asc-job-public-name a {
  font-size: 17px;
  font-weight: 400;
}
/* line 1166, ../scss/base/talentcommunity.scss */
._careers .asc-job-public-stats.muted {
  color: #666;
}
/* line 1168, ../scss/base/talentcommunity.scss */
._careers .asc-job-public-stats.muted p {
  font-size: 15px;
}
/* line 1172, ../scss/base/talentcommunity.scss */
._careers .asc-job-public-tile {
  padding: 20px 10px;
}
/* line 1175, ../scss/base/talentcommunity.scss */
._careers .jobs-content {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 50px;
}
@media (max-width: 992px) {
  /* line 1175, ../scss/base/talentcommunity.scss */
  ._careers .jobs-content {
    margin-top: 49px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 1175, ../scss/base/talentcommunity.scss */
  ._careers .jobs-content {
    padding-left: 20px;
  }
}
/* line 1188, ../scss/base/talentcommunity.scss */
._careers .jobs-module.asc-panel {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: none;
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 30px;
}
@media (max-width: 992px) {
  /* line 1188, ../scss/base/talentcommunity.scss */
  ._careers .jobs-module.asc-panel {
    margin-bottom: 0;
  }
}
/* line 1199, ../scss/base/talentcommunity.scss */
._careers .jobs-module.asc-panel h5 {
  color: #1d8893;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  width: auto;
}
/* line 1206, ../scss/base/talentcommunity.scss */
._careers .jobs-module.asc-panel p {
  margin-bottom: 25px;
}
/* line 1209, ../scss/base/talentcommunity.scss */
._careers .jobs-module.asc-panel a.join {
  background-color: #1d8893;
  border-color: #1d8893;
  color: #ffffff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  white-space: normal;
  font-size: 15px;
  font-family: 'sanspromedium';
  border-radius: 0;
  text-transform: uppercase;
}
/* line 1220, ../scss/base/talentcommunity.scss */
._careers .jobs-module.asc-panel a.join:hover {
  background-color: #135b62;
  border-color: #282828;
}
/* line 1226, ../scss/base/talentcommunity.scss */
._careers .leaflet-bar.leaflet-control {
  display: none;
  position: absolute;
  right: -25px;
}
/* line 1231, ../scss/base/talentcommunity.scss */
._careers .map-container {
  height: 510px;
  margin-top: 130px;
}
/* line 1235, ../scss/base/talentcommunity.scss */
._careers .map-container a#map-toggle {
  margin-top: -34px;
  position: absolute;
  right: 0;
  z-index: 1200;
}
@media (max-width: 767px) {
  /* line 1235, ../scss/base/talentcommunity.scss */
  ._careers .map-container a#map-toggle {
    display: none;
  }
}
@media (max-width: 992px) {
  /* line 1231, ../scss/base/talentcommunity.scss */
  ._careers .map-container {
    margin-top: 137px;
  }
}
@media (max-width: 767px) {
  /* line 1231, ../scss/base/talentcommunity.scss */
  ._careers .map-container {
    height: 0;
    margin-top: 50px;
  }
}
/* line 1253, ../scss/base/talentcommunity.scss */
._careers #client-job-menu-system {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
}
/* line 1257, ../scss/base/talentcommunity.scss */
._careers #client-job-menu-system .asc-clear-filters {
  display: none;
}
/* line 1262, ../scss/base/talentcommunity.scss */
._careers #jobs-map {
  border: none;
  box-shadow: none;
  height: 510px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 1262, ../scss/base/talentcommunity.scss */
  ._careers #jobs-map {
    display: none !important;
  }
}
/* line 1270, ../scss/base/talentcommunity.scss */
._careers #jobs-map .leaflet-top .leaflet-control {
  margin-top: 135px;
}
/* line 1274, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar {
  background: rgba(255, 255, 255, 0.82);
  padding: 30px;
}
/* line 1277, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar h5,
._careers #jobs-sidebar div:nth-child(1) > h5 {
  color: #1d8893;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  width: auto;
}
/* line 1285, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar .asc-clear-filters {
  color: #666;
  float: right;
  font-size: 13px;
  margin-top: -1px;
}
@media (max-width: 992px) {
  /* line 1285, ../scss/base/talentcommunity.scss */
  ._careers #jobs-sidebar .asc-clear-filters {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  /* line 1285, ../scss/base/talentcommunity.scss */
  ._careers #jobs-sidebar .asc-clear-filters {
    margin: -28px 0 0;
  }
}
/* line 1298, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar .submenu-dropdown {
  background-color: transparent;
}
/* line 1302, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar .submenu-dropdown-inner .search-wrap {
  background: transparent;
}
/* line 1305, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar .submenu-dropdown-inner .search-wrap button i {
  color: #fff;
}
/* line 1308, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar .submenu-dropdown-inner .search-wrap button:hover {
  cursor: pointer;
}
/* line 1314, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar #asc-job-map-mapslider {
  font-size: 15px;
  font-weight: 300;
  margin-top: 15px;
}
/* line 1320, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar #jobmenu #job-location-text {
  border: 1px solid #ddd;
  height: 36px;
}
/* line 1325, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar #map-nav-search {
  border: 1px solid #ddd;
  margin: 12px 0;
}
/* line 1328, ../scss/base/talentcommunity.scss */
._careers #jobs-sidebar #map-nav-search i {
  color: #fff;
}
@media (max-width: 568px) {
  /* line 1274, ../scss/base/talentcommunity.scss */
  ._careers #jobs-sidebar {
    padding: 0;
  }
}
/* line 1336, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select {
  margin-bottom: 15px;
  padding: 17px 30px 0;
}
@media (max-width: 568px) {
  /* line 1336, ../scss/base/talentcommunity.scss */
  ._careers #jobs-team-select {
    margin-bottom: 40px;
    padding: 0;
  }
}
/* line 1345, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select a {
  text-decoration: none;
}
/* line 1347, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select a.dropdown-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 8px 0 8px 20px;
}
/* line 1353, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select a.dropdown-toggle:hover {
  background-color: #f2f2f2;
}
/* line 1356, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select a.dropdown-toggle:focus {
  color: #4a4a4a;
}
/* line 1360, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select a .fa {
  position: absolute;
  right: 12px;
  font-size: 24px;
  color: #1d8893;
}
/* line 1368, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select ul.dropdown {
  margin: 0;
  padding: 0;
  position: relative;
  height: 40px;
  border: 1px solid #ddd;
  list-style: none;
}
/* line 1377, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select ul.dropdown li.open a.dropdown-toggle {
  background-color: #f2f2f2;
  color: #1d8893;
}
/* line 1380, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select ul.dropdown li.open a.dropdown-toggle:focus {
  color: #1d8893;
}
/* line 1386, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select ul.dropdown-menu {
  width: 100%;
  padding: 10px 0;
}
/* line 1390, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select ul.dropdown-menu li > a {
  padding: 10px 20px;
}
/* line 1392, ../scss/base/talentcommunity.scss */
._careers #jobs-team-select ul.dropdown-menu li > a.selected {
  color: #1d8893;
  font-weight: bold;
}
/* line 1401, ../scss/base/talentcommunity.scss */
._careers #listofjobs_holder {
  overflow: auto;
}

/* line 1405, ../scss/base/talentcommunity.scss */
.page-content {
  margin-top: 170px;
  margin-bottom: 100px;
}

/* line 1409, ../scss/base/talentcommunity.scss */
#asc-signup-container {
  margin-top: 0;
}

/* line 1412, ../scss/base/talentcommunity.scss */
#jobs-list-description {
  padding: 30px 45px 0;
}
@media (max-width: 568px) {
  /* line 1412, ../scss/base/talentcommunity.scss */
  #jobs-list-description {
    padding: 0 15px 15px;
  }
}
/* line 1420, ../scss/base/talentcommunity.scss */
#jobs-list-description .careers-title h3 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  color: #1d8893;
}
/* line 1426, ../scss/base/talentcommunity.scss */
#jobs-list-description .careers-title p {
  margin-bottom: 20px;
  line-height: 1.5em;
}
/* line 1429, ../scss/base/talentcommunity.scss */
#jobs-list-description .careers-title p:last-of-type {
  margin-bottom: 40px;
}

/* line 1437, ../scss/base/talentcommunity.scss */
#jobs-sidebar .asc-dynamic-picklist input {
  background: #efefef;
}
/* line 1442, ../scss/base/talentcommunity.scss */
#jobs-sidebar .careers-title h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
/* line 1450, ../scss/base/talentcommunity.scss */
#jobs-sidebar .submenu-dropdown-inner .search-wrap button {
  background: #1d8893;
  height: 34px;
  top: 29px;
}
/* line 1454, ../scss/base/talentcommunity.scss */
#jobs-sidebar .submenu-dropdown-inner .search-wrap button:hover {
  cursor: pointer;
}
/* line 1462, ../scss/base/talentcommunity.scss */
#jobs-sidebar #ascMapMenuForm .ui-slider.ui-state-disabled .ui-slider-handle {
  background: #c9d6de;
}
/* line 1465, ../scss/base/talentcommunity.scss */
#jobs-sidebar #ascMapMenuForm .ui-slider.ui-state-disabled .ui-slider-range {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
/* line 1472, ../scss/base/talentcommunity.scss */
#jobs-sidebar #ascMapMenuForm #asc-map-location-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
/* line 1478, ../scss/base/talentcommunity.scss */
#jobs-sidebar #ascMapMenuForm #candidate-custom {
  display: none !important;
}
/* line 1481, ../scss/base/talentcommunity.scss */
#jobs-sidebar #ascMapMenuForm #candidate-custom .asc-client-filters {
  overflow-y: auto;
}
/* line 1485, ../scss/base/talentcommunity.scss */
#jobs-sidebar #ascMapMenuForm #map-nav-search i {
  background: #1d8893;
}

/* line 1490, ../scss/base/talentcommunity.scss */
._career-single {
  padding-top: 170px;
}
@media (max-width: 767px) {
  /* line 1490, ../scss/base/talentcommunity.scss */
  ._career-single {
    padding-top: 0;
  }
}
/* line 1497, ../scss/base/talentcommunity.scss */
._career-single #asc-signup-container .asc-signup-section {
  margin-top: 50px;
}
/* line 1502, ../scss/base/talentcommunity.scss */
._career-single #asc-top-buffer-20 .asc-job-data {
  display: none;
}
/* line 1507, ../scss/base/talentcommunity.scss */
._career-single .asc-job-description .addl-fields {
  display: block;
  margin: 40px 0 0;
}
/* line 1512, ../scss/base/talentcommunity.scss */
._career-single section.pt a {
  font-size: 11px;
}

/* line 1516, ../scss/base/talentcommunity.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}

@media (max-width: 767px) {
  /* line 1521, ../scss/base/talentcommunity.scss */
  #listofjobs .asc-job-public-controls {
    display: none;
  }
}
/* line 1526, ../scss/base/talentcommunity.scss */
#listofjobs .asc-job-public-header {
  padding-bottom: 0;
}

/* line 1531, ../scss/base/talentcommunity.scss */
#articleinfo .asc-post-content div.social-share {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
/* line 1537, ../scss/base/talentcommunity.scss */
#articleinfo .asc-post-content div.social-share .fb-share-button {
  height: 25px;
}
/* line 1541, ../scss/base/talentcommunity.scss */
#articleinfo .asc-post-content div.social-share div {
  margin-right: 15px;
  height: 22px;
}

/* line 1546, ../scss/base/talentcommunity.scss */
.IN-widget {
  height: 22px;
}

/* line 1550, ../scss/base/talentcommunity.scss */
#articleinfo ul.blog-social-share {
  min-height: 15px;
  list-style-type: none;
  display: flex;
  padding-left: 0;
}
/* line 1557, ../scss/base/talentcommunity.scss */
#articleinfo ul.blog-social-share li {
  margin-right: 15px;
}

/* line 1562, ../scss/base/talentcommunity.scss */
.fb-share-button {
  line-height: 1;
}

/* line 1565, ../scss/base/talentcommunity.scss */
.fb_iframe_widget_fluid {
  display: inline-block;
}

/* line 1569, ../scss/base/talentcommunity.scss */
.landingpage-preview-header#main-nav {
  top: 0;
}

/* line 1573, ../scss/base/talentcommunity.scss */
#landing-page-new #landing-page-widget-container {
  margin-top: 130px;
}
@media (max-width: 992px) {
  /* line 1573, ../scss/base/talentcommunity.scss */
  #landing-page-new #landing-page-widget-container {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  /* line 1573, ../scss/base/talentcommunity.scss */
  #landing-page-new #landing-page-widget-container {
    margin-top: 0;
  }
}

/* line 1585, ../scss/base/talentcommunity.scss */
#unsubscribe {
  margin: 250px 0;
}
@media (max-width: 767px) {
  /* line 1585, ../scss/base/talentcommunity.scss */
  #unsubscribe {
    margin: 125px 0;
  }
}
@media (max-width: 767px) {
  /* line 1591, ../scss/base/talentcommunity.scss */
  #unsubscribe #asc-unsubscribe-button {
    margin-top: 30px;
  }
}

/* line 1598, ../scss/base/talentcommunity.scss */
section.quote .content .carousel .carousel-control {
  background: transparent;
}
@media (max-width: 767px) {
  /* line 1598, ../scss/base/talentcommunity.scss */
  section.quote .content .carousel .carousel-control {
    position: absolute;
    top: 80px;
  }
}
@media (max-width: 767px) {
  /* line 1605, ../scss/base/talentcommunity.scss */
  section.quote .content .carousel .carousel-control span {
    top: 40px;
  }
}

/* line 1612, ../scss/base/talentcommunity.scss */
video {
  width: 100%;
  height: auto;
}

/* line 1617, ../scss/base/talentcommunity.scss */
.denotes {
  text-align: right;
  font-size: 12px;
  color: #878787;
  margin-right: 20px;
  margin-top: 5px;
}
/* line 1623, ../scss/base/talentcommunity.scss */
.denotes span {
  color: red;
}

/* line 1629, ../scss/base/talentcommunity.scss */
a#job-search-submit.btn {
  background-color: #f15523;
  color: #ffffff;
  border-radius: 10px;
  padding: 6px 45px;
}

/* line 1636, ../scss/base/talentcommunity.scss */
.btn.btn-primary {
  font-family: 'sanspromedium', sans-serif;
}

/* User Profile Page Overrides */
/* line 1641, ../scss/base/talentcommunity.scss */
#asc-client-record-profile-view .asc-label-skills .asc-skills-close {
  float: left;
  padding: 2px 0 3px;
  cursor: pointer;
  margin: 1px 0 0 5px;
}

/* showFAQ Page Overrides */
/* line 1650, ../scss/base/talentcommunity.scss */
#asc-referral-overview strong {
  font-family: 'sanspromedium', sans-serif;
  font-size: 18px;
}
/* line 1654, ../scss/base/talentcommunity.scss */
#asc-referral-overview p:nth-child(even) {
  margin-bottom: 35px;
}

/* Job Apply Survey View */
/* line 1660, ../scss/base/talentcommunity.scss */
#asc-faq-survey-sentence-1 {
  display: block;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 1666, ../scss/base/talentcommunity.scss */
  #jobdetail #asc-job-listing-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Old-Browser Version Error Page */
/* Email View-In-Browser Page */
/* Campaign Questions Page */
/* Styleguide Page */
/* Unsubscribe Page */
/* line 1678, ../scss/base/talentcommunity.scss */
#asc-error-page,
#email,
#question,
#styleguide,
#unsubscribe {
  margin-top: 200px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  /* line 1678, ../scss/base/talentcommunity.scss */
  #asc-error-page,
  #email,
  #question,
  #styleguide,
  #unsubscribe {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

/* line 1692, ../scss/base/talentcommunity.scss */
footer {
  background-color: #282828;
  padding: 45px 0px;
}
/* line 1696, ../scss/base/talentcommunity.scss */
footer p {
  color: #ffffff;
}
/* line 1701, ../scss/base/talentcommunity.scss */
footer .footer-block .footer-bottom {
  text-align: center;
}
/* line 1705, ../scss/base/talentcommunity.scss */
footer .footer-block .footer-bottom .footer-logo img {
  margin-bottom: 20px;
  max-width: 150px;
}
/* line 1711, ../scss/base/talentcommunity.scss */
footer .footer-block .footer-bottom .social-icons {
  margin-bottom: 20px;
}
/* line 1714, ../scss/base/talentcommunity.scss */
footer .footer-block .footer-bottom .social-icons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 6px;
  position: relative;
}
/* line 1720, ../scss/base/talentcommunity.scss */
footer .footer-block .footer-bottom .social-icons a i {
  font-size: 32px;
  padding: 5px;
  color: #ffffff;
  transition: 0.2s ease;
}
/* line 1728, ../scss/base/talentcommunity.scss */
footer .footer-block .footer-bottom .social-icons a:hover i {
  color: #1d8893;
}

@media screen and (min-width: 992px) {
  /* line 5, ../scss/base/sections/videos.scss */
  #videos div:nth-child(3) div:first-child {
    padding-top: 10rem;
  }
  /* line 11, ../scss/base/sections/videos.scss */
  #videos div:nth-child(4) div:nth-child(2) {
    padding-top: 10rem;
  }
}
/* line 10, ../scss/base/sections/styleguide.scss */
section.styleguide-section {
  margin: 30px 0;
}
/* line 12, ../scss/base/sections/styleguide.scss */
section.styleguide-section h2 {
  font-size: 20px;
  font-weight: 300;
}
/* line 17, ../scss/base/sections/styleguide.scss */
section.styleguide-section div.section-description p {
  margin: 20px 0 20px;
}
/* line 21, ../scss/base/sections/styleguide.scss */
section.styleguide-section div.section-content {
  padding: 30px 0;
}
/* line 24, ../scss/base/sections/styleguide.scss */
section.styleguide-section div.section-example {
  margin-bottom: 20px;
}
/* line 44, ../scss/base/config/mixins.scss */
section.styleguide-section div.section-example:before, section.styleguide-section div.section-example:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
section.styleguide-section div.section-example:after {
  clear: both;
}
/* line 27, ../scss/base/sections/styleguide.scss */
section.styleguide-section div.section-example p.example-label {
  float: left;
  width: 160px;
  text-align: right;
  margin: 0;
  font-weight: normal;
}
/* line 33, ../scss/base/sections/styleguide.scss */
section.styleguide-section div.section-example p.example-label span.example-caption {
  font-size: 12px;
}
/* line 37, ../scss/base/sections/styleguide.scss */
section.styleguide-section div.section-example div.example {
  margin-left: 190px;
}

/* line 44, ../scss/base/config/mixins.scss */
section.styleguide-section.colors ul:before, section.styleguide-section.colors ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 49, ../scss/base/config/mixins.scss */
section.styleguide-section.colors ul:after {
  clear: both;
}
/* line 49, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li {
  height: 120px;
  margin: 0 10px 10px;
  float: left;
}
/* line 53, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li span.swatch {
  display: block;
  height: 90px;
  width: 90px;
  border: 5px solid white;
}
/* line 59, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li p {
  font-size: 13px;
  margin: 5px 0 0;
  font-weight: normal;
}
/* line 66, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-primary span.swatch {
  background: #282828;
}
/* line 71, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-primary-lighten span.swatch {
  background: #353535;
}
/* line 76, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-primary-darken span.swatch {
  background: #1b1b1b;
}
/* line 81, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-secondary span.swatch {
  background: #1d8893;
}
/* line 86, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-secondary-lighten span.swatch {
  background: #219ca8;
}
/* line 91, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-secondary-darken span.swatch {
  background: #19747e;
}
/* line 96, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-bg span.swatch {
  background: #f2f2f2;
}
/* line 101, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-bg-darken span.swatch {
  background: #e5e5e5;
}
/* line 106, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-bg-dark span.swatch {
  background: #b3b3b3;
}
/* line 111, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-bg-border span.swatch {
  background: #cccccc;
}
/* line 116, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-bg-darken-border span.swatch {
  background: #cccccc;
}
/* line 121, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-text span.swatch {
  background: #555759;
}
/* line 126, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-text-darken span.swatch {
  background: #494a4c;
}
/* line 131, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-text-lighten span.swatch {
  background: #616466;
}
/* line 136, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-text-med span.swatch {
  background: #878787;
}
/* line 141, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-text-light span.swatch {
  background: #c7c7c7;
}
/* line 146, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-text-link span.swatch {
  background: #1d9ff2;
}
/* line 151, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-success span.swatch {
  background: #98ca4a;
}
/* line 156, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-danger span.swatch {
  background: #DA4F49;
}
/* line 161, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-error span.swatch {
  background: #c9533e;
}
/* line 166, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-facebook span.swatch {
  background: #3b5998;
}
/* line 171, ../scss/base/sections/styleguide.scss */
section.styleguide-section.colors li.color-linkedin span.swatch {
  background: #0e76a8;
}

/* line 180, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons div.button-wrap {
  margin: 0 0 20px;
}
/* line 184, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-primary span.swatch {
  background: #282828;
}
/* line 189, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-primary-text span.swatch {
  background: #ffffff;
}
/* line 194, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-secondary span.swatch {
  background: #1d8893;
}
/* line 199, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-secondary-text span.swatch {
  background: #ffffff;
}
/* line 204, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-plain span.swatch {
  background: #edeff2;
}
/* line 209, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-plain-text span.swatch {
  background: #555759;
}
/* line 214, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-default span.swatch {
  background: #282828;
}
/* line 219, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-default-text span.swatch {
  background: #282828;
}
/* line 224, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-success span.swatch {
  background: #98ca4a;
}
/* line 229, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-success-text span.swatch {
  background: #ffffff;
}
/* line 234, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-danger span.swatch {
  background: #DA4F49;
}
/* line 239, ../scss/base/sections/styleguide.scss */
section.styleguide-section.buttons li.color-btn-danger-text span.swatch {
  background: #ffffff;
}
