/* Color palette */
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff !important;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(75%, #ffffff), color-stop(100%, #ffffff)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, #ffffff 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$pageBackgroundGradientColor1", endColorstr="$pageBackgroundGradientColor5",GradientType=0);
  background-attachment: fixed !important;
  background-position: left top;
  font-family: MyriadPro, sans serif, arial;
  color: #1F232F;
}
label {
  padding-top: 20px;
}
input:focus:not([type="range"]), textarea:focus, select:focus, .buttonSuccess:active, .buttonSuccess:focus, .buttonCancel:active, .buttonCancel:focus {
  border: 1px solid #999999 !important;
  box-shadow: 0 0 5px #999999 !important;
  -webkit-box-shadow: 0 0 5px #999999 !important;
  -moz-box-shadow: 0 0 5px #999999 !important;
}
label {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
label.inline-label {
  display: inline;
  margin: 0 10px 0 5px;
}
input:not([type="range"]), textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  outline: none;
  margin: 0;
  padding: 6px 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
textarea, select, input[type="text"]:not(#gotoPageInput), input[type="password"], input[type="email"], input[type="tel"] {
  padding: 6px !important;
  height: auto !important;
}
input[type="checkbox"], input[type="radio"] {
  border: none;
  background-color: transparent;
}
.custom_banner_container {
  padding: 20px;
  background-color: #6225a2;
  border-bottom: 1px solid #4f2081;
}
.banner-close-x {
  cursor: pointer;
  font-size: 2.5em;
}
.button-banner {
  border-radius: 20px;
  border: 2px solid #ffffff !important;
}
.banner-center-button {
  text-align: center;
  margin: 10px auto 0 auto;
}
.banner-close-button {
  margin: -8px 0px 0px 0px;
  float: right;
}
.banner-button {
  float: right;
  white-space: nowrap;
}
.banner-message {
  margin: 5px 10px 0px 0px;
}
.show-banner-large {
  display: block;
}
.show-banner-small {
  display: none;
}
.row {
  max-width: 80em;
  /* 1280px */
}
button.medical {
  height: auto;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .navigation-bar--small {
    position: relative;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .show-banner-large {
    display: none !important;
  }
  .show-banner-small {
    display: block !important;
  }
}
