@charset "UTF-8";
html.video { margin-bottom: 0; }

body { margin: 0; padding: 0; text-rendering: optimizeLegibility; }

body.nav-open .mobile-nav-container { position: fixed; overflow-y: scroll; transform: translateX(0); transition: 0.3s ease all; box-shadow: 0 0 20px #333; }

body.nav-open .menu-toggle { left: calc(100% - 40px); transition: 0.3s ease left; }

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

.site-container { position: relative; max-width: 100vw; overflow-x: hidden; }

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

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

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

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

a, a:link, a:visited { color: #43b02a; text-decoration: none; }

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

.container-dark { color: #ffffff; }

.container-dark thead, .container-dark tfoot { color: #ffffff; }

.container-dark a, .container-dark a:link, .container-dark a:visited { color: #43b02a; }

.container-dark a:hover, .container-dark a:active, .container-dark a:link:hover, .container-dark a:link:active, .container-dark a:visited:hover, .container-dark a:visited:active { color: #1dafd5; }

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

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: "Arial", sans-serif; font-weight: bold; color: #222; margin-top: 3.4px; margin-bottom: 8.5px; line-height: 1.6; }

h1 { font-size: 80px; line-height: 60px; color: #ffffff; }

@media only screen and (max-width: 640px) { h1 { font-size: 54px; line-height: 40px; } }

h2 { font-size: 45px; line-height: 43px; color: #1dafd5; }

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

h3 { font-size: 25px; line-height: 27px; color: #000000; }

@media only screen and (max-width: 640px) { h3 { font-size: 19px; line-height: 22px; } }

h4 { font-size: 28px; font-weight: normal; line-height: 32px; color: #ffffff; }

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

h5 { font-size: 25px; line-height: 28px; color: #43b02a; }

@media only screen and (max-width: 640px) { h5 { font-size: 19px; line-height: 22px; } }

h6 { font-size: 19px; line-height: 20px; color: #000000; }

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

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

.spotlight--list ul { height: 700px; }

@media only screen and (max-width: 950px) { .spotlight--list ul { height: 700px; } }

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

.spotlight--list li { opacity: 1; }

.spotlight--list .spotlight-content { height: 100%; }

.spotlight--list a, .spotlight--list a:link, .spotlight--list a:hover { color: #ffffff; }

.spotlight--list .spotlight-overlay { background: rgba(29, 175, 213, 0.9); height: auto; width: 425px; bottom: 50px; top: auto; padding: 50px; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 640px) { .spotlight--list .spotlight-overlay { width: 285px; padding: 20px; bottom: 0; } }

.spotlight--list .spotlight-overlay .spotlight-text { text-align: left; max-width: 100%; }

.spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__title { font-size: 80px; line-height: 1; text-transform: lowercase; }

@media only screen and (max-width: 640px) { .spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__title { font-size: 54px; line-height: 40px; } }

.spotlight--list .spotlight-overlay .spotlight-text .spotlight-text__content p { font-size: 28px; line-height: 30px; margin: 10px 0; font-weight: normal; }

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

.spotlight--list .spotlight-overlay .spotlight-button { margin-top: 15px; display: inline-block; }

.spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents { border: 1px solid #ffffff; background: transparent; padding: 10px 25px; transition: 0.3s ease all; }

.spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents:hover { border: 1px solid #1dafd5; background: #ffffff; color: #1dafd5; transition: 0.3s ease all; }

@media only screen and (max-width: 640px) { .spotlight--list .spotlight-overlay .spotlight-button .spotlight-button__contents { font-size: 14px; line-height: 23px; } }

.spotlight--list .slider__controls { display: none; }

.spotlight--list .slider__controls .slider-controls-nav .slider-nav:after { font-size: 120px; color: #ffffff; }

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

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

.spotlight--list .slider__controls .slider-controls-pager { display: none; }

@keyframes appear { 0% { opacity: 0;
    transform: scale(0.9); }
  50% { opacity: 0.5;
    transform: scale(1.1); }
  100% { opacity: 1;
    transform: scale(1); } }

.content-block.email-marketing-block form { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 640px) { .content-block.email-marketing-block form { -ms-flex-pack: center; justify-content: center; } }

.content-block.email-marketing-block input[type="text"]:not([name="email"]) { display: none; }

.content-block.email-marketing-block .e2ma_signup_form_row { margin: 0; }

.content-block.email-marketing-block .e2ma_signup_form_row input { width: 100%; background: #ffffff; border: none; border-radius: 0; box-shadow: none; height: 45px; color: #fc672f; font-size: 18px; padding-left: 20px; }

.content-block.email-marketing-block .e2ma_signup_form_row ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #fc672f; font-style: italic; }

.content-block.email-marketing-block .e2ma_signup_form_row ::-moz-placeholder { /* Firefox 19+ */ color: #fc672f; font-style: italic; }

.content-block.email-marketing-block .e2ma_signup_form_row :-ms-input-placeholder { /* IE 10+ */ color: #fc672f; font-style: italic; }

.content-block.email-marketing-block .e2ma_signup_form_row :-moz-placeholder { /* Firefox 18- */ color: #fc672f; font-style: italic; }

.content-block.email-marketing-block .e2ma_signup_form_row { -ms-flex: 1 0 100%; flex: 1 0 100%; }

.content-block.email-marketing-block .e2ma_signup_form_row.email { -ms-flex: 1 0 auto; flex: 1 0 auto; max-width: 85%; }

.content-block.email-marketing-block .e2ma_signup_form_button_row { margin: 0; }

@media only screen and (max-width: 640px) { .content-block.email-marketing-block .e2ma_signup_form_button_row { margin: 0 auto; } }

.content-block.email-marketing-block .e2ma_signup_form_button_row input { height: 45px; border: 1px solid #ffffff; border-radius: 0; background: transparent; color: #ffffff; text-transform: lowercase; transition: 0.3s ease all; font-size: 18px; }

.content-block.email-marketing-block .e2ma_signup_form_button_row input:hover { background: #ffffff; color: #fc672f; border: 1px solid #fc672f; transition: 0.3s ease all; }

.content-block.email-marketing-block .e2ma_signup_form_required_footnote { display: none; }

.content-block.email-marketing-block .e2ma_signup_message { font-size: 19px; }

.internal .email-marketing-block.content-block { background: #fc672f; color: #ffffff; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 40px; }

.internal .email-marketing-block.content-block a { color: #ffffff; display: inline-block; margin-top: 20px; border: 1px solid #ffffff; padding: 10px 15px; transition: 0.3s ease all; font-size: 18px; }

.internal .email-marketing-block.content-block a:hover { color: #fc672f; background: #ffffff; border: 1px solid #fc672f; transition: 0.3s ease all; }

.internal .email-marketing-block.content-block .email-marketing { max-width: 1340px; margin: 0 auto; padding: 20px; }

.internal .email-marketing-block.content-block .e2ma_signup_form { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 1024px) { .internal .email-marketing-block.content-block .e2ma_signup_form { -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; } }

.internal .email-marketing-block.content-block .e2ma_signup_message { -ms-flex: 0 1 60%; flex: 0 1 60%; margin-bottom: 0; }

@media only screen and (max-width: 1024px) { .internal .email-marketing-block.content-block .e2ma_signup_message { -ms-flex: 1 0 auto; flex: 1 0 auto; width: 100%; margin-bottom: 20px; } }

.internal .email-marketing-block.content-block .e2ma_signup_form_container { -ms-flex: 0 1 40%; flex: 0 1 40%; }

@media only screen and (max-width: 1024px) { .internal .email-marketing-block.content-block .e2ma_signup_form_container { -ms-flex: 1 0 auto; flex: 1 0 auto; width: 100%; } }

.internal .email-marketing-block.content-block h1, .internal .email-marketing-block.content-block h2, .internal .email-marketing-block.content-block h3, .internal .email-marketing-block.content-block h4, .internal .email-marketing-block.content-block h5, .internal .email-marketing-block.content-block h6 { color: #ffffff; }

.content-block.quicklinks-block .collection--list ul { list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: end; align-items: flex-end; }

.content-block.quicklinks-block .collection--list li { height: 165px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: end; align-items: flex-end; margin-left: 15px; cursor: pointer; transition: 0.3s ease background; width: 60px; }

@media only screen and (max-width: 640px) { .content-block.quicklinks-block .collection--list li { margin-right: 0; } }

@media only screen and (max-width: 320px) { .content-block.quicklinks-block .collection--list li { height: 165px; width: 50px; margin-left: 5px; } }

.content-block.quicklinks-block .collection--list li:nth-child(2n+1) { background: #fc672f; }

@media only screen and (max-width: 640px) { .content-block.quicklinks-block .collection--list li:nth-child(2n+1) { margin-right: 0; } }

.content-block.quicklinks-block .collection--list li:nth-child(2n) { background: #43b02a; }

.content-block.quicklinks-block .collection--list li:hover { background: #395a86; transition: 0.3s ease background; }

.content-block.quicklinks-block .collection--list a { color: #ffffff; text-transform: uppercase; font-size: 15px; line-height: 30px; }

.content-block.quicklinks-block .collection--list .collection-item__content { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; -ms-flex-direction: column; flex-direction: column; }

.content-block.quicklinks-block .collection--list .collection-item-label { -ms-flex-order: 1; order: 1; transform: rotate(-90deg); margin-bottom: 30px; }

.content-block.quicklinks-block .collection--list .collection-item-description { display: none; }

.content-block.quicklinks-block .collection--list .collection-item-image { -ms-flex-order: 2; order: 2; margin-bottom: 20px; }

.content-block.quicklinks-block .collection--list img { max-height: 40px; width: auto; }

header .content-block.search-block { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; position: relative; }

header .content-block.search-block form { position: absolute; top: 0; right: -15px; bottom: 0; transform: translateY(20px); opacity: 0; z-index: -1; transition: 0.3s ease all; }

header .content-block.search-block .form-control--search { border: 15px solid rgba(0, 0, 0, 0.75); }

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

header .content-block.search-block input { border: none; border-radius: 0; font-size: 18px; line-height: 30px; height: 45px; width: 310px; padding: 0 10px; color: #1dafd5; }

header .content-block.search-block ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #1dafd5; font-style: italic; }

header .content-block.search-block ::-moz-placeholder { /* Firefox 19+ */ color: #1dafd5; font-style: italic; }

header .content-block.search-block :-ms-input-placeholder { /* IE 10+ */ color: #1dafd5; font-style: italic; }

header .content-block.search-block :-moz-placeholder { /* Firefox 18- */ color: #1dafd5; font-style: italic; }

header .content-block.search-block.open form { transform: translateY(27px); z-index: auto; opacity: 1; transition: 0.3s ease all; }

.mobile-nav-container .content-block.search-block .form-control--search { height: 45px; width: 250px; margin: 20px auto; }

.mobile-nav-container .content-block.search-block .form-control--search:before { right: 20px; left: auto; color: #000000; }

.mobile-nav-container .content-block.search-block input { border: 1px solid #000000; border-radius: 0; font-size: 18px; line-height: 45px; padding: 0 10px; color: #333333; }

.mobile-nav-container .content-block.search-block ::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #333333; font-style: italic; }

.mobile-nav-container .content-block.search-block ::-moz-placeholder { /* Firefox 19+ */ color: #333333; font-style: italic; }

.mobile-nav-container .content-block.search-block :-ms-input-placeholder { /* IE 10+ */ color: #333333; font-style: italic; }

.mobile-nav-container .content-block.search-block :-moz-placeholder { /* Firefox 18- */ color: #333333; font-style: italic; }

.content-block.social-media-block { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; z-index: 1000; }

.content-block.social-media-block .collection { margin-bottom: 0; padding-bottom: 25px; position: relative; }

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

.content-block.social-media-block li { margin-left: 15px; background: #1dafd5; border-radius: 100%; height: 45px; width: 45px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; cursor: pointer; transition: 0.3s ease background; }

.content-block.social-media-block li:hover { background: #395a86; transition: 0.3s ease background; }

@media only screen and (max-width: 950px) { .content-block.social-media-block li:nth-child(2) { margin-left: 0; } }

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

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

.content-block.social-media-block .collection-item-label a { text-transform: uppercase; font-size: 14px; }

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

@media only screen and (max-width: 950px) { header .content-block.social-media-block { display: none; } }

header .content-block.social-media-block li { margin-top: 10px; margin-bottom: 10px; }

footer .content-block.social-media-block { margin-left: auto; }

@media only screen and (max-width: 950px) { footer .content-block.social-media-block { margin: 0 auto 20px; } }

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

.social-media-mobile-container { padding: 25px 15px; }

.social-media-mobile-container ul { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin: 0; list-style-type: none; }

.social-media-mobile-container .collection-item-label, .social-media-mobile-container .collection-item-description { display: none; }

.social-media-mobile-container .collection, .social-media-mobile-container .collection-item-image { margin-bottom: 0; }

.logos-container { background: #ffffff; position: relative; margin-bottom: 45px; width: 100%; }

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

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

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

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

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

.logos-container .collection--list .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--list .collection-item-image img { width: auto; height: auto; max-height: 100%; max-height: 100%; }

.logos-container .collection--list .collection-item-label, .logos-container .collection--list .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 { display: inline-block; width: 21px; height: 23px; }

.logos-container .slider-nav:after { color: #000000; font-size: 20px; font-weight: normal; width: 21px; height: 23px; content: '' !important; font-family: sans-serif; }

.logos-container .slider-nav--prev { background: url("/designs/010064_8412/images/prev-arrow.png") center center/cover no-repeat; }

.logos-container .slider-nav--next { background: url("/designs/010064_8412/images/next-arrow.png") center center/cover no-repeat; }

header { position: relative; z-index: 999; height: 135px; }

header .wrap { display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: start; align-items: flex-start; position: relative; }

@media only screen and (max-width: 1024px) { header .wrap { padding: 0 60px 0 20px; } }

.header-content { -ms-flex: 1 0 auto; flex: 1 0 auto; }

.nav-logo { margin-right: auto; margin-top: 15px; max-width: 255px; -ms-flex: 1 0 140px; flex: 1 0 140px; }

@media only screen and (max-width: 1220px) { .nav-logo { max-width: 180px; transform: translateX(20px); } }

@media only screen and (max-width: 1024px) { .nav-logo { transform: translateX(0); } }

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

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

.search-toggle { cursor: pointer; }

.search-toggle.active { color: #1dafd5; }

.menu-toggle { cursor: pointer; position: absolute; left: -40px; transform: translateX(0); top: 15px; z-index: 1001; transition: 0.3s ease left; }

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

.mobile-nav-container { transform: translateX(100%); transition: 0.3s ease transform, box-shadow; position: absolute; top: 0; right: 0; z-index: 2000; height: 100vh; width: 285px; overflow-y: visible; background: #ffffff; box-shadow: none; }

@media only screen and (min-width: 1025px) { .mobile-nav-container { display: none; } }

footer { /* @keyframes duration | timing-function | delay | iteration-count | direction | fill-mode | play-state | name */ }

footer .locations-hours { 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: 950px) { footer .locations-hours { -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; } }

footer .location-container.visible .location--1 { animation: 0.5s linear 0.3s forwards appear; -moz-animation: 0.5s linear 0.3s forwards appear; }

footer .location-container.visible .location--2 { animation: 0.5s linear 0.6s forwards appear; -moz-animation: 0.5s linear 0.6s forwards appear; }

footer .location { padding: 35px 10px 35px 30px; width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 950px) { footer .location { padding: 30px 20px; width: 100%; opacity: 1; transform: scale(1); -ms-flex: 1 0 auto; flex: 1 0 auto; width: 100%; } }

footer .location--1 { background: url("/designs/010064_8412/images/restore.jpg") center; position: relative; }

footer .location--1:before { content: ''; position: absolute; left: 0; top: 0; width: 55%; height: 100%; background: rgba(29, 175, 213, 0.8); }

@media only screen and (max-width: 640px) { footer .location--1:before { width: 100%; } }

footer .location--1 .location__links a:hover { color: #1dafd5; background: #ffffff; border: 1px solid #1dafd5; transition: 0.3s ease all; }

footer .location--2 { background: url("/designs/010064_8412/images/office.jpg") center; position: relative; }

footer .location--2:before { content: ''; position: absolute; left: 0; top: 0; width: 55%; height: 100%; background: rgba(67, 176, 42, 0.8); }

@media only screen and (max-width: 640px) { footer .location--2:before { width: 100%; } }

footer .location--2 .location__links a:hover { color: #43b02a; background: #ffffff; border: 1px solid #43b02a; transition: 0.3s ease all; }

footer .location__title { width: 50%; position: relative; }

@media only screen and (max-width: 950px) { footer .location__title { width: 100%; } }

footer .location__title h5 { font-size: 45px; line-height: 43px; color: #ffffff; text-transform: lowercase; }

@media only screen and (max-width: 640px) { footer .location__title { font-size: 29px; } }

footer .location__info { position: relative; font-size: 19px; line-height: 19px; color: #ffffff; font-weight: normal; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-direction: column; flex-direction: column; width: 50%; }

@media only screen and (max-width: 950px) { footer .location__info { width: 100%; } }

@media only screen and (max-width: 640px) { footer .location__info { font-size: 17px; } }

footer .location__info .label { background: transparent; padding: 0; font-size: 19px; line-height: 19px; }

@media only screen and (max-width: 640px) { footer .location__info .label { font-size: 17px; } }

footer .location__info p { font-size: 19px; line-height: 19px; margin-bottom: 15px; }

@media only screen and (max-width: 640px) { footer .location__info p { font-size: 17px; } }

footer .location__info a, footer .location__info a:link, footer .location__info a:hover { color: #ffffff; }

footer .location__address, footer .location__phone, footer .location__hours { margin-bottom: 25px; }

footer .location__address { -ms-flex-order: 1; order: 1; }

footer .location__phone { -ms-flex-order: 2; order: 2; }

footer .location__hours { -ms-flex-order: 3; order: 3; position: relative; padding-left: 60px; }

footer .location__hours:before { content: 'Open:'; position: absolute; left: 0; top: 0; font-size: 19px; }

footer .location__links { -ms-flex-order: 4; order: 4; }

footer .location__links a { text-transform: lowercase; background: transparent; border: 1px solid #ffffff; padding: 10px 20px; font-size: 18px; transition: 0.3s ease all; }

@media only screen and (max-width: 640px) { footer .location__links a { font-size: 17px; } }

.footer-links-container .wrap { padding: 10px 20px; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 950px) { .footer-links-container .wrap { -ms-flex-direction: column; flex-direction: column; padding: 20px; } }

.footer-logo { max-width: 150px; }

@media only screen and (max-width: 950px) { .footer-logo { margin-bottom: 20px; } }

.americorps-container { margin-left: 20px; }

@media only screen and (max-width: 950px) { .americorps-container { margin: 0 auto 20px; } }

.americorps-container .collection--list { margin-bottom: 0; }

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

.americorps-container .collection--list li { margin-right: 15px; }

.americorps-container .collection--list .collection-item-label { display: none; }

.americorps-container .collection--list .collection-item-description { display: none; }

.americorps-container .collection--list .collection-item-image { margin-bottom: 0; }

.policy-container { font-size: 15px; margin-left: 15px; }

@media only screen and (max-width: 950px) { .policy-container { margin: 0 auto 20px; } }

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

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

@media only screen and (max-width: 320px) { .policy-container .policy-link { display: block; margin: 0 !important; } }

.policy-container a { color: #000000; font-weight: bold; text-transform: uppercase; }

.policy-container a:hover { color: #395a86; }

.policy-container p { margin-bottom: 0; font-size: 15px; }

@media only screen and (max-width: 320px) { .copyright-content { text-align: center; } }

.locations-hours--variable .location:not(:first-child) { margin-top: 0; }

nav.dropdown { z-index: 1000; }

nav.dropdown ul { width: 100%; display: -ms-flexbox; display: flex; background: transparent; list-style: none; margin: 0; padding: 0; }

nav.dropdown li { position: relative; }

nav.dropdown a { display: block; }

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

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

nav.dropdown ul ul .nav__list--parent:hover::after { content: ''; background: url("/designs/010064_8412/images/nav-arrow.png") center center/cover no-repeat; height: 18px; width: 17px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); color: #ffffff; font-size: 20px; z-index: 1; }

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

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

nav.dropdown > ul > li > a { white-space: nowrap; }

nav.dropdown > ul li:hover > a { background-color: #ffffff; color: #43b02a; }

nav.dropdown > ul a { background-color: #ffffff; color: #000000; font-size: 15px; font-weight: bold; text-transform: uppercase; padding: 8px 16px; }

@media only screen and (max-width: 1220px) { nav.dropdown > ul a { font-size: 13px; } }

nav.dropdown ul ul { display: none; position: absolute; width: auto; background-color: rgba(0, 0, 0, 0.6); }

nav.dropdown ul ul li:hover > a { background-color: #43b02a; color: #ffffff; }

nav.dropdown ul ul a { background-color: rgba(0, 0, 0, 0.6); color: #ffffff; width: 340px; line-height: 20px; padding: 15px 45px; }

nav.dropdown ul ul ul { top: 0; left: 100%; background-color: rgba(0, 0, 0, 0.6); }

nav.dropdown ul ul ul li:hover > a { background-color: #43b02a; color: #ffffff; }

nav.dropdown ul ul ul a { background-color: rgba(0, 0, 0, 0.6); color: #ffffff; }

nav.dropdown ul ul ul .nav__list--parent::after { display: none !important; }

nav.dropdown ul ul ul ul { display: none !important; }

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

nav.dropdown > ul > li:last-of-type > ul { right: 0; }

nav.dropdown ul li:last-of-type ul ul { left: auto; right: 100%; }

nav.dropdown ul li:last-of-type ul .nav__list--parent a { padding-left: 40px; padding-right: 10px; }

nav.dropdown ul li:last-of-type ul .nav__list--parent:hover::after { content: ''; background: url("/designs/010064_8412/images/nav-arrow.png") center center/cover no-repeat; height: 18px; width: 17px; position: absolute; top: 50%; left: 10px; transform: translateY(-50%) rotate(180deg); color: #ffffff; font-size: 20px; z-index: 1; }

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

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

nav.subnav { width: 100%; max-width: 395px; margin-top: 35px; }

@media only screen and (max-width: 1024px) { nav.subnav { display: none; } }

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

nav.subnav > ul > li.nav__list--here > a { background: #43b02a !important; color: #ffffff; position: relative; }

nav.subnav > ul > li.nav__list--here > a:before { content: ''; background: #43b02a !important; width: 5000px; height: 100%; position: absolute; left: -5000px; top: 0; }

nav.subnav a { display: block; position: relative; font-size: 15px; font-weight: bold; line-height: 30px; }

nav.subnav > ul > li > 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 > ul > li > a > span.accordian_toggle:after { font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; content: ""; font-size: 15px; }

nav.subnav > ul > li > 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: null; background: null; }

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

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

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

nav.subnav > ul > li:hover > a { background: #1dafd5; color: #ffffff; position: relative; }

nav.subnav > ul > li:hover > a:before { content: ''; background: #1dafd5; width: 5000px; height: 100%; position: absolute; left: -5000px; top: 0; }

nav.subnav ul ul { display: none; }

nav.subnav ul ul li a { text-transform: none; padding: 5px 20px 5px 40px; background: transparent; color: #888B8D; font-style: italic; font-weight: normal; }

nav.subnav ul ul li:hover > a { background: transparent; color: #1dafd5; }

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

nav.subnav ul ul ul li a { padding: 20px 20px 20px 60px; background: #999; color: #ffffff; }

nav.subnav ul ul ul li:hover > a { background: #999; color: #ffffff; }

nav.mobile { width: 100%; background: #ffffff; padding-top: 50px; }

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

nav.mobile a { display: block; position: relative; font-size: 14px; font-weight: bold; line-height: 18px; }

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: #ffffff; }

nav.mobile a span.accordian_toggle:after { content: ''; background: url("/designs/010064_8412/images/nav-arrow.png") center center/cover no-repeat; height: 18px; width: 17px; }

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

nav.mobile .nav-level-0 > a > span.accordian_toggle:after { color: #000000; }

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 { background: #333333; }

nav.mobile ul li a { font-size: 14px; text-transform: uppercase; padding: 15px; background: #ffffff; color: #000000; }

nav.mobile ul li:hover > a { background: #ffffff; color: #1dafd5; }

nav.mobile ul ul { display: none; }

nav.mobile ul ul li a { padding: 20px 20px 20px 40px; background: #333333; color: #ffffff; margin-top: 10px; }

nav.mobile ul ul li a:last-of-type { margin-bottom: 10px; }

nav.mobile ul ul li:hover > a { background: #43b02a; color: #ffffff; }

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

nav.mobile ul ul ul li a { padding: 20px 20px 20px 60px; background: #333333; color: #ffffff; margin-left: 20px; }

nav.mobile ul ul ul li a span.accordian_toggle { display: none; }

nav.mobile ul ul ul li:hover > a { background: #43b02a; color: #ffffff; }

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

nav.mobile > ul > .nav__list--here > a { color: #1dafd5; }

nav.mobile > ul > .nav__list--here ul > .nav__list--here > a { color: #ffffff; background: #43b02a; }

.mission-statement-container, .cta-container { background: #000000; }

.mission-statement-container .wrap, .cta-container .wrap { max-width: 1250px; padding: 25px 20px; color: #ffffff; }

.mission-statement-container .collection--list, .cta-container .collection--list { margin-bottom: 0; }

.mission-statement-container .collection--list ul, .cta-container .collection--list ul { list-style: none; margin: 0; padding: 0; }

.mission-statement-container .collection--list a, .cta-container .collection--list a { color: #ffffff; font-weight: normal; font-size: 18px; transition: 0.3s ease all; }

@media only screen and (max-width: 640px) { .mission-statement-container .collection--list a, .cta-container .collection--list a { font-size: 14px; line-height: 23px; } }

.mission-statement-container .collection--list .collection-item__content, .cta-container .collection--list .collection-item__content { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 640px) { .mission-statement-container .collection--list .collection-item__content, .cta-container .collection--list .collection-item__content { -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.mission-statement-container .collection--list .collection-item-label, .cta-container .collection--list .collection-item-label { -ms-flex-order: 2; order: 2; border: 1px solid #ffffff; padding: 10px 25px; background: transparent; transition: 0.3s ease all; margin-left: 20px; white-space: nowrap; }

.mission-statement-container .collection--list .collection-item-label:hover, .cta-container .collection--list .collection-item-label:hover { background: #ffffff; border: 1px solid #000000; transition: 0.3s ease all; }

.mission-statement-container .collection--list .collection-item-label:hover a, .cta-container .collection--list .collection-item-label:hover a { color: #000000; transition: 0.3s ease all; }

@media only screen and (max-width: 640px) { .mission-statement-container .collection--list .collection-item-label, .cta-container .collection--list .collection-item-label { margin-left: 0; margin-top: 20px; } }

.mission-statement-container .collection--list .collection-item-description, .cta-container .collection--list .collection-item-description { color: #ffffff; -ms-flex-order: 1; order: 1; font-weight: normal; font-size: 28px; line-height: 32px; -ms-flex: 0 0 85%; flex: 0 0 85%; }

@media only screen and (max-width: 950px) { .mission-statement-container .collection--list .collection-item-description, .cta-container .collection--list .collection-item-description { -ms-flex: 0 0 75%; flex: 0 0 75%; } }

@media only screen and (max-width: 640px) { .mission-statement-container .collection--list .collection-item-description, .cta-container .collection--list .collection-item-description { font-size: 20px; line-height: 24px; } }

.mission-statement-container .collection--list .collection-item-image, .cta-container .collection--list .collection-item-image { display: none; }

.fast-facts-container .wrap { max-width: 1155px; }

.fast-facts-container .collection--list ul { list-style: none; margin: 0; padding: 60px 0 20px; 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: 950px) { .fast-facts-container .collection--list ul { -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; padding: 40px 0; } }

.fast-facts-container .collection--list li { -ms-flex: 1 0 28%; flex: 1 0 28%; position: relative; padding: 0 40px; }

.fast-facts-container .collection--list li::before { content: ''; background: #888b8d; width: 1px; height: 110px; position: absolute; right: 0; top: 40px; transform: translateY(-50%); }

@media only screen and (max-width: 950px) { .fast-facts-container .collection--list li { -ms-flex: 1 0 auto; flex: 1 0 auto; width: 100%; padding: 35px 0; border-bottom: 1px solid #333; }
  .fast-facts-container .collection--list li::before { display: none; } }

.fast-facts-container .collection--list li:last-of-type { border-bottom: none; }

.fast-facts-container .collection--list li:last-of-type::before { display: none; }

.fast-facts-container .collection--list a { color: #1dafd5; font-size: 50px; line-height: 40px; }

@media only screen and (max-width: 640px) { .fast-facts-container .collection--list a { font-size: 30px; } }

.fast-facts-container .collection--list .collection-item__content { position: relative; }

.fast-facts-container .collection--list .collection-item-label { color: #1dafd5; margin-left: 115px; }

.fast-facts-container .collection--list .collection-item-description { color: #1dafd5; margin-left: 115px; font-size: 19px; line-height: 21px; }

.fast-facts-container .collection--list .collection-item-image { width: 89px; height: 89px; position: absolute; top: -15px; left: 0; }

.featured-container { margin-bottom: 90px; }

.featured-container .wrap { max-width: 1250px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 1220px) { .featured-container .wrap { -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.featured-container .video-container { -ms-flex: 0 1 65%; flex: 0 1 65%; }

@media only screen and (max-width: 950px) { .featured-container .video-container { -ms-flex: 1 0 auto; flex: 1 0 auto; width: 100%; } }

.featured-container .content-video { margin-bottom: 0 !important; }

@media only screen and (max-width: 950px) { .featured-container iframe { opacity: 1; transform: scale(1); } }

@media only screen and (max-width: 950px) { .featured-container .featured-section { opacity: 1; transform: scale(1); } }

.featured-container .featured-content { color: #ffffff; padding: 40px; }

@media only screen and (max-width: 950px) { .featured-container .featured-content { padding: 20px; } }

.featured-container .featured-content h1, .featured-container .featured-content h2, .featured-container .featured-content h3, .featured-container .featured-content h4, .featured-container .featured-content h5, .featured-container .featured-content h6 { color: #ffffff; line-height: 1; margin-bottom: 20px; }

.featured-container .featured-content h5, .featured-container .featured-content h6 { font-weight: normal; }

.featured-container .featured-content a, .featured-container .featured-content a:link { color: #ffffff; display: inline-block; margin-top: 20px; border: 1px solid #ffffff; padding: 10px 15px; transition: 0.3s ease all; font-size: 18px; }

.featured-container .video-container { animation: 0.5s linear forwards appear; -moz-animation: 0.5s linear forwards appear; }

.featured-container .green-section { background: #43b02a; -ms-flex: 0 0 35%; flex: 0 0 35%; }

.featured-container .green-section a:hover { color: #43b02a; background: #ffffff; border: 1px solid #43b02a; transition: 0.3s ease all; }

.featured-container .blue-section { background: #1dafd5; -ms-flex: 1 0 50%; flex: 1 0 50%; }

.featured-container .blue-section a:hover { color: #1dafd5; background: #ffffff; border: 1px solid #1dafd5; transition: 0.3s ease all; }

.featured-container .orange-section { background: #fc672f; -ms-flex: 1 0 50%; flex: 1 0 50%; }

.featured-container .orange-section a:hover { color: #fc672f; background: #ffffff; border: 1px solid #fc672f; transition: 0.3s ease all; }

.featured-container.visible iframe { animation: 0.5s linear 0.3s forwards appear; -moz-animation: 0.5s linear 0.3s forwards appear; }

.featured-container.visible .green-section { animation: 0.5s linear 0.6s forwards appear; -moz-animation: 0.5s linear 0.6s forwards appear; }

.featured-container.visible .blue-section { animation: 0.5s linear 0.9s forwards appear; -moz-animation: 0.5s linear 0.9s forwards appear; }

.featured-container.visible .orange-section { animation: 0.5s linear 1.2s forwards appear; -moz-animation: 0.5s linear 1.2s forwards appear; }

.news-and-events-container { margin-bottom: 45px; }

.news-and-events-container .wrap { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }

@media only screen and (max-width: 950px) { .news-and-events-container .wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.news-and-events-container h1, .news-and-events-container h2, .news-and-events-container h3, .news-and-events-container h4, .news-and-events-container h5, .news-and-events-container h6 { color: #1dafd5; }

.news-container { -ms-flex: 0 1 760px; flex: 0 1 760px; }

.news-container > h1, .news-container > h2, .news-container > h3, .news-container > h4, .news-container > h5, .news-container > h6 { margin-bottom: 40px; }

.news-article { box-shadow: none !important; border-bottom: 1px solid #888b8d; padding-bottom: 40px !important; }

.news-article .news-article-header { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: start; align-items: flex-start; -ms-flex-direction: column; flex-direction: column; }

.news-article .news-article-meta--date { -ms-flex-order: 2; order: 2; font-size: 17px; line-height: 19px; color: #1dafd5; text-transform: none; font-weight: normal; letter-spacing: 0; }

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

.news-article .news-article-title a { color: #000000; font-size: 25px; line-height: 27px; }

.news-article .news-article-title a:hover { color: #1dafd5; }

.news-article .news-article-meta--author { display: none; }

.news-article .news-article-description { font-family: "Arial", sans-serif; font-size: 17px; line-height: 25px; margin-bottom: 30px; }

.news-article .news-article-image { max-width: 180px; }

.news-article .news-article-image img { max-width: 100%; height: auto; }

.news-article .news-read-more { margin-top: 20px; }

.news-article .news-read-more a { color: #1dafd5; background: transparent; border: 1px solid #1dafd5; transition: 0.3s ease all; padding: 10px 20px; font-size: 18px; }

.news-article .news-read-more a:hover { color: #ffffff; background: #1dafd5; border: 1px solid #ffffff; transition: 0.3s ease all; }

.news-articles-archive { margin-top: 40px !important; }

.news-articles-archive a { color: #1dafd5; background: transparent; border: 1px solid #1dafd5; transition: 0.3s ease all; padding: 10px 20px; font-size: 18px; }

.news-articles-archive a:hover { color: #ffffff; background: #1dafd5; border: 1px solid #ffffff; transition: 0.3s ease all; }

.homepage .news-article:nth-child(n+5) { display: none; }

.events-container { -ms-flex: 1 1 auto; flex: 1 1 auto; margin-left: 45px; border-left: 1px solid #888b8d; }

@media only screen and (max-width: 950px) { .events-container { margin-left: 0; border-left: none; margin-top: 40px; } }

.events-container .events-content { padding-left: 35px; }

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

.events-container .events-content .collection--list { margin: 40px 0; }

.events-container .events-content .collection--list ul { list-style: none; margin: 0; padding: 0; }

.events-container .events-content .collection--list a { color: #1dafd5; background: transparent; border: 1px solid #1dafd5; transition: 0.3s ease all; padding: 10px 20px; font-size: 18px; font-weight: normal; }

.events-container .events-content .collection--list a:hover { color: #ffffff; background: #1dafd5; border: 1px solid #ffffff; transition: 0.3s ease all; }

.events-container .events-content .collection--list .collection-item-description { display: none; }

.events-container .events-content .collection--list .collection-item-image { display: none; }

.events-container .event-calendar__header, .events-container .event-add-calendar, .events-container .event-time, .events-container .event-meta__location { display: none !important; }

.events-container .event { border-bottom: 1px solid #888b8d; box-shadow: none !important; padding-bottom: 1.5rem !important; }

.events-container .event:nth-child(n+5) { display: none; }

.events-container a { color: #000000; font-size: 25px; line-height: 27px; font-weight: bold; }

.events-container a:hover { color: #1dafd5; }

.events-container .event__header { margin-bottom: 0; }

.events-container .event-date { color: #1dafd5; font-size: 17px; line-height: 19px; }

.events-content > h1, .events-content > h2, .events-content > h3, .events-content > h4, .events-content > h5, .events-content > h6 { margin-bottom: 40px; }

.featured-event-container { border-top: 1px solid #888b8d; padding: 35px 10px 5px 30px; }

@media only screen and (max-width: 640px) { .featured-event-container { padding: 40px 0; border-bottom: 1px solid #888b8d; } }

.featured-event-container .collection--list { margin-bottom: 0; }

.featured-event-container .collection--list ul { list-style: none; margin: 0; padding: 0; }

.featured-event-container .collection--list a { color: #000000; font-size: 25px; line-height: 27px; font-weight: bold; }

.featured-event-container .collection--list a:hover { color: #1dafd5; }

.featured-event-container .collection--list .collection-item-description { color: #1dafd5; font-size: 17px; line-height: 19px; }

.featured-event-container .collection--list .collection-item-image { display: none; }

.featured-event-container > h1, .featured-event-container > h2, .featured-event-container > h3, .featured-event-container > h4, .featured-event-container > h5, .featured-event-container > h6 { margin-bottom: 40px; }

.spotlight-text .spotlight-text__title, .spotlight-text .spotlight-text__content { color: #ffffff; }

.internal .masthead-image { -ms-flex: 0 0 auto; flex: 0 0 auto; height: 320px; }

@media only screen and (max-width: 950px) { .internal .masthead-image { background: none !important; height: auto; } }

.internal .masthead-image .image { margin-bottom: 0; height: 320px; }

@media only screen and (max-width: 950px) { .internal .masthead-image .image { height: auto; margin: 0 !important; display: block !important; } }

.internal .masthead-image img { max-height: 100%; }

.internal .masthead-text { background: #1dafd5; max-width: 425px; min-height: 320px; padding: 10px 50px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start; -ms-flex-direction: column; flex-direction: column; position: relative; }

.internal .masthead-text:before { content: ''; background: #1dafd5; height: 320px; width: 400%; position: absolute; left: 20px; top: 50%; transform: translate(-100%, -50%); }

@media only screen and (max-width: 1024px) { .internal .masthead-text:before { left: auto; right: 20px; transform: translate(100%, -50%); } }

@media only screen and (max-width: 950px) { .internal .masthead-text:before { display: none; } }

@media only screen and (max-width: 1024px) { .internal .masthead-text { width: 100%; } }

@media only screen and (max-width: 950px) { .internal .masthead-text { padding: 10px 50px 10px 10px; position: static; width: 100vw; max-width: none; min-height: 0; } }

.internal .masthead-text h1, .internal .masthead-text h2, .internal .masthead-text h3, .internal .masthead-text h4, .internal .masthead-text h5, .internal .masthead-text h6 { color: #ffffff; line-height: 1; text-transform: lowercase; }

.internal .masthead-text h1 { line-height: 0.8; }

@media only screen and (max-width: 1024px) { .internal .masthead-text h1 { padding: 50px 20px 0; } }

@media only screen and (max-width: 1024px) { .internal .masthead-text h4 { padding: 0 20px 50px; } }

@media only screen and (max-width: 1024px) { .internal .masthead-text .image { margin-bottom: 0; width: 100%; } }

.internal main { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.internal .primary-container { -ms-flex: 0 1 auto; flex: 0 1 auto; width: 70%; margin: 0; padding-bottom: 60px; }

@media only screen and (max-width: 1024px) { .internal .primary-container { margin-left: 0; width: 100%; } }

.internal .primary-container h1, .internal .primary-container h2, .internal .primary-container h3, .internal .primary-container h4, .internal .primary-container h5, .internal .primary-container h6 { margin-bottom: 10px; }

.internal .primary-container .image { margin: 10px; }

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

.internal .primary-container h1 { color: #43b02a; }

.internal .primary-container h2 { margin-bottom: 30px; }

.internal .primary-container h4 { color: #fc672f; }

.internal .primary-container hr { margin-bottom: 0; }

.internal .primary-container > ul { padding: 0; margin: 0 0 20px 15px; }

.internal .primary-container > ul > li, .internal .primary-container > p > ul > li { position: relative; line-height: 1.8; }

.internal .primary-container > ul > li:before, .internal .primary-container > p > ul > li:before { content: ""; position: absolute; width: 15px; height: 15px; background: #ffffff; top: 9px; left: -20px; }

.internal .primary-container > ul > li:after, .internal .primary-container > p > ul > li:after { content: ""; color: #1dafd5; left: -14px; top: 12px; transform: translateY(-50%); position: absolute; width: 7px; height: 7px; background: #1dafd5; display: inline-block; }

.internal .primary-container p, .internal .primary-container ul { font-family: "Arial", sans-serif; }

.internal .primary-container h5 { font-style: italic; font-weight: normal; }

.internal .primary-content { margin: 40px 0 0 50px; }

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

.internal .primary-content .wrap { max-width: 860px; margin: 0 auto 0 0; }

@media only screen and (max-width: 1024px) { .internal .primary-content .wrap { max-width: 100%; margin: 0 auto; } }

.internal .subnav-container { -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30%; background: #e7e8e8; position: relative; display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: end; align-items: flex-end; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 1024px) { .internal .subnav-container { width: 100%; -ms-flex-align: start; align-items: flex-start; height: auto !important; } }

.internal .subnav-container::before { content: ''; background: #e7e8e8; height: 100%; width: 300%; position: absolute; left: 20px; top: 50%; transform: translate(-100%, -50%); z-index: -1; }

.internal .under-sidebar-container { margin-top: 80px; max-width: 395px; }

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

.internal .under-sidebar-container h1, .internal .under-sidebar-container h2, .internal .under-sidebar-container h3, .internal .under-sidebar-container h4, .internal .under-sidebar-container h5, .internal .under-sidebar-container h6 { color: #1dafd5; }

.internal .under-sidebar-container .collection--list ul { list-style: none; margin: 0; padding: 0; }

.internal .under-sidebar-container .collection--list .collection-item-image { display: none; }

.restore header { display: none; }

.restore .mobile-nav-container { display: none; }

.restore .restore-header-container { background: #1dafd5; }

.restore .restore-header-container .wrap { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: end; align-items: flex-end; padding: 20px 20px 0; position: relative; text-align: right; }

@media only screen and (max-width: 640px) { .restore .restore-header-container .wrap { -ms-flex-pack: center; justify-content: center; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 30px 20px 0; text-align: center; } }

.restore .restore-header-container .return-link { position: absolute; right: 20px; top: 5px; }

.restore .restore-header-container .return-link a { font-size: 12px; }

@media only screen and (max-width: 640px) { .restore .restore-header-container .return-link { top: 10px; right: 10px; } }

.restore .restore-header-container a, .restore .restore-header-container p { color: #ffffff; }

.restore .restore-header-container p { font-size: 20px; margin: 0; }

.restore .restore-header-container a { margin: 10px 0; }

.restore .restore-header-content { -ms-flex: 1 0 auto; flex: 1 0 auto; }

.restore .restore-phone { color: white; font-size: 32px; margin-bottom: 10px; display: inline-block; }

.restore .restore-hours { margin-top: 40px; color: #fff; font-weight: bold; }

@media only screen and (max-width: 640px) { .restore .restore-hours { margin-top: 20px; } }

.restore .restore-logo { margin-right: auto; margin-bottom: 40px; }

.restore .restore-logo img { max-width: 250px; }

@media only screen and (max-width: 640px) { .restore .restore-logo { margin: 20px auto 0; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

.restore .social-media-block { display: inline-block; transform: translateY(-27px); margin-right: 20px; }

@media only screen and (max-width: 640px) { .restore .social-media-block { -ms-flex-pack: center; justify-content: center; margin-right: 0; } }

.restore .social-media-block .collection--list { margin-bottom: 0; padding-bottom: 0; }

.restore .social-media-block .collection--list ul { list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; min-width: 0; }

.restore .social-media-block .collection--list li { margin: 0 5px; background: none; border-radius: 100%; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; cursor: pointer; transition: 0.3s ease background; }

@media only screen and (max-width: 640px) { .restore .social-media-block .collection--list a { font-size: 12px; } }

.restore .social-media-block .collection--list .collection-item-label { display: none; }

.restore .social-media-block .collection--list .collection-item-description { display: none; }

.restore .social-media-block .collection--list .collection-item-image { margin-bottom: 0; }

.restore main { margin: 40px auto 20px; }

.restore .restore-featured-container { margin: 30px auto; }

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

.restore .restore-featured-container h1, .restore .restore-featured-container h2, .restore .restore-featured-container h3, .restore .restore-featured-container h4, .restore .restore-featured-container h5, .restore .restore-featured-container h6 { color: #1dafd5; }

.restore .restore-featured-container .collection--list { margin-bottom: 0; }

.restore .restore-featured-container .collection--list ul { list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }

@media only screen and (max-width: 950px) { .restore .restore-featured-container .collection--list ul { -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: center; align-items: center; } }

.restore .restore-featured-container .collection--list li { -ms-flex: 0 0 auto; flex: 0 0 auto; width: 30%; }

@media only screen and (max-width: 950px) { .restore .restore-featured-container .collection--list li { width: 100%; margin-bottom: 10px; } }

.restore .restore-featured-container .collection--list li:nth-child(3n+1) { background: #43b02a; }

.restore .restore-featured-container .collection--list li:nth-child(3n+2) { background: #fc672f; }

.restore .restore-featured-container .collection--list li:nth-child(3n+3) { background: #395a86; }

.restore .restore-featured-container .collection--list a { color: #ffffff; }

.restore .restore-featured-container .collection--list .collection-item__content { padding: 10px; }

.restore .restore-featured-container .collection--list .collection-item-label { font-size: 28px; color: #ffffff; }

.restore .restore-featured-container .collection--list .collection-item-description { color: #ffffff; font-size: 20px; }

.restore .restore-featured-container .collection--list .collection-item-image { margin-bottom: 5px; }

.restore .primary-container { background: #000000; color: #ffffff; }

.restore .primary-container .wrap { padding: 20px; }

.restore .primary-container h1, .restore .primary-container h2, .restore .primary-container h3, .restore .primary-container h4, .restore .primary-container h5, .restore .primary-container h6 { color: #ffffff; }

.restore .restore-graph-container .wrap { padding: 40px 20px; }

.restore .events-container .twitter-feed a { font-size: 17px; }

.restore .events-container h4, .restore .events-container h5, .restore .events-container h6 { margin-bottom: 8.5px; }

/*

// 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('/designs/010064_8412/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('/designs/010064_8412/css+imgSrc+')' + options);
  });
}
backgroundImage($(".has-bg-li__collection li .collection-item-image"), "center center / cover no-repeat");


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


*/
.landing .lp-site-container { display: block; background: #ffffff; }

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

.landing header { position: relative; width: 100%; text-align: center; background: #ffffff; display: -ms-flexbox; display: flex; -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(0, 0, 0, 0.5); }

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

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

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

@media only screen and (max-width: 950px) { .landing .lp-headline-container h1 { font-size: 60px; font-weight: bold-20; line-height: -18.4; 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: #ffffff; margin: 10px 0; }

.landing .lp-media-container { margin-top: -120px; position: relative; z-index: 10; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; }

.landing .lp-media-container .wrap { max-width: 640px; }

.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: 1380px; }

@media only screen and (max-width: 950px) { .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: #000000; }

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

.landing .lp-columns-container .lp-cta-container form { margin-bottom: 10px; }

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

.landing .lp-columns-container .lp-cta-container .collection-item-label a { color: #ffffff; background: #fc672f; padding: 10px 20px; display: inline-block; font-weight: lighter; text-transform: uppercase; border: 2px solid #fc672f; }

.landing .lp-columns-container .lp-cta-container .collection-item-label a:hover { background: transparent; border: 2px solid #fc672f; color: #fc672f; }

.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: #000000; text-align: center; font-size: 18px; padding: 40px 0; position: relative; z-index: 10; }

.landing .lp-primary-container { background: #ffffff; color: #000000; font-size: 17px; -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: 950px) { .landing .lp-primary-container .wrap { display: block; } }

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

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

.landing .lp-testimonials-container { background: #fbfbfb; border: 1px solid #e1e1e1; border-width: 1px 0 1px 0; padding: 30px 0; }

.landing .lp-testimonials-container h1, .landing .lp-testimonials-container h2, .landing .lp-testimonials-container h3, .landing .lp-testimonials-container h4, .landing .lp-testimonials-container h5, .landing .lp-testimonials-container h6 { color: #000000; text-align: center; text-transform: uppercase; font-weight: bold; margin-bottom: 60px; }

.landing .lp-testimonials-container ul { list-style: none; margin: 0; padding: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; }

@media only screen and (max-width: 950px) { .landing .lp-testimonials-container ul { display: block; } }

.landing .lp-testimonials-container li { position: relative; -ms-flex: 0 1 50%; flex: 0 1 50%; min-height: 140px; padding-right: 20px; }

@media only screen and (max-width: 950px) { .landing .lp-testimonials-container li { max-width: none; margin-bottom: 50px; } }

.landing .lp-testimonials-container .collection-item__content { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 640px) { .landing .lp-testimonials-container .collection-item__content { -ms-flex-align: center; align-items: center; text-align: center; } }

.landing .lp-testimonials-container .collection-item-image { width: 100px; height: 100px; border: 4px solid #ffffff; position: absolute; top: 0; left: 0; }

@media only screen and (max-width: 640px) { .landing .lp-testimonials-container .collection-item-image { position: initial; } }

.landing .lp-testimonials-container .collection-item-label { margin-left: 120px; -ms-flex-order: 5; order: 5; color: #000000; }

@media only screen and (max-width: 640px) { .landing .lp-testimonials-container .collection-item-label { margin-left: 0px; } }

.landing .lp-testimonials-container .collection-item-description { margin-left: 120px; margin-bottom: 20px; -ms-flex-order: 1; order: 1; }

@media only screen and (max-width: 640px) { .landing .lp-testimonials-container .collection-item-description { margin-left: 0px; } }

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

.landing .lp-logos-container { background: #ffffff; 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: #000000; }

.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: 950px) { .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; }

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

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

.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: 950px) { .landing footer .bottom-footer-container { -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.landing footer .policy-links { margin-left: 1rem; display: none; }

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

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

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

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

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

#st-launcher-tab { display: none; }

.image-gallery { margin-bottom: 1.5rem; }

.image-gallery .image-gallery-item__content > a { color: #222; }

.image-gallery .image-gallery-item__content > a .image-gallery-item-title, .image-gallery .image-gallery-item__content > a .image-gallery-item-action { color: #43b02a; }

.image-gallery .image-gallery-item__content > a:hover, .image-gallery .image-gallery-item__content > a:focus, .image-gallery .image-gallery-item__content > a:active { color: #222; }

.image-gallery .image-gallery-item__content > a:focus .image-gallery-item-title, .image-gallery .image-gallery-item__content > a:focus .image-gallery-item-action { color: #1dafd5; }

.image-gallery .image-gallery-item__content > a .image-gallery-item-title:hover, .image-gallery .image-gallery-item__content > a .image-gallery-item-action:hover { color: #1dafd5; }

.image-gallery.lightbox a.image-gallery-item__content { color: #222; }

.image-gallery.lightbox a.image-gallery-item__content:hover, .image-gallery.lightbox a.image-gallery-item__content:focus, .image-gallery.lightbox a.image-gallery-item__content:active { color: #222; }

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

.product .catalog__header h2 { display: none; }

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

/* Modern */
/* Internet Explorer 9 (.ie9) */
/* Internet Explorer 8 (.ie8) */
/* Internet Explorer 8 & Internet Explorer 7 (.oldie) */
/* Internet Explorer 7 (.ie7) */
.clearfix { zoom: 1; }

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

.clearfix:after { clear: both; }

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

