@font-face {
    font-family: 'bringshoot';
    src: url("../fonts/Bringshoot.otf") format("otf"),
        url("../fonts/Bringshoot.ttf") format("truetype"),
        url('../fonts/bringshoot.woff2') format('woff2'),
        url('../fonts/bringshoot.woff') format('woff');
}

.bold {
    font-weight: 600;
}

.display--none {
    display:none;
}

.italic {
    font-style: italic;
}

.svg-icon-container {
    height: 0;
    position: absolute;
}

.slick *:focus {
    outline: none;
}

.font--primary {
    font-family: "Lato", sans-serif;
}

.font--secondary {
    font-family: "Kalam", serif;
}

.font--tertiary {
    font-family: "bringshoot", cursive;
}

.font--zeroHalf {
    font-size: 0.5rem;
}

.font--one {
    font-size: 1rem;
}

.font--oneHalf {
    font-size: 1.5rem;
}

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

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

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

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

.color--primary {
    color: #297aaa;
}

.color--secondary {
    color: #ce3334;
}

.color--tertiary {
    color: #10743b;
}

.background--primary {
    background: #297aaa;
}

.background--secondary {
    background: #ce3334;
}

.background--tertiary {
    background: #10743b;
}

.flex-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flex-container iframe,
.flex-container object,
.flex-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
h1 {
  font-family: "bringshoot", cursive;
}
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Kalam", serif;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #297aaa;
    line-height: normal;
}

p {
    font-family: "Lato", sans-serif;
}

body {
    font-family: "Lato", sans-serif;
    color: #333;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

a {
    color: #297aaa;
}

a:hover {
    color: #4ca1d4;
}

.btn {
    color: #FFF;
    background: #297aaa;
    display: inline-block;
    padding: 0.75rem 0.75rem;
    position: relative;
    line-height: 1;
}

.btn:hover {
    background: #3796cf;
    color: #FFF;
}

.btn:focus {
    background: #3796cf;
    color: #FFF;
}

.btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 10%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    z-index: -1;
}

.btn--wide {
    padding: 0.75rem 3rem;
}

.btn--large {
    padding: 0.75rem 3rem;
}

.btn--primary {
    background: #297aaa;
}

.btn--primary:hover,
.btn--primary:focus {
    background: #3796cf;
}

.btn--secondary {
    background: #ce3334;
}

.btn--secondary:hover,
.btn--secondary:focus {
    background: #d85c5d;
}

.btn--tertiary {
    background: #10743b;
}

.btn--tertiary:hover,
.btn--tertiary:focus {
    background: #16a152;
}

.btn--ghost {
    border: 1px solid #297aaa;
    color: #297aaa;
    background: transparent;
}

.btn--ghost:after {
    display: none;
}

.btn--ghost:hover {
    background: #297aaa;
    color: #FFF;
}

.btn--ghost--secondary {
    border: 1px solid #ce3334;
    color: #ce3334;
    background: transparent;
}

.btn--ghost--secondary:hover {
    background: #ce3334;
    color: #FFF;
}

hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, rgba(140, 139, 139, 0) 0%, #8c8b8b 50%, rgba(140, 139, 139, 0) 100%);
}

ul:not([class]) {
    list-style: none;
}

ul:not([class]) li {
    position: relative;
}

ul:not([class]) li:before {
    position: absolute;
    left: -1rem;
    content: '\2022';
    color: #297aaa;
}

blockquote {
    border-left: 1px solid #89c1e3;
}


/* Forms */

.row form .row {
    margin: 0 auto;
}

form ul li:before {
    display: none;
}

.contact-form .formElements .row>ul>li fieldset {
    padding: 0;
}

.contact-form .formElements .row>ul>li fieldset legend {
    margin: 0;
    padding: 0;
    display: none;
}

.contact-form .formElements .row>ul>li fieldset legend label {
    display: none;
}

.contact-form form #row-0 li input {
    margin: 0;
}

.contact-form form li {
    padding: 0;
}

.contact-form .formElements .row>ul>li fieldset {
    width: 100%;
}

/*
.contact-form {
    width: 50%;
}
*/

.contact-form ul,
.contact-form li {
    width: 100%;
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
    margin: 0 0.5rem 1rem 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header__number {
    margin: 0;
    font-weight: 600;
}

.nav {
    z-index: 1;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140%;
    top: 0;
    left: 0;
    background-size: inherit;
    background: linear-gradient(to bottom, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}

.nav__wrapper {
    max-width: 82rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.logo {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.logo__image {
    width: 90%;
    padding: 1rem 0 0 0;
    margin: 0 auto;
}

.logo__wrapper {
    position: relative;
}

.menu {
    position: absolute;
    top: calc(100% - 2rem);
    left: 0;
    width: 100%;
    z-index: 0;
}

.menuButton__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ribbon {
    background: #ce3334;
    height: auto;
    position: relative;
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
    max-width: 5.625rem;
    text-align: center;
    z-index: 1;
    transition: all 0.4s ease-out;
}

.ribbon:hover {
    padding-top: 1rem;
    height: auto;
}

.ribbon__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140%;
}

.ribbon img {
    width: 80%;
    margin: 1rem 0 0 0;
}

.ribbon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #ce3334;
    font-size: 0;
    line-height: 0;
    z-index: -1;
}

.ribbon:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-right: 0px solid transparent;
    border-left: 50px solid transparent;
    border-top: 40px solid #ce3334;
    font-size: 0;
    line-height: 0;
    z-index: -1;
}

.ribbon__wrapper {
    position: relative;
}

.hero {
    position: relative;
}

.hero--interior {
    padding-top: 6rem;
}

.hero--interior img {
    width: 100%;
}

.hero__slider {
    padding: 3rem 0 0 0;
}

.hero__slider__image {
    width: 100%;
}

.footer {
    position: relative;
    margin: 4rem 0 0 0;
}

.footer__top {
    background: linear-gradient(to right, #b8daef 0%, #badbf0 45%, #c8e8fa 70%);
}

.footer:before {
    content: "";
    position: absolute;
    background: url("../images/footer-top.png") no-repeat center center;
    width: 100%;
    height: 90px;
    top: -5rem;
    z-index: -1;
}

.bbb-image {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 639px){
    .bbb-image {

        max-width: 60%;
        max-height:60%;
    }
}

.footer__logo {
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    width: 150px;
    height: auto;
}

.footer__logo__wrapper {
    text-align: center;
}

.footer__address {
    text-align: left;
    line-height: 1.4;
    margin: 1rem 0 2rem 0;
}

.footer__address__name {
    color: #297aaa;
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.footer__address__text {
    margin: 0;
    line-height: 1.4;
}

.footer__address__number {
    line-height: 1.4;
    margin: 0.25rem 0;
    font-weight: 600;
}

.footer__bottom {
    text-align: center;
    padding: 2rem 0;
}

.footer__copyright {
    margin: 0;
    line-height: 1.4;
}

.footer__captiva {
    margin: 0;
    line-height: 1.4;
}

.social {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.social__item {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem 0;
    text-align: center;
}

.social__item--facebook {
    background: url("../images/facebook-bg.png") no-repeat center center;
}

.social__item--twitter {
    background: url("../images/twitter-bg.png") no-repeat center center;
}

.social__item--youtube {
    background: url("../images/youtube-bg.png") no-repeat center center;
}

.social__item--instagram {
    background: url("../images/instagram-bg.png") no-repeat center center;
}

.social__icon {
    fill: #FFF;
    width: 30px;
    height: 30px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}

.content {
    padding: 2rem 0;
}

.content--home {
    text-align: center;
    font-size: 0.875rem;
}

.content--interior {
    font-size: 1rem;
}

.title {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-size: 2rem;
}

.title--home {
    font-family: "bringshoot", cursive;
}

.title--primary {
    color: #297aaa;
    font-size: 2rem;
}

.title--interior {
    text-align: left;
    padding-left: 0.5rem;
}

.card {
    background: #FFF;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    padding: 0.5rem 0;
    margin: 1rem 0;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 40px, #f6d7d8 40px, #f6d7d8 42px, transparent 42px), linear-gradient(#dcecf6 0.1em, transparent 0.1em);
    background-size: 100% 1.2em;
}

.card:before {
    content: "";
    background: url(../images/paper-waves.png) repeat-x center center;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 12px;
}

.card:after {
    content: "";
    background: url(../images/paper-waves.png) repeat-x center center;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 12px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card__title,
.card__title--image {
    text-align: center;
}

.card__title--image {
    color: #333;
    line-height: 1.25;
}

.card__content {
    padding: 0 0.75rem;
}

.card__link {
    text-align: center;
    display: block;
    color: #ce3334;
    font-weight: 600;
}

.card__media {
    margin-bottom: 1rem;
    overflow: hidden;
    max-height: 250px;
}

.card--image {
    padding: 0 0 1rem 0;
}
.content-block {
    position:relative;
    margin:2rem 0;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);     
}
.content-block-header {
    background:#ce3334;
    text-align:center;
}
.content-block-title {
    color:#fff;
    padding:0.875rem 0.5rem;
}
.content-block-content {
    text-align:center;
    padding:1.5rem 0 1rem;
}
.content-block-address {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    display:inline-block;
}
.content-block-address:before {
    position:absolute;
    left:-2.813rem;
    top:0.250rem;
    width:27px;
    height:40px;
    content:url(../images/icon-map-pin-red.png);
}
.content-block-footer {
}
.content-block-phone,
.content-block-fax {
    font-weight:bold;
}
.content-block-phone-link,
.content-block-fax-link {
    font-weight:normal;
    color:inherit;
}

.card--image:before {
    display: none;
}

.news {
    margin: 1rem auto;
    padding: 0 0.5rem;
}

.news__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news__list li {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-left: 2.25rem;
}

.news__list li:last-child {
    margin-bottom: 1rem;
}

.newsArticlesDate {
    display: inline-block;
    position: absolute;
    top: -1rem;
    left: -1.5rem;
    background: #ce3334;
    color: #FFF;
    padding: 0.75rem 1rem;
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
    font-family: "Kalam", serif;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
}

.newsArticlesDate:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    border-right: 6px solid #a62829;
    border-top: 3px solid #a62829;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    width: 0;
}

.news__container:nth-of-type(2) .newsArticlesDate {
    background: #297aaa;
}

.news__container:nth-of-type(2) .newsArticlesDate:before {
    border-right: 6px solid #1f5d81;
    border-top: 3px solid #1f5d81;
}

.pageHeader {
    padding-left: 4rem;
    text-align: left;
    display: block;
    font-family: "Kalam", serif;
    color: #333;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.shortDescription {
    text-align: left;
    margin-bottom: 0.5rem;
}

.readMore {
    position: absolute;
    bottom: 0;
    left: 2rem;
    color: #ce3334;
    font-weight: 600;
}

.stories__slider {
    position: relative;
    margin: 1rem 0 0 0;
}

.stories__slider .slick-list {
    padding-bottom: 1rem;
}

.stories__slider img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.stories__slider li {
    margin: 0 0.5rem;
    background: #FFF;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    padding: 0;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 40px, #f6d7d8 40px, #f6d7d8 42px, transparent 42px), linear-gradient(#dcecf6 0.1em, transparent 0.1em);
    background-size: 100% 1.2em;
    padding: 0 0 2.5rem 0;
}

.stories__slider li:after {
    content: "";
    background: url(../images/paper-waves.png) repeat-x center center;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.stories__slider .pageHeader {
    color: #333;
    line-height: 1.25;
    text-align: center;
    font-size: 1.5rem;
    padding: 0 2rem;
    margin: 1rem 0;
}

.stories__slider .readMore {
    text-align: center;
    position: absolute;
    left: 0;
    margin: 0.5rem auto;
    right: 0;
    bottom: 0;
}

.stories__slider .shortDescription {
    margin: 0 3rem;
}

.stories__slide {
    padding: 0 0.5rem;
}

.young__image {
    text-align: center;
    padding: 0 0 4rem 0;
}

.young__image img {
    height: 180px;
}

.programs {
    background: #e7f2c0;
    padding: 0rem 0;
    position: relative;
    margin: 4rem 0 25rem 0;
}

.programs:before {
    content: "";
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 170px;
    background: url(../images/programs-bg-small-top.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.programs:after {
    content: "";
    position: absolute;
    bottom: -410px;
    left: 0;
    width: 100%;
    height: 410px;
    background: url(../images/programs-bg-small-bottom.png) no-repeat center bottom;
    z-index: -1;
}

.programs__wrapper {
    padding: 0;
}

.programs__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    z-index: 1;
    margin: 1rem auto;
}

.programs__title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
}

.programs__btn {
    margin-top: auto;
}

.programs__icon {
    height: 100px;
    width: auto;
    margin-bottom: 1rem;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.photos {
    text-align: center;
    background: url("../images/photos-bg.png") no-repeat bottom center;
    background-size: 100%;
}

.photos__title {
    font-size: 3.5rem;
}

.young {
    text-align: center;
    background: url("../images/young-bg.png") no-repeat center 70%;
    background-size: 70%;
}

.young__title {
    font-size: 3.5rem;
}

.video--floating {
    position: relative;
    width: 70%;
    padding-bottom: 35%;
    margin: 4rem auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    overflow: visible;
}

.video--floating:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 150%;
    background: url("../images/floating-bg.png") no-repeat center center;
    background-size: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.slick-slider *:focus {
    outline: none;
}

.arrows__wrapper {
    height: 50px;
    position: absolute;
    top: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    display: none;
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 1rem;
}

.slick-dots li {
    color: transparent;
    height: 10px;
    width: 10px;
    background: #FFF;
    border-radius: 50%;
    margin: 0 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.slick-dots li.slick-active {
    background: #ce3334;
}

.newsRow .title {
    font-size: 1rem;
    text-align: left;
}
/*---> Forms Update 11-22-19 <---*/
form {
    margin: 1rem 0;
}
label,
fieldset legend {
	font-size:0.875rem;
    font-weight: 400 !important;
    line-height: 1;
	color: #606060;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form textarea,
form select,
select {
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin:0;
    color:#333;
}/* 
form select,
select {
	line-height: 1;
	padding: 0.250rem 0rem 0.250rem 0.688rem;
	background-image: url(../images/icon-select-caret.svg);
	background-position: calc(100% - 0.5rem) center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}*/
form input[type=radio],
form input[type=checkbox] {
	margin:0 0.313rem 0.250rem 0;
}
input[type="submit"],
#paymentForm input[type="submit"] {
    color: #FFF;
    background: #297aaa;
    display: inline-block;
    padding: 0.75rem 2.2rem;
    position: relative;
    line-height: 1;
    border: none;
    border-radius: 0 !important;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    margin-top: 30px !important;
}

input[type="submit"]:after,
#paymentForm input[type="submit"]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 10%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 75%);
    z-index: -1;
}

input[type="submit"]:hover,
#paymentForm input[type="submit"]:hover {
    background: #3796cf;
}

.pageBack {
    background: #10743b;
    padding: .75rem .75rem;
    color: #fff;
    position: relative;
}

.pageBack:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 10%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 75%);
    z-index: -1;
}

.pageBack:hover {
    background: #16a152;
    color: #fff;
}

.pageBack:focus, .pageNext:focus {
    color: #fff;
}

.pageNext {
    background: #297aaa;
    color: #fff;
    padding: .75rem .75rem;
    position: relative;
}

.pageNext:hover {
    background: #3796cf;
    color: #fff;
}

.pageNext:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 10%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 75%);
    z-index: -1;
}

#errors {
    margin-top: 25px;
}

form ul li {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 0.875rem 0 !important;
	padding:0 !important;
	text-indent:0;
}
span label {
	font-size:0.875rem;
    font-weight: 400 !important;
    line-height: 1;
	color: #606060;  
}
form ul li {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 1.563rem 0 !important;
	padding:0 !important;
	text-indent:0;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly],
input:disabled:focus, input[readonly]:focus, textarea:disabled:focus, textarea[readonly]:focus {
    background-color:transparent;
    border:1px solid transparent !important;
    cursor: not-allowed;
    box-shadow:none;
}
.cmForm {
}
.formElements h2 {
    color: #297aaa;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4;
}
.formElements .formRow {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.formElements .formRow > ul {
	width:100%;
	padding:0;
	margin:0;
	display:block;
	margin:0;
}
.formElements .formRow > ul > li.required > label::after,
.formElements .formRow > ul > li.required legend::after {
	font-weight:700;
	font-size:1rem;
	color:#cf152d;
}

.formElements fieldset legend {
    font-weight:400;
    color:#333;
    font-size:1rem;
    margin-bottom: 0.5rem;
}

#text-221 label {
    margin-bottom:0.5rem;
}
#text-221 input {
    margin-top: -2rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
div#ecomTotal {
    margin-bottom: 0.5rem;
}
div#ecomTotal input {
    margin-top: -2rem;
    width:auto;
}
#payment h3 + label,
div#ecomTotal label {
    text-transform:uppercase;
    font-weight:bold !important;
    color:#297aaa;
}
#payment h3 + label {
    margin-bottom:0.5rem;
}
#payment h3 + label + label {
    margin-top:1rem;
}
#paymentForm input[type="checkbox"] {
    padding:0;
    margin: 5px 3px 0 0
}
#paymentForm input[type="checkbox"] + br + label {
    margin-top:1rem;
}
#paymentForm input {
    padding:0.5rem;    
}
#paymentForm select {
    padding:0.5rem 1.5rem 0.5rem 0.5rem;
}
#updateTotalButton {
    color:#ce3334;
    padding:0;
    margin:0 0 1rem 0;
    text-decoration:underline;
}
#updateTotalButton:hover {
    color:#297aaa;
}

#paymentForm {
    width:100%;
}

#paymentForm #billing,
#paymentForm #shipping,
#paymentForm #payment {
    width: 100%;
}

#paymentForm #billing label,
#paymentForm #payment label,
#paymentForm #shipping label {
    text-align: left;
    width: 100%;
}

#text-31433 label {
    margin-bottom:0.5rem;
}
#text-31433 input {
    margin-top: -2rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
#text-9957 label {
    margin-bottom:0.5rem;
}
#text-9957 input {
    margin-top: -2rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
/*
#text-4741 {

}

#text-4741 label {
}
.is-cleared {
    display:block !important;
    width:100% !important;
    clear:both !important;
    margin-bottom:0.5rem !important;
}
#text-4741 input {
    width:calc(50% - 1rem);
    float:left;
    clear:left;
    margin-top: -2rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
}
#text-4741 input:nth-of-type(2) {
    width:25%;
}*/
@media all and (min-width:40rem) { /*- 640px and up -*/
    /*---> Forms [Spacing]  <---*/
	.formElements .formRow ul > li {
		padding-right:0.938rem !important; 
	}
	.formElements .formRow ul > li:only-child {
		width: 100%;
	}
	.formElements .formRow ul > li:last-child,
	.formElements .formRow ul > li:only-child {
		padding-right:0 !important;
	}
	.formElements .formRow ul > li:nth-last-child(n+2):nth-last-child(-n+2):first-child,
	.formElements .formRow ul > li:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ li {
		width: 50%;
	}
	.formElements .formRow ul > li:nth-last-child(n+3):nth-last-child(-n+3):first-child,
	.formElements .formRow ul > li:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ li {
		width: 33.333%;
	}
	.formElements .formRow ul > li:nth-last-child(n+4):nth-last-child(-n+4):first-child,
	.formElements .formRow ul > li:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ li {
		width: 25%;
    }
    #checkbox-31576 span,
    #radio-51517 span {
        width:50%;
        max-width:150px;
        float: left;
    }

}








/*--->  END Forms Update <---*/


















@media all and (min-width: 640px) {
    .nav {
        z-index: 1;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .nav:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 150%;
        top: 0;
        left: 0;
        background: transparent;
        background: url("../images/nav-bg.png") no-repeat bottom center;
        background-size: inherit;
        z-index: -1;
    }

    .nav__wrapper {
        max-width: 82rem;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .logo {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .logo:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -2rem;
        left: 0;
        background: transparent;
        background: url(../images/logo-bg.png) no-repeat bottom center;
        background-size: contain;
        z-index: -1;
    }

    .logo__image {
        width: 85%;
        padding: 1.75rem 1rem 2rem 1rem;
        margin: 0 auto;
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

    .logo__wrapper {
        position: relative;
        margin-right: auto;
    }

    .menu {
        padding-top: 2rem;
        background: #FFF;
    }

    .ribbon {
        background: #ce3334;
        height: 140%;
        position: relative;
        -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.75));
        max-width: 5.625rem;
        text-align: center;
        position: absolute;
        z-index: 1;
        transition: all 0.4s ease-out;
    }

    .ribbon:hover {
        padding-top: 1rem;
        height: calc(140% + 1rem);
    }

    .ribbon__link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 140%;
    }

    .ribbon img {
        width: 80%;
        margin: 0.5rem 0;
    }

    .ribbon:before {
        content: "";
        position: absolute;
        top: calc(100% - 1px);
        left: 0;
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 50px solid transparent;
        border-top: 40px solid #ce3334;
        font-size: 0;
        line-height: 0;
        z-index: -1;
    }

    .ribbon:after {
        content: "";
        position: absolute;
        top: calc(100% - 1px);
        right: 0;
        width: 0;
        height: 0;
        border-right: 0px solid transparent;
        border-left: 50px solid transparent;
        border-top: 40px solid #ce3334;
        font-size: 0;
        line-height: 0;
        z-index: -1;
    }

    .ribbon__wrapper {
        position: relative;
    }

    .hero {
        z-index: 0;
    }

    .hero__slider {
        padding: 0;
    }

    .hero--interior {
        padding-top: 0;
    }

    .title {
        font-size: 3rem;
    }

    .title--primary {
        font-size: 3.75rem;
    }

    .title--interior {
        font-size: 2.5rem;
    }

    /* .title--home{
        text-align: left;
    } */
    .news {
        margin: 2rem auto;
        padding: 6rem 0;
        background: url(../images/news-bg.png) no-repeat center center;
        background-size: contain;
    }

    .newsRow .title {
        font-size: 1rem;
        text-align: left;
    }

    .programs {
        padding: 3rem 0;
        margin: 0;
    }

    .programs__wrapper {
        padding: 4rem 0;
    }

    .programs__container {
        padding-bottom: 1rem;
        margin: 0;
    }

    .stories__wrapper {
        max-width: 70.5rem;
    }

    .stories__slider {
        padding: 0 4.5rem;
    }

    .footer {
        position: relative;
        margin-top: 4rem;
        background: #FFF;
        /* padding: 1rem 0 0 0; */
    }

    .footer--home {
        padding: 0;
    }

    .footer__logo {
        -ms-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem);
    }

    .footer__bottom {
        padding: 0 0 2rem 0;
    }

    .arrows__wrapper {
        display: inherit;
    }


}


/* ----------- iPad 3 and 4 ----------- */


/* Portrait and Landscape */


/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .news {
        padding: 0rem 0.5rem;
        background: #FFF;
    }

    .programs {
        padding: 0;
        margin: 3rem 0;
    }

    .programs__wrapper {
        padding: 0;
    }

    .programs:before {
        background: url(../images/programs-bg-small-top.png) repeat-x center center;
    }

    .programs:after {
        bottom: -140px;
        left: 0;
        width: 100%;
        height: 170px;
        background: url(../images/programs-bg-small-top.png) repeat-x center center;
        z-index: -1;
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .footer__logo {
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }

    .social__icon {
        width: 25px;
        height: 25px;
    }

    .social__item--facebook {
        background-size: 100%;
    }

    .social__item--twitter {
        background-size: 100%;
    }

    .social__item--youtube {
        background-size: 100%;
    }

    .social__item--instagram {
        background-size: 100%;
    }
}


/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .logo__wrapper {
        margin-right: 0;
    }
}

@media all and (min-width: 770px) {
    .logo__image {
        padding: 1rem 3rem 3rem 3rem;
    }

    .menu {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        z-index: inherit;
        padding-top: 0;
        background: transparent;
    }

    .programs {
        background: url("../images/programs-bg.png") no-repeat left center;
        background-size: cover;
        padding: 3rem 0;
        margin: 0;
    }

    .programs:before,
    .programs:after {
        display: none;
    }

    .footer__logo {
        -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem);
    }

    .programs {
        background: url(../images/programs-bg.png) no-repeat 50% center;
        background-size: cover;
        padding: 10rem 0 4rem;
        margin: 0;
        text-align: left;
    }

    .programs__wrapper {
        padding: 1rem 0 4rem 0;
    }
}

.styleGuide h6 small {
    display: block;
    font-size: 80%;
}

.example {
    margin: 25px 0;
    position: relative;
    border: 1px solid #CCC;
    padding: 1.875rem 0.938rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.example:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 75px;
    content: "Example";
    color: #fff;
    background: #ce3334;
    padding: 0.313rem 0.438rem;
    font-size: 0.813rem;
    text-align: center;
}

code {
    background: #F6F6F6;
    overflow: visible;
    padding-left: 5px;
    padding-right: 5px;
}

.code {
    position: relative;
    padding: 1.875rem 0.938rem;
    border: 1px solid #333;
    background: #F6F6F6;
    line-height: 1.4;
    font-size: inherit;
    margin-bottom: 2rem;
}

.code:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 75px;
    content: "Code";
    color: #fff;
    background: #297aaa;
    padding: 0.313rem 0.438rem;
    font-size: 0.813rem;
    text-align: center;
}

.code code {
    background: tranparent;
    padding: 0;
    color: #ce3334;
    border: none;
}

.colors {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.colors .box {
    margin-top: 0.938rem;
    background: #fff;
    border: 1px solid #525252;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.7);
}

.colors .box div {
    width: 100%;
    height: 60px;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
}

.colors .box div h6 {
    color: #fff;
    font-weight: 400;
}

/* New Styles */

.programs {
    margin: 4rem 0 2rem 0;
    text-align: center;
}

.programs:after {
    display: none;
}

@media all and (min-width: 768px) {
    .programs {
        margin: 0;
        text-align: left;
    }

}

.ffc {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.ffc__block {
    box-shadow: -1px 0px 27px 0px rgba(0, 0, 0, 0.18);
    position: relative;
    padding: 2rem 1rem;
    margin: 4rem 2rem;
    background: white;
    text-align: center;
    margin-bottom: 10rem;
}

.ffc__block p {
    font-size: 14px;
}

@media all and (min-width: 768px) {
    .ffc__block {
        padding: 2rem 6rem;
        margin: 4rem 2rem;
    }
}

.ffc__block:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    background: url('../images/ffc-bg.png') no-repeat center center;
    background-size: contain;
    height: 140%;
    width: 140%;
    max-width: 1200px;
}

.ffc__block span {
    z-index: 10;
}

.ffc__photos {
    position: absolute;
    bottom: -8rem;
}

@media all and (min-width: 768px) {
    .ffc__photos {
        bottom: -3rem;
    }
}

.ffc__photos--one {
    left: 0;
    transform: translateX(-65%);

}

@media all and (min-width: 768px) {
    .ffc__photos--one {
        transform: translateX(-50%);
    }
}

.ffc__photos--two {
    right: 0;
    transform: translateX(45%);
}

@media all and (min-width: 768px) {
    .ffc__photos--two {
        transform: translateX(20%);
    }
}

.ffc__logo {
    margin-bottom: 0.5rem;
}

.ffc__title {
    font-size: 47px;
    font-family: "bringshoot", cursive;
    margin: 1rem 0;
}

/* Media */

.media {}

.media__container {
    margin: 1rem 0;
}

.media__title {
    font-size: 4rem;
}

.media__co {}

.media__co__title {
    text-transform: capitalize;
}

.media__co--left {
    padding-right: 1rem;
}

.media__co--right {
    padding-left: 1rem;
}

.media__video,
.media__image {
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
}

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,
.flexible-container object,
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media__co__title {
    color: #ce3334;
}

.media__co p,
.media p {
    font-size: 14px;
}

/* young prof */

.young-pro {
    text-align: center;
    background: #add4eb;
    background: linear-gradient(to right, rgba(173, 212, 235, 1) 0%, rgba(173, 212, 235, 1) 60%, rgba(193, 230, 249, 1) 75%, rgba(193, 230, 249, 1) 100%);
    padding: 0.5rem 0 2rem 0;
    position: relative;
    margin-top: 8rem;
}

.young-pro:before {
    content: '';
    position: absolute;
    top: -6vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/young-pro-bg.png') no-repeat top center;
    background-size: 100%;
    z-index: -1;
}

.young-pro__title {
    font-size: 47px;
    font-family: "bringshoot", cursive;
    color: #ce3334;
}

.young-pro__logo,
.young-pro__photo {
    margin-top: 2rem;
}

.young-pro p {
    font-size: 14px;
}

/* footer */

.footer {
    margin: 0;
}

@media all and (min-width: 640px) {
    .footer {
        margin: 0;
    }
}

.footer:before {
    display: none;
}

/* social */

.social {
    margin-top: 2rem;
}

/* club */

.club {
    position: relative;
    background: white;
    margin: 4rem 0;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 1rem;
}

@media all and (min-width: 640px) {
    .club {
        margin: 8rem 0;
        padding: 1.5rem 2rem;
    }

    .club:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 108%;
        width: 128%;
        transform: translateX(-50%) translateY(-50%);
        background: url(../images/club-bg.png) no-repeat center center;
        background-size: 100% 100%;
        z-index: -1;
    }
}

.title--club {
    font-family: "bringshoot", cursive;
    margin: 1rem 0;
    font-size: 60px;
}

@media all and (min-width: 1024px) {
    .club__expanded-image {
        max-width: 130%;
        width: 130%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .club__expanded-image img {
        width: 100%;
    }
}

.club__subtitle {
    font-family: "bringshoot", cursive;
    color: #ce3334;
    font-size: 60px;
    text-align: center;
    margin: 0.5rem 0;
}

.club__co {
    text-align: center;
    margin: 1rem 0;
}

.club__co__media {
    margin: 0.5rem 0;
}

.club__co__content {
    padding: 0 1rem;
}

.club__co__title {
    margin: 0.5rem 0;
    font-family: "bringshoot", cursive;
    font-size: 43px;
}

.club__co__price {
    margin: 0;
}

.club__co__desc {
    margin-bottom: 2rem;
}

.content--club {
    overflow: hidden;
}








.benefits {
    /* background: #e2efc9; */
    margin-left: -2rem;
    margin-right: -2rem;
    position: relative;
    z-index: 1;
    padding: 2rem;
    margin-top: 3rem;
}

.benefits:before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 0;
    height: calc(100% + 2rem);
    width: 100%;
    background: url('../images/benefits-bg.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.benefits__title {
    font-family: "bringshoot", cursive;
    font-size: 60px;
    text-align: center;
    margin: 0.5rem 0;
}

.benefits__card {
    background: white;
    box-shadow: 0px 25px 20px -20px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 1rem 0;
}

@media all and (min-width: 768px) {
    .benefits__card {
        margin: 0;
        height: 100%;
    }
}

.benefits__card:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 100%;
    width: 100%;
    z-index: -1;
}

.benefits__card--stories:before {
    background: url('../images/benefits-stories.png') no-repeat center center;
    background-size: contain;
}

.benefits__card--access:before {
    background: url('../images/benefits-access.png') no-repeat center center;
    background-size: contain;
}

.benefits__card--keychain:before {
    background: url('../images/benefits-keychain.png') no-repeat center center;
    background-size: contain;
}

.benefits__card--special:before {
    background: url('../images/benefits-special.png') no-repeat center center;
    background-size: contain;
}

.benefits__card__title {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #ce3334;
    font-size: 1rem;
}

.benefits__card p {
    line-height: 1.33;
    font-size: 14px;
}









@media all and (min-width: 1210px) {
    .content--club {
        overflow: visible
    }
}

.club-form {
    padding: 2rem 0 0 0;
}

.club-form__header {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.club-form__ribbon {
    background: #ce3334;
    padding: 0.75rem 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}

.club-form__ribbon p {
    margin: 0;
    line-height: 1;
    color: white;
    text-align: center;
}

.club-form__ribbon:before,
.club-form__ribbon:after {
    content: '';
    position: absolute;
    top: 100%;
}

.club-form__ribbon:before {
    right: 0;
    width: 0;
    height: 0;
    border-right: 1rem solid transparent;
    border-left: 0px solid transparent;
    border-top: 0.5rem solid #6f0f10;
    font-size: 0;
    line-height: 0;
}

.club-form__ribbon:after {
    left: 0;
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 0px solid transparent;
    border-top: 0.5rem solid #6f0f10;
    font-size: 0;
    line-height: 0;
}

@media all and (min-width: 768px) {
    .club-form__header {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .club-form__ribbon {
        background: #ce3334;
        padding: 0.75rem 1.5rem;
        margin-left: -2rem;
        position: relative;
        margin-bottom: 0;
    }

    .club-form__ribbon:before,
    .club-form__ribbon:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

    .club-form__ribbon:before {
        width: 1rem;
        left: -1rem;
        height: 100%;
        background: #ce3334;
        border: 0;
        right: auto;
    }

    .club-form__ribbon:after {
        left: -1rem;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 1rem solid transparent;
        border-right: 0px solid transparent;
        border-top: 0.5rem solid #6f0f10;
        font-size: 0;
        line-height: 0;
    }

    .club-form__ribbon p {
        margin: 0;
        line-height: 1;
        color: white;
        text-align: left;
    }
}

.club-form__logo {
    width: 245px;
    max-width: 245px;
    margin: 0 auto;
}

.club-form__form {}

.club-form__form form {
    margin: 1rem 0;
}

.club-form__form form .currentForm .formElements label {
    position: absolute;
    color: transparent;
    text-indent: -9999px;
}

.club-form__form form .currentForm .formElements input::-webkit-input-placeholder {
    color: #000000;
}

.club-form__form form .currentForm .formElements input::-moz-placeholder {
    color: #000000;
}

.club-form__form form .currentForm .formElements input:-ms-input-placeholder {
    color: #000000;
}

.club-form__form form .currentForm .formElements input:-moz-placeholder {
    color: #000000;
}

.club-form__form form .currentForm .formElements .formRow ul {
    display: flex;
    flex-wrap: wrap;
}

.club-form__form form .currentForm .formElements .formRow ul li {
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 0;
}

.club-form__form form .currentForm .formElements .formRow input {
    margin: 0;
}

.club-form__form form .currentForm .formElements .formRow textarea {
    margin: 0;
}

.club-form__form form .currentForm .formElements .formRow select {
    margin: 0;
}

.club-form__form form .currentForm .formElements #row-1 ul li:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
}

.club-form__form form .currentForm .formElements #row-1 ul li:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
}

.club-form__form form .currentForm .formElements #row-1 ul li:nth-child(4) {
    flex: 0 0 25%;
    max-width: 25%;
}

.club-form__form form .currentForm .formElements #row-3 ul li {
    flex: 0 0 100%;
    max-width: 100%;
}

.club-form__form form .currentForm .formElements #row-4 ul li span {
    float: left;
    margin-right: 1rem;
    width:inherit;
    max-width:inherit;
}


.club-form__form form .currentForm .formElements #row-4 ul li span label {
    position: relative;
    text-indent: 0;
    color: #000000;
}

.club-form__form form .currentForm .formElements #row-5 ul li span label {
    position: relative;
    text-indent: 0;
    color: #000000;
}

.club-form__form form .currentForm input[type="submit"] {
    padding: 0.75rem 3rem;
    margin: 0 auto;
}

@media all and (min-width: 768px) {
    .club-form__form form .currentForm .formElements .formRow ul li {
        float: none;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0.75rem 0.25rem;
    }

    .club-form__form form .currentForm .formElements .formRow ul li:first-child {
        padding-left: 0;
    }

    .club-form__form form .currentForm .formElements .formRow ul li:last-child {
        padding-right: 0;
    }


    .club-form__form form .currentForm .formElements #row-1 ul li:nth-child(2) {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .club-form__form form .currentForm .formElements #row-1 ul li:nth-child(3) {
        flex: 0 0 13%;
        max-width: 13%;
    }

    .club-form__form form .currentForm .formElements #row-1 ul li:nth-child(4) {
        flex: 0 0 13%;
        max-width: 13%;
    }

    /* Billing and Payment */
    .club-form__form form#paymentForm {
        margin: 0 auto;
    }

    .club-form__form form#paymentForm #billing {
        margin: 0 auto;
        width: 600px;
    }

    .club-form__form form#paymentForm #billing {}

    .club-form__form form#paymentForm #billing label {
        float: none;
        text-align: left;
    }






    .club-form__form form#paymentForm #payment {
        margin: 0 auto;
        width: 600px;
    }

    .club-form__form form#paymentForm #payment {}

    .club-form__form form#paymentForm #payment label {
        float: none;
        text-align: left;
        margin: 0;
        width: auto;
    }

    .club-form__form form#paymentForm input[type="submit"] {
        padding: 0.75rem 3rem;
        margin: 1rem auto 0 auto;
    }

}


/* Pop up Modal added 08-16-2019 */

.reveal-overlay {
    background-color: hsla(0, 0%, 0%, .8);
    z-index: 1000;
}

.popup {
    width: 100%;
    max-width: 62.5rem;
    max-width: 51rem;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.popup:focus {
    outline: none;
}

.popup .close-button {
    height: 30px;
    width: 30px;
    background: #cd3334;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

.popup .close-button span {
    color: #fff;
    line-height: 1;
    position: relative;
    top: -3px;
}

.popup img {
    width: 100%;
}






































































