@charset "UTF-8";

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic
}

html {
    font-size: 100%
}

body {
    font-size: 100%
}

footer {
    padding: 0;
    border-top: none;
    margin-top: 0
}

button,
hr,
input {
    overflow: visible
}

img,
legend {
    max-width: 100%
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress,
sub,
sup {
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hr,
main,
menu,
nav,
section {
    display: block
}

main#site-main {
    overflow-x: auto
}

.hidden,
.invisible,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    vertical-align: middle;
    width: auto;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.btn.white {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px
}

.h1,
.h2,
.h3,
body,
h1,
h2,
h3 {
    font-family: Montserrat, Arial, sans-serif
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

button,
html,
input,
select,
textarea {
    color: #231f20
}

body {
    margin: 0;
    line-height: 1.4;
    overflow-x: hidden;
    background: #fff
}

::-moz-selection {
    background: #f6b221;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #f6b221;
    color: #fff;
    text-shadow: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:target::before {
    content: "";
    display: block;
    padding-top: 130px;
    margin-top: -130px
}

sup {
    top: -.25em
}

hr {
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc
}

.image-fluid,
.image-fluid img {
    max-width: none;
    width: 100%;
    height: auto
}

.image-fixed,
.image-fixed img {
    max-width: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.hidden {
    display: none !important
}

.relative {
    position: relative
}

.fa-star::before,
.sr-only,
.visually-hidden,
.visuallyHidden,
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

.focusable.fa-star:focus::before,
.focusable.sr-only:focus,
.visually-hidden.focusable:focus,
.visuallyHidden.focusable:focus,
.visuallyhidden.focusable:focus {
    position: fixed;
    top: 0;
    left: 0;
    background: #f6b221;
    color: #231f20;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: 100%;
    height: auto;
    border: 1px dashed #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    z-index: 100
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: left
}

.block {
    display: block
}

.breakforprint {
    page-break-after: always
}

.float-right {
    float: right
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.float-left {
    float: left
}

figure {
    margin: 1em 0
}

.full-width,
.interior-content .testimonial-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.desktop-only {
    display: none
}

@media (min-width:48em) {
    .align-right-desktop {
        text-align: right
    }

    .align-left-desktop {
        text-align: left
    }

    .desktop-only {
        display: block
    }

    .mobile-only {
        display: none
    }
}

.js-click-user:active,
.js-click-user:focus {
    outline: 0
}

.scroll-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: auto !important;
    z-index: 10000
}

.svg-legend {
    position: absolute;
    top: -9999em;
    left: -9999em;
    width: 0;
    height: 0;
    overflow: hidden
}

svg.icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.galleryList {
    margin: 0
}

ul.galleryList.audio {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-conten: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.infamous-critters,
.search-dialog .form-horizontal .form-group,
.site-header,
.wildlife-detail,
[data-simplebar] {
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

ul.galleryList.audio li {
    width: 125px;
    margin-bottom: 1rem
}

ul.galleryList.audio li .audiowrapper {
    margin-top: .25rem
}

.animal-audio {
    margin-bottom: .5rem
}

.animal-audio .mejs__container,
ul.galleryList.audio .mejs__container {
    border-radius: 5px
}

.animal-audio .mejs__controls:not([style*="display: none"]),
ul.galleryList.audio .mejs__controls:not([style*="display: none"]) {
    background: 0 0
}

ul.galleryList.audio>li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 1rem
}

@media (min-width:30em) {
    ul.galleryList.audio>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

.single-animal #subnav.default li.active,
.single-animal .rail-navigation li.active,
.single-service #subnav.default li.active,
.single-service .rail-navigation li.active {
    display: none
}

.custom-ActiveSubNav ul {
    display: block !important
}

.navigation-wrap .view-more-wrap {
    display: none
}

.fa-star {
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../images/icon-star.png) center center/cover no-repeat
}

.fa-star::before {
    content: "Star"
}

.location-list {
    margin: 0 0 20px
}

.location-list .list-group {
    margin: 0;
    padding: 0
}

.location-list .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.location-list .list-group-item .title {
    font-weight: 700
}

.location-list .list-group-item>* {
    display: block
}

.location-list .list-group-item:first-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.location-list .list-group-item:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0
}

@media (min-width:48em) {
    .location-list {
        margin: 0 0 40px
    }

    .location-list:after {
        content: "";
        display: table;
        clear: both
    }

    .location-list .list-group {
        float: left;
        width: 33%;
        border-left: 1px solid #ddd
    }

    .location-list .list-group .list-group-item {
        border-left: none;
        border-right: none;
        background-image: url(../images/icon-location.svg);
        background-repeat: no-repeat;
        -webkit-background-size: 23px 36px;
        -o-background-size: 23px 36px;
        background-size: 23px 36px;
        background-position: 27px 27px;
        padding-left: 56px;
        padding-top: 24px;
        padding-bottom: 24px
    }

    .location-list .list-group .list-group-item a {
        color: #231f20
    }

    .location-list .list-group .list-group-item .title {
        color: #666;
        font-weight: 400
    }

    .location-list .list-group .list-group-item .phone {
        text-decoration: none !important
    }

    .location-list .list-group .list-group-item .phone:focus .value,
    .location-list .list-group .list-group-item .phone:hover .value {
        text-decoration: underline !important
    }

    .location-list .list-group .list-group-item .heading {
        display: block;
        font-size: 24px;
        line-height: 1.1em;
        margin-bottom: 3px;
        font-weight: 400
    }

    a.location-list .list-group .list-group-item .heading {
        text-decoration: underline
    }

    .location-list .list-group .list-group-item:first-child {
        border-top: none
    }

    .location-list .list-group .list-group-item:last-child {
        border-bottom: none
    }
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.col-xs-12,
.container {
    width: 100%
}

.container,
.container-fluid {
    padding-left: .625rem;
    padding-right: .625rem
}

.container {
    max-width: 89.375rem
}

.row,
.section-horizontal {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before,
.section-horizontal:after,
.section-horizontal:before {
    content: " ";
    display: table
}

.container-fluid:after,
.container:after,
.row:after,
.section-horizontal:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: .625rem;
    padding-right: .625rem
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:48em) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-alpha {
        padding-left: 0
    }

    .col-sm-omega {
        padding-right: 0
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:60em) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:71.25em) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 135px;
    z-index: 9001;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
    background: #f6b221
}

.site-header .hiring-tab {
    display: none
}

@media (min-width:52em) {
    .site-header .hiring-tab {
        display: block;
        position: absolute;
        top: 100%;
        right: 0;
        width: 170px;
        color: #231f20;
        background-color: #fff;
        padding: 14px 20px;
        box-sizing: border-box;
        border-radius: 0 0 4px 4px;
        font-weight: 700;
        text-align: center;
        font-size: 1.15em;
        text-decoration: none;
        box-shadow: 0 2px 10px -5px
    }

    .site-header .hiring-tab:hover {
        opacity: .9
    }
}

@media (min-width:60em) {
    .site-header .hiring-tab {
        top: calc(100% + 10px)
    }
}

.header-logo-img,
.header-mobile-btn {
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out
}

a.header-phone-link {
    display: block;
    background: #231f20;
    color: #f6b221;
    fill: #f6b221;
    text-align: center;
    padding: 5px 10px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none
}

a.header-phone-link.desktop {
    display: none
}

.header-container,
.header-phone-link-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

a.header-phone-link:focus,
a.header-phone-link:hover {
    text-decoration: none;
    background: #2a4634
}

.header-phone-link-num {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-header.two-numbers .header-phone-link {
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.header-phone-link-num svg {
    display: inline-block;
    width: 21px;
    height: 21px
}

.site-header.two-numbers .header-phone-link-num svg {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px
}

.header-phone-link-text {
    color: #fff;
    font-size: 12px;
    font-size: .75rem;
    font-style: italic;
    font-weight: 400
}

.website-east-texas .header-phone-link-text {
    font-size: 1rem;
    font-weight: 600
}

.header-status,
a.footer-btn,
a.header-btn {
    font-weight: 700;
    text-decoration: none
}

.header-container {
    color: #231f20;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-col,
.header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.header-row {
    display: flex;
    width: 100%
}

.header-col {
    display: flex;
    position: static
}

.header-col-left,
.header-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.header-col-left {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    width: 100%
}

#search-filler {
    width: 21px;
    display: inline-block;
    vertical-align: middle
}

.header-mobile-btn {
    background: 0 0;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all .18s ease-in-out;
    font-size: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #231f20;
    text-align: center
}

.header-mobile-btn svg {
    width: 21px;
    height: 21px;
    fill: currentColor
}

.header-mobile-btn:focus,
.header-mobile-btn:hover {
    color: #2a4634
}

.header-mobile-btn-text {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    color: #231f20
}

.header-logo {
    margin: 0 20px;
    text-align: center;
    font-size: 0
}

.header-logo-link {
    display: inline-block;
    width: 100%
}

.header-logo-img {
    display: none;
    max-width: 100%;
    transition: all .18s ease-in-out
}

.website-wmsmn .header-logo-img {
    max-height: 60px
}

.header-logo-img.mobile {
    display: block
}

.header-logo-img.desktop,
.header-logo-img.scroll {
    display: none
}

.header-status {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #f6b221;
    background: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 18px 25px;
    text-transform: uppercase
}

.header-status:focus,
.header-status:hover {
    color: #2a4634;
    text-decoration: none
}

.header-status img {
    max-width: 28px;
    margin-right: 10px
}

.header-col-middle {
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    width: 100%;
    height: -webkit-calc(100vh - 135px);
    height: -moz-calc(100vh - 135px);
    height: calc(100vh - 135px);
    overflow-y: auto
}

.header-col-middle a.header-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    background: #231f20;
    border-bottom: 1px solid #fff
}

.header-col-middle a.header-btn:focus,
.header-col-middle a.header-btn:hover {
    color: #fff;
    background: #2a4634
}

a.footer-btn,
a.header-btn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #231f20
}

a.header-btn {
    display: none
}

a.footer-btn svg,
a.header-btn svg {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: currentColor;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

a.footer-btn span,
a.header-btn span {
    display: inline-block;
    margin: 0 0 0 10px
}

a.footer-btn:focus,
a.footer-btn:hover,
a.header-btn:focus,
a.header-btn:hover {
    text-decoration: none;
    color: #2a4634
}

.header-search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none
}

.header-search {
    position: relative;
    width: 100%;
    max-width: -webkit-calc(89.375rem + (10px * 2));
    max-width: -moz-calc(89.375rem + (10px * 2));
    max-width: calc(89.375rem + (10px * 2));
    margin: 0 auto;
    background: #231f20;
    color: #fff;
    padding: 10px
}

.header-search-btn,
.header-search-input {
    -webkit-transition: all .18s ease-in-out;
    color: #231f20
}

.header-search-input {
    background: #fff;
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 18px;
    font-size: 1.125rem;
    border: 0;
    -moz-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

.header-search-input::-webkit-input-placeholder {
    color: #231f20;
    opacity: 1
}

.header-search-input:-moz-placeholder {
    color: #231f20;
    opacity: 1
}

.header-search-input::-moz-placeholder {
    color: #231f20;
    opacity: 1
}

.header-search-input:-ms-input-placeholder {
    color: #231f20;
    opacity: 1
}

.header-search-input:placeholder-shown {
    color: #231f20;
    opacity: 1
}

.header-search-input::-ms-clear {
    display: none
}

.header-search-input:focus {
    border-color: #2a4634
}

.header-search-btn {
    padding: 0;
    cursor: pointer;
    -moz-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    width: auto;
    height: auto;
    border: none;
    font-size: 0;
    text-align: center
}

a,
a.footer-logo svg {
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out
}

.header-search-btn:focus,
.header-search-btn:hover {
    background: #fff;
    color: #f6b221;
    border-color: #f6b221
}

.header-search-btn svg {
    display: inline-block;
    width: 21px;
    height: 21px;
    fill: currentColor
}

.footer-links-more,
.scrolled a.header-phone-link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.scrolled .site-header {
    height: 90px
}

.scrolled a.header-phone-link.mobile {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.scrolled a.header-phone-link.mobile .header-phone-link-num {
    margin-right: 10px
}

.scrolled a.header-phone-link.mobile .header-phone-link-num svg {
    margin-right: 5px
}

.scrolled a.header-phone-link.mobile .header-phone-link-num span {
    color: #fff
}

.scrolled a.header-phone-link.mobile .header-phone-link-text {
    font-size: 14px;
    font-size: .875rem
}

.scrolled .header-logo-img.mobile {
    display: none
}

.scrolled .header-logo-img.mobile.scroll {
    display: block;
    max-height: 40px
}

.scrolled .header-col-middle {
    height: -webkit-calc(100vh - 90px);
    height: -moz-calc(100vh - 90px);
    height: calc(100vh - 90px)
}

.cta-phone-link-cont.two-numbers .phone-label {
    color: #d92b2b
}

.cta-phone-link-cont.two-numbers .phone-label {
    margin-right: 10px
}

.footer-phone-link-cont.two-numbers .footer-phone-link-wrapper {
    margin-left: 5px
}

@media (max-width:59.99em) {
    .ios-browser .header-col-middle {
        background: #231f20;
        height: -webkit-calc(88vh - 135px);
        height: -moz-calc(88vh - 135px);
        height: calc(88vh - 135px)
    }

    .ios-browser .scrolled .header-col-middle {
        height: -webkit-calc(88vh - 90px);
        height: -moz-calc(88vh - 90px);
        height: calc(88vh - 90px)
    }

    .site-header.two-numbers .header-col-left {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .scrolled .site-header.two-numbers {
        height: 110px
    }

    .site-header.two-numbers .header-phone-link-cont {
        text-align: center;
        background-color: #231f20;
        padding-bottom: 2px
    }

    .site-header.two-numbers .header-phone-link {
        padding-top: 4px;
        padding-bottom: 2px
    }

    .site-header.two-numbers .header-phone-link-num {
        line-height: 1em
    }

    .site-header.two-numbers .header-phone-link-num .phone-label {
        color: #fff;
        margin-right: 8px
    }

    .site-header.two-numbers .header-phone-link-num span {
        display: inline-block;
        vertical-align: middle
    }

    .site-header.two-numbers .header-phone-link-num svg {
        margin-top: -3px
    }

    .scrolled .site-header.two-numbers a.header-phone-link.mobile .header-phone-link-num span:not(.phone-label) {
        color: #f6b221
    }

    .scrolled .site-header.two-numbers a.header-phone-link.mobile .header-phone-link-num,
    .scrolled .site-header.two-numbers a.header-phone-link.mobile .header-phone-link-num svg {
        margin-right: 0
    }
}

@media (max-width:47.99em) {
    .cta-phone-link-cont.two-numbers {
        margin-bottom: 20px
    }

    .cta-phone-link-cont.two-numbers .phone-label {
        margin-right: 10px;
        position: relative;
        top: 5px
    }

    .cta-phone-link-cont.two-numbers a.cta-phone-link {
        justify-content: center
    }

    .footer-phone-link-cont.two-numbers {
        text-align: center
    }

    .footer-phone-link-cont.two-numbers a.footer-phone-link {
        padding: 0;
        margin: 10px auto;
        justify-content: center
    }

    .footer-phone-link-cont.two-numbers .phone-label {
        position: relative;
        top: 8px;
        margin-right: 10px;
        font-size: 1.2rem
    }
}

@media (max-width:26.5625em) {
    .footer-phone-link-cont.two-numbers .footer-phone-link-num {
        font-size: 1.5rem
    }

    .footer-phone-link-cont.two-numbers a.footer-phone-link svg {
        top: 5px
    }

    .footer-phone-link-cont.two-numbers .phone-label {
        top: 4px
    }
}

@media (min-width:48em) {
    .cta-phone-link-cont.two-numbers {
        position: relative;
        margin: 0 30px;
        padding: 0 30px
    }

    .cta-phone-link-cont.two-numbers a.cta-phone-link {
        margin: 0;
        padding: 0
    }

    .cta-phone-link-cont.two-numbers .phone-label {
        position: relative;
        top: 12px
    }

    .cta-phone-link-cont.two-numbers a.cta-phone-link::after,
    .cta-phone-link-cont.two-numbers a.cta-phone-link::before {
        content: none
    }

    .cta-phone-link-cont.two-numbers::after,
    .cta-phone-link-cont.two-numbers::before {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2px;
        height: 60px;
        background: #595657
    }

    .cta-phone-link-cont.two-numbers::after {
        left: 0
    }

    .cta-phone-link-cont.two-numbers::before {
        right: 0
    }

    .footer-phone-link-cont.two-numbers {
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto
    }

    .footer-phone-link-cont.two-numbers a.footer-phone-link {
        padding: 0;
        margin: 0
    }

    .footer-phone-link-cont.two-numbers .phone-label {
        position: relative;
        top: 8px;
        margin-right: 10px;
        font-size: 1.2rem
    }

    .footer-phone-link-cont.two-numbers .footer-phone-link-text {
        margin-left: 5px
    }
}

@media (min-width:60em) {
    .site-header {
        border-top: 6px solid #231f20;
        height: 130px;
        padding: 10px 0
    }

    .header-col,
    .header-container,
    .header-row {
        height: 100%
    }

    a.header-phone-link {
        display: none;
        background: 0 0;
        color: #231f20;
        fill: #231f20;
        text-align: left;
        padding: 0;
        margin: 0 10px 0 0
    }

    .header-phone-link-cont.mobile,
    a.header-phone-link.mobile {
        display: none
    }

    .header-phone-link-cont.desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    a.header-phone-link.desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    a.header-phone-link:focus,
    a.header-phone-link:hover {
        background: 0 0;
        color: #2a4634;
        fill: #2a4634
    }

    .header-phone-link.desktop .phone-label {
        color: #d92b2b;
        margin-left: 0;
        margin-right: 8px;
        font-size: .75em
    }

    .header-phone-link-num {
        font-weight: 600;
        font-size: 24px;
        font-size: 1.5rem
    }

    .website-wmsmn .header-phone-link-num {
        font-size: 1.3rem
    }

    .site-header.two-numbers .header-phone-link-num {
        font-size: 1.2em;
        line-height: 1.35em
    }

    .site-header.two-numbers .header-phone-link-num {
        margin-left: auto;
        margin-right: auto
    }

    .scrolled .site-header.two-numbers .header-phone-link-num {
        line-height: 1em
    }

    .site-header.two-numbers .header-phone-link-cont {
        margin-right: 1.5vw
    }

    .scrolled .site-header.two-numbers .header-phone-link-cont {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .scrolled .site-header.two-numbers .header-phone-link {
        line-height: 1.05em;
        margin-left: auto;
        margin-right: auto
    }

    .site-header.two-numbers .header-phone-link-num svg {
        width: 21px;
        height: 21px
    }

    .header-phone-link-text {
        margin-left: 23px;
        color: #231f20;
        font-style: italic;
        font-weight: 600;
        font-size: 16px;
        font-size: 1rem
    }

    .website-east-texas .header-phone-link-text {
        font-size: 1.2rem;
        font-weight: 700
    }

    .site-header.two-numbers .header-phone-link-text {
        margin-left: 0;
        text-align: center
    }

    .scrolled .site-header.two-numbers .header-phone-link-text {
        margin-left: auto;
        margin-right: auto
    }

    .header-logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: 0
    }

    .header-logo-link {
        position: relative;
        width: 100%;
        max-width: 178px
    }

    .header-logo-link::before {
        content: "";
        display: block;
        padding-top: 52.808988%
    }

    .header-logo-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-logo-img.mobile {
        display: none
    }

    .header-logo-img.desktop {
        display: block
    }

    .header-logo-img.scroll {
        display: none
    }

    .header-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        height: 100%
    }

    .header-col-left {
        padding: 0;
        border: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0 3vw 0 0;
        width: 100%;
        max-width: 178px;
        min-width: 65px
    }

    .header-col-middle,
    .header-col-middle[data-expander-target],
    .header-col-middle[data-expander-target].active,
    .header-col-right,
    .header-col-right[data-expander-target],
    .header-col-right[data-expander-target].active {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        background: 0 0;
        width: auto;
        height: auto;
        overflow-y: visible
    }

    .header-col-right,
    .header-col-right[data-expander-target],
    .header-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox
    }

    .header-col-middle,
    .header-col-middle[data-expander-target] {
        position: relative;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 5px 0 0;
        margin: 0 10px 0 0;
        top: auto;
        left: auto
    }

    .header-col-middle:not(.right-hidden)::after,
    .header-col-middle:not(.right-hidden)[data-expander-target]::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 30px;
        background: #a6750b;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .header-navigation {
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .header-status {
        font-size: 14px;
        font-size: .84375rem;
        padding: 0
    }

    .header-status img {
        margin-right: 5px;
        max-width: 20px
    }

    .header-col-right,
    .header-col-right[data-expander-target] {
        padding: 0;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    a.footer-btn,
    a.header-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 18px;
        font-size: 1.125rem
    }

    .header-mobile-btn,
    .scrolled .header-logo-img.desktop,
    .scrolled .header-logo-img.mobile,
    .scrolled .header-logo-img.mobile.scroll,
    .scrolled a.header-phone-link.mobile {
        display: none
    }

    a.header-btn:not(:first-child) {
        margin: 0 0 0 10px
    }

    .header-search-input {
        border: 2px solid #bcc1c6;
        margin: 0;
        text-align: left;
        font-weight: 400
    }

    .scrolled .site-header {
        height: 80px
    }

    .scrolled .site-header.two-numbders {
        height: 110px
    }

    .scrolled .header-logo-link {
        max-width: 160px
    }

    .scrolled .header-logo-link::before {
        padding-top: 31.875%
    }

    .scrolled .header-logo-img.desktop.scroll {
        display: block
    }
}

@media screen and (min-width:60em) {
    .website-wmsmn .nav-bar>ul>li>a {
        font-size: 1rem
    }
}

@media (max-width:62.49em) {
    .nav-bar>ul>li>a {
        font-size: 1rem
    }

    .website-wmsmn .nav-bar>ul>li>a {
        font-size: .925rem
    }
}

@media (min-width:66em) {
    .site-header.two-numbers .header-phone-link-num {
        font-size: 1.5rem
    }
}

@media (min-width:71.25em) {
    .scrolled a.header-phone-link.desktop {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .website-wmsmn .scrolled a.header-phone-link.desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .scrolled .site-header.two-numbers a.header-phone-link.desktop {
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .scrolled .header-phone-link-num {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 600
    }

    .scrolled .header-phone-link-text {
        margin: 0 0 0 15px
    }

    .scrolled .site-header.two-numbers .header-phone-link-text {
        margin: 0 auto
    }

    .website-wmsmn .nav-bar>ul>li>a {
        font-size: 1.125rem
    }

    a.header-phone-link.desktop {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header-phone-link-num {
        font-size: 34px;
        font-size: 2.125rem;
        font-weight: 700
    }

    .website-wmsmn .header-phone-link-num {
        font-size: 1.75rem
    }

    .site-header.two-numbers .header-phone-link {
        line-height: 1.65em
    }

    .site-header.two-numbers .header-phone-link-num {
        font-size: 1.85rem
    }

    .scrolled .site-header.two-numbers .header-phone-link-num {
        font-size: 1.5rem
    }

    .header-phone-link-num svg {
        margin: 0 5px 0 0;
        width: 28px;
        height: 28px
    }

    .header-phone-link-text {
        margin: 0 0 0 35px
    }
}

.infamous-critters,
.search-dialog .form-horizontal .form-group,
.wildlife-detail,
[data-simplebar] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media (min-width:81.25em) {

    .header-col-middle,
    .header-col-middle[data-expander-target] {
        padding: 0 15px 0 0;
        margin: 0 30px 0 0
    }

    a.header-btn:not(:first-child) {
        margin: 0 0 0 30px
    }
}

@media (min-width:84em) {
    .website-wmsmn .header-phone-link-num {
        font-size: 2.125rem
    }
}

.footer-top {
    background: #f6b221;
    color: #231f20;
    padding: 30px 0
}

.footer-bottom {
    background: #231f20;
    color: #fff;
    padding: 25px 0 35px
}

.footer-bottom a {
    color: #f6b221;
    text-decoration: none
}

.footer-bottom a:focus,
.footer-bottom a:hover {
    color: #fff;
    text-decoration: none
}

a.footer-logo {
    display: block;
    width: 56px;
    height: 45px;
    margin: 0 auto 25px;
    fill: #f6b221
}

a.footer-logo svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: all .18s ease-in-out
}

a.footer-logo:focus,
a.footer-logo:hover {
    fill: #fff
}

.footer-links {
    text-align: center;
    margin: 0 0 30px
}

.footer-links a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px;
    padding-left: 5px;
    padding-right: 5px
}

.footer-links a:last-child {
    margin: 0
}

.footer-links a:focus,
.footer-links a:hover {
    color: #fff
}

.footer-links-more {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 45px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

a.footer-links-more-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
    fill: #f6b221;
    margin: 0 10px 0 0
}

a.footer-links-more-item:last-child {
    margin: 0
}

a.footer-links-more-item svg {
    display: inline-block;
    width: 28px;
    height: 28px
}

a.footer-links-more-item span {
    display: inline-block;
    margin-left: 7px;
    min-width: 105px
}

.footer-row-logos,
a.footer-phone-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.footer-address-cont .address-title {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 2px
}

a.footer-links-more-item:focus,
a.footer-links-more-item:hover {
    fill: #fff
}

.footer-row-contact {
    margin: 0 0 35px
}

a.footer-phone-link {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    fill: #f6b221;
    text-align: left;
    padding: 0 0 30px;
    margin: 0 0 30px
}

a.footer-phone-link svg {
    position: relative;
    top: 8px;
    display: inline-block;
    width: 27px;
    height: 27px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

a.footer-phone-link:focus,
a.footer-phone-link:hover {
    text-decoration: none;
    color: #f6b221
}

.footer-phone-link-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 15px
}

.footer-phone-link-num {
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem
}

.footer-phone-link-text {
    font-size: 18px;
    font-size: 1.125rem;
    font-style: italic
}

a.footer-action-btn {
    background: #f6b221;
    color: #231f20;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 11px 10px;
    border: 1px solid #f6b221;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none
}

a.footer-action-btn:focus,
a.footer-action-btn:hover {
    background: #231f20;
    color: #f6b221
}

a.footer-action-btn:first-child {
    margin: 0 0 20px
}

a.footer-action-btn:last-child {
    margin: 20px 0 0
}

@media (min-width:48em) {
    a.footer-action-btn:first-child {
        margin: 0 0 10px
    }

    a.footer-action-btn:last-child {
        margin: 10px 0 0
    }
}

.footer-row-logos {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 0 30px
}

.footer-row-logos.additional {
    justify-content: center;
}

.footer-row-logos a,
.footer-row-logos.additional>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 0 25px
}

.footer-row-logos a {
    width: 50%;
}

.footer-row-logos.additional>* {
    margin-left: 5px;
    margin-right: 5px;
}

.footer-row-logos a:nth-last-child(-n+2) {
    margin: 0
}

@media screen and (max-width:375px) {

    .footer-row-logos a:last-child,
    .footer-row-logos a:nth-last-child(2) {
        width: 100%
    }

    .footer-row-logos a:nth-last-child(2) {
        margin-bottom: 12px
    }
}

.footer-row-info {
    text-align: center;
    font-size: 14px;
    font-size: .875rem
}

.footer-copyright {
    margin: 0 0 10px
}

.footer-copyright a {
    text-decoration: underline
}

.footer-copyright a:focus,
.footer-copyright a:hover,
a:focus,
a:hover {
    text-decoration: none
}

@media (max-width:65.624em) {

    .site-footer .container,
    .site-footer [class^=col-] {
        padding-left: 15px;
        padding-right: 15px
    }

    .site-footer .row,
    .site-footer .section-horizontal {
        margin-left: -15px;
        margin-right: -15px
    }

    a.footer-phone-link {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }

    .footer-address-cont {
        text-align: center
    }
}

@media (min-width:65.625em) {
    .footer-links {
        margin: 0 20px;
        padding: 0 20px
    }
}

@media (min-width:65.625em) {
    .footer-bottom {
        padding: 35px 0 60px
    }

    .footer-row-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1070px;
        margin: 0 auto 40px
    }

    a.footer-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0
    }

    .footer-links,
    .footer-row-contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: justify
    }

    .footer-links {
        position: relative;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 20px;
        padding: 0 20px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .footer-links a {
        margin: 0;
        font-size: 18px;
        font-size: 1.125rem
    }

    .footer-links::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #726b6d
    }

    .footer-links-more {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        text-align: center;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    a.footer-links-more-item {
        margin: 0 10px 0 0;
        font-size: 15px;
        font-size: .9375rem
    }

    a.footer-links-more-item span {
        margin-left: 11px
    }

    a.footer-links-more-item.facebook svg {
        width: 28px;
        height: 28px
    }

    a.footer-links-more-item:last-child {
        margin: 0
    }

    .footer-row-contact {
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto 50px;
        max-width: 750px
    }

    a.footer-phone-link {
        padding: 0;
        margin: 0 auto;
        order: 1
    }

    .footer-address-cont {
        padding-left: 15px;
        order: 2;
        box-sizing: border-box;
        margin-right: auto
    }

    .footer-phone-link-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer-phone-link-num {
        margin-right: 10px
    }

    a.footer-action-btn {
        padding: 11px 24px
    }

    .footer-row-logos {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 auto 30px;
        max-width: 500px
    }

    .footer-row-logos a,
    .footer-row-logos.additional>* {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0px;
        -moz-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0px;
        margin: 0
    }

    .footer-row-info {
        font-size: 15px;
        font-size: .9375rem
    }

    .footer-row-logos.additional {
        max-width: 700px;
        justify-content: space-between;
    }

    .footer-row-logos.additional>* {
        -webkit-box-flex: 1;
        -webkit-flex: 0 1 0px;
        -moz-box-flex: 1;
        -ms-flex: 0 1 0px;
        flex: 0 1 0px;
    }
}

.interior-content-wrapper,
.interior-rail-wrapper,
.interior-top {
    margin-bottom: 40px
}

.interior-content-wrapper,
.interior-content-wrapper p {
    font-size: 100%
}

.interior-content-wrapper img {
    height: auto !important
}

.interior-content-wrapper .img-float-left,
.interior-content-wrapper .img-float-right {
    display: block
}

.interior-content-wrapper .img-float-left img,
.interior-content-wrapper .img-float-right img {
    vertical-align: top
}

@media screen and (max-width:768px) {

    .interior-content-wrapper .img-float-left,
    .interior-content-wrapper .img-float-right {
        display: block;
        float: none;
        margin: 10px 0
    }
}

@media screen and (min-width:769px) {
    .interior-content-wrapper .img-float-left {
        float: left;
        margin: 0 15px 0 0
    }

    .interior-content-wrapper .img-float-right {
        float: right;
        margin: 0 0 0 15px
    }
}

.interior-top {
    background: #f4f4f4
}

.interior-rail>:last-child {
    margin-bottom: 0 !important
}

.content-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-header img {
    margin-right: 15px
}

a.lead-link {
    color: #2a4634;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600
}

.split-content h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0 0 .2em
}

.focal-content {
    margin: 0 0 20px
}

.focal-content img {
    width: 100vw
}

@media (min-width:48em) and (max-width:59.9375em) {
    .focal-content img {
        width: 50vw
    }

    a.footer-links-more-item>span {
        width: 1px;
        height: 1px;
        text-indent: -9999px;
        overflow: hidden;
        display: block;
        min-width: auto;
        position: absolute
    }
}

@media (min-width:60em) {
    .interior-top {
        margin-bottom: 60px
    }

    .interior-section {
        margin-bottom: 40px
    }

    .interior-bottom {
        margin-bottom: 20px
    }

    .interior-content {
        padding: 0
    }

    .interior-rail-wrapper {
        padding-right: 25px
    }

    .interior-rail {
        max-width: 400px
    }

    .lead {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 60px
    }

    .focal-content {
        float: right;
        margin: 0 0 40px 40px
    }

    .focal-content.left {
        float: left;
        margin: 0 40px 40px 0
    }

    .focal-content img {
        width: auto
    }
}

.FormPanel .EditingFormValueCell,
.FormPanel .editing-form-control-nested-control,
.table {
    width: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 1em;
    color: #231f20;
    text-transform: none
}

.h1,
h1 {
    font-family: Montserrat, Geneva, sans-serif;
    font-size: 37px;
    font-size: 2.3125rem;
    text-transform: none
}

.h2,
h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: none
}

.h3,
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: none
}

.h4,
h4 {
    font-family: Montserrat, Arial, sans-serif text-transform: none
}

.header {
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem
}

.bold,
.important {
    font-weight: 700
}

a {
    color: #004c97;
    transition: all .18s ease-in-out
}

.btn,
.button,
img.b-lazy {
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out
}

p {
    margin: 0 0 1em
}

blockquote {
    margin: 1em 1.5em;
    padding-left: 1.5em;
    border-left: 5px solid #d9d9d9
}

.smallest {
    font-size: .8em
}

.smaller {
    font-size: .9em
}

.larger {
    font-size: 1.1em
}

.largest {
    font-size: 1.2em
}

.italic {
    font-style: italic
}

.strike {
    text-decoration: line-through
}

.nowrap {
    white-space: nowrap
}

.important {
    color: red;
    text-transform: uppercase
}

#cboxContent #cboxCurrent,
.back,
.more {
    text-transform: capitalize
}

button,
input,
select,
textarea {
    font-family: inherit
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:48em) {

    .h1,
    h1 {
        font-size: 48px;
        font-size: 3rem;
        margin: 0 0 20px
    }

    .h2,
    h2 {
        font-size: 34px;
        font-size: 2.125rem;
        margin: 0 0 15px
    }

    .h3,
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 0 0 10px
    }

    .header {
        font-size: 40px;
        font-size: 2.5rem
    }
}

#contactform button[type=submit],
.btn,
.button {
    display: inline-block;
    padding: 12px 25px;
    border: 1px solid #f6b221;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    color: #231f20;
    text-decoration: none;
    text-align: center;
    background: #f6b221;
    transition: all .18s ease-in-out;
    cursor: pointer
}

.btn.all,
.btn.large,
.button.all,
.button.large {
    padding: 1em 2em;
    font-weight: 700
}

.btn.large,
.button.large {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.btn.alt,
.button.alt {
    background: #f6b221;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.btn.alt:focus,
.btn.alt:hover,
.button.alt:focus,
.button.alt:hover {
    background: #2a4634
}

.btn.rounded,
.button.rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.slider-btn,
table,
td {
    border: none
}

.btn.block,
.button.block {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 18px 25px
}

#contactform button[type=submit]:focus,
#contactform button[type=submit]:hover,
.btn:focus,
.btn:hover,
.button:focus,
.button:hover {
    text-decoration: none;
    background: #231f20;
    color: #f6b221
}

button[title=Calendar]:focus+a,
button[title=Calendar]:hover+a,
ul.pagination li.active a {
    text-decoration: underline
}

@media (min-width:48em) {
    .btn.all {
        padding: 1em 3.5em
    }
}

table {
    margin: 1em 0
}

tr:nth-child(even) {
    background: #f9fafa
}

td {
    padding: 5px
}

.table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered,
.table-responsive>.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

button[title=Calendar],
button[title=Calendar]:focus,
button[title=Calendar]:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23be1f31' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'/%3E%3C/svg%3E") center center/contain no-repeat
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

input,
select {
    border: 1px solid #5e5e5e;
    background: #fff
}

.form {
    margin: 15px 0;
    padding: 15px
}

.form-group {
    padding: 10px 0
}

.form-control-label {
    display: block
}

.required-indicator {
    position: relative;
    padding-left: 10px
}

.required-indicator:before {
    display: block;
    content: '*';
    position: absolute;
    left: 0;
    top: 0;
    color: red
}

.error-message {
    margin-top: 5px;
    font-size: 12px;
    font-size: .75rem;
    color: red
}

input {
    padding: 5px 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: right .2s ease-out;
    -moz-transition: right .2s ease-out;
    transition: right .2s ease-out
}

input[type=checkbox]+label,
input[type=radio]+label {
    vertical-align: top;
    padding-left: 5px
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

select {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 13px
}

textarea {
    resize: vertical;
    padding: 10px 13px;
    min-height: 100px;
    border: 1px solid #5e5e5e;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    -webkit-transition: right .2s ease-out;
    -moz-transition: right .2s ease-out;
    transition: right .2s ease-out
}

table.EditingFormTable tr:last-child td {
    padding-top: 10px
}

.FormPanel .form-control-phone,
.FormPanel div[id*=phone] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.FormPanel .form-control-phone input,
.FormPanel div[id*=phone] input {
    max-width: 71px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 3px
}

.field-req::after {
    content: " *";
    color: #2a4634
}

.EditingFormErrorLabel,
.ErrorLabel {
    color: red
}

.InfoLabel {
    color: #0a0
}

button[title=Calendar] {
    width: 23px;
    height: 23px;
    padding: 0;
    margin-left: 5px;
    vertical-align: top;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

button[title=Calendar]+a {
    position: relative;
    top: 2px;
    padding-left: 5px;
    vertical-align: top
}

table.EditingFormTable {
    width: 100%;
    max-width: 44.6875rem
}

.styled-form.alt,
table.EditingFormTable.alt {
    max-width: 48em
}

table.EditingFormTable tbody,
table.EditingFormTable thead {
    display: block
}

table.EditingFormTable .label-placeholder {
    display: none
}

table.EditingFormTable tr {
    display: block;
    border-top: 1px solid #b8b8b8;
    padding: 20px
}

table.EditingFormTable tr .EditingFormLabel,
table.EditingFormTable tr label {
    display: block;
    font-weight: 600
}

table.EditingFormTable tr input,
table.EditingFormTable tr textarea {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%
}

table.EditingFormTable tr:nth-child(even) {
    background: #f5f6fa
}

table.EditingFormTable td {
    display: block
}

table.EditingFormTable input[type=submit] {
    display: block;
    width: 100%;
    font-weight: 700
}

table.EditingFormTable select {
    width: 100%
}

table.EditingFormTable .checkbox-list-vertical input[type=checkbox] {
    width: auto
}

table.EditingFormTable .checkbox-list-vertical input[type=checkbox]+.EditingFormLabel,
table.EditingFormTable .checkbox-list-vertical input[type=checkbox]+label {
    display: inline;
    vertical-align: baseline;
    font-weight: 400
}

.styled-form .label-placeholder {
    display: none
}

.styled-form .form-item {
    margin: 0 0 20px
}

.styled-form .form-item .EditingFormLabel,
.styled-form .form-item label {
    display: block;
    font-weight: 600
}

.styled-form .form-item input,
.styled-form .form-item textarea {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #bbb;
    background: #f2f2f2;
    font-weight: 600
}

.styled-form .form-item input::-webkit-input-placeholder,
.styled-form .form-item textarea::-webkit-input-placeholder {
    color: #231f20;
    opacity: 1
}

.styled-form .form-item input:-moz-placeholder,
.styled-form .form-item textarea:-moz-placeholder {
    color: #231f20;
    opacity: 1
}

.styled-form .form-item input::-moz-placeholder,
.styled-form .form-item textarea::-moz-placeholder {
    color: #231f20;
    opacity: 1
}

.styled-form .form-item input:-ms-input-placeholder,
.styled-form .form-item textarea:-ms-input-placeholder {
    color: #231f20;
    opacity: 1
}

.styled-form .form-item input:placeholder-shown,
.styled-form .form-item textarea:placeholder-shown {
    color: #231f20;
    opacity: 1
}

.styled-form .form-item input::-ms-clear,
.styled-form .form-item textarea::-ms-clear {
    display: none
}

.styled-form .form-item input:focus,
.styled-form .form-item textarea:focus {
    -webkit-box-shadow: 0 0 1px 1px #1270cd;
    box-shadow: 0 0 1px 1px #1270cd
}

.styled-form .form-item input {
    height: 40px
}

.styled-form .form-item textarea {
    height: 200px
}

.styled-form .form-item>div {
    width: 100%
}

.styled-form .form-submit {
    text-align: right
}

.styled-form input[type=submit] {
    width: 100%;
    font-weight: 700
}

.styled-form .checkbox-list-vertical input[type=checkbox] {
    width: auto
}

.styled-form .checkbox-list-vertical input[type=checkbox]+.EditingFormLabel,
.styled-form .checkbox-list-vertical input[type=checkbox]+label {
    display: inline;
    vertical-align: baseline;
    font-weight: 400
}

.styled-form .form-item .help-block {
    color: #666;
    font-style: italic;
    font-size: .9em;
    margin-top: 5px
}

.styled-form-info {
    font-weight: 600;
    padding: 20px
}

.styled-form .form-item.has-error .checkbox,
.styled-form .form-item.has-error .checkbox-inline,
.styled-form .form-item.has-error .control-label,
.styled-form .form-item.has-error .help-block,
.styled-form .form-item.has-error .radio,
.styled-form .form-item.has-error .radio-inline,
.styled-form .form-item.has-error.checkbox label,
.styled-form .form-item.has-error.checkbox-inline label,
.styled-form .form-item.has-error.radio label,
.styled-form .form-item.has-error.radio-inline label {
    color: #cc2f2c
}

.styled-form .form-item.has-error .form-control {
    border-color: #cc2f2c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.styled-form .chosen-container-multi .chosen-choices {
    min-height: 40px;
    line-height: 40px;
    color: #231f20;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #bbb;
    background: #f2f2f2;
    font-weight: 600;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.styled-form .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #231f20;
    font-size: 16px;
    opacity: 1
}

.styled-form .chosen-container-multi .chosen-choices li.search-choice {
    height: 32px;
    line-height: 30px;
    padding: 0 20px 0 5px
}

.styled-form .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 10px
}

#contactform button[type=submit].disabled,
.btn.disabled,
.button.btn.disabled,
.button.btn[disabled].disabled,
fieldset[disabled] .btn.disabled {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

#contactform button[type=submit].disabled:focus,
#contactform button[type=submit].disabled:hover,
.btn.disabled:focus,
.btn.disabled:hover,
.button.disabled:focus,
.button.disabled:hover {
    border: 1px solid #f6b221;
    color: #231f20;
    background-color: #f6b221;
    cursor: not-allowed
}

.styled-form.amazonpay-form {
    margin-bottom: 20px
}

.styled-form.amazonpay-form .form-item {
    margin-bottom: 0
}

@media (min-width:60em) {

    .styled-form .form-item-row,
    table.EditingFormTable tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: justify
    }

    table.EditingFormTable tr {
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    table.EditingFormTable tr .EditingFormLabel,
    table.EditingFormTable tr .FieldLabel,
    table.EditingFormTable tr .label-placeholder,
    table.EditingFormTable tr label {
        display: block;
        width: 120px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px
    }

    table.EditingFormTable tr .EditingFormValueCell,
    table.EditingFormTable tr .editing-form-control-nested-control {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    table.EditingFormTable tr input {
        height: 50px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    table.EditingFormTable tr textarea {
        height: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    table.EditingFormTable tr .form-control-phone input,
    table.EditingFormTable tr div[id*=phone] input {
        max-width: 120px;
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    table.EditingFormTable tr .form-control-phone span,
    table.EditingFormTable tr div[id*=phone] span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 5px
    }

    table.EditingFormTable select {
        height: 50px
    }

    .styled-form .checkbox-list-vertical input[type=checkbox],
    table.EditingFormTable .checkbox-list-vertical input[type=checkbox] {
        height: auto
    }

    table.EditingFormTable .checkbox-list-vertical input[type=checkbox]+.EditingFormLabel,
    table.EditingFormTable .checkbox-list-vertical input[type=checkbox]+label {
        width: auto
    }

    .styled-form {
        max-width: 690px
    }

    .styled-form .form-item-row {
        display: flex;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        -webkit-box-align: unset;
        -webkit-align-items: baseline;
        -moz-box-align: unset;
        -ms-flex-align: unset;
        align-items: baseline
    }

    .styled-form .form-item-row .form-item {
        width: 100%
    }

    .styled-form .form-item-row .form-item:not(:last-child) {
        margin-right: 5px
    }

    .styled-form .form-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .styled-form .form-item .EditingFormLabel,
    .styled-form .form-item .label-placeholder,
    .styled-form .form-item label {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 10px
    }

    .styled-form .form-item .editing-form-control-nested-control {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .styled-form .form-item input,
    .styled-form .form-item textarea {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .styled-form .form-item .form-control-phone input,
    .styled-form .form-item div[id*=phone] input {
        max-width: 120px;
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .styled-form .form-item .form-control-phone span,
    .styled-form .form-item div[id*=phone] span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 5px
    }

    .styled-form input[type=submit] {
        width: auto;
        padding: 12px 74px
    }

    .styled-form .checkbox-list-vertical input[type=checkbox]+.EditingFormLabel,
    .styled-form .checkbox-list-vertical input[type=checkbox]+label {
        width: auto
    }
}

.filter-row-item .btn,
.filter-row-item input,
.filter-row-item select,
.sort-paging {
    width: 100%
}

.filter {
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 10px
}

.filter-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 10px
}

.filter-row-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin: 0 0 10px
}

.filter-row-item label {
    display: block
}

.sort-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1em
}

.sort-results {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.sort-paging::before {
    content: "Page";
    display: inline-block;
    margin-right: -5px
}

ul.pagination,
ul.pagination li {
    display: inline-block;
    margin: 0;
    padding: 0
}

ul.pagination {
    list-style: none
}

ul.pagination li::before {
    content: none
}

@media (min-width:48em) {
    .filter-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .filter-row:last-child {
        margin: 0
    }

    .filter-row-item {
        margin: 0;
        padding: 0 10px 0 0
    }
}

.section-horizontal {
    padding: 30px 0
}

.section-item {
    margin: 0 0 20px
}

.section-item img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-item .card {
    margin: 0
}

.section-item-header {
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 600
}

.section-item-content {
    margin: 0 0 20px;
    color: #4e4e4f
}

.section-item-content a {
    font-weight: 600
}

.section-item-btn {
    padding: 12px 30px
}

@media (min-width:48em) {
    .section-horizontal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 0
    }

    .section-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0
    }

    .section-item>* {
        max-width: 100%
    }

    .section-item.vert-center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-item .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }

    .section-item:last-child {
        padding-left: 40px
    }

    .section-item-header {
        font-size: 36px;
        font-size: 2.25rem
    }
}

.target-show {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: toggleTargetShow;
    -moz-animation-name: toggleTargetShow;
    animation-name: toggleTargetShow
}

.target-hide {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: toggleTargetHide;
    -moz-animation-name: toggleTargetHide;
    animation-name: toggleTargetHide
}

[data-expander-target] {
    display: none
}

[data-expander-target].active {
    display: block;
    z-index: 10
}

[data-expander-target].target-show {
    -webkit-animation-name: toggleTargetShow;
    -moz-animation-name: toggleTargetShow;
    animation-name: toggleTargetShow
}

[data-expander-target].target-hide {
    -webkit-animation-name: toggleTargetHide;
    -moz-animation-name: toggleTargetHide;
    animation-name: toggleTargetHide
}

@-webkit-keyframes toggleTargetShow {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes toggleTargetShow {
    from {
        opacity: 0;
        -moz-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes toggleTargetShow {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes toggleTargetHide {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@-moz-keyframes toggleTargetHide {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes toggleTargetHide {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        -moz-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@-webkit-keyframes fadeIn {
    100% {
        opacity: 0
    }

    0% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    100% {
        opacity: 0
    }

    0% {
        opacity: 1
    }
}

@keyframes fadeIn {
    100% {
        opacity: 0
    }

    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

img.b-lazy {
    opacity: 0;
    transition: all .18s ease-in-out
}

img.b-lazy.b-loaded {
    opacity: 1
}

.b-lazy:not(img):not(.b-done) {
    position: relative
}

.b-lazy:not(img):not(.b-done)>* {
    position: relative;
    z-index: 1
}

#cboxOverlay,
#colorbox,
#colorbox #cboxWrapper {
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: initial;
    -webkit-transform: translate3d(0, 0, 0)
}

.b-lazy:not(img):not(.b-done)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f4f4f4;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

.b-lazy:not(img):not(.b-done).b-loaded::before {
    opacity: 0
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(35, 31, 32, .75)
}

#colorbox {
    position: absolute;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    outline: 0
}

#colorbox #cboxWrapper {
    position: absolute;
    max-width: none
}

#colorbox #cboxBottomLeft,
#colorbox #cboxMiddleLeft {
    clear: left
}

#colorbox #cboxContent {
    position: relative;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    max-width: 960px;
    background: #fff
}

#colorbox #cboxContent #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding: 15px 15px 40px
}

#colorbox #cboxContent #cboxLoadedContent .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

#colorbox #cboxContent #cboxClose,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxPrevious,
#colorbox #cboxContent #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
    cursor: pointer
}

#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxPrevious {
    top: 50%;
    margin-top: -32px;
    background-image: url(/ResourcePackages/Talon/assets/dist/images/arrow.png);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .75);
    font-size: 0;
    -webkit-border-radius: 50%
}

#colorbox #cboxContent #cboxClose,
#colorbox #cboxContent #cboxNext,
#colorbox #cboxContent #cboxPrevious {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute
}

#colorbox #cboxContent #cboxClose:active,
#colorbox #cboxContent #cboxNext:active,
#colorbox #cboxContent #cboxPrevious:active,
#colorbox #cboxContent #cboxSlideshow:active {
    outline: 0
}

#colorbox #cboxContent #cboxPrevious {
    border-radius: 50%;
    -webkit-background-size: 7px 7px;
    -o-background-size: 7px;
    background-size: 7px;
    left: -60px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#colorbox #cboxContent #cboxNext {
    right: -60px;
    border-radius: 50%;
    -webkit-background-size: 7px 7px;
    -o-background-size: 7px;
    background-size: 7px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.slick-autoplay-toggle,
.slider-btn {
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out
}

#colorbox #cboxContent #cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#colorbox #cboxContent #cboxClose {
    top: -25px;
    right: -25px;
    display: block;
    background-image: url(/ResourcePackages/Talon/assets/dist/images/cancel.png);
    width: 25px;
    height: 25px;
    -webkit-background-size: 10px 10px;
    -o-background-size: 10px;
    background-size: 10px;
    text-indent: -9999px;
    background-color: rgba(35, 31, 32, .75);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#colorbox #cboxContent #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#colorbox #cboxContent #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/ResourcePackages/Talon/assets/dist/images/loading.gif) center center no-repeat
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    background: #fff
}

#cboxContent #cboxCurrent,
#cboxContent #cboxTitle {
    position: absolute;
    bottom: 0;
    color: #231f20;
    padding: 10px 15px
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxContent #cboxCurrent {
    right: 0;
    font-size: 13px;
    font-size: .8125rem
}

#cboxContent #cboxTitle {
    left: 0;
    font-size: 13px;
    font-size: .8125rem;
    margin: 0
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-autoplay-toggle,
.slick-next,
.slick-prev,
.slider-btn {
    position: absolute;
    font-size: 0;
    cursor: pointer
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.meta,
.slider-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.slider-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    padding: 0;
    z-index: 1;
    transition: all .18s ease-in-out
}

.slider-btn svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    fill: currentColor
}

.slider-btn-prev {
    left: 5px
}

.slider-btn-next {
    right: 5px
}

.slider-btn:focus,
.slider-btn:hover {
    color: #f6b221
}

.slick-autoplay-toggle {
    top: 20px;
    right: 20px;
    padding: 7px;
    border: none;
    background: rgba(35, 31, 32, .5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    transition: all .18s ease-in-out;
    display: block;
    opacity: 0;
    color: #fff
}

.slick-autoplay-toggle::before,
.slick-dots li button {
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before,
.slick-slider:focus .slick-autoplay-toggle,
.slick-slider:hover .slick-autoplay-toggle {
    opacity: 1
}

.slick-autoplay-toggle:focus,
.slick-autoplay-toggle:hover {
    background: #231f20;
    opacity: 1
}

.slick-autoplay-toggle::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-style: double;
    border-width: 0 0 0 40px;
    border-color: transparent transparent transparent #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .18s ease-in-out
}

.slick-autoplay-toggle.paused::before {
    border-style: solid;
    border-width: 20px 0 20px 40px
}

@font-face {
    font-family: slick;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next,
.slick-prev {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased
}

.slick-prev {
    left: 0
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: 0
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer
}

.slick-dots li button:focus {
    box-shadow: 0 0 6px #f6b221
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased
}

#focus-overlay::after,
.simplebar-scrollbar:before,
.slick-dots li button::before {
    content: ""
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-dots {
    position: absolute;
    left: 0;
    top: -webkit-calc(100% + 20px);
    top: -moz-calc(100% + 20px);
    top: calc(100% + 20px);
    bottom: auto;
    margin: 0;
    font-size: 0
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px
}

.slick-dots li button {
    width: auto;
    height: auto;
    margin: .5rem;
    padding: 0;
    border-radius: 50%;
    opacity: .25;
    transition: all .18s ease-in-out
}

.slick-dots li button::before {
    position: static;
    display: block;
    font-size: 0;
    width: 11px;
    height: 11px;
    opacity: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background: #000;
    -webkit-transition: all .18s ease-in-out;
    -moz-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    opacity: 1
}

@media (min-width:48em) {
    .slick-dots {
        top: -webkit-calc(100% + .25rem);
        top: -moz-calc(100% + .25rem);
        top: calc(100% + .25rem)
    }
}

@media (min-width:60em) {
    .slick-dots {
        top: -webkit-calc(100% + 1rem);
        top: -moz-calc(100% + 1rem);
        top: calc(100% + 1rem)
    }
}

#franchise-map {
    height: 150px;
    color: #252525
}

@media (min-width:48em) {
    #franchise-map {
        height: 100%
    }
}

.testimonial-wrapper .broadly {
    font-size: .85em
}

.testimonial-wrapper .broadly .broadly-review-aggregate,
.testimonial-wrapper.broadly .broadly-review-aggregate {
    display: none
}

.testimonial-wrapper .broadly .broadly-review .broadly-review-avatar,
.testimonial-wrapper.broadly .broadly-review .broadly-review-avatar {
    display: none
}

.testimonial-wrapper .broadly .broadly-review .broadly-review-main,
.testimonial-wrapper.broadly .broadly-review .broadly-review-main {
    margin-left: 0 !important
}

.testimonial-wrapper .broadly .broadly-review:nth-child(2),
.testimonial-wrapper .broadly .broadly-review:nth-child(3),
.testimonial-wrapper .broadly .broadly-review:nth-child(4),
.testimonial-wrapper.broadly .broadly-review:nth-child(2),
.testimonial-wrapper.broadly .broadly-review:nth-child(3),
.testimonial-wrapper.broadly .broadly-review:nth-child(4) {
    display: initial
}

.testimonial-wrapper .broadly.homepage {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box
}

@media (min-width:992px) {
    .testimonial-wrapper .broadly.homepage .broadly-reviews {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 6px)
    }
}

.lt-ie9 .testimonial-wrapper .broadly.homepage .broadly-reviews {
    display: inline-block;
    vertical-align: top;
    max-width: calc(50% - 18px)
}

.testimonial-wrapper .broadly.homepage .broadly-reviews .broadly-review {
    display: inline-block;
    vertical-align: top;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.section-demandforce {
    margin-bottom: 50px
}

.section-home-widget ul {
    padding-left: 0
}

.widget-outer-wrap {
    border-radius: 10px;
    padding: 12px;
    background-color: #fff
}

.widget-item.last {
    margin-top: 25px
}

@media (min-width:1200px) {
    .widget-item.last {
        margin-top: 0
    }
}

.lt-ie9 .widget-item.last {
    margin-top: 0
}

.widget-item.last .widget-item-inner {
    overflow: hidden;
    height: auto;
    text-align: center
}

@media (min-width:1200px) {
    .widget-item.last .widget-item-inner {
        height: 322px
    }
}

.lt-ie9 .widget-item.last .widget-item-inner {
    height: 322px
}

.widget-item.last .featured-0,
.widget-item.last .featured-1 {
    vertical-align: top;
    display: inline-block;
    width: 48%;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    overflow: hidden
}

@media (min-width:1200px) {

    .widget-item.last .featured-0,
    .widget-item.last .featured-1 {
        display: block;
        width: auto
    }
}

.lt-ie9 .widget-item.last .featured-0,
.lt-ie9 .widget-item.last .featured-1 {
    display: block;
    width: auto
}

.widget-item.last .featured-0 img,
.widget-item.last .featured-0 input[type=image],
.widget-item.last .featured-1 img,
.widget-item.last .featured-1 input[type=image] {
    width: 100%;
    max-width: 234px;
    max-height: 156px;
    height: auto;
    display: block;
    margin: 0 auto
}

.widget-item.last .featured-0 img#reviewbuzz-widget-image,
.widget-item.last .featured-0 input[type=image]#reviewbuzz-widget-image,
.widget-item.last .featured-1 img#reviewbuzz-widget-image,
.widget-item.last .featured-1 input[type=image]#reviewbuzz-widget-image {
    width: auto;
    max-width: 100%;
    max-height: 174px
}

.widget-item.last .featured-0 a,
.widget-item.last .featured-1 a {
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    overflow: hidden;
    display: block;
    max-width: 262px;
    margin: 0 auto
}

@media (min-width:992px) {

    .widget-item.last .featured-0 a,
    .widget-item.last .featured-1 a {
        max-height: 196px
    }
}

@media (min-width:1200px) {

    .widget-item.last .featured-0 a,
    .widget-item.last .featured-1 a {
        max-height: 155px
    }
}

.lt-ie9 .widget-item.last .featured-0 a,
.lt-ie9 .widget-item.last .featured-1 a {
    max-height: 155px
}

.widget-item.last .featured-0 form,
.widget-item.last .featured-1 form {
    max-height: 141px
}

@media (min-width:992px) {

    .widget-item.last .featured-0 form,
    .widget-item.last .featured-1 form {
        max-height: 196px
    }
}

@media (min-width:1200px) {

    .widget-item.last .featured-0 form,
    .widget-item.last .featured-1 form {
        max-height: 155px
    }
}

.lt-ie9 .widget-item.last .featured-0 form,
.lt-ie9 .widget-item.last .featured-1 form {
    max-height: 155px
}

.widget-item.last .featured-0 {
    margin-bottom: 12px;
    float: none
}

@media (min-width:768px) {
    .widget-item.last .featured-0 {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .widget-item.last .featured-0 {
        float: left
    }
}

@media (min-width:1200px) {
    .widget-item.last .featured-0 {
        margin-bottom: 12px;
        margin-right: 0;
        float: none
    }
}

.lt-ie9 .widget-item.last .featured-0 {
    margin-bottom: 12px;
    margin-right: 0;
    float: none
}

.widget-item.last .featured-1 {
    float: none
}

@media (min-width:992px) {
    .widget-item.last .featured-1 {
        float: right
    }
}

@media (min-width:1200px) {
    .widget-item.last .featured-1 {
        float: none
    }
}

.lt-ie9 .widget-item.last .featured-1 {
    float: none
}

.widget-item.last {
    margin-left: auto;
    margin-right: auto
}

.widget-item.last .featured-0,
.widget-item.last .featured-1 {
    width: auto
}

.widget-item.last .featured-0 a,
.widget-item.last .featured-1 a {
    display: inline-block;
    vertical-align: top
}

.widget-item.last .widget-outer-wrap {
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

#subnav>li.active>a:after,
#subnav>li:hover>a:after {
    font: inherit;
    color: inherit;
    display: inherit;
    content: inherit;
    float: none
}

@media screen and (max-width:59.99em) {

    .home-bottom-container .row,
    .home-bottom-container .section-horizontal {
        flex-wrap: wrap
    }

    .widget-item.last .featured-0,
    .widget-item.last .featured-1 {
        float: none
    }
}

@media screen and (min-width:60em) {
    .widget-item.last {
        margin-top: 0
    }

    .widget-item.last .featured-0 {
        margin-bottom: 12px;
        margin-right: 0;
        float: none
    }
}

.gsc-search-box table {
    margin: 0
}

.gsc-search-button {
    height: 40px
}

.interior-content-wrapper img.alignright {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 50%;
    height: auto;
    display: block
}

.wildlife-detail .mejs-audio {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto
}

#list-services a:hover {
    text-decoration: none
}

.single-disease article table {
    width: 100%
}

.single-disease article table td,
.single-disease article table th {
    padding: 6px;
    vertical-align: top
}

.single-disease article table th {
    width: 15%
}

#animal-gallery .item span,
#find-state form.office-finder button,
#franchise-logo>a,
#map .infoWindow span,
#page-action .estimate,
#page-action-banner .title,
#page-action-banner a.link,
#page-action-banner span.link,
#residential-contact #btn-continue,
#residential-contact form.office-finder button,
#teaser-box-wrap .media-buttons a,
.button,
.call-to-action .big,
.call-to-action .red,
.default-button,
.default-gallery .item span,
.font-robot-con-bold,
.item .promotion-captions .caption-inside-wrap span,
.phone-number,
.phone-number-link-wrap span,
.wildlife-diseases .disease-section ul li a,
form.contact.horizontal-form #btn-continue,
form.contact.horizontal-form button.cta-qcf-continue,
form.office-finder#of-footer button,
ul.navbar-nav li.menu-item>a,
ul.social-menu li.other-type-button a {
    font-weight: 400;
    font-family: inherit;
    line-height: normal
}

.wildlife-diseases .disease-section ul li a:hover {
    text-decoration: none
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner .video-cont {
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    height: 250px;
    z-index: 1
}

.carousel-inner .video-cont video {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    width: 100%;
    height: auto;
    pointer-events: none;
    overflow-y: hidden;
    vertical-align: top;
    z-index: 1001
}

@media (min-width:52em) {
    .carousel-inner .video-cont {
        position: absolute;
        height: 100%
    }

    .carousel-inner .video-cont video {
        min-height: 415px
    }
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    #subnav>li .carousel-inner>a.item.right:hover,
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    #subnav>li .carousel-inner>a.item.left:hover,
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    #subnav>li .carousel-inner>a.item:hover,
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

#subnav>li .carousel-inner>a:hover,
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

#subnav>li .carousel-inner>a:hover,
.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

#subnav>li .carousel-inner>a.left:hover,
.carousel-inner>.active.left {
    left: -100%
}

#subnav>li .carousel-inner>a.right:hover,
.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-bottom: 0;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px;
    text-indent: -999px;
    border: 2px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

#subnav>li .carousel-indicators a:hover,
.carousel-indicators #subnav>li a:hover,
.carousel-indicators .active {
    margin: 2;
    width: 13px;
    height: 13px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 10px
    }
}

.calendar-seasons ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.calendar-seasons ul.months {
    position: relative
}

.calendar-seasons ul.months:before {
    content: "";
    background-color: #3b393a;
    width: 99.6%;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.calendar-seasons li {
    text-align: center
}

.calendar-seasons ul:after {
    clear: both;
    content: "";
    display: table
}

.calendar-seasons label {
    position: relative;
    display: block;
    margin: 0;
    font-size: 11px;
    padding: 6px 0 16px 0
}

.calendar-seasons label:after {
    content: "";
    background-color: #f9bc00;
    width: 3px;
    height: 8px;
    border-radius: 1.5px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    bottom: 0;
    z-index: 1
}

.calendar-seasons label:before {
    display: none;
    content: "";
    width: 18px;
    height: 35px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -18px;
    z-index: 3;
    background-image: url(../images/month-indicator.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.calendar-seasons .months li {
    width: 8.3%;
    float: left
}

.calendar-seasons .seasons li {
    width: 24.9%;
    float: left
}

.calendar-seasons .seasons li:first-child {
    width: 16.6%
}

.calendar-seasons .seasons li:last-child {
    width: 8.3%
}

.calendar-seasons .seasons a {
    display: block;
    background-color: #f9bc01;
    border-radius: 6px;
    margin: 8px 2px 22px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #3e3a39 !important;
    padding: 14px 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 10px
}

@media (min-width:400px) {
    .calendar-seasons .seasons a {
        font-size: 14px
    }
}

.lt-ie9 .calendar-seasons .seasons a {
    font-size: 14px
}

.calendar-seasons #Calendar-10:checked~.selected #Calendar-Show-10,
.calendar-seasons #Calendar-10:checked~ul.months label[for=Calendar-10]:before,
.calendar-seasons #Calendar-11:checked~.selected #Calendar-Show-11,
.calendar-seasons #Calendar-11:checked~ul.months label[for=Calendar-11]:before,
.calendar-seasons #Calendar-12:checked~.selected #Calendar-Show-12,
.calendar-seasons #Calendar-12:checked~ul.months label[for=Calendar-12]:before,
.calendar-seasons #Calendar-1:checked~.selected #Calendar-Show-1,
.calendar-seasons #Calendar-1:checked~ul.months label[for=Calendar-1]:before,
.calendar-seasons #Calendar-2:checked~.selected #Calendar-Show-2,
.calendar-seasons #Calendar-2:checked~ul.months label[for=Calendar-2]:before,
.calendar-seasons #Calendar-3:checked~.selected #Calendar-Show-3,
.calendar-seasons #Calendar-3:checked~ul.months label[for=Calendar-3]:before,
.calendar-seasons #Calendar-4:checked~.selected #Calendar-Show-4,
.calendar-seasons #Calendar-4:checked~ul.months label[for=Calendar-4]:before,
.calendar-seasons #Calendar-5:checked~.selected #Calendar-Show-5,
.calendar-seasons #Calendar-5:checked~ul.months label[for=Calendar-5]:before,
.calendar-seasons #Calendar-6:checked~.selected #Calendar-Show-6,
.calendar-seasons #Calendar-6:checked~ul.months label[for=Calendar-6]:before,
.calendar-seasons #Calendar-7:checked~.selected #Calendar-Show-7,
.calendar-seasons #Calendar-7:checked~ul.months label[for=Calendar-7]:before,
.calendar-seasons #Calendar-8:checked~.selected #Calendar-Show-8,
.calendar-seasons #Calendar-8:checked~ul.months label[for=Calendar-8]:before,
.calendar-seasons #Calendar-9:checked~.selected #Calendar-Show-9,
.calendar-seasons #Calendar-9:checked~ul.months label[for=Calendar-9]:before {
    display: block
}

.calendar-seasons .selected #Calendar-Show-1,
.calendar-seasons .selected #Calendar-Show-10,
.calendar-seasons .selected #Calendar-Show-11,
.calendar-seasons .selected #Calendar-Show-12,
.calendar-seasons .selected #Calendar-Show-2,
.calendar-seasons .selected #Calendar-Show-3,
.calendar-seasons .selected #Calendar-Show-4,
.calendar-seasons .selected #Calendar-Show-5,
.calendar-seasons .selected #Calendar-Show-6,
.calendar-seasons .selected #Calendar-Show-7,
.calendar-seasons .selected #Calendar-Show-8,
.calendar-seasons .selected #Calendar-Show-9 {
    display: none
}

.calendar-seasons input:checked~.selected {
    display: block
}

.calendar-seasons #Calendar-1:checked~.selected:before {
    display: block;
    left: 4.15%
}

.calendar-seasons #Calendar-2:checked~.selected:before {
    display: block;
    left: 12.45%
}

.calendar-seasons #Calendar-3:checked~.selected:before {
    display: block;
    left: 20.75%
}

.calendar-seasons #Calendar-4:checked~.selected:before {
    display: block;
    left: 29.05%;
    margin-left: -7px
}

.calendar-seasons #Calendar-5:checked~.selected:before {
    display: block;
    left: 37.35%;
    margin-left: -7px
}

.calendar-seasons #Calendar-6:checked~.selected:before {
    display: block;
    left: 45.65%;
    margin-left: -7px
}

.calendar-seasons #Calendar-7:checked~.selected:before {
    display: block;
    left: 53.95%;
    margin-left: -6px
}

.calendar-seasons #Calendar-8:checked~.selected:before {
    display: block;
    left: 62.25%;
    margin-left: -6px
}

.calendar-seasons #Calendar-9:checked~.selected:before {
    display: block;
    left: 70.55%;
    margin-left: -6px
}

.calendar-seasons #Calendar-10:checked~.selected:before {
    display: block;
    left: 78.85%;
    margin-left: -6px
}

.calendar-seasons #Calendar-11:checked~.selected:before {
    display: block;
    left: 87.15%;
    margin-left: -6px
}

.calendar-seasons #Calendar-12:checked~.selected:before {
    display: block;
    left: 95.45%;
    margin-left: -6px
}

.calendar-seasons .selected {
    display: none;
    background-color: #d7d7d9;
    border-radius: 6px;
    padding: 16px;
    position: relative;
    width: 99.6%
}

.calendar-seasons .selected:before {
    display: none;
    content: "";
    position: absolute;
    margin-left: -7px;
    top: -5px;
    width: 16px;
    height: 16px;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.calendar-seasons .selected h4 {
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 15px 0 0
}

.calendar-seasons .selected ul {
    background-color: #fff;
    padding-bottom: 10px
}

.calendar-seasons .selected li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}

@media (min-width:400px) {
    .calendar-seasons .selected li {
        float: left;
        width: 50%
    }

    .calendar-seasons .selected li:nth-child(2n+1) {
        clear: left
    }
}

.lt-ie9 .calendar-seasons .selected li {
    float: left;
    width: 50%
}

.lt-ie9 .calendar-seasons .selected li:nth-child(2n+1) {
    clear: left
}

@media (min-width:600px) {
    .calendar-seasons .selected li {
        float: left;
        width: 33%
    }

    .calendar-seasons .selected li:nth-child(2n+1) {
        clear: none
    }

    .calendar-seasons .selected li:nth-child(3n+1) {
        clear: left
    }
}

.lt-ie9 .calendar-seasons .selected li {
    float: left;
    width: 33%
}

.lt-ie9 .calendar-seasons .selected li:nth-child(2n+1) {
    clear: none
}

.lt-ie9 .calendar-seasons .selected li:nth-child(3n+1) {
    clear: left
}

@media (min-width:768px) {
    .calendar-seasons .selected li {
        width: 25%
    }

    .calendar-seasons .selected li:nth-child(3n+1) {
        clear: none
    }

    .calendar-seasons .selected li:nth-child(4n+1) {
        clear: left
    }
}

.lt-ie9 .calendar-seasons .selected li {
    width: 25%
}

.lt-ie9 .calendar-seasons .selected li:nth-child(3n+1) {
    clear: none
}

.lt-ie9 .calendar-seasons .selected li:nth-child(4n+1) {
    clear: left
}

.calendar-seasons .selected .image {
    display: block;
    height: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.calendar-seasons .selected a,
.calendar-seasons .selected span.block {
    display: block;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 10px;
    color: #3c3a3b
}

.calendar-seasons .selected a:after {
    content: ">";
    margin-left: 5px;
    color: #f9bc00
}

.calendar-seasons-details {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.calendar-seasons-details>li {
    margin-top: 65px
}

.calendar-seasons-details>li:first-child {
    margin-top: 0
}

.calendar-seasons-details>li:after {
    content: "";
    clear: both;
    display: table
}

.calendar-seasons-details>li>.image {
    display: block;
    height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.website-seattle .calendar-seasons-details>li>.image {
    border: 5px solid #000
}

@media (min-width:768px) {
    .calendar-seasons-details>li>.image {
        float: left;
        width: 260px;
        height: 290px;
        margin-top: 5px;
        background-size: cover
    }

    .calendar-seasons-details>li>.image+.content {
        width: calc(100% - 300px);
        float: right
    }
}

.lt-ie9 .calendar-seasons-details>li>.image {
    float: left;
    width: 260px;
    height: 290px;
    margin-top: 5px;
    background-size: cover
}

.lt-ie9 .calendar-seasons-details>li>.image+.content {
    width: calc(100% - 300px);
    float: right
}

@media (min-width:768px) {
    .calendar-seasons-details>li .content>h2 {
        margin-top: 0
    }
}

.lt-ie9 .calendar-seasons-details>li .content>h2 {
    margin-top: 0
}

.rating-selection .review-star .real-fa-star.fa {
    font-size: 25px;
    color: #7e8083;
    cursor: pointer;
    margin-right: 3px
}

.rating-selection .review-star .real-fa-star.fa:before {
    content: "\f005"
}

.rating-selection .review-star .real-fa-star.fa:hover {
    transform: scale(1.15, 1.15)
}

.rating-selection .review-star.selected .real-fa-star {
    color: #f9bc00
}

.default-gallery .item {
    margin-bottom: 15px
}

.website-seattle .default-gallery .image-wrap img {
    border: 5px solid #000;
    margin-bottom: 4px
}

.default-gallery .item:nth-child(4n+1) {
    clear: left
}

@media screen and (min-width:768px) {
    .container.service-area-text .payment-button-cont {
        margin-top: 10px;
        text-align: center
    }
}

#find-state form.office-finder .container.service-area-text .payment-button-cont button,
#residential-contact .container.service-area-text .payment-button-cont #btn-continue,
#residential-contact form.office-finder .container.service-area-text .payment-button-cont button,
.container.service-area-text .payment-button-cont #find-state form.office-finder button,
.container.service-area-text .payment-button-cont #residential-contact #btn-continue,
.container.service-area-text .payment-button-cont #residential-contact form.office-finder button,
.container.service-area-text .payment-button-cont .button,
.container.service-area-text .payment-button-cont form.contact.horizontal-form #btn-continue,
.container.service-area-text .payment-button-cont form.contact.horizontal-form button.cta-qcf-continue,
.container.service-area-text .payment-button-cont form.office-finder#of-footer button,
form.contact.horizontal-form .container.service-area-text .payment-button-cont #btn-continue,
form.contact.horizontal-form .container.service-area-text .payment-button-cont button.cta-qcf-continue,
form.office-finder#of-footer .container.service-area-text .payment-button-cont button {
    padding: 12px 18px
}

.container.service-area-text {
    padding-bottom: 15px;
    margin-top: 1.5rem
}

.site-selection {
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1101;
    position: relative
}

.site-selection select {
    color: #000;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.site-selection a {
    color: #fff
}

.site-selection ul {
    list-style-type: none;
    margin: 0;
    padding: 4px
}

.fpc-search-form>input[type=text] {
    border-radius: 5px
}

.fpc-search-form>input[type=submit] {
    border-radius: 5px
}

.fpc-search-form>input[type=submit]:hover {
    background-color: #231f20;
    color: #fff;
    cursor: pointer
}

.footer-row-logos.wmsmn {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.footer-row-logos.wmsmn a {
    display: inline-block;
    margin: 0 15px 30px;
    vertical-align: middle;
    width: auto
}

.footer-row-logos.wmsmn a img {
    width: auto;
    max-width: 100%
}

.policy-content table,
.policy-content td,
.policy-content th {
    border: 1px solid #000
}

.policy-content table {
    width: 100% !important;
    border-collapse: collapse
}

.policy-content table tr,
.policy-content td tr,
.policy-content th tr {
    vertical-align: top
}

.staff-list {
    padding-top: 15px;
    padding-bottom: 30px
}

.staff-list .staff-member {
    text-align: center;
    margin-bottom: 30px
}

.staff-list .staff-member .padding-cont {
    padding-left: 15px;
    padding-right: 15px
}

.staff-list .staff-member .image-link {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    border: 5px solid #000;
    box-sizing: border-box
}

.staff-list .staff-member .image-link:hover {
    opacity: .85
}

.staff-list .staff-member .image-link:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 128%;
    padding-bottom: 128%;
    box-shadow: inset 0 0 40px 30px rgba(0, 0, 0, .07);
    border-radius: 50%
}

.staff-list .staff-member .image {
    max-width: 100%;
    vertical-align: top
}

.website-seattle .staff-list .staff-member .image {
    border: 5px solid #000;
    width: 250px;
    box-sizing: border-box
}

.staff-list .staff-member .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 3px;
    color: #f6b221
}

.staff-list .staff-member .subtitle {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px
}

.staff-list .staff-member .read-more {
    color: #333;
    font-weight: 600
}

.staff-list .staff-member .button {
    padding: 4px 7px;
    width: 75px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px
}

@media screen and (min-width:400px) {
    .staff-list .staff-member {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}

@media screen and (max-width:749px) {

    .homepage .staff-list .staff-member:nth-last-child(1),
    .homepage .staff-list .staff-member:nth-last-child(2) {
        display: none
    }

    .staff-list .staff-member:nth-last-child(3) {
        margin-bottom: 0
    }
}

@media screen and (min-width:750px) {
    .staff-list .staff-member {
        width: 33.33%
    }
}

@media screen and (max-width:999px) {
    .homepage .staff-list .staff-member:nth-last-child(1) {
        display: none
    }
}

@media screen and (min-width:1000px) {
    .staff-list .staff-member {
        width: 33.33%;
        margin-bottom: 35px
    }
}

.faq-page h2 {
    line-height: 1.2em;
    font-weight: 500
}

.faq-page .links-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.faq-page .links-list li {
    line-height: 1em;
    margin-bottom: 15px
}

.faq-page .faqs-cont {
    padding-top: 15px
}

.faq-page .faqs-cont .faq {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #aaa
}

.faq-page .faqs-cont .faq .question {
    line-height: 1.2em
}

.popup-overlay-cont {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box
}

.popup-overlay-cont.active {
    display: block
}

.popup-overlay-cont .content-cont {
    background-color: #fff;
    padding: 60px 35px;
    width: 910px;
    max-width: 90%;
    position: absolute;
    top: 150px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-bottom: 50px
}

.popup-overlay-cont.holiday .content-cont {
    padding: 0;
    background-color: transparent;
    width: 800px;
    height: auto
}

.popup-overlay-cont.holiday .content-cont img {
    max-width: 800px;
    height: auto;
    width: 100%
}

.popup-overlay-cont.holiday .content-cont img.mobile {
    display: none
}

.popup-overlay-cont.holiday .content-cont .overlay-close-button span.icon {
    top: 6px;
    filter: invert(97%) sepia(3%) saturate(0%) hue-rotate(241deg) brightness(122%) contrast(100%)
}

@media (max-width:625px) {
    .popup-overlay-cont.holiday .content-cont img.full {
        display: none
    }

    .popup-overlay-cont.holiday .content-cont img.mobile {
        display: inline-block;
        max-width: 307px
    }

    .popup-overlay-cont.holiday .content-cont {
        width: 307px
    }

    .popup-overlay-cont.holiday .content-cont .overlay-close-button span.icon {
        top: 2px;
        right: 8px;
        width: 20px;
        height: 20px
    }
}

.popup-overlay-cont#attention-overlay .content-cont {
    width: 550px;
    padding-bottom: 30px;
    text-align: center
}

.popup-overlay-cont.hiring#attention-overlay .content-cont {
    padding-bottom: 40px
}

.popup-overlay-cont.hiring .content-cont h2,
.popup-overlay-cont.hiring .content-cont h3,
.popup-overlay-cont.hiring .content-cont h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1em
}

.popup-overlay-cont.hiring .content-cont h4 {
    font-size: 22px;
    font-weight: 400
}

.popup-overlay-cont.hiring .content-cont .button {
    font-weight: 700;
    margin-top: 15px
}

.popup-overlay-cont.video .content-cont {
    padding: 55px 30px 30px 30px
}

@media screen and (min-height:1200px) {
    .popup-overlay-cont .content-cont {
        top: 200px
    }
}

.popup-overlay-cont .content-cont a {
    font-size: 17px
}

.popup-overlay-cont .content-cont .overlay-close-button span.icon {
    width: 25px;
    height: 25px;
    background: url(../images/redesign/icon-overlay-close.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 20px
}

.popup-overlay-cont .content-cont .overlay-close-button:hover span.icon {
    opacity: .75
}

.popup-overlay-cont .content-cont .overlay-title {
    font-size: 34px;
    line-height: 1.25em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px
}

.popup-overlay-cont .content-cont .image {
    margin-bottom: 10px
}

.popup-overlay-cont .content-cont .overlay-text {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.35em;
    font-weight: 500;
    text-align: left
}

.popup-overlay-cont.video .content-cont .overlay-text {
    margin-bottom: 30px
}

.popup-overlay-cont .content-cont .permalink,
.popup-overlay-cont .content-cont .permalink a {
    color: #999;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none
}

.popup-overlay-cont .content-cont .permalink {
    margin-bottom: 60px;
    padding-top: 20px;
    clear: both;
    word-break: break-word
}

.popup-overlay-cont .content-cont .permalink a:hover {
    opacity: .75
}

@media screen and (min-width:650px) {
    .popup-overlay-cont .content-cont .image {
        float: left;
        margin-right: 35px;
        margin-bottom: 8px
    }

    .popup-overlay-cont .content-cont .overlay-title {
        font-size: 42px
    }
}

@media screen and (min-width:1000px) {
    .popup-overlay-cont .content-cont {
        min-height: 550px
    }

    .popup-overlay-cont#attention-overlay .content-cont,
    .popup-overlay-cont.video .content-cont {
        min-height: 0
    }
}

.popup-banner-cont {
    display: none;
    box-sizing: border-box
}

.popup-banner-cont .container.relative {
    position: relative;
    margin-bottom: 40px
}

.popup-banner-cont.active {
    display: block
}

.popup-banner-cont .content-cont {
    background-color: #fff;
    padding: 0 0;
    box-sizing: border-box;
    position: relative
}

.popup-banner-cont .content-cont h3 {
    margin-bottom: 10px
}

.popup-banner-cont#attention-banner .content-cont {
    padding-bottom: 10px;
    text-align: center
}

.popup-banner-cont .content-cont a {
    font-size: 17px
}

.popup-banner-cont .content-cont .overlay-close-button span.icon {
    width: 20px;
    height: 20px;
    background: url(../images/redesign/icon-overlay-close.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 20px
}

.popup-banner-cont .content-cont .overlay-close-button:hover span.icon {
    opacity: .75
}

.popup-banner-cont .content-cont .overlay-title {
    font-size: 34px;
    line-height: 1.25em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px
}

.popup-banner-cont .content-cont .image {
    margin-bottom: 10px
}

.popup-banner-cont .content-cont .overlay-text {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.35em;
    font-weight: 500;
    text-align: left
}

.popup-banner-cont.video .content-cont .overlay-text {
    margin-bottom: 30px
}

@media screen and (min-width:650px) {
    .popup-banner-cont .content-cont .overlay-title {
        font-size: 42px
    }

    .popup-banner-cont .content-cont .overlay-close-button span.icon {
        background-size: contain;
        width: 25px;
        height: 25px
    }
}

@media screen and (min-width:850px) {
    .popup-banner-cont .content-cont .text-cont {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media screen and (min-width:900px) {
    .popup-banner-cont .container.relative {
        margin-bottom: 20px
    }
}

#AmazonPayButton {
    display: inline-block;
    vertical-align: top
}

.amazon-payment-summary {
    font-size: 22px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 25px;
    max-width: 500px
}

.amazon-payment-summary h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1em
}

.amazon-payment-summary>div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.amazon-payment-summary>div:last-child {
    border-bottom: none
}

.amazon-payment-summary .title {
    font-weight: 500;
    margin-right: 10px;
    width: 205px;
    display: inline-block
}

.amazon-payment-form {
    max-width: 500px
}

.amazon-payment-form .error {
    color: #cc2f2c;
    margin-top: 15px
}

.amazon-payment-form .button-cont {
    margin-top: 20px
}

.amazon-payment-form .button-cont #submit-button {
    float: right
}

@media screen and (max-width:59.99em) {

    #walletWidgetDiv,
    .amazon-payment-form,
    .amazon-payment-page .amazon-payment-summary {
        margin-left: auto;
        margin-right: auto
    }
}

.scrolled #translation-selection-cont {
    display: none
}

#translation-selection-cont {
    text-align: right
}

#translation-selection-cont select {
    padding: 5px;
    font-size: 80%
}

@media screen and (max-width:39rem) {

    .site-container:not(.scrolled)>.site-header.has-translate .header-phone-link-num,
    .site-container:not(.scrolled)>.site-header.has-translate .header-phone-link.mobile {
        text-align: left;
        justify-content: left
    }
}

@media screen and (max-width:59.99rem) {
    #translation-selection-cont {
        position: absolute;
        top: 8px;
        right: 0;
        width: auto
    }
}

@media screen and (min-width:60rem) {
    #translation-selection-cont~.header-container {
        height: calc(100% - 29px)
    }
}

.footer-links-more .user-buttons {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 1 100%;
    margin-bottom: 25px;
    margin-top: 25px
}

@media (max-width:65.624em) {
    .website-wmsmn .footer-links-more {
        flex-wrap: wrap
    }

    .footer-links-more .user-buttons {
        margin-top: 0
    }
}

@media (min-width:65.625em) {
    .footer-links-more .user-buttons {
        flex: 0 0 auto;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0
    }

    .footer-links-more .footer-btn {
        position: relative;
        padding-right: 20px;
        margin-right: 20px
    }

    .footer-links-more .footer-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background: #726b6d
    }
}

@media (min-width:48em) {
    .website-wmsmn .cta-phone-link-num {
        font-size: 2rem
    }
}

@media (min-width:55em) {
    .website-wmsmn .cta-banner-content {
        font-size: 1.75rem
    }
}

@media (min-width:84em) {
    .website-wmsmn .header-phone-link-num {
        font-size: 2.25rem
    }
}

.akron-contact-side-image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    height: auto
}

#homepage-social-cont {
    background-color: #efefef;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 15px
}

#homepage-social-cont .width-limiter {
    max-width: 89.375rem;
    margin-left: auto;
    margin-right: auto
}

#homepage-social-cont .width-limiter>h2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    text-align: center
}

#homepage-social .social-post-cont {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box
}

#homepage-social .social-post-cont:first-child {
    display: block
}

#homepage-social .social-post {
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3)
}

#homepage-social .social-post .image-cont {
    display: block;
    height: 0;
    padding-top: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#homepage-social .social-post .image-cont.default {
    background-size: 70%
}

#homepage-social .social-post .image-cont:hover {
    opacity: .9
}

#homepage-social .social-post .text-cont {
    padding: 25px 35px 35px 35px;
    box-sizing: border-box
}

#homepage-social .social-post .text-cont .date {
    display: block;
    font-size: 13px;
    line-height: 1em;
    font-weight: 900;
    margin-bottom: 15px
}

#homepage-social .social-post .text-cont .message-cont {
    font-size: 14px;
    line-height: 1.25em;
    font-weight: 500
}

#homepage-social .social-post .text-cont a {
    color: #212d64;
    text-decoration: none
}

#homepage-social .social-post .text-cont a:hover {
    text-decoration: underline
}

#homepage-social-cont .social-links {
    text-align: center;
    margin-top: 35px
}

#homepage-social-cont .social-links a {
    display: inline-block;
    vertical-align: middle;
    color: #231f20;
    fill: #231f20
}

#homepage-social-cont .social-links svg {
    width: 30px;
    height: 30px
}

#homepage-social-cont .social-links a:hover {
    color: #f6b221;
    fill: #f6b221
}

@media screen and (min-width:500px) {
    #homepage-social {
        display: flex
    }

    #homepage-social .social-post-cont {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        max-width: 50%;
        flex: 1 1 50%
    }
}

@media screen and (min-width:500px) and (max-width:849px) {
    #homepage-social .social-post-cont {
        display: none
    }

    #homepage-social .social-post-cont:nth-child(1),
    #homepage-social .social-post-cont:nth-child(2) {
        display: inline-block;
        vertical-align: top
    }
}

@media screen and (min-width:850px) {
    #homepage-social .social-post-cont {
        width: 33.33%;
        max-width: 33.33%;
        flex: 1 1 33.33%
    }
}

.homepage-hiring {
    font-family: Montserrat, sans-serif;
    clear: both;
    border-top: 5px solid #fff
}

.homepage-hiring .section .inner-limiter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box
}

.homepage-hiring .section.info .inner-limiter {
    margin-left: auto
}

.homepage-hiring .section.info {
    background-color: #f6b220;
    padding-top: 40px;
    padding-bottom: 30px
}

.homepage-hiring .section.info .section-title {
    font-size: 28px;
    line-height: 1em;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase
}

.homepage-hiring .section.info .section-title:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 33px;
    background: url(../images/redesign/icon-thumbs-up.svg) center center no-repeat;
    background-sizE: contain;
    margin-left: 15px;
    margin-top: -6px
}

.homepage-hiring .section.info p {
    font-size: 18px;
    font-weight: 500;
    max-width: 535px
}

.homepage-hiring .section.image {
    position: relative;
    background-image: url(../images/redesign/home-hiring-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.homepage-hiring .section .shy-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

.homepage-hiring .section .shy-text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background-image: url(../images/redesign/icon-arrow-left.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px
}

@media screen and (max-width:999px) {
    .homepage-hiring .section.info {
        text-align: center
    }

    .homepage-hiring .section.info p {
        margin-left: auto;
        margin-right: auto
    }

    .homepage-hiring .section.image {
        height: 150px
    }

    .homepage-hiring .section .shy-text {
        text-align: center
    }

    .homepage-hiring .section .shy-text:before {
        margin-top: -2px
    }
}

@media screen and (min-width:1000px) {
    .homepage-hiring {
        display: flex
    }

    .homepage-hiring .section {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        flex: 1 1 50%
    }

    .homepage-hiring .section.info .inner-limiter {
        max-width: 44.6875rem
    }

    .homepage-hiring .section.info .section-title {
        font-size: 48px
    }

    .homepage-hiring .section.info .section-title:after {
        margin-top: 2px;
        width: 39px;
        height: 40px
    }

    .homepage-hiring .section.info p {
        font-size: 22px
    }

    .homepage-hiring .section.image {
        background-position: center center
    }

    .homepage-hiring .section .shy-text {
        font-size: 18px;
        top: auto;
        bottom: 20px
    }

    .homepage-hiring .section .shy-text:before {
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (max-width:59em) {
    #header-nav:not(.active) {
        display: none
    }
}


.yt-video-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.yt-video-wrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.yt-video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media (min-width: 801px) {
    .yt-video-page-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .yt-video-page-wrapper .yt-video-wrapper {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 15px);
    }

    .yt-video-page-wrapper .yt-video-wrapper:nth-child(2n) {
        margin-left: 30px;
    }
}

/***************************/

.section-home-service-area-map {
    padding-top: 40px;
    padding-bottom: 40px;
    /* background: #f4f4f4; */
}

.section-home-service-area-map .map-cont,
.section-home-service-area-map .locations-cont {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.section-home-service-area-map .map-cont {}

.section-home-service-area-map .locations-cont ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
}

.section-home-service-area-map .locations-cont ul li {
    line-height: 1em;
    margin-bottom: 8px;
}

.section-home-service-area-map .map-cont iframe {
    height: 100%;
    width: 100%;
    min-height: 430px;
}

.section-home-service-area-map .map-cont p {
    margin: 0;
}

.section-home-service-area-map .service-area-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 65.624em) {
    .section-home-service-area-map .home-section-title {
        text-align: center;
    }

    .section-home-service-area-map .locations-cont ul {
        text-align: center;
    }

    .section-home-service-area-map .map-cont iframe {
        height: 400px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 32em) {
    .section-home-service-area-map .locations-cont ul {
        columns: 2;
        column-gap: 20px;
    }
}

@media screen and (min-width: 65.625em) {
    .section-home-service-area-map .service-area-wrapper {
        display: flex;
    }

    .section-home-service-area-map .map-cont,
    .section-home-service-area-map .locations-cont {
        flex: 1 1 50%;
    }

    .section-home-service-area-map .map-cont {
        min-height: 430px;
    }



    .section-home-service-area-map .locations-cont ul {
        font-size: 1.125em;
    }
}

@media screen and (min-width: 72em) {
    .section-home-service-area-map .locations-cont {
        padding-left: 50px;
    }
}

.section-home-service-area-map .home-section-title {
    font-weight: 700;
    font-size: 1.875em;
}

.section-home-service-area-map .home-section-title>span {
    border-bottom: 6px solid #f6b221;
}

@media (min-width:48em) {
    .section-home-service-area-map .home-section-title {
        font-size: 2.375em;
    }
}

.critter-banner {
    background: black;
    background-image: url(../images/critterbanner.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding: 2em;
    box-sizing: border-box;
    min-height: 350px;
}

/**/

.critter-banner.raccoon{
    background-image: url(../images/RaccoonTestimonial.jpg);
}

/**/

.critter-banner.gtda{
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
}

.critter-banner.gtda h2{
    color: #f6b221;
    font-weight: 700;
    text-transform: uppercase;
}

.critter-banner.gtda img{
    width: 100%;
    height: auto;
    max-width: 800px;
    border: 10px solid #fff;
}

.critter-banner.gtda .logo-container{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.critter-banner.gtda .logo-container > div{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    margin: 0 15px 30px;
}

.critter-banner.gtda .logo-container > div.logo{
    background-image: url(../images/redesign/logo-white.png);
    width: 178px;
    height: 94px;
}

.critter-banner.gtda .logo-container > div.gtda-logo{
    background-image: url(../images/gtda.png);
    width: 178px;
    height: 94px;
}

.critter-banner.gtda  .critter-content-limiter{
    padding: 0;
}

/**/

@media (min-width: 800px) {
    .critter-banner {
        min-height: 550px;
    }

    .critter-banner.gtda{
        min-height: auto;
    }

    .critter-banner.gtda .critter-content-limiter{
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    .critter-banner.gtda  .critter-content-limiter > div,
    .critter-banner.gtda  .critter-content-limiter > img{
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 100%;
        max-width: calc(50% - 15px);
        align-items: center;
    }
}

.home-services .service-title{
    clear: both;
}