@charset "UTF-8";
/**
 * Our Chapter styles
 *
 * @package gnl-framework
 */

/* Body */
@media (max-width: 379px) {
	body {
		font-size: 16px !important;
	}
}

.gnl-header,
.gnl-main-content {
	max-width: 100%;
}


/* Header */
.gnl-navigation.gnl-navigation--header .gnl-navigation__nav {
	justify-content: flex-end;
}

.gnl-navigation.gnl-navigation--header .gnl-navigation__link,
.gnl-navigation.gnl-navigation--header .gnl-navigation__link:active,
.gnl-navigation.gnl-navigation--header .gnl-navigation__link:hover,
.gnl-navigation.gnl-navigation--header .gnl-navigation__link:visited {
	color: #243746;
}

.gnl-navigation.gnl-navigation--header .gnl-navigation__link:hover {
	text-decoration: underline;
}

.gnl-navigation.gnl-navigation--header .gnl-navigation__nav-item:last-child {
	margin-right: 0;
}

.gnl-navigation .gnl-navigation-drawer__button-container {
	color: #243746;
}

/* Links */
a,
a:hover {
	color: #00213b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.gnl-header-1,
.gnl-header-2,
.gnl-header-3,
.gnl-header-4,
.gnl-header-5,
.gnl-header-6 {
	font-weight: 900;
}

@media (max-width: 1199px) {

	h1,
	.gnl-header-1 {
		font-size: 48px;
		margin: 0 0 24px 0;
	}
}

@media (max-width: 839px) {

	h1,
	.gnl-header-1,
	h2,
	.gnl-header-2 {
		font-size: 34px;
		margin: 24px 0 24px 0;
	}

	h3,
	.gnl-header-3 {
		margin: 24px 0 24px 0;
	}
}

ul li, ol li {
	margin: 8px 0;
}

/* Buttons */
.gnl-button {
	font-size: 21px;
	border-width: 2px;
	padding: 6px 16px 8px;
	margin: 16px 0;
}

.gnl-button--outlined {
	border-color: #243746;
	color: #243746;
}

.gnl-button--outlined:not(:disabled):not(.disabled):hover {
	color: #fff;
	background-color: #243746;
	border-color: #243746;
}

/* Sections */
.gnl-section {
	padding-top: 0;
	padding-bottom: 96px;
}

@media (max-width: 839px) {
	.gnl-section {
		padding-top: 0;
		/* padding-bottom: 24px; */
	}
}

/* Gray sections */
.gnl-section-gray {
	background-color: #F1F3F4;
}

.gnl-section-gray-first {
	padding-top: 96px;
}

@media (max-width: 839px) {
	.gnl-section-gray-first {
		padding-top: 48px;
	}
}

.gnl-section-gray-alt {
	padding-top: 48px;
}

@media (max-width: 839px) {
	.gnl-section-gray-alt {
		padding-top: 24px;
	}
}

.gnl-section-white-alt {
	padding-top: 48px;
}

@media (max-width: 839px) {
	.gnl-section-white-alt {
		padding-top: 24px;
	}
}

/* Hero section */
.gnl-hero {
	background: url(../images/Winston_Web_ChurchillValleyBG.jpg) no-repeat center center / cover;
	padding-top: 96px;
}

@media (max-width: 839px) {
	.gnl-hero {
		padding-top: 24px;
	}
}

.gnl-hero .learn-more {
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 7px #000;
	display: block;
	text-align: center;
	position: relative;
	padding-bottom: 64px;
	margin: 0 auto;
}

@media (min-width: 840px) {
	.gnl-hero .learn-more {
		padding-top: 64px;
	}
}

.gnl-hero .learn-more:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: url('../images/arrow.svg') center / contain no-repeat;

	width: 32px;
	height: 18px;
	display: block;
	outline: none;
	-webkit-animation: more-arrow-bounce 1s ease-in-out infinite alternate;
	animation: more-arrow-bounce 2s ease-in-out infinite alternate;
}

@-webkit-keyframes more-arrow-bounce {
	0% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(-18px);
	}

	100% {
		transform: translateX(-50%) translateY(0);
	}
}

@keyframes more-arrow-bounce {
	0% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(-18px);
	}

	100% {
		transform: translateX(-50%) translateY(0);
	}
}

/* Intro section */
.gnl-section-intro {
	background: url('../images/Winston_Web_Rip-texture-1.png') no-repeat top center / auto 79px;
	margin-top: -67px;
	padding-top: 145px;
}

@media (max-width: 839px) {
	.gnl-section-intro {
		padding-top: 96px;
	}
}

@media (min-width: 1921px) {
	.gnl-section-intro {
		background: none;
	}
}

.gnl-section-intro img {
	border: 6px solid #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Flag section */
.gnl-section-flag {
	background: url('../images/Winston_Web_FlagBG.jpg') no-repeat top center / contain;
	padding-top: 48px;
	padding-bottom: 64px;
}


@media (max-width: 839px) {
	.gnl-section-flag {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

@media (min-width: 1200px) {
	.gnl-section-flag .gnl-layout-container {
		padding: 0 228px;
	}
}

.gnl-section-flag p:first-of-type {
	font-size: 27px;
	line-height: 1.25;
	margin: 24px 0;
}

.gnl-section-flag ul {
	list-style: none;
	padding-left: 0;
	margin: 16px 0
}

.gnl-section-flag ul li {
	position: relative;
	padding-left: 67px;
	margin-bottom: 24px
}

@media (max-width: 479px) {
	.gnl-section-flag ul li {
		padding-left: 48px;
	}
}

.gnl-section-flag ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 37px;
	height: 16px;
	background: url('../images/Winston_Web_ArrowIcon-4x.png') no-repeat center / contain;

}

@media (min-width: 1920px) {
	.gnl-section-flag {
		background-size: cover;
	}
}

@media (max-width: 479px) {
	.gnl-section-flag ul li::before {
		top: 7px;
		width: 27px;
		height: 11px;
	}
}

/* Economic section */
@media (max-width: 839px) {
	.gnl-section-economic .layout-grid__cell:first-child {
		order: 2;
	}

	.gnl-section-economic .layout-grid__cell:last-child {
		order: 1;
	}
}

/* Red section */
.gnl-section-red {
	color: #fff;
	background-color: #c72e33;
}

.gnl-section-red a,
.gnl-section-red a:hover,
.gnl-section-red a:active,
.gnl-section-red a:visited {
	color: #fff;
}

.gnl-section-red-first {
	padding-top: 96px;
}

@media (max-width: 839px) {
	.gnl-section-red-first {
		padding-top: 48px;
	}
}

@media (max-width: 839px) {
	.gnl-section-red-first .layout-grid__cell:first-child {
		order: 2;
	}

	.gnl-section-red-first .layout-grid__cell:last-child {
		order: 1;
	}
}

.gnl-section-red h1,
.gnl-section-red h2,
.gnl-section-red h3,
.gnl-section-red h4,
.gnl-section-red h5,
.gnl-section-red h6,
.gnl-section-red .gnl-header-1,
.gnl-section-red .gnl-header-2,
.gnl-section-red .gnl-header-3,
.gnl-section-red .gnl-header-4,
.gnl-section-red .gnl-header-5,
.gnl-section-red .gnl-header-6 {
	color: #fff;
}

.gnl-section-red .gnl-button--outlined {
	border-color: #fff;
	color: #fff;
	padding: 8px 16px;
}

.gnl-section-red .gnl-button--outlined:not(:disabled):not(.disabled):hover {
	color: #c72e33;
	background-color: #fff;
	border-color: #fff;
}

/* Dark red section */
.gnl-section-dark-red {
	color: #fff;
	background-color: #8c1f23;
	padding-top: 48px;
	padding-bottom: 64px;
}

@media (max-width: 839px) {
	.gnl-section-dark-red {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.gnl-section-dark-red h1,
.gnl-section-dark-red h2,
.gnl-section-dark-red h3,
.gnl-section-dark-red h4,
.gnl-section-dark-red h5,
.gnl-section-dark-red h6,
.gnl-section-dark-red .gnl-header-1,
.gnl-section-dark-red .gnl-header-2,
.gnl-section-dark-red .gnl-header-3,
.gnl-section-dark-red .gnl-header-4,
.gnl-section-dark-red .gnl-header-5,
.gnl-section-dark-red .gnl-header-6 {
	color: #fff;
}

.gnl-section-dark-red .gnl-form-control {
	border-color: #fff;
}

.gnl-section-dark-red .gnl-form-label {
	width: 100%;
	text-align: center;
	color: #fff;
}

.gnl-section-dark-red .gnl-form-group {
	text-align: center;
	margin: 0;
}

.gnl-section-dark-red .gnl-button {
	justify-content: center;
	margin: 16px 0;
}

.gnl-section-dark-red .gnl-button--contained {
	color: #243746;
	background-color: #fed745;
}

.gnl-section-dark-red .gnl-button--contained:not(:disabled):not(.disabled).hover,
.gnl-section-dark-red .gnl-button--contained:not(:disabled):not(.disabled):hover {
	background-color: #243746;
	color: #fed745;
}

/* Forms */
.gnl-form-control {
	border-width: 2px;
	font-size: 21px;
	padding: 6px 16px 8px;
	height: auto;
}

#gnl-subscribe-message {
	text-align: center;
}

/* Media links section */
.gnl-section-media-links {
	padding-top: 48px;
	padding-bottom: 64px;
}

@media (max-width: 839px) {
	.gnl-section-media-links {
		padding-top: 24px;
		padding-bottom: 0;
	}
}

/* Media link */
.gnl-media-link {
	display: block;
	position: relative;
}

@media (max-width: 839px) {
	.gnl-media-link {
		margin-bottom: 24px;
	}
}

.gnl-media-link-image {
	width: 100%;
	margin: 0;
}

.gnl-media-link.gnl-media-link-overlay:before {
	position: absolute;
	content: "";
	background: linear-gradient(33.7deg, black, transparent);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 6px;
}

@media (max-width: 479px) {
	.gnl-media-link.gnl-media-link-overlay .gnl-media-link-title:before {
		display: none;
	}
}

.gnl-media-link.gnl-media-link-overlay::hover:before {
	background-color: rgba(0, 0, 0, 0.25);
}

.gnl-media-link.gnl-media-link-overlay .gnl-media-link-caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
	min-height: 4rem;
	color: #fff;
	text-shadow: 0 0 6px #000;
	padding: 32px 32px 16px;
	margin-bottom: 0;
	-webkit-transition: background 0.25s ease-in-out;
	-moz-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.gnl-media-link.gnl-media-link-overlay .gnl-media-link-title {
	color: #fff !important;
	position: relative;
	margin-top: 32px;
}

.gnl-media-link.gnl-media-link-overlay .gnl-media-link-title:before {
	content: '';
	position: absolute;
	top: -32px;
	left: 0;
	width: 32px;
	height: 3px;
	background-color: #fff;
	;
}

/* Accordions */
.accordions-content .gnl-header-4 {
	font-size: 48px;
}

.gnl-accordion__heading {
	padding-left: 0;
	font-weight: 700;
}

.gnl-accordion__body {
	padding-left: 0;
}

.gnl-accordion__heading-text {
	font-size: 21px;
	color: #243746;
}

@media (max-width: 479px) {
	.gnl-accordion__heading-text {
		font-size: 16px;
	}
}

.gnl-news-releases {
	list-style: none;
	border-top: 1px solid #e0e4e6;
	padding: 0;
	margin-top: 96px;
	margin-bottom: 96px;
}

@media (max-width: 839px) {
.gnl-news-releases {
	margin-top: 48px;
	margin-bottom: 48px;
}
}

.gnl-news-release {
	border-bottom: 1px solid #e0e4e6;
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (max-width: 839px) {
.gnl-news-release {
	padding-top: 24px;
	padding-bottom: 24px;
}
}

.gnl-news-release-title {
	font-size: 21px;
	line-height: 1.5 !important;
	margin: 0 0 16px;	
}

.gnl-news-release-date {
	margin-bottom: 0;
}

/* Images */
img {
	display: block;
	max-width: 100%;
	/*height: auto;*/
	border-radius: 6px;
}

/* Divider */
.gnl-divider {
	border: 0;
	border-bottom: 2px solid #c7af45;
	margin: 0;
}

/* Footer */
.gnl-site-footer {
	background: url(../images/Winston_Web_Rip-texture-2.png) no-repeat top center / auto 67px #fed745;
	padding-top: 83px;
}

.page-id-5993 .gnl-site-footer,
.page-id-6039 .gnl-site-footer {
	background: url(../images/Winston_Web_Rip-texture-3.png) no-repeat top center / auto 67px #fed745;
}

@media (min-width: 1921px) {
	.gnl-site-footer {
		background: none;
	}
}

.entry-footer .edit-link {
	display: none;
}

.gnl-copyright,
.gnl-social {
	text-align: center;
}

@media (min-width: 840px) {
	.gnl-copyright {
		text-align: left;
	}

	.gnl-social {
		text-align: right;
	}
}

/* Forms */
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label,
body #gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container {
    float: none;
    display: block;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label {
    color: white;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 8px; 
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    display: none;
}

body #gform_wrapper_1 .gform_body .gform_fields .gfield input {
    font-size: 21px;
    height: 48px;
    border-radius: 6px;
    border: none;
    padding: 6px 16px 8px;
    margin: 0 auto;
}

body #gform_wrapper_1 .gform_footer input[type=submit] {
    font-family: Lato, sans-serif;
    font-size: 21px;
    line-height: 1.5;
    height: 48px;
    color: #243746;
    background-color: #fed745;
    border-radius: 6px;
    padding: 6px 16px 8px;
    margin: 0 auto;
}

body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
    color: #fed745; 
    background-color: #243746;
    margin: 0 auto;
    font-size: 21px;
    font-family: Lato, sans-serif;
    line-height: 1.5;
    min-height: 40px;
    font-weight: 700;
    transition: .15s;
}

.gform_confirmation_message {
    text-align: center !important;
}

