/* LCRE Mobile */

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

/* Color Values

Blue: #7a9ab7 (122,154,183)
Gray: #63666f (99,102,111)
White: #fff (255,255,255)

*/

/* Fonts */

@font-face {
	font-family: "Brandon Grotesque Bold";
	src: url('fonts/brandon_grotesque_bold.otf') format('opentype');
}

@font-face {
	font-family: "Brandon Grotesque Italic";
	src: url('fonts/brandon_grotesque_italic.otf') format('opentype');
}

@font-face {
	font-family: "Brandon Grotesque Regular";
	src: url('fonts/brandon_grotesque_regular.otf') format('opentype');
}

@font-face {
	font-family: "Conthrax Semibold";
	src: url('fonts/conthrax_semibold.ttf') format('truetype');
}

/* Basic Elements */

a:link, a:visited {
	font: normal 1em "Brandon Grotesque Bold", arial, sans-serif;
	text-decoration: none;
	color: #7a9ab7;
}

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

html, body {
	overflow-x: hidden;
}

body { 
	font: normal 18px "Brandon Grotesque Regular", arial, sans-serif;
	line-height: 1.5em;
	color: #63666f;
	margin: 0 auto;
	padding: 0;
}

em {
	font: normal 1em "Brandon Grotesque Italic", arial, sans-serif;
}

h1 {
	font: normal 2.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #7a9ab7;
	margin: 0 0 5% 0;
	padding: 0;
}

h2 {
	font: normal 2.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #fff;
	margin: 0 0 5% 0;
	padding: 0;
}

h3 {
	font: normal 1.5em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #7a9ab7;
	margin: 0 0 5% 0;
	padding: 0;
}

hr {
	border: none 0; 
	border-top: 2px dotted #7a9ab7;
	height: 3px;
	margin: 10% 0;
	padding: 0;
}

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

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

li:last-child {
	margin: 0 0 0 5%;
	padding: 0 0 0 5%;
}

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

ol:last-child {
	margin: 0 0 0 5%;
	padding: 0;
}

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

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

strong {
	font: normal 1em "Brandon Grotesque Bold", arial, sans-serif;
}
	
ul {
	list-style-type: disc;
	margin: 0 0 5% 5%;
	padding: 0;
}

ul:last-child {
	list-style-type: disc;
	margin: 0 0 0 5%;
	padding: 0;
}
	
/* Specific Elements */

#body_container {
	width: 100%;
    margin: 0 auto;
	padding: 0;
	text-align: left;
    position: relative;
}

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

#f_left {
	font: normal .875em "Brandon Grotesque Regular", arial, sans-serif;
	line-height: 1em;
	color: #63666f;
	margin: 0 auto 7.5% auto;
	padding: 0;
	text-align: center;
}

#f_left a:link, #f_left a:visited {
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif;
	text-decoration: none;
	color: #63666f;
}

#f_logo {
	height: 75px;
	margin: 0 auto;
	padding: 0;
}

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

#f_right {
	font: normal .875em "Brandon Grotesque Regular", arial, sans-serif;
	line-height: 1em;
	color: #63666f;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#f_right a:link, #f_right a:visited {
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif;
	text-decoration: none;
	color: #63666f;
}

#footer {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
	border-top: 15px solid #7a9ab7;
}

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

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

#h_left {
	width: 100%;
	max-width: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#h_logo {
	width: 100%;
	max-width: 150px;
	margin: 0;
	padding: 0;
}

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

#h_right {
	display: none;
}

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

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

#home_how {
	width: 90%;
	margin: 0 0 10% 0;
	padding: 0 5%;
	position: relative;
}

#home_how_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#home_intro {
	width: 90%;
	height: 95vh;
	margin: 0 auto 10% auto;
	padding: 0 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#home_intro:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 90%);
}

#home_intro_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#home_intro_logo {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 7.5% auto;
	padding: 0;
}

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

#home_intro_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

#home_intro_title {
	font: normal 1.5em "Brandon Grotesque Regular", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #63666f;
	margin: 0 0 7.5% 0;
	padding: 0;
}

#home_offer {
	width: 90%;
	margin: 0;
	padding: 10% 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 15px solid #7a9ab7;
	z-index: 0;
}

#home_offer_inner {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#home_offer::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
}

#home_roof {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#how_container {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#main {
	width: 90%;
	margin: 0 auto;
	padding: 0 5% 10% 5%;
	position: relative;
}

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

#main_top {
	width: 90%;
	height: 95vh;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	background: #fff no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

#main_top:before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 90%);
}

#main_top_inner {
	width: 100%;
	max-width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#main_top_text {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 1;
}

#main_top_title {
	font: normal 1.75em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #7a9ab7;
	margin: 0;
	padding: 0;
}

#menu_container {
	display: none;
}

#mobile_menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all .25s ease-in-out;
}

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

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

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

#mobile_menu ul li a {
	font: normal 1.25em "Brandon Grotesque Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
    color: #63666f;
	margin: 0;
	padding: 0;
	display: block;
}

#mobile_menu ul li > ul {
	margin: 10% 0 0 0;
	padding: 0;
	text-align: center;
}

#mobile_menu ul li > ul::after {
    content: '...........';
	color: #7a9ab7;
}

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

#mobile_menu ul li > ul li a {
	font: normal .875em "Brandon Grotesque Regular", arial, sans-serif;
    text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
	color: #63666f;
	margin: 0;
	padding: 0;
    display: block;
}

#mobile_menu_container {
	width: 90%;
	height: 75px;
	margin: 0;
	padding: 25px 5%;
	background-color: #fff;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .25s ease-in-out;
}

#proverbs {
	width: 100%;
	max-width: 600px;
	margin: 10% auto 0 auto;
	padding: 0;
	text-align: center;
}

#proverbs_text {
	font: normal 1.125em "Conthrax Semibold", arial, sans-serif;
	line-height: 1.25em;
	color: #7a9ab7;
	margin: 0;
	padding: 0;
}

#proverbs_verse {
	font: normal 1.125em "Brandon Grotesque Regular", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1.25em;
	color: #63666f;
	margin: 0;
	padding: 0;
}

#roof {
	width: 100%;
	min-width: 1920px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

#social_container {
	margin: 0 0 2.5% 0;
	padding: 0;
}

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

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

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

#what_team {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10% auto;
	padding: 0;
}

#what_team img {
	width: 100%;
	height: auto;
	max-width: 300px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

#window {
	width: 100%;
	max-width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

/* Classes */

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

.disclaimer { 
	font: normal .875em "Brandon Grotesque Italic", arial, sans-serif;
	line-height: 1.5em;
	color: #63666f;
	margin: 0;
	padding: 0;
}

.fab {
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.ghost_blue {
	font: normal 1em "Brandon Grotesque Bold", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	background-color: #7a9ab7;
	border: 1px solid #7a9ab7;
    box-sizing: border-box;
    display: inline-block;
}

.giving {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 2px dotted #7a9ab7;
}

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

.giving_image {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10% auto;
	padding: 0;
}

.giving_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

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

.giving_title {
	font: normal 1.25em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 5% 0;
	padding: 0 0 5% 0;
	border-bottom: 2px solid #7a9ab7;
}

.how {
	width: 100%;
	max-width: 320px;
	margin: 0 0 10% 0;
	padding: 0;
	text-align: center;
}

.how_title {
	font: normal 1em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 5% 0;
	padding: 0 0 5% 0;
	border-bottom: 2px solid #7a9ab7;
}

.pdf {
	font: normal .875em "Brandon Grotesque Bold", arial, sans-serif;
	margin: 0;
	padding: 0 0 0 25px;
	background: url(images/lcre_pdf_icon.svg) no-repeat left center;
	background-size: 15px 9px;
	text-align: left;
}

.team {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 2px dotted #7a9ab7;
}

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

.team_image {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10% auto;
	padding: 0;
}

.team_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

.team_name {
	font: normal 1.25em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 5% 0;
	padding: 0 0 5% 0;
	border-bottom: 2px solid #7a9ab7;
}

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

.testimonial {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 2px dotted #7a9ab7;
}

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

.testimonial_name {
	font: normal .875em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0;
	padding: 0;
}

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

.transaction {
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0 0 10% 0;
	border-bottom: 2px dotted #7a9ab7;
}

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

.transaction_image {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10% auto;
	padding: 0;
}

.transaction_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
	border: 10px solid #7a9ab7;
	box-sizing: border-box;
}

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

.transaction_title {
	font: normal 1.25em "Conthrax Semibold", arial, sans-serif;
	text-transform: uppercase;
	color: #63666f;
	margin: 0 0 5% 0;
	padding: 0 0 5% 0;
	border-bottom: 2px solid #7a9ab7;
}

/* Form */

#gform_wrapper_1 .gfield_label {
    font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #63666f !important;
	margin: 0 !important;
	padding: 0 !important;
}

#gform_wrapper_1 .gform_wrapper .gfield_required {
    color: #fff !important;
    margin-left: 2px !important;
}

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

.gfield_label {
    font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	text-transform: uppercase !important;
	line-height: 1em !important;
	color: #7a9ab7 !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"] {
    font: normal 1em "Brandon Grotesque Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 !important;
	padding: 10px 20px !important;
	background-color: #7a9ab7 !important;
	border: 1px solid #7a9ab7 !important;
    box-sizing: border-box !important;
    display: inline-block !important;
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	text-align: left !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: #7a9ab7 !important;
    margin-left: 2px !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 1em "Brandon Grotesque Bold", arial, sans-serif !important;
	line-height: 1em !important;
	color: #fff !important;
	margin: 0 0 5% 0 !important;
	padding: 0 !important;
	display: none !important;
}

.gform_wrapper .gform_validation_errors {
    width: 100% !important;
    margin: 0 0 5% 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 .875em "Brandon Grotesque Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper.gravity-theme fieldset {
	border: none !important;
	display: block !important;
	margin: 0 !important;
}

.ginput_container input {
	width: 100% !important;
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
	color: #63666f !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,.35) !important;
    border: 2px solid #63666f !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
}

.ginput_container input[type="radio"],
.ginput_container input[type="radio"] {
	width: 13px !important;
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
	color: #fff !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

.ginput_container select {
	width: 100% !important;
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
    color: #63666f !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,.35) !important;
    border: 2px solid #63666f !important;
    box-sizing: border-box !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
}

.ginput_container textarea {
	width: 100% !important;
	height: 8em !important;
	font: normal 1em "Brandon Grotesque Regular", arial, sans-serif !important;
	line-height: 1em !important;
    color: #63666f !important;
    margin: 0 !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,.35) !important;
    border: 2px solid #63666f !important;
    box-sizing: border-box !important;
    resize: none !important;
	-webkit-appearance: none !important;
	border-radius: 5px !important;
}

img.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	display: none !important;
}

.validation_message {
	font: normal .75em "Brandon Grotesque Bold", arial, sans-serif !important;
	text-transform: uppercase !important;
	color: #a50000 !important;
	margin: 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;
	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: 0;
	right: 0;
	z-index: 10;
}

.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: #7a9ab7;
	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 */