/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url("https://use.typekit.net/wmb6jqs.css");

html, body {
    background: #EFEFEF;
	font-family: objektiv-mk1, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #3B3B3D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: moderno-fb, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #3B3B3D;
	font-weight: 500;
	line-height: 1.1em;
    margin-bottom: 1em;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2em;
}

@media screen and (max-width: 768px) {
	
	h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.6em;
	}
	
}

p, li {
	font-size: 1em;
	line-height: 1.85em;
}

a, a:visited {
	color: #3765DB;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

a:hover, a:focus {
	color: #191D37;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

small {
	font-size: 65%;
	color: #3B3B3D !important;
}

.margin-bottom {
	margin-bottom: 5em !important;
}

.margin-top {
	margin-top: 5em !important;
}

@media screen and (min-width: 426px) {

	.margin-bottom {
		margin-bottom: 10em !important;
	}

	.margin-top {
		margin-top: 10em !important;
	}
	
}

hr {
	max-width: 80px;
	width: 80px;
   	margin: 0.6em 0 1.8em 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #3765DB;
    border-left: 0;
}

@media screen and (max-width: 425px) {
	
	.small-text-center {
		text-align: center;
	}
	
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin: 8em 0 2em 0; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */

/* Structure */

.grid-container.full {
    display: inline-block;
    width: 100%;
}

header {
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 100vh;
	background: #fff;
	padding: 2em;
}

@media screen and (max-width: 425px) {
	
	header {
		height: auto;
	}
	
}

header ul.social {
	position: absolute;
	bottom: 4em;
	left: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 425px) {
	
	header ul.social {
		display: none;
	}
	
}

header ul.social li {
	position: relative;
	display: inline-block;
	list-style: none;
	width: 100%;
	text-align: center;
	margin: 2em 0 0 0;
}

.links {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 2em;
}

.links p, .links .button {
	margin: 0;
	position: relative;
	display: inline-block;
}

.links a, .links a:visited, .links .button, .links .button:visited {
	color: #191D37;
}

.links .button {
	border-color: #191D37;
}

.links p.telephone {
	padding: 0.8em 0em 0.8em 26px;
	line-height: 1;
}

.hero {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 92vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.hero .overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 6em 6em 0 6em;
	background: #EFEFEF;
	width: 64%;
}

@media screen and (max-width: 1024px) {
	
	.hero .overlay {
		width: 80%;
	}
	
}

@media screen and (max-width: 425px) {
	
	.hero .overlay {
		width: 100%;
		padding: 2em 2em 0 2em;
	}

}

.hero .overlay.no-border {
	padding: 6em;
}

@media screen and (max-width: 425px) {
	
	.hero .overlay.no-border {
		width: 100%;
		padding: 2em;
	}

}

.hero .overlay .inner {
	position: relative;
	display: inlin-block;
	width: 100%;
	border-left: 2px solid #3765DB;
	padding-left: 2em;
}

.hero .overlay.no-border .inner {
	border-left: none;
	padding-left: 0;
}

.hero .overlay .inner p {
	font-size: 0.85em;
	font-weight: 700;
	text-transform: uppercase;
}

.hero .overlay h1 {
	margin: 0;
}

.white-shadow {
	position: relative;
	display: inline-block;
}

.white-shadow img {
	position: relative;
	display: inline-block;
	z-index: 2;
}

.white-shadow:after {
	content: "";
	position: absolute;
	left: -30px;
	bottom: -30px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #fff;
}

.blue-background {
	position: relative;
	display: inline-block;
	color: #fff;
	padding: 4em;
}

.blue-background:after {
	content: "";
	position: absolute;
	left: -10%;
	top: -10%;
	z-index: 1;
	width: 120%;
	height: 120%;
	background: #191D37;
}

@media screen and (max-width: 425px) {
	
	.blue-background {
		background: #191D37;
	}
	
	.blue-background:after {
		display: none;
	}
	
}

.blue-background p {
	position: relative;
	z-index: 2;
	color: #fff;
}

.blue-background p:last-child {
	margin: 0;
}

.overlay-image {
	position: relative;
	display: inline-block;
	z-index: 3;
}

p.email {
	background: url("../images/icon-email.svg") no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
}

p.telephone {
	background: url("../images/icon-phone.svg") no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
}

.resource {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 1px solid #DCDCDC;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	color: #3B3B3D;
	text-transform: uppercase;
	margin-bottom: 2em;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0 0 0 60px;
}

.resource:hover, .resource:focus {
	border-color: #3765DB;
}

.resource:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 70px;
	background: url("../images/download-icon.svg") no-repeat center center;
	background-size: 24px 23px;
	border-left: 1px solid #DCDCDC;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.resource.link:after {
	background: url("../images/link-icon.svg") no-repeat center center;
}

.resource:hover::after, .resource:focus::after {
	border-color: #3765DB;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.resource.pdf {
	background: url("../images/pdf-icon.svg") no-repeat 14px center;
	background-size: 27px 36px;
}

.resource.link {
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 28px auto;
}

.nf-form-fields-required {
	display: none;
}

.nf-error .ninja-forms-field {
    border-bottom: 2px solid #e80000;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    height: 2.4375rem;
    margin: 0 0 1em;
    padding: .5em;
    border-bottom: 2px solid #191D37;
	border-top: none;
	border-left: none;
	border-right: none;
    background-color: transparent !important;
	background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    color: #3B3B3D;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    outline: 0;
    border-bottom: 2px solid #3765DB;
	border-top: none;
	border-left: none;
	border-right: none;
    background-color: transparent !important;
	background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

[type=button], [type=submit], .button {
    color: #3765DB;
	text-transform: uppercase;
	border-top: none;
	border-bottom: 2px solid #3765DB;
	border-left: none;
	border-right: none;
	padding: 0.8em 1.4em;
	background-color: transparent;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
	cursor: pointer;
}

[type=button]:hover, [type=submit]:hover, [type=button]:focus, [type=submit]:focus, .button:hover, .button:focus {
    color: #191D37;
	text-transform: uppercase;
	border-top: none;
	border-bottom: 2px solid #191D37;
	border-left: none;
	border-right: none;
	padding: 0.8em 1.4em;
	background-color: transparent;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

