/* New Hope Mobile */

@media only screen and (min-width: 0px) and (max-width: 799px) {

/* Color Values

Black: #000
Dark Gray: #454545
Gray: #646464
Mid Gray: #4b4b4b
Orange: #f26f21
Purple: #7d4199
White: #fff
Yellow: #fff100

*/

/* Fonts */

@font-face {
	font-family: "Helvetica Neue";
	src: url('fonts/helveticaneue.ttf') format('truetype');
}

@font-face {
	font-family: "Helvetica Neue Bold";
	src: url('fonts/helveticaneue_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Helvetica Neue Light";
	src: url('fonts/helveticaneue_light.ttf') format('truetype');
}
	
@font-face {
	font-family: "Hoefler Text Regular";
	src: url('fonts/hoeflertext_regular.otf') format('opentype');
}

@font-face {
	font-family: "Lulo Clean Bold";
	src: url('fonts/luloclean_bold.ttf') format('truetype');
}

@font-face {
	font-family: "Lulo Clean Outline Bold";
	src: url('fonts/luloclean_outlinebold.otf') format('opentype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
}

a, a:active, a:focus, a:link, a:visited, :focus, :visited {
	outline: none;
}

html, body {
    overflow-x: hidden;
}

body { 
	font: normal 14px "Helvetica Neue", arial, sans-serif;
	line-height: 1.5em;
	color: #646464;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

br {
	margin: 0;
	padding: 0;
}

em {
	font: italic 1em "Helvetica Neue", times, serif;
}

h1 {
	font: normal 2em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    color: #7d4199;
	margin: 0 0 5% 0;
	padding: 0;
}

h2 {
	font: normal 1.75em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    color: #7d4199;
	margin: 0 0 5% 0;
	padding: 0;
}

h3 {
	font: normal 1.25em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    color: #646464;
	margin: 0 0 5% 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 1px dotted #7d4199;
	height: 2px;
	margin: 7.5% 0;
	padding: 0;
}

img {
	display: block;
	border: none;
	outline: none;
}

li {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

ol {
	margin: 5% 0;
	padding: 0;
}

p {
	margin: 0 0 5% 0;
	padding: 0;
}

strong {
	font: normal 1em "Helvetica Neue Bold", times, serif;
}
	
ul {
	list-style-type: disc;
	margin: 5% 0;
	padding: 0;
}
	
/* Specific Elements */

#body_container {
	width: 100%;
    min-height: calc(100vh - 132px);
	margin: 0;
	padding: 0;
	text-align: left;
    position: relative;
	right: 0;
	transition: right .5s;
	box-shadow: 5px 0px 10px rgba(0,0,0,.5);
}

#cover {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}

#curlyred {
	text-transform: lowercase; 
}

/*#curlyred {
    height: 22px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
}

#curlyred img {
    width: auto;
    height: 100%;
    max-height: 20px;
    margin: 0;
    padding: 0;
}*/

#f_center {
	margin: 0 0 7.5% 0;
	padding: 0;
    text-align: center;
}

#f_left {
	margin: 0 auto 7.5% auto;
	padding: 0;
}

#f_logo {
    width: 150px;
    margin: 0 auto;
    padding: 0;
}

#f_logo img {
    width: auto;
    height: 100%;
    max-height: 50px;
    margin: 0;
    padding: 0;
}

#f_right {
	margin: 0;
    padding: 0;
    text-align: center;
}

#footer {
	width: 90%;
	margin: 0;
	padding: 7.5% 5%;
	position: relative;
    font: normal .75em "Helvetica Neue", arial, sans-serif;
    letter-spacing: .0625em;
    color: #fff;
    background: #4b4b4b url(images/nh_pattern.svg) repeat center center;
    background-size: 175px 215px;
    border-top: 2px solid #fff;
    right: 0;
	transition: right .5s;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
}

#footer a:link, #footer a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
    color: #fff;
}

#footer_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#h_left {
	width: 75%;
    max-width: 285px;
    position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	padding: 0;
}

#h_logo {
    width: 100%;
    margin: 0;
    padding: 0;
}

#h_logo img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#h_right {
	width: 64%;
    max-width: 700px;
    position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
    margin: 0;
    padding: 0;
}

#header {
    width: 90%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    padding: 30px 5% 0 5%;
    z-index: 5;
}

#header_inner {
    width: 100%;
    max-width: 1100px;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_about {
    width: 90%;
    height: 170px;
    margin: 0 auto;
    padding: 40px 5%;
}

#home_about_bar {
    height: 170px;
    border-left: 1px solid #7d4199;
    position: absolute;
    top: 0;
    left: 33%;
}

#home_about_inner {
    width: 100%;
    height: 170px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_about_logo {
    width: 25%;
    max-width: 280px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#home_about_logo img {
    width: 100%;
    height: auto;
    max-width: 280px;
    margin: 0;
    padding: 0;
}

#home_about_text {
    width: 60%;
    max-width: 670px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#home_about_text p {
    margin: 0;
    padding: 0;
}

#home_buttons {
    width: 210px;
    margin: 0 auto;
    padding: 10% 0;
}

#home_connect {
    width: 90%;
    margin: 0 auto;
    padding: 40px 5%;
}

#home_connect_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#home_intro {
	width: auto;
	height: 100vh !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#home_sermon {
    width: 100%;
    margin: 0;
    padding: 0;
}

#home_sermon_image {
    width: 100%;
    margin: 0;
    padding: 0;
}

#home_sermon_image img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0;
    padding: 0;
}

#home_sermon_top {
    width: 90%;
    height: 100px;
    margin: 0;
    padding: 0 5%;
    background-color: #7d4199;
    position: relative;
}

#home_sermon_text {
    width: 100%;
    max-width: 1100px;
    font: normal 1.75em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#home_slider_text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
    transform: translate(-50%,-50%);
}

#home_slider_text h1 {
	font: normal 2.75em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    text-align: center;
    letter-spacing: .25em;
    color: #fff;
	margin: 0;
	padding: 0;
}

#home_slider_text h2 {
	font: normal 3em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0;
	padding: 0;
}

#home_slides {
	width: auto;
	height: 100vh !important;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

#home_slides img {
	width: auto;
	height: 100%;
	max-height: 1080px;
}

#home_slides li {
	height: 100vh !important;
	margin: 0;
	padding: 0;
	position: relative;
	background: #000 no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
}
	
#home_slides ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#main {
	width: 90%;
	margin: 0;
	padding: 40px 5%;
	position: relative;
}

#main p:last-child {
    margin: 0;
    padding: 0;
}

#main_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#main_top {
    width: 100%;
    height: 200px;
	margin: 0;
    padding: 0;
    background-position: center center;
	background-size: cover;
	position: relative;
}

/*#main_top {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#main_top img {
    width: 100%;
    height: auto;
}*/

#menu_container {
	display: none;
}

#mobile_flame {
    width: 16px;
    margin: 0 auto;
    padding: 0 0 10% 0;
}

#mobile_flame img {
    width: 100%;
    height: auto;
    max-width: 16px;
    margin: 0;
    padding: 0;
}

#mobile_logo {
    width: 250px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

#mobile_logo img {
    width: 100%;
    height: auto;
    max-width: 250px;
    margin: 0;
    padding: 0;
}

#mobile_menu {
    width: 100%;
    margin: 0;
    padding: 5% 0;
}

#mobile_menu ul {
	margin: 0;
	padding: 5% 0 7.5% 0;
	text-align: center;
}

#mobile_menu ul li {
	list-style: none;
	position: relative;
    margin: 0;
	padding: 0 0 5% 0;
}

#mobile_menu ul li:last-child {
    padding: 0;
}

#mobile_menu ul li a {
	font: normal 1em "Lulo Clean Bold", arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1875em;
    color: #ccc;
	margin: 0;
	padding: 0;
}

#mobile_menu ul li > ul {

}

#mobile_menu ul li > ul li a {
    font: normal .75em "Helvetica Neue", arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1875em;
    color: #fff;
    margin: 0;
    padding: 0;
}

#mobile_menu ul li > ul li:last-child {
    padding: 0;
}

#mobile_menu_container {
	width: 300px;
	height: 100%;
	position: fixed;
	z-index: 0;
	top: 0;
	right: -300px;
	margin: 0;
	padding: 0;
	background: #4b4b4b url(images/nh_pattern.svg) repeat center center;
    background-size: 175px 215px;
	overflow-x: hidden;
	transition: .5s;
}

#past_series {
    width: 90%;
    margin: 0;
    padding: 10% 5% 5% 5%;
    background-color: #7d4199;
}

#past_series h1 {
	font: normal 1.75em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #fff;
	margin: 0 0 20px 0;
	padding: 0;
}

#past_series_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

#series_details {
    margin: 0;
    padding: 20px 0 40px 0;
}

#series_text {
    width: 100%;
    max-width: 800px;
    font: normal 1em "Helvetica Neue", arial, sans-serif;
	line-height: 1.5em;
    text-align: center;
	color: #646464;
    margin: 0 auto 20px auto;
    padding: 0;
}

#series_thumb_all {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#series_title {
    font: normal 2.25em "Hoefler Text Regular", times, serif;
	text-transform: lowercase;
    text-align: center;
	color: #4b4b4b;
    margin: 20px 0;
    padding: 0;
}

#social_container {
    height: 24px;
    margin: 0 0 5% 0;
    padding: 0;
    display: inline-block;
}

#video {
    width: 100%;
	margin: 0 auto 10% auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	border: 1px solid #7d4199;
	box-sizing: border-box;
}

/* Classes */

.blog {
    width: 100%;
    max-width: 1100px;
    margin: 0 0 7.5% 0;
    padding: 0 0 5% 0;
    position: relative;
    border-bottom: 1px solid #7d4199;
}

.blog:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.blog_date {
    font: normal .9em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0 0 5% 0;
    padding: 0;
}

.blog_date_single {
    font: normal .9em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0;
    padding: 0;
}

.blog_excerpt {
    margin: 0 0 5% 0;
    padding: 0;
}

.blog_image {
    width: 100%;
    margin: 0 auto 5% auto;
    padding: 0;
    border: 1px solid #7d4199;;
    box-sizing: border-box;
}

.blog_image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    margin: 0;
    padding: 0;
}

.blog_image_single {
    width: 100%;
    margin: 0 0 5% 0;
    padding: 0;
    border: 1px solid #7d4199;;
    box-sizing: border-box;
}

.blog_image_single img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0;
    padding: 0;
}

.blog_page_nav {
    font: normal .75em "Helvetica Neue", arial, sans-serif;
    color: #7d4199;
}

.blog_tags {
	font: normal .75em "Helvetica Neue", arial, sans-serif;
	margin: 0 0 5% 0;
	padding: 0;
}

.blog_tags a:link,
.blog_tags a:visited {
	font: normal 1em "Helvetica Neue Bold", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.blog_tags a:hover,
.blog_tags a:visited:hover {
	text-decoration: none;
	color: #646464;
}

.blog_tags img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.blog_text {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_title {
    font: normal 1.6em "Helvetica Neue", arial, sans-serif;
    color: #7d4199;
    margin: 0 0 2.5% 0;
    padding: 0;
}

.blog_title a:link,
.blog_title a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}
	
.blog_title a:hover,
.blog_title a:visited:hover {
	text-decoration: none;
	color: #646464;
}

.bx-viewport,
.bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}

.bx-wrapper .bx-viewport {
    border: none !important;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    width: 355px;
    margin: 0 0 25px 0;
    padding: 0;
}

.column_both {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.divider {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: relative;
}

.divider_left {
	width: 45%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7d4199;
	position: absolute;
	top: 20px;
	left: 0;
}

.divider_middle {
	width: 10%;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.divider_middle img {
	width: 100%;
	height: auto;
	max-width: 20px;
	margin: 0 auto;
	padding: 0;
}

.divider_right {
	width: 45%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #7d4199;
	position: absolute;
	top: 20px;
	right: 0;
}

.emphasis {
    font: normal 1em "Helvetica Neue Bold", arial, sans-serif;
}

.ghost {
	font: normal .75em "Helvetica Neue Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #7d4199;
	margin: 0;
	padding: 10px 32px;
	border: 1px solid #7d4199;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
}

.ghost_livestream {
	font: normal .75em "Helvetica Neue Bold", arial, sans-serif;
	text-transform: uppercase;
	color: #7d4199;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #7d4199;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
}

.home_button {
    margin: 0 0 5% 0;
    padding: 5%;
    background-color: rgba(125,65,153,.85);
    font: normal .75em "Helvetica Neue", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
    letter-spacing: .25em;
	color: #fff;
    opacity: 1;
}

.home_button_title {
    font: normal 1.75em "Lulo Clean Outline Bold", arial, sans-serif;
	text-transform: uppercase;
    text-align: center;
	color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: -.125em;
}

.leadership {
    width: 45%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.leadership_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 10% 0;
}

.leadership_container:last-child {
    padding: 0;
}

.leadership_email {
    font-size: .75em;
    text-align: center;
    margin: 0 0 5% 0;
    padding: 0;
}

.leadership_email a:link,
.leadership_email a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
}

.leadership_image {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.leadership_image img {
    width: 100%;
    height: auto;
    max-width: 245px;
    margin: 0 auto;
    padding: 0;
}

.leadership_title {
    font: normal 1.25em "Hoefler Text Regular", times, serif;
	line-height: 1.25em;
    text-align: center;
	color: #4b4b4b;
    margin: 0;
    padding: 0;
}

.mobile_button {
    height: 40px;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}

.mobile_button img {
    width: auto;
    height: 100%;
    max-height: 40px;
    margin: 0;
    padding: 0;
}

.mobile_buttons {
    margin: 0 0 5% 0;
    padding: 0;
}

.pdf {
    font-size: .875em;
    margin: 0;
    padding: 0 0 0 20px;
    background: url(images/nh_pdf_icon.svg) no-repeat left center;
    background-size: 15px 9px;
    cursor: pointer;
}

.purple {
    color: #7d4199;
}

.series_thumb {
    width: 100%;
    max-width: 175px;
    margin: 0 0 10% 0;
    padding: 0;
    position: relative;
}

.series_thumb img {
    width: 100%;
    height: auto;
    max-width: 175px;
    margin: 0;
    padding: 0;
}

.series_thumb_overlay {
    display: none;
}

.sermon {
    width: 100%;
    margin: 0 0 7.5% 0;
    padding: 0 0 5% 0;
    position: relative;
    border-bottom: 1px solid #7d4199;
}

.sermon:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.sermon_audio {
    width: 100%;
    margin: 5% 0 0 0;
    padding: 0;
}

.sermon_date {
    font: normal .9em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0 0 5px 0;
    padding: 0;
}

.sermon_file {
	font: normal .8em "Helvetica Neue", arial, sans-serif;
	margin: 0;
	padding: 0;
}

.sermon_file a:link,
.sermon_file a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
	transition: color .25s ease-in-out;
}

.sermon_file img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.sermon_image {
    width: 25%;
    max-width: 90px;
    margin: 0;
    padding: 0 5% 0 0;
    display: inline-block;
    vertical-align: top;
}

.sermon_image img {
    width: 100%;
    height: auto;
    max-width: 120px;
    margin: 0;
    padding: 0;
}

.sermon_speaker {
    font: normal 1em "Helvetica Neue", arial, sans-serif;
    color: #646464;
    margin: 0 0 5px 0;
    padding: 0;
}

.sermon_tags {
	font: normal .8em "Helvetica Neue", arial, sans-serif;
	margin: 0;
	padding: 0;
}

.sermon_tags a:link,
.sermon_tags a:visited {
	font: normal 1em "Helvetica Neue", arial, sans-serif;
	text-decoration: none;
	color: #7d4199;
}

.sermon_tags img {
	width: 100%;
	height: auto;
	max-width: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
    display: inline-block;
}

.sermon_text {
    width: 69%;
    display: inline-block;
}

.sermon_title {
    font: normal 1.25em "Helvetica Neue", arial, sans-serif;
    color: #7d4199;
    margin: 0 0 5px 0;
    padding: 0;
}

.social {
    height: 24px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
    opacity: 1;
}

.social img {
    width: auto;
    height: 100%;
    max-height: 24px;
    margin: 0;
    padding: 0;
}

/* Form */

.clear-multi {
    display: flex;
    justify-content: space-between;
}

.gfield_label {
    font: normal 1em "Helvetica Neue Bold", arial, sans-serif !important;
	color: #7d4199 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_body ul li {
	margin: 0 0 5% 0 !important;
	padding: 0 !important;
}

.gform_footer input.button,
.gform_footer input[type="submit"] {
    width: auto !important;
	font: normal .75em "Helvetica Neue Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #7d4199 !important;
	margin: 0 !important;
	padding: 10px 32px !important;
	border: 1px solid #7d4199 !important;
	background-color: transparent !important;
	cursor: pointer !important;
	display: inline-block !important;
}

.gform_wrapper {
	margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0 !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 4px !important;
}

.gform_wrapper .gfield_required {
    color: #000 !important;
    margin-left: 4px !important;
}

.gform_wrapper .gform_footer {
	margin: 5% 0 0 0 !important;
	padding: 0 !important;
	clear: none !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font: normal .75em "Helvetica Neue", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #a50000 !important;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 25px !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 12px 20px 10px 48px !important;
	background: transparent !important;
    border-radius: 0px !important;
    border: 1px solid #a50000 !important;
    box-shadow: none !important;
    position: relative !important;
}

.gform_wrapper .gform_validation_errors > h2 {
    font: normal .75em "Helvetica Neue Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
	height: 100% !important;
	font-size: 28px !important;
	display: flex !important;
	align-items: center !important;
	position: absolute !important;
	top: 0 !important;
	left: -38px !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	line-height: 1em !important;
    color: #646464 !important;
    margin: 0 0 5% 0 !important;
    padding: 10px !important;
    border: 1px solid #7d4199 !important;
    box-sizing: border-box !important;
}

.ginput_container input[type="checkbox"] {
	width: 13px !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container input[type="radio"] {
	width: 13px !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 0 5% 0 !important;
    padding: 10px !important;
    border: 1px solid #7d4199 !important;
    box-sizing: border-box !important;
}

.ginput_container textarea {
	width: 100% !important;
	font: normal 1em "Helvetica Neue", arial, sans-serif !important;
	color: #646464 !important;
    margin: 0 0 5% 0 !important;
    padding: 10px !important;
    border: 1px solid #7d4199 !important;
    box-sizing: border-box !important;
    resize: none !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Helvetica Neue Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
    color: #a50000 !important;
	margin: -10px 0 5% 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}

/* Animated Hamburger */

.hamburger {
	margin: 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.hamburger-box {
	width: 24px;
	height: 16px;
	display: inline-block;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 24px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -7px;
}

.hamburger-inner::after {
	bottom: -7px;
}

/* Squeeze */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

}

/* End */