@charset "UTF-8";
/* invalid input */
.bvalidator_invalid {
    background-color: #FFFFAE !important;
}

/* error message */
.bvalidator_errmsg {
    background-color: #333;
    font-size: 10px;
    border: 1px solid #999;
    color: #FFF;
    display: none;
    border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-shadow: 0 0 6px #ddd;
    box-shadow: 0 0 6px #ddd;
    white-space: nowrap;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* close icon */
.bvalidator_errmsg .bvalidator_close_icon {
    margin-left: 5px;
    margin-top: -2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #F96;
    cursor: pointer;
}

/* arrow */
.bvalidator_errmsg em {
    display: block;
    border-color: #333 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -9px;
    left: 5px;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url("../fonts/flexslider-icon.eot");
    src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
	* Remove all paddings around the image on small screen
	*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* ==========================================================================
   Reset Box Sizing

	Use for third party html/css that doesn't work with 'border-box'
	http://getbootstrap.com/getting-started/#third-parties
   ========================================================================== */
/* ==========================================================================
   Breakpoint helper

	Usage:
	body {
		background-color: #fff;
		@include bp(sm) {
			background-color: #ccc;
		}
		@include bp(md) {
			background-color: #999;
		}
		@include bp(lg) {
			background-color: #666;
		}
	}
   ========================================================================== */
@font-face {
    font-family: "DrugIcons";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/drugiconrb-webfont.eot");
    src: url("../fonts/drugiconrb-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/drugiconrb-webfont.woff") format("woff"), url("../fonts/drugiconrb-webfont.ttf") format("truetype"), url("../fonts/drugiconrb-webfont.svg#DrugIcons") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "fontawesome";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/FontAwesome.eot");
    src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#fontawesome") format("svg");
    font-display: swap;
}

.fi-select {
    width: 100%;
}

.fi-select .fi-select-arrow-wrap {
    height: 38px;
}

.fi-select-arrow {
    border-top-color: #fff !important;
}

/*! 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: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.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: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    -webkit-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"] {
    -webkit-box-sizing: border-box;
    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;
    -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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .listing-result-boxes ul.listing-search-cont.view-less:before > .caret, .listing-result-boxes ul.listing-search-cont.view-more:before > .caret,
    .dropup > .btn > .caret, .listing-result-boxes
    .dropup > ul.listing-search-cont.view-less:before > .caret, .listing-result-boxes
    .dropup > ul.listing-search-cont.view-more:before > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test) {
    color: #538bd7;
    text-decoration: none;
}

a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):hover, a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):focus {
    color: #2a64b4;
    text-decoration: underline;
}

a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .listing-result-boxes #displayListings .info, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small, .listing-result-boxes #displayListings .info small,
.h3 .small, .listing-result-boxes #displayListings .info .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #cccccc;
}

h1, .h1,
h2, .h2,
h3, .h3, .listing-result-boxes #displayListings .info {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small, .listing-result-boxes #displayListings .info small,
.h3 .small, .listing-result-boxes #displayListings .info .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 27px;
}

h2, .h2 {
    font-size: 20px;
}

h3, .h3, .listing-result-boxes #displayListings .info {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 480px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #cccccc;
}

.text-primary {
    color: #023C68;
}

a.text-primary:hover {
    color: #011f36;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #023C68;
}

a.bg-primary:hover {
    background-color: #011f36;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #e6e6e6;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #cccccc;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e6e6e6;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #cccccc;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #e6e6e6;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
    content: "";
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 480px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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, #page .op-toc li, .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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 480px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, #page .op-toc li, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6, #page .op-toc li {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width: 479px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #666666;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #666666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #cccccc;
}

.form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e6e6e6;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.428571429 \0;
}

input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
    line-height: 30px;
}

input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
    line-height: 44px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.form-control-static.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.form-control-static.listing-search-cont.view-more:before, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.form-control-static.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.form-control-static.listing-search-cont.view-more:before {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.listing-search-cont.view-more:before {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.listing-search-cont.view-more:before {
    height: 44px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.listing-search-cont.view-less:before + .form-control-feedback, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.listing-search-cont.view-more:before + .form-control-feedback {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.listing-search-cont.view-less:before + .form-control-feedback, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.listing-search-cont.view-more:before + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 480px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group, .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn,
    .form-inline .input-group .form-control, .navbar-form .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .navbar-form .radio,
    .form-inline .checkbox, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .navbar-form .radio label,
    .form-inline .checkbox label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 480px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width: 480px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 480px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test), .listing-result-boxes ul.listing-search-cont.view-less:before, .listing-result-boxes ul.listing-search-cont.view-more:before {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):focus, .listing-result-boxes ul.listing-search-cont.view-less:focus:before, .listing-result-boxes ul.listing-search-cont.view-more:focus:before, .btn:active:focus, .listing-result-boxes ul.listing-search-cont.view-less:active:focus:before, .listing-result-boxes ul.listing-search-cont.view-more:active:focus:before, .btn.active:focus, .listing-result-boxes ul.active.listing-search-cont.view-less:focus:before, .listing-result-boxes ul.active.listing-search-cont.view-more:focus:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):hover, .listing-result-boxes ul.listing-search-cont.view-less:hover:before, .listing-result-boxes ul.listing-search-cont.view-more:hover:before, .btn:focus, .listing-result-boxes ul.listing-search-cont.view-less:focus:before, .listing-result-boxes ul.listing-search-cont.view-more:focus:before {
    color: #333;
    text-decoration: none;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):active, .listing-result-boxes ul.listing-search-cont.view-less:active:before, .listing-result-boxes ul.listing-search-cont.view-more:active:before, .btn.active, .listing-result-boxes ul.active.listing-search-cont.view-less:before, .listing-result-boxes ul.active.listing-search-cont.view-more:before {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test).disabled, .listing-result-boxes ul.disabled.listing-search-cont.view-less:before, .listing-result-boxes ul.disabled.listing-search-cont.view-more:before, .btn[disabled], .listing-result-boxes ul[disabled].listing-search-cont.view-less:before, .listing-result-boxes ul[disabled].listing-search-cont.view-more:before,
fieldset[disabled] .btn,
fieldset[disabled] .listing-result-boxes ul.listing-search-cont.view-less:before, .listing-result-boxes
fieldset[disabled] ul.listing-search-cont.view-less:before,
fieldset[disabled] .listing-result-boxes ul.listing-search-cont.view-more:before, .listing-result-boxes
fieldset[disabled] ul.listing-search-cont.view-more:before {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #023C68;
    border-color: #022e4f;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #011f36;
    border-color: #000b13;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #023C68;
    border-color: #022e4f;
}

.btn-primary .badge {
    color: #023C68;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #6fb02f;
    border-color: #629c2a;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #568824;
    border-color: #446c1d;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #6fb02f;
    border-color: #629c2a;
}

.btn-success .badge {
    color: #6fb02f;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #538bd7;
    border-color: #3e7dd2;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2f70c8;
    border-color: #2860ab;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #538bd7;
    border-color: #3e7dd2;
}

.btn-info .badge {
    color: #538bd7;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #a7d355;
    border-color: #9dce41;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #90c332;
    border-color: #7ba62b;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #a7d355;
    border-color: #9dce41;
}

.btn-warning .badge {
    color: #a7d355;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #538bd7;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #2a64b4;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #cccccc;
    text-decoration: none;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #023C68;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #cccccc;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #666666;
    text-align: center;
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.input-group-addon.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-sm > .input-group-btn > ul.input-group-addon.listing-search-cont.view-more:before {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.input-group-addon.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-lg > .input-group-btn > ul.input-group-addon.listing-search-cont.view-more:before {
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .listing-result-boxes
.input-group-btn:first-child > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-btn:first-child > ul.listing-search-cont.view-more:before,
.input-group-btn:first-child > .btn-group > .btn, .listing-result-boxes
.input-group-btn:first-child > .btn-group > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-btn:first-child > .btn-group > ul.listing-search-cont.view-more:before,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .listing-result-boxes
.input-group-btn:last-child > ul.listing-search-cont.view-less:not(:last-child):not(.dropdown-toggle):before, .listing-result-boxes
.input-group-btn:last-child > ul.listing-search-cont.view-more:not(:last-child):not(.dropdown-toggle):before,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .listing-result-boxes
.input-group-btn:last-child > .btn-group:not(:last-child) > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-btn:last-child > .btn-group:not(:last-child) > ul.listing-search-cont.view-more:before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .listing-result-boxes
.input-group-btn:last-child > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-btn:last-child > ul.listing-search-cont.view-more:before,
.input-group-btn:last-child > .btn-group > .btn, .listing-result-boxes
.input-group-btn:last-child > .btn-group > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-btn:last-child > .btn-group > ul.listing-search-cont.view-more:before,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .listing-result-boxes
.input-group-btn:first-child > ul.listing-search-cont.view-less:not(:first-child):before, .listing-result-boxes
.input-group-btn:first-child > ul.listing-search-cont.view-more:not(:first-child):before,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .listing-result-boxes
.input-group-btn:first-child > .btn-group:not(:first-child) > ul.listing-search-cont.view-less:before, .listing-result-boxes
.input-group-btn:first-child > .btn-group:not(:first-child) > ul.listing-search-cont.view-more:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:before {
    position: relative;
}

.input-group-btn > .btn + .btn, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:before + .btn, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:before + .btn, .listing-result-boxes .input-group-btn > .btn + ul.listing-search-cont.view-less:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:before + ul.listing-search-cont.view-less:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:before + ul.listing-search-cont.view-less:before, .listing-result-boxes .input-group-btn > .btn + ul.listing-search-cont.view-more:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:before + ul.listing-search-cont.view-more:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:before + ul.listing-search-cont.view-more:before {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:hover:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:hover:before, .input-group-btn > .btn:focus, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:focus:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:focus:before, .input-group-btn > .btn:active, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-less:active:before, .listing-result-boxes .input-group-btn > ul.listing-search-cont.view-more:active:before {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .listing-result-boxes .input-group-btn:first-child > ul.listing-search-cont.view-less:before, .listing-result-boxes .input-group-btn:first-child > ul.listing-search-cont.view-more:before,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .listing-result-boxes .input-group-btn:last-child > ul.listing-search-cont.view-less:before, .listing-result-boxes .input-group-btn:last-child > ul.listing-search-cont.view-more:before,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #e6e6e6;
}

.nav > li.disabled > a {
    color: #cccccc;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #cccccc;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e6e6e6;
    border-color: #538bd7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #e6e6e6 #e6e6e6 #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #666666;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #023C68;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 480px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 480px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width: 320px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #cccccc;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #cccccc;
}

.navbar-inverse .navbar-nav > li > a {
    color: #cccccc;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #cccccc;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #cccccc;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #cccccc;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #538bd7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #2a64b4;
    background-color: #e6e6e6;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #023C68;
    border-color: #023C68;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #cccccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #538bd7;
}

.clearfix:before, .health-news .tiles a .frame-content:before, #page.state .browse-cities:before, .cta-zip-cities-cont:before, .cta-funnel .cta-form:before, #page.listing .listing-info-box .cta-form:before, .cta-search:before, #page .op-toc:before, .clearfix:after, .health-news .tiles a .frame-content:after, #page.state .browse-cities:after, .cta-zip-cities-cont:after, .cta-funnel .cta-form:after, #page.listing .listing-info-box .cta-form:after, .cta-search:after, #page .op-toc:after {
    content: " ";
    display: table;
}

.clearfix:after, .health-news .tiles a .frame-content:after, #page.state .browse-cities:after, .cta-zip-cities-cont:after, .cta-funnel .cta-form:after, #page.listing .listing-info-box .cta-form:after, .cta-search:after, #page .op-toc:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 479px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 479px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 479px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 479px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 992px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.mb {
    margin-bottom: 20px;
}

.mb-clear {
    margin-bottom: 0 !important;
}

.rounded-top {
    border-radius: 4px 4px 0 0;
}

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

.accel {
    -webkit-transform: translate3d(0, 0, 0);
}

.rel {
    position: relative;
}

.text-white {
    color: white !important;
}

.text-info {
    color: #538bd7 !important;
}

.bold {
    font-weight: bold !important;
}

.margin-top-neg-15 {
    margin-top: -15px !important;
}

.mhn-orbit, #page.meeting-finder .meeting-map-cont.loading .meetings-loader, #page.meeting-finder .meeting-search-cont.loading .meetings-loader, .cta-header-zip .cta-header-inner.loading .loader, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading .loader {
    animation: orbit 3s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
    -webkit-animation: orbit 3s cubic-bezier(0.2, 0.8, 0.9, 0.1) infinite;
}

@keyframes orbit {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

.mhn-spin, [data-plugin="button-select"][data-direction="up"].link.loading:before, .listing-result-boxes #displayListings .info.loading:before, .cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont.loading:after {
    -webkit-filter: blur(0);
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.mhn-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

.mhn-fadeinout, #page.meeting-finder .filter-navigation.fixed {
    -webkit-animation: fade-in-out 3s infinite;
    animation: fade-in-out 3s infinite;
}

.mhn-pulser {
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
}

@-webkit-keyframes fade-in-out {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#page.state .browse-cities .letters {
    margin: 3px 0 0 0;
    padding: 3px 0 0 0;
    border-top: 1px solid #eee;
    list-style-type: none;
}

@media (min-width: 768px) {
    #page.state .browse-cities .letters {
        border: none;
        display: inline-block;
        float: right;
    }
}

#page.state .browse-cities .letters li {
    display: inline-block;
    color: #1aa6a2;
    margin: 0 2px;
    cursor: pointer;
}

#page.state .browse-cities .letters li.active, #page.state .browse-cities .letters li:hover {
    color: #333;
}

#page.state .browse-cities .letters li.disabled {
    cursor: not-allowed;
    color: #ccc;
}

#page.state .browse-cities .letters:before {
    font-size: 2em;
    line-height: 20px;
    color: #aaa;
}

/* Iconic for Bootstrap */
@font-face {
    font-family: 'iconic-sm';
    src: url("../fonts/iconic-sm.eot");
    src: url("../fonts/iconic-sm.eot?#iconic-sm") format("embedded-opentype"), url("../fonts/iconic-sm.woff") format("woff"), url("../fonts/iconic-sm.ttf") format("truetype"), url("../fonts/iconic-sm.otf") format("opentype"), url("../fonts//iconic-sm.svg#iconic-sm") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iconic-md';
    src: url("../fonts/iconic-md.eot");
    src: url("../fonts/iconic-md.eot?#iconic-md") format("embedded-opentype"), url("../fonts/iconic-md.woff") format("woff"), url("../fonts/iconic-md.ttf") format("truetype"), url("../fonts/iconic-md.otf") format("opentype"), url("../fonts/iconic-md.svg#iconic-md") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iconic-lg';
    src: url("../fonts/iconic-lg.eot");
    src: url("../fonts/iconic-lg.eot?#iconic-lg") format("embedded-opentype"), url("../fonts/iconic-lg.woff") format("woff"), url("../fonts/iconic-lg.ttf") format("truetype"), url("../fonts/iconic-lg.otf") format("opentype"), url("../fonts/iconic-lg.svg#iconic-lg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.iconic {
    position: relative;
    top: 1px;
    display: inline-block;
    speak: none;
    font-family: 'iconic-sm';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconic:before {
    display: inline-block;
}

.iconic:empty:before {
    width: 1em;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.iconic.iconic-sm:before,
.iconic.iconic-md:before,
.iconic.iconic-lg:before,
.iconic.iconic-icon-sm:before,
.iconic.iconic-icon-md:before,
.iconic.iconic-icon-lg:before {
    font-weight: normal;
    font-style: normal;
}

.iconic.iconic-sm:before {
    font-family: 'iconic-sm';
    font-size: 16px;
}

.iconic.iconic-md:before {
    font-family: 'iconic-md';
    font-size: 32px;
}

.iconic.iconic-lg:before {
    font-family: 'iconic-lg';
    font-size: 128px;
}

.iconic.iconic-icon-sm:before {
    font-family: 'iconic-sm';
}

.iconic.iconic-icon-md:before {
    font-family: 'iconic-md';
}

.iconic.iconic-icon-lg:before {
    font-family: 'iconic-lg';
}

.iconic.iconic-size-sm:before {
    font-size: 16px;
}

.iconic.iconic-size-md:before {
    font-size: 32px;
}

.iconic.iconic-size-lg:before {
    font-size: 128px;
}

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

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

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

.iconic.iconic-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.iconic.iconic-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(-1, 1);
    transform: scale(1, -1);
}

.iconic.iconic-flip-horizontal-vertical:before {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, -1);
}

.iconic-account-login:before {
    content: '\e000';
}

.iconic-account-logout:before {
    content: '\e001';
}

.iconic-action-redo:before {
    content: '\e002';
}

.iconic-action-undo:before {
    content: '\e003';
}

.iconic-align-center:before {
    content: '\e004';
}

.iconic-align-left:before {
    content: '\e005';
}

.iconic-align-right:before {
    content: '\e006';
}

.iconic-aperture:before {
    content: '\e007';
}

.iconic-arrow-bottom-fill-acute:before {
    content: '\e008';
}

.iconic-arrow-bottom-fill-angled:before {
    content: '\e009';
}

.iconic-arrow-bottom-fill-large-acute:before {
    content: '\e00a';
}

.iconic-arrow-bottom-fill-large-angled:before {
    content: '\e00b';
}

.iconic-arrow-bottom-fill-large-oblique:before {
    content: '\e00c';
}

.iconic-arrow-bottom-fill-large:before {
    content: '\e00d';
}

.iconic-arrow-bottom-fill-oblique:before {
    content: '\e00e';
}

.iconic-arrow-bottom-fill:before {
    content: '\e00f';
}

.iconic-arrow-bottom-left-fill-acute:before {
    content: '\e010';
}

.iconic-arrow-bottom-left-fill-angled:before {
    content: '\e011';
}

.iconic-arrow-bottom-left-fill-large-acute:before {
    content: '\e012';
}

.iconic-arrow-bottom-left-fill-large-angled:before {
    content: '\e013';
}

.iconic-arrow-bottom-left-fill-large-oblique:before {
    content: '\e014';
}

.iconic-arrow-bottom-left-fill-large:before {
    content: '\e015';
}

.iconic-arrow-bottom-left-fill-oblique:before {
    content: '\e016';
}

.iconic-arrow-bottom-left-fill:before {
    content: '\e017';
}

.iconic-arrow-bottom-left-line-acute:before {
    content: '\e018';
}

.iconic-arrow-bottom-left-line-large-acute:before {
    content: '\e019';
}

.iconic-arrow-bottom-left-line-large-oblique:before {
    content: '\e01a';
}

.iconic-arrow-bottom-left-line-large:before {
    content: '\e01b';
}

.iconic-arrow-bottom-left-line-oblique:before {
    content: '\e01c';
}

.iconic-arrow-bottom-left-line:before {
    content: '\e01d';
}

.iconic-arrow-bottom-line-acute:before {
    content: '\e01e';
}

.iconic-arrow-bottom-line-large-acute:before {
    content: '\e01f';
}

.iconic-arrow-bottom-line-large-oblique:before {
    content: '\e020';
}

.iconic-arrow-bottom-line-large:before {
    content: '\e021';
}

.iconic-arrow-bottom-line-oblique:before {
    content: '\e022';
}

.iconic-arrow-bottom-line:before {
    content: '\e023';
}

.iconic-arrow-bottom-right-fill-acute:before {
    content: '\e024';
}

.iconic-arrow-bottom-right-fill-angled:before {
    content: '\e025';
}

.iconic-arrow-bottom-right-fill-large-acute:before {
    content: '\e026';
}

.iconic-arrow-bottom-right-fill-large-angled:before {
    content: '\e027';
}

.iconic-arrow-bottom-right-fill-large-oblique:before {
    content: '\e028';
}

.iconic-arrow-bottom-right-fill-large:before {
    content: '\e029';
}

.iconic-arrow-bottom-right-fill-oblique:before {
    content: '\e02a';
}

.iconic-arrow-bottom-right-fill:before {
    content: '\e02b';
}

.iconic-arrow-bottom-right-line-acute:before {
    content: '\e02c';
}

.iconic-arrow-bottom-right-line-large-acute:before {
    content: '\e02d';
}

.iconic-arrow-bottom-right-line-large-oblique:before {
    content: '\e02e';
}

.iconic-arrow-bottom-right-line-large:before {
    content: '\e02f';
}

.iconic-arrow-bottom-right-line-oblique:before {
    content: '\e030';
}

.iconic-arrow-bottom-right-line:before {
    content: '\e031';
}

.iconic-arrow-left-fill-acute:before {
    content: '\e032';
}

.iconic-arrow-left-fill-angled:before {
    content: '\e033';
}

.iconic-arrow-left-fill-large-acute:before {
    content: '\e034';
}

.iconic-arrow-left-fill-large-angled:before {
    content: '\e035';
}

.iconic-arrow-left-fill-large-oblique:before {
    content: '\e036';
}

.iconic-arrow-left-fill-large:before {
    content: '\e037';
}

.iconic-arrow-left-fill-oblique:before {
    content: '\e038';
}

.iconic-arrow-left-fill:before {
    content: '\e039';
}

.iconic-arrow-left-line-acute:before {
    content: '\e03a';
}

.iconic-arrow-left-line-large-acute:before {
    content: '\e03b';
}

.iconic-arrow-left-line-large-oblique:before {
    content: '\e03c';
}

.iconic-arrow-left-line-large:before {
    content: '\e03d';
}

.iconic-arrow-left-line-oblique:before {
    content: '\e03e';
}

.iconic-arrow-left-line:before {
    content: '\e03f';
}

.iconic-arrow-right-angle-bottom-left-fill-acute:before {
    content: '\e040';
}

.iconic-arrow-right-angle-bottom-left-fill-angled:before {
    content: '\e041';
}

.iconic-arrow-right-angle-bottom-left-fill:before {
    content: '\e042';
}

.iconic-arrow-right-angle-bottom-left-line:before {
    content: '\e043';
}

.iconic-arrow-right-angle-bottom-right-fill-acute:before {
    content: '\e044';
}

.iconic-arrow-right-angle-bottom-right-fill-angled:before {
    content: '\e045';
}

.iconic-arrow-right-angle-bottom-right-fill:before {
    content: '\e046';
}

.iconic-arrow-right-angle-bottom-right-line:before {
    content: '\e047';
}

.iconic-arrow-right-angle-left-bottom-fill-acute:before {
    content: '\e048';
}

.iconic-arrow-right-angle-left-bottom-fill-angled:before {
    content: '\e049';
}

.iconic-arrow-right-angle-left-bottom-fill:before {
    content: '\e04a';
}

.iconic-arrow-right-angle-left-bottom-line:before {
    content: '\e04b';
}

.iconic-arrow-right-angle-left-top-fill-acute:before {
    content: '\e04c';
}

.iconic-arrow-right-angle-left-top-fill-angled:before {
    content: '\e04d';
}

.iconic-arrow-right-angle-left-top-fill:before {
    content: '\e04e';
}

.iconic-arrow-right-angle-left-top-line:before {
    content: '\e04f';
}

.iconic-arrow-right-angle-right-bottom-fill-acute:before {
    content: '\e050';
}

.iconic-arrow-right-angle-right-bottom-fill-angled:before {
    content: '\e051';
}

.iconic-arrow-right-angle-right-bottom-fill:before {
    content: '\e052';
}

.iconic-arrow-right-angle-right-bottom-line:before {
    content: '\e053';
}

.iconic-arrow-right-angle-right-top-fill-acute:before {
    content: '\e054';
}

.iconic-arrow-right-angle-right-top-fill-angled:before {
    content: '\e055';
}

.iconic-arrow-right-angle-right-top-fill:before {
    content: '\e056';
}

.iconic-arrow-right-angle-right-top-line:before {
    content: '\e057';
}

.iconic-arrow-right-angle-thick-bottom-left-fill-acute:before {
    content: '\e058';
}

.iconic-arrow-right-angle-thick-bottom-left-fill-angled:before {
    content: '\e059';
}

.iconic-arrow-right-angle-thick-bottom-left-fill:before {
    content: '\e05a';
}

.iconic-arrow-right-angle-thick-bottom-left-line:before {
    content: '\e05b';
}

.iconic-arrow-right-angle-thick-bottom-right-fill-acute:before {
    content: '\e05c';
}

.iconic-arrow-right-angle-thick-bottom-right-fill-angled:before {
    content: '\e05d';
}

.iconic-arrow-right-angle-thick-bottom-right-fill:before {
    content: '\e05e';
}

.iconic-arrow-right-angle-thick-bottom-right-line:before {
    content: '\e05f';
}

.iconic-arrow-right-angle-thick-left-bottom-fill-acute:before {
    content: '\e060';
}

.iconic-arrow-right-angle-thick-left-bottom-fill-angled:before {
    content: '\e061';
}

.iconic-arrow-right-angle-thick-left-bottom-fill:before {
    content: '\e062';
}

.iconic-arrow-right-angle-thick-left-bottom-line:before {
    content: '\e063';
}

.iconic-arrow-right-angle-thick-left-top-fill-acute:before {
    content: '\e064';
}

.iconic-arrow-right-angle-thick-left-top-fill-angled:before {
    content: '\e065';
}

.iconic-arrow-right-angle-thick-left-top-fill:before {
    content: '\e066';
}

.iconic-arrow-right-angle-thick-left-top-line:before {
    content: '\e067';
}

.iconic-arrow-right-angle-thick-right-bottom-fill-acute:before {
    content: '\e068';
}

.iconic-arrow-right-angle-thick-right-bottom-fill-angled:before {
    content: '\e069';
}

.iconic-arrow-right-angle-thick-right-bottom-fill:before {
    content: '\e06a';
}

.iconic-arrow-right-angle-thick-right-bottom-line:before {
    content: '\e06b';
}

.iconic-arrow-right-angle-thick-right-top-fill-acute:before {
    content: '\e06c';
}

.iconic-arrow-right-angle-thick-right-top-fill-angled:before {
    content: '\e06d';
}

.iconic-arrow-right-angle-thick-right-top-fill:before {
    content: '\e06e';
}

.iconic-arrow-right-angle-thick-right-top-line:before {
    content: '\e06f';
}

.iconic-arrow-right-angle-thick-top-left-fill-acute:before {
    content: '\e070';
}

.iconic-arrow-right-angle-thick-top-left-fill-angled:before {
    content: '\e071';
}

.iconic-arrow-right-angle-thick-top-left-fill:before {
    content: '\e072';
}

.iconic-arrow-right-angle-thick-top-left-line:before {
    content: '\e073';
}

.iconic-arrow-right-angle-thick-top-right-fill-acute:before {
    content: '\e074';
}

.iconic-arrow-right-angle-thick-top-right-fill-angled:before {
    content: '\e075';
}

.iconic-arrow-right-angle-thick-top-right-fill:before {
    content: '\e076';
}

.iconic-arrow-right-angle-thick-top-right-line:before {
    content: '\e077';
}

.iconic-arrow-right-angle-top-left-fill-acute:before {
    content: '\e078';
}

.iconic-arrow-right-angle-top-left-fill-angled:before {
    content: '\e079';
}

.iconic-arrow-right-angle-top-left-fill:before {
    content: '\e07a';
}

.iconic-arrow-right-angle-top-left-line:before {
    content: '\e07b';
}

.iconic-arrow-right-angle-top-right-fill-acute:before {
    content: '\e07c';
}

.iconic-arrow-right-angle-top-right-fill-angled:before {
    content: '\e07d';
}

.iconic-arrow-right-angle-top-right-fill:before {
    content: '\e07e';
}

.iconic-arrow-right-angle-top-right-line:before {
    content: '\e07f';
}

.iconic-arrow-right-fill-acute:before {
    content: '\e080';
}

.iconic-arrow-right-fill-angled:before {
    content: '\e081';
}

.iconic-arrow-right-fill-large-acute:before {
    content: '\e082';
}

.iconic-arrow-right-fill-large-angled:before {
    content: '\e083';
}

.iconic-arrow-right-fill-large-oblique:before {
    content: '\e084';
}

.iconic-arrow-right-fill-large:before {
    content: '\e085';
}

.iconic-arrow-right-fill-oblique:before {
    content: '\e086';
}

.iconic-arrow-right-fill:before {
    content: '\e087';
}

.iconic-arrow-right-line-acute:before {
    content: '\e088';
}

.iconic-arrow-right-line-large-acute:before {
    content: '\e089';
}

.iconic-arrow-right-line-large-oblique:before {
    content: '\e08a';
}

.iconic-arrow-right-line-large:before {
    content: '\e08b';
}

.iconic-arrow-right-line-oblique:before {
    content: '\e08c';
}

.iconic-arrow-right-line:before {
    content: '\e08d';
}

.iconic-arrow-thick-bottom-fill-acute:before {
    content: '\e08e';
}

.iconic-arrow-thick-bottom-fill-angled:before {
    content: '\e08f';
}

.iconic-arrow-thick-bottom-fill-large-acute:before {
    content: '\e090';
}

.iconic-arrow-thick-bottom-fill-large-angled:before {
    content: '\e091';
}

.iconic-arrow-thick-bottom-fill-large-oblique:before {
    content: '\e092';
}

.iconic-arrow-thick-bottom-fill-large:before {
    content: '\e093';
}

.iconic-arrow-thick-bottom-fill-oblique:before {
    content: '\e094';
}

.iconic-arrow-thick-bottom-fill:before {
    content: '\e095';
}

.iconic-arrow-thick-bottom-left-fill-acute:before {
    content: '\e096';
}

.iconic-arrow-thick-bottom-left-fill-angled:before {
    content: '\e097';
}

.iconic-arrow-thick-bottom-left-fill-large-acute:before {
    content: '\e098';
}

.iconic-arrow-thick-bottom-left-fill-large-angled:before {
    content: '\e099';
}

.iconic-arrow-thick-bottom-left-fill-large-oblique:before {
    content: '\e09a';
}

.iconic-arrow-thick-bottom-left-fill-large:before {
    content: '\e09b';
}

.iconic-arrow-thick-bottom-left-fill-oblique:before {
    content: '\e09c';
}

.iconic-arrow-thick-bottom-left-fill:before {
    content: '\e09d';
}

.iconic-arrow-thick-bottom-left-line-acute:before {
    content: '\e09e';
}

.iconic-arrow-thick-bottom-left-line-large-acute:before {
    content: '\e09f';
}

.iconic-arrow-thick-bottom-left-line-large-oblique:before {
    content: '\e0a0';
}

.iconic-arrow-thick-bottom-left-line-large:before {
    content: '\e0a1';
}

.iconic-arrow-thick-bottom-left-line-oblique:before {
    content: '\e0a2';
}

.iconic-arrow-thick-bottom-left-line:before {
    content: '\e0a3';
}

.iconic-arrow-thick-bottom-line-acute:before {
    content: '\e0a4';
}

.iconic-arrow-thick-bottom-line-large-acute:before {
    content: '\e0a5';
}

.iconic-arrow-thick-bottom-line-large-oblique:before {
    content: '\e0a6';
}

.iconic-arrow-thick-bottom-line-large:before {
    content: '\e0a7';
}

.iconic-arrow-thick-bottom-line-oblique:before {
    content: '\e0a8';
}

.iconic-arrow-thick-bottom-line:before {
    content: '\e0a9';
}

.iconic-arrow-thick-bottom-right-fill-acute:before {
    content: '\e0aa';
}

.iconic-arrow-thick-bottom-right-fill-angled:before {
    content: '\e0ab';
}

.iconic-arrow-thick-bottom-right-fill-large-acute:before {
    content: '\e0ac';
}

.iconic-arrow-thick-bottom-right-fill-large-angled:before {
    content: '\e0ad';
}

.iconic-arrow-thick-bottom-right-fill-large-oblique:before {
    content: '\e0ae';
}

.iconic-arrow-thick-bottom-right-fill-large:before {
    content: '\e0af';
}

.iconic-arrow-thick-bottom-right-fill-oblique:before {
    content: '\e0b0';
}

.iconic-arrow-thick-bottom-right-fill:before {
    content: '\e0b1';
}

.iconic-arrow-thick-bottom-right-line-acute:before {
    content: '\e0b2';
}

.iconic-arrow-thick-bottom-right-line-large-acute:before {
    content: '\e0b3';
}

.iconic-arrow-thick-bottom-right-line-large-oblique:before {
    content: '\e0b4';
}

.iconic-arrow-thick-bottom-right-line-large:before {
    content: '\e0b5';
}

.iconic-arrow-thick-bottom-right-line-oblique:before {
    content: '\e0b6';
}

.iconic-arrow-thick-bottom-right-line:before {
    content: '\e0b7';
}

.iconic-arrow-thick-left-fill-acute:before {
    content: '\e0b8';
}

.iconic-arrow-thick-left-fill-angled:before {
    content: '\e0b9';
}

.iconic-arrow-thick-left-fill-large-acute:before {
    content: '\e0ba';
}

.iconic-arrow-thick-left-fill-large-angled:before {
    content: '\e0bb';
}

.iconic-arrow-thick-left-fill-large-oblique:before {
    content: '\e0bc';
}

.iconic-arrow-thick-left-fill-large:before {
    content: '\e0bd';
}

.iconic-arrow-thick-left-fill-oblique:before {
    content: '\e0be';
}

.iconic-arrow-thick-left-fill:before {
    content: '\e0bf';
}

.iconic-arrow-thick-left-line-acute:before {
    content: '\e0c0';
}

.iconic-arrow-thick-left-line-large-acute:before {
    content: '\e0c1';
}

.iconic-arrow-thick-left-line-large-oblique:before {
    content: '\e0c2';
}

.iconic-arrow-thick-left-line-large:before {
    content: '\e0c3';
}

.iconic-arrow-thick-left-line-oblique:before {
    content: '\e0c4';
}

.iconic-arrow-thick-left-line:before {
    content: '\e0c5';
}

.iconic-arrow-thick-right-fill-acute:before {
    content: '\e0c6';
}

.iconic-arrow-thick-right-fill-angled:before {
    content: '\e0c7';
}

.iconic-arrow-thick-right-fill-large-acute:before {
    content: '\e0c8';
}

.iconic-arrow-thick-right-fill-large-angled:before {
    content: '\e0c9';
}

.iconic-arrow-thick-right-fill-large-oblique:before {
    content: '\e0ca';
}

.iconic-arrow-thick-right-fill-large:before {
    content: '\e0cb';
}

.iconic-arrow-thick-right-fill-oblique:before {
    content: '\e0cc';
}

.iconic-arrow-thick-right-fill:before {
    content: '\e0cd';
}

.iconic-arrow-thick-right-line-acute:before {
    content: '\e0ce';
}

.iconic-arrow-thick-right-line-large-acute:before {
    content: '\e0cf';
}

.iconic-arrow-thick-right-line-large-oblique:before {
    content: '\e0d0';
}

.iconic-arrow-thick-right-line-large:before {
    content: '\e0d1';
}

.iconic-arrow-thick-right-line-oblique:before {
    content: '\e0d2';
}

.iconic-arrow-thick-right-line:before {
    content: '\e0d3';
}

.iconic-arrow-thick-top-fill-acute:before {
    content: '\e0d4';
}

.iconic-arrow-thick-top-fill-angled:before {
    content: '\e0d5';
}

.iconic-arrow-thick-top-fill-large-acute:before {
    content: '\e0d6';
}

.iconic-arrow-thick-top-fill-large-angled:before {
    content: '\e0d7';
}

.iconic-arrow-thick-top-fill-large-oblique:before {
    content: '\e0d8';
}

.iconic-arrow-thick-top-fill-large:before {
    content: '\e0d9';
}

.iconic-arrow-thick-top-fill-oblique:before {
    content: '\e0da';
}

.iconic-arrow-thick-top-fill:before {
    content: '\e0db';
}

.iconic-arrow-thick-top-left-fill-acute:before {
    content: '\e0dc';
}

.iconic-arrow-thick-top-left-fill-angled:before {
    content: '\e0dd';
}

.iconic-arrow-thick-top-left-fill-large-acute:before {
    content: '\e0de';
}

.iconic-arrow-thick-top-left-fill-large-angled:before {
    content: '\e0df';
}

.iconic-arrow-thick-top-left-fill-large-oblique:before {
    content: '\e0e0';
}

.iconic-arrow-thick-top-left-fill-large:before {
    content: '\e0e1';
}

.iconic-arrow-thick-top-left-fill-oblique:before {
    content: '\e0e2';
}

.iconic-arrow-thick-top-left-fill:before {
    content: '\e0e3';
}

.iconic-arrow-thick-top-left-line-acute:before {
    content: '\e0e4';
}

.iconic-arrow-thick-top-left-line-large-acute:before {
    content: '\e0e5';
}

.iconic-arrow-thick-top-left-line-large-oblique:before {
    content: '\e0e6';
}

.iconic-arrow-thick-top-left-line-large:before {
    content: '\e0e7';
}

.iconic-arrow-thick-top-left-line-oblique:before {
    content: '\e0e8';
}

.iconic-arrow-thick-top-left-line:before {
    content: '\e0e9';
}

.iconic-arrow-thick-top-line-acute:before {
    content: '\e0ea';
}

.iconic-arrow-thick-top-line-large-acute:before {
    content: '\e0eb';
}

.iconic-arrow-thick-top-line-large-oblique:before {
    content: '\e0ec';
}

.iconic-arrow-thick-top-line-large:before {
    content: '\e0ed';
}

.iconic-arrow-thick-top-line-oblique:before {
    content: '\e0ee';
}

.iconic-arrow-thick-top-line:before {
    content: '\e0ef';
}

.iconic-arrow-thick-top-right-fill-acute:before {
    content: '\e0f0';
}

.iconic-arrow-thick-top-right-fill-angled:before {
    content: '\e0f1';
}

.iconic-arrow-thick-top-right-fill-large-acute:before {
    content: '\e0f2';
}

.iconic-arrow-thick-top-right-fill-large-angled:before {
    content: '\e0f3';
}

.iconic-arrow-thick-top-right-fill-large-oblique:before {
    content: '\e0f4';
}

.iconic-arrow-thick-top-right-fill-large:before {
    content: '\e0f5';
}

.iconic-arrow-thick-top-right-fill-oblique:before {
    content: '\e0f6';
}

.iconic-arrow-thick-top-right-fill:before {
    content: '\e0f7';
}

.iconic-arrow-thick-top-right-line-acute:before {
    content: '\e0f8';
}

.iconic-arrow-thick-top-right-line-large-acute:before {
    content: '\e0f9';
}

.iconic-arrow-thick-top-right-line-large-oblique:before {
    content: '\e0fa';
}

.iconic-arrow-thick-top-right-line-large:before {
    content: '\e0fb';
}

.iconic-arrow-thick-top-right-line-oblique:before {
    content: '\e0fc';
}

.iconic-arrow-thick-top-right-line:before {
    content: '\e0fd';
}

.iconic-arrow-top-fill-acute:before {
    content: '\e0fe';
}

.iconic-arrow-top-fill-angled:before {
    content: '\e0ff';
}

.iconic-arrow-top-fill-large-acute:before {
    content: '\e100';
}

.iconic-arrow-top-fill-large-angled:before {
    content: '\e101';
}

.iconic-arrow-top-fill-large-oblique:before {
    content: '\e102';
}

.iconic-arrow-top-fill-large:before {
    content: '\e103';
}

.iconic-arrow-top-fill-oblique:before {
    content: '\e104';
}

.iconic-arrow-top-fill:before {
    content: '\e105';
}

.iconic-arrow-top-left-fill-acute:before {
    content: '\e106';
}

.iconic-arrow-top-left-fill-angled:before {
    content: '\e107';
}

.iconic-arrow-top-left-fill-large-acute:before {
    content: '\e108';
}

.iconic-arrow-top-left-fill-large-angled:before {
    content: '\e109';
}

.iconic-arrow-top-left-fill-large-oblique:before {
    content: '\e10a';
}

.iconic-arrow-top-left-fill-large:before {
    content: '\e10b';
}

.iconic-arrow-top-left-fill-oblique:before {
    content: '\e10c';
}

.iconic-arrow-top-left-fill:before {
    content: '\e10d';
}

.iconic-arrow-top-left-line-acute:before {
    content: '\e10e';
}

.iconic-arrow-top-left-line-large-acute:before {
    content: '\e10f';
}

.iconic-arrow-top-left-line-large-oblique:before {
    content: '\e110';
}

.iconic-arrow-top-left-line-large:before {
    content: '\e111';
}

.iconic-arrow-top-left-line-oblique:before {
    content: '\e112';
}

.iconic-arrow-top-left-line:before {
    content: '\e113';
}

.iconic-arrow-top-line-acute:before {
    content: '\e114';
}

.iconic-arrow-top-line-large-acute:before {
    content: '\e115';
}

.iconic-arrow-top-line-large-oblique:before {
    content: '\e116';
}

.iconic-arrow-top-line-large:before {
    content: '\e117';
}

.iconic-arrow-top-line-oblique:before {
    content: '\e118';
}

.iconic-arrow-top-line:before {
    content: '\e119';
}

.iconic-arrow-top-right-fill-acute:before {
    content: '\e11a';
}

.iconic-arrow-top-right-fill-angled:before {
    content: '\e11b';
}

.iconic-arrow-top-right-fill-large-acute:before {
    content: '\e11c';
}

.iconic-arrow-top-right-fill-large-angled:before {
    content: '\e11d';
}

.iconic-arrow-top-right-fill-large-oblique:before {
    content: '\e11e';
}

.iconic-arrow-top-right-fill-large:before {
    content: '\e11f';
}

.iconic-arrow-top-right-fill-oblique:before {
    content: '\e120';
}

.iconic-arrow-top-right-fill:before {
    content: '\e121';
}

.iconic-arrow-top-right-line-acute:before {
    content: '\e122';
}

.iconic-arrow-top-right-line-large-acute:before {
    content: '\e123';
}

.iconic-arrow-top-right-line-large-oblique:before {
    content: '\e124';
}

.iconic-arrow-top-right-line-large:before {
    content: '\e125';
}

.iconic-arrow-top-right-line-oblique:before {
    content: '\e126';
}

.iconic-arrow-top-right-line:before {
    content: '\e127';
}

.iconic-audio-spectrum:before {
    content: '\e128';
}

.iconic-audio:before {
    content: '\e129';
}

.iconic-ban:before {
    content: '\e12a';
}

.iconic-bar-chart:before {
    content: '\e12b';
}

.iconic-basket:before {
    content: '\e12c';
}

.iconic-battery:before {
    content: '\e12d';
}

.iconic-beaker:before {
    content: '\e12e';
}

.iconic-bell:before {
    content: '\e12f';
}

.iconic-bitcoin-address:before {
    content: '\e130';
}

.iconic-bitcoin-block:before {
    content: '\e131';
}

.iconic-bitcoin-transaction:before {
    content: '\e132';
}

.iconic-bitcoin:before {
    content: '\e133';
}

.iconic-bluetooth:before {
    content: '\e134';
}

.iconic-bold:before {
    content: '\e135';
}

.iconic-book:before {
    content: '\e136';
}

.iconic-bookmark:before {
    content: '\e137';
}

.iconic-box:before {
    content: '\e138';
}

.iconic-brain:before {
    content: '\e139';
}

.iconic-briefcase:before {
    content: '\e13a';
}

.iconic-british-pound:before {
    content: '\e13b';
}

.iconic-browser-type-chrome:before {
    content: '\e13c';
}

.iconic-browser-type-firefox:before {
    content: '\e13d';
}

.iconic-browser-type-internetexplorer:before {
    content: '\e13e';
}

.iconic-browser-type-safari:before {
    content: '\e13f';
}

.iconic-browser:before {
    content: '\e140';
}

.iconic-brush:before {
    content: '\e141';
}

.iconic-bug:before {
    content: '\e142';
}

.iconic-bullhorn:before {
    content: '\e143';
}

.iconic-calculator:before {
    content: '\e144';
}

.iconic-calendar:before {
    content: '\e145';
}

.iconic-camera-rangefinder:before {
    content: '\e146';
}

.iconic-camera-slr:before {
    content: '\e147';
}

.iconic-caret-bottom:before {
    content: '\e148';
}

.iconic-caret-left:before {
    content: '\e149';
}

.iconic-caret-right:before {
    content: '\e14a';
}

.iconic-caret-top:before {
    content: '\e14b';
}

.iconic-cart:before {
    content: '\e14c';
}

.iconic-chat:before {
    content: '\e14d';
}

.iconic-check:before {
    content: '\e14e';
}

.iconic-chevron-bottom:before {
    content: '\e14f';
}

.iconic-chevron-left:before {
    content: '\e150';
}

.iconic-chevron-right:before {
    content: '\e151';
}

.iconic-chevron-top:before {
    content: '\e152';
}

.iconic-circle-check:before {
    content: '\e153';
}

.iconic-circle-x:before {
    content: '\e154';
}

.iconic-clipboard:before {
    content: '\e155';
}

.iconic-clock:before {
    content: '\e156';
}

.iconic-cloud-transfer-download:before {
    content: '\e157';
}

.iconic-cloud-transfer-upload:before {
    content: '\e158';
}

.iconic-cloud:before {
    content: '\e159';
}

.iconic-cloudy:before {
    content: '\e15a';
}

.iconic-code:before {
    content: '\e15b';
}

.iconic-cog:before {
    content: '\e15c';
}

.iconic-cogs:before {
    content: '\e15d';
}

.iconic-collapse-down:before {
    content: '\e15e';
}

.iconic-collapse-left:before {
    content: '\e15f';
}

.iconic-collapse-right:before {
    content: '\e160';
}

.iconic-collapse-up:before {
    content: '\e161';
}

.iconic-command:before {
    content: '\e162';
}

.iconic-comment-square:before {
    content: '\e163';
}

.iconic-compass:before {
    content: '\e164';
}

.iconic-connections:before {
    content: '\e165';
}

.iconic-contrast:before {
    content: '\e166';
}

.iconic-copywriting:before {
    content: '\e167';
}

.iconic-credit-card:before {
    content: '\e168';
}

.iconic-crop:before {
    content: '\e169';
}

.iconic-dashboard:before {
    content: '\e16a';
}

.iconic-data-transfer-download:before {
    content: '\e16b';
}

.iconic-data-transfer-upload:before {
    content: '\e16c';
}

.iconic-database:before {
    content: '\e16d';
}

.iconic-delete:before {
    content: '\e16e';
}

.iconic-delta:before {
    content: '\e16f';
}

.iconic-dial:before {
    content: '\e170';
}

.iconic-document:before {
    content: '\e171';
}

.iconic-dollar:before {
    content: '\e172';
}

.iconic-double-quote-sans-left:before {
    content: '\e173';
}

.iconic-double-quote-sans-right:before {
    content: '\e174';
}

.iconic-double-quote-serif-left:before {
    content: '\e175';
}

.iconic-double-quote-serif-right:before {
    content: '\e176';
}

.iconic-easel:before {
    content: '\e177';
}

.iconic-eject:before {
    content: '\e178';
}

.iconic-electric:before {
    content: '\e179';
}

.iconic-elevator:before {
    content: '\e17a';
}

.iconic-ellipses:before {
    content: '\e17b';
}

.iconic-envelope-closed:before {
    content: '\e17c';
}

.iconic-envelope-open:before {
    content: '\e17d';
}

.iconic-euro:before {
    content: '\e17e';
}

.iconic-excerpt:before {
    content: '\e17f';
}

.iconic-expand-down:before {
    content: '\e180';
}

.iconic-expand-left:before {
    content: '\e181';
}

.iconic-expand-right:before {
    content: '\e182';
}

.iconic-expand-up:before {
    content: '\e183';
}

.iconic-external-link:before {
    content: '\e184';
}

.iconic-eye-closed:before {
    content: '\e185';
}

.iconic-eye-open:before {
    content: '\e186';
}

.iconic-eyedropper:before {
    content: '\e187';
}

.iconic-file-ai:before {
    content: '\e188';
}

.iconic-file-css:before {
    content: '\e189';
}

.iconic-file-dmg:before {
    content: '\e18a';
}

.iconic-file-doc:before {
    content: '\e18b';
}

.iconic-file-gif:before {
    content: '\e18c';
}

.iconic-file-html:before {
    content: '\e18d';
}

.iconic-file-jpg:before {
    content: '\e18e';
}

.iconic-file-js:before {
    content: '\e18f';
}

.iconic-file-json:before {
    content: '\e190';
}

.iconic-file-mov:before {
    content: '\e191';
}

.iconic-file-mp3:before {
    content: '\e192';
}

.iconic-file-pdf:before {
    content: '\e193';
}

.iconic-file-png:before {
    content: '\e194';
}

.iconic-file-psd:before {
    content: '\e195';
}

.iconic-file-svg:before {
    content: '\e196';
}

.iconic-file-txt:before {
    content: '\e197';
}

.iconic-file-xls:before {
    content: '\e198';
}

.iconic-file-xml:before {
    content: '\e199';
}

.iconic-file-zip:before {
    content: '\e19a';
}

.iconic-fire:before {
    content: '\e19b';
}

.iconic-firefly:before {
    content: '\e19c';
}

.iconic-flag:before {
    content: '\e19d';
}

.iconic-flash:before {
    content: '\e19e';
}

.iconic-folder:before {
    content: '\e19f';
}

.iconic-fork:before {
    content: '\e1a0';
}

.iconic-fullscreen-enter:before {
    content: '\e1a1';
}

.iconic-fullscreen-exit:before {
    content: '\e1a2';
}

.iconic-funnel:before {
    content: '\e1a3';
}

.iconic-game-controller:before {
    content: '\e1a4';
}

.iconic-globe:before {
    content: '\e1a5';
}

.iconic-graph:before {
    content: '\e1a6';
}

.iconic-grid-four-up:before {
    content: '\e1a7';
}

.iconic-grid-three-up:before {
    content: '\e1a8';
}

.iconic-grid-two-up:before {
    content: '\e1a9';
}

.iconic-guides:before {
    content: '\e1aa';
}

.iconic-hammer:before {
    content: '\e1ab';
}

.iconic-hand:before {
    content: '\e1ac';
}

.iconic-hard-drive:before {
    content: '\e1ad';
}

.iconic-header:before {
    content: '\e1ae';
}

.iconic-headphones:before {
    content: '\e1af';
}

.iconic-heart:before {
    content: '\e1b0';
}

.iconic-history:before {
    content: '\e1b1';
}

.iconic-home:before {
    content: '\e1b2';
}

.iconic-image-landscape:before {
    content: '\e1b3';
}

.iconic-image-portrait:before {
    content: '\e1b4';
}

.iconic-inbox:before {
    content: '\e1b5';
}

.iconic-infinity:before {
    content: '\e1b6';
}

.iconic-info:before {
    content: '\e1b7';
}

.iconic-inkwell:before {
    content: '\e1b8';
}

.iconic-iphone:before {
    content: '\e1b9';
}

.iconic-italic:before {
    content: '\e1ba';
}

.iconic-justify-center:before {
    content: '\e1bb';
}

.iconic-justify-left:before {
    content: '\e1bc';
}

.iconic-justify-right:before {
    content: '\e1bd';
}

.iconic-key:before {
    content: '\e1be';
}

.iconic-keyboard:before {
    content: '\e1bf';
}

.iconic-laptop:before {
    content: '\e1c0';
}

.iconic-layers:before {
    content: '\e1c1';
}

.iconic-lightbulb:before {
    content: '\e1c2';
}

.iconic-lightning-bolt:before {
    content: '\e1c3';
}

.iconic-lightning:before {
    content: '\e1c4';
}

.iconic-link-broken:before {
    content: '\e1c5';
}

.iconic-link-intact:before {
    content: '\e1c6';
}

.iconic-list-nested:before {
    content: '\e1c7';
}

.iconic-list-rich:before {
    content: '\e1c8';
}

.iconic-list:before {
    content: '\e1c9';
}

.iconic-location:before {
    content: '\e1ca';
}

.iconic-lock-locked:before {
    content: '\e1cb';
}

.iconic-lock-unlocked:before {
    content: '\e1cc';
}

.iconic-loop-circular:before {
    content: '\e1cd';
}

.iconic-loop-square:before {
    content: '\e1ce';
}

.iconic-loop:before {
    content: '\e1cf';
}

.iconic-loupe:before {
    content: '\e1d0';
}

.iconic-magic-wand:before {
    content: '\e1d1';
}

.iconic-magnifying-glass:before {
    content: '\e1d2';
}

.iconic-map-marker:before {
    content: '\e1d3';
}

.iconic-map:before {
    content: '\e1d4';
}

.iconic-medal:before {
    content: '\e1d5';
}

.iconic-media-pause:before {
    content: '\e1d6';
}

.iconic-media-play-circle:before {
    content: '\e1d7';
}

.iconic-media-play:before {
    content: '\e1d8';
}

.iconic-media-record:before {
    content: '\e1d9';
}

.iconic-media-skip-backward:before {
    content: '\e1da';
}

.iconic-media-skip-forward:before {
    content: '\e1db';
}

.iconic-media-step-backward:before {
    content: '\e1dc';
}

.iconic-media-step-forward:before {
    content: '\e1dd';
}

.iconic-media-stop:before {
    content: '\e1de';
}

.iconic-medical-cross:before {
    content: '\e1df';
}

.iconic-menu:before {
    content: '\e1e0';
}

.iconic-microphone:before {
    content: '\e1e1';
}

.iconic-minus:before {
    content: '\e1e2';
}

.iconic-monitor:before {
    content: '\e1e3';
}

.iconic-moon:before {
    content: '\e1e4';
}

.iconic-move:before {
    content: '\e1e5';
}

.iconic-musical-note:before {
    content: '\e1e6';
}

.iconic-network:before {
    content: '\e1e7';
}

.iconic-nexus:before {
    content: '\e1e8';
}

.iconic-open-source:before {
    content: '\e1e9';
}

.iconic-paperclip:before {
    content: '\e1ea';
}

.iconic-peace:before {
    content: '\e1eb';
}

.iconic-pen:before {
    content: '\e1ec';
}

.iconic-pencil:before {
    content: '\e1ed';
}

.iconic-people:before {
    content: '\e1ee';
}

.iconic-person-female:before {
    content: '\e1ef';
}

.iconic-person-genderless:before {
    content: '\e1f0';
}

.iconic-person-male:before {
    content: '\e1f1';
}

.iconic-pie-chart:before {
    content: '\e1f2';
}

.iconic-pin:before {
    content: '\e1f3';
}

.iconic-platform-android:before {
    content: '\e1f4';
}

.iconic-platform-apple:before {
    content: '\e1f5';
}

.iconic-platform-linux:before {
    content: '\e1f6';
}

.iconic-platform-microsoft:before {
    content: '\e1f7';
}

.iconic-plus:before {
    content: '\e1f8';
}

.iconic-power-standby:before {
    content: '\e1f9';
}

.iconic-print:before {
    content: '\e1fa';
}

.iconic-project:before {
    content: '\e1fb';
}

.iconic-pulse:before {
    content: '\e1fc';
}

.iconic-puzzle-piece:before {
    content: '\e1fd';
}

.iconic-question-mark:before {
    content: '\e1fe';
}

.iconic-radiation:before {
    content: '\e1ff';
}

.iconic-rainy:before {
    content: '\e200';
}

.iconic-random:before {
    content: '\e201';
}

.iconic-ratio:before {
    content: '\e202';
}

.iconic-reload:before {
    content: '\e203';
}

.iconic-resize-both:before {
    content: '\e204';
}

.iconic-resize-height:before {
    content: '\e205';
}

.iconic-resize-width:before {
    content: '\e206';
}

.iconic-rocket:before {
    content: '\e207';
}

.iconic-route:before {
    content: '\e208';
}

.iconic-rss-alt:before {
    content: '\e209';
}

.iconic-rss:before {
    content: '\e20a';
}

.iconic-scissors:before {
    content: '\e20b';
}

.iconic-screenshot:before {
    content: '\e20c';
}

.iconic-screwdriver:before {
    content: '\e20d';
}

.iconic-script:before {
    content: '\e20e';
}

.iconic-server:before {
    content: '\e20f';
}

.iconic-settings:before {
    content: '\e210';
}

.iconic-shape-circle:before {
    content: '\e211';
}

.iconic-shape-hexagon:before {
    content: '\e212';
}

.iconic-shape-octagon:before {
    content: '\e213';
}

.iconic-shape-square-rounded:before {
    content: '\e214';
}

.iconic-shape-square:before {
    content: '\e215';
}

.iconic-share-boxed:before {
    content: '\e216';
}

.iconic-share:before {
    content: '\e217';
}

.iconic-shield:before {
    content: '\e218';
}

.iconic-signal:before {
    content: '\e219';
}

.iconic-signpost:before {
    content: '\e21a';
}

.iconic-social-dropbox:before {
    content: '\e21b';
}

.iconic-social-facebook:before {
    content: '\e21c';
}

.iconic-social-github:before {
    content: '\e21d';
}

.iconic-social-instagram:before {
    content: '\e21e';
}

.iconic-social-linkedin:before {
    content: '\e21f';
}

.iconic-social-pinterest:before {
    content: '\e220';
}

.iconic-social-reddit:before {
    content: '\e221';
}

.iconic-social-tumblr:before {
    content: '\e222';
}

.iconic-social-twitter:before {
    content: '\e223';
}

.iconic-social-vimeo:before {
    content: '\e224';
}

.iconic-social-youtube:before {
    content: '\e225';
}

.iconic-sort-ascending:before {
    content: '\e226';
}

.iconic-sort-descending:before {
    content: '\e227';
}

.iconic-spreadsheet:before {
    content: '\e228';
}

.iconic-star:before {
    content: '\e229';
}

.iconic-sun:before {
    content: '\e22a';
}

.iconic-syringe:before {
    content: '\e22b';
}

.iconic-tablet:before {
    content: '\e22c';
}

.iconic-tag:before {
    content: '\e22d';
}

.iconic-tags:before {
    content: '\e22e';
}

.iconic-target:before {
    content: '\e22f';
}

.iconic-task:before {
    content: '\e230';
}

.iconic-terminal:before {
    content: '\e231';
}

.iconic-text:before {
    content: '\e232';
}

.iconic-thermometer:before {
    content: '\e233';
}

.iconic-thumb-down:before {
    content: '\e234';
}

.iconic-thumb-up:before {
    content: '\e235';
}

.iconic-tiara:before {
    content: '\e236';
}

.iconic-timer:before {
    content: '\e237';
}

.iconic-tint:before {
    content: '\e238';
}

.iconic-tools:before {
    content: '\e239';
}

.iconic-transfer:before {
    content: '\e23a';
}

.iconic-trash:before {
    content: '\e23b';
}

.iconic-vertical-align-bottom:before {
    content: '\e23c';
}

.iconic-vertical-align-center:before {
    content: '\e23d';
}

.iconic-vertical-align-top:before {
    content: '\e23e';
}

.iconic-video:before {
    content: '\e23f';
}

.iconic-volume-high:before {
    content: '\e240';
}

.iconic-volume-low:before {
    content: '\e241';
}

.iconic-volume-medium:before {
    content: '\e242';
}

.iconic-volume-off:before {
    content: '\e243';
}

.iconic-warning:before {
    content: '\e244';
}

.iconic-wifi:before {
    content: '\e245';
}

.iconic-wrench:before {
    content: '\e246';
}

.iconic-x:before {
    content: '\e247';
}

.iconic-yen:before {
    content: '\e248';
}

.iconic-zoom-in:before {
    content: '\e249';
}

.iconic-zoom-out:before {
    content: '\e24a';
}

html {
    -webkit-font-smoothing: antialiased;
}

a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test), a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):hover, a:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited {
    color: #1aa6a2;
    outline: none !important;
}

body {
    overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3, .listing-result-boxes #displayListings .info,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #043636;
    font-family: "Roboto Slab", sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0 0 10px;
}

::-webkit-input-placeholder {
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

:-moz-placeholder {
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

::-moz-placeholder {
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

:-ms-input-placeholder {
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

p {
    margin-bottom: 20px;
}

p img {
    display: inline-block;
    padding: 5px;
}

form p {
    margin-bottom: 5px;
}

blockquote {
    font-size: 14px;
}

ul {
    margin-bottom: 20px;
}

input[type='text'],
textarea {
    border: 1px solid #1aa6a2;
    color: #666666;
    display: block;
    line-height: normal;
    margin: 0 0 5px;
    outline: none;
    font-size: 12px;
    padding: 6px 12px;
    width: 100%;
}

textarea {
    min-height: 70px;
    resize: none;
}

input[type='submit']:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test),
button[type='submit']:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test) {
    background: #1aa6a2;
    border: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 136px;
}

input[type='submit']:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):hover,
button[type='submit']:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):hover {
    background: #179490;
}

.table {
    display: table;
}

.table .table-cell {
    display: table-cell;
}

[data-fontawesome-icon] {
    position: relative;
}

[data-fontawesome-icon]:before {
    left: -18px;
    top: 50%;
    position: absolute;
    content: attr(data-fontawesome-icon);
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

[data-fontawesome-icon].icon-after:before {
    content: '';
    display: none;
}

[data-fontawesome-icon].icon-after:after {
    right: -18px;
    top: 50%;
    position: absolute;
    content: attr(data-fontawesome-icon);
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

[data-fa-icon-inline] {
    display: inline-block;
}

[data-fa-icon-inline]:before {
    content: attr(data-fa-icon-inline);
    font: normal 16px/0px "fontawesome";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow-x: hidden;
}

.container-fluid {
    max-width: 1170px;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    /* This line and the next line are not necessary unless you need IE6 support */
    height: 100%;
    margin: 0 auto -140px;
    /* the bottom margin is the negative value of the footer's height */
}

@media (min-width: 768px) {
    .wrapper {
        margin-bottom: -70px;
    }
}

#footer, .push {
    min-height: 240px;
    /* .push must be the same height as .footer */
}

@media (min-width: 768px) {
    #footer, .push {
        min-height: 70px;
    }
}

#content {
    position: relative;
    z-index: 100;
}

.home .front-page-bg {
    background-image: url("../img/meadow.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: bottom left;
    padding: 70px 10px;
}

@media (min-width: 768px) {
    .home .front-page-bg {
        padding: 50px 100px;
    }
}

.scroll-past-header .home .front-page-bg {
    padding-top: 196px;
}

@media (min-width: 768px) {
    .scroll-past-header .home .front-page-bg {
        padding-top: 166px;
    }
}

.home .front-page-bg h2 {
    margin: 60px auto 25px;
    text-align: center;
    font-size: 2em;
    position: relative;
}

.home .front-page-bg h2 a {
    color: #fff;
}

.home .front-page-bg h2:after {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -20px;
    display: block;
    margin-top: 40px;
    font-size: 2em;
    position: absolute;
    -webkit-transition: bottom .5s ease 0s;
    transition: bottom .5s ease 0s;
}

.home .front-page-bg h2:hover:after, .home .front-page-bg h2.active:after {
    bottom: -30px;
}

.home .intro {
    background: #1aa6a2;
    background: rgba(26, 166, 162, 0.65);
    padding: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 10px #c29c52;
    box-shadow: 0 2px 10px #c29c52;
}

.home .intro > [class^=col] {
    padding: 0;
}

@media (min-width: 992px) {
    .home .intro {
        margin: 0 auto;
        max-width: 900px;
    }
}

.home .intro-cta {
    padding: 20px;
    background: #fff;
    border-radius: 0 4px 4px 0;
}

.home .intro-cta .newsletter {
    margin-bottom: 0;
}

.home .intro-words {
    background: url("../img/mentalhelp-embrace-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 40px 20px;
}

.home .intro-words h1 {
    color: #fff;
    line-height: 36px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .home .intro-words h1 {
        font-size: 27px;
    }
}

.home .intro-words a {
    color: #fff;
    text-decoration: underline;
}

.featured-articles, #page.listing .featured-images {
    margin-bottom: 40px;
    position: relative;
}

.featured-articles .flexslider, #page.listing .featured-images .flexslider {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.featured-articles .flexslider.hide-images .bg, #page.listing .featured-images .flexslider.hide-images .bg {
    display: none;
}

.featured-articles .flexslider .flex-next, #page.listing .featured-images .flexslider .flex-next {
    line-height: 40px;
    right: 30px;
}

.featured-articles .flexslider .flex-prev, #page.listing .featured-images .flexslider .flex-prev {
    line-height: 40px;
    left: 30px;
}

.featured-articles .tiles li, #page.listing .featured-images .tiles li {
    margin-bottom: 0;
}

.featured-articles .tiles li a, #page.listing .featured-images .tiles li a {
    padding: 0;
    height: 400px;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.featured-articles .tiles li a.accent, #page.listing .featured-images .tiles li a.accent, .featured-articles .tiles li a:hover, #page.listing .featured-images .tiles li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-articles .tiles li .bg, #page.listing .featured-images .tiles li .bg {
    height: 400px;
}

.featured-articles .tiles li[class^=col], #page.listing .featured-images .tiles li[class^=col] {
    padding: 0;
}

.featured-articles .btn-teal, #page.listing .featured-images .btn-teal {
    margin-top: 5px;
}

@media (min-width: 992px) {
    .content-new .section {
        margin-bottom: 0;
    }

    .content-new .section:first-child {
        border-right: 1px dashed #e6e6e6;
    }
}

.ask-a-professional .table {
    margin-bottom: 12px;
}

.scroll-past-header #page.front-page {
    padding-top: 20px;
}

.image-blocks .item-list li {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #ddd;
    background-blend-mode: hard-light;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease 0s;
    transition: .3s ease 0s;
    -webkit-box-shadow: 0 0 4px 1px #ddd;
    box-shadow: 0 0 4px 1px #ddd;
    margin-bottom: 20px;
}

.image-blocks .item-list li:nth-child(2n+1) {
    clear: left;
}

.image-blocks .item-list li .item-meta {
    background: #fff;
}

.image-blocks .item-list li .item-meta .item-metadata {
    border-left-color: #8c7a4c;
}

.image-blocks .item-list li .item-meta .item-author {
    background: none;
    text-shadow: none;
    color: #8c7a4c;
}

.image-blocks .item-list li .item-meta time {
    color: #8c7a4c;
    padding: 0 3px;
    text-shadow: none;
}

.image-blocks .item-list li .table {
    height: 200px;
    margin-bottom: 0px;
}

.image-blocks .item-list li .table .item-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.image-blocks .item-list li .table .item-content h3 {
    display: inline;
    color: #fff;
    padding: 0 5px;
    background: #1aa6a2;
}

.image-blocks .item-list li .table .item-content p {
    color: #fff;
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.image-blocks .item-list li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (min-width: 992px) {
    .image-blocks .item-list li {
        width: 48%;
        float: left;
    }

    .image-blocks .item-list li:nth-child(even) {
        margin-left: 4%;
    }
}

.image-blocks.featured .item-list li {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.image-blocks.featured .item-list li .item-meta {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 237, 191, 0.65)), to(#fff));
    background: -webkit-linear-gradient(rgba(255, 237, 191, 0.65), #fff);
    background: linear-gradient(rgba(255, 237, 191, 0.65), #fff);
}

.image-blocks.featured .item-list li .item-meta .item-metadata {
    border-left-color: rgba(194, 156, 82, 0.65);
}

.image-blocks.featured .item-list li .item-meta .item-author {
    background: rgba(194, 156, 82, 0.65);
    text-shadow: none;
    color: #fff;
}

.image-blocks.featured .item-list li .item-meta time {
    background: rgba(194, 156, 82, 0.65);
    color: #fff;
    text-shadow: none;
    padding: 0 3px;
}

.image-blocks.featured .item-list li .table .item-content {
    bottom: 100px;
}

.image-blocks.featured .item-list li .table .item-content h3 {
    display: inline;
    color: #fff;
    padding: 0 5px;
    background: #e06900;
}

.image-blocks.featured .item-list li .item-snippet {
    height: 100px;
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

.image-blocks.featured .item-list li .item-snippet a {
    font-family: "Roboto Slab", sans-serif;
    color: #333;
}

.image-blocks.featured .item-list li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.health-news .btn-teal {
    margin-top: 5px;
}

.health-news .tiles a {
    height: 240px;
    -webkit-box-shadow: 2px 1px 2px #bbb;
    box-shadow: 2px 1px 2px #bbb;
    background: url("../img/laptop-2.jpg");
    background-size: cover;
    background-position: bottom;
    padding: 0 0 0 0;
}

@media (min-width: 768px) {
    .health-news .tiles a {
        height: 200px;
    }
}

.health-news .tiles a .frame {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eee));
    background-image: linear-gradient(to bottom, #ffffff 0%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.health-news .tiles a .frame .bg {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border-left: 4px solid #eee;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

@media (min-width: 480px) {
    .health-news .tiles a .frame .bg {
        width: 120px;
    }
}

.health-news .tiles a .frame-content {
    width: 100%;
}

.health-news .tiles a .frame-content h3 {
    margin-right: 80px;
    font-size: 1.2em;
}

@media (min-width: 480px) {
    .health-news .tiles a .frame-content h3 {
        width: 160px;
        font-size: 18px;
    }
}

.health-news .tiles a .frame-content:after {
    color: #fff;
    position: absolute;
    right: 50px;
    top: 30%;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #1aa6a2;
    text-align: center;
    line-height: 60px;
    font-size: 60px;
    -webkit-transition: right .3s ease 0s;
    transition: right .3s ease 0s;
}

@media (min-width: 480px) {
    .health-news .tiles a .frame-content:after {
        right: 90px;
    }
}

.health-news .tiles a:hover {
    background: url("../img/laptop-2-small.jpg");
    background-size: cover;
    background-position: bottom;
}

.health-news .tiles a:hover .frame {
    opacity: 0;
    filter: alpha(opacity=0);
}

.health-news .tiles a:hover .frame-content:after {
    right: 40px;
}

@media (min-width: 480px) {
    .health-news .tiles a:hover .frame-content:after {
        right: 80px;
    }
}

.reader-comments {
    margin-bottom: 30px;
}

.reader-comments .comment-list {
    margin-bottom: 0;
}

.reader-comments .table {
    margin-bottom: 5px;
}

.entry-title {
    border-left: 4px solid #1aa6a2;
    line-height: 2;
    margin-bottom: 20px;
    padding-left: 10px;
}

.breadcrumbs {
    padding-left: 0;
}

.breadcrumbs li {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.breadcrumbs li + li {
    margin-left: 16px;
}

.breadcrumbs li + li:before {
    content: ">";
    color: #999999;
    position: absolute;
    left: -14px;
}

.breadcrumbs li:last-of-type a {
    color: #999999;
}

.breadcrumbs [class*=icon-]:before {
    font-size: 18px;
    text-decoration: none;
    margin-right: 5px;
}

.post .post-thumbnail {
    margin-bottom: 20px;
    display: block;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.post .post-thumbnail img {
    width: 100%;
}

@media (min-width: 768px) {
    .post .alignleft {
        float: left;
        margin-right: 20px;
    }

    .post .alignright {
        float: right;
        margin-left: 20px;
    }
}

.post .entry-author {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.post .entry-author a,
.post .entry-author span {
    border-left: 1px solid #cccccc;
    padding: 0 5px;
    color: #666666;
}

.post .entry-author a:first-child,
.post .entry-author span:first-child {
    border-left: none;
    padding-left: 0;
}

.post .entry-author a img,
.post .entry-author span img {
    display: inline-block;
    vertical-align: bottom;
}

.post .entry-author .editor a {
    border-left: none;
    color: #999999;
}

.post .entry-author .editor a:hover {
    color: #e06900;
}

.post .entry-author a {
    color: #1aa6a2;
}

.post .entry-author:first-child {
    padding-left: 0;
}

.post .entry-reviewer {
    font-style: italic;
    margin-top: -10px;
    text-align: left;
    color: #999999;
    margin-bottom: 15px;
}

.post .entry-content {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 30px;
    font-size: 16px;
}

.post .entry-content a:not(.btn):not(.listing-result-boxes ul.listing-search-cont.view-less:before):not(.listing-result-boxes ul.listing-search-cont.view-more:before) {
    border-bottom: 1px dotted #be4700;
    color: #be4700;
    margin-bottom: 2px;
    text-decoration: none;
    padding: 0 2px;
}

.post .entry-content a:not(.btn):not(.listing-result-boxes ul.listing-search-cont.view-less:before):not(.listing-result-boxes ul.listing-search-cont.view-more:before):hover {
    border-color: #0c817f;
    color: #0c817f;
}

.post .entry-tags {
    margin-bottom: 25px;
}

/**
* Tags
*/
.tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    font-family: 'Roboto', sans-serif;
}

.tag:first-child {
    margin-left: 0;
}

/**
* About the Author
*/
.author-info .author-avatar {
    display: inline-block;
    float: left;
    padding: 0 10px 10px 0;
}

.author-info .author-title {
    color: #666666;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}

.author-info .author-link {
    display: inline-block;
    margin-bottom: 5px;
}

/**
* Post Navigation
*/
.post-navigation {
    border-bottom: 1px solid #cccccc;
    border-left: 4px solid #1aa6a2;
    border-right: 4px solid #1aa6a2;
    border-top: 1px solid #cccccc;
    margin-bottom: 30px;
}

.post-navigation h2 {
    display: none;
}

.post-navigation .nav-links {
    display: table;
    width: 100%;
}

@media (min-width: 768px) {
    .post-navigation .nav-links > * {
        display: table-cell;
        width: 50%;
    }
}

.post-navigation .nav-links .nav-block:first-child a {
    border-left: none;
}

.post-navigation .nav-links .nav-block {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-image: url("../img/clouds.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.post-navigation .nav-links .nav-block.active, .post-navigation .nav-links .nav-block:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-navigation .nav-links .nav-block.nav-image {
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s;
}

.post-navigation .nav-links .nav-block.nav-image .nav-direction {
    background: #1aa6a2;
    background: rgba(26, 166, 162, 0.65);
}

.post-navigation .nav-links .nav-block.nav-image .nav-words {
    background: #847770;
    background: rgba(110, 98, 98, 0.8);
    color: #fff;
    text-shadow: none;
}

.post-navigation .nav-links .nav-block.nav-image a {
    padding: 80px 0;
    border: none;
}

.post-navigation .nav-links .nav-block a {
    padding: 40px 0 80px;
    border-left: 1px dashed #cccccc;
    display: block;
    text-align: center;
    text-decoration: none;
}

.post-navigation .nav-links .nav-block a .nav-direction {
    background: #1aa6a2;
    color: #fff;
    display: inline-block;
    padding: 60px 10px 10px;
    border-radius: 4px;
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}

.post-navigation .nav-links .nav-block a .nav-direction:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 3em;
    position: absolute;
    width: 100%;
    top: 5px;
    left: 0;
    color: #fff;
    line-height: 50px;
}

.post-navigation .nav-links .nav-block a .nav-direction.next:before {
    content: '\f138';
}

.post-navigation .nav-links .nav-block a .nav-words {
    background: #b4aba6;
    background: rgba(133, 124, 121, 0.8);
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    min-height: 60px;
    position: absolute;
    bottom: 0;
    font-size: .9em;
    width: 100%;
    left: 0;
}

@media (min-width: 768px) {
    .post-navigation .nav-links .nav-block a .nav-words {
        border-left: 1px dashed #ccc;
    }
}

/**
* Advice
*/
.list-links {
    max-height: 250px;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
    overflow: scroll;
}

.list-links li {
    margin-bottom: 5px;
}

.list-links .table {
    margin-bottom: 0;
}

.list-links .date {
    text-align: right;
    width: 100px;
}

@media (min-width: 768px) {
    .list-links {
        max-height: 500px;
    }
}

::-webkit-scrollbar {
    /*-webkit-appearance: none;*/
    /*width: 7px;*/
}

::-webkit-scrollbar-thumb {
    /*    border-radius: 4px;
	background-color: $gray-light;
	-webkit-box-shadow: 0 0 1px $gray-light;
	cursor: pointer;*/
}

.disclaimer .btn, .disclaimer .listing-result-boxes ul.listing-search-cont.view-less:before, .listing-result-boxes .disclaimer ul.listing-search-cont.view-less:before, .disclaimer .listing-result-boxes ul.listing-search-cont.view-more:before, .listing-result-boxes .disclaimer ul.listing-search-cont.view-more:before {
    min-height: 29px;
    position: relative;
    text-align: left;
    width: 100%;
}

.disclaimer ul {
    padding-top: 20px;
}

.section-title-gray-dark {
    color: #333333;
}

.modal-default {
    background: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    margin: 20px auto;
    max-width: 600px;
    padding: 40px 20px 20px;
    position: relative;
    width: auto;
}

.modal-default h2 {
    color: #e06900;
}

.modal-default > * {
    background: #fff;
    padding: 10px;
}

/* contact form */
form.contact-us {
    background-image: url("../img/laptop-2.jpg");
    background-size: cover;
    padding: 30px;
    font-family: "Roboto Slab", sans-serif;
}

form.contact-us hr {
    border-top: 1px dotted #fff;
}

form.contact-us input[type="text"],
form.contact-us textarea {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    height: 40px;
    color: #1aa6a2;
    font-weight: bold;
    border: none;
    -webkit-box-shadow: 0 0 4px -2px #999;
    box-shadow: 0 0 4px -2px #999;
    font-size: 1.2em;
}

form.contact-us input[type="text"]::-webkit-input-placeholder,
form.contact-us textarea::-webkit-input-placeholder {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #e06900;
    font-size: .8em;
    font-family: "Roboto Slab", sans-serif;
}

form.contact-us input[type="text"]:-moz-placeholder,
form.contact-us textarea:-moz-placeholder {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #e06900;
    font-size: .8em;
    font-family: "Roboto Slab", sans-serif;
}

form.contact-us input[type="text"]::-moz-placeholder,
form.contact-us textarea::-moz-placeholder {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #e06900;
    font-size: .8em;
    font-family: "Roboto Slab", sans-serif;
}

form.contact-us input[type="text"]:-ms-input-placeholder,
form.contact-us textarea:-ms-input-placeholder {
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #e06900;
    font-size: .8em;
    font-family: "Roboto Slab", sans-serif;
}

form.contact-us select:not([multiple]) {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    height: 40px;
    color: #e06900;
    font-size: 1.2em;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

form.contact-us span {
    background: #544740;
    padding: 5px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

form.contact-us input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 5px;
}

.form-thank-you {
    background-image: url("../img/laptop-2.jpg");
    background-size: cover;
    padding: 30px;
}

.form-thank-you.form-thank-you-hide {
    display: none;
}

.form-thank-you-inner {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 30px;
}

.pp p,
.pp ul {
    margin-bottom: 30px;
}

.pp .back {
    display: inline-block;
    margin-bottom: 30px;
}

.breadbox {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.table-info {
    border: 1px solid #cccccc;
    width: 100%;
}

.table-info tr:nth-child(even), .table-info tr.even {
    background: #e6f4f1;
}

.table-info td {
    border: 1px solid #cccccc;
    padding: 10px;
    vertical-align: top;
}

.table-info td:first-child {
    color: #043636;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    width: 90px;
}

@media (min-width: 768px) {
    .table-info td:first-child {
        width: 150px;
    }
}

.bar-left {
    border-left: 4px solid #cccccc;
    padding: 5px 0 0 10px;
}

.clinicians #map {
    height: 200px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .clinicians #map {
        margin-bottom: 0;
    }
}

#page.state {
    padding: 0;
}

.scroll-past-header #page.state {
    padding-top: 126px;
}

@media (min-width: 768px) {
    .scroll-past-header #page.state {
        padding-top: 66px;
    }
}

#page.state .state-bg {
    background-image: url("../img/road-runner-large.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    padding: 70px 10px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #page.state .state-bg {
        padding: 100px;
    }
}

#page.state .laptop-bg {
    background-image: url("../img/woman-laptop-large.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: bottom center;
    padding: 70px 10px;
}

@media (min-width: 768px) {
    #page.state .laptop-bg {
        padding: 100px;
    }
}

#page.state p {
    font-size: 1.2em;
}

#page.state .fact-group {
    background: #fff;
    margin: 0;
    border: 1px solid #eee;
    border-left: 3px solid #1aa6a2;
    border-right: 3px solid #1aa6a2;
    margin-bottom: 40px;
}

#page.state .fact-group > [class^="col"] {
    padding: 0;
}

#page.state .fact-group .fact {
    text-align: center;
    margin-top: 20px;
    padding: 40px 20px 20px;
    position: relative;
    font-size: 1.2em;
    color: #555;
    font-family: "Roboto Slab", sans-serif;
}

@media (min-width: 768px) {
    #page.state .fact-group .fact {
        text-align: left;
    }
}

#page.state .fact-group .fact:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 20px;
    width: 96%;
    text-align: center;
    padding: 2px;
    margin: 0 2%;
    color: #999;
    font-size: 30px;
}

#page.state .fact-group .fact-meta {
    border-top: 1px solid #eee;
    padding: 20px;
    color: #888;
}

@media (min-width: 768px) {
    #page.state .fact-group .fact-meta {
        border-top: none;
        border-left: 1px solid #eee;
    }
}

#page.state a.phone {
    font-weight: bold;
    background: #ffedbf;
    padding: 1px 4px;
}

#page.state .cities {
    background: #eee;
    margin: 0;
    padding: 0;
}

@media (min-width: 480px) {
    #page.state .cities {
        background: none;
    }
}

#page.state .cities .city {
    margin: 0;
    padding: 0;
}

#page.state .cities .city .city-inner a {
    display: block;
    background: #eee;
    background: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    border: 1px solid #fff;
    padding: 2px 4px;
    color: #888;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
}

#page.state .cities .city .city-inner a:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    padding: 3px;
    color: #1aa6a2;
}

#page.state .cities .city .city-inner a:hover {
    background: #1aa6a2;
    background-image: url("../img/teal-stripes-diag.png");
    background-repeat: repeat;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

#page.state .cities .city .city-inner a:hover:before {
    color: #e6f4f1;
}

#page.state.dual-diagnosis-treatment .state-bg {
    padding-top: 15px;
    background-position: center 20%;
    background-image: url("../img/field-macro-blur.jpg");
}

@media (min-width: 768px) {
    #page.state.dual-diagnosis-treatment .state-bg {
        padding-top: 100px;
    }
}

#page.state.dual-diagnosis-treatment .laptop-bg {
    background-position: center 80%;
    background-image: url("../img/laptop-2.jpg");
}

#page.state.dual-diagnosis-treatment .resources .resource a {
    -webkit-box-shadow: 0 2px 10px #544740;
    box-shadow: 0 2px 10px #544740;
}

#page.state.dual-diagnosis-treatment .resources .resource a .resource-heading {
    color: #fff;
    background: #d69e6d;
}

#page.state.dual-diagnosis-treatment .resources .resource a .resource-heading:before {
    border-top-color: #d69e6d;
}

#page.state.dual-diagnosis-treatment .resources .resource a .resource-description {
    padding: 10px;
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    background: #847770;
}

#page.state.dual-diagnosis-treatment .cta-funnel, #page.state.dual-diagnosis-treatment #page.listing .listing-info-box, #page.listing #page.state.dual-diagnosis-treatment .listing-info-box {
    -webkit-box-shadow: 0 2px 10px #444a43;
    box-shadow: 0 2px 10px #444a43;
}

#page.state.dual-diagnosis-treatment .cta-funnel .cta-funnel-main, #page.state.dual-diagnosis-treatment #page.listing .listing-info-box .cta-funnel-main, #page.listing #page.state.dual-diagnosis-treatment .listing-info-box .cta-funnel-main {
    background-color: #fff;
}

@media (min-width: 992px) {
    #page.state.dual-diagnosis-treatment .cta-funnel .cta-funnel-main, #page.state.dual-diagnosis-treatment #page.listing .listing-info-box .cta-funnel-main, #page.listing #page.state.dual-diagnosis-treatment .listing-info-box .cta-funnel-main {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    #page.state.dual-diagnosis-treatment .cta-funnel, #page.state.dual-diagnosis-treatment #page.listing .listing-info-box, #page.listing #page.state.dual-diagnosis-treatment .listing-info-box {
        background-color: #fff;
    }
}

#page.city {
    padding: 0;
}

.scroll-past-header #page.city {
    padding-top: 126px;
}

@media (min-width: 768px) {
    .scroll-past-header #page.city {
        padding-top: 66px;
    }
}

#page.city p a:not([data-plugin="popup"]):not(.phone) {
    border-bottom: 1px dotted #be4700;
    color: #be4700;
    margin-bottom: 2px;
    padding: 0 2px;
    text-decoration: none;
}

#page.city .city-bg {
    background-image: url("../img/road-runner-large.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    padding: 70px 10px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #page.city .city-bg {
        padding: 100px;
    }
}

#page.city .city-bg a:not([data-plugin="popup"]) :not(.phone) :not([href="/terms-of-use"]) :not([href="/privacy-policy"]) {
    color: #fff;
    border-color: #fff;
}

#page.city .laptop-bg {
    background-image: url("../img/woman-laptop-large.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: bottom center;
    padding: 70px 10px;
}

@media (min-width: 768px) {
    #page.city .laptop-bg {
        padding: 100px;
    }
}

#page.city p {
    font-size: 1.2em;
}

#page.city a.phone {
    font-weight: bold;
    background: #ffedbf;
    padding: 1px 4px;
}

#page.city.dual-diagnosis-treatment .city-bg {
    padding-top: 15px;
    background-position: center 20%;
    background-image: url("../img/field-macro-blur.jpg");
    /*	    p {
		a {
			border-bottom: 1px dotted #be4700;
			color: #be4700;
			margin-bottom: 2px;
			padding: 0 2px;
			text-decoration: none;
			&.phone {
			background: #ffedbf;
			padding: 1px 4px;
			}
		}
		}*/
}

@media (min-width: 768px) {
    #page.city.dual-diagnosis-treatment .city-bg {
        padding-top: 100px;
    }
}

#page.city.dual-diagnosis-treatment .laptop-bg {
    background-position: center 80%;
    background-image: url("../img/laptop-2.jpg");
}

#page.city.dual-diagnosis-treatment .resources .resource a {
    -webkit-box-shadow: 0 2px 10px #544740;
    box-shadow: 0 2px 10px #544740;
}

#page.city.dual-diagnosis-treatment .resources .resource a .resource-heading {
    color: #fff;
    background: #d69e6d;
}

#page.city.dual-diagnosis-treatment .resources .resource a .resource-heading:before {
    border-top-color: #d69e6d;
}

#page.city.dual-diagnosis-treatment .resources .resource a .resource-description {
    padding: 10px;
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    background: #847770;
}

#page.city.dual-diagnosis-treatment .cta-funnel, #page.city.dual-diagnosis-treatment #page.listing .listing-info-box, #page.listing #page.city.dual-diagnosis-treatment .listing-info-box {
    -webkit-box-shadow: 0 2px 10px #444a43;
    box-shadow: 0 2px 10px #444a43;
}

#page.city.dual-diagnosis-treatment .cta-funnel .cta-funnel-main, #page.city.dual-diagnosis-treatment #page.listing .listing-info-box .cta-funnel-main, #page.listing #page.city.dual-diagnosis-treatment .listing-info-box .cta-funnel-main {
    background-color: #fff;
}

@media (min-width: 992px) {
    #page.city.dual-diagnosis-treatment .cta-funnel .cta-funnel-main, #page.city.dual-diagnosis-treatment #page.listing .listing-info-box .cta-funnel-main, #page.listing #page.city.dual-diagnosis-treatment .listing-info-box .cta-funnel-main {
        background-color: transparent;
    }
}

@media (min-width: 992px) {
    #page.city.dual-diagnosis-treatment .cta-funnel, #page.city.dual-diagnosis-treatment #page.listing .listing-info-box, #page.listing #page.city.dual-diagnosis-treatment .listing-info-box {
        background-color: #fff;
    }
}

#page.city.dual-diagnosis-treatment .cta-funnel .form-tos-check a, #page.city.dual-diagnosis-treatment #page.listing .listing-info-box .form-tos-check a, #page.listing #page.city.dual-diagnosis-treatment .listing-info-box .form-tos-check a {
    color: #043636;
}

#page.main-specialty {
    padding: 0;
}

.scroll-past-header #page.main-specialty {
    padding-top: 126px;
}

@media (min-width: 768px) {
    .scroll-past-header #page.main-specialty {
        padding-top: 66px;
    }
}

#page.main-specialty .main-specialty-bg {
    background-image: url("../img/city-scape-1.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

#page.main-specialty .main-specialty-transparent-bg {
    -webkit-transition: all 1s ease .3s;
    transition: all 1s ease .3s;
    background: transparent;
    padding: 70px 10px;
    /*overflow: hidden;*/
}

@media (min-width: 768px) {
    #page.main-specialty .main-specialty-transparent-bg {
        padding: 70px 100px;
    }
}

#page.main-specialty .main-specialty-transparent-bg .main-specialty-search {
    z-index: 101;
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
    -ms-transform: translateY(-100px) translateZ(0);
    -webkit-transform: translateY(-100px) translateZ(0);
    transform: translateY(-100px) translateZ(0);
    opacity: 0;
    filter: alpha(opacity=0);
}

#page.main-specialty .main-specialty-transparent-bg .main-specialty-search.from-left {
    -ms-transform: translateX(-100px) translateY(0) translateZ(0);
    -webkit-transform: translateX(-100px) translateY(0) translateZ(0);
    transform: translateX(-100px) translateY(0) translateZ(0);
}

#page.main-specialty .main-specialty-transparent-bg .main-specialty-search.from-right {
    -ms-transform: translateX(100px) translateY(0) translateZ(0);
    -webkit-transform: translateX(100px) translateY(0) translateZ(0);
    transform: translateX(100px) translateY(0) translateZ(0);
}

#page.main-specialty .main-specialty-transparent-bg .main-specialty-search.from-bottom {
    -ms-transform: translateY(100px) translateZ(0);
    -webkit-transform: translateY(100px) translateZ(0);
    transform: translateY(100px) translateZ(0);
}

#page.main-specialty .main-specialty-transparent-bg.active {
    background: rgba(255, 255, 230, 0.5);
}

#page.main-specialty .main-specialty-transparent-bg.active .main-specialty-search {
    -ms-transform: translate(0, 0) translateZ(0);
    -webkit-transform: translate(0, 0) translateZ(0);
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

#page.main-specialty .top-metros-bg {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    background-image: url("../img/new-york-white-scape.jpg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: bottom center;
    padding: 70px 10px;
    border-bottom: 4px solid #1aa6a2;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    #page.main-specialty .top-metros-bg {
        padding: 200px 100px 100px;
    }
}

#page.main-specialty p {
    font-size: 1.2em;
}

#page.main-specialty .states {
    padding: 0;
    margin: 0;
}

#page.main-specialty .states > li {
    padding: 0;
    list-style-type: none;
}

#page.main-specialty .states > li .li-inner {
    background: #eee;
    -webkit-box-shadow: 0px 2px 2px 0px #ccc;
    box-shadow: 0px 2px 2px 0px #ccc;
    margin: 5px;
    min-height: 170px;
}

#page.main-specialty .states > li .li-inner > a {
    background: #1aa6a2;
    background-image: url("../img/teal-stripes-diag.png");
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    display: block;
}

#page.main-specialty .states > li .li-inner ul {
    margin: 0;
    padding: 4px 0 0;
}

#page.main-specialty .states > li .li-inner ul li {
    list-style-type: none;
}

#page.main-specialty .states > li .li-inner ul li a {
    padding: 2px 12px;
    display: block;
    position: relative;
    margin-left: 25px;
}

#page.main-specialty .states > li .li-inner ul li a:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -5px;
    color: #e06900;
    line-height: 18px;
}

#page.main-specialty .states > li .li-inner ul li:last-child.more-cities a {
    display: block;
    padding: 2px;
    background: #ffbf75;
    background-image: url("../img/orange-stripe-diag.png");
    background-repeat: repeat;
    text-align: center;
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    margin-left: 0;
}

#page.main-specialty .states > li .li-inner ul li:last-child.more-cities a:before {
    content: '';
}

#page.main-specialty .top-metros {
    margin: 20px 0 0 0;
    padding: 0;
}

#page.main-specialty .top-metros li {
    padding: 0;
    list-style-type: none;
}

#page.main-specialty .top-metros li a {
    padding: 20px 20px 20px 40px;
    display: block;
    position: relative;
    margin: 5px;
    height: 70px;
    font-size: 1.3em;
    color: #fff;
    background: #1aa6a2;
    background: rgba(26, 166, 162, 0.8);
    line-height: 20px;
}

#page.main-specialty .top-metros li a:hover {
    color: #fff;
}

#page.main-specialty .top-metros li a:hover:before {
    background: #1aa6a2;
    color: #0c817f;
    text-shadow: 1px 1px #21d1cb;
}

#page.main-specialty .top-metros li a:before {
    -webkit-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0px;
    height: 70px;
    padding: 10px;
    top: 0;
    background: #17908c;
    background: rgba(26, 166, 162, 0.65);
    color: #fff;
    font-size: 1.4em;
    line-height: 50px;
}

@media (min-width: 768px) {
    #page.main-specialty .top-metros li a {
        padding: 20px 20px 20px 60px;
        line-height: 30px;
    }

    #page.main-specialty .top-metros li a:before {
        font-size: 2.4em;
    }
}

#page.main-specialty.dual-diagnosis-treatment .main-specialty-bg {
    background-image: url("../img/field-macro-blur.jpg");
    background-position: center 20%;
}

#page.main-specialty.dual-diagnosis-treatment .top-metros-bg {
    border-top: 4px solid #ffbf75;
    background-image: url("../img/city-night-dark.jpg");
    background-size: cover;
    background-position: center 5%;
    padding-top: 60px;
    color: #fff;
}

#page.main-specialty.dual-diagnosis-treatment .top-metros-bg h2 {
    color: #fff;
}

#page.listing {
    padding: 0;
}

#page.listing h1 {
    text-align: center;
    font-size: 3em;
    color: #312c2a;
    text-shadow: 1px 1px 10px #ffedbf;
}

#page.listing .listing-bg {
    background-image: url("../img/meadow.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    padding: 70px 10px;
}

@media (min-width: 768px) {
    #page.listing .listing-bg {
        padding: 100px;
    }
}

#page.listing .featured-images li {
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#page.listing .featured-images li.accent, #page.listing .featured-images li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#page.listing .listing-cta-btn {
    text-decoration: none;
}

#page.listing .listing-cta-btn span {
    display: inline-block;
    margin-left: 10px;
}

#page.listing .listing-cta-btn span.listing-cta-phone {
    font-weight: bold;
}

@media (min-width: 1250px) {
    .cta-header.slider-open, .slider-open.cta-header-zip, .cta-search .slider-open.cta-search-form[data-form='Zip'] {
        margin-left: 30% !important;
    }
}

#page.meeting-finder {
    padding: 0;
}

.scroll-past-header #page.meeting-finder {
    padding-top: 126px;
}

@media (min-width: 768px) {
    .scroll-past-header #page.meeting-finder {
        padding-top: 66px;
    }
}

@media (min-width: 1250px) {
    #page.meeting-finder.slider-open {
        margin-left: 30%;
    }
}

#page.meeting-finder h2 {
    margin-top: 20px;
    font-size: 2.5em;
}

#page.meeting-finder .orange-text {
    color: #e06900;
}

#page.meeting-finder .filter-slider {
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    display: none;
}

#page.meeting-finder .filter-slider.show {
    display: block;
}

@media (min-width: 1250px) {
    #page.meeting-finder .filter-slider.show {
        width: 30%;
        position: fixed;
        left: 0;
        bottom: 0;
        height: 100%;
    }

    #page.meeting-finder .filter-slider.show > div {
        overflow: auto;
        position: absolute;
        margin-top: 20px;
        margin-bottom: 150px;
        height: 75%;
    }
}

@media (min-width: 1250px) {
    #page.meeting-finder .filter-slider {
        display: block;
        z-index: 100;
        position: absolute;
        left: -120%;
        padding-top: 100px;
        -webkit-box-shadow: 10px 0 15px -20px #000;
        box-shadow: 10px 0 15px -20px #000;
        background: #f9f9f9;
    }
}

#page.meeting-finder .filter-navigation {
    padding: 20px;
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.5em;
    background: url("../img/teal-stripes-diag.png");
    z-index: 101;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    width: 300px;
    margin: auto;
}

#page.meeting-finder .filter-navigation.fixed {
    position: fixed;
    bottom: 120px;
    left: 50%;
    margin-left: -150px;
}

@media (min-width: 1250px) {
    #page.meeting-finder .filter-navigation.fixed {
        left: 15%;
        bottom: 60px;
    }
}

#page.meeting-finder .filter-navigation span:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
    vertical-align: middle;
}

#page.meeting-finder .filter-navigation:hover {
    background: #847770;
}

#page.meeting-finder .meeting-map-cont {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-box-shadow: 0 0 20px -5px #919191;
    box-shadow: 0 0 20px -5px #919191;
    background: #ddd;
    position: relative;
}

#page.meeting-finder .meeting-map-cont .meetings-loader {
    display: none;
}

#page.meeting-finder .meeting-map-cont.loading {
    background: url("../img/highways.jpg");
    background-size: cover;
    background-position: center;
}

#page.meeting-finder .meeting-map-cont.loading > * {
    opacity: 0;
    filter: alpha(opacity=0);
}

#page.meeting-finder .meeting-map-cont.loading .meetings-loader {
    border: 3px solid #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: auto;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    display: block;
    z-index: 100;
    -webkit-box-shadow: 0 0 30px -10px #e06900;
    box-shadow: 0 0 30px -10px #e06900;
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#page.meeting-finder .meeting-map-cont.loading .meetings-loader:before {
    content: '';
    width: 20%;
    height: 20%;
    background: #1aa6a2;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

#page.meeting-finder .meeting-map-cont.loading .meetings-loader:after {
    position: absolute;
    background: url("../img/mentalhelp-footericon.png") center center no-repeat #fff;
    content: '';
    margin: 17.5%;
    width: 65%;
    left: 0;
    top: 0;
    height: 65%;
    border-radius: 100%;
}

#page.meeting-finder .meeting-map-cont.loading .meetings-loader:after {
    -webkit-box-shadow: 0 0 8px -5px #3f3f3f;
    box-shadow: 0 0 8px -5px #3f3f3f;
}

#page.meeting-finder .meeting-map-cont.loading .h3, #page.meeting-finder .meeting-map-cont.loading .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings #page.meeting-finder .meeting-map-cont.loading .info {
    font-size: 40px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 65%;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

#page.meeting-finder #meeting-map {
    height: 400px;
}

@media (min-width: 768px) {
    #page.meeting-finder #meeting-map {
        height: 800px;
    }
}

#page.meeting-finder .meetings-disclaimer {
    color: #999;
}

#page.meeting-finder .meeting-finder-bg {
    background-image: url("../img/girl-lake.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    padding: 70px 10px;
    margin-bottom: -1px;
}

@media (min-width: 1250px) {
    #page.meeting-finder .meeting-finder-bg {
        padding: 150px;
    }
}

#page.meeting-finder .meeting-finder-bg.less {
    padding: 40px 20px 20px 20px;
}

#page.meeting-finder .meeting-finder-bg.less .less {
    display: none;
}

#page.meeting-finder .meeting-finder-bg .show-search {
    display: none;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    color: #999;
}

#page.meeting-finder .meeting-finder-bg .show-search:hover {
    color: #e06900;
}

#page.meeting-finder .meeting-finder-bg .show-search:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

#page.meeting-finder .meeting-finder-bg.lesser {
    background: #fff;
}

#page.meeting-finder .meeting-finder-bg.lesser .show-search {
    display: block;
}

#page.meeting-finder .meeting-finder-bg.lesser .lesser {
    display: none;
}

#page.meeting-finder p.instructions {
    font-size: 2em;
    margin: 20px auto 100px;
}

#page.meeting-finder a.phone {
    font-weight: bold;
    background: #ffedbf;
    padding: 1px 4px;
}

#page.meeting-finder h1 {
    font-size: 2.5em;
}

#page.meeting-finder .meetings-hr {
    margin: 40px 0;
}

#page.meeting-finder .meeting-finder-facts-heading {
    color: #fff;
    font-size: 2em;
    margin-bottom: 20px;
}

#page.meeting-finder .meeting-finder-facts-heading:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
}

#page.meeting-finder .meeting-finder-facts {
    color: #fff;
    padding: 20px 40px;
    background: rgba(84, 71, 64, 0.3);
    margin: 0;
    border-radius: 4px;
}

#page.meeting-finder .meeting-finder-facts .fact {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form {
    margin: 30px 0 100px;
    background: url("../img/orange-stripe-diag.png");
    text-align: center;
    padding: 30px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#page.meeting-finder .meeting-search-cont .meeting-search-form label {
    padding: 20px;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form label span {
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-size: 2em;
    font-weight: normal;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form label span.meeting-input-or {
    font-size: 2em;
    font-weight: bold;
    background: #fff;
    border-radius: 100px;
    border: 5px solid #847770;
    width: 60px;
    height: 60px;
    line-height: 50px;
    color: #e06900;
    display: inline-block;
    margin: 2px 10px;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form label:before {
    font-size: 3em;
    left: -30px;
    color: #fff;
}

@media (min-width: 768px) {
    #page.meeting-finder .meeting-search-cont .meeting-search-form {
        padding: 60px;
    }

    #page.meeting-finder .meeting-search-cont .meeting-search-form label span {
        font-size: 3em;
    }

    #page.meeting-finder .meeting-search-cont .meeting-search-form label .meeting-input-or {
        margin: 2px 30px;
    }
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .twitter-typeahead {
    width: 100%;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .tt-dropdown-menu {
    -webkit-box-shadow: 0 3px 5px #aea19a;
    box-shadow: 0 3px 5px #aea19a;
    border-top: 3px dotted #999;
    width: 100%;
    right: 0 !important;
    background: #fff;
    font-family: "Roboto Slab", sans-serif;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .tt-dropdown-menu .tt-suggestion {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #fff;
    position: relative;
    color: #1aa6a2;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .tt-dropdown-menu .tt-suggestion:first-child {
    border-top: none;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .tt-dropdown-menu .tt-suggestion:last-child {
    border-bottom: none;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .tt-dropdown-menu .tt-suggestion:hover {
    background: #ddd;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form .tt-dropdown-menu .tt-location {
    color: #e06900;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form input {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: none;
    margin-bottom: 0;
    font-size: 1.3em;
    color: #1aa6a2;
    font-weight: bold;
    cursor: pointer;
    vertical-align: text-bottom;
    width: 100%;
    display: inline-block;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form input::-webkit-input-placeholder {
    font-size: .8em;
    color: #666666;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form input:-moz-placeholder {
    font-size: .8em;
    color: #666666;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form input::-moz-placeholder {
    font-size: .8em;
    color: #666666;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form input:-ms-input-placeholder {
    font-size: .8em;
    color: #666666;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form button[type="submit"] {
    background: #e06900;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    width: auto;
    width: 19%;
    display: inline-block;
    vertical-align: top;
}

#page.meeting-finder .meeting-search-cont .meeting-search-form button[type="submit"]:after {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
}

#page.meeting-finder .meeting-search-cont .meetings-loader {
    display: none;
}

#page.meeting-finder .meeting-search-cont.loading > * {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

#page.meeting-finder .meeting-search-cont.loading .meetings-loader {
    border: 3px solid #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 43%;
    left: 50%;
    margin: -50px 0 0 -50px;
    display: block;
    z-index: 100;
    -webkit-box-shadow: 0 0 30px -10px #e06900;
    box-shadow: 0 0 30px -10px #e06900;
}

#page.meeting-finder .meeting-search-cont.loading .meetings-loader:before {
    content: '';
    width: 20%;
    height: 20%;
    background: #1aa6a2;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

#page.meeting-finder .meeting-search-cont.loading .meetings-loader:after {
    position: absolute;
    background: url("../img/mentalhelp-footericon.png") center center no-repeat #fff;
    content: '';
    margin: 17.5%;
    width: 65%;
    left: 0;
    top: 0;
    height: 65%;
    border-radius: 100%;
}

#page.meeting-finder .meeting-search-cont.loading .meetings-loader:after {
    -webkit-box-shadow: 0 0 8px -5px #3f3f3f;
    box-shadow: 0 0 8px -5px #3f3f3f;
}

#page.meeting-finder .meeting-finder-boxes {
    margin: 40px 0;
    /*	@include bp(lg) {
	    &.slider-open {
		margin-left: 50%;
	    }
	}*/
}

#page.meeting-finder .meeting-finder-boxes .meeting-finder-boxes-cont {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    position: relative;
}

#page.meeting-finder .meeting-finder-boxes .meeting-finder-boxes-cont.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

#page.meeting-finder .meeting-finder-boxes .meeting-finder-boxes-cont:before {
    position: absolute;
    content: attr(data-showing);
    text-transform: uppercase;
    padding: 4px;
    background: #fff;
    color: #e06900;
    border: 1px dotted #ccc;
    top: -54px;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    width: 240px;
    display: inline-block;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    -webkit-box-shadow: 0 0 4px 2px #f3f3f3;
    box-shadow: 0 0 4px 2px #f3f3f3;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .meeting-finder-circle, #page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    border-radius: 60px;
    border: 3px solid #1aa6a2;
    background: #fff;
    line-height: 40px;
    margin: -60px auto 10px;
    font-weight: bold;
    color: #e06900;
    pointer-events: none;
    -webkit-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .aa.meeting-finder-circle, #page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .aa.meeting-box-type {
    border-color: #c75d00;
    color: #c75d00;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .na.meeting-finder-circle, #page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .na.meeting-box-type {
    border-color: #17908c;
    color: #17908c;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .ma.meeting-finder-circle, #page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .ma.meeting-box-type {
    border-color: #463b35;
    color: #463b35;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .oa.meeting-finder-circle, #page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .oa.meeting-box-type {
    border-color: #ffb35c;
    color: #ffb35c;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .ga.meeting-finder-circle, #page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .ga.meeting-box-type {
    border-color: #0a6a68;
    color: #0a6a68;
}

#page.meeting-finder .meeting-finder-filter-words, #page.meeting-finder .meeting-finder-sort-words {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2em;
}

#page.meeting-finder .meeting-finder-filter-words:before, #page.meeting-finder .meeting-finder-sort-words:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    font-size: 1em;
}

#page.meeting-finder .meeting-finder-sort-words:before {
    content: '\f0dc';
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters {
    background: url("../img/gray-stripe-diag.png");
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}

@media (min-width: 768px) {
    #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters {
        text-align: left;
    }
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .btn:hover, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .listing-result-boxes ul.listing-search-cont.view-less:hover:before, .listing-result-boxes #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters ul.listing-search-cont.view-less:hover:before, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .listing-result-boxes ul.listing-search-cont.view-more:hover:before, .listing-result-boxes #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters ul.listing-search-cont.view-more:hover:before, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited:hover, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .listing-result-boxes ul.listing-search-cont.view-less:visited:hover:before, .listing-result-boxes #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters ul.listing-search-cont.view-less:visited:hover:before, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .listing-result-boxes ul.listing-search-cont.view-more:visited:hover:before, .listing-result-boxes #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters ul.listing-search-cont.view-more:visited:hover:before, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .btn.active, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .listing-result-boxes ul.active.listing-search-cont.view-less:before, .listing-result-boxes #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters ul.active.listing-search-cont.view-less:before, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .listing-result-boxes ul.active.listing-search-cont.view-more:before, .listing-result-boxes #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters ul.active.listing-search-cont.view-more:before {
    background: #043636 !important;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .filters-reset {
    padding: 20px;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .filters-reset:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .label {
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    color: #1aa6a2;
    background: #fff;
    padding: 3px;
    font-size: .85em;
    border-radius: 2px;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type .meeting-finder-circle {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    pointer-events: auto;
    height: 150px;
    width: 150px;
    line-height: 130px;
    font-size: 80px;
    border-radius: 200px;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .meeting-finder-circle, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .meeting-finder-circle {
    color: #fff;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .meeting-finder-circle.aa, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .meeting-finder-circle.aa {
    background: #c75d00;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .meeting-finder-circle.na, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .meeting-finder-circle.na {
    background: #17908c;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .meeting-finder-circle.ma, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .meeting-finder-circle.ma {
    background: #463b35;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .meeting-finder-circle.oa, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .meeting-finder-circle.oa {
    background: #ffb35c;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .meeting-finder-circle.ga, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .meeting-finder-circle.ga {
    background: #0a6a68;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .label, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .label {
    color: #fff;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .label.aa, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .label.aa {
    background: #c75d00;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .label.na, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .label.na {
    background: #17908c;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .label.ma, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .label.ma {
    background: #463b35;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .label.oa, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .label.oa {
    background: #ffb35c;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type:hover .label.ga, #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-type.active .label.ga {
    background: #0a6a68;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-day {
    position: relative;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-right: 4px;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-filters .meeting-day:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-time-cont {
    background: url("../img/gray-stripe-diag.png");
    padding: 20px;
    margin-bottom: 50px;
    color: #1aa6a2;
    font-family: "Roboto Slab", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 1250px) {
    #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-time-cont {
        text-align: left;
    }
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-time-cont .meeting-finder-time-box {
    vertical-align: middle;
    margin: 2px 10px;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-time-cont .meeting-finder-time-box .select-dropdown {
    z-index: 1;
    max-height: 250px;
    overflow: auto;
}

#page.meeting-finder .meeting-finder-filter-cont .meeting-finder-time-cont .meeting-finder-time-words {
    margin: 5px auto;
    display: block;
}

@media (min-width: 1250px) {
    #page.meeting-finder .meeting-finder-filter-cont .meeting-finder-time-cont .meeting-finder-time-words {
        display: inline-block;
    }
}

#page.meeting-finder .meeting-finder-sort-cont {
    background: url("../img/gray-stripe-diag.png");
    padding: 20px;
}

#page.meeting-finder .meeting-finder-sort-cont .meeting-finder-sort {
    width: 100%;
}

#page.meeting-finder .meeting-finder-sort-cont .option {
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    display: block;
}

#page.meeting-finder .meeting-finder-sort-cont .option:before {
    vertical-align: baseline;
    margin-right: 10px;
}

#page.meeting-finder .meeting-box-cont {
    padding: 0;
}

#page.meeting-finder .meeting-box-cont.wookmark-inactive {
    display: none;
}

#page.meeting-finder .meeting-box-cont .meeting-box {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 2px 2px #ccc;
    box-shadow: 0 2px 2px 2px #ccc;
    -webkit-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#page.meeting-finder .meeting-box-cont .meeting-box:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#page.meeting-finder .meeting-box-cont .meeting-box hr {
    margin: 5px 0;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header {
    padding: 10px 10px 40px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.aa {
    background: #e06900;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.aa hr {
    border-color: #ff7d0a;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.na {
    background: url("../img/teal-stripes-diag.png");
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.na hr {
    border-color: #20c9c4;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.ma {
    background: #544740;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.ma hr {
    border-color: #6b5b52;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.oa {
    background: #ffbf75;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.oa hr {
    border-color: #ffd29e;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.ga {
    background: #0c817f;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header.ga hr {
    border-color: #0fa6a4;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header .meeting-box-time {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-header .meeting-box-name {
    font-size: 1.2em;
    font-weight: bold;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body {
    background: #eee;
    padding: 30px 10px 10px;
    position: relative;
    border-radius: 0 0 4px 4px;
    -webkit-transition: background .3s ease 0s;
    transition: background .3s ease 0s;
    font-size: 1.2em;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-format .format {
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-address-cont {
    font-family: "Roboto Slab", sans-serif;
    padding-left: 15px;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-address-cont:hover {
    color: #e06900;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-address-cont:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 12px;
    margin-right: 5px;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type {
    color: #fff !important;
    border-color: #fff !important;
    height: 100px;
    width: 100px;
    line-height: 80px;
    font-size: 50px;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type.aa {
    background: #c75d00;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type.na {
    background: #17908c;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type.ma {
    background: #463b35;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type.oa {
    background: #ffb35c;
}

#page.meeting-finder .meeting-box-cont .meeting-box .meeting-box-body .meeting-box-type.ga {
    background: #0a6a68;
}

/* directory styles for aware */
.directory .col-sm-4 {
    width: 50%;
    float: left;
    display: block;
    padding: 15px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.directory .h3, .directory .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings .directory .info,
.directory .h3 a,
.directory .listing-result-boxes #displayListings .info a, .listing-result-boxes #displayListings
.directory .info a {
    font-size: 20px;
    display: block;
    width: 100%;
    margin: 0px;
    webkit-text-shadow: none !important;
    moz-text-shadow: none !important;
    text-shadow: none !important;
    position: relative;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 0px !important;
    color: #043636;
}

.directory .h3, .directory .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings .directory .info {
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #1aa6a2;
    border-left: 4px solid #1aa6a2;
}

.directory .h3, .directory .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings .directory .info {
    padding-bottom: 5px;
    padding-top: 5px;
}

.directory img {
    max-width: 100%;
    height: auto;
}

.directory .card {
    padding: 0px;
    position: relative;
}

.directory p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
}

.directory .card .btn, .directory .card .listing-result-boxes ul.listing-search-cont.view-less:before, .listing-result-boxes .directory .card ul.listing-search-cont.view-less:before, .directory .card .listing-result-boxes ul.listing-search-cont.view-more:before, .listing-result-boxes .directory .card ul.listing-search-cont.view-more:before {
    display: block;
    float: none;
    position: relative;
    width: auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 0px;
    color: #fff;
    text-shadow: 1px 1px 2px #004f6f;
    font-family: 'Roboto Slab', sans-serif;
    background: url("../img/teal-stripes-diag.png") center center repeat !important;
    border: 1px solid #1aa6a2;
    opacity: 1;
}

.directory .card .btn:hover, .directory .card .listing-result-boxes ul.listing-search-cont.view-less:hover:before, .listing-result-boxes .directory .card ul.listing-search-cont.view-less:hover:before, .directory .card .listing-result-boxes ul.listing-search-cont.view-more:hover:before, .listing-result-boxes .directory .card ul.listing-search-cont.view-more:hover:before {
    opacity: 0.9;
}

.directory-title {
    width: auto !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .directory .col-sm-4 {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .directory .col-sm-4 {
        width: 100%;
    }
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test), .listing-result-boxes ul.listing-search-cont.view-less:before, .listing-result-boxes ul.listing-search-cont.view-more:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited, .listing-result-boxes ul.listing-search-cont.view-less:visited:before, .listing-result-boxes ul.listing-search-cont.view-more:visited:before {
    background: #1aa6a2;
    border: none;
    border-radius: 0;
    color: white;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):hover, .listing-result-boxes ul.listing-search-cont.view-less:hover:before, .listing-result-boxes ul.listing-search-cont.view-more:hover:before, .btn:active, .listing-result-boxes ul.listing-search-cont.view-less:active:before, .listing-result-boxes ul.listing-search-cont.view-more:active:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited:hover, .listing-result-boxes ul.listing-search-cont.view-less:visited:hover:before, .listing-result-boxes ul.listing-search-cont.view-more:visited:hover:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited:active, .listing-result-boxes ul.listing-search-cont.view-less:visited:active:before, .listing-result-boxes ul.listing-search-cont.view-more:visited:active:before {
    background: #179490 !important;
    color: white;
    text-decoration: none;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):active, .listing-result-boxes ul.listing-search-cont.view-less:active:before, .listing-result-boxes ul.listing-search-cont.view-more:active:before, .btn.active, .listing-result-boxes ul.active.listing-search-cont.view-less:before, .listing-result-boxes ul.active.listing-search-cont.view-more:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited:active, .listing-result-boxes ul.listing-search-cont.view-less:visited:active:before, .listing-result-boxes ul.listing-search-cont.view-more:visited:active:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited.active, .listing-result-boxes ul.listing-search-cont.view-less:visited.active:before, .listing-result-boxes ul.listing-search-cont.view-more:visited.active:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):disabled, .listing-result-boxes ul.listing-search-cont.view-less:disabled:before, .listing-result-boxes ul.listing-search-cont.view-more:disabled:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited:disabled, .listing-result-boxes ul.listing-search-cont.view-less:visited:disabled:before, .listing-result-boxes ul.listing-search-cont.view-more:visited:disabled:before {
    background: #cccccc;
    cursor: not-allowed;
}

.btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):focus, .listing-result-boxes ul.listing-search-cont.view-less:focus:before, .listing-result-boxes ul.listing-search-cont.view-more:focus:before, .btn:not(.alltests__btn, .service-card__button, .btn--lightbrown, .btn--lightbrown-inverted, .btn--green, .btn--test):visited:focus, .listing-result-boxes ul.listing-search-cont.view-less:visited:focus:before, .listing-result-boxes ul.listing-search-cont.view-more:visited:focus:before {
    color: #fff;
}

.btn-disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.btn-disabled:hover {
    background: #cccccc;
}

.btn-light {
    background: #21d1cb;
}

.btn-light:hover {
    background: #1ebfba;
}

.btn-red, .btn-red[type='submit'], .btn-red:visited {
    background: #e06900;
}

.btn-red:hover, .btn-red[type='submit']:hover, .btn-red:visited:hover {
    background: #ffbf75;
}

.btn-yellow, .btn-yellow[type='submit'], .btn-yellow:visited {
    background: #f4b849;
}

.btn-yellow:hover, .btn-yellow[type='submit']:hover, .btn-yellow:visited:hover {
    background: #f5c161;
}

.btn-teal {
    background: url("../img/teal-stripes-diag.png");
    padding: 12px;
    width: 100%;
}

.btn-teal:active, .btn-teal.active {
    background-image: url("../img/teal-stripes-diag.png");
}

.btn-rounded {
    border-radius: 4px;
    -webkit-box-shadow: 1px 2px 5px #333;
    box-shadow: 1px 2px 5px #333;
}

[data-plugin="button-select"] {
    /*border-right: 40px solid $orange;*/
    cursor: pointer;
    display: inline-block;
    position: relative;
}

[data-plugin="button-select"].opened {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    [data-plugin="button-select"].opened {
        padding-bottom: 0;
    }
}

[data-plugin="button-select"] input {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: none;
    /*border-bottom: 5px solid $orange;*/
    margin-bottom: 0;
    font-size: 1.3em;
    color: #1aa6a2;
    font-weight: bold;
    cursor: pointer;
}

[data-plugin="button-select"] input::-webkit-input-placeholder {
    color: #666666;
    font-size: 1.1em;
}

[data-plugin="button-select"] input:-moz-placeholder {
    color: #666666;
    font-size: 1.1em;
}

[data-plugin="button-select"] input::-moz-placeholder {
    color: #666666;
    font-size: 1.1em;
}

[data-plugin="button-select"] input:-ms-input-placeholder {
    color: #666666;
    font-size: 1.1em;
}

[data-plugin="button-select"]:after {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    background: #e06900;
    padding: 20px 10px;
    right: 0px;
    top: 0;
    height: 40px;
    font-size: 2em;
    color: #fff;
}

[data-plugin="button-select"][data-direction="up"].opened {
    padding-bottom: 0px;
}

[data-plugin="button-select"][data-direction="up"] .select-dropdown {
    margin-bottom: 0;
    bottom: 40px;
    z-index: 100;
    height: 300px;
    overflow: auto;
}

[data-plugin="button-select"][data-direction="up"]:after {
    content: '\f0d8';
}

[data-plugin="button-select"][data-direction="up"].link.loading:after {
    color: #e06900;
}

[data-plugin="button-select"][data-direction="up"].link.loading:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    padding: 20px 10px;
    right: -5px;
    top: 0;
    height: 40px;
    font-size: 2em;
    color: #fff;
    z-index: 1;
}

[data-plugin="button-select"] .select-dropdown {
    display: none;
    position: absolute;
    margin-bottom: -10%;
    width: 100%;
    background: #847770;
}

[data-plugin="button-select"] .select-dropdown .option {
    color: #fff;
    padding: 7px;
    font-size: 1.2em;
}

[data-plugin="button-select"] .select-dropdown .option:hover {
    background: #766b64;
}

#header {
    background: url("../img/teal-stripes-diag.png");
    border-bottom: 1px solid #1aa6a2;
    position: relative;
    z-index: 200;
}

#header .toggle-menu {
    cursor: pointer;
    display: table;
    float: right;
    height: 28px;
    margin-top: 20px;
    text-align: center;
    width: 33px;
}

#header .toggle-menu:hover {
    background: #1ebfba;
}

@media (min-width: 768px) {
    #header .toggle-menu {
        display: none;
    }
}

#header .toggle-menu span {
    color: white;
    display: table-cell;
    font-size: 20px;
    vertical-align: middle;
}

.site-logo {
    background-image: url("../img/mentalhelp-logo-tagline-2x.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    display: block;
    height: 66px;
    padding: 20px 0;
    width: 253px;
    max-width: 85%;
    margin-left: -15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .site-logo {
        background-image: url("../img/mentalhelp-logo-tagline-2x.png");
    }
}

@media (min-width: 768px) {
    .site-logo {
        background-position: 0 100%;
        height: 50px;
        padding-bottom: 0;
        width: 280px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .site-logo {
        background-position: 50% 50%;
        height: 90px;
        padding-bottom: 20px;
    }
}

.ad-header-mobile {
    height: 50px;
    margin: 0 auto 20px;
    width: 320px;
}

@media (min-width: 768px) {
    .ad-header-mobile {
        display: none;
    }
}

#nav-main {
    background: #1aa6a2;
    color: white;
    display: none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    margin-left: -15px;
}

@media (min-width: 768px) {
    #nav-main {
        background: none;
        display: block !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    #nav-main {
        margin-bottom: 0;
        margin-top: 26px;
        margin-right: -15px;
        float: right;
    }
}

#nav-main ul {
    margin: 0;
    padding: 0;
}

#nav-main li {
    border-top: 1px solid #21d1cb;
    list-style: none;
    position: relative;
}

@media (min-width: 768px) {
    #nav-main li {
        border-top: none;
        display: inline-block;
        float: left;
    }
}

#nav-main li a {
    color: white;
    display: block;
    padding: 10px 20px;
}

#nav-main li a:hover {
    background: #179490;
}

@media (min-width: 768px) {
    #nav-main li a {
        padding: 10px 5px;
    }

    #nav-main li a:hover {
        background: none;
        border-bottom: 1px solid white;
        margin-bottom: -1px;
        text-decoration: none;
    }
}

#nav-main li:first-child {
    border-top: none;
}

@media (min-width: 768px) {
    #nav-main li:hover .lower {
        display: block !important;
    }
}

@media (min-width: 768px) {
    #nav-main .expand a {
        padding-right: 30px;
        z-index: 10;
    }
}

#nav-main .icon {
    cursor: pointer;
    font-size: 10px;
    padding: 15px;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    color: rgba(255, 255, 255, 0.65);
}

@media (min-width: 768px) {
    #nav-main .icon {
        z-index: 1;
    }
}

#nav-main .icon .iconic-chevron-bottom {
    display: block;
}

#nav-main .icon .iconic-chevron-top {
    display: none;
}

#nav-main .icon.active .iconic-chevron-bottom {
    display: none;
}

#nav-main .icon.active .iconic-chevron-top {
    display: block;
}

#nav-main .lower {
    background: #179490;
    display: none;
    z-index: 100;
    border-radius: 4px;
    margin-top: -3px;
}

@media (min-width: 768px) {
    #nav-main .lower {
        background: #1aa6a2;
        display: none !important;
        float: none;
        left: 0;
        position: absolute;
        top: 100%;
    }
}

#nav-main .lower li {
    position: relative;
    border-top: 1px solid #21d1cb;
    width: 100%;
}

#nav-main .lower li:first-child {
    border-radius: 4px 4px 0 0;
    background: url("../img/teal-stripes-diag.png");
}

#nav-main .lower li:first-child a:hover {
    border-radius: 4px 4px 0 0;
}

@media (min-width: 768px) {
    #nav-main .lower li:first-child {
        border: none;
    }
}

#nav-main .lower li.nav-substance-abuse, #nav-main .lower li.nav-dual-diagnosis {
    background: #0c817f;
}

#nav-main .lower li ul {
    display: none;
}

#nav-main .lower li:hover ul {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #179490;
}

@media (min-width: 768px) {
    #nav-main .lower li:hover ul {
        display: block;
        border-radius: 0 6px 6px 6px;
    }

    #nav-main .lower li:hover ul li:first-child {
        border-radius: 0 6px 0 0;
    }
}

#nav-main .lower li:hover ul li:first-child {
    border-radius: 0;
    background: #179490;
}

#nav-main .lower li[data-expander="back"] {
    cursor: pointer;
}

#nav-main .lower li[data-expander="back"] .iconic {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    color: #fff;
    color: rgba(255, 255, 255, 0.65);
    z-index: 15;
    cursor: pointer;
    padding: 15px;
}

#nav-main .lower li.sub-expand {
    position: relative;
}

#nav-main .lower li.sub-expand .iconic {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
    color: rgba(255, 255, 255, 0.65);
    z-index: 15;
    cursor: pointer;
    padding: 15px;
}

@media (min-width: 768px) {
    #nav-main .lower li.sub-expand .iconic {
        top: 40%;
        top: -webkit-calc(50% - 10px);
        top: calc(50% - 10px);
        right: 15px;
        padding: 0;
    }
}

#nav-main .lower a {
    color: white;
    padding-left: 30px;
    font-size: 12px;
    position: relative;
}

#nav-main .lower a[class^="icon-mhn-"] {
    padding-left: 40px;
}

#nav-main .lower a[class^="icon-mhn-"]:before {
    position: absolute;
    left: 10px;
    font-size: 2em;
    text-decoration: none;
}

#nav-main .lower a:hover {
    background: #179490;
}

.search {
    font-size: 12px;
    margin: 10px 20px;
    position: relative;
}

@media (min-width: 768px) {
    .search {
        margin: 5px 0 0 15px;
    }
}

.search input[type='text'] {
    background: none;
    border: 1px solid white;
    color: white;
    display: inline-block;
    line-height: normal;
    padding: 6px 12px;
}

@media (min-width: 768px) {
    .search input[type='text'] {
        width: auto;
        min-width: 160px;
    }
}

.search input[type='text']::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.search input[type='text']:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.search input[type='text']::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.search input[type='text']:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
}

.search button[type='submit'] {
    background: none;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
}

@media (min-width: 768px) {
    .search button[type='submit'] {
        right: 0;
        width: 30px;
    }
}

.search button[type='submit'] span {
    vertical-align: middle;
}

#footer {
    background: url("../img/333-stripes-diag.png");
    color: #666666;
    font-size: 11px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    #footer {
        min-height: 100px;
    }
}

#footer.sticky-padding--mobile .copy-cont {
    padding-bottom: 58px;
}

#footer.sticky-padding--desktop .copy-cont {
    padding-bottom: 130px;
}

@media (min-width: 480px) {
    #footer.sticky-padding--desktop .copy-cont {
        padding-bottom: 100px;
    }
}

@media (min-width: 768px) {
    #footer.sticky-padding--desktop .copy-cont {
        padding-bottom: 50px;
    }
}

#footer .find-treatment-select .option {
    display: block;
}

#footer .puzzle {
    background: none;
    background-image: url("../img/mentalhelp-footericon.png");
    background-repeat: no-repeat;
    background-size: 32px 36px;
    display: inline-block;
    height: 36px;
    margin-bottom: 20px;
    width: 32px;
}

@media (min-width: 768px) {
    #footer .puzzle {
        left: 50%;
        margin: 36px 0 0 -16px;
        position: absolute;
    }
}

#footer .footer-links {
    margin: 0;
}

@media (min-width: 768px) {
    #footer .footer-links {
        padding-top: 10px;
    }
}

#footer .footer-links li {
    display: block;
    line-height: normal;
    padding: 0 5px;
    margin-bottom: 10px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    #footer .footer-links li {
        display: inline-block;
        border-left: 1px solid #666666;
    }
}

#footer .footer-links li:first-child {
    display: block;
    border-left: none;
}

#footer .footer-links .specialty-state-search {
    display: block;
}

#footer .footer-links .specialty-state-search input {
    color: #fff;
    background: #3d3a39;
    background: rgba(114, 108, 106, 0.2);
}

#footer .footer-links .specialty-state-search input::-webkit-input-placeholder {
    font-size: 0.7em;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
}

#footer .footer-links .specialty-state-search input:-moz-placeholder {
    font-size: 0.7em;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
}

#footer .footer-links .specialty-state-search input::-moz-placeholder {
    font-size: 0.7em;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
}

#footer .footer-links .specialty-state-search input:-ms-input-placeholder {
    font-size: 0.7em;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
}

#footer .footer-links .specialty-state-search .select-dropdown {
    overflow: none;
    height: auto;
    background: #5e554f;
    padding: 4px;
    -webkit-box-shadow: 0 -3px 7px #7a6e66;
    box-shadow: 0 -3px 7px #7a6e66;
}

#footer .footer-links .specialty-state-search .select-dropdown .select-dropdown-inner {
    font-size: 0;
    overflow: auto;
    height: 300px;
}

#footer .footer-links .specialty-state-search .select-dropdown a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #5e554f;
    color: #fff;
    border-bottom: 1px solid #504843;
    border-right: 1px solid #504843;
    display: inline-block;
    width: 50%;
    padding: 5px 5px 5px 35px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    /*font-family: $roboto-slab;*/
}

#footer .footer-links .specialty-state-search .select-dropdown a:nth-child(even) {
    border-right: none;
}

#footer .footer-links .specialty-state-search .select-dropdown a:before {
    font-size: 20px;
    left: 6px;
    line-height: 22px;
    position: absolute;
    color: #504843;
    text-shadow: 1px 1px #6c625b;
}

#footer .footer-links .specialty-state-search .select-dropdown a:hover {
    background: #504843;
    color: #342f2c;
    text-shadow: 1px 1px #6c625b;
}

#footer .footer-links .specialty-state-search .select-dropdown a:hover:before {
    color: #342f2c;
}

@media (min-width: 768px) {
    #footer .footer-links {
        float: right;
        margin: 8px 0 0;
    }
}

#footer .copy-cont {
    width: 100%;
    padding: 8px;
    background: #1f1f1f;
}

#footer .copy {
    margin: 0;
    padding-bottom: 10px;
    font-size: 10px;
    color: #fff;
}

#footer .c-partner-banner {
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
}

@media (min-width: 480px) {
    #footer .c-partner-banner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    #footer .c-partner-banner {
        float: left;
        width: 50%;
        text-align: left;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}

@media (min-width: 992px) {
    #footer .c-partner-banner {
        width: 70%;
    }
}

#footer .c-partner-banner__logo {
    display: block;
    height: 40px;
    margin: 0 auto;
}

@media (min-width: 480px) {
    #footer .c-partner-banner__logo {
        display: inline-block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0;
    }
}

#footer .c-partner-banner__logo--mh {
    background: url("../img/mentalhelp-logo-2x.png") no-repeat center;
    max-width: 190px;
    background-size: 90%;
}

@media (min-width: 480px) {
    #footer .c-partner-banner__logo--mh {
        border-right: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    #footer .c-partner-banner__logo--mh {
        background-position: left;
    }
}

#footer .c-partner-banner__logo--aac {
    background: url("../img/aac_horiz_white.png") no-repeat center;
    max-width: 310px;
    background-size: 90%;
}

#footer .c-partner-banner__text {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    text-transform: none;
}

#footer .c-partner-banner__text a {
    color: #fff;
    text-decoration: underline;
}

#footer .c-partner-banner__text a:hover, #footer .c-partner-banner__text a:active, #footer .c-partner-banner__text a:focus {
    color: #fff;
}

#footer .c-partner-banner__text span {
    display: block;
}

@media (min-width: 480px) {
    #footer .c-partner-banner__text span {
        display: inline;
    }
}

#page {
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 768px) {
    #page {
        padding-bottom: 100px;
        padding-top: 50px;
        position: relative;
    }
}

.scroll-past-header #page {
    padding-top: 180px;
}

@media (min-width: 768px) {
    .scroll-past-header #page {
        padding-top: 120px;
    }
}

@media (min-width: 768px) {
    #sidebar {
        border-left: 1px dashed #e6e6e6;
    }
}

.section {
    clear: both;
    margin-bottom: 30px;
}

.side-module .section-title,
.side-module input[type='text'] {
    margin-bottom: 10px;
}

.side-module input[type="submit"] {
    margin-bottom: 5px;
}

.newsletter .section-title,
.newsletter input[type='text'] {
    border-color: #e06900;
}

.newsletter form {
    margin-bottom: 10px;
}

.list-sidebar .h3, .list-sidebar .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings .list-sidebar .info {
    cursor: pointer;
    line-height: 30px;
    min-height: 30px;
    position: relative;
}

.list-sidebar .h3:hover, .list-sidebar .listing-result-boxes #displayListings .info:hover, .listing-result-boxes #displayListings .list-sidebar .info:hover {
    color: #179490;
}

.list-sidebar ul {
    padding: 0;
}

.list-sidebar li {
    list-style: none;
    margin-bottom: 8px;
}

.list-sidebar > ul {
    padding: 0;
}

.list-sidebar > ul > li {
    margin-bottom: 8px;
    position: relative;
}

.list-sidebar > ul ul {
    background: #e6e6e6;
    display: none;
    margin-left: 30px;
    padding: 12px;
    padding-right: 0;
}

.list-sidebar .bar {
    border-left: 4px solid #1aa6a2;
    color: #1aa6a2;
    display: block;
    font-weight: 500;
    font-size: 12px;
    min-height: 30px;
    padding: 6px 35px 6px 12px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.list-sidebar a.bar.has-icon {
    border-left: none;
    border-right: 4px solid #1aa6a2;
    border-top: 1px solid #1aa6a2;
    border-bottom: 1px solid #1aa6a2;
    padding: 6px 12px 6px 40px;
}

.list-sidebar a.bar.has-icon + .icon + ul {
    border-top: none;
}

.list-sidebar div.has-icon {
    border-left: none;
    padding-left: 40px;
    cursor: pointer;
}

.list-sidebar div.has-icon + ul {
    padding-left: 12px;
    border-left: 1px dashed #e6e6e6;
}

#page .featured-topics a.bar.has-icon {
    overflow: hidden;
    background: #1aa6a2;
    background-image: url("../img/teal-stripes-diag.png");
    background-repeat: repeat;
    color: #fff;
    height: 100px;
    font-size: 1.2em;
    padding: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    border: none;
}

#page .featured-topics a.bar.has-icon.active, #page .featured-topics a.bar.has-icon:hover {
    background-image: url("../img/orange-mountains-small.jpg");
    background-size: cover;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px #ffbf75;
}

#page .featured-topics a.bar.has-icon.active .topic-icon[class*=icon-mhn]:before, #page .featured-topics a.bar.has-icon:hover .topic-icon[class*=icon-mhn]:before {
    color: #e06900;
    text-shadow: 1px 1px #ffbf75;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#page .featured-topics a.bar.has-icon.active:after, #page .featured-topics a.bar.has-icon:hover:after {
    right: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
}

#page .featured-topics a.bar.has-icon.active.active:after, #page .featured-topics a.bar.has-icon:hover.active:after {
    opacity: 0;
    filter: alpha(opacity=0);
}

#page .featured-topics a.bar.has-icon.active + .icon, #page .featured-topics a.bar.has-icon:hover + .icon {
    background: #ffbf75;
}

#page .featured-topics a.bar.has-icon .topic-icon[class*=icon-mhn]:before {
    left: 35px;
    position: absolute;
    text-align: right;
    top: 0;
    color: #043636;
    text-shadow: 1px 1px #1dbcb8;
    line-height: 100px;
    height: 100px;
    font-size: 40px;
    width: 50px;
    opacity: 0.25;
    filter: alpha(opacity=25);
}

@media (min-width: 480px) {
    #page .featured-topics a.bar.has-icon .topic-icon[class*=icon-mhn]:before {
        font-size: 60px;
        width: 100px;
    }
}

#page .featured-topics a.bar.has-icon .title {
    display: block;
    margin: 20px 60px 20px 90px;
    font-size: .8em;
}

@media (min-width: 480px) {
    #page .featured-topics a.bar.has-icon .title {
        margin: 20px 60px 20px 150px;
        font-size: 1em;
    }
}

#page .featured-topics a.bar.has-icon:after {
    -webkit-transition: right .5s ease .2s, opacity .5s ease .2s;
    transition: right .5s ease .2s, opacity .5s ease .2s;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -60px;
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    top: 25%;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    font-size: 40px;
    line-height: 60px;
    color: #e06900;
}

#page .featured-topics .icon {
    width: 40px;
    height: 100px;
    background: #1dbcb8;
    -webkit-box-shadow: 0 0 15px -10px #000;
    box-shadow: 0 0 15px -10px #000;
}

@media (min-width: 768px) {
    #page .featured-topics .icon {
        width: 60px;
    }
}

#page .featured-topics .icon [data-fontawesome-icon]:before {
    top: 0;
    left: -7px;
    line-height: 100px;
}

@media (min-width: 768px) {
    #page .featured-topics .icon [data-fontawesome-icon]:before {
        left: -10px;
        font-size: 20px;
    }
}

#page .featured-topics .icon:hover {
    background: #0c817f;
}

#page .featured-topics li ul {
    background: #eee;
    border: 2px dashed #ddd;
    border-top: none;
    padding: 12px;
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
    margin-left: 0;
}

#page .featured-topics li ul.active {
    /*		background: $yellow-stripe;
		background: $gray-stripe;*/
}

#page .featured-topics li ul.active a {
    padding: 4px;
    display: block;
    margin: 2px 0;
    /*		    color: $orange;
		    color: $teal;*/
}

#page .featured-topics li ul.active a.active {
    background: #e06900;
    background: #1aa6a2;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#page .featured-topics > ul > li.active .icon [data-fontawesome-icon]:before {
    content: '\f077';
}

#page .featured-topics > ul > li.active ul {
    display: block !important;
    height: auto;
    line-height: 1.4em;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.resources-section .icon {
    color: #1aa6a2 !important;
    background: none !important;
    font-size: 14px !important;
    padding: 8px 0 8px !important;
    left: 6px !important;
}

[data-target="next"] + ul {
    display: none;
}

[data-target="next"] + ul a.active {
    text-decoration: underline;
}

[data-target="next"].active + ul {
    display: block;
}

.featured-topics [data-target="next"] + ul {
    display: block;
    height: 0;
    line-height: 0;
    padding: 0;
    margin-left: auto;
    visibility: hidden;
    -webkit-transition: line-height .5s ease 0s;
    transition: line-height .5s ease 0s;
}

.featured-topics [data-target="next"] + ul a.active {
    text-decoration: underline;
}

.featured-topics [data-target="next"].active + ul {
    height: auto;
    line-height: 1.4em;
    padding: 12px 0 12px 12px;
    visibility: visible;
}

#page .icon {
    background: #1aa6a2;
    color: white;
    cursor: pointer;
    font-size: 10px;
    font-weight: normal;
    height: 30px;
    line-height: 10px;
    padding: 10px 0 10px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

#page .icon .open {
    display: none;
}

#page .icon:hover {
    background: #179490;
}

#page .btn .icon, #page .listing-result-boxes ul.listing-search-cont.view-less:before .icon, .listing-result-boxes #page ul.listing-search-cont.view-less:before .icon, #page .listing-result-boxes ul.listing-search-cont.view-more:before .icon, .listing-result-boxes #page ul.listing-search-cont.view-more:before .icon {
    background: none;
}

#page .active .closed {
    display: none;
}

#page .active .open {
    display: block;
}

.ad-sidebar-desktop {
    display: none;
}

@media (min-width: 768px) {
    .ad-sidebar-desktop {
        display: block;
    }
}

.state-search {
    background: white;
    margin-bottom: 30px;
    position: relative;
}

.state-search .h2 {
    color: #555;
    width: 75%;
    margin: 10px auto;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
}

.state-search .h2 .arrow {
    background: url("../img/arrow-icon-dn.png") no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.state-search .h2 strong {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.state-search .specialty-state-search-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 35px;
    background: #e16400;
}

.state-search .specialty-state-search-wrap .specialty-state-search {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    width: 75%;
}

.state-search .specialty-state-search-wrap .specialty-state-search input {
    color: #fff;
    background: #fff;
    border: 1px solid #555;
    font-size: 1.0em;
}

.state-search .specialty-state-search-wrap .specialty-state-search input::-webkit-input-placeholder,
.state-search .specialty-state-search-wrap .specialty-state-search input:-moz-placeholder,
.state-search .specialty-state-search-wrap .specialty-state-search input::-moz-placeholder,
.state-search .specialty-state-search-wrap .specialty-state-search input:-ms-input-placeholder {
    font-size: .7em;
    color: #ddd;
    font-weight: bold;
    opacity: 1;
    filter: alpha(opacity=100);
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown {
    overflow: none;
    height: auto;
    background: #5e554f;
    padding: 4px;
    -webkit-box-shadow: 0 -3px 7px #7a6e66;
    box-shadow: 0 -3px 7px #7a6e66;
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown .select-dropdown-inner {
    font-size: 0;
    overflow: auto;
    height: 300px;
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #5e554f;
    color: #fff;
    border-bottom: 1px solid #504843;
    border-right: 1px solid #504843;
    display: inline-block;
    width: 100%;
    padding: 5px 5px 5px 35px;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown a:before {
    font-size: 20px;
    left: 6px;
    line-height: 22px;
    position: absolute;
    color: #504843;
    text-shadow: 1px 1px #6c625b;
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown a:hover {
    background: #504843;
    color: #342f2c;
    text-shadow: 1px 1px #6c625b;
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown a:nth-child(even) {
    border-right: none;
}

.state-search .specialty-state-search-wrap .specialty-state-search .select-dropdown a:hover:before {
    color: #342f2c;
}

.state-search [data-plugin="button-select"]::after {
    background: #555;
}

.state-search .find-treatment-select .option {
    display: block;
}

/**
* Comments List
*/
.section-title,
.comment-reply-title {
    border-bottom: 1px solid #1aa6a2;
    border-left: 4px solid #1aa6a2;
    padding: 10px 0 10px 10px;
}

.section-title-red {
    border-bottom: 1px solid #e06900;
    border-left: 4px solid #e06900;
}

.item-list {
    padding: 0;
}

.item-list li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}

.item-list .aside {
    background: #cccccc;
    display: table-cell;
    overflow: hidden;
    width: 4px;
}

.item-list .aside .bar {
    background: #e06900;
    height: 20px;
    margin-top: 50px;
    width: 4px;
}

.item-list .item-wrap {
    display: table-cell;
    vertical-align: top;
}

.item-list .item-meta {
    background: url("../img/gray-stripe-diag.png");
    color: #777;
    font-weight: 500;
    font-size: 12px;
    line-height: normal;
    text-shadow: 1px 1px #fff;
    padding: 10px 85px 10px 10px;
    text-transform: uppercase;
}

.item-list .item-meta a {
    color: #847770;
}

.item-list .item-author {
    display: inline-block;
    background: #fff;
    padding: 2px;
}

.item-list .item-author .says {
    display: none;
}

.item-list .item-metadata {
    border-left: 1px solid #91847d;
    color: #91847d;
    display: inline-block;
    line-height: normal;
    margin-left: 5px;
    padding-left: 5px;
}

.item-list .item-content {
    margin-bottom: 12px;
    padding: 14px 10px 0;
}

.item-list .item-content p {
    margin-bottom: 10px;
}

.item-list .action {
    position: absolute;
    right: 0;
    top: 0;
}

.item-list .action a, .item-list .action a:visited {
    display: block;
    background: #1aa6a2;
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 20px;
    text-transform: uppercase;
    text-shadow: none;
}

.item-list .action a:hover, .item-list .action a:visited:hover {
    background: #179490;
    text-decoration: none;
}

.item-list .action a span, .item-list .action a:visited span {
    padding-right: 15px;
}

.item-list .action a span[data-fontawesome-icon]:before, .item-list .action a:visited span[data-fontawesome-icon]:before {
    right: -5px;
    top: auto;
    left: auto;
    line-height: 14px;
}

.comment-list {
    margin-bottom: 30px;
}

.comment-list .avatar {
    display: none;
}

.comment-list .children {
    padding-left: 10px;
}

/**
* Comments Form
*/
.comment-reply-title {
    font-size: 18px;
}

#commentform p {
    margin-bottom: 5px;
}

#commentform input[type='text'],
#commentform textarea {
    width: 100%;
}

@media (min-width: 768px) {
    #commentform input[type='text'] {
        width: 50%;
    }
}

.tiles {
    margin: 0 -3px;
    padding: 0;
}

.tiles li {
    list-style: none;
    margin-bottom: 12px;
}

.tiles a {
    display: block;
    height: 140px;
    padding: 0 3px;
    position: relative;
    width: 100%;
}

.tiles .bg {
    background-position: 0 50%;
    background-size: cover;
    height: 140px;
}

.tiles .frame {
    background: #eee;
    background-image: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
}

.tiles .frame .bg {
    background-size: 150px 100%;
    background-position: top right;
    background-repeat: no-repeat;
}

.tiles .tag {
    left: 0;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    top: 20px;
    max-width: 100%;
}

.tiles .tag .content {
    background: #1aa6a2;
    background: rgba(26, 166, 162, 0.65);
    color: white;
    overflow: hidden;
    padding: 2px 7px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tiles .meta {
    bottom: 20px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    max-width: 100%;
}

.tiles h3,
.tiles .metadata {
    display: inline-block;
}

.tiles h3 {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    color: #e06900;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 5px 10px;
    max-width: 100%;
}

.tiles .metadata {
    background-color: #043636;
    background-color: rgba(0, 94, 91, 0.65);
    color: #fff;
    font-weight: 500;
    padding: 1px 10px;
}

.tiles .time {
    display: inline-block;
}

.tiles .divider {
    margin: 0 5px;
}

.related-content .toggle-related {
    margin-bottom: 5px;
}

.related-content .toggle-related .btn, .related-content .toggle-related .listing-result-boxes ul.listing-search-cont.view-less:before, .listing-result-boxes .related-content .toggle-related ul.listing-search-cont.view-less:before, .related-content .toggle-related .listing-result-boxes ul.listing-search-cont.view-more:before, .listing-result-boxes .related-content .toggle-related ul.listing-search-cont.view-more:before {
    float: right;
    font-size: 16px;
    padding: 7px 15px;
    width: 49%;
}

.related-content .toggle-related .btn:first-child, .related-content .toggle-related .listing-result-boxes ul.listing-search-cont.view-less:first-child:before, .listing-result-boxes .related-content .toggle-related ul.listing-search-cont.view-less:first-child:before, .related-content .toggle-related .listing-result-boxes ul.listing-search-cont.view-more:first-child:before, .listing-result-boxes .related-content .toggle-related ul.listing-search-cont.view-more:first-child:before {
    float: left;
}

.related-content .toggle-related .btn.active, .related-content .toggle-related .listing-result-boxes ul.active.listing-search-cont.view-less:before, .listing-result-boxes .related-content .toggle-related ul.active.listing-search-cont.view-less:before, .related-content .toggle-related .listing-result-boxes ul.active.listing-search-cont.view-more:before, .listing-result-boxes .related-content .toggle-related ul.active.listing-search-cont.view-more:before {
    background: #21d1cb;
}

@media (min-width: 768px) {
    .related-content .toggle-related {
        display: none;
    }
}

@media (min-width: 768px) {
    .related-content > h2 {
        display: none;
    }
}

.related-content .row h2 {
    display: none;
}

@media (min-width: 768px) {
    .related-content .row h2 {
        display: block;
    }
}

.related-content .video {
    display: none;
}

@media (min-width: 768px) {
    .related-content .video {
        display: block;
    }
}

.related-content .tiles a {
    height: 100px;
}

@media (min-width: 768px) {
    .related-content .tiles a {
        height: 130px;
    }
}

.related-content .tiles .bg {
    height: 100px;
}

@media (min-width: 768px) {
    .related-content .tiles .bg {
        height: 130px;
    }
}

.cta-long {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    /*    &:after {
	content: 'Advertisement';
	color: #ccc;
	font-size: .75em;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;

    }*/
    text-align: center;
}

.cta-long .cta-who-top {
    display: block;
    font-size: 0.7em;
    text-align: right;
    width: 100%;
}

.cta-long .cta-who-top .cta-who {
    color: #ccc;
    font-weight: normal;
}

.cta-long .cta-content {
    padding-top: 10px;
}

.cta-long .cta-logo img {
    margin: auto;
    max-width: 150px;
}

.cta-long .highlight {
    color: #e06900;
}

@media (min-width: 768px) {
    .cta-long {
        padding-bottom: 0;
    }

    .cta-long:after {
        bottom: auto;
        top: -10px;
        right: 0;
        width: auto;
        left: auto;
    }
}

.listing-box {
    position: relative;
    background-color: #eee;
    -webkit-box-shadow: 0 2px 2px #ccc;
    box-shadow: 0 2px 2px #ccc;
    margin-bottom: 20px;
}

.listing-box.sponsor:after {
    border-radius: 3px 0 0;
    bottom: 0;
    color: #ccc;
    content: "sponsor";
    padding: 2px 4px;
    position: absolute;
    right: 0;
}

.listing-box.listing-box-standard {
    border-bottom: 3px solid #ffbf75;
    /*	.listing-phone div {
	    @include bp(md) {
		&,
		&:hover {
		    color: #3a2d26;
		}
	    }
	}*/
}

.listing-box.listing-box-standard:before, .listing-box.listing-box-standard:after {
    content: " ";
    display: table;
}

.listing-box.listing-box-standard:after {
    clear: both;
}

.listing-box.listing-box-standard .listing-box-standard-info {
    position: absolute;
    right: 0;
    top: 60px;
    color: #555;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: background .3s ease 0s;
    transition: background .3s ease 0s;
}

.listing-box.listing-box-standard .listing-box-standard-info:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.listing-box.listing-box-standard .listing-box-standard-info .listing-address {
    color: #544740;
}

.listing-box.listing-box-standard .listing-box-standard-info .listing-phone div {
    color: #544740;
}

.listing-box.listing-box-standard .listing-name {
    background: #847770;
}

.listing-box.listing-box-standard .listing-name:before {
    position: absolute;
    content: '';
    left: 47%;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #847770;
    z-index: 2;
}

.listing-box.listing-box-standard .listing-photo {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.listing-box.listing-box-featured:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-family: "fontawesome";
    font-size: 80px;
    pointer-events: none;
}

@media (min-width: 992px) {
    .listing-box.listing-box-featured:before {
        top: 20px;
        font-size: 100px;
    }
}

.listing-box.listing-box-featured:after {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    content: 'Sponsored';
    font-size: 10px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.listing-box.listing-box-featured .listing-name {
    background-color: #1aa6a2;
}

.listing-box.listing-box-featured .listing-name:before {
    position: absolute;
    content: '';
    left: 47%;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #1aa6a2;
}

.listing-box.listing-box-free .listing-name {
    background-color: #999999;
}

.listing-box.listing-box-free.hovered .listing-name, .listing-box.listing-box-free:hover .listing-name {
    background-color: #1aa6a2;
    background-image: url("../img/teal-stripes-diag.png");
    background-repeat: repeat;
}

.listing-box .listing-name {
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    background: #1aa6a2;
    padding: 5px;
    position: relative;
}

.listing-box .listing-name span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.listing-box .listing-address {
    color: #888;
    margin-left: 40px;
    margin-top: 2px;
    padding: 5px;
}

.listing-box .listing-phone div {
    margin-left: 40px;
    padding: 5px 5px 10px;
    color: #888;
}

.listing-box .listing-phone div:hover {
    color: #1aa6a2;
}

.listing-box .listing-photo {
    height: 120px;
    line-height: 120px;
    overflow: hidden;
    background-color: #fff;
    /*box-shadow: 0 0 50px #111 inset;*/
}

.listing-box .listing-photo img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
    filter: alpha(opacity=60);
}

@media (min-width: 992px) {
    .listing-box .listing-photo {
        height: 170px;
        line-height: 170px;
    }
}

.listing-box a {
    text-decoration: none;
}

.listing-box:hover.listing-box-featured:before, .listing-box.hovered.listing-box-featured:before {
    z-index: 10;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    content: '\f101';
}

.listing-box:hover .listing-photo img, .listing-box.hovered .listing-photo img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.listing-box .no-pad {
    padding: 0;
}

@media (min-width: 480px) {
    .listing-grid:nth-child(2n + 1), #page.main-specialty .states > li:nth-child(2n + 1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .listing-grid:nth-child(2n + 1), #page.main-specialty .states > li:nth-child(2n + 1) {
        clear: none;
    }

    .listing-grid:nth-child(3n + 1), #page.main-specialty .states > li:nth-child(3n + 1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .listing-grid:nth-child(2n + 1), #page.main-specialty .states > li:nth-child(2n + 1) {
        clear: none;
    }

    .listing-grid:nth-child(3n + 1), #page.main-specialty .states > li:nth-child(3n + 1) {
        clear: none;
    }

    .listing-grid:nth-child(4n + 1), #page.main-specialty .states > li:nth-child(4n + 1) {
        clear: left;
    }
}

.listing-result-boxes #displaylistingsSkel {
    display: none;
}

.listing-result-boxes #displayListings {
    margin-top: 30px;
}

.listing-result-boxes #displayListings .info {
    text-align: center;
    color: #e06900;
}

.listing-result-boxes #displayListings .info.loading:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    color: #1aa6a2;
}

.listing-result-boxes ul.listing-search-cont {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.listing-result-boxes ul.listing-search-cont.view-less:before {
    content: attr(data-num);
    top: -40px;
    right: 4px;
    position: absolute;
}

.listing-result-boxes ul.listing-search-cont.view-less li:nth-child(n + 7) {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    line-height: 0;
}

.listing-result-boxes ul.listing-search-cont.view-more:before {
    content: 'Show Less Providers';
    top: -40px;
    right: 4px;
    position: absolute;
}

.listing-result-boxes ul.listing-search-cont li {
    -webkit-transition: opacity 1s ease-out 0s, height .4s ease 0s;
    transition: opacity 1s ease-out 0s, height .4s ease 0s;
    padding: 0;
}

.listing-result-boxes ul.listing-search-cont li a {
    min-height: 110px;
    margin: 4px;
    background: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    display: block;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: background .4s ease 0s;
    transition: background .4s ease 0s;
    position: relative;
}

.listing-result-boxes ul.listing-search-cont li a.active, .listing-result-boxes ul.listing-search-cont li a:hover {
    background: url("../img/yellow-stripe-diag.png");
}

.listing-result-boxes ul.listing-search-cont li a.active h4, .listing-result-boxes ul.listing-search-cont li a:hover h4 {
    color: #847770;
    background: #fff;
    padding: 2px;
    display: inline;
}

.listing-result-boxes ul.listing-search-cont li a.active address, .listing-result-boxes ul.listing-search-cont li a:hover address {
    display: none;
}

.listing-result-boxes ul.listing-search-cont li a.active:before, .listing-result-boxes ul.listing-search-cont li a:hover:before {
    content: "\aLearn More";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 30px;
    color: #e06900;
    display: block;
    margin: 20px auto;
}

.listing-result-boxes ul.listing-search-cont li.featured a {
    background: url("../img/clouds.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.listing-result-boxes ul.listing-search-cont li.featured a:hover {
    background-position: bottom;
}

.listing-result-boxes ul.listing-search-cont li.featured a:after {
    content: 'Sponsored';
    color: #999;
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: underline;
}

.listing-result-boxes ul.listing-search-cont li.featured h4 {
    color: #847770;
}

.listing-result-boxes ul.listing-search-cont li.featured address {
    color: #e06900;
}

@media (min-width: 768px) {
    .listing-result-boxes ul.listing-search-cont li a {
        min-height: 130px;
    }

    .listing-result-boxes ul.listing-search-cont li:nth-child(2n + 1) {
        clear: left;
    }
}

.listing-result-boxes ul.listing-search-cont li address {
    margin-bottom: 0;
    display: inline;
    background: #fff;
    padding: 2px;
}

.listing-box-rating, .listing-box-review {
    background: url("../img/gray-stripe-diag.png");
    margin: 5px 5px 10px;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow: 1px 1px 2px #ccc;
}

.listing-box-rating a.lbr-heading-link, .listing-box-review a.lbr-heading-link {
    text-decoration: none;
    background: url("../img/teal-stripes-diag.png");
    color: #fff;
    display: table;
    width: 100%;
}

.listing-box-rating a.lbr-heading-link .lbr-header, .listing-box-review a.lbr-heading-link .lbr-header {
    width: 76%;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 4px;
    font-family: "Roboto Slab", sans-serif;
    height: 100px;
    -webkit-transition: width .3s ease 0s;
    transition: width .3s ease 0s;
}

.listing-box-rating a.lbr-heading-link .lbr-header .lbr-name, .listing-box-review a.lbr-heading-link .lbr-header .lbr-name {
    font-weight: bold;
}

.listing-box-rating a.lbr-heading-link .lbr-icon, .listing-box-review a.lbr-heading-link .lbr-icon {
    display: table-cell;
    width: 12%;
    padding: 15px 1%;
    text-align: center;
    background: #0c817f;
    vertical-align: middle;
}

.listing-box-rating a.lbr-heading-link .lbr-icon [data-fontawesome-icon]:before, .listing-box-review a.lbr-heading-link .lbr-icon [data-fontawesome-icon]:before {
    text-align: center;
    position: static;
    font-size: 30px;
    vertical-align: middle;
    line-height: 30px;
}

.listing-box-rating a.lbr-heading-link .lbr-icon.go, .listing-box-review a.lbr-heading-link .lbr-icon.go {
    -webkit-transition: width .3s ease 0s;
    transition: width .3s ease 0s;
    background: url("../img/orange-stripe-diag.png");
}

.listing-box-rating .lbr-main-cont, .listing-box-review .lbr-main-cont {
    background: url("../img/clouds.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 20px 20px;
    text-align: center;
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    color: #777;
}

.listing-box-rating .lbr-main-cont .lbr-circle, .listing-box-review .lbr-main-cont .lbr-circle {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 10px;
    border-radius: 60px;
    border: 3px solid #1aa6a2;
    background: #fff;
    left: 40%;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    top: -30px;
    line-height: 40px;
    font-weight: bold;
    color: #e06900;
    pointer-events: none;
    -webkit-transition: border-color .3s ease 0s;
    transition: border-color .3s ease 0s;
}

.listing-box-rating .lbr-main-cont .lbr-stars, .listing-box-review .lbr-main-cont .lbr-stars {
    margin: 6px;
}

.listing-box-rating .lbr-main-cont .lbr-stars:before, .listing-box-review .lbr-main-cont .lbr-stars:before {
    color: #e06900;
    letter-spacing: 2px;
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
}

.listing-box-rating .lbr-main-cont .lbr-stars.s-2:before, .listing-box-review .lbr-main-cont .lbr-stars.s-2:before {
    content: '\f005 \f005 \f006 \f006 \f006';
}

.listing-box-rating .lbr-main-cont .lbr-stars.s-3:before, .listing-box-review .lbr-main-cont .lbr-stars.s-3:before {
    content: '\f005 \f005 \f005 \f006 \f006';
}

.listing-box-rating .lbr-main-cont .lbr-stars.s-4:before, .listing-box-review .lbr-main-cont .lbr-stars.s-4:before {
    content: '\f005 \f005 \f005 \f005 \f006';
}

.listing-box-rating .lbr-main-cont .lbr-stars.s-5:before, .listing-box-review .lbr-main-cont .lbr-stars.s-5:before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

.listing-box-rating .lbr-footer, .listing-box-review .lbr-footer {
    background: #847770;
}

.listing-box-rating .lbr-footer .lbr-average-rating, .listing-box-review .lbr-footer .lbr-average-rating,
.listing-box-rating .lbr-footer .lbr-phone-link, .listing-box-review .lbr-footer .lbr-phone-link {
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.2em;
    padding: 10px 20px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.listing-box-rating.hovered a.lbr-heading-link .lbr-header, .hovered.listing-box-review a.lbr-heading-link .lbr-header, .listing-box-rating:hover a.lbr-heading-link .lbr-header, .listing-box-review:hover a.lbr-heading-link .lbr-header {
    width: 66%;
}

.listing-box-rating.hovered a.lbr-heading-link .lbr-icon.go, .hovered.listing-box-review a.lbr-heading-link .lbr-icon.go, .listing-box-rating:hover a.lbr-heading-link .lbr-icon.go, .listing-box-review:hover a.lbr-heading-link .lbr-icon.go {
    width: 22%;
}

.listing-box-rating.hovered .lbr-main-cont .lbr-circle, .hovered.listing-box-review .lbr-main-cont .lbr-circle, .listing-box-rating:hover .lbr-main-cont .lbr-circle, .listing-box-review:hover .lbr-main-cont .lbr-circle {
    border-color: #21d1cb;
}

.listing-box-rating.hovered .lbr-main-cont .lbr-stars:before, .hovered.listing-box-review .lbr-main-cont .lbr-stars:before, .listing-box-rating:hover .lbr-main-cont .lbr-stars:before, .listing-box-review:hover .lbr-main-cont .lbr-stars:before {
    color: #ff8214;
}

.listing-box-review {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.listing-box-review a.lbr-heading-link {
    background: #fff;
}

.listing-box-review a.lbr-heading-link .lbr-header {
    color: #1aa6a2;
    height: auto;
}

.listing-box-review a.lbr-heading-link .lbr-icon, .listing-box-review a.lbr-heading-link .lbr-icon.go {
    background: none;
    color: #0c817f;
}

.listing-box-review .lbr-main-cont {
    padding: 10px;
    text-align: left;
    background: url("../img/gray-stripe-diag.png") repeat;
    border-radius: 20px 20px 0 0;
}

.listing-box-review .lbr-main-cont .lbr-author {
    background: #fff;
    padding: 3px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    margin: 5px;
    background: #e06900;
    color: #fff;
}

.listing-box-review .lbr-main-cont .lbr-quote {
    margin-top: 10px;
}

.listing-box-review .lbr-main-cont .lbr-quote .lbr-quote-long,
.listing-box-review .lbr-main-cont .lbr-quote .lbr-quote-short {
    display: none;
}

.listing-box-review .lbr-main-cont .lbr-quote .lbr-quote-long.active,
.listing-box-review .lbr-main-cont .lbr-quote .lbr-quote-short.active {
    display: inline;
}

.listing-box-review .lbr-main-cont .lbr-quote .lbr-quote-icon:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.listing-box-review .lbr-main-cont .lbr-quote .lbr-quote-icon.right:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.listing-box-review .lbr-footer {
    background: url("../img/teal-stripes-diag.png");
}

.listing-box-review .lbr-footer a {
    color: #fff;
}

.listing-box-review .lbr-footer .lbr-stars {
    margin: 6px;
}

.listing-box-review .lbr-footer .lbr-stars:before {
    color: #fff;
    letter-spacing: 2px;
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.listing-box-review .lbr-footer .lbr-stars.s-2:before {
    content: '\f005 \f005 \f006 \f006 \f006';
}

.listing-box-review .lbr-footer .lbr-stars.s-3:before {
    content: '\f005 \f005 \f005 \f006 \f006';
}

.listing-box-review .lbr-footer .lbr-stars.s-4:before {
    content: '\f005 \f005 \f005 \f005 \f006';
}

.listing-box-review .lbr-footer .lbr-stars.s-5:before {
    content: '\f005 \f005 \f005 \f005 \f005';
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.cta-header, .cta-header-zip, .cta-search .cta-search-form[data-form='Zip'] {
    margin-top: -1px;
    text-align: center;
    padding: 7px;
    background-color: #fff;
    color: #0c817f;
    overflow: hidden;
    font-weight: bold;
    font-family: "Roboto Slab", sans-serif;
}

.cta-header .cta-header-btn, .cta-header-zip .cta-header-btn, .cta-search .cta-search-form[data-form='Zip'] .cta-header-btn {
    color: #fff;
    margin: 10px 5px;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "Roboto Slab", sans-serif;
    -webkit-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
    background: #ffbf75;
    background-image: url("../img/orange-stripe-diag.png");
    background-repeat: repeat;
}

.cta-header .cta-who-cont, .cta-header-zip .cta-who-cont, .cta-search .cta-search-form[data-form='Zip'] .cta-who-cont {
    display: inline-block;
    margin-bottom: 20px;
}

.cta-header .cta-who-cont .cta-who.under, .cta-header-zip .cta-who-cont .cta-who.under, .cta-search .cta-search-form[data-form='Zip'] .cta-who-cont .cta-who.under {
    top: 20px;
    bottom: auto;
    right: 0;
    left: auto;
}

@media (min-width: 768px) {
    .cta-header .cta-who-cont, .cta-header-zip .cta-who-cont, .cta-search .cta-search-form[data-form='Zip'] .cta-who-cont {
        margin-bottom: 0;
    }
}

.cta-header .cta-header-inner, .cta-header-zip .cta-header-inner, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner {
    display: inline-block;
    position: relative;
}

.cta-header .cta-header-inner:before, .cta-header-zip .cta-header-inner:before, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner:before {
    position: absolute;
    left: -325%;
    top: 50%;
    width: 320%;
    display: block;
    content: '';
    border-bottom: 3px solid #eee;
}

.cta-header .cta-header-inner:after, .cta-header-zip .cta-header-inner:after, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner:after {
    position: absolute;
    right: -325%;
    top: 50%;
    width: 320%;
    display: block;
    content: '';
    border-bottom: 3px solid #eee;
}

.scroll-past-header .scrolling {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.cta-header-zip, .cta-search .cta-search-form[data-form='Zip'] {
    border-bottom: 2px solid #ffedbf;
    padding: 3px;
    background-image: url("../img/yellow-stripe-diag.png");
    background-repeat: repeat;
}

.cta-header-zip .loader, .cta-search .cta-search-form[data-form='Zip'] .loader {
    display: none;
}

.cta-header-zip .cta-header-inner .cta-header-zip-words-1, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner .cta-header-zip-words-1,
.cta-header-zip .cta-header-inner .cta-header-zip-words-2, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner .cta-header-zip-words-2 {
    text-shadow: 1px 1px 1px #fff;
}

.cta-header-zip .cta-header-inner:before, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner:before, .cta-header-zip .cta-header-inner:after, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner:after {
    border: none;
    border-top: 3px dotted #ffcb8f;
}

.cta-header-zip .cta-header-inner.loading > *, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading > * {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.cta-header-zip .cta-header-inner.loading .loader, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading .loader {
    border: 3px solid #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: auto;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: block;
    z-index: 100;
    -webkit-box-shadow: 0 0 30px -10px #e06900;
    box-shadow: 0 0 30px -10px #e06900;
}

.cta-header-zip .cta-header-inner.loading .loader:before, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading .loader:before {
    content: '';
    width: 20%;
    height: 20%;
    background: #1aa6a2;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.cta-header-zip .cta-header-inner.loading .loader:after, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading .loader:after {
    position: absolute;
    background: url("../img/mentalhelp-footericon.png") center center no-repeat #fff;
    content: '';
    margin: 17.5%;
    width: 65%;
    left: 0;
    top: 0;
    height: 65%;
    border-radius: 100%;
}

.cta-header-zip .cta-header-inner.loading .loader:after, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading .loader:after {
    -webkit-box-shadow: 0 0 8px -5px #3f3f3f;
    box-shadow: 0 0 8px -5px #3f3f3f;
}

.cta-header-zip .cta-header-inner.loading .loader:before, .cta-search .cta-search-form[data-form='Zip'] .cta-header-inner.loading .loader:before {
    top: 3px;
}

.cta-header-zip .cta-header-btn, .cta-search .cta-search-form[data-form='Zip'] .cta-header-btn {
    padding: 4px;
    display: inline-block;
    margin-right: 0;
}

.cta-header-zip .cta-header-btn:hover, .cta-search .cta-search-form[data-form='Zip'] .cta-header-btn:hover {
    background: #ffbf75 !important;
    background-image: url("../img/orange-stripe-diag.png") !important;
}

.cta-header-zip .cta-header-btn label, .cta-search .cta-search-form[data-form='Zip'] .cta-header-btn label {
    font-size: 18px;
    margin: 2px 2px 2px 20px;
}

.cta-header-zip input, .cta-search .cta-search-form[data-form='Zip'] input {
    padding: 5px;
    width: 100px;
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    font-family: "Roboto Slab", sans-serif;
    color: #1aa6a2;
}

.cta-header-zip input::-webkit-input-placeholder, .cta-search .cta-search-form[data-form='Zip'] input::-webkit-input-placeholder {
    color: #ffbf75;
    font-family: "Roboto Slab", sans-serif;
}

.cta-header-zip input:-moz-placeholder, .cta-search .cta-search-form[data-form='Zip'] input:-moz-placeholder {
    color: #ffbf75;
    font-family: "Roboto Slab", sans-serif;
}

.cta-header-zip input::-moz-placeholder, .cta-search .cta-search-form[data-form='Zip'] input::-moz-placeholder {
    color: #ffbf75;
    font-family: "Roboto Slab", sans-serif;
}

.cta-header-zip input:-ms-input-placeholder, .cta-search .cta-search-form[data-form='Zip'] input:-ms-input-placeholder {
    color: #ffbf75;
    font-family: "Roboto Slab", sans-serif;
}

.cta-header-zip input.error, .cta-search .cta-search-form[data-form='Zip'] input.error {
    border: 2px solid #c24e4e;
    padding: 3px;
}

.cta-header-zip .cta-header-zip-words-2, .cta-search .cta-search-form[data-form='Zip'] .cta-header-zip-words-2 {
    color: #e06900;
}

.cta-header-zip form, .cta-search .cta-search-form[data-form='Zip'] form {
    display: inline-block;
}

.cta-header-zip button[type='submit'], .cta-search .cta-search-form[data-form='Zip'] button[type='submit'] {
    font-family: "Roboto Slab", sans-serif;
    width: auto;
    font-weight: bold;
    margin-top: 2px;
    background-color: #e06900;
    padding: 8px 4px;
    margin-left: -4px;
    -webkit-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.cta-header-zip button[type='submit']:after, .cta-search .cta-search-form[data-form='Zip'] button[type='submit']:after {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin-left: 3px;
}

.cta-header-zip button[type='submit']:hover, .cta-search .cta-search-form[data-form='Zip'] button[type='submit']:hover {
    background-color: #1aa6a2;
}

.cta-zip-cities-cont {
    display: none;
    background: #fff;
    color: #e06900;
    border: 2px solid #c8c8c8;
    margin: 20px auto;
    padding: 10px;
}

.cta-zip-cities-cont .h4 {
    color: #e06900;
}

.cta-zip-cities-cont .cta-zip-cities .city {
    display: inline-block;
    margin: 10px;
    text-transform: capitalize;
}

.cta-zip-cities-cont .cta-zip-cities .city a {
    border: 2px solid #eee;
    -webkit-transition: background 0.25s ease 0s;
    transition: background 0.25s ease 0s;
    padding: 5px;
    text-decoration: none;
}

.cta-zip-cities-cont .cta-zip-cities .city a:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: #e06900;
    margin-right: 7px;
}

.cta-zip-cities-cont .cta-zip-cities .city a:hover {
    background: #eee;
}

.cta-funnel, #page.listing .listing-info-box {
    position: relative;
    margin: 20px 0 40px;
    -webkit-box-shadow: 0 2px 10px #c29c52;
    box-shadow: 0 2px 10px #c29c52;
    font-family: "Roboto Slab", sans-serif;
}

@media (min-width: 1250px) {
    .cta-funnel.cta-start-here:before, #page.listing .cta-start-here.listing-info-box:before {
        position: absolute;
        top: 25px;
        left: 5px;
        content: '';
        background-image: url("../img/start-here-white.png");
        background-repeat: no-repeat;
        width: 160px;
        height: 129px;
        z-index: 2;
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .cta-funnel, #page.listing .listing-info-box {
        background-image: url("../img/call-now-agent.png");
        background-repeat: no-repeat;
        background-position: right;
        background-size: auto 100%;
    }
}

.cta-funnel .no-pad, #page.listing .listing-info-box .no-pad {
    margin: 0;
    padding: 0;
}

.cta-funnel .cta-form, #page.listing .listing-info-box .cta-form {
    position: relative;
    background: #1aa6a2;
    padding: 15px 20px 104px;
    text-align: center;
}

@media (min-width: 992px) {
    .cta-funnel .cta-form, #page.listing .listing-info-box .cta-form {
        min-height: 300px;
        padding-bottom: 84px;
    }
}

.cta-funnel .cta-form .step-hide, #page.listing .listing-info-box .cta-form .step-hide {
    display: none;
}

.cta-funnel .cta-form .h2, #page.listing .listing-info-box .cta-form .h2,
.cta-funnel .cta-form .h6, #page.listing .listing-info-box .cta-form .h6 {
    color: #fff;
}

.cta-funnel .cta-form .phone-container, #page.listing .listing-info-box .cta-form .phone-container {
    display: none;
    padding: 10px;
    margin: 10px -35px 20px;
    background: url("../img/teal-stripes-diag.png");
}

.cta-funnel .cta-form .phone-container .h5, #page.listing .listing-info-box .cta-form .phone-container .h5,
.cta-funnel .cta-form .phone-container .h2, #page.listing .listing-info-box .cta-form .phone-container .h2 {
    color: #fff;
}

.cta-funnel .cta-form .phone-container input, #page.listing .listing-info-box .cta-form .phone-container input {
    border-width: 0 0 2px 0;
    border-color: #0a6a68;
}

.cta-funnel .cta-form .phone-container input:focus, #page.listing .listing-info-box .cta-form .phone-container input:focus {
    border-color: #1aa6a2;
}

.cta-funnel .cta-form .phone-container input::-webkit-input-placeholder, #page.listing .listing-info-box .cta-form .phone-container input::-webkit-input-placeholder {
    color: #043636;
}

.cta-funnel .cta-form .phone-container input:-moz-placeholder, #page.listing .listing-info-box .cta-form .phone-container input:-moz-placeholder {
    color: #043636;
}

.cta-funnel .cta-form .phone-container input::-moz-placeholder, #page.listing .listing-info-box .cta-form .phone-container input::-moz-placeholder {
    color: #043636;
}

.cta-funnel .cta-form .phone-container input:-ms-input-placeholder, #page.listing .listing-info-box .cta-form .phone-container input:-ms-input-placeholder {
    color: #043636;
}

.cta-funnel .cta-form .phone-container label, #page.listing .listing-info-box .cta-form .phone-container label {
    color: #21d1cb;
}

.cta-funnel .cta-form input[type='text'], #page.listing .listing-info-box .cta-form input[type='text'] {
    color: #043636;
    font-size: 20px;
    width: 75%;
    display: inline;
    background: none;
    border-bottom: 2px dashed #0c817f;
}

@media (min-width: 768px) {
    .cta-funnel .cta-form input[type='text'], #page.listing .listing-info-box .cta-form input[type='text'] {
        width: 40%;
        margin: 0 10px 10px;
    }
}

.cta-funnel .cta-form input[type='text']::-webkit-input-placeholder, #page.listing .listing-info-box .cta-form input[type='text']::-webkit-input-placeholder {
    color: #0c817f;
    font-family: "Roboto Slab", sans-serif;
}

.cta-funnel .cta-form input[type='text']:-moz-placeholder, #page.listing .listing-info-box .cta-form input[type='text']:-moz-placeholder {
    color: #0c817f;
    font-family: "Roboto Slab", sans-serif;
}

.cta-funnel .cta-form input[type='text']::-moz-placeholder, #page.listing .listing-info-box .cta-form input[type='text']::-moz-placeholder {
    color: #0c817f;
    font-family: "Roboto Slab", sans-serif;
}

.cta-funnel .cta-form input[type='text']:-ms-input-placeholder, #page.listing .listing-info-box .cta-form input[type='text']:-ms-input-placeholder {
    color: #0c817f;
    font-family: "Roboto Slab", sans-serif;
}

.cta-funnel .cta-form .col-xs-12, #page.listing .listing-info-box .cta-form .col-xs-12 {
    position: static;
}

.cta-funnel .cta-form .form-inline, #page.listing .listing-info-box .cta-form .form-inline, .cta-funnel .cta-form .navbar-form, #page.listing .listing-info-box .cta-form .navbar-form {
    display: inline-block;
}

.cta-funnel .cta-form .form-tos-check, #page.listing .listing-info-box .cta-form .form-tos-check {
    display: block;
    margin: 10px auto;
    width: 80%;
    color: #fff;
}

.cta-funnel .cta-form .form-tos-check input[type='checkbox'], #page.listing .listing-info-box .cta-form .form-tos-check input[type='checkbox'] {
    margin-right: 5px;
}

.cta-funnel .cta-form .form-tos-check a, #page.listing .listing-info-box .cta-form .form-tos-check a {
    color: #043636;
}

.cta-funnel .cta-form .form-btn-group, #page.listing .listing-info-box .cta-form .form-btn-group {
    margin: 20px 0;
}

.cta-funnel .cta-form .form-btn-group[data-input='travel'] .form-btn, #page.listing .listing-info-box .cta-form .form-btn-group[data-input='travel'] .form-btn {
    width: 45%;
}

.cta-funnel .cta-form .form-btn-group .form-btn, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn {
    background-color: #0c817f;
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    padding: 10px 15px;
    -webkit-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
    -webkit-box-shadow: 0 0 10px #259591;
    box-shadow: 0 0 10px #259591;
    margin-right: 3px;
    white-space: normal;
}

.cta-funnel .cta-form .form-btn-group .form-btn.active, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.active, .cta-funnel .cta-form .form-btn-group .form-btn.active:hover, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.active:hover {
    background: #ffbf75;
    background-image: url("../img/orange-stripe-diag.png") !important;
    background-repeat: repeat;
}

.cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image {
    position: relative;
    margin-left: 100px;
    margin-bottom: 30px;
    display: block;
}

.cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image:before {
    content: '';
    position: absolute;
    left: -100px;
    top: -15px;
    width: 60px;
    height: 60px;
    -webkit-transition: top 0.3s ease 0s, left 0.3s ease 0s;
    transition: top 0.3s ease 0s, left 0.3s ease 0s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image.image-move:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image.image-move:before, .cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image:hover:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image:hover:before {
    left: -105px;
}

.cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image.myself:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image.myself:before {
    background-image: url("../img/searching-myself.png");
}

.cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image.loved-one:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image.loved-one:before {
    background-image: url("../img/searching-loved-one.png");
}

.cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image.other:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image.other:before {
    background-image: url("../img/searching-other.png");
}

@media (min-width: 768px) {
    .cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image {
        display: inline-block;
        margin-left: auto;
        margin-top: 100px;
        margin-bottom: 0;
    }

    .cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image:before {
        width: 90px;
        height: 90px;
        top: -100px;
        left: 40%;
        left: -webkit-calc(50% - 45px);
        left: calc(50% - 45px);
    }

    .cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image.image-move:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image.image-move:before, .cta-funnel .cta-form .form-btn-group .form-btn.form-btn-image:hover:before, #page.listing .listing-info-box .cta-form .form-btn-group .form-btn.form-btn-image:hover:before {
        left: 40%;
        left: -webkit-calc(50% - 45px);
        left: calc(50% - 45px);
        top: -105px;
    }
}

.cta-funnel .cta-form form.complete, #page.listing .listing-info-box .cta-form form.complete {
    margin-top: 30px;
}

.cta-funnel .cta-form form.complete hr, #page.listing .listing-info-box .cta-form form.complete hr {
    display: none;
}

.cta-funnel .cta-form hr, #page.listing .listing-info-box .cta-form hr {
    margin: 4px auto;
    width: 80%;
}

.cta-funnel .cta-form .form-submit-btn, #page.listing .listing-info-box .cta-form .form-submit-btn {
    background: #eee;
    background-image: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    border: 3px solid #ddd;
    color: #333;
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 30px;
    margin: 0 10%;
    padding: 5px 20px;
    width: 80%;
}

@media (min-width: 992px) {
    .cta-funnel .cta-form .form-submit-btn, #page.listing .listing-info-box .cta-form .form-submit-btn {
        width: 60%;
        margin: 0 20%;
        bottom: 20px;
    }
}

.cta-funnel .cta-form .form-submit-btn [data-fontawesome-icon]:after, #page.listing .listing-info-box .cta-form .form-submit-btn [data-fontawesome-icon]:after {
    font-size: 30px;
    right: -30px;
}

.cta-funnel .cta-form .form-submit-btn:hover, #page.listing .listing-info-box .cta-form .form-submit-btn:hover {
    /*background: none;*/
    border-color: #fff;
}

.cta-funnel .cta-form .form-submit-btn span, #page.listing .listing-info-box .cta-form .form-submit-btn span {
    margin-left: -30px;
    display: inline-block;
}

.cta-funnel .cta-form .form-message, #page.listing .listing-info-box .cta-form .form-message {
    color: #fff;
    padding: 10px 0;
    display: none;
}

.cta-funnel .cta-form .form-back, #page.listing .listing-info-box .cta-form .form-back {
    float: right;
    margin-left: 20px;
    cursor: pointer;
    color: #0c817f;
    font-weight: bold;
    visibility: hidden;
    -webkit-transition: visibility 0.4s ease 0s;
    transition: visibility 0.4s ease 0s;
}

.cta-funnel .cta-form .form-back.form-back-show, #page.listing .listing-info-box .cta-form .form-back.form-back-show {
    visibility: visible;
}

.cta-funnel .cta-form.form-busy, #page.listing .listing-info-box .cta-form.form-busy {
    opacity: 0.2;
}

.cta-funnel .cta-funnel-main, #page.listing .listing-info-box .cta-funnel-main {
    padding: 45px 20px 30px;
    position: relative;
    background-image: url("../img/call-now-agent.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

@media (min-width: 992px) {
    .cta-funnel .cta-funnel-main, #page.listing .listing-info-box .cta-funnel-main {
        background: none;
    }
}

.cta-funnel .cta-funnel-main:before, #page.listing .listing-info-box .cta-funnel-main:before {
    content: 'or';
    position: absolute;
    left: 40%;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    top: -20px;
    width: 60px;
    height: 60px;
    border-radius: 400px;
    background: #fff;
    border: 3px solid #1aa6a2;
    text-align: center;
    line-height: 50px;
    font-size: 1.2em;
    color: #1aa6a2;
    font-weight: bold;
}

@media (min-width: 992px) {
    .cta-funnel .cta-funnel-main, #page.listing .listing-info-box .cta-funnel-main {
        padding: 30px 20px 20px 45px;
    }

    .cta-funnel .cta-funnel-main:before, #page.listing .listing-info-box .cta-funnel-main:before {
        left: -30px;
        top: 50%;
    }
}

.cta-funnel .cta-funnel-main .cta-funnel-main-words, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-words {
    width: 75%;
}

.cta-funnel .cta-funnel-main .cta-funnel-main-words .h2, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-words .h2 {
    color: #1aa6a2;
}

.cta-funnel .cta-funnel-main .cta-funnel-main-btn, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn {
    padding: 10px 4px;
    text-align: center;
    background-color: #ffbf75;
    border: 4px solid #ffb866;
    text-shadow: 1px 1px 3px #5b524d;
}

@media (min-width: 768px) {
    .cta-funnel .cta-funnel-main .cta-funnel-main-btn, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .cta-funnel .cta-funnel-main .cta-funnel-main-btn, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn {
        width: 85%;
    }
}

@media (min-width: 1250px) {
    .cta-funnel .cta-funnel-main .cta-funnel-main-btn, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn {
        width: 70%;
    }
}

.cta-funnel .cta-funnel-main .cta-funnel-main-btn a, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn a {
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-left: 40px;
}

.cta-funnel .cta-funnel-main .cta-funnel-main-btn a[data-fontawesome-icon]:before, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn a[data-fontawesome-icon]:before {
    font-size: 20px;
    left: -40px;
}

@media (min-width: 480px) {
    .cta-funnel .cta-funnel-main .cta-funnel-main-btn a, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn a {
        font-size: 30px;
    }

    .cta-funnel .cta-funnel-main .cta-funnel-main-btn a[data-fontawesome-icon]:before, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn a[data-fontawesome-icon]:before {
        font-size: 30px;
    }
}

@media (min-width: 1250px) {
    .cta-funnel .cta-funnel-main .cta-funnel-main-btn a, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn a {
        font-size: 35px;
    }

    .cta-funnel .cta-funnel-main .cta-funnel-main-btn a[data-fontawesome-icon]:before, #page.listing .listing-info-box .cta-funnel-main .cta-funnel-main-btn a[data-fontawesome-icon]:before {
        font-size: 35px;
    }
}

.cta-btn-meeting, #page.listing .listing-cta-btn {
    white-space: normal;
    margin-top: 10px;
    font-family: "Roboto Slab", sans-serif;
    background-color: #847770 !important;
    background-color: rgba(98, 94, 92, 0.5) !important;
    -webkit-box-shadow: 0 2px 10px #c29c52;
    box-shadow: 0 2px 10px #c29c52;
    border: 1px solid #ffbf75;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
}

.cta-btn-meeting:hover, #page.listing .listing-cta-btn:hover {
    color: #fff;
    background-color: #1aa6a2;
}

.cta-long-alt {
    margin-bottom: 40px;
    min-height: 100px;
    color: #1aa6a2;
    padding: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 1px 1px #fff;
}

.cta-long-alt .cta-who-cont .cta-who.under {
    bottom: -17px;
    text-align: right;
}

.cta-long-alt .cta-long-alt-phone-cont {
    min-height: 100px;
    padding: 20px 4px;
    text-align: center;
    background-color: #ffbf75;
    background-image: url("../img/orange-stripe-diag.png");
    background-repeat: repeat;
}

.cta-long-alt .cta-long-alt-phone-cont a {
    color: #fff;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    font-size: 25px;
    margin-left: 40px;
    text-shadow: none;
}

.cta-long-alt .cta-long-alt-phone-cont a[data-fontawesome-icon]:before {
    font-size: 25px;
    left: -40px;
}

@media (min-width: 480px) {
    .cta-long-alt .cta-long-alt-phone-cont a {
        font-size: 40px;
    }

    .cta-long-alt .cta-long-alt-phone-cont a[data-fontawesome-icon]:before {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .cta-long-alt .cta-long-alt-phone-cont a {
        font-size: 40px;
    }

    .cta-long-alt .cta-long-alt-phone-cont a[data-fontawesome-icon]:before {
        font-size: 40px;
    }
}

.cta-long-alt .cta-long-alt-words {
    min-height: 100px;
    background-color: #eee;
    background-image: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    padding: 20px;
    text-align: center;
}

.cta-long-alt .cta-long-alt-words .h2 {
    color: #e06900;
    font-size: 25px;
}

.cta-long-alt:hover, .cta-long-alt.active {
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
}

.listing-box-cta {
    background: #1aa6a2;
    background-image: url("../img/teal-stripes-diag.png");
    background-repeat: repeat;
    padding: 10px;
    font-family: "Roboto Slab", sans-serif;
}

.listing-box-cta .listing-box-cta-info {
    color: #085251;
    text-align: center;
    margin-bottom: 2px;
}

.listing-box-cta .listing-box-cta-info .h2 {
    color: #fff;
    margin-bottom: 4px;
}

.listing-box-cta .listing-box-cta-phone {
    background: #ffbf75;
    background-image: url("../img/orange-stripe-diag.png");
    background-repeat: repeat;
    padding: 2px;
    text-align: center;
}

.listing-box-cta .listing-box-cta-phone a {
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
}

.cta-search {
    -webkit-box-shadow: 0 2px 10px #847770;
    box-shadow: 0 2px 10px #847770;
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    color: #fff;
    background: #ffbf75;
    background-image: url("../img/orange-stripe-diag.png");
    background-repeat: repeat;
}

.cta-search .cta-search-words-cont {
    text-align: center;
    padding: 20px 30px 40px;
}

@media (min-width: 768px) {
    .cta-search .cta-search-words-cont {
        padding: 80px 40px;
    }
}

.cta-search .cta-search-forms-cont {
    background: #847770;
    padding: 60px 20px 20px;
    text-align: center;
}

.cta-search .cta-search-forms-cont .twitter-typeahead {
    width: 75%;
}

.cta-search .cta-search-forms-cont .twitter-typeahead input::-webkit-input-placeholder {
    font-size: 0.8em !important;
}

.cta-search .cta-search-forms-cont .twitter-typeahead input:-moz-placeholder {
    font-size: 0.8em !important;
}

.cta-search .cta-search-forms-cont .twitter-typeahead input::-moz-placeholder {
    font-size: 0.8em !important;
}

.cta-search .cta-search-forms-cont .twitter-typeahead input:-ms-input-placeholder {
    font-size: 0.8em !important;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu {
    -webkit-box-shadow: 0 3px 5px #aea19a;
    box-shadow: 0 3px 5px #aea19a;
    border-top: 3px dotted #999;
    width: 100%;
    right: 0 !important;
    background: #fff;
    font-family: "Roboto Slab", sans-serif;
    padding-bottom: 30px;
    /*	    &:hover:after {
		color: $teal;
		}*/
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu .tt-suggestion {
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #fff;
    position: relative;
    color: #1aa6a2;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu .tt-suggestion:first-child {
    border-top: none;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu .tt-suggestion:last-child {
    border-bottom: none;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu .tt-suggestion:hover {
    background: #ddd;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu .tt-location {
    color: #e06900;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu:after {
    background: #eee;
    bottom: 0;
    color: #999;
    content: 'Show All Results';
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-shadow: 1px 1px #fff;
    width: 100%;
}

.cta-search .cta-search-forms-cont .tt-dropdown-menu:after:hover {
    color: #1aa6a2;
}

.cta-search .cta-search-forms-cont:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 40%;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    top: -20px;
    width: 60px;
    height: 60px;
    border-radius: 400px;
    background: #fff;
    border: 3px solid #1aa6a2;
    text-align: center;
    line-height: 50px;
    font-size: 1.2em;
    color: #1aa6a2;
    font-weight: bold;
}

@media (min-width: 992px) {
    .cta-search .cta-search-forms-cont {
        padding: 80px 40px;
    }

    .cta-search .cta-search-forms-cont:before {
        content: '\f061';
        left: -30px;
        top: 40%;
    }
}

.cta-search .cta-search-words, .cta-search .cta-search-form[data-form='Zip'] label, .cta-search .cta-search-form[data-form='Facility'] label {
    font-size: 25px;
    margin-left: 25px;
}

.cta-search .cta-search-words:before, .cta-search .cta-search-form[data-form='Zip'] label:before, .cta-search .cta-search-form[data-form='Facility'] label:before {
    font-size: 25px;
    left: -35px;
}

@media (min-width: 768px) {
    .cta-search .cta-search-words, .cta-search .cta-search-form[data-form='Zip'] label, .cta-search .cta-search-form[data-form='Facility'] label {
        font-size: 40px;
        margin-left: 40px;
    }

    .cta-search .cta-search-words:before, .cta-search .cta-search-form[data-form='Zip'] label:before, .cta-search .cta-search-form[data-form='Facility'] label:before {
        font-size: 40px;
        left: -50px;
    }
}

.cta-search .cta-search-type {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    vertical-align: text-bottom;
}

.cta-search .cta-search-form {
    display: none;
}

.cta-search .cta-search-form[data-form='Zip'] {
    background: none;
    border-bottom: none;
}

.cta-search .cta-search-form[data-form='Zip'] button[type='submit'] {
    vertical-align: text-bottom;
    padding: 10px 20px;
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont.loading > * {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont.loading:after {
    border: none;
    content: "";
    font: normal 16px/0px "fontawesome";
    speak: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    width: auto;
    left: 45%;
    top: 50%;
    right: auto;
    font-size: 5em;
    font-weight: bold;
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont .cta-zip-input-cont input {
    width: 200px;
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont .cta-zip-input-cont input::-webkit-input-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont .cta-zip-input-cont input:-moz-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont .cta-zip-input-cont input::-moz-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Zip'] .cta-zip-cont .cta-zip-input-cont input:-ms-input-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Facility'] button[type='submit'] {
    width: auto;
    max-width: 20%;
    display: inline-block;
    vertical-align: top;
}

.cta-search .cta-search-form[data-form='Facility'] input {
    width: 100%;
}

.cta-search .cta-search-form[data-form='Facility'] input::-webkit-input-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Facility'] input:-moz-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Facility'] input::-moz-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Facility'] input:-ms-input-placeholder {
    font-size: 0.8em;
}

.cta-search .cta-search-form[data-form='Zip'] label, .cta-search .cta-search-form[data-form='Facility'] label {
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 53px;
}

.cta-search .cta-search-form[data-form='Zip'] input, .cta-search .cta-search-form[data-form='Facility'] input {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: none;
    margin-bottom: 0;
    font-size: 1.3em;
    color: #1aa6a2;
    font-weight: bold;
    cursor: pointer;
    vertical-align: text-bottom;
}

.cta-search .cta-search-form[data-form='Zip'] input::-webkit-input-placeholder, .cta-search .cta-search-form[data-form='Facility'] input::-webkit-input-placeholder {
    color: #666666;
    font-size: 1.1em;
}

.cta-search .cta-search-form[data-form='Zip'] input:-moz-placeholder, .cta-search .cta-search-form[data-form='Facility'] input:-moz-placeholder {
    color: #666666;
    font-size: 1.1em;
}

.cta-search .cta-search-form[data-form='Zip'] input::-moz-placeholder, .cta-search .cta-search-form[data-form='Facility'] input::-moz-placeholder {
    color: #666666;
    font-size: 1.1em;
}

.cta-search .cta-search-form[data-form='Zip'] input:-ms-input-placeholder, .cta-search .cta-search-form[data-form='Facility'] input:-ms-input-placeholder {
    color: #666666;
    font-size: 1.1em;
}

.cta-who {
    /*font-style: italic;*/
    font-size: 11px;
    color: #b4aba6;
    cursor: pointer;
    text-align: center;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.cta-who:hover {
    text-decoration: underline;
}

.cta-who:before {
    content: "";
    font: normal 16px/0px "fontawesome";
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    margin-right: 5px;
}

.cta-who--white {
    color: #fff;
}

.cta-who-cont {
    position: relative;
}

.cta-who-cont .cta-who {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    text-align: right;
    display: inline-block;
    text-transform: none;
    text-shadow: none;
}

.cta-who-cont .cta-who.under {
    top: auto;
    bottom: -30px;
    left: 0;
    text-align: center;
}

#cta-funnel-travel {
    background-color: #fff;
    background-image: url("../img/city-night-bright.jpg");
    background-image: url("../img/palm-tree.jpg");
    background-position: right top;
    background-size: cover;
    font-family: "Roboto Slab", sans-serif;
    border-radius: 4px;
}

@media (min-width: 768px) {
    #cta-funnel-travel {
        background-position: center -300px;
    }
}

#cta-funnel-travel p {
    font-size: 16px;
    color: #be4900;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

#cta-funnel-travel p .travel-question {
    color: #524012;
    /*font-size: 1em;*/
    display: block;
    margin-top: 20px;
    border-top: 1px dashed #eddbad;
    padding-top: 10px;
}

#cta-funnel-travel .btn-travel-container {
    background: none;
    padding: 0;
}

#cta-funnel-travel .btn-travel-container:before, #cta-funnel-travel .btn-travel-container:after {
    content: " ";
    display: table;
}

#cta-funnel-travel .btn-travel-container:after {
    clear: both;
}

#cta-funnel-travel .btn-travel-container .btn-travel {
    width: 100%;
    background: #7b6c43;
    font-weight: bold;
    font-size: 2em;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 0px auto 5px;
    display: block;
    float: left;
    border: 2px solid #8c7a4c;
    line-height: 1em;
}

@media (min-width: 768px) {
    #cta-funnel-travel .btn-travel-container .btn-travel {
        width: 49%;
        margin-bottom: 0;
    }
}

#cta-funnel-travel .btn-travel-container .btn-travel span {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
}

#cta-funnel-travel .btn-travel-container .btn-travel:first-child {
    background: #e06900;
    border-color: #fa7500;
}

@media (min-width: 768px) {
    #cta-funnel-travel .btn-travel-container .btn-travel:first-child {
        margin-right: 2%;
    }
}

#cta-funnel-travel .btn-travel-container .btn-travel:first-child:hover {
    background: #fa7500 !important;
    border-color: #ff8214;
}

#cta-funnel-travel .btn-travel-container .btn-travel:hover {
    background: #8c7a4c !important;
    border-color: #aa9562;
}

#cta-funnel-travel .mfp-close {
    color: #fff;
}

#cta-funnel-travel .h3, #cta-funnel-travel .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings #cta-funnel-travel .info {
    text-shadow: 1px 1px 5px #444;
    color: #fff;
    background: none;
    font-size: 30px;
    margin: 5px 0 30px 0;
    padding: 0;
}

@media (min-width: 768px) {
    #cta-funnel-travel .h3, #cta-funnel-travel .listing-result-boxes #displayListings .info, .listing-result-boxes #displayListings #cta-funnel-travel .info {
        text-shadow: 1px 1px #fff;
        color: #443204;
    }
}

.mfp-fade.mfp-bg.mfp-ready.mfp-darker {
    opacity: 0.95;
}

.cta-foot-anchor {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.cta-foot-anchor .cta-foot-anchor--title {
    background: rgba(0, 0, 0, 0.8);
    color: white;
}

.cta-foot-anchor .cta-foot-anchor--action {
    background: url("../img/orange-stripe-diag.png");
    color: white;
    cursor: pointer;
}

.cta-foot-anchor p {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    position: relative;
}

.cta-foot-anchor .cta-foot-anchor--arrow-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    background: url("../img/orange-stripe-diag.png");
}

.cta-foot-anchor .cta-foot-anchor--arrow-bg .cta-foot-anchor--arrow {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/icon-arrow-white.png") no-repeat center center;
}

.cta-foot-lb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.cta-foot-lb .cta-foot-lb--underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    background: rgba(20, 15, 35, 0.8);
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

.cta-foot-lb .cta-foot-lb--main {
    background: url("../img/man-on-phone.jpg") no-repeat top center;
    background-size: cover;
    width: 80%;
    height: 80%;
    z-index: 1000;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
    font-family: 'Roboto Slab', serif;
}

@media screen and (max-width: 1680px) {
    .cta-foot-lb .cta-foot-lb--main {
        height: 600px;
    }
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--heading {
    position: absolute;
    bottom: 140px;
    left: 20px;
    background: rgba(20, 137, 124, 0.8);
    color: white;
    width: 75%;
    padding: 20px;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--heading h2 {
    font-size: 44px;
    margin: 0;
    color: white;
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--heading h3 {
    font-size: 30px;
    margin: 0;
    color: white;
}

@media screen and (max-width: 870px) {
    .cta-foot-lb .cta-foot-lb--main .cta-foot-lb--heading {
        left: 0;
        width: 100%;
    }
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--number {
    position: absolute;
    z-index: 1001;
    left: 60px;
    bottom: 30px;
    background: #e47500;
    color: white;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    padding: 10px 30px;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--number img {
    display: inline-block;
    margin-right: 10px;
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--info {
    position: absolute;
    z-index: 1001;
    bottom: 60px;
    left: 460px;
    font-style: italic;
    font-size: 28px;
}

@media screen and (max-width: 870px) {
    .cta-foot-lb .cta-foot-lb--main .cta-foot-lb--info {
        top: 20px;
        left: 20px;
        font-size: 21px;
    }
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--close {
    cursor: pointer;
    position: absolute;
    color: white;
    right: 0;
    top: -30px;
    font-size: 16px;
    text-decoration: none;
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--close img {
    display: inline;
    vertical-align: baseline;
}

.cta-foot-lb .cta-foot-lb--main .cta-foot-lb--push {
    position: absolute;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #190f36;
    z-index: 1000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 60px solid white;
}

.cta-foot-lb .cta-foot__disclaimer {
    position: absolute;
    bottom: 5px;
    left: 190px;
    z-index: 1200;
    color: #fff;
}

.cta-mobile-anchor {
    display: none;
    position: fixed;
    z-index: 1003;
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    color: white;
    background: #181030;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cta-mobile-anchor .cta-mobile-anchor--title,
.cta-mobile-anchor .cta-mobile-anchor--action {
    display: block;
    font-family: 'Roboto Slab', sans-serif;
}

.cta-mobile-anchor .cta-mobile-anchor--action {
    padding: 3px;
    color: white;
    background: #e56a12;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    background-image: url("../img/icon-arrow-expand.png");
    background-repeat: no-repeat;
    background-position: 99% center;
}

.cta-mobile-panel {
    display: none;
    width: 100%;
    height: 100%;
    top: 100%;
    position: fixed;
    z-index: 1004;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: white url("../img/man-on-phone-440x550.jpg") no-repeat top center;
    background-size: cover;
}

.cta-mobile-panel.panel-open {
    top: 0;
}

.cta-mobile-panel .cta-mobile-panel--top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: white;
}

.cta-mobile-panel .cta-mobile-panel--top .cta-mobile-panel--bar {
    background: #181030;
    text-align: right;
    padding: 10px;
    position: relative;
}

.cta-mobile-panel .cta-mobile-panel--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
}

.cta-mobile-panel .cta-mobile-panel--bottom .cta-mobile-panel--bar {
    background: #181030;
    font-size: 16px;
    color: white;
    padding: 10px;
    text-align: center;
    padding-top: 40px;
    position: relative;
}

.cta-mobile-panel .cta-mobile-panel--bottom p {
    margin: 0;
}

.cta-mobile-panel .cta-mobile-panel--bar a {
    color: white;
}

.cta-mobile-panel .cta-mobile-panel--close {
    background: url("../img/icon-x-white.png") no-repeat right center;
    display: inline-block;
    padding-right: 20px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
}

.cta-mobile-panel .cta-mobile-panel--action {
    background: #e56a12;
    color: white;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 10px;
    top: -30px;
    margin-left: -100px;
    font-size: 24px;
    border-radius: 3px;
}

.cta-mobile-panel .cta-mobile-panel--action img {
    display: inline;
    width: 18px;
}

.cta-mobile-panel .cta-mobile-panel--action span {
    font-family: 'Roboto Slab', sans-serif;
    margin-left: 10px;
}

.cta-mobile-panel .cta-mobile-panel--info {
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background: white;
    color: black;
    padding-bottom: 40px;
}

.cta-mobile-panel .cta-mobile-panel--title {
    font-size: 28px;
    background: rgba(26, 166, 162, 0.8);
    font-family: 'Roboto Slab', sans-serif;
    padding: 10px;
}

.resources {
    margin: 20px 0;
}

.resources .resource {
    margin-bottom: 20px;
}

.resources .resource a {
    text-decoration: none;
    display: block;
    background-color: #aaa;
    background-image: url("../img/gray-stripe-diag.png");
    background-repeat: repeat;
    -webkit-box-shadow: 0 2px 10px #847770;
    box-shadow: 0 2px 10px #847770;
}

.resources .resource a .resource-heading {
    -webkit-transition: background .5s ease 0s;
    transition: background .5s ease 0s;
    background-color: #ffbf75;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-family: "Roboto Slab", sans-serif;
    padding: 5px 10px;
}

.resources .resource a .resource-heading:before {
    position: absolute;
    content: '';
    left: 47%;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffbf75;
    -webkit-transition: border-color .5s ease 0s;
    transition: border-color .5s ease 0s;
}

.resources .resource a .resource-image {
    overflow: hidden;
    height: 170px;
}

.resources .resource a .resource-image img {
    margin: auto;
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px -1px #999;
    box-shadow: 0 0 10px -1px #999;
    -webkit-transition: margin-top .5s ease 0s;
    transition: margin-top .5s ease 0s;
}

.resources .resource a .resource-description {
    -webkit-transition: background .5s ease 0s;
    transition: background .5s ease 0s;
    font-size: .9em;
    color: #fff;
    background: #847770;
    padding: 5px;
}

.resources .resource a:hover .resource-heading, .resources .resource a.active .resource-heading {
    background-color: #1aa6a2;
}

.resources .resource a:hover .resource-heading:before, .resources .resource a.active .resource-heading:before {
    border-top-color: #1aa6a2;
}

.resources .resource a:hover .resource-image img, .resources .resource a.active .resource-image img {
    margin-top: -30px;
}

.resources .resource a:hover .resource-description, .resources .resource a.active .resource-description {
    background: #1aa6a2;
}

@font-face {
    font-family: "icons-mhn";
    src: url("../fonts/icons-mhn.eot?v1.4.2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "icons-mhn";
    src: url("../fonts/icons-mhn.eot?v1.4.2");
    src: url("../fonts/icons-mhn.eot?v1.4.2#iefix") format("embedded-opentype"), url("../fonts/icons-mhn.woff?v1.4.2") format("woff"), url("../fonts/icons-mhn.ttf?v1.4.2") format("truetype"), url("../fonts/icons-mhn.svg?v1.4.2#icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.icon-mhn-about_mentalhelp:before, .icon-mhn-addiction:before, .icon-mhn-addiction_therapy:before, .icon-mhn-advice_columnists:before, .icon-mhn-ask_professional:before, .icon-mhn-choose_letter:before, .icon-mhn-contributor_blogs:before, .icon-mhn-contributors:before, .icon-mhn-directory:before, .icon-mhn-dual_diagnosis_treatment:before, .icon-mhn-featured:before, .icon-mhn-featured_topics:before, .icon-mhn-forum:before, .icon-mhn-health_news:before, .icon-mhn-healthcare:before, .icon-mhn-intervention:before, .icon-mhn-life_issues:before, .icon-mhn-lifespan:before, .icon-mhn-map_icon:before, .icon-mhn-medical_disorders:before, .icon-mhn-meeting_finder:before, .icon-mhn-ment_health:before, .icon-mhn-mental_disorders:before, .icon-mhn-message:before, .icon-mhn-newsletter:before, .icon-mhn-online_communities:before, .icon-mhn-quote:before, .icon-mhn-substance_abuse:before, .icon-mhn-symptom_listings:before, .icon-mhn-telephone_numbers:before, .icon-mhn-therapist_briefings:before, .icon-mhn-treatment:before, .icon-mhn-wellness_personal:before {
    font-family: "icons-mhn";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.icon-mhn-about_mentalhelp:before {
    content: "";
}

.icon-mhn-addiction:before {
    content: "";
}

.icon-mhn-addiction_therapy:before {
    content: "";
}

.icon-mhn-advice_columnists:before {
    content: "";
}

.icon-mhn-ask_professional:before {
    content: "";
}

.icon-mhn-choose_letter:before {
    content: "";
}

.icon-mhn-contributor_blogs:before {
    content: "";
}

.icon-mhn-contributors:before {
    content: "";
}

.icon-mhn-directory:before {
    content: "";
}

.icon-mhn-dual_diagnosis_treatment:before {
    content: "";
}

.icon-mhn-featured:before {
    content: "";
}

.icon-mhn-featured_topics:before {
    content: "";
}

.icon-mhn-forum:before {
    content: "";
}

.icon-mhn-health_news:before {
    content: "";
}

.icon-mhn-healthcare:before {
    content: "";
}

.icon-mhn-intervention:before {
    content: "";
}

.icon-mhn-life_issues:before {
    content: "";
}

.icon-mhn-lifespan:before {
    content: "";
}

.icon-mhn-map_icon:before {
    content: "";
}

.icon-mhn-medical_disorders:before {
    content: "";
}

.icon-mhn-meeting_finder:before {
    content: "";
}

.icon-mhn-ment_health:before {
    content: "";
}

.icon-mhn-mental_disorders:before {
    content: "";
}

.icon-mhn-message:before {
    content: "";
}

.icon-mhn-newsletter:before {
    content: "";
}

.icon-mhn-online_communities:before {
    content: "";
}

.icon-mhn-quote:before {
    content: "";
}

.icon-mhn-substance_abuse:before {
    content: "";
}

.icon-mhn-symptom_listings:before {
    content: "";
}

.icon-mhn-telephone_numbers:before {
    content: "";
}

.icon-mhn-therapist_briefings:before {
    content: "";
}

.icon-mhn-treatment:before {
    content: "";
}

.icon-mhn-wellness_personal:before {
    content: "";
}

@font-face {
    font-family: 'icons-usa';
    src: url("../fonts/icons-usa.eot");
    src: url("../fonts/icons-usa.eot?#iefix") format("embedded-opentype"), url("../fonts/icons-usa.woff") format("woff"), url("../fonts/icons-usa.ttf") format("truetype"), url("../fonts/icons-usa.svg#StateFaceRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.icon-usa-alabama:before, .icon-usa-alaska:before, .icon-usa-arizona:before, .icon-usa-arkansas:before, .icon-usa-california:before, .icon-usa-colorado:before, .icon-usa-connecticut:before, .icon-usa-delaware:before, .icon-usa-florida:before, .icon-usa-georgia:before, .icon-usa-hawaii:before, .icon-usa-idaho:before, .icon-usa-illinois:before, .icon-usa-indiana:before, .icon-usa-iowa:before, .icon-usa-kansas:before, .icon-usa-kentucky:before, .icon-usa-louisiana:before, .icon-usa-maine:before, .icon-usa-maryland:before, .icon-usa-massachusetts:before, .icon-usa-michigan:before, .icon-usa-minnesota:before, .icon-usa-mississippi:before, .icon-usa-missouri:before, .icon-usa-montana:before, .icon-usa-nebraska:before, .icon-usa-nevada:before, .icon-usa-new-hampshire:before, .icon-usa-new-jersey:before, .icon-usa-new-mexico:before, .icon-usa-new-york:before, .icon-usa-north-carolina:before, .icon-usa-north-dakota:before, .icon-usa-ohio:before, .icon-usa-oklahoma:before, .icon-usa-oregon:before, .icon-usa-pennsylvania:before, .icon-usa-rhode-island:before, .icon-usa-south-carolina:before, .icon-usa-south-dakota:before, .icon-usa-tennessee:before, .icon-usa-texas:before, .icon-usa-utah:before, .icon-usa-vermont:before, .icon-usa-virginia:before, .icon-usa-washington:before, .icon-usa-west-virginia:before, .icon-usa-wisconsin:before, .icon-usa-wyoming:before {
    font-family: "icons-usa";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.icon-usa-alabama:before {
    content: "B";
}

.icon-usa-alaska:before {
    content: "A";
}

.icon-usa-arizona:before {
    content: "D";
}

.icon-usa-arkansas:before {
    content: "C";
}

.icon-usa-california:before {
    content: "E";
}

.icon-usa-colorado:before {
    content: "F";
}

.icon-usa-connecticut:before {
    content: "G";
}

.icon-usa-delaware:before {
    content: "H";
}

.icon-usa-florida:before {
    content: "I";
}

.icon-usa-georgia:before {
    content: "J";
}

.icon-usa-hawaii:before {
    content: "K";
}

.icon-usa-idaho:before {
    content: "M";
}

.icon-usa-illinois:before {
    content: "N";
}

.icon-usa-indiana:before {
    content: "O";
}

.icon-usa-iowa:before {
    content: "L";
}

.icon-usa-kansas:before {
    content: "P";
}

.icon-usa-kentucky:before {
    content: "Q";
}

.icon-usa-louisiana:before {
    content: "R";
}

.icon-usa-maine:before {
    content: "U";
}

.icon-usa-maryland:before {
    content: "T";
}

.icon-usa-massachusetts:before {
    content: "S";
}

.icon-usa-michigan:before {
    content: "V";
}

.icon-usa-minnesota:before {
    content: "W";
}

.icon-usa-mississippi:before {
    content: "Y";
}

.icon-usa-missouri:before {
    content: "X";
}

.icon-usa-montana:before {
    content: "Z";
}

.icon-usa-nebraska:before {
    content: "c";
}

.icon-usa-nevada:before {
    content: "g";
}

.icon-usa-new-hampshire:before {
    content: "d";
}

.icon-usa-new-jersey:before {
    content: "e";
}

.icon-usa-new-mexico:before {
    content: "f";
}

.icon-usa-new-york:before {
    content: "h";
}

.icon-usa-north-carolina:before {
    content: "a";
}

.icon-usa-north-dakota:before {
    content: "b";
}

.icon-usa-ohio:before {
    content: "i";
}

.icon-usa-oklahoma:before {
    content: "j";
}

.icon-usa-oregon:before {
    content: "k";
}

.icon-usa-pennsylvania:before {
    content: "l";
}

.icon-usa-rhode-island:before {
    content: "m";
}

.icon-usa-south-carolina:before {
    content: "n";
}

.icon-usa-south-dakota:before {
    content: "o";
}

.icon-usa-tennessee:before {
    content: "p";
}

.icon-usa-texas:before {
    content: "q";
}

.icon-usa-utah:before {
    content: "r";
}

.icon-usa-vermont:before {
    content: "t";
}

.icon-usa-virginia:before {
    content: "s";
}

.icon-usa-washington:before {
    content: "u";
}

.icon-usa-west-virginia:before {
    content: "w";
}

.icon-usa-wisconsin:before {
    content: "v";
}

.icon-usa-wyoming:before {
    content: "x";
}

/* additions */
.clear {
    clear: both;
}

p.disclaimer {
    max-width: 75%;
    margin: 0 auto 20px;
}

.snippetCodeBox {
    width: 100%;
    border: 1px solid #e1e1e1;
    margin: 0;
    clear: both;
    border-radius: 4px;
}

.snippetCodeBox pre {
    margin: 0;
    height: 150px;
    overflow: auto;
    border-radius: 0px;
    border: none;
    background: #f1f1f1;
    white-space: pre-wrap;
    padding: 10px 50px;
    width: 100%;
}

.snippet {
    position: relative;
    overflow: hidden;
    width: 75%;
    padding: 30px 0;
    margin: 0 auto;
}

.snippet:last-child {
    border: none;
}

.snippet div.contentSeparator {
    margin-bottom: 35px;
}

.snippet .source {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 30px 0;
}

.snippet .source textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    width: 628px;
    height: 110px;
    border: 1px solid #bbb;
    padding: 5px;
    background: #fff;
    resize: vertical;
    font-weight: normal;
    margin: 5px 0 0;
}

.snippet .source textarea:focus {
    background: #fff;
}

.snippet .source textarea.small {
    height: 40px;
    font-style: normal;
}

.snippet .source h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.snippet .source h4 a, .snippet .source h4 a:link, .snippet .source h4 a:visited {
    display: block;
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #29540d;
    padding: 2px 7px;
    margin: 0 0 5px;
    border-radius: 3px;
}

.snippet .source h4 a:hover {
    background: #1f4109;
}

.snippet .snippt-desc {
    padding: 5px 0 10px 20px;
    border-bottom: 1px dashed #cecece;
    font-style: italic;
}

.left {
    position: relative;
    overflow: hidden;
    float: left;
}

h1.snippet {
    padding: 15px 0 0;
    border: none;
    background: none;
    font-size: 30px;
    line-height: 45px;
}

p.snippet {
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 3px solid #eee;
}

#article .snippet h3 {
    margin: 0;
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

img .right {
    float: right;
    margin: 0 0 5px 15px;
}

img .left {
    float: left;
    margin: 0 15px 5px 0;
}

ul.bullets {
    margin: 0 0 15px;
    padding: 10px 0 10px 20px;
    position: relative;
}

ul.bullets li {
    list-style: disc;
    display: list-item;
    margin: 0 0 10px 15px;
}

ul.bullets02 {
    list-style: none;
    margin: 0 0 15px;
    padding: 10px 0 10px 20px;
    position: relative;
}

ul.bullets02 li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 18px;
    background: transparent url(../img/xbullet01.png.pagespeed.ic.81tLPsVYOb.png) 0 4px no-repeat;
}

ul.bullets03 {
    list-style: none;
    margin: 0 0 15px;
    padding: 10px 0 10px 20px;
    position: relative;
}

ul.bullets03 li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 23px;
    background: transparent url(../img/xbullet02.png.pagespeed.ic.l6RhgUcqBT.png) 0 2px no-repeat;
}

ul.checkmark-blue,
ul.checkmark {
    list-style: none;
    margin: 0 0 15px;
    padding: 10px 0 10px 20px;
    position: relative;
}

ul.checkmark-blue li,
ul.checkmark li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 23px;
    background: transparent url(../img/xbullet03.png.pagespeed.ic.wpF70Tigoc.png) 0 1px no-repeat;
}

ul.checkmark.red li {
    background: transparent url(../img/xbullet04.png.pagespeed.ic.adVX6Y4DyD.png) 0 0 no-repeat;
}

ul.bullets05 {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 20px;
    position: relative;
}

ul.bullets05 li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 0 21px;
    background: transparent url(../img/xbullet05.png.pagespeed.ic.6EjYwRcm6X.png) 0 2px no-repeat;
}

.side-blurb {
    display: block;
    position: relative;
    overflow: hidden;
    width: 340px;
    padding: 0 0 10px 0;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 5px 0 0 2px;
}

.side-blurb.right {
    display: block;
    margin: 15px 3px 15px 20px !important;
    float: right;
}

.side-blurb.left {
    display: block;
    margin: 5px 20px 15px 2px !important;
}

.side-blurb span.h4 {
    display: block;
    font-family: Oswald;
    font-weight: normal;
    position: relative;
    overflow: visible;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5f4f2));
    background: -webkit-linear-gradient(top, #fff 0%, #f5f4f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f4f2));
    background: linear-gradient(top, #fff 0%, #f5f4f2 100%);
    color: #000;
    font-size: 17px;
    line-height: 26px;
    height: 55px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    margin: 0 0 15px;
    text-align: left;
    border-top: 4px solid #1AA6A4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.side-blurb span.h4:after {
    display: block;
    position: absolute;
    content: url(images/xcorner-green.png.pagespeed.ic.HGGJ9CBwhU.png);
    width: 49px;
    height: 58px;
    top: -4px;
    left: -4px;
}

.side-blurb span.h4 img {
    padding-right: 5px;
    vertical-align: middle;
}

.side-blurb .content img {
    padding: 3px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.side-blurb .content {
    width: auto !important;
    padding: 5px 20px 10px !important;
}

.side-blurb .content p,
.side-blurb .content ul,
.side-blurb .content ol {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.side-blurb.full {
    width: 100%;
    margin-right: 3px;
    margin-left: 2px;
}

.side-blurb.simple {
    font-size: 11px;
    line-height: 16px;
    background: none;
    border: none;
    width: 140px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
    margin-top: 0 !important;
    border-radius: 0;
}

.side-blurb.simple.left {
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.side-blurb.simple.right {
    padding-left: 15px;
    border-left: 1px solid #ccc;
}

.side-blurb.simple .content span.h4 {
    font-size: 15px;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin: 0 0 5px;
    padding: 0;
    height: auto;
}

.side-blurb.simple .content {
    clear: both;
    padding: 5px 0 0 !important;
}

.side-blurb.simple span.h4:after {
    content: '';
}

.side-blurb.simple p {
    font-size: 11px;
    line-height: 16px;
}

.side-blurb a.more {
    font-weight: normal;
    display: block;
    padding-top: 8px;
}

.side-blurb img.left {
    padding: 3px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

span.quote {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 29px;
    font-style: italic;
    padding: 20px 0 10px 0;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
    margin: 5px 0;
    width: auto;
}

span.quote.left, span.quote.right {
    width: 280px;
}

span.quote.left {
    float: left;
    margin: 5px 20px 5px 0;
    padding: 10px 10px 10px 0;
}

span.quote.right {
    float: right;
    margin: 5px 0 5px 20px;
    padding: 10px 0 10px 10px;
}

span.quote cite {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 5px 0 0;
    text-align: right;
    color: #777;
}

.highlight,
.box.lblue,
.box.blue,
.box.gray,
.text-block,
.link-box {
    display: block;
    background: #fff;
    background-size: cover;
    color: #555;
    padding: 10px 15px 10px;
    margin: 15px 2px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.highlight,
.box.lblue,
.box.blue,
.box.gray {
    padding-top: 16px !important;
}

.highlight ul,
.box.lblue ul,
.box.blue ul,
.box.gray ul {
    margin-bottom: 0 !important;
}

.link-box {
    min-height: 20px;
}

.link-box a.live-help-trigger {
    font-weight: bold;
    padding: 0 0 0 30px;
    background: transparent url(../img/xicon_link.png.pagespeed.ic.39PgEn_NkF.png) 0 1px no-repeat;
    padding: 5px 0 5px 30px;
}

.phone-number a {
    color: #fff !important;
}

.highlight,
.box.lblue,
.box.blue,
.box.gray,
.text-block strong {
    color: #333;
}

.link-box a {
    background: transparent url(../img/xicon_link02.png.pagespeed.ic.ojJlwfOfxa.png) 0 2px no-repeat;
    padding: 0 0 0 25px;
}

.link-box.arrow a {
    background: transparent url(../img/xicon_link.png.pagespeed.ic.39PgEn_NkF.png) 0 -4px no-repeat;
    padding: 0 0 2px 27px;
}

.link-box.plain {
    background: none;
    border: none;
}

.simpleTabs {
    margin: 15px 0;
}

.simpleTabs .tabs {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
    z-index: 2;
}

.simpleTabs .tabs li {
    font-family: Oswald;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.simpleTabs .tabs li:last-of-type {
    margin: 0;
}

.simpleTabs .tabs li a,
.simpleTabs .tabs li a:link,
.simpleTabs .tabs li a:visited {
    display: block;
    min-width: 60px;
    padding: 10px 15px;
    background: #eee;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: inset 0 -2px 1px 0 #ddd;
    -webkit-box-shadow: inset 0 -2px 1px 0 #ddd;
    -moz-box-shadow: inset 0 -2px 1px 0 #ddd;
}

.simpleTabs.vertical .tabs li a,
.simpleTabs.vertical .tabs li a:link,
.simpleTabs.vertical .tabs li a:visited {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.simpleTabs .tabs li.active {
    border-bottom: none;
    margin-bottom: 1px;
}

.simpleTabs .tabs li.active a,
.simpleTabs .tabs li.active a:link,
.simpleTabs .tabs li.active a:visited,
.simpleTabs .tabs li.active a:hover {
    text-decoration: none;
    color: #333;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.simpleTabs .tabs li a:hover {
    background: #f3f3f3;
}

.simpleTabs .section {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 20px 35px;
    z-index: 1;
    top: -1px;
    background: #fff url(images/xtext-box.png.pagespeed.ic.AFInBVPtly.png) 0 bottom no-repeat;
}

.simpleTabs .section {
    display: none;
}

.simpleTabs .section:first-of-type {
    display: block;
}

.simpleTabs .section span.h4 {
    display: block;
    font-family: Oswald;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    position: relative;
    margin: 0 0 15px;
}

.simpleTabs .section img {
    padding: 3px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.simpleTabs.vertical {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.simpleTabs.vertical .tabs {
    width: 155px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.simpleTabs.vertical .tabs li:first-of-type {
    border-top: 1px solid #eee;
}

.simpleTabs.vertical .tabs li {
    float: none;
    margin: 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: none;
}

.simpleTabs.vertical .tabs li.active {
    border-right: 1px solid #fff;
}

.simpleTabs.vertical .tabs li a {
    background: none;
    text-align: left;
    border: none !important;
}

.simpleTabs.vertical .tabs li.active a {
    text-align: left;
    border: none !important;
    background: #fff;
}

.simpleTabs.vertical .section {
    float: right;
    width: 445px;
    background-image: url(images/xtext-box-485.png.pagespeed.ic.MNzMWQl0lM.png);
    border-top: 1px solid #eee;
    top: 0;
}

#content .expand {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

#content .expand.expand--small {
    font-size: 12px;
}

#content .expand img.right,
#content .expand img.left {
    padding: 3px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

#content .expand span.h4 {
    display: block;
    font-family: Oswald;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    position: relative;
    margin: 10px 0;
}

#content .expand .invisible {
    display: none;
}

#content .expand a.reveal {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent url(../img/xdotted-line.png.pagespeed.ic.dhy8anOwCB.png) 0 22px repeat-x;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 15px 0 0;
}

#content .expand a.reveal span {
    display: block;
    background: #fafafa;
    height: 18px;
    float: left;
    padding: 0 12px 0 0;
}

#content .expand a.reveal span:after {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 14px;
    content: url(../img/xarrow-down.png.pagespeed.ic.uxM2suQ-o2.png);
}

#content .expand.open a.reveal span:after {
    content: url(../img/xarrow-up.png.pagespeed.ic.E0Hk8dD8z0.png);
}

span.phone-number {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 1px 8px;
    white-space: nowrap;
    background: #037ebf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #037ebf), color-stop(100%, #0360ac));
    background: -webkit-linear-gradient(top, #037ebf 0%, #0360ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#037ebf), to(#0360ac));
    background: linear-gradient(top, #037ebf 0%, #0360ac 100%);
    border-bottom: 2px solid #024589;
}

.qtip-content {
    font-size: 13px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding-left: 20px !important;
    padding-right: 20px !important;
}

ol {
    list-style: inherit;
    list-style-type: decimal;
    margin: 10px 0 15px;
    padding: 10px 0 10px 20px;
    position: relative;
    font-weight: bold;
}

ol li {
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0 0 3px 0;
}

.accordion img.right,
.accordion img.left {
    padding: 3px;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

.snippet-shortcodes textarea {
    margin-bottom: 30px;
    min-height: 200px;
}

#page .snippet-accordion {
    margin-top: 25px;
}

#page .snippet-accordion .header {
    display: block;
    font-family: Oswald;
    font-weight: normal;
    position: relative;
    overflow: visible;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f5f4f2));
    background: -webkit-linear-gradient(top, #fff 0%, #f5f4f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f4f2));
    background: linear-gradient(top, #fff 0%, #f5f4f2 100%);
    color: #333;
    font-size: 17px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    margin: 0 0 15px;
    text-align: left;
    border-top: 4px solid #1AA6A4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    outline: none !important;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

#page .snippet-accordion .header .icon {
    background: none;
    color: #1aa6a2;
    font-size: 16px;
    left: auto;
    right: 5px;
    top: 5px;
}

#page .snippet-accordion a {
    color: #333;
}

#page .snippet-accordion:hover a {
    color: #157cbd;
}

#page .snippet-accordion .content {
    display: none;
    width: auto;
    padding: 0 10px 10px 20px;
}

.snippet-img-wrap {
    border: 1px solid #c1c1c1;
    padding: 2px;
    position: relative;
}

.snippet-img-wrap img {
    max-width: 100%;
}

.snippet-img-wrap.ib {
    display: inline-block;
}

.snippet-img-wrap .caption {
    background: white;
    background: rgba(255, 255, 255, 0.83);
    bottom: 0;
    font-family: Times, serif;
    font-size: 12px;
    font-style: italic;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
}

.snippet-lead-in {
    display: table;
    margin: 0 -15px 20px;
}

@media (min-width: 768px) {
    .snippet-lead-in {
        margin: 0 -15px 20px 0;
    }

    .snippet-lead-in > div {
        display: table-cell;
        float: none;
        text-align: right;
        vertical-align: middle;
    }

    .snippet-lead-in > div:first-child {
        text-align: left;
    }
}

.snippet-img-full img {
    width: 100%;
}

#page .snippet-cta {
    color: white;
    display: block;
    height: 240px;
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#page .snippet-cta img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    position: absolute;
    width: 100%;
}

@media (min-width: 480px) {
    #page .snippet-cta {
        float: right;
        margin: 10px 10px 20px 20px;
        width: 370px;
    }
}

#page .snippet-cta:active, #page .snippet-cta:focus, #page .snippet-cta:hover {
    color: white;
    text-decoration: none;
}

#page .snippet-cta .header {
    background: #205b59;
    background: rgba(32, 91, 89, 0.31);
    border-bottom: 1px solid #70ddd8;
    border-bottom: 1px solid rgba(112, 221, 216, 0.31);
    display: block;
    font-family: "Roboto Slab", sans-serif;
    font-size: 23px;
    font-weight: bold;
    padding: 13px 20px;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#page .snippet-cta .content {
    background: #27a7a3;
    background: rgba(39, 167, 163, 0.53);
    display: table-cell;
    font-weight: bold;
    height: 180px;
    padding: 0 110px 0 40px;
    position: relative;
    vertical-align: middle;
}

#page .snippet-cta .arrow {
    background: #2c6a68;
    background: rgba(44, 106, 104, 0.53);
    border: 1px solid #70ddd8;
    border: 1px solid rgba(112, 221, 216, 0.45);
    border-radius: 5px;
    font-size: 30px;
    height: 60px;
    margin-top: -30px;
    padding-top: 14px;
    position: absolute;
    right: 35px;
    text-align: center;
    top: 50%;
    width: 60px;
}

.snippet-cols img {
    margin-bottom: 20px;
    max-width: 100%;
}

.snippet-cols img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.snippet-callout {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    margin: 0 5px 20px;
    padding: 20px;
    position: relative;
}

.snippet-callout .snippet-img-wrap {
    display: inline-block;
    margin-bottom: 20px;
}

.snippet-callout .snippet-img-wrap img {
    height: 110px;
    width: 170px;
}

@media (min-width: 768px) {
    .snippet-callout .snippet-img-wrap {
        position: absolute;
        margin-top: -58px;
        top: 50%;
    }

    .snippet-callout .snippet-img-wrap + .content {
        min-height: 88px;
        padding-left: 200px;
    }
}

.snippet-img.left {
    float: left;
    margin: 0 40px 30px 0;
}

.snippet-img.right {
    float: right;
    margin: 0 0 30px 40px;
}

.snippet-list-icons {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .snippet-list-icons {
        padding: 0 20px;
    }
}

.snippet-list-icons > li {
    margin-top: 40px;
    position: relative;
}

.snippet-list-icons > li:first-child {
    margin-top: 0;
}

.snippet-list-icons img {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .snippet-list-icons img {
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
    }

    .snippet-list-icons img + .content {
        min-height: 100px;
        padding-left: 140px;
    }
}

#page .op-toc {
    border: 1px solid #cccccc;
    list-style: lower-roman;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px 20px 30px 50px;
}

#page .op-toc:before {
    background-color: #1aa6a2;
    background-image: url("../img/teal-stripes-diag.png");
    color: white;
    content: "Table of Contents";
    margin: -20px 0 40px -50px;
    padding: 12px 20px;
    width: 130%;
}

#page .op-toc li {
    color: #1aa6a2;
    font-style: italic;
    padding: 0 40px 0 0;
}

@media (min-width: 768px) {
    #page .op-toc li:nth-child(2n+1) {
        clear: left;
    }
}

#page .op-toc li a {
    border: none;
    color: #666666;
    font-style: normal;
    text-decoration: none;
}

.snippet-video {
    margin-bottom: 30px;
    width: 100%;
}

.snippet-video iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .snippet-video.left, .snippet-video.right {
        clear: none;
        margin: 0;
        width: 50%;
    }

    .snippet-video.left {
        float: left;
        padding: 0 15px 15px 0;
    }

    .snippet-video.right {
        float: right;
        padding: 0 0 15px 15px;
    }
}

.overdose-vis {
    margin-bottom: 20px;
}

.overdose-vis .od-subtitle {
    color: #a0a0a0 !important;
    font-size: 12px !important;
    max-width: 950px;
}

@media (min-width: 480px) {
    .overdose-vis .od-subtitle {
        font-size: 1.2em !important;
    }
}

.overdose-vis figure {
    width: 100%;
    max-width: 1000px;
    height: 450px;
    cursor: pointer;
}

.key-bottom {
    list-style: none;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
}

.key-bottom li:first-of-type {
    padding-left: 0;
    margin-top: 40px;
}

.key-bottom li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .key-bottom li {
        margin-bottom: auto;
    }
}

.key-bottom li .circle-bg {
    font-weight: bold;
    display: inline-block;
    color: white;
    background-color: #a0a0a0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.key-bottom li .circle-1, .key-bottom li .circle-2, .key-bottom li .circle-3 {
    background-color: #a0a0a0;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    text-align: center;
}

.key-bottom li .circle-1 {
    width: 10px;
    height: 10px;
}

.key-bottom li .circle-2 {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
}

.key-bottom li .circle-3 {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
}

.fewer-ods, .more-ods {
    display: inline;
    font-size: 12px !important;
    margin-right: 5px;
}

.overdose-vis .grid, .overdose-vis .axis line, .overdose-vis .axis path, .overdose-vis .bottom-border {
    fill: none;
    shape-rendering: crispEdges;
    stroke: none;
}

.overdose-vis .x .tick text, .overdose-vis .y .tick text {
    stroke: none;
    fill: #777777;
}

.overdose-vis .x .tick text {
    font-size: 10px;
}

@media (min-width: 480px) {
    .overdose-vis .x .tick text {
        font-size: 14px;
    }
}

.overdose-vis .y .tick {
    fill: none;
    shape-rendering: crispEdges;
    stroke: #d3d3d3;
    stroke-width: 1px;
}

.overdose-vis .y-drugs .tick text {
    font-size: 10px;
    fill: #a0a0a0;
}

.overdose-vis .y-label .tick text {
    fill: #777777;
}

ul.od-key-list {
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    ul.od-key-list {
        visibility: hidden;
        margin: 0;
        height: 0;
        width: 0;
    }
}

ul.od-key-list li.key {
    display: inline-block;
    height: 30px;
    margin-right: 20px;
    position: relative;
    text-align: center;
}

@media (min-width: 480px) {
    ul.od-key-list li.key {
        height: 50px;
    }
}

ul.od-key-list li.key .example {
    visibility: hidden;
    position: absolute;
    color: #a0a0a0;
    width: 100%;
    font-size: 11px !important;
    top: 30px;
}

@media (min-width: 480px) {
    ul.od-key-list li.key .example {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    ul.od-key-list li.key .example {
        visibility: hidden;
    }
}

ul.od-key-list li.key:first-of-type {
    margin-left: 0;
}

p.od-icon-text {
    display: inline;
    margin-left: 10px;
    font-size: 11px !important;
}

@media (min-width: 480px) {
    p.od-icon-text {
        font-size: 14px !important;
    }
}

span.od-icon {
    display: inline-block;
    font-family: 'DrugIcons';
    font-size: 14px;
    position: relative;
    bottom: -3px;
}

@media (min-width: 480px) {
    span.od-icon {
        font-size: 18px;
    }
}

.form__error {
    background-color: #d9534f;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 16px;
}

.cr-stickybar {
    background: #1aa6a2;
    padding: 15px 15px 30px;
    -webkit-box-shadow: 0 2px 5px #777;
    box-shadow: 0 2px 5px #777;
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

.cr-stickybar__listings {
    position: relative;
}

.cr-stickybar__listings::after {
    content: "Ad";
    font-size: 7px;
    background: #ddd;
    border-radius: 2px;
    padding: 0 4px;
    position: absolute;
    right: 15px;
    top: -27px;
}

.cr-stickybar__listing {
    border-radius: 5px;
    border: 1px solid #fff;
    height: 115px;
    margin: 15px 0;
    position: relative;
}

@media (min-width: 992px) {
    .cr-stickybar__listing {
        margin: 0;
    }
}

.cr-stickybar__listing-address {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    margin: 2px 0 0 0;
}

.cr-stickybar__listing-details {
    display: table;
    margin-top: 5px;
    padding: 0 20px;
}

.cr-stickybar__title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 7px;
}

.cr-stickybar__listing-info {
    display: table-cell;
    vertical-align: middle;
}

.cr-stickybar__listing-img {
    width: 130px;
    height: 65px;
    float: left;
    padding-right: 10px;
}

.cr-stickybar__listing-title, .cr-stickybar__listing-ctn {
    color: #fff;
    font-size: 16px;
}

.cr-stickybar__listing-title {
    overflow: hidden;
    max-height: 51px;
    margin: 0;
}

.cr-stickybar__listing-ctn {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.cr-stickybar__listing-btn {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 185px;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
}

.l-google-search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    margin: 30px 0;
}

.l-google-search__input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #D8D8D8 !important;
    padding: 10px !important;
    margin: 0 !important;
}

.l-google-search__submit {
    background-color: #4C87B4;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
}

.l-google-search__submit:hover {
    background-color: #407298;
}

@media (min-width: 480px) {
    .l-google-search__submit {
        margin-left: 16px;
    }
}

.l-google-search__tagline {
    margin: 16px 0;
    color: #797979;
}

.l-google-search__result {
    margin-bottom: 24px;
    line-height: 1.4;
}

.l-google-search__title {
    display: block;
    font-size: 18px;
    text-decoration: underline;
}

.l-google-search__link {
    display: block;
    font-size: 15px;
    color: #3E6E58;
    margin-bottom: 4px;
    word-wrap: break-word;
}

.l-google-search__snippet {
    font-size: 15px;
}

.l-google-search__results {
    max-width: 600px;
}

.l-google-search__pagination-link {
    margin: 0 4px;
}

.l-google-search__pagination-link:hover {
    text-decoration: underline;
    font-weight: bold;
}

.l-google-search__pagination-link.active {
    font-weight: bold;
}

.c-related-pages__title {
    text-transform: capitalize;
}

.c-related-pages .section-title {
    margin-bottom: 0;
}

.c-related-pages__list {
    max-height: 300px;
    margin: 30px 0 15px;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out;
}

.c-related-pages__list.visible {
    max-height: 2500px;
    -webkit-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
}

.c-related-pages__more {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.c-related-pages__more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 0;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 50%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%);
    width: 100%;
    height: 30px;
}

.c-related-pages__more.visible::before {
    display: none;
}

.breadcrumbs--test a.link {
    color: #fff;
}
