/*
#################################################
#################################################
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#												#
#				W A R N I N G					#
#												#
#		DO NOT DIRECTLY EDIT THIS FILE			#
#												#
#												#
#################################################
#################################################
*/

/*
Theme Name: Leadership Woman 2022
Theme URI: http://newtheme.com
Description: A description about the theme
Author: Author Name
Author URI: http://www.author.com
Version: 1.0
Tags: responsive, black, white, columns, custom menu, etc.

======== VARIABLES ========


$hovercolor=#99CCFF;

$dkgray=#666;
$gray=#888;
$ltgray=#6c6c6c;
$veryltgray=#f2f2f2;

$aqua=#3079a4;
$dkaqua=#10202a;

$anch=#3079a4;
$anchhover=#10202a;

$buttonHover=#d3efff;

$newblue=#80a2bf;
$dknewblue=#336794;
$brown=#8e5d34;

$pink=#f17874;
$dkpink=#d3524e; //hover

*/

html,body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	font:16px 'Montserrat', Arial, sans-serif;
	color:#888;
}


#tinymce {
	width:auto !important;
	height:auto !important;
}


h1,h2,h3 {
	font-family: 'Raleway', sans-serif;
}

sup {
	font-size:.5em;
}

p {
	font-size:1.125em;
	font-weight:300;
	line-height:1.5em;
}

a {
	color:#80a2bf;
	text-decoration: none;
	transition:color .25s;
}

a:hover {
	color:#10202a;
}

* {
	box-sizing: border-box;
	transition: font-size .25s;
}

.gen_content {

}

.gen_content ol {
	font-size:1.125em;
	font-weight:300;
	line-height:1.5em;
}

.gen_content h2 {
	font-size:1.75em;
	color:#8e5d34;
	margin:0;
	font-family:'Raleway';
}

.gen_content h3 {
	font-size:1.25em;
	color:#8e5d34;
	margin:0;
	font-family:'Raleway';
}

.gen_content h4 {
	font-size:1.75em;
	color:#6c6c6c;
	margin:2em 0 2em 0;
	font-weight:300;
	line-height:1.5em;
	font-family:'Raleway';
}

.bottomborder {
	border-bottom:1px solid #CCC;
}

.gen_content ul {
	font-size:1.5em;
	font-weight:normal;
}

.gen_content ul li {
	margin-bottom:1em;
}

.gen_width {
	max-width:1750px;
	margin-left:auto;
	margin-right:auto;
}

.gen_width_small {
	max-width:1275px;
	margin-left:auto;
	margin-right:auto;
}

.gen_margin {
	margin-top:125px !important;
}

.short_margin {
	margin-top:80px;
}

.content_pad {
	padding-left:20px;
	padding-right:20px;
}

.centered_content {
	text-align:center;
}

.center_box {
	margin-left:auto;
	margin-right:auto;
}

.header_nav_wrap {
	background-color: white;
	padding:20px 20px;
	position:relative;
}

.header_nav_flex {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.header_nav_flex>div {
	
}

.header_nav_flex>div:first-child {
	/* site title */
	font:500 1.5em 'Raleway', sans-serif;
	color:#999;
	flex:0 0 200px;
}

.header_nav_flex>div:first-child a{
	/* site title */
	color:#999;
	text-decoration: none;
	transition:opacity .25s;
}

.header_nav_flex>div:first-child a span{
	/* site title */
	color:black;	
}

.header_nav_flex>div:first-child a:hover {
	opacity: .45;
}

.header_nav_flex>div:last-child {
	flex:1 1 100%;
	text-align:right;
}

.burger {
	width:50px;
	display:none;
}

.burger>div {
	padding:4px;
	border-radius:30px;
	background-color:#3079a4;

}

.burger>div:nth-child(2) {
	margin:5px 0;
}

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

.header_nav_flex ul li {
	display:inline-block;
	margin-right:1em;
}

.header_nav_flex li a { 
	text-decoration: none;
	color:#666;
	transition: color .25s;
}

.header_nav_flex li a:hover {
	color:#99CCFF;
}

.hero {
	padding-top:35%;

	
	border-radius:10px;

	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
}

.hero_sub {
	padding-top:30%;
	border-radius:10px;

	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;

	background-color:#112744;
}

.hero_inner {
	display:flex;
	
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;

	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	/*height:100%;*/
}

.hero_inner>div {
	flex:1 1 47%;
	padding:35px;
	
}

.hero_inner>div:first-child {
	flex:0 0 57%;
	position:relative;
}

.hero h1,
.hero_sub h1 {
	font-weight:700;
	font-size:4.5em;
	color:white;
	margin:0;
	line-height:1em;

	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.hero h2, 
.hero_sub h2 {
	font-weight:700;
	font-size:1.5em;
	color:white;
	margin:.5em 0 0 0;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.hero_button {
	/*position: absolute;
	bottom:30px;
	left:30px;*/

	display:inline-block;
	color:white;
	text-decoration: none;

	font-size:1.15em;
	font-weight:400;

	border:2px solid white;
	border-radius:10px;
	padding:10px 15px;

	background-color:rgba(0,0,0,.1);
	transition: background-color .25s;
	margin-top:20px;
}

.hero_button:hover {
	color:white;
	background-color:rgba(0,0,0,.35);
}

.triple_col {
	display:flex;
	
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	margin-top:44px;


}

.triple_col>div {
	flex:1 1 100%;
	position: relative;
}

.triple_col>div:first-child {
	margin-right:22px;
}

.triple_col>div:last-child {
	margin-left:22px;
}

.triple_col>div:not(:first-child):not(:last-child) {
	margin:0 22px;
}

.triple_col>div p {
	font-size:1.25em;
}

.triple_col>div a {
	position:absolute;
	bottom:30px;
	left:40px;

	font:500 1.5em 'Raleway', sans-serif;
	color:white;
	text-decoration: none;
	text-transform: uppercase;

	transition:opacity .25s;

	text-shadow: 0px 0px 8px rgba(0, 0, 100, 1),0px 0px 8px rgba(0, 0, 100, .5);

}

.triple_col>div a:hover {
	opacity:.65;
}


.triple_col>div>div {
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;

	padding-top:65%;
	border-radius:10px;
	background-color:#999;
	position:relative;
}


.content_block h1 {
	font-size:3.5em;
	color:#6c6c6c;
	text-align:center;
	font-weight:800;
	margin:0;
}


.split_content {
	display:flex;
	
	justify-content:flex-start;
	align-items:center; 
	align-content:flex-start;
	
	flex-flow:row nowrap;
	width:100%;

	max-width:1275px;

}

.split_content>div {
}

.split_content>div:first-child {
	flex:0 0 70%;
	padding-right:40px;
}

.split_content>div:last-child {
	flex:0 0 30%;
	position:relative;
	
}

.split_content p {
	font-size:1.4em;
	font-weight:300;
	line-height:1.5em;
}

.split_content img {
	width:100%;
	height:auto;
	max-width:370px;
/*
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	*/
}

.split_content a {
	
}


.bar {
	background: rgb(91,123,154);
	background: linear-gradient(90deg, rgba(91,123,154,1) 0%, rgba(140,177,209,1) 59%, rgba(91,128,159,1) 100%);
}

.bar_inner_single {
	padding:80px 20px;
}


.bar_inner_split {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.bar_inner_split>div {
}

.bar_inner_split>div:first-child {
	flex:0 0 35%;
	padding-right:30px;
}

.bar_inner_split>div:last-child {
	flex:0 0 65%;
	padding-right:20px;
}

.bar_inner_split img {
	width:100%;
	height:auto;
	max-width:320px;
	transform: scale(1.1);
	border-radius:10px;

	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,.25); 
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,.25);
}

.bar_inner_split p {
	font-weight:300;
	font-size:1.4em;
	line-height:1.5em;
	color:white;
}

.bar_inner_split p:first-child {
	margin-top:0;
}

.bar a {
	color:white;
	transition:opacity .25s;
}

.bar a:hover {
	opacity:.65;
}

.lt_gray_bkg {
	margin:0;
	background-color:#f2f2f2;
}

.double_quotes {
	display:flex;
	
	justify-content:flex-start;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;

	padding:120px 0;

}

.double_quotes blockquote {
	flex: 0 0 50%;
	margin:0;
	xborder:1px solid blue;

	font-weight:300;
	font-size:1.125em;
	line-height:2em;

	position:relative;
}

.double_quotes blockquote:first-child {
	margin-right:30px;
}

.double_quotes blockquote:last-child {
	margin-left:30px;
}

.quote_zone blockquote cite {
	display:block;
	text-align:right;
	line-height:1.5em;
	color:#888;
	margin-top:1.5em;
}

.quote_zone blockquote cite b {
	font-size:1.125em;
	display:block;
	color:black;
}

.quote_zone blockquote p {
	position:relative;
	display:inline;
}


.quote_zone blockquote p:before {
	font-family:times;
	display: block;
	content: "\201C";
	font-size: 3em;
	position: absolute;
	left: -35px;
	top: 0;
	color:rgba(0,0,0,.25);
}

.quote_zone blockquote p:after {
	font-family:times;
	display: block;
	content: "\201D";
	font-size: 3em;
	position: absolute;
	right:-35px;
	bottom: -5px;
	color:rgba(0,0,0,.25);
}





.leadership_section {
	padding:100px 0;
}

.leadership_section h1 {
	color:#3079a4;
	font-size:3.6em;
	font-weight:800;
	display:inline-block;

	letter-spacing:.05em;
}

.leadership_section h1 span {
	display:block;
	font-size:.35em;
	text-align:left;
	margin-top:.25em;
	font-style:italic;
	letter-spacing:normal;
}

.leadership_section a {
	font-weight: 400;
}

.foot_wrap {
	padding-bottom:20px;
}

footer {
	
	background: rgb(91,123,154);
	background: linear-gradient(90deg, rgba(91,123,154,1) 0%, rgba(140,177,209,1) 59%, rgba(91,128,159,1) 100%);

	/*
	xbackground-color:#8e5d34;
	xbackground-color:#4765a5;
	background-color:#80a2bf;
	xbackground-color:#86948b;
	*/

	border-radius:10px;

	padding-top:40px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;

	margin-top:80px;
}

footer h2 {
	margin:0;
	text-align:center;
	color:white;
	font-size:3.125em;
}

footer h3 {
	/* margin:0 0 80px 0;*/
	margin:0;
	text-align:center;
	color:white;
	font-size:2.75em;
	font-weight:300;
}

footer a {
	color:white;
	text-decoration: none;
}

footer a:hover {
	color:yellow;
}

.footer_bottom {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	color:white;

	font-size:1.125em;
	font-weight:300;

	margin-top:120px;
}

.footer_bottom>div:last-child img {
	width:100%;
	height:auto;
	max-width:100px;
}

.footer_copy {
	text-align:center;
	font-size:.75em;
	color:white;
	opacity:.55;
}

.footer_copy p {
	max-width:1100px;
	margin:1em auto;
}

.footer_socials {
	text-align:center;
	margin-top:30px;
}

.footer_socials img {
	width:100%;
	height:auto;
	max-width:60px;
	transition:opacity .25s;
}

.footer_socials img:hover {
	opacity:.75;
}


.contact_form_wrap h3 {
	font-size:1.253em;
	color:#3079a4;
}

.contact_form_wrap input[type=text],
.contact_form_wrap input[type=tel],
.contact_form_wrap input[type=email],
.contact_form_wrap textarea {
	width:100%;
	max-width:500px;
	padding:5px 10px;
	border:1px solid #666;
	border-radius: 4px;
	display:block;

	font:1.25em 'Montserrat', Arial, sans-serif;
	margin-top:20px;
}


.contact_form_wrap input[type=button],
.contact_form_wrap input[type=submit] {
	width:100%;
	max-width:200px;
	padding:5px 10px;
	border:none;
	border-radius: 4px;
	display:block;

	font:1.25em 'Montserrat', Arial, sans-serif;
	margin-top:20px;

	background-color: #3079a4;
	color:white;

	transition:opacity .25s;
	cursor:pointer;
} 


.contact_form_wrap input[type=button]:hover {
	opacity:.65;
}




.butt_gen {
	/* used on <a> and button */
	display:inline-block;
	border:2px solid #336794;
	padding:5px 25px;
	border-radius:30px;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	background-color:white;
	color:#336794;
}

.butt_gen:hover {
	transition: background-color .15s, color .15s;
	background-color:#80a2bf;
	color:white;
}

button.butt_gen {
	font-size:1.5em;
	margin-top:40px;
	padding:5px 20px;
	cursor:pointer;
}



.register_message {
	display:none;
}


.register_form label {
	display:block;
	font-weight:300;
	margin:24px 0 12px 0;
}

.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=tel],
.register_form textarea {
	width:100%;
	max-width:600px;
	padding:8px;
	font-size:1.25em;

	border:1px solid #999;
}

.register_form textarea {
	height:5em;
}

.register_form input[type=submit]{
	/* used on <a> and button */
	display:inline-block;
	border:2px solid #336794;
	padding:5px 25px;
	border-radius:30px;
	text-decoration: none;
	transition: background-color 1s, color 1s;
	background-color:white;
	color:#336794;

	font-size:1.5em;
	margin-top:40px;
	padding:5px 20px;
	cursor:pointer;
}

.register_form input[type=submit]:hover {
	transition: background-color .15s, color .15s;
	background-color:#80a2bf;
	color:white;
}




.page_split {
	display:flex;
	
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.page_split>div {
	flex:0 0 50%;
	padding:20px;
}

.page_split>div:last-child {
	
}


.program_split {
	display:flex;
	
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.program_split p {
	font-size:1.25em;
	line-height:1.75em;
}

.program_split>div img {
	width:100%;
	height:auto;
	max-width:400px;
	animation-name: chartanim;
	animation-duration: .5s;
}

@keyframes chartanim {
	0% {
		transform: scale(.25) rotate(-10deg);
	}
	100% {
		transform: scale(1);
	}
}

.program_split>div:first-child {
	flex:0 0 60%;
	padding-right:40px;
}

.program_split>div:last-child {
	flex:0 0 40%;
}

.program_icons {
	display:flex;
	
	justify-content:space-between;
	align-items:stretch;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.program_icons>div {
	flex:0 0 25%;
	text-align: center;
	padding:0 20px;
}

.program_icons>div:nth-child(even) {
	background-color:#F5F5F5;
}

.program_icons img {
	width:100%;
	height:auto;
	max-width:200px;
}

.program_icons ul {
	list-style: none;
	padding:0;
}

.program_icons ul li{
	font:bold 1.25em 'Raleway',Arial,sans-serif !important;
	color:#333;
}


.takeaways_block {
	border-top:10px solid #80a2bf;
	border-bottom:10px solid #80a2bf;
	padding:0 0 0 0 !important;
}


.takeaways_block h2 {
	font-size:2.75em;
	color:white;
	margin:0;
}


.takeaways_block ul {
	color:white;
	columns: 2;
	opacity: .75;
	font-size:1.5em;
	font-weight: 400;
	margin:60px 0 0 0;
}

.takeaways_block ul li {
	padding-right:40px;
	margin-bottom:1em;
}


.register_box {
	font-size:1.75em;
	text-align:center;
	font-weight:600;
	color:#8e5d34;
}

.two_col_cta {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	max-width:1200px;

	color:#888;
}

.two_col_cta>div {
	flex:0 0 50%;
	padding:20px;
	text-align: center;
	font-size:1.25em;
	font-weight:bold;
}




.email_signup_box {
	position:fixed;
	bottom:0;
	right:20px;
	background-color:white;
	padding:10px;
	max-width:470px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);

	display:none;

	z-index:5;
}

.email_pre_signup {
	position:relative;
}

.cancel_x {
	background-color:white;
	position:absolute;
	top:-5px;
	right:-5px;
	padding:5px 8px;
	border:1px solid black;
	cursor:pointer;
	transition: background-color .25s, color .25s;
	border-radius:5px;
}

.cancel_x:hover {
	background-color:#990000;
	color:white;
}

.email_signup_box>div {
	/* inner div with border */
	border:7px solid #8e5d34;
	padding:10px;
}


.email_signup_box p {
	font-size:1em;
	text-align:center;
	margin:.5em 0;
}

.email_signup_header {
	text-align:center;
}

.email_signup_header img {
	width:100%;
	height:auto;
	max-width:150px;
	margin-top:10px;
}

.email_signup_header h3 {
	margin:0;
	color:#80a2bf;
	font-size:2.25em;
}


.email_signup_header p {
	margin:5px 0;
	padding:10px 0;
	border:2px solid #80a2bf;
	border-left:none;
	border-right:none;

	color:#80a2bf;

	font-size:1em;
	font-weight:bold;
}

.email_signup_box h4 {
	margin:0;
	color:#8e5d34;
	font-size:1.25em;
	text-align:right;
	font-weight:500;
}

.email_signup_box svg {
	width:100%;
	height:auto;
	max-width:150px;
}

#signup_form input[type=text],
#signup_form input[type=email] {
	width:100%;
	font-size:1.125em;
	padding:3px;
	margin-top:5px;

	border-left:2px solid #666;
	border-top:2px solid #666;

	border-right:2px solid #bbb;
	border-bottom:2px solid #bbb;
}


.signup_butt_split {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
	margin-top:10px;
}

.signup_butt_split>div {
	flex:1 1 50%;
}

.signup_butt_split>div:last-child {
	text-align:right;
}


#signup_form input[type=submit],
#signup_form input[type=button],
.ok_error_button {
	border:0;
	color:white;
	font-size:1.125em;
	padding:5px;
	margin-top:10px;
	cursor:pointer;
	transition: background-color .25s;
	padding:5px 15px;
	width:90%;
}

.my_simplero_wrap #signup_later {
	display:block;
	border:0;
	color:white;
	font-size:1em;
	padding:5px;
	margin-top:10px;
	cursor:pointer;
	transition: background-color .25s;
	padding:3px 10px;
	width:90%;

	margin:10px auto;

	max-width:130px;
}

#signup_form input[type=submit] {
	background-color:#80a2bf;
}

#signup_form input[type=submit]:hover {
	background-color: #336794;
}

#signup_form input[type=button],
.my_simplero_wrap #signup_later {
	background-color:#f17874;
}

#signup_form input[type=button]:hover,
.my_simplero_wrap #signup_later:hover {
	background-color: #d3524e;
}

.email_dismiss_button{
	background-color:#80a2bf;
}

.email_dismiss_button:hover {
	background-color: #336794;
}

.email_error_button {
	background-color:#f17874;
}

.email_error_button:hover {
	background-color: #d3524e;
}


.email_post_signup {
	display:none;
}

.signup_tiny {
	font-size:.75em;
	margin-top:10px;
}

.post_signup_buttons_wrap {
	margin:20px 0;
}

.email_wait {
	background-color:rgba(0,0,0,.75);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}


.email_wait_loader {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 

}
.email_wait_loader div {
	position: absolute;
	border: 4px solid white;
	opacity: 1;
	border-radius: 50%;
	animation: email_wait_loaderanim 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
	animation-delay: -0.5s;
}

.nav_launch_signup {
	/* link to show the popup */
}

@keyframes email_wait_loaderanim {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

.linkedin_cta {
	text-align:center;
}

.linkedin_cta p {
	font-weight:bold;
}

.linkedin_cta img {
	width:100%; 
	max-width:60px; 
	height:auto;
}

.program_notification {
	border:1px solid #CCC;
	padding:20px;
	border-radius:5px;
	text-align:center;
	background-color:#FAFAFA;
	font-size:1.75em;

	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08); 
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.08);
	color:black;
	line-height:1.5em;
}

.program_notification h5 {
	margin:20px 0 10px 0;
	font-size:.75em;
	font-weight:normal;
}

.landing_double_split {
	display:flex;
	
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.landing_double_split>div {
	flex:0 0 50%;
}

.smallprint {
	font-size:.85em;
	color:black;
}

.landing_double_split>div:first-child {
	padding-right:30px;
}

.landing_double_split>div:last-child img {
	width:100%;
	height:auto;
	max-width:900px;
	border-radius:30px;
}


.simplero-landing-page-container {
	
}

.center_page {
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
	width:100%;
}

.landing_thanks_top {
	border-bottom:1px solid #CCC;
	padding-bottom:30px;
	margin-top:60px;
}

.landing_socials {
	text-align:center;
	display:flex;
	
	justify-content:center;
	align-items:center;
	align-content:flex-start;
	
	flex-flow:row nowrap;
}

.landing_socials img {
	width:100%;
	height:auto;
	max-width:50px;
	display:block;
	margin:0 20px;
	transition: transform .25s;
}

.landing_socials img:hover {
	transform: scale(1.1);
}

.landing_margin {
	margin-top:50px;
}

.landing_header_size h2 {
	font-size:1.75em;
	color:#666;
}

.landing_page_button {
	background-color:#80a2bf;
	color:white;
	font-weight:bold;
}

.landing_page_button:hover {
	background-color:#336794;
}


.sidebar_cta {
	text-align:center;
	padding:20px;
}

.sidebar_cta a {
	display:inline-block;
	
}