@charset "UTF-8";
/*!
Theme Name: Soliant
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soliant
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Soliant is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-italic {
  font-style: italic !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5943c8d2ca28b9cf196b1b0f584eda2f)
 * Config saved to config.json and https://gist.github.com/5943c8d2ca28b9cf196b1b0f584eda2f
 */ /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/includes/css/fonts/glyphicons-halflings-regular.eot");
  src: url("/includes/css/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/includes/css/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/includes/css/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/includes/css/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/includes/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
}

@media only screen and (min-width: 769px) {
  input[type=radio], input[type=checkbox] {
    width: 3rem;
    height: 3rem;
    min-width: 3rem;
  }
}
@media only screen and (min-width: 1030px) {
  input[type=radio], input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
  }
}
input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

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

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

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

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

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

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

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

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

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

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

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

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

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

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

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

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

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

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

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

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

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.btn {
  background: #eb2f48;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.btn, .btn-default, .btn-link-cta {
  border-radius: 10px;
}

.btn-link-cta, .btn-small {
  font-family: museo-slab, serif;
}

.btn-small {
  font-size: 12px;
  color: #fff;
  min-height: 30px;
}
.btn-small:focus, .btn-small:hover {
  background-color: #da223b;
  color: #fff;
}

.btn, .btn-link-cta, .ui-copy {
  text-transform: uppercase;
}

.btn-link-cta {
  background-color: transparent;
  color: #eb2f48;
  font-size: 14px;
  font-weight: 700;
}

.btn-link-cta:after, .sec-hm .btn-link-cta:after {
  content: "\e900";
  font-family: ico-soliant !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.btn-blue-on-green, .btn-blue-on-red, .btn-blue-on-white, .btn-green-on-white {
  height: 48px;
  min-height: 48px;
}

.btn-link-cta:focus, .btn-link-cta:hover {
  background-color: transparent;
  color: #da223b;
}

.btn-link-cta:after {
  padding-left: 4px;
}

.btn-link-faq {
  background-color: transparent;
  color: #eb2f48;
  font-size: 14px;
  font-weight: 700;
}

.btn-link-faq:after, .sec-hm .btn-link-faq:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.btn-link-faq:focus, .btn-link-faq:hover {
  background-color: transparent;
  color: #da223b;
}

.btn-link-faq:after {
  padding-left: 0.5em;
  top: 0.5rem;
  position: relative;
}

.btn-default {
  background-color: #eb2f48;
  border: none;
  color: #fff;
  font-family: museo-slab, serif;
  min-height: 48px;
}

.btn-blue-on-green, .btn-blue-on-red, .btn-blue-on-white, .btn-green-on-white, .btn-red-filter {
  border-radius: 10px;
  vertical-align: middle;
  font-family: museo-slab, serif;
}

.btn-blue-on-red {
  background-color: #c0ece5;
  color: #353635;
  font-weight: 700;
}

.btn-blue-on-red:hover {
  background-color: #afddd6;
  color: #6d6e6d;
}

.btn-blue-on-green {
  background-color: #52c2b0;
  color: #fff;
  font-weight: 700;
}

.btn-blue-on-green:hover {
  background-color: #afddd6;
  color: #6d6e6d;
}

.btn-blue-on-white {
  background-color: #c0ece5;
  color: #353635;
  text-align: left;
  font-size: 14px;
}

.btn-green-on-white {
  background-color: #52c2b0;
  color: #fff;
  font-weight: 700;
}

.btn-green-on-white:hover {
  background-color: #afddd6;
}

.btn-red-filter {
  background: #eb2f48;
  color: #fff;
  font-size: 12px;
  height: 29px;
  min-height: 29px;
  padding: 6px 30px;
  text-align: center;
  text-transform: uppercase;
}

.btn-cta:hover, .btn-red-filter:hover, .main-content .btn-default.focus, .main-content .btn-default:active, .main-content .btn-default:focus, .main-content .btn-default:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}

.btn-mid {
  font-weight: 700;
  line-height: 34px;
  padding: 0 30px;
}

.btn-auto-size {
  width: 100%;
}

.buttonWrap .btn-blue-on-red {
  font-weight: 700;
  vertical-align: middle;
}

.buttonWrap .btn-blue-on-green, .buttonWrap .btn-green-on-white {
  vertical-align: middle;
  width: 100%;
}

a.btn.btn-default.chatWithRecruiter {
  background: url(/wp-content/themes/soliant/images/chat-blue-oval-bubble-165w.png) no-repeat;
  background-size: 20px;
  color: #1589b6;
  font-weight: 700;
  line-height: 21px;
  padding: 24px 10px 10px 4px;
  text-transform: unset;
  text-align: left;
  white-space: normal;
}

a.btn.btn-default.chatWithRecruiter:active {
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .buttonWrap .btn-green-on-white {
    width: auto;
  }
  .btn-auto-size {
    width: auto;
  }
} /* (min-width:768px)*/
@media only screen and (max-width: 1170px) {
  a.btn.btn-default.chatWithRecruiter {
    padding-left: 0;
  }
}
.frmJobSearch .form-group {
  position: relative;
}

.section-section-form {
  padding-bottom: 0px;
  margin-top: 57px;
}

.fm-note {
  font-size: 13px;
  line-height: 120%;
  text-align: right;
}

.fm-radio-horizontal .gfield_radio, .gf_list_inline .gfield_radio {
  display: flex;
  padding-left: 10px;
}
.fm-radio-horizontal .gfield_radio li, .gf_list_inline .gfield_radio li {
  margin: 10px 25px 0 0;
}
.fm-radio-horizontal .gfield_radio li input, .gf_list_inline .gfield_radio li input {
  margin-right: 5px;
}

.fm-collapse-bottom + li {
  margin-top: 0 !important;
}

.validation_error {
  color: #a94442;
  padding-top: 2rem;
}

.validation_message {
  color: #a94442;
  font-size: 85%;
  line-height: 20px;
  margin: 5px 0 10px;
}

.ginput_container_radio label {
  font-size: 14px;
}

.helper:before, .select-group:before {
  font-variant: normal;
  text-transform: none;
  speak: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.helper {
  font-size: 13px;
  line-height: 120%;
  margin-top: 10px;
  padding-left: 20px;
}

.helper:before {
  margin-left: -17px;
  content: "\e918";
  font-family: ico-soliant !important;
  font-weight: 400;
  line-height: 1;
}

.form-lead {
  padding: 22px 0 67px;
}

.form-lead .input-group {
  display: block;
  position: relative;
}

.form-lead .form-group {
  margin-bottom: 0;
}

.form-lead .form-group + .form-group {
  margin-top: 33px;
}

.form-lead .form-group label {
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #6d6e6d;
}

.form-lead .form-group input, .form-lead select {
  color: #353635;
}

.form-lead .file-select, .form-lead .form-group input {
  border: 1px solid #a5a5a5;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 10px;
  background-color: #fff;
}

.form-lead .form-group input:focus {
  border-color: #52c2b0;
}

.form-lead .txt-zip input {
  width: 40%;
}

.form-submit {
  margin-top: 40px;
  text-align: center;
}

select {
  width: 100%;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 14px;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
  border: 1px solid #a5a5a5;
  outline: 0;
  font-family: museo-sans-rounded, sans-serif;
  padding-left: 10px;
  height: 44px;
}

.gform_body select option:disabled {
  color: #a5a5a5;
}

.gform_body .form-lead .select-group {
  position: relative;
}

.gform_body input, .gform_body textarea, .gform_body select, .gform_body option {
  color: #353635;
}
.gform_body textarea {
  width: 100%;
}

.form-lead .select-group:before {
  content: "\e919";
  color: #52c2b0;
  position: absolute;
  top: 15px;
  right: 10px;
  pointer-events: none;
  font-family: ico-soliant !important;
  font-weight: 400;
  line-height: 1;
}

.form-lead .select-group + .select-group {
  margin-top: 22px;
}

.form-lead .chk-rcvUpdates label {
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400;
}

.form-lead .chk-rcvUpdates input#rcvUpdates {
  display: inline-block;
  float: left;
  width: 26px;
  font-size: 16px;
  margin-bottom: 16px;
}

/* consent */
.form-lead .chk-privpol label {
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400;
}

.form-lead .chk-privpol input#chk-privpol {
  display: inline-block;
  float: left;
  width: 26px;
  font-size: 16px;
  margin-bottom: 210px;
}

.form-lead .file-select {
  color: #a5a5a5;
  padding: 15px 10px;
}

.form-lead .file-select i {
  float: right;
}

.form-lead .file-select i:before {
  color: #52c2b0;
}

.form-lead .file-drop {
  border: 1px solid #52c2b0;
  border-top: 0;
  background-color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: none;
}

.form-lead .file-drop .icon-img {
  margin-right: 12px;
}

.form-lead .file-drop .resume-type {
  padding: 8px 16px;
}

.form-lead .select-active .file-select {
  border-color: #52c2b0;
}

.form-lead .select-active .file-select i:before {
  content: "\e917";
}

.form-lead .select-active .file-drop {
  display: block;
}

.form-sticky .form-group, .form-sticky .form-group + .form-group {
  margin-top: 0;
}

.form-sticky .form-submit {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .form-lead .txt-zip input {
    width: 30%;
  }
  .form-lead .txt-phone input {
    width: 50%;
  }
} /* (min-width:768px) */
.fm-internal-apply .btn-default {
  background-color: white;
  border: 1px solid #a5a5a5;
  color: #353635;
  width: 100%;
}

.gform_body .gform_fields {
  padding-left: 0;
}
.gform_body li {
  list-style-type: none;
  line-height: 14px;
  margin-top: 33px;
}
.gform_body li.hidden_label {
  margin-top: 20px;
}
.gform_body li.hidden_label .gfield_label {
  display: none;
}
.gform_body li.gfield .gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 14px;
}
.gform_body li.gfield.uuid_hid {
  display: none;
}
.gform_body li.gf_required_note {
  margin-bottom: -25px;
}
.gform_body .ginput_container_text input, .gform_body .ginput_container_email input, .gform_body .ginput_container_phone input {
  border: 1px solid #a5a5a5;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 10px;
}
.gform_body .ginput_container_text input, .gform_body .ginput_container_email input {
  width: 100%;
}
.gform_body .ginput_container_phone input {
  min-width: 175px;
  width: 50%;
}
.gform_body .ginput_container_zip input {
  min-width: 105px;
  width: 30% !important;
}
.gform_body .ginput_container_select select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBnZKxFYAgDERzTOIqdtrR6YiWlnaOIpsgQSokJpgGXu74HI9g9stFqSJhPPYtUEdNfh1A8eS9K73cYOEHJJ9xnCStoQdWQQIzIAnSMyUvNIMFwhqsRu0iWKI/xu+0L1ALVtoiRAQ1YETKJ4igCqYO7A212GzawrNHywAAAABJRU5ErkJggg==);
  background-position: 97.5% center;
  background-repeat: no-repeat;
  background-size: 9px;
}
.gform_body .gfield_checkbox {
  padding-left: 0;
}
.gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_body .file-upload {
  background-size: 9px;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 10px;
}
.gform_body .file-upload-choices {
  background-color: #FFF;
  border-color: #52c2b0;
  box-shadow: none;
}
.gform_body .privacy-agreement-check li {
  display: flex;
}
.gform_body .privacy-agreement-check li input {
  margin: 5px 10px 0 0;
}
.gform_body .privacy-agreement-check li label {
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
  font-weight: 700;
}
.gform_body .receive-updates-check li {
  display: flex;
  align-items: flex-start;
}
.gform_body .receive-updates-check li input {
  margin: 5px 10px 0 0;
}
.gform_body .receive-updates-check li label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 0;
}
.gform_body .jb-resume-file .ginput_preview {
  padding: 14px 0 0 0;
}

.gform_footer {
  margin-top: 3rem;
  text-align: center;
}

body .gform_wrapper .gform_validation_container {
  display: none;
}

.page-template-pg-careers form {
  background-color: #EE2F49;
  border-radius: 5px;
  padding: 15px 15px 60px;
}
.page-template-pg-careers .gform_body .gf_required_note {
  margin-top: 0;
}
.page-template-pg-careers .gform_body .gform_hidden {
  margin: 0;
}
.page-template-pg-careers .gform_body .gfield .gfield_label, .page-template-pg-careers .gform_body .gfield .privacy-agreement-check a, .page-template-pg-careers .gform_body .gfield .helper, .page-template-pg-careers .gform_body .gfield .ginput_preview {
  color: #fff;
}
.page-template-pg-careers .gform_body .gfield .ginput_preview {
  margin-top: 8px;
}
.page-template-pg-careers .gform_body .gfield .privacy-agreement-check a {
  text-decoration: underline;
}
.page-template-pg-careers .gform_body .privacy-agreement-check li label, .page-template-pg-careers .gform_body .privacy-agreement-check li label a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.page-template-pg-careers .gform_body .privacy-agreement-check li label a {
  text-decoration: underline;
}
.page-template-pg-careers .gform_body .fm-note {
  color: #fff;
  font-size: 12px;
}
.page-template-pg-careers .gform_body h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-family: museo-slab, serif;
  font-weight: 400;
  margin: 18px 0 50px;
}
.page-template-pg-careers .gform_footer .btn-default {
  background-color: #C0ECE5;
  color: #353535;
}
.page-template-pg-careers .gform_footer .btn-default:hover {
  background-color: #afddd6;
  color: #6d6e6d;
}
.page-template-pg-careers .gform_footer .btn.disabled, .page-template-pg-careers .gform_footer .btn[disabled] {
  opacity: 0.85;
}
.page-template-pg-careers .gform_footer .btn.disabled:hover, .page-template-pg-careers .gform_footer .btn[disabled]:hover {
  background-color: #C0ECE5;
  color: #353535;
}
.page-template-pg-careers .validation_error, .page-template-pg-careers .validation_message {
  color: #6f302f;
}

@media screen and (min-width: 768px) {
  .page-template-pg-careers form {
    padding: 15px 50px 60px;
  }
  .page-template-pg-careers .gform_body h3 {
    margin: 30px 0 50px;
  }
}
/* Flip cards - also uses swiper.js for mobile */
.flip-card {
  background-color: #F1F5F5;
  height: auto;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F1F5F5;
}
.flip-card-front h4 {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 138%;
  margin: 0;
  padding: 30px 20px 0;
}
.flip-card-front .flip-card-img {
  min-height: 100px;
  padding: 30px 20px 0;
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F1F5F5;
}
.flip-card-back p {
  padding: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: museo-slab, serif;
  color: #353535;
}

.swiper-pagination-internalCareers {
  text-align: center;
  margin: 49px 0 0;
}
.swiper-pagination-internalCareers .swiper-pagination-bullet-active {
  background-color: #EE2F49;
}

@media screen and (min-width: 768px) {
  .flip-card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .flip-card-inner {
    text-align: center;
  }
  .flip-card-front h4 {
    padding: 40px 0;
  }
  .flip-card-front .flip-card-img {
    padding: 0;
  }
  .swiper-pagination-internalCareers {
    display: none;
  }
  /***** 
  Seperated animation CSS Below
  *******/
  .flip-card {
    background-color: transparent;
    height: 300px; /* height needed */
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
  }
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    background-color: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari */
  }
  /* Set transform */
  .flip-card-back {
    transform: rotateY(180deg);
  }
}
@media screen and (min-width: 992px) {
  .flip-card-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.container-full, .level-wrap {
  overflow-x: hidden;
}

.container, .scroller, body, html {
  height: 100%;
}

body .container-full {
  padding-left: 0;
  padding-right: 0;
}

body .lower {
  text-transform: lowercase;
}

body .pointer {
  cursor: pointer;
}

.hidden-xs {
  display: none;
}

body .white {
  color: #fff;
}

body .blk {
  color: #000;
}

body .red {
  color: #eb2f48;
}

body .teal {
  color: #52c2b0;
}

body .grey {
  color: #6d6e6d;
}

body .grey-blk {
  color: #353635;
}

body .grey-bg {
  background-color: #f2f5f4;
}

body .teal-light-bg {
  background-color: #BFE4DF;
}

body .white-bg {
  background-color: #fff;
}

.noscript-mssg {
  width: 100%;
  color: #eb2f48;
  text-align: center;
  padding: 40px 0;
  background-color: #353635;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a, h1, h2, h3, h4, h5, h6, label, li, p {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: ico-soliant;
  src: url(/wp-content/themes/soliant/css/fonts/ico-soliant.eot?chwxax);
  src: url(/wp-content/themes/soliant/css/fonts/ico-soliant.eot?chwxax#iefix) format("embedded-opentype"), url(/wp-content/themes/soliant/css/fonts/ico-soliant.woff2?chwxax) format("woff2"), url(/wp-content/themes/soliant/css/fonts/ico-soliant.ttf?chwxax) format("truetype"), url(/wp-content/themes/soliant/css/fonts/ico-soliant.woff?chwxax) format("woff"), url(/wp-content/themes/soliant/css/fonts/ico-soliant.svg?chwxax#ico-soliant) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
  font-family: ico-soliant !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------ */
.icon-close-icon .path1:before {
  content: "\e923";
  color: #353635;
}

.icon-close-icon .path2:before {
  content: "\e924";
  margin-left: -1em;
  color: #000;
}

.icon-close-icon .path3:before {
  content: "\e925";
  margin-left: -1em;
  color: #fff;
}

.viewLess .icon-caret-up, .viewMore .icon-caret-up {
  margin-left: 5px;
}

.icon-allied-health:before {
  content: "\e91b";
  color: #52c2b0;
}

.icon-physicians:before {
  content: "\e91c";
  color: #52c2b0;
}

.icon-advanced-practice:before {
  content: "\e91d";
  color: #52c2b0;
}

.icon-pharmacy:before {
  content: "\e91e";
  color: #52c2b0;
}

.icon-schools:before {
  content: "\e91f";
  color: #52c2b0;
}

.icon-healthcare-it:before {
  content: "\e920";
  color: #52c2b0;
}

.icon-therapy:before {
  content: "\e921";
  color: #52c2b0;
}

.icon-nursing:before {
  content: "\e922";
  color: #52c2b0;
}

.icon-info:before {
  content: "\e918";
  color: #6d6e6d;
}

.icon-caret-down:before, .icon-caret-left2:before {
  content: "\e919";
}

.icon-caret-left2:before {
  color: #eb2f48;
}

.icon-caret-left:before {
  content: "\e91a";
  color: #eb2f48;
}

.icon-page:before {
  content: "\e916";
  color: #f2f5f4;
}

.icon-linkedin:before {
  content: "\e915";
  color: #a5a5a5;
}

.icon-youtube:before {
  content: "\e914";
  color: #a5a5a5;
}

.icon-caret2:before {
  content: "\e900";
  color: #eb2f48;
}

.icon-shares-count-bubble:before {
  content: "\e913";
  color: #a5a5a5;
}

.icon-share-sm:before {
  content: "\e912";
  color: #6d6e6d;
}

.icon-email:before {
  content: "\e911";
  color: #6d6e6d;
}

.icon-checked:before {
  content: "\e901";
  color: #52c2b0;
}

.icon-location-pin:before {
  content: url("/wp-content/themes/soliant/images/location-pin.png");
  color: #52c2b0;
}

.icon-google-drive:before {
  content: "\e902";
}

.icon-dropbox:before {
  content: "\e903";
}

.icon-search-icon:before {
  content: "\e904";
}

.icon-ellipsis:before {
  content: "\e905";
}

.icon-filter:before {
  content: "\e906";
}

.icon-location-marker:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e926";
  color: #6d6e6d;
}

.icon-facebook:before {
  content: "\e909";
  color: #6d6e6d;
}

.icon-menu:before {
  content: "\e90a";
}

.icon-right-arrow:before {
  content: "\e90b";
}

.icon-check-mark:before {
  content: "\e90c";
}

.icon-plus:before {
  content: "\e90d";
}

.icon-minus-2-01:before {
  content: "\e90f";
}

.icon-close-x:before {
  content: "\e90e";
}

.icon-share:before {
  content: "\e910";
}

.icon-caret-up:before {
  content: "\e917";
  color: #eb2f48;
}

.sec-About .icon-twitter:before, .sec-Employers .icon-twitter:before {
  content: "\e926";
  color: #fff;
}

.sec-About .icon-facebook:before, .sec-Employers .icon-facebook:before {
  content: "\e909";
  color: #fff;
}

.sec-About .icon-share-sm:before, .sec-Employers .icon-share-sm:before {
  content: "\e912";
  color: #fff;
}

.sec-About .icon-email:before, .sec-Employers .icon-email:before {
  content: "\e911";
  color: #fff;
}

.icon-checked-box:before {
  background: url(/wp-content/themes/soliant/images/icons/icon-checked-box.png) no-repeat;
  /* content: url(/wp-content/themes/soliant/images/icons/icon-checked-box.png); */
  content: " ";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 1rem 0 0rem;
  background-size: cover;
}

.icon-instagram:before {
  content: "\e927";
  color: #a5a5a5;
}

.icn-caret-right-white {
  background: url(/wp-content/themes/soliant/images/icons/caret-right-white.svg) no-repeat;
  width: 1rem;
  height: 1.25rem;
  margin: 0 0 0 1rem;
  background-size: 90%;
  display: inline-block;
}

/* ------------------------------ */
.logo {
  display: block;
  text-indent: -9999px;
  width: 100px;
  height: 82px;
  background: url(/wp-content/themes/soliant/images/soliant-logo.svg);
  background-size: 100px 82px;
}

.h1, .h2, .h3, .h4, .h5, .h6, a.back-link, h1, h2, h3, h4, h5, h6 {
  font-family: museo-slab, serif;
}

.h1tagline, body {
  font-family: museo-sans-rounded, sans-serif;
}

.h1, h1 {
  font-size: 30px;
  line-height: 100%;
  color: #52c2b0;
}

.h2, .h3, .h4, h2, h3, h4 {
  line-height: 100%;
  color: #000;
}

.h2, h2 {
  font-size: 32px;
  font-weight: 200;
}

.h3, h3 {
  font-size: 22px;
}

.h4, h4 {
  font-size: 20px;
}

.h1tagline {
  font-size: 20px;
  color: #6d6e6d;
}

.h2tagline {
  font-size: 20px;
  color: #ffffff;
}

body {
  font-size: 16px;
  color: #6d6e6d;
}

.ui-copy, h1 {
  font-family: museo-slab, serif;
}

.ui-copy {
  font-size: 14px;
  color: #000;
}

ul {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 16px;
  color: #6d6e6d;
}

li {
  line-height: 42px;
}

body a {
  color: #eb2f48;
  text-decoration: none;
}

body a:focus, body a:hover {
  color: #eb2f48;
  text-decoration: underline;
}

.mobile-loader {
  background: white;
  height: 100%;
  margin-top: 90px;
  overflow-y: hidden;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 5001000000000;
}
@media screen and (min-width: 768px) {
  .mobile-loader {
    margin-top: 0;
    display: none;
  }
}
.mobile-loader .mobile-loader-message {
  margin-top: 30vh;
}
@media screen and (min-width: 768px) {
  .mobile-loader .mobile-loader-message {
    margin-top: 40vh;
  }
}
.mobile-loader .mobile-loader-message span {
  color: #eb2f48;
  display: block;
  font-family: museo-slab, serif;
  font-size: 16px;
  margin-top: 2rem;
}

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.avatar {
  border-radius: 50%;
}

/* ------------------------------ */
.btn {
  background: #eb2f48;
  color: #fff;
  display: inline-block;
  line-height: 36px;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.btn, .btn-default, .btn-link-cta {
  border-radius: 10px;
}

.btn-link-cta, .btn-small {
  font-family: museo-slab, serif;
}

.btn-small {
  font-size: 12px;
  color: #fff;
  min-height: 30px;
}
.btn-small:focus, .btn-small:hover {
  background-color: #da223b;
  color: #fff;
}

.btn, .btn-link-cta, .ui-copy {
  text-transform: uppercase;
}

.btn-link-cta {
  background-color: transparent;
  color: #eb2f48;
  font-size: 14px;
  font-weight: 700;
}

.btn-link-cta:after, .sec-hm .btn-link-cta:after {
  content: "\e900";
  font-family: ico-soliant !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.btn-blue-on-green, .btn-blue-on-red, .btn-blue-on-white, .btn-green-on-white {
  height: 48px;
  min-height: 48px;
}

.btn-link-cta:focus, .btn-link-cta:hover {
  background-color: transparent;
  color: #da223b;
}

.btn-link-cta:after {
  padding-left: 4px;
}

.btn-link-faq {
  background-color: transparent;
  color: #eb2f48;
  font-size: 14px;
  font-weight: 700;
}

.btn-link-faq:after, .sec-hm .btn-link-faq:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.btn-link-faq:focus, .btn-link-faq:hover {
  background-color: transparent;
  color: #da223b;
}

.btn-link-faq:after {
  padding-left: 0.5em;
  top: 0.5rem;
  position: relative;
}

.btn-default {
  background-color: #eb2f48;
  border: none;
  color: #fff;
  font-family: museo-slab, serif;
  min-height: 48px;
}

.btn-blue-on-green, .btn-blue-on-red, .btn-blue-on-white, .btn-green-on-white, .btn-red-filter {
  border-radius: 10px;
  vertical-align: middle;
  font-family: museo-slab, serif;
}

.btn-blue-on-red {
  background-color: #c0ece5;
  color: #353635;
  font-weight: 700;
}

.btn-blue-on-red:hover {
  background-color: #afddd6;
  color: #6d6e6d;
}

.btn-blue-on-green {
  background-color: #52c2b0;
  color: #fff;
  font-weight: 700;
}

.btn-blue-on-green:hover {
  background-color: #afddd6;
  color: #6d6e6d;
}

.btn-blue-on-white {
  background-color: #c0ece5;
  color: #353635;
  text-align: left;
  font-size: 14px;
}

.btn-green-on-white {
  background-color: #52c2b0;
  color: #fff;
  font-weight: 700;
}

.btn-green-on-white:hover {
  background-color: #afddd6;
}

.btn-red-filter {
  background: #eb2f48;
  color: #fff;
  font-size: 12px;
  height: 29px;
  min-height: 29px;
  padding: 6px 30px;
  text-align: center;
  text-transform: uppercase;
}

.btn-cta:hover, .btn-red-filter:hover, .main-content .btn-default.focus, .main-content .btn-default:active, .main-content .btn-default:focus, .main-content .btn-default:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}

.btn-mid {
  font-weight: 700;
  line-height: 34px;
  padding: 0 30px;
}

.btn-auto-size {
  width: 100%;
}

.buttonWrap .btn-blue-on-red {
  font-weight: 700;
  vertical-align: middle;
}

.buttonWrap .btn-blue-on-green, .buttonWrap .btn-green-on-white {
  vertical-align: middle;
  width: 100%;
}

a.btn.btn-default.chatWithRecruiter {
  background: url(/wp-content/themes/soliant/images/chat-blue-oval-bubble-165w.png) no-repeat;
  background-size: 20px;
  color: #1589b6;
  font-weight: 700;
  line-height: 21px;
  padding: 24px 10px 10px 4px;
  text-transform: unset;
  text-align: left;
  white-space: normal;
}

a.btn.btn-default.chatWithRecruiter:active {
  border: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .buttonWrap .btn-green-on-white {
    width: auto;
  }
  .btn-auto-size {
    width: auto;
  }
} /* (min-width:768px)*/
@media only screen and (max-width: 1170px) {
  a.btn.btn-default.chatWithRecruiter {
    padding-left: 0;
  }
}
footer .footerDesktop ul li a, footer .footerleft ul li a {
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #a5a5a5;
}

footer {
  background-color: #353635;
  padding-bottom: 57px;
}

footer .footerleft ul {
  padding-left: 0;
  text-align: center;
  margin-top: 35px;
}

footer .footerleft ul li {
  list-style-type: none;
}

footer .footerleft ul li a {
  line-height: 12px;
}

footer .shareIconWrap {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  display: none;
}

footer .shareIconWrap a:hover {
  text-decoration: none;
}

footer .sendResumeWrap {
  text-align: center;
}

footer .sendResumeWrap .btn-blue-on-red {
  height: 30px;
  min-height: 30px;
  line-height: 18px;
}

footer .footerDesktop {
  margin-top: 35px;
  text-align: left;
}

footer .footerDesktop ul {
  padding-left: 0;
  text-align: left;
  margin-bottom: 22px;
}

footer .footerDesktop .blockPosts li:before, footer .footerDesktop .moreBlogPosts:after {
  padding-left: 5px;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}

footer .footerDesktop ul li {
  list-style-type: none;
}

footer .footerDesktop ul li a {
  line-height: 26px;
}

footer .ftCategoryList li, footer .ftMainLinkList li {
  line-height: 22px;
  margin-bottom: 12px;
}

footer .footerDesktop .blockPosts li:before {
  color: #fff;
  padding-right: 11px;
  content: "\e916";
  font-family: ico-soliant !important;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 15px;
}

footer .footerDesktop .blockPosts li {
  border-bottom: 1px solid #6d6e6d;
  line-height: 44px;
}

footer .footerDesktop .moreBlogPosts {
  color: #a5a5a5;
  text-transform: uppercase;
  font-size: 13px;
  font-family: museo-slab, serif;
  font-weight: 700;
}

footer .footerDesktop .moreBlogPosts:after {
  color: #a5a5a5;
  padding-right: 5px;
  content: "\e900";
  font-family: ico-soliant !important;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
}

footer .footerHeadline {
  margin-top: 2rem;
}

footer .footerDesktop .footerHeadline {
  font-family: museo-sans-rounded, sans-serif;
  color: #f2f5f4;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  line-height: 24px;
}

footer .footerDesktop .socialFollow {
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: capitalize;
}

footer .footerDesktop .socialFollow li a span {
  color: #a5a5a5;
  font-size: 14px;
  margin-right: 10px;
}

footer .footerDesktop .socialFollow li a span:before {
  color: #a5a5a5;
}

.copyright .legalFooter, .copyright ul li a, .privStatementLegaltxt {
  font-family: museo-sans-rounded, sans-serif;
  color: #6d6e6d;
}

.copyright {
  background-color: #232323;
  padding-top: 0;
}

.copyright ul {
  padding-left: 0;
}

.copyright ul li {
  list-style-type: none;
  line-height: 46px;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .copyright ul li {
    padding: 0 20px;
    float: left;
  }
}

.copyright ul li a {
  font-size: 12px;
}

.copyright .legalFooter {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 36px;
  text-align: right;
}

footer.footer-alt {
  text-align: center;
  padding: 55px 40px;
}
footer.footer-alt .footer-logo {
  margin-bottom: 45px;
}
footer.footer-alt .footer-contact h3 {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 22px;
}
footer.footer-alt .footer-contact p, footer.footer-alt .footer-contact a {
  font-family: museo-slab, serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.copyright.copyright-alt {
  padding: 20px 0 0;
}
.copyright.copyright-alt .legalFooter {
  text-align: left;
}

@media screen and (min-width: 992px) {
  footer.footer-alt .footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  footer.footer-alt .footer-container .footer-logo {
    flex: 0 0 25%;
    margin-bottom: 0;
  }
  footer.footer-alt .footer-container .footer-contact {
    flex: 1 1 auto;
  }
  footer.footer-alt .footer-container .footer-contact p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  footer.footer-alt .footer-container .footer-logo {
    flex: 0 0 auto;
  }
  footer.footer-alt .footer-container .footer-contact {
    flex: 1 1 auto;
  }
}
@media screen and (min-width: 1200px) {
  footer.footer-alt {
    position: relative;
  }
  footer.footer-alt .footer-container {
    display: block;
  }
  footer.footer-alt .footer-container .footer-logo {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
  }
}
.frmJobSearch .form-group {
  position: relative;
}

.section-section-form {
  padding-bottom: 0px;
  margin-top: 57px;
}

.fm-note {
  font-size: 13px;
  line-height: 120%;
  text-align: right;
}

.fm-radio-horizontal .gfield_radio, .gf_list_inline .gfield_radio {
  display: flex;
  padding-left: 10px;
}
.fm-radio-horizontal .gfield_radio li, .gf_list_inline .gfield_radio li {
  margin: 10px 25px 0 0;
}
.fm-radio-horizontal .gfield_radio li input, .gf_list_inline .gfield_radio li input {
  margin-right: 5px;
}

.fm-collapse-bottom + li {
  margin-top: 0 !important;
}

.validation_error {
  color: #a94442;
  padding-top: 2rem;
}

.validation_message {
  color: #a94442;
  font-size: 85%;
  line-height: 20px;
  margin: 5px 0 10px;
}

.ginput_container_radio label {
  font-size: 14px;
}

.helper:before, .select-group:before {
  font-variant: normal;
  text-transform: none;
  speak: none;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.helper {
  font-size: 13px;
  line-height: 120%;
  margin-top: 10px;
  padding-left: 20px;
}

.helper:before {
  margin-left: -17px;
  content: "\e918";
  font-family: ico-soliant !important;
  font-weight: 400;
  line-height: 1;
}

.form-lead {
  padding: 22px 0 67px;
}

.form-lead .input-group {
  display: block;
  position: relative;
}

.form-lead .form-group {
  margin-bottom: 0;
}

.form-lead .form-group + .form-group {
  margin-top: 33px;
}

.form-lead .form-group label {
  display: block;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  color: #6d6e6d;
}

.form-lead .form-group input, .form-lead select {
  color: #353635;
}

.form-lead .file-select, .form-lead .form-group input {
  border: 1px solid #a5a5a5;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 10px;
  background-color: #fff;
}

.form-lead .form-group input:focus {
  border-color: #52c2b0;
}

.form-lead .txt-zip input {
  width: 40%;
}

.form-submit {
  margin-top: 40px;
  text-align: center;
}

select {
  width: 100%;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 14px;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
  border: 1px solid #a5a5a5;
  outline: 0;
  font-family: museo-sans-rounded, sans-serif;
  padding-left: 10px;
  height: 44px;
}

.gform_body select option:disabled {
  color: #a5a5a5;
}

.gform_body .form-lead .select-group {
  position: relative;
}

.gform_body input, .gform_body textarea, .gform_body select, .gform_body option {
  color: #353635;
}
.gform_body textarea {
  width: 100%;
}

.form-lead .select-group:before {
  content: "\e919";
  color: #52c2b0;
  position: absolute;
  top: 15px;
  right: 10px;
  pointer-events: none;
  font-family: ico-soliant !important;
  font-weight: 400;
  line-height: 1;
}

.form-lead .select-group + .select-group {
  margin-top: 22px;
}

.form-lead .chk-rcvUpdates label {
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400;
}

.form-lead .chk-rcvUpdates input#rcvUpdates {
  display: inline-block;
  float: left;
  width: 26px;
  font-size: 16px;
  margin-bottom: 16px;
}

/* consent */
.form-lead .chk-privpol label {
  font-size: 16px !important;
  line-height: 26px;
  font-weight: 400;
}

.form-lead .chk-privpol input#chk-privpol {
  display: inline-block;
  float: left;
  width: 26px;
  font-size: 16px;
  margin-bottom: 210px;
}

.form-lead .file-select {
  color: #a5a5a5;
  padding: 15px 10px;
}

.form-lead .file-select i {
  float: right;
}

.form-lead .file-select i:before {
  color: #52c2b0;
}

.form-lead .file-drop {
  border: 1px solid #52c2b0;
  border-top: 0;
  background-color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: none;
}

.form-lead .file-drop .icon-img {
  margin-right: 12px;
}

.form-lead .file-drop .resume-type {
  padding: 8px 16px;
}

.form-lead .select-active .file-select {
  border-color: #52c2b0;
}

.form-lead .select-active .file-select i:before {
  content: "\e917";
}

.form-lead .select-active .file-drop {
  display: block;
}

.form-sticky .form-group, .form-sticky .form-group + .form-group {
  margin-top: 0;
}

.form-sticky .form-submit {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .form-lead .txt-zip input {
    width: 30%;
  }
  .form-lead .txt-phone input {
    width: 50%;
  }
} /* (min-width:768px) */
.fm-internal-apply .btn-default {
  background-color: white;
  border: 1px solid #a5a5a5;
  color: #353635;
  width: 100%;
}

.gform_body .gform_fields {
  padding-left: 0;
}
.gform_body li {
  list-style-type: none;
  line-height: 14px;
  margin-top: 33px;
}
.gform_body li.hidden_label {
  margin-top: 20px;
}
.gform_body li.hidden_label .gfield_label {
  display: none;
}
.gform_body li.gfield .gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 14px;
}
.gform_body li.gfield.uuid_hid {
  display: none;
}
.gform_body li.gf_required_note {
  margin-bottom: -25px;
}
.gform_body .ginput_container_text input, .gform_body .ginput_container_email input, .gform_body .ginput_container_phone input {
  border: 1px solid #a5a5a5;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 10px;
}
.gform_body .ginput_container_text input, .gform_body .ginput_container_email input {
  width: 100%;
}
.gform_body .ginput_container_phone input {
  min-width: 175px;
  width: 50%;
}
.gform_body .ginput_container_zip input {
  min-width: 105px;
  width: 30% !important;
}
.gform_body .ginput_container_select select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgBnZKxFYAgDERzTOIqdtrR6YiWlnaOIpsgQSokJpgGXu74HI9g9stFqSJhPPYtUEdNfh1A8eS9K73cYOEHJJ9xnCStoQdWQQIzIAnSMyUvNIMFwhqsRu0iWKI/xu+0L1ALVtoiRAQ1YETKJ4igCqYO7A212GzawrNHywAAAABJRU5ErkJggg==);
  background-position: 97.5% center;
  background-repeat: no-repeat;
  background-size: 9px;
}
.gform_body .gfield_checkbox {
  padding-left: 0;
}
.gform_body .gfield_visibility_hidden {
  display: none;
}
.gform_body .file-upload {
  background-size: 9px;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
  padding: 14px 10px;
}
.gform_body .file-upload-choices {
  background-color: #FFF;
  border-color: #52c2b0;
  box-shadow: none;
}
.gform_body .privacy-agreement-check li {
  display: flex;
}
.gform_body .privacy-agreement-check li input {
  margin: 5px 10px 0 0;
}
.gform_body .privacy-agreement-check li label {
  font-size: 14px;
  line-height: 28px;
  font-style: italic;
  font-weight: 700;
}
.gform_body .receive-updates-check li {
  display: flex;
  align-items: flex-start;
}
.gform_body .receive-updates-check li input {
  margin: 5px 10px 0 0;
}
.gform_body .receive-updates-check li label {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 0;
}
.gform_body .jb-resume-file .ginput_preview {
  padding: 14px 0 0 0;
}

.gform_footer {
  margin-top: 3rem;
  text-align: center;
}

body .gform_wrapper .gform_validation_container {
  display: none;
}

.page-template-pg-careers form {
  background-color: #EE2F49;
  border-radius: 5px;
  padding: 15px 15px 60px;
}
.page-template-pg-careers .gform_body .gf_required_note {
  margin-top: 0;
}
.page-template-pg-careers .gform_body .gform_hidden {
  margin: 0;
}
.page-template-pg-careers .gform_body .gfield .gfield_label, .page-template-pg-careers .gform_body .gfield .privacy-agreement-check a, .page-template-pg-careers .gform_body .gfield .helper, .page-template-pg-careers .gform_body .gfield .ginput_preview {
  color: #fff;
}
.page-template-pg-careers .gform_body .gfield .ginput_preview {
  margin-top: 8px;
}
.page-template-pg-careers .gform_body .gfield .privacy-agreement-check a {
  text-decoration: underline;
}
.page-template-pg-careers .gform_body .privacy-agreement-check li label, .page-template-pg-careers .gform_body .privacy-agreement-check li label a {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.page-template-pg-careers .gform_body .privacy-agreement-check li label a {
  text-decoration: underline;
}
.page-template-pg-careers .gform_body .fm-note {
  color: #fff;
  font-size: 12px;
}
.page-template-pg-careers .gform_body h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-family: museo-slab, serif;
  font-weight: 400;
  margin: 18px 0 50px;
}
.page-template-pg-careers .gform_footer .btn-default {
  background-color: #C0ECE5;
  color: #353535;
}
.page-template-pg-careers .gform_footer .btn-default:hover {
  background-color: #afddd6;
  color: #6d6e6d;
}
.page-template-pg-careers .gform_footer .btn.disabled, .page-template-pg-careers .gform_footer .btn[disabled] {
  opacity: 0.85;
}
.page-template-pg-careers .gform_footer .btn.disabled:hover, .page-template-pg-careers .gform_footer .btn[disabled]:hover {
  background-color: #C0ECE5;
  color: #353535;
}
.page-template-pg-careers .validation_error, .page-template-pg-careers .validation_message {
  color: #6f302f;
}

@media screen and (min-width: 768px) {
  .page-template-pg-careers form {
    padding: 15px 50px 60px;
  }
  .page-template-pg-careers .gform_body h3 {
    margin: 30px 0 50px;
  }
}
/* ------------------------------ */
.looking-to-hire a {
  text-decoration: none !important;
}

.looking-to-hire a:hover {
  text-decoration: underline !important;
}

span.hmCTACaticon {
  position: absolute;
  right: 5%;
  top: 2px;
}

.nonUpperException {
  text-transform: none !important;
}

.h2Small {
  font-weight: 700;
  color: #6d6e6d;
  font-family: museo-sans-rounded, sans-serif;
  line-height: 150%;
  font-size: 18px;
  text-align: left;
}

.indent-copy-block {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .indent-copy-block {
    padding-left: 4rem;
  }
}

.prefilledTxt {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #a5a5a5;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
  height: 48px;
}

/* COVERT TO MIXIN */
.jobCards:focus, .jobCards:hover, .sec-hm .hm-section-two-block a:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
}

.icon-menu, .icon-search-icon {
  color: #eb2f48;
  font-size: 20px;
}

.checkbox, .radio {
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}

.readMore, .viewLess, .viewMore {
  font-family: museo-slab, serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #eb2f48;
  font-weight: 700;
}

a.viewLess:active, a.viewLess:focus, a.viewLess:hover, a.viewMore:active, a.viewMore:focus, a.viewMore:hover {
  text-decoration: none;
}

.viewMore .icon-caret-down {
  margin-left: 5px;
  transform: rotate(180deg);
}

.viewMore.collapsed .icon-caret-down {
  transform: rotate(0);
}

/* --------------------------*/
.mobile-nav .frmJobSearch {
  display: block;
}
.mobile-nav .frmJobSearch .form-group {
  padding-bottom: 15px;
  display: block;
}
.mobile-nav .frmJobSearch .form-group #inputKW_M {
  width: 100%;
}

.frmJobSearch #inputKW, .frmJobSearch #inputKW_M, .frmJobSearch #inputLOC, .frmJobSearch #inputLOC_M {
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: none;
  color: #6d6e6d;
  border: 1px solid #6d6e6d;
  box-sizing: border-box;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  height: 48px;
}

.frmJobSearch .inlineIcon.icon-location-marker {
  position: absolute;
  top: 14px;
  font-size: 18px;
  right: 28px;
  color: #52c2b0;
}

.jobsFoundText {
  font-family: museo-slab, serif;
  font-size: 14px;
  color: #353635;
  font-weight: 700;
}

.browseHealthcareJobsWrap {
  padding-bottom: 48px;
  padding-top: 44px;
}

.home .browseHealthcareJobsWrap {
  padding-bottom: 0;
  padding-top: 0;
}

.browseHealthcareJobsWrap h2 {
  text-align: center;
  margin-bottom: 32px;
  line-height: 40px;
  font-weight: 300;
  font-size: 32px;
}

.sec-Jobs-Main-Cat .browseHealthcareJobsWrap h2, .sec-Jobs-Sub-Cat .browseHealthcareJobsWrap h2 {
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 32px;
}

.browseHealthcareJobsWrap .btn-group .btn-primary, .browseHealthcareJobsWrap .btn-group .btn-primary.active {
  font-family: museo-slab, serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
}

.browseHealthcareJobsWrap .h2look-a-like {
  text-align: center;
  margin-bottom: 0;
  line-height: 40px;
  font-weight: 300;
  font-size: 32px;
  color: #000;
  font-family: museo-slab, serif;
}

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

.browseHealthcareJobsWrap .btn-group .btn-primary {
  background: #f2f5f4;
  border-radius: 0;
  color: #6d6e6d;
  border: none;
  font-weight: 700;
}

.browseHealthcareJobsWrap .btn-group .btn-primary.active {
  background: #52c2b0;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #fff;
  border: none;
  outline: 0 !important;
}

.jobs-apply-thank-you .section-4 {
  padding-top: 24px;
  padding-bottom: 53px;
}

.jobs-apply-thank-you .section-ctaShort .ctaBarShort {
  margin-bottom: 34px;
}

.level-jobsearch .frmJobSearch {
  margin: 0 15px;
}

.level-jobsearch .search-jobs-m-heading {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

.jobCardsWrapper {
  background: #f2f5f4;
  padding-top: 27px;
}

.orNurseJobCardsBlockWrapper {
  background: #f2f5f4;
  padding-top: 27px;
}

.jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}

.jobCards:focus, .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}

.jobCards:hover .jcFooter {
  background: #52c2b0;
  color: #fff;
}

.jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
}

.jobCards .jobTitle .jobTitleLink:hover {
  text-decoration: none;
}

.sec-Careers .jobCards .lblLocation {
  margin-bottom: 0;
}

.sec-Careers a.btn.btn-red-on-white {
  width: 100%;
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.sec-Careers a.btn.btn-red-on-white:focus, .sec-Careers a.btn.btn-red-on-white:hover {
  background-color: #da223b;
  color: #fff;
}

.jobCards .lblLocation {
  font-family: museo-slab, serif;
  font-size: 16px;
  color: #52c2b0;
  margin-top: 11px;
  margin-bottom: 21px;
  display: inline-block;
}

.jobCards .jcFooter .lblJobCat, .jobCards .jcFooter .lblJobType {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.jobCards .jcFooter .lblDaysPosted, .jobCards .jcFooter .lblJobCat, .jobCards .jcFooter .lblJobType {
  color: #353635;
  line-height: 60px;
  font-family: museo-slab, serif;
}

.jobCards .jcFooter {
  background: #c0ece5;
  min-height: 60px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 23px;
}

.jobCards .jcFooter .lblJobCat {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jobCards .jcFooter .lblDaysPosted {
  font-size: 14px;
  text-align: right;
}

.jobCards:hover .jcFooter .lblDaysPosted, .jobCards:hover .jcFooter .lblJobCat, .jobCards:hover .jcFooter .lblJobType {
  color: #fff;
}

.jobSearch {
  min-height: 48px;
}

#searchJobsInput {
  min-height: 48px;
  border: none;
}

.jobSearch .icon-search-icon {
  color: #000;
  font-size: 20px;
}

.jobSearch .input-group-addon {
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.jobSearch .fuxFormFieldOutline {
  border: 1px solid #ccc;
}

.jobFacetsWrap {
  margin-top: 49px;
  text-align: left;
}
.jobFacetsWrap .lblFilterHeader {
  color: #52c2b0;
  font-weight: 700;
}
.jobFacetsWrap .checkbox-primary {
  margin-bottom: 48px;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup {
  display: flex;
  margin-bottom: 4.5rem;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup input {
  align-self: center;
  height: 4rem;
  min-width: 4rem;
  width: 4rem;
  opacity: 1;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup input[type=checkbox] {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #000;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup input[type=checkbox]:checked {
  background: url("/wp-content/themes/soliant/images/icons/checkbox-check.svg") no-repeat #fff center/cover;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup input[type=checkbox]:focus {
  outline: none;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup label, .jobFacetsWrap .checkbox .wrapCheckFilterGroup a {
  align-self: center;
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: capitalize;
  color: #6d6e6d;
  font-weight: 700;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup label {
  margin-left: 3rem;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup label::after {
  display: none;
}
.jobFacetsWrap .checkbox .wrapCheckFilterGroup label::before {
  display: none;
}
.jobFacetsWrap .viewMore, .jobFacetsWrap .viewLess {
  margin-top: 1rem; /*2.4rem;*/
  display: inline-block;
  background: transparent;
  border: 0;
  padding: 0;
}
.jobFacetsWrap .checkbox-subcat div:nth-child(n+6), .jobFacetsWrap .checkbox-state div:nth-child(n+6), .jobFacetsWrap .checkbox-type div:nth-child(n+6), .jobFacetsWrap .checkbox-city div:nth-child(n+6) {
  display: none;
}
.jobFacetsWrap .checkbox-subcat.opened div:nth-child(n+6), .jobFacetsWrap .checkbox-state.opened div:nth-child(n+6), .jobFacetsWrap .checkbox-type.opened div:nth-child(n+6), .jobFacetsWrap .checkbox-city.opened div:nth-child(n+6) {
  display: flex;
  align-items: center;
}
.jobFacetsWrap .checkbox {
  margin-bottom: 0;
}
.jobFacetsWrap .checkbox.opened {
  max-height: 20rem;
  overflow-y: scroll;
  box-shadow: 0 -3rem 3rem -3rem rgba(0, 0, 0, 0.095) inset;
  border-right: 0px solid rgba(155, 155, 155, 0.2);
}
.jobFacetsWrap .checkbox.opened::-webkit-scrollbar {
  width: 0.75em;
  height: 0;
  background-color: rgba(55, 55, 55, 0.015);
  background: url("/wp-content/themes/soliant/images/scrollbar-bg.png") repeat-y;
  background-position: center center;
}
.jobFacetsWrap .checkbox.opened::-webkit-scrollbar-track {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px white;
}
.jobFacetsWrap .checkbox.opened::-webkit-scrollbar-thumb {
  background-color: #52c2b0;
}

/*mc 4-1-21 functional setup & overrides*/
body .jobFacetsWrap .filter-show-all {
  /*	.checkbox {
  	div:nth-child(n+6) {display: block;} //read more show
  }*/
}
body .jobFacetsWrap .filter-city-block {
  display: none;
  /* 5.3.21 removed MC. Also filter-city-block block class added to  ".checkbox-subcat, .checkbox-state, .checkbox-type, .checkbox-city{"
  .filter-city {
  	label {text-transform: capitalize;}
  	display:none; //default" hide all individual cities
  	&.show-city {
  		display:block; //show individual city associated with the state that was clicked
  		&~ .show-city ~ .show-city ~ .show-city ~ .show-city ~ .show-city ~ .show-city {display: none;} //hide anything after the 6th one
  	}
  }
  */
}
body .jobFacetsWrap .filter-city-block.show-city-block {
  display: block;
}
body .jobFacetsWrap .filter-city-block.show-city-block .opened .show-city ~ .show-city ~ .show-city ~ .show-city ~ .show-city ~ .show-city ~ .show-city {
  display: block;
}

.sec-Jobs-Main-Cat .byCategoryPanel,
.sec-Jobs-Main-Cat .byLocationPanel,
.sec-Jobs-Sub-Cat .byCategoryPanel,
.sec-Jobs-Sub-Cat .byLocationPanel .sec-Jobs-Destination .byCategoryPanel,
.sec-Jobs-Destination .byLocationPanel {
  display: block;
  margin-top: 30px;
}

.sec-Jobs-Main-Cat .byLocationPanel,
.sec-Jobs-Sub-Cat .byLocationPanel,
.sec-Jobs-Destination .byLocationPanel {
  display: none;
}

.sec-Jobs-Main-Cat .browseHealthcareJobsWrap h2,
.sec-Jobs-Sub-Cat .browseHealthcareJobsWrap h2,
.sec-Jobs-Destination .browseHealthcareJobsWrap h2 {
  margin-bottom: 2rem;
}

.sec-Jobs-Destination .byCategoryPanel {
  display: inline-block;
}

.sec-Jobs-Main-Cat .byCategoryPanel ul, .sec-Jobs-Sub-Cat .byCategoryPanel ul {
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
}

.sec-Jobs-Destination .byCategoryPanel ul li, .sec-Jobs-Destination .byLocationPanel ul li, .sec-Jobs-Main-Cat .byCategoryPanel ul li, .sec-Jobs-Main-Cat .byLocationPanel ul li, .sec-Jobs-Sub-Cat .byCategoryPanel ul li, .sec-Jobs-Sub-Cat .byLocationPanel ul li {
  text-align: center;
  line-height: 24px;
  padding-bottom: 20px;
}

.sec-Jobs-Destination .byCategoryPanel ul .btn-link-nocta, .sec-Jobs-Destination .byLocationPanel ul .btn-link-nocta, .sec-Jobs-Main-Cat .byCategoryPanel ul .btn-link-nocta, .sec-Jobs-Sub-Cat .byCategoryPanel ul .btn-link-nocta {
  line-height: 24px;
}

.sec-Jobs .hero ul {
  text-align: left;
}

.sec-Jobs .hero ul li {
  line-height: 28px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sec-Jobs.sec-JobExpired .main-content .hero-job-detail .h1tagline {
  text-align: center;
}

.sec-NoJobsFound {
  padding-top: 0;
  padding-bottom: 0;
}

.sec-NoJobsFound section.hm-section-browseHealthcareJobs {
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

.sec-NoJobsFound section.hm-section-browseHealthcareJobs .browseHealthcareJobsWrap {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sec-NoJobsFound .section-201 {
  padding-bottom: 24px;
  padding-top: 34px;
}

.sec-NoJobsFound .section-201 .noJobsFoundBlock h4 {
  font-family: museo-slab, serif;
  font-weight: 700;
  line-height: 35px;
  font-size: 24px;
  text-align: center;
  color: #39ae9b;
  margin-top: 30px;
  margin-bottom: 22px;
}

.sec-NoJobsFound .section-201 .noJobsFoundBlock h5 {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #6d6e6d;
  line-height: 36px;
}

.sec-NoJobsFound .section-201 .noJobsFoundBlock p {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #6d6e6d;
  line-height: 28px;
}

.sec-NoJobsFound .hm-section-browseHealthcareJobs .browseHealthcareJobsWrap h2 {
  margin-bottom: 32px;
}

.sec-NoJobsFoundDest {
  padding-top: 0;
  padding-bottom: 0;
}

.sec-NoJobsFoundDest section.hm-section-browseHealthcareJobs {
  position: relative;
  margin-top: 0px;
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

.sec-NoJobsFoundDest section.hm-section-browseHealthcareJobs .browseHealthcareJobsWrap {
  padding-top: 16px;
  padding-bottom: 16px;
}

.sec-NoJobsFoundDest .section-201 {
  padding-bottom: 80px;
  padding-top: 65px;
}

.sec-NoJobsFoundDest .section-201 .noJobsFoundBlock h4 {
  font-family: museo-slab, serif;
  font-weight: 700;
  line-height: 35px;
  font-size: 24px;
  text-align: center;
  color: #39ae9b;
  margin-top: 30px;
  margin-bottom: 14px;
}

.sec-NoJobsFoundDest .section-201 .noJobsFoundBlock h5 {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #6d6e6d;
  line-height: 36px;
}

.sec-NoJobsFoundDest .section-201 .noJobsFoundBlock p {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #6d6e6d;
  line-height: 28px;
}

.sec-NoJobsFoundDest .hm-section-browseHealthcareJobs .browseHealthcareJobsWrap h2 {
  margin-bottom: 32px;
}

.sec-Careers .hero .job-info .job-Division {
  font-family: museo-slab, serif;
  color: #353635;
  font-size: 14px;
  font-weight: 500;
}

.sec-Careers .hero .job-info {
  margin-bottom: 53px;
  padding-bottom: 0;
}

.sec-Careers .jobDetailsJobDesc .gptwBlock .eOe-statement {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #6d6e6d;
  font-weight: 700;
  padding-top: 15px;
  margin-top: 0;
}

.readMoreLimitJobs {
  text-align: left;
}

.readMoreLimit .morecontent .morelink, .readMoreLimit + [data-readmore-toggle], .readMoreLimitJobs .details .read-less .less-link, .readMoreLimitJobs .summary .read-more .more-link, .readMoreLimitJobs + [data-readmore-toggle] {
  font-family: museo-slab, serif;
  font-size: 14px;
  color: #eb2f48;
  text-transform: uppercase;
}

.readMoreLimit .morecontent .morelink {
  font-weight: 700;
}

.readMoreLimit + [data-readmore-toggle] {
  font-weight: 600;
}

.readMoreLimit .details .read-less .less-link, .readMoreLimit .summary .read-more .more-link, .readMoreLimitJobs .morecontent .morelink {
  font-family: museo-slab, serif;
  font-weight: 700;
  font-size: 14px;
  color: #eb2f48;
  text-transform: uppercase;
}

.readMoreLimitJobs + [data-readmore-toggle] {
  font-weight: 600;
}

.readMoreLimitJobs .details .read-less .less-link, .readMoreLimitJobs .summary .read-more .more-link {
  font-weight: 700;
}

.jobDetailLocation {
  font-family: museo-slab, serif;
  font-size: 14px;
  color: #eb2f48;
}

.jobDetailCategoryTxt, .jobDetailJobTypeTxt, .jobDetaillblDaysPosted {
  font-family: museo-slab, serif;
  color: #353635;
  font-size: 14px;
  line-height: 1.75;
}

.jobDetailsInfo {
  margin-bottom: 38px;
  margin-top: 38px;
}

.jobDetailsInfoSecondary {
  margin-bottom: 43px;
}

.jobDetailsApplyNow {
  margin-bottom: 13px;
}

.jobDetailsJobDesc .btn-default {
  margin-top: 20px;
}

.jobDetailsJobDesc p {
  line-height: 28px;
}

.jobDetailsJobDesc .gptwBlock {
  margin-top: 49px;
}

.jobDetailsJobDesc .gptwBadge {
  line-height: 28px;
  border-right: 1px solid #d6d6d6;
  min-width: 100px;
  padding-left: 9px;
}

.jobDetailsJobDesc .gptwBlock .eOe-statement {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #6d6e6d;
  font-weight: 700;
  padding-top: 15px;
}

.job-post-details .section-4 {
  padding-top: 42px;
}

.jobCards3BlockWrapper {
  position: relative;
}

.orNurseJobCardsBlockWrapper {
  position: relative;
}

.section-4 .jobCards3BlockWrapper {
  margin-top: 12px;
}

.jobs-apply-thank-you .section-ctaShort .ctaBarShort .buttonWrap .pull-right {
  float: right !important;
}

.jobs-apply-thank-you .hero-img {
  padding: 30px 15px 64px;
}

.job-post-details .section-5 {
  min-height: 108px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 -10px 18px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -10px 18px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -10px 18px -5px rgba(0, 0, 0, 0.15);
}

.job-app-info {
  margin-top: 48px;
}

.job-app-info + .job-app-info {
  margin-top: 36px;
}

.job-app-info p {
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.job-app-info p + p {
  margin-top: 10px;
}

.job-app-info p.info-title {
  color: #52c2b0;
  text-transform: uppercase;
}

.job-app-info p.info-desc {
  color: #353635;
  line-height: 1.75;
}

.jobs-loading {
  top: -10px;
  position: relative;
  display: none;
}

.facets-jobs-loading {
  display: none;
  text-align: center;
}

.ajax-jobs-loading .facets-jobs-loading {
  display: block;
}
.ajax-jobs-loading .job-results-meta, .ajax-jobs-loading .job-list {
  filter: blur(5px);
  opacity: 0.8;
}

.jobs-are-loading {
  height: 70vh;
}
.jobs-are-loading .facets-jobs-loading {
  padding-top: 60px;
}

.eeo-statement {
  margin-bottom: 48px;
}

.browse-healthcare-jobs {
  padding: 4rem 0;
}
.browse-healthcare-jobs h2 {
  margin-top: 1rem;
}

/* Rules for Browse Jobs Carousel */
.section-browse-healthcare-jobs {
  padding: 4rem 0;
}
.section-browse-healthcare-jobs h2 {
  margin-top: 1rem;
}

.jobFacetsWrap .filter-controls {
  padding: 3rem 0;
  text-align: center;
}
.jobFacetsWrap .filter-controls .job-filter-clearfacets {
  background: transparent;
  border: 0;
  color: #eb2f48;
  padding: 2rem;
}
.jobFacetsWrap .filter-controls .job-filter-clearfacets:hover {
  text-decoration: underline;
}
.jobFacetsWrap .filter-controls .job-filter-clearfacets svg {
  margin-bottom: -0.6rem;
}
.jobFacetsWrap .filter-controls .btn.btn-close-facets {
  color: #ffffff;
  display: inline-block;
  margin-top: 0;
}
.jobFacetsWrap .filter-controls .btn.btn-close-facets:hover {
  color: #ffffff;
  background-color: #da223b;
}

@media (min-width: 768px) {
  .filter-group {
    margin-bottom: 4.8rem;
  }
  .jobFacetsWrap .btn-close-facets {
    display: none;
  }
  .jobFacetsWrap .filter-controls {
    border-top: 1px solid #e5e5e5;
    padding: 0;
    text-align: left;
  }
  .jobFacetsWrap .filter-controls .btn.btn-close-facets {
    display: none;
  }
  .jobFacetsWrap .filter-controls .job-filter-clearfacets {
    padding-left: 0;
  }
  .jobsFoundText {
    font-family: museo-slab, serif;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-top: 30px;
  }
  .section-jobSearchBar {
    min-height: 142px;
    background: #353635;
    line-height: 142px;
    vertical-align: middle;
    margin-top: 0;
    /*margin-top: 24px*/
  }
  .frmJobSearch {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .frmJobSearch .btn-default {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    background-color: #eb2f48;
    border-radius: 10px;
    min-height: 46px;
    line-height: 34px;
    border: none;
    padding: 6px;
    min-width: 162px;
  }
  .frmJobSearch .btn-default:active, .frmJobSearch .btn-default:hover {
    color: #fff;
    background-color: #da223b;
  }
  .frmJobSearch .inlineIcon.icon-location-marker {
    position: absolute;
    top: 15px;
    right: 34px;
  }
  .section-jobSearchBar .frmJobSearch {
    margin-top: 10px;
  }
  .sec-NoJobsFound .byLocationPanel {
    display: none;
  }
  .sec-NoJobsFound {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sec-NoJobsFound section.hm-section-browseHealthcareJobs {
    position: relative;
    margin-top: 0px;
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .sec-NoJobsFound section.hm-section-browseHealthcareJobs .browseHealthcareJobsWrap {
    padding-top: 48px;
    padding-bottom: 44px;
  }
  .sec-NoJobsFound .section-201 {
    padding-bottom: 64px;
    padding-top: 74px;
  }
  .sec-NoJobsFound .section-201 .noJobsFoundBlock h4 {
    font-family: museo-slab, serif;
    font-weight: 700;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    color: #39ae9b;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .sec-NoJobsFound .section-201 .noJobsFoundBlock h5 {
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #6d6e6d;
    line-height: 36px;
  }
  .sec-NoJobsFound .section-201 .noJobsFoundBlock p {
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #6d6e6d;
    line-height: 28px;
  }
  .byLocationPanel ul {
    list-style-type: none;
    margin-top: 34px;
    padding-left: 0;
  }
  .sec-Jobs.sec-NoJobsFound .browseHealthcareJobsWrap {
    padding-bottom: 0;
    padding-top: 44px;
  }
  .sec-Jobs .main-content .hero-job-detail p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    font-family: museo-sans-rounded, sans-serif;
    line-height: 150%;
    color: #6d6e6d;
    text-align: left;
  }
  .sec-Jobs-Destination .main-content .hero-job-detail h1, .sec-Jobs-Main-Cat .main-content .hero-job-detail h1, .sec-Jobs-Sub-Cat .main-content .hero-job-detail h1 {
    margin-bottom: 0;
    line-height: 120%;
  }
  .jobs-apply-thank-you .hero-img {
    padding: 50px 0 64px;
  }
  .jobs-apply-thank-you .section-4 {
    padding-top: 32px;
    padding-bottom: 29px;
  }
  .jobs-apply-thank-you .section-ctaShort .ctaBarShort {
    margin-bottom: 62px;
    margin-top: 62px;
  }
  .jobFacetsWrap .checkbox .wrapCheckFilterGroup {
    margin-bottom: 2rem;
  }
  .jobFacetsWrap .checkbox .wrapCheckFilterGroup input {
    height: 2rem;
    min-width: 2rem;
    width: 2rem;
  }
  .jobFacetsWrap .checkbox .wrapCheckFilterGroup label {
    margin-left: 0.5rem;
  }
} /* (min-width:768px) */
@media (max-width: 767px) {
  .jobFacetsWrap {
    width: 100%;
    z-index: 10;
    right: -100%;
    position: fixed;
    bottom: 0;
    top: 0;
    transition: 0.4s;
    margin-top: 0;
  }
  .jobFacetsWrap .viewMore, .jobFacetsWrap .viewLess {
    margin-bottom: 2.4rem;
  }
  .jobFacetsInner {
    width: 85%;
    left: 15%;
    top: 80px;
    bottom: 0;
    background: #f2f5f4;
    position: absolute;
    overflow-x: hidden;
    padding: 30px 20px 20px;
  }
  body.mobile-facets-active {
    overflow: hidden;
  }
  .mobile-facets-active .jobFacetsWrap {
    display: block;
    transition: 0.3s;
    right: 0;
    z-index: 10;
  }
  .jobFacetsWrap .btn-close-facets {
    color: #eb2f48;
    cursor: pointer;
    display: block;
    font-family: museo-slab, serif;
    font-size: 1.2rem;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .jobFacetsWrap .btn-close-facets .icon-close-x {
    font-size: 1.8rem;
    margin-left: 1rem;
    position: relative;
    top: 2px;
  }
  .jobFacetsWrap .btn.btn-close-facets {
    color: #ffffff;
  }
  .jobFacetsWrap .checkbox-primary {
    display: none;
  }
  .jobFacetsWrap .checkbox-primary + .clearfix {
    border-bottom: 1px solid #cbcdcc;
  }
  .jobFacetsWrap .lblFilterHeader {
    padding: 15px 0;
    display: block;
    position: relative;
    cursor: pointer;
  }
  .jobFacetsWrap .lblFilterHeader .icon-caret-down {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 16px;
  }
  .jobFacetsWrap .filter-header-active + .checkbox-primary {
    display: block;
  }
  .jobFacetsWrap .filter-header-active .icon-caret-down {
    transform: rotate(180deg);
  }
  .jobFacetsWrap .btn.btn-close-facets {
    margin-top: 40px;
  }
  .mobile-facets-active .facets-menu-overlay {
    left: 0;
    opacity: 0.67;
    transition-delay: 0.3s;
  }
  #frmApplyv1 .frmFieldSticky {
    margin-bottom: 5px;
  }
  .job-post-details .form-sticky .form-submit {
    margin-top: 0;
  }
  .viewMoreWrap {
    display: none;
  }
  .filter-group-active .viewMoreWrap {
    display: block;
  }
} /* '(max-width:767px)' */
@media (min-width: 992px) {
  .jobs-apply-thank-you .ctaBarShort .ctaHeadline {
    font-family: museo-sans-rounded, sans-serif;
    font-size: 20px;
    text-align: left;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: auto;
    padding-top: 22px;
    color: #fff;
    font-weight: 700;
  }
  .jobs-loading {
    top: 0;
  }
  .noJobsFoundFaceting .noJobsFoundBlock {
    margin-top: 25vh;
  }
  .section-browse-healthcare-jobs {
    padding: 6rem 0;
  }
} /* @media (min-width:992px) */
@media (min-width: 1200px) {
  .jobs-apply-thank-you .ctaBarShort .ctaHeadline {
    padding-top: 42px;
  }
} /* @media (min-width:1200px) */
/* JOB Results AB Test */
/* DW 080122 */
@media (min-width: 768px) {
  .sec-AB-test .main-content .section-jobSearchBar {
    min-height: 100px;
    line-height: 100px;
    margin-top: 24px;
  }
}
.sec-AB-test .main-content .hero ul li {
  margin-bottom: 0px;
}

.sec-AB-test .main-content .inline-nav a {
  color: #52c2b0;
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #52c2b0;
  text-decoration: none;
  padding: 0 16px;
}

.sec-AB-test .main-content .inline-nav a:first-child {
  border: none;
}

.sec-AB-test .main-content .inline-nav a.active {
  font-weight: 900;
  text-decoration: underline;
}

.sec-AB-test .main-content .inline-nav {
  padding-left: 0;
}

.sec-AB-test .main-content .inline-nav li {
  display: inline-block;
  line-height: 22px;
}

.sec-AB-test .main-content .inline-nav li:first-child {
  border-left: 0;
  border-right: 1px solid #a5a5a5;
}

.sec-AB-test .main-content .inline-nav li:first-child a {
  padding-left: 0;
}

.sec-AB-test .main-content .job-facets-row .filter-cat-block {
  margin-left: 0;
}

.sec-AB-test .main-content .job-results-wrap .job-results-column {
  padding-left: 0;
}

.sec-AB-test .main-content .show-about {
  display: none;
}

.sec-AB-test .main-content .show-jobs {
  display: none;
}

.sec-AB-test .main-content .job-selected-tags {
  margin-left: 0;
}

.sec-AB-test .main-content h1 {
  text-align: center;
}

.sec-AB-test .main-content .inline-nav {
  text-align: center;
}

/*.sec-AB-test .main-content .jobCards {
    margin-top: 5px;
}*/
.sec-AB-test .main-content .jobCards .jcFooter {
  min-height: 40px;
  margin-top: 15px;
}

.sec-AB-test .main-content .jobCards .jcFooter .lblDaysPosted, .sec-AB-test .main-content .jobCards .jcFooter .lblJobCat, .sec-AB-test .main-content .jobCards .jcFooter .lblJobType {
  line-height: 40px;
}

.jobCards .lblLocation {
  margin-top: 6px;
  margin-bottom: 5px;
}

.sec-AB-test .main-content .jobCards .jobDesc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-AB-test .main-content .show-about.show {
  margin-top: 38px;
  text-align: left;
}

/* --------------------------*/
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  color: #eb2f48;
  background-color: transparent;
  border: 0;
  margin-left: -1px;
  font-size: 12px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.pagination .disabled {
  font-family: museo-slab, serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #6d6e6d;
  line-height: 32px;
}

.pagination .nextBtn {
  background: #eb2f48;
  border-radius: 10px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-family: museo-slab, serif;
  font-size: 11px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  background-color: transparent;
}

.pagination .numbrItem a, .pagination .numbrItem span {
  position: relative;
  float: left;
  padding: 6px 10px;
  text-decoration: none;
  color: #eb2f48;
  background-color: transparent;
  border: 0;
  margin-left: -1px;
  font-size: 11px;
}
.pagination .numbrItem a.current, .pagination .numbrItem span.current {
  pointer-events: none;
  color: #6d6e6d;
}

.media-object-default .media, .media-object-default .media-object {
  text-align: center;
  display: inline-block;
}

.wrapCheckFilterGroup {
  margin-bottom: 19px;
  margin-left: 5px;
}

.share-ico {
  padding-right: 10px;
}

.media-object-default .media {
  width: 100%;
}

.media-object-default .media .media-left {
  width: 100%;
  text-align: center;
  display: inline-block;
  min-height: 106px;
}

.twoBlock {
  border: 2px solid #52c2b0;
  border-bottom: 12px solid #52c2b0;
  padding: 20px;
  min-height: 369px;
}

.alumni-wrapper .testCards {
  border: 2px solid #52c2b0;
  border-bottom: 12px solid #52c2b0;
  padding: 20px;
  min-height: 369px;
  background-color: #ffffff;
}

.alumni-text {
  font-size: 14px;
  color: #6d6e6d;
  line-height: 24px;
  font-weight: 400;
  padding: 15px;
}

.alumni-school-state {
  font-size: 14px;
  color: #6d6e6d;
  line-height: 24px;
  font-weight: 500;
  padding: 15px;
  font-style: italic;
}

.sec-About .shareMtext, .sec-Employers .shareMtext, .shareMtext {
  font-family: museo-slab, serif;
  font-size: 10px;
  text-transform: uppercase;
  padding-bottom: 4px;
  vertical-align: middle;
}

.tout-img {
  padding-top: 50px;
}

.twoBlock p {
  margin-bottom: 15px;
}

.twoBlock h2 {
  margin-bottom: 16px;
}

.twoBlockToutImg {
  margin-bottom: 50px;
}

.twoBlockToutImg2 {
  margin-bottom: 44px;
}

.shareMtext {
  color: #353635;
  display: inline-block;
  padding-left: 5px;
}

.sec-About .shareMtext, .sec-Employers .shareMtext {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
}

.breadcrumb li:after, .checkbox input[type=checkbox]:checked + label::after {
  font-weight: 400;
  text-transform: none;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}

.checkbox input[type=checkbox] {
  opacity: 0;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.checkbox input[type=checkbox]:checked + label::after {
  content: "\e90c";
  font-family: ico-soliant !important;
  line-height: 1;
  color: #eb2f48;
  font-size: 12px;
}

.checkbox-primary input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

.checkbox-primary input[type=checkbox]:checked + label::after {
  color: #eb2f48;
}

.breadcrumb {
  padding: 16px 0 0;
  margin-bottom: 0;
  text-align: left;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  font-family: museo-slab, serif;
  font-size: 10px;
}

.breadcrumb li {
  line-height: 16px;
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb li:after {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
  content: "\e900";
  font-family: ico-soliant !important;
  line-height: 1;
  font-size: 10px;
}

.breadcrumb li.active:after {
  content: "";
}

.breadcrumb li.active {
  color: #000;
}

.breadcrumb li a {
  color: #eb2f48;
}

.breadcrumb span .breadcrumb_last {
  color: #000;
}

.breadcrumb .separator {
  color: #000;
  font-family: ico-soliant !important;
  font-size: 10px;
  padding: 0 5px 0 2px;
}

.byCategoryPanel ul .btn-link-cta, .byCategoryPanel ul .btn-link-nocta, .byLocationPanel ul .btn-link-cta, .byLocationPanel ul .btn-link-nocta {
  font-family: museo-sans-rounded, sans-serif;
  text-transform: none;
}

.byLocationPanel {
  display: none;
}

.byCategoryPanel ul, .sec-hm .byCategoryPanel ul, .sec-hm .byLocationPanel ul {
  list-style-type: none;
  margin-top: 34px;
  padding-left: 0;
}

.byCategoryPanel ul .btn-link-cta {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 500;
}

.byCategoryPanel ul .btn-link-cta:after {
  font-size: 12px;
  padding-left: 7px;
}

.byCategoryPanel ul li {
  text-align: center;
  line-height: 54px;
}

.byLocationPanel ul {
  list-style-type: none;
  margin-top: 3.4rem;
  margin-bottom: 0;
}

.byLocationPanel ul .btn-link-cta {
  font-size: 16px;
  font-weight: 500;
}

.byLocationPanel ul li {
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.byLocationPanel ul li .btn-link-cta .hmCTACat {
  display: block;
}

.btn-link-nocta:focus, .btn-link-nocta:hover {
  background-color: transparent;
  color: #da223b;
}

.byCategoryPanel ul .btn-link-nocta, .byLocationPanel ul .btn-link-nocta {
  color: #eb2f48;
  font-size: 18px;
  font-weight: 300;
}

.whyWorkWithUsWrap h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.home .whyWorkWithUsWrap h2, .sec-Benefits .whyWorkWithUsWrap h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 66px;
}

.sec-Benefits .hm-section-whyWorkWithUs {
  padding-top: 20px;
}

.sec-Benefits .hm-section-whyWorkWithUs h2 {
  margin-bottom: 32px;
}

.whyWorkWithUsWrap .whyWorkWithUsBlock {
  margin-bottom: 74px;
}

.whyWorkWithUsWrap .whyWorkWithUsBlock h4 {
  font-family: museo-slab, serif;
  font-size: 24px;
  color: #000;
  padding-bottom: 0;
  padding-top: 21px;
}

.sec-Benefits .whyWorkWithUsWrap .commonBenefitsBlock h4 {
  font-family: museo-slab, serif;
  font-size: 24px;
  color: #000;
  padding-top: 38px;
  margin-bottom: 17px;
  padding-bottom: 0;
}

.commonBenefits ul li, .home .whyWorkWithUsWrap .whyWorkWithUsBlock p, .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-family: museo-sans-rounded, sans-serif;
}

.commonBenefits span.icon-checked, .commonListItemsBlock span.icon-checked {
  min-height: 60px;
  padding-top: 4px;
  padding-right: 10px;
  display: inline-block;
  float: left;
}

.sec-Benefits .whyWorkWithUsWrap .commonBenefitsSubTagline {
  margin-bottom: 78px;
  margin-top: 0;
}

.whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 24px;
}

/**/
span.icon-checked-box {
  font-size: 16px;
  display: inline-block;
  float: left;
  padding-top: 4px;
  padding-right: 10px;
  /*min-height: 100px;*/
  margin-left: -52px;
}

.account-executive-benefits {
  list-style-type: none;
  text-align: left;
  padding-left: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: -22px;
  min-width: 100%;
  padding-top: 37px;
}

.account-executive-benefits li {
  padding-bottom: 42px;
  font-size: 18px;
  color: #353635;
  line-height: 26px;
  padding-left: 48px;
  padding-right: 25px;
  margin-left: 0;
  position: relative;
}

.account-executive-benefits li::before {
  position: absolute;
  left: 0;
  background: url(/wp-content/themes/soliant/images/icons/icon-checked-box.png) no-repeat;
  width: 32px;
  height: 32px;
  content: " ";
  background-size: cover;
}

.section-what-does-a-soliant-account-exec-do {
  padding-bottom: 0px;
  margin-top: 10px;
}
.section-what-does-a-soliant-account-exec-do .truist-park-photo {
  padding-top: 57px;
}

.section-you-will-love-working-at-soliant .divider-line {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-meet-our-college-ambassador-team .divider-line {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-you-will-love-working-at-soliant .whyWorkWithUsWrap h2 {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .section-you-will-love-working-at-soliant {
    padding: 57px 0;
  }
}

.section-meet-our-college-ambassador-team .ambassador-name {
  color: #000;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 24px;
  text-align: center;
}

.section-meet-our-college-ambassador-team .ambassador-college {
  color: #000;
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.section-meet-our-college-ambassador-team .ambassador-major {
  color: #000;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 24px;
  text-align: center;
}

.section-meet-our-college-ambassador-team .featTravImg {
  margin-bottom: 20px;
}

.section-meet-our-college-ambassador-team {
  text-align: center;
}

.section-you-will-love-working-at-soliant .whyWorkWithUsWrap .whyWorkWithUsBlock {
  margin-bottom: 0px;
  margin-top: 37px;
}

.section-meet-our-college-ambassador-team .whyWorkWithUsWrap .whyWorkWithUsBlock {
  margin-bottom: 42px;
  min-height: 295px;
}

/* New Grad programs */
/* ---------------------------- */
.sec-Newgradprogram .section .alumni-headline {
  margin-bottom: 32px;
  line-height: 150%;
}

.sec-Newgradprogram .main-content .commonBenefitsSubTagline {
  margin-bottom: 78px;
}

.sec-Newgradprogram .main-content .commonBenefitsSubTagline {
  margin-bottom: 78px;
}

.sec-Newgradprogram .media-object-default .media .media-left {
  min-height: 140px;
}

.sec-Newgradprogram .testimonialsCards2BlockWrapper {
  margin-bottom: 20px;
}

.sec-Newgradprogram .media-object-default {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sec-Newgradprogram .about-section-1 {
    margin-top: 57px;
  }
  .pdf-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }
} /* @media (max-width:767px)  */
@media (min-width: 992px) {
  .new-grad-programCardsSwipper .testCards {
    min-height: 100%;
    padding: 0px;
  }
} /* (min-width:992px) */
/* ---------------------------- */
.section-alumni-quotes .divider-line, .about-section-8 .divider-line {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .section-alumni-quotes {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .section-section-form {
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .page-template-pg-about--new-grad-program .section-section-form {
    padding: 6rem 0 0rem;
  }
}
.page-template-pg-about--new-grad-program .about-section-1 {
  padding-bottom: 0px;
}
.page-template-pg-about--new-grad-program .section-ctaShort .ctaHeadline {
  margin-bottom: 0px;
  margin-top: 22px;
  font-family: museo-slab, serif;
  font-size: 20px;
  color: #39ae9b;
  text-align: center;
  padding-top: 24px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-about--new-grad-program .section-ctaShort .ctaHeadline {
    align-items: center;
    display: flex;
    padding-top: 0;
    margin-top: 0px;
  }
}
.page-template-pg-about--new-grad-program .section-ctaShort .ctaBarShort .buttonWrap {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-about--new-grad-program .section-ctaShort .ctaBarShort .buttonWrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-template-pg-about--new-grad-program .section-ctaShort {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.page-template-pg-about--new-grad-program .testimonialsCards2BlockWrapper .alumni-para {
  margin-bottom: 40px;
}
.page-template-pg-about--new-grad-program .section-ig-photos {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-about--new-grad-program .section-ig-photos {
    padding-top: 0px;
  }
}

/*end .page-template-pg-about--new-grad-program */
/**/
.commonBenefits span.icon-checked {
  font-size: 16px;
}

.commonBenefits ul {
  padding-left: 25px;
  list-style-type: none;
}

.commonBenefits ul li {
  padding-bottom: 42px;
  font-size: 18px;
  color: #353635;
  line-height: 26px;
  padding-left: 10px;
  height: 76px;
}

.ccommonBenefits ul li:before {
  color: #52c2b0;
  padding-left: 0;
  padding-right: 10px;
  content: "\e901";
  font-family: ico-soliant !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-left: -30px;
}

.commonListItemsBlock span.icon-checked {
  font-size: 16px;
}

.green-dotted-bg, .red-dotted-bg, .gray-dotted-bg {
  background-repeat: repeat;
  min-height: 4px;
}

.commonListItemsBlock ul {
  padding-left: 25px;
  list-style-type: none;
}

.commonListItemsBlock ul li {
  padding-bottom: 42px;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px;
  color: #353635;
  line-height: 26px;
  padding-left: 10px;
  height: 76px;
}

.commonListItemsBlock ul li span:before {
  color: #52c2b0;
  padding-left: 0;
  padding-right: 14px;
  font-size: 34px;
  margin-top: -3px;
  display: inline-block;
  float: left;
}

.sec-Benefits .whyWorkWithUsWrap .legalText {
  font-size: 12px;
  line-height: 18px;
}

/* --------------------------*/
.sec-Employers .main-content .section-3 .commonListItemsBlock h4 {
  margin-bottom: 60px;
  line-height: 30px;
}

.sec-Employers .section-3 .ctaBar {
  margin-bottom: 28px;
}

.employers-section-1 {
  padding-top: 0;
  padding-bottom: 60px;
}
.employers-section-1 .col-md-5 {
  padding-top: 3rem;
}
.employers-section-1 .col-md-5 p {
  margin-bottom: 4rem;
}
.employers-section-1 .col-md-8 img.mt-5.mb-5 {
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.employers-section-1 .col-md-4 {
  margin-top: 2rem;
  padding-right: 5rem;
  text-align: left !important;
}
.employers-section-1 .col-md-4 h3 {
  color: #eb2f48;
  line-height: 1.5;
}

.employers-section-2 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.employers-section-3 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.employers-section-4 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.employers-section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-Employers .employers-section-1 h2 {
  line-height: 1.3;
  margin-bottom: 23px;
  margin-top: 34px;
}

.sec-Employers .employers-section-2 h2 {
  margin-bottom: 23px;
  margin-top: 62px;
}

.sec-Employers .employers-section-3 h2 {
  margin-bottom: 23px;
  margin-top: 62px;
}

.sec-Employers .employers-section-4 h2 {
  margin-bottom: 23px;
  margin-top: 62px;
}

.sec-Employers .employers-section-5 h2 {
  margin-bottom: 23px;
  margin-top: 62px;
}

.sec-Employers .employers-section-1 p, .sec-Employers .employers-section-2 p, .sec-Employers .employers-section-3 p, .sec-Employers .employers-section-4 p, .sec-Employers .employers-section-5 p {
  line-height: 28px;
  font-weight: 300;
}

.sec-Employers .inSectionNav .navList {
  min-width: 60rem;
}

.hero-employers.hero-md {
  padding-top: 5rem;
}
.hero-employers.hero-md .btn {
  margin-top: 2rem;
}

.section-positions-we-staff {
  font-family: museo-slab, serif;
}
.section-positions-we-staff h4 {
  margin-top: 7rem;
  margin-bottom: 2rem;
}
.section-positions-we-staff p {
  color: #353535;
}
.section-positions-we-staff ul.positions-we-staff {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.section-positions-we-staff ul.positions-we-staff li {
  align-items: center;
  color: #353535;
  display: flex;
  font-size: 1.6rem;
  height: unset;
  line-height: 2rem;
  margin-bottom: 2.5rem;
  padding: 0;
}

.sec-Employers .section-why-work-with-us {
  background-color: #ffffff;
  padding: 5rem 0;
}
.sec-Employers .section-why-work-with-us h2 {
  margin-bottom: 3rem;
}
.sec-Employers .section-why-work-with-us p {
  color: #6D6E6D;
  line-height: 2.9rem;
  margin-bottom: 2rem;
}
.sec-Employers .section-why-work-with-us img {
  margin-bottom: 3rem;
}
.sec-Employers .section-why-work-with-us .media-object-default {
  margin-top: 10%;
}
.sec-Employers .section-swipe-articles p {
  margin: 3rem auto 6rem;
  text-align: center;
}
.sec-Employers .section-request-talent-form {
  padding: 6rem 0 8rem;
}
.sec-Employers .section-request-talent-form h2 {
  color: #52c2b0;
}
.sec-Employers .section-request-talent-form p {
  margin: 4rem 0;
}
.sec-Employers .section-request-talent-form textarea {
  width: 100%;
}

.section-staffing-services-offerings > div {
  background-color: #eb2f48;
}
.section-staffing-services-offerings > div .ctaBar {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.section-staffing-services-offerings > div .ctaBar .ctaHeadline {
  font-size: 2.2rem;
  line-height: 3.28rem;
  max-width: 75%;
  margin: auto;
}
.section-staffing-services-offerings > div .ctaBar ul {
  list-style: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 0;
  text-align: center;
}
.section-staffing-services-offerings > div .ctaBar ul li {
  line-height: 1.5;
  padding: 1rem 2rem;
}
.section-staffing-services-offerings > div .ctaBar ul li a {
  color: #ffffff;
}
.section-staffing-services-offerings > div .ctaBar ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sec-Employers .employers-section-1 h2 {
    margin-top: 70px;
  }
  .sec-Employers .employers-section-2 h2 {
    margin-top: 50px;
  }
  .sec-Employers .employers-section-3 h2 {
    margin-top: 30px;
  }
  .sec-Employers .employers-section-4 h2 {
    margin-top: 50px;
  }
  .sec-Employers .employers-section-5 h2 {
    margin-top: 50px;
  }
  .employers-section-1 {
    padding-top: 43px;
    padding-bottom: 60px;
  }
} /*(min-width:768px)*/
@media (min-width: 992px) {
  .hero-employers.hero-md {
    height: 425px;
  }
  .section-positions-we-staff {
    margin-top: 2rem;
  }
  .section-positions-we-staff ul.positions-we-staff {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .section-staffing-services-offerings > div {
    background-color: #eb2f48;
  }
  .section-staffing-services-offerings > div .ctaBar .ctaHeadline {
    max-width: 75%;
    margin: auto;
  }
  .section-staffing-services-offerings > div .ctaBar ul {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .section-staffing-services-offerings > div .ctaBar ul li {
    display: inline-block;
    padding: 0 5rem;
  }
  .section-staffing-services-offerings > div .ctaBar ul li a {
    color: #ffffff;
  }
  .section-staffing-services-offerings > div .ctaBar ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .section-positions-we-staff ul.positions-we-staff.col-list-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
/* --------------------------*/
/* --------------------------*/
.btn-slim {
  border-radius: 5px;
  font-family: museo-slab, serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 2rem;
  padding: 6px 30px;
  transition: all 0.3s ease-in-out;
}
.btn-slim:hover {
  outline: 0px;
}
.btn-slim:focus {
  outline: 0px;
}

.btn-slim-red {
  background-color: #eb2f48;
}
.btn-slim-red:hover {
  background-color: #da223b;
  color: #fff;
}
.btn-slim-red:focus {
  background-color: #da223b;
  color: #fff;
}

.btn-slim-white {
  background-color: #fff;
  border-color: #eb2f48;
  color: #eb2f48;
}
.btn-slim-white:hover {
  background-color: #fff;
  color: #da223b !important;
  border-color: #da223b !important;
}
.btn-slim-white:focus {
  background-color: #fff;
  color: #da223b !important;
  border-color: #da223b !important;
}

.sec-Webinars .inSectionNav .navList {
  min-width: 480px;
}

.webinar-section-upcoming {
  padding: 6rem 0;
}
.webinar-section-upcoming h2 {
  margin-bottom: 4rem;
}
.webinar-section-upcoming .view-more-webinars {
  margin-top: 3rem;
  padding: 0 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .webinar-section-upcoming .view-more-webinars {
    margin-top: -2rem;
    text-align: right;
  }
}

.webinarCard {
  background: #C1FAF0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  padding: 0;
  transition: 0.5s all ease-in-out;
}
.webinarCard:hover {
  text-decoration: none;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.15);
}
.webinarCard:focus {
  text-decoration: none;
}
.webinarCard .webinarCard__header {
  color: #52c2b0;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 0.05em;
  padding: 1rem 2rem 0rem 2rem;
}
.webinarCard .webinarCard__header .webinarTopics--Card {
  padding-top: 0.5rem;
  width: 100%;
}
.webinarCard .webinarCard__header .webinarTopics--Card[data-tooltip] {
  position: relative;
  cursor: help;
}
.webinarCard .webinarCard__header .webinarTopics--Card[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 2.75rem;
  padding: 10px;
  background: #FFF;
  color: #6D6E6D;
  font-family: museo-sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.5;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(33, 36, 41, 0.05);
}
.webinarCard .webinarCard__header .webinarTopics--Card[data-tooltip]:hover::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  border: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}
.webinarCard .webinarCard__header img {
  height: 2.3rem;
  width: 2.3rem;
  max-width: 2.3rem;
}
.webinarCard .webinarCard__body {
  padding: 2rem;
  flex-grow: 1;
}
.webinarCard .webinarCard__body h3 {
  color: #52c2b0;
  font-family: museo-sans-rounded, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  margin: 0;
}
.webinarCard .webinarCard__footer {
  background: #52c2b0;
  color: #F1F5F5;
  padding: 0.8rem 2rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.webinarCard .webinarCard__footer .webinarDate--Card {
  background-image: url("/wp-content/themes/soliant/images/icons/icon-calendar-light-grey.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  font-family: museo-slab, serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0.125rem 0 0.125rem 2.5rem;
  text-rendering: optimizeLegibility;
}

.webinar-section-approved-provider .row {
  padding: 5rem 0 1.5rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .webinar-section-approved-provider .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.webinar-section-approved-provider .row + .row {
  padding: 0 0 5rem 0;
}
.webinar-section-approved-provider .row h4 {
  color: #6D6E6D;
  font-weight: 200;
  line-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
.webinar-section-approved-provider .row .provider-logo-wrap {
  text-align: left;
  padding-left: 2rem;
}
@media (min-width: 640px) {
  .webinar-section-approved-provider .row .provider-logo-wrap {
    text-align: center;
    padding-left: 0;
  }
}
.webinar-section-approved-provider .row .provider-logo-wrap img {
  margin: 1rem 0;
}
@media (min-width: 992px) {
  .webinar-section-approved-provider .row .provider-logo-wrap img {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .webinar-section-approved-provider.webinar-specific-providers .row {
    justify-content: center;
    padding: 5rem 0 5rem 0;
  }
}
.webinar-section-approved-provider.webinar-specific-providers .row .asha-levels-wrap {
  color: #000;
  font-size: 1.2rem;
  margin: 1rem auto 2rem auto;
  text-align: center;
  width: 326px;
}
@media (min-width: 992px) {
  .webinar-section-approved-provider.webinar-specific-providers .row .asha-levels-wrap {
    margin: auto 4rem auto 0rem;
    width: auto;
  }
}
.webinar-section-approved-provider.webinar-specific-providers .row .asha-levels-wrap .asha-levels {
  border-top: 2px solid #c487aa;
  margin-left: 116px;
  padding: 1.25rem 0 2rem;
  text-align: left;
}
@media (min-width: 992px) {
  .webinar-section-approved-provider.webinar-specific-providers .row .asha-levels-wrap .asha-levels {
    border-top: 0;
    border-left: 2px solid #c487aa;
    margin-left: 0;
    padding: 1.75rem 2rem 1.75rem 1.25rem;
  }
}
.webinar-section-approved-provider.webinar-specific-providers .row .asha-levels-wrap .asha-levels strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
}

.webinar-meta__earnable-ceus, .webinar-card__earnable-ceus {
  border-top: 0.5px solid #A5A5A5;
  margin-top: 1rem;
  padding-top: 4rem;
}
.webinar-meta__earnable-ceus .h4, .webinar-card__earnable-ceus .h4 {
  color: #6D6E6D;
  font-family: museo-sans, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.webinar-meta__earnable-ceus ul, .webinar-card__earnable-ceus ul {
  padding-left: 0;
}
.webinar-meta__earnable-ceus ul li, .webinar-card__earnable-ceus ul li {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin-bottom: 1rem;
}
.webinar-meta__earnable-ceus ul li .earn-ceu__amount, .webinar-card__earnable-ceus ul li .earn-ceu__amount {
  background-color: #C1FAF0;
  border-radius: 0.5rem;
  color: #52c2b0;
  font-family: museo-slab, serif;
  font-size: 2rem;
  height: 3.5rem;
  min-height: 3.5rem;
  line-height: 3.5rem;
  margin-right: 1rem;
  text-align: center;
  width: 3.5rem;
  min-width: 3.5rem;
}
.webinar-meta__earnable-ceus ul li .earn-ceu__detail, .webinar-card__earnable-ceus ul li .earn-ceu__detail {
  color: #6D6E6D;
  font-family: museo-slab, serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.webinar-meta__properties {
  margin: auto;
  padding-left: 20%;
}
@media (min-width: 768px) {
  .webinar-meta__properties {
    padding-left: 0;
  }
}
.webinar-meta__properties div {
  color: #353535;
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-left: 3.5rem;
  line-height: 2.25;
  margin-bottom: 2rem;
}
.webinar-meta__properties .webinar-meta__date {
  background-position: left center;
}
.webinar-meta__properties .webinar-meta__time {
  background-position: left center;
}
.webinar-meta__properties .webinar-meta__recorded {
  background-position: left center;
}
.webinar-meta__properties .webinar-meta__cost {
  background-position: left center;
}

.webinar-meta__ceu-not-available {
  font-style: italic;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .webinar-meta__ceu-not-available {
    margin: 5rem 0;
    max-width: unset;
    padding-right: 6rem;
    text-align: left;
  }
}

.webinar-section-next-webinar {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.webinar-section-next-webinar #next-webinar-countdown {
  color: #52c2b0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: museo-slab, serif;
  font-size: 3.6rem;
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 640px) {
  .webinar-section-next-webinar #next-webinar-countdown {
    justify-content: space-evenly;
  }
}
.webinar-section-next-webinar #next-webinar-countdown div {
  min-width: 50%;
}
@media (min-width: 640px) {
  .webinar-section-next-webinar #next-webinar-countdown div {
    min-width: unset;
  }
}
.webinar-section-next-webinar #next-webinar-countdown span {
  display: block;
  color: #6D6E6D;
  font-size: 2rem;
  font-weight: 200;
  text-transform: uppercase;
}
.webinar-section-next-webinar .row:nth-of-type(2) {
  margin-top: 8rem;
}
.webinar-section-next-webinar .row:nth-of-type(2) .webinarCard-wrap {
  max-width: 80%;
}
@media (min-width: 768px) {
  .webinar-section-next-webinar .row:nth-of-type(2) .webinarCard-wrap {
    max-width: 100%;
  }
}
.webinar-section-next-webinar .row:nth-of-type(2) .webinarCard-wrap .webinarCard {
  margin-bottom: 3rem;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__topic {
  color: #353535;
  font-weight: 200;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__title {
  color: #eb2f48;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 2.9rem;
  margin-bottom: 2.5rem;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__meta {
  display: flex;
  font-family: museo-slab, serif;
  font-size: 1.2rem;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__meta .next-webinar__meta__item {
  color: #353535;
  margin-right: 2rem;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__overview {
  line-height: 2.9rem;
  padding-bottom: 2.5rem;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__cta {
  margin-bottom: 2rem;
}
.webinar-section-next-webinar .row:nth-of-type(2) .next-webinar-overview .next-webinar__cta .btn {
  margin-right: 1rem;
}

.webinar-section-offered-webinars {
  padding: 6rem 0;
}
.webinar-section-offered-webinars h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.webinar-section-offered-webinars .btToggleWrap {
  margin-bottom: 3rem;
}
.webinar-section-offered-webinars .btToggleWrap .btn {
  color: #53C1AF;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  font-family: museo-slab, serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8rem;
  -webkit-font-smoothing: inherit;
  transition: 0.5s all ease-in-out;
}
.webinar-section-offered-webinars .btToggleWrap .btn.focus {
  outline-color: #53C1AF !important;
  -webkit-focus-ring-color: #53C1AF !important;
}
.webinar-section-offered-webinars .btToggleWrap .btn-primary.active {
  background-color: #53C1AF;
  border-color: #53C1AF;
  color: #fff;
}
.webinar-section-offered-webinars .btToggleWrap .btn-primary.focus {
  outline-color: #53C1AF !important;
  -webkit-focus-ring-color: #53C1AF !important;
}
.webinar-section-offered-webinars .btToggleWrap .btn-primary:focus {
  border-color: #53C1AF;
  outline-color: #53C1AF !important;
  -webkit-focus-ring-color: #53C1AF !important;
}
.webinar-section-offered-webinars .btToggleWrap .btn-primary:hover {
  background-color: #BFE4DF;
  border: 1px solid #BFE4DF;
}
.webinar-section-offered-webinars .note {
  color: #353535;
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 200;
  margin: 1rem 0 3rem 0;
}
.webinar-section-offered-webinars .webinars-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .webinar-section-offered-webinars .webinars-list {
    margin: 0;
  }
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card:hover {
  cursor: pointer;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a {
  align-items: center;
  display: block;
  background: #fff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 3rem;
  padding: 3rem;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a:hover {
  background: #F5FFFE;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media (min-width: 992px) {
  .webinar-section-offered-webinars .webinars-list .webinars-list__card a {
    display: grid;
    grid-template-columns: auto auto auto auto;
  }
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a h3 {
  color: #53C1AF;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 0;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-card__topics {
  color: #6D6E6D;
  font-size: 1.3rem;
  line-height: 1.5;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-card__topics[data-tooltip] {
  position: relative;
  cursor: help;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-card__topics[data-tooltip]:hover::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -46px;
  padding: 10px;
  background: #C1FAF0;
  color: #6D6E6D;
  font-family: museo-sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgba(33, 36, 41, 0.05);
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-card__topics[data-tooltip]:hover::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #C1FAF0;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__properties {
  padding-top: 4rem;
  padding-left: 0;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__properties {
    padding-top: 1.75rem;
    padding-bottom: 0;
  }
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__properties ul {
  padding-left: 0;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__properties ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__properties ul li:last-of-type {
  margin-bottom: 0;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__properties ul li div {
  line-height: 2;
  min-height: 3.5rem;
  margin-bottom: 0;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__date {
  background: url("/wp-content/themes/soliant/images/icons/icon-calendar-dark-grey.png") no-repeat;
  line-height: 1.4;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__time {
  background: url("/wp-content/themes/soliant/images/icons/icon-clock-dark-grey.png") no-repeat;
  line-height: 1.4;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__recorded {
  background: url("/wp-content/themes/soliant/images/icons/icon-recorded-dark-grey.png") no-repeat;
  line-height: 1.4;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__cost {
  background: url("/wp-content/themes/soliant/images/icons/icon-price-tag-dark-grey.png") no-repeat;
  line-height: 1.4;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-card__earnable-ceus {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-card__earnable-ceus .h4 {
  min-height: 2.5rem;
  margin: 0;
  color: #A5A5A5;
}
.webinar-section-offered-webinars .webinars-list .webinars-list__card a .webinar-meta__ceu-not-available {
  font-size: 1.2rem;
  font-style: italic;
  color: #6D6E6D;
  font-family: museo-sans, sans-serif;
}
.webinar-section-offered-webinars .webinars-list .webinars-list--upcoming a {
  position: relative;
}
.webinar-section-offered-webinars .webinars-list .webinars-list--upcoming a .webinar-card__earnable-ceus {
  display: inline-block;
  max-width: 77%;
  margin-top: 1.5rem;
}
.webinar-section-offered-webinars .webinars-list .webinars-list--upcoming a .webinar-card__viewmore {
  display: inline-block;
  right: 3rem;
  bottom: 3rem;
  position: absolute;
}
@media (min-width: 992px) {
  .webinar-section-offered-webinars .webinars-list .webinars-list--upcoming a {
    grid-template-columns: 39% 25% 29% 7%;
  }
  .webinar-section-offered-webinars .webinars-list .webinars-list--upcoming a .webinar-card__earnable-ceus {
    display: block;
    max-width: unset;
    margin-top: 0;
  }
  .webinar-section-offered-webinars .webinars-list .webinars-list--upcoming a .webinar-card__viewmore {
    display: block;
    bottom: auto;
  }
}
.webinar-section-offered-webinars .webinars-list .webinars-list--past {
  display: none;
}
.webinar-section-offered-webinars .webinars-list .webinars-list--past a {
  position: relative;
}
@media (min-width: 992px) {
  .webinar-section-offered-webinars .webinars-list .webinars-list--past a .webinar-meta__properties {
    padding-top: 0;
  }
}
.webinar-section-offered-webinars .webinars-list .webinars-list--past a .webinar-meta__ceu-not-available {
  display: inline-block;
  margin: 1rem auto;
  max-width: 67%;
}
.webinar-section-offered-webinars .webinars-list .webinars-list--past a .webinar-card__viewmore {
  display: inline-block;
  right: 3rem;
  bottom: 3rem;
  position: absolute;
}
@media (min-width: 992px) {
  .webinar-section-offered-webinars .webinars-list .webinars-list--past a {
    grid-template-columns: 39% 21% 35% 5%;
  }
  .webinar-section-offered-webinars .webinars-list .webinars-list--past a .webinar-meta__ceu-not-available {
    display: block;
    max-width: unset;
  }
  .webinar-section-offered-webinars .webinars-list .webinars-list--past a .webinar-card__viewmore {
    display: block;
    bottom: auto;
  }
}

.webinars-single-gate .hero > .row {
  margin: 2rem;
}
.webinars-single-gate .hero .back-to-webinars {
  color: #eb2f48;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: museo-slab, serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.webinars-single-gate .hero .back-to-webinars img {
  margin-right: 1.75rem;
}
.webinars-single-gate .hero .back-to-webinars span {
  display: none;
}
@media (min-width: 768px) {
  .webinars-single-gate .hero .back-to-webinars span {
    display: inline;
  }
}
.webinars-single-gate .hero .share-webinar .swp_social_panel {
  margin-top: -3px !important;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .webinars-single-gate .hero .share-webinar .swp_social_panel {
    padding-left: 15vw;
  }
}
@media (min-width: 1441px) {
  .webinars-single-gate .hero .share-webinar .swp_social_panel {
    padding-left: 25vw;
  }
}
.webinars-single-gate .hero .share-webinar .swp_social_panel .swp_share_button {
  border: 1px solid #fff !important;
}
.webinars-single-gate .hero .share-webinar .swp_social_panel.swp_default_light_gray_outlines a,
.webinars-single-gate .hero .share-webinar .swp_social_panel .swp_social_panel.swp_individual_light_gray_outlines a:hover,
.webinars-single-gate .hero .share-webinar .swp_social_panel .swp_other_light_gray_outlines:hover a {
  color: #6D6E6D !important;
}
.webinars-single-gate .hero .share-webinar .swp_social_panel .total_shares.total_sharesalt.total_sharesalt,
.webinars-single-gate .hero .share-webinar .swp_social_panel .swp_social_panel .total_shares.total_sharesalt:not(:nth-child(1)),
.webinars-single-gate .hero .share-webinar .swp_social_panel .total_shares.total_sharesalt.total_sharesalt .swp_count,
.webinars-single-gate .hero .share-webinar .swp_social_panel .total_shares.total_sharesalt.total_sharesalt .swp_label {
  color: #6D6E6D !important;
}
.webinars-single-gate .hero .share-webinar .swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt .swp_count {
  line-height: 30px;
  margin-top: 0;
  min-width: unset;
}
.webinars-single-gate .hero .share-webinar .swp_social_panel .swp_share {
  font-size: 1.2rem;
}
.webinars-single-gate .hero .share-webinar .swp_social_panel .swp_count .swp_label {
  display: inline;
  margin-top: 0;
  position: relative;
}
.webinars-single-gate .hero .row:nth-of-type(2) .container {
  padding: 0;
}
.webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-title {
  text-align: center;
}
.webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-title h1 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-title {
    text-align: left;
  }
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-title h1 {
    margin-bottom: 6rem;
  }
}
.webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor {
  display: none;
  text-align: left;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor {
    display: block;
    padding-left: 3rem;
  }
}
@media (min-width: 1020px) {
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor {
    padding-left: 6rem;
  }
}
@media (min-width: 1280px) {
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor {
    padding-left: 8rem;
  }
}
.webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor img {
  max-width: 125px;
}
@media (min-width: 992px) {
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor img {
    max-width: 16.5rem;
  }
}
.webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor span {
  display: inline-block;
  font-size: 1.2rem;
  font-family: museo-slab, serif;
  font-weight: 400;
  padding-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .webinars-single-gate .hero .row:nth-of-type(2) .container .webinar-sponsor span {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }
}
.webinars-single-gate .webinar-section-webinar-information {
  padding-bottom: 6rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap {
    text-align: left;
  }
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__properties {
  max-width: 60%;
}
@media (min-width: 768px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__properties {
    max-width: unset;
  }
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__properties .webinar-meta__date {
  background: url("/wp-content/themes/soliant/images/icons/icon-calendar-teal.png") no-repeat;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__properties .webinar-meta__time {
  background: url("/wp-content/themes/soliant/images/icons/icon-clock-teal.png") no-repeat;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__properties .webinar-meta__recorded {
  background: url("/wp-content/themes/soliant/images/icons/icon-recorded-video-teal.png") no-repeat;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__properties .webinar-meta__cost {
  background: url("/wp-content/themes/soliant/images/icons/icon-price-tag-teal.png") no-repeat;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__topics {
  color: #6D6E6D;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
  max-width: 80%;
  margin: 2.5rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__topics {
    margin: 5rem 0 1rem 0;
    max-width: unset;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__topics {
    padding-right: 6rem;
  }
}
.webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__ceu-not-available {
  color: #353535;
  font-family: museo-slab, serif;
  font-size: 16px;
  font-style: italic;
  line-height: 1.8;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-meta-wrap .webinar-meta__ceu-not-available {
    margin: 5rem 0 1rem 0;
    max-width: unset;
    padding-right: 6rem;
    text-align: left;
  }
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview {
  color: #000;
  font-weight: 100;
  line-height: 1.9;
}
@media (min-width: 767px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-overview {
    text-align: left;
  }
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview .h2 {
  margin-top: 0;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview p {
  margin-bottom: 2rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview ul {
  color: #000;
  margin-bottom: 1rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview ul li {
  line-height: 1.9;
  margin-bottom: 1.9rem;
  list-style-type: none;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview ul li:before {
  content: "\e901";
  color: #52c2b0;
  font-family: ico-soliant !important;
  margin-left: -3.5rem;
  margin-right: 1rem;
  width: 3.5rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview ul.plainList li {
  list-style-type: disc !important;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview ul.plainList li:before {
  content: "";
  color: #000;
  margin-left: -3.5rem;
  margin-right: 3.5rem;
  width: 3.5rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview .webinar-overview__disclaimer {
  color: #A5A5A5;
  font-size: 1.3rem;
  line-height: 1.88;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-overview .webinar-not-ready {
  color: #eb2f48;
  font-family: museo-slab, serif;
  font-weight: 600;
  letter-spacing: 0.035em;
}
.webinars-single-gate .webinar-section-webinar-information .divider-line {
  margin: 4rem 0 0 0;
}
.webinars-single-gate .webinar-section-webinar-information .webinars-sponsor-lower .webinars-sponsor-logo span {
  display: block;
}
.webinars-single-gate .webinar-section-webinar-information .webinars-sponsor-lower img {
  max-width: 17.5rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-speaker {
  margin-top: 6rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-speaker .webinar-speaker__photo {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .webinars-single-gate .webinar-section-webinar-information .webinar-speaker .webinar-speaker__photo {
    text-align: right;
  }
}
.webinars-single-gate .webinar-section-webinar-information .webinar-speaker .webinar-speaker__about .webinar-speaker__about__label {
  color: #353535;
  font-family: museo-slab, serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-speaker .webinar-speaker__about .webinar-speaker__about__name {
  color: #52c2b0;
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.webinars-single-gate .webinar-section-webinar-information .webinar-speaker .webinar-speaker__about .webinar-speaker__about__bio {
  color: #000;
  line-height: 1.9;
  font-weight: 100;
}
.webinars-single-gate .webinar-section-howitworks ol {
  clear: both;
  display: grid;
  grid-gap: 5rem;
  list-style: none;
  margin: 8rem auto 0;
  padding: 0;
  width: 90%;
}
@media (min-width: 992px) {
  .webinars-single-gate .webinar-section-howitworks ol {
    grid-template-columns: auto auto auto;
  }
}
.webinars-single-gate .webinar-section-howitworks ol li {
  color: #000;
  display: block;
  font-family: museo-slab, serif;
  line-height: 1.9;
  padding-top: 8rem;
  position: relative;
  text-align: center;
  counter-increment: inst;
}
.webinars-single-gate .webinar-section-howitworks ol li::before {
  content: counter(inst);
  border-radius: 50%;
  background: #52c2b0;
  color: #BFE4DF;
  font-size: 3.2rem;
  font-weight: 700;
  height: 8rem;
  width: 8rem;
  left: calc(100% - (50% + 4rem));
  line-height: 2.5;
  margin-left: 0%;
  padding-left: 0;
  padding-top: 0;
  position: absolute;
  text-align: center;
  top: -2.5rem;
  z-index: 100;
}
@media (min-width: 992px) {
  .webinars-single-gate .webinar-section-howitworks ol li::before {
    left: calc(100% - (50% + 4rem));
    grid-template-columns: auto auto auto;
  }
}
.webinars-single-gate .webinar-section-howitworks .webinar-processing-notes {
  clear: both;
  color: #000;
  font-size: 1.2rem;
  font-style: italic;
  margin: 4rem auto 0;
  text-align: center;
}
.webinars-single-gate .webinar-section-access-webinar-form {
  margin-bottom: 8rem;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container {
  background-color: #52c2b0;
  color: #fff;
  padding: 8rem;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container h2 {
  color: #ffffff;
  margin-top: 0;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container legend, .webinars-single-gate .webinar-section-access-webinar-form > .container label, .webinars-single-gate .webinar-section-access-webinar-form > .container a {
  color: #ffffff;
  font-style: normal;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container legend {
  border-bottom: 0;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container a {
  text-decoration: underline;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container .privacy-agreement-check > label, .webinars-single-gate .webinar-section-access-webinar-form > .container .privacy-agreement-check > legend {
  display: none;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container .read-more-policy {
  border: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container .read-more-policy:hover {
  cursor: pointer;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container .more-policy {
  display: none;
}
.webinars-single-gate .webinar-section-access-webinar-form > .container .ginput_container_phone input {
  width: 100%;
}
@media (min-width: 992px) {
  .webinars-single-gate .webinar-section-access-webinar-form .gf_left_half {
    display: inline-block;
    margin-right: 2%;
    width: 49%;
  }
  .webinars-single-gate .webinar-section-access-webinar-form .gf_right_half {
    display: inline-block;
    width: 49%;
  }
  .webinars-single-gate .webinar-section-access-webinar-form .gfield_visibility_hidden {
    display: none;
  }
}

@media (min-width: 767px) {
  .webinars-single-display .breadcrumb {
    visibility: hidden;
  }
}
.webinars-single-display .webinars-single-note {
  padding: 0 2rem;
}
@media (min-width: 767px) {
  .webinars-single-display .webinars-single-note {
    padding: 0 10rem;
  }
}
.webinars-single-display .webinars-single-note p {
  color: #353535;
  font-style: italic;
  font-family: museo-slab, serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.webinars-single-display .webinar-section-webinar-content {
  padding: 1.5rem;
}
@media (min-width: 767px) {
  .webinars-single-display .webinar-section-webinar-content {
    padding: 0;
  }
}
.webinars-single-display .webinar-section-webinar-content .embed-responsive {
  margin-bottom: 5rem;
}
.webinars-single-display .webinar-section-webinar-content .webinar-video-content {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.webinars-single-display .webinar-section-webinar-content .webinar-video-content iframe, .webinars-single-display .webinar-section-webinar-content .video-container object, .webinars-single-display .webinar-section-webinar-content .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials {
  background-color: #fff;
  box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 6rem;
  margin-top: 6rem;
  padding: 4rem 3rem;
}
@media (min-width: 767px) {
  .webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials {
    padding: 4rem 6rem;
  }
}
.webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials .webinar-referenced-materials__description {
  text-align: center;
}
@media (min-width: 767px) {
  .webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials .webinar-referenced-materials__description {
    text-align: left;
  }
}
.webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials .webinar-referenced-materials__description h4 {
  color: #52c2b0;
  font-size: 2.4rem;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 2rem;
}
.webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials .webinar-referenced-materials__ico {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
@media (min-width: 767px) {
  .webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials .webinar-referenced-materials__ico {
    margin-top: 0;
  }
}
.webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials .webinar-referenced-materials__link a {
  font-family: museo-slab, serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.webinars-single-display .webinar-section-webinar-content .webinar-referenced-materials-empty {
  margin-bottom: 9rem;
}

.webinar-section-topics-intro p {
  margin-bottom: 6rem;
  margin-top: 6rem;
  font-family: museo-slab, serif;
  font-size: 2rem;
  line-height: 3rem;
}

.webinar-section-topics-covered {
  padding: 6rem 2rem;
}
.webinar-section-topics-covered h2 {
  margin-bottom: 4rem;
}
.webinar-section-topics-covered .simple-topic-list {
  margin-left: 10%;
}
@media (min-width: 767px) {
  .webinar-section-topics-covered .simple-topic-list {
    column-count: 2;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .webinar-section-topics-covered .simple-topic-list {
    column-count: 3;
  }
}
.webinar-section-topics-covered .panel-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.webinar-section-topics-covered .panel-wrap .panel-col {
  width: 100%;
}
@media (min-width: 767px) {
  .webinar-section-topics-covered .panel-wrap .panel-col {
    width: 49%;
  }
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel {
  margin-bottom: 2rem;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panel-default {
  border: 0;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panelActive .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panelActive .panel-title a:focus {
  color: #fff;
  text-decoration: none;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panelActive .panel-title > a:before {
  float: right !important;
  font-family: ico-soliant;
  content: "\e917";
  padding-right: 18px;
  font-size: 28px;
  color: #fff;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panelInactive .panel-title a:hover {
  color: #fff;
  text-decoration: none;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panelInactive .panel-title a:focus {
  color: #fff;
  text-decoration: none;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel.panelInactive .panel-title > a:before {
  float: right !important;
  font-family: ico-soliant;
  content: "\e919";
  padding-right: 18px;
  font-size: 28px;
  color: #fff;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel .panel-heading {
  background-color: #52c2b0;
  border: 0;
  color: #fff;
  padding: 0;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel .panel-heading .panel-title {
  font-size: 2.2rem;
}
.webinar-section-topics-covered .panel-wrap .panel-col .panel .panel-heading .panel-title a {
  display: inline-block;
  padding: 12px 0 12px 22px;
  width: 100%;
}
.webinar-section-topics-covered .view-past-webinars-wrap {
  margin-top: 6rem;
}

.webinar-section-faq-providers {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.webinar-section-faq-providers .row {
  margin-bottom: 2rem;
  /*
  @media (min-width:767px) {
      &:nth-of-type(2) {
          margin-bottom: 0;
      }
  }
  */
}
.webinar-section-faq-providers .row:nth-of-type(2) {
  margin-bottom: 6rem;
}
.webinar-section-faq-providers .intro {
  max-width: 70%;
  margin: 4rem auto 6rem;
}
.webinar-section-faq-providers h3 {
  color: #52c2b0;
  font-size: 2.2rem;
  line-height: 3rem;
}
.webinar-section-faq-providers p {
  font-size: 1.6rem;
  line-height: 2.9rem;
}
.webinar-section-faq-providers img {
  width: 75%;
}
@media (min-width: 767px) {
  .webinar-section-faq-providers img {
    width: 95%;
  }
}

.webinar-section-faqs {
  background-color: #f2f5f4;
  margin-bottom: 0;
  padding: 55px 0 85px;
}

/* --------------------------*/
/* ------------------------------ */
.sec-Careers section h2 {
  margin-bottom: 23px;
  margin-top: 31px;
  line-height: 150%;
}

.sec-Careers .job-cards-section h2 {
  margin-bottom: 23px;
  margin-top: 0;
  line-height: 150%;
}

.sec-Careers .job-app-info p.info-desc {
  margin-top: 10px !important;
  font-size: 14px;
  line-height: 20px;
}

.sec-Careers .job-app-info p.info-title {
  margin-bottom: 10px !important;
  font-size: 14px;
  line-height: 20px;
}

.sec-Careers .hm-section-whyWorkWithUs {
  margin-top: 62px;
  padding-bottom: 68px;
}

.sec-Careers .hm-section-whyWorkWithUs .whyWorkWithUsWrap .whyWorkWithUsBlock .media-object-default .media .media-left {
  min-height: 130px;
}

.sec-Careers .buttonWrap {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 90px;
}

.sec-Careers .section-testimonials {
  padding: 6rem 0;
}

.sec-Careers-Apply .ctaBarShort .ctaHeadline {
  padding-top: 40px;
}

@media (min-width: 650px) {
  .sec-Careers .section-testimonials .swiper-pagination-testCards {
    display: none;
  }
  .sec-Careers .section-testimonials .swiper-button-next-testCards {
    display: none;
  }
  .sec-Careers .section-testimonials .swiper-button-prev-testCards {
    display: none;
  }
}
@media (min-width: 768px) {
  .sec-Careers .job-cards-section h2 {
    margin-bottom: 23px;
    margin-top: 31px;
    line-height: 150%;
  }
  .sec-Careers section h2 {
    margin-top: 0;
  }
  .sec-Careers .buttonWrap {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sec-Careers .mainNavActive {
    color: #fff;
  }
  .sec-Careers .section-internal-careers-job-cards {
    padding-top: 64px;
    padding-bottom: 29px;
  }
  .sec-Careers .buttonWrap, .sec-Contact .buttonWrap, .sec-Faqs .buttonWrap, .sec-Whitepapers-ThankYou .buttonWrap {
    display: block;
    text-align: center;
    float: none;
    margin: 20px auto 0;
  }
  .sec-Careers-Apply .buttonWrap, .sec-Contact .buttonWrap, .sec-Whitepapers-ThankYou .buttonWrap {
    min-height: 1px;
    line-height: 116px;
    margin-bottom: 0;
  }
  .sec-Careers-Apply .red-bg.ctaBarShort .ctaHeadline, .sec-Whitepapers-ThankYou .red-bg.ctaBarShort .ctaHeadline {
    padding-top: 20px;
    text-align: left;
  }
  .sec-Careers .job-desc-section {
    margin-top: 58px;
  }
} /* (min-width:768px) */
@media (min-width: 1200px) {
  .sec-Careers-Apply .red-bg.ctaBarShort .ctaHeadline {
    padding-top: 40px;
  }
} /* @media  (min-width:1200px) */
/* ------------------------------ */
.sec-Benefits .whyWorkWithUsWrap .commonBenefitsBlockLast, .sec-Careers .whyWorkWithUsWrap .whyWorkWithUsBlockLast {
  margin-bottom: 20px;
}

.green-dotted-bg {
  background-image: url(/wp-content/themes/soliant/images/green-dots.png);
}

.gray-dotted-bg {
  background-image: url(/wp-content/themes/soliant/images/gray-dots.png);
}

.commonBenefits h4 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.red-dotted-bg {
  background-image: url(/wp-content/themes/soliant/images/red-dots.png);
  margin-bottom: -2.2rem;
}
@media screen and (min-width: 780px) {
  .red-dotted-bg {
    margin-bottom: 0;
  }
}

.red-bg {
  background-color: #eb2f48;
}

.ctaBarShort-green-bg, .green-bg {
  background-color: #c0ece5;
}

.divider-line, .home .divider-line {
  background: url(/wp-content/themes/soliant/images/divider-1.png) 0 repeat-x;
  width: 100%;
  height: 5px;
  display: block;
}

.sec-Careers .divider-line, .home .divider-line {
  background: url(/wp-content/themes/soliant/images/careers-divider.png) 0 no-repeat;
  width: 100%;
  height: 5px;
  display: block;
  background-position: center;
}

.ctaBar, .home .ctaBar {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 5rem;
  float: none;
}

.section-3 .ctaBar {
  margin-top: 58px;
  margin-bottom: 13px;
  padding-bottom: 0;
  float: none;
}

.ctaBar .ctaHeadline, .home .ctaBar .ctaHeadline {
  font-family: museo-slab, serif;
  font-size: 30px;
  line-height: 120%;
  margin-top: 50px;
}

.ctaBar .ctaHeadline {
  color: #fff;
  margin-bottom: 20px;
}

.ctaBar .ctaBody, .sec-About .ctaBar .ctaBody {
  font-family: museo-slab, serif;
  font-size: 20px;
  color: #fff;
  line-height: 125%;
  text-align: center;
}

.hm-section-requestTalent {
  margin-bottom: 35px;
  margin-top: 20px;
}

.ctaBar .ctaBody {
  padding-bottom: 40px;
}

.section-full-bar-cta {
  padding: 5rem 0;
  text-align: center;
}
.section-full-bar-cta .cta-body {
  font-family: museo-slab, serif;
  font-weight: 100;
  margin-bottom: 3rem;
}
.section-full-bar-cta a {
  font-family: museo-slab, serif;
  font-weight: 600;
  text-transform: uppercase;
}
.section-full-bar-cta.section-full-bar-cta-red {
  background-color: #eb2f48;
  color: #ffffff;
}
.section-full-bar-cta.section-full-bar-cta-red a.white {
  color: #ffffff;
}
.section-full-bar-cta.section-full-bar-cta-red a.white .icon-caret-left:before {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .section-full-bar-cta {
    padding: 2rem 0;
  }
  .section-full-bar-cta .row {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .section-full-bar-cta .row > div {
    align-self: center;
  }
  .section-full-bar-cta .row .cta-body {
    margin-bottom: 1rem;
  }
}

.sec-About .discPlist {
  padding-left: 0;
  list-style-type: none;
}

.sec-About .discPlist li {
  padding-left: 0;
}

.buttonWrap {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.divider-line {
  margin-top: 10px;
  margin-bottom: 10px;
}

.company-logo {
  display: block;
}

#companyLogoImg {
  background: url(/wp-content/themes/soliant/images/soliant-logo.png);
  background-image: url(/wp-content/themes/soliant/images/soliant-logo.svg), none;
}

.soliant-logo {
  padding: 17px 0 15px;
  display: inline-block;
}

.soliant-logo img {
  width: 174px;
  height: 51.58px;
}

.facets-menu-overlay, .mobile-menu-overlay {
  position: absolute;
  width: 15%;
  background-color: #353535;
  opacity: 0;
  top: 0;
  bottom: 0;
}

.level-wrap {
  width: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  overflow-y: hidden;
}

.level-panel, .mobile-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.level-panel {
  top: 0;
  background-color: #fff;
  transition: 0.5s;
}

.level-one {
  z-index: 12;
  right: 0;
}

.level-two {
  z-index: 13;
  right: -100%;
}

.level-three {
  z-index: 14;
  right: -100%;
}

.level-jobsearch {
  background-color: #353635;
  z-index: 11;
  right: -100%;
}

.level-active {
  right: 0;
  transition: 0.3s;
  overflow: auto;
}

ul.main-mobile-links {
  padding-left: 0;
  list-style-type: none;
  margin: 0 15px;
}

ul.main-mobile-links li {
  border-bottom: 1px solid #e4e4e4;
}

ul.main-mobile-links a {
  font-size: 14px;
  color: #353635;
  margin: 0 12px;
}

ul.main-mobile-links a:hover {
  text-decoration: none;
}

ul.main-mobile-links a i {
  margin-left: 3px;
}

ul.main-mobile-links a i:before {
  color: #353635;
  font-size: 10px;
}

.utility-mobile-wrap {
  background-color: #f2f5f4;
  margin-top: 47px;
  padding: 24px 0 30px;
}

.utility-mobile-wrap .legalFooter {
  font-family: museo-sans-rounded, sans-serif;
  color: #6d6e6d;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 125%;
  margin: 40px 27px 0;
}

ul.utility-mobile-links {
  margin: 0 27px;
  padding-left: 0;
  list-style-type: none;
}

ul.utility-mobile-links li {
  display: inline-block;
  float: left;
  width: 50%;
}

ul.utility-mobile-links a {
  font-size: 11px;
  line-height: 11px;
  color: #6d6e6d;
  text-decoration: none;
  font-weight: 800;
}

.hero-arc, .readMoreLimit .morecontent span, .readMoreLimitJobs .morecontent span, .sec-NoJobsFound .byLocationPanel, .sec-NoJobsFoundDest .byLocationPanel {
  display: none;
}

.expander-ReadMore, .hero .job-info {
  font-size: 14px;
  font-family: museo-slab, serif;
}

/* ---------------------------- */
.sec-hm .btn-link-cta:after {
  padding-left: 8px;
  font-size: 12px;
}

.sec-hm .hmCTACat {
  display: block;
  clear: both;
  line-height: 22px;
}

.sec-hm .hmCTACaticon:after {
  content: "\e900";
  font-family: ico-soliant !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 10px;
  right: 16%;
}

.sec-hm .hmCTALocs {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 28px;
}

.sec-hm .hero-home {
  /*padding-bottom: 84px;*/
  padding-bottom: 104px;
  /*height: 570px; */ /*only for MBH arch banner*/
}
@media (min-width: 768px) {
  .sec-hm .hero-home {
    /*height: 476px;*/
  }
}
@media (min-width: 1200px) {
  .sec-hm .hero-home {
    /*height: 590px;*/
    height: 594px;
  }
}

.sec-hm .hm-section-two-block a:hover .btn-link-cta {
  color: #da223b;
}

.sec-hm .hm-section-two-block a:hover {
  display: block;
  color: #6d6e6d;
}

.home .ctaBar .ctaHeadline {
  color: #fff;
  margin-bottom: 22px;
}

.hm-section-browseHealthcareJobs {
  margin-bottom: 105px;
}

.home .green-dotted-bg {
  padding-bottom: 42px;
}
.home .green-dotted-bg .buttonWrap {
  margin-top: 3rem;
}

.buttonWrap {
  margin-top: 0;
  margin-bottom: 0;
}

.home .btnWrapBrowsAllJobs, .home .btnWrapViewAllLocations {
  margin-top: 28px;
  margin-bottom: 0;
}

.home .twoBlock {
  margin-bottom: 25px;
}

.home .twoBlock {
  margin-bottom: 0;
}

.home .hm-section-two-block .h2, .home .hm-section-two-block h2 {
  font-size: 27px;
}

.home .hm-section-whyWorkWithUs {
  margin-top: 60px;
}

.home .hmLeftBlock .twoBlock.tout-img {
  padding-top: 25px;
}

.home .hmLeftBlock {
  margin-bottom: 25px;
}

.home .hmRightBlock .twoBlock.tout-img {
  padding-top: 25px;
}

.home .hmRightBlock .twoBlockToutImg2 {
  margin-bottom: 0;
}

.home .hm-section-two-block img {
  margin: auto;
}

/*.home .hmRightBlock, .noRightP {
    padding-right: 0!important
}
.home .hmLeftBlock, .noLeftP {
    padding-left: 0!important
}*/
.noRightP {
  padding-right: 0 !important;
}

.noLeftP {
  padding-left: 0 !important;
}

.hm-section-cta-blocks {
  padding: 7.5rem 0 4.5rem 0;
}

.hm-section-two-block {
  margin-top: 32px;
  margin-bottom: 10px;
}

.home .hm-section-two-block {
  margin-bottom: 0;
}
.home .hm-section-two-block .twoBlock {
  background-color: #fff;
}

.home .hm-section-requestTalent {
  margin: 0;
}

.hm-section-browseHealthcareJobs {
  margin-bottom: 56px;
}

.home .buttonWrap {
  float: none;
  margin-bottom: 0;
}

.home .divider-line {
  margin-top: 60px;
  margin-bottom: 60px;
}

.home .whyWorkWithUsWrap .whyWorkWithUsBlock {
  margin-bottom: 0;
}

.home .whyWorkWithUsWrap .whyWorkWithUsBlock {
  margin-bottom: 48px;
}

.home .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-size: 16px;
  color: #6d6e6d;
  line-height: 24px;
}

.home .ctaBar .ctaBody {
  padding-bottom: 36px;
}

.hm-section-resources {
  padding: 4rem 0;
}
.hm-section-resources h2 {
  margin-top: 0;
  margin-bottom: 4rem;
}
.hm-section-resources .view-more-resources {
  text-align: center;
  padding: 3rem 0 0 0;
}
.hm-section-resources .view-more-resources .btn-link-cta {
  font-family: museo-slab, serif;
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: none;
}

.resourceCardsSwipper .resourceCard {
  border: 2px solid #353535;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2rem;
  transition: 0.3s box-shadow ease-in-out;
}
.resourceCardsSwipper .resourceCard:hover {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}
.resourceCardsSwipper .resourceCard img {
  border-bottom: 9px solid #353535;
  width: 100%;
}
.resourceCardsSwipper .resourceCard .resourcePostDate {
  color: #353535;
  font-family: museo-slab, serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.resourceCardsSwipper .resourceCard .resourceTitle {
  color: #EB2F48;
  font-family: museo-slab, serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.26;
  margin: 2rem;
}
.resourceCardsSwipper .resourceCard .resourceTopic {
  color: #353535;
  font-family: museo-slab, serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-left: 2rem;
  margin-right: 2rem;
}

@media (min-width: 768px) {
  .home a.btn.btn-blue-on-green {
    width: auto;
  }
  .home .green-dotted-bg h4 {
    margin-bottom: 55px;
  }
  .home .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 0;
  }
  .home .hm-section-requestTalent {
    padding-bottom: 6rem;
  }
  .resourceCardsSwipper .resourceCard {
    padding-bottom: 2rem;
  }
  .resourceCardsSwipper .resourceCard .resourceTopic {
    position: absolute;
    bottom: 2rem;
  }
  .hm-section-resources .view-more-resources {
    padding: 0;
    text-align: right;
  }
  .hm-section-resources .view-more-resources .btn-link-cta {
    bottom: 2rem;
    position: relative;
  }
} /*(min-width:768px)*/
@media (min-width: 1200px) {
  .home .hm-section-whyWorkWithUs {
    margin-top: 0;
  }
} /*(min-width:1200px)*/
.main-content .hero-img .h1tagline a {
  color: #fff;
  text-decoration: underline;
}

.main-content .hero-img .h1tagline a:focus, .main-content .hero-img .h1tagline a:hover {
  color: #ddd;
  text-decoration: underline;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  text-align: center;
}
.hero p.para-tagline-teal {
  color: #C1FAF0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  margin-top: 42px;
}
.hero p.para-tagline-teal span {
  font-weight: 600;
}

.hero-img h1, .hero-img p {
  color: #fff;
}

.hero-img {
  padding: 50px 0 64px;
}

.looking-to-hire {
  margin-top: 20px;
}

.hero h1 {
  margin-bottom: 25px;
}

.hero form {
  margin-top: 40px;
}

.hero .job-info {
  color: #353635;
  line-height: 14px;
  padding: 15px 0 40px;
}

.hero .job-info span {
  margin: 0 5px;
}

.hero-home {
  background: url(/wp-content/themes/soliant/images/hero/home-physicians.jpg) no-repeat;
  background-size: cover;
  transition: background 1s linear;
}

.hero-about {
  background: url(/wp-content/themes/soliant/images/hero/about-landing-truist-park-hero.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.hero-careers {
  background: #353535;
}

.hero-new-grad-program {
  background: url(/wp-content/themes/soliant/images/hero/new-grad-program-1920x579v2.jpg) no-repeat;
  background-size: cover;
  background-position-y: -70px;
}

.hero-campus-ambassador-program {
  background: url(/wp-content/themes/soliant/images/hero/campus-ambassador-program-hero.jpg) no-repeat;
  background-size: cover;
  /*    background-position-y: -70px;*/
}

.hero-employers {
  background: url(/wp-content/themes/soliant/images/hero/employers-hero.jpg) no-repeat;
  background-size: cover;
}

.hero-employers-allied {
  background: url(/wp-content/themes/soliant/images/hero/employer-allied-health-staffing-hero.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.hero-employers-education {
  background: url(/wp-content/themes/soliant/images/hero/employer-education-staffing-hero.jpg) no-repeat;
  background-size: cover;
}

.hero-employers-pharmacy {
  background: url(/wp-content/themes/soliant/images/hero/employer-pharmacy-staffing-hero.jpg) no-repeat;
  background-size: cover;
}

.hero-employers-nurse {
  background: url(/wp-content/themes/soliant/images/hero/employer-nurse-staffing-hero.jpg) no-repeat;
  background-size: cover;
}

.hero-faqs {
  background: url(/wp-content/themes/soliant/images/hero/faqs-hero.jpg) no-repeat;
  background-size: cover;
}

.hero-about-internal-careers-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/about-internal-careers-thank-you-hero.jpg) no-repeat;
  background-size: cover;
}

.hero-contact-employers-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/contact-thank-you-employers.jpg) no-repeat;
  background-size: cover;
}

.hero-skillchecklist-np {
  background: url(/wp-content/themes/soliant/images/hero/hero-nurse-practitioner-skills-checklist.jpg) no-repeat;
  background-size: cover;
}

.hero-skillchecklist-pt {
  background: url(/wp-content/themes/soliant/images/hero/hero-pharmacy-technician-skills-checklist.jpg) no-repeat;
  background-size: cover;
}

.hero-skillchecklist-phl {
  background: url(/wp-content/themes/soliant/images/hero/hero-phlebotomist-skills-checklist.jpg) no-repeat;
  background-size: cover;
}

.hero-skillchecklist-rt {
  background: url(/wp-content/themes/soliant/images/hero/hero-radiology-technician-skills-checklist.jpg) no-repeat;
  background-size: cover;
}

.hero-skillchecklist-sp {
  background: url(/wp-content/themes/soliant/images/hero/hero-school-psychologist-skills-checklist.jpg) no-repeat;
  background-size: cover;
}

.hero-ty-one {
  background: url(/wp-content/themes/soliant/images/hero/thank-you-1.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.hero-best-school-professionals {
  background: url(/wp-content/themes/soliant/images/hero/best-school-professionals-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.hero-best-school-professionals-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/best-school-professionals-thank-you-bg.jpg) 50% 0 no-repeat;
}

.hero-best-school-professionals-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/best-school-professionals-thank-you-bg.jpg) 50% 0 no-repeat;
}

.hero-apply-slp {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-slp.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.hero-apply-slp-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-slp-thank-you.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.hero-apply-school-psych {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 80% 0 no-repeat;
  background-size: cover;
}

.hero-apply-school-psych-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych-thank-you.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.hero-apply-school-psych-thank-you {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych-thank-you.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.hero-apply-nursing-or {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
  background-size: auto;
}

.hero .shareIconWrap {
  float: right;
  /* display: inline-block; */
  display: none;
  padding: 16px 0 0;
  line-height: 16px;
  margin-bottom: 0;
}

.hero .shareIconWrap .icon-email, .hero .shareIconWrap .icon-facebook, .hero .shareIconWrap .icon-twitter {
  display: none;
}

.hero .shareIconWrap .icon-share-sm {
  padding-right: 0;
}

.hero .shareIconWrap a:active, .hero .shareIconWrap a:focus, .hero .shareIconWrap a:hover {
  text-decoration: none;
}

.sec-About .hero .shareIconWrap, .sec-Employers .hero .shareIconWrap {
  margin-top: -48px;
}

.sec-Apply .main-content .hero .h1tagline {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  font-family: museo-sans-rounded, sans-serif;
  line-height: 150%;
  color: #6d6e6d;
  text-align: left;
}

.hero-careers {
  overflow: auto;
  padding-bottom: 0;
}
.hero-careers .divider-line {
  max-width: 264px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/wp-content/themes/soliant/images/divider-1-teal.png);
  margin-bottom: 55px;
}
.hero-careers p.para-tagline-teal span {
  display: block;
}
.hero-careers .soliant-life-photos {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-column-gap: 10px;
  padding: 20px 15px 0;
  visibility: hidden;
}
.hero-careers .soliant-life-photos__col img {
  margin-bottom: 10px;
  max-width: 100%;
}

.page-template-pg-careers--thank-you .hero-careers {
  padding-bottom: 100px;
}
.page-template-pg-careers--thank-you .hero-careers h1 {
  margin-bottom: 40px;
}
.page-template-pg-careers--thank-you .hero-careers h4 {
  font-size: 22px;
  color: #fff;
  margin-top: 59px;
  margin-bottom: 30px;
}
.page-template-pg-careers--thank-you .hero-careers .para-cta {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: museo-slab, serif;
  text-transform: uppercase;
}
.page-template-pg-careers--thank-you .hero-careers .para-cta a {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.page-template-pg-careers--thank-you .hero-careers .para-cta a:after {
  content: "\e900";
  color: #fff;
  position: absolute;
  font-family: ico-soliant !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  margin-left: 12px;
}

@media (min-width: 500px) {
  .hero-careers .soliant-life-photos {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .main-content .hero .h2tagline {
    color: #ffffff;
    font-size: 20px;
  }
  .sec-Newgradprogram .hero.hero-img.hero-sm.hero-new-grad-program {
    background-position-y: 0px;
  }
} /*(max-width:767px)*/
@media (min-width: 768px) {
  .sec-Careers .hero-job-detail {
    padding-bottom: 0;
  }
  .hero-careers .soliant-life-photos {
    min-height: 900px;
    padding: 0px 45px 0;
  }
} /* (min-width:768px) */
@media (min-width: 992px) {
  .hero p.para-tagline-teal {
    font-size: 28px;
    line-height: 40px;
  }
  .sec-FooterLegalTerms .hero h1 {
    margin-top: 38px;
  }
  .main-content .hero .h2tagline {
    color: #ffffff;
  }
  .hero .shareIconWrap .icon-email, .hero .shareIconWrap .icon-facebook, .hero .shareIconWrap .icon-twitter {
    display: inline;
  }
  .main-content .hero .h1tagline, .main-content .hero .h2tagline {
    font-size: 20px;
    font-family: museo-sans-rounded, sans-serif;
  }
  .hero-employers-allied {
    background-position: unset;
  }
  .hero-careers h1 {
    font-size: 64px;
    line-height: 74px;
  }
  .hero-careers .divider-line {
    margin-top: 60px;
    margin-bottom: 75px;
  }
  .hero-careers .soliant-life-photos {
    min-height: 900px;
    grid-column-gap: 30px;
  }
  .hero-careers .soliant-life-photos__col img {
    margin-bottom: 30px;
  }
} /* (min-width:992px) */
@media (min-width: 1200px) {
  .sec-About .hero .shareIconWrap, .sec-Employers .hero .shareIconWrap {
    margin-top: -75px;
  }
  .jobs-apply-thank-you .hero-img {
    padding: 75px 0 0;
  }
  .hero-arc, .hidden-md {
    display: block;
  }
  .hero {
    padding-bottom: 30px;
  }
  .hero p.para-tagline-teal {
    font-size: 30px;
    line-height: 45px;
  }
  .hero-lg {
    height: 570px;
  }
  .hero-md {
    height: 374px;
  }
  .hero-sm {
    height: 300px;
  }
  /*.sec-Resources .hero-resources-section {
  	height: 196px;
  }*/
  .hero-arc {
    height: 260px;
    min-height: 260px;
    background-color: #fff;
    border-radius: 90% 90% 0 0;
    position: absolute;
    bottom: -200px;
    width: 130%;
    left: -15%;
  }
  .hero-img {
    padding: 75px 0 0;
  }
  .hero .job-info {
    padding: 0 0 40px;
  }
  .hero .divider-line {
    margin-top: 88px;
  }
  .breadcrumb, .hero .shareIconWrap {
    margin-bottom: 28px;
  }
  .hero-careers .divider-line {
    margin-top: 60px;
  }
  .hero-careers .soliant-life-photos {
    min-height: 1300px;
    padding: 0px 100px 0;
  }
  .page-template-pg-careers--thank-you .hero-careers {
    padding-bottom: 130px;
  }
  .page-template-pg-careers--thank-you .hero-careers h4 {
    margin-top: 100px;
    margin-bottom: 35px;
  }
} /*(min-width:1200px)*/
.sec-USOC .hm-section-two-block img {
  width: 100%;
}

.sec-USOC .main-content section img {
  width: 100%;
}

.sec-USOC .main-content .twoBlock {
  background: #fff;
  position: relative;
  border: none;
}

.sec-USOC .main-content .hero-about {
  min-height: 534px;
  background: #353635;
}

.sec-USOC .main-content .hm-section-two-block {
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}

.sec-USOC .main-content .white-paper-label {
  background: #52c2b0;
  display: block;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: left;
  line-height: 23px;
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 12px;
  padding-left: 20px;
}

.sec-USOC .main-content .head-text-block {
  max-width: 580px;
}

.sec-USOC .main-content .hm-section-two-block .btn-link-cta {
  position: absolute;
  bottom: 20px;
}

.sec-USOC .main-content .flexParent .flexChild {
  flex-shrink: 0;
  display: flex;
  padding: 0.5em;
  width: 26.1282%;
}

.sec-USOC .main-content .hm-section-two-block a:hover {
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  color: #6d6e6d;
}

.sec-USOC .main-content .hm-section-two-block p {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #6d6e6d;
}

.sec-USOC .hm-section-two-block .twoBlock h2 {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #52c2b0;
  margin-top: 22px;
  margin-bottom: 0;
}

.sec-USOC .hm-section-two-block h2 {
  line-height: 32px;
  margin-bottom: 50px;
  margin-top: 48px;
}

.sec-USOC .main-content .section-3 .commonListItemsBlock h4 {
  margin-bottom: 60px;
  line-height: 30px;
}

.sec-USOC .main-content .hero-about {
  min-height: 534px;
  background-color: #353635;
  background: url(/wp-content/themes/soliant/images/video-background-component-1175x534.png) no-repeat;
  background-size: cover;
}

.sec-USOC .main-content button.close {
  font-size: 25px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.sec-USOC .main-content a {
  text-decoration: none;
}

.sec-USOC .hero h1 {
  margin-bottom: 25px;
  line-height: 50px;
  font-size: 42px;
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 400;
}

.sec-USOC .main-content .hero .h1tagline {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}

.sec-USOC video#video1 {
  max-width: 100%;
}

.sec-USOC .btn-play-video {
  background-color: transparent;
}

.sec-USOC .play-button-wrap {
  margin-top: 56px;
}

.sec-USOC .BUTTON_VQY {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-family: museo-slab, serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  background-color: transparent;
  box-shadow: 1px 1px 0 0 #000;
  -webkit-box-shadow: 1px 1px 0 0 #000;
  -moz-box-shadow: 1px 1px 0 0 #000;
  text-shadow: 1px 1px 20px #000;
  border: solid #eb2f48 1px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.sec-USOC #background {
  min-width: 100%;
  min-height: 100%;
  width: 1175px;
  height: 534px;
  background-size: cover;
  opacity: 0.8;
}

.sec-USOC #video-background {
  position: absolute;
  padding-top: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: #353635;
}

.sec-USOC .usoc-logo-wrap {
  margin-top: -30px;
  text-align: left;
}

.sec-USOC .usoc-search-jobs {
  line-height: 51px;
  margin-right: 15px;
  min-width: 178px;
}

.sec-USOC .usoc-request-talent {
  line-height: 51px;
  background: 0 0;
  border: 1px solid #eb2f48;
  margin-left: 15px;
  min-width: 178px;
}

.sec-Resources .usoc-search-jobs {
  line-height: 51px;
  margin-right: 15px;
  min-width: 178px;
}

.sec-Resources .usoc-request-talent {
  line-height: 51px;
  background: 0 0;
  border: 1px solid #ffffff;
  margin-left: 15px;
  min-width: 178px;
}

a.btn.btn-small.btn-mid.usoc-request-talent:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #000000;
  border: 1px solid #ffffff;
}

@media (min-width: 768px) {
  .sec-USOC .flexChild, .sec-USOC .flexParent {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec-USOC .usoc-logo-wrap {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .sec-USOC .usoc-logo-wrap img {
    margin-top: 0;
    text-align: center;
    margin: 0 auto;
  }
  .sec-USOC .usoc-search-jobs {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .sec-USOC .usoc-request-talent {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .sec-USOC .play-button-wrap {
    margin-top: 0;
  }
  .sec-USOC .main-content .hero-about {
    padding-bottom: 20px;
  }
  .sec-USOC .main-content .hero .h1tagline {
    width: 80%;
    margin: 0 auto;
  }
  .sec-USOC .main-content .hero h1 {
    width: 80%;
    margin: 0 auto;
  }
  .sec-USOC .higherWider {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .sec-USOC .higherWider {
    width: 94%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .sec-USOC .main-content .hm-section-two-block .flexParent .hmLeftBlock {
    width: 100%;
    margin-top: 10px;
  }
  .flexParent, .sec-USOC .main-content .hm-section-two-block .flexChild {
    display: block;
  }
  .sec-USOC .main-content .twoBlock {
    min-height: 250px;
  }
}
.sec-Contact .hero h1 {
  margin-top: 76px;
}
.sec-Contact .h1tagline {
  line-height: 32px;
}
.sec-Contact .rad-emp label {
  padding-bottom: 20px;
}
.sec-Contact .form-lead .form-group .radio-inline {
  display: inline-block;
  line-height: 22px;
  padding-bottom: 0;
}
.sec-Contact .form-lead .rad-emp {
  margin-bottom: 33px;
}
.sec-Contact .form-lead .frmTxtArea {
  margin-top: 33px;
}
.sec-Contact .form-lead .select-group:before {
  content: "";
}
.sec-Contact .form-lead .select-group label:before {
  content: "\e919";
  color: #eb2f48;
  position: absolute;
  top: 32px;
  right: 10px;
  pointer-events: none;
  font-family: ico-soliant !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec-Contact .contact-section-contact-details {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-Contact .contact-section-contact-details h4 {
  font-weight: 700;
  color: #52c2b0;
  margin-bottom: 20px;
}
.sec-Contact .contact-section-contact-details .corporateHeadquartersBlockWrap {
  text-align: center;
}
.sec-Contact .contact-section-contact-details .corporateHeadquartersBlockWrap img {
  margin: 0 auto;
  max-height: 69px;
}
.sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap {
  text-align: center;
  margin-top: 30px;
}
.sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap .indivContactBlock:last-of-type {
  margin-top: 30px;
}
.sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap img {
  margin: 0 auto;
  max-height: 69px;
}
@media screen and (min-width: 768px) {
  .sec-Contact .contact-section-contact-details .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sec-Contact .contact-section-contact-details .flex-container .flex-item {
    text-align: left;
    justify-content: space-around;
    max-width: 23%;
    flex-basis: 21%;
  }
}
.sec-Contact.page-template-pg-request-talent .contact-section-form-contact {
  padding-bottom: 4rem;
}
.sec-Contact.page-template-pg-request-talent .section-ctaShort {
  margin-top: 4rem;
}

.sec-Contact-Employers-ThankYou .contact-section-contact-details .pharmacyLocationsBlockWrap img {
  margin: 0 auto;
  max-height: 69px;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block {
  margin-top: 46px;
  margin-bottom: 76px;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block img {
  width: 100%;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block a:hover {
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  color: #6d6e6d;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block a:hover .btn-link-cta {
  color: #da223b;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block a:focus {
  text-decoration: none;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block .twoBlock {
  min-height: auto;
  border: none;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block .twoBlock h2 {
  margin-bottom: 5px;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block .btn-link-cta {
  margin-top: 20px;
  display: inline-block;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block .hmLeftBlock a, .sec-Contact-Employers-ThankYou .hm-section-two-block .hmRightBlock a {
  border: 2px solid #52c2b0;
  border-bottom: 12px solid #52c2b0;
  display: inline-block;
  color: #6d6e6d;
}
.sec-Contact-Employers-ThankYou .hm-section-two-block .hmLeftBlock {
  margin-bottom: 20px;
}

.sec-Contact .ctaBarShort .ctaHeadline, .sec-Contact-Employers-ThankYou .ctaBarShort .ctaHeadline {
  color: #ffffff;
}

@media (min-width: 768px) {
  .sec-Contact .main-content .contact-section-form-contact {
    padding-bottom: 78px;
  }
  .sec-Contact .red-bg.ctaBarShort .ctaHeadline {
    line-height: 80px;
    /*
    padding-top: 25px;
    text-align: center;
    min-height: 58px;
    */
  }
  .sec-Contact-Employers-ThankYou .hm-section-two-block .twoBlock {
    border: none;
    border-bottom: none;
  }
  .sec-Contact-Employers-ThankYou .hm-section-two-block .hmLeftBlock {
    margin-bottom: 0 a;
    margin-bottom-border: 2px solid #52c2b0;
    margin-bottom-border-bottom: 12px solid #52c2b0;
    margin-bottom-display: inline-block;
  }
} /*@media (min-width:768px)*/
@media (min-width: 992px) {
  .sec-Contact .contact-section-contact-details .corporateHeadquartersBlockWrap p, .sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap p {
    line-height: 28px;
  }
  .sec-Contact .contact-section-contact-details .corporateHeadquartersBlockWrap img, .sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap img {
    margin-left: 0;
  }
  .sec-Contact .contact-section-contact-details .corporateHeadquartersBlockWrap {
    text-align: left;
  }
  .sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap {
    margin-top: 0;
    text-align: left;
  }
  .sec-Contact .contact-section-contact-details .pharmacyLocationsBlockWrap .indivContactBlock:last-of-type {
    margin-top: 0;
  }
  .sec-Contact-Employers-ThankYou .hm-section-two-block .btn-link-cta {
    margin-top: 30px;
    display: inline-block;
  }
  .sec-Contact .red-bg.ctaBarShort .ctaHeadline, .sec-Contact-Employers-ThankYou .red-bg.ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
} /*@media (min-width:992px)*/
@media (min-width: 1200px) {
  .sec-Contact-Employers-ThankYou .hm-section-two-block .twoBlock h2 {
    margin-bottom: 16px;
  }
  .sec-Contact-Employers-ThankYou .hm-section-two-block .twoBlock p {
    color: #6d6e6d;
  }
} /* min-width:1200px */
/* ---------------------------- */
.expander-ReadMore {
  font-weight: 700;
  color: #eb2f48;
  text-transform: uppercase;
}

.pull-left-about, .pull-right-about {
  float: none;
}

.privStatementLegaltxt {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}

.privStatementLegaltxt em {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}

.section-2 {
  margin-top: 13px;
  margin-bottom: 60px;
}

.bg-Gray {
  background: #f2f5f4;
}

.bg-White {
  background: #fff;
}

.about-section-2, .about-section-4 {
  background: #f2f5f4;
}

.section-4 {
  padding-top: 14px;
  padding-bottom: 67px;
}

.ctaBarShort {
  min-height: 116px;
  margin-bottom: 41px;
}

.sec-Benefits .ctaBarShort {
  min-height: 116px;
  margin-bottom: 32px;
  margin-top: 6px;
}

.ctaBarShort .ctaHeadline {
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 33px;
}

.ctaBarShort .buttonWrap, .sec-Benefits .ctaBarShort .buttonWrap {
  display: inline-block;
  margin-top: 33px;
  line-height: 23px;
}

.ctaBarShort .buttonWrap {
  margin-bottom: 64px;
}

.noRightP {
  padding-right: 0 !important;
}

.noLeftP {
  padding-left: 0 !important;
}

.about-section-1 {
  padding-bottom: 60px;
}

.redText {
  color: #eb2f48;
}

.redText a:active, .redText a:focus, .redText a:hover {
  text-decoration: none;
}

.icon-check {
  display: inline-block;
  background: url("/wp-content/themes/soliant/images/icons/checkbox-check-green.png") no-repeat center center;
  background-size: cover;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
}

.featured-traveler-section {
  background: #f2f5f4;
  padding-top: 55px;
  padding-bottom: 54px;
  margin-bottom: 20px;
}

.featured-traveler-section .featuredTravelerBlock {
  background: #fff;
  padding: 42px;
  border-bottom: 10px solid #52c2b0;
  float: none;
  display: block;
  margin-bottom: 32px;
}

.featured-traveler-section .featuredTravelerBlock:last-child {
  margin-bottom: 0;
}

.featured-traveler-section .featuredTravelerBlock .featTravImg {
  margin-bottom: 29px;
}

.featured-traveler-section .featuredTravelerBlock .featTname {
  color: #000;
  font-family: museo-slab, serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 24px;
}

.featured-traveler-section .featuredTravelerBlock .featTlocation, .featured-traveler-section .featuredTravelerBlock .featTposistion {
  color: #000;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 24px;
}

.featured-traveler-section .featuredTravelerBlock .featTravRight h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

.featured-traveler-section .featuredTravelerBlock .featTravRight p {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  color: #6d6e6d;
  font-size: 16px;
  line-height: 28px;
}

/* NEWS */
/* ---------------------------- */
.news-section .newsArticleBlock .newsArticleDate, .news-section .yearListedFilter, .news-section .yearListedFilter a {
  font-weight: 700;
  font-size: 14px;
  font-family: museo-slab, serif;
}

.news-section .yearListedFilter {
  color: #000;
  padding-left: 0;
  margin-bottom: 36px;
  display: inline-block;
}

.news-section .yearListedFilter a {
  color: #eb2f48;
  padding: 0 15px;
  border-right: 2px solid #6d6e6d;
}

.news-section .yearListedFilter a.currentYear, .news-section .yearListedFilter a.selected {
  color: #353635;
}

.news-section .yearListedFilter a.selected:active, .news-section .yearListedFilter a.selected:focus {
  text-decoration: none;
}

.news-section .yearListedFilter a:last-child {
  border-right: none;
}

.news-section {
  background: #f2f5f4;
  padding-top: 42px;
  padding-bottom: 52px;
  margin-bottom: 0;
}

.news-section .newsArticleBlock {
  display: block;
  margin-bottom: 28px;
}

.news-section .newsArticleBlock:last-child {
  margin-bottom: 0;
}

.news-section .newsArticleBlock .newsArticleDate {
  color: #a5a5a5;
}

.news-section .newsArticleBlock h3 {
  font-family: museo-slab, serif;
  font-size: 22px;
  color: #52c2b0;
  font-weight: 500;
  line-height: 32px;
  margin-top: 5px;
}

.news-section .newsArticleBlock a {
  display: block;
  padding: 42px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.news-section .newsArticleBlock a:focus, .news-section .newsArticleBlock a:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #52c2b0;
  cursor: pointer;
  text-decoration: none;
  color: #6d6e6d;
}

.news-section .newsArticleBlock .btn-link-cta {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

.news-section .newsArticleBlock .featTname {
  color: #000;
  font-family: museo-slab, serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  line-height: 24px;
}

.news-section .newsArticleBlock .featTlocation, .news-section .newsArticleBlock .featTposistion {
  color: #000;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 24px;
}

.news-section .newsArticleBlock .featTravRight h3 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 28px;
}

.news-section .newsArticleBlock .featTravRight p {
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 300;
  color: #6d6e6d;
  font-size: 16px;
  line-height: 28px;
}

.news-section .newsArticleBlock .featTravLeft {
  margin-bottom: 44px;
}

.sec-News .press-contacts-block {
  background-color: #f2f5f4;
  margin-top: 2px;
  padding: 18px 10px 10px;
}

.sec-News .press-contacts-block .press-contacts {
  margin-bottom: 26px;
}

.sec-News .press-contacts-block .pressMoreInfoHeadline {
  font-family: museo-slab, serif;
  font-size: 16px;
  color: #52c2b0;
  font-weight: 700;
  margin-top: 0;
}

.sec-News #releaseSubTitle {
  color: #6d6e6d;
}

@media (min-width: 768px) {
  .news-section .newsArticleBlock {
    background: #fff;
    display: block;
    margin-bottom: 28px;
    padding-left: 0;
    padding-right: 0;
  }
  .newReleaseBody-section, .sec-News .newReleaseBody-section {
    margin-top: 0;
  }
  .sec-News .newReleaseBody-section p {
    font-weight: 400;
  }
  .sec-News .hero h1 {
    margin-top: 48px;
  }
  .sec-News .hero .job-info {
    padding-bottom: 0;
    margin-bottom: 70px;
    margin-top: 66px;
  }
  .sec-News .hero .divider-line {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .sec-News .press-contacts-block {
    background-color: #f2f5f4;
    padding: 38px 38px 38px 0;
    margin-top: 38px;
  }
  .sec-News .press-contacts-block .pressMoreInfoHeadline {
    font-family: museo-slab, serif;
    font-size: 16px;
    color: #52c2b0;
    font-weight: 700;
    margin-top: 0;
  }
  .sec-News .press-contacts-block .press-contacts {
    padding-left: 0;
  }
  .sec-News .press-contacts-block .press-contacts p {
    margin-bottom: 5px;
    margin-top: 5px;
  }
} /* (min-width:768px) */
/* ---------------------------- */
.featured-traveler-section .featuredTravelerBlock .featTravLeft {
  margin-bottom: 44px;
}

#removeResume, #uploadErr {
  display: none;
}

#app-ResumeFile {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

a#removeResume {
  font-family: museo-slab, serif;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  color: #353635;
}

a#removeResume i {
  font-size: 12px;
  margin-right: 2px;
}

a#removeResume:hover {
  text-decoration: none;
}

#uploadErr, .help-block {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #eb2f48;
  font-size: 85%;
}

#lblFilenameDisplay, .job-app-info p {
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: museo-slab, serif;
}

#lblFilenameDisplay {
  text-transform: lowercase;
  line-height: normal;
  color: #eb2f48;
  margin-bottom: 10px;
}

.about-section-1 {
  margin-top: 57px;
}

.about-section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sec-About section h2 {
  margin-bottom: 23px;
  margin-top: 31px;
  line-height: 150%;
}

.sec-About .main-content p, .sec-Components .main-content p {
  line-height: 28px;
}

.about-section-2 {
  padding-top: 60px;
  padding-bottom: 30px;
}

.about-section-4 {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 40px;
}

.sec-Benefits .green-bg .ctaHeadline {
  font-family: museo-slab, serif;
  font-size: 20px;
  color: #39ae9b;
  text-align: center;
  padding-top: 24px;
  margin-bottom: auto;
  margin-top: auto;
  line-height: 32px;
}

.sec-Benefits .ctaBarShort .buttonWrap {
  margin-bottom: 0;
}

.testimonialsCards2BlockWrapper {
  position: relative;
  margin-top: 20px;
}

/* Swiper */
/* ---------------------------- */
/* Testimonials, Resources */
.testimonialsCardsSwipper .swiper-slide,
.testimonialsCardsSwipper-or .swiper-slide,
.resourceCardsSwipper .swiper-slide,
.webinarCardsSwipper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  display: flex;
}

.jobCardsSwipper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.orNurseJobCardsSwipper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}

.testimonialsCardsSwipper .swiper-wrapper,
.testimonialsCardsSwipper-or .swiper-wrapper,
.resourceCardsSwipper .swiper-wrapper,
.jobCardsSwipper .swiper-wrapper,
.webinarCardsSwipper .swiper-wrapper,
.orNurseJobCardsSwipper .swiper-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.testimonialsCards2BlockWrapper .swiper-container,
.testimonialsCardsSwipper-or .swiper-container,
.resourceCardsSwipper .swiper-container,
.jobCardsSwipper .swiper-container,
.webinarCardsSwipper .swiper-container,
.orNurseJobCardsSwipper .swiper-container {
  width: 83.33333333%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* New Grads */
.new-grad-programCardsSwipper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  display: flex;
}

.new-grad-programCardsSwipper .swiper-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.swiper-button-next-testCards, .swiper-button-prev-testCards, .swiper-button-next-orNurseCards, .swiper-button-prev-orNurseCards {
  position: absolute;
  top: 42%;
  cursor: pointer;
  padding: 15px 0;
  z-index: 10;
}

.swiper-button-next-testCards {
  right: 3%;
}

.swiper-button-prev-testCards {
  left: 3%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: FlipH;
}

.swiper-button-next-orNurseCards {
  right: 3%;
}

.swiper-button-prev-orNurseCards {
  left: 3%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: FlipH;
}

.swiper-button-next-testCards i:before, .swiper-button-prev-testCards i:before, .swiper-button-prev-orNurseCards i:before, .swiper-button-next-orNurseCards i:before {
  font-size: 30px;
  color: #eb2f48;
}

.swiper-button-disabled i:before {
  color: #6d6e6d;
}

.swiper-pagination-testCards {
  text-align: center;
  margin-top: 20px;
}

.swiper-pagination-orNurseCards-or {
  text-align: center;
  margin-top: 20px;
}

.webinarCardsSwipper .swiper-pagination-testCards {
  text-align: center;
  margin-top: 40px;
}

.resourceCardsSwipperWrap .swiper-button-next-testCards, .webinarCardsSwipperWrap .swiper-button-next-testCards, .orNurseJobCardsBlockWrapper .swiper-button-next-testCards {
  right: -1.5rem;
}
.resourceCardsSwipperWrap .swiper-button-prev-testCards, .webinarCardsSwipperWrap .swiper-button-prev-testCards, .orNurseJobCardsBlockWrapper .swiper-button-prev-testCards {
  left: -1.5rem;
}

.sec-About .swiper-pagination-bullet {
  display: inline-block;
  background-color: #c4c4c4;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.sec-About .swiper-pagination-bullet-active {
  background-color: #6d6e6d;
}

.resourceCardsSwipper, .jobCardsSwipper, .webinarCardsSwipper, .orNurseJobCardsSwipper {
  overflow: hidden;
}

/*
.section-browse-healthcare-jobs {
	.swipper-wrapper {
		display: flex!important;
	}
	.swiper-button-next-testCards, .swiper-button-prev-testCards{
		display: none;
	}
}// .section-browse-healthcare-jobs 
*/
@media (min-width: 768px) {
  .resourceCardsSwipper .swiper-pagination-bullet,
  .jobCardsSwipper .swiper-pagination-bullet,
  .webinarCardsSwipper .swiper-pagination-bullet, .orNurseJobCardsSwipper .swiper-pagination-bullet {
    display: inline-block;
    background-color: #c4c4c4;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 5px;
  }
  .resourceCardsSwipper .swiper-pagination-bullet-active,
  .jobCardsSwipper .swiper-pagination-bullet-active,
  .orNurseJobCardsSwipper .swiper-pagination-bullet-active,
  .webinarCardsSwipper .swiper-pagination-bullet-active,
  .orNurseJobCardsSwipper .swiper-pagination-bullet-active {
    background-color: #6d6e6d;
  }
  .jobCards3BlockWrapper .swiper-button-next-testCards {
    right: -3rem;
  }
  .jobCards3BlockWrapper .swiper-button-prev-testCards {
    left: -3rem;
  }
  .orNurseJobCardsBlockWrapper .swiper-button-next-orNurseCards {
    right: -3rem;
  }
  .orNurseJobCardsBlockWrapper .swiper-button-prev-orNurseCards {
    left: -3rem;
  }
}
@media (min-width: 992px) {
  .testimonialsCards2BlockWrapper .swiper-pagination-testCards,
  .testimonialsCards2BlockWrapper .swiper-pagination-testCards,
  .resourceCardsSwipper .swiper-pagination-testCards,
  .jobCardsSwipper .swiper-pagination-testCards, .orNurseJobCardsBlockWrapper .swiper-pagination-orNurseCards-or {
    text-align: center;
    margin-top: 32px;
  }
  .webinarCardsSwipper .swiper-pagination-testCards, .orNurseJobCardsBlockWrapper .swiper-pagination-orNurseCards-or {
    text-align: center;
    margin-top: 5rem;
    display: none;
  }
  .testimonialsCards2BlockWrapper .swiper-pagination-bullet {
    display: inline-block;
    background-color: #c4c4c4;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 5px;
  }
  .swiper-pagination-bullet-active, .testimonialsCards2BlockWrapper .swiper-pagination-bullet-active {
    background-color: #6d6e6d;
  }
  .swiper-button-next-testCards i:before, .swiper-button-prev-testCards i:before, .swiper-button-prev-orNurseCards i:before, .swiper-button-next-orNurseCards i:before, .swiper-button-prev-orNurseCards i:before {
    font-size: 46px;
  }
} /* (min-width:992px) */
@media (max-width: 767px) {
  .swiper-container, .swiper-wrapper {
    position: relative;
    z-index: 1;
    height: 100%;
  }
  .swiper-button-next, .swiper-button-next-testCards {
    right: 3%;
  }
  .swiper-button-prev, .swiper-button-prev-testCards {
    left: 3%;
  }
  .resourceCardsSwipperWrap .swiper-button-next-testCards, .jobCardsSwiperWrap .swiper-button-next-testCards, .webinarCardsSwipperWrap .swiper-button-next-testCards {
    right: 4%;
  }
  .resourceCardsSwipperWrap .swiper-button-prev-testCards, .jobCardsSwiperWrap .swiper-button-prev-testCards, .webinarCardsSwipperWrap .swiper-button-prev-testCards {
    left: 4%;
  }
  .swiper-button-next i:before, .swiper-button-next-testCards i:before, .swiper-button-prev i:before, .swiper-button-prev-testCards i:before {
    font-size: 26px;
  }
  .swiper-container {
    width: 80%;
    overflow: hidden;
    margin-left: 10%;
  }
  .swiper-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .testimonialsCardsSwipper .swiper-slide {
    height: auto;
  }
  .orNurseJobCardsSwipper .swiper-slide {
    height: auto;
  }
  .swiper-pagination {
    text-align: center;
  }
  .swiper-pagination-bullet {
    display: inline-block;
    background-color: #c4c4c4;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 5px;
  }
  .swiper-pagination-bullet-active {
    background-color: #6d6e6d;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles .swiper-pagination-bullet-active {
    background-color: #EE2F49;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 42%;
    cursor: pointer;
    padding: 15px 0;
    z-index: 10;
  }
  .sec-About .swiper-container {
    width: 80%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: 10%;
  }
  .sec-About .swiper-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sec-About .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-button-next-testCards, .swiper-button-prev-testCards {
    position: absolute;
    top: 42%;
    cursor: pointer;
    padding: 15px 0;
    z-index: 10;
  }
  .swiper-button-disabled i:before {
    color: #6d6e6d;
  }
} /* (max-width:767px} */
/* ---------------------------- */
.sec-About .main-content .testCards .testDesc {
  font-family: museo-slab, serif;
  font-size: 18px;
  color: #6d6e6d;
  line-height: 150%;
  font-weight: 300;
  margin-top: 0;
}

.testCards .quoteAttrAuthName {
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #6d6e6d;
  display: block;
  font-weight: 700;
  margin-top: 30px;
}

.testCards .quoteAttrAuthTitle {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 14px;
  color: #6d6e6d;
  display: block;
}

.testCards:active, .testCards:hover {
  text-decoration: none;
}

.testCards {
  padding: 66px 40px;
}

.sec-Faqs .faqCategories:after, .sec-SkillChecklistPages .faqCategories:after {
  bottom: 12px;
  right: 20px;
  pointer-events: none;
  font-variant: normal;
  text-transform: none;
}

/* FAQS */
/* ---------------------------- */
.sec-Faqs .faq-section-categories-jump h4 {
  padding-bottom: 12px;
  padding-top: 28px;
  text-align: left;
  padding-left: 0;
}

.sec-Faqs .faq-section-categories-jump .faqCategories ul {
  list-style-type: none;
  margin-top: 34px;
  padding-left: 0;
  padding-bottom: 56px;
}

.sec-Faqs .faq-section-categories-jump .faqCategories ul li {
  line-height: 24px;
  padding-top: 20px;
}

.sec-Faqs .faq-section-categories-jump .faqCategories .btn-link-cta:after {
  font-size: 12px;
  padding-left: 6px;
}

/*.sec-Faqs*/
.faq-section-faqs {
  background: #f2f5f4;
  margin-bottom: 0;
  padding: 55px 0 85px;
}

.sec-Faqs .faqCategories .faqSelect option:disabled {
  color: #a5a5a5;
}

.sec-Faqs .faqCategories {
  position: relative;
}

.sec-Faqs .faqCategories:after {
  content: "\e919";
  color: #eb2f48;
  position: absolute;
  font-family: ico-soliant !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
}

.sec-Faqs .faqCategories + .faqCategories {
  margin-top: 22px;
}

.sec-Faqs .faqCategories .faqSelect {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-appearance: none;
  line-height: 14px;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
  border: 1px solid #a5a5a5;
  outline: 0;
  font-family: museo-sans-rounded, sans-serif;
  padding-left: 10px;
  height: 44px;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-title, .faq-section-faqs .panelInactive .panel-title {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.sec-Faqs .faq-section-categories-jump {
  padding-bottom: 34px;
}

/*.sec-Faqs*/
.faq-section-faqs .faqsWrap .faqSecHeading {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

/*.sec-Faqs*/
.faq-section-faqs .faqsWrap h3 {
  margin-top: 40px;
}

/*.sec-Faqs*/
.faq-section-faqs .backToTop {
  margin-top: 34px;
}

/*.sec-Faqs*/
.faq-section-faqs .backToTop:after {
  content: "";
}

/*.sec-Faqs*/
.faq-section-faqs .panel-group .panel + .panel {
  margin-top: 17px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-group .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-default .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-default.panelActive .panel-heading {
  border-radius: 0;
  color: #fff;
  background-color: #52c2b0;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-default.panelInactive .panel-heading {
  border-radius: 0;
  color: #eb2f48;
  background-color: #fff;
}

/*.sec-Faqs*/
.faq-section-faqs .panelInactive .panel-title {
  color: #353635;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-title a {
  display: inline-block;
  width: 100%;
  padding: 12px 0 12px 22px;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-title a:focus, .faq-section-faqs .panel-title a:hover {
  text-decoration: none;
  color: inherit;
}

/*.sec-Faqs*/
.faq-section-faqs .panelActive .panel-title > a:before {
  float: right !important;
  font-family: ico-soliant;
  content: "\e917";
  padding-right: 18px;
  font-size: 28px;
  color: #fff;
}

/*.sec-Faqs*/
.faq-section-faqs .panelInactive .panel-title > a:before {
  float: right !important;
  font-family: ico-soliant;
  content: "\e919";
  padding-right: 18px;
  font-size: 28px;
  color: #eb2f48;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-group .panel-body {
  padding-left: 22px;
}

/*.sec-Faqs*/
.faq-section-faqs .panel-group .panel-body p {
  line-height: 28px;
}

.sec-Faqs .hm-section-requestTalent {
  margin-bottom: 35px;
  margin-top: 42px;
}

.sec-Faqs .faq-section-categories-jump .faqCategories ul {
  display: none;
}

@media (min-width: 768px) {
  .sec-Faqs .faq-section-categories-jump h4 {
    text-align: center;
  }
  .sec-Faqs .faq-section-categories-jump .faqCategories ul {
    list-style: none;
    display: inline-block;
  }
  .sec-Faqs .faq-section-categories-jump .faqCategories a, .sec-Faqs .faq-section-categories-jump .faqCategories li {
    display: inline-block;
  }
  .sec-Faqs .faq-section-categories-jump .faqCategories .btn-link-cta {
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    font-family: museo-sans-rounded, sans-serif;
  }
  .sec-Faqs .faq-section-categories-jump .faqCategories select, .sec-Faqs .faq-section-categories-jump .faqCategories:after {
    display: none;
  }
  /*.sec-Faqs*/
  .faq-section-faqs .faqsWrap .faqSecHeading {
    margin-top: 52px;
    margin-bottom: 30px;
  }
  .sec-Faqs .faq-section-categories-jump {
    padding-top: 58px;
  }
}
/* ---------------------------- */
/* ---------------------------- */
.sec-SkillChecklistPages .faq-section-categories-jump h4 {
  padding-bottom: 12px;
  padding-top: 28px;
  text-align: left;
  padding-left: 0;
}

.sec-SkillChecklistPages .faq-section-categories-jump .faqCategories ul {
  list-style-type: none;
  margin-top: 34px;
  padding-left: 0;
  padding-bottom: 56px;
}

.sec-SkillChecklistPages .faq-section-categories-jump .faqCategories ul li {
  line-height: 24px;
  padding-top: 20px;
}

.sec-SkillChecklistPages .faq-section-categories-jump .faqCategories .btn-link-cta:after {
  font-size: 12px;
  padding-left: 6px;
}

.sec-SkillChecklistPages .main-content p {
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 27px;
  font-weight: 300;
  font-size: 18px;
}

.sec-SkillChecklistPages .skillsCheckWrap ul {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 16px;
  color: #6d6e6d;
}

.sec-SkillChecklistPages .skillsCheckWrap li {
  font-weight: 300;
  font-size: 18px;
  padding-left: 0;
  line-height: 27px;
  margin-bottom: 14px;
}

.sec-SkillChecklistPages .skill-section-skills {
  background: #fff;
  padding-top: 55px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.sec-SkillChecklistPages .faqCategories .faqSelect option:disabled {
  color: #a5a5a5;
}

.sec-SkillChecklistPages .faqCategories {
  position: relative;
}

.sec-SkillChecklistPages .faqCategories:after {
  font-family: ico-soliant;
  content: "\e919";
  color: #eb2f48;
  position: absolute;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
}

.sec-SkillChecklistPages .faqCategories + .faqCategories {
  margin-top: 22px;
}

.sec-SkillChecklistPages .faqCategories .faqSelect {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  -webkit-appearance: none;
  line-height: 14px;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  background: #fff;
  border: 1px solid #a5a5a5;
  outline: 0;
  font-family: museo-sans-rounded, sans-serif;
  padding-left: 10px;
  height: 44px;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-title, .sec-SkillChecklistPages .faq-section-faqs .panelInactive .panel-title {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.sec-SkillChecklistPages .faq-section-categories-jump {
  padding-bottom: 34px;
}

.sec-SkillChecklistPages .faq-section-faqs .faqsWrap .faqSecHeading {
  margin-bottom: 30px;
}

.sec-SkillChecklistPages .faq-section-faqs .faqsWrap h3 {
  margin-top: 40px;
}

.sec-SkillChecklistPages .faq-section-faqs .backToTop {
  margin-top: 34px;
}

.sec-SkillChecklistPages .faq-section-faqs .backToTop:after {
  content: "";
}

.sec-SkillChecklistPages .faq-section-faqs .panel-group .panel + .panel {
  margin-top: 17px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-group .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-default .panel-heading {
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-default.panelActive .panel-heading {
  border-radius: 0;
  color: #fff;
  background-color: #52c2b0;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-default.panelInactive .panel-heading {
  border-radius: 0;
  color: #eb2f48;
  background-color: #fff;
}

.sec-SkillChecklistPages .faq-section-faqs .panelInactive .panel-title {
  color: #353635;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-title a {
  display: inline-block;
  width: 100%;
  padding: 12px 0 12px 22px;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-title a:focus, .sec-SkillChecklistPages .faq-section-faqs .panel-title a:hover {
  text-decoration: none;
  color: inherit;
}

.sec-SkillChecklistPages .faq-section-faqs .panelActive .panel-title > a:before {
  float: right !important;
  font-family: ico-soliant;
  content: "\e917";
  padding-right: 18px;
  font-size: 28px;
  color: #fff;
}

.sec-SkillChecklistPages .faq-section-faqs .panelInactive .panel-title > a:before {
  float: right !important;
  font-family: ico-soliant;
  content: "\e919";
  padding-right: 18px;
  font-size: 28px;
  color: #eb2f48;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-group .panel-body {
  padding-left: 22px;
}

.sec-SkillChecklistPages .faq-section-faqs .panel-group .panel-body p {
  line-height: 28px;
}

.sec-SkillChecklistPages .hm-section-requestTalent {
  margin-bottom: 35px;
  margin-top: 42px;
}

.sec-Skillschecklist .skillList {
  list-style-type: none;
  padding-left: 0;
}

.sec-Skillschecklist .skillList li {
  line-height: 22px;
  padding: 5px 0 14px;
}

.sec-Skillschecklist .section-BodyCopy h4 {
  margin-top: 40px;
}

.sec-Skillschecklist .section-BodyCopy .skillsCol:first-of-type {
  padding-left: 0 !important;
}

/* ---------------------------- */
.txtUpper {
  text-transform: uppercase !important;
}

.sec-Credentialing .section-1, .sec-Skillschecklist .section-1 {
  border-bottom: 5px solid #52c2b0;
}

.sec-Credentialing #nv-SubSection, .sec-Skillschecklist #nv-SubSection {
  list-style-type: none;
  padding-left: 0;
  border-right: 1px solid #e5e5e5;
}

section.section-2.section-BodyCopy.pageNotFound {
  margin-bottom: 0;
  margin-top: 0;
}

#nv-SubSection li {
  line-height: 32px;
  padding-bottom: 14px;
}

/* ---------------------------- */
@keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%, 25% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%, 25% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
/* ---------------------------- */
.lds-ellipsis {
  position: relative;
}

.lds-ellipsis div > div, .lds-ellipsis > div {
  width: 30px;
  position: absolute;
  height: 30px;
}

.lds-ellipsis > div {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lds-ellipsis div > div {
  border-radius: 50%;
  background: red;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #c3f9f0;
}

.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: #47b2a1;
}

.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  background: #c3f9f0;
}

.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #47b2a1;
}

.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #c3f9f0;
}

.lds-ellipsis {
  width: 100%;
  height: 30px;
  -webkit-transform: translate(-20px, -20px) scale(0.3) translate(20px, 20px);
  transform: translate(-20px, -20px) scale(0.3) translate(20px, 20px);
  clear: both;
  margin-left: 5%;
}

.home .jobs-loading, .mobile-nav .jobs-loading {
  top: 0;
  margin-left: 10%;
}

.chatWithRecruiterWrap.col-md-1 {
  overflow: hidden;
  margin-left: 0;
  padding-left: 0;
  white-space: unset;
}

.chatWithRecruiterWrap.col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.chatWithRecruiterWrap {
  margin-top: 40px;
}

.d-download::after {
  background-image: url(/wp-content/themes/soliant/images/download.png);
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  margin-left: 1rem;
}

/* MBH Most Beautiful Hospitals */
/* ---------------------------- */
.page-template-pg-most-beautiful-hospital-contest-2023-main-page-voting .hero-mbh-vote-list {
  padding-top: 60px;
}

.sec-MBH-2023-main .hero-mbh-vote-list {
  padding-top: 60px;
}

.mbh-hm-wrap {
  display: inline-block;
  background: #353535;
  width: 100%;
  min-height: 124px;
  position: absolute;
  left: 0;
  bottom: -27px;
  padding-top: 10px;
}
.mbh-hm-wrap .mainMbhHeadline .mainMbhHeadlineBlock br {
  display: none;
}
.mbh-hm-wrap .introMbhHeadline {
  background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 50%;
}
.mbh-hm-wrap .introMbhHeadline .introMbhHeadlineBlock {
  display: inline-block;
  background-color: #353535;
  padding: 10px;
  font-size: 16px;
  line-height: 14px;
  color: #fff;
  font-weight: 500;
  font-family: museo-sans;
}
.mbh-hm-wrap .mainMbhHeadline {
  background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 100%;
  padding-bottom: 4px;
}
.mbh-hm-wrap .mainMbhHeadline .mainMbhHeadlineBlock {
  display: inline-block;
  padding: 0 10px 12px;
  color: #52c2b0;
  font-size: 20px;
  line-height: 20px;
  font-family: museo-slab, serif;
  font-weight: 400;
}
.mbh-hm-wrap .mainMbhHeadline .polls-closed {
  display: inline-block;
}
@media (min-width: 1200px) {
  .mbh-hm-wrap {
    display: inline-block;
    background: #353535;
    width: 100%;
    min-height: 183px;
    position: absolute;
    left: 0;
    bottom: 12px;
  }
  .mbh-hm-wrap .mbh-HM-cta:hover .mainMbhHeadline .mainMbhHeadlineBlock, .mbh-hm-wrap .mbh-HM-cta :focus .mainMbhHeadline .mainMbhHeadlineBlock {
    color: #afddd6;
  }
  .mbh-hm-wrap .mainMbhHeadline .mainMbhHeadlineBlock br {
    display: inline-block;
  }
  .mbh-hm-wrap .introMbhHeadline {
    background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 50%;
  }
  .mbh-hm-wrap .introMbhHeadline .introMbhHeadlineBlock {
    display: inline-block;
    background-color: #353535;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    font-family: museo-sans;
  }
  .mbh-hm-wrap .mainMbhHeadline {
    background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 100%;
    padding-bottom: 7px;
  }
  .mbh-hm-wrap .mainMbhHeadline .mainMbhHeadlineBlock {
    display: inline-block;
    padding: 0px 10px 2px;
    color: #52c2b0;
    font-size: 20px;
    line-height: 28px;
    font-family: museo-slab, serif;
  }
}

.page-template-pg-most-beautiful-hospital-contest-2023 p {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 29px;
  color: #6D6E6D;
}

.sec-MBH-2019 .main-content .section-hospital-blocks .winner-header {
  font-family: Museo Slab;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #eb2f48;
  padding-bottom: 36px;
  padding-top: 32px;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .rank-number {
  font-size: 36px;
  line-height: 43px;
  font-family: Museo Slab;
  color: #353535;
  font-weight: 250;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .rank-hosp-name {
  font-family: museo, sans-serif;
  font-size: 20px;
  line-height: 42px;
  font-weight: 700;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .rank-hosp-name a {
  color: #53C1AF;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .rank-count-total {
  font-style: italic;
  font-weight: 300;
  color: #6d6e6d;
  line-height: 43px;
  font-size: 18px;
  font-family: museo;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .rank-hosp-name-wrap {
  width: auto;
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .thehospital {
  margin: 15px 0;
}
.sec-MBH-2019 .main-content .section-hospital-blocks .teal {
  color: #52c2b0;
}
.sec-MBH-2019 .main-content .section-ctaWinners .teal-bg {
  background-color: #52c2b0;
  display: inline-block;
  margin-top: 0;
}
.sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block {
  /*padding-top: 192px;*/
  background: #53C1AF;
  min-height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus {
  text-decoration: none;
  background: linear-gradient(rgba(83, 193, 175, 0.85), rgba(83, 193, 175, 0.85)), url(/wp-content/themes/soliant/images/mbh-2023/providence-hospital-2023-mbh-winner.jpg);
  min-height: 410px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}
.sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover .btn-blue-on-green:hover, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover .btn-blue-on-green:focus, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus .btn-blue-on-green:hover, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus .btn-blue-on-green:focus {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #53C1AF;
}
.sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover .cta-rank-count, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover .cta-rank-name, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover .cta-rank-count-total, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:hover .ctaHeadline-mbh, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus .cta-rank-count, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus .cta-rank-name, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus .cta-rank-count-total, .sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block:focus .ctaHeadline-mbh {
  text-decoration: none;
}
.sec-MBH-2019 .main-content .section-ctaWinners .winner-feature-block .btn-blue-on-green {
  border: 2px solid #ffffff;
  background-color: #53C1AF;
  color: #ffffff;
}
.sec-MBH-2019 .main-content .section-ctaWinners .cta-rank-name {
  font-family: Museo Slab;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  padding-top: 12px;
  margin-bottom: 0;
}
.sec-MBH-2019 .main-content .section-ctaWinners .cta-rank-count {
  text-align: center;
  font-family: Museo Slab;
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 115px;
  color: #fff;
}
.sec-MBH-2019 .main-content .section-ctaWinners .cta-rank-count-total {
  font-family: Museo;
  font-weight: 300;
  font-size: 30px;
  line-height: 43px;
  color: #fff;
  font-style: italic;
}
.sec-MBH-2019 .main-content p {
  line-height: 28px;
  font-family: museo-slab, serif;
  font-weight: 500;
  color: #6d6e6d;
}
.sec-MBH-2019 .main-content .mbhnomthankyoutext .followUsLabel {
  color: #eb2f48;
  font-size: 20px;
}
.sec-MBH-2019 .main-content .mbhnomthankyoutext .followUsLabel .mbh-follow-icon {
  margin-left: 16px;
  display: inline-block;
}
.sec-MBH-2019 .main-content .mbhnomthankyoutext .followUsLabel .mbh-follow-icon:hover {
  text-decoration: none;
}
.sec-MBH-2019 .main-content .mbhnomthankyoutext .followUsLabel .mbh-follow-icon:focus {
  text-decoration: none;
}
.sec-MBH-2019 .main-content .mbhnomthankyoutext .followUsLabel .mbh-follow-icon .icon-facebook:before {
  color: #eb2f48;
  font-size: 30px;
}
.sec-MBH-2019 .main-content .mbhnomthankyoutext .followUsLabel .mbh-follow-icon .icon-instagram:before {
  color: #eb2f48;
  font-size: 30px;
}
.sec-MBH-2019 .hero-mbh-vote-list {
  text-align: left;
  padding-bottom: 62px;
}
.sec-MBH-2019 .hero-mbh-vote-list h2 {
  margin-bottom: 32px;
  line-height: 38px;
  color: #353535;
  font-weight: 300;
}
.sec-MBH-2019 .contact-section-contact-details {
  padding-bottom: 56px;
}
.sec-MBH-2019 .mbh-contestRules {
  margin-top: 57px;
}

.rank-hosp-name {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 20px;
  line-height: 42px;
  color: #6d6e6d;
  font-weight: 500;
}

.sec-MBH-2023-main .introMbhHeadline {
  /*background: url(/wp-content/themes/soliant/images/horizontal-line.png) repeat-x center 64%;*/
  text-align: center;
  margin: 20px 60px 20px;
}
.sec-MBH-2023-main .introMbhHeadline::before, .sec-MBH-2023-main .introMbhHeadline::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30%;
  border-bottom: 1px solid #ffffff;
}
.sec-MBH-2023-main .introMbhHeadline::before {
  right: 0.5em;
  margin-left: -50%;
}
.sec-MBH-2023-main .introMbhHeadline::after {
  left: 0.5em;
  margin-right: -50%;
}

.section-ctaNominate .ctaBar .ctaHeadline {
  color: #fff;
  background-color: transparent;
  line-height: 36px;
  text-align: center;
  display: block;
  font-style: normal;
}
.section-ctaNominate .ctaBar .ctaBody {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  padding-bottom: 36px;
  margin-bottom: 0;
}

.section-ctaWinners .ctaBar .ctaHeadline {
  color: #fff;
  display: inline-block;
  background-color: #52c2b0;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: museo-slab, serif;
  font-weight: 600;
  font-size: 30px;
  font-style: italic;
}
.section-ctaWinners .ctaBar .introMbhHeadline .ctaHeadline-mbh {
  color: #fff;
  display: inline-block;
  background-color: transparent;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: museo, sans-serif;
  font-weight: 400;
  font-size: 30px;
  /*font-style: italic;*/
}

a.btn.btn-blue-on-green.mbh-btn-jump-2 {
  border: 2px solid #fff;
}

.greyBarProgress {
  min-height: 126px;
}

.sec-pre-winner .section-about-mbh-contest-1 {
  margin-top: 0px;
  padding-top: 62px;
}
.sec-pre-winner .section-why-participate {
  padding-top: 90px;
}

.section-about-mbh-contest-1 {
  margin-top: 96px;
  padding-bottom: 42px;
  padding-top: 96px;
}
.section-about-mbh-contest-1 h2 {
  line-height: 38px;
  margin-bottom: 23px;
  margin-top: 0;
}
.section-about-mbh-contest-1 .img-responsive {
  width: 100%;
}

.section-why-participate {
  padding-top: 42px;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.section-why-participate h2 {
  line-height: 38px;
  margin-bottom: 23px;
  margin-top: 0;
}
.section-why-participate ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-top: 20px;
}
.section-why-participate ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  line-height: 28px;
  padding-bottom: 30px;
  font-family: museo-slab, serif;
  font-weight: 300;
}
.section-why-participate ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #eb2f48;
  font-family: museo-slab, serif;
  font-weight: 700;
  font-size: 36px;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  top: 6px;
}
.section-why-participate .img-responsive {
  width: 100%;
}

.icon-icon-circle-checked-muted:before {
  content: "\e928";
  color: #a5a5a5;
  font-size: 22px;
}

.icon-icon-circle-checked-active:before {
  content: "\e929";
  color: #52c2b0;
  font-size: 22px;
}

.progressBarWrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 0;
  /*	 display: flex;
    justify-content: center;
    align-items: center;
    height: 126px;
  */
  /*padding-top: 32px;
  padding-bottom: 0px;*/
}
.progressBarWrap ul {
  list-style-type: none;
  margin: auto;
  padding: 10px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .progressBarWrap ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    height: 126px;
  }
}
.progressBarWrap ul li {
  /* margin: 25px 20px;*/
  margin: 35px 20px;
}
@media (min-width: 768px) {
  .progressBarWrap ul li {
    margin: 0;
    padding: 0 15px;
    flex: 33.33%;
  }
}
.progressBarWrap .nomDateLabel {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 18px;
  color: #eb2f48;
  line-height: 22px;
}
.progressBarWrap .nomDateLabelMuted {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 18px;
  color: #a5a5a5;
  line-height: 22px;
}
.progressBarWrap .nomEventLabel {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}
.progressBarWrap .nomEventLabelMuted {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 16px;
  color: #a5a5a5;
  line-height: 22px;
}

.nomDateEventLabelWrap .icon-icon-circle-checked-active {
  float: left;
  display: inline-block;
  line-height: 26px;
  margin-right: 9px;
  margin-bottom: 20px;
  /*height: 80px;*/
}
.nomDateEventLabelWrap .icon-icon-circle-checked-muted {
  float: left;
  display: inline-block;
  line-height: 26px;
  margin-right: 9px;
  margin-bottom: 20px;
  /*height: 80px;*/
}

.section-ctaWinners .ctaBar .buttonWrap {
  margin-top: 0;
  display: block;
  text-align: center;
  float: none;
  margin: 50px auto 40px;
  clear: both;
  padding-top: 4px;
}

.white-bg.col-md-10.col-md-offset-1 {
  border: 2px solid #52c2b0;
}

.section-nominateForm {
  padding-top: 45px;
}
.section-nominateForm .h2Teal {
  color: #52c2b0;
  font-family: museo-slab, serif;
  font-size: 48px;
  text-align: center;
  font-family: museo-slab, serif;
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}
.section-nominateForm .form-wrapper .form-group.chk-addToEmailList {
  margin-top: 42px;
}
.section-nominateForm .form-wrapper .gform_body li.gfield .gfield_label {
  line-height: 22px;
}
.section-nominateForm .form-wrapper .gform_body textarea {
  line-height: 22px;
  border: 1px solid #A5A5A5;
  padding: 10px;
  color: #6D6E6D;
  font-weight: 300;
  font-size: 14px;
}
.section-nominateForm .form-wrapper .gform_body .ginput_container_text input {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  /*					&:focus{
  						border: 1px solid #52C2B0;
  						outline: 1px solid #52C2B0;
  					}*/
}
.section-nominateForm .form-wrapper .gform_body .ginput_container_email input {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.section-nominateForm .form-wrapper .helper-sub {
  font-size: 13px;
  line-height: 120%;
  margin-top: 10px;
  padding-left: 20px;
}
.section-nominateForm .form-wrapper .helper-sub .helper-important {
  font-weight: 700;
}
.section-nominateForm .form-wrapper .read-more-policy {
  border: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.section-nominateForm .form-wrapper .more-policy {
  display: none;
}
.section-nominateForm .form-lead .frmTxtArea label {
  font-size: 14px;
  line-height: 22px;
}

.section-winner2018video .h2Teal {
  color: #52c2b0;
  font-family: museo-slab, serif;
  font-size: 48px;
  text-align: center;
  color: #52c2b0;
  font-family: museo-slab, serif;
  font-size: 48px;
  text-align: center;
  font-weight: 400;
}
.section-winner2018video .winner2018videoWrap {
  margin-top: 70px;
  margin-bottom: 75px;
}
.section-winner2018video .video-wrap {
  margin-top: 17px;
}

.helperMBH {
  font-size: 13px;
  line-height: 120%;
  margin-top: 10px;
  padding-left: 0;
}

.form-wrapper {
  padding: 22px 0 67px;
  max-width: 390px;
  margin: 0 auto;
}
.form-wrapper .chk-addToEmailList label {
  font-size: 14px !important;
  line-height: 26px;
  font-weight: 400;
}
.form-wrapper .chk-addToEmailList input#addToEmailList {
  display: inline-block;
  float: left;
  width: 26px;
  font-size: 16px;
  margin-bottom: 16px;
}
.form-wrapper input#nom-HospPhoto {
  height: 48px !important;
}
.form-wrapper .gform_body .ginput_preview {
  padding: 14px 0 0 0;
}
.form-wrapper .gchoice .gfield_required.gfield_required_asterisk {
  padding-right: 1px;
}
.form-wrapper .gform_submission_error {
  color: #eb2f48;
  font-size: 2.4rem;
  line-height: 38px;
}
.form-wrapper .gfield_required.gfield_required_asterisk {
  color: #EE2F49;
  padding-left: 1px;
}
.form-wrapper .fm-note span {
  color: #EE2F49;
}

p.helper span {
  font-size: 13px;
}

.gform_body .chk-addToEmailList li {
  display: flex;
}
.gform_body .chk-addToEmailList li input {
  margin: 5px 10px 0 0;
}

.mbhContactBlockWrap {
  text-align: center;
  /*   padding: 2rem 0;*/
}
.mbhContactBlockWrap .contactIndvWrap {
  padding: 1.5rem 0 0;
}
.mbhContactBlockWrap .h4Teal {
  color: #52c2b0;
  font-family: museo-slab, serif;
  font-size: 24px;
  font-weight: 500;
}
.mbhContactBlockWrap .contactName {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 18px !important;
  line-height: 32px !important;
  color: #6d6e6d !important;
  font-weight: 700 !important;
  margin-bottom: 0;
}
.mbhContactBlockWrap .contactTitle {
  line-height: 28px !important;
  font-family: museo-slab, serif !important;
  font-weight: 500 !important;
  color: #6d6e6d !important;
  font-size: 16px !important;
  margin-bottom: 0;
}
.mbhContactBlockWrap .contactEmail a {
  font-family: museo-sans-rounded, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.contact-section-contact-details {
  padding: 4rem 0;
}
.contact-section-contact-details .mbh-contestRules {
  padding: 1.5rem 0;
}

.hero-mbh-nominate-thankyou h1 {
  color: #52c2b0;
  text-align: center;
}

.mbhnomthankyoutext p {
  font-family: museo-slab, serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #000;
}

.sec-MBH-Nominate-ThankYou .hm-section-two-block {
  margin-top: 46px;
  margin-bottom: 76px;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block img {
  width: 100%;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .twoBlock {
  min-height: auto;
  border: none;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .twoBlock h2 {
  margin-bottom: 5px;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .hmLeftBlock {
  margin-bottom: 20px;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .hmLeftBlock a {
  border: 2px solid #52c2b0;
  border-bottom: 12px solid #52c2b0;
  display: inline-block;
  color: #6d6e6d;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .hmRightBlock {
  margin-bottom: 20px;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .hmRightBlock a {
  border: 2px solid #52c2b0;
  border-bottom: 12px solid #52c2b0;
  display: inline-block;
  color: #6d6e6d;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block a:hover {
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  color: #6d6e6d;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block a:hover .btn-link-cta {
  color: #da223b;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block a:focus {
  text-decoration: none;
}
.sec-MBH-Nominate-ThankYou .hm-section-two-block .btn-link-cta {
  margin-top: 20px;
  display: inline-block;
}
.sec-MBH-Nominate-ThankYou .contact-section-contact-details .pharmacyLocationsBlockWrap img {
  margin: 0 auto;
  max-height: 69px;
}

.hero-mbh-vote-list {
  text-align: left;
  padding-bottom: 62px;
  min-height: 354px;
  /*padding-top: 60px;*/
}
.hero-mbh-vote-list h1 {
  color: #eb2f48;
  font-size: 36px;
}
.hero-mbh-vote-list h2 {
  line-height: 38px;
  margin-bottom: 22px;
}
.hero-mbh-vote-list p {
  font-size: 20px;
  font-family: museo-slab, serif;
  color: #4f4f4f;
  font-weight: 300;
}

.mbh-btn-jump-1 {
  margin-top: 22px;
  font-weight: 600;
}

.section-back-to-social-share {
  margin: 2rem;
}
.section-back-to-social-share .back-to-hospital-list {
  color: #eb2f48;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: museo-slab, serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section-back-to-social-share .back-to-hospital-list img {
  margin-right: 1.75rem;
}
.section-back-to-social-share .back-to-hospital-list span {
  display: none;
}
@media (min-width: 768px) {
  .section-back-to-social-share .back-to-hospital-list span {
    display: inline;
  }
}

.section-hospital-detail-wrap {
  margin-top: 2rem;
  padding-top: 0px;
}
.section-hospital-detail-wrap .input-pressed {
  background: #da223b;
  box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.18s ease-out;
  -moz-transition: 0.18s ease-out;
  -o-transition: 0.18s ease-out;
  transition: 0.18s ease-out;
}
.section-hospital-detail-wrap .jobs-loading {
  top: -19px;
  left: 20px;
}
@media (min-width: 992px) {
  .section-hospital-detail-wrap .jobs-loading {
    top: 17px;
    left: 10px;
  }
}
@media (min-width: 992px) {
  .section-hospital-detail-wrap {
    padding-top: 0px;
  }
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail p {
  font-weight: 300;
  font-size: 16px;
  font-family: museo-slab, serif;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 28px;
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail .header-intro {
  text-align: center;
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail .header-intro h1 {
  color: #eb2f48;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 30px;
  color: #eb2f48;
  text-align: center;
  line-height: 48px;
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail .header-intro h2 {
  color: #eb2f48;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  margin-top: 10px;
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail .header-intro .hosp-location {
  font-family: museo-slab, serif;
  color: #353635;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 40px;
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail .header-intro .btn-sbmtVote {
  margin-top: 10px;
}
.section-hospital-detail-wrap .hero-mbh-hosp-detail .divider-line {
  margin-top: 52px;
  margin-bottom: 10px;
}

.sec-MBH-Hosp-Detail .btn-sbmtVotepgBTM {
  margin-top: 48px;
  margin-bottom: 106px;
}
.sec-MBH-Hosp-Detail .section-hospital-blocks {
  margin-top: 22px;
}
.sec-MBH-Hosp-Detail .section-hospital-blocks .hosp-img-large {
  margin-bottom: 28px;
  margin: auto;
}
.sec-MBH-Hosp-Detail .section-hospital-blocks p {
  font-family: museo-slab, serif;
  font-size: 16px;
  color: #6d6e6d;
  font-weight: 300;
  line-height: 32px;
  text-align: left;
}

.sec-MBH-Vote-Listing .main-content .hero-mbh-vote-list p {
  margin-bottom: 5px;
  margin-top: 20px;
  color: #6d6e6d;
  text-align: left;
}
.sec-MBH-Vote-Listing .main-content .hero-mbh-vote-list ul {
  font-size: 18px;
  font-weight: 300;
}
.sec-MBH-Vote-Listing input#inputLOC {
  padding-left: 34px;
}
.sec-MBH-Vote-Listing .frmJobSearch .inlineIcon.icon-location-marker {
  position: absolute;
  top: 15px;
  left: 26px;
}
.sec-MBH-Vote-Listing .section-hospital-blocks {
  background-color: #f3f5f4;
}

.sec-MBH-Hub .frmJobSearch .form-group:before {
  font-size: 20px;
  content: "\e919";
  color: #eb2f48;
  position: absolute;
  top: 15px;
  right: 30px;
  pointer-events: none;
  font-family: ico-soliant !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group {
  /*.inlineIcon.icon-location-marker {
  	position: absolute;
  	top: 15px;
  	left: 13px;
  	color: #52c2b0;
  	font-size: 18px;
  	z-index: 5;
  	width: 12px;
  }*/
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group .dropdown-toggle:before {
  font-size: 20px;
  content: "\e919";
  color: #eb2f48;
  position: absolute;
  top: 15px;
  right: 14px;
  pointer-events: none;
  font-family: ico-soliant !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group .dropdown-toggle .caret {
  display: none !important;
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group .dropdown-toggle .glyphicon {
  display: none !important;
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group .input-group-addon {
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: transparent;
  text-align: center;
  background-color: #fff;
  border: none !important;
  border-radius: 0;
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group .input-group-addon:hover {
  cursor: pointer;
}
.sec-MBH-Hub .frmJobSearch .combobox-container .input-group .combobox {
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #6d6e6d;
  border: none;
  box-sizing: none;
  box-shadow: none;
  border-radius: 0;
  height: 48px;
  /*padding-left: 34px;*/
  font-weight: 700;
}
.sec-MBH-Hub .frmJobSearch .dropbtn {
  background-color: #4caf50;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.sec-MBH-Hub .frmJobSearch .dropbtn:focus {
  background-color: #3e8e41;
}
.sec-MBH-Hub .frmJobSearch .dropbtn:hover {
  background-color: #3e8e41;
}
.sec-MBH-Hub .frmJobSearch #myInput {
  border-box: box-sizing;
  background-image: url(searchicon.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.sec-MBH-Hub .frmJobSearch #myInput:focus {
  outline: 3px solid #ddd;
}
.sec-MBH-Hub .frmJobSearch .dropdown {
  position: relative;
  display: inline-block;
}
.sec-MBH-Hub .frmJobSearch .dropdown a:hover {
  background-color: #ddd;
}
.sec-MBH-Hub .frmJobSearch .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}
.sec-MBH-Hub .frmJobSearch .dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: none;
}
.sec-MBH-Hub .frmJobSearch .show {
  display: block;
}

.section-hospital-blocks {
  padding-top: 55px;
}
.section-hospital-blocks .btn-sbmtVote-bottom {
  margin-top: 10px;
}
.section-hospital-blocks .hosp-img-large {
  width: 98%;
  margin: 0 auto 40px;
}
.section-hospital-blocks .hosp-Thumb {
  border: 1px solid #52c2b0;
  padding: 0;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-hospital-blocks .hosp-Thumb:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.section-hospital-blocks .grey-bg {
  margin-bottom: 105px;
}

.hosp-Thumb .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  .hosp-Thumb .img-responsive {
    max-height: 190px;
    min-height: 190px;
  }
}
.hosp-Thumb .hosp-Info > div {
  display: flex;
  flex-direction: column;
}

.colHospThumbsWrap {
  display: block;
}
.colHospThumbsWrap .hosp-Thumb .hosp-Info {
  padding: 5px 25px;
}
.colHospThumbsWrap .hosp-Thumb .hosp-Info h2 {
  font-family: museo-slab, serif;
  font-size: 20px;
  color: #000;
  font-weight: 300;
  min-height: 40px;
}
.colHospThumbsWrap .hosp-Thumb .hosp-Info .btn-default:hover {
  background-color: #da223b;
  color: #fff;
}
.colHospThumbsWrap .hosp-Thumb .hosp-Info .hosp-Loc {
  font-family: museo-slab, serif;
  color: #6d6e6d;
  font-weight: 500;
  font-size: 14px;
}
.colHospThumbsWrap .hosp-Thumb .hosp-Info .hosp-desc {
  font-family: museo-sans-rounded, sans-serif;
  color: #6d6e6d;
  font-weight: 500;
  font-size: 14px;
  margin-top: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  height: 120px;
}
.colHospThumbsWrap .hosp-noresults {
  text-align: center;
  margin-bottom: 55px;
}

.hosp-Info .btn {
  margin: 3rem 0 4.9rem;
}

.icon-clear-all:before {
  content: "\e90e";
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 18px;
  left: -16px;
}

.clearAllWrap {
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}
.clearAllWrap:hover {
  text-decoration: none;
  color: #fff;
}

.clearAll {
  color: #fff;
}
.clearAll:active {
  color: #fff;
  text-decoration: none;
}
.clearAll:focus {
  color: #fff;
  text-decoration: none;
}
.clearAll:hover {
  color: #fff;
  text-decoration: none;
}

.btnMBHwrap {
  position: absolute;
  bottom: 40px;
  text-align: center;
}

.hero-mbh-vote-thankyou h1 {
  color: #eb2f48;
  text-align: center;
}
.hero-mbh-vote-thankyou p {
  font-size: 16px;
  font-family: museo-slab, serif;
  color: #4f4f4f;
  font-weight: 300;
  line-height: 32px;
}

.votebar {
  background-color: #52c2b0;
  border-radius: 15px;
  height: 25px;
  width: 0;
}

.votebarWrap {
  background-color: #e0e0e0;
  border-radius: 15px;
  height: 25px;
  width: 100%;
  margin-bottom: 38px;
}

.section-hospSearchBar {
  min-height: 142px;
  background: #353635;
  line-height: 142px;
  vertical-align: middle;
  margin-top: 24px;
}

.sec-MBH-Hub .section-nominateForm .form-lead input#nom-HospPhoto {
  height: 48px !important;
  background-color: #f2f5f4;
  color: #6d6e6d;
  border: 0;
  padding-top: 5px;
  border-color: #fff;
  border-top-left-radius: 0;
  box-sizing: initial;
  border-radius: 0;
  transition: none;
  box-shadow: none;
  padding-left: 0;
  font-weight: 300;
}

.g-recaptcha {
  margin: 15px auto !important;
  width: auto;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: -ms-center;
}

.bk-to-top {
  padding-top: 20px;
  padding-bottom: 110px;
}

.d-download a::after {
  background-image: url(/wp-content/themes/soliant/images/download.png);
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 10px;
}

.mbh-share-outter-wrap .shareIconWrap {
  float: none !important;
}
.mbh-share-outter-wrap .shareIconWrap .icon-twitter:before {
  color: #eb2f48;
  font-size: 22px;
}
.mbh-share-outter-wrap .shareIconWrap .icon-email:before {
  color: #eb2f48;
  font-size: 22px;
}
.mbh-share-outter-wrap .shareIconWrap .icon-share-sm:before {
  color: #eb2f48;
  font-size: 22px;
}
.mbh-share-outter-wrap .icon-facebook:before {
  color: #eb2f48;
  font-size: 22px;
}
.mbh-share-outter-wrap .icon-instagram:before {
  color: #eb2f48;
  font-size: 22px;
}

.follow-us-wrap {
  margin-top: 40px;
  text-align: center;
}
.follow-us-wrap .follow-us-text {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #EB2F48;
  vertical-align: middle;
  /*margin-right: 15px;*/
  display: block;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .follow-us-wrap .follow-us-text {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0px;
  }
}
.follow-us-wrap a {
  margin: auto 12px;
}
.follow-us-wrap a img {
  max-height: 32px;
}
.follow-us-wrap a:last-child {
  margin-right: 0;
}
.follow-us-wrap a:first-child {
  margin-left: 0;
}

@media (max-width: 992px) {
  .section-about-mbh-contest-1 h2 {
    margin-bottom: 23px;
    margin-top: 31px;
  }
  .section-why-participate h2 {
    margin-bottom: 23px;
    margin-top: 31px;
  }
  .mbhContactBlockWrap {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mbhContactBlockWrap .contactIndvWrap {
    margin-bottom: 15px;
  }
  .sec-MBH-2019 .mbh-contestRules {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .mbhContactBlockWrap {
    text-align: center;
  }
  .section-hospSearchBar {
    line-height: 94px;
    min-height: 94px;
  }
  .frmJobSearch .combobox-container .input-group .inlineIcon.icon-location-marker {
    /*display: none;*/
  }
  .frmJobSearch .combobox-container .input-group .input-group-addon {
    /*display: none;*/
  }
  .frmJobSearch .form-group:before {
    /*display: none;*/
  }
  select#normal {
    display: block !important;
    /*text-transform: uppercase;*/
    color: #6d6e6d;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 48px;
    border-radius: 0;
  }
  .combobox-container {
    display: none !important;
  }
  .clearAllWrap {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .colHospThumbsWrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .section-hospital-blocks .hosp-Thumb {
    width: calc(33.333% - 2rem);
  }
}
@media (min-width: 992px) {
  .section-about-mbh-contest-1 .img-responsive {
    width: auto;
  }
  .section-why-participate .img-responsive {
    width: auto;
  }
}
/* thank you */
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .main-content .hero h1 {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #52C2B0;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .main-content .hero p.h1tagline {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 35px;
  color: #353535;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .hm-section-two-block {
  margin-bottom: 60px;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .hm-section-two-block a {
  border: 2px solid #52c2b0;
  border-bottom: 12px solid #52c2b0;
  display: inline-block;
  color: #6d6e6d;
  min-height: 430px;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .hm-section-two-block a:hover {
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  text-decoration: none;
  color: #6d6e6d;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .hm-section-two-block img {
  width: 100%;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .hm-section-two-block .twoBlock {
  min-height: auto;
  border: none;
}
.page-template-pg-most-beautiful-hospital-contest-2023-thank-you .hm-section-two-block .hmLeftBlock {
  margin-bottom: 20px;
}

/* end of thank you*/
.page-template-pg-most-beautiful-hospital-contest-2023-vote .section-jobSearchBar {
  min-height: 142px;
  background: #353635;
  line-height: 142px;
  vertical-align: middle;
  margin-top: 0;
}
.page-template-pg-most-beautiful-hospital-contest-2023-vote .section-jobSearchBar .field-label {
  text-align: left;
  height: 32px;
  color: #fff;
  display: block;
  max-width: 100%;
  line-height: 32px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-template-pg-most-beautiful-hospital-contest-2023-vote .section-jobSearchBar .field-label {
    margin-top: 0;
  }
}
.page-template-pg-most-beautiful-hospital-contest-2023-vote .section-jobSearchBar .section-jobSearchBar .frmJobSearch {
  margin-top: 10px;
}
.page-template-pg-most-beautiful-hospital-contest-2023-vote .section-jobSearchBar .combobox-container .dropdown-menu {
  width: 100%;
}
.page-template-pg-most-beautiful-hospital-contest-2023-vote .section-jobSearchBar .combobox-container .dropdown-menu .dropdown-item {
  line-height: 32px;
}

.sec-Leaderboard .section-hospital-blocks {
  padding-bottom: 55px;
}
.sec-Leaderboard .hero-mbh-thank-you {
  text-align: left;
  padding-bottom: 62px;
  min-height: 354px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .sec-Leaderboard .hero-mbh-thank-you {
    margin-bottom: 30px;
  }
}
.sec-Leaderboard .hero-mbh-thank-you h1 {
  color: #eb2f48;
  font-size: 36px;
  text-align: center;
}
.sec-Leaderboard .hero-mbh-thank-you h2 {
  line-height: 38px;
  margin-bottom: 22px;
}
.sec-Leaderboard .hero-mbh-thank-you p {
  font-size: 20px;
  font-family: museo-slab, serif;
  color: #4f4f4f;
  font-weight: 300;
  text-align: center;
}

.share-hospital {
  /*.sol-sw-hospital {
  	display: inline-block;
  	.swp_social_panel {

  		.total_sharesalt {
  			width: 108px;
  		}
  	}

  }
  .share-link-email, .share-link-twitter, .share-link-facebook {
  		width: 30px;
  		display: inline-block;
  		height: 30px;
  }*/
}
.share-hospital .swp_social_panel {
  margin-top: -3px !important;
  padding-left: 30px;
}
.share-hospital .swp_social_panel .swp_pinterest a .swp_count {
  display: none;
}
@media (min-width: 992px) {
  .share-hospital .swp_social_panel {
    padding-left: 15vw;
  }
}
@media (min-width: 1441px) {
  .share-hospital .swp_social_panel {
    padding-left: 25vw;
  }
}
.share-hospital .swp_social_panel .swp_share_button {
  border: 1px solid #fff !important;
}
.share-hospital .swp_social_panel.swp_default_light_gray_outlines a,
.share-hospital .swp_social_panel .swp_social_panel.swp_individual_light_gray_outlines a:hover,
.share-hospital .swp_social_panel .swp_other_light_gray_outlines:hover a {
  color: #6d6e6d !important;
}
.share-hospital .swp_social_panel .total_shares.total_sharesalt.total_sharesalt,
.share-hospital .swp_social_panel .swp_social_panel .total_shares.total_sharesalt:not(:nth-child(1)),
.share-hospital .swp_social_panel .total_shares.total_sharesalt.total_sharesalt .swp_count,
.share-hospital .swp_social_panel .total_shares.total_sharesalt.total_sharesalt .swp_label {
  color: #6d6e6d !important;
}
.share-hospital .swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt .swp_count {
  line-height: 30px;
  margin-top: 0;
  min-width: unset;
}
.share-hospital .swp_social_panel .swp_share {
  font-size: 1.2rem;
}
.share-hospital .swp_social_panel .swp_count .swp_label {
  display: inline;
  margin-top: 0;
  position: relative;
}

.blog .container a[data-fancybox] {
  display: block;
}
@media (min-width: 768px) {
  .blog .container a[data-fancybox] {
    display: inline;
  }
}

.blog .container .mbhPhoto.alignright {
  float: none;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .blog .container .mbhPhoto.alignright {
    padding-inline-start: 25px;
    float: right;
  }
}

.blog .container p.custom-counter {
  margin-top: 35px;
  margin-bottom: 12px;
}

/* ---------------------------- */
/* Crisis */
/* ---------------------------- */
/**/
.crisis-response-message-wrap {
  display: inline-block;
  background: #353535;
  width: 100%;
  min-height: 100px;
  /*	position: absolute;
  	left: 0;
  	bottom: -27px*/
}

.crisis-response-message-wrap .introMbhHeadline {
  background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 50%;
}

.crisis-response-message-wrap .introMbhHeadline .introMbhHeadlineBlock {
  display: inline-block;
  background-color: #353535;
  padding: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  font-family: museo-sans;
}

.crisis-response-message-wrap .mainMbhHeadline {
  /*	background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 100%;
  	padding-bottom: 4px*/
}

.crisis-response-message-wrap .mainMbhHeadline .mainMbhHeadlineBlock {
  display: inline-block;
  padding: 0 10px 12px;
  color: #52c2b0;
  font-size: 18px;
  line-height: 22px;
  font-family: museo-slab, serif;
  font-weight: 300;
}

.crisis-response-message-wrap .mainMbhHeadline .polls-closed {
  display: inline-block;
}

.crisis-response-message-wrap {
  text-align: center;
}

.crisis-response-message-wrap a {
  display: block;
  min-height: 100px;
}

@media (min-width: 1200px) {
  .crisis-response-message-wrap {
    display: inline-block;
    background: #353535;
    width: 100%;
    text-align: center;
    min-height: 72px;
    /*		min-height: 170px;
    		position: absolute;
    		left: 0;
    		bottom: 13px
    */
  }
  .crisis-response-message-wrap a {
    display: block;
    min-height: 72px;
  }
  .crisis-response-message-wrap .introMbhHeadline {
    background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 50%;
  }
  .crisis-response-message-wrap .introMbhHeadline .introMbhHeadlineBlock {
    display: inline-block;
    background-color: #353535;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    font-family: museo-sans;
  }
  .crisis-response-message-wrap .mainMbhHeadline {
    /*	background: url(/wp-content/themes/soliant/images/horizontal-line.png) no-repeat center 100%;
    padding-bottom: 4px*/
  }
  .crisis-response-message-wrap .mainMbhHeadline .mainMbhHeadlineBlock {
    display: inline-block;
    padding: 0 10px 4px;
    color: #52c2b0;
    font-size: 18px;
    line-height: 26px;
    font-family: museo-slab, serif;
    font-weight: 200;
  }
} /* (min-width:1200px) */
/* ---------------------------- */
/* Resources */
/* ---------------------------- */
.sec-Resources {
  /* 100220 */
  /**/
  /* 4/14/21 Addition */
  /**/
}
.sec-Resources .single-block-wrap {
  max-width: 285px;
  width: 285px;
  position: relative;
}
.sec-Resources .single-block-no-results {
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  padding: 20px 0px;
}
.sec-Resources p.no-results-main {
  color: #39ae9b;
  font-size: 24px;
  font-family: museo-slab, serif;
  font-weight: 700;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.sec-Resources p.no-results-sub {
  color: #6d6e6d;
  font-family: museo-sans-rounded, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
.sec-Resources .double-block-wrap {
  max-width: 305px;
  position: relative;
}
.sec-Resources .jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 0px;
  min-height: 444px;
  padding-bottom: 20px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.sec-Resources .jobCards:focus, .sec-Resources .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}
.sec-Resources .jobCards .jcFooter img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}
.sec-Resources .flexbox-container {
  max-width: max-content;
  margin: 0 auto;
}
.sec-Resources .sec-Resources.sec-Employers .flexbox-container {
  max-width: max-content;
  margin: 0 auto;
  width: 50%;
}
.sec-Resources .wrapResourceFilterGroup span {
  display: flex;
}
.sec-Resources .jcFooter {
  background: #52c2b0;
  margin-top: 0px;
}
.sec-Resources .btn-link-cta {
  bottom: 15px;
  margin-top: 0px;
  max-width: 305px;
  /* min-height: 426px; */
  min-width: 305px;
  padding-bottom: 0px;
  position: absolute;
}
.sec-Resources .jobTitle {
  color: #ffffff;
  font-weight: 500;
  font-family: museo-slab, serif;
  font-size: 11px !important;
  margin-top: 12px;
  min-height: 22px;
  padding-bottom: 5px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.sec-Resources .lblLocation {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 8px;
}
.sec-Resources .jobDesc {
  color: #6d6e6d;
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
}
.sec-Resources .news-section {
  padding-top: 60px;
}
.sec-Resources .mobile-facet-resources-filter-button {
  min-height: 50px;
  margin-top: -34px;
  margin-right: 20px;
}
.sec-Resources #resources_uxFacets {
  margin-top: 0px;
}
.sec-Resources.single-resources .hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 1140px;
  padding: 142px 0 142px;
  z-index: -999;
}
.sec-Resources.single-resources .article-container li {
  color: #6d6e6d;
  font-family: museo-slab, serif;
  font-weight: 300;
  line-height: 2.8rem;
  padding-bottom: 0.7em;
}
.sec-Resources .hero-wp-when-the-world-is-your-workplace {
  background: url(/wp-content/themes/soliant/images/resources/whitepaper-hero-photo-when-the-world-is-your-workplace-1920x538.jpg);
}
.sec-Resources .hero-wp-a-primary-care-debate-nurses-vs-doctors {
  background: url(/wp-content/themes/soliant/images/resources/whitepaper-hero-photo-a-primary-care-debate-nurses-vs-doctors-1920x538.jpg);
}
.sec-Resources .hero-wp-why-recruitment-is-important-the-value-in-choosing-a-recruitment-agency-early {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-why-recruitment-is-important-the-value-in-choosing-a-recruitment-agency-early-1920x538.jpg);
}
.sec-Resources .hero-wp-worker-shortage-americas-next-healthcare-epidemic {
  background: url(/wp-content/themes/soliant/images/resources/whitepaper-hero-photo-worker-shortage-americas-next-healthcare-epidemic-1920x538.jpg);
}
.sec-Resources .hero-wp-the-need-for-healthcare-reform-and-the-shortage-of-primary-care-physicians {
  background: url(/wp-content/themes/soliant/images/resources/whitepaper-hero-photo-the-need-for-healthcare-reform-and-the-shortage-of-primary-care-physicians-1920x538.jpg);
}
.sec-Resources .hero-wp-how-to-decrease-length-of-stay-in-hospitals {
  background: url(/wp-content/themes/soliant/images/resources/whitepaper-hero-photo-how-to-decrease-length-of-stay-in-hospitals-1920x538.jpg);
}
.sec-Resources .hero-wp-7-tips-to-improve-employee-engagement-and-reduceburnout {
  background: url(/wp-content/themes/soliant/images/resources/whitepaper-hero-photo-7-tips-to-improve-employee-engagement-and-reduceburnout-1920x538.jpg);
}
.sec-Resources .hero-art-when-did-nursing-begin {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-when-did-nursing-begin-1920x538.jpg);
}
.sec-Resources .hero-art-5-ways-nurses-save-lives-every-day {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-5-ways-nurses-save-lives-every-day-1920x538.jpg);
}
.sec-Resources .hero-art-medical-careers-that-dont-require-med-school {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-medical-careers-that-dont-require-med-school-1920x538.jpg);
}
.sec-Resources .hero-the-school-nurse-shortage-causes-and-solutions {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-the-school-nurse-shortage-causes-and-solutions-1920x538.jpg);
}
.sec-Resources .hero-school-staffing-and-telehealth-staffing-services {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-school-staffing-and-telehealth-staffing-services-1920x538.jpg);
}
.sec-Resources .hero-how-to-make-your-nursing-resume-stand-out {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-how-to-make-your-nursing-resume-stand-out-1920x538.jpg);
}
.sec-Resources .hero-special-education-teacher-salary-job-description {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-special-education-teacher-salary-job-description-1920x538.jpg);
}
.sec-Resources .hero-best-cities-to-be-a-travel-nurse {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-best-cities-to-be-a-travel-nurse-1920x538.jpg);
}
.sec-Resources .hero-is-pediatric-nursing-right-for-you {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-is-pediatric-nursing-right-for-you-1920x538.jpg);
}
.sec-Resources .hero-local-pharmacy-vs-online-pharmacy {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-local-pharmacy-vs-online-pharmacy-1920x538.jpg);
}
.sec-Resources .hero-speech-language-pathologist-salary-job-description {
  background: url(/wp-content/themes/soliant/images/resources/article-hero-photo-speech-language-pathologist-salary-job-description-1920x538.jpg);
}
.sec-Resources .article-container {
  background: #ffffff;
  max-width: 942px;
}
.sec-Resources .default-header {
  padding-top: 62px;
}
.sec-Resources .default-header h1 {
  color: #52c2b0 !important;
  font-weight: 500;
  font-family: museo-slab, serif;
  font-size: 48px;
}
.sec-Resources .entry-author {
  color: #52c2b0;
  font-weight: 300;
  font-family: museo-slab, serif;
  font-size: 20px;
}
.sec-Resources .featured-intro {
  font-weight: 300;
  font-family: museo-slab, serif;
  font-size: 20px;
  line-height: 180%;
}
.sec-Resources .section-whitePaperSingle p {
  font-weight: 300;
  font-family: museo-slab, serif;
  font-size: 16px;
  /* line-height: 150%; */
  line-height: 28px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.sec-Resources .section-whitePaperSingle .article-container img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.sec-Resources .section-whitePaperSingle h2 {
  margin-bottom: 0px;
  padding-top: 46px;
  padding-bottom: 15px;
}
.sec-Resources .section-whitePaperSingle .featured-intro {
  font-weight: 300;
  font-family: museo-slab, serif;
  font-size: 20px;
  line-height: 180%;
}
.sec-Resources .divider-line {
  margin-bottom: 88px;
}
.sec-Resources .article-container {
  background: #ffffff;
  max-width: 942px;
  margin-top: -144px;
}
.sec-Resources .entry-header {
  margin-top: 56px;
  max-width: 942px;
  padding: 0 50px;
  padding-bottom: 10px;
}
.sec-Resources .entry-header h1 {
  line-height: 50px;
  text-align: center;
}
.sec-Resources .ctaBar {
  min-height: 238px;
  margin: 0px auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sec-Resources .ctaBody {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 52px;
}
.sec-Resources .hm-section-requestTalent {
  margin-bottom: 42px;
}
.sec-Resources .feature-image-wrapper {
  margin-top: 48px;
  /*    margin-left: -100px;*/
  margin-right: auto;
  margin-left: auto;
}
.sec-Resources .feature-image-wrapper img {
  max-width: 932px;
}
.sec-Resources .single-post-article h2 {
  text-align: center;
  margin-bottom: 42px;
}
.sec-Resources .resume-example-wrap {
  color: #000000;
  background: #f2f5f4;
  font-family: "Times New Roman", "serif";
  margin-bottom: 6rem;
  margin-top: 4rem;
  margin-left: -20%;
  max-width: 942px;
  padding: 50px 100px;
  width: 140%;
}
.sec-Resources .resume-example-wrap .resume-example-underline {
  border-bottom: 1px solid #000000;
  margin: 15px 0px 0px;
}
.sec-Resources .resume-example-wrap .resume-example-block {
  padding: 10px 0px;
}
.sec-Resources .resume-example-wrap .resume-example-block p {
  line-height: 16px;
  font-size: 14px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-name {
  line-height: 16px;
  font-size: 16px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-name span {
  line-height: 16px;
  font-size: 14px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-block .floatRight {
  float: right;
}
.sec-Resources .resume-example-wrap .resume-example-block ul li {
  line-height: 16px;
  font-size: 14px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-block ul {
  color: #000000;
  margin: 30px 0 8px;
}
@media (max-width: 768px) {
  .sec-Resources .single-block-wrap {
    width: 84%;
    max-width: 84%;
    margin: 0 auto;
  }
  .sec-Resources .jobCards {
    min-height: 420px;
  }
}
@media (min-width: 768px) {
  .sec-Resources .feature-image-wrapper {
    margin-right: -100px;
    margin-left: -100px;
  }
  .sec-Resources .entry-header {
    min-height: 0px;
  }
  .sec-Resources .entry-header h1 {
    line-height: 50px;
    margin-bottom: 105px;
    text-align: center;
  }
  .sec-Resources .section-whitePaperSingle .feature-image-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sec-Resources .entry-download-pdf {
    display: block;
    margin-bottom: 40px;
    padding-top: 33px;
    padding-bottom: 40px;
  }
  .sec-Resources .divider-line {
    margin-top: 88px;
  }
  .sec-Resources .section-whitePaperSingle .feature-image-wrapper img {
    max-width: 100% !important;
  }
  .sec-Resources .resume-example-wrap {
    max-width: 942px;
    padding: 50px 12%;
    margin: 4rem auto 6rem auto;
    width: 100%;
  }
}
.sec-Resources .resume-example-wrap {
  max-width: 942px;
  background: #f2f5f4;
  font-family: "Times New Roman", "serif";
  padding: 50px 100px;
  color: #000000;
}
.sec-Resources .resume-example-wrap .resume-example-underline {
  border-bottom: 1px solid #000000;
  margin: 15px 0px 0px;
}
.sec-Resources .resume-example-wrap .resume-example-double-underline {
  border-bottom: 2px solid #000000;
  margin: 15px 0px 4px;
  text-align: center;
  font-family: arial;
  padding-bottom: 4px;
}
.sec-Resources .resume-example-wrap .resume-example-block {
  padding: 10px 0px;
}
.sec-Resources .resume-example-wrap .resume-example-block p {
  line-height: 16px;
  font-size: 14px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-block .slim-list {
  margin-top: 2px;
}
.sec-Resources .resume-example-wrap .resume-example-block .floatRight {
  float: right;
}
.sec-Resources .resume-example-wrap .resume-example-block ul {
  color: #000000;
  margin: 30px 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-block ul li {
  line-height: 16px;
  font-size: 14px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-name {
  line-height: 16px;
  font-size: 16px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-name span {
  line-height: 16px;
  font-size: 14px;
  font-family: arial;
  margin: 0 0 8px;
}
.sec-Resources .resume-example-wrap .resume-example-name-centered {
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  font-family: arial;
  margin: 0 0 18px;
}
.sec-Resources .resume-example-wrap .resume-example-center-copy {
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-family: arial;
  margin: 0 auto 18px;
  max-width: 95%;
}
.sec-Resources .resume-example-wrap .resume-example-center-copy-set2 {
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-family: arial;
  margin: 0 auto 8px;
  max-width: 95%;
}
.sec-Resources .resume-example-wrap .resume-example-center-headline {
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  font-family: arial;
  margin: 0 auto 10px;
}
.sec-Resources .resume-example-wrap .resume-example-centered-dark-grey-box {
  border: 1px solid #000000;
  line-height: 16px;
  background-color: #e7e6e6;
  text-align: center;
  padding: 4px;
  font-family: arial;
  margin-bottom: 18px;
}
.sec-Resources .hm-section-resume-example {
  margin-bottom: 42px;
  margin-top: -50px;
}

.sec-Whitepapers-ThankYou .jobCards {
  min-height: 375px;
}

.sec-Whitepapers-ThankYou .jobCards .wpDesc {
  line-height: 24px;
  margin-top: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.sec-Whitepapers-ThankYou .main-content .jobCards .jcFooter {
  background: 0 0;
  min-height: 60px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 23px;
}

.sec-Whitepaper .main-content .apply .form-lead {
  padding-bottom: 110px;
  padding-top: 41px;
}

.sec-Whitepaper .main-content .apply .form-submit .btn-default {
  width: 100%;
  margin-top: 14px;
}

.sec-Whitepaper .main-content .hero-white-paper .divider-line {
  margin-top: 78px;
  margin-bottom: 78px;
}

.sec-Whitepaper .main-content .section-whitePaperSingle {
  margin-top: 0;
}

.sec-Whitepapers-ThankYou .jobCards3BlockWrapper .whitePaperImg {
  margin-top: 20px;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.22);
  float: right;
}

.sec-Whitepapers-ThankYou .jobCards3BlockWrapper .wpTitle {
  font-family: museo-slab, serif;
  font-weight: 300;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}

.section-whitePaperSingle .whitePaperImg, .white-paper-section .whitePaperBlock .whitePaperImg {
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.22);
}

.sec-single-whitepaper .jobCards {
  margin-top: 0px;
  padding-bottom: 20px;
  min-height: 426px;
}

.sec-single-whitepaper .single-post-article .flexbox-container {
  max-width: none;
}

.white-paper-section {
  background: #f2f5f4;
  margin-bottom: 81px;
  padding: 38px 15px 95px;
}

.white-paper-section .whitePaperBlock {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  margin-bottom: 24px;
}

.white-paper-section .whitePaperBlock .wpCopy h2 {
  margin-top: 0;
}

.white-paper-section .whitePaperBlock .wpCopy p {
  line-height: 150%;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

.white-paper-section .whitePaperBlock .btn-default {
  margin-top: 18px;
}

.section-whitePaperSingle .whitePaperImg {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px;
}

.hero-white-paper .btn-default {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .sec-Whitepaper .main-content .section-whitePaperSingle {
    margin-top: 44px;
  }
  .sec-Whitepaper .main-content .apply .form-submit .btn-default {
    width: 71.5%;
    margin-top: 14px;
  }
  .section-whitePaperSingle .whitePaperImg {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.22);
    float: left;
    margin-bottom: 0;
  }
  .sec-Whitepaper .main-content .hero-white-paper .divider-line {
    margin-top: 88px;
    margin-bottom: 40px;
  }
  .white-paper-section .whitePaperBlock {
    position: relative;
  }
  .white-paper-section .whitePaperBlock .wpCopy p {
    line-height: 150%;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0;
  }
  .white-paper-section {
    background: #f2f5f4;
    margin-bottom: 0;
    padding: 55px 0 85px;
  }
  .white-paper-section .whitePaperBlock .noRightP {
    padding-right: 15px !important;
  }
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .jobCards {
    min-height: 248px;
    position: relative;
  }
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .wpTitle {
    font-family: museo-slab, serif;
    font-weight: 300;
    font-size: 32px;
    color: #000;
    line-height: 32px;
  }
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .wpDesc {
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #6d6e6d;
    line-height: 28px;
    margin-top: 20px;
  }
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .whitePaperImg {
    margin-top: 20px;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.22);
    float: right;
  }
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .jcFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .btn-link-cta:after {
    font-size: 12px;
    font-weight: 700;
    padding-left: 14px;
  }
  .sec-Whitepapers-ThankYou .section-4 .jobCards3BlockWrapper .jobCards .jcFooter {
    background: #fff;
    margin-top: 23px;
    margin-left: -15px;
    margin-right: -15px;
    min-height: 48px;
  }
} /* (min-width:768px) */
@media (min-width: 992px) {
  .sec-Whitepapers-ThankYou .jobCards3BlockWrapper .jobCards {
    min-height: 414px;
    position: relative;
  }
  .white-paper-section .whitePaperBlock .noRightP {
    padding-right: 0 !important;
  }
  .white-paper-section .whitePaperBlock .btn-default {
    margin-top: 38px;
    font-weight: 700;
  }
} /* (min-width:992px) */
@media (min-width: 1200px) {
  .white-paper-section .whitePaperBlock .noRightP {
    padding-right: 0 !important;
  }
  .sec-Whitepapers-ThankYou .red-bg.ctaBarShort .ctaHeadline {
    padding-top: 28px;
  }
} /* (min-width:1200px) */
/* ---------------------------- */
/*Flex items*/
.flexbox-container {
  display: flex;
  flex-wrap: wrap;
}

.flexbox-item {
  display: flex;
  padding: 0.5em;
  width: 100%;
}

.section-ctaShort {
  padding-top: 2rem;
}

@media all and (min-width: 40em) {
  .flexbox-item {
    width: 50%;
  }
} /* @media  all and (min-width: 40em)  */
@media all and (min-width: 60em) {
  .flexbox-item {
    width: 33.33%;
  }
  .sec-Resources.sec-Employers .flexbox-container {
    max-width: max-content;
    margin: 0 auto;
  }
} /* @media  all and (min-width: 60em)  */
.flexbox-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%;
}

.flexbox-content p {
  flex: 1 0 auto;
}

.pdf-link {
  background-image: url(/wp-content/themes/soliant/images/resources/pdf-file.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 35px;
  display: inline-block;
  padding-top: 10px;
  font-weight: 700;
  font-family: museo-slab, serif;
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .flexChild, .flexParent {
    display: flex;
  }
  .flexChild {
    flex-shrink: 0;
  }
  a[href^="tel:"], a[href^="tel:"]:hover {
    color: #6d6e6d;
    text-decoration: none;
  }
  .tel {
    text-decoration: underline;
    color: #eb2f48;
    cursor: auto;
  }
  .contact-section-contact-details .tel {
    text-decoration: none;
    color: #ff0000;
    cursor: pointer;
  }
  .sec-Benefits .whyWorkWithUsWrap .commonBenefitsBlockLast {
    margin-bottom: 74px;
  }
  .ctaBar, .home .ctaBar {
    padding-bottom: 0;
  }
  .sec-Benefits .ctaBarShort {
    min-height: 116px;
    margin-bottom: 81px;
  }
  .sec-Benefits .ctaBarShort .buttonWrap {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 33px;
    line-height: 23px;
    min-height: 1px;
  }
  .ctaBarShort {
    min-height: 116px;
    margin-bottom: 45px;
  }
  .sec-Benefits .green-bg .ctaHeadline {
    font-family: museo-slab, serif;
    font-size: 20px;
    color: #39ae9b;
    text-align: left;
    padding-top: 24px;
    margin-bottom: auto;
    margin-top: auto;
    line-height: 32px;
  }
  .about-section-4 {
    padding-top: 98px;
    padding-bottom: 98px;
    margin-bottom: 80px;
  }
  .about-section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 32px;
  }
  .featured-traveler-section {
    background: #f2f5f4;
    padding-top: 55px;
    padding-bottom: 95px;
    margin-bottom: 81px;
  }
  .featured-traveler-section .featuredTravelerBlock {
    background: #fff;
    padding: 42px;
    border-bottom: 10px solid #52c2b0;
    float: none;
    display: block;
    margin-bottom: 44px;
  }
  .noTopM {
    margin-top: 0 !important;
  }
  .hidden-sm {
    display: none;
  }
  .hidden-xs {
    display: block;
  }
  .sec-About .main-content p, .sec-Components .main-content p, .sec-Credentialing .main-content p, .sec-Whitepaper .main-content p {
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 28px;
    font-weight: 300;
    font-size: 16px;
    font-family: museo-slab, serif;
  }
  .sec-About section h2 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 32px;
  }
  .sec-About .job-cards-section h2 {
    margin-bottom: 50px;
  }
  .hm-section-two-block {
    margin-top: 32px;
    margin-bottom: 35px;
  }
  .section-4 .jobCards3BlockWrapper {
    margin-top: 33px;
  }
  .ctaBarShort .buttonWrap {
    display: inline-block;
    margin-bottom: auto;
    margin-top: auto;
    line-height: 116px;
    min-height: 116px;
  }
  .section-ctaShort .container .ctaBarShort .buttonWrap {
    margin-top: 0;
    line-height: 116px;
    min-height: 116px;
  }
  .jobCards3BlockWrapper .jobCards {
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }
  .sec-About .jobCards3BlockWrapper .jobCards {
    min-height: 284px;
    position: relative;
  }
  .sec-About .jobCards3BlockWrapper .jcFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .jobCards {
    margin-bottom: 15px;
    text-align: left;
  }
  .section-4 .jobCards3BlockWrapper .jobCards {
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 284px;
    position: relative;
  }
  .section-4 .jobCards3BlockWrapper .jobCards .jcFooter {
    background: #c0ece5;
    min-height: 60px;
    margin-top: 23px;
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .jobResultsFiltersWrap .jobCardsWrapper .pagination {
    margin-bottom: 65px;
  }
  .pagination .nextBtn {
    line-height: 30px;
  }
  .pagination .numbrItem a, .pagination .numbrItem span {
    position: relative;
    float: left;
    padding: 6px 12px;
    text-decoration: none;
    color: #eb2f48;
    background-color: transparent;
    border: 0;
    margin-left: -1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
  }
  .buttonWrap {
    display: block;
    text-align: center;
    float: none;
    margin: 35px auto;
  }
  .breadcrumb {
    font-size: 12px;
    font-weight: 500;
  }
  .pagination .disabled, .pagination .nextBtn {
    font-size: 14px;
  }
  .jobCards3BlockWrapper .jobCards:hover .jcFooter {
    background: #52c2b0;
  }
  .jobDetailJobTypeLbl {
    margin-top: 36px;
  }
  .pageTitleWrap {
    margin-top: 48px;
    margin-bottom: 14px;
  }
  .shareIconWrap {
    padding: 8px 15px;
    margin-bottom: 20px;
    line-height: 42px;
  }
  .jobDetailsApplyNow, .jobDetailsInfo {
    margin-bottom: 48px;
  }
  .section-2 {
    margin-top: 44px;
    margin-bottom: 90px;
  }
  .commonBenefits span.icon-checked, .commonListItemsBlock span.icon-checked {
    font-size: 16px;
    display: inline-block;
    float: left;
    padding-top: 4px;
    padding-right: 10px;
    min-height: 30px;
  }
  .jobDetailCategoryLbl, .jobDetailJobTypeLbl {
    margin-bottom: 10px;
    color: #52c2b0;
  }
  .jobResultsFiltersWrap {
    background: #f2f5f4;
  }
  .facets-menu-overlay {
    display: none;
  }
  .section-30 {
    padding-bottom: 43px;
  }
  .ctaBarShort .ctaHeadline {
    text-align: left;
    min-height: 116px;
    padding-top: 20px;
    margin-bottom: auto;
    margin-top: auto;
  }
  .page-template-pg-contact--thank-you-candidate .ctaBarShort .ctaHeadline {
    padding-top: 40px;
  }
  .ctaMBHLogo {
    margin-bottom: 20px;
  }
  .mobile-menu-overlay {
    width: 60%;
  }
  .level-wrap {
    width: 40%;
    left: 60%;
  }
  .sec-404-page .hm-section-browseHealthcareJobs {
    margin-bottom: 10px;
  }
  .sec-Components .hm-section-browseHealthcareJobs {
    margin-bottom: 105px;
    background: #f2f5f4;
  }
  .sec-Components .panel-info {
    border-color: #e5e5e5;
  }
  .sec-Components .panel-info .panel-heading {
    color: #fffff;
    background-color: #52c2b0;
    border-color: #e5e5e5;
    min-height: 51px;
  }
  .sec-Components .panel-info .panel-heading .panel-title {
    font-family: museo-slab, serif;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
  }
  .sec-Components .panel-info .btn-link-cta, .sec-Components .panel-info p a {
    text-transform: none;
    font-family: museo-sans-rounded, sans-serif;
    font-size: 14px;
    white-space: normal;
  }
  .sec-Components .panel-info p a {
    color: #eb2f48;
  }
  .sec-Components .panel-info .btn-link-cta:after {
    font-size: 10px;
  }
  .section-ctaShort {
    padding-top: 0rem;
  }
} /* @media (min-width:768px) */
@media (min-width: 992px) {
  .main-content {
    overflow: hidden;
  }
  .sec-FooterLegalTerms .section-BodyCopy {
    margin-bottom: 117px;
  }
  .h1, h1 {
    font-size: 48px;
  }
  .h4, h4 {
    font-size: 24px;
  }
  .ctaBarShort .ctaHeadline {
    font-size: 20px;
    font-family: museo-sans-rounded, sans-serif;
  }
  .looking-to-hire {
    margin-top: 20px;
  }
  .ctaBarShort .ctaHeadline {
    line-height: 32px;
    font-weight: 700;
    color: #39ae9b;
    text-align: left;
    padding-top: 0;
    margin-bottom: auto;
    margin-top: auto;
  }
  .green-bg .ctaHeadline, .red-bg.ctaBarShort .ctaHeadline {
    font-family: museo-slab, serif;
    font-size: 20px;
    text-align: left;
    margin-top: auto;
  }
  .sec-Careers-Apply .red-bg.ctaBarShort .ctaHeadline, .sec-Contact .red-bg.ctaBarShort .ctaHeadline, .sec-Whitepapers-ThankYou .red-bg.ctaBarShort .ctaHeadline {
    text-align: left;
  }
  .sec-Careers-Apply .red-bg.ctaBarShort .ctaHeadline {
    padding-top: 40px;
  }
  .red-bg.ctaBarShort .ctaHeadline {
    color: #fff;
    padding-top: 0;
    margin-bottom: auto;
  }
  .ctaBarShort.green-bg {
    min-height: 116px;
    margin-bottom: 0;
  }
  .green-bg .ctaHeadline {
    color: #39ae9b;
    padding-top: 24px;
    margin-bottom: auto;
    line-height: 32px;
  }
  .pull-right-about {
    float: right !important;
  }
  .pull-left-about {
    float: left !important;
  }
  .hidden-md {
    display: none;
  }
  .testCards {
    min-height: 327px;
    padding: 66px;
  }
  .alumni-wrapper .testCards {
    border: 2px solid #52c2b0;
    border-bottom: 12px solid #52c2b0;
    padding: 20px;
    min-height: 369px;
    background-color: #ffffff;
  }
  .alumni-text {
    font-size: 14px;
    color: #6d6e6d;
    line-height: 24px;
    font-weight: 400;
    padding: 15px;
  }
  .alumni-school-state {
    font-size: 14px;
    color: #6d6e6d;
    line-height: 24px;
    font-weight: 500;
    padding: 15px;
    font-style: italic;
  }
  .sec-About .main-content .testCards:focus, .sec-About .main-content .testCards:hover {
    text-decoration: none;
    color: #6d6e6d;
  }
  .section-testimonials h3 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .lds-ellipsis div > div, .lds-ellipsis > div {
    width: 46px;
    height: 46px;
  }
  .lds-ellipsis {
    width: 46px !important;
    height: 46px !important;
    -webkit-transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
    transform: translate(-20px, -20px) scale(0.2) translate(20px, 20px);
    clear: unset;
    margin-left: 1rem;
    display: inline-block;
    float: left;
  }
} /* @media (min-width:992px) */
@media (min-width: 1200px) {
  .hidden-lg {
    display: none;
  }
} /* @media  (min-width:1200px) */
@media (max-width: 767px) {
  .chatWithRecruiter {
    width: 100%;
    display: block;
    padding-left: 0;
    background: 0 0;
  }
} /* @media  (max-width:767p) */
.sec-best-school-professionals {
  background-color: #f2f5f4;
}
.sec-best-school-professionals .hero-best-school-professionals {
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec-best-school-professionals .hero-best-school-professionals h1 {
  line-height: 4.3rem;
}
.sec-best-school-professionals .hero-best-school-professionals .h2tagline {
  font-weight: 300;
  line-height: 3.2rem;
}
.sec-best-school-professionals .hero-best-school-professionals a {
  font-family: museo-slab, serif;
  margin-top: 4rem;
  padding: 6px 12px;
}
.sec-best-school-professionals .section-divider-red {
  padding: 4rem 0 4.5rem 0;
}
.sec-best-school-professionals .section-latest-candidates h2 {
  padding-bottom: 4rem;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  align-items: flex-start;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate {
  background-color: #ffffff;
  display: grid;
  margin: 2rem 1.2rem 5.4rem;
  min-width: 29rem;
  padding-top: 4rem;
  position: relative;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-headshot {
  position: relative;
  text-align: center;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-headshot img {
  height: 18rem;
  border-radius: 100px;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body {
  display: grid;
  padding: 2.5rem 2rem 2.4rem;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body h3 {
  color: #eb2f48;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0;
  min-height: 4rem;
  text-align: center;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body h4 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin: 0;
  min-height: 8.4rem;
  text-align: center;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body p {
  margin-top: 0;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio {
  font-family: museo-slab, serif;
  font-weight: 100;
  line-height: 1.6;
  min-height: 20rem;
  overflow: hidden;
  padding-right: 5%;
  width: 105%;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio.bio-scroll {
  padding: 0 2rem 1rem 0;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-more-content {
  display: none;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-more-content.more-expanded {
  display: block;
  margin-top: 2rem;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-more, .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-less {
  color: #eb2f48;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-more:hover, .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-less:hover {
  cursor: pointer;
  text-decoration: underline;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .read-less {
  display: none;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-footer {
  background: #52c2b0;
  color: #ffffff;
  font-size: 1.3rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding: 2.8rem 4.6rem 2.2rem 4.6rem;
  text-align: center;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-footer div:nth-of-type(2) {
  margin-top: 1rem;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-footer button {
  background-color: transparent;
  border-width: 0;
  font-family: museo-slab, serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-footer button:hover {
  cursor: pointer;
}
.sec-best-school-professionals .section-latest-candidates .latest-candidates + .text-center {
  margin-top: 4rem;
}
.sec-best-school-professionals .section-latest-candidates .btn {
  font-family: museo-slab, serif;
  padding: 6px 15px;
}
.sec-best-school-professionals .section-latest-candidates .privacy-notice {
  color: #6D6E6D;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 200;
  margin: 3rem auto 5rem;
  text-align: center;
}
.sec-best-school-professionals .section-latest-candidates .wrapper {
  position: relative;
}
.sec-best-school-professionals .section-latest-candidates .paddles .paddle {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 44.5%;
}
.sec-best-school-professionals .section-latest-candidates .paddles .paddle:hover {
  cursor: pointer;
}
.sec-best-school-professionals .section-latest-candidates .paddles .paddle.left-paddle {
  left: -11px;
}
.sec-best-school-professionals .section-latest-candidates .paddles .paddle.right-paddle {
  right: -11px;
}
.sec-best-school-professionals .section-latest-candidates .hidden {
  display: none;
}
.sec-best-school-professionals .section-why-work-with-us {
  background-color: #ffffff;
  padding: 5rem 0;
}
.sec-best-school-professionals .section-why-work-with-us h2 {
  margin-bottom: 3rem;
}
.sec-best-school-professionals .section-why-work-with-us p {
  color: #6D6E6D;
  line-height: 2.9rem;
  margin-bottom: 2rem;
}
.sec-best-school-professionals .section-why-work-with-us .media-object-default {
  margin-top: 10%;
}
.sec-best-school-professionals .section-our-specialties {
  padding: 5rem 0;
}
.sec-best-school-professionals .section-our-specialties h4 {
  margin-bottom: 2rem;
}
.sec-best-school-professionals .section-our-specialties ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 2rem;
}
.sec-best-school-professionals .section-our-specialties ul li {
  margin-top: 1.5rem;
  width: 100%;
  text-align: left;
}
.sec-best-school-professionals .section-our-specialties ul li span {
  margin-right: 1rem;
}
.sec-best-school-professionals .section-closing-cta {
  background-color: #ffffff;
  padding: 4rem 0;
}
.sec-best-school-professionals .section-closing-cta .red-dotted-bg {
  padding-bottom: 5rem;
}
.sec-best-school-professionals .section-closing-cta .red-dotted-bg h4 {
  font-size: 2.2rem;
}
.sec-best-school-professionals textarea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec-best-school-professionals .hero-best-school-professionals .h2tagline {
    line-height: 3rem;
  }
  .sec-best-school-professionals .hero-best-school-professionals a {
    padding: 6px 36px;
  }
  .sec-best-school-professionals .section-latest-candidates .btn {
    min-width: 34rem;
  }
  .sec-best-school-professionals .section-our-specialties ul li {
    width: 33%;
  }
  .sec-best-school-professionals .section-closing-cta .red-dotted-bg {
    padding-bottom: 2rem;
  }
  .sec-best-school-professionals .section-closing-cta .red-dotted-bg h4 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1030px) {
  .sec-best-school-professionals .hero-best-school-professionals h1 {
    font-size: 4.8rem;
    line-height: 5.8rem;
  }
  .sec-best-school-professionals .hero-best-school-professionals .h2tagline {
    line-height: 3.8rem;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: 33% 33% 33%;
    justify-items: center;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate {
    margin: 2rem 1.2rem 8.4rem;
    position: relative;
    display: grid;
    grid-template-rows: 18rem 42rem 7rem;
    min-width: 30rem;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-headshot {
    position: relative;
    text-align: center;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body {
    display: grid;
    grid-template-rows: 4rem 8rem 22rem 4rem;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body h3 {
    min-height: auto;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body h4 {
    min-height: auto;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio {
    height: 90%;
    overflow: hidden;
    padding-right: 5%;
    width: 106%;
    min-height: auto;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio.bio-scroll {
    overflow: scroll;
    box-shadow: 0 -3rem 5rem -2rem rgba(0, 0, 0, 0.15) inset;
    padding: 0 0 1rem 0;
    width: 100%;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio.bio-scroll::-webkit-scrollbar {
    width: 0.65rem;
    background-position: center center;
    height: 0;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio.bio-scroll::-webkit-scrollbar-thumb {
    background-color: #52c2b0;
    border-radius: 0.75rem;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body .latest-candidate-bio.bio-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #fff;
  }
  .sec-best-school-professionals .section-latest-candidates .paddles {
    display: none;
  }
  .sec-best-school-professionals .section-closing-cta .red-dotted-bg {
    padding-bottom: 2rem;
  }
  .sec-best-school-professionals .section-closing-cta .red-dotted-bg h4 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .sec-best-school-professionals .hero-best-school-professionals.hero-img {
    padding-top: 2rem;
  }
  .sec-best-school-professionals .hero-best-school-professionals.hero-img a {
    margin-top: 2.5rem;
  }
  .sec-best-school-professionals .hero-best-school-professionals.hero-img h2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 85%;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate {
    grid-template-rows: 18rem 39rem 7rem;
  }
  .sec-best-school-professionals .section-latest-candidates .latest-candidates .latest-candidate .latest-candidate-body {
    grid-template-rows: 5rem 8rem 19.5rem 4rem;
  }
}
.sec-Targeted-Apply .hero-apply-slp .btn {
  font-family: museo-slab, serif;
  font-weight: bold;
  margin-top: 4rem;
}
.sec-Targeted-Apply .whyWorkWithUsWrap img {
  height: 115px;
}
@media (min-width: 768px) {
  .sec-Targeted-Apply .whyWorkWithUsWrap h4 {
    min-height: 10rem;
  }
}
@media (min-width: 768px) {
  .sec-Targeted-Apply .whyWorkWithUsWrap h4 {
    min-height: 8rem;
  }
}
.sec-Targeted-Apply .section-form {
  padding-top: 9rem;
}
.sec-Targeted-Apply .section-form h2 {
  color: #52C2B0;
}
.sec-Targeted-Apply .section-working-with-soliant {
  padding: 9rem 0 0 0;
}
.sec-Targeted-Apply .section-working-with-soliant p, .sec-Targeted-Apply .section-working-with-soliant li {
  line-height: 2.9rem;
}
.sec-Targeted-Apply .section-working-with-soliant img {
  margin-bottom: 3rem;
}
.sec-Targeted-Apply .section-offer-slp-cfys {
  padding: 9rem 0;
}
.sec-Targeted-Apply .section-offer-slp-cfys p, .sec-Targeted-Apply .section-offer-slp-cfys li {
  line-height: 2.9rem;
}
.sec-Targeted-Apply .section-offer-slp-cfys img {
  margin-bottom: 3rem;
}
.sec-Targeted-Apply .red-dotted-bg .buttonWrap {
  margin-bottom: 3rem;
  margin-top: 4rem;
}
.sec-Targeted-Apply .red-dotted-bg .link-jobs {
  color: #ffffff;
  display: block;
  font-family: museo-slab, serif;
  margin-top: 2rem;
}
.sec-Targeted-Apply .red-dotted-bg .link-jobs:after {
  padding-left: 5px;
  speak: none;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  padding-right: 5px;
  content: "\e900";
  font-family: ico-soliant !important;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  font-size: 10px;
}
.sec-Targeted-Apply .section-article-carousel {
  padding: 4rem 0;
}

.sec-Targeted-Apply-Thank-You .hero-apply-slp-thank-you .btn {
  font-family: museo-slab, serif;
  font-weight: bold;
  margin-top: 4rem;
}
.sec-Targeted-Apply-Thank-You .section-browse-healthcare-jobs {
  padding-bottom: 0;
}
.sec-Targeted-Apply-Thank-You .ctaBarShort {
  margin-top: 4.5rem;
}
.sec-Targeted-Apply-Thank-You .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
.sec-Targeted-Apply-Thank-You .ctaBarShort {
  margin-top: 4.5rem;
}
.sec-Targeted-Apply-Thank-You .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
@media (min-width: 768px) {
  .sec-Targeted-Apply-Thank-You .ctaBarShort .ctaHeadline {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .sec-Targeted-Apply-Thank-You .ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
}

.page-template-pg-targeted-apply-school-psychologist .view-all-resources a.btn-link-cta {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
.page-template-pg-targeted-apply-school-psychologist .view-all-resources a.btn-link-cta:after {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.page-template-pg-targeted-apply-school-psychologist .section-browse-healthcare-jobs .view-all-resources {
  text-align: center;
  margin: 3rem;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-school-psychologist .section-browse-healthcare-jobs .view-all-resources {
    text-align: right;
  }
}

.page-template-pg-targeted-apply-school-psychologist .section-offer-slp-cfys {
  padding-top: 4.8rem;
}

.page-template-pg-targeted-apply-school-psychologist .hero-apply-school-psych .btn {
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-top: 4rem;
}

.page-template-pg-targeted-apply-school-psychologist .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}

.page-template-pg-targeted-apply-school-psychologist .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.page-template-pg-targeted-apply-school-psychologist-thank-you .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}

.page-template-pg-targeted-apply-school-psychologist-thank-you .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.page-template-pg-targeted-apply-school-psychologist .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-pg-targeted-apply-school-psychologist .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-pg-targeted-apply-school-psychologist-thank-you .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-pg-targeted-apply-school-psychologist-thank-you .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-template-pg-targeted-apply-school-psychologist .whyWorkWithUsWrap h4 {
  line-height: 29px;
  font-weight: 300;
}

.page-template-pg-targeted-apply-school-psychologist .apply .form-note {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.page-template-pg-targeted-apply-school-psychologist .section-form {
  padding-top: 3rem;
}

.page-template-pg-targeted-apply-school-psychologist .section-form h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 0;
}

.page-template-pg-targeted-apply-school-psychologist .hide-mobile {
  display: none;
}

.page-template-pg-targeted-apply-school-psychologist .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-top: 0px;
  color: #6d6e6d;
}

@media (min-width: 768px) {
  .page-template-pg-targeted-apply-school-psychologist .whyWorkWithUsWrap .whyWorkWithUsBlock p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding-bottom: 0;
    padding-top: 21px;
    color: #6d6e6d;
  }
  .page-template-pg-targeted-apply-school-psychologist .hide-mobile {
    display: block;
  }
  .page-template-pg-targeted-apply-school-psychologist .section-form {
    padding-top: 9rem;
  }
  .page-template-pg-targeted-apply-school-psychologist .section-form h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 23px;
  }
  .page-template-pg-targeted-apply-school-psychologist .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-school-psychologist .jobCards .lblLocation {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-school-psychologist .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-school-psychologist-thank-you .jobCards .lblLocation {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-school-psychologist-thank-you .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-school-psychologist .text-headline-copy {
    margin-top: 8%;
  }
  .page-template-pg-targeted-apply-school-psychologist .ctaHeadline {
    line-height: 112px;
  }
  .hero-apply-school-psych {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-school-psychologist .image-with-icon-left {
  position: relative;
}

.page-template-pg-targeted-apply-school-psychologist .image-with-icon-left .image-icon-left {
  position: absolute;
  z-index: 1;
  top: -56px;
  left: -64px;
}

.page-template-pg-targeted-apply-school-psychologist .image-with-icon-left .image-photo-right {
  position: absolute;
}

/* OR Nurse & CVOR Nurse Jobs - Nationwide */
.page-template-pg-targeted-apply-operating-nurse-jobs {
  /*end 768*/
  /*end 992*/
  /*.orNurseJobCardsBlockWrapper .jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  }*/
}
.page-template-pg-targeted-apply-operating-nurse-jobs .form-wrapper .formbutton {
  width: 100%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .get-to-know-us {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #6D6E6D;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .get-to-know-us a:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 0.4rem;
  position: relative;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-red-cta {
  padding: 0 0 6rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero form {
  padding-top: 0;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .col--benefits-wrapper {
  margin-top: 7.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles {
  padding-top: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper .form-wrapper p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-content {
  text-align: left;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-md {
  height: auto;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .row.justify-content-between {
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper .form-wrapper {
  padding: 5.6rem 4rem 3rem;
  background-color: #BFE4DF;
  text-align: left;
}
@media (min-width: 576px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper .form-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs .section--benefits {
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper {
    position: relative;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--hero-content {
    /* padding-right: 5%;
     padding-left: 5%;*/
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper .form-wrapper {
    margin: 0 auto 10rem;
  }
}
@media (min-width: 1030px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs {
    /*    .col--form-wrapper .form-wrapper {  position: absolute;}*/
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper .form-wrapper {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--benefits-wrapper {
    /*      padding-bottom: 18rem;*/
  }
}
@media (min-width: 1240px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs .col--form-wrapper .form-wrapper {
    padding: 9rem 6rem 7rem;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .pull-right-image-container {
  display: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-browse-healthcare-jobs .view-all-resources {
  text-align: center;
  margin: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-nursing-or a.btn.btn-default {
  min-width: 205px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: museo-slab, serif;
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .red-dotted-bg .buttonWrap {
  margin-bottom: 6rem;
  margin-top: 2.4rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .view-all-resources a.btn-link-cta {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .view-all-resources a.btn-link-cta:after {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-form label.gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 1.7rem;
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-form .apply p.fm-note {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 13px;
  color: #6D6E6D;
  line-height: 1.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-form .apply p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles h2 {
  margin-top: 3.7rem;
  margin-bottom: 4.2rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-offer-slp-cfys img {
  margin-bottom: 6.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .pull-right-copy-container {
  padding-bottom: 5.1rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .sec-Careers section h2 {
  margin-bottom: 4.2rem;
  margin-top: 4.7rem;
  line-height: 150%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .red-dotted-bg .ctaBar h4.ctaHeadline.text-center {
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs a.btn.btn-blue-on-red {
  min-width: 16.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-offer-slp-cfys p {
  font-family: museo-slab, serif;
  font-weight: 300;
  color: #6D6E6D;
  padding-bottom: 3.7rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-offer-slp-cfys h2 {
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper h2.text-center {
  width: 75%;
  margin: 0 auto;
  line-height: 38px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-testimonials h3.text-center {
  margin-top: 4.7rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 250px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .swiper-pagination-testCards.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 5.2rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .swiper-container.orNurseJobCardsSwipper.center-block.swiper-container-horizontal {
  margin-top: 2.8rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper a.btn {
  margin-top: 5.1rem;
  min-width: 20.5rem;
  font-family: museo-slab, serif;
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .btn:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hm-section-whyWorkWithUs {
  margin-top: 3.6rem;
  padding-bottom: 6.8rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-offer-slp-cfys {
  padding-top: 4rem;
  /*margin-bottom: 6.5rem;*/
  padding-bottom: 0;
  margin-top: 6.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-school-psych .btn {
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-top: 4rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .whyWorkWithUsWrap h4 {
  line-height: 29px;
  font-weight: 300;
  min-height: 5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .apply .form-note {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-form {
  padding-top: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .section-form h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hide-mobile {
  display: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-top: 0px;
  color: #6d6e6d;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-nursing-or {
  padding-bottom: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-nursing-or {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
  background-size: contain;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs {
    /*	.orNurseJobCardsBlockWrapper .jobCards {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6d6e6d;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    }*/
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section.about-section-5.section-testimonials {
    margin-top: 6rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 65px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock .whyWorkWithUsWrap .media-body {
    min-height: 290px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlockLast {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-browse-healthcare-jobs .view-all-resources {
    text-align: right;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .pull-right-copy-container {
    padding-bottom: 5.1rem;
    padding-left: 5rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .pull-left-copy-container {
    padding-bottom: 5.1rem;
    padding-right: 5rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs a.btn.btn-blue-on-red {
    min-width: 21.1rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-form .apply p.fm-note {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-form .apply p {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding-bottom: 0;
    padding-top: 7px;
    color: #6d6e6d;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .hide-mobile {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-form {
    padding-top: 9rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-form h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0% no-repeat;
    background-size: contain;
    padding-bottom: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .pull-right-image-container {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .text-headline-copy {
    margin-top: 8%;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .ctaHeadline {
    line-height: 85px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs .hero-apply-school-psych {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs .image-with-icon-left {
  position: relative;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .image-with-icon-left .image-icon-left {
  position: absolute;
  z-index: 1;
  top: -56px;
  left: -64px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .image-with-icon-left .image-photo-right {
  position: absolute;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper {
  /*	background: $light-gray;*/
  padding-top: 4.7rem;
  text-align: center;
  /*background: #ffffff;*/
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards:focus, .page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards:hover .jcFooter {
  background: #52c2b0;
  color: #fff;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards .jobTitle .jobTitleLink:hover {
  text-decoration: none;
}

/* end page-template-pg-targeted-apply-cardiovascular-operating-room-nurse */
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  margin-bottom: 2.6rem;
  font-family: museo-slab, serif;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 38px;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
}

/* Travel Nurse Careers */
.page-template-pg-targeted-apply-travel-nurse-careers {
  /*end 768*/
  /*end 992*/
  /*.orNurseJobCardsBlockWrapper .jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  }*/
}
.page-template-pg-targeted-apply-travel-nurse-careers .form-wrapper .formbutton {
  width: 100%;
}
.page-template-pg-targeted-apply-travel-nurse-careers .get-to-know-us {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #6D6E6D;
}
.page-template-pg-targeted-apply-travel-nurse-careers .get-to-know-us a:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 0.4rem;
  position: relative;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-red-cta {
  padding: 0 0 6rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero form {
  padding-top: 0;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .col--benefits-wrapper {
  margin-top: 7.9rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-swipe-articles {
  padding-top: 0;
}
.page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper .form-wrapper p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-content {
  text-align: left;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-md {
  height: auto;
}
.page-template-pg-targeted-apply-travel-nurse-careers .row.justify-content-between {
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper .form-wrapper {
  padding: 5.6rem 4rem 3rem;
  background-color: #BFE4DF;
  text-align: left;
}
@media (min-width: 576px) {
  .page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper .form-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-travel-nurse-careers .section--benefits {
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper {
    position: relative;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--hero-content {
    /* padding-right: 5%;
     padding-left: 5%;*/
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper .form-wrapper {
    margin: 0 auto 10rem;
  }
}
@media (min-width: 1030px) {
  .page-template-pg-targeted-apply-travel-nurse-careers {
    /*    .col--form-wrapper .form-wrapper {  position: absolute;}*/
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper .form-wrapper {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .col--benefits-wrapper {
    /*      padding-bottom: 18rem;*/
  }
}
@media (min-width: 1240px) {
  .page-template-pg-targeted-apply-travel-nurse-careers .col--form-wrapper .form-wrapper {
    padding: 9rem 6rem 7rem;
  }
}
.page-template-pg-targeted-apply-travel-nurse-careers .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-travel-nurse-careers .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-travel-nurse-careers .pull-right-image-container {
  display: none;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-browse-healthcare-jobs .view-all-resources {
  text-align: center;
  margin: 3rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-nursing-or a.btn.btn-default {
  min-width: 205px;
}
.page-template-pg-targeted-apply-travel-nurse-careers .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: museo-slab, serif;
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .red-dotted-bg .buttonWrap {
  margin-bottom: 6rem;
  margin-top: 2.4rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .view-all-resources a.btn-link-cta {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
.page-template-pg-targeted-apply-travel-nurse-careers .view-all-resources a.btn-link-cta:after {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-form label.gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 1.7rem;
  font-weight: 600;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-form .apply p.fm-note {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 13px;
  color: #6D6E6D;
  line-height: 1.9rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-form .apply p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-swipe-articles h2 {
  margin-top: 3.7rem;
  margin-bottom: 4.2rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-offer-slp-cfys img {
  margin-bottom: 6.5rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .pull-right-copy-container {
  padding-bottom: 5.1rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .sec-Careers section h2 {
  margin-bottom: 4.2rem;
  margin-top: 4.7rem;
  line-height: 150%;
}
.page-template-pg-targeted-apply-travel-nurse-careers .red-dotted-bg .ctaBar h4.ctaHeadline.text-center {
  font-weight: 600;
}
.page-template-pg-targeted-apply-travel-nurse-careers a.btn.btn-blue-on-red {
  min-width: 16.5rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-offer-slp-cfys p {
  font-family: museo-slab, serif;
  font-weight: 300;
  color: #6D6E6D;
  padding-bottom: 3.7rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-offer-slp-cfys h2 {
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper h2.text-center {
  width: 75%;
  margin: 0 auto;
  line-height: 38px;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-testimonials h3.text-center {
  margin-top: 4.7rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 250px;
}
.page-template-pg-targeted-apply-travel-nurse-careers .swiper-pagination-testCards.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 5.2rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .swiper-container.orNurseJobCardsSwipper.center-block.swiper-container-horizontal {
  margin-top: 2.8rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper a.btn {
  margin-top: 5.1rem;
  min-width: 20.5rem;
  font-family: museo-slab, serif;
  font-weight: 600;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .btn:focus, .page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .btn:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hm-section-whyWorkWithUs {
  margin-top: 3.6rem;
  padding-bottom: 6.8rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-offer-slp-cfys {
  padding-top: 4rem;
  /*margin-bottom: 6.5rem;*/
  padding-bottom: 0;
  margin-top: 6.5rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-school-psych .btn {
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-top: 4rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .whyWorkWithUsWrap h4 {
  line-height: 29px;
  font-weight: 300;
  min-height: 5rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .apply .form-note {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-form {
  padding-top: 3rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .section-form h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hide-mobile {
  display: none;
}
.page-template-pg-targeted-apply-travel-nurse-careers .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-top: 0px;
  color: #6d6e6d;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-nursing-or {
  padding-bottom: 0;
}
.page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-nursing-or {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-2254x420.jpg) 50% 0 no-repeat;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-travel-nurse-careers {
    /*	.orNurseJobCardsBlockWrapper .jobCards {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6d6e6d;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    }*/
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section.about-section-5.section-testimonials {
    margin-top: 6rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 65px;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .whyWorkWithUsWrap .whyWorkWithUsBlock .whyWorkWithUsWrap .media-body {
    min-height: 290px;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .whyWorkWithUsWrap .whyWorkWithUsBlockLast {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-browse-healthcare-jobs .view-all-resources {
    text-align: right;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .pull-right-copy-container {
    padding-bottom: 5.1rem;
    padding-left: 5rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .pull-left-copy-container {
    padding-bottom: 5.1rem;
    padding-right: 5rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers a.btn.btn-blue-on-red {
    min-width: 21.1rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-travel-nurse-careers .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-form .apply p.fm-note {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-form .apply p {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .whyWorkWithUsWrap .whyWorkWithUsBlock p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding-bottom: 0;
    padding-top: 7px;
    color: #6d6e6d;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .hide-mobile {
    display: block;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-form {
    padding-top: 9rem;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-form h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-2254x420.jpg) 50% 0% no-repeat;
    padding-bottom: 0;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .pull-right-image-container {
    display: block;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .text-headline-copy {
    margin-top: 8%;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .ctaHeadline {
    line-height: 85px;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-travel-nurse-careers .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers .hero-apply-school-psych {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-travel-nurse-careers .image-with-icon-left {
  position: relative;
}
.page-template-pg-targeted-apply-travel-nurse-careers .image-with-icon-left .image-icon-left {
  position: absolute;
  z-index: 1;
  top: -56px;
  left: -64px;
}
.page-template-pg-targeted-apply-travel-nurse-careers .image-with-icon-left .image-photo-right {
  position: absolute;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper {
  /*	background: $light-gray;*/
  padding-top: 4.7rem;
  text-align: center;
  /*background: #ffffff;*/
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .jobCards:focus, .page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .jobCards:hover .jcFooter {
  background: #52c2b0;
  color: #fff;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-travel-nurse-careers .orNurseJobCardsBlockWrapper .jobCards .jobTitle .jobTitleLink:hover {
  text-decoration: none;
}

/* end page-template-pg-targeted-apply-travel-nurse-careers */
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-travel-nurse-careers-thank-you .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-travel-nurse-careers-thank-you .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  margin-bottom: 2.6rem;
  font-family: museo-slab, serif;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-travel-nurse-careers-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 38px;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-travel-nurse-careers-thank-you .ctaBarShort .ctaHeadline {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-travel-nurse-careers-thank-you .ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
}

/* CVOR Nurse Jobs */
.page-template-pg-targeted-apply-cvor-nurse-jobs {
  /*end 768*/
  /*end 992*/
  /*.orNurseJobCardsBlockWrapper .jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  }*/
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .form-wrapper .formbutton {
  width: 100%;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .get-to-know-us {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #6D6E6D;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .get-to-know-us a:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 0.4rem;
  position: relative;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-red-cta {
  padding: 0 0 6rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero form {
  padding-top: 0;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .col--benefits-wrapper {
  margin-top: 7.9rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-swipe-articles {
  padding-top: 0;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper .form-wrapper p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-content {
  text-align: left;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-md {
  height: auto;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .row.justify-content-between {
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper .form-wrapper {
  padding: 5.6rem 4rem 3rem;
  background-color: #BFE4DF;
  text-align: left;
}
@media (min-width: 576px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper .form-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section--benefits {
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper {
    position: relative;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--hero-content {
    /* padding-right: 5%;
     padding-left: 5%;*/
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper .form-wrapper {
    margin: 0 auto 10rem;
  }
}
@media (min-width: 1030px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs {
    /*    .col--form-wrapper .form-wrapper {  position: absolute;}*/
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper .form-wrapper {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--benefits-wrapper {
    /*      padding-bottom: 18rem;*/
  }
}
@media (min-width: 1240px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs .col--form-wrapper .form-wrapper {
    padding: 9rem 6rem 7rem;
  }
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .pull-right-image-container {
  display: none;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-browse-healthcare-jobs .view-all-resources {
  text-align: center;
  margin: 3rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-nursing-or a.btn.btn-default {
  min-width: 205px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: museo-slab, serif;
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .red-dotted-bg .buttonWrap {
  margin-bottom: 6rem;
  margin-top: 2.4rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .view-all-resources a.btn-link-cta {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .view-all-resources a.btn-link-cta:after {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-form label.gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 1.7rem;
  font-weight: 600;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-form .apply p.fm-note {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 13px;
  color: #6D6E6D;
  line-height: 1.9rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-form .apply p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-swipe-articles h2 {
  margin-top: 3.7rem;
  margin-bottom: 4.2rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-offer-slp-cfys img {
  margin-bottom: 6.5rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .pull-right-copy-container {
  padding-bottom: 5.1rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .sec-Careers section h2 {
  margin-bottom: 4.2rem;
  margin-top: 4.7rem;
  line-height: 150%;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .red-dotted-bg .ctaBar h4.ctaHeadline.text-center {
  font-weight: 600;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs a.btn.btn-blue-on-red {
  min-width: 16.5rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-offer-slp-cfys p {
  font-family: museo-slab, serif;
  font-weight: 300;
  color: #6D6E6D;
  padding-bottom: 3.7rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-offer-slp-cfys h2 {
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper h2.text-center {
  width: 75%;
  margin: 0 auto;
  line-height: 38px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-testimonials h3.text-center {
  margin-top: 4.7rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 250px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .swiper-pagination-testCards.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 5.2rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .swiper-container.orNurseJobCardsSwipper.center-block.swiper-container-horizontal {
  margin-top: 2.8rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper a.btn {
  margin-top: 5.1rem;
  min-width: 20.5rem;
  font-family: museo-slab, serif;
  font-weight: 600;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .btn:focus, .page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .btn:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hm-section-whyWorkWithUs {
  margin-top: 3.6rem;
  padding-bottom: 6.8rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-offer-slp-cfys {
  padding-top: 4rem;
  /*margin-bottom: 6.5rem;*/
  padding-bottom: 0;
  margin-top: 6.5rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-school-psych .btn {
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-top: 4rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .whyWorkWithUsWrap h4 {
  line-height: 29px;
  font-weight: 300;
  min-height: 5rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .apply .form-note {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-form {
  padding-top: 3rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .section-form h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hide-mobile {
  display: none;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-top: 0px;
  color: #6d6e6d;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-nursing-or {
  padding-bottom: 0;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-nursing-or {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-2254x420.jpg) 50% 0 no-repeat;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs {
    /*	.orNurseJobCardsBlockWrapper .jobCards {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6d6e6d;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    }*/
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section.about-section-5.section-testimonials {
    margin-top: 6rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 65px;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock .whyWorkWithUsWrap .media-body {
    min-height: 290px;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlockLast {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-browse-healthcare-jobs .view-all-resources {
    text-align: right;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .pull-right-copy-container {
    padding-bottom: 5.1rem;
    padding-left: 5rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .pull-left-copy-container {
    padding-bottom: 5.1rem;
    padding-right: 5rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs a.btn.btn-blue-on-red {
    min-width: 21.1rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-cvor-nurse-jobs .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-form .apply p.fm-note {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-form .apply p {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding-bottom: 0;
    padding-top: 7px;
    color: #6d6e6d;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .hide-mobile {
    display: block;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-form {
    padding-top: 9rem;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-form h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-2254x420.jpg) 50% 0% no-repeat;
    padding-bottom: 0;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .pull-right-image-container {
    display: block;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .text-headline-copy {
    margin-top: 8%;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .ctaHeadline {
    line-height: 85px;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-cvor-nurse-jobs .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs .hero-apply-school-psych {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .image-with-icon-left {
  position: relative;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .image-with-icon-left .image-icon-left {
  position: absolute;
  z-index: 1;
  top: -56px;
  left: -64px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .image-with-icon-left .image-photo-right {
  position: absolute;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper {
  /*	background: $light-gray;*/
  padding-top: 4.7rem;
  text-align: center;
  /*background: #ffffff;*/
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards:focus, .page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards:hover .jcFooter {
  background: #52c2b0;
  color: #fff;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs .orNurseJobCardsBlockWrapper .jobCards .jobTitle .jobTitleLink:hover {
  text-decoration: none;
}

/* end page-template-pg-targeted-apply-cardiovascular-operating-room-nurse */
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  margin-bottom: 2.6rem;
  font-family: museo-slab, serif;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 38px;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-cvor-nurse-jobs-thank-you .ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
}

/* Surgical Technologist Jobs */
.page-template-pg-targeted-apply-surgical-technologist-jobs {
  /*end 768*/
  /*end 992*/
  /*.orNurseJobCardsBlockWrapper .jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  }*/
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .form-wrapper .formbutton {
  width: 100%;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .get-to-know-us {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #6D6E6D;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .get-to-know-us a:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 0.4rem;
  position: relative;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-red-cta {
  padding: 0 0 6rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero form {
  padding-top: 0;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .col--benefits-wrapper {
  margin-top: 7.9rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-swipe-articles {
  padding-top: 0;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper .form-wrapper p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-content {
  text-align: left;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-md {
  height: auto;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .row.justify-content-between {
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper .form-wrapper {
  padding: 5.6rem 4rem 3rem;
  background-color: #BFE4DF;
  text-align: left;
}
@media (min-width: 576px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper .form-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section--benefits {
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper {
    position: relative;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--hero-content {
    /* padding-right: 5%;
     padding-left: 5%;*/
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper .form-wrapper {
    margin: 0 auto 10rem;
  }
}
@media (min-width: 1030px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs {
    /*    .col--form-wrapper .form-wrapper {  position: absolute;}*/
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper .form-wrapper {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--benefits-wrapper {
    /*      padding-bottom: 18rem;*/
  }
}
@media (min-width: 1240px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs .col--form-wrapper .form-wrapper {
    padding: 9rem 6rem 7rem;
  }
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .pull-right-image-container {
  display: none;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-browse-healthcare-jobs .view-all-resources {
  text-align: center;
  margin: 3rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-nursing-or a.btn.btn-default {
  min-width: 205px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: museo-slab, serif;
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .red-dotted-bg .buttonWrap {
  margin-bottom: 6rem;
  margin-top: 2.4rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .view-all-resources a.btn-link-cta {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .view-all-resources a.btn-link-cta:after {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-form label.gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 1.7rem;
  font-weight: 600;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-form .apply p.fm-note {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 13px;
  color: #6D6E6D;
  line-height: 1.9rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-form .apply p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-swipe-articles h2 {
  margin-top: 3.7rem;
  margin-bottom: 4.2rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-offer-slp-cfys img {
  margin-bottom: 6.5rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .pull-right-copy-container {
  padding-bottom: 5.1rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .sec-Careers section h2 {
  margin-bottom: 4.2rem;
  margin-top: 4.7rem;
  line-height: 150%;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .red-dotted-bg .ctaBar h4.ctaHeadline.text-center {
  font-weight: 600;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs a.btn.btn-blue-on-red {
  min-width: 16.5rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-offer-slp-cfys p {
  font-family: museo-slab, serif;
  font-weight: 300;
  color: #6D6E6D;
  padding-bottom: 3.7rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-offer-slp-cfys h2 {
  line-height: 4.8rem;
  margin-bottom: 2.5rem;
  margin-top: 0;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper h2.text-center {
  width: 75%;
  margin: 0 auto;
  line-height: 38px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-testimonials h3.text-center {
  margin-top: 4.7rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 250px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .swiper-pagination-testCards.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 5.2rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .swiper-container.orNurseJobCardsSwipper.center-block.swiper-container-horizontal {
  margin-top: 2.8rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper a.btn {
  margin-top: 5.1rem;
  min-width: 20.5rem;
  font-family: museo-slab, serif;
  font-weight: 600;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .btn:focus, .page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .btn:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hm-section-whyWorkWithUs {
  margin-top: 3.6rem;
  padding-bottom: 6.8rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-offer-slp-cfys {
  padding-top: 4rem;
  /*margin-bottom: 6.5rem;*/
  padding-bottom: 0;
  margin-top: 6.5rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-school-psych .btn {
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-top: 4rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .whyWorkWithUsWrap h4 {
  line-height: 29px;
  font-weight: 300;
  min-height: 5rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .apply .form-note {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-form {
  padding-top: 3rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .section-form h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hide-mobile {
  display: none;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-top: 0px;
  color: #6d6e6d;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-nursing-or {
  padding-bottom: 0;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-nursing-or {
  background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-surgical-tech-2254x420.jpg) no-repeat;
  background-size: auto 502px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs {
    /*	.orNurseJobCardsBlockWrapper .jobCards {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6d6e6d;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    }*/
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section.about-section-5.section-testimonials {
    margin-top: 6rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 65px;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock .whyWorkWithUsWrap .media-body {
    min-height: 290px;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .whyWorkWithUsWrap .whyWorkWithUsBlockLast {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-browse-healthcare-jobs .view-all-resources {
    text-align: right;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .pull-right-copy-container {
    padding-bottom: 5.1rem;
    padding-left: 5rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .pull-left-copy-container {
    padding-bottom: 5.1rem;
    padding-right: 5rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs a.btn.btn-blue-on-red {
    min-width: 21.1rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-surgical-technologist-jobs .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-form .apply p.fm-note {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-form .apply p {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .whyWorkWithUsWrap .whyWorkWithUsBlock p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    padding-bottom: 0;
    padding-top: 7px;
    color: #6d6e6d;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .hide-mobile {
    display: block;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-form {
    padding-top: 9rem;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-form h2 {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-surgical-tech-2254x420.jpg) no-repeat;
    background-size: auto 518px;
    padding-bottom: 0;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .pull-right-image-container {
    display: block;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .text-headline-copy {
    margin-top: 8%;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .ctaHeadline {
    line-height: 85px;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-surgical-technologist-jobs .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs .hero-apply-school-psych {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .image-with-icon-left {
  position: relative;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .image-with-icon-left .image-icon-left {
  position: absolute;
  z-index: 1;
  top: -56px;
  left: -64px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .image-with-icon-left .image-photo-right {
  position: absolute;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper {
  /*	background: $light-gray;*/
  padding-top: 4.7rem;
  text-align: center;
  /*background: #ffffff;*/
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .jobCards:focus, .page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .jobCards:hover .jcFooter {
  background: #52c2b0;
  color: #fff;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs .orNurseJobCardsBlockWrapper .jobCards .jobTitle .jobTitleLink:hover {
  text-decoration: none;
}

/* end page-template-pg-targeted-apply-surgical-technologist-jobs */
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  margin-bottom: 2.6rem;
  font-family: museo-slab, serif;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 38px;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .ctaBarShort .ctaHeadline {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-surgical-technologist-jobs-thank-you .ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
}

/* OR Nurse & CVOR Nurse Jobs - Nationwide */
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b {
  /* hide nav */
  /*	VERSION B */
  /**/
  /*  .section-offer-slp-cfys {
      padding-top: 4rem;
      padding-bottom: 0;
      margin-top: 6.5rem;

    }*/
  /*  .hero-apply-nursing-or {
      min-height: 420px;
      padding: 45px 0 0;
    }*/
  /*	    .hero-apply-nursing-or {
        background: url(/wp-content/themes/soliant/images/hero/hero-apply-header-2254x420.jpg) 50% 0 no-repeat;
        background-size: contain;
        padding-bottom: 0;
      }*/
  /*end 768*/
  /*end 992*/
  /*.orNurseJobCardsBlockWrapper .jobCards {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #6d6e6d;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  }*/
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .nav-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a ul.main-nav-links, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .main-nav-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .nav-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b ul.main-nav-links, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .main-nav-container {
  display: none !important;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a.sec-OR-CVOR-nurse-b .main-nav-row, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a.sec-OR-CVOR-nurse-b .mainNav, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a.sec-OR-CVOR-nurse-b .navbar, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b.sec-OR-CVOR-nurse-b .main-nav-row, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b.sec-OR-CVOR-nurse-b .mainNav, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b.sec-OR-CVOR-nurse-b .navbar {
  display: none !important;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a a.btn, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b a.btn {
  font-family: museo-slab, serif;
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .cookie-msg, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .cookie-msg {
  z-index: 15;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b .soliant-logo img, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b .soliant-logo img {
  width: 200px;
  height: 61.58px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or {
  background-image: url(/wp-content/themes/soliant/images/hero/hero-apply-header-2254x420.jpg);
  background-position: 0px -20px;
  min-width: 100%;
  background-size: cover;
  padding-bottom: 0;
  min-height: 420px;
  padding: 30px 0 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or .btn, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or .btn {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or {
    font-size: 4.8rem;
    line-height: 5.6rem;
    text-align: center;
    margin-bottom: 0px;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or h1 {
  color: #EE2F49;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
    text-align: center;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b h1 {
  color: #EE2F49;
  font-size: 3.6rem;
  line-height: 4.2rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b h1 {
    font-size: 4.8rem;
    line-height: 5.6rem;
    text-align: left;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-inner-wrap-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-inner-wrap-or-b {
  padding: 50% 15px 10%;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-inner-wrap-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-inner-wrap-or-b {
    padding: 10% 15px;
  }
}
@media (min-width: 1030px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-inner-wrap-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-inner-wrap-or-b {
    padding-right: 8%;
  }
}
@media (min-width: 1300px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-inner-wrap-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-inner-wrap-or-b {
    padding-right: 0%;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or p.h1tagline, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or p.h1tagline {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or p.h1tagline, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or p.h1tagline {
    text-align: center;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b {
  text-align: center;
  background-image: linear-gradient(0deg, #EE2F49 43.5%, rgba(235, 47, 72, 0.5) 50.18%, rgba(235, 47, 72, 0) 76.35%), url(/wp-content/themes/soliant/images/hero/soliant-or-nurse-header-m.jpg);
  background-position: 0% 0%;
  min-width: 100%;
  background-size: contain;
  padding-bottom: 0;
  min-height: 537px;
  padding: 0 0 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b div h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b div p.h1tagline, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b div h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b div p.h1tagline {
  text-align: left;
  color: #ffffff;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b .hero-inner-wrap-or-b a.btn, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b .hero-inner-wrap-or-b a.btn {
  width: 44%;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #EE2F49;
  font-family: museo-slab, serif;
  font-weight: 600;
  font-size: 15px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b .hero-inner-wrap-or-b a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b .hero-inner-wrap-or-b a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b .hero-inner-wrap-or-b a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b .hero-inner-wrap-or-b a.btn:hover {
  background-color: #BFE4DF;
  text-decoration: none;
  color: #EE2F49;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b {
    /*	background-image: linear-gradient(283.66deg, #EE2F49 10.57%, rgba(235, 47, 72, 0.5) 37.73%, rgba(235, 47, 72, 0) 66.65%), url(/wp-content/themes/soliant/images/hero/soliant-or-nurse-header-m.jpg);*/
  }
}
@media screen and (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b {
    background-image: linear-gradient(283.66deg, #EE2F49 10.57%, rgba(235, 47, 72, 0.5) 37.73%, rgba(235, 47, 72, 0) 66.65%), url(/wp-content/themes/soliant/images/hero/soliant-or-nurse-header.jpg);
  }
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or-b, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or-b {
    font-size: 4.8rem;
    line-height: 5.6rem;
    margin-bottom: 0px;
    text-align: left;
    background-position: 0px 20%;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-the-soliant-team, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-the-soliant-team {
  margin-top: 0rem;
  padding: 6rem 0;
}
@media screen and (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-the-soliant-team, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-the-soliant-team {
    margin-top: 4.5rem;
    padding: 6rem 0;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-the-soliant-team .pull-left-copy-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-the-soliant-team .pull-left-copy-container {
  padding-bottom: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-the-soliant-team p:last-of-type, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-the-soliant-team p:last-of-type {
  padding-bottom: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section.about-section-5.section-testimonials, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section.about-section-5.section-testimonials {
  margin-top: 2rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a.sec-OR-CVOR-nurse-b .section.about-section-5.section-testimonials, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b.sec-OR-CVOR-nurse-b .section.about-section-5.section-testimonials {
  margin-top: 5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .benefits-list-icons, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .benefits-list-icons {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  display: grid;
  column-gap: 40px;
  list-style-type: none;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .benefits-list-icons, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .benefits-list-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .benefits-list-icons li, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .benefits-list-icons li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .benefits-list-icons li span img, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .benefits-list-icons li span img {
  margin-bottom: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hm-section-whyWorkWithUs .filled-circle, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hm-section-whyWorkWithUs .filled-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #53C1AF;
  margin: 0 auto;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlock .filled-circle p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlock .filled-circle p {
  font-weight: 300;
  font-size: 40px;
  color: #fff;
  padding-bottom: 0;
  padding-top: 13px;
  font-family: museo-slab, serif;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlock, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlock {
  margin-bottom: 56px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap h2 {
  color: #53C1AF;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap h4, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  min-height: 5rem;
  color: #353535;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap p {
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section.about-section-5.section-testimonials h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section.about-section-5.section-testimonials h2 {
  color: #53C1AF;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-button-prev-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-button-prev-testCards {
  position: absolute;
  cursor: pointer;
  padding: 15px 0;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-button-next-testCards {
    z-index: 10;
    bottom: -12%;
    top: inherit;
    right: 40%;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-button-prev-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-button-prev-testCards {
    z-index: 10;
    bottom: -12%;
    top: inherit;
    left: 40%;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testimonialsCards2BlockWrapper .swiper-pagination-bullet, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testimonialsCards2BlockWrapper .swiper-pagination-bullet {
  display: inline-block;
  background-color: #c4c4c4;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 5px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-pagination-bullet-active, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testimonialsCards2BlockWrapper .swiper-pagination-bullet-active, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-pagination-bullet-active, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testimonialsCards2BlockWrapper .swiper-pagination-bullet-active {
  background-color: #EE2F49;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards {
  min-height: inherit;
  padding: 28px 40px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .left-double-quote, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .right-double-quote, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .left-double-quote, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .right-double-quote {
  color: #BFE4DF;
  font-size: 48px;
  font-family: "Rockwell";
  font-weight: 700;
  margin-right: 32px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .double-quotes, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .double-quotes {
  display: block;
  color: #BFE4DF;
  font-size: 48px;
  font-family: "Rockwell";
  font-weight: 700;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .double-quotes::before, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .double-quotes::before {
  content: "“";
  display: block;
  text-align: center;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .double-quotes::after, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .double-quotes::after {
  content: "";
}
@media screen and (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .double-quotes, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .double-quotes {
    display: table;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .double-quotes::before, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .double-quotes::before {
    content: "“";
    color: #BFE4DF;
    font-size: 48px;
    font-family: "Rockwell";
    font-weight: 700;
    padding-right: 32px;
    display: table-cell;
    vertical-align: middle;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .double-quotes::after, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .double-quotes::after {
    content: "”";
    color: #BFE4DF;
    font-size: 48px;
    font-family: "Rockwell";
    font-weight: 700;
    padding-left: 32px;
    display: table-cell;
    vertical-align: middle;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .testDesc, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .testDesc {
  font-family: "Museo Slab";
  font-weight: 300;
  font-size: 24px;
  color: #6D6E6D;
  text-align: center;
  margin-bottom: 22px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .testCards .quoteAttrAuthNameTitle, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .testCards .quoteAttrAuthNameTitle {
  font-family: "Museo Slab";
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #6D6E6D;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys.section-benefits-for-you, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys.section-benefits-for-you {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys.section-benefits-for-you .pull-right-copy-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys.section-benefits-for-you .pull-right-copy-container {
  padding-bottom: 3rem;
  padding-left: 15px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys.section-benefits-for-you .pull-right-copy-container p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys.section-benefits-for-you .pull-right-copy-container p {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys.section-benefits-for-you .pull-right-copy-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys.section-benefits-for-you .pull-right-copy-container {
    padding-left: 5rem;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys.section-benefits-for-you .pull-right-image-container img, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys.section-benefits-for-you .pull-right-image-container img {
  width: 100%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap a.btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap a.btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap a.btn:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.form-rq-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.form-rq-note {
  max-width: 98%;
  margin: 0 auto;
  width: 98%;
  text-align: right;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.form-rq-note span, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.form-rq-note span {
  color: #EE2F49;
  padding-left: 1px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.form-rq-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.form-rq-note {
    max-width: 458px;
    margin: 0 auto;
    width: 458px;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.form-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.form-note {
  max-width: 98%;
  width: 98%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.form-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.form-note {
    max-width: 458px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 458px;
    float: none;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .fm-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .fm-note {
  max-width: 98%;
  width: 98%;
  padding: 0 15px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gform_validation_error_link, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gform_validation_error_link {
  color: #eb2f48;
  font-weight: 700;
  line-height: 22px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gform_submission_error, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gform_submission_error {
  color: #eb2f48;
  font-size: 2.4rem;
  line-height: 38px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .validation_message, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .validation_error, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .validation_message, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .validation_error {
  color: #eb2f48;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gform_validation_errors ol, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gform_validation_errors ol {
  padding-left: 15px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .read-more-policy, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .read-more-policy {
  border: 0;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .read-more-policy:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .read-more-policy:hover {
  cursor: pointer;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .more-policy, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .more-policy {
  display: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .form-lead, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .form-lead {
  padding-top: 0px;
  padding-bottom: 102px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .jb-resume-file, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .jb-resume-file {
  /*display: none;*/
  display: block;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .formbutton, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .formbutton {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .formbutton, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .formbutton {
    width: 75%;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .btn-default, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .btn-default {
  background-color: #52c2b0;
  color: #fff;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .btn-default:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .btn-default:focus {
  background-color: #afddd6;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .btn-default:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .btn-default:hover {
  background-color: #afddd6;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_text input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_text select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_text .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_email input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_email select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_email .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_phone input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_phone select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_phone .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .sub_select input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .sub_select select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .sub_select .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_complex input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_complex select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_complex .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_text input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_text select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_text .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_email input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_email select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_email .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_phone input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_phone select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_phone .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .sub_select input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .sub_select select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .sub_select .file-upload, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_complex input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_complex select, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_complex .file-upload {
  width: 100%;
  border: 1px solid #6d6e6d;
  box-sizing: border-box;
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .form-field-fname, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .form-field-lname, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .form-field-phone, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .form-field-fname, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .form-field-lname, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .form-field-phone {
  width: 66%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .ginput_container_phone input, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .ginput_container_phone input {
  /*min-width: 248px;*/
  width: 100%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gfield_required.gfield_required_asterisk, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .fm-note span, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gfield_required.gfield_required_asterisk, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .fm-note span {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gfield_required.gfield_required_asterisk, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gfield_required.gfield_required_asterisk {
  padding-left: 1px;
}
@media screen and (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper {
    max-width: 458px;
    margin: 0 auto;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gf_left_half, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gf_left_half {
    display: inline-block;
    margin-right: 8%;
    width: 46%;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gf_right_half, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gf_right_half {
    display: inline-block;
    width: 46%;
    float: right;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .gfield_visibility_hidden, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .gfield_visibility_hidden {
    display: none;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .form-wrapper .formbutton, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .form-wrapper .formbutton {
  width: 100%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .get-to-know-us, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .get-to-know-us {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #6D6E6D;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .get-to-know-us a:after, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .get-to-know-us a:after {
  content: "\e919";
  font-family: ico-soliant !important;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 0.4rem;
  position: relative;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-red-cta, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-red-cta {
  padding: 0 0 6rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero form, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero form {
  padding-top: 0;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--benefits-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--benefits-wrapper {
  margin-top: 7.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-swipe-articles, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-swipe-articles {
  padding-top: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper .form-wrapper p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper .form-wrapper p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-content, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-content {
  text-align: left;
  padding-bottom: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-md, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-md {
  height: auto;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .row.justify-content-between, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .row.justify-content-between {
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper .form-wrapper {
  padding: 5.6rem 4rem 3rem;
  background-color: #BFE4DF;
  text-align: left;
}
@media (min-width: 576px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper .form-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section--benefits, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section--benefits {
    margin-right: -15px;
    margin-left: -15px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper {
    position: relative;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--hero-content, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--hero-content {
    /* padding-right: 5%;
     padding-left: 5%;*/
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--benefits-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper .form-wrapper {
    margin: 0 auto 10rem;
  }
}
@media (min-width: 1030px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b {
    /*    .col--form-wrapper .form-wrapper {  position: absolute;}*/
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper .form-wrapper {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--benefits-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--benefits-wrapper {
    margin-top: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--benefits-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--benefits-wrapper {
    /*      padding-bottom: 18rem;*/
  }
}
@media (min-width: 1240px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .col--form-wrapper .form-wrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .col--form-wrapper .form-wrapper {
    padding: 9rem 6rem 7rem;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .jobCards .jcFooter .lblJobType, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .jobCards .lblLocation, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .pull-right-image-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .pull-right-image-container {
  display: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-browse-healthcare-jobs .view-all-resources, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-browse-healthcare-jobs .view-all-resources {
  text-align: center;
  margin: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or a.btn.btn-default, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or a.btn.btn-default {
  min-width: 205px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .jobCards .jobDesc, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or h1, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-nursing-or p.h1tagline, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-family: museo-slab, serif;
  padding-bottom: 2.8rem;
  padding-top: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .red-dotted-bg .buttonWrap, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .red-dotted-bg .buttonWrap {
  margin-bottom: 6rem;
  margin-top: 2.4rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .view-all-resources a.btn-link-cta, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .view-all-resources a.btn-link-cta {
  font-weight: 300;
  font-size: 16px;
  text-transform: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .view-all-resources a.btn-link-cta:after, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .view-all-resources a.btn-link-cta:after {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form label.gfield_label, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form label.gfield_label {
  color: #6d6e6d;
  font-size: 14px;
  line-height: 1.7rem;
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.fm-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.fm-note {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 13px;
  color: #6D6E6D;
  line-height: 1.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p {
  font-family: museo-slab, serif;
  font-weight: 400;
  font-size: 16px;
  color: #6D6E6D;
  line-height: 2.9rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-swipe-articles h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-swipe-articles h2 {
  margin-top: 3.7rem;
  margin-bottom: 4.2rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .pull-right-copy-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .pull-right-copy-container {
  padding-bottom: 5.1rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .sec-Careers section h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .sec-Careers section h2 {
  margin-bottom: 4.2rem;
  margin-top: 4.7rem;
  line-height: 150%;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .red-dotted-bg .ctaBar h4.ctaHeadline.text-center, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .red-dotted-bg .ctaBar h4.ctaHeadline.text-center {
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a a.btn.btn-blue-on-red, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b a.btn.btn-blue-on-red {
  min-width: 16.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys p {
  font-family: museo-slab, serif;
  font-weight: 300;
  color: #6D6E6D;
  padding-bottom: 3.7rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-offer-slp-cfys h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-offer-slp-cfys h2 {
  line-height: 4.8rem;
  margin-bottom: 2rem;
  margin-top: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper h2.text-center, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper h2.text-center {
  width: 75%;
  margin: 0 auto;
  line-height: 38px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-testimonials h3.text-center, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-testimonials h3.text-center {
  margin-top: 4.7rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-slide, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 250px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-pagination-testCards.swiper-pagination-clickable.swiper-pagination-bullets, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-pagination-testCards.swiper-pagination-clickable.swiper-pagination-bullets {
  margin-top: 0;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .swiper-container.orNurseJobCardsSwipper.center-block.swiper-container-horizontal, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .swiper-container.orNurseJobCardsSwipper.center-block.swiper-container-horizontal {
  margin-top: 2.8rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper a.btn, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper a.btn {
  margin-top: 5.1rem;
  min-width: 20.5rem;
  font-family: museo-slab, serif;
  font-weight: 600;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .btn:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .btn:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .btn:hover {
  background: #da223b;
  color: #fff;
  text-decoration: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hm-section-whyWorkWithUs, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hm-section-whyWorkWithUs {
  margin-top: 3.6rem;
  padding-bottom: 6.8rem;
  background-color: #F1F5F5;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-school-psych .btn, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-school-psych .btn {
  font-family: museo-slab, serif;
  font-weight: 700;
  margin-top: 4rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .apply .form-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .apply .form-note {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form {
  padding-top: 3rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 1.5rem;
  color: #353535;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hide-mobile, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hide-mobile {
  display: none;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlock p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlock p {
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding-bottom: 0;
  padding-top: 0px;
  color: #6d6e6d;
  line-height: 2.9rem;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b {
    /*    .section.about-section-5.section-testimonials {
          margin-top: 6rem;
        }*/
    /*	.orNurseJobCardsBlockWrapper .jobCards {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #6d6e6d;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    }*/
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlock, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlock {
    margin-bottom: 65px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlock .whyWorkWithUsWrap .media-body, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlock .whyWorkWithUsWrap .media-body {
    min-height: 290px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlockLast, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlockLast {
    margin-bottom: 0;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-browse-healthcare-jobs .view-all-resources, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-browse-healthcare-jobs .view-all-resources {
    text-align: right;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .pull-right-copy-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .pull-right-copy-container {
    padding-bottom: 5.1rem;
    padding-left: 5rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .pull-left-copy-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .pull-left-copy-container {
    padding-bottom: 5.1rem;
    padding-right: 5rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a a.btn.btn-blue-on-red, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b a.btn.btn-blue-on-red {
    min-width: 21.1rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-swipe-articles .swiper-button-prev-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p.fm-note, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p.fm-note {
    font-family: museo-slab, serif;
    font-weight: 600;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form .apply p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form .apply p {
    font-family: museo-slab, serif;
    font-weight: 400;
    font-size: 16px;
    color: #6D6E6D;
    line-height: 2.9rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .whyWorkWithUsWrap .whyWorkWithUsBlock p, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .whyWorkWithUsWrap .whyWorkWithUsBlock p {
    font-weight: 300;
    font-size: 40px;
    color: #fff;
    padding-bottom: 0;
    padding-top: 13px;
    font-family: museo-slab, serif;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hide-mobile, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hide-mobile {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form {
    padding-top: 9rem;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-form h2, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-form h2 {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 4.8rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b {
    /*	.hero-apply-nursing-or {
          background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0% no-repeat;
          background-size: contain;
          padding-bottom: 0;
        }*/
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .jobCards .jcFooter .lblJobType, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .pull-right-image-container, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .pull-right-image-container {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .text-headline-copy, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .text-headline-copy {
    margin-top: 8%;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .ctaHeadline, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .ctaHeadline {
    line-height: 85px;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .section-swipe-articles .swiper-button-prev-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-swipe-articles .swiper-button-next-testCards, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .section-swipe-articles .swiper-button-prev-testCards {
    display: block;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .hero-apply-school-psych, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .hero-apply-school-psych {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-school-psych.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .image-with-icon-left, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .image-with-icon-left {
  position: relative;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .image-with-icon-left .image-icon-left, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .image-with-icon-left .image-icon-left {
  position: absolute;
  z-index: 1;
  top: -56px;
  left: -64px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .image-with-icon-left .image-photo-right, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .image-with-icon-left .image-photo-right {
  position: absolute;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper {
  /*	background: $light-gray;*/
  padding-top: 4.7rem;
  text-align: center;
  /*background: #ffffff;*/
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .jobCards:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .jobCards:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .jobCards:focus, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .jobCards:hover {
  border: 1px solid #52c2b0;
  color: #6d6e6d;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .jobCards:hover .jcFooter, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .jobCards:hover .jcFooter {
  background: #52c2b0;
  color: #fff;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .jobCards .jobTitle, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a .orNurseJobCardsBlockWrapper .jobCards .jobTitle .jobTitleLink:hover, .page-template-pg-targeted-apply-operating-nurse-jobs-lp-b .orNurseJobCardsBlockWrapper .jobCards .jobTitle .jobTitleLink:hover {
  text-decoration: none;
}

/* end page-template-pg-targeted-apply-cardiovascular-operating-room-nurse */
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .jobCards .jcFooter .lblJobType {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .jobCards .lblLocation {
  width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .jobCards .jcFooter .lblJobType {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: inherit;
  }
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .hero-apply-nursing-or {
    background: url(/wp-content/themes/soliant/images/hero/hero-apply-nursing-or.jpg) 50% 0 no-repeat;
    background-size: cover;
  }
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .jobCards3BlockWrapper .jobCards .jobTitle {
  font-size: 22px;
  color: #eb2f48;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 32px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .jobCards .jobDesc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
  margin-bottom: 2.6rem;
  font-family: museo-slab, serif;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .hero-apply-nursing-or h1 {
  color: #EE2F49;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .hero-apply-nursing-or p.h1tagline {
  color: #353535;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 52px;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .ctaBarShort {
  margin-top: 4.5rem;
}
.page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .ctaBarShort .ctaHeadline {
  color: #ffffff;
  line-height: 38px;
}
@media (min-width: 768px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .ctaBarShort .ctaHeadline {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .page-template-pg-targeted-apply-operating-nurse-jobs-lp-a-thank-you .ctaBarShort .ctaHeadline {
    line-height: 112px;
  }
}

.nav-scroll nav, .nav-scroll-about nav {
  overflow-y: hidden;
}

.mainNav {
  background-color: #f2f5f4;
  transition: 0.4s;
}
.mainNav__dk {
  background-color: #353535;
}
.mainNav__dk .main-nav-links {
  text-align: right;
}
.mainNav__dk .main-nav-links li {
  float: none;
  padding: 0;
}
.mainNav__dk .btn {
  padding: 0px 30px;
  min-height: 35px;
}

.page-template-pg-careers .mainNav__dk .btn {
  padding: 0px 30px;
  min-height: 35px;
}

.page-template-pg-careers--thank-you .mainNav__dk .btn {
  display: none;
}

.navbar {
  margin-bottom: 0;
  border: none;
  position: sticky;
  top: 0;
  z-index: 1000000;
}

.navbar button {
  float: right;
  background: 0 0;
  border: 0;
  padding: 5px;
  margin: 30px 0 0 15px;
  outline: 0;
}

.mobile-nav {
  z-index: 10;
  display: none;
  right: -100%;
  top: 85px;
  transition: 0.4s;
}

.mobile-nav .back a, ul.main-mobile-links a {
  font-family: museo-slab, serif;
  line-height: 48px;
  display: block;
}

.mobile-nav .back {
  margin: 8px 15px 0;
  border-bottom: 1px solid #000;
}

.mobile-nav .back a {
  font-size: 14px;
  text-transform: uppercase;
  color: #eb2f48;
  margin: 0 12px;
}

.mobile-nav .back a:hover {
  text-decoration: none;
}

.mobile-nav .back a i {
  margin-right: 3px;
  font-size: 10px;
}

.mobile-nav .btn-resume-nav {
  display: inline-block;
  font-weight: 700;
  height: 4rem;
  line-height: 4rem;
  min-height: 4rem;
  margin-left: 15px;
  margin-top: 20px;
  padding: 0 2rem;
}

.job-nav-active .mobile-nav, .mobile-nav-active .mobile-nav {
  display: block;
  transition: 0.3s;
  right: 0;
}

.job-nav-active .main-content, .mobile-nav-active .main-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.job-nav-active .mobile-menu-overlay, .mobile-nav-active .mobile-menu-overlay {
  opacity: 0.67;
  transition-delay: 0.3s;
}

.mobile-nav-active .navbar button .icon-menu {
  margin: 0 2px;
}

.mobile-nav-active .navbar button .icon-menu:before {
  content: "\e90e";
  color: #353635;
}

.mobile-nav-active.job-nav-active .level-jobsearch {
  z-index: 15;
  right: 0;
  transition: 0.3s;
}

.job-nav-active .level-active {
  right: -100%;
}

.job-nav-active .level-jobsearch {
  z-index: 15;
  right: 0;
  transition: 0s;
}

.job-nav-active .level-wrap {
  background-color: #353635;
}

.nav-scroll, .nav-scroll-about {
  background-color: #52c2b0;
  max-height: 4.7rem;
  top: 0;
  position: relative;
}

.job-nav-active .navbar button .icon-menu {
  margin: 0;
}

.job-nav-active .navbar button .icon-menu:before {
  color: #eb2f48;
  content: "\e90a";
}

.job-nav-active .navbar button .icon-search-icon:before {
  content: "\e90e";
  color: #353635;
}

ul.main-nav-links {
  padding-left: 0;
  text-align: right;
  list-style-type: none;
  margin-top: 25px;
}

ul.main-nav-links li {
  display: inline-block;
  float: left;
  padding: 0 16px;
}

ul.main-nav-links li a:not(.btn) {
  color: #000;
  font-family: museo-slab, serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}

.nav-scroll nav a, .nav-scroll-about nav a {
  color: #fff;
  font-size: 16px;
  font-family: museo-slab, serif;
}

.nav-scroll {
  display: block;
  min-height: 51px;
}

.nav-scroll .search-bar-container, .nav-scroll nav .nav-additional-link, .nav-scroll nav .nav-additional-section {
  display: none;
}

.nav-scroll nav {
  overflow-x: scroll;
}

.inSectionNav, .nav-container {
  overflow: hidden;
}

.nav-scroll nav li {
  line-height: 50px;
  padding: 0;
  display: inline-block;
  float: left;
  border: none;
  position: relative;
}
.nav-scroll nav li:hover {
  background-color: #39ae9b;
}
.nav-scroll nav li:hover > ul {
  display: block;
}

.nav-scroll nav .nav-links-section li {
  border: none;
}

.nav-scroll nav a {
  font-weight: 700;
  line-height: 51px;
  display: inline-block;
  padding: 0 40px;
}

.nav-scroll nav .nav-links-section {
  float: left;
  width: 1170px;
}

.nav-container {
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .nav-container {
    display: block;
  }
}

.nav-container li, .nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-container nav {
  height: 100%;
}

.nav-scroll nav .nav-links-section ul {
  display: none;
}

.nav-scroll-about {
  display: block;
}

.nav-scroll-about .search-bar-container, .nav-scroll-about nav .nav-additional-link, .nav-scroll-about nav .nav-additional-section {
  display: none;
}

.nav-scroll-about nav li {
  line-height: 46px;
  padding: 0 20px;
  display: inline-block;
  float: left;
  border: none;
}

.nav-scroll-about nav .nav-links-section li {
  border: none;
}

.nav-scroll-about nav a {
  font-weight: 700;
}

.nav-scroll-about nav .nav-links-section {
  float: left;
  width: 1170px;
  display: inline-block;
  position: relative;
}

.nav-container-about {
  overflow: hidden;
  z-index: 3;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 0;
}

.nav-container ul, .nav-container-about li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-container-about nav {
  height: 100%;
}

.inSectionNav .container {
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.inSectionNav .container::-webkit-scrollbar {
  display: none;
}

.inSectionNav .navList {
  display: inline-block;
  padding-left: 0;
  text-align: center;
  list-style-type: none;
  /*min-width: 780px;*/
  min-width: 980px;
}

.inSectionNav .navList li {
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #a5a5a5;
  line-height: 36px;
}

.inSectionNav .navList li:last-child {
  border-right: none;
}

.inSectionNav .navList li a {
  font-family: museo-slab, serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 36px;
  text-transform: uppercase;
  color: #a5a5a5;
}

.inSectionNav .navList li a.active, .inSectionNav .navList li a.inSectionNavactive {
  color: #52c2b0;
}

.inSectionNav .navList {
  margin-top: 35px;
  margin-bottom: 34px;
}

.sec-Apply .mainNavActive {
  color: #fff !important;
}

.jobs-apply-thank-you .mainNavActive {
  color: #fff !important;
}

.sec-Credentialing .leftNavHeader, .sec-Skillschecklist .leftNavHeader {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mainNavActive {
    color: #eb2f48 !important;
  }
} /* (min-width:768px) */
@media (min-width: 992px) {
  .nav-container, .nav-container .container-full, .nav-scroll nav {
    overflow: inherit;
  }
  ul.main-nav-links {
    display: inline-block;
    float: right;
    margin-top: 18px;
  }
  ul.main-nav-links li {
    padding: 0 8px;
  }
  .nav-scroll nav a {
    padding: 0 25px;
  }
  .nav-scroll nav .nav-links-section ul {
    position: absolute;
    z-index: 1;
    background-color: #39ae9b;
    min-width: 500px;
    display: none;
  }
  .nav-scroll nav .nav-links-section .nav-therapy ul {
    min-width: 445px;
  }
  .nav-scroll nav .nav-links-section .nav-physicians ul {
    left: -313px;
  }
  .nav-scroll nav .nav-links-section ul li {
    float: none;
    display: block;
  }
  .nav-scroll nav .nav-links-section ul li a {
    display: block;
    color: #fff;
    padding: 0;
    margin: 0 20px;
  }
  .nav-scroll nav .nav-links-second a {
    font-size: 14px;
  }
  .nav-scroll nav .nav-links-section ul li a + a {
    border-top: 2px solid #5fbaab;
  }
  .nav-scroll nav .nav-links-second {
    display: inline-block;
    float: left;
  }
  .nav-scroll nav .nav-links-section li.active-drop {
    background-color: #39ae9b;
  }
  .nav-scroll nav .nav-links-section li.active-drop ul {
    display: block;
  }
  .nav-scroll nav .nav-links-section ul.menu-xs {
    min-width: 400px;
  }
  .nav-scroll nav .nav-links-section ul.menu-sm {
    min-width: 450px;
  }
  .nav-scroll nav .nav-links-section ul.menu-lg {
    min-width: 580px;
  }
  .nav-scroll nav .nav-links-section ul.menu-xl {
    min-width: 620px;
  }
  .nav-scroll nav .nav-links-section ul.menu-right {
    right: 0;
  }
  .job-nav-active .mobile-nav, .mobile-nav-active .mobile-nav {
    display: none !important;
  }
} /* (min-width:992px) */
@media (min-width: 1200px) {
  ul.main-nav-links {
    margin-top: 25px;
  }
  ul.main-nav-links li {
    padding: 0 12px;
  }
  .nav-scroll nav a {
    padding: 0 40px;
  }
  .nav-scroll nav .nav-links-section .nav-physicians ul {
    left: -282px;
  }
} /* (min-width:1200px) */
@media (min-width: 1400px) {
  .nav-scroll nav .nav-links-section .nav-physicians ul {
    left: 0px;
  }
} /* (min-width:1400px) */
.blog {
  /**
  * 2.0 - Genericons
  */
  /* reset screen-reader-text */
  /**
  * Main Structure stuff ----- 
  */
  /**
  * 14.1 - >= 710px
  */
  /**
  * 14.3 - >= 910px
  */
  /**
  * 14.4 - >= 985px
  */
}
.blog .entry-content img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.blog .divider-line {
  background: url(/wp-content/themes/soliant/images/divider-1.png) repeat-x 0px;
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog .menu-item-has-children a:after,
.blog .dropdown-toggle:after,
.blog .bypostauthor > article .fn:after,
.blog .comment-reply-title small a:before,
.blog .pagination .prev:before,
.blog .pagination .next:before,
.blog .pagination .nav-links:before,
.blog .pagination .nav-links:after,
.blog .search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}
.blog .updated:not(.published) {
  display: none;
}
.blog .bypostauthor > article .fn:after,
.blog .comment-reply-title small a:before,
.blog .pagination .prev:before,
.blog .pagination .next:before,
.blog .pagination .nav-links:before,
.blog .pagination .nav-links:after,
.blog .search-submit:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}
.blog .pagination {
  border-top: 4px solid #1a1a1a;
  display: block;
  font-size: 19px;
  font-size: 19px;
  margin: 0 7.6923% 2.947368421em;
  min-height: 56px;
  position: relative;
}
.blog .pagination:before,
.blog .pagination:after {
  background-color: #1a1a1a;
  content: "";
  height: 52px;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 0;
}
.blog .pagination:before {
  right: 0;
}
.blog .pagination:after {
  right: 54px;
}
.blog .pagination a:hover,
.blog .pagination a:focus {
  color: #1a1a1a;
}
.blog .pagination .nav-links {
  padding-right: 106px;
  position: relative;
}
.blog .pagination .nav-links:before,
.blog .pagination .nav-links:after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}
.blog .pagination .nav-links:before {
  content: "\f429";
  right: -1px;
}
.blog .pagination .nav-links:after {
  content: "\f430";
  right: 55px;
}
.blog .pagination .current .screen-reader-text {
  position: static !important;
}
.blog .pagination .page-numbers {
  display: none;
  letter-spacing: 0.013157895em;
  line-height: 1;
  margin: 0 0.7368421053em 0 -0.7368421053em;
  padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  text-transform: uppercase;
}
.blog .pagination .current {
  display: inline-block;
  font-weight: 700;
}
.blog .pagination .current .screen-reader-text {
  clip-path: unset !important;
  -webkit-clip-path: unset !important;
}
.blog .pagination .prev,
.blog .pagination .next {
  background-color: #1a1a1a;
  color: #fff;
  display: inline-block;
  height: 52px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 52px;
  z-index: 2;
}
.blog .pagination .prev:before,
.blog .pagination .next:before {
  font-size: 32px;
  height: 53px;
  line-height: 52px;
  position: relative;
  width: 53px;
}
.blog .pagination .prev:hover,
.blog .pagination .prev:focus,
.blog .pagination .next:hover,
.blog .pagination .next:focus {
  background-color: #007acc;
  color: #fff;
}
.blog .pagination .prev:focus,
.blog .pagination .next:focus {
  outline: 0;
}
.blog .pagination .prev {
  right: 54px;
}
.blog .pagination .prev:before {
  content: "\f430";
  left: -1px;
  top: -1px;
}
.blog .pagination .next {
  right: 0;
}
.blog .pagination .next:before {
  content: "\f429";
  right: -1px;
  top: -1px;
}
.blog .image-navigation,
.blog .comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}
.blog .comment-navigation {
  margin-right: 0;
  margin-left: 0;
}
.blog .comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}
.blog .image-navigation .nav-previous:not(:empty),
.blog .image-navigation .nav-next:not(:empty),
.blog .comment-navigation .nav-previous:not(:empty),
.blog .comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}
.blog .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.blog .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.blog .page-header {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 28px;
  margin-bottom: 56px;
  margin-left: 7.6923%;
  margin-right: 7.6923%;
}
.blog .page-header .page-title {
  font-size: 23px;
  line-height: 1.2173913043;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.blog .row.custom-author-box {
  display: inline-block;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 30px;
  border-bottom: 10px solid #52C2B0;
  width: 100%;
}
.blog .mb-text {
  font-family: museo-slab, serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  -webkit-font-smoothing: auto;
}
.blog .site-content {
  background: #f2f5f4;
}
.blog .site-content[data-template=author] {
  padding-bottom: 90px;
}
.blog .site-content .search-form {
  position: relative;
}
.blog .site-content label {
  display: inline;
}
.blog .site-content button,
.blog .site-content button[disabled]:hover,
.blog .site-content button[disabled]:focus {
  line-height: 36px;
  background-color: #52C2B0;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-family: "museo-slab", serif;
  font-weight: 700;
  height: 48px;
  position: relative;
  padding: 6px 30px;
  min-height: 48px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}
.blog .site-content button:hover,
.blog .site-content button:focus {
  background-color: #AFDDD6;
  color: #333;
  text-decoration: none;
}
.blog .site-content input[type=search] {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px 0 0 2px;
  color: #686868;
  font-weight: 400;
  padding: 0.625em 0.4375em;
  width: 100%;
}
.blog .site-content .search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}
.blog .site-content .search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  max-height: 41px;
  min-height: 41px;
}
.blog .site-content .taxonomy-description {
  color: #686868;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.blog .site-content .sol-blogroll .entry-header .posted-slash {
  display: none;
}
.blog .site-content .sol-blogroll .posted-slash {
  padding: 0 0.75rem 0 0.75rem;
}
.blog .site-content[data-template=single-post] .posted-slash {
  display: none;
}
.blog .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: unset;
}
.blog .container .entry-header,
.blog .container .entry-summary,
.blog .container .entry-content,
.blog .container .entry-footer,
.blog .container .page-content {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.blog .container h1.entry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 28px;
  margin-top: 0;
}
.blog .container h2.entry-title {
  margin-bottom: 28px;
  margin-top: 0;
}
.blog .container h2.entry-title a {
  font-size: 22px;
  font-weight: 700;
}
.blog .container p {
  line-height: 28px;
  margin: 0 0 1.75em;
}
.blog .container .more-link {
  font-family: "museo-slab", serif;
  font-weight: 700;
  font-size: 14px;
  color: #eb2f48;
  text-transform: uppercase;
}
.blog .container .entry-footer {
  background: transparent;
  padding-bottom: 5px;
  font-size: 13px;
}
.blog #secondary.sidebar {
  padding-right: 2.5em;
  padding-left: 2.5em;
  margin-bottom: 5.6rem;
}
.blog #secondary.sidebar .widget {
  font-size: 13px;
  padding-top: 28px;
  margin-bottom: 56px;
}
.blog #secondary.sidebar .widget .widget-title {
  font-size: 16px;
  letter-spacing: 0.046875em;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  text-transform: uppercase;
}
.blog #secondary.sidebar .widget .widget-title:empty {
  margin-bottom: 0;
}
.blog #secondary.sidebar .widget .widget-title a {
  color: #1a1a1a;
}
.blog #secondary.sidebar .widget ul {
  margin: 0 0 1.75em 1.25em;
  padding: 0;
}
.blog #secondary.sidebar .widget ul li {
  line-height: 28px;
  padding: 0.75em 0 0.25em;
}
.blog #secondary.sidebar .widget_categories ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item {
  border-bottom: 1px solid #A5A5A5;
  line-height: 25px;
  padding: 10px 0;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item a {
  color: #eb2f48;
  display: inline;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item a.current {
  font-weight: bold;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item a:hover {
  color: #eb2f48;
  text-decoration: underline;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren .parent-cat {
  display: flex;
  justify-content: space-between;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren .parent-cat .expand {
  text-align: center;
  width: 18px;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren .parent-cat .expand:hover {
  cursor: pointer;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren .parent-cat .expand .sym {
  background-image: url("/wp-content/themes/soliant/images/categories/collapse.gif");
  background-repeat: no-repeat;
  background-position: center 8px;
  height: 20px;
  display: block;
  width: 18px;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren .parent-cat .expand.collapsed .sym {
  background-image: url("/wp-content/themes/soliant/images/categories/expand.gif");
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren ul {
  margin-bottom: 0;
  margin-left: 20px;
}
.blog #secondary.sidebar .widget_categories ul li.cat-item.hasChildren ul li {
  border-bottom: 0;
}
.blog #secondary.sidebar .widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog #secondary.sidebar .widget_recent_entries ul li {
  border-bottom: 1px solid #A5A5A5;
  line-height: 28px;
  padding: 1em 0;
}
.blog #secondary.sidebar .widget_recent_entries ul li:before {
  padding-left: 5px;
  padding-right: 11px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  left: 0;
  top: 14px;
}
.blog .site-main {
  margin-bottom: 56px;
}
.blog .site-main > article {
  background: #ffffff;
  display: block;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.blog .site-main > article .entry-content {
  line-height: 2.8rem;
}
.blog .site-main > article .entry-content li {
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 44.375em) {
  .blog {
    /* restore screen-reader-text */
  }
  .blog .site-main {
    margin-bottom: 5.25em;
  }
  .blog .site-main article {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .blog .site-main article .entry-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1875;
    margin-bottom: 0.8484848485em;
    margin-top: 0;
  }
  .blog .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%;
  }
  .blog .post-navigation {
    margin-bottom: 5.25em;
  }
  .blog .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .blog .pagination .current .screen-reader-text {
    position: absolute !important;
  }
  .blog .pagination .page-numbers {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .blog {
    /*.container { width: 750px }*/
  }
  .blog .entry-content img {
    height: auto;
    width: auto;
    max-width: 100%;
  }
  .blog #secondary.sidebar .widget {
    margin-bottom: 68.923px;
    margin-top: 20px;
    padding-top: 0px;
    padding: 20px;
    background: #ffffff;
  }
}
@media screen and (min-width: 56.875em) {
  .blog .site-content {
    padding: 0 4.5455%;
  }
  .blog .site-content .container .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }
  .blog .site-content .container .content-area .entry-header,
  .blog .site-content .container .content-area .entry-summary,
  .blog .site-content .container .content-area .entry-content,
  .blog .site-content .container .content-area .entry-footer,
  .blog .site-content .container .content-area .page-content,
  .blog .site-content .container .content-area .page-header,
  .blog .site-content .container .content-area .pagination {
    margin-right: 0;
    margin-left: 0;
  }
  .blog .site-content #secondary.sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    padding-right: 40px;
    width: 28.4%;
  }
  .blog .site-content #secondary.sidebar .widget .widget-title {
    margin-bottom: 1.3125em;
  }
  .blog .site-content #secondary.sidebar .widget input[type=search].search-field {
    font-size: 13px;
    line-height: 1.6153846154;
    padding: 0.4615384615em 0.5384615385em;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
  .blog .site-content #secondary.sidebar .widget button.search-submit {
    font-size: 13px;
    line-height: 1;
    height: 35px;
    max-height: 41px;
    min-height: 35px;
    padding: 0;
    width: 35px;
  }
  .blog .site-content #secondary.sidebar .widget button.search-submit::before {
    font-size: 16px;
    font-weight: 400;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }
}
@media screen and (min-width: 61.5625em) {
  .blog .post-navigation {
    margin-bottom: 7em;
  }
  .blog .pagination {
    margin-bottom: 5.894736842em;
  }
  .blog #secondary.sidebar .widget {
    margin-bottom: 4.307692308em;
    margin-top: 55px;
    padding-top: 0px;
    padding: 20px;
    background: #ffffff;
  }
  .blog #secondary.sidebar .widget ul {
    margin: 0 0 1.75em 0;
    padding: 0;
  }
  .blog #secondary.sidebar .widget ul li {
    line-height: 28px;
    padding: 0.75em 0 0.25em;
  }
  .blog #secondary.sidebar .widget .menu-top-locations-container ul {
    margin: 0 0 1.75em 1.25em;
  }
  .blog .site-main > article {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 60px;
    display: block;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 55px;
    /*margin-top: 20px;*/
  }
  .blog .entry-header,
  .blog .entry-summary,
  .blog .entry-content,
  .blog .entry-footer,
  .blog .page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
  }
  .blog h2.entry-title {
    margin-bottom: 10px;
  }
  .blog header.entry-header {
    padding-bottom: 20px;
  }
  .blog .widget_recent_entries li:last-child {
    border-bottom: none !important;
  }
  .blog span.posted-on,
  .blog span.posted-on span,
  .blog time.entry-date.published {
    color: #A5A5A5;
    font-weight: 300;
    font-size: 14px;
    font-family: "museo-slab", serif;
  }
  .blog span.author.vcard {
    color: #A5A5A5;
    font-size: 14px;
    font-family: "museo-slab", serif;
    font-weight: 500;
  }
  .blog .entry-title {
    font-size: 40px;
    font-size: 32px;
    margin-bottom: 1.05em;
    line-height: 38px;
  }
  .blog .entry-title a {
    font-size: 22px;
    font-weight: 700;
  }
  .blog .single-post .entry-title {
    line-height: 38px;
    font-size: 32px;
  }
  .blog .format-aside .entry-title,
  .blog .format-image .entry-title,
  .blog .format-video .entry-title,
  .blog .format-quote .entry-title,
  .blog .format-gallery .entry-title,
  .blog .format-status .entry-title,
  .blog .format-link .entry-title,
  .blog .format-audio .entry-title,
  .blog .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }
  .blog .post-thumbnail {
    margin-bottom: 2.625em;
  }
  .blog .entry-content h1,
  .blog .entry-summary h1,
  .blog .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }
  .blog .entry-content h2,
  .blog .entry-summary h2,
  .blog .comment-content h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .blog .entry-content h3,
  .blog .entry-summary h3,
  .blog .comment-content h3 {
    font-size: 23px;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }
  .blog .entry-content h4,
  .blog .entry-summary h4,
  .blog .entry-intro h4,
  .blog .comment-content h4 {
    letter-spacing: 0.131578947em;
  }
  .blog .entry-content h4,
  .blog .entry-content h5,
  .blog .entry-content h6,
  .blog .entry-summary h4,
  .blog .entry-summary h5,
  .blog .entry-summary h6,
  .blog .comment-content h4,
  .blog .comment-content h5,
  .blog .comment-content h6 {
    font-size: 19px;
    /*font-size: 1.1875rem;*/
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }
  .blog .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  .blog .comment-list + .comment-respond,
  .blog .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }
  .blog .comments-area,
  .blog .sidebar,
  .blog .content-bottom-widgets .widget-area,
  .blog .widecolumn {
    margin-bottom: 7em;
  }
  .blog .entry-summary {
    margin-bottom: 2.210526316em;
  }
  .blog .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }
  .blog article:not(.type-page) .entry-content {
    /*width: 71.42857144%;*/
    width: 100%;
  }
  .blog article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: -webkit-calc(60% - 1.4736842105em);
    width: calc(60% - 1.4736842105em);
  }
  .blog article:not(.type-page) img.below-entry-meta,
  .blog article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }
  .blog article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  .blog article:not(.type-page) table figure.below-entry-meta,
  .blog article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }
  .blog article:not(.type-page) .entry-footer {
    margin-top: 0.1538461538em;
    width: 100%;
  }
  .blog article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }
  .blog span.byline {
    float: left;
  }
  .blog span.cat-links {
    float: left;
  }
  .blog footer.entry-footer {
    padding-top: 30px;
  }
  .blog span.comments-link {
    float: left;
    display: inline-block;
    clear: both;
  }
  .blog span.edit-link {
    float: right;
    /* clear: both; */
  }
  .blog .single .byline,
  .blog .full-size-link,
  .blog .group-blog .byline,
  .blog .entry-format,
  .blog .cat-links,
  .blog .tags-links,
  .blog article:not(.sticky) .posted-on,
  .blog article:not(.type-page) .comments-link,
  .blog article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
    font-size: 16px;
  }
  .blog article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }
  .blog article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }
  .blog body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%;
  }
  .blog body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%;
  }
  .blog .entry-footer .posted-on {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .blog {
    /*.container { width: 970px }*/
  }
  .blog .site-main > article {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 24px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 55px;
  }
  .blog #secondary.sidebar .widget {
    margin-top: 55px;
  }
  .blog .sol-blogroll .posted-slash {
    display: none;
  }
}
@media (min-width: 1200px) {
  .blog .container {
    width: 1170px;
  }
}

.sol-sw-listing .swp_social_panel {
  height: 42px;
}
.sol-sw-listing .swp_social_panel div, .sol-sw-listing .swp_social_panel span, .sol-sw-listing .swp_social_panel .swp_count {
  color: #6D6E6D;
}
.sol-sw-listing .swp_social_panel .total_shares.total_sharesalt .swp_count, .sol-sw-listing .swp_social_panel .total_shares.total_sharesalt .swp_label {
  color: #6D6E6D;
}
.sol-sw-listing .swp_social_panel .total_shares.total_sharesalt:before {
  color: #6D6E6D;
}
.sol-sw-listing .swp_social_panel .total_shares.total_sharesalt .swp_count {
  font-weight: 400;
}
.sol-sw-listing .swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:before {
  background: #e0e0e0;
  border-radius: 4px;
  height: 41px;
  margin-top: 1px;
  padding: 13px 13px 10px 11px;
}

.sol-sw-single .swp_social_panel {
  height: 42px;
}
.sol-sw-single .swp_social_panel .total_shares.total_sharesalt .swp_count {
  font-weight: 400;
}
.sol-sw-single .swp_social_panel:not(.swp_social_panelSide) div.total_shares.total_sharesalt:before {
  background: #e0e0e0;
  border-radius: 4px;
  height: 41px;
  margin-top: 1px;
  padding: 13px 13px 10px 11px;
}
.sol-sw-single .swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
  border-radius: 4px;
  height: 42px;
  padding: 5px 13px 5px 11px;
}

.blog-search .posted-slash {
  display: none;
}

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.section-swipe-articles {
  padding: 6rem 0;
}
.section-swipe-articles h2 {
  margin-top: 1rem;
}
.section-swipe-articles .articleCards3BlockWrapper {
  position: relative;
}
.section-swipe-articles .articleCard {
  border: 2px solid #353535;
  display: block;
}
.section-swipe-articles .articleCard:hover {
  text-decoration: none;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.section-swipe-articles .articleCard .articleImg {
  background-color: #BAF4EA;
  height: 20rem;
  border-bottom: 8px solid #353535;
  background-size: cover;
  background-position: center;
}
.section-swipe-articles .articleCard .articleCard-Body, .section-swipe-articles .articleCard .resourceCard-Body {
  padding: 3rem;
}
.section-swipe-articles .articleCard .articleCard-Body .articleDate, .section-swipe-articles .articleCard .resourceCard-Body .articleDate {
  color: #353535;
  font-family: museo-slab, serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.section-swipe-articles .articleCard .articleCard-Body .articleTitle, .section-swipe-articles .articleCard .resourceCard-Body .articleTitle {
  color: #eb2f48;
  margin-bottom: 2rem;
}
.section-swipe-articles .articleCard .articleCard-Body .articleCategory, .section-swipe-articles .articleCard .resourceCard-Body .articleCategory {
  color: #353535;
  font-family: museo-slab, serif;
}
.section-swipe-articles .view-all-resources {
  margin: 3rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .section-swipe-articles .swipper-wrapper {
    display: flex !important;
  }
  .section-swipe-articles .articleCard .articleImg {
    height: 15rem;
  }
  .section-swipe-articles .articleCard .articleCard-Body {
    display: grid;
    grid-template-rows: 2rem 15rem 2rem;
  }
  .section-swipe-articles .articleCard .resourceCard-Body {
    grid-template-rows: 15rem 2rem;
  }
  .section-swipe-articles .swiper-button-next-testCards,
  .section-swipe-articles .swiper-button-prev-testCards {
    display: none;
  }
  .section-swipe-articles .view-all-resources {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .section-swipe-articles .swiper-button-next-testCards, .section-swipe-articles .swiper-button-prev-testCards {
    display: none;
  }
  .section-swipe-articles .articleCard .articleCard-Body {
    grid-template-rows: 2rem 13rem 2rem;
  }
  .section-swipe-articles .articleCard .resourceCard-Body {
    grid-template-rows: 13rem 2rem;
  }
} /* (min-width:992px)*/
.sec-No-Nav .main-nav-links,
.sec-No-Nav .nav-container,
.sec-No-Nav .crisis-response-message-wrap,
.sec-No-Nav .btn-menu,
.sec-No-Nav .btn-job-menu {
  display: none !important;
}

/* internal careers */
.page-template-pg-careers .btn {
  padding: 6px 55px;
}
.page-template-pg-careers .parallax-container {
  background: #353535;
  min-height: 300px;
}
.page-template-pg-careers .hm-section-join-soliant .ctaBar {
  padding-bottom: 0;
}
.page-template-pg-careers .hm-section-join-soliant .ctaBar .ctaHeadline {
  text-align: left;
  font-size: 30px;
  line-height: 48px;
}
.page-template-pg-careers .hm-section-join-soliant p.ctaBody {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
}
.page-template-pg-careers .hm-section-join-soliant a.browse-jobs {
  text-transform: uppercase;
}
.page-template-pg-careers .hm-section-join-soliant .buttonWrap {
  text-align: left;
  margin-left: 0;
  float: none;
}
.page-template-pg-careers .hm-section-join-soliant .buttonWrap + .buttonWrap {
  margin-top: 44px;
}
.page-template-pg-careers span.looking-for-clinical-jobs {
  color: #ffffff;
}
.page-template-pg-careers section.hm-section-join-soliant.red-bg {
  min-height: 575px;
  padding-top: 75px;
}
.page-template-pg-careers section.hm-section-join-soliant .browse-jobs a {
  color: #ffffff;
  display: block;
}
.page-template-pg-careers section.hm-section-join-soliant .browse-jobs a:after {
  content: "\e900";
  font-family: ico-soliant !important;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin-left: 5px;
}
.page-template-pg-careers .hm-section-culture .ctaBar {
  margin-top: 88px;
  padding-bottom: 0;
}
.page-template-pg-careers .hm-section-culture .ctaBar .ctaHeadline {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #353535;
}
.page-template-pg-careers .hm-section-culture .ctaBody {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #6D6E6D;
}
.page-template-pg-careers .hm-section-culture .culture-card-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 17px;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li {
  width: 213px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-think-premium {
  background: url("/wp-content/themes/soliant/images/icons/icon-culture-think-premium.png") no-repeat;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-innovate {
  margin-top: 100px;
  margin-left: -35px;
  background: url("/wp-content/themes/soliant/images/icons/icon-culture-innovate.png") no-repeat;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-commitment-to-craft {
  margin-top: -80px;
  background: url("/wp-content/themes/soliant/images/icons/icon-culture-commitment-to-craft.png") no-repeat;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-intensity-of-purpose {
  margin-top: 20px;
  margin-left: -35px;
  background: url("/wp-content/themes/soliant/images/icons/icon-culture-intensity-of-purpose.png") no-repeat;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-succeed-together {
  margin-top: -80px;
  background: url("/wp-content/themes/soliant/images/icons/icon-culture-succeed-together.png") no-repeat;
}
.page-template-pg-careers .hm-section-culture .culture-card-list li span {
  display: inline-block;
  margin: auto 30px;
  font-family: museo-slab, serif !important;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #353535;
}
.page-template-pg-careers .about-section-2 {
  background-color: #fff;
  padding-bottom: 80px;
}
.page-template-pg-careers .about-section-2 h2 {
  margin-top: 60px;
  font-size: 22px;
  line-height: 32px;
}
.page-template-pg-careers .about-section-2 p {
  font-family: museo-slab, serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 28px;
}
.page-template-pg-careers .cities-of-soliant {
  background: #353535;
  padding: 80px 0 85px;
}
.page-template-pg-careers .cities-of-soliant h2 {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.page-template-pg-careers .cities-of-soliant .para-tagline {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px;
}
.page-template-pg-careers .cities-of-soliant img {
  margin: 0 10px 60px;
}
.page-template-pg-careers .cities-of-soliant .city-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 10%;
  margin: 0 20px;
}
.page-template-pg-careers .cities-of-soliant .city-listing ul {
  list-style-type: none;
  flex: 0 1 40%;
  padding: 0;
}
.page-template-pg-careers .cities-of-soliant .city-listing ul li {
  font-family: museo-sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 154.5%;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.page-template-pg-careers .cities-of-soliant .city-listing ul li span {
  width: 100%;
  display: block;
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 214%;
  color: #F1F5F5;
}
.page-template-pg-careers .cities-of-soliant .city-listing ul li span.icon-location-pin {
  display: none;
}
.page-template-pg-careers section.hm-section-cities-of-soliant-cta {
  text-align: center;
}
.page-template-pg-careers section.hm-section-cities-of-soliant-cta h2 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 34px;
}
.page-template-pg-careers section.hm-section-cities-of-soliant-cta .buttonWrap {
  margin-bottom: 34px;
}
.page-template-pg-careers section.hm-section-cities-of-soliant-cta .buttonWrap .browse-jobs a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  margin-left: 10px;
}
.page-template-pg-careers section.hm-section-cities-of-soliant-cta .buttonWrap .browse-jobs a::after {
  content: "\e900";
  font-family: ico-soliant;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin-left: 5px;
}
.page-template-pg-careers section.section-perks-working-with {
  padding: 80px 0 90px;
}
.page-template-pg-careers section.section-perks-working-with h2 {
  color: #353535;
  font-size: 32px;
  line-height: 48px;
  font-weight: 100;
  margin-bottom: 30px;
}
.page-template-pg-careers section.section-perks-working-with h2 + p {
  color: #6D6E6D;
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 30px;
}
.page-template-pg-careers section.section-perks-working-with .internalCareersSwiper {
  margin-top: 40px;
}
.page-template-pg-careers section.section-benefits-for-you {
  background-color: #BFE4DF;
  padding: 75px 0 50px;
}
.page-template-pg-careers section.section-benefits-for-you .benefits-copy {
  margin-bottom: 50px;
}
.page-template-pg-careers section.section-benefits-for-you .benefits-copy h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 100;
  margin-bottom: 35px;
}
.page-template-pg-careers section.section-benefits-for-you .benefits-copy p {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  line-height: 28px;
  color: #353535;
}
.page-template-pg-careers section.section-benefits-for-you ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-template-pg-careers section.section-benefits-for-you ul li {
  font-family: museo-slab, serif;
  font-style: normal;
  font-weight: 100;
  color: #353535;
  margin-bottom: 25px;
}
.page-template-pg-careers section.section-benefits-for-you ul li img {
  margin-right: 10px;
}
.page-template-pg-careers section.section-internal-careers-apply {
  background-color: #EE2F49;
}

.page-template-pg-careers section.section-internal-careers-social, .page-template-pg-careers--thank-you section.section-internal-careers-social {
  background-color: #F1F5F5;
  padding: 100px 0 80px;
}
.page-template-pg-careers section.section-internal-careers-social h4, .page-template-pg-careers--thank-you section.section-internal-careers-social h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  color: #353535;
  margin: 0 0 28px;
}
.page-template-pg-careers section.section-internal-careers-social p, .page-template-pg-careers--thank-you section.section-internal-careers-social p {
  font-family: museo-slab, serif;
  text-align: center;
  color: #6D6E6D;
}
.page-template-pg-careers section.section-internal-careers-social ul, .page-template-pg-careers--thank-you section.section-internal-careers-social ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
}
.page-template-pg-careers section.section-internal-careers-social ul li, .page-template-pg-careers--thank-you section.section-internal-careers-social ul li {
  display: inline-block;
  margin: 10px 6px;
}
.page-template-pg-careers section.section-internal-careers-social ul li a:hover path, .page-template-pg-careers--thank-you section.section-internal-careers-social ul li a:hover path {
  fill: #53C1AF;
}

@media screen and (max-width: 420px) {
  .page-template-pg-careers .hm-section-culture .culture-card-list {
    justify-content: center;
    padding-left: 0;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li[class^=icon-] {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media screen and (min-width: 651px) {
  .page-template-pg-careers .hm-section-culture .culture-card-list {
    justify-content: center;
    padding-left: 0;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-innovate {
    margin-top: 100px;
    margin-left: -35px;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-commitment-to-craft {
    margin-top: 0px;
    margin-left: -35px;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-intensity-of-purpose {
    margin-top: -80px;
    margin-left: 0px;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-succeed-together {
    margin-top: -80px;
    margin-left: 140px;
  }
  .page-template-pg-careers section.section-internal-careers-apply {
    background-color: #fff;
    padding: 40px;
  }
}
@media screen and (min-width: 768px) {
  section.section-benefits-for-you .benefits-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  section.section-benefits-for-you .benefits-wrap .benefits-copy {
    flex: 1 1 100%;
  }
  section.section-benefits-for-you .benefits-wrap ul {
    flex: 1 1 40%;
  }
  .page-template-pg-careers section.section-internal-careers-apply {
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-pg-careers .hm-section-join-soliant .ctaBar {
    padding-bottom: 40px;
  }
  .page-template-pg-careers .hm-section-join-soliant .ctaBar .ctaHeadline {
    font-size: 32px;
    line-height: 48px;
  }
  .page-template-pg-careers .hm-section-join-soliant .buttonFlex {
    display: flex;
    column-gap: 38px;
  }
  .page-template-pg-careers .hm-section-join-soliant .buttonFlex .buttonWrap + .buttonWrap {
    margin-top: 35px;
    flex: 1 1 auto;
  }
  .page-template-pg-careers .cities-of-soliant {
    padding: 100px 0 115px;
  }
  .page-template-pg-careers .cities-of-soliant .para-tagline {
    margin-bottom: 80px;
  }
  .page-template-pg-careers .cities-of-soliant .city-listing {
    margin: 0;
  }
  .page-template-pg-careers .cities-of-soliant .city-listing ul li span {
    margin-left: 30px;
  }
  .page-template-pg-careers .cities-of-soliant .city-listing ul li span.icon-location-pin {
    width: 18px;
    display: inline;
    padding-right: 12px;
    margin-left: 0;
  }
  .page-template-pg-careers section.hm-section-cities-of-soliant-cta .ctaBar {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page-template-pg-careers section.section-perks-working-with .internalCareersSwiper {
    margin-top: 60px;
  }
  section.section-benefits-for-you .benefits-wrap {
    flex-wrap: no-wrap;
    grid-column-gap: 20px;
  }
  section.section-benefits-for-you .benefits-wrap .benefits-copy {
    flex: 1 1 0;
    margin-top: 30px;
  }
  section.section-benefits-for-you .benefits-wrap ul {
    flex: 1 1 0;
  }
  section.section-internal-careers-social ul {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-innovate {
    margin-top: 100px;
    margin-left: -40px;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-commitment-to-craft {
    margin-top: 0px;
    margin-left: -40px;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-intensity-of-purpose {
    margin-top: 100px;
    margin-left: -40px;
  }
  .page-template-pg-careers .hm-section-culture .culture-card-list li.icon-culture-succeed-together {
    margin-top: 0px;
    margin-left: -40px;
  }
  .page-template-pg-careers section.section-internal-careers-apply {
    padding: 100px 0 125px;
  }
  section.section-benefits-for-you .benefits-wrap {
    grid-column-gap: 40px;
  }
  section.section-benefits-for-you .benefits-wrap .benefits-copy {
    flex: 1 1 0;
    margin-top: 30px;
    margin-right: 80px;
  }
}
