body {
    background: #f1f2f2;
}
#pagewrap {
    background: #fff;
    border-left: none;
    border-right: none;
}
#masthead {
    background: #f1f2f2;
    padding: 2.7em 1.65em 1.65em 1.65em;
}
#masthead .logos {
    float: right;
    position: relative;
    top: 4px;
}
#masthead .logos img {
    padding: 0 0 0 18px;
    position: relative;
    vertical-align: middle;
}
#masthead .logos .deltadental {
    border-right: 1px solid #ccc;
    padding: 9px 24px 8px 0;
}
#masthead .logos .moda {
    top: -2px;
}
.cobranding-logos {
    float: right;
    position: relative;
    top: 12px;
}
a#logoMain {
    float: left;
    margin: 0;
    height: 63px;
    width: 172px;
    background: url(/images/rebrand/Moda_logo.svg) no-repeat 0px 0px;
}
#navUtil {
    color: #fff;
    float: none;
    width: auto;
    height: auto;
    padding: .45em 1.65em;
    position: relative;
    z-index: 100;
}
#navUtil,
.home #navUtil {
    background: #b80175;
}
#navUtil .navUtil-wrap {
    float: right;
    position: relative;
    top: 1px;
}
#navUtil #left-block {
    margin: 0;
    width: auto;
}
#navUtil #select_state_form {
    margin: 6px 0 0 0;
    height: auto;
}
#navUtil #util_links {
    margin: 9px 12px 0 12px;
}
#navUtil #util_links li a {
    padding: 0 15px;
    color: #fff;
    font-family: omnes_ods_mediumregular, verdana, sans-serif;
    font-weight: normal;
}
#navUtil #util_links li a:hover {
    color: #fff;
}
#navUtil #util_links ul ul {
    top: 27px;
}
#navUtil #util_links li li {
    border-color: #a7a9ac;
}
#navUtil #util_links li li a {
    color: #493831;
}
#navUtil #util_links li li a:hover {
    background-color: transparent;
    color: #0098aa;
}
#swiftype-search {
    float: left;
}
#swiftype-search input {
    margin: 0;
    border: 1px solid #b80175;
    border-radius: 4px;
	height: 17px;
	padding: 6px 11px 5px 28px;
}


/*start navMain*/
#navMain {
    margin-top: 35px;
}
#navMain li span a {
  text-align : left;
  padding : 11px 16px;
  color : rgb(73, 59, 49);
}

#navMain li span {
  background-color : rgb(255, 255, 255);
  border-top : 1px solid rgb(187, 180, 163);
  border-top-left-radius : 0px;
  border-top-right-radius : 0px;
  border-bottom-right-radius : 0px;
  border-bottom-left-radius : 0px;
  margin-bottom : 0px;
}
#navMain li:last-child {
    /*border-bottom: 1px solid rgb(187, 180, 163);*/
}
#navMain .find-care li:last-child {
    border-bottom: none;
}
#navMain li li:last-child {
    border-bottom: none;
}

#navMain li li a.expanded {
    background-image: none;
}

#navMain li.expanded span {
  border-left : 4px solid #b80175;
  background-color : #fff;
  color : #b80175;
}

#navMain li.expanded span a {
  color : #b80175;
}

#navMain>ul:nth-of-type(2)>li:nth-of-type(7)>span {
  border-bottom : 1px solid rgb(187, 180, 163);
}

#navMain li span a:hover {
  color : #b80175;
  text-decoration-line : none;
  text-decoration-style : initial;
  text-decoration-color : initial;
}

#navMain li {
  text-align : left;
}

#navMain li li a {
  color : rgb(73, 59, 49);
  padding : 3px 0 3px 32px;
  border : none;
}

#navMain li li a:hover {
  color : #b80175;
  background-color: #fff !important;
}

#navMain li li a.on,
#navMain li li a.on em.nowrap {
  font-family:'omnes_ods_semiregular', verdana, sans-serif;
  font-weight: normal;
}

#navMain li li a:hover, #navMain li li a.on {
  color : #b80175;
  background-image : none;
  background-position-x : initial;
  background-position-y : initial;
  background-size : initial;
  background-repeat-x : initial;
  background-repeat-y : initial;
  background-attachment : initial;
  background-origin : initial;
  background-clip : initial;
  background-color : #fff !important;
}

#navMain li li a:hover, #navMain li li a.on {
	background-color: #fff !important;
}

/*level 3 - /community/blazers/innovations/index.shtml as an example*/
#navMain ul ul ul {
    padding: 0;
    margin: 0 0 0 22px;
}

.home .home .blue-tab.blue-tab-shop {
	border-top: none !important;
}

.blue-tab {
  border-top : 1px solid #fff !important;
  border-top-left-radius : 0px !important;
  border-top-right-radius : 4px !important;
  border-bottom-right-radius : 4px !important;
  border-bottom-left-radius : 0px !important;
  height: auto !important;
  margin-top: 0 !important;
}

.blue-tab span {
  border : none !important;
}

.blue-tab a {
  color : rgb(255, 255, 255) !important;
}

.blue-tab a:hover {
  text-decoration-line : none;
  text-decoration-style : initial;
  text-decoration-color : initial;
  background-color : rgb(0, 152, 170) !important;
}

.has-children .arrow {
  transform: rotate(0);
  left: 0;
}
.has-children .arrow::before,
.has-children .arrow::after {
  background-color: transparent;
  width: 2px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-bottom: 12px solid #493b31;
  top: 0;
  left: 10px;
  transform: rotate(0);
}
.has-children .arrow::before {
  transform: rotate(-135deg);
}
.has-children .arrow::after {
  transform: rotate(135deg);
}
.has-children.expanded .arrow {
  transform: rotate(0);
  transform: translate(0, -6px);
}
.has-children.expanded .arrow::before,
.has-children.expanded .arrow::after {
	border-bottom: 12px solid #b80175;
}
.has-children.expanded .arrow::before {
  transform: rotate(-45deg);
}
.has-children.expanded .arrow::after {
  transform: rotate(45deg);
}

.arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  transition: 0.4s ease;
  text-align: left;
  transform: rotate(45deg);
  float: right;
  border-top: none !important;
  top:3px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: 0.4s ease;
}
.arrow::after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}
/*end navMain*/

.nowrap {
    white-space: nowrap;
}
em.nowrap {
    font-family:omnes_ods_mediumregular, verdana, sans-serif;
    font-weight:normal;
    font-style:normal;
}

.learning-link {
    border-top: none;
    text-align: left;
}
.leftAction .box {
    border-left: 1px solid #bbb4a3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.navTab {
    top: 211px;
}

/* IE 11*/
/* http://stackoverflow.com/questions/20541306/how-to-write-a-css-hack-for-ie-11 */
@media all and (-ms-high-contrast:none) {
    #navUtil #util_links {
        margin-top: 8px;
    }
    .navTab {
        top: 208px;
    }
}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    #navUtil #select_state_form {
        margin: 5px 0 0 0;
    }
    #navUtil #util_links {
        margin-top: 8px;
    }
    #navUtil #util_links ul ul {
        top: 28px;
    }
}
.home-content-well {
    position: absolute;
    margin-top: 58px;
    margin-left: 240px;
}
/* alert message styling */
.message {
    opacity: 0.9;
    min-height: auto !important;
}
.message h1 {
    margin-bottom: 0;
}
.message h1 a, .message h1 a:link, .message h1 a:visited, .message h1 a:hover, .message h1 a:active, .message h1 a:focus {
    color: #493831 !important;
}
.message-two {
    background: url(../images/infoicon.png) no-repeat #dbf0f1 8px 8px;
    padding-left: 38px; /*needed for the message class to override the a-i-o padding declaration*/
    opacity: 0.9;
    min-height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.message-two h1 {
    margin-bottom: 0;
}
.message-two h1 a, .message-two h1 a:link, .message-two h1 a:visited, .message-two h1 a:hover, .message-two h1 a:active, .message-two h1 a:focus {
    color: #493831 !important
}
.home-alerts {
  margin-bottom: 1rem;
}
div.home-hero h1 {
  font-size: 26px;
  line-height: 29px;
  color: #A50064;
  font-family: 'omnes_ods_regularregular';
}
div.home-hero h1 {
  margin-bottom: 1.5rem;
}
.home-hero h1 span.bold-italic {
  font-size: 26px;
  line-height: 29px;
  color: #A50064;
  font-family: 'omnes_ods_semiitalic', verdana, sans-serif;
}
div.home-hero h1.home-hero-header {
	font-size: 34px;
	line-height: 1.15;
	width: 300px;
	margin-top: 3.25rem;
}
div.home-hero h1.home-hero-header span {
	display: block;
	margin-top: 1rem;
	font-family: 'omnes_ods_semiitalic', verdana, sans-serif;
}
.home-hero a:last-child {
  margin-left: 1rem;
}
.home-hero input[type="submit"] {
  padding: 4px 14px;
}