/*!
Theme Name: Website Theme Name
Author: SMSC Marketing
Author URI: http: //shakopeedakota.org/
Description: Description
Version: 1.0.0
Text Domain: website
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

/* Transitions */

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

.transition25 {
	-moz-transition: all 25ms;  /* FF4+ */
	-o-transition: all 25ms;  /* Opera 10.5+ */
	-webkit-transition: all 25ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 25ms;  /* IE10 */
	transition: all 25ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition75 {
	-moz-transition: all 75ms;  /* FF4+ */
	-o-transition: all 75ms;  /* Opera 10.5+ */
	-webkit-transition: all 75ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 75ms;  /* IE10 */
	transition: all 75ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition100 {
	-moz-transition: all 100ms;  /* FF4+ */
	-o-transition: all 100ms;  /* Opera 10.5+ */
	-webkit-transition: all 100ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 100ms;  /* IE10 */
	transition: all 100ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition250 {
	-moz-transition: all 250ms;  /* FF4+ */
	-o-transition: all 250ms;  /* Opera 10.5+ */
	-webkit-transition: all 250ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 250ms;  /* IE10 */
	transition: all 250ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition500,
a,
.button {
	-moz-transition: all 500ms;  /* FF4+ */
	-o-transition: all 500ms;  /* Opera 10.5+ */
	-webkit-transition: all 500ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 500ms;  /* IE10 */
	transition: all 500ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition750 {
	-moz-transition: all 750ms;  /* FF4+ */
	-o-transition: all 750ms;  /* Opera 10.5+ */
	-webkit-transition: all 750ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 750ms;  /* IE10 */
	transition: all 750ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition1000 {
	-moz-transition: all 1000ms;  /* FF4+ */
	-o-transition: all 1000ms;  /* Opera 10.5+ */
	-webkit-transition: all 1000ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 1000ms;  /* IE10 */
	transition: all 1000ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition1250 {
	-moz-transition: all 1250ms;  /* FF4+ */
	-o-transition: all 1250ms;  /* Opera 10.5+ */
	-webkit-transition: all 1250ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 1250ms;  /* IE10 */
	transition: all 1250ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.transition2000 {
	-moz-transition: all 2000ms;  /* FF4+ */
	-o-transition: all 2000ms;  /* Opera 10.5+ */
	-webkit-transition: all 2000ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 2000ms;  /* IE10 */
	transition: all 2000ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.no-transition {
	-moz-transition: all 0ms;  /* FF4+ */
	-o-transition: all 0ms;  /* Opera 10.5+ */
	-webkit-transition: all 0ms;  /* Saf3.2+, Chrome */
	-ms-transition: all 0ms;  /* IE10 */
	transition: all 0ms;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
}

.delay250 {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.delay500 {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.delay750 {
	-webkit-transition-delay: 750ms;
	-moz-transition-delay: 750ms;
	-o-transition-delay: 750ms;
	transition-delay: 750ms;
}

.delay1000 {
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.bezier,
.button,
#masthead a,
#social-media a,
.arrow,
.arrow::after {
	transition-timing-function: cubic-bezier(0.36, -0.85, 0.23, 1.84);
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

/*** OOCSS ***/

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

/* Widths */
.contain-width-1920 {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

.contain-width {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.full-width {
	width: 100%;
}

.half-width {
	width: 50%;
}

.one-fourth-width,
.one-qtr-width {
	width: 25%;
}

.three-fourth-width,
.three-qtr-width {
	width: 75%;
}

.one-third-width {
	width: 33.33333%;
}

.two-third-width {
	width: 66.66666%;
}

.one-fifth-width {
	width: 20%;
}

.two-fifth-width {
	width: 40%;
}

.three-fifth-width {
	width: 60%;
}

.four-fifth-width {
	width: 80%;
}

.auto-width {
	width: auto;
}

/* END Widths */

/* Margins Padding Borders */
.padding-tny {
	padding: 5px;
}

.padding-sml {
	padding: 10px;
}

.padding-med {
	padding: 20px;
}

.padding-lrg {
	padding: 40px;
}

.padding-xlrg {
	padding: 80px;
}

.padding-top-med {
	padding-top: 20px;
}

.padding-top-lrg {
	padding-top: 40px;
}

.padding-bottom-med {
	padding-bottom: 20px;
}

.padding-bottom-lrg {
	padding-bottom: 40px;
}

.padding-bottom-xlrg {
	padding-bottom: 80px;
}

.padding-left-med {
	padding-left: 20px;
}

.padding-left-lrg {
	padding-left: 40px;
}

.padding-left-xlrg {
	padding-left: 80px;
}

.padding-right-med {
	padding-right: 20px;
}

.padding-right-lrg {
	padding-right: 40px;
}

.padding-right-xlrg {
	padding-right: 80px;
}

.padding-horz-tny {
	padding-left: 5px;
	padding-right: 5px;
}

.padding-horz-sml {
	padding-left: 10px;
	padding-right: 10px;
}

.padding-horz-med {
	padding-left: 20px;
	padding-right: 20px;
}

.padding-horz-lrg {
	padding-left: 40px;
	padding-right: 40px;
}

.padding-horz-xlrg {
	padding-left: 80px;
	padding-right: 80px;
}

.padding-vert-tny {
	padding-top: 5px;
	padding-bottom: 5px;
}

.padding-vert-sml {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-vert-med {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-vert-lrg {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-vert-xlrg {
	padding-top: 80px;
	padding-bottom: 80px;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-horz {
	padding-left: 0;
	padding-right: 0;
}

.margin-tny {
	margin: 5px;
}

.margin-sml {
	margin: 10px;
}

.margin-med {
	margin: 20px;
}

.margin-lrg {
	margin: 40px;
}

.margin-bottom-tny {
	margin-bottom: 5px;
}

.margin-bottom-sml {
	margin-bottom: 10px;
}

.margin-bottom-med {
	margin-bottom: 20px;
}

.margin-bottom-lrg {
	margin-bottom: 40px;
}

.margin-bottom-xlrg {
	margin-bottom: 80px;
}

.margin-top-tny {
	margin-top: 5px;
}

.margin-top-sml {
	margin-top: 10px;
}

.margin-top-med {
	margin-top: 20px;
}

.margin-top-lrg {
	margin-top: 40px;
}

.margin-top-xlrg {
	margin-top: 80px;
}

.margin-horz-tny {
	margin-left: 5px;
	margin-right: 5px;
}

.margin-horz-sml {
	margin-left: 10px;
	margin-right: 10px;
}

.margin-horz-med {
	margin-left: 20px;
	margin-right: 20px;
}

.margin-horz-lrg {
	margin-left: 40px;
	margin-right: 40px;
}

.margin-horz-xlrg {
	margin-left: 80px;
	margin-right: 80px;
}

.margin-vert-tny {
	margin-top: 5px;
	margin-bottom: 5px;
}

.margin-vert-sml {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-vert-med {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-vert-lrg {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin-vert-xlrg {
	margin-top: 80px;
	margin-bottom: 80px;
}

.margin-right-lrg {
	margin-right: 40px;
}

.margin-left-lrg {
	margin-left: 40px;
}

.margin-center {
	margin: 0 auto;
}

.no-margin {
	margin: 0 !important;
}

.border-top-thick {
	border-top-style: solid;
	border-top-width: 10px;
}

.border-top {
	border-top-style: solid;
	border-top-width: 5px;
}

.border-bottom-thin {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.border-bottom-thick {
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

.border-right-thin {
	border-right-style: solid;
	border-right-width: 1px;
}

.border-left-thin {
	border-left-style: solid;
	border-left-width: 1px;
}

.border-left-thick {
	border-left-style: solid;
	border-left-width: 10px;
}

.border-thin {
	border-style: solid;
	border-width: 1px;
}

.border-thick {
	border-style: solid;
	border-width: 10px;
}

.round-corners {
	border-radius: 10px;
}

.border-rad-10 {
	border-radius: 10%;
}

.border-rad-6 {
	border-radius: 6%;
}

/* Positioning */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.fixed {
	position: fixed;
}

.center-element,
.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.float-left,
.alignleft {
	float: left;
}

.float-right,
.alignright {
	float: right;
}

.float-none {
	float: none;
}

.clear {
	clear: both;
}

.clearfix::after {
	content: "";
	display: initial;
	clear: both;
}

/* Display Properties */
.display-block {
	display: block;
}

.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.display-flex img {
	align-self: center;
}

.display-inline {
	display: inline;
}

.display-inline-block {
	display: inline-block;
}

.display-table {
	display: table;
	table-layout: fixed;
}

.display-table-cell {
	display: table-cell;
}

.display-grid {
	display: grid;
}

.inherit-height {
	height: inherit;
}

.inherit-width {
	width: inherit;
}

.vertical-top {
	height: inherit;
	display: table-cell;
	vertical-align: top;
}

.vertical-middle {
	height: inherit;
	display: table-cell;
	vertical-align: middle;
}

.vertical-bottom {
	height: inherit;
	display: table-cell;
	vertical-align: bottom;
}

.overflow-hidden {
	overflow: hidden;
}

.rotate-90 {
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.hide {
	display: none;
}

.mobile-show,
.show {
	display: initial;
}

/* .desktop-show, .tablet-show { display: none; } */

/* ~ Flex Positioning ~ */
.flex-row {
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-justify-center,
.flex-horz-center,
.justify-content-center {
	justify-content: center;
}

.flex-justify-right,
.flex-horz-right,
.justify-content-right {
	justify-content: flex-end;
}

.flex-justify-around,
.flex-horz-space-around,
.justify-content-around {
	justify-content: space-around;
}

.flex-justify-between,
.flex-horz-space-between,
.justify-content-between {
	justify-content: space-between;
}

.flex-top,
.flex-align-top,
.flex-vert-top,
.align-items-start {
	align-items: flex-start;
}

.flex-align-center,
.flex-vert-center,
.align-items-center {
	align-items: center;
}

.flex-align-bottom,
.flex-vert-bottom,
.align-items-end {
	align-items: flex-end;
}

.flex-align-stretch,
.flex-vert-stretch,
.align-items-stretch {
	align-items: stretch;
}

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

.flex-self-top {
	align-self: flex-start;
}

.flex-self-center {
	align-self: center;
}

.flex-self-bottom {
	align-self: flex-end;
}

.flex-self-stretch {
	align-self: stretch;
}

.flex-grow {
	flex-grow: 1;
	flex-basis: 0;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-column {
	flex-direction: column;
}

/* ~ Grid Positioning ~ */
.column-span-2 {
	grid-column: span 2;
}

.column-span-3 {
	grid-column: span 3;
}

.column-span-4 {
	grid-column: span 4;
}

/* Background Properties */
.bg-cover {
	background-size: cover;
}

.bg-contain {
	background-size: contain;
}

.bg-left-top {
	background-position: left top;
}

.bg-center-top {
	background-position: center top;
}

.bg-right-top {
	background-position: right top;
}

.bg-left-center {
	background-position: left center;
}

.bg-center-center {
	background-position: center center;
}

.bg-right-center {
	background-position: right center;
}

.bg-left-bottom {
	background-position: left bottom;
}

.bg-center-bottom {
	background-position: center bottom;
}

.bg-right-bottom {
	background-position: right bottom;
}

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

	.rotate-90 {
		-ms-transform: inherit; /* IE 9 */
		-webkit-transform: inherit; /* Chrome, Safari, Opera */
		transform: inherit;
	}
}

/* Font Attributes */
.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: none;
}

.capitalize {
	text-transform: capitalize;
}

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

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

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

.underline {
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

i,
em,
.font-italic,
.italic {
	font-style: italic;
}

.font-light,
.light {
	font-weight: 300;
}

.font-regular,
.font-normal,
.normal {
	font-weight: 400;
}

strong,
.font-bold,
.bold {
	font-weight: 700;
}

.font-thin,
.thin {
	font-weight: 100;
}

.text-shadow-subtle-black {
	text-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
}

.text-shadow-subtle-white {
	text-shadow: 0 0 100px rgba(255, 255, 255, 0.8);
}

.font-serif {
	font-family: serif;
}

/* css columns do not work >= IE8 */
.text-columns-1 {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}

.text-columns-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
}

.text-columns-3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.text-columns-4 {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.text-columns-5 {
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

/* misc */
.pointer {
	cursor: pointer;
} /* finger pointer on hover */
.help {
	cursor: help;
} /* question mark on hover */
ul.horizontal {
	list-style: none;
	margin: 0;
}

ul.horizontal li {
	float: left;
}

.no-list-style {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-break {
	white-space: nowrap;
}

.overflow-wrap-anywhere {
	overflow-wrap: anywhere;
}

/* OOCSS Media Queries */

/* This DPC site is mobile first, so these need to change a little */
@media only screen and (min-width: 768px) {

	/* Tablet Classes used to overwrite mobile first design */

	/* Because some content just needed a different breakpoint */
	.tablet-show {
		display: initial;
	}

	.tablet-hide {
		display: none;
	}

	.tablet-text-right {
		text-align: right;
	}

	.tablet-text-left {
		text-align: left;
	}

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

	.tablet-one-fourth-width,
	.tablet-one-qtr-width {
		width: 25%;
	}

	.tablet-flex-justify-between,
	.tablet-flex-horz-space-between,
	.tablet-justify-content-between {
		justify-content: space-between;
	}
}

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

	/* keep this, cuz it's one of our breakpoints */
}

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

	/* Desktop Classes used to overwrite mobile first design */
	.desktop-show {
		display: initial;
	}

	.desktop-hide {
		display: none;
	}

	.desktop-text-right {
		text-align: right;
	}

	.desktop-text-left {
		text-align: left;
	}

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

	.desktop-one-fourth-width,
	.desktop-one-qtr-width {
		width: 25%;
	}

	.desktop-flex-justify-between,
	.desktop-flex-horz-space-between,
	.desktop-justify-content-between {
		justify-content: space-between;
	}
}

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

	/* keep this, cuz it's one of our breakpoints */
}

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

	/* keep this, cuz it's one of our breakpoints */
}

/* not really planning to use the following 'device' styles */

/*
@media only screen and (max-width: 1000px),
only screen and (min-device-width : 770px) and
(max-device-width: 1024px) and (orientation: landscape) {
	.padding-sml { padding: 5px; }
	.padding-med { padding: 10px; }
	.padding-lrg { padding: 20px; }
	.padding-xlrg { padding: 40px; }
	.padding-left-xlrg { padding-left: 40px; }
	.padding-right-xlrg { padding-right: 40px; }

	.padding-horz-xlrg { padding-left: 40px; padding-right: 40px; }
	.flex-mobile-nowrap { flex-wrap: nowrap; }
	.lrg-tablet-full { width: 100%; }
	.lrg-tablet-full.flex-grow { flex-basis: unset; }
	.lrg-tablet-half { width: 50%; }
	.lrg-tablet-text-center { text-align: center; }
	.lrg-tablet-text-left { text-align: left; }
	.lrg-tablet-text-right { text-align: right; }
	.lrg-tablet-no-padding { padding: 0; }
	.lrg-tablet-no-margin { margin: 0; }
	.lrg-tablet-one-third { width: 33.33333%; }
	.lrg-tablet-two-third { width: 66.66666%; }
	.lrg-tablet-hide { display: none; }
}
@media only screen and (max-width: 770px) {
	.bg-mobile-hide { background-image: none !important; }
	.tablet-show { display: block; }
	.tablet-hide { display: none; }
	.tablet-full { width: 100%; }
	.tablet-full.flex-grow { flex-basis: unset; }
	.tablet-half { width: 50%; }
	.tablet-hide-border { border: 0px !important; }
	.tablet-text-center { text-align: center; }
	.tablet-no-padding { padding: 0; }
	.padding-vert-lrg { padding-top: 20px; padding-bottom: 20px; }

	.column-span-2 { grid-column: initial; }
	.column-span-3 { grid-column: initial; }
	.column-span-4 { grid-column: initial; }
}
@media only screen and (max-width: 640px) {
	.mobile-hide { display: none; }
	.mobile-break { display: table-column; }
	.mobile-show { display: block; }
	.mobile-full { width: 100%; }
	.mobile-full.flex-grow { flex-basis: unset; }
	.mobile-half { width: 50%; }
	.mobile-display-block { display: block; }
	.mobile-text-center { text-align: center; }
	.mobile-text-justify { text-align: justify; }
	.mobile-no-padding { padding: 0; }
	.flex-mobile-full { width: 100%; }
}
@media only screen and (max-width: 480px) {
	.padding-vert-med { padding-top: 10px; padding-bottom: 10px; }
	.padding-horz-xlrg { padding-left: 20px; padding-right: 20px; }
}
@media only screen and (max-width: 330px) {

}
*/
