@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic");
html {
    background: #5d717c;
}

html .video {
    margin-bottom: 0px;
}

body {
    background: #344d5b;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    position: relative;
}

.wrap {
    margin: 0 auto;
    max-width: 1175px;
    padding: 0 20px;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #222;
    line-height: 1.4;
}

a,
a:link,
a:visited {
    color: #eec857;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover,
a:active,
a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #f5df9c;
    text-decoration: none;
}

p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1.4;
    margin-bottom: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #4bb19e;
    margin-top: 3.2px;
    margin-bottom: 8px;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 32px;
    color: #dd4b4d;
}

@media only screen and (max-width: 640px) {
    h2 {
        font-size: 28px;
    }
}

h3 {
    font-size: 26px;
    color: #e07a47;
}

@media only screen and (max-width: 640px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 20px;
    color: #eec857;
}

@media only screen and (max-width: 640px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
    color: #222;
}

@media only screen and (max-width: 640px) {
    h5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 16px;
    color: #222;
}

@media only screen and (max-width: 640px) {
    h6 {
        font-size: 16px;
    }
}

hr {
    height: 2px;
    width: 100%;
    background: #4bb19e;
    border: none;
}

/* ============================================================================= Form Styling ============================================================================= */
select,
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea {
    border-radius: 0px;
    box-shadow: none;
    background-image: none;
    border: 1px solid #eeeeee;
}

select:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus {
    border-radius: 0px;
    box-shadow: none;
    background-image: none;
    border: 1px solid #eeeeee;
    background: transparent;
}

select:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
textarea:focus {
    background: #fff;
}

.fa {
	font-family: 'FontAwesome';
}

.button,
.button:link,
.button:visited {
    font-size: 18px;
    background-color: #e07a47;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    background-image: none;
    border: none;
    border-radius: 0px;
    color: #fff;
}

.button:hover,
.button:link:hover,
.button:visited:hover {
    background-color: #d15d23;
}

.button:active,
.button:focus,
.button:link:active,
.button:link:focus,
.button:visited:active,
.button:visited:focus {
    background-color: #d15d23;
}

.button:hover,
.button:active,
.button:focus,
.button:link:hover,
.button:link:active,
.button:link:focus,
.button:visited:hover,
.button:visited:active,
.button:visited:focus {
    background-image: none;
    background-color: #bb5320;
}

.form-title {
    color: #344d5b;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

form .form-row__label,
form label {
    color: #344d5b;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
    font-weight: lighter;
    text-transform: uppercase;
}

.form-row {
    margin: 0 0 .8rem;
    max-width: 475px;
}

.portal-user-search .form-row {
    max-width: 100%;
}

.spotlight--list,
.spotlight--random {
    position: relative;
    z-index: 10;
}

.spotlight--list .spotlight-image,
.spotlight--random .spotlight-image {
    display: none;
}

.spotlight--list:before,
.spotlight--random:before {
    content: "";
    position: absolute;
    left: 23px;
    bottom: 20px;
    height: 64px;
    width: 191px;
    display: block;
    z-index: -1;
    box-shadow: 0px 23px 28px 10px rgba(0, 0, 0, 0.26);
    transform: rotate(-6deg);
}

.spotlight--list:after,
.spotlight--random:after {
    content: "";
    position: absolute;
    right: 23px;
    bottom: 20px;
    height: 64px;
    width: 191px;
    display: block;
    z-index: -1;
    box-shadow: 0px 23px 28px 10px rgba(0, 0, 0, 0.26);
    transform: rotate(6deg);
}

.spotlight--list ul,
.spotlight--random ul {
    height: 480px;
}

@media only screen and (max-width: 800px) {
    .spotlight--list ul,
    .spotlight--random ul {
        height: 480px;
    }
}

@media only screen and (max-width: 640px) {
    .spotlight--list ul,
    .spotlight--random ul {
        height: 480px;
    }
}

.spotlight--list li,
.spotlight--random li {
    opacity: 1;
    z-index: 10;
    transition: opacity 0.3s, z-index 0.3s;
    transform: none !important;
    height: 100%;
}

.spotlight--list li.fire-slider-active,
.spotlight--random li.fire-slider-active {
    opacity: 1;
    z-index: 200;
}

.spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents,
.spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents {
    font-size: 20px;
    background-color: #344d5b;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
.spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
    background-color: #21323b;
}

.spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
.spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
    background-color: #21323b;
}

@media only screen and (max-width: 640px) {
    .spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents,
    .spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents {
        font-size: 18px;
        background-color: #344d5b;
        padding: 12px 18px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        transform: translateZ(0);
        backface-visibility: hidden;
        transition: all 0.3s ease;
    }
    .spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
    .spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
        background-color: #21323b;
    }
    .spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--list li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
    .spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--random li:nth-child(3n+2) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
        background-color: #21323b;
    }
}

.spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents,
.spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents {
    font-size: 20px;
    background-color: #eec857;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
.spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
    background-color: #e9b929;
}

.spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
.spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
    background-color: #e9b929;
}

@media only screen and (max-width: 640px) {
    .spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents,
    .spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents {
        font-size: 18px;
        background-color: #eec857;
        padding: 12px 18px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        transform: translateZ(0);
        backface-visibility: hidden;
        transition: all 0.3s ease;
    }
    .spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
    .spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
        background-color: #e9b929;
    }
    .spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--list li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
    .spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--random li:nth-child(3n+3) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
        background-color: #e9b929;
    }
}

.spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents,
.spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents {
    font-size: 20px;
    background-color: #dd4b4d;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
.spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
    background-color: #ce2729;
}

.spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
.spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
    background-color: #ce2729;
}

@media only screen and (max-width: 640px) {
    .spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents,
    .spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents {
        font-size: 18px;
        background-color: #dd4b4d;
        padding: 12px 18px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        transform: translateZ(0);
        backface-visibility: hidden;
        transition: all 0.3s ease;
    }
    .spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
    .spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
        background-color: #ce2729;
    }
    .spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--list li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
    .spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--random li:nth-child(3n+4) .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
        background-color: #ce2729;
    }
}

.spotlight--list .spotlight-overlay,
.spotlight--random .spotlight-overlay {
    background: rgba(75, 177, 158, 0.9);
    width: 45%;
    height: 420px;
    margin: 30px;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
}

@media only screen and (max-width: 800px) {
    .spotlight--list .spotlight-overlay,
    .spotlight--random .spotlight-overlay {
        width: 90%;
    }
}

@media only screen and (max-width: 640px) {
    .spotlight--list .spotlight-overlay,
    .spotlight--random .spotlight-overlay {
        width: 85%;
    }
}

.spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__title,
.spotlight--random .spotlight-overlay .spotlight-text .spotlight-text__title {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__title,
    .spotlight--random .spotlight-overlay .spotlight-text .spotlight-text__title {
        font-size: 28px;
        line-height: 28px;
        font-weight: normal;
    }
}

.spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__content,
.spotlight--random .spotlight-overlay .spotlight-text .spotlight-text__content {
    margin-top: 15px;
    font-size: 30px;
    line-height: 34px;
    font-weight: lighter;
}

@media only screen and (max-width: 800px) {
    .spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__content,
    .spotlight--random .spotlight-overlay .spotlight-text .spotlight-text__content {
        font-size: 22px;
        line-height: 26px;
        font-weight: lighter;
    }
}

@media only screen and (max-width: 640px) {
    .spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__content,
    .spotlight--random .spotlight-overlay .spotlight-text .spotlight-text__content {
        font-size: 20px;
        line-height: 20px;
        font-weight: lighter;
    }
}

.spotlight--list .spotlight-overlay .spotlight-button,
.spotlight--random .spotlight-overlay .spotlight-button {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 800px) {
    .spotlight--list .spotlight-overlay .spotlight-button,
    .spotlight--random .spotlight-overlay .spotlight-button {
        margin-top: 0px;
    }
}

.spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents,
.spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents {
    font-size: 20px;
    background-color: #e07a47;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
.spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
    background-color: #d15d23;
}

.spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
.spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
.spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
    background-color: #d15d23;
}

@media only screen and (max-width: 640px) {
    .spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents,
    .spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents {
        font-size: 18px;
        background-color: #e07a47;
        padding: 12px 18px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        transform: translateZ(0);
        backface-visibility: hidden;
        transition: all 0.3s ease;
    }
    .spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:hover,
    .spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents:hover {
        background-color: #d15d23;
    }
    .spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:focus,
    .spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents:active,
    .spotlight--random .spotlight-overlay .spotlight-button .spotlight-button__contents:focus {
        background-color: #d15d23;
    }
}

@media only screen and (max-width: 1024px) {
    .spotlight--list .slider__controls .slider-controls-nav,
    .spotlight--random .slider__controls .slider-controls-nav {
        display: none;
    }
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav:after,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav:after {
    font-size: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 35px;
    color: #fff;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--prev,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--prev {
    background: #222;
    right: 22px !important;
    left: auto;
    z-index: 999 !important;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--prev:after,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--prev:after {
    content: '\f104';
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--prev:hover,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--prev:hover {
    background: #363636;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next {
    background: #e07a47;
    right: -12px;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next:after,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next:after {
    content: '\f105';
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next:before,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next:before {
    content: "";
    border-color: transparent;
    border-style: solid;
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    bottom: -11px;
    right: 5px;
    transform: rotate(45deg);
    border-width: 0.5rem 0.6em .5em .0;
    border-top-color: transparent;
    border-right-color: #222;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next:hover,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next:hover {
    background: #bb5320;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--prev,
.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--prev,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next {
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    top: auto;
    line-height: 0;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: none;
    height: 38px;
    width: 38px;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(34, 34, 34, 0.2);
    text-align: center;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--prev:after,
.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next:after,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--prev:after,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next:after {
    height: 38px;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next {
    width: 34px;
}

.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next:after,
.spotlight--random .slider__controls .slider-controls-nav .slider-nav--next:after {
    text-align: right;
}

.spotlight--list .slider__controls .slider-controls-pager,
.spotlight--random .slider__controls .slider-controls-pager {
    bottom: -1.7rem;
    width: 100%;
}

.spotlight--list .slider__controls .slider-controls-pager span,
.spotlight--random .slider__controls .slider-controls-pager span {
    background: #344d5b;
    width: 14px;
    height: 14px;
    margin: 0 3px;
}

@media only screen and (max-width: 1024px) {
    .spotlight--list .slider__controls .slider-controls-pager span,
    .spotlight--random .slider__controls .slider-controls-pager span {
        margin: 0 10px;
        width: 18px;
        height: 18px;
    }
}

.spotlight--list .slider__controls .slider-controls-pager span.fire-pager-active,
.spotlight--random .slider__controls .slider-controls-pager span.fire-pager-active {
    background: #dd4b4d;
}

.slider-nav--prev,
.slider-nav--next {
    z-index: 500;
}

body.search-is-visible {
    overflow: hidden !important;
}

body.search-is-visible .search-container {
    transform: translateY(0);
}

body.search-is-visible .search-container .content-block.search-block input[type="search"] {
    transform: translateX(0);
    transition-delay: 0.3s;
    transition: transform 1s cubic-bezier(0.76, -0.21, 0.18, 1.22);
}

html.search-is-visible {
    overflow: hidden !important;
}

body.desktop-nav-is-too-wide .nav-container {
    display: none;
}

body.desktop-nav-is-too-wide .nav-logo {
    max-width: 50%;
}

body.desktop-nav-is-too-wide .header-row-container {
    max-width: 50%;
}

body.desktop-nav-is-too-wide .header-row-container .top-container .menu-toggle {
    display: block;
}

body.menu-is-visible .menu-container {
    overflow-y: scroll;
}

body.desktop-nav-is-too-wide.menu-is-visible .menu-container {
    visibility: visible;
    opacity: 1;
    height: auto;
}

body.subnav-is-visible .sidebar-container-overlay {
    display: block;
}

body.subnav-is-visible .sidebar-container {
    transform: translateX(-15px);
}

.content-block.email-marketing-block {
    /*max-width: 475px;*/
    max-width: 90%;
    margin: 0 auto;
}

.content-block.email-marketing-block h2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #eec857;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
    padding: 0;
}

.content-block.email-marketing-block input[type='text'],
.content-block.email-marketing-block input[type='password'],
.content-block.email-marketing-block input[type='date'],
.content-block.email-marketing-block input[type='datetime'],
.content-block.email-marketing-block input[type='datetime-local'],
.content-block.email-marketing-block input[type='month'],
.content-block.email-marketing-block input[type='week'],
.content-block.email-marketing-block input[type='email'],
.content-block.email-marketing-block input[type='number'],
.content-block.email-marketing-block input[type='search'],
.content-block.email-marketing-block input[type='tel'],
.content-block.email-marketing-block input[type='time'],
.content-block.email-marketing-block input[type='url'],
.content-block.email-marketing-block input[type='color'],
.content-block.email-marketing-block textarea {
    background: #3d5b6b;
    border: none;
    color: #fff;
}

.content-block.email-marketing-block ::-webkit-input-placeholder {
    color: #fff;
}

.content-block.email-marketing-block :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.content-block.email-marketing-block ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.content-block.email-marketing-block :-ms-input-placeholder {
    color: #fff;
}

.content-block.email-marketing-block .e2ma_signup_form_required_footnote,
.content-block.email-marketing-block .e2ma_signup_form_button,
.content-block.email-marketing-block .e2ma_signup_form_button_row,
.content-block.email-marketing-block .e2ma_signup_form_label {
    display: none;
}

.content-block.email-marketing-block .e2ma_signup_form_row {
    margin-bottom: 0.8rem;
}

.content-block.email-marketing-block .e2ma_signup_form_element {
    position: relative;
}

.content-block.email-marketing-block .e2ma_signup_form_element input {
    height: 30px;
}

.content-block.email-marketing-block div#e2ma_signup_message {
    margin-bottom: 15px;
}

.content-block.email-marketing-block .search_button {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    color: #fff;
    background: #e07a47;
    width: 30px;
    z-index: 10;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 2px;
}

.content-block.email-marketing-block .search_button .fa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: lighter;
    color: #fff;
}

.content-block.email-marketing-block .search_button input {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.content-block.footer-links-block .collection {
    padding: 0;
}

.content-block.footer-links-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-block.footer-links-block li {
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.content-block.footer-links-block .collection-item-image,
.content-block.footer-links-block .collection-item-description {
    display: none;
}

.content-block.sitemap-block .collection {
    margin: 0;
    padding: 0;
}

.content-block.sitemap-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-block.sitemap-block li {
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.content-block.sitemap-block .collection-item-image,
.content-block.sitemap-block .collection-item-description {
    display: none;
}

.content-block.sitemap-block .collection {
    margin: 0;
    padding: 0;
}

.content-block.sitemap-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-block.sitemap-block li {
    margin: 0;
    padding: 0px 0px 5px 0px;
}

.content-block.sitemap-block .collection-item-image,
.content-block.sitemap-block .collection-item-description {
    display: none;
}

.content-block.powered-by-block {
    background: #5d717c;
    padding: 15px 20px;
}

.content-block.powered-by-block p {
    margin: 0;
}

.content-block.powered-by-block a,
.content-block.powered-by-block p {
    color: #344d5b;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #344d5b;
    text-align: center;
}

.content-block.powered-by-block a:hover,
.content-block.powered-by-block a:active,
.content-block.powered-by-block a:focus {
    color: #eec857;
}

.utilities-container .content-block.utilities-block h1,
.utilities-container .content-block.utilities-block h2,
.utilities-container .content-block.utilities-block h3,
.utilities-container .content-block.utilities-block h4,
.utilities-container .content-block.utilities-block h5,
.utilities-container .content-block.utilities-block h6 {
    text-align: center;
}

.utilities-container .content-block.utilities-block .collection {
    margin-bottom: 0px;
}

.utilities-container .content-block.utilities-block ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 80px 0px 0px 0px;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
    .utilities-container .content-block.utilities-block ul {
        perspective: 2000px;
    }
}

@media only screen and (max-width: 1024px) {
    .utilities-container .content-block.utilities-block ul {
        -moz-columns: 2;
        columns: 2;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .utilities-container .content-block.utilities-block ul {
        margin: 30px 0px 0px 0px;
    }
}

.utilities-container .content-block.utilities-block ul li {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 55px;
    background: #fff;
    border-radius: 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 140px;
}

@media only screen and (max-width: 1024px) {
    .utilities-container .content-block.utilities-block ul li {
        -ms-flex: 0 1 39%;
        flex: 0 1 39%;
        margin: 0px 10px 30px 55px;
    }
}

@media only screen and (max-width: 800px) {
    .utilities-container .content-block.utilities-block ul li {
        -ms-flex: none;
        flex: none;
        width: 90%;
        margin: 0px 10px 30px 40px;
    }
}

.utilities-container .content-block.utilities-block ul li .collection-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 20px 20px 20px;
    text-align: center;
    color: #222;
}

@media only screen and (max-width: 1024px) {
    .utilities-container .content-block.utilities-block ul li .collection-item__content {
        padding: 20px 20px 20px 80px;
    }
}

@media only screen and (max-width: 800px) {
    .utilities-container .content-block.utilities-block ul li .collection-item__content {
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 20px 20px 55px;
    }
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-image {
    height: 125px;
    width: 125px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #e07a47;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 10px solid #eeeeee;
    background-clip: padding-box;
    transition: top 0.3s ease, box-shadow 0.3s ease, left 0.3s ease;
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-image img {
    width: 35px;
    height: 35px;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 1024px) {
    .utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-image {
        left: -60px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 800px) {
    .utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-image {
        height: 95px;
        width: 95px;
    }
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-image.image {
    max-width: 100% !important;
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-label {
    color: #e07a47;
    max-width: 100%;
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-label a {
    color: #e07a47;
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-description {
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    max-width: 100%;
}

.utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-description p {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .utilities-container .content-block.utilities-block ul li .collection-item__content .collection-item-description {
        text-align: left;
    }
}

.utilities-container .content-block.utilities-block ul li:hover .collection-item-image {
    top: -70px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
    .utilities-container .content-block.utilities-block ul li:hover .collection-item-image {
        top: 50%;
        left: -55px;
    }
}

.utilities-container .content-block.utilities-block ul li:active,
.utilities-container .content-block.utilities-block ul li:focus {
    box-shadow: none;
    transform-origin: center;
    transform: scale(0.98);
}

.utilities-container .content-block.utilities-block ul li:not(:last-child) {
    margin-right: 26px;
}

@media only screen and (max-width: 800px) {
    .utilities-container .content-block.utilities-block ul li:not(:last-child) {
        margin-right: 0;
    }
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+2) .collection-item-image {
    background: #4bb19e;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+2) .collection-item-label {
    color: #4bb19e;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+2) .collection-item-label a {
    color: #4bb19e;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+3) .collection-item-image {
    background: #eec857;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+3) .collection-item-label {
    color: #eec857;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+3) .collection-item-label a {
    color: #eec857;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+4) .collection-item-image {
    background: #dd4b4d;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+4) .collection-item-label {
    color: #dd4b4d;
}

.utilities-container .content-block.utilities-block ul li:nth-child(4n+4) .collection-item-label a {
    color: #dd4b4d;
}

.header-container .content-block.header-block h1,
.header-container .content-block.header-block h2,
.header-container .content-block.header-block h3,
.header-container .content-block.header-block h4,
.header-container .content-block.header-block h5,
.header-container .content-block.header-block h6 {
    text-align: center;
}

.header-container .content-block.header-block .collection {
    margin-bottom: 0px;
}

.header-container .content-block.header-block ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*margin: 80px 0px 0px 0px;*/
    margin: 20px 0 0 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1025px) {
    .header-container .content-block.header-block ul {
        perspective: 2000px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-container .content-block.header-block ul {
        -moz-columns: 2;
        columns: 2;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .header-container .content-block.header-block ul {
        margin: 30px 0px 0px 0px;
    }
}

.header-container .content-block.header-block ul li {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 0;
    position: relative;
    /*margin-bottom: 55px;*/
    margin-bottom: 10px;
    /*background: #fff;*/
    border-radius: 10px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    /*min-height: 140px;*/
}

.header-container .content-block.header-block ul li:first-child {
	background: transparent;
}

@media only screen and (max-width: 1024px) {
    .header-container .content-block.header-block ul li {
        -ms-flex: 0 1 39%;
        flex: 0 1 39%;
        margin: 0px 10px 30px 55px;
    }
}

@media only screen and (max-width: 800px) {
    .header-container .content-block.header-block ul li {
        -ms-flex: none;
        flex: none;
        width: 90%;
        /*margin: 0px 10px 30px 40px;*/
        margin: 0 0 20px 0;
    }
}

.header-container .content-block.header-block ul li .collection-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding: 80px 20px 20px 20px;*/
    padding: 0 20px;
    text-align: center;
    color: #222;
}

@media only screen and (max-width: 1024px) {
    .header-container .content-block.header-block ul li .collection-item__content {
        padding: 20px 20px 20px 80px;
    }
}

@media only screen and (max-width: 800px) {
    .header-container .content-block.header-block ul li .collection-item__content {
        /*-ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 20px 20px 55px;*/
        padding: 0;
        /*text-align: center;*/
        ms-flex-align: center;
        align-items: center;
    }
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-image {
    height: 125px;
    width: 125px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #e07a47;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 10px solid #eeeeee;
    background-clip: padding-box;
    transition: top 0.3s ease, box-shadow 0.3s ease, left 0.3s ease;
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-image img {
    width: 35px;
    height: 35px;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 1024px) {
    .header-container .content-block.header-block ul li .collection-item__content .collection-item-image {
        left: -60px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 800px) {
    .header-container .content-block.header-block ul li .collection-item__content .collection-item-image {
        height: 95px;
        width: 95px;
    }
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-image.image {
    max-width: 100% !important;
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-label {
    color: #e07a47;
    max-width: 100%;
    font-size: 1.5em;
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-label a {
    color: #e07a47;
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-description {
    /*font-size: 14px;*/
    font-size: 14px;
    line-height: 18px;
    font-weight: lighter;
    max-width: 100%;
    color: #fff;
}

.header-container .content-block.header-block ul li .collection-item__content .collection-item-description p {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .header-container .content-block.header-block ul li .collection-item__content .collection-item-description {
        /*text-align: left;*/
        text-align: center;
    }
}

.header-container .content-block.header-block ul li:hover .collection-item-image {
    top: -70px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
    .header-container .content-block.header-block ul li:hover .collection-item-image {
        top: 50%;
        left: -55px;
    }
}

.header-container .content-block.header-block ul li:active,
.header-container .content-block.header-block ul li:focus {
    box-shadow: none;
    transform-origin: center;
    transform: scale(0.98);
}

.header-container .content-block.header-block ul li:not(:last-child) {
    margin-right: 26px;
}

@media only screen and (max-width: 800px) {
    .header-container .content-block.header-block ul li:not(:last-child) {
        margin-right: 0;
    }
}

.header-container .content-block.header-block ul li:nth-child(4n+2) .collection-item-image {
    background: #4bb19e;
}

.header-container .content-block.header-block ul li:nth-child(4n+2) .collection-item-label {
    color: #4bb19e;
}

.header-container .content-block.header-block ul li:nth-child(4n+2) .collection-item-label a {
    color: #4bb19e;
}

.header-container .content-block.header-block ul li:nth-child(4n+3) .collection-item-image {
    background: #eec857;
}

.header-container .content-block.header-block ul li:nth-child(4n+3) .collection-item-label {
    color: #eec857;
}

.header-container .content-block.header-block ul li:nth-child(4n+3) .collection-item-label a {
    color: #eec857;
}

.header-container .content-block.header-block ul li:nth-child(4n+4) .collection-item-image {
    background: #dd4b4d;
}

.header-container .content-block.header-block ul li:nth-child(4n+4) .collection-item-label {
    color: #dd4b4d;
}

.header-container .content-block.header-block ul li:nth-child(4n+4) .collection-item-label a {
    color: #dd4b4d;
}

.content-block.phone-block h3 {
    color: #eec857;
}

.content-block.phone-block .location {
    display: none;
}

.content-block.phone-block .location--1 {
    display: block;
}

.content-block.phone-block .grid {
    display: block;
    margin: 0;
}

.content-block.phone-block .location__title,
.content-block.phone-block .location__hours,
.content-block.phone-block .location__address,
.content-block.phone-block .location__links,
.content-block.phone-block .location-phone,
.content-block.phone-block span.label {
    display: none;
}

.content-block.phone-block .location-phone--1 {
    display: block;
    color: #eec857;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .content-block.phone-block .location-phone--1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: normal;
    }
}

.content-block.phone-block .location__phone {
    max-width: none;
    margin: 0;
    padding: 0;
}

.content-block.search-block .form-control--search:before {
    display: none;
}

.content-block.search-block input[type="search"] {
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    width: 80%;
    height: 5rem;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid #fff;
    box-shadow: none;
    color: #fff;
    padding-right: 0.5rem;
    padding-left: 0rem;
    margin: 0 auto;
    transform: translateX(-120%);
    transition-delay: 1s;
}

.content-block.social-media-block .collection {
    margin: 0;
}

.content-block.social-media-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
}

.content-block.social-media-block li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 7px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    transition: all 0.3s ease;
}

.content-block.social-media-block li:hover {
    box-shadow: 0 11px 13px -10px rgba(35, 35, 35, 0.66);
    cursor: pointer;
}

.content-block.social-media-block li:active,
.content-block.social-media-block li:focus {
    box-shadow: 0 0 1px transparent;
    transform: scale(0.99);
}

.content-block.social-media-block img {
    width: auto;
    margin: 0;
    padding: 0;
}

.content-block.social-media-block .collection-item-image {
    margin: 0;
    padding: 0;
}

.content-block.social-media-block .collection-item-label,
.content-block.social-media-block .collection-item-description {
    display: none;
}

.logos-container {
    background: #fff;
    position: relative;
    padding: 30px 0px;
}

.logos-container .wrap {
    position: relative;
    max-width: 1135px;
    padding: 0;
}

.logos-container h1,
.logos-container h2,
.logos-container h3,
.logos-container h4,
.logos-container h5,
.logos-container h6 {
    text-align: center;
}

.logos-container .collection--list {
    padding: 0 40px;
    margin: 0 auto;
}

.logos-container ul {
    position: relative;
    height: 150px;
    max-width: 1120px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    z-index: 10;
}

.logos-container ul.no-sliding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.logos-container li {
    opacity: 1 !important;
}

.logos-container .collection-item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    height: 150px;
    margin: 0 auto;
}

.logos-container .collection-item-image img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-height: 100%;
}

.logos-container .collection-item-label,
.logos-container .collection-item-description {
    display: none;
}

.logos-container .slider__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.logos-container .slider-nav:after {
    color: #bbbbbb;
    font-size: 55px;
}

.logos-container .slider-nav--prev:after {
    content: "\f104";
}

.logos-container .slider-nav--next:after {
    content: "\f105";
}

/* =============================================================================
Header
============================================================================= */
header {
    position: relative;
    z-index: 999;
}

header .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}

header .header-row-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px 0px 4px 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 640px) {
    header .header-row-container {
        padding: 10px 0px 4px 20px;
    }
}

header .nav-logo {
    padding: 17px 0px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 640px) {
    header .nav-logo {
        padding: 25px 0px 5px 0px;
    }
}

header .top-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    header .top-container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

header .nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

header .menu-toggle {
    padding: 10px;
    display: none;
}

@media only screen and (max-width: 800px) {
    header .menu-toggle {
        padding: 10px 0px 10px 10px;
    }
}

@media only screen and (max-width: 640px) {
    header .menu-toggle {
        padding: 20px 0px 5px 10px;
    }
}

header .menu-toggle .fa {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    header .menu-toggle .fa {
        font-size: 26px;
        line-height: 26px;
        font-weight: normal;
    }
}

header .search-toggle {
    background: #4bb19e;
    height: 26px;
    width: 26px;
    border-radius: 2px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
}

header .search-toggle .fa {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

header .search-toggle:hover {
    cursor: pointer;
}

.search-container {
    transform: translateY(-250%);
    transition: transform 0.7s cubic-bezier(0.76, -0.21, 0.18, 1.22);
    position: absolute;
    background: rgba(221, 75, 77, 0.95);
    color: #fff;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.search-container .search-close {
    text-align: right;
    padding: 20px 30px;
}

.search-container .search-close:hover {
    cursor: pointer;
}

.search-container .fa {
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
}

.menu-container {
    position: absolute;
    z-index: 9000;
    width: auto;
    height: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: rgba(52, 77, 91, 0.7);
    overflow: scroll;
}

@media only screen and (max-width: 800px) {
    .menu-container {
        width: 100%;
    }
}

.menu-container .search-toggle {
    background: #eec857;
    padding: 18px 20px;
    text-align: right;
    color: #e07a47;
    font-size: 20px;
    border-bottom: 1px solid #e79a73;
}

.menu-container .content-block.utilities-block {
    background: #f5df9c;
    margin: 0;
    padding: 0;
}

.menu-container .content-block.utilities-block h1,
.menu-container .content-block.utilities-block h2,
.menu-container .content-block.utilities-block h3,
.menu-container .content-block.utilities-block h4,
.menu-container .content-block.utilities-block h5,
.menu-container .content-block.utilities-block h6 {
    display: none;
}

.menu-container .content-block.utilities-block .collection {
    margin: 0;
}

.menu-container .content-block.utilities-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-container .content-block.utilities-block ul .collection-item-description {
    display: none;
}

.menu-container .content-block.utilities-block ul li {
    margin: 0;
    padding: 18px 20px;
    background: #f5df9c;
    border-bottom: 1px solid #efb99e;
    transition: background 0.3s ease;
}

.menu-container .content-block.utilities-block ul li .collection-item__content {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu-container .content-block.utilities-block ul li .collection-item-label {
    color: #e07a47;
}

.menu-container .content-block.utilities-block ul li .collection-item-label a {
    color: #e07a47;
}

.menu-container .content-block.utilities-block ul li .collection-item-image {
    max-width: 45px;
    max-height: 45px;
    margin: 0px 20px;
}

.menu-container .content-block.utilities-block ul li .collection-item-image img {
    margin: 0;
    padding: 0;
    max-width: 45px;
    max-height: 45px;
}

.menu-container .content-block.utilities-block ul li:hover {
    background: #f3d785;
}

/* ============================================================================= Footer ============================================================================= */
.social-container {
    background: #dd4b4d;
    padding: 15px 0px;
}

.social-container .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

footer {
    padding: 35px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

footer p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

footer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .wrap .col {
    -ms-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 1024px) {
    footer .wrap .col {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    footer .wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

footer a {
    font-weight: bold;
}

footer .label {
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

footer .location__title h5 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

footer .location__phone {
    margin-top: 20px;
}

footer .location {
    margin-bottom: 20px;
}

footer .policy-links {
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    footer .policy-links {
        text-align: center;
    }
}

footer .policy-link {
    display: block;
}

footer .info-meta>div,
footer .policy-link+.policy-link,
footer .margin-left-thick {
    margin-left: 0;
}

footer .copyright-container {
    margin-top: 20px;
}

nav.dropdown {
    position: relative;
    bottom: -16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

nav.dropdown ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.dropdown li {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

nav.dropdown a {
    display: block;
}

nav.dropdown ul ul .nav__list--parent:hover:after {
    color: #eec857;
}

nav.dropdown ul ul .nav__list--parent a {
    padding-right: 22.5px;
}

nav.dropdown ul ul .nav__list--parent:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    z-index: 1;
}

nav.dropdown ul ul ul .nav__list--parent:after {
    color: #fff;
}

nav.dropdown ul ul ul .nav__list--parent:hover:after {
    color: #eec857;
}

nav.dropdown>ul>li>a {
    border-bottom: 8px solid #fff;
}

nav.dropdown>ul li:hover>a {
    background-color: transparent;
    color: #eec857;
}

nav.dropdown>ul a {
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
}

nav.dropdown>ul>li:last-child ul {
    right: 0;
    left: auto;
}

nav.dropdown>ul>li:last-child ul .nav__list--parent a {
    padding-left: 22.5px;
}

nav.dropdown>ul>li:last-child ul .nav__list--parent:after {
    content: "\f104";
    left: 10px;
}

nav.dropdown>ul>li:last-child ul ul {
    left: -100%;
}

nav.dropdown>ul>li:last-child>ul>li:first-child:before {
    transform: translate(150px, -100%);
}

nav.dropdown>ul>li.nav__list--here>a {
    color: #eec857;
}

nav.dropdown>ul>li>ul>li:first-child:before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0;
    width: 0;
    transform: translate(20px, -100%);
    border: solid #344d5b;
    border-color: transparent transparent #344d5b transparent;
    border-width: 7px 10px;
}

nav.dropdown>ul>li>ul>li:first-child:hover:before {
    border-color: transparent transparent #344d5b transparent;
}

nav.dropdown ul ul {
    display: none;
    position: absolute;
    width: auto;
    background-color: #344d5b;
    border-radius: 4px;
    width: 200px;
}

nav.dropdown ul ul li:hover>a {
    background-color: transparent;
    color: #eec857;
}

nav.dropdown ul ul li:not(:last-child)>a {
    border-bottom: 1px solid #21323b;
    box-shadow: -1px 2px 0px -1px #47687b;
}

nav.dropdown ul ul a {
    background-color: transparent;
    color: #fff;
    text-align: left;
    width: auto;
    font-size: 14px;
    padding: 8px 16px;
    margin: 0px 10px;
}

nav.dropdown ul ul ul {
    top: 0;
    left: 100%;
    background-color: #47687b;
    border-radius: 4px;
}

nav.dropdown ul ul ul li:hover>a {
    background-color: transparent;
    color: #eec857;
}

nav.dropdown ul ul ul li:not(:last-child)>a {
    border-bottom: 1px solid #344d5b;
    box-shadow: -1px 2px 0px -1px #59849c;
}

nav.dropdown ul ul ul a {
    background-color: transparent;
    color: #fff;
    text-align: left;
    width: auto;
}

nav.dropdown ul ul ul ul {
    background-color: #344d5b;
}

nav.dropdown ul ul ul ul li:hover>a {
    background-color: transparent;
    color: #eec857;
}

nav.dropdown ul ul ul ul li:not(:last-child)>a {
    border-bottom: 1px solid #21323b;
    box-shadow: -1px 2px 0px -1px #47687b;
}

nav.dropdown ul ul ul ul ul {
    background-color: #47687b;
}

nav.dropdown ul ul ul ul ul li:hover>a {
    background-color: transparent;
    color: #eec857;
}

nav.dropdown ul ul ul ul ul li:not(:last-child)>a {
    border-bottom: 1px solid #344d5b;
    box-shadow: -1px 2px 0px -1px #59849c;
}

nav.dropdown li:hover>ul {
    display: block;
}

nav.subnav {
    width: 100%;
}

nav.subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.subnav a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: lighter;
}

nav.subnav a span.accordian_toggle {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.subnav a span.accordian_toggle:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "";
    font-size: 25px;
}

nav.subnav a span.accordian_toggle:hover:after {
    transform: rotate(90deg);
}

nav.subnav li.nav__list--parent a {
    padding-right: 50px;
}

nav.subnav li.accordian_open>a {
    color: #fff;
    background: #4bb19e;
    border-bottom: none;
}

nav.subnav li.accordian_open>a>span.accordian_toggle:after {
    transform: rotate(90deg);
}

nav.subnav ul li:not(:last-child) a {
    border-bottom: 1px solid #bbbbbb;
}

nav.subnav ul li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 20px 15px 20px;
    background: transparent;
    color: #344d5b;
}

nav.subnav ul li:hover>a {
    background: #4bb19e;
    color: #fff;
}

nav.subnav ul ul {
    display: none;
}

nav.subnav ul ul li:not(:last-child) a {
    border-bottom: none;
}

nav.subnav ul ul li a {
    padding: 10px 20px 10px 40px;
    background: #f8f8f8;
    color: #344d5b;
}

nav.subnav ul ul li:hover>a {
    background: #eeeeee;
    color: #344d5b;
}

nav.subnav ul ul ul {
    display: none;
}

nav.subnav ul ul ul li a {
    padding: 10px 20px 10px 60px;
    background: #eeeeee;
    color: #344d5b;
}

@media only screen and (max-width: 1024px) {
    nav.subnav ul ul ul li a {
        background: #fff;
    }
}

nav.subnav ul ul ul li:hover>a {
    background: #e4e4e4;
    color: #344d5b;
}

nav.subnav ul ul ul ul {
    display: none;
}

nav.subnav ul ul ul ul li a {
    padding: 10px 20px 10px 80px;
}

nav.mobile {
    width: 100%;
}

nav.mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.mobile a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

nav.mobile a span.accordian_toggle {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #e07a47;
    border-left: 1px solid #e79a73;
}

nav.mobile a span.accordian_toggle:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "";
    color: #e07a47;
    font-size: 30px;
}

nav.mobile a span.accordian_toggle:hover:after {
    transform: rotate(90deg);
}

nav.mobile li.nav__list--parent a {
    padding-right: 50px;
}

nav.mobile li.accordian_open>a {
    color: null;
    background: null;
}

nav.mobile li.accordian_open>a>span.accordian_toggle:after {
    transform: rotate(90deg);
}

nav.mobile ul li:not(:last-child) a {
    border-bottom: 1px solid #e79a73;
}

nav.mobile ul li a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
    background: #eec857;
    color: #344d5b;
}

nav.mobile ul li:hover>a {
    background: #ecc040;
    color: #344d5b;
}

nav.mobile ul ul {
    display: none;
}

nav.mobile ul ul li a {
    font-size: 14px;
    padding: 20px 20px 20px 40px;
    background: #f0d06e;
    color: #344d5b;
}

nav.mobile ul ul li:hover>a {
    background: #eec857;
    color: #344d5b;
}

nav.mobile ul ul ul {
    display: none;
}

nav.mobile ul ul ul li a {
    padding: 20px 20px 20px 60px;
    background: #f3d785;
    color: #344d5b;
}

nav.mobile ul ul ul li:hover>a {
    background: #f0d06e;
    color: #344d5b;
}

/* =============================================================================
Homepage
============================================================================= */
.utilities-container h3,
.featured-container h3,
.callout-container h3,
.homepage main h3,
.testimaonials-container h3,
.logos-container h3,
.product .related-container h3 {
    font-size: 32px;
    line-height: 38px;
    font-weight: lighter;
    color: #344d5b;
}

.spotlight-container {
    background: #fff;
    padding: 30px 0px 50px 0px;
}

.utilities-container {
    background: #eeeeee;
    padding: 70px 0px 10px 0px;
}

@media only screen and (max-width: 1024px) {
    .utilities-container {
        padding: 40px 0px 40px 0px;
    }
}

.welcome-container {
    color: #fff;
    padding: 45px 0px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}

.welcome-container h1,
.welcome-container h2,
.welcome-container h3,
.welcome-container h4,
.welcome-container h5,
.welcome-container h6 {
    color: #fff;
}

.welcome-container:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.2);
    z-index: 0;
}

.welcome-container .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 640px) {
    .welcome-container .wrap {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.welcome-container .intro-container {
    margin-right: 100px;
    max-width: 100%;
}

.welcome-container .intro-container>.image:first-of-type {
    display: none;
}

.welcome-container .intro-container p {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .welcome-container .intro-container {
        margin-right: 70px;
    }
}

@media only screen and (max-width: 800px) {
    .welcome-container .intro-container {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .welcome-container .intro-container {
        margin-right: 0px;
    }
}

.welcome-container .cta-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
}

@media only screen and (max-width: 640px) {
    .welcome-container .cta-container {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

.welcome-container .cta-container .collection {
    margin-bottom: 0;
    width: 100%;
}

.welcome-container .cta-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .welcome-container .cta-container ul {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.welcome-container .cta-container ul li {
    margin: 0;
    padding: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: center;
}

.welcome-container .cta-container ul li .collection-item__content .collection-item-image {
    display: none;
}

.welcome-container .cta-container ul li .collection-item__content .collection-item-description {
    display: none;
}

.welcome-container .cta-container ul li .collection-item__content .collection-item-label {
    color: #fff;
    width: 250px;
    margin: 10px 0px;
    font-size: 20px;
    background-color: #4bb19e;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.welcome-container .cta-container ul li .collection-item__content .collection-item-label:hover {
    background-color: #3c8d7e;
}

.welcome-container .cta-container ul li .collection-item__content .collection-item-label:active,
.welcome-container .cta-container ul li .collection-item__content .collection-item-label:focus {
    background-color: #3c8d7e;
}

.welcome-container .cta-container ul li .collection-item__content .collection-item-label a {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .welcome-container .cta-container ul li .collection-item__content .collection-item-label {
        margin: 10px auto;
    }
}

.welcome-container .cta-container ul li:nth-child(even) .collection-item__content .collection-item-label {
    border: 2px solid #fff;
    font-size: 20px;
    background-color: transparent;
    padding: 13px 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
}

.welcome-container .cta-container ul li:nth-child(even) .collection-item__content .collection-item-label:hover {
    background-color: transparent;
}

.welcome-container .cta-container ul li:nth-child(even) .collection-item__content .collection-item-label:active,
.welcome-container .cta-container ul li:nth-child(even) .collection-item__content .collection-item-label:focus {
    background-color: transparent;
}

.welcome-container .cta-container ul li:nth-child(even):hover .collection-item-label {
    background-color: #e07a47 !important;
    border: 2px solid #e07a47;
}

.featured-container {
    background: #fff;
    padding: 70px 0px 50px 0px;
}

.featured-container h1,
.featured-container h2,
.featured-container h3,
.featured-container h4,
.featured-container h5,
.featured-container h6 {
    text-align: center;
    margin-bottom: 30px;
}

.featured-container .wrap {
    max-width: 1205px;
}

.featured-container ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .featured-container ul {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.featured-container ul li {
    -ms-flex: 0 1 43%;
    flex: 0 1 43%;
    min-width: 43%;
    max-width: 43%;
    color: #fff;
    background: #e07a47;
    padding: 20px;
    position: relative;
    min-height: 240px;
    transition: background 0.7s ease;
}

.featured-container ul li a {
    color: #fff;
}

.featured-container ul li a:hover {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .featured-container ul li {
        min-height: 195px;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .featured-container ul li {
        min-height: 0px;
    }
}

.featured-container ul li:hover {
    background: #d15d23;
}

.featured-container ul .collection-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 240px;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .featured-container ul .collection-item__content {
        min-height: 195px;
    }
}

@media only screen and (max-width: 640px) {
    .featured-container ul .collection-item__content {
        min-height: 0px;
    }
}

.featured-container ul .collection-item-image {
    width: 240px;
    min-height: 240px;
    max-height: 100%;
    margin: 0;
    position: absolute;
    top: 20px;
    bottom: 20px;
}

.featured-container ul .collection-item-image img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
    .featured-container ul .collection-item-image {
        width: 195px;
        max-width: 100%;
        min-height: 195px;
        max-height: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .featured-container ul .collection-item-image {
        display: none;
    }
}

.featured-container ul .collection-item-image.image {
    max-width: 100% !important;
}

.featured-container ul .collection-item-label {
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .featured-container ul .collection-item-label {
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 0px;
    }
}

.featured-container ul .collection-item-description {
    max-width: 100%;
}

.featured-container ul .collection-item-description p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .featured-container ul .collection-item-description {
        display: none;
    }
}

.featured-container ul li {
    margin: 6px;
}

.featured-container ul li:nth-child(odd) {
    padding-right: 280px;
}

.featured-container ul li:nth-child(odd) .collection-item-image {
    right: 20px;
    margin-left: 15px;
}

@media only screen and (max-width: 1024px) {
    .featured-container ul li:nth-child(odd) {
        margin: 5px;
        padding-right: 235px;
    }
}

@media only screen and (max-width: 640px) {
    .featured-container ul li:nth-child(odd) {
        padding: 20px;
        text-align: center;
    }
}

.featured-container ul li:nth-child(even) {
    padding-left: 280px;
}

.featured-container ul li:nth-child(even) .collection-item-image {
    left: 20px;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    .featured-container ul li:nth-child(even) {
        margin: 5px;
        padding-left: 235px;
    }
}

@media only screen and (max-width: 640px) {
    .featured-container ul li:nth-child(even) {
        padding: 20px;
        text-align: center;
    }
}

.featured-container ul li:nth-child(4n+2) {
    background: #4bb19e;
}

.featured-container ul li:nth-child(4n+2):hover {
    background: #3c8d7e;
}

.featured-container ul li:nth-child(4n+3) {
    background: #eec857;
}

.featured-container ul li:nth-child(4n+3):hover {
    background: #e9b929;
}

.featured-container ul li:nth-child(4n+4) {
    background: #dd4b4d;
}

.featured-container ul li:nth-child(4n+4):hover {
    background: #ce2729;
}

.callout-container {
    background: #eec857;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}

.callout-container h1,
.callout-container h2 {
    color: #fff;
}

.callout-container h4 {
    color: #e07a47;
}

.callout-container .wrap {
    max-width: 975px;
}

main {
    background: #eeeeee;
    padding: 80px 0px 60px 0px;
}

main .wrap {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    main .wrap {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.primary-container {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-right: 15px;
}

.primary-container p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.primary-container h3:first-of-type {
    text-align: center;
    margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
    .primary-container {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .primary-container {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

.news-container {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.news-container h1,
.news-container h2,
.news-container h3,
.news-container h4,
.news-container h6 {
    text-align: center;
    margin-bottom: 35px;
}

.news-container h5 {
    color: #e07a47;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.news-container h5 a {
    color: #e07a47;
}

.news-container .news-article-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-container .news-article-title {
    -ms-flex-order: 1;
    order: 1;
}

.news-container .news-article-meta.news-article-meta--date {
    -ms-flex-order: 50;
    order: 50;
    text-transform: initial;
    letter-spacing: 0;
}

.news-container .news-article-meta.news-article-meta--author {
    -ms-flex-order: 100;
    order: 100;
}

.news-container .news-article-meta {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.news-container .news-articles--list .news-article {
    box-shadow: none;
    padding-bottom: 0px;
}

.news-container .news-article-description {
    margin: 0;
    font-style: italic;
}

.news-container .news-articles-archive {
    text-align: right;
}

.news-container .news-articles-archive a {
    font-size: 18px;
    background-color: #4bb19e;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: initial;
    letter-spacing: 0px;
}

.news-container .news-articles-archive a:hover {
    background-color: #3c8d7e;
}

.news-container .news-articles-archive a:active,
.news-container .news-articles-archive a:focus {
    background-color: #3c8d7e;
}

@media only screen and (max-width: 1024px) {
    .news-container .news-articles-archive {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .news-container {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .news-container {
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

.testimonial-container {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

@media only screen and (max-width: 640px) {
    .testimonial-container {
        margin-bottom: 0;
    }
}

.testimonial-container h1,
.testimonial-container h2,
.testimonial-container h3,
.testimonial-container h4,
.testimonial-container h5,
.testimonial-container h6 {
    text-align: center;
    margin: 0;
    padding: 20px 0px;
}

.testimonial-container .wrap {
    max-width: 975px;
}

.testimonial-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 640px) {
    .testimonial-container ul {
        margin: 0;
    }
}

.testimonial-container li {
    position: relative;
}

.testimonial-container li.collection-item--has-image {
    min-height: 282px;
}

.testimonial-container .collection {
    margin-bottom: 0;
}

.testimonial-container .collection-item__content {
    height: 100%;
    padding-bottom: 56px;
}

@media only screen and (max-width: 800px) {
    .testimonial-container .collection-item__content {
        text-align: center;
    }
}

.testimonial-container .collection-item-image {
    position: absolute;
    top: -20px;
    width: 262px;
    height: 262px;
    border-radius: 262px;
    overflow: hidden;
    border: 8px solid #fff;
    margin: 0;
    padding: 12px;
    background-color: #4bb19e !important;
    /* in case they use a transparent image */
}

.testimonial-container .collection-item-image img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 800px) {
    .testimonial-container .collection-item-image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

.testimonial-container .collection-item-image.image {
    max-width: 100% !important;
}

.testimonial-container .collection-item-label {
    text-transform: normal;
    padding: 48px 0 6px;
    margin-left: 307px;
    font-size: 32px;
    line-height: 38px;
    font-weight: lighter;
    color: #344d5b;
}

@media only screen and (max-width: 800px) {
    .testimonial-container .collection-item-label {
        padding: 6px 0;
        margin-left: 0;
    }
}

.testimonial-container .collection-item-label a {
    font-size: 32px;
    line-height: 38px;
    font-weight: lighter;
    color: #344d5b;
}

.testimonial-container .collection-item-description {
    margin-left: 307px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

@media only screen and (max-width: 800px) {
    .testimonial-container .collection-item-description {
        margin-left: 0;
    }
}

.testimonial-container .collection-item-description p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.testimonial-container .collection-item-author {
    color: #e07a47;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.testimonial-container li:nth-child(even) .collection-item-image {
    right: 0;
}

.testimonial-container li:nth-child(even) .collection-item-label,
.testimonial-container li:nth-child(even) .collection-item-description {
    margin-left: 0;
    margin-right: 307px;
}

@media only screen and (max-width: 800px) {
    .testimonial-container li:nth-child(even) .collection-item-label,
    .testimonial-container li:nth-child(even) .collection-item-description {
        margin-right: 0;
    }
}

.testimonial-container li {
    background: #fff;
}

.testimonial-container li+li {
    margin-top: 60px;
}

.testimonial-container .collection-item__content {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

/* ============================================================================= Internal ============================================================================= */
.internal main {
    background: #fff;
    padding: 20px 0px 80px 0px;
}

.internal main .wrap {
    display: block;
}

.internal .breadcrumbs-container {
    text-align: right;
    margin: 0px 0px 30px 0px;
    color: #344d5b;
}

.internal .breadcrumbs-container .nav--breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.internal .breadcrumbs-container .nav--breadcrumbs__here {
    font-weight: normal;
}

.internal .breadcrumbs-container ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
}

.internal .breadcrumbs-container li:not(:first-child) {
    margin-left: 12px;
    position: relative;
}

.internal .breadcrumbs-container li:not(:first-child):before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: -13px;
    top: 1px;
    height: 10px;
    width: 10px;
    display: block;
    color: #344d5b;
}

.internal .breadcrumbs-container a {
    color: #344d5b;
    font-size: 14px;
    line-height: 16px;
    font-weight: lighter;
}

.internal .breadcrumbs-container a:hover {
    color: #e07a47;
}

@media only screen and (max-width: 640px) {
    .internal .breadcrumbs-container {
        display: none;
    }
}

.internal .masthead-container h4 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #4bb19e;
}

.internal .primary-container {
    display: -ms-flexbox;
    display: flex;
}

.internal .primary-container h3:first-of-type {
    text-align: left;
    margin-bottom: 7px;
}

.internal .sidebar-container-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.internal .sidebar-container {
    -ms-flex: 1 0 277px;
    flex: 1 0 277px;
}

@media only screen and (max-width: 1024px) {
    .internal .sidebar-container {
        position: fixed;
        -ms-flex: none;
        flex: none;
        width: 350px;
        max-width: 100%;
        left: 0;
        top: 100px;
        background: #eeeeee;
        border-right: 7px solid #dd4b4d;
        padding: 10px 20px 10px 35px;
        box-shadow: 0px 7px 26px rgba(74, 73, 73, 0.81);
        transform: translateX(-325px);
        transition: transform 0.7s cubic-bezier(0.76, -0.21, 0.18, 1.22);
        z-index: 1100;
        max-height: 89vh;
    }
}

@media only screen and (max-width: 1024px) {
    .internal .sidebar-container .sidebar-contents {
        position: relative;
        overflow: scroll;
        max-height: 88vh;
    }
}

@media only screen and (max-width: 640px) {
    .internal .sidebar-container {
        display: none;
    }
}

.internal .sidebar-container .subnav-toggle {
    background: #dd4b4d;
    color: rgba(255, 255, 255, 0.7);
    width: 57px;
    height: 57px;
    position: absolute;
    right: -57px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1025px) {
    .internal .sidebar-container .subnav-toggle {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .internal .sidebar-container .subnav-toggle {
        display: none;
    }
}

.internal .sidebar-container .subnav-toggle .fa {
    font-size: 48px;
    padding: 15px;
}

.internal .sidebar-container .under-sidebar-container {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .internal .sidebar-container .under-sidebar-container {
        display: none;
    }
}

.internal .sidebar-container .content-block.utilities-block {
    margin: 0;
    padding: 0;
}

.internal .sidebar-container .content-block.utilities-block h1,
.internal .sidebar-container .content-block.utilities-block h2,
.internal .sidebar-container .content-block.utilities-block h3,
.internal .sidebar-container .content-block.utilities-block h4,
.internal .sidebar-container .content-block.utilities-block h5,
.internal .sidebar-container .content-block.utilities-block h6 {
    display: none;
}

.internal .sidebar-container .content-block.utilities-block .collection {
    margin: 0;
}

.internal .sidebar-container .content-block.utilities-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.internal .sidebar-container .content-block.utilities-block ul .collection-item-description {
    display: none;
}

.internal .sidebar-container .content-block.utilities-block ul li {
    margin: 10px 0px;
    padding: 12px 15px;
    background: #e07a47;
    transition: background 0.3s ease;
    border-radius: 7px;
}

.internal .sidebar-container .content-block.utilities-block ul li .collection-item__content {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.internal .sidebar-container .content-block.utilities-block ul li .collection-item-label {
    color: #fff;
    font-size: 18px;
}

.internal .sidebar-container .content-block.utilities-block ul li .collection-item-label a {
    color: #fff;
}

.internal .sidebar-container .content-block.utilities-block ul li .collection-item-image {
    max-width: 45px;
    max-height: 45px;
    margin: 0px 20px 0px 10px;
}

.internal .sidebar-container .content-block.utilities-block ul li .collection-item-image img {
    margin: 0;
    padding: 0;
    max-width: 45px;
    max-height: 45px;
}

.internal .sidebar-container .content-block.utilities-block ul li:hover {
    background: #bb5320;
}

.internal .sidebar-container .content-block.utilities-block ul li:nth-child(4n+2) {
    background: #4bb19e;
}

.internal .sidebar-container .content-block.utilities-block ul li:nth-child(4n+2):hover {
    background: #347b6e;
}

.internal .sidebar-container .content-block.utilities-block ul li:nth-child(4n+3) {
    background: #eec857;
}

.internal .sidebar-container .content-block.utilities-block ul li:nth-child(4n+3):hover {
    background: #e2af17;
}

.internal .sidebar-container .content-block.utilities-block ul li:nth-child(4n+4) {
    background: #dd4b4d;
}

.internal .sidebar-container .content-block.utilities-block ul li:nth-child(4n+4):hover {
    background: #b92325;
}

.internal .section-container {
    border-bottom: 1px solid #bbbbbb;
}

.internal .section-container h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: lighter;
    color: #344d5b;
    text-transform: uppercase;
}

.internal .primary-content {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-left: 40px;
}

@media only screen and (max-width: 1024px) {
    .internal .primary-content {
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        margin-left: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .internal .primary-content {
        margin-left: 0px;
    }
}

.internal .primary-content .under-sidebar-container {
    margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
    .internal .primary-content .under-sidebar-container {
        display: none;
    }
}

/*

// js dependencies
//////////////////////////////////////////////

function landingImage(element, options) {
  $( element ).each(function() {
   var imgSrc = $(this).find('.masthead-container img').first().attr('src');
   $(this).find('.masthead-container').hide();
   $(this).css('background', 'url('//cdn.firespring.com/designs/pp_brilliance/css/+imgSrc+')' + options);
  });
}
landingImage($(".has-bg-landing"), "center center / cover no-repeat");


function backgroundImage(element, options) {
  $( element ).each(function() {
   var imgSrc = $(this).find('img').first().attr('src');
   $(this).find('img').first('img').hide();
   $(this).css('background', 'url('//cdn.firespring.com/designs/pp_brilliance/css/+imgSrc+')' + options);
  });
}
backgroundImage($(".has-bg-li__collection li .collection-item-image"), "center center / cover no-repeat");


// scss dependencies
//////////////////////////////////////////////
requires breakpoint mixin


*/
.landing {
    background: #344d5b;
}

.landing .lp-site-container {
    display: block;
    background: #fff;
}

.landing .wrap {
    margin: 0 auto;
    max-width: 1175px;
    padding: 0 20px;
}

.landing header {
    position: relative;
    width: 100%;
    text-align: center;
    background: #344d5b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.landing header .wrap {
    -ms-flex-pack: center;
    justify-content: center;
}

.landing header .lp-nav-logo img {
    max-width: 100%;
    max-height: 150px;
    padding: 20px 0px;
}

.landing .lp-masthead-container {
    position: relative;
    padding: 20px 0 140px;
}

.landing .lp-masthead-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.5);
}

.landing .lp-headline-container {
    position: relative;
    text-align: center;
    z-index: 10;
}

.landing .lp-headline-container h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    .landing .lp-headline-container h1 {
        font-size: 26px;
        font-weight: bold-10;
        line-height: -8.8;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .landing .lp-headline-container h1 {
        font-size: 16px;
        font-weight: bold-20;
        line-height: -18.8;
        margin-bottom: 30px;
    }
}

.landing .lp-headline-container h1,
.landing .lp-headline-container h2,
.landing .lp-headline-container h3,
.landing .lp-headline-container h4,
.landing .lp-headline-container h5,
.landing .lp-headline-container h6 {
    color: #fff;
    margin: 10px 0;
}

.landing .lp-headline-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing .lp-headline-container .collection-item-label a {
    color: #fff;
    margin: 10px 0px;
    font-size: 20px;
    background-color: #dd4b4d;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
}

.landing .lp-headline-container .collection-item-label a:hover {
    background-color: #ce2729;
}

.landing .lp-headline-container .collection-item-label a:active,
.landing .lp-headline-container .collection-item-label a:focus {
    background-color: #ce2729;
}

.landing .lp-headline-container .collection-item-image,
.landing .lp-headline-container .collection-item-description {
    display: none;
}

.landing .lp-media-container {
    position: relative;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 700px;
    max-width: 100%;
    margin: -120px auto 0px auto;
}

.landing .lp-media-container .wrap {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}

.landing .lp-columns-container {
    padding: 20px 0 100px;
}

.landing .lp-columns-container .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1215px;
}

@media only screen and (max-width: 800px) {
    .landing .lp-columns-container .wrap {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.landing .lp-columns-container .lp-columns-content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 20px;
}

.landing .lp-columns-container .lp-cta-container {
    border-radius: 5px;
    background: #eee;
    min-width: 50%;
    margin: 0 20px;
    padding: 20px;
    color: #222;
}

.landing .lp-columns-container .lp-cta-container .form-title {
    margin-top: 0px;
}

.landing .lp-columns-container .lp-cta-container .button,
.landing .lp-columns-container .lp-cta-container .button:link,
.landing .lp-columns-container .lp-cta-container .button:visited,
.landing .lp-columns-container .lp-cta-container .button:focus {
    background: #f55930;
}

.landing .lp-columns-container .lp-cta-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.landing .lp-columns-container .lp-cta-container li {
    margin: 0px 0px 10px 0px;
}

.landing .lp-columns-container .lp-cta-container .collection-item-label {
    text-align: center;
}

.landing .lp-columns-container .lp-cta-container .collection-item-label a {
    color: #fff;
    margin: 5px 0px;
    font-size: 20px;
    background-color: #f55930;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
}

.landing .lp-columns-container .lp-cta-container .collection-item-label a:hover {
    background-color: #e7390b;
}

.landing .lp-columns-container .lp-cta-container .collection-item-label a:active,
.landing .lp-columns-container .lp-cta-container .collection-item-label a:focus {
    background-color: #e7390b;
}

.landing .lp-columns-container .lp-cta-container .collection-item-image,
.landing .lp-columns-container .lp-cta-container .collection-item-description {
    display: none;
}

.landing .lp-callout-container {
    color: #222;
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
    position: relative;
    z-index: 10;
}

.landing .lp-primary-container {
    background: #fff;
    color: #222;
    font-size: 16px;
    -ms-flex-direction: column;
    flex-direction: column;
}

.landing .lp-primary-container .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
    .landing .lp-primary-container .wrap {
        display: block;
    }
}

.landing .lp-primary-container .lp-primary-content {
    max-width: 48%;
}

@media only screen and (max-width: 800px) {
    .landing .lp-primary-container .lp-primary-content {
        max-width: none;
    }
}

.landing .testimonial-container {
    background: #fff;
}

.landing .testimonial-container .wrap {
    max-width: 975px;
}

.landing .lp-fundraising-container {
    color: #222;
    text-align: center;
    background: #fff;
    padding: 0px 0px 60px 0px;
}

.landing .lp-logos-container {
    background: #eeeeee;
    position: relative;
    padding: 20px 0;
}

.landing .lp-logos-container h1,
.landing .lp-logos-container h2,
.landing .lp-logos-container h3,
.landing .lp-logos-container h4,
.landing .lp-logos-container h5,
.landing .lp-logos-container h6 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #222;
}

.landing .lp-logos-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .landing .lp-logos-container ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.landing .lp-logos-container li {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 15px;
}

@media only screen and (max-width: 640px) {
    .landing .lp-logos-container li {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .landing .lp-logos-container li:nth-child(n+5) {
        display: none;
    }
}

.landing .lp-logos-container .collection {
    margin-bottom: 0;
}

.landing .lp-logos-container .collection-item-image {
    margin: 0;
    text-align: center;
}

.landing .lp-logos-container .collection-item-label,
.landing .lp-logos-container .collection-item-description {
    display: none;
}

.landing footer {
    padding: 20px 0;
    background: #344d5b;
}

.landing footer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.landing footer .location-container {
    text-align: center;
    margin-bottom: 20px;
}

.landing footer .location-container .locations-hours--variable {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 640px) {
    .landing footer .location-container .locations-hours--variable {
        display: block;
    }
}

.landing footer .location-container .location {
    margin: 20px;
}

.landing footer .location-container .location__title {
    display: none;
}

.landing footer .location-container .label {
    display: none;
}

.landing footer .location-container .location__hours {
    display: none;
}

.landing footer .bottom-footer-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 800px) {
    .landing footer .bottom-footer-container {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.landing footer .policy-links {
    margin-left: 1rem;
    display: -ms-flexbox;
    display: flex;
}

.landing footer .policy-link.policy-link--privacy {
    margin-right: 13px;
}

.landing footer .powered-by-block {
    text-align: center;
    margin-left: 1rem;
}

.landing .content-block.social-media-block {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}

.landing .content-block.additional-footer-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.progress-bar {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.progress-bar__trench {
    height: 3.5rem;
    border: 4px solid #222;
    border-radius: 30px;
    padding: 8px;
    background-color: #fff;
}

.progress-bar__meter {
    height: 100%;
    border-radius: 30px;
    background-color: #dd4b4d;
}

.progress-bar__metrics {
    font-size: 20px;
    font-weight: bold;
}

/* ============================================================================= Product Pages ============================================================================= */
.product .masthead-container {
    margin-bottom: 25px;
}

.product .primary-content>p {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    font-style: italic;
}

.product .primary-content h3:first-of-type {
    text-align: inherit;
}

.product .columns-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

@media only screen and (max-width: 800px) {
    .product .columns-container {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product .image-container img {
    max-width: 415px;
}

@media only screen and (min-width: 801px) {
    .product .image-container {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 801px) {
    .product .message-container {
        margin-left: 10px;
    }
}

.product .secondary-container {
    text-align: right;
}

.product .secondary-container p {
    font-style: italic;
    font-size: 16px;
    line-height: 1.7;
}

.product .secondary-container h1,
.product .secondary-container h2,
.product .secondary-container h3,
.product .secondary-container h4,
.product .secondary-container h5,
.product .secondary-container h6 {
    text-align: right;
}

@media only screen and (min-width: 801px) {
    .product .secondary-container {
        -ms-flex: 1 0 270px;
        flex: 1 0 270px;
        margin-right: 50px;
    }
}

.product .cta-container .form-title {
    margin-top: 0px;
}

@media only screen and (min-width: 801px) {
    .product .cta-container {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
}

.product .cta-container .collection {
    margin-bottom: 0;
    width: 100%;
}

.product .cta-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    .product .cta-container ul {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product .cta-container ul li {
    margin: 0;
    padding: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    text-align: left;
}

.product .cta-container ul li .collection-item__content .collection-item-image {
    display: none;
}

.product .cta-container ul li .collection-item__content .collection-item-description {
    display: none;
}

.product .cta-container ul li .collection-item__content .collection-item-label {
    color: #fff;
    width: 250px;
    margin: 10px 0px;
    font-size: 20px;
    background-color: #4bb19e;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: none;
}

.product .cta-container ul li .collection-item__content .collection-item-label:hover {
    background-color: #3c8d7e;
}

.product .cta-container ul li .collection-item__content .collection-item-label:active,
.product .cta-container ul li .collection-item__content .collection-item-label:focus {
    background-color: #3c8d7e;
}

.product .cta-container ul li .collection-item__content .collection-item-label a {
    color: #fff;
}

@media only screen and (max-width: 640px) {
    .product .cta-container ul li .collection-item__content .collection-item-label {
        margin: 10px auto;
    }
}

.product .related-container {
    background: #eeeeee;
    padding: 60px 20px 80px 20px;
}

.product .related-container h1,
.product .related-container h2,
.product .related-container h3,
.product .related-container h4,
.product .related-container h5,
.product .related-container h6 {
    text-align: center;
    margin-bottom: 40px;
}

.product .related-container .collection {
    margin: 0;
    padding: 0;
}

.product .related-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 640px) {
    .product .related-container ul {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product .related-container li {
    margin: 0 10px;
    padding: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
    .product .related-container li {
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.product .related-container .collection-item__content {
    max-width: 100%;
}

.product .related-container .collection-item-image {
    max-width: 100%;
}

.product .related-container .collection-item-image img {
    max-width: 100%;
}

.product .related-container .collection-item-image.image {
    max-width: 100% !important;
}

.product .related-container .collection-item-label {
    color: #dd4b4d;
}

.product .related-container .collection-item-label a {
    color: #dd4b4d;
}

/* ============================================================================= General QA ============================================================================= */
html.video {
    margin-bottom: 0px;
}

.emma-show header {
    background: transparent;
    padding: 0;
}

.emma-show form input {
    width: 242px !important;
    max-width: 100%;
}

.emma-show form label {
    color: #4bb19e;
}

.slider-nav--prev,
.slider-nav--next {
    z-index: 800 !important;
}

@media only screen and (max-width: 640px) {
    div.iframe {
        max-width: 100% !important;
    }
}

.fundraising-campaign-progress {
    min-width: 200px;
}

.product .catalogs .form-actions:first-of-type {
    display: none;
}

.product .catalog__header h2 {
    display: none;
}

.product nav.catalogs-nav-breadcrumbs {
    display: none;
}

.shopping-cart .panel {
    border-radius: 0px;
    border: none;
    background: transparent;
}

.shopping-cart .panel--well {
    box-shadow: none;
    border-top: 1px solid #ccc;
}

/* ============================================================================= Browser QA ============================================================================= */
/* Modern */
/* Internet Explorer 9 (.ie9) */
/* Internet Explorer 8 (.ie8) */
/* Internet Explorer 8 & Internet Explorer 7 (.oldie) */
/* Internet Explorer 7 (.ie7) */
/* ============================================================================= Extras ============================================================================= */
/* Print Styles */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}