/*
 *  FONTS
 */

@font-face {
  font-family: "Open Sans Italic";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("Open-Sans-Italic"),
    url("../../../fonts/open-sans/OpenSans-Italic.woff") format("woff"),
    url("../../../fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("Open-Sans-Bold"),
    url("../../../fonts/open-sans/OpenSans-Bold.woff") format("woff"),
    url("../../../fonts/open-sans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans Semibold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Semibold"), local("Open-Sans-Semibold"),
    url("../../../fonts/open-sans/OpenSans-Semibold.woff") format("woff"),
    url("../../../fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("Open-Sans-Regular"),
    url("../../../fonts/open-sans/OpenSans-Regular.woff") format("woff"),
    url("../../../fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  GLOBAL/GENERAL STYLES
 */

html,
body {
  margin: 0;
  padding: 0;
  bottom: 0px;
  height: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
p {
  margin: 14px 0;
}
a:not(.a-window-close),
a:not(.a-window-close):visited {
  color: #3750ae;
}
ul {
  padding-left: 18px;
  margin: 14px 0;
}
ul li {
  padding-bottom: 8px;
}
#advancedToggle {
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
textarea:focus,
input:focus {
  outline: none;
}
div {
  font-family: "Open Sans", "Arial", sans-serif;
  color: #555;
  font-size: 0.95em;
}
h1,
h2 {
  font-weight: normal;
  color: #3750ae;
}
.text,
.helpText {
  line-height: 1.25em;
}
.helpText {
  font-size: 0.8em;
  color: #565656;
  font-style: italic;
  margin: 0;
  padding: 0px 0px 3px 0px;
}
.helpText .dark {
  color: #555;
}
.brandName {
  font-weight: bold;
}
.genericName {
  font-style: italic;
}
.spacer-10 {
  padding: 5px 0;
}
.spacer-20 {
  padding: 10px 0;
}
.spacer-30 {
  padding: 15px 0;
}
#skipToResults a {
  padding: 6px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  color: white;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}
#skipToResults a:focus {
  position: absolute;
  bottom: 0px;
  background: #3750ae;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}
.ie .warning-banner {
  padding: 15px;
  background: rgba(255, 0, 0, 0.45);
  color: #000;
}
.ie .warning-banner .banner-content {
  display: inline-block;
  vertical-align: middle;
}
.ie .warning-banner p {
  margin: 5px 0 5px;
}
.ie .warning-banner .icon-warning {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  font-size: 32px;
  color: #aa0000;
}
.ie .warning-banner .close-button {
  position: absolute;
  color: #aa0000;
  top: 20px;
  right: 30px;
  font-size: 18px;
  cursor: pointer;
  padding: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*-------------------------------------------

--------------------------------------------*/

/*
 *  LOGO STYLES
 */

.logo {
  height: 100px;
  width: 100%;
  margin: 10px;
}
.a-select-container {
  float: right;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  MAIN CONTENT STYLES
 */

#mainContent {
  position: absolute;
  overflow: hidden;
}

.mbds-webSearch {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  overflow: hidden;
}
.mbds-webSearch .ajax-loader {
  background-image: url("../../images/ajax-loader.gif");
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
}
.web-search-content {
  width: calc(100vw - 16px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.mdl-grid .mdl-card {
  width: 100%;
  margin-bottom: 28px;
  min-height: 0;
}
.right-col .mdl-card {
  padding: 18px;
  position: relative;
  overflow-x: hidden;
}
.title .panel-toggle {
  display: block;
  float: right;
  width: auto;
  margin-top: 5px;
  line-height: 12px;
  transition: transform 0.2s linear;
  transform-origin: center center;
  transform-style: preserve-3D;
  border: none;
  background: none;
}
.title .panel-toggle:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 12px;
}
.mdl-card .panel-toggle,
.legendPanel.closed .panel-toggle {
  transform: rotate(180deg);
}
.mdl-card.active .panel-toggle {
  transform: rotate(0deg);
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  INPUT STYLES SYTLES
 */

.mdl-textfield--floating-label .mdl-textfield__label {
  color: #666;
}
.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #3750ae;
}
.mdl-textfield__label:after {
  background-color: #3750ae;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *	PROGRESS BAR
 */

.mdl-progress {
  margin: 0 auto;
}
.mdl-progress p {
  padding-top: 5px;
  text-align: center;
  margin: 0 0 5px;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  TITLE STYLES
 */

.title {
  font-size: 1.25em;
  margin-top: 10px;
  margin-bottom: 15px;
}
.title:after,
#start .sub-title:not(.date-info):after {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
  margin-top: 10px;
  width: 50px;
}
.title.boxed {
  color: #3750ae;
  padding: 8px 10px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.title.boxed:after {
  display: none;
}
/* SPECIAL STYLES FOR DIALOG SO WE DON'T GET DEFAULT .title STYLING IN DRUG DETAILS PANEL */
#dialogContentTitle {
  margin-bottom: 0;
  margin-top: 0;
}
#dialogContentTitle:after {
  display: none;
}
.sub-title {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 22px;
}
.acc {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}
.plan-title {
  color: #333;
  font-size: 1.8em;
}
.plan-title-sup {
  color: #333;
  font-size: 1.8em;
}

.accessible-tooltip-container {
  position: relative;
}

.info-container.active {
  display: block;
  left: unset;
}

.info-container {
  position: absolute;
  background: white;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  left: 100%;
  padding: inherit;
  margin: inherit;
  overflow: hidden;
  display: none;
}

.info-container .info-contents {
  overflow: hidden scroll;
  height: inherit;
}

.info-container .close-container {
  border: none;
  background: none;
  cursor: pointer;
}

.info-container .close-container:before {
  content: "\ea38";
  font-family: "icomoon";
  font-size: 12px;
}

.accessible-tooltip-container .accessible-tooltip {
  display: none;
  position: absolute;
  padding: 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  z-index: 500;
  min-width: 250px;
  max-width: 400px;
  max-height: 50px;
  overflow: scroll;
  color: #555;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  BUTTONS BAR STYLES
 */

.results .mdl-button.mdl-button--raised {
  background-color: #eee;
}
.button-bar .title,
.button-bar .buttons-wrapper {
  display: inline-block;
}
.button-bar .title {
  color: #3750ae;
  font-size: 1.8em;
  float: left;
}
.button-bar .buttons-wrapper {
  float: right;
}
.button-bar .buttons-wrapper .mdl-button {
  margin: 0 5px;
}
.mdl-button.find-alternative-drugs {
  padding: 10px 5px;
  overflow: visible;
  font-size: 13px;
  height: auto;
  color: #3750ae;
  line-height: normal;
  text-transform: capitalize;
  min-width: 75px;
}
.mdl-button.find-alternative-drugs:hover {
  color: #3377a1;
}
.mdl-button.find-alternative-drugs:focus {
  outline: #000 auto 5px;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  FOOTER SYTLES
 */

.footer {
  border-top: solid 1px #ccc;
  position: absolute;
  z-index: 501;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #f9f9f9;
  display: flex;
  flex-flow: row wrap;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .footer {
    border-top: solid 1px #ccc;
    position: absolute;
    z-index: 501;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #f9f9f9;
    display: flex;
    flex-flow: row wrap;
    bottom: 0;
    width: 100%;
    height: 15%;
    overflow-y: auto;
  }
}

.left-section {
  display: inline-block;
  vertical-align: middle;
  flex-grow: 1;
}
.right-section {
  min-width: 15%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  flex-shrink: 1;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .right-section {
    min-width: 15%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    flex-shrink: 1;
    margin-right: 8px;
    width: 75vw;
  }
}
.footer div div {
  font-size: 0.9em;
  color: #686868;
  font-weight: bold;
  margin: 4px;
}
@media only screen and (max-width: 768px) {
  .footer div div {
    font-size: 0.9em;
    color: #686868;
    font-weight: bold;
    margin: 4px;
    padding-right: 20%;
    width: 75vw;
  }
}
.footer-text {
  font-size: 0.8em !important;
  float: left;
  text-align: justify;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  THERAPY CLASS FILTER PANEL STYLES
 */

#therapyClassListPanel .mdl-card__supporting-text {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
#therapyClassListPanel .customList {
  padding-left: 0;
}
.therapy-class-links {
  padding: 0;
  margin: 5px 0 0;
}
.therapy-class-links li {
  list-style: none;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.therapy-category-link {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.therapy-class-link {
  margin-left: 7px;
  padding: 4px 5px 2px 5px;
  text-transform: uppercase;
  display: none;
  text-decoration: none;
}
.therapy-class-links .selected > a,
.therapy-class-link-active {
  background-color: #3750ae !important;
  color: #fff !important;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  ALPHA SEARCH FOR THERAPY CLASS FILTER PANEL
 */

.alpha-search {
  display: none;
  float: right;
  font-size: 12px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 40px;
  right: 0;
  border-left: 2px solid #3750ae;
  margin-top: 0;
}
.alpha-search li {
  padding: 0;
  position: relative;
}
.alpha-search li a {
  border: 0;
  background: transparent;
  padding: 3px 5px;
  display: block;
  text-decoration: none;
}
.alpha-search li:not(.disabled) a:focus,
.alpha-search li:not(.disabled) a:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
  background-color: #3750ae;
  color: #fff;
}
.alpha-search li:not(.disabled) a:hover,
.alpha-search li:not(.disabled).active a {
  background-color: #3750ae;
  color: #fff;
  cursor: pointer;
}
.alpha-search li.disabled a {
  color: #ccc;
  outline: none;
}
.alpha-search li:not(.disabled).active:before {
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid transparent;
  border-right: 8px solid #3750ae;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: -10px;
  top: 4px;
}
.alpha-search li.disabled a {
  cursor: default;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  PRINTABLE FILES LIST STYLES (ON INDEX PAGE)
 */

.customList {
  margin-top: 8px;
  width: 100%;
  list-style: none;
}
.customList div {
  clear: both;
  padding-top: 3px;
  color: #3750ae;
}
.customList > div:hover {
  cursor: pointer;
  color: #3750ae;
}
.customList.inline-list li {
  display: inline;
}
.customList.downloadList li a:before {
  font-family: icomoon;
  content: "\eadf";
  font-size: 16px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #f00;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  ALPHABET FILTER PANEL STYLES
 */

.alphabet button.mdl-button--fab.mdl-button--mini-fab {
  color: #3750ae;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
  height: 25px;
  min-width: 25px;
  width: 25px;
  background-color: #eee;
}
.alphabet .mdl-cell > button:hover {
  cursor: pointer;
  background-color: #3750ae;
  color: #fff;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  EDIT TYPE AND TIER INDICATOR STYLES
 */

.tier-edit-type-wrapper {
  max-width: none;
}

.editTypeBox,
.tierTypeBox {
  text-align: center;
  background-color: #666;
  display: table-cell;
  line-height: 35px;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  float: left;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.editName,
.tierName {
  position: relative;
  margin-top: 2px;
  line-height: 20px;
  display: table-cell;
  padding-left: 5px;
}
.editTypeBox .abbrev,
.tierTypeBox .abbrev {
  font-size: 11px;
  color: #fff;
}
.editTypeBox.hasSubScript {
  line-height: 29px;
}
.editTypeBox .abbrev.stacked,
.tierTypeBox .abbrev.stacked {
  line-height: 11px;
  width: 20px;
  margin: 7px auto 0;
}
.editTypeBox.hasSubScript div {
  display: inline-block;
}
.editTypeBox .editTypeBoxSuperScript {
  vertical-align: super;
  font-size: 0.6em;
  margin-left: -2px;
  padding: 0;
  color: #fff;
}
#drugDetailsDiv .editTypeBox .editTypeBoxSuperScript {
  margin-left: -2px !important;
  margin-top: -2px;
}
.edit-details {
  margin-top: 3px;
  float: left;
  margin-left: 8px;
  max-width: 70%;
}
.preferred-flag-icon-diamond {
  width: auto;
  height: auto;
  float: none;
  margin-right: 0;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *	DRUG DETAILS TABLE
 */

.drugDetailTable td .otc-stamp {
  text-align: center;
  padding: 3px 2px;
  white-space: nowrap;
  min-width: 28px;
  background-color: #af5603;
  color: #fff;
  font-weight: bold;
  float: left;
  font-size: 0.8em;
  margin-left: 10px;
}
.drugDetailTable {
  width: 100%;
  border-collapse: collapse;
}
.drugDetailTable td,
.drugDetailTable th {
  padding: 5px;
  border-top: solid 1px #ddd;
}
.drugDetailTable .therapy-class-name td {
  padding-top: 20px;
  border: none;
}
.drugDetailTable .therapy-class-name td h1 {
  font-size: 22px;
  font-weight: normal;
  color: #3750ae;
  margin: 0;
}
.drugDetailTable .column-headings th {
  vertical-align: middle;
  font-weight: bold;
  color: #444;
  background-color: #e9e9e9;
  text-align: left;
}
.drugDetailTable div.therapyClass {
  padding-left: 18px;
  position: relative;
}
.drugDetailTable div.therapyClass:before {
  content: "\e968";
  display: block;
  position: absolute;
  left: -5px;
  padding: 0 5px;
  font-family: icomoon;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.drugDetailTable tr .product-comments-panel-cs:before {
  content: "\e655";
  display: inline-block;
  font: 16px/1 WebComponentsIcons;
  padding: 0 5px;
  color: #408bca;
}
.drugDetailTable tr .product-details-panel {
  width: auto;
  background: none;
  border: none;
}
.drugDetailTable td .record-action-icon-details:before {
  content: "\e986";
  font-family: icomoon;
  font-size: 16px;
  padding: 0 5px;
}
.drugDetailTable div.partDEligibleFlag {
  background-color: #d6d6d6;
  color: #005cff;
  margin-right: 5px;
  text-align: center;
  float: left;
  padding: 6px 0 0 0;
  width: 20px;
  margin-bottom: 2px;
  cursor: pointer;
}
.drugDetailTable td.customerService {
  width: 120px;
}
.brandNameList {
  width: 100%;
  float: left;
}
.labelNameList {
  width: 100%;
  float: left;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  LEGEND PANEL STYLES
 */

.legendPanel {
  position: fixed;
  width: 100%;
  bottom: 25px;
  right: 0;
  height: 80vh;
  z-index: 500;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.2),
    0 -1px 6px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: bottom 0.25s linear;
  transition: bottom 0.25s linear;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .legendPanel {
    position: fixed;
    width: 100%;
    bottom: 25px;
    right: 0;
    height: 70vh;
    z-index: 500;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.2),
    0 -1px 6px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: bottom 0.25s linear;
    transition: bottom 0.25s linear;
    background-color: #fff;

  }
}
.legendPanel .title.boxed {
  width: 25%;
  margin-right: 74px;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.legendPanel.closed .title.boxed {
  top: -45px;
  position: absolute;
}
.legendPanel .title.boxed:hover {
  cursor: pointer;
}
.legendPanel .inner-wrapper {
  background-color: #fff;
  padding: 18px 10px 0 10px;
  overflow-y: auto;
  max-height: 49vh;
}
.legendPanel .legend-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
.legendPanel .edit-icons .edits {
  margin-bottom: 20px;
}
.legendPanel .edit,
.legendPanel .tier {
  cursor: pointer;
  padding: 4px 0 2px 0;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.legendPanel .brand-generic-wrap {
  float: left;
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  border-top: #ccc 1px solid;
}
.legendPanel .brand-generic-wrap > div {
  display: inline-block;
}
.legendPanel .partDEligibleFlag {
  margin-top: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.legendPanel .partDEligibleFlag .partDEligibleFlag-Box {
  background-color: #d6d6d6;
  width: 28px;
  margin-right: 5px;
  text-align: center;
  float: left;
  white-space: nowrap;
  margin-bottom: 2px;
  padding: 5px 0 5px 0;
  height: 10px;
  color: #005cff;
  font-size: 16px;
}
.legendPanel .edits ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.non-formulary .tierTypeBox {
  background-color: #af3e3e;
}
.non-formulary .tierName {
  color: #af3e3e;
}

/*-------------------------------------------

--------------------------------------------*/

/*
 *  DRUG NAME SEARCH PANELS STYLES
 */

.drug-name-search-results {
  behavior: url(../jquery/plugins/PIE-1.0.0/PIE.htc);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 93px;
  left: 22px;
  width: 330px;
  height: 350px;
  z-index: 1000000;
  border: solid 1px #fff;
  background-color: #f5f5f5;
  padding: 4px;
  margin-top: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 0 5px 1px #ccc;
  -moz-box-shadow: 0 0 5px 1px #ccc;
  box-shadow: 0 0 5px 1px #ccc;
}
.drug-name-search-results .options .drug-item {
  padding: 4px 10px 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.drug-name-search-results .options .drug-item:hover,
.drug-name-search-results .options .drug-item.selected {
  cursor: pointer;
  background-color: #3750ae !important;
  color: #fff !important;
}
.drug-name-search-results .options .title {
  font-size: 14px;
  font-weight: bold;
}
.drug-name-search-results .options .title-generic-name {
  padding: 12px 10px 4px 4px;
}

/*-------------------------------------------

--------------------------------------------*/

.pa-criteria-content {
  padding: 10px !important;
}
.st-criteria-content {
  padding: 10px 5px 5px 10px !important;
}
.program-box:hover {
  cursor: pointer;
}
.request-an-exception-link {
  color: #3750ae !important;
  text-decoration: underline;
  display: inline-block;
}
.request-an-exception-link:hover {
  cursor: pointer;
  color: #3377a1 !important;
}
#drugCommentsPanel {
  min-width: 600px !important;
  min-height: 550px !important;
}
#drug-details-window {
  min-width: 600px !important;
  min-height: 550px !important;
}
#programDetailsPanel {
  min-height: 325px !important;
  min-width: 650px !important;
}

/*******************************************************

			START RESPONSIVE MODIFICATIONS

********************************************************/

@media only screen and (min-width: 430px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 970px) {
  .right-col.mdl-cell {
    overflow-y: visible;
  }
  .left-col-wrapper {
    padding-right: 1px;
  }
  .ie .left-col-wrapper .mdl-card {
    width: calc(100% - 20px);
  }
  .legendPanel {
    width: calc(66.66% - 8px);
    height: auto;
  }
  .legendPanel.closed {
    bottom: -191px;
  }
  .legendPanel .title.boxed {
    top: -45px;
  }
  #therapyClassListPanel .mdl-card__supporting-text {
    min-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
  }
  .ie #therapyClassListPanel .mdl-card__supporting-text {
    min-height: 640px;
  }
  .therapy-class-link {
    display: block;
  }
  .alpha-search {
    display: block;
  }
}

/* Styling for the Google Recaptcha TOS Requirement */
.grecaptcha-badge {
  z-index: 1000; /* Must always be displayed */
  bottom: 27px !important;
}

.rc-anchor-light .rc-anchor-logo-text,.rc-anchor-light div a:link,.rc-anchor-light div a:visited {
  color:#6E6E6E !important
}

