/* == RESET ================================================================ */


/*  Consider removing this if you have
    a zillion elements in your page  */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: 0;
}

img {
	display: block;
}

.drop__shadow {
	box-shadow: 0px 30px 45px -25px rgba(0, 0, 0, 0.7);
	max-width: 100%;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

a {
	text-decoration: none;
}

input {
	outline: none;
}

button {
	vertical-align: baseline;
}


/* == UTILITY ============================================================== */

.show-inline {
	display: inline-block;
}

.show-nothing {
	display: none;
}

.show-empty {
	visibility: hidden;
}

.full-width {
	width: 100% !important;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear-both {
	clear: both;
}

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

/*  Parent div needs a set height  */

.vertical-centre-this,
.vertical-center-this {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/*  Parent div needs a set width  */

.horizontal-centre-this,
.horizontal-center-this {
	position: relative;
	display: block;
	margin: 0 auto;
}

.fullsize-bg {
	position: absolute;
	/*position: fixed; */
	/*  Use 'fixed' to not scroll the BG  */
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: url("../images/") center top;
	/*  Add the filename here  */
	background-size: cover;
	z-index: -5;
}


/* BOX MODEL HELPERS ----------------------------------- */

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-margin-top {
	margin-top: 0;
}

.margin-top-1x {
	margin-top: 10px;
}

.margin-top-2x {
	margin-top: 20px;
}

.margin-top-3x {
	margin-top: 30px;
}

.margin-top-6x {
	margin-top: 5px;
}

.no-margin-right {
	margin-right: 0;
}

.margin-right-1x {
	margin-right: 10px;
}

.margin-right-2x {
	margin-right: 20px;
}

.margin-right-3x {
	margin-right: 30px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.margin-bottom-1x {
	margin-bottom: 10px;
}

.margin-bottom-2x {
	margin-bottom: 20px;
}

.margin-bottom-3x {
	margin-bottom: 30px;
}

.no-margin-left {
	margin-left: 0;
}

.margin-left-1x {
	margin-left: 10px;
}

.margin-left-2x {
	margin-left: 20px;
}

.margin-left-3x {
	margin-left: 30px;
}

.no-padding-top {
	padding-top: 0;
}

.padding-top-1x {
	padding-top: 10px;
}

.padding-top-2x {
	padding-top: 20px;
}

.padding-top-3x {
	padding-top: 30px;
}

.no-padding-right {
	padding-right: 0;
}

.padding-right-1x {
	padding-right: 10px;
}

.padding-right-2x {
	padding-right: 20px;
}

.padding-right-3x {
	padding-right: 30px;
}

.no-padding-bottom {
	padding-bottom: 0;
}

.padding-bottom-1x {
	padding-bottom: 10px;
}

.padding-bottom-2x {
	padding-bottom: 20px;
}

.padding-bottom-3x {
	padding-bottom: 30px;
}

.no-padding-left {
	padding-left: 0;
}

.padding-left-1x {
	padding-left: 10px;
}

.padding-left-2x {
	padding-left: 20px;
}

.padding-left-3x {
	padding-left: 30px;
}


/*  This will render an empty space of
    20% screen height where you add it  */

.empty-spacer {
	display: block;
	height: 20vh;
	clear: both;
}

/*  For images and tiles  */

.shape-rounded {
	border-radius: 3px;
}

.shape-circular {
	border-radius: 50%;
}


/*  A thin separator line that is black at 10% opacity  */

hr {
	border: 0;
	height: 1px;
	margin: 0;
	background: rgba(0, 0, 0, 0.1);
}


/* -- UTILITIES FOR SMALLER SCREENS  ------------------- */


/*  Hide on large screens  */

.show-only-on-mobiles {
	display: none !important;
}

.show-only-on-tablets {
	display: none !important;
}

@media screen and (max-width: 800px) {
	.center-on-tablets,
	.centre-on-tablets {
		text-align: center !important;
	}
	.hide-on-tablets {
		display: none !important;
	}
	.show-only-on-tablets {
		display: block !important;
	}
}

@media screen and (max-width: 550px) {
	
	
	.center-on-mobiles,
	.centre-on-mobiles {
		text-align: center !important;
	}
	.hide-on-mobiles {
		display: none !important;
	}
	.show-only-on-mobiles {
		display: block !important;
	}
}




/* == TYPOGRAPHY =========================================================== */

body {
	background-color: #fff;
	font-family: 'Work Sans', sans-serif;
	color: #303030;
	word-wrap: normal;
	text-rendering: geometricPrecision;
}

h1 {
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin: 0 0 30px 0;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.8em;
	margin-top: 75px;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.0em;
}

h2.text-huge {
	line-height: 1.2em;
}

p {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
}

p .text-serif {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3em;
	line-height: 1.6em;
}

li {
	font-family: 'Work Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.last {
	margin-bottom: 0;
}

a {
	cursor: pointer;
	color: #33ae74;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
	transition: border 0.2s;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

a.button {
	border: none;
}

.footer__menu a {
	margin: 0 10px;
}

.footer__section {
	margin-bottom: 40px;
}


footer a.soft {
	color: #555;
	font-size: 1em
}

.softer {
	color: #888;
	font-size: 0.8rem;
}

a.softer {
	color: #888;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 50px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

.text-sans {
	font-family: 'Work Sans', sans-serif;
}

.text-serif {
	font-family: 'Cormorant Garamond', serif;
}

.text-mono {
	font-family: 'Fira Mono', monospace;
}

.text-huge {
	font-size: 2.40em;
}

.text-large {
	font-size: 2.40em;
}

.text-big {
	font-size: 1.78em;
}

.text-heavy {
	font-weight: 900
}

.text-normal {
	font-size: 1.00em;
}

.text-tiny {
	font-size: 0.75em;
}

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

.text-centre img,
.text-center img {
	margin: 0 auto;
}

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

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

.no-bottom-margin {
	margin-bottom: 0;
}


/* == COLOURS ============================================================== */

.bg-red {
	background-color: #ff5855;
}

.bg-green {
	background-color: #33ae74;
}

.button.bg-green {
	border: 1px solid #33ae74;
}

.bg-blue {
	background-color: #3bc9db;
}

.fb-blue {
	background-color: #3b5998;
}

.bg-yellow {
	background-color: #febe42;
}

.bg-teal {
	background-color: #65d9b4;
}

.bg-purple {
	background-color: #9651c6;
}

.bg-orange {
	background-color: #ff9201;
}

.bg-brown {
	background-color: #a25e37;
}

.bg-light {
	background-color: rgba(0, 0, 0, 0.05);
}

.bg-dark {
	background-color: rgba(0, 0, 0, 0.85);
}

.text-red {
	color: #ff5855;
}

.text-green {
	color: #33ae74;
}

.text-blue {
	color: #3bc9db;
}

.text-yellow {
	color: #febe42;
}

.text-teal {
	color: #65d9b4;
}

.text-purple {
	color: #9651c6;
}

.text-orange {
	color: #ff9201;
}

.text-brown {
	color: #a25e37;
}

.text-black {
	color: #000 !important;
}

.text-white {
	color: #fff !important;
}

.icon-red {
	fill: #ff5855;
}

.icon-green {
	fill: #33ae74;
}

.icon-blue {
	fill: #3bc9db;
}

.icon-yellow {
	fill: #febe42;
}

.icon-teal {
	fill: #65d9b4;
}

.icon-purple {
	fill: #9651c6;
}

.icon-orange {
	fill: #ff9201;
}

.icon-brown {
	fill: #a25e37;
}


/*  Colour of highlight and text colour
    ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ for Mozilla browsers  */

::-moz-selection {
	background: #212529;
	color: #fff;
}


/*  Same thing ÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂ for Webkit browsers  */

::selection {
	background: #212529;
	color: #fff;
}


/* == BUTTONS ==================================================== */


/*  Basics  */

.button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
	padding: 6px 20px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	border: none;
	transition: all 0.05s;
	-webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
}


/* Button when you hover */

.button:hover {
	background: #fff;
	color: #000;
}


/*  Button when you click on it  */

.button:active {
	top: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*  Big button  */

.button.button-large {
	padding: 15px 30px;
}


/*  Button thatÃÂÃÂÃÂÃÂ¢ÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂs just text  */

.button.no-bg {
	background: none;
	color: rgba(0, 0, 0, 1);
	border: 1px solid #33ae74;
	padding: 15px 30px;
}

.button.no-bg:hover {
	background: #33ae74;
	color: #fff;
}

.button.no-bg:active {
	color: rgba(0, 0, 0, 1);
}

.button.no-shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.button.shape-circular {
	padding: 15px;
}

.button path {
	fill: #fff;
}

.button.button-disabled {
	pointer-events: none;
	background: #000;
	opacity: 0.2;
	box-shadow: none;
}


/* == CODE ================================================================= */

code {
	padding: 20px 30px;
	background-color: rgba(0, 0, 0, 0.05);
	font-family: 'Fira Mono', monospace;
	font-size: 80%;
	color: #f55e53;
	white-space: pre;
	border-radius: 4px;
}

code.inline {
	margin: 0 2px;
	padding: 3px 6px;
}

pre>code {
	display: block;
	padding: 20px 30px;
	white-space: pre;
}


/* == ICONS ================================================================ */

.icon-24 {
	width: 24px;
}

.icon-48 {
	width: 48px;
}


/* == TOGGLES ============================================================== */


/*  The grey background  */

input[type=checkbox]+label {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 60px;
	background: #ddd;
	border-radius: 15px;
	/*  Basically half of the height  */
	cursor: pointer;
	transition: all 0.1s ease-out;
}


/*  The white switch inside  */

input[type=checkbox]+label:after {
	position: absolute;
	display: block;
	left: 2px;
	top: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 100px;
	content: '';
	transition: all 0.1s ease-out;
	-webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
}


/*  The bg when checked  */

input[type=checkbox]:checked+label {
	background: #33ae74;
}


/*  The switch's movement  */

input[type=checkbox]:checked+label:after {
	left: 32px;
}

input[type=checkbox]:disabled+label {
	background: #f2f2f2;
	pointer-events: none;
}

input[type=checkbox]:disabled:checked+label {
	background: rgba(40, 187, 107, 0.2);
	/*  Same bg value, but with opacity  */
	pointer-events: none;
}


/*  The switch when disabled  */

input[type=checkbox]:disabled+label:after {
	background: #f8f8f8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* == RADIO BUTTONS ======================================================== */


/*  The grey background  */

input[type=radio]+label {
	position: relative;
	display: inline-block;
	height: 30px;
	width: 60px;
	background: #ddd;
	border-radius: 15px;
	/*  Basically half of the height  */
	cursor: pointer;
	transition: all 0.1s ease-out;
}


/*  The white switch inside  */

input[type=radio]+label:after {
	position: absolute;
	display: block;
	left: 2px;
	top: 2px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 100px;
	content: '';
	transition: all 0.1s ease-out;
	-webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6);
}


/*  The bg when checked  */

input[type=radio]:checked+label {
	background: #9651c6;
}


/*  The switch's movement  */

input[type=radio]:checked+label:after {
	left: 32px;
}

input[type=radio]:disabled+label {
	background: #f2f2f2;
	pointer-events: none;
}

input[type=radio]:disabled:checked+label {
	background: rgba(150, 81, 198, 0.2);
	/*  Same bg value, but with opacity  */
	pointer-events: none;
}


/*  The switch when disabled  */

input[type=radio]:disabled+label:after {
	background: #f8f8f8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.margin-top {
	margin-top: 20px;
}

.v-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.v-align .row {
	margin: 0;
}

.hero {
	height: 100vh;
}

.hero.slim {
	height: auto;
}

.hero .no-bg {
	background: #fff;
}

.hero h1 {
	text-shadow: 2px 2px 9px rgba(255, 255, 255, 0.5);
}

.outline {
	background: rgba(243, 243, 243, 1);
	padding: 1px 0;
}

.outline .portion {
	padding: 0 10px;
}

.portion .white-bg {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 15px rgba(50, 50, 50, 0.1);
	margin-bottom: 30px;
}


/* Email Signup */

.email__signup input {
	padding: 13px 15px;
	font-family: 'Work Sans', sans-serif;
	display: block;
	width: 100%;
	font-size: 20px;
}

.email__signup input[type="email"]:focus,
.email__signup input[type="email"]:active {
	border: 1px solid #33ae74;
}

.email__submit {
	background: #000;
	position: relative;
	cursor: pointer;
	float: left;
	width: 100%;
	margin-top: 5px;
}

#ck_success_msg {
	background: rgba(51, 174, 116, 0.75);
	color: white;
	padding: 5px;
	border: 1px solid #33ae74;
}

#ck_success_msg p {
	margin-bottom: 0;
}

.email__submit {
	overflow: hidden;
	margin-bottom: 10px;
}

.email__submit button {
	width: 100%;
}

.email__signup button {
	background: #33ae74;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	padding: 15px 30px;
	transform: perspective( 500px) rotateX( 0deg);
	-webkit-transform-origin: 20% 40%;
	transform-origin: 73% 0%;
	transition: transform 0.3s ease;
	cursor: pointer;
	overflow: visible
}

.email__signup button.hover {
	cursor: pointer;
	transform: perspective( 500px) rotateX( 45deg);
	-webkit-transform-origin: 20% 40%;
	transform-origin: 73% 0%;
	overflow: visible;
}


/* convertkit */

.email__signup .ck_first_name {
	display: none;
}

.ck_form_container {
	width: 100%;
}

.portion .white-bg p {
	margin-bottom: 0;
	font-weight: bold;
}

.ed_img {
	width: 100%;
}

.grey_box {
	background: rgba(0, 0, 0, .04);
	position: relative;
	transition: top 0.2s ease-in-out;
	top: 0;
	margin-bottom: 20px;
}

.grey_box:after {
	content: '';
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.grey_box:hover:after {
	opacity: 1;
}

.grey_box:hover {
	top: -5px;
}

.grey_box a.hasimg {
	padding: 20px 0 50px;
}

.grey_box a {
	padding: 50px 20px;
	display: block;
	font-weight: bold;
	border: none;
	z-index: 99999;
	position: relative;
}

.inner__title {
	position: relative;
	/*top: 50%;
	transform: translateY(-50%);*/
}

.money {
	position: absolute;
	top: 10px;
	cursor: pointer;
}

.grid__archive {
	padding-bottom: 50px;
}

.testimonial {
	margin: 50px 0;
	overflow: hidden;
}

.testimonial_face {
	border-radius: 50%;
	width: 130px;
	float: left;
	margin-right: 30px;
	max-width: 30%;
}

.testimonial .quotename {
	float: left;
	width: 70%;
}

footer.course-footer {
	padding: 75px 0;
}

footer.course-footer .footer-nav {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 90px 0;
}

footer.course-footer .footer-nav__item {
	display: inline-block;
	font-size: 0.875em;
}

footer.course-footer a {
	color: #5b5b5b;
	font-size: 0.875em;
}

footer.course-footer .footer-copyright {
	margin-bottom: 50px;
	font-weight: bold;
	color: #5b5b5b;
}

.footer-copyright {
	margin-bottom: 10px;
	font-size: 0.750em;
}

.footer-nav__item+.footer-nav__item {
	margin-left: 15px;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@media screen and (max-width: 650px) {
	.testimonial {
		margin: 50px 0;
		overflow: hidden;
	}

	.testimonial_face {
		border-radius: 50%;
		width: 130px;
		float: none;
		max-width: 30%;
		margin: 0 auto 30px;
	}

	.testimonial .quotename {
		float: left;
		width: 100%;
	}
	
}

.video_cta {
	opacity: 0;
	position: relative;
	top: 100%;
	
}

.video_cta.show {
	opacity: 1;
	top: 0%;
	transition: all 0.2s ease;
}

.share__icons {
	text-align: center;
}

.share__icons li {
	display: inline-block;
  padding: 0px 12px;
  font-size: 22px;
}

.share__icons ul {
	padding: 0;
}

.ck_webinar {
	width: 400px;
	margin: 0 auto;
	max-width: 100%;
}

.ck_webinar input {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
}
.ck_webinar #ck_subscribe_form {
	display: block;
}
.ck_webinar button {
	width: 100%;
	float: left;
	display: block;
	margin: 0;
}

.ck_webinar .ck_email_field_group {
	margin: 0;
}
#form {
	padding: 50px 0;
}
#form h3 {margin: 0 0 50px;}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
header .row {
	margin: 15px 0;
}

header span {
	color: black;
	font-family: 'Montserrat Light', sans-serif;
}

header span a {
	color: black;
	border: none;
	font-weight: 300;
}
header span a:hover {
	transition: all 0.2s ease;
	opacity: 0.5;
}



@media all and (min-width: 300px) {
	.big-margin-top {
		margin-top: 160px;
	}
}

@media all and (min-width: 800px) {
	
	.margin-top-6x {
		margin-top: 60px;
	}
	.big-margin-top {
		margin-top: 0;
	}
	.ck_email_field_group {
		border: none;
	}
	.email__signup input[type="email"] {
		border: 1px solid #cecece;
	}
	.email__signup input[type="email"],
	.ck_email_field_group {
		max-width: 100%;
		margin-right: 15px;
		min-width: 65%;
		display: block;
	}
	.email__submit {
		width: auto;
		margin-top: 0;
		overflow: visible;
	}
	form#ck_subscribe_form {
		display: flex;
	}
	.email__signup {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 22px;
	}
	.grey_box {
		margin-bottom: 0;
	}
	.grey_box img {
		margin: 0 auto 20px;
		display: block;
	}
	.ed_img {
		display: none;
	}
	.portion .white-bg {
		height: 112px;
	}
	.portion .white-bg p {
		font-size: 1em;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.outline .one-fourth {
		width: 50%;
	}
	.text-huge {
		font-size: 2.80em;
	}
	.hero {
		height: 100vh;
		background: url(../images/ed-desk.jpg) no-repeat 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.hero.fb-training {
		background: url(../images/facebook-pixel-precision-for-ecommerce.jpg) no-repeat 50% 50%;
	}
	.hero.adwords-training .text-huge {
		font-size: 3.2em;
		text-transform: none;
	}
	.hero.adwords-training .text-huge b {
		text-transform: uppercase;
	}
	.hero.slim {
		height: auto;
		padding: 100px 0;
	}
	.hero-row {
		max-width: 50%;
	}
	.hero .no-bg {
		background: #fff;
	}
}

@media all and (min-width: 1100px) {
	.text-huge {
		font-size: 3.0em;
	}
	.outline .one-fourth {
		width: 25%;
	}
	.outline .portion {
		padding: 0 20px;
	}
}
