@charset "UTF-8";
/**
 * Theme styles
 *
 * @package gnl-framework
 */

/* Header */
.gnl-header {
    background-color: #fff;
}

.gnl-header,
.gnl-main-content {
    //max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
.gnl-header-container {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0 32px;
    max-width: 1248px;
    padding: 0 16px;
    margin: 0 auto;
}
.has-header-center .gnl-header-container {
    justify-content: center;
}
@media (min-width: 840px) {
    .gnl-header-container {
        flex-flow: row;
        justify-content: space-between;
    }
}
.gnl-brand {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 32px;
}
@media (min-width: 840px) {
    .gnl-brand {
        flex-flow: row;
    }
}
.gnl-site-logo-link {
    margin-top: 32px;
    margin-bottom: 32px;
}
.gnl-site-title {
    font-size: 20px;
}
.gnl-site-title-link {
    color: white;
    text-decoration: none;
}
.gnl-site-title-link:active,
.gnl-site-title-link:focus,
.gnl-site-title-link:hover {
    color: white;
}
.gnl-site-title-tagline {
    text-align: center;
    margin-bottom: 32px;
}
.gnl-site-title,
.gnl-site-tagline {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 840px) {
    .gnl-site-title-tagline {
        text-align: left;
        margin-bottom: 0;
    }
    .gnl-site-title {
        margin-top: 2px;
    }
}
.gnl-navigation.gnl-navigation--header {
    width: auto;
    flex-basis: auto;
}
.has-header-center .gnl-navigation.gnl-navigation--header {
    position: absolute;
    width: calc(100% - 32px);
    top: 10px;
}
@media (max-width: 839px) {
    .gnl-navigation.gnl-navigation--header {
        position: absolute;
        width: calc(100% - 32px);
        top: 10px;
    }
}
@media (max-width: 1023px) {
    .gnl-navigation.gnl-navigation--header .gnl-navigation__nav {
        display: none !important;
    }
    .gnl-navigation-drawer__button-container {
        display: flex !important;
    }
    .gnl-search {
        display: none;
    }
}
@media (min-width: 1024px) {
    .gnl-navigation.gnl-navigation--header .gnl-navigation__nav {
        display: flex !important;
        margin-top: 6px;
	justify-content: flex-end;
    }
    .gnl-navigation-drawer__button-container {
        display: none !important;
    }
    .gnl-search {
        display: flex;
        width: 31.578947%;
        position: relative;
    }
    .gnl-navigation[class$="search"] {
        position: absolute;
        right: 0;
    }
    .gnl-navigation[class$="before-search"] {
        top: -20px;
    }
    .gnl-navigation[class$="after-search"] {
        bottom: -16px;
    }
    .gnl-navigation[class$="search"] > ul  {
        display: flex;
        list-style: none;
        align-items: center;
        padding: 0;
        margin: 0;
    }
    .gnl-navigation[class$="search"] > ul > li {
        margin-left: 1rem;
    }
    .gnl-navigation[class$="search"] > ul > li:first-child {
        margin-left: 0;
    }
    .gnl-navigation[class$="search"] > ul > li > a {
        color: #fff;
        text-decoration: none;
    }
    .gnl-navigation[class$="search"] > ul > li > a:hover {
        text-decoration: underline;
    }
    .gnl-navigation[class$="search"] > ul > li.mygovnl > a {
        display: block;
        text-indent: -9999px;
        width: 198px;
        height: 26px;
        background: url("../images/mygovnl-and-online-services.svg") 0 6px / 198px 20px no-repeat;
    }
    .gnl-search-form {
        width: 100%;
    }
}
.gnl-navigation.gnl-navigation--side .gnl-navigation-drawer__nav {
    flex: 0 0 auto;
}
.gnl-header-image {
    background-position: 50%;
    background-repeat: no-repeat;
}

/* Breadcrumbs */
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ol li:not(:last-child):after {
    content: '';
    display: inline-flex;
    width: 6.1px;
    height: 10px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iOS45OTkiIHdpZHRoPSI2LjA2NiIgdmlld0JveD0iMCAwIDYuMDY2IDkuOTk5Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5jbHMtMXtmaWxsOiAjMjEyMzI2O3N0cm9rZS13aWR0aDogMHB4O308L3N0eWxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2LjA2NiA0Ljk5NyAxLjA2OSAwIC4wMDggMS4wNiAzLjk0MiA0Ljk5MyAwIDguOTM1IDEuMDY0IDkuOTk5IDUuMDA2IDYuMDU4IDUuMDA2IDYuMDU4IDYuMDY2IDQuOTk3Ii8+PC9zdmc+) no-repeat center / 6.1px 10px;
    margin: 0 0.4375rem 0 0.5625rem;
}
.breadcrumbs ol li a {
    color: inherit;
    text-decoration: none;
}
.breadcrumbs ol li a:hover {
    text-decoration: underline;
}

/* Cards */
.gnl-carousel .gnl-card {
    flex-basis: auto;
    margin-left: 16px;
    margin-right: 16px;
}
.gnl-card__icon > .material-icons {
    font-size: 87px; /* Maximum width/height 80px */
}
.gnl-card__icon > *[class^="fa-"] {
    font-size: 64px; /* Maximum width/height 80px */
}
.gnl-card-background { 
    background-size: cover; 
    background-position: top !important; 
    height: 250px; 
    width: 100%; 
    filter: brightness(90%);
} 
.gnl-card-background:hover { 
    opacity: 0.7; 
} 
/* .gnl-header-white { 
    position: absolute; 
    width: 100%;
    bottom: 0; 
    left: 0; 
    min-height: 4rem;
    color: #fff !important; 
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; 
    text-decoration: none !important; 
    text-transform: uppercase; 
    padding-left: 16px; 
    font-size: 1.9rem; 
    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-header-white {
    color: #fff !important;
    position: absolute;
    bottom: 32px;
    margin-top: 32px;
    text-decoration: none !important;
    font-size: 1.9rem;
    text-shadow: 0 0 6px #000;
    font-family: Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    min-height: 2rem;
}

.gnl-header-white::before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: #fff;
}

/* Slick Slider */
.slick-slider {
    margin-left: -1rem;
    margin-right: -1rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 2.375rem;
}
.slick-slider .slick-track {
    display: flex;
}
.slick-slide {
    height: auto;
    display: flex !important; /* 100% height */
}
.slick-prev, 	
.slick-next {
    width: 1.125rem;
    height: 2rem;
    background-color: #5f6368;
    opacity: 1;
}
.slick-prev:before,
.slick-next:before {
    content: none;
}
.slick-prev {
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyODJEO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyLjEsMTMuOSAxNS45LDAuMSAxOCwyLjIgNC4yLDE2IDE4LDI5LjggMTUuOSwzMS45IDIuMSwxOC4xIDAsMTYgIi8+Cjwvc3ZnPgo=);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMjMyODJEO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyLjEsMTMuOSAxNS45LDAuMSAxOCwyLjIgNC4yLDE2IDE4LDI5LjggMTUuOSwzMS45IDIuMSwxOC4xIDAsMTYgIi8+Cjwvc3ZnPgo=);
    left: -2rem;
    mask-repeat: no-repeat;
}
.slick-next {
    -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzIzMjgyRDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE2IDE1LjksMTguMSAyLjEsMzEuOSAwLDI5LjggMTMuOCwxNiAwLDIuMiAyLjEsMC4xIDE1LjksMTMuOSAiLz48L3N2Zz4=);
    -webkit-mask-repeat: no-repeat;
    mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE4IDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzIzMjgyRDt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4LDE2IDE1LjksMTguMSAyLjEsMzEuOSAwLDI5LjggMTMuOCwxNiAwLDIuMiAyLjEsMC4xIDE1LjksMTMuOSAiLz48L3N2Zz4=);
    right: -2rem;
    mask-repeat: no-repeat;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
    background-color: #212326;
    opacity: 1;
}
.slick-dots {
    line-height: 0;
    bottom: -2.8125rem;
}
.slick-dots li button:before {
    color: #5f6368;
    opacity: 1;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
    color: #212326;
    opacity: 1;
}
/* Fix infinite width issue */
.cards-content,
.features-content { 
    width: 0;
    min-width: 100%;
}

/* Content */
.gnl-main-content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.sub-menu {
    padding-left: 16px;
}
.menu-item {
	list-style-type: none;
}

/* Footer */
.gnl-footer__content,
.gnl-footer__widgets {
    text-align: left;
}

/* Icons */
a[target$='new']::before, a[target$='blank']::before, a[rel$='noopener']::before {
    content: " (opens in a new window)";
    font-size: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    clip: rect(0, 0, 0, 0); 
  }

a[target$='new']::after, a[target$='blank']::after, a[rel$='noopener']::after {
    content:"\f08e";
    font-family: "Font Awesome 6 Free";
    padding-left: 0.1875rem;
    font-size: 14px;
    display: none;
}

.gnl-list-group__item[target$='blank']::after, a[rel$='noopener']::after {
    color: #004b87;
}

a[href$='.pdf']::after {
    content:"\f1c1";
    font-family: "Font Awesome 6 Regular";
    padding-left: 0.1875rem;
    color: #d32f2f!important;
    font-weight: 10;
    font-size: 14px;
}

a[href$='.pdf']::before, a[href$='.pdf']::before {
    content: " (opens a PDF)";
    font-size: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    clip: rect(0, 0, 0, 0); 
  }

a[href$='.pptx']::after {
    content:"\f1c2";
    font-family: "Font Awesome 6 Regular";
    padding-left: 0.1875rem;
    color: #9b6116!important;
    font-size: 14px;
}

a[href$='.zip']::after {
    content:"\f1c6";
    font-family: "Font Awesome 6 Regular";
    padding-left: 0.1875rem;
    font-size: 14px;
}

a[href$='.doc']::after, a[href$='.docx']::after {
    content:"\f1c2";
    font-family: "Font Awesome 6 Regular";
    padding-left: 0.1875rem;
    color: #004b87!important;
    font-size: 14px;
}

a[href$='.xlsx']::after, a[href$='.csv']::after, a[href$='.xls']::after, a[href$='.ods']::after {
    content:"\f1c3";
    font-family: "Font Awesome 6 Regular";
    padding-left: 0.1875rem;
    color: #3e861f!important;
    font-size: 14px;
}

a[href$='.xlsx']::before, a[href$='.csv']::before, a[href$='.xls']::before, a[href$='.ods']::before, a[href$='.doc']::before, a[href$='.docx']::before, a[href$='.zip']::before, a[href$='.pptx']::before {
    content: " (downloads a file)";
    font-size: 0;
    line-height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    clip: rect(0, 0, 0, 0); 
  }

  /* Images */
img {
	display: block;
	max-width: 100%;
	/*height: auto;*/
	border-radius: 6px;
}

.gnl-site-footer {
	background: url(../images/Winston_Web_Rip-texture-2.png) no-repeat top center / auto 67px #fed745;
	padding-top: 83px;
}

.gnl-header-new {
	font-size: 2em;
}

.gnl-hero {
    background: url(../images/Winston_Web_Rip-texture-1.png) no-repeat bottom center / auto 79px, url(../images/Winston_Web_ChurchillValleyBG.jpg) no-repeat center center / cover;
    padding-top: 96px;
}

/* ./files/Rip_Web.png */

@media (min-width: 1921px) {
    .gnl-hero {
        background: url(../images/Winston_Web_ChurchillValleyBG.jpg) no-repeat center center / cover;
    }
}

@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;
    text-decoration: none;
}

@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);
	}
}

.align-center {
    text-align: center;
}

.gnl-section-intro img {
	border: 6px solid #fff;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin: auto;
}

/* 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;
	}
}

/* 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;
}

@media (max-width: 1025px) {
    .gnl-hero {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)), url(../images/Winston_Web_Rip-texture-1.png) no-repeat bottom center / auto 79px, url(../images/Winston_Web_ChurchillValleyBG.jpg) no-repeat center center / cover;
    }

    .gnl-hero .learn-more {
        color: #004b87!important;
        text-shadow: 0 0 1px #000;
    }

    .learn-more:after {
        background: none!important;
        content: "expand_more"!important;
        font-family: "Material Icons"!important;
        font-size: 50px;
        height: 50px!important;
    }
}

.gnl-navigation .gnl-navigation-drawer__button-container {
    color: #000; 
}

.card-1, .card-2 {
    max-width: 373px; 
    height: 260px;
}

.card-shadow {
    /* mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
}

.breadcrumbs ol li a {
    color: #243746 !important;
}

.gnl-subheader, .gnl-subheader__container {
    background-color: #ffffff!important;
}