/*
| Table of Contents
|==================
|  - Normalize (minified)
|  - Typography
|  - Tags
|  - Classes
|  - Utility Classes
|  - IDs
|  - Media Queries
*/

/*** normalize.css v3.0.1 | MIT License | git.io/normalize ***/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.wp-core-ui .button {
    height: auto;
}

/* General Rule */
*:not(#wpadminbar *) {
    box-sizing: border-box;
    word-wrap: break-word;
}

/*** Typography ***/

body {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    color: #444444;
}

code, pre, kbd, samp, tt {
    font-family: "Droid Sans Mono", "Courier New", monospace;
    tab-size: 4;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -webkit-tab-size: 4;
}

code, kbd, samp, tt {
    vertical-align: baseline;
    background-color: #eee;
    white-space: pre-line;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-bottom-color: #bbb;
    border-right-color: #ccc;
    padding: 1px 4px;
    line-height: 1.35em;
    display: inline-block;
}

code *, kbd *, samp *, tt * {
    white-space: pre-line;
}

h1, h1:not(.ui) *,
h2, h2:not(.ui) *,
h3, h3:not(.ui) *,
h4, h4:not(.ui) *,
h5, h5:not(.ui) *,
h6, h6:not(.ui) * {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 0.4rem;
    margin-bottom: 0.9rem;
    padding: 2px 0;
    line-height: normal;
    clear: both;
    text-transform: uppercase;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
}

h6 {
    font-size: 0.92rem;
    font-weight: 700;
}

kbd {
    background-image: -moz-linear-gradient(#f1f1f1, #ddd);
    background-image: -webkit-linear-gradient(#f1f1f1, #ddd);
    background-image: linear-gradient(#f1f1f1, #ddd);
    background-repeat: repeat-x;
}

mark, ins {
    background-color: rgba(250, 250, 0, 0.45);
    text-decoration: none;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

pre {
    background-color: #eee;
    padding: 0.4em 1em;
    border-radius: 4px;
    border: 1px solid #ddd;
    border-bottom-color: #bbb;
    border-right-color: #ccc;
    font-size: 14px;
    display: block;
    margin: 0 0 0 auto;
    white-space: pre-wrap;
    line-height: 1.6em;
}

pre code {
    white-space: pre-wrap;
    background: none;
    line-height: inherit;
    padding: 0;
    border: none;
    display: inline;
}

a { /* Override */
    color: #00B1C0;
    font-weight: 400;
    text-decoration: none;
}

h1 > a, h2 > a, h3 > a, h4 > a {
    color: #00B1C0;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover {
    color: #008A9A;
}

a:hover, a:focus, a:active { /* Override */
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #008A9A;
}

a.inverted { /* Override */
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
}

a.inverted:hover, a.inverted:focus, a.inverted:active { /* Override */
    color: #878787;
}

/*** Tags ***/

html, body.mce-content-body {
    /* Fixes Post Editor */
    height: inherit !important;
}

blockquote {
    background-color: rgba(230, 230, 250, 0.25);
    border-left: 4px solid rgba(0, 0, 0, 0.15);
    padding: 0.5em 10px 0.5em 2.2em;
    quotes: "\201C" "\201D" "\201C" "\201D";
    z-index: 10;
}

blockquote:before {
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.15);
    content: open-quote;
    vertical-align: middle;
    position: absolute;
    margin: 0.45em 0 0 -0.45em;
    font-size: 64px;
    line-height: 0px;
    z-index: 5;
}

blockquote cite {
    display: block;
    margin-top: 0.8em;
    text-align: right;
}

blockquote p {
    display: inline;
}

figure.gallery-item {
    display: inline-block;
}

img {
    height: auto;
    max-width: 100%;
    padding: 0.3rem;
}

/*** Classes ***/

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft {
    margin: 0 20px 10px 0;
}

img.alignright {
    margin: 0 0 10px 20px;
}


.bypostauthor {
    /* I think this has to do with a comment's author??? */
}

.entry, .wp-widget {
    overflow: hidden;
}

.entry-media {
    position: relative !important;
    display: block;
    width: 100%;
    padding: 0.5em 1em !important;
    margin: 0 0 20px -1em !important;
    border: none;
    box-sizing: content-box !important;
    z-index: 100;
    text-align: center;
    background-image: url(../image/subtle-patterns/diagonal-noise.png);
    background-position: top center;
}

.entry-media::before {
    content: "";
    opacity: 0.45;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 5;
}

.entry-media > img {
    z-index: 100;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    position: relative;
    max-height: 400px;
    max-width: 100%;
}

.entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
}


.gallery-caption {
    /* [todo] style gallery captions */
}

.pad, td#prev, td#next {
    border-left: none;
    border-right: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.sticky {
    /* [todo] make sticky posts stick-out */
}

.tagcloud {
    text-align: center;
}

.ui * {
    font-family: 'Open Sans', sans-serif;
}

.ui p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ui p * {
    /*font-size: 1.125rem;*/
    /*line-height: 1.875rem;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.wp-caption {
    max-width: 100%;
    width: auto !important;
    text-align: center;
}

.wp-caption-text {
    margin: 0 auto;
    padding: 0.25em 1em 0.25em 1.8em;
    max-width: 90%;
    font-size: 0.9em;
    /*border-radius: 0.3em;*/
    border: 1px solid #eee;
    background: #fff;
}

/*** Utility Classes ***/

.centered:not(ui):not(ui *) {
    text-align: center;
}

.empty:not(ui):not(ui *) {
    display: block;
    width: 100%;
}

.empty.size-5:not(ui):not(ui *) {
    height: 5px;
}

.empty.size-10:not(ui):not(ui *) {
    height: 10px;
}

.empty.size-15:not(ui):not(ui *) {
    height: 15px;
}

.empty.size-20:not(ui):not(ui *) {
    height: 20px;
}

.empty.size-25:not(ui):not(ui *) {
    height: 25px;
}

.empty.size-30:not(ui):not(ui *) {
    height: 30px;
}

.empty.size-35:not(ui):not(ui *) {
    height: 35px;
}

.empty.size-40:not(ui):not(ui *) {
    height: 40px;
}

.empty.size-45:not(ui):not(ui *) {
    height: 45px;
}

.empty.size-50:not(ui):not(ui *) {
    height: 50px;
}

.empty.size-60:not(ui):not(ui *) {
    height: 60px;
}

.empty.size-70:not(ui):not(ui *) {
    height: 70px;
}

.empty.size-80:not(ui):not(ui *) {
    height: 80px;
}

.empty.size-90:not(ui):not(ui *) {
    height: 90px;
}

.empty.size-100:not(ui):not(ui *) {
    height: 100px;
}

.hidden:not(ui):not(ui *) {
    display: none;
}

/*** ID's ***/

#calendar_wrap {
    text-align: center;
    margin: 0;
    padding: 0;
}

#main-content-grid {
    background-color: #ffffff;
}

#main-header-grid {
    padding-top: 1.5rem;
}

#main-footer-grid {
    background-position: bottom center;
}

#suiwp-usage-tracker {
    display: block;
    z-index: -100;
    position: relative;
    margin: -1px 0 0 0;
    padding: 0;
    height: 1px;
    width: 1px;
}

#wp-calendar {
    display: inline-block;
    font-size: 1.05em;
}

#wp-calendar, .tagcloud {
    margin-top: 1em;
}

.chc {
    background-color: #FFFFFF;
    color: #008A9A !important;
}

.inverted.chc {
    color: #FFFFFF;
    background-color: #008A9A !important;
}

.chc-btn {
    background-color: #FFFFFF;
    color: #008A9A !important;
}

.inverted.chc-btn {
    color: #FFFFFF;
    background-color: #008A9A !important;
}

.inverted.chc-btn:hover {
    color: #FFFFFF;
    background-color: #00B1C0 !important;
}

.button.chc-btn-color {
    background-color: #00B1C0;
    color: #FFFFFF;
}

.button.chc-btn-color:hover,
.button.chc-btn-color:focus,
.button.chc-btn-color:active {
    background-color: #008A9A;
    color: #FFFFFF;
}

.button.chc-btn-orange-color {
    background-color: #F37B00;
    color: #FFFFFF;
}

.button.chc-btn-orange-color:hover,
.button.chc-btn-orange-color:focus,
.button.chc-btn-orange-color:active {
    background-color: #E67603;
    color: #FFFFFF;
}

.chc-light-blue {
    color: #E8FDFF;
}

.chc-light-light-blue {
    color: #EEFEFF;
}

.chc-light-blue-bg {
    background-color: #E8FDFF !important;
    color: #000000 !important;
}

.chc-light-light-blue-bg {
    background-color: #EEFEFF !important;
    color: #000000 !important;
}

.ui.menu {
    border-radius: 0;
}

.map-areas td {
    line-height: 14px;
    font-size: 80%;
    vertical-align: middle;
    padding: 7px 0;
}

small {
    font-size: 79%
}

.hero-image {
    padding: 30px;
    min-height: 237px;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/chc_semantic/asset/image/chc-hero.jpg");
    background-size: cover;
    background-position: right;
}

.search-form {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
}

.search-form .column small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    margin: 0;
    padding: 0 2px;
}

.help.circle.icon.help-icon {
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer;
    color: #008a9a;
}

.table-medicare, .report-map {
    display: none;
}

.ui.grid.segment .map_canvas {
    height: 250px;
}

.ui.chc.ribbon.label {
    border-color: rgba(0, 138, 154, 0.85) !important
}

.most-popular-ctnr {
    padding: 30px 0 0 0;
}

.popular-searches .ribbon.label {
    display: table;
    height: 40px;
    min-height: 40px;
    min-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: calc(100% + 40px);
}

.recent-blog-ctnr {
    margin: 30px 0 0 0;
}

/* recent-search-card */
.recent-search-card {
    font-weight: normal;
}

.recent-search-card .highest-block {
    background-color: #F0F0F0;
    margin: 0 -14px;
    padding: 0 14px;
    width: calc(100% + 28px);
    max-width: calc(100% + 28px) !important;
    position: relative;
}

.recent-search-card .arrow-up {
    width: 0;
    height: 0;
    right: 10px;
    position: absolute;
    margin: -10px 0 0 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f0f0f0 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #f0f0f0 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.recent-search-card .more-prices {
    padding: 14px 0 0 0;
    text-align: center;
}

.recent-search-card .procedure-name {
    text-transform: uppercase;
    font-weight: normal;
}

.recent-search-card .price-block {
    min-height: 140px;
    display: block;
}

.recent-search-card .block-name,
.recent-search-card .provider,
.recent-search-card .price {
    display: block;
}

.recent-search-card .provider {
    font-size: 85%;
    line-height: 120%;
    color: #00B1C0;
    padding: 10px 0 0 0;
}

.recent-search-card .price {
    font-size: 160%;
    line-height: 120%;
}

/* !recent-search-card */

/* recent-blog-ctnr */
.recent-blog-ctnr {
    background-color: #F0F0F0;
    padding: 20px 0;
}

.recent-blog-ctnr > .ui.container > h2 {
    padding-bottom: 10px;
}

/* !recent-blog-ctnr */

/*partnerships-ctnr*/
.partnerships-ctnr {
    margin: 30px 0 0 0;
}

/*!partnerships-ctnr*/

.partner-with-us > div, .partner-logo > div {
    border: 1px solid #F0F0F0;
    text-align: center;
    padding: 5px 10px;
    vertical-align: middle;
}

footer#main-footer-grid {
    margin: 30px 0 0 0;
}

footer#main-footer-grid .bots {
    line-height: 143%;
}

footer#main-footer-grid h4 {
    color: #FFFFFF;
    font-weight: normal;
}

footer#main-footer-grid,
footer#main-footer-grid a {
    color: #FFFFFF;
    font-size: 100%;
    font-weight: normal;
}

footer#main-footer-grid a:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
}

footer#main-footer-grid a.circular.icon:hover {
    text-decoration: none;
}

footer#main-footer-grid nav {
    font-size: 100%;
}

footer#main-footer-grid nav > span.item::before {
    content: '■';
    color: #39E1EF;
    padding: 0 10px 0 0;
    font-size: 150%;
}

footer#main-footer-grid nav > span.item {
    padding: 0 0 0 2px;
    margin: 0 0 3px 0;
    list-style-type: square;
}

footer .social-icons {
    padding: 20px 0 0 0;
}

footer#main-footer-grid a.circular.icon {
    font-size: 110%;
}

/*search-results*/

#main-content-grid .search-results {
    margin: 18px 0 0 0;
}

.refine-block {
    background-color: #F6F6F6;
}

.refine-block .refine {
    border-top: 1px solid #C9E1E4;
}

.price-badge > p.label.large {
    font-weight: normal;
    font-size: 90%;
    min-height: 40px;
}

.price-badge {
    float: left;
    padding: 3px;
    text-align: center;
    width: 33%;
}

.price-badge.price-paid,
.price-badge.price-charged {
    padding: 3px 0;
}

.search-results .service-providers > * {
    display: block;
}

.search-results .notes {
    background-color: #f8f8f8;
    clear: both;
    display: block;
    font-size: 90%;
    padding: 5px 10px;
}

.search-results .ui.top.attached.label + [class*="right floated"] + *,
.search-results .ui.top.attached.label:first-child + *:not(.attached) {
    margin-top: 0 !important;
}

/*!search-results*/

/* text sizes */
.medium.text {
    font-size: 1rem;
}

.big.text {
    font-size: 1.5rem;
}

.large.text {
    font-size: 2rem;
}

.huge.text {
    font-size: 3rem;
}

.bold.text {
    font-weight: bold;
}

.normal.text {
    font-weight: normal;
}

.orange.text {
    color: #F2711C;
}

.teal.text {
    color: #00B5AD;
}

.green.text {
    color: #21BA45;
}

/* text sizes */

/* menu ribbon */
.menu .ui.item.show-pricecheck.share-price-btn {
    background-color: #f37b00;
    border-radius: 0;
    display: flex;
    margin: -33px 0;
    top: -43px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.menu .ui.item.show-pricecheck.share-price-btn::after {
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 0 solid rgba(0, 0, 0, 0);
    border-left: 0 solid rgba(0, 0, 0, 0);
    border-right-color: #F37B00;
    border-style: solid;
    border-top: 0.6em solid rgba(0, 0, 0, 0);
    border-width: 0.6em 0.6em 0 0;
    content: "";
    height: 0;
    left: -0.57em;
    position: absolute;
    top: 0;
    width: 0;
    color: #F37B00;
}

.menu .ui.item.show-pricecheck.share-price-btn:hover,
.menu .ui.item.show-pricecheck.share-price-btn:active,
.menu .ui.item.show-pricecheck.share-price-btn:focus {
    background-color: #d36900;
}

.map-areas {
    background-image: none;
}

/* !menu ribbon */

.hero-image.column .ui.button {
    margin: 2px 0;
    width: 100%;
}

.close-pricecheck-btn {
    cursor: pointer;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.related-content ul {
    padding: 0 10px;
}

.related-content ul li {
    list-style: square;
    line-height: 120%;
    font-size: 90%;
    padding: 3px 0;
}


.ui .recent-blog-card p {
    font-size: 95%;
}

.column.recent-blog-card.item .content {
    min-height: 225px;
}

.column.recent-blog-card.item .image a {
    overflow: hidden;
    display: block;
}

.column.recent-blog-card.item .image img {
    width: 100%;
    height: auto;
}

.ui.main-content {
    margin: 30px 0;
}

.ui.menu .dropdown.item .menu {
    background: #008a9a none repeat scroll 0 0;
}

#sandwitch-button.item.white.button.icon {
    border: medium none;
    position: unset;
}


.ui.grid > .column .results-prices {
    padding-top: 2em;
}

.price-badge > p {
    font-weight: bold;
}

#sidebar-menu.ui.vertical.menu {
    width: 100%;
}

#sidebar-menu .ui.dropdown .menu {
    display: block;
    position: relative;
    left: 0;
    border: none;
    box-shadow: unset;
    padding: 0;
    margin: 0;
}

#sidebar-menu .ui.dropdown .menu > span {
    margin: 0;
    padding: 15px 2px 10px !important;
}

#sidebar-menu .ui.dropdown .menu > span a {
    font-size: 90%;
    width: 100%;
    display: block;
    color: #eee;
}

.chc-popover.icon {
    cursor: pointer;
}
.chc-popover.icon:hover {
    cursor: pointer;
    color: #00b1c0;
}

.sidebar .item > a {
  font-size: 14px;
}

#patreon-btn {
  background-image: url('/wp-content/themes/chc_semantic/asset/image/Patreon_Mark_Primary@2x.png');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 4px;
  background-color: #e9fdff;
  border: #9fdae0 solid 2px;
  border-radius: 5px;
  padding: 3px 5px 3px 40px;
  height: 40px;
  display: inline-block;
}

#patreon-btn:hover {
  text-decoration: none;
}

#patreon-btn  span.arrow {
  display: block;
  float: right;
  margin-top: 4px;
}

/*** Media Queries ***/

@media only screen and (max-width: 249px) {
    /* Really small screens */

}

@media only screen and (min-width: 250px) {
    /* Older smartphones */
}

@media only screen and (min-width: 500px) {
    /* HD smartphones & small tablets */
    .menu .ui.item.show-pricecheck.share-price-btn {
        margin: -28px 0;
        top: -38px;
    }

    .ui.grid > .column .results-info {
        padding-top: 2em;
    }
}

@media only screen and (min-width: 750px) {
    /* Old computer screens & most tablets */
    .map-areas > div {
        background: rgba(0, 0, 0, 0) url("/wp-content/themes/chc_semantic/asset/image/chc-regions-map.jpg") no-repeat scroll bottom center / 45% auto;
        padding: 0 0 90px 0;
    }

    .ui.hero {
        padding: 30px 0 0 0;
    }

    .ui.hero > .hero-image > .ui.segment {
        width: 60%;
    }

    .price-badge > p {
        font-weight: bold;
    }
    .price-badge > p.label.large {
        font-size: 100%;
        min-height: auto;
    }

    .chc-coverage {
        left: 212px;
        position: absolute;
        top: 17px;
    }


}

@media only screen and (min-width: 1000px) {
    /* Standard Desktop */
    .hero-image.column .ui.button {
        margin: 0;
        width: auto;
    }

    .map-areas {
        background: url("/wp-content/themes/chc_semantic/asset/image/right-blue-arrow.png") no-repeat #E8FDFF left;
        background-size: contain;
    }

    .map-areas > div {
        background: rgba(0, 0, 0, 0) url("/wp-content/themes/chc_semantic/asset/image/chc-regions-map.jpg") no-repeat scroll right center / 43% auto;
        padding: 0 150px 0 50px;
    }

    .chc-coverage {
        left: 157px;
        position: absolute;
        top: 17px;
    }


}

@media only screen and (min-width: 1250px) {
    /* HD desktop & possibly TV's */
    .chc-coverage {
        left: 257px;
        position: absolute;
        top: 17px;
    }

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-image {
        background-image: url("/wp-content/themes/chc_semantic/asset/image/chc-hero@2x.jpg");
    }

}
