button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset { padding: .35em .75em .625em; }

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress { vertical-align: baseline; }
textarea { overflow: auto; }

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

input::placeholder, select::placeholder, textarea::placeholder {
	opacity: .5;
}
.eriks-form {
    padding: 1.5rem;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 2rem
}

.eriks-form p {
    color: #000
}

.form {
    font-family: "Geomanist","Open Sans",arial,sans-serif;
    background: rgba(0,0,0,0)
}

@media screen and (min-width: 48em) {
    .form {
        display:flex;
        flex-wrap: wrap;
        margin-left: -2rem
    }
}

.form--center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.form__intro {
    display: flex;
    margin-bottom: 2rem;
    width: 100%
}

.form--center .form__intro {
    justify-content: center
}

.form__column {
    flex-grow: 1;
    flex-shrink: 1
}

@media screen and (min-width: 48em) {
    .form__column {
        margin-left:2rem;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: calc(50% - 2rem)
    }
}

.form--center .form__column {
    flex-grow: 0
}

.form__column+.form__column {
    margin-top: 2rem
}

@media screen and (min-width: 48em) {
    .form__column+.form__column {
        margin-top:0 !important
    }
}

.form__column+.form__column:last-of-type {
    margin-left: 2rem
}

.form__column img {
    max-width: 22.5rem
}

@media screen and (min-width: 48em) {
    .form__column img {
        max-width:100%
    }
}

.form__row {
    max-width: 22.5rem
}

@media screen and (min-width: 48em) {
    .form__row {
        max-width:100%
    }
}

.form__row:not(:first-child) {
    margin-top: 1.5rem
}

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

.form__action {
    display: flex;
    margin-top: 1rem;
    width: 100%
}

@media screen and (min-width: 48em) {
    .form__action .form__column {
        flex-basis:100% !important
    }
}

.form--center .form__action .form__column {
    display: flex;
    justify-content: center;
    flex-basis: 100%
}
label {
    display: block;
}
.form__label {
    font-family: "Geomanist","Open Sans",arial,sans-serif;
    font-size: .875rem;
    line-height: 1;
    color: #000;
    margin-bottom: .25rem
}

.form__label--optional::before {
    content: attr(data-opt-text);
    float: right;
    margin-left: .25rem;
    color: #666
}

.form__label p {
    display: inline;
    font-size: .875rem !important
}

.form .input-group {
    margin-top: .75rem;
    display: block;
}

.layout-row--blue-dark .form__label,
.layout-row--livid .form__label {
    color: inherit
}
input, select, textarea{
    display: inline-block;
    padding: .5rem 1rem;
    border: 1px solid #0091c9;
    font-size: 1rem;
    line-height: 1.4;
    color: #666;
    background: #fff;
    outline: 0;
}
.form__input,
.form__select,
.form__textarea {
    font-size: .9375rem;
    width: 100%;
    border-color: #e3e3e3;
    border-radius: 0;
    transition: border-color .125s cubic-bezier(0.42,0,1,1)
}

.form__input:hover,
.form__input:focus,
.form__select:hover,
.form__select:focus,
.form__textarea:hover,
.form__textarea:focus {
    border-color: #0091c9
}

.form__input:disabled,
.form__select:disabled,
.form__textarea:disabled {
    background: #e5ecef
}

.form__input:-moz-read-only,
.form__textarea:-moz-read-only {
    background: #e5ecef
}

.form__input:read-only,.form__textarea:read-only {
    background: #e5ecef
}

.layout-row--blue-dark .form__input,
.layout-row--blue-dark .form__select,
.layout-row--blue-dark .form__textarea,
.layout-row--livid .form__input,
.layout-row--livid .form__select,
.layout-row--livid .form__textarea {
    color: #444
}

.form__input-search {
    color: #444;
    position: relative
}

.form__input-searchbutton {
    cursor: pointer;
    position: absolute;
    padding: .5rem 0 .5rem .5rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(0,0,0,0);
    outline: 0
}

.form__input-searchbutton::after {
    font-family: aem-icomoon !important;
    font-size: 1.5rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem
}

.form__input-searchbutton:hover::after {
    color: #0091c9
}

.form__input-search span.carbon-icon-search {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translate(50%,-50%)
}

.form__input-search .form__input {
    padding-right: 3rem
}

.form__input-searchclear {
    color: #444;
    position: relative
}

.form__input-searchclearbutton {
    cursor: pointer;
    position: absolute;
    padding: .5rem 0 .5rem .5rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: rgba(0,0,0,0);
    outline: 0;
    display: none
}

.form__input-searchclearbutton::after {
    font-family: aem-icomoon !important;
    font-size: 1.5rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.form__input-searchclearbutton:hover::after {
    color: #0091c9
}

.form__input-searchclear .form__input {
    padding-right: 3rem
}

.form__input--error {
    border-color: #d61c1c !important
}

.form__select-arrow {
    position: relative
}

.form__select-arrow::after {
    font-family: aem-icomoon !important;
    font-size: 1.5rem;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    pointer-events: none;
    font-size: 1.125rem;
    font-weight: 600;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%)
}

.form__select-arrow:hover::after {
    color: #0091c9
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 2rem
}

.form__select::-ms-expand {
    display: none
}

.form__textarea {
    height: 11.5rem;
    resize: vertical
}

.form__checkbox,.form__radio {
    position: absolute;
    opacity: 0
}

.form__checkbox+label,.form__radio+label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 2rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

.form__row-columns .form__checkbox+label,.form__row-columns .form__radio+label {
    flex: 0 50%
}

.form__checkbox+label::before,.form__radio+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: inline-block;
    vertical-align: text-top;
    width: 1.5rem;
    height: 1.5rem;
    color: #e3e3e3;
    box-shadow: 0 0 0 1px inset;
    transition: color .125s cubic-bezier(0.42,0,1,1),background .125s cubic-bezier(0.42,0,1,1)
}

.form__checkbox--small+label,.form__radio--small+label {
    font-size: .75rem;
    line-height: .875rem;
    padding-left: 1.4375rem;
    color: #0091c9
}

.form__checkbox--small+label a,.form__radio--small+label a {
    text-decoration: underline
}

.form__checkbox--small+label::before,.form__radio--small+label::before {
    width: .875rem;
    height: .875rem;
    border-radius: 2px
}

.form__checkbox:hover+label::before,.form__checkbox:focus+label::before,.form__radio:hover+label::before,.form__radio:focus+label::before {
    border-color: #0091c9;
    color: #0091c9
}

.form__checkbox:checked+label::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: .25rem;
    top: .375rem;
    color: #fff;
    height: .5rem;
    width: 1rem;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg)
}

.form__checkbox:checked+label::before {
    background: #0091c9;
    box-shadow: none
}

.form__checkbox--small:checked+label::after {
    left: .125rem;
    top: .1875rem;
    height: .3125rem;
    width: .625rem
}

.form__radio+label::before {
    border-radius: 1rem;
    width: 1.625rem;
    height: 1.625rem
}

.form__radio+label::after {
    content: "";
    position: absolute;
    background: #fff;
    width: .5rem;
    height: .5rem;
    left: 13px;
    top: 13px;
    display: block;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: .3s;
    background: rgba(0,0,0,0)
}

.form__radio:checked+label::after {
    background: #0091c9
}

.cgroup.form__input--error .form__radio+label::before,.cgroup.form__input--error .form__checkbox+label::before {
    color: #d61c1c
}

.form__error {
    font-size: .875rem;
    color: #d61c1c;
    margin-top: .125rem
}

.form .button {
    margin-top: 0;
    margin-bottom: 0
}

.form .g-recaptcha {
    float: right;
    clear: both;
    margin-top: 1rem;
    display: none
}

.form--valid .g-recaptcha {
    display: block
}
/* Multiselect Dropdown UI */
span.multiselect-native-select { position: relative; }

span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}

.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.multiselect-container .input-group { margin: 5px; }
.multiselect-container > li { padding: 0; }
.multiselect-container > li > a.multiselect-all label { font-weight: 700; }

.multiselect-container > li.multiselect-group label {
	margin: 0;
	padding: 3px 20px;
	height: 100%;
	font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label { cursor: pointer; }
.multiselect-container > li > a { padding: 0; }

.multiselect-container > li > a > label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px;
}

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox { margin: 0; }
.multiselect-container > li > a > label > input[type=checkbox] { margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio { padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0;
}

.multiselect-native-select {
	display: block;
	font-family: "Geomanist", "Open Sans", arial, sans-serif;
}

.multiselect-native-select .multiselect {
	position: relative;
	width: 100%;
	padding: .5rem 1rem;
	border: 1px solid #e3e3e3;
	line-height: 1.4;
	font-size: 1rem;
	font-weight: normal;
	color: #444;
	text-align: left;
	background: rgba(0, 0, 0, 0);
}

.multiselect-native-select .multiselect[aria-expanded=true] {
	border-color: #0091c9;
	border-bottom-color: rgba(0, 0, 0, 0) !important;
}

.multiselect-native-select .multiselect::after {
	font-family: aem-icomoon !important;
	font-size: 1.125rem;
	font-weight: 600;
	content: "";
	position: absolute;
	top: 10px;
	right: 17px;
}

.multiselect-native-select .multiselect:hover:after { color: #0091c9; }
.multiselect-native-select .multiselect:focus { outline: 0; border: 1px solid #0091c9; }

.multiselect-native-select .multiselect .multiselect-selected-text {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.multiselect-native-select .multiselect-all label { font-weight: 600; }

.multiselect-native-select .multiselect-container {
	display: none;
	width: 100%;
	z-index: 100;
	margin: 0;
	border: 1px solid #0091c9;
	border-top: 0;
	list-style-type: none;
	background: #fff;
}

.multiselect-native-select .multiselect-container li::before { display: none; }
.multiselect-native-select .multiselect-container a:hover label {
	color: #fff;
	background-color: #666;
}

.multiselect-native-select .multiselect-container label {
	position: relative;
	padding: 2px 10px 2px 34px;
	color: #444;
	font-size: 1rem;
}

.multiselect-native-select .multiselect-container input {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translate(0, -50%);
	appearance: auto;
}

.open > .multiselect-container { display: block; }

/* Filter Section Inputs */
@media screen and (min-width: 60em) {
	.filter {
		display: flex;
		flex-wrap: wrap;
		margin-left: -2rem;
	}

	.filter__search {
		flex-grow: 0;
		flex-shrink: 1;
		margin-left: 2rem;
		width: calc(40% - 2rem);
	}
}

.filter__form { display: flex; }

.filter__field {
	width: 100%;
	max-width: 20rem;
	border-color: #666;
	margin: .75rem 1rem .75rem 0;
	transition: border-color .125s cubic-bezier(0.42, 0, 1, 1);
}

@media screen and (min-width: 60em) {
	.filter__field { margin-right: 2rem; }
}

.filter__field:hover { border-color: #0091c9; }

.filter__button {
	margin: .75rem 1rem .75rem 0;
	padding: .5rem 1rem;
}

.filter__button:last-child { margin-right: 0; }
.filter__button + .filter__button { margin-top: 0; }
.filter__category { margin-top: 2rem; }

@media screen and (min-width: 60em) {
	.filter__category {
		flex-grow: 0;
		flex-shrink: 1;
		margin: 0 0 0 2rem;
		width: calc(60% - 2rem);
	}
}

.filter__tags { display: flex; }