/*
Theme Name: Wide Eye Creative
Theme URI: http://www.wideeyecreative.com
Author: Wide Eye Creative
Author URI: http://www.wideeyecreative.com
Description: Custom Wide Eye Creative Theme for WordPress
Version: 1.0
*/

/*=============================
=            FONTS            =
=============================*/
/**
 *	Name: 	Adelle
 *	Code: 	font-family: 'adelle',serif;
 *	Sizes: 	300, 400, 600, 700
 */
/**
 *	Name: 	Gotham ScreenSmart
 *	Code: 	font-family: 'Gotham SSm A', 'Gotham SSm B';
 *	Sizes: 	300, 400, 500, 700
 */
/**
 *	Name: 	Tungsten
 *	Code: 	font-family: 'Tungsten A', 'Tungsten B';
 *	Sizes: 	300, 500, 600, 700
 */



/*================================
=            BASE CSS            =
================================*/

#topper span.author {display: none !important;}
body {
	font-family: 'adelle',serif;
	font-size: 18px;
	line-height: 32px;
	color: #051224;
	-webkit-font-smoothing: antialiased;
	background: #cad0d8;
	padding-top: 55px;
}
section, header, footer, main, nav, form, aside, article {
	position: relative;
}
a {
	color: #e76d51;
	text-decoration: none !important;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
a:hover {
	color: #ff8569;
}
p {
	font-weight: 400;
	margin: 0 0 25px;
}
p a {
	font-weight: 700;
}
input, textarea  {
	display: block;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: solid 1px #cfd3d8 !important;
	margin-bottom: 5px;
	color: #8B92A5;
	font-weight: 400;
	letter-spacing: -0.02em;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	padding-left: 15px;
}
textarea {
	height: 200px;
	padding: 15px;
}
h1, .h1 {
	color: #17243c;
	line-height: 70px;
	font-size: 70px;
	font-family: 'Tungsten A', 'Tungsten B';
	text-transform: uppercase;
	font-weight: 600;
}
h2, .h2 {
	color: #60697f;
	font-size: 50px;
	letter-spacing: 0.1em;
	font-family: 'Tungsten A', 'Tungsten B';
	font-weight: 500;
	text-transform: uppercase;
}
h3, .h3 {
	color: #0d4589;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
}
h4, .h4 {
	color: #17243c;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
}
hr {
	border-top: solid 2px #dbdde3;
	max-width: 267px;
	margin: 40px auto;
}
blockquote {
	border: none;
	display: block;
	padding: 0;
	width: auto;
	color: #60697f;
	line-height: 42px;
	letter-spacing: -0.01em;
	font-size: 28px;
	padding: 45px 0;
	position: relative;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
blockquote p {
	font-style: italic;
	font-weight: 300;
	line-height: 165%;
}
blockquote:before, blockquote:after {
	content: ' ';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	max-width: 266px;
	height: 2px;
	background: #dbdde3;
	-webkit-transform: translateZ(0) translateX(-50%);
	-moz-transform: translateZ(0) translateX(-50%);
	-ms-transform: translateZ(0) translateX(-50%);
	-o-transform: translateZ(0) translateX(-50%);
	transform: translateZ(0) translateX(-50%);
	left: 50%;
}
blockquote:before { top: 0; }
blockquote:after { bottom: 0; }
::selection {
	background: #e76d51;
	color: #fff;
}
::-moz-selection {
	background: #e76d51;
	color: #fff;
}



/*========================================
=            INDIVIDUAL ITEMS            =
========================================*/
.make-static { position: static !important; }
.make-relative { position: relative !important; }
#site-wrap {
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
main, article {
	min-height: 500px;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.btn {
	position: relative;
	overflow: hidden;
	outline: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	color: #fff !important;
	font-size: 12px;
}
.btn-facebook {
	background: #677eb0;
	border: solid 1px #3b5998;
}
.btn-facebook.btn-has-icon i {
	background: #3b5998;
}
.btn-facebook:hover, .btn-facebook:focus {
	background: #3b5998;
}
.btn-facebook:active, .btn-facebook.btn-has-icon:active i {
	background: #2d4d91;
}
.btn-twitter {
	background: #43c9fc;
	border: solid 1px #00aced;
}
.btn-twitter.btn-has-icon i {
	background: #00aced;
}
.btn-twitter:hover, .btn-twitter:focus {
	background: #00aced;
}
.btn-twitter:active, .btn-twitter.btn-has-icon:active i {
	background: #00a2df;
}
.btn-linkedin {
	background: #007bb6;
	color: #fff !important;
}
.btn-linkedin:hover, .btn-linkedin:focus {
	background: #0c72a3;
}
.btn-flickr { background: #f943a1; color: #fff !important; }
.btn-flickr:hover, .btn-flickr:focus { background: #ff6bb8; }
.btn-flickr:active { background: #f943a1; }
.btn-email {
	background: #e76d51;
	border: solid 1px #e76d51 !important;
}
.btn-email.btn-has-icon i {
	background: #e76d51;
}
.btn-email:hover, .btn-email:focus {
	background: #ff8569;
}
.btn-email:active, .btn-email.btn-has-icon:active i {
	background: #d6583c;
}
.btn-action-dark {
	background: #17243c;
}
.btn-action-dark:hover, .btn-action-dark:focus {
	background: #1B3057;
}
.btn-action-dark:active {
	background: #071227 !important;
}
.btn-action-light {
	background: #e76d51;
}
.btn-action-light:hover, .btn-action-light:focus {
	background: #ff8569;
}
.btn-action-light:active {
	background: #d6492a;
}
.btn-white-hollow {
	background: transparent;
	border: solid 1px #fff;
	opacity: 0.6;
}
.btn-white-hollow:focus, .btn-white-hollow:hover {
	background: #fff;
	color: #697081 !important;
	opacity: 1;
}
.btn-white-hollow:active {
	opacity: 1;
	background: #272c37;
	border-color: #272c37;
	color: #fff !important;
}
.btn-rounded {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.btn-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.btn-no-border {
	border: none !important;
}
.btn-has-icon {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.btn-has-icon i {
	position: absolute;
	line-height: 31px;
	height: 100%;
	width: auto;
	padding: 0 14%;
	top: 0;
	background: gray;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
.btn-icon-left { padding-left: 7%; }
.btn-icon-right { padding-right: 7%; }
.btn-icon-left i { left: 0; }
.btn-icon-right i { right: 0; }
.content img {
	max-width: 100%;
	border: solid 1px #dee3ea;
	height: auto !important;
}
.content img.wide {
	display: block;
}
.add-lines {
	position: relative;
	text-align: center;
	display: block;
	min-height: 150px;
	margin: 0;
}
.add-lines span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.add-lines span:before, .add-lines span:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 1px;
	background: #8b919d;
	position: absolute;
	left: 0;
	margin: 10px 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.add-lines span:before { bottom: 100%; }
.add-lines span:after { top: 100%; }
input.large {
	height: 72px;
	line-height: 72px;
	font-size: 36px;
	padding: 0 0 0 30px;
}
form.single {
	border: solid 1px #cfd3d8;
	border-radius: 300px;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
form.single input {
	border: none !important;
	margin: 0;
	font-weight: 300;
}
form.single button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 5%;
}
.fade-in-on-load {
	display: none !important;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fade-in-on-load.show {
	display: block !important;
}
.spinner {
	margin: 100px auto;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 10px;
}
.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.bx-wrapper .bx-viewport {
	left: 0 !important;
	border: none !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
article .container {
	position: relative;
}
img.alignleft, .wp-caption.alignleft {
	float:left;
	margin: 33px 20px 20px 0;
}
img.alignright, .wp-caption.alignright {
	float:right !important;
	margin: 33px 0 20px 20px;
}
img.aligncenter, .wp-caption.aligncenter {
	text-align: center;
	margin: 10px auto;
	display: block;
}






/*=====================================
=            GRID TEMPLATE            =
=====================================*/
main.grid {
	background: #eff2f5;
	padding: 80px 0 130px;
}
main.grid .content .wrap {
	display: block;
	background: #fff;
	text-align: center;
	position: relative;
	border: solid 1px #e3e6e9;
	margin-bottom: 27px;
	overflow: hidden;
}
main.grid .content .wrap .slide {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
main.grid .content .wrap:hover .slide {
	transition: all 300ms ease;
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
}
main.grid .content .wrap .top {
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
main.grid .content .wrap .top:before {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #091933;
	opacity: 0.5;
	content: ' ';
	top: 0;
	left: 0;
}
main.grid .content .wrap.no-image .top:before {
	opacity: 1;
	/*background: #195AA9;*/
}
main.grid .content h2 {
	color: #fff;
	font-size: 54px;
	line-height: 48px;
	margin:5px 0;
	letter-spacing: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
main.grid .content .add-lines span:before, main.grid .content .add-lines span:after {
	background: #fff;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
main.grid .content .wrap .bottom {
	padding: 30px 30px 170px;
	position: absolute;
	top: 100%;
	left: 0;
}
main.grid .content h3 {
	font-size: 38px;
	line-height: 36px;
	letter-spacing: 0;
	font-family: 'Tungsten A', 'Tungsten B';
	font-weight: 600;
	margin: 0 0 10px;
	position: relative;
}
main.grid .content h3 a {
	color: #17243c;
}
main.grid .content h3 a:hover {
	color: #ff8569;
}
main.grid .content h3 a i {
	position: relative;
	font-size: 25px;
	color: #aeb6c2;
	top: -3px;
	margin-left: 12px;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
main.grid .content h3 a:hover i {
	color: #ff8569;
}
main.grid .content p {
	color: #051224;
	line-height: 22px;
	font-size: 14px;
	margin: 0;
}
main.grid .content hr {
	background: #dee3ea;
	max-width: 125px;
	margin: 15px auto;
}
main.grid .content .to-the-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 30px;
}
main.grid .content footer span {
	line-height: 20px;
}
main.grid .content footer span.position {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #17243c;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	display: block;
}
main.grid .content footer span.name {
	color: #051224;
	font-size: 14px;
	font-family: 'adelle',serif;
	font-weight: 400;
	display: block;
}
main.grid .content .social {
	margin-top: 15px;
}
main.grid .content .social a {
	color: #aeb6c2;
	font-size: 30px;
	margin: 0 5px;
}
main.grid .content .social a.facebook:hover { color: #677eb0; }
main.grid .content .social a.twitter:hover { color: #43c9fc; }
main.grid .content .social a.youtube:hover { color: #e76d51; }
main.grid .content:after {
	background: #eff2f5;
}







/*================================
=            SITE NAV            =
================================*/
#site-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999999;

	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);

	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;

	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.show-search #site-nav {
	-webkit-transform: translate(0, 70px);
	-moz-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	-o-transform: translate(0, 70px);
	transform: translate(0, 70px);
}
#site-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#site-nav ul li {
	float: left;
	text-align: center;
	display: block;
	border-right: solid 1px #2659a2;
	background: #0d4589;
	position: relative;
	height: 55px;
	line-height: 55px;
}
#site-nav ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	font-weight: 500;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
}
#site-nav ul li a:hover {
	background: #06499a;
}
#site-nav ul li a:active {
	background: #0657b8;
}
#site-nav ul li.brand a {
	position: relative;
	overflow: hidden;
}
.home #site-nav ul li.brand .state {
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);

	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
.home #site-nav ul li.brand.toggle .state {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#site-nav ul li.brand a span {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
}
#site-nav ul li.brand a img {
	width: 100%;
	max-width: 85px;
}
#site-nav ul li.social a {
	position: static !important;
	display: inline !important;
	font-size: 20px;
	background: none !important;
	margin: 0 4% !important;
	padding: 0;
	width: 78%;
	display: block;
	margin: 9px auto;
	position: static;
	color: #fff !important;
}

#site-nav ul li.social a.facebook:hover { color: #C4D4FF !important; }
#site-nav ul li.social a.youtube:hover { color: #C4D4FF !important; }
#site-nav ul li.social a.twitter:hover { color: #C4D4FF !important; }
#site-nav ul li.social a.flickr:hover { color: #C4D4FF !important; }

#site-nav ul li.signup a {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	width: 78%;
	height: 38px;
	line-height: 38px;
	padding: 0;
	margin: 8px auto 0;
	position: relative;
}
#site-nav ul li.signup a:hover {
	background:#1B3057;
}
#site-nav ul li.search {
	border-right: none;
}
#site-nav ul li.search a {
	font-size: 22px;
}
.show-search #site-nav ul li.search a {
	background: #003077;
}
#site-nav ul li.brand { width: 9%; }
#site-nav ul li.about { width: 9%; }
#site-nav ul li.our-work { width: 12%; }
#site-nav ul li.policy { width: 10%; }
#site-nav ul li.moveamerica-blog, #site-nav ul li.news-and-media { width: 16%; }
#menu-item-16885 { width: 14%; }
#site-nav ul li.social { width: 11%; }
#site-nav ul li.signup { width: 15%; }
#site-nav ul li.search { width: 4%; }
#main-search {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
}
#main-search, #main-search input {
	height: 70px;
	line-height: 70px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
	background: #17243c;
	font-size: 28px;
	font-weight: 300;
}
#site-nav ul.sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: -1 !important;
	width: auto;
	border-top: solid 1px #2659a2;
	min-width: 100%;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
#site-nav ul.sub-menu li {
	border: none;
	position: relative;
	width: auto;
	display: block;
	float: none;
	border-bottom: solid 1px #2659a2;
	border-left: solid 1px #2659a2;
	border-right: solid 1px #2659a2;;
}
#site-nav ul.sub-menu li a {
	position: static;
	display: block;
	padding: 0 50px;
	white-space: nowrap;
	background: #0B3D79;
}
#site-nav ul.sub-menu li a:hover {
	background: #06499a;
}
#site-nav ul li.menu-item-has-children:hover ul, #site-nav ul li.menu-item-has-children ul:hover {
	display: block;
}
#site-nav ul ul ul ul { display: none !important; }

#site-nav ul li.make-huge {
	position: static;
}
#site-nav ul li.make-huge li, #site-nav ul li.make-huge a {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
#site-nav ul li.make-huge ul {
	background: #003077 !important;
	border: none !important;
}
#site-nav ul li.make-huge a {
	position: relative;
}
#site-nav ul li.make-huge ul ul ul {
	display: block !important;

}
#site-nav ul li.make-huge ul li {
	float: left;
	display: block;
	text-align: left;
}
#site-nav ul li.make-huge ul li a {
	padding-left: 10% !important;
	color: #6598D7;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}
#site-nav ul li.make-huge ul li ul {
	display: block!important;
	padding-bottom: 25px;
	-webkit-animation-duration: 0 !important;
	animation-duration: 0 !important;
	-webkit-animation-fill-mode: none !important;
	animation-fill-mode: none !important;
	-webkit-animation-name: none !important;
	animation-name: none !important;
}
#site-nav ul li.make-huge ul li ul li {
	width: auto !important;
	display: block;
	padding-left: 10% !important;
	float: none;
	height: auto !important;
	line-height: 23px;
}
#site-nav ul li.make-huge ul li ul li a {
	background: none;
	letter-spacing: 0.025em;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	font-family: 'adelle',serif;
	font-weight: 400;
	margin: 0;
	padding: 0 !important;
}



/*=====================================
=            SIGN UP MODAL            =
=====================================*/
.mfp-bg { z-index: 99999999999 !important; }
.mfp-wrap { z-index: 999999999999 !important; }
#main-signup {
	background: #fff;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 40px;
	position: relative;
}
#main-signup h3 {
	margin: 0;
	text-align: center;
	font-size: 50px;
}
#main-signup hr {
	margin: 8px auto;
	border-top: solid 2px #8b919d;
	opacity:.5;
}
#main-signup form {
	margin-top: 30px;
}
#main-signup input {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 6px;
	color: #586074;
}
#main-signup .checkbox label {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
}
#main-signup .checkbox input {
	line-height: normal;
	width: auto;
	height: auto;
	margin-top: 10px;
}
#main-signup form button {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	display: block;
	padding: 0;
	width: 100%;
	margin-top: 30px;
}
#main-signup h4 {
	margin-top: 30px;
}
#main-signup .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px;
}



/*==================================
=            MOBILE NAV            =
==================================*/
#mobile-nav {
	position: absolute;
	right: 100%;
	top: 56px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 999999;
	width: 100%;
	max-width: 100%;
	overflow: auto;
	background: #040912;
	height: calc(100% - 56px);
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
	text-align: left;
}
#mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-nav ul li a {
	background: transparent;
	line-height: inherit;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff;
	font-weight: 500;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	padding: 13px 20px 10px;
}
#mobile-nav ul li ul{
	background:#071225;
	margin: 10px 30px;
}
#mobile-nav ul li a:hover {
	background: #E76D51;
}
.show-nav #mobile-nav {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
#site-nav ul li.toggle-nav {
	width: 75px;
	float: left;
	display: none;
}
#site-nav ul li.toggle-nav a {
	position: relative;
	font-size: 32px;
}
.show-nav #site-nav ul li.toggle-nav a {
	background: #0d1b34;
}







/*======================================
=            CALL TO ACTION            =
======================================*/
#call-to-action {
	overflow: hidden;
	background: #17243c;
}
#call-to-action:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 39px;
	width: 100%;
	display: block;
	content: ' ';
	background: url('images/arrow-inverted-white.png') no-repeat 50% 0;
}
#call-to-action .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#call-to-action .spinner:before {
	content: ' ';
	display: block;
	background-image: url('images/logo-white-large.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 120px;
	height: 47px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -140%);
	-moz-transform: translate(-50%, -140%);
	-ms-transform: translate(-50%, -140%);
	-o-transform: translate(-50%, -140%);
	transform: translate(-50%, -140%);
	position: absolute;
}
#call-to-action .overlay:before, #call-to-action .overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	display: block;
}
#call-to-action .overlay:before {
	background: #000;
	opacity: 0.15;
}
#call-to-action .overlay:after {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url('images/burn-bottom.png');
}
#call-to-action .action-bgs .the-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	–webkit-background-size: cover;
	–moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}
#call-to-action .action-bgs img.active {
	display: block;
}
#call-to-action .row {
	padding-top: 250px;
	padding-bottom: 90px;
}
#call-to-action .brand {
	max-width: 210px;
	position: absolute;
	top: 35px;
	left: 35px;
}
#call-to-action .message {
	position: absolute;
	bottom: 0;
	left: 15px;
	padding-right: 15px;
}
#call-to-action .message p {
	color: #c7d2e0;
	line-height: 24px;
	letter-spacing: -0.01em;
	font-size: 15px;
	margin: 0;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 400;
}
#call-to-action .message p strong {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
	font-weight: 500;
}
#call-to-action .group {
	height: 400px;
}
#call-to-action .actions-slider {
	position: relative;
/*
	background: rgb(12, 25, 47);
	background: rgba(12, 25, 47, 0.9);
*/
	visibility: hidden;
}
#call-to-action .actions-slider.show {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
#call-to-action .actions-slider h2 {
	color: #fff;
	font-size: 54px;
	letter-spacing: 0;
	line-height: 52px;
	margin-bottom: 55px;
}
#call-to-action .actions-slider span.btn {
	cursor: default !important;
}
#call-to-action .actions-slider span.btn:hover, #call-to-action .actions-slider span.btn:focus, #call-to-action .actions-slider span.btn:active {
	background: transparent !important;
	border: solid 1px #fff !important;
	opacity: 0.6 !important;
	color: #fff !important;
}
#call-to-action .actions-slider a.action-button {
	height: 45px;
	line-height: 45px;
	padding: 0;
	
	position: absolute;
	bottom: 40px;
	left: 8%;
	width: 84%;
}
#call-to-action .actions-slider .nav {
	position: absolute;
	top: 42px;
	right: 42px;
	z-index: 9999;
}
#call-to-action .actions-slider .nav a {
	color: #899ab0;
	margin-left: 25px;
	font-size: 28px;
}
#call-to-action .actions-slider .nav a:hover {
	color: #fff;
}
#call-to-action .actions-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#call-to-action .actions-slider ul li {
	padding: 42px;
	background: rgb(12, 25, 47);
background: rgba(12, 25, 47, 0.9);
}

#call-to-action .actions-slider ul li.make-large h2 {
	font-size: 80px;
	line-height: 75px;
}




.signup-cta{margin: 10px 0px 30px; font-family: "Gotham SSm A","Gotham SSm B"; text-transform: uppercase; font-size: 24px; display: inline-block; padding: 15px 40px; color: #fff !important; border-radius: 50px; font-weight: 400;}

/*=====================================
=            LATEST BLOCKS            =
=====================================*/
#latest-blocks {
	padding: 90px 0 80px;
	background: #eff2f5;
}
.home #latest-blocks {
	padding: 55px 0 100px;
	background: #fff;
}
#latest-blocks .block { padding-left: 0; }
#latest-blocks .block.first { padding-left: 15px; }
#latest-blocks a.action {
 	border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 25px;
    display: block;
    position: relative;
    min-height: 345px;
    background: #e3e3e3;
}
#latest-blocks .type {
	font-size: 11px;
	position: absolute;
	top: 25px;
	left: 25px;
	height: 20px;
	line-height: 18px;
	padding: 0 7px;
	display: block;
	letter-spacing: 0.01em;
	z-index: 20;
}
#latest-blocks .block.first .type {
	left: 40px;
}
#latest-blocks span.read-more {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	letter-spacing: 0.1em;
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #fff;
}
#latest-blocks a.action p {
	position: absolute;
	bottom: 75px;
	width: 100%;
	left: 0;
	padding: 0 25px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: -0.01em;
}
#latest-blocks a.action.half-style {
	background: #fff;
	padding: 0;
}
#latest-blocks a.action.half-style .piece {
	padding: 25px;
	overflow: hidden;
	position: relative;
}
#latest-blocks a.action.half-style .top {
	height: 170px;
}
#latest-blocks a.action.half-style .top:after {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #091933;
	opacity: 0.5;
	content: ' ';
	top: 0;
	left: 0;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#latest-blocks a.action.half-style .top img {
	position: absolute;
	left: -3%;
	top: -3%;
	width: 106%;
}
#latest-blocks a.action.half-style .bottom {
	bottom: 0;
	left: 0;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#latest-blocks a.action.half-style .bottom p {
	position: static;
	padding: 0;
	margin-bottom: 48px;
	color: #051224;
}
#latest-blocks a.action.half-style span.read-more {
	color: #051224;
}
#latest-blocks a.action.plain-style {
	background: #0d4589;
}
#latest-blocks a.action.action-style {
	background: #e76d51;
}
#latest-blocks a.action.full-style {
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#latest-blocks a.action.full-style:before {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #091933;
	opacity: 0.5;
	content: ' ';
	top: 0;
	left: 0;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#latest-blocks a.action.action-style:hover { background: #ff8569; }
#latest-blocks a.action.half-style:hover .bottom { background: rgb(239, 239, 239); }
#latest-blocks a.action.half-style:hover .top:after { opacity: 0.2; }
#latest-blocks a.action.plain-style:hover { background: #195AA9; }
#latest-blocks a.action.full-style:hover:before { opacity: 0.2; }






/*===================================
=            HOME SOCIAL            =
===================================*/
#home-social {
	background: #17243c;
}
#home-social .center-hack {
	width: 226px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#home-social h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	letter-spacing: 0.1em;
	font-family: 'Tungsten A', 'Tungsten B';
	font-weight: 500;
	margin: 0;
	height: 65px;
	min-height: 0;
	margin-bottom: 20px;
}
#home-social h3 span {
	width: 100%;
}
#home-social .add-lines span:before, #home-social .add-lines span:after {
	background: #3c475e;
}
#home-social .social-links {
	position: relative;
}
#home-social .social-links a {
	border: none !important;
	width: 32%;
	float: left;
	padding: 0;
	font-size: 24px;
}
#home-social .social-links a.twitter {
	margin: 0 2%;
}
#home-social .social-links.has-four {
	text-align: center;
}
#home-social .social-links.has-four a {
	width: 20%;
	margin: 0 1% !important;
	float: none;
	display: inline-block;
}
#home-social .social-slider {
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 0;
	background-image: url('images/feed.jpg');
}
#home-social .social-slider:before {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #091933;
	opacity: 0.5;
	content: ' ';
	top: 0;
	left: 0;
}
#home-social .social-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9999;
}
#home-social .social-slider ul li {
	padding: 140px 0;
}
#home-social .social-slider ul li .wrap {
	padding: 0 14%;
}
#home-social .social-slider p.description {
	font-size: 26px;
	color: #fff;
	line-height: 42px;
	letter-spacing: -0.01em;
	font-weight:300;
}
#home-social .social-slider p.description a {
	color: #c7d2e0;
	font-weight: 400;
}
#home-social .social-slider p.description a:hover {
	color: #ff8569;
}
#home-social .meta a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
}
#home-social .meta a.source {
	position: relative;
	padding-left: 40px;
	margin-right: 40px;
}
#home-social .meta a.source i {
	position: absolute;
	left: 0;
	font-size: 35px;
	top: -10px;
}
#home-social .meta a.detailed-source {
	color: #899ab0;
}
#home-social .meta a.detailed-source:hover {
	color: #ff8569;
}
#home-social .social-slider .nav {
	position: absolute;
	bottom: 35px;
	right: 35px;
	z-index: 9999;
}
#home-social .social-slider .nav a {
	color: #899ab0;
	font-size: 36px;
}
#home-social .social-slider .nav a:hover {
	color: #fff;
}
#home-social .social-slider .nav a.next {
	margin-left: 35px;
}

#home-social .social-links a.facebook { background: #0d4589; }
#home-social .social-links a.facebook:hover { background: #1358ac; }
#home-social .social-links a.facebook:active { background: #1867c7; }
#home-social .social-links a.twitter { background: #00aced; }
#home-social .social-links a.twitter:hover { background: #10bafa; }
#home-social .social-links a.twitter:active { background: #25c3ff; }
#home-social .social-links a.youtube { background: #e76d51; }
#home-social .social-links a.youtube:hover { background: #f46d4e; }
#home-social .social-links a.youtube:active { background: #ff6845; }







/*===================================
=            GET UPDATES            =
===================================*/
#get-updates {
	background: #e7ebf0;
	padding: 105px 0;
}
#get-updates h2 {
	min-height: 80px;
	margin-bottom: 30px;
}
#get-updates form button {
	font-size: 35px;
}








/*==============================
=            TOPPER            =
==============================*/
#single-image-top {
	display: none;

	height: 455px;
	background-color: #e3e3e3;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#topper {
	text-align: center;
	background: #fff;
	padding-top: 90px;
	padding-bottom: 70px;
}
#topper h1 {
	margin: 0;
	font-size: 100px;
	letter-spacing: 0;
	font-family: 'Tungsten A', 'Tungsten B';
	font-weight: 600;
	margin-bottom: 26px;
	line-height: 85px;
}
#topper h2 {
	margin: 0;
	color: #60697f;
	letter-spacing: 0.1em;
	font-size: 40px;
	margin-bottom: 2px;
	line-height: 38px;
}
#topper p.lead {
	margin: 20px 0 0 0;
	font-size: 18px;
	line-height: 28px;
	color: #60697f;
	font-weight: 400;
	text-align:center;
}
#topper.has-background-image {
	padding-top: 135px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#topper.has-background-image.has-no-description {
	padding-bottom: 135px;
}
#topper.has-background-image:before {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #091933;
	opacity: 0.77;
	content: ' ';
	top: 0;
	left: 0;
}

#topper.has-background-image h2 { color: #a0a7b4; }
#topper.has-background-image h1 { color: #fff; }
#topper.has-background-image p.lead { color: #cdd6de; }

#topper.enlarge-fonts h1 { font-size: 121px; line-height: 110px; }
#topper.enlarge-fonts h2 { font-size: 50px; margin-bottom: 14px; }

#topper.is-single {
	text-align: left;
	padding-top: 110px;
}
#single-image-top { display: block; }
#topper.is-single aside.meta {
	text-align: center;
}
#topper.is-single h1 {
	font-size: 75px;
	line-height: 70px;
	margin-bottom: 0;
	text-align: center;
}
aside.meta span {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	margin-right: 20px;
	font-size: 16px;
	color: #60697f;
}
aside.meta span a { color: #0d4589; }
aside.meta span a:hover { color: #ff8569; }
span.author {
	display: block;
	color: #60697f;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'adelle',serif;
}
.has-author h2 { margin-bottom: 10px !important; }
#topper span.author {
	text-align: center;
	margin: 15px 0 0;
}
#topper span.author hr {
	margin: 15px auto;
	max-width: 125px;
}





/*=============================
=            INNER            =
=============================*/
.share-buttons {
	margin: 80px 0;
}
.share-buttons a {
	width: 31%;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 30px;
}
.share-buttons a.twitter {
	margin: 0 2%;
}
.share-buttons a i {
	padding: 0;
	width: 48px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 18px;
}
.share-circles {
	position: absolute;
	right: 0;
	top: 0;
}
.share-circles a {
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 39px;
	height: 39px;
	position: relative;
	font-size: 19px;
	border: none !important;
	margin-bottom: 10px;
}
.share-circles a i {
	position: absolute;
	left: 50%;
	top: 50%;
	padding-left: 2px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.share-circles a.facebook { background: #3b5998; }
.share-circles a.twitter { background: #00aced; }
.share-circles a.email { background: #e76d51; }
.share-circles a.facebook:hover { background: #2d4d91; }
.share-circles a.twitter:hover { background: #00a2df; }
.share-circles a.email:hover { background: #d6583c; }
.download-button {
	display: block;
	width: 100%;
	background: #fff;
	border: 2px solid #f88c74;
	padding: 25px 70px 20px;
	position: relative;
	margin: 25px 0;
}
.download-button .paperclip {
	position: absolute;
	top: 23px;
	left: 18px;
	color: #60697f;
	font-size: 40px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.download-button h4 {
	color: #60697f;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	letter-spacing: 0.1em;
	margin: 0;
}
.download-button h4 span {
	color: #9099af;
}
.download-button p {
	color: #60697f;
	font-size: 14px;
	margin: 0;
}
.download-button .download {
	position: absolute;
	color: #e76d51;
	top: 32px;
	right: 28px;
	font-size: 32px;
}
.download-button * {
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
.download-button:hover {
	background: #f88c74;
}
.download-button:active {
	background: #d6583c;
	border-color: #d6583c;
	color: #fff !important;
}
.download-button:hover *, .download-button:focus * {
	color: #fff !important;
}
.featured-image {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.featured-image img {
	width: 100%;
	height: auto;
}





/*==============================
=            SINGLE            =
==============================*/
article.has-submenu, main.has-submenu {
	padding-top: 75px;
}
article.single .tags {
	margin: 45px 0 90px;
}
article.single .tags a {
	display: inline-block;
	background: #dbdde3;
	color: #17243c;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	margin-right: 15px;
}
article.single .tags a:before,article.single .tags a:after {
	position: absolute;
	top: 0;
	right: 100%;
	display: block;
	content: ' ';
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
article.single .tags a:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8px 10px 0;
	border-color: transparent #dbdde3 transparent transparent;
}
article.single .tags a:after {
	width: 3px;
	height: 3px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
	top: 8px;
	right: auto;
	left: -2px;
}
article.single .tags a:hover { background: #17243c; color: #fff; }
article.single .tags a:hover:before { border-color: transparent #17243c transparent transparent; }
#next-post a {
	background: #fff;
	display: block;
	border-top: solid 1px #d7d9df;
	border-bottom: solid 1px #d7d9df;
	text-align: center;
	padding: 80px 0 100px;
	position: relative;
}
#next-post a:hover {
	background: #17243c;
}
#next-post a span, #next-post a h4 {
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#next-post a:hover span, #next-post a:hover h4 {
	color: #fff;
}
#next-post a span {
	color: #60697f;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}
#next-post a h4 {
	font-size: 44px;
	margin: 0;
	color: #60697f;
	letter-spacing: 0.1em;
	font-family: 'Tungsten A', 'Tungsten B';
	font-weight: 500;
}
#next-post a:after {
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border: solid 1px #dee3ea;
	position: absolute;
	content: ' ';
	z-index: 9;
	left: 50%;
	bottom: -35px;
	-webkit-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	-moz-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	-ms-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	-o-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	transform: rotate(47deg) skewY(-5deg) translateZ(0);
	border-top: none;
	border-left: none;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	margin-left: -35px;
}
#next-post a:hover:after {
	background: #17243c;
	border-color: #17243c;
	-webkit-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	-moz-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	-ms-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	-o-transform: rotate(47deg) skewY(-5deg) translateZ(0);
	transform: rotate(47deg) skewY(-5deg) translateZ(0);
	bottom: 15px;
}












/*=================================
=            QUICK NAV            =
=================================*/
#quick-nav {
	background: #fff;
	border-bottom: solid 1px #dee3ea;
	text-align: center;
	font-size: 0;
}
#quick-nav.add-top-border {
	border-top: solid 1px #dee3ea;
}
#quick-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#quick-nav ul li {
	display: inline;
}
#quick-nav a {
	height: 67px;
	line-height: 67px;
	color: #17243c;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	border-left: solid 1px #dee3ea;
	display: inline-block;
	background: transparent;
	position: relative;
	max-width: 50%;
}
#quick-nav ul li a span {
	width: auto;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	border-radius: 100px;
	background: #dbdde3;
	color: #17243c;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
}
#quick-nav ul li.has-icon a span {
	padding-left: 45px;
}
#quick-nav li.make-gray a {
	background: #fff !important;
}
#quick-nav ul li.has-icon a:hover span {
	background: #D2D2D2;
}
#quick-nav ul li a span i {
	position: absolute;
	left: 18px;
	top: 50%;
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
	transform: translateY(-55%);
	font-size: 18px;
}
#quick-nav li:last-child a {
	border-right: solid 1px #dee3ea;
}
#quick-nav a:hover, #quick-nav li.current_page_item a {
	background: #eff2f5;
	color: #0d4589;
}









/*===========================================================
=            FEED / INDEX / ARCHIVE / CATEGORIES            =
===========================================================*/
main {
	border-bottom: solid 1px #dee3ea;
}
main.add-padding {
	padding-top: 75px;
}
main .content {
	padding-bottom: 110px;
}
main .content:after {
	display: block;
	width: 70px;
	height: 70px;
	background: #fff;
	border: solid 1px #dee3ea;
	position: absolute;
	content: ' ';
	z-index: 9;
	left: 50%;
	bottom: -35px;
	-webkit-transform: rotate(47deg) skewY(-5deg) translateZ(0) scale(0.63);
	-moz-transform: rotate(47deg) skewY(-5deg) translateZ(0) scale(0.63);
	-ms-transform: rotate(47deg) skewY(-5deg) translateZ(0) scale(0.63);
	-o-transform: rotate(47deg) skewY(-5deg) translateZ(0) scale(0.63);
	transform: rotate(47deg) skewY(-5deg) translateZ(0) scale(0.63);
	border-top: none;
	border-left: none;
	-webkit-transition: all 225ms ease;
	-moz-transition: all 225ms ease;
	transition: all 225ms ease;
	margin-left: -35px;
}
main .content .post aside {
	margin-bottom: 5px;
}
main .content .post h2 {
	margin: 0 0 30px 0;
	line-height: 54px;
	font-size: 54px;
	letter-spacing: 0;
}
main .content .post h2 a {
	color: #17243c;
}
main .content .post:hover h2 a {
	color: #0d4589;
}
main .content .post .excerpt p {
	color: #051224;
	line-height: 30px;
	font-size: 18px;
	margin: 0 0 30px;
}
main .content .post a.read-more {
	color: #fa6d4c;
	font-size: 15px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
}
main .content .post a.read-more:hover{
	color: #ff8569;
}
main .content .post hr {
	margin: 45px auto;
	max-width: 100%;
}
main .content .post .share-circles {
	position: relative;
	float: right;
}
main .content .post .share-circles a {
	display: inline-block;
	float: left;
	margin-left: 10px;
	-webkit-transform: translate3d(0, -10px, 0) scale(0.5);
	-moz-transform: translate3d(0, -10px, 0) scale(0.5);
	-ms-transform: translate3d(0, -10px, 0) scale(0.5);
	-o-transform: translate3d(0, -10px, 0) scale(0.5);
	transform: translate3d(0, -10px, 0) scale(0.5);
	opacity: 0;
}
main .content .post:hover .share-circles a {
	opacity: 1;
	-webkit-transform: translate3d(0, -10px, 0) scale(1);
	-moz-transform: translate3d(0, -10px, 0) scale(1);
	-ms-transform: translate3d(0, -10px, 0) scale(1);
	-o-transform: translate3d(0, -10px, 0) scale(1);
	transform: translate3d(0, -10px, 0) scale(1);
}
main .pagination-links {
	text-align: center;
	position: relative;
	color: #dbdde3;
}
main .pagination-links a, main .pagination-links span {
	display: inline-block;
	width: 56px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	border-left: solid 1px #dbdde3;
}
main .pagination-links a {
	color: #60697f;
}
main .pagination-links a:hover {
	color: #ff8569;
}
main .pagination-links .first { border: none !important; }
main .pagination-links a.prev, main .pagination-links a.next  {
	border: none;
	position: absolute;
	font-size: 35px;
	width: auto;
}
main .pagination-links a.prev { left: 0 }
main .pagination-links a.next { right: 0; }


/*===================================
=            CONTACT            =
===================================*/

input.btn.btn-lg.btn-rounded.btn-email.wpcf7-form-control.wpcf7-submit {
	height: 60px;
	font-size: 16px;
}

/*===================================
=            SEARCH FILTER            =
===================================*/
main .searchandfilter ul, main .searchandfilter li{display: block; padding-right:0;}
main .searchandfilter li select{width: 100%;}

/*===================================
=            SITE FOOTER            =
===================================*/
#site-footer {
	border-top: solid 1px #e4e4e4;
	padding-bottom: 40px;
}
#site-footer .top {
	border-bottom: solid 1px #e4e4e4;
	height: 100px;
}
#site-footer .top a.brand {
	position: absolute;
	left: 0;
	top: 28px;
	width: 108px;
	height: auto;
	display: block;
}
#site-footer .top form {
	position: absolute;
	right: 0;
	top: 28px;
	width: 260px;
}
#site-footer .top form input {
	border-color: #e5e5e5;
	background: #eff2f5;
	color: #051224;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
#site-footer .top form button {
	background: none !important;
	outline: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 14px;
	color: #051224;
	font-size: 15px;
	padding-right: 7%;
}
#site-footer .bottom {
	padding-top: 75px;
}
#site-footer .bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-footer .bottom ul li {
	float: left;
	width: 20%;
}
#site-footer .bottom ul li a {
	color: #0d4589;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: 'Gotham SSm A', 'Gotham SSm B';
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}
#site-footer .bottom ul li ul li {
	float: none;
	width: 100%;
}
#site-footer .bottom ul li ul li a {
	letter-spacing: -0.02em;
	font-size: 14px;
	color: #586074;
	line-height: 18px;
	text-transform: none;
	font-family: 'adelle',serif;
	font-weight: 400;
	margin: 0 0 15px;
}
#site-footer .bottom .social {
	text-align: center;
	margin: 70px 0 50px;
}
#site-footer .bottom .social a {
	color: #aeb6c2;
	font-size: 35px;
	margin: 0 25px;
}
#site-footer .bottom .social a.facebook:hover { color: #3b5998; }
#site-footer .bottom .social a.twitter:hover { color: #00aced; }
#site-footer .bottom .social a.youtube:hover { color: #d6583c; }
#site-footer .bottom .social a.flickr:hover { color: #ff0084; }
#site-footer .copyright {
	text-align: center;
}
#site-footer .copyright p {
	color: #aeb6c2;
	margin-bottom: 15px;
	font-size: 12px;
	letter-spacing: -0.005em;
	line-height: 20px;
}
#site-footer .copyright p a {
	color: #aeb6c2;
	font-weight: 400;
	margin: 0 15px;
}
#site-footer .copyright p a:hover {
	color: #ff8569;
}
















/*==================================
=            KEY FRAMES            =
==================================*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
	20% { -webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}






/*=====================================
=            MEDIA QUERIES            =
=====================================*/

	/*==========  Mobile First Method  ==========*/

	/* Custom, iPhone Retina */
	@media only screen and (min-width : 320px) {

	}

	/* Extra Small Devices, Phones */
	@media only screen and (min-width : 480px) {

	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {

	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
		.content img.wide, blockquote {
			max-width: 970px;
			margin: 50px -95px;
		}
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		.container.allow-huge {
			width: 1550px;
			max-width: 100%;
		}
		.content img.wide, blockquote {
			max-width: 1170px;
			margin: 50px -112px;
		}
	}



	/*==========  Non-Mobile First Method  ==========*/

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {
		#site-nav ul li.brand a img {
			max-width: 75px;
		}
		#latest-blocks .block { padding-left: 15px !important; }
		#latest-blocks a.action {
			margin-bottom: 30px;
		}
		#site-nav ul li.social { display: none; }
		#site-nav ul li.search { width: 6%; }
		#site-nav ul li.about { width: 12%; }
		#site-nav ul li.moveamerica-blog { width: 19%; }
		#site-nav ul li.news-and-media { width: 17%; }
		#site-nav ul li.signup a { width: 85%; }
	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {
		#call-to-action {
			padding-bottom: 0;
		}
		#call-to-action:after {
			display: none;
		}
		#call-to-action .brand {
			left: 15px;
			top: 15px;
			max-width: 150px;
		}
		#call-to-action .container {
			width: 100%;
		}
		#call-to-action .row {
			padding: 0;
		}
		#call-to-action .group {
			padding-right: 0;
		}
		#call-to-action .group.slide {
			height: auto;
		}
		#call-to-action .message {
			margin-bottom: 15px;
		}
		#site-nav ul li.signup { display: none; }
		#site-nav ul li.news-and-media { width: 21%; }
		#site-nav ul li.moveamerica-blog { width: 24%; }
		#site-nav ul li.our-work { width: 15%; }
		#site-nav ul li.about { width: 14%; }
		#site-nav ul li.brand { width: 10%; }
		#site-nav ul li.brand a img { max-width: 55px; }
		#site-nav ul li.news-and-media ul.sub-menu {
			left: auto;
			right: 0;
		}
		#home-social .social-slider ul li {
			padding: 80px 0;
		}
		#site-footer .bottom .container {
			width: 100%;
			padding: 0 30px;
		}
		.share-circles { display: none; }
		#quick-nav {
			border: none;
		}
		#quick-nav .container {
			width: 100%;
		}
		#quick-nav .col-md-12 {
			padding: 0;
		}
		#quick-nav li a {
			width: 50%;
			border: none;
			border-bottom: solid 1px #dee3ea;
			max-width: 100%;
			white-space: nowrap;
		}
		#quick-nav li:nth-child(even) a {
			border-left: solid 1px #dee3ea;
		}
		.share-buttons a {
			font-size: 11px;
		}
		.share-buttons a i {
			font-size: 17px;
			width: 38px;
		}
		#latest-blocks .container {
			width: 100%;
		}
	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {
		#call-to-action .message {
			position: static;
			text-align: center;
			padding: 30px 15%;
			margin: 0;
		}
		#call-to-action .brand {
			display: none !important;
		}
		#call-to-action .group {
			padding-right: 0;
			width: 100%;
			height: auto !important;
			padding: 0 !important;
			background: none !important;
		}
		#call-to-action .overlay, #call-to-action .overlay:before, #call-to-action .overlay:after {
			background: none !important;
		}
		#call-to-action .action-bgs { display: none !important; }
		#site-nav ul li.toggle-nav {
			display: block;
		}
		#menu-main-menu {
			display: none;
		}
		#site-nav {
			background: #0d4589;
			border-color: #071225;
			
			position: absolute;
		}
		#site-nav ul li.brand {
			float: right;
		}
		#site-nav ul li.search {
			width: 75px;
			float: left;
			border-right: solid 1px #2659a2;
		}
		#site-nav ul li.brand {
			width: 120px;
			border-right: none;
		}
		#site-nav ul li.brand .state {
			-webkit-transform: translate(0, 0) !important;
			-moz-transform: translate(0, 0) !important;
			-ms-transform: translate(0, 0) !important;
			-o-transform: translate(0, 0) !important;
			transform: translate(0, 0) !important;
		}
		#site-nav ul li.brand a img {
			max-width: 80px;
		}
/*
		#site-wrap {
			-webkit-transform: translate(0, 0);
			-moz-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
			-o-transform: translate(0, 0);
			transform: translate(0, 0);
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			-webkit-transition: all 350ms ease;
			-moz-transition: all 350ms ease;
			transition: all 350ms ease;
		}
		.show-nav #site-wrap {

			-webkit-transform: translate(50%, 0);
			-moz-transform: translate(50%, 0);
			-ms-transform: translate(50%, 0);
			-o-transform: translate(50%, 0);
			transform: translate(50%, 0);
			-webkit-transform: translate3d(50%, 0, 0);
			-moz-transform: translate3d(50%, 0, 0);
			-ms-transform: translate3d(50%, 0, 0);
			-o-transform: translate3d(50%, 0, 0);
			transform: translate3d(50%, 0, 0);

		}
*/
		#home-social .social-slider {
			height: auto !important;
			padding: 50px 0;
		}
		#home-social .social-slider ul li {
			text-align: center;
			padding: 0;
			overflow: hidden;
		}
		#home-social .social-slider ul li .wrap {
			padding: 0 15px;
		}
		#home-social .social-slider p.description {
			font-size: 20px;
			line-height: 32px;
		}
		#home-social .meta a {
			display: block;
		}
		#home-social .meta a.source i {
			position: relative;
			left: 0;
			font-size: 35px;
			top: 0;
			display: block;
		}
		#home-social .social-slider .nav {
			display: none;
		}
		#home-social .social-links {
			height: auto !important;
			padding: 80px 0;
		}
		#home-social .center-hack {
			position: static;
			-webkit-transform: translate(0, 0);
			-moz-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
			-o-transform: translate(0, 0);
			transform: translate(0, 0);
			margin: 0 auto;
		}
		#get-updates {
			padding: 75px 0;
		}
		#get-updates form {
/* 			max-width: ; */
		}
		#get-updates input {
			font-size: 18px;
			height: 60px;
			line-height: 60px;
		}
		#get-updates form button {
			font-size: 35px;
			width: 90px;
			padding: 0;
		}
		#site-footer .top {
			height: auto;
			padding: 25px 0;
		}
		#site-footer .top a.brand {
			position: static;
			margin: 0 auto 15px;
		}
		#site-footer .top form {
			position: static;
			margin: 0 auto;
		}
		#site-footer .bottom {
			text-align: center;
		}
		#site-footer .bottom ul li {
			width: 100%;
			float: none;
		}
		#site-footer .bottom ul li a {
			margin-bottom: 10px;
			margin-top: 20px;
		}
		.download-button {
			padding-left: 25px;
		}
		.download-button p {
			margin-top: 10px;
			line-height: 23px;
		}
		.download-button .paperclip {
			display: none;
		}
		.share-buttons a {
			width: 100%;
			font-size: 12px;
			max-width: 380px;
			display: block;
			margin: 10px auto !important;
		}
		#topper h1 {
			font-size: 85px !important;
			line-height: 87px !important;
		}
		#site-wrap #topper h2 {
			font-size: 40px !important;
			margin-bottom: 0;
		}
		#topper.is-single h1 {
			font-size: 50px !important;
			line-height: 50px !important;
			margin-bottom: 0 !important;
		}
		aside.meta span {
			display: block;
			font-size: 16px;
		}
		#single-image-top {
			height: 230px;
		}
		#topper {
			padding: 50px 0 !important;
		}
		#quick-nav li a {
			font-size: 12px;
			height: 58px;
			line-height: 58px;
		}
		main .content .post h2 {
			line-height: 40px;
			font-size: 40px;
		}
		#next-post a {
			padding: 55px 0 65px;
		}
		#next-post a:after {
			display: none;
		}
		#next-post a h4 {
			font-size: 35px;
			line-height: 35px;
		}
		
		#call-to-action .actions-slider h2 {
			font-size: 54px !important;
			line-height: 55px !important;
		}
	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px) {
		#call-to-action .message {
			padding-right: 15px;
			padding-left: 15px;
		}
		#get-updates {
			padding: 75px 0;
		}
		#get-updates h2 {
			font-size: 30px;
			margin-bottom: 16px;
		}
		#get-updates form button {
			font-size: 30px;
			width: 53px;
			padding: 0;
		}
		#get-updates input {
			padding-left: 20px;
		}
		#site-footer .bottom .social a {
			font-size: 33px;
			margin: 0 16px;
		}
		#site-footer .copyright p a {
			display: block;
		}
		.download-button {
			padding-right: 25px;
			text-align: center;
		}
		.download-button .download {
			display: none;
		}
		#quick-nav li a {
			border: none !important;
			border-bottom: solid 1px #dee3ea !important;
			width: 100%;
		}
		#topper h1 {
			font-size: 50px !important;
			line-height: 45px !important;
			margin-bottom: 10px;
		}
		body #site-wrap #topper h2 {
			font-size: 30px !important;
			margin-bottom: 2px;
			line-height: 30px;
		}
		#topper p.lead {
			font-size: 16px;
			line-height: 23px;
			letter-spacing: -.015em;
		}
		#topper.is-single h1 {
			font-size: 40px !important;
			line-height: 40px !important;
			margin-bottom: 0 !important;
		}
		aside.meta {
			margin-bottom: 10px;
		}
		aside.meta span {
			display: block;
			font-size: 14px;
			line-height: 18px;
		}
		#single-image-top {
			height: 100px;
		}
		main .content .post h2 {
			line-height: 35px;
			font-size: 35px;
		}
		main .content .post .excerpt p {
			line-height: 25px;
			font-size: 16px;
		}
		.content p {
			font-size: 16px;
			line-height: 25px;
		}
		#next-post a h4 {
			font-size: 25px;
			line-height: 25px;
		}
		.add-lines span {
			width: 62%;
		}
		#call-to-action .actions-slider h2 {
			text-align: center;
			margin-bottom:80px;
		}
	}

	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px) {

	}



/*====================================
=            PRINT STYLES            =
====================================*/
@media print {
	#site-nav,
	.share-circles,
	.share-buttons,
	#latest-blocks,
	#get-updates,
	#site-footer,
	#menu-footer-menu,
	#next-post,
	.tags,
	aside.meta span.categories,
	#site-footer *,
	#quick-nav,
	#topper.has-background-image:before,
	#mobile-nav
	{
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	#topper {
		background: none !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	#topper h1 {
		padding-bottom: 30px !important;
		font-size: 40px !important;
		line-height: 40px !important;
	}
	
	#topper a:before, #topper a:after {
		display: none !important;
	}
}






/*=======================================
=            BROWSER SUPPORT            =
=======================================*/
/* Turns off fluid layout */
html.ie-old, html.ie-old #site-wrapper {
	min-width: 980px;
}
html.ie-old body {
	overflow: auto;
}




html#ie9 #home-social .social-links a i {
	position: absolute;
	left: 50%;
	top: 50%;
}

.grecaptcha-badge { opacity:0;}


/* Action Network */

.can_embed #can_embed_form #action_info, .can_embed #can_embed_form #donation_recipient_wrap, #main-signup .can_embed #can_embed_form h2, #main-signup .can_embed #can_embed_form h4  {display: none;}

#main-signup .can_embed #can_embed_form.can_float #form_col1, #main-signup .can_embed #can_embed_form.can_float #form_col2 {
	float: none !important; width: 60% !important; margin: 0 auto !important;
}
.can_embed #can_embed_form #can_thank_you { background-color: white; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; color: black;}

.can_embed #can_embed_form #can_thank_you a {color: black !important;}

.can_embed #can_embed_form #can_thank_you h1, .can_embed #can_embed_form #can_thank_you p, .can_embed #can_embed_form #can_thank_you h4 { text-shadow: none; color: black; }  
.can_embed .can_button, .can_embed #donate_auto_modal input[type=submit], .can_embed #donate_auto_modal .button, .can_embed #donate_make_recurring_modal input[type=submit], .can_embed #donate_make_recurring_modal .button, .can_embed #can_embed_form input[type=submit], .can_embed #can_embed_form .button {
height: 45px;
    line-height: 45px;
    padding: 0;
    left: 8%;
    width: 84%;
    background: #e76d51;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }



.can_embed .can_button:hover, .can_embed #donate_auto_modal input[type=submit]:hover, .can_embed #donate_auto_modal .button:hover, .can_embed #donate_make_recurring_modal input[type=submit]:hover, .can_embed #donate_make_recurring_modal .button:hover, .can_embed #can_embed_form input[type=submit]:hover, .can_embed #can_embed_form .button:hover { background: #ff8569; }


