html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html * {
    box-sizing: content-box;
}


/* General
------------------------------------ */
html, body {
	font-family: Roboto, sans-serif;
	font-size: 20px;
	line-height: 1.6;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}
a {
	color: #490064;
	text-decoration: none;
	cursor: pointer;
}
a:focus {
    outline: none;
}
a:hover {
	text-decoration: none;
	cursor: pointer;
}
input{
	vertical-align: middle;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
img.aligncenter {
	display: block;
}
.clearfix::after,
.container::after,
.widget::after {
	content: '';
	display: block;
	clear: both;
}
.container::before,
.row::before {
	content: '';
	display: table;
}
.clear {
	clear: both;
}
.container {
	width: 960px;
	margin: 0 auto;
    box-sizing: border-box;
}
body .container {
    box-sizing: border-box;
}
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
p {
	margin: 0 0 1.6em
}
img.alignright {
	margin: 0 0 0 10px;
	display: block;
}
img.alignleft {
	margin: 0 10px 0;
	display: block;
}
img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: none;
}
::-moz-selection {
    color: #ffffff; 
    background: #490064;
}
::selection {
    color: #ffffff; 
    background: #490064;
}

h1 {
    font-weight: 900;
    font-size: 45px;
    color: #490064;
}
h2 {
    font-weight: bold;
    font-size: 45px;
    color: #490064;
}
h3 {
    font-size: 36px;
    font-weight: bold;
    color: #490064;
}
h4 {
    font-size: 24px;
    font-weight: bold;
    color: #490064;
}


.website-header__nav .website-header__hamburger-menu {
    display: none;
}
.website-header {
    background: url(../img/header-image.jpg) no-repeat center center;
    background-size: cover;
    height: 238px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}
.home .website-header {
    height: 658px;
}
.website-header__logo-link {
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    background: url(../img/logo.svg) no-repeat center center;
    background-size: 100% auto;
    width: 224px;
    height: 129px;
    margin: 38px auto;
}
.home .website-header__logo-link {
    width: 463px;
    height: 267px;
    margin: 70px auto 0;
}
.website-header__page-title {
    color: #fff;
    width: 320px;
    float: left;
    font-size: 70px;
    text-transform: uppercase;
    margin: 41px 0 0 10px;
    text-align: left;
}
.website-header__button-container {
    float: right;
    text-align: right;
    margin: 67px 30px 0 0;
}
.website-header__nav {
    background: rgba(73, 0, 100, .8);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}
.website-header__nav a {
    color: #ffffff;
    display: block;
    padding: 8px 0 9px;
}
.website-header__nav a:hover {
    color: #ffcf00;
}
.website-header__nav .menu-item {
    display: inline-block;
    margin: 0 28px;
}
.website-header__title-head {
    text-align: center;
    font-size: 31px;
    font-weight: 500;
    color: #ffffff;
    line-height: 53px;
    margin: 19px 0 35px;
}
.website-header__title-head strong {
    display: block;
    text-transform: uppercase;
    font-size: 69px;
    font-weight: 900;
}
.website-header::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50px;
    background: url(../img/white-1.png) repeat-x center bottom;
}
.content-button {
    display: inline-block;
    background: none!important;
    position: relative;
    font-weight: 900;
    font-size: 26px;
    font-style: italic;
    text-transform: uppercase;
    padding: 6px 10px;
    border: none;
}
.content-button span {
    position: relative;
}
.content-button::before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    width: auto;
    min-width: 100%;
    padding: 0 15px;
    height: 100%;
    transform: skewX(-10deg);
    background: #ffcf00;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    will-change: transform;
    box-sizing: content-box;
}
.content-button:hover,
.content-button:hover::before {
    color: #ffcf00;
    background: #490064;
}
.website-header__title-button:hover,
.website-header__title-button:hover::before {
    color: #490064;
    background: #ffffff;
}


.home-main-content {
    padding-top: 61px;
    text-align: center;
}
.home-main-content h2 {
    font-weight: 900;
    font-size: 45px;
    color: #490064;
    margin: 8px 290px;
    line-height: 42px;
}
.home-main-content h2 span,
.home-main-content h2 strong {
    display: block;
    font-size: 62px;
    line-height: 60px;
}
.home-main-content h4 {
    clear: both;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    color: #490064;
    font-size: 28px;
    line-height: 38px;
    margin: 30px 170px 13px;
}
.home-main-content p {
    margin: 0 5px 20px;
}
.home-main-content .content-button {
    margin-top: -2px;
}
.home-danger-signs {
    margin: 47px 0 27px;
    text-align: justify;
}
.home-danger-signs::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.home-danger-signs img {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
}


.videos-carousel {
    margin: 59px 0 0;
    text-align: center;
    position: relative;
}
.videos-carousel__title {
    font-weight: bold;
    font-size: 45px;
    line-height: 47px;
    color: #490064;
    text-align: center;
    margin: 0 0 24px;
}
.videos-carousel__title::before,
.videos-carousel__title::after {
    content: '';
    width: 219px;
    height: 21px;
    display: inline-block;
    margin: 0 25px;
    vertical-align: 12%;
    background: url(../img/sep-rw.png) no-repeat center center;
}
.videos-carousel__title::after {
    transform: scaleX(-1);
}
.videos-carousel__item {
}
.videos-carousel__item-content {
    display: block;
    width: 511px;
    height: 332px;
    position: relative;
    background-position: center center;
    background-size: cover;
}
.videos-carousel__item-play-button {
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/play.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
}
.videos-carousel__item-play-button:hover {
    opacity: .8;
}
.flipster__item--current .videos-carousel__item-play-button {
    display: block;
}
.flipster__item--current .videos-carousel__item-video-container + .videos-carousel__item-play-button {
    display: none;
}
.flipster--flat .flipster__item--future .flipster__item__content,
.flipster--flat .flipster__item--past .flipster__item__content {
    transform: scale(.6);
}
.videos-carousel__container {
    padding: 0 100px;
    margin:  0 -100px;
}
.flipster {
    overflow: hidden;
}
.flipster__button--next,
.flipster__button--prev {
    margin-top: -44px;
}
.flipster__button--prev {
    left: -13px;
}
.flipster__button--next {
    right: -13px;
}
.flipster__button svg {
    stroke: none;
    width: 50px;
}
.videos-carousel__container::before,
.videos-carousel__container::after {
    content: '';
    display: block;
    top: 0;
    height: 100%;
    width: 300px;
    position: absolute;
    z-index: 5;
}
.videos-carousel__container::before {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,0) 100%);
}
.videos-carousel__container::after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 50%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 50%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
}

.videos-carousel__item-video-container,
.videos-carousel__item-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: #000000;
}
.videos-carousel .content-button {
    margin-top: 47px;
}


.learn-more {
    margin: 81px 0 0;
    padding: 35px 0 0;
    position: relative;
}
.learn-more::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    background: url(../img/purple-line.png) repeat-x 50% 0;
}
.learn-more__inside {
    background: #490064;
    color: #ffffff;
    text-align: center;
    padding: 46px 0 107px;
}
.learn-more__inside h2 {
    color: inherit;
}
.learn-more-carousel {
    margin: 20px auto 0;
    width: 940px;
}
.learn-more-carousel__item {
    background: #ffffff;
    color: #490064;
    padding: 0 0 12px;
}
.learn-more-carousel__item-thumbnail {
    height: 172px;
    overflow: hidden;
    margin: 0 0 15px;
}
.learn-more-carousel__item-title {
    font-size: 24px;
    line-height: 26px;
    margin: 0 15px 45px;
    font-weight: bold;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.content-button.learn-more-carousel__item-button {
    font-size: 18px;
    text-transform: uppercase;
    padding: 4px 33px;
}
.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 48px;
    height: 81px;
    text-indent: -9999px;
    display: block;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -61px;
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/prev_nc-250618.svg);
    left: -98px;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/next_nc-250618.svg);
    right: -98px;
}

.website-footer,
.how-to-help {
    text-align: center;
    background: #ffcf00;
    position: relative;
    padding: 76px 0 0;
}
.how-to-help {
    padding-bottom: 10px;
}
.website-footer::before,
.how-to-help::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -45px;
    width: 100%;
    height: 775px;
    padding-top: 45px;
    max-height: 100%;
    background: url(../img/footer-bg.png) repeat-x center top;
    background-size: 100% 820px;
}
.how-to-help .container {
    position: relative;
}
.how-to-help__title {
    font-size: 69px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 8px;
}
.how-to-help__subtitle {
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
    color: #490064;
    max-width: 600px;
    margin: 0 auto;
}
.how-to-help__step1 {
    margin: 32px 10px 79px;
    background: #ffffff;
    padding: 24px 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.how-to-help__step1::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    height: 45px;
    background: url(../img/help-bottom.png) no-repeat center bottom;
    background-size: 100% 100%;
}
.how-to-help__step1 h2 {
    line-height: 50px;
    margin: 0 0 8px;
}
.how-to-help__step1 p {
    margin-bottom: 19px;
}
.how-to-help__step2 {
    margin: 0 10px;
}
.how-to-help__step2 p {
    font-style: italic;
    color: #490064;
    font-size: 25px;
    line-height: 30px;
}
.how-to-help__step2 h2 {
    margin-bottom: 1px;
}
.how-to-help__step2 .gfield {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 0 15px;
}
.how-to-help__step2 .gfield input[type="text"],
.how-to-help__step2 .gfield textarea {
    border: none;
}
.how-to-help__step2 .gform_wrapper .field-message .gfield_label {
    display: none;
}
body .how-to-help__step2 .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html,
.how-to-help__step2 .gfield_html {
    font-size: 19px;
    line-height: 24px;
    color: #aaaaaa;
    padding: 6px 60px 6px 57px;
}
.field-to label {
    margin-left: -33px;
    width: 29px;
    display: inline-block;
}
.how-to-help__step2 .gform_wrapper .field-subject .gfield_label {
    line-height: 26px;
    color: #aaaaaa;
    font-weight: normal;
    display: block;
    margin-left: 7px;
}
.gform_wrapper ul.gform_fields li.gfield.field-subject {
    font-size: 20px;
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
}
.gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text {
    margin: 0;
}
.gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input {
    position: absolute;
    left: 105px;
    top: 17px;
    width: 825px;
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-size: 20px;
    color: #000000;
    display: block;
    font-family: Roboto, sans-serif;
}
body .how-to-help__step2 .gform_wrapper ul li.gfield {
    margin-top: 10px;
}
.how-to-help__step2 .gform_wrapper li.gfield.field-message textarea {
    font-size: 18px;
    line-height: 26px;
    padding: 22px 0 22px 10px;
    height: 488px;
    font-family: Roboto, sans-serif;
}
.gform_footer  {
    text-align: center;
}
.gform_footer .content-button {
    padding: 11px 35px 10px;
}
.gform_footer .content-button {
    color: #ffffff;
    cursor: pointer;
    font-size: 26px;
    font-family: Roboto, sans-serif;
}
.gform_footer .content-button::before {
    background: #490064;
}
.gform_footer .content-button:hover,
.gform_footer .content-button:hover::before {
    color: #490064;
    background: #ffffff;
}
.how-to-help__step2 .gform_wrapper .gform_footer {
    margin-top: -5px;
}
.gform_submit_button_container {
    position: relative;
}
.how-to-help__step2 .gform_wrapper .gform_ajax_spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 160px;
}


.how-to-help__contact {
    border: 2px solid #490064;
    padding: 31px 80px 29px;
    margin: -13px 10px 0;
}
.how-to-help__contact h4 {
    margin-bottom: 5px;
}
.how-to-help__contact ul {
    float: left;
    width: 46%;
    text-align: left;
    white-space: nowrap;
}
.how-to-help__contact ul+ul {
    float: right;
}
.how-to-help__contact .content-button {
    font-size: 14px;
    margin-left: 10px;
    padding: 1px 5px 0;
    line-height: 19px;
    vertical-align: 2px;
}
.how-to-help__contact .content-button::before {
    left: -5px;
    right: -5px;
    padding: 0 5px;
}
.how-to-help__contact .content-button,
.how-to-help__contact .content-button::before {
    color: #ffffff;
    background: #490064;
}
.how-to-help__contact .content-button:hover,
.how-to-help__contact .content-button:hover::before {
    color: #490064;
    background: #ffffff;
}
.how-to-help__contact-row {
    font-size: 19px;
    line-height: 34px;
    margin: 0;
    font-weight: bold;
}
.how-to-help__contact-phone {
    margin-top: -12px;
    font-weight: normal;
}
.how-to-help__sample {
    text-align: left;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 22px 25px 5px;
    margin: 45px 10px 15px;
    font-size: 18px;
    line-height: 26px;
}
.how-to-help__sample p {
    margin-bottom: 1.45em;
}

.website-footer {
    padding: 24px 0 0;
    font-weight: 500;
    font-size: 12px;
    color: #490064;
}
.home .website-footer {
    padding-top: 0;
}
.website-footer .container {
    padding: 39px 0 49px;
    position: relative;
}
.home .website-footer::before {
    display: none;
    padding-top: 0;
}
.website-footer__button {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 78px;
}

.page-wrap .a2a_floating_style {
    top: 50%!important;
    margin-top: -100px!important;
    background: #ffffff!important;
    border-radius: 0;
    padding: 0;
    z-index: 999;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
}
.page-wrap .a2a_floating_style::before {
    content: 'SHARE';
    display: block;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    background: #ffcf00;
    color: #490064;
    font-weight: 900;
    padding: 0 6px;
    line-height: 23px;
}
.page-wrap .a2a_floating_style svg path {
    fill: #490064;
}
.page-wrap .a2a_vertical_style a {
    text-align: center;
    padding: 0;
}
.page-wrap .a2a_vertical_style a .a2a_svg {
    margin: 0 auto;
}


.page-main-content {
    min-height: calc(100vh - 550px);
    padding-top: 36px;
    padding-bottom: 170px;
}
.page-main-content .container {
    width: 940px;
}
.gallery img {
    border-color: #fff!important;
}
.gallery .gallery-caption {
    display: none;
}
.gallery-item {
    float: left;
    text-align: center;
    width: 33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.page-main-content .gallery {
    margin: 43px -7px 3px!important;
}
.gallery::after {
    content: '';
    display: block;
    clear: both;
}
.page-main-content .gallery + p {
    font-style: italic;
    font-size: 16px;
    color: #000000;
}
.page-main-content blockquote {
    text-align: center;
    font-size: 23px;
    line-height: 34px;
    font-style: italic;
    font-weight: 500;
    color: #490064;
}
.page-main-content blockquote p {
    margin: 0;
}
.page-main-content ul li {
    padding-left: 35px;
    margin: 8px 0 20px;
    position: relative;
}
.page-main-content ul li ul {
    margin-top: 20px; 
}
.page-main-content ul li::before {
    color: #490064;
    content: "\25cf";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.page-main-content ul li ul li::before {
    color: #490064;
    content: "\2713";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-family: Arial, sans-serif;
}
.page-main-content p + h2 {
    margin-top: 107px;
}
.page-main-content h2 {
    margin-top: 54px;
}
.page-main-content #gallery-2 {
    margin-top: 13px!important;
}
.website-footer__button.content-button,
.website-footer__button.content-button::before {
    color: #ffffff;
    background: #490064;
}
.website-footer__button.content-button:hover,
.website-footer__button.content-button:hover::before {
    color: #490064;
    background: #ffffff;
}

.page-wrap {
    width: 100%;
    overflow: hidden;
}


@media screen and (max-width: 979px) {
    .page-main-content .container,
    .container {
        width: auto;
        margin: 0 10px;
    }
    .learn-more-carousel {
        width: auto;
        margin: 0 70px;
    }
    .flipster__button--prev {
        left: 65px;
    }
    .flipster__button--next {
        right: 65px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -72px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -72px;
    }
    .gform_wrapper ul.gform_fields li.gfield.field-subject {
        overflow: hidden;
    }
    .gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input {
        width: calc(100% - 125px);
    }
    .how-to-help__step2 .gform_wrapper li.gfield.field-message textarea {
        height: 520px;
    }
    .how-to-help__contact ul + ul,
    .how-to-help__contact ul {
        float: none;
        width: auto;
        max-width: 300px;
        margin: 0 auto;
    }
    .home-main-content img,
    .home-main-content img.alignleft,
    .home-main-content img.alignright,
    .home-main-content figure {
        display: inline-block;
        float: none;
    }
    .home-main-content h2 {
        margin-left: 0;
        margin-right: 0;
    }
    .home-main-content h4 {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
    .home-danger-signs {
        text-align: center;
    }
    .home-danger-signs img {
        max-width: 22%;
    }
}
@media screen and (max-width: 767px) {
    html, body {
        font-size: 15px;
        line-height: 1.5333333;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 24px;
    }
    h3,
    h4 {
        font-size: 22px;
    }
    .website-header__menu {
        display: none;
    }
    .home .website-header {
        height: 500px;
    }
    .website-header__logo-link,
    .home .website-header__logo-link {
        width: 290px;
        height: 167px;
    }
    .home .website-header__logo-link {
        margin-top: 18px;
    }
    .website-header__nav {
        height: 43px;
        margin-bottom: 197px;
        position: relative;
        z-index: 10;
    }
    .website-header__title-head {
        font-size: 24px;
        line-height: 28px;
        margin: 18px 20px 17px;
    }
    .website-header__title-head strong {
        font-size: 53px;
        line-height: 47px;
        margin: 10px 0 0;
    }
    .content-button {
        font-size: 18px;
        padding: 8px 10px 7px;
        min-width: 250px;
    }
    .content-button::before {
        padding: 0 5px;
    }
    .content-button::before {
        left: -5px;
    }
    .content-button::after {
        right: -5px;
    }
    .home-main-content {
        padding-top: 32px;
    }
    .home-main-content figure {
        width: 40%;
        margin: 0 4%;
    }
    .home-main-content figure img.alignleft,
    .home-main-content figure img.alignright {
        margin-left: 0;
        margin-right: 0;
    }
    .home-main-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 11px;
    }
    .home-main-content h2 span, 
    .home-main-content h2 strong {
        font-size: 49px;
        line-height: 47px;
    }
    .home-main-content h4 {
        font-size: 22px;
        margin: 14px 25px 9px;
        line-height: 26px;
    }
    .home-main-content .content-button {
        width: 82%;
    }
    .home-danger-signs {
        margin: 32px 0 27px;
    }
    .videos-carousel {
        margin-top: 44px;
    }
    .videos-carousel__title {
        margin-bottom: 16px;
    }
    .videos-carousel__container::before,
    .videos-carousel__container::after {
        display: none;
    }
    .videos-carousel__item-content {
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .videos-carousel__item-play-button {
        display: block;
        background-size: 70px auto;
    }
    .videos-carousel__title {
        font-size: 36px;
    }
    .videos-carousel__title::before, 
    .videos-carousel__title::after {
        width: 109px;
        vertical-align: 0;
    }
    .videos-carousel__title::before, 
    .videos-carousel__title::after {
        margin: 0 10px;
    }
    .videos-carousel__title::before {
        margin-left: -50px;
    } 
    .videos-carousel__title::after {
        margin-right: -50px;
    }
    .videos-carousel__container {
        padding: 0;
        margin: 0 5px;
    }
    .videos-carousel__item {
        margin: 0 0 20px;
        height: 0;
        padding-top: 65.25%;
        position: relative;
    }
    .videos-carousel .content-button {
        margin-top: 0;
    }
    .learn-more {
        margin: 60px 0 0;
        padding: 18px 0 0;
    }
    .learn-more::before {
        height: 26px;
        background-size: auto 100%;
    }
    .learn-more__inside {
        padding: 28px 0 54px;
    }
    .learn-more-carousel {
        margin: 10px auto 0;
        max-width: 300px;
    }
    .learn-more__inside h2 {
        font-size: 36px;
    }
    .content-button.learn-more-carousel__item-button {
        min-width: 60px;
    }
    .website-footer::before, 
    .how-to-help::before {
        background-size: auto 820px;
    }
    .website-footer,
    .how-to-help {
        padding-top: 54px;
    }
    .how-to-help__title {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 5px;
    }
    .how-to-help__subtitle {
        font-size: 20px;
        line-height: 26px;
        margin: 0 14px;
    }
    .how-to-help__step1 {
        margin: 25px 5px 73px;
        padding: 18px 25px;
    }
    .how-to-help__step1 h2 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    .how-to-help__step1 .content-button {
        margin: -6px 0 0;
        min-width: 200px;
    }
    .how-to-help__step1::after {
        background-size: auto 100%;
    }
    .how-to-help__step2 {
        margin: 0 5px;
    }
    .how-to-help__step2 h2 {
        font-size: 36px;
        line-height: 40px;
    }
    body .how-to-help__step2 .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html, 
    .how-to-help__step2 .gfield_html {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 13px 5px 13px 41px;
    }
    .how-to-help__step2 .gfield_html br {
        display: none;
    }
    .gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    .gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input,
    .gform_wrapper ul.gform_fields li.gfield.field-subject {
        font-size: 15px;
        line-height: 26px;
    }
    .gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
    .gform_wrapper ul.gform_fields li.gfield.field-subject .ginput_container_text input {
        left: 77px;
        top: 10px;
        width: calc(100% - 85px);
    }
    .how-to-help__step2 .gform_wrapper li.gfield.field-message textarea {
        font-size: 15px;
        line-height: 23px;
        padding: 15px 4px;
        height: 276px;
    }
    .field-to label {
        margin-left: -26px;
        width: 21px;
    }
    .gform_wrapper ul.gform_fields li.gfield.field-subject {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .how-to-help__step2 .gform_wrapper .field-subject .gfield_label {
        margin-left: 0;
    }
    .gform_footer .content-button {
        font-size: 18px;
        min-width: 95%;
    }
    .how-to-help__contact {
        border: none;
        padding: 0;
        margin: 55px 5px 0;
    }
    .how-to-help__contact h4 {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .how-to-help__contact-row {
        font-size: 15px;
        line-height: 30px;
    }
    .how-to-help__contact .content-button {
        font-size: 12px;
        min-width: 0;
        padding: 0 5px 0;
        line-height: 18px;
        vertical-align: 0;
    }
    .home .website-footer {
        padding-top: 6px;
    }
    .website-footer .container {
        padding-bottom: 19px;
    }

    .website-header {
        height: 380px;
    }
    .website-header__logo {
        position: absolute;
        left: 0;
        top: 54px;
        width: 100%;
    }
    .website-header__logo-link {
        margin-top: 17px;
    }
    .website-header__page-title {
        float: none;
        width: auto;
        margin: 0;
        text-align: center;
        font-size: 53px;
        white-space: nowrap;
        overflow: hidden;
    }
    .website-header__button-container {
        float: none;
        width: auto;
        margin: 0;
        text-align: center;
    }
    .page-main-content {
        padding-top: 4px;
    }
    .page-main-content .container {
        margin: 0 15px;
    }
    .page-main-content blockquote {
        font-size: 16px;
        line-height: 20px;
    }
    .page-main-content ul li ul li {
        margin-left: -30px;
        padding-left: 0;
        text-indent: 60px;
    }
    .page-main-content ul li ul li::before {
        left: -25px;
    }
    .page-main-content .gallery a,
    .page-main-content .gallery img {
        display: block;
    }
    .page-main-content .gallery {
        margin-top: 18px!important;
        margin-bottom: 2px!important;
    }
    .gallery img {
        border:7px solid #ffffff!important;
        box-sizing: border-box;
    }
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item {
        width: 50%!important;
        margin-top: 0!important;
    }
    .gallery-columns-3 .gallery-item:nth-child(2n+1),
    .gallery-columns-4 .gallery-item:nth-child(2n+1) {
        clear: both;
    }
    .gallery-item + br {
        display: none!important;
    }
    .page-main-content .gallery + p {
        font-size: 15px;
    }
    .page-main-content h2 {
        font-size: 36px;
        line-height: 40px;
        margin-top: 40px; 
        margin-left: -5px;
        margin-right: -5px;
    }
    .page-main-content p + h2 {
        margin-top: 32px;
    }
    .page-main-content {
        padding-bottom: 85px;
    }
    .website-footer {
        padding-top: 0;
    }
    .website-footer .container {
        padding-top: 32px;
    }
    .website-footer__button {
        margin-bottom: 25px;
    }

    .website-header__nav .website-header__hamburger-menu {
        display: block;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        font-size: 22px;
        font-weight: bold;
        padding: 3px 0 0;
    }
    .website-header__hamburger-menu-icon {
        width: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        margin-top: -3px;
    }
    .menu-line {
        display: block;
        height: 1px;
        background: #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        margin: 5px 0;
    }
    .website-header__menu {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: auto;
        background: #ffcf00;
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s;
    }
    .main-menu-open .website-header__menu {
        max-height: 250px;
    }
    .website-header__nav .menu-item {
        margin: 0;
        display: block;
    }
    .website-header__nav .menu-item a {
        color: #490064;
    }
    .website-header__nav a:hover {
        color: #ffffff;
    }
    .website-header__nav .menu-item a:hover {
        background: #490064;
        color: #ffffff;
    }

    .how-to-help__sample {
        margin-right: 0;
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 479px) {
    .owl-nav {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 54px;
        margin-top: 15px;
    }
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 54px;
        top: 0;
        margin-top: 0;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 55px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 55px;
    }
}