/*/////////////////////////////////////////////
//// BEGIN: Sell with Rally
/////////////////////////////////////////////*/
body.page-template-page-sell-with-rally .section-download {
	display: none;
}

section header h2 {
	margin-bottom: 25px;
	color: #C6AA68;
	font-size: 32px;
	line-height: 1.2;
}

/* BEGIN: Carousel Pagers */
.carousel_pagers li {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.carousel_pagers .carousel_pagers__left {
	left: 30px;
}

.carousel_pagers .carousel_pagers__right {
	right: 30px;
}

/* BEGIN: Carousel Dots */
.carousel_pagination {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 41.5px 0;
	text-align: center;
	font-size: 6px;
	line-height: 1;
}

.carousel_pagination li {
	display: inline-block;
	margin-right: 5px;
}

.carousel_pagination li a {
	display: block;
	width: 6px;
	height: 6px;
	background: rgba(231,201,131,0.30);
	border-radius: 50%;
}

.carousel_pagination li.active a {
	background: #E7C983;
}

/* BEGIN: Page Header
-----------------------------------*/
.page-header {
	height: 800px;
	max-height: 800px;
	background: #28352E;
	overflow: hidden;
}

.page-header .section-wrapper {
	width: 1160px;
	height: 100%;
	align-items: center;
	align-content: center;
}

.page-header .col-left > *,
.page-header .col-right > * {
	opacity: 0;
}

.page-header .col-left {
	flex-basis: 43%;
}

.page-header .col-left h1 {
	color: #E7C983;
}

.page-header .col-left p {
	margin-bottom: 32px;
	color: #FBF5E5;
	font-size: 20px;
	line-height: 1.4;
}

.page-header .col-left .addbutton {
	margin-top: 0;
}

.page-header .col-right {
	flex-basis: 54.8%;
}

.page-header .col-right .header-image__container {
	position: relative;
    width: 120%;
}

.page-header .col-right .image-container__image--static {
	display: block;
	width: 100%;
	max-width: none;
}

.page-header .col-right .image-container__image-animated {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
    width: 575px;
    max-width: 70%;
	transform: translate(-50%, -50%);
    text-align: center;
}

.page-header .col-right .image-container__image-animated:first-child {
	opacity: 1;
}

/* BEGIN: Features
-----------------------------------*/
.section-features {
	padding: 150px 0 0;
	text-align: center;
}

.section-features header p {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 60px;
}

.section-features ul {
	max-width: 820px;
	margin: 0 auto;
}

.section-features li {
	flex-basis: 33.33%;
	max-width: 260px;
	min-height: 180px;
	padding: 20px;
	background: #28352E;
	text-align: left;
}

.section-features li h3 {
	color: #FBF5E5;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.section-features li h3 span,
.section-features li h3 b,
.section-features li h3 i {
	color: #6ACD98;
	font-weight: 800;
}

/* BEGIN: Examples
-----------------------------------*/
.section-what-examples {
	padding: 150px 0;
	text-align: center;
}

.section-what-examples header p {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.section-examples {
	width: 1160px;
	max-width: 81.45%;
	margin: 0 auto 150px;
	padding: 60px 0 0;
	background: #28352E;
}

.section-examples .section-wrapper {
	max-width: 81.45%;
	max-width: 100%;
}

.section-examples h2 {
	margin-bottom: 60px;
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-align: center;
}

.section-examples .carousel {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

.section-examples .carousel .asset-slide {
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.section-examples .carousel .asset-slide:first-child {
	display: block;
}

.section-examples .carousel .asset-slide.active,
.section-examples .carousel .asset-slide:first-child {
	opacity: 1;
	display: block;
	position: relative;
	z-index: 1;
}

.section-examples .carousel .asset-slide:first-child  {
	display: block;
	opacity: 0;
}

.section-examples .carousel li .image-container {
	flex-basis: 62%;
	max-width: 570px;
}

.section-examples .carousel li .image-container img {
	border: 5px solid #fff;
}

.section-examples .carousel li .content-container {
	flex-basis: 32%;
	max-width: 290px;
}

.section-examples .carousel li .content-container h3,
.section-examples .carousel li .content-container h3 a {
	margin-bottom: 30px;
	color: #FBF5E5;
	font-size: 24px;
	line-height: 1.15;
}

.section-examples .carousel li .content-container li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(251, 245, 229, 0.3);
}

.section-examples .carousel li .content-container .statistics__detail {
	display: block;
	margin: 0 0 5px;
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 0.7px;
	line-height: 1;
}

.section-examples .carousel li .content-container .statistics__name {
	display: block;
	color: #FBF5E5;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* BEGIN: Carousel Dots */
.section-examples .carousel .carousel_pagination {
	padding: 41.5px 0;
}

/* BEGIN: How Does It Work
-----------------------------------*/
.section-how-it-works {
	padding: 180px 0 160px;
	background: #E7C983;
	text-align: center;
}

.section-how-it-works .section-wrapper {
	max-width: 1160px;
}

.section-how-it-works h2 {
	margin-bottom: 70px;
	color: #28352E;
}

.section-how-it-works ul {
	position: relative;
}

.section-how-it-works ul:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 50%;
	width: 75%;
	max-width: 820px;
	height: 1px;
	background: #C6AA68;
	transform: translateX(-50%);
}

.section-how-it-works li {
	flex-basis: 28%;
	z-index: 1;
}

.section-how-it-works li h3 {
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	padding: 0;
	justify-content: center;
	align-content: center;
	font-size: 24px;
	line-height: 1;
	position: relative;
}

/*
.section-how-it-works li:first-child h3 {
	border: 6px solid #6ACD98;
}
*/

.section-how-it-works li h3 span {
	display: block;
	margin-top: 4px;
	position: relative;
}

@keyframes circle_radiate {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes circle_radiate {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	60% {
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.circle__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.circle {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 6px solid transparent;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

.circle--active .circle:nth-child(1) {
	animation-name: circle_radiate;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-name: circle_radiate;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	background-color: #6ACD98;
}

/* BEGIN: Testimonials
-----------------------------------*/
.section-testimonials {
	padding: 120px 0 0;
	background: #28352E;
}

.section-testimonials .section-wrapper {
	position: static;
	max-width: 100%;
}

.section-testimonials h2 {
	margin-bottom: 75px;
	color: #E7C983;
	font-family: interstate-condensed, sans-serif;
	font-size: 28px;
	font-weight: 100;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-align: center;
}

.section-testimonials .carousel {
	width: 1160px;
	max-width: 87.75%;
	margin: 0 auto;
	overflow: hidden;
}

.section-testimonials .carousel .carousel_wrapper {
	/* STUB */
}

.section-testimonials .carousel .testimonial-slide {
	position: absolute;
	top: 0;
	width: 50%;
	padding: 0 2.5%;
}

.section-testimonials .carousel .testimonial-slide:first-child {
	position: relative;
}

.section-testimonials .carousel li .testimonial-text {
	margin-bottom: 30px;
}

.section-testimonials .carousel li .testimonial-text p {
	color: #FBF5E5;
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
}

.section-testimonials .carousel li .testimonial-author {
	color: #FBF5E5;
}

.section-testimonials .carousel li .testimonial-author--logo {
	text-align: center;
}

.section-testimonials .carousel li .testimonial-author--logo img {
	max-height: 30px;
	width: auto;
}

.section-testimonials .carousel li .testimonial-author--full {
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.5;
}

.section-testimonials .carousel li .testimonial-author--full img {
	width: 50px;
	height: 50px;
	margin-right: 20px;
	border-radius: 50%;
	vertical-align: middle;
}

.section-testimonials .carousel li .testimonial-author--full img[src=""] {
	background: #C6AA68;
	border: 0;
	outline: none;
	text-indent: -999px;
}

.section-testimonials .carousel li .testimonial-author h3 {
	color: #FBF5E5;
	font-family: sweet-sans-pro, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.section-testimonials .carousel li .testimonial-author p {
	margin-bottom: 0;
}

/* BEGIN: Carousel Dots */
.section-testimonials .carousel .carousel_pagination {
	padding: 96.5px 0;
}

/* BEGIN: FAQ
-----------------------------------*/
.section-faq {
	padding: 155px 0 180px;
}

.section-faq header {
	margin-bottom: 45px;
	text-align: center;
}

/* guess we can move to styles.css */
.faq-tabs {
	max-width: 700px;
	margin: 0 auto;
}

.faq-tabs .tab {
	width: 100%;
	overflow: hidden;
}

.faq-tabs h2 {
	margin-bottom: 0;
	border-bottom: 1px solid #E1DAC7;
	cursor: pointer;
	color: #28352E;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2.9;
}

.faq-tabs .tab-header .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em 0;
	cursor: pointer;
}

.faq-tabs .tab-header .tab-label::after {
	content: "+";
	width: 1em;
	height: 1em;
	color: #C6AA68;
	text-align: center;
	transition: all 0.35s;
}

.faq-tabs .tab-content {
	max-height: 0;
}

.faq-tabs .tab-content > ul > li {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	padding: 23px 0 25px;
	border-bottom: 1px solid #E1DAC7;
}

.faq-tabs .tab-content li h3 {
	font-size: 18px;
	line-height: 1.35;
}

.faq-tabs .tab-content li p {
	margin-bottom: 24px;
}

.faq-tabs .tab-content li p:last-child {
	margin-bottom: 0;
}

.faq-tabs .tab-content li p a {
	color: #6ACD98;
	font-weight: 800;
}

.faq-tabs .tab-content li p strong {
	font-weight: 800;
}

.faq-tabs .tab-content li .section-content ul {
	padding-left: 2px;
	column-count: 2;
	list-style: inside disc;
}

.faq-tabs input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.faq-tabs input:checked + .tab-label {
	background: #1a252f;
}

.faq-tabs input:checked + .tab-label::after,
.faq-tabs .tab.active .tab-header .tab-label::after {
	content: "-";
}

.faq-tabs input:checked ~ .tab-content {
	max-height: 100vh;
}

/* BEGIN: Conclusion
-----------------------------------*/
.section-list-on-rally {
	padding: 125px 0 95px;
	background: #E7C983;
}

.section-list-on-rally header {
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: center;
}

.section-list-on-rally h2 {
	color: #28352E;
	font-size: 30px;
	letter-spacing: 0;
}

/*/////////////////////////////////////////////
//// BEGIN: Popup Form
/////////////////////////////////////////////*/
.popup-form {
	display: none;
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0,0,0,0.6);
	overflow: scroll;
	z-index: 9999;
}

.popup-form .form-container {
	max-width: 800px;
	margin: 10% auto;
	padding: 40px;
	background-color: #FBF5E5;
}

.popup-form .close {
	position: relative;
	top: 0;
	float: right;
	cursor: pointer;
}

/* BEGIN: Sell Form */
.popup-form h3 span {
	color: #C6AA68;
}

.popup-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 14px;
	font-weight: 400;
}

.popup-form input[type='text'],
.popup-form input[type='email'],
.popup-form input[type='tel'],
.popup-form select,
.popup-form textarea {
	background-color: #FBF5E5;
	border: 1px solid #E1D6B9;
	border-radius: 0;
	color: #28352E;
	font-family: sweet-sans-pro, sans-serif;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.popup-form input[type='file'] {
	border: none;
}

.popup-form .gform_wrapper .gform_fileupload_multifile button {
	background: transparent;
	border: 0;
	font-family: sweet-sans-pro, sans-serif;
	font-size: 14px;
	color: #6ACD98;
	letter-spacing: 0;
}

.popup-form .gform_wrapper .gform_fileupload_multifile button:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url('../svg/icon_paperclip.svg') no-repeat left center / 18px transparent;
	vertical-align: bottom;
}

.popup-form .gform_wrapper .gform_page_footer,
.popup-form .gform_confirmation_wrapper {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
}

.popup-form .gform_wrapper .gform_page_footer input,
.popup-form .gform_wrapper .gform_page_footer button {
	display: inline-block;
	position: relative;
	margin: 10px 0 0;
	padding: 14px 140px;
	background: #6ACD98;
	border: 1px solid #6ACD98;
	border-radius: 0;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	color: #fff;
	font-family: sweet-sans-pro, sans-serif;
	font-size: 12px;
	/* font-size: 0.85vw; */
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.popup-form .gform_wrapper .gform_page_footer input.gform_previous_button,
.popup-form .gform_wrapper .gform_page_footer button.gform_previous_button {
	background: transparent;
	color: #6ACD98;
}

.popup-form .gform_wrapper.gravity-theme .gform_page_footer input+input {
	margin-left: 0;
}

.popup-form .gform_wrapper .gform_page_footer input:only-child,
.popup-form .gform_wrapper .gform_page_footer button:only-child {
	margin-left: auto;
}

.popup-form .gform_wrapper select {
	background: url('../svg/arrow_dropdown.svg') no-repeat 98% center / 10px transparent;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.popup-form .gform_confirmation_wrapper {
	height: 400px;
	align-content: center;
}

#gform_confirmation_message_3 {
	max-width: 320px;
	margin: 0 auto;
	padding: 3rem 0;
	color: #28352E;
	font-family: termina, sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: Hovers
-----------------------------------*/
@media screen and (min-width: 961px) {

	.faq-tabs .tab-header .tab-label:hover {
		background: rgba(255,255,255,0.7);
	}

	.popup-form .gform_wrapper .gform_page_footer input[type='button']:hover,
	.popup-form .gform_wrapper .gform_page_footer input[type='submit']:hover,
	.popup-form .gform_wrapper .gform_page_footer button:hover,
	.popup-form .gform_wrapper .gform_page_footer input[type='button'].gform_previous_button:hover,
	.popup-form .gform_wrapper .gform_page_footer input[type='submit'].gform_previous_button:hover,
	.popup-form .gform_wrapper .gform_page_footer button.gform_previous_button:hover {
		background: #4AB77D;
		border: 1px solid #4AB77D;
		color: #fff;
	}
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 1250px) {

	.section-examples .carousel {
		width: 100%;
		max-width: 85%;
	}
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 1024px) {

	.section-examples {
		max-width: 95%;
	}
}

/* BEGIN: iPad / Mobile
-----------------------------------*/
@media screen and (max-width: 960px) {

	.page-template-page-sell-with-rally .page-header .image-container {
		text-align: center;
	}

	section header h2 {
		margin-bottom: 4%;
		color: #C6AA68;
		font-size: 6.7vw;
		line-height: 1.08;
	}

	section header p {
		font-size: 4vw;
		line-height: 1.4;
	}

	.carousel_pagers {
		display: none;
	}

	.carousel_pagination li {
		margin-right: 10px;
	}

	/* BEGIN: Page Header
	-----------------------------------*/
	.page-header {
		height: auto;
		max-height: none;
		padding: 15% 0 17%;
		overflow: hidden;
	}

	.page-header .col-left p {
		margin-bottom: 8%;
		font-size: 5vw;
	}

	.page-header .col-right {
		position: relative;
		width: 100%;
		flex-basis: 100%;
	}

	.page-header .col-right img {
		width: auto;
		margin: 16% 0 0 0;
		max-width: 100%;
	}

	.page-header .col-right .header-image__container {
		position: relative;
		width: 100%;
	}

	.page-header .col-right .image-container__image-animated {
		max-width: 90%;
	}

	/* BEGIN: Features
	-----------------------------------*/
	.section-features,
	.section-what-examples {
		text-align: left;
	}

	.section-features {
		padding: 14% 0 0;
	}

	.section-features header p {
		max-width: 100%;
		margin-bottom: 9.5%;
	}

	.section-features li {
		flex-basis: 100%;
		max-width: 100%;
		min-height: auto;
		border-bottom: 1px solid rgba(225,218,199,0.20);
	}

	.section-features li h3 {
		font-size: 5.6vw;
	}

	.section-what-examples {
		padding: 15% 0;
	}

	/* BEGIN: Asset Examples
	-----------------------------------*/
	.section-examples {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 8% 0 0;
	}

	.section-examples header h2 {
		margin-bottom: 7%;
		font-size: 5.6vw;
	}

	.section-what-examples header p,
	.section-examples .carousel {
		max-width: 100%;
	}

	.section-examples .carousel li .image-container {
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 8%;
	}

	.section-examples .carousel li .image-container img {
		width: 100%;
	}

	.section-examples .carousel li .content-container {
		flex-basis: 100%;
		max-width: 100%;
	}

	.section-examples .carousel li .content-container h3,
	.section-examples .carousel li .content-container h3 a {
		margin-bottom: 6.5%;
		font-size: 5.6vw;
	}

	.section-examples .carousel li .content-container li:not(:last-child) {
		margin-bottom: 7%;
		padding-bottom: 7%;
	}

	.section-examples .carousel li .content-container .statistics__detail {
		font-size: 8.5vw;
	}

	.section-examples .carousel li .content-container .statistics__name {
		font-size: 3vw;
	}

	.section-examples .carousel .carousel_pagination {
		padding: 9.5% 0;
	}

	/* BEGIN: How It Works
	-----------------------------------*/
	.section-how-it-works {
		padding: 14.5% 0 5%;
	}

	.section-how-it-works h2 {
		margin-bottom: 12%;
	}

	.section-how-it-works ul:after {
		display: none;
	}

	.section-how-it-works li {
		flex-basis: 100%;
		margin-bottom: 7%;
	}

	.section-how-it-works li h3 {
		width: 14vw;
		height: 14vw;
		margin: 0 auto 5%;
		padding: 2.5vw 0;
	}

	.section-how-it-works li p {
		font-size: 4vw;
		line-height: 1.4;
	}

	/* BEGIN: Testimonials
	-----------------------------------*/
	.section-testimonials {
		padding: 17% 0 0;
	}

	.section-testimonials h2 {
		margin-bottom: 15%;
		font-size: 5.6vw;
	}

	.section-testimonials .carousel {
		width: 100%;
		max-width: 100%;
	}

	.section-testimonials .carousel .carousel_wrapper {
		width: auto;
	}

	.section-testimonials .carousel .testimonial-slide {
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		transition: opacity 1s;
	}

	.section-testimonials .carousel .testimonial-slide:first-child {
		display: block;
		position: relative;
	}

	.section-testimonials .carousel .testimonial-slide.active {
		opacity: 1;
	}

	.section-testimonials .carousel li .testimonial-text {
		margin-bottom: 8.5%;
	}

	.section-testimonials .carousel li .testimonial-text p {
		font-size: 5vw;
	}

	.section-testimonials .carousel li .testimonial-author--full {
		width: 70%;
		font-size: 3.4vw;
		line-height: 1.5;
		flex-direction: row;
	}

	.section-testimonials .carousel li .testimonial-author--full img {
		width: 12vw;
		height: 12vw;
	}

	.section-testimonials .carousel li .testimonial-author h3,
	.section-testimonials .carousel li .testimonial-author p {
		font-size: 3.4vw;
	}

	.section-testimonials .carousel .carousel_pagination {
		padding: 21% 0 9%;
	}

	/* BEGIN: FAQ
	-----------------------------------*/
	.section-faq {
		padding: 17.5% 0 17%;
	}

	.section-faq header {
		margin-bottom: 0;
		text-align: left;
	}

	.faq-tabs {
		max-width: 100%;
	}

	.faq-tabs .tab-header {
		font-size: 4.5vw;
		line-height: 1.45;
	}

	.faq-tabs .tab-header .tab-label {
		padding: 1.25em 0 1em;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.faq-tabs .tab-content > ul > li {
		padding: 24px 0;
		border-bottom: 0;
	}

	.faq-tabs .tab-content li p,
	.faq-tabs .tab-content li .section-content ul li {
		font-size: 4.5vw;
		line-height: 1.45;
	}

	.faq-tabs .tab-content li .section-content ul {
		column-count: 1;
	}

	.faq-tabs .tab-content li .section-content ul li {
		margin-bottom: 2%;
	}

	.faq-tabs input:checked ~ .tab-content {
		border-bottom: 1px solid #E1DAC7;
	}

	/* BEGIN: Conclusion
	-----------------------------------*/
	.section-list-on-rally {
		padding: 23% 0 14%;
	}

	.section-list-on-rally h2 {
		margin-bottom: 5.5%;
		font-size: 6.7vw;
		line-height: 1.17;
	}

	.popup-form .section-wrapper {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		align-content: center;
		height: 100%;
	}

	.section-list-on-rally .addbutton,
	.popup-form .gform_wrapper .gform_page_footer input,
	.popup-form .gform_wrapper .gform_page_footer button {
		width: 100%;
		padding: 14px 40px;
	}

	.popup-form .form-container {
		margin: 0;
		padding: 20px;
	}

	#gform_page_3_2 {
		padding-bottom: 40px;
	}

	.popup-form .gform_wrapper.gravity-theme .gform_page_footer {
		padding: 16px 0 55px;
	}
}

/* BEGIN: Mobile
-----------------------------------*/
@media screen and (max-width: 767px) {
}
/* FIN */