/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .site-container {
	background-color: #fff;
	overflow: hidden;
}

.front-page .site-inner {
	margin-bottom: 0;
	margin-top: 100px;
	max-width: 100%;
}

.full-width-content.front-page .content  {
	width: 100%;
}

.front-page .wrap {
	max-width: 1200px;
}

.front-page .button {
	padding: 15px 20px;
}

.image-section button, .image-section input[type="button"], .image-section input[type="reset"], .image-section input[type="submit"], .image-section .button, .image-section .more-link {
	background-color: #fff;
	border-width: 0;
	color: #124071;
}

.image-section button:hover,
.image-section button:focus,
.image-section input[type="button"]:hover,
.image-section input[type="button"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="submit"]:hover,
.image-section input[type="submit"]:focus,
.image-section .button:hover,
.image-section .button:focus,
.image-section .more-link:focus {
	background-color: #0066cc;
	border-width: 0;
	color: #fff;
}


/* Flexible Widgets
---------------------------------------------------------------------------------------------------- */

.front-page .flexible-widgets {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 75px;
	padding-top: 80px;
}

.flexible-widgets .widget {
	float: left;
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1) {
	width: 100%;
}



/* Comment Elements
---------------------------------------------------------------------------------------------------- */





/* Front Page 1
---------------------------------------------------------------------------------------------------- */

.front-page-1 {
	background-color: #000;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-image: url(/wp-content/uploads/2020/04/sky-with-clouds.jpg);
	text-align: center;
	background-size: 100%;
	position: relative;
	background-attachment: fixed;
	background-position: 100% 30%;
}

.front-page-1 .flexible-widgets {
	overflow: hidden;
	padding-bottom: 6%;
	padding-top: 6%;
	position: relative;
	z-index: 1;
	background-image: url(/wp-content/uploads/2020/04/clock-bg.jpg);
	background-position: 100% 120%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.front-page-1 .flexible-widgets .widget:first-child {
	margin-bottom: 80px;
}

.front-page-1,
.front-page-1 p,
.front-page-1 .widget-title {
	color: #fff;
}

.front-page-1 .widget-title {
	margin-bottom: 10px;
	text-transform: none;
}

.front-page-1 p {
	font-size: 2rem;
	max-width: 580px;
	margin: 0 auto;
}

.front-page-1 .featuredpage .widget-title {
	font-size: 2.2rem;
	color: #114071;
	text-align: left;
	margin-bottom: 0;
}

.front-page-1 .featuredpage .widget-wrap {
	display: flex;
	flex-wrap: wrap;
}

.front-page-1 .flexible-widgets .featuredpage {
	width: 31%;
	margin: 0 1.1%;
	background: #fff;
	border-radius: 5px;
	text-align: left;
	display: flex;
	height: 160px;
	padding: 20px 80px;
	vertical-align: middle;
	flex-wrap: wrap;
	justify-content: center;
}

.front-page-1 .featuredpage .widget-wrap .page {
	display: flex;
	flex-wrap: wrap;
}

.front-page-1 .flexible-widgets .widget:last-child {
	width: 100%;
}

.front-page-1 .featuredpage .page .entry-content p:first-child {
	display: none;
}

.front-page-1.image-section .featured-content .entry-title a {
	color: #124071;
}

.front-page-1 span.lightblue:after {
	content: '>';
	position: relative;
	background: #B7872D;
	border-radius: 100%;
	width: 17px;
	height: 8px;
	position: relative;
	display: inline-block;
	top: -6px;
	left: 9px;
	line-height: 0.7;
	font-size: 1rem;
	text-indent: 0.6px;
	transform: scaley(2);
	color: #fff;
}


/* Front Page 2
---------------------------------------------------------------------------------------------------- */

.front-page-2 {
	background-color: #fff;
}

.front-page-2 .flexible-widgets.widget-area .widget:nth-of-type(1) {
	margin-bottom: 80px;
}

.front-page-2 .flexible-widgets .widget:nth-of-type(1) p {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
}

.front-page-2 .wrap .featuredpost h3.widgettitle.widget-title {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
	margin-bottom: 0;
	padding-left: 80px;
	background: #E5ECF6;
	padding-top: 50px;
	border-radius: 5px 5px 0 0;
}

.front-page-2 .featuredpost {
	width: 48%;
	float: left;
	padding: 0;
	margin-right: 2%;
}

.front-page-2 .featuredpost:last-child {
	margin-right: 0%;
	margin-left: 2%;
}

.front-page-2 .featured-content .entry {
	margin-bottom: 0;
	background: #EDF1F7;
	border-radius: 5px;
	padding: 80px;
}

.front-page-2 .featured-content .entry:nth-of-type(1) {
	background: #E5ECF6;
	padding-top: 30px;
	border-radius: 0px;
}

.front-page-2 .featured-content .entry:nth-of-type(2) {
	padding-bottom: 0;
	border-radius: 0;
}

.front-page-2 .featured-content .entry:last-of-type {
	padding-top: 40px;
	border-radius: 0px 0px 5px 5px;
}

.front-page-2 .featured-content h2.entry-title {
	font-size: 3.2rem;
	font-weight: 400;
}

.front-page-2 .featuredpost a.more-link {
	border: navajowhite;
	background: none;
	color: #298FD2;
	box-shadow: none;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

.front-page-2 .featuredpost p {
	margin-bottom: 0;
	color: #114071;
	font-size: 1.9rem;
}

/* Podcast Section */
.front-page-2 .wrap .featuredpost:last-child h3.widgettitle.widget-title {
	font-size: 3.5rem;
	font-weight: 400;
	background: none;
	text-transform: none;
	max-width: 480px;
	color: #fff;
	padding: 0;
}

.front-page-2 .featured-content:last-child .entry {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.front-page-2 .featuredpost:last-child {
	background-image: url(/wp-content/uploads/2020/04/podcast.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 79px;
	border-radius: 5px;
	border: 1px solid #1f436b;
}

.front-page-2 .featuredpost:last-child:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 0;
	background: #124172;
	opacity: .8;
}

.front-page-2 span.entry-author-name {
	color: #fff;
	font-style: italic;
}

.front-page-2 .featuredpost:last-child .widget-wrap {
	position: relative;
	z-index: 1;
}

.front-page-2 .featuredpost:last-child p {
	color: #fff;
	font-size: 1.6rem;
}

.front-page-2 .featuredpost:last-child .entry-title a {
	color: #b6872c;
	font-size: 2rem;
	font-weight: 400;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}

.front-page-2 .featuredpost.featured-content a.alignleft {
	float: left;
	width: 40%;
	margin-top: 20px;
}

.front-page-2 .featuredpost:last-child header.entry-header,
.front-page-2 .featuredpost:last-child .entry-content {
	width: 55%;
	float: left;
}

.front-page-2 .featuredpost:last-child .entry p.more-link-wrap:after {
	display: none;
}

.front-page-2 .featuredpost:last-child a.more-link {
	text-transform: uppercase;
	margin-bottom: 60px;
}

.front-page-2 .featured-content:last-child .entry {
	padding-bottom: 0;
}

.front-page-2 .featuredpost:last-child p.more-from-category {
	float: left;
	width: 100%;
	font-size: 2rem;
}

.front-page-2 .featuredpost:last-child p.more-from-category a {
	color: #fff;
}

.front-page-2 .featuredpost:last-child p.more-from-category:after {
	content: '>';
	position: relative;
	background: #B7872D;
	border-radius: 100%;
	width: 17px;
	height: 8px;
	position: relative;
	display: inline-block;
	top: -2px;
	left: 9px;
	line-height: 0.7;
	font-size: 1rem;
	text-indent: 5.6px;
	transform: scaley(2);
	color: #fff;
}

.front-page-2 .featured-content img {
	max-width: 170px;
}

/* Front Page 3
---------------------------------------------------------------------------------------------------- */
.front-page-3 {
	position: relative;
}

.front-page-3.image-section:after {
	content: '';
	height: 50%;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background: #eee;
	z-index: -1;
}

.front-page-3.image-section .flexible-widgets {
	max-width: 1200px;
	margin: 0 auto;
	background: url(/wp-content/uploads/2020/04/ipad.jpg);
	position: relative;
	background-attachment: fixed;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	background-repeat: no-repeat;
}

.front-page-3.image-section .flexible-widgets .wrap {
	position: relative;
	z-index: 1;
}

.front-page-3.image-section .flexible-widgets:after {
	content: '';
	background-color: #298fd2cc;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.front-page-3 .flexible-widgets .widget:nth-of-type(1) p {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	max-width: 670px;
	margin: 0 auto;
}

.front-page-3,
.front-page-3 p,
.front-page-3 .widget-title {
	color: #fff;
}

.front-page-3 a {
	margin: 0 20px;
}

.front-page-3 h3.widgettitle.widget-title {
	margin-bottom: 10px;
}


/* Front Page 4
---------------------------------------------------------------------------------------------------- */

.front-page-4 {
	background-color: #eee;
}

.front-page-4 .flexible-widgets.widget-fourths,
.front-page-4 .flexible-widgets.widget-halves {
	padding-bottom: 20px;
}

.front-page-4 .flexible-widgets.widget-halves.uneven {
	padding-bottom: 0;
}

.front-page-4 .featuredpost {
	padding: 0;
	margin-bottom: 60px !important;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost .entry {
	float: left;
	width: 29%;
	margin: 0px 2.5% 40px;
	display: flex;
	flex-wrap: wrap;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost .entry:nth-child(4) {
	margin-right: 0;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost .entry:nth-child(5) {
	margin-left: 0;
	float: left;
	clear: left;
}

.front-page-4 a {
	margin: 0 0 15px;
	width: 100%;
}

.front-page-4 a.aligncenter {
	max-height: 200px;
	overflow: hidden;
}

.front-page-4 .flexible-widgets .widget-wrap p {
	margin-bottom: 5px;
	color: #727373;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost .entry:last-child {
	margin-right: 0;
}

.front-page-4 .flexible-widgets.widget-area .featuredpost .entry:nth-of-type(1) {
	margin-left: 0;
}

.front-page-4 a.more-link {
	width: auto;
	float: left;
	display: block;
	background: none;
	border: none;
	padding: 0;
	color: #298fd2;
	text-transform: uppercase;
}

.front-page-4 a.more-link:hover {
	box-shadow: none;
}

.front-page-4 p.more-link-wrap:after {
	display: none;
}

.front-page-4 .flexible-widgets h4.entry-title {
	font-size: 2.8rem;
	font-weight: 400;
}

.front-page-4 .flexible-widgets h4.entry-title a {
	color: #114071;
}

.front-page-4 .entry-meta a {
	color: #727373;
}

/* Front Page 5 */
.front-page-5 {
	position: relative;
}

.front-page-5:before {
	content: '';
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	position: absolute;
	background: #eee;
}

.front-page-5 .flexible-widgets {
	max-width: 1200px;
	margin: 0 auto;
	background: url(/wp-content/uploads/2020/04/computer.jpg);
	position: relative;
	background-attachment: fixed;
	text-align: center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #fff;
}

.front-page-5 .flexible-widgets .wrap {
	position: relative;
	z-index: 1;
}

.front-page-5 .flexible-widgets:after {
	content: '';
	background-color: #124172c9;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.front-page-5 h3.widgettitle.widget-title {
	color: #fff;
}

.front-page-5 p {
	font-size: 2.2rem;
	max-width: 620px;
	margin: 0 auto;
}

.front-page-5 .widget_text {
	max-width: 720px;
	margin: 0 auto;
	display: block;
	float: none;
}

.front-page-5 .gform_wrapper {
	width: 70%;
	float: left;
	margin-bottom: 0;
}

.front-page-5 .gform_wrapper .gform_body {
	float: left;
	width: 70%;
}

.front-page-5 .gform_footer.top_label {
	width: 30%;
	float: left;
	clear: none;
	margin-top: 16px;
	padding-top: 0;
	position: relative;
	left: -40px;
}

.front-page-5 .gform_wrapper .gform_fields li.gfield {
	padding-right: 0;
}

.front-page-5 .gform_wrapper .gform_fields label {
	display: none;
}

.front-page-5 .gform_wrapper .gform_footer input.button {
	width: 100%;
	padding: 9.5px 0px;
	background: #b6872c;
	border-color: #b6872c;
}

.front-page-5 .gform_wrapper .gform_body input {
	border-radius: 50px;
	padding-left: 20px !important;
	border: 1px solid #fff;
}

.front-page-5 button.lightblue {
	margin-top: -1px;
	padding: 10px 20px;
	width: 30%;
}

/* Front Page 6 */
.front-page-6 {
	position: relative;
}

.front-page-6:after {
	content: '';
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: #124172;
	position: absolute;
	z-index: -1;
}

.front-page-6 .flexible-widgets .wrap {
	display: flex;
}

.front-page-6 .flexible-widgets .wrap .widget:first-child, .front-page-6 .flexible-widgets .wrap .widget {
	text-align: center;
	background: #eee;
	height: 150px;
	color: #fff;
	display: flex;
	width: 100%;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	margin: 0;
	color: #114071;
}

.front-page-6 .flexible-widgets .wrap .widget_media_image {
	background: #298FD2;
	transition: .4s;
	border-left: 1px solid #fff;
}

.front-page-6 .flexible-widgets .wrap .widget_media_image:hover {
	background: #2b9de6;
}

.front-page-6 .widget img {
	padding: 15%;
}


/* Featured Content
---------------------------------------------------------------------------------------------------- */
.flexible-widgets .featured-content img {
	margin-bottom: 10px;
	vertical-align: top;
	width: 100%;
}

.flexible-widgets .featured-content .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 0px;
}

.image-section a,
.image-section .featured-content .entry-meta a,
.image-section .featured-content .entry-title a {
	color: #fff;
}

.flexible-widgets .featured-content .entry-header::after {
	display: none;
}

.featuredpage a.more-link {
	background: none;
	color: #298FD2;
	border: none;
	margin-top: 0;
	padding: 0;
}

.featuredpage a.more-link:hover {
	background: none;
}

p.more-link-wrap:after {
	content: '>';
	position: relative;
	background: #B7872D;
	border-radius: 100%;
	width: 17px;
	height: 8px;
	position: relative;
	display: inline-block;
	top: -2px;
	left: 9px;
	line-height: 0.7;
	font-size: 1rem;
	text-indent: 5.6px;
	transform: scaley(2);
	color: #fff;
}

.featuredpage a.more-link:hover {
	box-shadow: none;
	color: #54bbff;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from { opacity: 0; -webkit-transform: translateY(20px); }
	to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

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


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.front-page .wrap {
		max-width: 960px;
	}

}

@media only screen and (max-width: 1023px) {

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget {
		width: 100%;
	}

	.front-page .wrap {
		max-width: 720px;
	}

	.front-page-1 .flexible-widgets.widget-full .widget .widget-wrap {
		padding-right: 0;
	}

	.front-page .one-sixth {
		width: 31.623931623931625%;
	}

	.front-page .one-sixth:nth-of-type(4) {
		margin-left: 0;
	}

}

@media only screen and (max-width: 782px) {

	.front-page .site-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.front-page .wrap {
		max-width: 100%;
		padding: 0 40px;
	}

	.flexible-widgets.widget-halves.uneven .featuredpost .entry,
	.flexible-widgets .featured-content .entry,
	.front-page .one-sixth,
	.front-page-4 .flexible-widgets.widget-fourths .widget,
	.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry,
	.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry	{
		width: 100%;
	}

	.flexible-widgets .featuredpost .entry:nth-of-type(odd),
	.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(odd),
	.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(odd) {
		padding-right: 0;
	}

	.flexible-widgets .featuredpost .entry:nth-of-type(even),
	.front-page-4 .flexible-widgets.widget-halves.uneven .featuredpost .entry:nth-of-type(even),
	.front-page-4 .flexible-widgets.widget-area .featuredpost:nth-child(1) .entry:nth-of-type(even) {
		padding-left: 0;
	}

	.featured-content .entry:last-of-type {
		margin-bottom: 100px;
	}

	.front-page .one-sixth img {
		max-width: 180px;
	}

}

@media only screen and (max-width: 480px) {

	.front-page-1 .widget-title {
		font-size: 40px;
		font-size: 4rem;
	}

}
