﻿/* DEWW Additional styles */

.no-js .top-bar {
  display: none;
}

/* Medium and up */
@media screen and (min-width: 48em) {
    .no-js .top-bar {
        display: block;
    }

    .no-js .title-bar {
        display: none;
    }
}

.dropdown.menu .has-submenu {
    z-index: 1;
}

.topnav--wrap {
  margin-bottom: 1rem;
}

.serviceMenuNav li a.labSavings,
.serviceMenu li span.labSavings,
.serviceMenuNav li a.medical,
.serviceMenu li span.medical,
.serviceMenuNav li a.medicalAdvocate,
.serviceMenu li span.medicalAdvocate,
.serviceMenuNav li a.directoryCreator,
.serviceMenu li span.directoryCreator,
.serviceMenuNav li a.doctor247,
.serviceMenu li span.doctor247  {
  background-image: url("./img/icon_medical.png");
}

.topnav--wrap .has-submenu.is-active a span.labSavings,
.topnav--wrap .menu > li:hover a span.labSavings,
.topnav--wrap .has-submenu.is-active a span.medical,
.topnav--wrap .menu > li:hover a span.medical,
.topnav--wrap .has-submenu.is-active a span.medicalAdvocate,
.topnav--wrap .menu > li:hover a span.medicalAdvocate,
.topnav--wrap .has-submenu.is-active a span.directoryCreator,
.topnav--wrap .menu > li:hover a span.directoryCreator,
.topnav--wrap .has-submenu.is-active a span.doctor247,
.topnav--wrap .menu > li:hover a span.doctor247 {
	background-image: url("./img/icon_medical_on.png");
}

.serviceMenuNav li a.home,
.serviceMenu li span.home  {
  background-image: url("./img/icon_home.png");
}

.topnav--wrap .has-submenu.is-active a span.home,
.topnav--wrap .menu > li:hover a span.home {
	background-image: url("./img/icon_home_on.png");
}

article.content--internal--form h1 {
    font-size: 4.5rem;
    margin-bottom: 2.5rem;
    color: #002855;
    line-height: .75;
    border-bottom: solid 1px rgba(232, 138, 0, 0.25);
}

.content--internal {
  margin-top: 2rem;
}

.content--internal--section iframe {
  max-width: 100%;
}

.inset-count p {
  /*position: relative;*/
  /*padding-left: 5rem;*/
  /*padding-left: 0;*/
}

.inset-count .count {
  /*margin-left: -5rem;*/
  /*margin-left: 0;*/
  /*margin-bottom: 0.75rem;*/
}

/*------------------------------------*\
    #PROVIDER LOCATOR FORM
\*------------------------------------*/
article.content--internal--form {
  padding-left: 0;
}

article .form--provider-locator {
  margin-top: 0;
  background-color: transparent;
}

article .form--provider-locator .formLabel span {
  background-color: #fff; 
}

.form--provider-locator h3.formTitle {
  margin-top: 0;
  line-height: 0.75;
}

aside .form--provider-locator .sidebar-full,
.medium-6 > article .form--provider-locator .sidebar-full {
  width: 100%;
}

.form .RadComboBox_Web20,
.form .RadComboBox_Web20 > table {
  width: 100% !important;
}

.form .RadComboBox_Web20 {
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  /* padding: 0.5rem; */
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;   
}

.form .RadComboBox_Web20 .rcbInputCell,
.form .RadComboBox_Web20 .rcbArrowCell {
    background-image: none;    
}

.form .RadComboBox_Web20 .rcbReadOnly .rcbInput,
.form .RadComboBox_Web20 .rcbHovered .rcbReadOnly .rcbInput,
.form .RadComboBox_Web20 .rcbFocused .rcbReadOnly .rcbInput {
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
}

.form .RadComboBox .rcbArrowCell a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  background-size: 9px 6px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form .RadComboBox_Web20 .rcbInput {
  height: 35px;
  border: none;
}

.RadComboBoxDropDown .rcbCheckBox {
  margin-bottom: 3px;
}

.form .clear-selection {
  float: right;
  display: block;
  margin-top: -0.5rem;
  font-size: 14px;
  text-transform:  uppercase;
  color: #e88a00;
}

.form .validation-error[style*="display: inline"] {
  display: none !important;
}

.form .validation-error[style*="display: inline"] + input[type="text"],
.form .validation-error[style*="display: inline"] + span + input[type="text"],
.form .validation-error[style*="display: inline"] + select {
  box-shadow: 0 0 0 2px #ff0000;
}

.form .validation-summary ul {
  list-style-type: none;
  margin: 1rem 0 0 0;
}

.form .location-validation-message:not(:empty) {
    display: block;
    margin-bottom: 0.5rem
}

/*------------------------------------*\
    #PROVIDER LOCATOR FORM - FULL PAGE WIDTH
\*------------------------------------*/
.form--provider-locator.wide {
  background-color: transparent;
}

.form--provider-locator.wide .formLabel span {
    background-color: #fff;
}

.form--provider-locator.wide .formOr {
  margin-bottom: 0;
}

/*------------------------------------*\
    #PROVIDER LOCATOR SEARCH RESULTS
\*------------------------------------*/
.lookup-results {
    margin-top: 2rem;
}

.lookup-result-header,
.lookup-result-row {
  border-top: solid 1px rgba(232, 138, 0);
  border-left: solid 1px rgba(232, 138, 0);  
  border-right: solid 1px rgba(232, 138, 0);
}

.lookup-result-header {
  background: #FFF8EC;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .lookup-result-header {
    display: none;
  }

  .lookup-results .lookup-result-row:nth-of-type(even) {
    background-color: rgba(232, 138, 0, 0.1);
  }

  .lookup-results a[href*="maps"] {
    display: inline-block;
    margin-bottom: 15px;
  }
}

.lookup-result-header h4 {
  margin: 0;
  color: #3a8ae4;
}

.lookup-result-row {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.3;
  color: #111;
  background-color: #fff;
}

/* */
.form--dental-repricing .RadGrid_Web20 {
  /*border: solid 1px rgba(232, 138, 0, 0.5);*/
  border: solid 1px rgba(232, 138, 0);
}

.form--dental-repricing .RadGrid_Web20 table {
  border-collapse: collapse;
  margin-bottom: 0;
}

.form--dental-repricing .RadGrid_Web20 .rgHeader {
  /*border-color: rgba(232, 138, 0, 0.1);*/
  border-color: rgba(232, 138, 0);
  background-image: none;
  background-color: #fff8ec;
}

.form--dental-repricing .RadGrid_Web20 .rgHeader,
.form--dental-repricing .RadGrid_Web20 .rgHeader a {
  height: 35px;
  font-family: "Jomhuria", Roboto, Cursive;
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
  color: #3a8ae4;
}

.form--dental-repricing tbody tr:nth-child(even),
.form--dental-repricing .RadGrid_Web20 .rgHoveredRow {
  background-color: transparent;
}

.form--dental-repricing .RadGrid_Web20 .rgRow td,
.form--dental-repricing .RadGrid_Web20 .rgAltRow td {
  /*border-color: rgba(232, 138, 0, 0.1);*/
  border-color: rgba(232, 138, 0);
  font-size: 14px;
  line-height: 1.3;
  color: #111;  
  background-color: transparent;    
}

.form--dental-repricing .rgMasterTable tbody td:nth-of-type(1) {
  font-weight: 400;
}

.form--dental-repricing .RadGrid_Web20 .rgRow a,
.form--dental-repricing .RadGrid_Web20 .rgAltRow a,
.form--dental-repricing .RadGrid_Web20 .rgEditRow a {
  color: #3a8ae4;
}

.form--dental-repricing .RadGrid_Web20 .rgActiveRow td,
.form--dental-repricing .RadGrid_Web20 .rgHoveredRow td,
.form--dental-repricing .RadGrid_Web20 .rgActiveRow td.rgSorted,
.form--dental-repricing .RadGrid_Web20 .rgHoveredRow td.rgSorted {
    border-bottom-color: inherit;
    /*border-color: rgba(232, 138, 0, 0.1);*/
    border-color: rgba(232, 138, 0);
}

.form--dental-repricing .RadGrid_Web20 .rgSelectedRow td,
.form--dental-repricing .RadGrid_Web20 .rgActiveRow td,
.form--dental-repricing .RadGrid_Web20 .rgHoveredRow td,
.form--dental-repricing .RadGrid_Web20 .rgEditRow td {
    border-left-width: 1px;
    border-right-width: 1px;
    padding-left: 7px;
    padding-right: 7px
}
/* */

.button.nominate-provider {
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #002855;
  background: #ddeef5;
}

/*------------------------------------*\
    #PROVIDER LOCATOR SEARCH RESULTS - PAGINATION
\*------------------------------------*/
.lookup-results .pagerWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;    
    background-color: #E88A00;
}

.lookup-results .pagerWrapper a,
.lookup-results .pagerWrapper .numericPageSize {
  vertical-align: middle;
}

.lookup-results .pagerWrapper .numericPageSize {
  padding: 0 5px;
}

.lookup-results .RadButton_Web20 .rbDecorated {
  font-size: 0;
  background-color: transparent;
  background-image: none;
}

.lookup-results .pager-button {
  width: 28px;
  height: 28px;
  background-position: center;
}

.lookup-results .pager-button:hover {
  background-position: center;
  opacity: 0.9;
}

.lookup-results .pager-button.pager-first {
  background-image: url(./img/pagination-first.png);
}
.lookup-results .pager-button.pager-prev {
  background-image: url(./img/pagination-previous.png);
}
.lookup-results .pager-button.pager-next {
  background-image: url(./img/pagination-next.png);
}
.lookup-results .pager-button.pager-last {
  background-image: url(./img/pagination-last.png);
}

/* */
.form--dental-repricing .RadGrid_Web20 .rgPager,
.form--dental-repricing .RadGrid_Web20 .rgPager tbody {
  background-color: #e88a00;
}

.form--dental-repricing .RadGrid_Web20 tfoot,
.form--dental-repricing .RadGrid_Web20 .rgPager tbody {
  border :none;
}

.form--dental-repricing .RadGrid_Web20 td.rgPagerCell {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;  
}

.form--dental-repricing .RadGrid_Web20 .rgNumPart a {
    width: 28px;
    height: 28px;
    margin: 0 0 0 3px;
    padding: 0;
    font-size: 18px;    
    line-height: 28px;
    text-align: center;
    color: #fffdfd
}

.form--dental-repricing .RadGrid_Web20 .rgNumPart a span {
    width: 100%;
    padding: 0;
}

.form--dental-repricing .RadGrid_Web20 .rgNumPart a.rgCurrentPage,
.form--dental-repricing .RadGrid_Web20 .rgNumPart a.rgCurrentPage span  {    
    border-radius: 4px;
    background-image: none;
    background-color: #transparent;
    color: #fff;
}

.form--dental-repricing .RadGrid_Web20 .rgNumPart a.rgCurrentPage {
  border: solid 1px #fff8ec;
}

.form--dental-repricing .RadGrid_Web20 .rgNumPart a:hover,
.form--dental-repricing .RadGrid_Web20 .rgNumPart a:hover span {
    border-radius: 4px;
    background-image: none;
    background-color: #fff8ec;
    color: #e88a00
}

.form--dental-repricing .RadGrid_Web20 .rgPagerLabel,
.form--dental-repricing .RadGrid_Web20 .rgInfoPart,
.form--dental-repricing .RadGrid_Web20 .rgInfoPart strong {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.form--dental-repricing .RadGrid_Web20 .rgPageFirst,
.form--dental-repricing .RadGrid_Web20 .rgPagePrev,
.form--dental-repricing .RadGrid_Web20 .rgPageNext,
.form--dental-repricing .RadGrid_Web20 .rgPageLast {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  background-position: center;
}

.form--dental-repricing .RadGrid_Web20 .rgPageFirst:hover,
.form--dental-repricing .RadGrid_Web20 .rgPagePrev:hover,
.form--dental-repricing .RadGrid_Web20 .rgPageNext:hover,
.form--dental-repricing .RadGrid_Web20 .rgPageLast:hover {
  background-position: center;
  opacity: 0.9;
}

.form--dental-repricing .RadGrid_Web20 .rgPageFirst {
  background-image: url(./img/pagination-first.png);
}
.form--dental-repricing .RadGrid_Web20 .rgPagePrev {
  background-image: url(./img/pagination-previous.png);
}
.form--dental-repricing .RadGrid_Web20 .rgPageNext {
  background-image: url(./img/pagination-next.png);
}
.form--dental-repricing .RadGrid_Web20 .rgPageLast {
  background-image: url(./img/pagination-last.png);
}


.form--dental-repricing caption {
  padding: 0 0.625rem;
}


.rgPagerCell  .RadComboBox_Web20,
.rgPagerCell  .RadComboBox_Web20 > table {
  width: 50px !important;
 
}

.rgPagerCell  .RadComboBox_Web20 {
  box-sizing: border-box;
  width: 100%;
  height: 28px;
  padding: 4px 0;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: 18px;
  color: #8a8a8a;
  background-color: #fff8ec;
  box-shadow: none;
  border-radius: 0.25rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;   
}

.rgPagerCell  .RadComboBox_Web20 .rcbInputCell,
.rgPagerCell  .RadComboBox_Web20 .rcbArrowCell {
    background-image: none;   
    background-color: #fff8ec; 
}

.rgPagerCell  .RadComboBox_Web20 .rcbReadOnly .rcbInput,
.rgPagerCell  .RadComboBox_Web20 .rcbHovered .rcbReadOnly .rcbInput,
.rgPagerCell  .RadComboBox_Web20 .rcbFocused .rcbReadOnly .rcbInput {
  padding-top: 0;
  font-family: inherit;
  font-size: 18px;
  color: #e88a00;
}

.rgPagerCell  .RadComboBox .rcbArrowCell a {
  background-image: url(./img/pagination-select-arrow.png);
  background-size: 11px 9px;
  background-position: center center;
  background-repeat: no-repeat;
}

.rgPagerCell  .RadComboBox_Web20 .rcbInput {
  height: 22px;
  border: none;
}
/* */

/*------------------------------------*\
    #FAQs
\*------------------------------------*/
.accordion-content table tbody {
  border: none;
  background-color: transparent;
}

.accordion-content ol {
  list-style-type: decimal;
}

/*------------------------------------*\
    #ANY DOCTOR FORM
\*------------------------------------*/
table.any-doctor-form tbody {
  border: none;
  background-color: transparent;
}

table.any-doctor-form td {
    vertical-align: top;
}

table.any-doctor-form td label {
    font-size: 16px;
    margin-top: 0.3rem;
}

/*------------------------------------*\
    #DISCLAIMER POPUP
\*------------------------------------*/
.disclaimer-window .rwTitleRow {
  display: none;
}

.disclaimer-window tbody tr:nth-child(even) {
  background-color: transparent;
}

.disclaimer-window .rwTable > tbody {
  border: solid 1px #ddeef5;
}

.disclaimer-window .rwTable > tbody td {
  padding: 0;
}

.disclaimer-window .rwWindowContent.rwExternalContent {
  padding-top: 8px;
}

.label-form label {
    margin-top: 6px;
    font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .label-form label {
        margin-top: 0;    
    }
}

.scroll-to-top-wrap {
  max-width: 73.125rem;  
}

.scroll-to-top {
  width: 2.125rem;
  height: 3.0625rem;
  margin-left: 2.9375rem;
  text-decoration: none;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display:none;
  background-image: url(./img/icon-back-to-top.png);
  background-repeat: no-repeat;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .scroll-to-top {
    bottom: 1rem;
    right: 1rem;
  }
}

.margin-above {
    margin-top: 16px;
}

.margin-below {
    margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .small-12 > .content--internal--form {
    padding-right: 0;
  }
}

/* Stack the main columns on the two column layout at 1023px and below */
@media screen and (max-width: 63.9375em) {
  div[id$="_pnlTwoColumn"] > .row > .content--internal > .small-12.medium-6 {
    width: 100%;
  }
}