html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin:0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.5em 0;
  box-shadow: 0px -5px 13px 0px;
  background: #fff;
  z-index: 99;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: museo-sans, verdana, sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  color: #333;
margin:0;
}
main {
  opacity:0;
  padding: 1.5em 0;
  transition:200ms ease;    
  overflow: auto;
  flex: 1;
  position: fixed;
  top:85px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
main.active {
  opacity:1;
}
.container {
  max-width: 1800px;
  padding: 0 50px;
  margin: auto;
}
.clear-session {
  color: #b32572;
  font-size: .8em;
  margin: 0px 0px 0px 15px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
h1, h2, h3, h4, h5 {
  font-family: museo, serif; }

h1, h2, h3 {
  font-weight: bold;
  color: #ED1849; }

h4, h5, h6 {
  color: #333; }

h1 {
  line-height: 1.2; }

h2 {
  line-height: 1.33; }

h3 {
  line-height: 1.5; }

h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 0.5em; }
  
  h3 {
  font-size: 1.5em;
  margin-bottom: 0.5em; }

h4 {
  font-size: 1.3em;
  margin-bottom: 0.5em; }

h5 {
  font-size: 1.1em;
  margin-bottom: 0.5em; }

h6 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  font-family: museo-sans, verdana, sans-serif; }

@media (max-width: 767px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.8em; }

  h3 {
    font-size: 1.6em; }

  h4 {
    font-size: 1.5em; }

  h5 {
    font-size: 1.3em; }

  h6 {
    font-size: 1.2em; } }
p {
    margin:0 0 1em;
}

/* Header */
header>.container {
  display: flex;
  justify-content: space-between;
}
header nav ul {
  margin: 0;
  list-style-type:none;
}
header nav li {
  margin-right:10px;
}
header nav a {
  color:#333;
  padding:5px;
}
.asset-creator {
  margin:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.about {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
}
.about h3 {
  margin-top:0px;
}

.ratio-block {
content:"";
display:block;
}
  .content {
      height:100%;
    padding: 0 2em;
    text-align: center;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-align:center;
          -ms-flex-align:center;
              align-items:center;
      -webkit-box-pack:center;
          -ms-flex-pack:center;
              justify-content:center;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
          -ms-flex-direction:column;
              flex-direction:column;
  }
  .title-container {
    width:100%;
    text-align:left;
  }
  .subtitle {
      font-size:1.3em;
  }
  .logo.white {
    display:none;
  }
  input {
      font-size:2em;
      width:100%;
  }
  #preview {
    position:relative;
  }
  
  .print-settings {
      position:absolute;
      top:20px;
      right:20px;
      border: 2px solid #fff;
      cursor:pointer;
      color:#fff;
      font-weight:bold;
      text-decoration:none;
      padding:10px 20px;
      -webkit-transition: 200ms ease;
      transition:200ms ease;
  }
  
  .print-settings:hover {
      color:#ed1849;
      background:#fff;
  }

a {
color:#d30a7c;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
span.set-default {
  font-size: 0.6em;
  margin-left: 10px;
  color: #d30a7c;
  font-weight: bold;
  text-decoration: underline;
}

/* BUTTONS */
.btn {
-webkit-transition: 200ms ease;
transition: 200ms ease;
font-weight: bold;
border-radius: 0;
padding: 0.6em 2.5em;
font-size: 1em;
margin-bottom: 1em;
display: inline-block;
cursor: pointer; }
.btn:hover {
  text-decoration: none; }
.btn.primary {
  background: #830065;
  border: 2px solid #830065;
  color: #ffffff; }
.btn.secondary {
  background: #B32572;
  border: 2px solid #B32572;
  color: #ffffff; }
.btn.gradientT {
  position: relative;
  color: #ED1849;
  -o-border-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
     border-image: -webkit-linear-gradient(left, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
     border-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
  border-image-slice: 1;
  border-width: 2px;
  z-index: 0;
  border-width: 2px;
  border-style: solid;
  border-color: unset; }
  .btn.gradientT:after {
    -webkit-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-image: -webkit-linear-gradient(left, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
    background-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
    z-index: -1; }
.btn.whiteT {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff; }
.btn.primary:hover {
  background: #a70081;
  border: 2px solid #a70081;
  color: #ffffff; }
.btn.secondary:hover {
  background: #d12b85;
  border: 2px solid #d12b85;
  color: #ffffff; }
.btn.whiteT:hover {
  color: #830065;
  background: #ffffff; }
.btn.gradientT:hover {
  color: #ffffff; }
  .btn.gradientT:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.btn[disabled] {
  color: #999;
  background: #ddd;
  border: 2px solid #ddd;
  cursor: not-allowed; }
  .btn[disabled]:hover {
    color: #999;
    background: #ddd;
    border: 2px solid #ddd; }
    .btn[disabled]:hover:after {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

  /* FORMS */
  .form {
    max-width:600px;
  }
  .form .field {
    margin-bottom: .5em;
    padding: 0 15px;
    flex: 1;
  }
    .field-group {
      display: flex;
      margin: 0 -15px;
      max-width: 100%;
      width: 100%;
  }
    .form h5 {
      color: #ed1849;
    }
    .form .field > label {
      display: block;
      font-weight: bold;
      font-size: .8em;
      overflow: visible;
      white-space: nowrap; }
    .form .field > input + label {
      display: inline-block;
      font-weight: normal;
      cursor: pointer; }
    .form .field > input[type="text"],
    .form .field > input[type="phone"],
    .form .field > input[type="email"],
    .form .field > textarea,
    .form .field > select {
      border: 0;
      color: #333;
      background: #f0f0f0;
      margin-bottom: .5em;
      padding: .5em;
      font-size: 1em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      min-width: 200px;
      max-width: 100%;
      border-radius: 0;
      box-sizing: border-box;
      cursor: pointer !important; }
      .form .field > input[type="text"]:focus, .form .field > input[type="text"]:active,
      .form .field > input[type="phone"]:focus,
      .form .field > input[type="phone"]:active,
      .form .field > input[type="email"]:focus,
      .form .field > input[type="email"]:active,
      .form .field > textarea:focus,
      .form .field > textarea:active,
      .form .field > select:focus,
      .form .field > select:active {
        outline: none;
        background: whitesmoke; }
      .form .field > input[type="text"]::-webkit-input-placeholder,
      .form .field > input[type="phone"]::-webkit-input-placeholder,
      .form .field > input[type="email"]::-webkit-input-placeholder,
      .form .field > textarea::-webkit-input-placeholder,
      .form .field > select::-webkit-input-placeholder {
        color: #999; }
      .form .field > input[type="text"]::-moz-placeholder,
      .form .field > input[type="phone"]::-moz-placeholder,
      .form .field > input[type="email"]::-moz-placeholder,
      .form .field > textarea::-moz-placeholder,
      .form .field > select::-moz-placeholder {
        color: #999; }
      .form .field > input[type="text"]:-ms-input-placeholder,
      .form .field > input[type="phone"]:-ms-input-placeholder,
      .form .field > input[type="email"]:-ms-input-placeholder,
      .form .field > textarea:-ms-input-placeholder,
      .form .field > select:-ms-input-placeholder {
        color: #999; }
      .form .field > input[type="text"]::placeholder,
      .form .field > input[type="phone"]::placeholder,
      .form .field > input[type="email"]::placeholder,
      .form .field > textarea::placeholder,
      .form .field > select::placeholder {
        color: #999; }
      .form .field > input[type="text"][disabled],
      .form .field > input[type="phone"][disabled],
      .form .field > input[type="email"][disabled],
      .form .field > textarea[disabled],
      .form .field > select[disabled] {
        background: #ddd;
        cursor: not-allowed !important; }
    .form .field > textarea {
      width: 100%; }
    .form .field > select {
      padding-right: 2em;
      background: url(https://old2.palmettohealth.org/EmergeWebsite/media/Emerge_EmergeWebsite/Projects/NewCo/Icons/caret-down.svg) no-repeat scroll right 0.5em center/20px 50% #f0f0f0; }
      .form .field > select:focus, .form .field > select:active {
        outline: none;
        background: url(https://old2.palmettohealth.org/EmergeWebsite/media/Emerge_EmergeWebsite/Projects/NewCo/Icons/caret-down.svg) no-repeat scroll right 0.5em center/20px 50% whitesmoke; }
    .form .field > input[type="checkbox" i],
    .form .field > input[type="radio" i] {
      font-size: 1em;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      height: 15px;
      width: 15px;
      margin: 0 .5em 0 2px;
      background: #f0f0f0;
      border: 2px solid #f0f0f0;
      box-shadow: 0 0 0px 2px #f0f0f0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer !important; }
      .form .field > input[type="checkbox" i]:focus, .form .field > input[type="checkbox" i]:active,
      .form .field > input[type="radio" i]:focus,
      .form .field > input[type="radio" i]:active {
        outline: none; }
      .form .field > input[type="checkbox" i]:checked,
      .form .field > input[type="radio" i]:checked {
        background: #830065 !important;
        box-shadow: 0 0 0px 2px #830065; }
      .form .field > input[type="checkbox" i] + label,
      .form .field > input[type="radio" i] + label {
        margin-bottom: 5px;
        margin-top: 5px; }
    .form .field input[type="radio" i] {
      border-radius: 50%; }
    .form .field.req > label:after {
      content: "*";
      color: #ED1849; }
    .form .field .error {
      display: none;
      color: #ED1849;
      font-size: 0.9em;
      margin-top: -.5em; }
    .form .field.invalid input {
      background: #fcdfe6; }
      .form .field.invalid input:focus, .form .field.invalid input:active {
        background: #fde8ed; }
    .form .field.invalid .error {
      display: block; }

/* The slider */
.switch {
  position:relative;
display: inline-block;
height: 26px;
width: 45px;
margin-right: 10px;
}
.switch input[type="checkbox"]+.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#ccc;
  border-radius: 34px;
  border:0px;
}
.switch input[type="checkbox"]:checked+.slider {
  background-color: #830065;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch input[type="checkbox" i],.switch input[type="radio" i] {
  width: 45px;
  height: 25px;
  border-radius: 30px;
  border: 0px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  box-shadow: none;
  border: none;
}
.switch input[type="checkbox"]:checked+.slider:before, .switch input[type="radio"]:checked+.slider:before {
  -webkit-transform: translateX(19px);
          transform: translateX(19px);
}
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slidecontainer>.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #ccc; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slidecontainer>.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slidecontainer>.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #830065; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slidecontainer>.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #830065; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

/* OPTIONS */
.disable-branding .logo {
  display: none;
}

.disable-branding #content:after {
  display: none;
}


/* black and white */
.bw {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0);
          filter: brightness(0);
  filter: progid:DXImageTransform.Microsoft.Light();
  background: none!important;
}

.bw h1, .bw p {
  color:#000!important;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  main:before {
      content: "Got Problems? Try switching to a more compatible browser like Chrome.";
      text-align: center;
      padding: 15px;
      background: #ed1849;
      color: #fff;
      font-weight: bold;
      width: 100vw;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
  }
}
.modal {
  width: 100%;
  position: fixed;
  background: #fff;
  top: -99999px;
}
.preview {
  box-shadow: 0 2px 10px -3px black;
}

/* Formats */
.fb-shared-image {
  width:1200px;
  height:630px;
  font-size: 1em;
}

/* --- Format - facebook */
.fb-shared-image.highres {
  width:2400px;
  height:1260px;
  font-size: 2em;
}
.fb-shared-image.preview  {
  width:600px;
  height:315px;
  font-size: .5em;
}
/* --- Format - instagram */
.insta-shared-image {
  width:1000px;
  height:1000px;
  font-size: 1em;
}

.insta-shared-image.highres {
  width:2000px;
  height:2000px;
  font-size: 2em;
}
.insta-shared-image.preview  {
  width:500px;
  height:500px;
  font-size: .5em;
}
/* --- Format - Connect */
.connect-featured-gallery {
  width:1000px;
  height:500px;
  font-size: .75em;
}
.connect-featured-gallery.highres {
  width:2000px;
  height:1000px;
  font-size: 1.5em;
}
.connect-featured-gallery.preview {
  width:750px;
  height:375px;
  font-size: 0.5625em;
}

.connect-featured-gallery > .content {
  font-size: 0.8em;
}



/* Content */

/* COVID */
.sections-flex {
  display: flex;
}
.col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col-2, .col-3 {
  min-width: 20%;
}
.logo img {
  width: 14em;
}
.logo {
  float: right;
  padding: 0.4em 0;
}
#content span.vac {
  color:#830065;
}
#content span.unvac {
  color:#ed1849;
}
#content span.not-positive {
  opacity: .6;
}
#content span.vac:before,#content span.unvac:before {
  /*content: "\e900";*/
  content: "\f183";
}

#content .hospital-numbers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
}
#content .hospital-numbers span {
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal normal normal normal normal 1 FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
#content .hospital-numbers-text {
    padding-bottom: 1em;
    text-align: left;
}
#content .hospital-numbers-text h3 {
margin:0px;
color:#830065;
font-size:1em;
font-weight: 900;
font-family: 'museo-sans';
}
#content .hospital-numbers-text h3.black {
color:#333;
font-weight: 900;
}
#content .hospital-numbers-text h3.rubine {
color:#ed1849;
}
#content .hospital-numbers span {
  width: 0.45em;
  height: 1.2em;
  margin-bottom: 0;
}
h2#covid-title {
  padding-left: .3em;
  font-size: 1.3em;
  color:#830065;
  font-weight:900;
}

h5#covid-date {
  padding-left: .3em;
  font-size: 1.3em;
  color:#830065;
  font-weight:900;
}
#content h1,#content h2,#content h3,#content h4,#content h5 {
  margin:0;
}

#content .note {
  font-size: 0.8em;
  font-style: italic;
}

#content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8em;
  background: #ffd301;
  background: -webkit-gradient(linear,left top,right top,from(#ffd301),color-stop(20%,#f4702a),color-stop(40%,#ee254a),color-stop(60%,#ed2870),color-stop(80%,#c52378),to(#861766));
  background: linear-gradient(
90deg
,#ffd301 0,#f4702a 20%,#ee254a 40%,#ed2870 60%,#c52378 80%,#861766);
}

/* Content - Key */
.key {
  font-size: 0.8em;
  display: flex;
  flex-direction: column;
  align-items: start;
  white-space: nowrap;
  font-weight:bold;
  padding-bottom: 1em;
  font-family: 'museo-sans';
  padding-right: 2em;
}

#content .key > div{
  font-weight: 900;
}

#content .key > div:before{
  padding-right:.5em;
  content: "\f183";
  font-size: 1em;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal normal normal normal normal 1 FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}

#content .key .vac {
  color:#830065;
}
#content .key .unvac {
  color:#ed1849;
}

#content .key .not-positive {
  opacity:.6;
}

#content .key span.unvac {

}

/* Content -  Formatting */

.insta-shared-image .content {
  padding: 0;
}
.insta-shared-image .sections-flex {
    flex-wrap: wrap;
}

.insta-shared-image #content .hospital-numbers span {
    font-size: 1.2em;
}

.insta-shared-image #content .hospital-numbers {
    padding-bottom: 0.5em!important;
}

.insta-shared-image .col {
    width: 100%;
}
.insta-shared-image #content .hospital-numbers-text {
    font-size: 1.3em;
}

/* Print Landscape */
.print-landscape.preview {width: 5.5in;height: 4.25in;}

.print-landscape.preview {font-size: .5em;}

/* Print Media */
@media print {
  @page {
    size: landscape;
    margin: 0;
  }
  html {
    max-width:100%;
    max-height:100%;
    overflow:hidden;
  }
  header, .header {
    display:none;
  }
    main {
      position:relative;
    display:block;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
            max-width:unset;
      margin:0;
      padding:0;
      width:100%;
      top:unset;
      flex:unset;

    }
    .container {
      max-width:none;
      padding:0px;
      margin:0;
    }
    .about { 
      display:none; 
    }
  #preview {
    font-size:1em;
    border:0;
  }
  .print-landscape.preview {
    height: 8.5in;
    width: 11in;
  }
}