/* @import url("https://fonts.googleapis.com/css2?family=Special+Elite&display=swap");
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Noto+Serif+Georgian:wght@700&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Special+Elite&family=EB+Garamond&family=Lora:wght@700&family=Courier+Prime&family=Noto+Serif+Georgian:wght@700&display=swap");


/* -------------------- Global ---------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Special Elite", "Playfair Display", serif;
}

.list .list-text .cw-red-button .btn-primary {
	background-color: #bc252b;
}

/*Header */
.header .affix {
	position: relative !important;
	width: 100%;
	z-index: 1030;
}

.header .container {
	max-width: 100%;
}

.header .navbar-dark .navbar-nav .nav-link {
	line-height: 36px;
	text-transform: uppercase;
	font-size: 0.95rem;
}

.header .header-info-logo-img img {
	width: 145px;
}

.cw-header-info {
	padding: 0.75em;
}

.cw-header-info span {
	vertical-align: middle;
}

.header a {
	vertical-align: middle;
	color: #000;
	font-weight: 700;
	font-size: 1.1rem;
}

.header a:hover {
	color: var(--color-theme-primary);
}

.page-home .header-info-logo-img {
	display: none;
}

@media (min-width: 992px) {
	.header a {
		color: var(--color-theme-text-link);
	}

	.header .header-container .cw-header-info a {
		color: #fff;
	}

	.header .header-container .cw-header-info a:hover {
		color: var(--color-theme-primary);
	}

	.header .header-info-logo-img {
		position: absolute;
		top: 0.5rem;
		left: 0;
		z-index: 1040;
		padding: 0;
	}

	nav.navbar .container {
		position: relative;
		margin: 0 auto;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		top: 3.75rem;
		background-color: rgba(24, 24, 24, 0.5);
	}

	.cw-header-info {
		position: absolute;
		z-index: 1040;
		top: 0;
		width: 100%;
	}
}

/* Hero */
.webit__parallax {
	position: relative;
	background: rgba(0, 0, 0, 0.25);
	min-height: 650px;
	display: flex;
	align-items: center;
}

.webit__parallax h1 {
	font-family: "Special Elite", "Playfair Display", serif;
	font-size: 2.5rem;
	text-shadow: 4px 4px 5px #000000;
	color: var(--color-theme-primary);
}

.webit__svg {
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: -10px;
}

@media (max-width: 812px) {
	.webit__svg {
		display: none;
	}
}

/* SVG Animation */
.wb__wave>use {
	animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.wb__wave>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.wb__wave>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.wb__wave>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.wb__wave>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*--- Home Page stories and banner ---*/

.cw-discount.p-3 {
	background-image: linear-gradient(45deg, black, transparent), url('https://apihoard.webit.com/api/v1/Image/00CC554B2B351E56AE1EC1291CFAA7F3/00CC554B2B351E56AE1EC1291CFAA7F3.jpg?size=1920x1440');
	background-size: cover;
	border-radius: 1em;
}

.cw-discount h3 {
	color: var(--color-theme-primary);
	text-shadow: 4px 4px 5px #000;
	;
}

/* Home Page - About */
.cw-home-about .blockquote {
	border-left: 5px solid var(--color-theme-secondary);
	padding-left: 4%;
	margin: 0;
}

.cw-home-about p {
	font-size: 1.25rem;
}

/* Video on homepage and other pages*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Inner Headings */
.title-container .title-heading {
	font-family: "Special Elite", "Playfair Display", serif !important;
	font-size: 2.5rem;
	text-align: center;
}

.line {
	/* margin: auto 0; */
	max-width: 100%;
}

.line hr {
	border-top-color: var(--color-theme-primary);
}

/* Inner Pages */
.blockquote {
	border-left: 5px solid var(--color-theme-secondary);
	padding-left: 4%;
	margin: 0;
}

.cw-about p,
.text p,
.text li {
	font-size: 1.25rem;
}

.text p a {
	word-wrap: break-word;
}

.cw-local-news {
	font-family: "Special Elite", "Playfair Display", serif;
	font-size: x-large;
	text-align: center;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* Our Creed page */
.rounded-circle {
	position: absolute;
	top: 0;
	left: 50%;
	height: 150px;
	width: 150px;
}

.card {
	border: 0px;
}

.card-footer {
	background: transparent;
	border: 0px;
}

.cw-image {
	margin: auto;
}

/* History Page */
.cw-article h3,
.cw-article h4 {
	font-family: "Special Elite", "Playfair Display", serif;
	padding: 2% 0;
}

.cw-article p a {
	color: var(--color-theme-primary);
}

.cw-article p a:hover {
	color: var(--color-theme-secondary);
}

/* History pages */
.cw-image-caption {
	background-color: #efefef;
	border: 1px solid var(--color-theme-border);
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
}

.cw-quotation {
	font-style: italic;
	padding: 1rem 1.5rem;
	border-left: 2px solid var(--color-theme-secondary);
}

.cw-quotation span {
	font-weight: 700;
	font-style: normal;
}

/* Our Story */
.cw-siouxfalls {
	margin-bottom: 1em;
}

.cw-siouxfalls img {
	border-radius: 50%;
	height: 250px;
	object-fit: cover;
}

.cw-affairs .cw-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.cw-links a:link,
.cw-links a:active,
.cw-links a:visited {
	color: var(--color-theme-text-link);
}

.cw-links a:hover {
	color: var(--color-theme-highlight);
}

@media (min-width: 768px) {
	.cw-articles {
		border-right: 1px solid #ccc;
		padding-right: 10px;
	}
}

.responsive {
	width: 100%;
	height: auto;
}


/* SERVICES PAGES */
.pg-services-list {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}

@media (min-width: 548px) and (max-width: 811px) {
	.pg-services-list {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}
}

@media (min-width: 812px) {
	.pg-services-list {
		column-count: 3;
		-moz-column-count: 3;
		-webkit-column-count: 3;
	}
}

.pg-services-list li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services-list li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url("https://apihoard.webit.com/api/v1/Image/3E10BB59CC37A8E46C79CFC8A9DA108B/3E10BB59CC37A8E46C79CFC8A9DA108B.png?size=320x240");
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* WE THE PEOPLE SD PAGE */

.page-we-the-people-sd .line hr {
	border-top-color: #000;
	margin-top: 1rem;
	margin-bottom: 0rem;
	border: 0;
	border-top-width: 1px;
	border-style: solid;
	/* margin-right: -5rem;
  margin-left: -3rem; */
}

.page-we-the-people-sd hr {
	color: #000;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top-width: 2px;
	border-style: solid;
}

.cw-wtp-title h1 {
	color: #0b5394;
	font-weight: 700;
	font-size: 18px;
	font-family: "Merriweather" !important;
	font-style: normal;
}

.cw-wtp-title h3 {
	color: #3d85c6;
	font-weight: 700;
	font-size: 14px;
	font-family: "Lora" !important;
	font-style: normal;
}

.cw-wtp-sub-title h4 {
	color: #a61c00;
	font-weight: 400;
	font-size: 18px;
	font-family: "EB Garamond" !important;
	font-style: normal;
	margin-top: -1.5rem;
}

.cw-typewriter {
	color: #000000;
	font-weight: 400;
	font-size: 12px !important;
	font-family: "Courier Prime" !important;
	font-style: normal;
}

.cw-wtp-desc2 h5 {
	color: #000;
	font-weight: 700;
	font-size: 19px;
	font-family: 'Noto Serif Georgian', serif !important;
	font-style: normal;
	margin-top: 2rem;
	margin-bottom: -2rem;
}

.cw-mission {
	color: #bf9000;
	font-weight: 700;
	font-size: 24px;
}

.cw-typewriter-slogan {
	font-family: "Cabin", sans-serif !important;
	font-style: normal;
	font-weight: 700;
}

.cw-wtp-desc2 .cw-wtp-slogan {
	color: #a61c00;
}

.cw-wtp-submit h5 {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Noto Serif Georgian', serif !important;
	font-style: normal;
}

.cw-two-color {
	font-size: 15px !important;
}

.page-we-the-people-sd .form {
	padding-top: 0em;
}

.webit-forms-header {
	color: #bf9000;
	font-family: "Lora" !important;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5em;
}

@media (min-width: 330px) {
	.page-we-the-people-sd .line hr {
		width: 100%;
	}

	.cw-wtp-title h1 {
		font-size: 22px;
	}

	.cw-wtp-title h3 {
		font-size: 18px;
	}

	.cw-wtp-sub-title h4 {
		font-size: 22px;
	}

	.cw-two-color {
		font-size: 18px !important;
	}
}

@media (min-width: 440px) {
	.page-we-the-people-sd .line hr {
		margin-right: -7.25rem;
		margin-left: -4rem;
	}

	.cw-wtp-title h1 {
		font-size: 30px;
	}

	.cw-wtp-title h3 {
		font-size: 22px;
	}

	.cw-two-color {
		font-size: 24px !important;
	}
}

@media (min-width: 768px) {

	/* .page-we-the-people-sd .line {
    max-width: 87%;
  } */
	.page-we-the-people-sd .line hr {
		/* position: relative; */
		left: 1rem;
		margin-left: 0;
		margin-right: 0;
	}

	.cw-wtp-title h3 {
		font-size: 31px;
	}

	.cw-wtp-sub-title h4 {
		font-size: 34px;
	}

	.cw-two-color {
		font-size: 21px !important;
	}

	.cw-wtp-submit h5 {
		font-size: 25px;
	}
}

@media (min-width: 992px) {

	/* .page-we-the-people-sd .line {
    max-width: 80%;
  } */
	.page-we-the-people-sd .line hr {
		left: 6rem;
	}

	.cw-wtp-title h1 {
		font-size: 35px;
	}

	.cw-wtp-title h3 {
		font-size: 36px;
	}

	.cw-wtp-sub-title h4 {
		font-size: 28px;
	}

	.cw-typewriter {
		font-size: 15px !important;
	}

	.cw-typewriter-slogan {
		font-size: 1.75rem !important;
	}

	.cw-wtp-desc2 h5 {
		font-size: 30px;
	}

	.cw-mission {
		font-size: 2rem !important;
	}

	.cw-two-color {
		font-size: 30px !important;
	}

	.webit-forms-header {
		font-size: 3em;
	}
}

@media (min-width: 1160px) {
	/* .page-we-the-people-sd .line {
    max-width: 70%;
  } */
}

@media (min-width: 1200px) {
	.page-we-the-people-sd .line hr {
		left: 11rem;
	}

	.cw-wtp-sub-title h4 {
		font-size: 34px;
	}
}

@media (min-width: 1400px) {

	/* .page-we-the-people-sd .line {
    max-width: 57%;
  } */
	.page-we-the-people-sd .line hr {
		left: 12rem;
	}

	.page-we-the-people-sd .text p {
		font-size: 1.75rem;
	}
}

@media (min-width: 1600px) {
	/* .page-we-the-people-sd .line {
    max-width: 50%;
  } */
}

@media (min-width: 1800px) {

	/* .page-we-the-people-sd .line {
    max-width: 49%;
  } */
	.page-we-the-people-sd .line hr {
		left: 8rem;
	}

	.cw-wtp-title h1 {
		font-size: 40px;
	}

	.cw-wtp-title h3 {
		font-size: 41px;
	}

	.cw-typewriter {
		font-size: 17px !important;
	}

	.cw-wtp-desc2 h5 {
		font-size: 40px;
	}

	.cw-mission {
		font-size: 2.5rem !important;
	}

	.cw-two-color {
		font-size: 35px !important;
	}

	.cw-typewriter-slogan {
		font-size: 1.9rem !important;
	}

	.cw-wtp-submit h5 {
		font-size: 30px;
	}
}

@media (min-width: 1900px) {}


/*Footer*/

@media (min-width: 768px) {
	.cw-footer-hero .container {
		max-width: 991px;
	}
}

@media (min-width: 992px) {
	.cw-footer-hero .container {
		max-width: 1159px;
	}
}

@media (min-width: 1160px) {
	.cw-footer-hero .container {
		max-width: 1199px;
	}
}

@media (min-width: 1200px) {
	.cw-footer-hero .container {
		max-width: 1399px;
	}
}

@media (min-width: 1400px) {
	.cw-footer-hero .container {
		max-width: 1599px;
	}
}

@media (min-width: 1600px) {
	.cw-footer-hero .container {
		max-width: 1799px;
	}
}

@media (min-width: 1800px) {
	.cw-footer-hero .container {
		max-width: 1899px;
	}
}

@media (min-width: 1900px) {
	.cw-footer-hero .container {
		max-width: 100%;
	}
}

/*.footer {
  background-image: url(https://apihoard.webit.com/api/v1/Image/20E250F2AFE289A6F11BC82711ABD9C7/20E250F2AFE289A6F11BC82711ABD9C7.png?size=1920x1440);
  background-size: cover;
}*/


/* The Sioux Falls Story page */
.cw-sf-story iframe {
	height: 400px;
}

@media (min-width:440px) {
	.cw-sf-story iframe {
		height: 500px;
	}
}

@media (min-width:768px) {
	.cw-sf-story iframe {
		height: 650px;
	}
}

@media (min-width:992px) {
	.cw-sf-story iframe {
		height: 750px;
	}
}

/* mike for city council */

p.cw-aboutmike {
	font-size: 1.25em !important;
	color: #3498db !important;
	margin-bottom: 10px !important;
}

/* bullet points */
.pg-services li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
}

.pg-services li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url('https://apihoard.webit.com/api/v1/Image/E9A6377702F1CDA9F5BCC1B57C38B51E/E9A6377702F1CDA9F5BCC1B57C38B51E.png?size=1920x1440');
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0;

}

.cw-container-bg {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	margin-bottom: 35px;
	margin-top: 35px;

}

.cw-boxpdg {
	padding-right: 35px !important;
	padding-left: 35px;
}

.cw-transparent {
	padding-top: 20px;
	padding-bottom: 50px;
}

/* we the people */
.card-body {
	/* padding: 1.25rem 1.75rem; */
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	margin-bottom: 35px;
	margin-top: 15px;
	/* border-top: 1px solid var(--color-theme-secondary) */
}

.cw-container-bg2 {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
	margin-bottom: 55px;
	margin-top: 15px;
}

p.cw-aboutmike2 {
	font-size: 1.25em !important;
	color: #3498db !important;
	margin-bottom: 55px !important;
}