/* #Base 1200 Grid
================================================== */

.container	{position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }

.column,
.columns	{ width: 100%; float: left; box-sizing: border-box; }

@media (min-width: 400px) {
	.container { width: 85%; padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 750px) {
	.container				{ width: 80%; }

	.container .one-fourth	{width:23.5%;}
	.container .one-third	{width:32%;}
	.container .two-thirds	{width:66%;}
	.container .one-half	{width:49%;}
	.container .column		{float:left;margin-right:2%;}
	.container .column.last	{float:right;margin-right:0;}
}

/* #Media Queries
================================================== */

/* Larger than tablet */
@media (min-width: 750px) {
	.intro-banner {display:flex;justify-content:space-between;align-items:center;}
	.intro-banner-content,
	.intro-banner-pic {width:50%;box-sizing:border-box;}
	.intro-banner-content {padding:30px 100px 30px 0;}

	.authors-wrap {position:relative;}
	.authors-content {width:60%;float:right;position:relative;z-index:3;}
	.authors-content h2 {text-align:left;}

	.author-row {display:flex;justify-content:space-between;border-top:none;border-left:5px solid var(--color-orange);}

	.author-pic {width:20%;}
	.author-bio {width:80%;}

	.authors-bg-pic {position:absolute;top:0;left:0;width:40%;height:100%;}
	.authors-bg-pic:after {left:auto;right:0;width:75%;height:100%;background:linear-gradient(to right, rgba(67, 84, 101, 0) 0%, rgba(67, 84, 101, 0.5) 50%, rgba(67, 84, 101, 1) 100%);}

	.embed-cols {display:flex;justify-content:space-between;position:relative;}
	.embed-cols:after {content:"";position:absolute;top:0;left:30%;width:150%;height:100%;background:var(--color-blue-light)}

	.embed-content {width:40%;padding:40px 40px 40px 0;box-sizing:border-box;background:#fff;position:relative;z-index:2;}
	.embed-pdf {position:absolute;height:100%;top:0;right:0;width:55%;padding:40px 0 40px 40px;box-sizing:border-box;}
	.embed-pdf:after {display:none;}
	.embed-frame-wrap {height:100%;}
	.embed-pager-wrap {display:none;}
}
/* Larger than desktop */
@media (min-width: 1000px) {
	.header-bar-cols {display:flex;justify-content:space-between;align-items:center;max-width:700px;margin:0 auto;}
	.header-bar-title {padding-bottom:0;width:600px;}
	.header-bar-form {width:0px;}
	.header-bar-social {position:relative;top:auto;right:auto;}

	.header-bar-form .gform_wrapper.gravity-theme .gform_fields {display:block !important;}
	.header-bar-form .gfield--type-email,
	.header-bar-form input[type=email] {display:block;width:100% !important;max-width:none !important;box-sizing:border-box;}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
}
