@charset "UTF-8";
.full-width {
  width: 100%;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.blur::before {
  content: '';
  position: fixed;
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
  background-color: black;
  opacity: .33 !important;
  z-index: 8888;
}

.relative {
  position: relative;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-mt {
  margin-top: 0;
}

.no-mb {
  margin-bottom: 0;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mt6 {
  margin-top: 6rem;
}

.mt7_5 {
  margin-top: 7.5rem;
}

.mt10 {
  margin-top: 10rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.mb7_5 {
  margin-bottom: 7.5rem;
}

.mb10 {
  margin-bottom: 10rem;
}

.inline-block {
  display: inline-block;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-pt {
  padding-top: 0;
}

.no-pb {
  padding-bottom: 0;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .mb4--mobile-l {
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .mt0--small {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hidden--mobile-l-max {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden--small-max {
    display: none;
  }
}

@media (min-width: 640px) {
  .pull-right--mobile-l {
    float: right !important;
  }
}

@media only screen and (min-width: 401px) {
  .pull-right--mobile-mid {
    float: right !important;
  }
}

@media (min-width: 768px) {
  .pull-right--small {
    float: right !important;
  }
}

@media only screen and (max-width: 400px) {
  .adjacent-button-wrapper--two .pull-left,
  .adjacent-button-wrapper--two .pull-right {
    float: none !important;
  }
  .adjacent-button-wrapper--two .btn {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
  .adjacent-button-wrapper--two .btn:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .adjacent-button-wrapper--three .pull-left,
  .adjacent-button-wrapper--three .pull-right {
    float: none !important;
  }
  .adjacent-button-wrapper--three .btn {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .clear--mobile-l-max {
    clear: both;
    display: block;
  }
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-brand-blue {
  color: #097189;
}

.text-brand-dark-blue {
  color: #003759;
}

.text-brand-red {
  color: #9e131a;
}

.text-brand-orange {
  color: #c64327;
}

.text-brand-grey {
  color: #686761;
}

.text-secondary-green {
  color: #21b78c;
}

.text-grey-dark {
  color: #939287;
}

.text-grey-mid {
  color: #afafa3;
}

.text-grey-light {
  color: #d3d3c5;
}

.text-grey-lightest {
  color: #f2f2e2;
}

.bg-brand-blue {
  background-color: #097189;
}

.bg-brand-dark-blue {
  background-color: #003759;
}

.bg-brand-red {
  background-color: #9e131a;
}

.bg-brand-orange {
  background-color: #c64327;
}

.bg-brand-grey {
  background-color: #686761;
}

.bg-grey-dark {
  background-color: #939287;
}

.bg-grey-mid {
  background-color: #afafa3;
}

.bg-grey-light {
  background-color: #d3d3c5;
}

.bg-grey-lightest {
  background-color: #f2f2e2;
}

.bg-grey-lightest__trans {
  background-color: #FBFBF8;
}

.bg-secondary-blue {
  background-color: #22bdd6;
}

.bg-secondary-green {
  background-color: #21b78c;
}

.bg-secondary-yellow {
  background-color: #f2d525;
}

.bg-black-90 {
  background-color: #1A1A1A;
}

.bg-black-80 {
  background-color: #333333;
}

.bg-black-70 {
  background-color: #4D4D4D;
}

.bg-black-60 {
  background-color: #666666;
}

.bg-black-50 {
  background-color: #808080;
}

.bg-black-40 {
  background-color: #999999;
}

.bg-black-30 {
  background-color: #B3B3B3;
}

.bg-black-20 {
  background-color: #CCCCCC;
}

.bg-black-10 {
  background-color: #E6E6E6;
}

.bg-black-05 {
  background-color: #F2F2F2;
}

.bg-border-top {
  border-top: 1px solid #d3d3c5;
}

.bg-border-bottom {
  border-bottom: 1px solid #d3d3c5;
}

.bg-gradient-dark-blue {
  background: -webkit-radial-gradient(at 85% -20%, #097189 0%, #003759 80%);
  background: radial-gradient(at 85% -20%, #097189 0%, #003759 80%);
}

.bg-gradient-red {
  background: -webkit-radial-gradient(at 85% -20%, #c64327 0%, #9e131a 80%);
  background: radial-gradient(at 85% -20%, #c64327 0%, #9e131a 80%);
}

.bg-gradient-blue {
  background: -webkit-radial-gradient(at 85% -20%, #22bdd6 0%, #097189 80%);
  background: radial-gradient(at 85% -20%, #22bdd6 0%, #097189 80%);
}

.bg-gradient-grey {
  background: -webkit-radial-gradient(at 85% -20%, #939287 0%, #686761 80%);
  background: radial-gradient(at 85% -20%, #939287 0%, #686761 80%);
}

.bg-pattern-blue,
.bg-pattern-grey {
  position: relative;
}

.bg-pattern-blue::before, .bg-pattern-blue-80::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/content/img/pattern-blue.jpg") center no-repeat;
  background-size: cover;
}

.bg-pattern-blue-80::before {
  opacity: .8;
}

.bg-pattern-grey::before {
  content: '';
  background: url("/content/img/pattern-grey.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 65px;
  bottom: 0;
  left: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  min-width: 300px;
  background: #f2f2e2;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.page-spacer {
  width: 100%;
  margin-top: 4rem;
}

.row {
  margin-left: -7px !important;
  margin-right: -8px !important;
}

#page::before {
  opacity: 0;
}

ul {
  padding: 0;
}

a {
  color: #097189;
}

a:hover {
  text-decoration: none;
}

a:active, a:visited {
  border: none;
  outline: none;
}

@-ms-viewport {
  width: auto !important;
}

.row {
  margin-left: -7px !important;
  margin-right: -8px !important;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}

body {
  font-family: "brandon-grotesque", sans-serif;
}

.callout-text {
  font-size: 7rem;
  font-weight: 900;
  margin: 0 .5rem 0 0;
}

.callout-sub {
  font-weight: 400;
  font-size: 3.5rem;
  margin: 0;
}

.callout-sub.uppercase {
  letter-spacing: 0px;
}

h1 {
  font-size: 7rem;
  font-weight: 900;
}

h2 {
  font-size: 3rem;
  font-weight: 900;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

p {
  font-size: 1.6rem;
  font-family: "ff-tisa-web-pro", serif;
}

li {
  font-size: 1.6rem;
}

label {
  color: #686761;
  font-weight: 100;
}

legend {
  font-size: 2rem;
  margin: .25rem 0;
  border-bottom: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

h1.uppercase, h2.uppercase, h3.uppercase {
  letter-spacing: 2px;
}

.text-thin {
  font-weight: 200;
}

.text-normal {
  font-weight: 500;
}

.text-bold {
  font-weight: 600;
}

.text-extra-bold {
  font-weight: 900;
}

.text-serif {
  font-family: "ff-tisa-web-pro", serif;
}

.text-sans {
  font-family: "brandon-grotesque", sans-serif;
}

.text__two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

@font-face {
  font-family: 'font-extra-awesome';
  src: url("../font/font-extra-awesome.eot?46497872");
  src: url("../font/font-extra-awesome.eot?46497872#iefix") format("embedded-opentype"), url("../font/font-extra-awesome.woff2?46497872") format("woff2"), url("../font/font-extra-awesome.woff?46497872") format("woff"), url("../font/font-extra-awesome.ttf?46497872") format("truetype"), url("../font/font-extra-awesome.svg?46497872#font-extra-awesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-location-arrow:before, .fa-camera:before, .fa-suitcase:before, .fa-check:before,
.fa-close:before, .fa-dollarsign:before, .fa-envelope:before, .fa-exclamation-triangle:before,
.fa-info-circle:before, .fa-magnifying-glass:before, .fa-map-marker:before, .fa-paperclip:before,
.fa-pencil:before, .fa-search:before {
  font-family: "font-extra-awesome" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: .9em;
}

.fa-location-arrow:before {
  content: '\e800' !important;
}

.fa-camera:before {
  content: '\e801' !important;
}

.fa-suitcase:before {
  content: '\e802' !important;
}

.fa-check:before {
  content: '\e803' !important;
}

.fa-close:before {
  content: '\e804' !important;
}

.fa-dollarsign:before {
  content: '\e805' !important;
}

.fa-envelope:before {
  content: '\e806' !important;
}

.fa-exclamation-triangle:before {
  content: '\e807' !important;
}

.fa-info-circle:before {
  content: '\e808' !important;
}

.fa-magnifying-glass:before {
  content: '\e809' !important;
}

.fa-map-marker:before {
  content: '\e80a' !important;
}

.fa-paperclip:before {
  content: '\e80b' !important;
}

.fa-pencil:before {
  content: '\e80c' !important;
}

.fa-search:before {
  content: '\e80d' !important;
}

@media screen and (max-width: 1280px) {
  .callout-text {
    font-size: 5rem;
  }
  .callout-sub {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .callout-text {
    font-size: 5rem;
  }
  .callout-sub {
    font-size: 2.5rem;
  }
}

.button {
  height: 4rem;
  color: #f2f2e2;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 4px 2px -2.5px rgba(60, 80, 112, 0.4);
  box-shadow: 0px 4px 2px -2.5px rgba(60, 80, 112, 0.4);
  font-size: 2rem;
  line-height: 1;
  border: none !important;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  min-width: 13.5rem;
  font-weight: 100;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.75s;
  text-transform: lowercase;
}

.button:hover {
  -webkit-box-shadow: 0px 6px 5px -3.5px rgba(60, 80, 112, 0.5);
  box-shadow: 0px 6px 5px -3.5px rgba(60, 80, 112, 0.5);
  color: #f2f2e2;
}

.btn {
  letter-spacing: .5px;
  font-weight: 100;
}

.btn:nth-child {
  margin-left: .5rem;
}

.btn + .btn {
  margin-left: 2rem;
}

.btn + .btn.btn-small {
  margin-left: 1rem;
}

.btn-wide {
  min-width: 13.5rem;
}

.btn-full {
  min-width: 100%;
}

.button__large {
  height: 5rem;
  text-transform: uppercase;
  line-height: 2;
  min-width: 22.5rem;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.button__blue {
  background-color: #003759 !important;
}

.button__blue:hover {
  background-color: #003759;
}

.button__orange {
  background-color: #c64327;
}

.button__orange:hover {
  background-color: #9e131a;
}

.button__grey {
  background-color: #939287;
  color: white;
}

.button__grey:hover {
  background-color: #686761;
}

.dropdown-menu {
  padding: 6px 12px;
}

.btn-transparent {
  background: transparent !important;
  -webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
  transition: background .15s ease-in-out, color .15s ease-in-out;
}

.btn-transparent.btn-danger {
  border: 1px solid #c64327;
  color: #c64327;
}

.btn-transparent.btn-danger:hover {
  background: #c64327 !important;
  color: white;
}

.btn-transparent.btn-primary {
  border: 1px solid #003759;
  color: #003759;
}

.btn-transparent.btn-primary:hover {
  background: #003759 !important;
  color: white;
}

.btn-transparent.btn-inverse {
  border: 1px solid #afafa3;
  color: #afafa3;
}

.btn-transparent.btn-inverse:hover {
  background-color: #afafa3 !important;
  color: white !important;
}

.btn-checkbox-toggle {
  padding: 0 12px !important;
  text-align: left !important;
  color: #afafa3 !important;
  background-color: white !important;
}

.btn-checkbox-toggle:hover, .btn-checkbox-toggle:active, .btn-checkbox-toggle:focus {
  background: white !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-checkbox-toggle:active, .btn-checkbox-toggle:focus {
  border: 1px solid #003759;
}

.input-group-addon {
  background-color: #FBFBF8;
  color: #939287;
}

.dotted-hr {
  position: relative;
  width: 100%;
  height: auto;
  margin: 2rem 0;
  overflow: hidden;
}

.dotted-hr::before {
  content: '————————————————————————————————————————————————————————————————————————————————————————————————————————————';
  letter-spacing: 10px;
  width: 100%;
  color: #d3d3c5;
}

.table-responsive {
  padding-right: .5px;
  font-size: 16px;
}

.table-responsive .btn {
  font-size: 16px;
}

.table-responsive .btn:hover {
  color: #097189;
}

.table-responsive .btn:active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.table-responsive__overflow {
  overflow: visible !important;
}

@media screen and (max-width: 425px) {
  .table-responsive__overflow {
    overflow: scroll !important;
  }
}

@media screen and (max-width: 425px) {
  .table-responsive .table {
    width: 405px;
  }
}

.form--group {
  margin-bottom: 1rem;
}

.form--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 639px) {
  .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .form--inline > * {
    width: 100%;
  }
  .form--inline .select--wrapper {
    margin-bottom: 1rem;
    width: 100%;
    display: block;
  }
}

@media (min-width: 640px) {
  .form--inline:last-child {
    margin-bottom: 0;
  }
  .form--inline > * {
    float: left;
    margin: 0 .5rem !important;
  }
  .form--inline > *:first-child {
    margin-left: 0 !important;
  }
  .form--inline > *:last-child {
    margin-right: 0 !important;
  }
}

.form--inline__1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  .form--inline__1 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

.form--inline__2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.form--inline__3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.form--inline__4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.form--inline__5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.form--inline__6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -ms-flex: 6;
  flex: 6;
}

@media (min-width: 640px) {
  .form--inline__1 .form-control, .form--inline__2 .form-control, .form--inline__3 .form-control, .form--inline__4 .form-control, .form--inline__5 .form-control, .form--inline__6 .form-control {
    margin-bottom: 0;
  }
}

.form--inline__1 .select2, .form--inline__2 .select2, .form--inline__3 .select2, .form--inline__4 .select2, .form--inline__5 .select2, .form--inline__6 .select2 {
  width: 100%;
}

.form--inline button, .form--inline .btn, .form--inline .button {
  height: 4rem;
}

.form--inline span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-control,
.btn-form {
  height: 4rem;
  font-size: 1.6rem;
  letter-spacing: .05em;
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 100;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3d3c5;
  color: #686761;
}

@media (min-width: 640px) {
  .form-control,
  .btn-form {
    padding: 6px 9px;
  }
}

.form-control::-webkit-input-placeholder, .form-control:invalid,
.btn-form::-webkit-input-placeholder,
.btn-form:invalid {
  color: #686761;
}

.form-control::-moz-placeholder, .form-control:invalid,
.btn-form::-moz-placeholder,
.btn-form:invalid {
  color: #686761;
}

.form-control:-ms-input-placeholder, .form-control:invalid,
.btn-form:-ms-input-placeholder,
.btn-form:invalid {
  color: #686761;
}

.form-control::placeholder, .form-control:invalid,
.btn-form::placeholder,
.btn-form:invalid {
  color: #686761;
}

.form-control::-moz-selection,
.btn-form::-moz-selection {
  color: white;
  background-color: #003759;
}

.form-control::selection,
.btn-form::selection {
  color: white;
  background-color: #003759;
}

.form-control:active, .form-control:focus,
.btn-form:active,
.btn-form:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #003759 !important;
  color: #003759;
}

.btn-form {
  text-align: left !important;
}

.form__mid-bg {
  border: 1px solid #999999;
  color: #4D4D4D;
}

.form__mid-bg::-moz-selection {
  color: white;
  background-color: #003759;
}

.form__mid-bg::selection {
  color: white;
  background-color: #003759;
}

.form__mid-bg:active, .form__mid-bg:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #097189;
  color: #003759;
}

.form__photo-bg {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: rgba(9, 113, 137, 0.6);
  color: white;
}

.form__photo-bg::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__photo-bg::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__photo-bg:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__photo-bg::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form__photo-bg::-moz-selection {
  color: white;
  background-color: #003759;
}

.form__photo-bg::selection {
  color: white;
  background-color: #003759;
}

.form__photo-bg:active, .form__photo-bg:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid white;
  color: white;
}

.form__inline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.form__inline-flex * {
  margin: 0 .5rem;
}

.form__inline-flex *:first-child {
  margin-left: 0;
}

.form__inline-flex *:last-child {
  margin-right: 0;
}

.form__two-thirds {
  -webkit-box-flex: 66.666;
  -webkit-flex: 66.666;
  -ms-flex: 66.666;
  flex: 66.666;
}

.form__half {
  -webkit-box-flex: 50;
  -webkit-flex: 50;
  -ms-flex: 50;
  flex: 50;
}

.form__third {
  -webkit-box-flex: 33.333;
  -webkit-flex: 33.333;
  -ms-flex: 33.333;
  flex: 33.333;
}

.form__quarter {
  -webkit-box-flex: 20;
  -webkit-flex: 20;
  -ms-flex: 20;
  flex: 20;
}

.form__sixth {
  -webkit-box-flex: 16.666;
  -webkit-flex: 16.666;
  -ms-flex: 16.666;
  flex: 16.666;
}

.form__even {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form__33 {
  width: 33%;
}

select {
  font-weight: 200;
  color: #999999;
  margin: 0;
  -webkit-appearance: none;
}

select:focus, select:active {
  color: #097189 !important;
}

.select--wrapper {
  position: relative;
}

.select--wrapper::before {
  content: '';
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 3.25rem;
  border-left: 1px solid #d3d3c5;
  z-index: 998;
  background-color: white;
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.select--wrapper::after {
  content: '';
  position: absolute;
  right: -webkit-calc(1.5rem - 1px);
  right: calc(1.5rem - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #d3d3c5 transparent transparent transparent;
  z-index: 999;
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.select--wrapper.table-edit-border .form-control {
  border: none !important;
  height: 3.8rem;
}

.select--wrapper .form-control {
  margin-bottom: 0;
}

.select--wrapper__focus::before {
  background-color: #097189;
}

.select--wrapper__focus::after {
  border-color: #097189 transparent transparent transparent;
}

input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

@media (max-width: 767px) {
  input[type="radio"] {
    float: left;
  }
}

input[type="radio"] + label span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: -1px 1rem 0 .6rem;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #B3B3B3;
  box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #B3B3B3;
  -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, -webkit-box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease;
  transition: background-color .2s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

input[type="radio"]:checked + label span {
  background-color: #097189;
}

input[type="radio"].radio-stacked + label {
  position: relative;
  margin: 0 0 3rem;
}

input[type="radio"].radio-stacked + label span {
  position: absolute;
  top: -webkit-calc(100% + .5rem);
  top: calc(100% + .5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
}

input[type="radio"]:active + label span, input[type="radio"]:focus + label span, input[type="radio"]:hover + label span {
  -webkit-box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #9e131a;
  box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #9e131a;
}

input[type="submit"] {
  height: 4rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 100;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #003759;
  color: #003759;
  background: white;
  padding: 0 1rem;
}

input[type="checkbox"] {
  opacity: 0;
  height: 0;
  width: 0;
  margin-left: 0;
}

input[type="checkbox"] + label {
  margin-right: 1rem;
  padding-left: 0;
}

input[type="checkbox"] + label span {
  display: inline-block;
  width: .9rem;
  height: .9rem;
  margin: -1px 1rem 0 1px;
  cursor: pointer;
  -webkit-border-radius: .2rem;
  border-radius: .2rem;
  background-color: white;
  -webkit-box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #B3B3B3;
  box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #B3B3B3;
  position: relative;
}

input[type="checkbox"] + label span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background: url("/content/img/icons/check.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.15s cubic-bezier(0.075, 0.9, 0.165, 1), height 0.15s cubic-bezier(0.075, 0.9, 0.165, 1);
  transition: width 0.15s cubic-bezier(0.075, 0.9, 0.165, 1), height 0.15s cubic-bezier(0.075, 0.9, 0.165, 1);
}

input[type="checkbox"]:checked + label span::before {
  width: 1.75rem;
  height: 1.4rem;
}

input[type="checkbox"]:active + label span, input[type="checkbox"]:focus + label span, input[type="checkbox"]:hover + label span {
  -webkit-box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #9e131a;
  box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem #9e131a;
}

.form-break {
  width: 100%;
}

.form-break__small {
  margin-top: 1rem;
}

.form-break__medium {
  margin-top: 3rem;
}

.form-break__large {
  margin-top: 5rem;
}

.form-divider__short {
  width: 26rem;
  height: 1px;
  background-color: #F2F2F2;
  margin: .5rem 0 .75rem;
}

.form--money {
  position: relative;
}

.form--money input {
  padding-left: 4.5rem;
}

.form--money::before {
  content: '';
  position: absolute;
  left: 3.25rem;
  top: 0;
  width: 2px;
  max-width: 2px;
  height: 4rem;
  z-index: 999;
  background-color: #d3d3c5;
  -webkit-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s;
}

.form--money::after {
  content: '$';
  position: absolute;
  left: -webkit-calc(1.5rem - 1px);
  left: calc(1.5rem - 1px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  font-weight: 100;
  color: #B3B3B3;
}

.form--money__focus::before {
  background-color: #097189;
}

.form--money__focus::after {
  color: #097189;
}

.form--info {
  position: relative;
  bottom: .45rem;
  display: inline-block;
  font-size: 1rem;
  border: 1px solid #999999;
  color: #999999;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: .125rem;
  vertical-align: baseline;
  -webkit-transition: border .2s ease, color .2s ease;
  transition: border .2s ease, color .2s ease;
  cursor: pointer;
}

.form--info .form--tooltip {
  display: none;
  opacity: 0;
  -webkit-transition: opacity s 0.2s ease;
  transition: opacity s 0.2s ease;
}

.form--info:hover {
  border: 1px solid #333333;
  color: #333333;
}

.form--info:hover .form--tooltip {
  display: block;
  opacity: 1;
}

.form--tooltip {
  position: absolute;
  top: 50%;
  left: -webkit-calc(100% + 1.5rem);
  left: calc(100% + 1.5rem);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25rem;
  text-align: left;
  font-size: 1.4rem;
  background-color: #F2F2F2;
  color: #808080;
  padding: 2rem 1.5rem 1.5rem;
  z-index: 1111;
  -webkit-box-shadow: 0px 3px 3px rgba(88, 89, 91, 0.4);
  box-shadow: 0px 3px 3px rgba(88, 89, 91, 0.4);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.4;
}

.form--tooltip::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: -webkit-calc(50% - .75rem);
  top: calc(50% - .75rem);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .75rem 1rem .75rem 0;
  border-color: transparent #F2F2F2 transparent transparent;
}

.form--tooltip::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  background-color: #097189;
  background: -webkit-linear-gradient(315deg, #082746 0%, #0A3859 100%);
  background: linear-gradient(135deg, #082746 0%, #0A3859 100%);
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.input-group-addon {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.radio-input {
  display: inline-block;
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .radio-input {
    display: block;
  }
}

@media (min-width: 992px) {
  .radio-input + .radio-input {
    margin-left: 1rem;
    border-left: 1px solid #f2f2e2;
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {
  .radio-input label {
    display: block;
  }
}

.form-group__pb {
  margin-bottom: 6rem;
}

.radio-input + input[type="text"],
.radio-input + .form--inline {
  margin-top: 1rem;
}

textarea {
  height: 7.5rem;
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 100;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3d3c5;
  color: #afafa3;
}

.text-area__large {
  height: 25rem;
}

.input-group-addon {
  background: white !important;
  padding-right: 0;
}

.input-group-addon + input {
  border-left: 0;
}

#myCasesLocation {
  position: relative;
}

#myCasesLocation i {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#myCasesLocation input[type="text"] {
  padding-left: 3rem;
}

#myCasesSearch {
  position: relative;
}

#myCasesSearch i {
  position: absolute;
  top: 2rem;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#myCasesSearch input[type="text"] {
  padding-left: 3.5rem;
}

.btn-checkbox-toggle__table {
  color: black !important;
}

.select--wrapper__table {
  position: relative;
  border: none;
  padding: 0;
  border: none;
  display: inline-block;
  width: 100%;
}

.select--wrapper__table::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #939287 transparent transparent transparent;
  z-index: 999;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.select--wrapper__table .btn {
  border: none;
  text-indent: 4px;
  padding: 6px !important;
}

.select--wrapper__table select {
  background: white;
  border: none;
  color: #afafa3;
  -moz-appearance: none;
  text-indent: 4px;
  text-overflow: '';
  width: 100%;
  padding: 6px;
}

.table--upload {
  padding: 6px;
  position: relative;
  top: 6px;
  color: #afafa3;
}

.select2-container--default {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.select2-search {
  padding: 3px 4px 0;
}

.select2-search input {
  min-height: 3rem !important;
  margin: 0 !important;
}

.select2-container--default .select2-selection--multiple {
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
}

.navigation {
  background: url("/content/img/nav-gradient.svg") center center no-repeat;
  background-size: cover;
  color: white;
  z-index: 1111;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.navigation--wrapper {
  height: 8rem;
  padding: 0 12rem;
}

.navigation a {
  color: white;
}

.navigation--hamburger, .navigation--exit {
  width: 3.5rem;
  height: 2.6rem;
  margin-top: 2.75rem;
  background: url("/content/img/hamburger.svg") center center no-repeat;
  background-size: contain;
  float: left;
  cursor: pointer;
}

.navigation--exit {
  height: 2.6rem;
  background: url("/content/img/exit.svg") center center no-repeat;
  margin-top: 2.75rem;
}

.navigation--logo-link, .slide-nav--logo-link {
  height: 100%;
  margin-left: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}

.navigation--logo, .slide-nav--logo {
  background: url("/content/img/halo.svg") center center no-repeat;
  background-size: contain;
  width: 15rem;
  padding-bottom: 28.1278%;
  margin-left: .5rem;
}

.navigation--menu {
  margin-left: 5.5rem;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.navigation--link {
  display: inline;
  margin: 0;
}

.navigation--link a {
  padding: 2.9rem 2rem;
  display: inline-block;
  position: relative;
}

.navigation--link a::after {
  content: '';
  height: 2px;
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 2rem;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.navigation--link a:hover::after {
  background-color: white;
}

.navigation--login {
  float: right;
  font-size: 1.5rem;
  position: relative;
}

.navigation--login::after {
  content: '';
  width: 1.6rem;
  height: 1rem;
  background: url("/content/img/login-arrow.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 3.25rem;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.navigation--login__active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation--login-link {
  padding: 2.9rem 2.5rem 2.9rem 2rem;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
}

.navigation--login-form {
  width: 40rem;
  background: #E6E6E6;
  position: fixed;
  top: 10rem;
  right: 12rem;
  -webkit-box-shadow: 0px 1px 1px rgba(88, 89, 91, 0.4);
  box-shadow: 0px 1px 1px rgba(88, 89, 91, 0.4);
  padding: 4rem 3rem 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 1;
}

.navigation--login-form__hidden {
  -webkit-transform: translateY(-webkit-calc(-100% - 12rem));
  -ms-transform: translateY(calc(-100% - 12rem));
  transform: translateY(calc(-100% - 12rem));
}

.navigation--login-form::before {
  content: '';
  height: 1rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#003759), color-stop(45.84%, #002947), to(#001c36));
  background: -webkit-linear-gradient(left, #003759 0%, #002947 45.84%, #001c36 100%);
  background: linear-gradient(90deg, #003759 0%, #002947 45.84%, #001c36 100%);
}

.navigation--checkbox {
  margin-top: 1rem;
}

.navigation--login-btn {
  width: 12.5rem;
}

.navigation--sign-up {
  margin-top: 3rem;
  background: #CCCCCC;
  display: block;
  overflow: hidden;
  width: -webkit-calc(100% + 6rem);
  width: calc(100% + 6rem);
  margin-left: -3rem;
}

.navigation--sign-up h3 {
  margin: 1rem;
}

.navigation--sign-up a {
  color: #097189;
  text-decoration: none;
}

.navigation--spacer {
  height: 8rem;
  width: 100%;
  -webkit-box-shadow: 0px 5px 3px rgba(61, 61, 61, 0.3);
  box-shadow: 0px 5px 3px rgba(61, 61, 61, 0.3);
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    text-align: left !important;
    margin-left: 4rem !important;
  }
}

@media screen and (max-width: 991px) {
  .nav--wrapper {
    padding: 0 6rem;
  }
  .nav--login-form {
    right: 6rem;
  }
}

@media screen and (max-width: 480px) {
  .nav--wrapper {
    padding: 0 3rem;
  }
  .nav--logo-link {
    margin-left: 3rem;
  }
  .nav--login-form {
    right: 3rem;
  }
}

.card {
  background-color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 5rem;
  position: relative;
  margin: 1rem 0;
  padding: 2rem 4rem;
}

.card::after {
  content: '';
  height: 2rem;
  position: absolute;
  bottom: 0;
  background-color: white;
  z-index: -1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.card__z1::after {
  -webkit-box-shadow: 0 1px 9px 2px rgba(56, 74, 102, 0.2);
  box-shadow: 0 1px 9px 2px rgba(56, 74, 102, 0.2);
  width: 92%;
  left: 4%;
}

.card__z2::after {
  -webkit-box-shadow: 0 2px 12px 3px rgba(56, 74, 102, 0.2);
  box-shadow: 0 2px 12px 3px rgba(56, 74, 102, 0.2);
  width: 90%;
  left: 5%;
}

.card__z3::after {
  -webkit-box-shadow: 0 4px 15px 4px rgba(56, 74, 102, 0.2);
  box-shadow: 0 4px 15px 4px rgba(56, 74, 102, 0.2);
  width: 88%;
  left: 6%;
}

.card__z4::after {
  -webkit-box-shadow: 0 6px 18px 6px rgba(56, 74, 102, 0.2);
  box-shadow: 0 6px 18px 6px rgba(56, 74, 102, 0.2);
  width: 86%;
  left: 7%;
}

.card__padding {
  padding: 4rem;
}

.card h3 {
  margin-top: 1rem;
}

.progress--circles {
  margin: 2rem 0 1rem;
}

.progress--circle {
  height: 1.4rem;
  width: 1.4rem;
  background-color: #B3B3B3;
  display: inline-block;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  margin: .5rem 4rem;
  position: relative;
  -webkit-box-shadow: 0 0 0 3.5px white, 0 0 0 5px #CCCCCC;
  box-shadow: 0 0 0 3.5px white, 0 0 0 5px #CCCCCC;
  position: relative;
  z-index: 1000;
}

.progress--circle__active {
  background-color: #003759;
}

.progress--circle__active + .progress--circle__active::before {
  content: '';
  width: -webkit-calc(8rem + 4px);
  width: calc(8rem + 4px);
  height: 2px;
  position: absolute;
  left: -webkit-calc(-8rem - 4px);
  left: calc(-8rem - 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #003759;
  z-index: 1;
}

.progress--circle__active + .progress--circle__active::after {
  content: '';
  width: 8rem;
  height: 8px;
  position: absolute;
  left: -webkit-calc(-8rem - 2px);
  left: calc(-8rem - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}

.progress--circle__completed {
  background-color: #097189;
}

.progress--circle__completed + .progress--circle__completed::before,
.progress--circle__completed + .progress--circle__active::before {
  content: '';
  width: -webkit-calc(8rem + 5px);
  width: calc(8rem + 5px);
  height: 3px;
  position: absolute;
  left: -webkit-calc(-8rem - 4px);
  left: calc(-8rem - 4px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.progress--circle__completed + .progress--circle__completed::after,
.progress--circle__completed + .progress--circle__active::after {
  content: '';
  width: 8rem;
  height: 8px;
  position: absolute;
  left: -webkit-calc(-8rem - 2px);
  left: calc(-8rem - 2px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: white;
}

.progress--circle__completed + .progress--circle__completed::before {
  background-color: #097189;
}

.progress--circle__completed + .progress--circle__active::before {
  background: -webkit-gradient(linear, left top, right top, from(#097189), to(#003759));
  background: -webkit-linear-gradient(left, #097189 0%, #003759 100%);
  background: linear-gradient(90deg, #097189 0%, #003759 100%);
}

.progress--circle__active {
  background-color: #003759;
}

.slide-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 40rem;
  height: 100%;
  background: #E6E6E6;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 1110;
  padding: 18rem 0 5rem 13rem;
  overflow: scroll;
}

.slide-nav--logo {
  background: url("/content/img/halo-blue.svg") center center no-repeat;
}

.slide-nav--menu {
  list-style-type: none;
  text-transform: uppercase;
  width: 17rem;
}

.slide-nav--menu:hover li a {
  color: #808080;
}

.slide-nav--link {
  margin-bottom: 1.5rem;
}

.slide-nav--link:hover a {
  color: #097189 !important;
}

.slide-nav--link:last-child {
  margin-bottom: 5.5rem;
}

.slide-nav--link a {
  font-weight: 900;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.slide-nav--link a:hover {
  text-decoration: none;
}

.slide-nav--divider {
  height: 2px;
  width: 16rem;
  background-color: #CCCCCC;
  padding: 0;
  margin: 2.5rem 0;
}

.slide-nav--ctas {
  margin-bottom: 5.5rem;
}

.slide-nav--ctas a {
  margin-bottom: 2rem;
  display: block;
  width: 17.5rem;
  height: 3.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .slide-nav {
    padding-left: 15rem;
  }
  .slide-nav--header {
    padding-left: 6rem;
  }
}

@media screen and (max-width: 480px) {
  .slide-nav {
    padding-left: 10rem;
  }
  .slide-nav--header {
    padding-left: 3rem;
  }
}

.search-card {
  position: relative;
  width: 36rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: white;
  -webkit-box-shadow: 0 17px 9px -15px rgba(56, 74, 102, 0.2);
  box-shadow: 0 17px 9px -15px rgba(56, 74, 102, 0.2);
  margin-bottom: 6rem;
  margin-right: 3rem;
  float: left;
}

@media screen and (max-width: 618px) {
  .search-card {
    float: none;
  }
}

.search-card--circle {
  position: absolute;
  top: -1.75rem;
  right: 1.75rem;
  height: 3.5rem;
  width: 3.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #003759;
  z-index: 1;
}

.search-card--circle__blue {
  background-color: #097189;
}

.search-card--circle__dark-blue {
  background-color: #003759;
}

.search-card--circle__grey {
  background-color: #afafa3;
}

.search-card--circle__green {
  background-color: #21b78c;
}

.search-card--circle__orange {
  background-color: #c64327;
}

.search-card--circle__yellow {
  background-color: #f2d525;
}

.search-card--image {
  border: 1px solid #003759;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.search-card--fraud-message {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-card__fraud .search-card--image {
  position: relative;
}

.search-card__fraud .search-card--image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(158, 19, 26, 0.8);
}

.search-card--main-info {
  padding: 2rem 3rem;
  border-left: 1px solid #003759;
  border-right: 1px solid #003759;
}

.search-card--main-info h3 {
  display: inline-block;
  min-height: 3px;
  letter-spacing: 0;
  font-size: 1.8rem;
}

.search-card--main-info h4 {
  font-size: 1.8rem;
  margin-top: .5rem;
}

.search-card--description {
  padding: 1rem 3rem 2rem;
  border-left: 1px 1px 1px solid #eaeadc;
  border-bottom: 1px 1px 1px solid #eaeadc;
  border-right: 1px 1px 1px solid #eaeadc;
}

.search-card--description h4 {
  font-size: 1.6rem;
  margin: 0;
}

.search-card--progress-bar {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  position: relative;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 0 1px #afafa3;
  box-shadow: 0 0 0 1px #afafa3;
  height: 14px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.search-card--progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2d525;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.search-card--link {
  border-left: 1px solid #eaeadc;
  border-bottom: 1px solid #eaeadc;
  border-right: 1px solid #eaeadc;
  padding: 2rem 3rem;
}

.search-card--link a {
  color: #d3d3c5;
}

@media screen and (min-width: 1660px) {
  .search-card:nth-child(4n) {
    margin-right: 0;
  }
  .search-card:nth-child(4n + 1) {
    clear: left;
  }
}

@media screen and (min-width: 1042px) and (max-width: 1660px) {
  .search-card:nth-child(3n) {
    margin-right: 0;
  }
  .search-card:nth-child(3n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 1041px) and (min-width: 679px) {
  .search-card:nth-child(2n) {
    margin-right: 0;
  }
  .search-card:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 679px) {
  .search-card {
    margin: 0 auto 20px;
  }
}

.panel-title,
.panel-title > a,
.panel-title > a.collapsed,
.panel-title > a.collapsed:hover,
.panel-title > a.collapsed:active {
  color: #c64327;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-heading {
  position: relative;
  padding-left: 3rem;
}

.panel-title > a::before {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background: url("/content/img/red-accordian-arrow.svg") center center no-repeat;
  background-size: contain;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
  .panel-title > a::before {
    top: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .panel-title > a::before {
    top: 1.8rem;
  }
}

.panel-title > a.collapsed::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
  padding: 0;
}

.dashboard--image {
  height: 30rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: -webkit-calc(100% + 65px);
  width: calc(100% + 65px);
  left: 0;
  top: 36px;
  position: absolute;
  background: url("/content/img/hands.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1440px) {
  .dashboard {
    margin-top: 14rem;
  }
  .dashboard--image {
    top: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .dashboard {
    margin-top: 13rem;
  }
  .dashboard--image {
    top: 30px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .callout-text {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 639px) {
  .callout-text {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .callout-sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) and (max-width: 639px) {
  .callout-sub {
    font-size: 1.6rem;
  }
}

.case-table {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.case-table--single-row {
  width: 100%;
  height: 6rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10rem 0 2rem;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  border-left: 1px solid #f2f2e2;
  border-bottom: 1px solid #f2f2e2;
}

.case-table--single-row:first-child {
  border-left: none;
}

.case-table--single-row div {
  width: 1px;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .case-table--single-row div:not(:first-child) {
    border-left: 1px solid #f2f2e2;
    padding-left: 2rem;
  }
}

.case-table--single-row h6 {
  width: 25rem;
  display: inline-table;
}

.case-table--single-row span {
  border: 1px solid #003759;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  font-size: 1.4rem;
  position: relative;
  top: -2px;
}

.case-table--head {
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  color: #003759;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.case-table--head .case-table--left,
.case-table--head .case-table--right {
  height: 6rem;
}

.case-table--head .case-table--left h4,
.case-table--head .case-table--right h4 {
  color: #003759;
}

.case-table--head .case-table--right {
  padding-right: 10rem;
}

.case-table--head .case-table--right div {
  width: 1px;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-table--head .case-table--right div:not(:first-child) {
  border-left: 1px solid #f2f2e2;
  padding-left: 2rem;
}

.case-table--head .case-table--right h6 {
  width: 25rem;
  display: inline-table;
}

.case-table--head .case-table--right span {
  border: 1px solid #003759;
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  font-size: 1.4rem;
  position: relative;
  top: -2px;
}

.case-table--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f2f2e2;
}

.case-table--left, .case-table--right {
  padding: 1rem;
  height: 10rem;
}

.case-table--left h3, .case-table--right h3 {
  display: inline;
  margin: 0;
}

.case-table--left {
  width: 20%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-table--left h4 {
  color: #afafa3;
}

.case-table--right {
  width: 80%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3rem 0 2rem;
  border-left: 1px solid #f2f2e2;
}

.case-table--progress {
  width: 100%;
  position: relative;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-table--progress::before {
  content: '';
  background: white;
  height: -webkit-calc(2rem + 2px);
  height: calc(2rem + 2px);
  width: 2rem;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

.case-table--progress::after {
  content: '';
  background: white;
  height: -webkit-calc(2rem + 2px);
  height: calc(2rem + 2px);
  width: 2rem;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
}

.case-table--progress__single-row {
  margin-bottom: 4rem;
}

.case-table--mobile-label {
  display: none;
  color: #003759;
  padding-left: 2rem;
  margin-top: 2rem;
}

.case-progress {
  background: #afafa3;
  position: absolute;
  left: 1px;
  top: 5px;
  -webkit-border-radius: 1.125rem;
  border-radius: 1.125rem;
  height: 14px;
  -webkit-transition: width .5s ease-out;
  transition: width .5s ease-out;
}

.case-progress__1 {
  width: 18%;
}

.case-progress__2 {
  width: 37.5%;
}

.case-progress__3 {
  width: 56.6%;
}

.case-progress__4 {
  width: 75.5%;
}

.case-progress__5 {
  width: 95%;
}

.case-progress__6 {
  width: 100%;
}

.case-dot-bg {
  background-color: transparent;
  border: 1px solid #D2D2D0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.case-dot {
  height: 3.5rem;
  width: 3.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 .66rem white;
  box-shadow: 0 0 0 .66rem white;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

.case-dot::before {
  content: '';
  position: absolute;
  height: 14px;
  width: 6rem;
  top: 10px;
  left: -1rem;
  background: white;
  z-index: -1;
  -webkit-box-shadow: 0 .575rem white, 0 -.5rem white;
  box-shadow: 0 .575rem white, 0 -.5rem white;
}

.case-dot::after {
  content: '';
  height: 3.5rem;
  width: 3.5rem;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 .66rem white, 0 0 0 .8rem #D2D2D0;
  box-shadow: 0 0 0 .66rem white, 0 0 0 .8rem #D2D2D0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.case-dot__grey {
  background-color: #afafa3;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.case-dot__grey::before {
  left: 5px;
}

.case-dot__blue {
  background-color: #097189;
}

.case-dot__green {
  background-color: #21b78c;
}

.case-dot__yellow {
  background-color: #f2d525;
}

.case-dot__orange {
  background-color: #c64327;
}

.case-dot__dark-blue {
  background-color: #003759;
}

.case-dot__dark-blue::before {
  width: 4.5rem;
  right: 0;
  left: auto;
}

@media screen and (max-width: 1400px) {
  .case-table--single-row {
    padding: 0 10rem 0 1rem;
  }
  .case-table--single-row div:not(:first-child) {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  .case-dot::before {
    top: 8px;
  }
  .case-progress {
    top: 5px;
  }
  .case-progress__1 {
    width: 17%;
  }
  .case-progress__2 {
    width: 36.5%;
  }
  .case-progress__3 {
    width: 55.6%;
  }
  .case-progress__4 {
    width: 75%;
  }
  .case-progress__5 {
    width: 94%;
  }
  .case-progress__6 {
    width: 100%;
  }
}

.case-progress__1 + .case-dot-bg .case-dot:first-child::before {
  background: #afafa3;
}

.case-progress__2 + .case-dot-bg .case-dot:nth-child(-n+2)::before {
  background: #afafa3;
}

.case-progress__3 + .case-dot-bg .case-dot:nth-child(-n+3)::before {
  background: #afafa3;
}

.case-progress__4 + .case-dot-bg .case-dot:nth-child(-n+4)::before {
  background: #afafa3;
}

.case-progress__5 + .case-dot-bg .case-dot:nth-child(-n+5)::before {
  background: #afafa3;
}

.case-progress__6 + .case-dot-bg .case-dot:nth-child(-n+6)::before {
  background: #afafa3;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .case-table--left {
    width: 15%;
  }
  .case-table--right {
    width: 85%;
  }
  .case-table--head .case-table--right {
    padding-left: 0;
  }
  .case-table--head .case-table--right > div {
    padding-left: .5rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .case-table--progress {
    height: 23px;
  }
  .case-dot::before {
    top: 7px;
  }
  .case-progress {
    top: 4px;
  }
}

@media screen and (max-width: 992px) {
  .case-table--head {
    display: none;
  }
  .case-table--row {
    display: block;
    margin-bottom: 3rem;
  }
  .case-table--row:first-child {
    border: none;
  }
  .case-table--left, .case-table--right {
    width: 100%;
    border: none;
    height: auto;
    padding-left: 2rem;
  }
  .case-table--single-row {
    padding: 0;
    display: block;
  }
  .case-table--single-row:first-child {
    border-left: 1px solid #f2f2e2;
  }
  .case-table--single-row div {
    width: 100%;
    padding-left: 1rem;
  }
  .case-table--single-row div:not(:last-child) {
    border-bottom: 1px solid #f2f2e2;
  }
  .case-table--mobile-label {
    display: block;
  }
  .case-table--progress__single-row {
    padding: 0 2rem;
  }
  .case-progress {
    display: none;
  }
  .case-dot-bg {
    border: none;
  }
  .case-dot::before {
    background: transparent !important;
  }
  .case-dot::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.logo {
  background: #097189;
  position: relative;
  top: -10px;
  height: 55px;
}

.logo img {
  width: 35px;
  height: 35px;
  position: relative;
}

.btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.btn-primary {
  background-color: #003759;
  border-color: #002135;
}

.btn-primary:hover {
  background-color: #075568;
}

.btn-success {
  background-color: #21b78c;
  border-color: #1c9975;
}

.btn-success:hover {
  background-color: #1c9975;
}

.btn-danger {
  background-color: #c64327;
  border-color: #a83921;
}

.btn-danger:hover {
  background-color: #a83921;
}

.btn-warning {
  background-color: #f2d525;
  border-color: #e6c70e;
}

.btn-warning:hover {
  background-color: #e6c70e;
}

.btn-default {
  background-color: white;
  border-color: #d3d3c5;
  color: #686761;
}

.btn-default:hover {
  background-color: #ededed;
}

.btn-inverse {
  background-color: #afafa3;
  border-color: #9e9e90;
}

.btn-inverse:hover {
  background-color: #9e9e90;
  border-color: #9e9e90;
}

.inline-dot {
  height: 2rem;
  width: 2rem;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #003759;
  margin-right: 1rem;
}

.inline-dot__blue {
  background-color: #097189;
}

.inline-dot__dark-blue {
  background-color: #003759;
}

.inline-dot__green {
  background-color: #21b78c;
}

.inline-dot__grey {
  background-color: #686761;
}

.inline-dot__yellow {
  background-color: #f2d525;
}

.input-group-addon.bg-danger {
  background: #c64327;
  border-color: #a83921;
  color: white;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.navbar {
  top: 0;
}

.navbar-default {
  background: #097189;
}

.navbar-default .navbar-nav > li > a {
  color: white;
}

.widget-title {
  padding-top: 23px;
  padding-left: 10rem;
}

.widget-title::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 8px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #afafa3;
}

.widget-title > h3 {
  padding: 3rem 0;
  margin: 0;
}

.widget-form {
  padding: 2rem 10rem 5rem;
}

.widget-form__sign-up {
  padding-top: 10rem;
}

@media (min-width: 992px) {
  .widget-form__sign-up {
    padding-top: 3.75rem;
  }
}

@media (min-width: 992px) {
  .widget-form__sign-up {
    padding-right: 4rem;
  }
}

.widget-form__sign-up .intl-tel-input {
  margin-bottom: 1rem;
}

.widget-form__sign-up .form-group:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width: 423px) {
  .widget-form .btn {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .widget-form .panel-body .btn {
    width: 100%;
    margin-left: 0;
  }
}

#collapseEight .btn {
  margin-bottom: 2rem;
}

.widget-controls > a {
  color: #686761;
}

.widget-search {
  padding: 5rem;
}

.widget.widget--notifications {
  min-height: 20rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget--dashboard-totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20rem;
}

.widget--dashboard-totals.widget__blue-top {
  padding: 2rem 5rem 1rem;
}

.widget__red-top {
  padding-top: 23px;
  padding-left: 30px;
}

@media (min-width: 1200px) {
  .widget__red-top {
    padding-left: 10rem;
  }
}

.widget__red-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  width: 100%;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #9e131a;
}

.widget__red-top > h3 {
  padding: 2rem 0;
}

.widget--number {
  position: absolute;
  top: 3rem;
  left: 4.5rem;
  border: 0.5rem solid #afafa3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .widget--number {
    top: 3.5rem;
  }
}

.widget--number > * {
  margin: 0 0 0 3px;
}

.widget--number__relative {
  left: 1rem;
  top: -3.5rem;
}

@media (min-width: 768px) {
  .widget--number__relative {
    left: -5.5rem;
    top: 1.75rem;
  }
}

.input-group-addon {
  background-color: #FBFBF8;
  color: #939287;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #d3d3c5;
  color: #939287;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #afafa3;
}

.bg-gray-lighter {
  background-color: #FBFBF8;
}

.content {
  padding: 70px 30px 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .content {
    padding: 70px 15px 20px;
  }
}

@media (min-width: 1200px) {
  .content {
    padding: 70px 40px 40px;
  }
}

.pace .pace-progress {
  top: 31px;
  background-color: #c64327;
}

.text-warning {
  color: #f2d525;
}

.text-success {
  color: #21b78c;
}

.text-danger {
  color: #c64327;
}

.text-primary {
  color: #097189;
}

.bg-warning, .label-warning, .slider-warning .slider-selection {
  background-color: #f2d525;
}

.bg-success, .label-success, .slider-success .slider-selection {
  background-color: #21b78c;
}

.bg-danger, .label-danger, .slider-danger .slider-selection {
  background-color: #c64327;
}

.bg-primary, .label-primary, .slider-primary .slider-selection {
  background-color: #097189;
}

.chat-notification-sing {
  background-color: #c64327;
}

.widget {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 17px 9px -15px rgba(56, 74, 102, 0.2);
  box-shadow: 0 17px 9px -15px rgba(56, 74, 102, 0.2);
  border: 1px solid #f2f2e2;
  margin-bottom: 2rem;
}

.sidebar {
  background: #003759;
}

.sidebar-nav > li > a .icon .fa,
.sidebar-nav > li > a .icon .glyphicon {
  color: rgba(255, 255, 255, 0.8);
}

.sidebar-nav > li > a {
  border-top: 1px solid #002135;
}

.sidebar-nav > .active > a {
  color: white;
  background-color: #002135;
  border-top: 1px solid #002135;
}

.sidebar-nav > li ul {
  background-color: #00446d;
}

.sidebar-nav > li > a:hover {
  background-color: #001726;
  color: white;
}

.sidebar-nav > .active > a .icon {
  background-color: #097189;
}

.sidebar-nav > .active > a .icon .fa,
.sidebar-nav > .active > a .icon .glyphicon {
  color: white;
}

.sidebar-nav > li ul > li > a:hover {
  background: #003759;
}

.slimScrollBar {
  background-color: #f2f2e2 !important;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #097189;
  border-color: #086176;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #21b78c;
  border-color: #1ea67f;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f2d525;
  border-color: #f1d112;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #c64327;
  border-color: #b53d24;
}

.modal-content {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.modal-content__notification {
  padding: 2rem 8rem 4rem;
}

.modal--title {
  letter-spacing: 1.5px;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.modal-actions .btn {
  min-width: 16.5rem;
}

.modal-actions .btn + .btn {
  margin-left: .5rem;
}

.sidebar-nav .fa.fa-envelope::before {
  font: normal normal normal 14px / 1 FontAwesome !important;
  content: "" !important;
}

.sidebar-nav .fa.fa-suitcase::before {
  font: normal normal normal 14px / 1 FontAwesome !important;
  content: "" !important;
}

@media screen and (max-width: 1440px) {
  .logo {
    height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .widget-form {
    padding: 2rem 4rem 5rem 10rem;
  }
}

@media screen and (max-width: 768px) {
  .widget-form {
    padding: 0 2rem 4rem;
  }
  .widget--number {
    position: initial;
    margin: 2rem 0;
  }
  .widget--dashboard-totals {
    padding: 2rem 2rem 1rem !important;
  }
  .widget--dashboard-totals > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .widget--dashboard-totals > div h3 {
    text-align: center;
  }
}

.button-bar {
  width: 100%;
  height: 4.5rem;
  background: white;
  -webkit-box-shadow: 0 1px 10px -2px rgba(56, 74, 102, 0.2);
  box-shadow: 0 1px 10px -2px rgba(56, 74, 102, 0.2);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-bottom: 2rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: 6.75rem;
}

.button-bar:after {
  content: '';
  display: block;
  clear: both;
}

.button-bar li {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  font-size: 1.4rem;
}

.button-bar li:not(.active) a:hover {
  color: #c64327;
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .button-bar li:not(:last-child)::after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    border-right: 1px solid #c64327;
    top: 0;
    left: 100%;
    background-size: cover;
    background: url("/content/img/red-outline-arrow.svg") left center no-repeat;
  }
}

@media (min-width: 767px) {
  .button-bar li:not(:last-child).active::after {
    width: 2rem;
    content: '';
    height: 100%;
    width: 2.3rem;
    position: absolute;
    top: 0;
    left: -1px;
    background: transparent;
    background-size: cover;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .button-bar li:not(:last-child).active::after {
    content: '';
    height: 100%;
    width: 2.3rem;
    position: absolute;
    border-right: none;
    top: 0;
    left: -webkit-calc(100% - 1px);
    left: calc(100% - 1px);
    background: url("/content/img/red-arrow.svg") left center no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

.button-bar li:not(:first-child)::before {
  width: 2rem;
  content: '';
  height: 100%;
  width: 2.3rem;
  position: absolute;
  top: 0;
  left: -1.8rem;
  background: url("/content/img/red-outline-arrow.svg") left center no-repeat;
  background-size: cover;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .button-bar li:not(:first-child)::before {
    background: transparent;
  }
}

.button-bar li:not(:first-child).active::before {
  left: -1px;
}

.button-bar .active {
  background-color: #c64327;
  margin-right: 1.5rem;
}

.button-bar .active + li:not(:first-child)::before {
  background: none;
}

.button-bar .active:last-child {
  margin-right: 0;
}

.button-bar .active a, .button-bar .active div {
  color: white;
}

@media (min-width: 767px) {
  .button-bar .active {
    margin-right: 0;
  }
}

.button-bar--number {
  height: 2.25rem;
  width: 2.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c64327;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: .5rem;
}

.active .button-bar--number {
  border: 2px solid white;
}

.button-bar--pattern {
  height: 12rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: -webkit-calc(100% + 65px);
  width: calc(100% + 65px);
  left: 0;
  top: 36px;
  position: absolute;
}

.button-bar--rule {
  height: 8px;
  background-color: #9e131a;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15.5rem;
}

.checkbox-list {
  margin-top: 1rem;
}

.checkbox-list .checkbox {
  margin-right: 1rem;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  vertical-align: middle !important;
}

@media screen and (max-width: 1440px) {
  .button-bar {
    margin-top: 14rem;
  }
  .button-bar--pattern {
    top: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .button-bar {
    margin-top: 13rem;
  }
  .button-bar--pattern {
    top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .button-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .button-bar li {
    height: 4.5rem;
    padding-left: 0;
  }
  .button-bar li:not(:last-child)::after {
    border-right: none;
  }
  .button-bar li a {
    margin-left: 40%;
  }
  .button-bar--number {
    margin-right: 0;
  }
  .button-bar--title {
    display: none;
  }
  .button-bar .active {
    background: transparent;
    margin-right: 0;
  }
  .active .button-bar--number {
    border: 2px solid #c64327;
    background: #c64327;
  }
  .table.mt3 thead {
    display: none;
  }
  .table.mt3 tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .table.mt3 tbody tr td {
    border: none;
  }
  .table.mt3 tbody tr td:first-child {
    font-weight: bold;
  }
}

@media screen and (max-width: 641px) {
  .button-bar li a {
    margin-left: 36%;
  }
}

@media screen and (max-width: 500px) {
  .button-bar li a {
    margin-left: 34%;
  }
}

@media screen and (max-width: 359px) {
  .button-bar li a {
    margin-left: 32%;
  }
}

@media screen and (max-width: 1440px) {
  .story-image {
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 4rem;
  }
}

.story-image .thumbnail {
  width: 38rem;
  height: 38rem;
  position: relative;
}

@media screen and (min-width: 1441px) {
  .story-image .thumbnail {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  .story-image .thumbnail {
    float: left;
    margin-right: 3rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .story-image .thumbnail {
    width: 100% !important;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
}

.story-image .thumbnail .story--img {
  min-height: 100%;
  min-width: 100%;
  display: block;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.story-image-buttons,
.story-image-info {
  display: inline-block;
  width: 21rem;
}

@media screen and (max-width: 1440px) {
  .story-image-buttons,
  .story-image-info {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  .story-inputs {
    clear: both;
    float: left;
    width: 100%;
  }
}

.story-main p {
  margin-bottom: 12px;
  margin-top: 0px;
}

.span-breaker {
  display: inline-block;
  max-width: 138px;
}

.case-items--filename {
  -webkit-flex-basis: 12rem;
  -ms-flex-preferred-size: 12rem;
  flex-basis: 12rem;
  word-wrap: break-word;
  width: 14rem;
}

.the-story textarea {
  height: 215px;
}

.thumbnail {
  padding: 0;
  border-color: #003759;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.widget-donor-view {
  padding: 2rem 30px;
}

@media (min-width: 1200px) {
  .widget-donor-view {
    padding: 2rem 10rem;
  }
}

.widget-donor-view .btn + .btn {
  margin-left: 1rem;
}

@media (min-width: 1200px) {
  .donor-card {
    margin: 2rem -10rem 4rem;
    width: -webkit-calc(100% + 20rem);
    width: calc(100% + 20rem);
    height: -webkit-calc(40rem + 2px);
    height: calc(40rem + 2px);
  }
}

@media (max-width: 991px) {
  .donor-card:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 768px) {
  .donor-card--image {
    margin-bottom: 2rem;
    border: 1px solid #003759;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: -webkit-calc(40rem + 2px);
    width: calc(40rem + 2px);
    height: -webkit-calc(40rem + 2px);
    height: calc(40rem + 2px);
    display: inline-block;
    float: left;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .donor-card--image img {
    width: 20rem;
    height: 20rem;
  }
}

.donor-card--info {
  border-top: 1px solid #f2f2e2;
  width: -webkit-calc(100% - 40rem - 2px);
  width: calc(100% - 40rem - 2px);
  height: 100%;
  display: inline-block;
  float: left;
}

@media (max-width: 991px) {
  .donor-card--info {
    width: 100%;
    clear: both;
  }
}

.donor-card--main {
  background-color: #FBFBF8;
  border-bottom: 1px solid #f2f2e2;
  padding: 3rem;
  height: -webkit-calc(100% - 20.5rem);
  height: calc(100% - 20.5rem);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .donor-card--main {
    height: 156px;
  }
}

.donor-card--description {
  margin-top: 2rem;
  line-height: 1.4;
  letter-spacing: 1.25px;
  font-weight: 500;
}

.donor-card--progress {
  width: 100%;
  height: 11rem;
  border-bottom: 1px solid #f2f2e2;
  padding: 3rem 3rem 4.5rem;
}

.donor-card--progress-bar {
  height: 2.5rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background: white;
  border: .5rem solid white;
  -webkit-box-shadow: 0 0 0 1px #afafa3;
  box-shadow: 0 0 0 1px #afafa3;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.donor-card--progress-bar--inside {
  height: 2.5rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  background: #f2d525;
}

.donor-card--numbers {
  height: 9.5rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.donor-card--numbers > div {
  padding: 2rem 0 2rem 3rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.donor-card--numbers > div:not(:last-child) {
  border-right: 1px solid #f2f2e2;
}

.donor-card--numbers h4 {
  font-size: 1.8rem;
}

@media (max-width: 639px) {
  .donor-card--numbers {
    height: 7.5rem;
  }
  .donor-card--numbers h2 {
    font-size: 2rem;
    margin-bottom: 2px;
  }
  .donor-card--numbers h4 {
    font-size: 1.5rem;
  }
  .donor-card--numbers > div {
    padding: 1rem 0 1rem 1rem;
  }
  .donor-card--numbers .donor-card--donation {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
  }
}

.donor-card--donors, .donor-card--donation, .donor-card--needed {
  position: relative;
}

.donor-card--donors::after, .donor-card--donation::after, .donor-card--needed::after {
  content: '';
  height: 8px;
  width: -webkit-calc(100% + 1px);
  width: calc(100% + 1px);
  position: absolute;
  bottom: 0;
  left: 0;
}

.donor-card--donors::after {
  background-color: #097189;
}

.donor-card--donation::after {
  background-color: #c64327;
}

.donor-card--needed::after {
  background-color: #003759;
}

.need--story {
  text-indent: 3rem;
  line-height: 1.4;
}

.need--items {
  list-style: none;
  margin-top: 3rem;
  margin-left: 0;
  padding-left: 1em;
  width: 100%;
  max-width: 75rem;
  color: #003759;
}

.need--items li {
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "ff-tisa-web-pro", serif;
  font-weight: 700;
  width: 33.3333%;
  float: left;
}

.need--items li:before {
  display: inline-block;
  content: "–";
  width: 1rem;
  margin-left: -1.5rem;
}

.need--themes {
  margin: 3rem 0 5rem;
}

.need--themes li {
  min-width: 15rem;
  padding: 0 1rem;
  display: inline-block;
  background: #FBFBF8;
  text-align: center;
  float: left;
}

.widget__blue-top {
  padding-top: 2.5rem;
  padding-left: 10rem;
  padding-right: 10rem;
}

.widget__blue-top::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 8px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #097189;
}

.faq--list li {
  width: -webkit-calc(50% - 2rem);
  width: calc(50% - 2rem);
  float: left;
  list-style-type: none;
  position: relative;
  padding-left: 5rem;
  margin-bottom: 3rem;
}

.faq--list li:nth-child(2n-1) {
  margin-right: 2rem;
}

.faq--list li:nth-child(2n) {
  margin-left: 2rem;
}

.faq--list li::before {
  content: '';
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c64327;
  position: absolute;
  top: .75rem;
  left: 0;
}

.faq--list li h4 {
  margin-bottom: 0;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem 0;
}

.profile--image {
  height: 30rem;
  width: 30rem;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile select {
  color: #097189 !important;
}

.widget-search {
  padding: 5rem 30px;
}

.widget-search thead td {
  color: black;
}

.widget-search tbody td {
  color: #686761;
}

.widget-search .table-responsive {
  border: none;
}

@media (max-width: 767px) {
  .table-responsive > .table > tbody > tr > td {
    white-space: normal;
  }
}

@media screen and (max-width: 600px) {
  .profile--image {
    height: 20rem;
    width: 20rem;
  }
  .profile--info h3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
  .profile--image {
    margin-bottom: 2rem;
    height: 25rem;
    width: 25rem;
  }
  .profile--info h3 {
    margin-top: 0;
  }
}

.cases--divider {
  width: 100%;
  max-width: 114rem;
}

.case-sorter {
  background: white;
  height: auto;
  width: -webkit-calc(100% + 80px);
  width: calc(100% + 80px);
  margin-top: -34px;
  margin-bottom: 4rem;
  margin-left: -40px;
  padding: 20px 40px;
  -webkit-box-shadow: 0 3px 7px 3px rgba(56, 74, 102, 0.1);
  box-shadow: 0 3px 7px 3px rgba(56, 74, 102, 0.1);
}

@media (max-width: 1199px) {
  .case-sorter {
    margin-left: -15px;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    padding: 20px 15px;
  }
}

.case-sorter--content {
  width: 100%;
  height: 100%;
}

.key {
  padding: 10px 20px;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.key h4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 1em;
}

@media screen and (max-width: 399px) {
  .key h4 {
    width: 100%;
  }
}

.key--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .key--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.key--item {
  margin-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 10px;
}

.key--item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .key--item {
    width: 100%;
  }
}

.key--item h6 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .key--item h6 {
    margin-top: 3px;
  }
}

.key--circle {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #003759;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
}

.key--circle__grey {
  background-color: #afafa3;
}

.key--circle__blue {
  background-color: #097189;
}

.key--circle__green {
  background-color: #21b78c;
}

.key--circle__yellow {
  background-color: #f2d525;
}

.key--circle__orange {
  background-color: #c64327;
}

.key--circle__dark-blue {
  background-color: #003759;
}

@media screen and (min-width: 1660px) {
  .cases--divider, .case-sorter--content {
    max-width: 153rem;
  }
}

@media screen and (min-width: 1042px) and (max-width: 1660px) {
  .cases--divider, .case-sorter--content {
    max-width: 114rem;
  }
}

@media screen and (max-width: 1440px) {
  .case-sorter {
    margin-top: -38px;
  }
}

@media screen and (max-width: 1200px) {
  .case-sorter {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1041px) and (min-width: 679px) {
  .cases--divider {
    max-width: 76rem;
  }
}

@media screen and (max-width: 991px) {
  .key--circle {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
  }
}

#modal {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.widget--notifications {
  position: relative;
  overflow: hidden;
}

.notifications {
  border-top: 1px solid #939287;
  width: 100%;
  margin-top: .5rem;
}

.notifications > div:last-child {
  margin-bottom: 15px;
}

.notifications.fade {
  opacity: 1;
}

.notifications.fade .notification {
  opacity: .2;
}

.notifications.fade .notification.selected {
  opacity: 1;
  border-bottom: 1px solid rgba(211, 211, 197, 0.2);
}

.notifications--slide-out {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52.5rem;
  -webkit-box-shadow: 0px 1px 1px rgba(88, 89, 91, 0.4);
  box-shadow: 0px 1px 1px rgba(88, 89, 91, 0.4);
  background: white;
  padding: 2rem 2rem 5rem;
  -webkit-transition: -webkit-transform .33s ease-out;
  transition: -webkit-transform .33s ease-out;
  transition: transform .33s ease-out;
  transition: transform .33s ease-out, -webkit-transform .33s ease-out;
  overflow-y: scroll;
}

.notifications--slide-out.closed {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.notifications--slide-out__detached {
  min-height: 30rem;
  bottom: auto;
}

.notifications--slide-out--close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.notifications--slide-out--title {
  color: #939287;
}

.notifications--slide-out--title__red {
  color: #9e131a;
}

.notifications--slide-out--title__orange {
  color: #c64327;
}

.notifications--slide-out--title__green {
  color: #21b78c;
}

.notifications--slide-out--title__blue {
  color: #097189;
}

.slide-out--content p {
  font-family: "brandon-grotesque", sans-serif;
}

.slide-out--content a {
  color: #333333;
}

.notification {
  border-bottom: 1px solid #d3d3c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0;
}

.notification--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-right: 2rem;
}

.notification--right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.notification--clear {
  color: #d3d3c5;
  padding: .5rem 1.5rem;
  border-right: 1px solid #d3d3c5;
  margin-right: 1.5rem;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
}

.notification--clear i {
  font-size: 1.75rem;
}

.notification:hover .notification--clear {
  color: #939287;
}

.notification--details {
  width: 100%;
}

.notification--details i {
  font-size: 1.6rem;
  min-width: 2.5rem;
}

.notification--details p {
  margin-bottom: 0;
  font-family: "brandon-grotesque", sans-serif;
}

.notification--action {
  color: #afafa3;
}

.notification:hover .notification--action {
  color: #686761;
}

.notification .notification--details {
  color: #939287;
}

.notification__red .notification--details {
  color: #9e131a;
}

.notification__blue .notification--details {
  color: #097189;
}

.notification__green .notification--details {
  color: #21b78c;
}

.notification__orange .notification--details {
  color: #c64327;
}

button[disabled],
html input[disabled],
.select--wrapper__table select[disabled] {
  background: transparent;
  border: 1px solid transparent;
}

.table > thead > tr > td {
  color: #686761;
}

.table > tbody > tr > td {
  padding: 2px;
  color: #686761;
}

.table__invisible-inputs > thead > tr > th,
.table__invisible-inputs > thead > tr > td,
.table__invisible-inputs > tbody > tr > th,
.table__invisible-inputs > tbody > tr > td,
.table__invisible-inputs > tfoot > tr > th,
.table__invisible-inputs > tfoot > tr > td {
  vertical-align: top !important;
}

.table__invisible-inputs textarea {
  resize: vertical;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  border: none !important;
  margin: 0;
  color: #686761;
}

.table__invisible-inputs .autogrow-textarea {
  min-height: 30rem;
}

.table__invisible-inputs input {
  border: 1px solid #097189;
  width: 100%;
  outline: none;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
  padding: 6px;
  text-indent: 4px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.table__invisible-inputs input:active, .table__invisible-inputs input:focus {
  color: #097189;
}

.table__invisible-inputs input::-moz-selection {
  color: white;
  background: #097189;
}

.table__invisible-inputs input::selection {
  color: white;
  background: #097189;
}

.table__inner-border tbody tr {
  border-right: 1px solid #ddd;
}

.table__inner-border tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

.table__inner-border td:not(:last-child) {
  border-right: 1px solid #ddd !important;
}

.table__inner-border thead td:not(:last-child) {
  border-right: 1px solid transparent !important;
}

.td-spacer {
  border-top: none !important;
  width: 4px;
  border-bottom: 1px solid #fff;
}

.panel--edit {
  color: #afafa3;
  font-weight: 100;
  font-family: "brandon-grotesque", sans-serif;
  margin-bottom: 0;
  float: right;
  cursor: default;
}

.toggle-edit-table:hover {
  color: #097189;
  cursor: pointer;
}

.table-edit-border {
  border: 1px solid #003759;
}

.modal-md {
  width: 70rem;
}

.modal__blue-top,
.modal__dark-blue-top {
  position: relative;
}

.modal__blue-top::before,
.modal__dark-blue-top::before {
  content: '';
  height: 7px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.modal__blue-top {
  padding: 1rem 2.5rem 3rem;
}

.modal__blue-top::before {
  background-color: #097189;
}

.modal__dark-blue-top {
  padding: 3rem 2.5rem;
}

.modal__dark-blue-top::before {
  background-color: #003759;
}

textarea.attach-file-textarea {
  height: 9rem;
}

.fraud-alert--warning {
  display: none;
  border: 2px solid #9e131a;
  width: -webkit-calc(100% + 20rem);
  width: calc(100% + 20rem);
  margin-left: -10rem;
}

@media screen and (max-width: 1280px) {
  .fraud-alert--warning {
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

.fraud-alert .fraud-alert--warning {
  display: block;
}

.fraud-alert--title {
  background-color: #9e131a;
  margin: 0;
  padding: 1rem;
}

.fraud-alert .toggle-edit-table {
  color: #d3d3c5;
  cursor: not-allowed;
}

.case-needs--btn {
  line-height: 1.6;
  height: 4rem;
}

@media screen and (max-width: 1440px) {
  .case-needs--btn {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .case-needs--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .case-needs--row td {
    border-top: none !important;
  }
  .case-needs--row .select--wrapper {
    margin-bottom: .75rem !important;
  }
  .case-needs--description {
    width: 100%;
  }
  .case-needs--currency {
    width: 100%;
  }
  .case-needs--cost {
    width: 100%;
  }
  .case-needs--us-cost {
    width: 100%;
  }
  .case-needs--btn {
    line-height: 1.1;
    margin-top: 1rem;
  }
  .case-needs--pagination {
    text-align: center;
  }
  .case-needs--pagination ul {
    margin-top: -2.5rem;
    margin-bottom: 0;
    border: 1px solid #ddd;
  }
  .case-needs--pagination a {
    position: relative;
  }
  .case-needs--pagination a::before {
    content: '';
    position: absolute;
    right: -2px;
    top: -1px;
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    width: 1px;
    background-color: #ddd;
  }
  .case-needs--pagination li:last-child a::before {
    background-color: transparent;
  }
}

.page-controls .input-group .form-control {
  z-index: 0;
}

.bg-fader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}

.checkbox__button {
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding-left: 0;
}

.checkbox__button input[type="checkbox"] {
  display: none;
}

.checkbox__button input[type="checkbox"] + label {
  -webkit-transition: border .15s ease-out, color .15s ease-out;
  transition: border .15s ease-out, color .15s ease-out;
}

.checkbox__button input[type="checkbox"] + label:hover {
  border: 1px solid #003759 !important;
  color: #003759;
}

.checkbox__button input:checked + label {
  border: 1px solid #003759 !important;
  color: #003759;
}

.checkbox__button input:checked ~ i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox__button input:checked:disabled ~ i {
  display: none;
}

.checkbox__button label {
  font-size: 1.5rem;
  font-family: "ff-tisa-web-pro", serif;
  text-align: center;
  margin-right: 0 !important;
  border: 1px solid #d3d3c5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .5rem 2rem !important;
  position: relative;
  text-transform: lowercase;
}

@media (min-width: 768px) {
  .checkbox__button label {
    font-size: 2rem;
  }
}

.checkbox__button label::before {
  display: none;
}

.checkbox__button label::after {
  display: none;
}

.checkbox__button i {
  display: none;
  color: white;
  height: 2rem;
  width: 2rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: #003759;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -.75rem;
  right: -.75rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.case-items--table .form-control {
  margin-bottom: 0;
}

.case-items--table .case-items--row:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .case-items--table .case-items--row {
    display: block;
    margin-bottom: 4rem;
  }
  .case-items--table .case-items--row:last-of-type {
    margin-bottom: 0;
  }
}

.case-items--table .form--inline__1,
.case-items--table .form--inline__2,
.case-items--table .form--inline__3,
.case-items--table .form--inline__4,
.case-items--table .form--inline__5,
.case-items--table .form--inline__6 {
  position: relative;
}

@media (max-width: 767px) {
  .case-items--table .form--inline__1,
  .case-items--table .form--inline__2,
  .case-items--table .form--inline__3,
  .case-items--table .form--inline__4,
  .case-items--table .form--inline__5,
  .case-items--table .form--inline__6 {
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
    float: left;
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  .case-items--table .form--inline__1 p,
  .case-items--table .form--inline__2 p,
  .case-items--table .form--inline__3 p,
  .case-items--table .form--inline__4 p,
  .case-items--table .form--inline__5 p,
  .case-items--table .form--inline__6 p {
    margin-bottom: 0;
    position: static;
  }
}

.case-items--table .form--inline__1 .form-control,
.case-items--table .form--inline__2 .form-control,
.case-items--table .form--inline__3 .form-control,
.case-items--table .form--inline__4 .form-control,
.case-items--table .form--inline__5 .form-control,
.case-items--table .form--inline__6 .form-control {
  margin-bottom: 0;
}

.needs--title {
  position: absolute;
  top: -2.5rem;
  left: 0;
}

.my-cases-card > .row {
  border: 1px solid #eeeeee;
}

.pop-up-editor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
}

.pop-up-editor.__show {
  visibility: visible;
}

#photo-editor-container {
  width: 100%;
  height: 100%;
}
