html, body {
    height: auto;
    min-height: 100%;
    font-family: 'Source Sans Pro', Calibri, Gill Sans, Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-size: 100%;
    /* font-weight: 300; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi) {
    body {
      -webkit-font-smoothing: subpixel-antialiased;
      -moz-osx-font-smoothing: subpixel-antialiased;
    }
}

img {
    display: inline-block;
    vertical-align: middle;
}

.page-header .container, .utility .container, .page-footer .container, .selector .container {
    padding: 0;
    width: 100%;
    max-width: 968px;
    max-width: 60.5rem;
}

.container .row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}


/*----------  ##Global_Formatting  ----------*/

.block {
    display: block;
}

.iblock {
    display: inline-block;
}

.overflow {
    max-width: none;
}

.no-overflow {
    overflow: hidden;
}

.no-pad {
    padding: 0;
}

.bg-primary {
    background-color: #262626;
}

.bg-secondary {
    background-color: #0071a8;
}

.bg-accent {
    background-color: #d45836;
}

.bg-drk {
    background-color: #131313;
}

.bg-alt {
    background-color: #ebebeb;
}

.bg-lt {
    background-color: #f1f1f1;
}

.bg-blank {
    background-color: #ffffff;
}

.text-lt {
    color: #ffffff;
}

.text-accent {
    color: #0071a8;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

small {
    font-size: .688rem;
}

p, li, td {
    font-size: 1rem;
    line-height: 1.357em;
}

td {
    padding: .5rem;
    vertical-align: top;
}

p {
    margin: .714em 0;
}

a {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-decoration: none;
    font-weight: 700;
}

.main a, .channels a {
    color: #d45836;
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0071a8;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
  font-weight: normal;
  margin: .65em 0 .5em;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
  color: #d45836;
}

h4 {
  font-size: 1.5rem;
  color: #d45836;
  font-weight: 700;
}

h5 {
  font-size: 1.3125rem;
}

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

.main a:hover {
    color: #b44122;
}

svg {
    max-width: 100%;
    position: relative;
    z-index: 100;
}
.inline-list {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}

.inline-list > li > * {
    display: block;
}

.inline-list.flex, .flex {
    margin-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.inline-list.flex > li, .inline-list.medium-flex > li {
    margin: 0;
}

.flex-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn, a.btn {
    font-size: 1.313rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #0071a8;
    padding: 1.5rem 3.5rem 1.25rem;
    box-shadow: 2px 3px 0 0 rgba(0, 53, 72, 1);
    text-decoration: none;
    border: none;
}

.btn.btn-centered, a.btn.btn-centered, btn.alt.btn-centered, a.btn.alt.btn-centered {
    margin: 0 auto;
    display: block;
}

.btn.alt, a.btn.alt {
    background-color: #d45836;
    box-shadow: none;
    font-size: 1.75rem;
    text-transform: uppercase;
    padding: 1rem 2rem .875rem;
}

div.bread_crumbs {
    margin: 0 0 .5rem;
}

.bread_crumbs, .bread_crumbs a {
    color: #0071a8;
    text-decoration: none;
}

.bread_crumbs a:hover, .bread_crumbs a:focus, .bread_crumbs a:active {
    color: #0071a8;
}

.bread_crumbs a:last-child, .bread_crumbs a:last-child:hover, .bread_crumbs a:last-child:focus, .bread_crumbs a:last-child:active {
    color: #d45836;
}

.mondo-card .entry-title a:hover {
    color: #d45836;
}

/*----------  ##Utility_Formatting  ----------*/

.utility .inline-list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.utility a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: .625rem;
    padding: .5rem .75rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    border-left: 1px solid #00455e;
}

.utility a:hover {
    color: #ffffff;
}

.utility li:first-child a {
    border-left: none;
}

.utility svg {
    fill: #ffffff;
    height: 17px;
    max-width: 17px;
    margin-right: .25rem;
}



/*----------  ##Search_Formatting  ----------*/

.utility .flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.utility li {
    min-width: 29%;
}

.utility li.search {
    min-width: 100%;
}

.search form, .specialty .search form {
    float: right;
    margin: 0;
}

.search input[type="text"] {
    width: auto;
    margin: 0;
    float: left;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    border-width: 1px;
    height: auto;
    line-height: normal;
    padding: .5rem;
    font-family: 'Source Sans Pro', Calibri, Gill Sans, Arial, sans-serif;
}

.search input[type="submit"] {
    border: none;
    float: left;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    line-height: normal;
    font-size: 1rem;
    /* font-weight: 300; */
    font-weight: 400;
    padding: 7px .5rem;
}

/*----------  ##Header_Formatting  ----------*/

.page-header {
    background-color: #ffffff;
    box-shadow: 0 1px 18px 0 rgba(70, 69, 69, .46);
    position: relative;
    z-index: 3000;
}

.page-header, .utility {
    font-family: "Open Sans", Calibri, Gill Sans, Arial, sans-serif;
}

.branding img {
    padding: .875rem 0 .625rem;
}

.page-header .phone {
    text-align: center;
    font-weight: 600;
}

.phone-wrapper {
    background-color: #004565;
}
  
.phone a {
    color: #ffffff;
    font-size: 1.5rem;
    /* font-size: 1.125rem; */
    padding: .64rem 0;
}

.phone a:hover {
    color: #ffffff;
}

.smaller,
.phone .smaller,
.content .smaller {
  font-size: .5em;
  /* font-size: .7rem; */
}

.phone .smaller {
    display: block;
    /* font-weight: 300; */
    font-weight: 400;
    color: #ffffff;
}

/*----------  ##Antenna_Selector_Formatting  ----------*/

.selector {
    padding: 2.375rem 0;
}

.selector h2 {
    margin: 0;
    text-transform: none;
}

.selector form {
    margin: .75rem 0 .388rem;
}

.selector input {
    height: 2.3125rem;
}

.selector input[type="text"] {
    border-width: 1px;
    border-radius: 0;
}

.selector input[type="submit"] {
    width: 100%;
    border: none;
    height: 2.3125rem;
    font-family: 'Source Sans Pro', Calibri, Gill Sans, Arial, sans-serif;
    font-size: 1rem;
    /* font-weight: 300; */
    font-weight: 400;
    background-color: #c0c0c0;
    border-radius: 0;
}

.selector label {
    position: absolute;
}

.selector.selector--top {
    padding: .75rem 0;
}

.selector.selector--top form {
    margin: 0;
}

.selector.selector--top input {
    margin-bottom: 0;
}
/*----------  ##Blog Styles  ----------*/
#mondo-titlebar.wide > .container {
    position: absolute;
    left: auto;
    right: 0;
}
.single .entry-content a {
    color: #d45836;
}


/*----------  ##Footer_Formatting  ----------*/

footer {
    padding-top: 2.375rem;
    color: #afafaf;
    text-align: center;
}

footer a {
    color: #ffffff;
    font-weight: 600;
}

footer .bg-drk a {
    color: #646464;
    /* font-weight: 300; */
    font-weight: 400;
}

footer p + p {
    margin-top: 1.429em;
}

footer .branding img {
    padding: 0;
    max-width: 218px;
}

.divided {
    margin: 1rem 0;
}

.divided a {
    padding: .5rem;
}

.divided a:before {
    content: '|';
    position: relative;
    left: -.5rem;
}

.divided li:first-child a:before {
    display: none;
}

footer .social, footer .payment {
    margin-top: auto;
    li {
        line-height: 0;
    }
}

.social svg {
    fill: #262626;
    max-height: 18px;
}

.social a {
    background-color: #ffffff;
    width: 32px;
    height: 32px;
    margin: 0 .25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.payment {
    gap: 10px;
    flex-wrap: wrap;
    max-width: 300px;
    justify-content: center;
}

.inline-list.flex.payment {
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width:48em) {
    .payment {
        justify-content: flex-start;
    }
    .inline-list.flex.payment {
        margin-left: 0;
    }
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .social a {
    padding: .5rem;
}

.show-for-sr {
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}


@media all and (min-width: 641px) {
    .medium-no-pad {
        padding: 0;
    }
    .search {
        min-width: 0;
    }
    .inline-list.medium-flex, .medium-flex {
        margin-left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .utility .flex {
        -ms-flex-wrap: no-wrap;
        -webkit-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    }
    .search input[type="submit"], .search input[type="text"] {
        max-width: 0;
        opacity: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .search.active input[type="submit"], .search.active input[type="text"] {
        max-width: 250px;
        opacity: 1;
        height: auto;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .page-header.stuck {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3500;
    }
    .phone a {
        padding: 1.25rem 0;
    }
    .specialty .content {
        overflow: hidden;
    }
    .utility .inline-list, .medium-flex-end {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .no-flexbox .utility .inline-list {
        float: right;
    }
    .utility li, .utility li.search {
        min-width: 0;
    }
    .utility li:first-child a {
        border-left: 1px solid #00455e;
    }
    .utility li:last-child a {
        border-right: 1px solid #00455e;
    }
    .utility a {
        padding: .5rem 1.5rem;
    }
    footer {
        text-align: left;
    }
    .divided {
        margin: 0 0 1rem;
    }
    .footer-links.divided:first-child {
        margin-bottom: 0;
    }
    .divided a {
        padding: .5rem .35rem;
    }
    .divided a:before {
        left: -.35rem;
    }
}

@media all and (min-width: 768px) {
    .show-for-small-only {
        display: none!important;
    }
}

@media all and (min-width: 870px) {
    .phone a {
        padding: .685rem 0;
    }
}
