@charset "UTF-8";
/* BOURBON FRAMEWORK */
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select[multiple]::-webkit-input-placeholder {
    color: #999; }
  [type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
  select[multiple]::-moz-placeholder {
    color: #999; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  select[multiple]:-ms-input-placeholder {
    color: #999; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select[multiple]::placeholder {
    color: #999; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

.no-wrap {
  white-space: nowrap; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }
.modal .modal-state {
  display: none; }
.modal .modal-trigger {
  padding: 0.8em 1em; }
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 1000px) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer; }
  .modal .modal-close::after, .modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    height: 1.5em;
    width: 0.15em;
    background: #ddd;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .modal .modal-close:hover::after, .modal .modal-close:hover::before {
    background: #c4c4c4; }
  .modal .modal-close::before {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%; }
  @media screen and (min-width: 768px) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 1000px) {
    .modal .modal-inner {
      width: 50%; } }
  .modal .modal-inner h1 {
    color: #333;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #333;
    line-height: 1.5; }
  .modal .modal-inner .modal-intro {
    margin-bottom: 1em; }
  .modal .modal-inner .modal-content {
    color: #333; }
    @media screen and (min-width: 768px) {
      .modal .modal-inner .modal-content {
        -moz-columns: 2 8em;
        columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

/* OWL CAROUSEL PLUGIN */
/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  animation: fadeIn .7s both ease; }

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  animation: backSlideIn 1s both ease; }

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  animation: goDown .6s ease both; }

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both; }

/* Keyframes */
/*empty*/
@keyframes empty {
  0% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

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

.typeahead__container {
  /**
   * Restore the font weight unset by the previous rule.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Remove the default vertical scrollbar in IE.
   */
  /**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
  /**
   * Correct the text style of placeholders in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */ }
  .typeahead__container button,
  .typeahead__container input,
  .typeahead__container optgroup,
  .typeahead__container select,
  .typeahead__container textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */ }
  .typeahead__container optgroup {
    font-weight: bold; }
  .typeahead__container button,
  .typeahead__container input {
    /* 1 */
    overflow: visible; }
  .typeahead__container button,
  .typeahead__container select {
    /* 1 */
    text-transform: none; }
  .typeahead__container button,
  .typeahead__container html [type="button"],
  .typeahead__container [type="reset"],
  .typeahead__container [type="submit"] {
    -webkit-appearance: button;
    /* 2 */ }
  .typeahead__container button::-moz-focus-inner,
  .typeahead__container [type="button"]::-moz-focus-inner,
  .typeahead__container [type="reset"]::-moz-focus-inner,
  .typeahead__container [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  .typeahead__container button:-moz-focusring,
  .typeahead__container [type="button"]:-moz-focusring,
  .typeahead__container [type="reset"]:-moz-focusring,
  .typeahead__container [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }
  .typeahead__container fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .typeahead__container legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */ }
  .typeahead__container textarea {
    overflow: auto; }
  .typeahead__container [type="checkbox"],
  .typeahead__container [type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  .typeahead__container [type="number"]::-webkit-inner-spin-button,
  .typeahead__container [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  .typeahead__container [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */ }
  .typeahead__container [type="search"]::-webkit-search-cancel-button,
  .typeahead__container [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .typeahead__container ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54; }
  .typeahead__container ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */ }

.typeahead__container {
  position: relative;
  font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif; }
.typeahead__container * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }
.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%; }
.typeahead__filter {
  position: relative; }
  .typeahead__filter button {
    min-width: 100%;
    white-space: nowrap; }
    .typeahead__filter button:after {
      display: inline-block;
      margin-left: 4px;
      width: 0;
      height: 0;
      vertical-align: -2px;
      content: "";
      border: 4px solid;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent; }
.typeahead__field {
  font-size: 0;
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%; }
  .typeahead__field > * {
    display: table-cell;
    vertical-align: top; }
.typeahead__query, .typeahead__filter, .typeahead__button {
  font-size: 14px; }
.typeahead__button {
  position: relative;
  font-size: 0;
  width: 1%;
  vertical-align: middle; }
.typeahead__button button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
.typeahead__field {
  color: #555; }
  .typeahead__field input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    transition: all ease-in-out .15s;
    appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .typeahead__field input:focus, .typeahead__field input:active {
      border-color: #66afe9; }
.typeahead__field input[type="search"], .typeahead__field input[type="search"]::-webkit-search-cancel-button {
  appearance: none; }
.typeahead__field input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }
.typeahead__container.hint .typeahead__field input {
  background: transparent; }
.typeahead__container.hint .typeahead__field input:last-child, .typeahead__hint {
  background: #fff; }
.typeahead__container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 32px;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #555; }
  .typeahead__container button:hover, .typeahead__container button:focus {
    color: #3c3c3c;
    background-color: #f5f5f5;
    border-color: #b3b3b3; }
  .typeahead__container button:active, .typeahead__container button.active {
    background-image: none; }
  .typeahead__container button:focus, .typeahead__container button:active {
    border-color: #66afe9; }
.typeahead__container input.disabled,
.typeahead__container input[disabled],
.typeahead__container button.disabled,
.typeahead__container button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc; }
.typeahead__filter, .typeahead__button {
  z-index: 1; }
  .typeahead__filter button, .typeahead__button button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
    z-index: 1001; }
    .typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
      z-index: 1001; }
.typeahead__filter + .typeahead__button button {
  margin-left: -2px; }
.typeahead__container.filter .typeahead__filter {
  z-index: 1001; }
.typeahead__list, .typeahead__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-clip: padding-box; }
.typeahead__result.detached .typeahead__list {
  position: relative;
  z-index: 1041;
  top: initial;
  left: initial; }
.typeahead__dropdown {
  right: 0;
  left: initial;
  z-index: 1001; }
.typeahead__list > li {
  position: relative;
  border-top: solid 1px #ccc; }
  .typeahead__list > li:first-child {
    border-top: none; }
.typeahead__list > li > a, .typeahead__dropdown > li > a {
  display: block;
  padding: 6px 12px;
  clear: both;
  color: #333333;
  text-decoration: none; }
.typeahead__list > li > a:hover,
.typeahead__list > li > a:focus, .typeahead__list > li.active > a, .typeahead__dropdown > li > a:hover,
.typeahead__dropdown > li > a:focus, .typeahead__dropdown > li.active > a {
  background-color: #f5f5f5;
  color: #3c3c3c; }
.typeahead__list.empty > li > a {
  cursor: default; }
.typeahead__list.empty > li > a:hover,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li.active > a {
  background-color: transparent; }
.typeahead__list > li.typeahead__group {
  border-color: #bfdef6;
  font-weight: bold; }
  .typeahead__list > li.typeahead__group:first-child {
    border-top: solid 1px #bfdef6; }
  .typeahead__list > li.typeahead__group > a,
  .typeahead__list > li.typeahead__group > a:hover,
  .typeahead__list > li.typeahead__group > a:focus, .typeahead__list > li.typeahead__group.active > a {
    cursor: default;
    color: #17639f;
    background: #ecf5fc; }
.typeahead__list > li.typeahead__group + li.typeahead__item {
  border-color: #bfdef6; }
.typeahead__container.result .typeahead__list, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.backdrop + .typeahead__backdrop {
  display: block !important; }
.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
  display: none !important; }
.typeahead__dropdown li:last-child {
  margin-top: 5px;
  padding-top: 5px;
  border-top: solid 1px #ccc; }
.typeahead__cancel-button {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: .8em;
  cursor: pointer;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent; }
.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
  visibility: visible;
  opacity: .25; }
  .typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
    opacity: .4; }
.typeahead__search-icon {
  padding: 0 1.25rem;
  width: 16px;
  height: 16px;
  display: block;
  background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent; }
.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
  transition: all 0s linear, opacity 0.2s ease;
  position: absolute;
  z-index: 3;
  content: '';
  top: 50%;
  right: .55em;
  margin-top: -10.5px;
  width: 21px;
  height: 21px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 500rem;
  border-style: solid;
  border-width: .1em; }
.typeahead__container.loading .typeahead__query:before {
  border-color: rgba(0, 0, 0, 0.35); }
.typeahead__container.loading .typeahead__query:after {
  animation: button-spin 0.6s linear;
  animation-iteration-count: infinite;
  border-color: #fff transparent transparent;
  box-shadow: 0 0 0 1px transparent; }
@keyframes button-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/**** BEGIN CUSTOM STYLES ****/
/* CONTAINERS - home page */
@media screen and (min-width: 768px) {
  .content {
    padding: 0 30px; } }
@media screen and (min-width: 1000px) {
  .content {
    padding: 0; } }
/* CONTAINERS - used for new larger column designs */
.content--lg {
  padding: 0.7815rem 1.563rem;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .content--lg::after {
    clear: both;
    content: "";
    display: block; }

@font-face {
  font-family: 'UIFONT';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/uifont/UIFONT.eot");
  src: url("../fonts/uifont/UIFONT.eot?#iefix") format("embedded-opentype"), url("../fonts/uifont/UIFONT.woff") format("woff"), url("../fonts/uifont/UIFONT.ttf") format("truetype"), url("../fonts/uifont/UIFONT.svg#webfont") format("svg"); }
/* LINKS */
a {
  color: #3E5A6C; }
  a:hover {
    cursor: pointer;
    text-decoration: underline; }
  a > img {
    border: 0; }
  a.link--block {
    display: block; }
  a.link--unstyled {
    color: #333;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit; }
    a.link--unstyled:visited, a.link--unstyled:hover, a.link--unstyled:active {
      color: inherit;
      text-decoration: inherit; }

.content--lg a,
.content--lg a:hover {
  color: #666666; }

/* LISTS */
.list {
  margin-bottom: .75em; }
  .list__sublist {
    margin-bottom: 0; }
  .list > li > a {
    text-decoration: underline;
    font-weight: bold; }

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

.list--bulleted {
  margin-left: 1em;
  list-style-type: disc; }

.list--numbered {
  margin-left: 2em;
  list-style-type: decimal; }

.list__sublist--circle-marker {
  list-style-type: circle; }

.list--piped li::after {
  content: '|';
  position: relative;
  left: 7px;
  color: #ccc; }
.list--piped li:last-of-type::after {
  content: ''; }

.mobile-link {
  display: block;
  border-top: 1px solid white;
  padding: 20px;
  font-size: 1.25em;
  line-height: 1;
  background-color: #56758D;
  color: white; }
  .mobile-link:hover {
    color: white; }
  .mobile-link .fa {
    margin-left: 10px; }

/* TILES  - home page */
.tile {
  min-height: 210px;
  padding: 30px 30px 65px 30px;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden; }
  .tile p {
    font-size: 1rem;
    font-family: 'Gotham 4r', 'Gotham A', 'Gotham B'; }
  .tile p,
  .tile li {
    font-weight: normal;
    line-height: 1.5em; }
  .tile p.date {
    text-transform: uppercase;
    font-weight: bold; }
  .tile ul > li {
    font-size: 1rem;
    color: #fff; }
  .tile .list__bottom-spaced li {
    margin-bottom: .75em;
    line-height: 1.25em; }
  .tile ul > li > a {
    color: #fff; }
  .tile.chartreuse-dark ul > li > a, .tile.gold-medium ul > li > a {
    color: #3e5a6c; }
  .tile h2 {
    margin-bottom: 0.25em;
    line-height: 1; }
    .tile h2 a {
      font-size: 1.375rem;
      color: #3E5A6C;
      position: relative; }
      .tile h2 a:hover {
        text-decoration: none; }
        .tile h2 a:hover span {
          text-decoration: underline; }
      .tile h2 a span {
        margin-right: 5px; }
      .tile h2 a .fa {
        position: absolute;
        right: -10px;
        bottom: 1px; }
  .tile h2 > a > .fa::before {
    opacity: .5; }
  .tile.grey-blue-base {
    background-color: #56758D; }
    .tile.grey-blue-base h2 > a,
    .tile.grey-blue-base ul > li,
    .tile.grey-blue-base p {
      color: #fff; }
      .tile.grey-blue-base h2 > a.snippet,
      .tile.grey-blue-base ul > li.snippet,
      .tile.grey-blue-base p.snippet {
        color: #ebfaff; }
  .tile.grey-blue-medium {
    background-color: #4A697B; }
    .tile.grey-blue-medium h2 > a,
    .tile.grey-blue-medium ul > li {
      color: #fff; }
  .tile.grey-blue-dark {
    background-color: #3E5A6C; }
    .tile.grey-blue-dark h2 > a,
    .tile.grey-blue-dark ul > li {
      color: #fff; }
  .tile.chartreuse-base {
    background-color: #D4DF4D; }
    .tile.chartreuse-base h2 > a,
    .tile.chartreuse-base ul > li {
      color: #fff; }
  .tile.chartreuse-medium {
    background-color: #BDD63A; }
    .tile.chartreuse-medium h2 > a,
    .tile.chartreuse-medium ul > li {
      color: #fff; }
  .tile.chartreuse-dark {
    background-color: #bdd63a; }
  .tile.gold-base {
    background-color: #FFCC06; }
    .tile.gold-base h2 > a,
    .tile.gold-base ul > li {
      color: #fff; }
  .tile.gold-medium {
    background-color: #F5BC17; }
    .tile.gold-medium ul > li {
      color: #fff; }
  .tile.gold-dark {
    background-color: #F2B31B; }
    .tile.gold-dark h2 > a,
    .tile.gold-dark ul > li {
      color: #fff; }
  .tile.dark-bg h2 > a,
  .tile.dark-bg ul > li {
    color: #fff; }
  .tile.video {
    padding: 0;
    text-align: center;
    color: #fff; }
    .tile.video .play {
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .tile.video .play:hover {
        transition: background-color 1000ms ease;
        cursor: pointer; }
        .tile.video .play:hover .fa-play {
          color: #56758D;
          transition: color 1000ms ease;
          background-color: #ffffff; }
        .tile.video .play:hover strong {
          border-bottom: 1px solid #fff; }
      .tile.video .play span {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        color: #ffffff;
        font-size: 1rem; }
        .tile.video .play span .fa-play {
          border-radius: 50%;
          height: 40px;
          width: 40px;
          display: block;
          margin: 10px auto;
          box-shadow: 0px 0px 0px 2px #ffffff;
          position: relative; }
          .tile.video .play span .fa-play::before {
            position: absolute;
            top: 50%;
            left: calc(50% + 1px);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .tile.video .play span strong {
          display: inline-block;
          border-bottom: 1px solid transparent; }
    .tile.video p, .tile.video .fa-stack {
      color: inherit; }
  .tile .cta--anchor-bottom {
    position: absolute;
    bottom: 30px; }
  .tile .list--bulleted.cta--anchor-bottom {
    width: 80%; }
  .tile h2 a > .fa {
    display: inline; }
  .tile.tile--no-anchor {
    padding: 30px; }
  .tile__bg--mycslink .imgbground {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100%; }
  .tile__bg--newsroom .imgbground {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100%; }
  .tile__bg--video .imgbground {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100%; }
  .tile .imgbground {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100%; }
  .tile--links-list > h2 {
    margin-bottom: 12px; }
  .tile.tile--no-anchor.tile--twit-spaced {
    padding: 20px;
    overflow-y: auto;
    border: 1px solid #ccc; }

@media screen and (min-width: 768px) {
  .tile-grid {
    padding-top: 50px; }

  .tile-grid__col {
    float: left;
    display: block;
    margin-right: 2%;
    margin-bottom: 2%;
    width: 49%; }
    .tile-grid__col:nth-child(2n) {
      margin-right: 0; }
    .tile-grid__col.swap-right {
      float: right;
      margin-right: 0; }

  .tile {
    height: 210px; }
    .tile .cta--anchor-bottom .btn {
      padding: 3px 0;
      font-size: 0.938rem; } }
@media screen and (min-width: 1000px) {
  .tile-grid__col {
    width: 32.6667%;
    margin-right: 1%;
    margin-bottom: 1%; }
    .tile-grid__col:nth-child(2n) {
      margin-right: 1%; }
    .tile-grid__col:nth-child(3n) {
      margin-right: 0; }
    .tile-grid__col.swap-right, .tile-grid__col.swap-left {
      float: left; }

  .tile.video .play span strong {
    font-size: 0.9375rem; }
  .tile p {
    font-size: 0.875rem; }
  .tile ul > li {
    font-size: 0.9375rem; }
  .tile .list--bulleted.cta--anchor-bottom {
    bottom: 25px; } }
.timeline-Tweet,
.timeline-Tweet-text {
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B' !important;
  font-style: normal;
  font-weight: 500; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  background-color: #a81d36;
  text-align: center; }
  button:hover, button:focus,
  [type='button']:hover,
  [type='button']:focus,
  [type='reset']:hover,
  [type='reset']:focus,
  [type='submit']:hover,
  [type='submit']:focus {
    background-color: #870a21; }

label.btn--lg:hover {
  cursor: pointer; }

/* BUTTONS - home page */
.btn-full-width {
  width: 100%;
  display: block; }
  .btn-full-width:focus {
    background-color: #a81d36; }

.btn-standalone {
  margin-bottom: 1em;
  padding: 10px 73px !important; }

.btn {
  min-width: 105px;
  padding: 4px 7px;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 1000ms ease;
  text-align: center; }
  .btn:hover {
    text-decoration: none;
    transition: background-color 300ms ease; }
  .btn--clear {
    background: transparent; }
    .btn--clear:hover {
      text-decoration: underline; }
  .btn--border {
    border-width: 1px;
    border-style: solid; }
  .btn--border-grey-dark {
    border-color: #666666; }
  .btn--border-grey-blue-base {
    border-color: #56758D; }
    .btn--border-grey-blue-base:active {
      background-color: #56758D;
      color: #fff; }
    @media screen and (min-width: 480px) {
      .btn--border-grey-blue-base:hover {
        background-color: #56758D;
        color: #fff; } }
  .btn--white {
    background-color: #fff;
    color: #333; }
  .btn--grey-blue-1 {
    background-color: #56758d;
    color: #56758D; }
  .btn.btn--clear.btn--border:hover {
    text-decoration: none; }
  .btn--sinai-red {
    background-color: #a81d36;
    color: #fff; }
    .btn--sinai-red:active {
      background-color: #870a21;
      color: #fff; }
    @media screen and (min-width: 480px) {
      .btn--sinai-red:hover {
        background-color: #870a21;
        color: #fff; } }

.mobile-centered .btn {
  width: 100%; }

.content--lg .btn {
  border-radius: 6px; }

.btn--lg {
  padding: 15px;
  border-radius: 6px;
  line-height: 1;
  text-align: center;
  color: #fff;
  display: inline-block;
  transition: background-color 150ms ease; }
  .btn--lg:hover {
    text-decoration: none; }
  .btn--lg:active, .btn--lg:focus {
    color: #fff;
    background-color: #870a21; }
  .btn--lg.btn--widest {
    width: 100%; }
  .btn--lg.btn--border-sinai-grey-2 {
    border-color: #666666;
    color: #666666; }
    .btn--lg.btn--border-sinai-grey-2:active {
      background-color: #666666;
      color: #fff; }
    @media screen and (min-width: 480px) {
      .btn--lg.btn--border-sinai-grey-2:hover {
        background-color: #666666;
        color: #fff; } }

@media screen and (min-width: 768px) {
  .btn--lg.btn--widest {
    max-width: 50%; } }
/* SET UP GOTHAM FAMILY */
.gotham--book, body, button, input, a, p, ul > li, .hero .doctor-box__heading,
.hero .doctor-box__phone2,
.hero .doctor-box__line4,
.hero .doctor-box__line5, .location-single__info h3 small, .location-single__info .btn--sinai-red, .modal--parking .modal__header h2 {
  font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
  font-style: normal;
  font-weight: 400; }

.gotham--medium, .tile ul > li > a, .tile h2 a, .tile.video .play span strong, .btn--lg, h1, h2, h3, h4, h5, h6, .btn, .large-stat__text, .link-header-with-text h2 a, .link-header-with-text h3 a, .sidebar-nav li.active > a, .socci-nav-header p, .feature__box a, .feature-story__content a, .feature-story__name a, .slide-item .text-content h1,
.slide-item .text-content h1 > a, .socci-link-grid .g-row > div:last-child .link-header-with-text p:nth-of-type(2) a, .socci-experts-carousel .video-trigger__title, .socci-experts-carousel .video-trigger__title a, .socci-experts-list__item a:not(.btn), .boxy-link a, .location-single__info address a, .location-single__info .location__icons-link {
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B';
  font-style: normal;
  font-weight: 500; }

/* TYPOGRAPHY */
/*************/
/* Generally used for headings */
/* Generally used for body */
.placeholder {
  color: #666666; }

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

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

.right {
  float: right !important; }

.left {
  float: left !important; }

.mobile-centered {
  max-width: 263px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .mobile-centered {
    max-width: none;
    margin: auto; } }
@-moz-document url-prefix() {
  .tile h2 a .fa {
    position: relative;
    right: 0;
    bottom: -2px; } }
.hide-mobile {
  display: none; }

@media screen and (min-width: 768px) {
  .show-mobile {
    display: none; }

  .hide-mobile {
    display: block; } }
.fa-transparent {
  font-size: .625em;
  opacity: .5; }

.accordion > li > a {
  font-weight: normal; }
.accordion ul.submenu {
  display: none; }
.accordion .is-expanded {
  display: block; }
  .accordion .is-expanded > a {
    color: red; }

/* COLUMNS / GRID SYSTEM */
.g-container {
  overflow: hidden; }

.g-row {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.g-gutter--small {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }

.g-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

[class*="g-col-"] {
  padding: 0 15px;
  width: 100%; }

.g-gutter--small [class*="g-col-"] {
  padding: 0 5px; }

.g-col-1 {
  width: 8.33333%; }

.g-col-2 {
  width: 16.66667%; }

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

.g-col-4 {
  width: 33.33333%; }

.g-col-5 {
  width: 41.66667%; }

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

.g-col-7 {
  width: 58.33333%; }

.g-col-8 {
  width: 66.66667%; }

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

.g-col-10 {
  width: 83.33333%; }

.g-col-11 {
  width: 91.66667%; }

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

@media screen and (min-width: 768px) {
  .g-col-md-1 {
    width: 8.33333%; }

  .g-col-md-2 {
    width: 16.66667%; }

  .g-col-md-3 {
    width: 25%; }

  .g-col-md-4 {
    width: 33.33333%; }

  .g-col-md-5 {
    width: 41.66667%; }

  .g-col-md-6 {
    width: 50%; }

  .g-col-md-7 {
    width: 58.33333%; }

  .g-col-md-8 {
    width: 66.66667%; }

  .g-col-md-9 {
    width: 75%; }

  .g-col-md-10 {
    width: 83.33333%; }

  .g-col-md-11 {
    width: 91.66667%; }

  .g-col-md-12 {
    width: 100%; } }
@media screen and (min-width: 1000px) {
  .g-col-lg-1 {
    width: 8.33333%; }

  .g-col-lg-2 {
    width: 16.66667%; }

  .g-col-lg-3 {
    width: 25%; }

  .g-col-lg-4 {
    width: 33.33333%; }

  .g-col-lg-5 {
    width: 41.66667%; }

  .g-col-lg-6 {
    width: 50%; }

  .g-col-lg-7 {
    width: 58.33333%; }

  .g-col-lg-8 {
    width: 66.66667%; }

  .g-col-lg-9 {
    width: 75%; }

  .g-col-lg-10 {
    width: 83.33333%; }

  .g-col-lg-11 {
    width: 91.66667%; }

  .g-col-lg-12 {
    width: 100%; } }
.g-row.no-gutters {
  margin: 0; }
  .g-row.no-gutters > [class*="g-col-"] {
    padding: 0; }

.video-trigger {
  position: relative;
  display: block;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 0; }
  .video-trigger img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    transition: 200ms all ease-out; }
  .video-trigger a {
    display: block;
    width: 100%;
    height: 100%; }
  .video-trigger a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: white; }
  .video-trigger .fa {
    display: block;
    margin: 0 auto;
    border: 2px solid white;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.625em;
    transition: 200ms all ease-out; }
    .video-trigger .fa::before {
      margin-left: 6px; }
    .video-trigger .fa ~ p:first-of-type,
    .video-trigger .fa ~ div:first-of-type,
    .video-trigger .fa ~ span:first-of-type {
      display: inline-block;
      margin-top: 10px;
      width: 100%; }
  .video-trigger:hover span > span {
    text-decoration: underline; }
  .video-trigger:hover i {
    background-color: white;
    color: #3E5A6C;
    text-decoration: none; }
    .video-trigger:hover i::before {
      text-decoration: none; }

.back-to-top {
  position: fixed;
  bottom: -3em;
  right: 0;
  padding: 0.6em 1.3em;
  background-color: #777777;
  color: #fff;
  border: 1px solid #999;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 15px;
  transition: all 0.195s cubic-bezier(0.4, 0, 1, 1);
  z-index: 2; }
  .back-to-top i {
    margin-right: 1rem;
    font-size: 0.675em; }
  .back-to-top.scrolled {
    bottom: 5.3em;
    transition: all 0.225s cubic-bezier(0, 0, 0.2, 1); }

body:not(.touched) .back-to-top:hover {
  background-color: #4e4e4e;
  text-decoration: none; }

/* BREADCRUMBS */
@media screen and (max-width: 767px) {
  .action-bar {
    display: none; } }
.action-bar {
  float: right;
  padding: 15px 0 18px;
  font-size: .6875rem; }
  .action-bar span {
    margin-right: 6px; }

/* BREADCRUMBS */
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none; } }
.breadcrumbs {
  padding: 15px 0 18px;
  font-size: .6875rem;
  color: #666666; }
  .breadcrumbs li {
    position: relative;
    padding: 0 12px; }
    .breadcrumbs li:first-of-type {
      padding-left: 5px; }
    .breadcrumbs li:not(:last-of-type)::after {
      content: '';
      position: absolute;
      top: 6px;
      right: -5px;
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-left: 5px solid #b2b2b2; }
  .breadcrumbs a {
    color: #3E5A6C;
    text-decoration: underline; }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown [data-toggle="dropdown"] {
    position: relative;
    padding: 7px 10px 7px 30px; }
    .dropdown [data-toggle="dropdown"]::before {
      content: '\f04b';
      position: absolute;
      top: 11px;
      left: 10px;
      font-family: FontAwesome;
      font-size: .675em;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -ms-transform-origin: center;
      transform-origin: center;
      transition: all 200ms ease-in-out; }
  .dropdown .dropdown-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    min-width: 270px;
    width: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    z-index: 10;
    transition: max-height 200ms ease-in-out; }
    @media screen and (min-width: 768px) {
      .dropdown .dropdown-menu {
        left: auto;
        right: 0;
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    .dropdown .dropdown-menu li {
      border-bottom: 1px solid #777777;
      border-left: 1px solid #777777;
      border-right: 1px solid #777777; }
      .dropdown .dropdown-menu li:first-of-type {
        border-top: 1px solid #777777; }
      .dropdown .dropdown-menu li a {
        display: block;
        padding: 7px 1em; }
        .dropdown .dropdown-menu li a:hover {
          background-color: #f7f7f7;
          text-decoration: none; }
  .dropdown.open [data-toggle="dropdown"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .dropdown.open [data-toggle="dropdown"]::before {
      top: 12px;
      left: 12px;
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }

.large-stat {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.large-stat__number {
  font-size: 4.5rem;
  margin-right: .5rem; }

.large-stat__text {
  font-size: 1.625rem;
  margin-top: .8125rem; }
  .large-stat__text .fa {
    margin-left: 10px;
    vertical-align: middle; }

.link-header-with-text {
  padding: 20px 30px;
  background-color: #f7f7f7; }
  .link-header-with-text h2, .link-header-with-text h3 {
    margin-bottom: .375em; }
  .link-header-with-text h2 {
    font-size: 1.625em; }
  .link-header-with-text h3 {
    font-size: 1.125em; }
  .link-header-with-text p {
    font-size: .875em; }
  .link-header-with-text a .fa {
    margin-left: 6px;
    vertical-align: middle; }

.sidebar-nav {
  display: none; }
  .sidebar-nav li {
    position: relative; }
    .sidebar-nav li.has-subnav::after {
      content: '\f04b';
      font-family: FontAwesome;
      position: absolute;
      right: 24px;
      top: 3px;
      padding: 1.25em 0;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -ms-transform-origin: center;
      transform-origin: center;
      font-size: .75em;
      color: #a81d36;
      pointer-events: none;
      transition: all 200ms ease-in-out; }
    .sidebar-nav li.open.has-subnav::after {
      margin-right: -2px;
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
    .sidebar-nav li.active > a {
      color: #333333;
      border-left-color: #777777; }
  .sidebar-nav a {
    display: block;
    border-bottom: 1px solid #dadada;
    border-left: 4px solid transparent;
    padding: 1em 40px 1em 16px;
    line-height: 1.2; }
  .collapsible-container > .sidebar-nav {
    position: absolute;
    background-color: white;
    left: 0px;
    right: 0px;
    z-index: 1; }

.sidebar-nav .sidebar-nav {
  display: none;
  background-color: #f7f7f7; }
  .sidebar-nav .sidebar-nav a {
    padding-left: 36px; }

.sidebar-nav .sidebar-nav .sidebar-nav {
  background-color: #ebebeb; }
  .sidebar-nav .sidebar-nav .sidebar-nav a {
    padding-left: 56px; }

@media screen and (min-width: 768px) {
  .sidebar-nav li.has-subnav::after {
    right: 34px; }
  .sidebar-nav a {
    padding-left: 26px; }

  .sidebar-nav .sidebar-nav a {
    padding-left: 46px; }

  .sidebar-nav .sidebar-nav .sidebar-nav a {
    padding-left: 66px; } }
@media screen and (min-width: 1000px) {
  .collapsible-container > .sidebar-nav {
    position: static;
    display: block !important; }
    .collapsible-container > .sidebar-nav > li:first-of-type {
      display: none; }

  .sidebar-nav {
    padding-right: 30px; }
    .sidebar-nav .sidebar-nav .home-mobile-link {
      display: none; }
    .sidebar-nav .sidebar-nav {
      padding-right: 0; }
    .sidebar-nav li.has-subnav::after {
      right: 0; }
    .sidebar-nav a {
      padding: 1em;
      font-size: .9375em; }

  .sidebar-nav .sidebar-nav {
    display: none;
    background-color: #f7f7f7; }
    .sidebar-nav .sidebar-nav a {
      padding-left: 40px; }
    .sidebar-nav .sidebar-nav li.has-subnav::after {
      right: 10px; } }
.find-a-doctor-widget {
  display: none;
  border-bottom: 1px solid #dadada;
  margin-right: 30px;
  padding: 17px 20px 12px;
  font-size: .9375em; }
  .find-a-doctor-widget p {
    margin-bottom: 5px; }
    .find-a-doctor-widget p:first-of-type {
      margin-bottom: 17px; }
  .find-a-doctor-widget .find-a-doctor-widget__number {
    margin: 0;
    font-size: 1.466666667em;
    line-height: 1.3;
    color: #333333; }
    .find-a-doctor-widget .find-a-doctor-widget__number:hover {
      text-decoration: none; }
  .find-a-doctor-widget .find-a-doctor-widget__small {
    margin-bottom: 20px;
    font-size: .933333333em;
    color: #666666; }

@media screen and (min-width: 1000px) {
  .find-a-doctor-widget {
    display: block; } }
/*
<article class="find-a-doctor-widget">
  <p><strong>Find A Doctor</strong></p>
  <a class="find-a-doctor-widget__number" href="tel:1-800-233-2771">1-800-CEDARS-1</a>
  <p class="find-a-doctor-widget__small">(1-800-233-2771)</p>
  <p class="find-a-doctor-widget__small">Available 24 Hours a Day</p>
  <br>
  <p><a href="#">Online Referral</a></p>
  <p><a href="#">Schedule a Callback</a></p>
</article>

 */
.socci-nav-header {
  position: relative;
  padding: 15px 20px 15px 60px;
  cursor: pointer; }
  .socci-nav-header .socci-nav-header__icons {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #3E5A6C;
    border: 1px solid currentColor;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    text-align: center; }
  .socci-nav-header .socci-nav-header__icon-list {
    display: block;
    margin-top: 5px; }
  .socci-nav-header .socci-nav-header__icon-close {
    display: none; }
  .socci-nav-header h2 {
    margin: 4px 0 0;
    font-size: 1.125em; }
    .socci-nav-header h2 a {
      color: #333333;
      text-decoration: none; }
  .socci-nav-header p {
    display: none;
    font-size: .875em;
    line-height: 1.3; }

.collapsible-container.open .socci-nav-header__icon-close {
  margin-top: 5px;
  display: block; }
.collapsible-container.open .socci-nav-header__icon-list {
  display: none; }

@media screen and (min-width: 768px) {
  .socci-nav-header {
    padding: 0 20px 15px 40px; }
    .socci-nav-header .socci-nav-header__icons {
      top: 0;
      left: 0; }
    .socci-nav-header h2 {
      margin: 0;
      padding-top: 3px; } }
@media screen and (min-width: 1000px) {
  .socci-nav-header {
    background-color: #56758D;
    padding: 17px 20px 4px;
    color: white;
    cursor: default; }
    .socci-nav-header .socci-nav-header__icons {
      display: none; }
    .socci-nav-header h2 {
      margin: 0 0 10px;
      font-size: 1.5em;
      font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
      font-style: normal;
      font-weight: 400; }
      .socci-nav-header h2 a {
        color: white; }
        .socci-nav-header h2 a:hover {
          text-decoration: underline; }
    .socci-nav-header p {
      display: block; } }
/* HEADER, UTILITY NAV, SEARCH, LOGO - home page */
header {
  height: 106px;
  position: relative; }
  header .header-inner {
    line-height: 0;
    background-color: #fff;
    position: absolute;
    z-index: 101;
    right: 0;
    left: 0; }

.header__logo {
  padding: 14px 0;
  text-align: center; }
  .header__logo a > img {
    max-width: 236px;
    border: 0; }

.header__search {
  padding-top: 41px; }
  .header__search .header__search-wrap li a {
    color: #fff; }
  .header__search .header__search-wrap li.header__search-field {
    position: relative; }
    .header__search .header__search-wrap li.header__search-field .header__search-input {
      width: 100%;
      display: inline-block;
      box-shadow: none;
      border-radius: 5px;
      padding: 6px 30px 5px 12px;
      margin-bottom: 0; }
    .header__search .header__search-wrap li.header__search-field .header__search-input, .header__search .header__search-wrap li.header__search-field .header__search-input::-webkit-input-placeholder {
      color: #666666; }
    .header__search .header__search-wrap li.header__search-field .header__search-input, .header__search .header__search-wrap li.header__search-field .header__search-input::-moz-placeholder {
      color: #666666; }
    .header__search .header__search-wrap li.header__search-field .header__search-input, .header__search .header__search-wrap li.header__search-field .header__search-input:-ms-input-placeholder {
      color: #666666; }
    .header__search .header__search-wrap li.header__search-field .header__search-input, .header__search .header__search-wrap li.header__search-field .header__search-input::placeholder {
      color: #666666; }
    .header__search .header__search-wrap li.header__search-field .search__btn {
      padding: 4px 10px;
      background-color: #f1f1f1;
      color: #3e5a6c;
      border-radius: 0px 5px 5px 0px;
      position: absolute;
      top: 45%;
      right: 0px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .header__search .header__search-wrap li.header__search-field .search__btn:hover {
        color: #777;
        cursor: pointer; }
      .header__search .header__search-wrap li.header__search-field .search__btn:focus {
        outline: 0; }

.header__search,
.menu__background {
  height: 0;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #767676;
  display: block;
  float: left;
  overflow: hidden;
  line-height: 1.5; }

.header__search {
  transition: height 100ms linear;
  transition-delay: 100ms; }
  .header__search.open {
    height: 140px;
    transition: height 0ms linear; }

.menu__background {
  transition: height 100ms ease-out; }
  .menu__background.open {
    height: 520px;
    transition: height 300ms ease-out; }

.mobile-nav--link-spacing li {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  header {
    height: 112px; }
    header .header-inner {
      right: 30px;
      left: 30px; }

  .header__search {
    height: auto !important;
    background-color: transparent; }
    .header__search .header__search-wrap li a {
      padding: 3px 20px 4px 20px;
      border-radius: 4px;
      border: 1px solid #56758D;
      text-align: center;
      font-size: 0.8125rem;
      display: inline-block;
      color: #56758D;
      white-space: nowrap; }

  .header__search-wrap {
    width: 100%;
    display: table; }
    .header__search-wrap li {
      display: table-cell; }
      .header__search-wrap li.header__login {
        padding-left: 10px;
        text-align: right; }
        .header__search-wrap li.header__login a {
          padding: 3px 10px 4px 10px; }
      .header__search-wrap li.header__search-field .header__search-input {
        max-width: 320px;
        padding-top: 3px;
        padding-bottom: 4px;
        height: 28px;
        font-size: 0.8rem; }

  .header__logo,
  .header__search {
    max-height: 100%;
    width: 50%;
    float: left;
    display: block;
    text-align: left; }
    .header__logo a img,
    .header__search a img {
      max-width: 280px; }

  .header__search {
    padding-top: 24px;
    padding-right: 0;
    padding-left: 0; }

  .main-nav__links,
  .utility-nav {
    width: 50%;
    float: left; }

  .menu__background.open {
    height: 280px; } }
@media screen and (min-width: 1000px) {
  #toggleNav {
    display: none; }

  header {
    height: auto;
    position: relative; }
    header .header-inner {
      position: static;
      right: 0;
      left: 0; }
    header .header__search {
      padding-top: 42px; }
      header .header__search .header__search-wrap li.header__search-field {
        width: 320px;
        text-align: right; }
      header .header__search .header__login {
        width: 135px; }
        header .header__search .header__login a {
          padding: 3px 20px 4px 20px;
          transition: background-color 1000ms ease; }
          header .header__search .header__login a:hover {
            background-color: #56758D;
            color: #fff;
            text-decoration: none;
            transition: background-color 300ms ease; }

  .header__logo {
    padding: 28px 0 15px 0; }
    .header__logo a > img {
      width: 100%;
      max-width: 280px; }

  .main-nav__links,
  .utility-nav {
    padding-right: 0;
    padding-left: 0; } }
#resMenuHome {
  display: none; }

@media screen and (max-width: 999px) {
  #resMenuHome {
    display: block;
    position: absolute;
    top: 79px;
    left: 20px;
    z-index: 1999;
    width: 120px;
    height: 23px;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }

  #resFindDoctor {
    font-size: 14px;
    color: #fff; } }
@media screen and (max-width: 767px) {
  #resMenuHome {
    top: 73px; } }
/* HEADER */
/* MAIN NAVIGATION - home page */
.main-nav__wrap {
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto; }
  .main-nav__wrap::after {
    clear: both;
    content: "";
    display: block; }

.mobile-menu__toggle-bar,
.menu-container {
  background-color: #767676; }

.mobile-menu__toggle-bar {
  padding: 22px 20px 15px 20px;
  text-align: right; }

.main-nav__links li a {
  color: #fff; }

.menu__background {
  background-color: #767676; }

.btn-mobile-nav {
  color: #fff; }
  .btn-mobile-nav.fa-bars {
    margin: 10px 0;
    font-size: 2.5rem; }

.menu-toggle {
  min-height: 41px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  top: 1px;
  z-index: 2;
  display: block;
  width: 100%;
  background-color: #767676;
  color: #fff;
  font-size: 0.875rem;
  text-align: right; }
  .menu-toggle .menu-icon {
    height: 17px;
    width: 20px;
    position: absolute;
    top: 12px;
    right: 20px; }
    .menu-toggle .menu-icon .center-bar::before,
    .menu-toggle .menu-icon .center-bar::after, .menu-toggle .menu-icon::before, .menu-toggle .menu-icon::after {
      content: '';
      display: block;
      height: 3px;
      width: 20px;
      background-color: #fff;
      position: absolute; }
    .menu-toggle .menu-icon .center-bar::before,
    .menu-toggle .menu-icon .center-bar::after {
      top: 7px;
      transition: all 0.3s; }
    .menu-toggle .menu-icon::before {
      top: 0;
      transition: all 0.3s; }
    .menu-toggle .menu-icon::after {
      bottom: 0;
      transition: all 0.3s; }
  .menu-toggle.open {
    transition: all 0.3s; }
    .menu-toggle.open .menu-icon .center-bar::before {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-toggle.open .menu-icon .center-bar::after {
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-toggle.open .menu-icon::before {
      opacity: 0;
      height: 0;
      top: 7px; }
    .menu-toggle.open .menu-icon::after {
      opacity: 0;
      height: 0;
      bottom: 7px; }
    .menu-toggle.open .menu-icon:before, .menu-toggle.open .menu-icon:after {
      width: 20px;
      right: 0; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: inline-block; } }
@media screen and (min-width: 1000px) {
  .main-nav .mobile-nav__top-bar {
    display: none; }
  .main-nav .menu-container {
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto !important; }
    .main-nav .menu-container.open .main-nav__links {
      float: none;
      width: 100%; }

  .main-nav__links {
    display: table;
    width: 100%;
    float: none; }
    .main-nav__links li {
      display: table-cell; }
      .main-nav__links li > a {
        padding: 11px 0;
        font-size: 0.8125rem;
        text-align: center;
        display: block; }
        .main-nav__links li > a:hover {
          text-decoration: none; }
      .main-nav__links li:hover {
        background-color: #4e4e4e; }
      .main-nav__links li:first-of-type > a, .main-nav__links li:last-of-type > a {
        margin: 0 5px; }
      .main-nav__links li:nth-child(6) > a {
        margin: 0 6px; }

  .menu__background {
    height: auto !important;
    max-height: none;
    padding: 0; } }
@media screen and (min-width: 1000px) {
  .main-nav .main-nav__links li {
    margin-right: 0px; } }
.feature-socci-landing {
  background: #f7f7f7;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .feature-socci-landing p {
    font-size: .875em; }

.feature-socci-landing img,
.feature-socci-landing__image {
  position: relative;
  display: block;
  width: 100%; }

.feature__card {
  position: relative;
  margin: -20px 20px 0;
  background-color: white;
  text-align: center; }
  .feature__card .feature__card-title {
    margin-bottom: 7px;
    font-size: 34px; }
  .feature__card > p {
    font-size: .875em;
    color: #666666; }

.feature__card-content {
  padding: 12px 20px 25px; }
  .feature__card-content a {
    width: 225px; }

.feature-socci-landing .g-row {
  margin: 0 5px;
  padding-bottom: 10px; }

.feature__box {
  margin: 0 5px; }
  .feature__box .feature__box-inner {
    margin: 0 -15px; }
  .feature__box h2 {
    margin-bottom: .375em; }
  .feature__box i {
    font-size: .875em; }

.feature__box--cancers,
.feature__box--locations {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .feature__box--cancers .feature__box-inner,
  .feature__box--locations .feature__box-inner {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.feature__box--request {
  margin-bottom: 10px;
  background-color: #f7f7f7; }
  .feature__box--request .feature__box-inner {
    padding: 20px; }
  .feature__box--request a {
    margin-bottom: .4em;
    width: 225px;
    font-size: 1.125rem; }
  .feature__box--request i {
    margin-right: 6px; }
  .feature__box--request .fa-transparent {
    margin-left: 6px;
    font-size: .625em; }

.feature__box--cancers .feature__box-inner {
  background-color: #56758D; }
  .feature__box--cancers .feature__box-inner a {
    line-height: 1.3; }
  .feature__box--cancers .feature__box-inner .feature__box-mobile-link {
    color: white; }
.feature__box--cancers .fa-transparent {
  margin-left: 6px; }

.feature__box--locations .feature__box-inner {
  background-color: #F5BC17; }
.feature__box--locations .fa-transparent {
  margin-left: 6px; }

.feature__box-mobile-link {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px; }
  .feature__box-mobile-link span {
    margin: 0 auto; }

@media screen and (min-width: 768px) {
  .feature-socci-landing {
    padding-bottom: 30px; }

  .feature__card {
    margin: -50px 30px 0;
    text-align: left; }

  .feature__card-content {
    padding: 22px 30px 30px; }

  .feature__box--cancers {
    display: none; }

  .feature__box--locations {
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .feature__box--request {
    margin-bottom: 0;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: #BDD63A; }
    .feature__box--request a {
      margin: 0; }
    .feature__box--request h2 + a {
      font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
      font-weight: 400;
      color: #333333; }
      .feature__box--request h2 + a i {
        font-size: 1em;
        font-weight: 700; }
    .feature__box--request .btn {
      border: none;
      padding: 0;
      width: auto; }
      .feature__box--request .btn:hover {
        background-color: initial;
        color: inherit; }

  .feature__box .feature__box-inner {
    padding: 15px 20px 5px; }

  .feature__box-mobile-link {
    display: none; } }
.feature-story {
  padding: 40px 20px 0;
  background-color: #f1f1f1;
  text-align: center;
  overflow: auto; }

.feature-story__image {
  margin: 0 -20px;
  overflow: hidden; }
  .feature-story__image img {
    display: block;
    margin: 0 auto;
    width: 100%; }

.feature-story__content {
  padding-bottom: 30px; }
  .feature-story__content h2 {
    margin-bottom: .375em;
    font-size: 1.625em; }
  .feature-story__content .btn {
    width: 225px; }
  .feature-story__content p {
    font-size: .875em; }

.feature-story__info {
  margin: 0 -20px;
  padding: 10px 0;
  background-color: white; }
  .feature-story__info p {
    margin: 0; }

.feature-story__name {
  display: inline-block;
  font-size: 1.125em; }
  .feature-story__name a {
    color: #3E5A6C; }
  .feature-story__name i {
    margin-left: 6px;
    font-size: .75em; }

.feature-story__byline {
  display: inline-block;
  padding-left: 10px; }

@media screen and (min-width: 768px) {
  .feature-story {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 300px;
    text-align: left; }

  .feature-story__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc(50% + 15px);
    margin: 0; }
    .feature-story__image img {
      height: 100%;
      object-fit: cover; }

  .feature-story__content,
  .feature-story__info {
    position: relative;
    left: calc(50% + 15px);
    width: 50%; }

  .feature-story__content {
    padding: 40px 0 30px; }
    .feature-story__content p {
      margin-bottom: 20px; }

  .feature-story__info {
    margin: 0;
    padding-bottom: 20px;
    background-color: transparent; }

  .feature-story__name,
  .feature-story__byline {
    display: block;
    padding: 0;
    font-size: .875rem; } }
.feature-cancers-we-treat {
  margin-bottom: 10px;
  padding: 0 30px;
  height: 300px;
  background: url(../images/bg-blue-pattern.jpg) center center no-repeat;
  background-size: cover;
  color: white; }
  .feature-cancers-we-treat .g-container {
    overflow: visible; }
  .feature-cancers-we-treat .g-col-6 {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px; }
    .feature-cancers-we-treat .g-col-6:last-of-type .fa-transparent {
      margin-left: 6px; }
  .feature-cancers-we-treat h2 {
    margin-bottom: 0; }
  .feature-cancers-we-treat a {
    color: white; }
  .feature-cancers-we-treat a:not(.large-stat__text),
  .feature-cancers-we-treat p {
    font-size: .875em; }
  .feature-cancers-we-treat .large-stat {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    color: #fff; }
  .feature-cancers-we-treat .body__search-field {
    margin: 0 auto;
    width: 225px;
    position: relative; }
    .feature-cancers-we-treat .body__search-field .input__text {
      padding-right: 55px;
      background-color: #f7f7f7;
      border-radius: 5px; }
    .feature-cancers-we-treat .body__search-field .typeahead__cancel-button {
      right: 32px; }
    .feature-cancers-we-treat .body__search-field .search__btn {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 30px;
      font-size: 16px;
      z-index: 3; }
      .feature-cancers-we-treat .body__search-field .search__btn button {
        display: block;
        padding: 5px 6px 7px;
        border: none;
        color: #3E5A6C;
        background-color: transparent; }
        .feature-cancers-we-treat .body__search-field .search__btn button:hover {
          color: #777777; }
  .feature-cancers-we-treat .typeahead__field {
    display: block;
    font-size: 16px; }
    .feature-cancers-we-treat .typeahead__field > * {
      display: inline-block; }
  .feature-cancers-we-treat .typeahead__list {
    left: calc(50% - 112.5px) !important;
    margin: 0;
    border-radius: 5px;
    width: 225px !important; }
  .feature-cancers-we-treat .typeahead__search-icon {
    padding: 0; }
  .feature-cancers-we-treat ul {
    margin-bottom: .75em; }

.feature-programs-we-offer {
  margin-bottom: 10px;
  background: url(../images/bg-light-train.jpg) center center no-repeat;
  background-size: cover; }
  .feature-programs-we-offer .feature__inner {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    width: 55%; }
  .feature-programs-we-offer .large-stat {
    margin-left: auto;
    margin-right: auto;
    width: 250px; }
  .feature-programs-we-offer .large-stat__text {
    text-align: left;
    color: #333333; }
  .feature-programs-we-offer .btn {
    width: 225px; }
  .feature-programs-we-offer p {
    font-size: .875em;
    margin-bottom: 1.5em; }

/* UTILITY NAV - TOP-MOST BAR WITH LINKS. IN TABLET & MOBILE, THIS MOVES TO THE .main-nav SECTION OF THE MARKUP  - home page */
.utility-nav li a {
  color: #fff; }
.utility-nav li .fa-globe {
  display: none; }

@media screen and (min-width: 1000px) {
  .utility-nav {
    width: 100%;
    max-height: none;
    text-align: right;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent; }
    .utility-nav li {
      margin-right: 5px;
      margin-left: 5px;
      display: inline-block; }
      .utility-nav li > .fa-globe {
        margin-right: 5px;
        color: #777;
        display: inline-block; }
        .utility-nav li > .fa-globe::before {
          position: relative;
          top: 2px; }
      .utility-nav li::after {
        content: '|';
        position: relative;
        left: 8px;
        color: #ccc; }
      .utility-nav li:last-of-type {
        margin-right: 0; }
      .utility-nav li:last-of-type::after {
        content: ''; }
      .utility-nav li a {
        font-size: 0.6875rem;
        color: #777; } }
/* FOOTER - home page */
.follow-us {
  margin: 20px 0;
  text-align: center; }

footer {
  margin-bottom: 40px;
  padding: 0 30px; }
  footer .footer__disclaimer {
    padding: 0;
    font-size: 0.688rem;
    text-align: center;
    color: #bababa;
    clear: both; }

.utility-footer .utility-footer-nav li {
  margin-bottom: 1.25rem;
  line-height: 1.3; }
  .utility-footer .utility-footer-nav li a {
    font-size: 1rem;
    color: #56758D; }
.utility-footer .utility-footer-nav:last-of-type li:last-child {
  margin-bottom: 0; }
.utility-footer .utility-footer__wrap {
  padding: 30px;
  background-color: #f7f7f7; }

.footer__links .footer-nav__legal {
  text-align: center;
  display: block; }
  .footer__links .footer-nav__legal li {
    padding-right: 5px;
    display: inline-block;
    border-right: 1px solid #ccc;
    line-height: 12px; }
    .footer__links .footer-nav__legal li:last-of-type {
      border-right: 0; }
    .footer__links .footer-nav__legal li a {
      font-size: 0.688rem;
      color: #333; }
.footer__links .footer-nav__legal:last-child {
  margin-right: 0; }

.social {
  text-align: center; }

.list__social {
  margin-bottom: 1em;
  text-align: center; }
  .list__social li {
    padding-right: 0; }
    .list__social li > a {
      width: 26px;
      height: 26px;
      background-color: #999;
      color: #fff;
      display: inline-block;
      transition: background-color 500ms ease; }
      .list__social li > a:hover {
        background-color: #4e4e4e; }
      .list__social li > a .fa {
        line-height: 26px; }

@media screen and (min-width: 768px) {
  .utility-footer {
    margin-bottom: 2em; }
    .utility-footer .utility-footer__wrap {
      padding: 0;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .utility-footer .utility-footer__wrap::after {
        clear: both;
        content: "";
        display: block; }
    .utility-footer .utility-footer-nav {
      width: 33.33333333333333%;
      float: left;
      font-size: 0.875rem;
      padding: 22px 30px 10px 30px; }
      .utility-footer .utility-footer-nav li a {
        font-size: 0.9375rem; }
      .utility-footer .utility-footer-nav:first-child {
        padding-left: 30px; }
      .utility-footer .utility-footer-nav:last-child {
        padding-right: 30px; }

  footer {
    padding: 1em 0 0 0;
    text-align: center; } }
@media screen and (min-width: 1000px) {
  footer {
    text-align: left;
    position: relative; }
    footer .footer__links .footer-nav__legal {
      width: auto;
      text-align: left;
      float: none;
      margin-right: 0;
      display: block; }
    footer .utility-footer-nav li:last-child {
      margin-bottom: 0; }
    footer .social {
      margin-bottom: 0;
      position: absolute;
      right: 0;
      bottom: 3px; }
    footer .footer__disclaimer {
      text-align: left; }

  .utility-footer .utility-footer-nav li {
    margin-bottom: 0.875rem; }
    .utility-footer .utility-footer-nav li a {
      line-height: 1;
      display: inline-block; }

  .list__social {
    margin-bottom: 0; } }
/* OWL SLIDER THAT IS IN THE HERO SECTION  - home page */
.slide-item {
  position: relative; }
  .slide-item .text-content {
    padding: 30px; }
    .slide-item .text-content h1,
    .slide-item .text-content h1 > a {
      margin-bottom: 10px;
      font-size: 1.563rem;
      line-height: 1;
      color: #333; }
    .slide-item .text-content p {
      font-size: 0.875rem;
      margin-bottom: 1.5rem;
      color: #666666; }
  .slide-item .img-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.carousel-wrap {
  position: relative; }

.owl-theme .owl-controls {
  top: 25px;
  right: 15px; }

.hero .owl-theme .owl-controls .owl-page span {
  height: 15px !important;
  width: 15px !important;
  border: 2px solid #a81d36 !important;
  background: transparent; }

.hero .owl-theme .owl-controls .owl-page.active span, .hero .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #a81d36; }

.owl-theme .owl-controls {
  margin-top: -5px;
  margin-bottom: 12px; }
  .owl-theme .owl-controls .owl-page span {
    filter: Alpha(Opacity=50);
    opacity: 0.5; }
  .whiteunderlay {
  background-color: #fff;
  opacity: .70;
  width: 60%;
  height: 100%;
  display: block;
  position: absolute; }
@media screen and (max-width: 767px){
    .whiteunderlay {display:none;} 
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .slide-item .text-content {
    padding: 30px 0 30px 30px; } }
@media screen and (min-width: 768px) {
  
  .carousel-wrap {
    width: 70.348958%;
    float: left; }

  .slide-item .text-content {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .slide-item .text-content h1 {
      font-size: 1.875rem; }
    .slide-item .text-content .btn {
      padding: 3px 7px 5px 7px;
      font-size: 0.938rem; }
  .slide-item .img-content {
    height: 235px; }

  .owl-theme .owl-controls {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 10px;
    margin-top: 0;
    margin-bottom: 0; }

  .hero .owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff !important;
    opacity: 1; } }
@media screen and (min-width: 1000px) {
  .carousel-wrap {
    width: 73.18982387475538%; }

  .slide-item .img-content {
    height: 305px; }
  .slide-item .text-content h1 {
    margin-bottom: 1.125rem;
    font-size: 2.125rem; }
  .slide-item .text-content p {
    margin-bottom: 1.563rem;
    line-height: 1.8; } }
/* HERO  - home page */
.hero .opaque-window {
  display: none; }
.hero .doctor-box {
  padding: 15px 30px 0 30px; }
.hero .doctor-box__heading,
.hero .doctor-box__phone2,
.hero .doctor-box__line4,
.hero .doctor-box__line5 {
  color: #666666; }
.hero .doctor-box__heading {
  color: #333; }

@media screen and (min-width: 768px) {
  .hero {
    background-color: #f7f7f7; }
    .hero .opaque-window {
      width: 29.651042%;
      height: 235px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f7f3+0,ece6df+50,d1c5b5+100&0.9+0,1+55 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(248, 247, 243, 0.9) 0%, rgba(236, 230, 223, 0.99) 50%, #e9e3db 55%, #d1c5b5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f8f7f3', endColorstr='#d1c5b5',GradientType=1 );
      /* IE6-9 */
      text-align: center;
      float: left;
      display: block; }
    .hero .doctor-box {
      padding: 15px; }
      .hero .doctor-box p {
        margin: 0; }
      .hero .doctor-box__heading {
        font-size: 1.125rem;
        line-height: 1;
        text-transform: uppercase; }
      .hero .doctor-box__phone1 {
        font-size: 1.250rem; }
      .hero .doctor-box__line1 {
        color: #777777; }
      .hero .doctor-box__line5 {
        font-size: 1.188rem; }
      .hero .doctor-box__phone2, .hero .doctor-box__line4 {
        display: none; }
      .hero .doctor-box__line5 {
        margin-bottom: .75em !important; }
      .hero .doctor-box .cta-set .btn {
        width: auto;
        padding: 4px 0;
        margin-bottom: .75em;
        font-size: 0.938rem;
        background-color: #fff;
        display: block; }
        .hero .doctor-box .cta-set .btn:hover {
          background-color: #56758D;
          color: #fff; } }
@media screen and (min-width: 1000px) {
  .hero {
    padding-top: 0 !important; }
    .hero .opaque-window {
      width: 26.81017612524462%;
      height: 305px; }
    .hero .doctor-box {
      padding: 25px 30px 0 30px; }
      .hero .doctor-box__heading {
        font-size: 1.5rem; }
      .hero .doctor-box__phone2, .hero .doctor-box__line4 {
        display: block; }
      .hero .doctor-box__line4 {
        font-size: 0.75rem; } }
/* FORMS - home page */
.input__text {
  border: 0;
  background-color: #f1f1f1;
  color: #333; }

[type='text'] {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.modal .modal-inner,
.modal .modal-close {
  background-color: transparent; }
.modal .modal-inner {
  max-height: none;
  overflow: visible; }
.modal .modal-close {
  top: -4px;
  right: 21px; }
  .modal .modal-close:hover::before, .modal .modal-close:hover::after {
    background: #767676; }
  .modal .modal-close::before, .modal .modal-close::after {
    background: #fff; }

@media screen and (min-width: 480px) {
  .modal .modal-close {
    top: 2.6em;
    right: 70px; }
  .modal .modal-inner {
    padding: 4.5em; } }
@media screen and (min-width: 768px) {
  .modal .modal-close {
    top: 15px;
    right: 45px; }
  .modal .modal-inner {
    padding: 3em;
    width: 80%; } }
@media screen and (min-width: 1000px) {
  .modal .modal-inner {
    width: 65%; } }
.modal.modal--centered .modal-fade-screen {
  padding-top: 0; }
.modal.modal--centered .modal-inner {
  position: absolute;
  top: 50% !important;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.socci-link-grid .g-row > div:last-child .link-header-with-text {
  background-color: #bdd63a; }
  .socci-link-grid .g-row > div:last-child .link-header-with-text h2 {
    margin-bottom: 15px;
    font-size: 1.125em; }
  .socci-link-grid .g-row > div:last-child .link-header-with-text a {
    font-size: 16px; }
    .socci-link-grid .g-row > div:last-child .link-header-with-text a .fa:not(.fa-transparent) {
      margin-left: 0;
      margin-right: 6px;
      vertical-align: initial; }

@media screen and (min-width: 768px) {
  .socci-link-grid [class*='g-col-'] {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 10px; }
    .socci-link-grid [class*='g-col-'] > * {
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .socci-link-grid .g-row > div:last-child .link-header-with-text {
    background-color: #bdd63a; }
    .socci-link-grid .g-row > div:last-child .link-header-with-text h2 {
      font-size: 1.625em; }
    .socci-link-grid .g-row > div:last-child .link-header-with-text a {
      font-size: 1.2857em; }
    .socci-link-grid .g-row > div:last-child .link-header-with-text .fa {
      margin-right: 6px;
      width: 18px; }
    .socci-link-grid .g-row > div:last-child .link-header-with-text p:first-of-type {
      margin-bottom: 3px; }
      .socci-link-grid .g-row > div:last-child .link-header-with-text p:first-of-type a {
        padding: 0;
        background-color: transparent;
        font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
        font-style: normal;
        font-weight: 400;
        color: #333333; } }
.socci-experts-carousel {
  margin-bottom: 30px;
  margin: 0 0 30px;
  padding: 20px 0;
  background: url(../images/bg-tan.jpg) left top no-repeat;
  background-size: cover;
  text-align: center; }
  .socci-experts-carousel h1 {
    padding: 0 20px;
    font-size: 2.125em; }
    .socci-experts-carousel h1 + p {
      margin-bottom: 24px; }
  .socci-experts-carousel .video-trigger__title {
    margin: 20px 0 0;
    padding: 0 20px;
    color: #3E5A6C;
    font-size: .9375em;
    line-height: 1; }
  .socci-experts-carousel .video-trigger__subtext {
    margin-top: 10px;
    font-size: .875em;
    line-height: 1;
    color: #666666; }
  .socci-experts-carousel .owl-carousel {
    padding: 0 55px;
    text-align: center; }
    .socci-experts-carousel .owl-carousel .owl-item {
      padding: 0 5px; }
  .socci-experts-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 55px;
    font-size: 1.625em;
    color: #3E5A6C;
    background-color: transparent;
    opacity: 1; }
    .socci-experts-carousel .owl-controls .owl-buttons div.disabled {
      opacity: 0 !important; }
  .socci-experts-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0; }
  .socci-experts-carousel .owl-controls .owl-buttons .owl-next {
    right: 0; }

@media screen and (min-width: 768px) {
  .socci-experts-carousel {
    padding: 0;
    text-align: left; }
    .socci-experts-carousel h1 {
      padding: 22px 30px 0; }
      .socci-experts-carousel h1 + p {
        padding: 0 30px; }
    .socci-experts-carousel .owl-carousel {
      padding: 0 25px 20px; }
    .socci-experts-carousel p {
      font-size: .875em; } }
.socci-experts-list__header {
  height: auto;
  margin-bottom: 10px;
  padding: 14px 30px 14px;
  background-color: #ebebeb;
  text-align: center; }
  .socci-experts-list__header h2 {
    margin: 0;
    font-size: 1.625em; }
  .socci-experts-list__header .dropdown {
    margin: 10px 0;
    max-width: 100%; }
    .socci-experts-list__header .dropdown [data-toggle="dropdown"] {
      width: 100%;
      overflow: hidden;
      padding: 7px 30px 7px 10px;
      text-overflow: ellipsis;
      min-width: 185px;
      text-align: inherit; }
      .socci-experts-list__header .dropdown [data-toggle="dropdown"]::before {
        left: calc(100% - 1em - 10px); }
    .socci-experts-list__header .dropdown .dropdown-menu {
      right: auto; }

.socci-experts-list {
  margin-bottom: 10px;
  padding: 15px 20px 20px;
  background-color: #f7f7f7; }
  .socci-experts-list h3 {
    margin-bottom: -5px;
    font-size: 1.375em; }

.socci-experts-list__item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  border-top: 1px solid #dadada;
  padding-top: 20px;
  overflow: auto; }
  .socci-experts-list__item h4 {
    font-size: 1.125em;
    color: #3E5A6C; }
  .socci-experts-list__item img {
    display: block;
    margin: 0 20px 0 0;
    max-width: 100px; }
  .socci-experts-list__item .btn {
    display: block;
    margin-bottom: 10px;
    max-width: 225px; }
    .socci-experts-list__item .btn .fa {
      margin-right: 3px; }

.socci-experts-list__item-text {
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  overflow: hidden; }

.load-more-container {
  margin-top: -40px;
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center;
  background-color: #f7f7f7; }
  .load-more-container .load-more-container__item {
    border-top: 1px solid #dadada;
    margin-top: 0;
    padding-top: 30px; }
  .load-more-container a {
    padding: 4px 1em; }

.secondary-body-copy {
  margin: 30px 20px 0;
  color: #666666; }
  @media screen and (min-width: 768px) {
    .secondary-body-copy {
      margin: 30px 0 0;
      font-size: .875em; } }

@media screen and (min-width: 768px) {
  .socci-experts-list-container p {
    font-size: .875em; }

  .socci-experts-list__header {
    text-align: left; }
    .socci-experts-list__header h2 {
      float: left;
      margin: 0; }
    .socci-experts-list__header .dropdown {
      margin: 0 0 0 15px;
      text-align: left; }

  .socci-experts-list {
    padding: 25px 30px 30px; }

  .socci-experts-list__item {
    margin-top: 30px;
    padding-top: 30px; }
    .socci-experts-list__item img {
      margin: 0 30px 0 0;
      max-width: 120px; }
    .socci-experts-list__item .btn {
      display: inline-block;
      margin-right: 20px;
      border: none;
      padding: 0;
      color: #333333;
      font-family: 'Gotham 4r', 'Gotham A', 'Gotham B';
      font-weight: 400; }
      .socci-experts-list__item .btn:hover {
        background-color: transparent;
        color: #3E5A6C; }

  .load-more-container {
    padding: 30px; } }
.socci-locations-map {
  margin-bottom: 10px;
  padding: 15px 20px 20px;
  background: url(../images/bg-socci-locations.jpg) left top no-repeat;
  background-size: cover;
  text-align: center; }
  .socci-locations-map h1 {
    font-size: 2.125em; }
  .socci-locations-map p {
    font-size: .875em; }
  .socci-locations-map a .fa {
    margin-right: 6px; }
  .socci-locations-map a .fa-transparent {
    margin: 0 0 0 6px; }

.location-map-container {
  padding: 10px;
  background-color: #fff; }

.location-map {
  display: none; }

.location-map > div {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }

.location-map > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.location-text {
  padding: 20px 20px 0; }
  .location-text .btn {
    margin-bottom: 10px;
    width: 225px; }

.bg-gold-medium {
  background-color: #F5BC17; }

.bg-chartreuse-medium {
  background-color: #BDD63A; }

.bg-turquoise {
  background-color: #7ccbbe; }

.bg-grey-blue-base {
  background-color: #56758D;
  color: white; }
  .bg-grey-blue-base * {
    color: white; }

.boxy-link {
  position: relative;
  margin-top: 10px; }
  .boxy-link a {
    display: block;
    padding: 15px 40px 15px 30px;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.1; }
    .boxy-link a .fa {
      position: absolute;
      top: 50%;
      right: 15px;
      margin: -7px 0 0 0;
      display: block;
      font-size: .875em;
      color: white; }

@media screen and (min-width: 768px) {
  .socci-locations-map {
    padding: 22px 30px 30px;
    margin-bottom: 30px;
    text-align: left; }
    .socci-locations-map .g-row {
      margin: 0 -5px; }
    .socci-locations-map [class*="g-col-"] {
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 5px; }
    .socci-locations-map .boxy-link {
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      margin: 0; }
      .socci-locations-map .boxy-link a {
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px 32px; }
      .socci-locations-map .boxy-link .fa {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 10px;
        left: 50%;
        margin-left: -7px;
        display: block;
        font-size: .875em;
        color: white;
        pointer-events: none; }

  .location-text a {
    font-size: 18px; }
  .location-text .btn--clear {
    margin: 0;
    border: 0;
    padding: 0;
    width: auto;
    background-color: transparent;
    color: #333333; }
    .location-text .btn--clear:hover {
      background-color: transparent;
      color: #333333; }

  .location-map-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .location-map-container .location-map {
      display: block;
      width: 68.25%; }
    .location-map-container .location-text {
      padding: 25px;
      width: 31.75%; }

  .gm-style-iw address {
    font-style: normal;
    margin-bottom: 10px;
    position: relative;
    display: block;
    padding-left: 16px;
    line-height: 1.2; }
    .gm-style-iw address::before {
      content: '\f041';
      font-family: FontAwesome;
      font-size: 1em;
      position: absolute;
      top: 0;
      left: 1px; }
  .gm-style-iw strong {
    font-size: 1.125em; }
  .gm-style-iw a:not(.btn) {
    color: #333333; }
    .gm-style-iw a:not(.btn) i {
      margin-left: 1px; } }
.location-section {
  margin-bottom: 10px;
  padding: 17px 20px 20px;
  background: #f7f7f7; }
  .location-section h2 {
    font-size: 1.375em; }

.location-single {
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .location-single:first-of-type {
    margin-top: 25px; }
  .location-single:last-of-type {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.location-single__thumb {
  margin-bottom: 20px; }
  .location-single__thumb img {
    display: block;
    width: 100%; }

.location-single__info h3 {
  font-size: 1.125em; }
  .location-single__info h3 small {
    display: block;
    font-size: 0.75em; }
.location-single__info address {
  margin-bottom: 16px; }
  .location-single__info address a {
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 1.2; }
    .location-single__info address a::before {
      content: '\f041';
      font-family: FontAwesome;
      font-size: 1.25em;
      position: absolute;
      top: 0;
      left: 0; }
    .location-single__info address a::after {
      content: '\f04b';
      margin-left: 2px;
      font-family: FontAwesome;
      font-size: 0.675em;
      opacity: 0.5; }
.location-single__info .btn--sinai-red {
  padding: 0.3em 0.75em;
  width: 11em;
  font-size: 15px;
  margin-bottom: 10px; }
  .location-single__info .btn--sinai-red .fa {
    margin-right: 6px; }
.location-single__info .btn--clear {
  color: #3E5A6C;
  cursor: pointer; }
  .location-single__info .btn--clear:hover {
    color: #fff; }
.location-single__info .location__icons-link {
  display: block;
  margin-bottom: 16px;
  color: #3E5A6C; }
  .location-single__info .location__icons-link i {
    margin-left: -3px;
    width: 23px; }
    .location-single__info .location__icons-link i.fa-transparent {
      margin-left: 6px;
      font-size: 0.725em; }
  .location-single__info .location__icons-link:hover {
    text-decoration: underline;
    cursor: pointer; }

.modal--parking .modal-fade-screen {
  padding-top: 0; }
  @media screen and (min-width: 1000px) {
    .modal--parking .modal-fade-screen {
      padding-top: 0; } }
.modal--parking .modal-inner {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: none;
  max-width: 700px; }
.modal--parking .modal-close,
.modal--parking .modal__header,
.modal--parking .modal__footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
.modal--parking .modal__body {
  padding: 0 20px;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #fff;
  overflow: auto; }
  .modal--parking .modal__body img {
    display: none;
    margin: 24px auto 0;
    max-width: 100%; }
.modal--parking .modal__header {
  padding: 17px 20px 0;
  background-color: #fff; }
  .modal--parking .modal__header h2 {
    font-size: 1.625em; }
.modal--parking .modal__footer {
  padding: 30px 20px 10px;
  background-color: #fff; }
.modal--parking .btn {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 22px; }

@media screen and (min-width: 768px) {
  .location-section {
    padding: 22px 30px 30px; }
    .location-section p, 
    .location-section address, 
    .location-section label, 
    .location-section a {
      font-size: 14px; }

  .location-single {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

  .location-single__thumb {
    margin-bottom: 0; }

  .location-single__info {
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px; }
    .location-single__info p {
      margin-bottom: 5px; }
    .location-single__info .btn--sinai-red {
      margin-bottom: 0;
      padding: 0;
      width: auto;
      background-color: transparent;
      color: #333333;
      font-size: 1.125em; }
      .location-single__info .btn--sinai-red:hover {
        background-color: transparent;
        color: #333333; }

  .location-single__phone-list {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .location-single__phone-list a {
      margin-right: 10px; }
      .location-single__phone-list a:hover {
        text-decoration: none; }
      .location-single__phone-list a:last-of-type {
        margin: 0; }

  .modal--parking .g-row > div {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .modal--parking .modal__body {
    padding: 0 30px; }
    .modal--parking .modal__body img {
      display: block; }
  .modal--parking .modal__header {
    padding: 24px 30px 0; }
  .modal--parking .modal__footer {
    padding: 30px; }
  .modal--parking .btn {
    margin-bottom: 0; } }
    @media screen and (max-width: 568px) {
  body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%; }

  .modal--parking .modal__header h2 {
    margin-bottom: 10px; }
  .modal--parking .modal__footer {
    padding-top: 10px; }
    .modal--parking .modal__footer .btn {
      font-size: 0.925em; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .modal--parking .modal-inner {
    padding: 2em; }
  .modal--parking .modal-close {
    top: 0.3em;
    right: 29px; } }
.display-table {
  width: 100%;
  display: table; }

.display-table-cell {
  display: table-cell; }

html {
  font-size: 16px; }

body {
  margin: 0; }

.content {
  max-width: 1022px;
  margin-left: auto;
  margin-right: auto; }
  .content::after {
    clear: both;
    content: "";
    display: block; }


/* legacy and custom styles for new pages in socci section  */
h1 { font-size: 2.125rem; color:#333;}
h2 { font-size: 1.625rem; color:#333;}
h3 { font-size: 1.375rem; color:#333;}
h4 { font-size: 1.25rem; color:#333;}
h5 { font-size: 1.125rem; color:#333;}
h6 { font-size: 1rem; color:#333;}
.socci-locations-map h2,
.feature__box-inner h2,
.feature-box h2 { font-size: 1.25rem; color:#333;}

td {
  border-bottom: none;
  padding: 0.75em 0.75em; }

.generic-content{
  margin-bottom: 30px;
  margin: 0 0 30px;
  padding: 20px 0;
  text-align: center;}
  .generic-content li{
    background: url("../images/red_bullet.png") no-repeat scroll 0 8px transparent;
    padding-left: 12px;
    font-size:14px;}
  .generic-content li ul{
    margin-bottom:0;}
  .generic-content h1 {
    padding: 0 20px;
    font-size: 2.125em; }
    .generic-content p,
    .generic-content div,
    .generic-content ul {
      margin: 0 20px 24px 20px;
      text-align:left;}
    .generic-content p.learnMore {
      margin-bottom:0px;}
    .generic-content div.faqQuestion{
      margin-bottom:0px;
      cursor:pointer;}
@media screen and (min-width: 768px) {
  .generic-content {
    padding: 0 30px;
    text-align: left; }
    .generic-content h1 {
      padding: 22px 0 0; }
    .generic-content p,
    .generic-content div,
    .generic-content ul {
      margin: 0 0 24px 0;
    }
    .generic-content p {
      font-size: .875em; } }
@media screen and (min-width:1000px){
  .generic-content {
    padding:0 0 0 30px;
  }
  .generic-content h1 {
    padding-left:0px;
  }
}

.socci-experts-list__header {
  height: auto;
  margin-bottom: 10px;
  padding: 14px 30px 14px;
  background-color: #ebebeb;
  text-align: center; }
.container .faqQuestion {
  padding:15px 0 10px 0;position:relative;
  border-top:1px dotted #688cA7;
}
.container .faqQuestion span{
  display:block;position:absolute;
  background:transparent url("../../images/sprite.png") -325px -281px no-repeat;
  width:16px;
  height:16px;
  text-indent:-999em;  
}
.container .faqQuestion h4 {
  font-weight:normal;
  color:#1A5C88;
  padding-left:20px;
  font-size:1.1em;
}
.container .faqAnswer {
  padding:0 20px;
}



.container .featuredStoriesList{
  margin:15px;
  text-align:left;
}
.container .featuredStoriesList .columnSplitLeft{
  margin:0 auto 10px auto;
  width:249px;
  height:auto;
}

}
.container .featuredStoriesList {}
.container .featuredStoriesList .contentThirdFull {clear:both;border-bottom: 1px solid #dadada;margin-bottom:30px;box-sizing:border-box;-moz-box-sizing: border-box;
}
.container .featuredStoriesList .contentThirdFull .title {margin-top:0;padding-top:0;}


@media screen and (min-width: 600px) {

.container .featuredStoriesList .contentThirdFull .columnSplitLeft {float:left;}
.container .featuredStoriesList .contentThirdFull .columnSplitRight {
  margin-left:-249px;
  padding-left:269px;
  width:100%;
  float:left;
  margin-right:0;}
}

@media screen and (min-width: 768px) {
.container .featuredStoriesList{
  margin:0px;}
.location-single__thumb img {max-width:230px;}
}

#resMenu #resFindDoctor{display:block;position:absolute;top:76px;left:20px;color:#fff;font-size:14px;height:23px;padding-top:0px;width:100px;z-index:11;}

@media screen and (min-width:768px){
#resMenu #resFindDoctor{left:50px;top:82px}
}
@media screen and (max-width:789px){
  .link-header-with-text h2 {width:92%;}
}
@media screen and (min-width:1000px){
#resMenu #resFindDoctor{display:none;}
}

@media screen and (max-width:1000px){
#find-a-doctor-frame{display:none;}
}

@media screen and (max-width:500px){
.generic-content table {float:none;width:100%!important;}
.generic-content table td,
.generic-content table p {text-align:center!important;}
}

@media screen and (max-width:600px){
.generic-content img{float:none!important;margin:10px auto!important;display:block;}
}

  .blue-btn {
    background-color: #56758D;
    border-radius: 4px;
    border-width: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Gotham 5r', 'Gotham A', 'Gotham B';
    font-size: 0.938rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    /*margin: 0.25em;*/
    min-width: 105px;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
    transition: background-color 1000ms ease;
  }

  .blue-btn:hover {
    background-color: #3E5A6C;
    text-decoration: none;
  }
  #contentThird .blue-btn {
    width:300px;
  }
  .moduleContainer .blue-btn {
    width:100%;
  }

   .feature-cancers-we-treat .large-stat__number {
    color:#fff;
}

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