/*
Theme Name:Teamster 2019
Theme URI:http://revolutionmessaging.net
Description:Client theme based on a boilerplate template.
Version:4.0.0
Author:Jeff Rummel
Author URI:http://jeffrummel.com
Tags:clean,responsive
License:Copyright, Internation Brotherhood of Teamsters
-------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
	display: none;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::-moz-selection {
	background: #000;
	color: white;
	text-shadow: none !important;
}

::selection {
	background: #000;
	color: white;
	text-shadow: none !important;
}

.event__grfx,
.alert__grfx,
.team__item--grfx,
.supp--grfx,
.tile--grfx,
.card--grfx,
.pagemarq__grfx,
.pagemarq__hed--grfx,
.pagemarq__item--grfx,
.coll__item--grfx {
	display: flex;
	flex-flow: column nowrap;
	justify-content: stretch;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
}

.event__grfx > *,
.alert__grfx > *,
.team__item--grfx > *,
.supp--grfx > *,
.tile--grfx > *,
.card--grfx > *,
.pagemarq__grfx > *,
.pagemarq__hed--grfx > *,
.pagemarq__item--grfx > *,
.coll__item--grfx > * {
	flex: 1 0 100%;
	width: 100%;
	object-fit: cover;
}

.pxl,
#logo_wrap,
.single__entry #dvFastForms .ff-item-row[style="display: none;"],
.hidden_sub_label,
#sbi_images .sbi-screenreader,
.buy--icon span,
.tweets__hed--txt,
.can_embed #can_embed_form_inner .js-country_drop_wrap,
.can_embed #can_embed_form_inner .js-international_link-wrap,
.can_embed #can_embed_form_inner .ajax-loading,
.can_embed #can_embed_form_inner #action_info,
.can_embed #can_embed_form_inner #logo_wrap,
.can_embed #can_embed_form_inner h2,
.can_embed #can_embed_form_inner h4,
.carousel--button span,
.util__nav--link span,
.util__form--label,
.bh-sl-loc-list .list-label,
.card--txt span,
.nav__search--button span,
.index__filter--label,
.index .sf-input-select--label,
.hed__title--txt,
#access,
.assistive-text {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body.wp-theme-teamster {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto", sans-serif;
	font-size: 100%;
	line-height: 1;
	overflow-x: hidden;
}

body.wp-theme-teamster.nav-visible {
	overflow: hidden;
}

body.wp-theme-teamster.nav-visible::before {
	z-index: 2;
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(28, 68, 131, 0.4);
}

body.wp-theme-teamster.nav-visible {
	z-index: 501;
	top: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote {
	quotes: none;
}

del {
	text-decoration: line-through;
}

pre,
code,
kbd,
samp {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

picture {
	display: block;
}

svg {
	display: block;
	overflow: visible;
}

object,
embed {
	display: block;
	width: 100%;
	height: auto;
}

ins {
	background: white;
	color: #000;
	text-decoration: none;
}

mark {
	background: #e6e6e6;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

input::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

input:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

input::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

input:-ms-input-placeholder {
	opacity: 1;
	color: inherit;
}

input,
select {
	line-height: normal;
	vertical-align: middle;
}

button {
	cursor: pointer;
	background: transparent;
	border: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=password],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

label,
input[type=submit] {
	cursor: pointer;
}

legend {
	border: 0;
	padding: 0;
}

.img.dbclk {
	display: none !important;
}

.wp-block-image {
	max-width: 100vw;
}

.wp-block-image img {
	width: auto;
}

.wp-block-image .aligncenter {
	width: 100%;
	margin: 1.5em auto;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
	clear: both;
}

.wp-block-image .alignleft {
	float: left;
	margin: 0.3em 1.2em 0.4em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: 0.3em 0 0.4em 1.2em;
}

.wp-block-image .alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}

.wp-block-columns {
	width: 100%;
	margin: 1.5em 0 2.5em;
}

.wp-block-column {
	margin-bottom: 1.5em;
	margin-left: 0;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

.wp-block-column {
	flex: 1 1 calc(40% - 32px);
	min-width: 300px;
}

.columns-2 {
	flex-flow: row wrap;
}

.columns-2 > * {
	margin: 32px;
}

.columns-3 {
	flex: 1 1 calc(50% - 0.75em);
}

.columns-4 {
	flex: 1 1 calc(50% - 0.75em);
}

.columns-5 {
	flex: 1 1 calc(30% - 0.75em);
}

.wp-block-cover {
	height: auto;
}

.wp-block-cover.alignfull {
	width: 100vw;
}

img.emoji {
	width: 1em;
	height: auto;
	display: inline-block;
}

.wp-block-group {
	width: 100%;
	max-width: 700px;
}

.wp-block-group p {
	margin-bottom: 1.2em;
}

.wp-block-group p a:link,
.wp-block-group p a:visited {
	color: #1C4483;
}

.wp-block-group p a:hover {
	color: #1588C7;
}

.wp-block-group p a:link,
.wp-block-group p a:visited {
	text-decoration: underline;
}

.wp-block-details {
	margin-bottom: 10px;
}

.wp-block-details summary {
	list-style-position: outside;
	font-weight: bold;
}

.wp-block-details p {
	margin-bottom: 1.2em;
}

.wp-block-details p a:link,
.wp-block-details p a:visited {
	color: #1C4483;
}

.wp-block-details p a:hover {
	color: #1588C7;
}

.wp-block-details p a:link,
.wp-block-details p a:visited {
	text-decoration: underline;
}

.wp-block-gallery {
	margin: 1.5em 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	width: auto;
	left: 0;
	right: 0;
}

.wp-block-button {
	display: flex;
}

.wp-block-button__link {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border-radius: 0;
}

.wp-block-separator {
	border-color: #1588C7;
}

.wp-block-separator.is-style-default {
	margin-left: 0;
	margin-right: auto;
	max-width: 200px;
}

.wp-block-preformatted {
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	margin: 1.5em 0;
}

.wp-block-verse {
	margin: 1.5em 0;
	padding: 0.5em 1.5em;
	font-style: italic;
}

.wp-block-embed {
	clear: both;
	margin: 1.5em 0;
	width: 100%;
	max-width: 100%;
}

.wp-block-embed.alignwide.wp-block-embed-flickr img,
.wp-block-embed.alignfull.wp-block-embed-flickr img {
	width: 100%;
	height: auto;
}

.wp-block-embed.alignwide.wp-has-aspect-ratio .wp-block-embed__wrapper,
.wp-block-embed.alignfull.wp-has-aspect-ratio .wp-block-embed__wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
}

.wp-block-embed.alignwide.wp-has-aspect-ratio iframe,
.wp-block-embed.alignfull.wp-has-aspect-ratio iframe {
	height: 100%;
	width: 100%;
	max-width: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.wp-block-embed.alignwide.wp-embed-aspect-3-2 .wp-block-embed__wrapper,
.wp-block-embed.alignfull.wp-embed-aspect-3-2 .wp-block-embed__wrapper {
	padding-top: 66.6666666667%;
}

.wp-block-embed.alignwide.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.alignfull.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
	padding-top: 42.8571428571%;
}

.wp-block-embed.alignwide.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.alignfull.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
	padding-top: 75%;
}

.wp-block-embed.alignwide.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.alignfull.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	padding-top: 56.25%;
}

.wp-block-embed.aligncenter {
	margin: 1.5em auto;
	display: table;
	min-width: 50%;
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright {
	min-width: 50%;
}

.wp-block-embed.alignleft.wp-block-embed-twitter,
.wp-block-embed.alignright.wp-block-embed-twitter {
	margin-top: 0;
}

.wp-block-embed.alignleft {
	float: left;
	margin: 0.3em 1.2em 0.4em 0;
}

.wp-block-embed.alignright {
	float: right;
	margin: 0.3em 0 0.4em 1.2em;
}

.wp-block-embed iframe {
	max-width: 100%;
}

.wp-block-separator {
	border-color: #1588C7;
}

.wp-block-separator .is-style-default {
	max-width: 150px;
}

.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}

.alignfull img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wp-block-quote,
.wp-block-pullquote {
	border: 0;
	padding: 0 0 0 rem(26px);
	margin-top: rem(22px);
	margin-left: auto;
	margin-right: auto;
	color: #010D50;
	position: relative;
	min-height: 247px;
}

.wp-block-quote:before,
.wp-block-pullquote:before {
	display: block;
	content: open-quote;
}

.wp-block-quote p,
.wp-block-pullquote p {
	position: relative;
	text-align: center;
	z-index: 1;
	max-width: 100%;
}

.wp-block-quote p:first-child,
.wp-block-pullquote p:first-child {
	margin-top: 0;
}

.wp-block-quote p:last-of-type,
.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-quote .blockquote-footer,
.wp-block-pullquote .blockquote-footer {
	text-align: right;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
	display: flex;
	justify-content: flex-end;
	margin: 0.8em 0 0 0;
	text-align: right;
	color: #FFC309;
	font-size: rem(20px);
	font-weight: bold;
}

.wp-block-quote cite::before,
.wp-block-pullquote cite::before {
	margin-right: rem(7px);
	content: "–";
}

.wp-block-custom.aligncenter {
	width: 100%;
	max-width: 700px;
}

.wp-block-custom.alignwide,
.wp-block-custom.alignfull {
	margin-top: 25px;
}

.gform_button,
.index--action,
.searchandfilter .search-filter-reset,
.entry .searchandfilter .search-filter-reset,
.pagemarq__links--link.secondary,
.single__entry #dvFastForms .btnDiv input[type=button],
.single__entry #dvFastForms .btnDiv input[type=submit],
.sbi_follow_btn a,
.alert__dek--link,
.can_embed input[type=submit],
.supp--link,
.bh-sl-form-container button#bh-sl-submit,
.featured--action,
.entry button:not(.carousel--button),
.entry input[type=submit]:not(.util__form--submit),
.callout--action,
.card--link,
.pagemarq__links--link.primary,
.coll--link,
.wp-block-button__link {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}

.sf-field-submit input[type=submit],
.sf-field-submit button,
.entry .sf-field-submit input[type=submit],
.entry .sf-field-submit button,
.filter--button,
.kicker__form--button,
.util__nav--link.text,
.featured__foot span,
.states__group--hed,
.index__filter--button,
.index .sf-input-select--button {
	font-family: "Quantico", sans-serif;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
}

.promo__hed--title,
.supp--title,
.coll__hed--title {
	font-family: "Quantico", sans-serif;
	font-size: 29px;
	line-height: 1.45;
	font-weight: 700;
}

#can_thank_you h1,
.callout--hed,
.front > h1,
.single__entry > h1,
.pagemarq__hed--title,
.pagemarq__item--title {
	font-family: "Quantico", sans-serif;
	font-size: 32px;
	line-height: 1.15;
	font-weight: 700;
}

.event__detail--title,
.kicker__hed--title,
.local--title,
.signup__hed--title,
.supp__kick--title,
.featured--hed,
.front > h2,
.single__entry > h2,
.single__hed--title,
.has-large-font-size,
.wp-block-quote p,
.wp-block-pullquote p {
	font-family: "Quantico", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
}

.front h3:not(.vcard--org):not(.tile--hed):not(.gform_title),
.single__entry h3:not(.vcard--org):not(.tile--hed):not(.gform_title) {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.45;
	margin-bottom: 11px;
}

.gform_confirmation_wrapper,
.list__item--hed,
.front h4:not(.tile--sub),
.single__entry h4:not(.tile--sub),
.pagemarq__dek h4,
.pagemarq__hed--sub,
.pagemarq__item--sub,
.coll__item--hed {
	font-family: "Quantico", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.gform_title,
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3,
.files--item span,
.alert__hed,
.teams__hed,
.tile--hed,
.front h6,
.front h5,
.single__entry h6,
.single__entry h5 {
	font-family: "Quantico", sans-serif;
	font-size: 17px;
	font-weight: 700;
}

.local--label,
.local--adr p,
.local--foot,
.local--sub,
.promo--link,
.promo__item--link,
.share__link,
.additional_text p,
.tile--sub {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	line-height: 1.45;
}

#action_welcome_message,
.action_info_user,
.gform__description,
.kicker__dek,
.signup__hed--sub,
.single__entry > p,
.wp-block-group p,
.wp-block-details summary,
.wp-block-details p {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 11px;
}

.card__hed--title,
.index__hed--title {
	font-family: "Quantico", sans-serif;
	font-weight: 700;
	font-size: 31px;
	line-height: 1.1;
}

.promo__item--dek,
.promo__item--sub,
.promo__hed--dek,
.alert__dek p,
.team__item--dek,
.supp__dek,
.featured__foot,
.featured__led p,
.callout--led,
.card__dek,
.card__led,
.single__led p,
.single__hed p,
.single__hed--led,
.pagemarq__dek,
.pagemarq__hed--led,
.pagemarq__item--led,
.coll__hed--dek {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.team__item--hed,
.carousel__nav--item {
	font-family: "Quantico", sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.searchandfilter ul li.sf-field-search,
.searchandfilter .sf-field-search,
.searchandfilter select option,
.searchandfilter input[type=text] option,
.searchandfilter input[type=search] option,
.searchandfilter .chosen-single option,
.entry .searchandfilter select option,
.entry .searchandfilter input[type=text] option,
.entry .searchandfilter input[type=search] option,
.entry .searchandfilter .chosen-single option,
.searchandfilter select,
.searchandfilter input[type=text],
.searchandfilter input[type=search],
.searchandfilter .chosen-single,
.entry .searchandfilter select,
.entry .searchandfilter input[type=text],
.entry .searchandfilter input[type=search],
.entry .searchandfilter .chosen-single,
.team__item--action,
.team__item--sub,
.callout--link,
.callout--cta,
.index__filter--select,
.index .sf-input-select--select {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.single__entry #dvFastForms .ff-field-col textarea,
.single__entry #dvFastForms .ff-field-col input[type=text],
.single__entry #dvFastForms .ff-field-col input[type=tel],
.single__entry #dvFastForms .ff-field-col input[type=email],
.single__entry #dvFastForms .ff-field-col input[type=password],
.single__entry #dvFastForms .ff-field-col input[type=textbox],
.floatlabel-input,
.floatlabel-label,
.control-input,
.control-label,
.js-d_sharing label,
.checkbox,
.entry textarea,
.entry select,
.entry select.sf-input-select,
.entry .chosen-single,
.entry input[type=text],
.entry input[type=tel],
.entry input[type=email],
.entry input[type=password] {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	line-height: 1.2;
}

.tile--link,
.entry label,
.callout--sub,
.single__hed--sub {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2;
}

.promo__item--title {
	font-family: "Quantico", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
}

.ctf-tweet-text,
.ctf-author-name,
#ctf.ctf-styles .ctf-author-screenname,
.ctf-tweet-date,
.event__detail--sub {
	font-family: "Roboto", sans-serif;
	font-size: 11px;
	line-height: 1.45;
}

.button-left,
.button-center,
.button-right {
	margin: 1.5em 0;
}

.button-link {
	display: table;
	padding: rem(16px) rem(24px);
	min-width: 200px;
	text-align: center;
	color: #000;
	border-radius: 3px;
	text-transform: uppercase;
	background: linear-gradient(264.49deg, #FFD100 0%, #FFA500 100%);
	font-size: rem(18px);
	letter-spacing: 0.1em;
	font-weight: bold;
}

.button-link:hover {
	text-decoration: none;
	background: #FFA500;
}

.button-link--right .button-link {
	margin-left: auto;
}

.button-link--center .button-link {
	margin: 0 auto;
}

.single__entry #dvFastForms .btnDiv input[type=button],
.single__entry #dvFastForms .btnDiv input[type=submit],
.gform_button,
.sbi_follow_btn a,
.alert__dek--link,
.can_embed input[type=submit],
.supp--link,
.bh-sl-form-container button#bh-sl-submit,
.featured--action,
.entry button:not(.carousel--button),
.entry input[type=submit]:not(.util__form--submit),
.callout--action,
.card--link,
.pagemarq__links--link.primary,
.coll--link,
.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	border: 2px solid #FFC309;
	background: #FFC309;
	color: #00072E;
}

.single__entry #dvFastForms .btnDiv input[type=button]:link,
.single__entry #dvFastForms .btnDiv input[type=submit]:link,
.gform_button:link,
.sbi_follow_btn a:link,
.alert__dek--link:link,
.can_embed input[type=submit]:link,
.supp--link:link,
.bh-sl-form-container button#bh-sl-submit:link,
.featured--action:link,
.entry button:link:not(.carousel--button),
.entry input[type=submit]:link:not(.util__form--submit),
.callout--action:link,
.card--link:link,
.pagemarq__links--link.primary:link,
.coll--link:link,
.wp-block-button__link:link,
.single__entry #dvFastForms .btnDiv input[type=button]:visited,
.single__entry #dvFastForms .btnDiv input[type=submit]:visited,
.gform_button:visited,
.sbi_follow_btn a:visited,
.alert__dek--link:visited,
.can_embed input[type=submit]:visited,
.supp--link:visited,
.bh-sl-form-container button#bh-sl-submit:visited,
.featured--action:visited,
.entry button:visited:not(.carousel--button),
.entry input[type=submit]:visited:not(.util__form--submit),
.callout--action:visited,
.card--link:visited,
.pagemarq__links--link.primary:visited,
.coll--link:visited,
.wp-block-button__link:visited {
	color: #00072E;
}

.searchandfilter .search-filter-reset,
.entry .searchandfilter .search-filter-reset,
.pagemarq__links--link.secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	border: 2px solid #FFC309;
	background: transparent;
	color: #FFC309;
}

.searchandfilter .search-filter-reset:link,
.pagemarq__links--link.secondary:link,
.searchandfilter .search-filter-reset:visited,
.pagemarq__links--link.secondary:visited {
	color: #FFC309;
}

.hed {
	z-index: 100;
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: 2px repeat(6, 1fr) 2px;
	grid-template-rows: 25px 1fr;
	gap: 0 16px;
	background-color: #fff;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
	height: 100%;
	max-height: 80px;
	transition: all 0.3s cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
	position: sticky;
	top: -25px;
}

.hed.fixed {
	position: sticky;
	height: 82px;
}

.hed__util {
	grid-column: 1/-1;
	grid-row: 1;
	width: 100%;
	height: 25px;
	background-image: linear-gradient(90deg, #000 0, #011e72 83%);
}

.hed__title {
	z-index: 601;
	grid-column: 4/span 2;
	grid-row: 2;
	overflow: visible;
}

.hed__title--link {
	display: flex;
	align-items: center;
}

.hed__logo {
	z-index: 100;
	margin: -15px auto -10px;
	position: relative;
	width: 64px;
	transition: all 0.1s cubic-bezier(0.57, 0.01, 0.54, 1);
}

.fixed .hed__logo {
	width: 68px;
	margin: 4px auto 0;
}

.hed__logo--border {
	fill: #F5B724;
}

.hed__logo--foreground {
	fill: #1C4483;
}

.hed__logo--background {
	fill: #fff;
}

.hed__menu {
	grid-column: 2/span 2;
	grid-row: 2;
	align-self: center;
}

.fixed .hed__menu {
	align-self: start;
}

.hed__menu a {
	text-decoration: none;
	color: #1C4483;
}

.hed__menu a:visited {
	color: rgba(28, 68, 131, 0.5);
}

.hed__menu a:active {
	color: rgba(28, 68, 131, 0.5);
}

.hed__menu a:hover {
	color: #1588c7;
	text-decoration: underline;
}

.hed__actions {
	grid-column: 6/span 2;
	grid-row: 2;
	display: flex;
	align-items: start;
	justify-content: end;
	gap: 8px;
}

.fixed .hed__actions {
	align-items: start;
}

.hed__actions--social.nav-social {
	justify-content: end;
}

.hed__actions--link {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 32px;
	padding: 8px;
	background: #1588C7;
	border: 2px solid #1C4483;
	color: white;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.1;
	text-decoration: none;
	margin-top: 10px;
}

.hed__actions--link:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.index {
	width: 100%;
	max-width: 1247px;
	margin: 0 auto 40px;
	display: flex;
	flex-flow: column nowrap;
}

.index.contracts {
	margin-top: 71px;
	max-width: 768px;
}

.index__hed {
	width: calc(100% - 42px);
	margin: 92px 21px 46px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-end;
}

.index__hed--title {
	flex: 0 0 100%;
	width: 100%;
	color: #010D50;
	text-align: center;
}

.index__hed--title a:link,
.index__hed--title a:visited {
	color: #010D50;
}

.index__hed--title a:hover {
	color: #010D50;
}

.index__grfx {
	flex: 0 0 100%;
}

.index__filter,
.index .sf-input-select {
	width: 100%;
	height: 0;
	overflow: visible;
	flex: 0 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.index__filter--select,
.index .sf-input-select--select {
	max-width: calc(100% - 12px);
	height: 43px;
	padding: 15px 44px 15px 20px;
	background-image: url(/wp-content/themes/teamster/images/chevron.svg);
	background-size: 14px 6px;
	background-repeat: no-repeat;
	background-position: center right 14px;
	border: 1px solid #696969;
	color: #696969;
	cursor: pointer;
	margin: 6px;
}

.index__filter--select.states,
.index .sf-input-select--select.states {
	flex: 0 0 100%;
}

.index__filter--button,
.index .sf-input-select--button {
	margin: 0 12px;
	color: #fff;
	text-transform: uppercase;
	min-width: 185px;
}

.index--action {
	min-width: 234px;
	max-width: 100%;
	margin: 80px auto 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	border: 2px solid #010D50;
	background: #fff;
	color: #010D50;
	padding: 0 24px;
}

.index--action:link,
.index--action:visited {
	color: #010D50;
}

.states {
	flex: 0 0 100%;
	display: flex;
	gap: 24px;
	max-width: 980px;
}

.states.interactive {
	flex-flow: row nowrap;
}

.states__group {
	order: 2;
	display: flex;
	flex: 1 0 196px;
	flex-flow: column;
}

.states__map {
	flex: 0 1 100%;
}

.states__map--state {
	fill: #d8d8d8;
	stroke: #d8d8d8;
}

.states a .states__map--state {
	fill: #1588C7;
	transition: fill 0.31s cubic-bezier(0.19, -0.16, 0.28, 0.97);
}

.states a .states__map--state:hover,
.states a .states__map--state:active {
	fill: #FFC309;
}

.foot {
	overflow: hidden;
	flex: 0 0 100%;
	display: grid;
	grid-template-columns: 2px repeat(6, 1fr) 2px;
	gap: 32px 12px;
	padding: 60px 0 120px;
	background: #00072e;
	color: rgba(255, 255, 255, 0.8);
}

.foot a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}

.foot a:visited {
	color: rgba(255, 255, 255, 0.5);
}

.foot a:active {
	color: rgba(255, 255, 255, 0.5);
}

.foot a:hover {
	color: white;
	text-decoration: underline;
}

.foot__grfx {
	grid-column: 2/span 6;
	display: flex;
	align-items: center;
}

.foot__logo {
	margin: -15px 0 -10px;
	width: 145px;
}

.foot__logo--border {
	fill: #00072e;
}

.foot__logo--foreground {
	fill: #FFF;
}

.foot__logo--background {
	fill: #00072e;
}

.foot__menu {
	grid-column: 2/span 6;
	position: relative;
}

.foot__vcard {
	grid-column: 2/span 6;
	display: flex;
	flex-flow: column nowrap;
	align-items: start;
	justify-content: flex-start;
	box-sizing: border-box;
	line-height: 1.1;
}

.foot__vcard > * {
	flex: 0 0 auto;
	width: 100%;
	max-width: 388px;
}

.foot__vcard--org {
	font-family: Quantico, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.foot__vcard--adr {
	margin: 4px 0 22px;
	padding-bottom: 22px;
	font-size: 16px;
	line-height: 1.1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.foot--pp {
	padding-top: 12px;
	font-size: 16px;
	line-height: 1.1;
}

.nav {
	position: relative;
	z-index: 600;
}

.nav__button {
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: column;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.nav__button--icon {
	fill: #1C4483;
}

.nav__button--icon rect:nth-of-type(1) {
	transform-origin: 45% 12px;
	animation: firstbarreset 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav-visible .nav__button--icon rect:nth-of-type(1) {
	animation: firstbar 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav__button--icon rect:nth-of-type(2) {
	animation: secondbarreset 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav-visible .nav__button--icon rect:nth-of-type(2) {
	animation: secondbar 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav__button--icon rect:nth-of-type(3) {
	transform-origin: 45% 26px;
	animation: thirdbarreset 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav-visible .nav__button--icon rect:nth-of-type(3) {
	animation: thirdbar 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav__button--txt {
	text-transform: uppercase;
	color: #1C4483;
}

.nav__search {
	position: relative;
	z-index: 1;
	display: none;
	background: white;
	width: 308px;
	height: 48px;
	margin: 20px 0 0;
	border: 1px solid rgba(1, 30, 114, 0.12);
	transition: all 0.3s cubic-bezier(0.57, 0.01, 0.54, 1);
}

.nav-visible .nav__search {
	display: flex;
}

.nav__search--input {
	flex: 1;
	border-radius: 0;
	border: 0;
	color: #011E72;
	font-size: 16px;
	line-height: 1;
	padding: 0 4px;
	font-weight: 500;
}

.nav__search--input::placeholder {
	color: rgba(1, 30, 114, 0.3);
}

.nav__search--button {
	cursor: pointer;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	fill: #1C4483;
}

.nav__search--button svg {
	width: 22px;
	height: 22px;
}

.nav__menu {
	opacity: 0;
	background-color: #F5F5F5;
	margin: -20px 20px 0 -15px;
	padding: 15px;
	transition: all 0.3s cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
	overflow-y: clip;
}

.nav-visible .nav__menu {
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.hed .nav__menu {
	display: none;
	width: 312px;
	position: absolute;
	overflow-x: hidden;
}

.nav-visible .nav__menu {
	display: block;
	animation: fadeIn 500ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.nav__actions--social.nav-social {
	justify-content: start;
}

.menu {
	animation: slideInNav 300ms cubic-bezier(0.77, -0.01, 0.51, 0.99) forwards;
	width: 200%;
}

.menu.show-secondary {
	animation: slideOutNav 500ms cubic-bezier(0.77, -0.01, 0.51, 0.99) forwards;
}

.foot .menu.show-secondary {
	position: relative;
}

.nav-visible .hed .menu {
	margin: 132px 0 20px;
}

.menu__item {
	margin-left: 0;
	width: calc(50% - 22px);
	gap: 50px;
}

.menu__parent {
	width: calc(50% - 22px);
	display: flex;
}

.hed .menu__parent {
	margin-left: 0;
}

.menu__parent--children {
	display: none;
	opacity: 0;
}

.show-children .menu__parent--children {
	animation: showChildren 500ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
	overflow-x: scroll;
	z-index: 0;
}

.hed .show-children .menu__parent--children {
	height: calc(100% - 224px);
}

.foot .show-children .menu__parent--children {
	height: 100%;
	overflow-y: scroll;
}

.menu__parent--title,
.menu__parent--link {
	flex: 1;
}

.foot .show-children .menu__parent--title,
.foot .show-children .menu__parent--link {
	color: #FFF;
	position: relative;
}

.menu__item--forward,
.menu__parent--forward {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	animation: cheveronBack 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.show-secondary .menu__item--forward,
.show-secondary .menu__parent--forward {
	opacity: 0;
}

.show-secondary .show-children .menu__item--forward,
.show-secondary .show-children .menu__parent--forward {
	opacity: 1;
}

.hed .show-secondary .show-children .menu__item--forward,
.hed .show-secondary .show-children .menu__parent--forward {
	position: absolute;
	top: 166px;
	right: 104%;
}

.foot__menu .menu__item--forward,
.foot__menu .menu__parent--forward {
	fill: rgba(255, 255, 255, 0.72);
}

.hed__menu .menu__item--forward,
.hed__menu .menu__parent--forward {
	fill: rgba(1, 30, 114, 0.72);
}

.show-secondary .menu__item--forward,
.show-secondary .menu__parent--forward {
	animation: cheveronForward 300ms cubic-bezier(0.57, 0.01, 0.54, 1) forwards;
}

.menu__item--children,
.menu__parent--children {
	z-index: -10;
	box-sizing: border-box;
	padding-right: 24px;
}

.hed .menu__item--children,
.hed .menu__parent--children {
	width: calc(100% - 48px);
}

.foot .menu__item--children,
.foot .menu__parent--children {
	width: calc(50% - 48px);
}

.menu__item--title,
.menu__parent--title {
	text-transform: uppercase;
	font-weight: 700;
}

.menu__item--link,
.menu__parent--link {
	font-weight: 700;
}

.menu__item--link,
.menu__item--title,
.menu__parent--link,
.menu__parent--title {
	flex: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
	font-size: 18px;
}

.menu__item:nth-last-child(-n+4) .menu__item--link,
.menu__item:nth-last-child(-n+4) .menu__item--title,
.menu__item:nth-last-child(-n+4) .menu__parent--link,
.menu__item:nth-last-child(-n+4) .menu__parent--title {
	text-transform: none;
}

.foot__menu .menu__item--link,
.foot__menu .menu__item--title,
.foot__menu .menu__parent--link,
.foot__menu .menu__parent--title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.hed__menu .menu__item--link,
.hed__menu .menu__item--title,
.hed__menu .menu__parent--link,
.hed__menu .menu__parent--title {
	border-bottom: 1px solid rgba(1, 30, 114, 0.12);
	color: #1C4483;
}

.menu__children {
	display: block;
	gap: 0 20px;
	top: 0;
	position: absolute;
	right: 0;
}

.hed .menu__children {
	margin-top: 154px;
}

.hed .menu__children::after {
	content: "";
	background-image: linear-gradient(to top, #F5F5F5 0%, transparent 100%);
	position: fixed;
	right: 0;
	bottom: 68px;
	left: 0;
	height: 56px;
}

.menu__children--title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	position: sticky;
	top: 0;
}

.hed .menu__children--title {
	border-bottom: 1px solid rgba(1, 30, 114, 0.12);
	background: #F5F5F5;
}

.foot .menu__children--title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	background-image: linear-gradient(to bottom, #00072e 60%, transparent 100%);
}

.menu__children--link {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: stretch;
}

.menu__children--item {
	flex: 0 0 100%;
}

.menu__children--title,
.menu__children--item {
	display: flex;
	align-items: center;
	height: 48px;
	font-size: 18px;
	line-height: 1.2;
}

.coll {
	padding: 48px 12px;
	background: #f5f5f5;
}

.coll__hed {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	max-width: 388px;
	margin: 0 auto 48px;
	color: #030946;
	text-align: center;
}

.coll__hed--dek {
	margin: 6px 0 12px;
}

.coll--link {
	z-index: 1;
	flex: 0 0 auto;
	width: 100%;
	max-width: 161px;
}

.coll--link a:link,
.coll--link a:visited {
	color: #00072E;
}

.coll--link a:hover {
	color: #1C4483;
}

.coll > div {
	flex: 0 1 50%;
	max-width: 682px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0 auto;
}

.coll__item {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 8px;
	background: #011E72;
}

.coll__item:hover {
	background-image: linear-gradient(to right, #232323 0, #011E72 112%);
	text-decoration: none;
}

.coll__item--hed {
	z-index: 1;
	max-width: 222px;
	padding: 12px;
	color: #fff;
}

.coll__item--icon {
	fill: #FFC309;
	width: 40%;
	max-width: 44px;
	margin: 24px;
}

.coll__item--grfx {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.coll__item--grfx::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.31s cubic-bezier(0.19, -0.16, 0.28, 0.97);
	background-image: linear-gradient(to right, #232323 0, rgba(35, 35, 35, 0) 120%);
}

.coll__item--grfx img {
	flex: 0 0 100%;
	object-fit: cover;
	transition: all 0.25s cubic-bezier(0.19, -0.16, 0.28, 0.97);
	width: 100%;
}

.coll__item:hover .coll__item--grfx img {
	flex-grow: 1;
	width: 103%;
}

.marq {
	max-width: 1348px;
	min-height: 80vh;
	margin: 48px 2px;
}

.marq__item {
	overflow: hidden;
	position: relative;
	padding: 40px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	color: white;
	min-height: 40vh;
}

.marq__item:hover .marq__item--hed {
	margin-bottom: 0;
}

.marq__item::after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.52);
}

.marq__item:first-of-type {
	grid-column: 1/span 2;
	justify-content: center;
	min-height: 60vh;
}

.marq__item:first-of-type .marq__item--hed {
	padding-bottom: 20px;
	font-size: 42px;
	text-transform: uppercase;
	text-underline-offset: 6px;
}

.marq__item--hed,
.marq__item--body {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 20px;
}

.marq__item--hed {
	margin-bottom: 7vh;
	font-family: Quantico, sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.1;
	text-underline-offset: 4px;
	transition: margin 0.3s cubic-bezier(0.57, 0.01, 0.54, 1);
}

.marq__item--hed a {
	text-decoration: none;
	color: white;
}

.marq__item--hed a:visited {
	color: white;
}

.marq__item--hed a:active {
	color: white;
}

.marq__item--hed a:hover {
	color: #fff;
	text-decoration: underline;
}

.marq__item--body {
	display: flex;
	align-items: center;
	justify-content: start;
}

.marq__item--link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 24px;
	background: #FFC309;
	color: black;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	text-decoration: none;
}

.marq__item--link:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.marq__item--grfx {
	z-index: -2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.marq__item--grfx > * {
	min-height: 100%;
}

.pagemarq {
	width: 100%;
	max-height: 598px;
	overflow-y: hidden;
	margin-bottom: 50px;
	position: relative;
}

.pagemarq__hed,
.pagemarq__item {
	text-shadow: 0 0 4px #000;
	position: relative;
	flex: 0 0 100vw;
	max-width: 100vw;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	order: -1;
	min-height: 598px;
	color: #fff;
	background: #000;
}

.pagemarq__hed--title,
.pagemarq__item--title {
	max-width: 956px;
	z-index: 1;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
}

.pagemarq__hed--sub,
.pagemarq__item--sub {
	z-index: 1;
	padding-bottom: 6px;
	margin-bottom: 26px;
	border-bottom: 4px solid #FFC309;
}

.pagemarq__hed--led,
.pagemarq__item--led {
	z-index: 1;
	max-width: 650px;
	text-align: center;
}

.pagemarq__hed--grfx,
.pagemarq__item--grfx {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
}

.pagemarq__hed--grfx::after,
.pagemarq__item--grfx::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.52);
}

.pagemarq__hed {
	position: relative;
}

.pagemarq__hed a:link,
.pagemarq__hed a:visited {
	color: #fff;
}

.pagemarq__hed a:hover {
	color: #f5f5f5;
}

.pagemarq__dek {
	z-index: 1;
	max-width: 650px;
	text-align: center;
	color: #fff;
}

.pagemarq__grfx {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pagemarq__grfx::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.52);
}

.pagemarq__links {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
	z-index: 2;
	margin-top: 30px;
}

.pagemarq__links--link {
	min-width: 161px;
	margin: 12px;
	text-shadow: none;
}

.single {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	color: #010D50;
}

.single__hed {
	max-width: 100%;
	flex: 0 0 100%;
	order: -1;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	max-height: 265px;
	padding: 30px 0;
	background: #f5f5f5;
}

.single__hed--title {
	width: 100%;
	max-width: 962px;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
	color: #010D50;
}

.single__hed--title a:link,
.single__hed--title a:visited {
	color: #011E72;
}

.single__hed--title a:hover {
	color: #FFC309;
}

.single__hed--sub {
	color: #828282;
}

.single__hed--sub a:link,
.single__hed--sub a:visited {
	color: #FFC309;
}

.single__hed--sub a:hover {
	color: #010D50;
}

.single__hed p,
.single__hed--led {
	z-index: 1;
	max-width: 650px;
	text-align: center;
}

.single__entry {
	display: flex;
	flex-flow: column;
	align-items: center;
	overflow: visible;
	width: 100%;
	max-width: 876px;
	box-sizing: border-box;
	flex: 0 1 100%;
	padding: 0 15px;
	margin-bottom: 24px;
}

.single__entry > h1,
.single__entry > h2,
.single__entry > h3,
.single__entry > h4,
.single__entry > h5,
.single__entry > h6,
.single__entry > p,
.single__entry > ul:not(.share) {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.single__entry > h1,
.single__entry > h2,
.single__entry > h3,
.single__entry > h4,
.single__entry > h5,
.single__entry > h6 {
	margin-top: 1em;
	margin-bottom: 0.35em;
}

.single__entry > h1:first-child,
.single__entry > h2:first-child,
.single__entry > h3:first-child,
.single__entry > h4:first-child,
.single__entry > h5:first-child,
.single__entry > h6:first-child {
	margin-top: 0;
}

.single__entry h6 {
	text-align: center;
	margin: 0 24px;
}

.single__entry h6:not(.index__hed--title) a:link,
.single__entry h6:not(.index__hed--title) a:visited {
	color: #fff;
}

.single__entry h6:not(.index__hed--title) a:hover {
	color: #FFC309;
}

.single__entry h6::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto;
	background: #FFC309;
}

.single__entry > p {
	margin-bottom: 1.2em;
}

.single__entry > p a:link,
.single__entry > p a:visited {
	color: #1C4483;
}

.single__entry > p a:hover {
	color: #1588C7;
}

.single__entry > p a:link,
.single__entry > p a:visited {
	text-decoration: underline;
}

.single__entry > ul:not(.submenu):not(.gform_fields):not(.share),
.single__entry ol {
	width: 100%;
	max-width: 700px;
	margin-top: 1em;
	margin-bottom: 1em;
	list-style-position: inside;
}

.single__entry ul:not(.share) {
	list-style: disc;
}

.single__entry ol {
	list-style-type: decimal;
}

.single__entry li:not(.submenu__item):not(.supp__kick--item):not(.social__link):not(.gfield):not(.share) {
	margin: 0.5em 0 0.5em 0.5em;
	list-style-position: outside;
}

.single__entry dl {
	margin: 1.2em 0;
}

.single__entry dt {
	font-weight: bold;
}

.single__entry dd {
	margin: 0 0 0.5em;
	padding-left: 1rem;
}

.single__entry a {
	color: #1C4483;
}

.single__entry blockquote {
	margin: 1rem 0;
	padding: 1rem 0;
}

.single__entry blockquote::before {
	content: open-quote;
	width: 100%;
}

.single__entry blockquote > *:first-child {
	margin-top: 0;
}

.single__entry blockquote > *:last-child {
	margin-bottom: 0;
}

.single__entry strong,
.single__entry b,
.single__entry th {
	font-weight: 700;
}

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

.single__entry code {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.9em;
}

.single__entry table {
	width: 100%;
	margin: 1.2em 0;
}

.single__entry td,
.single__entry th {
	border: 1px solid #000;
	padding: 0.2em;
}

.single__entry .employer-graphic {
	margin: rem(32px) 0;
}

.single__entry .employer-graphic img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.single__entry .employer-graphic .employer-graphic__mobile {
	max-width: 330px;
}

.single__entry .employer-graphic .employer-graphic__desktop {
	display: none;
}

.single__entry .highlight {
	background-color: #FFC309;
}

.single__entry .highlight:focus {
	border: 1px solid #1C4483;
}

.single__entry--grfx {
	min-width: 100%;
	max-width: 876px;
	display: flex;
	margin: 0 -55px 25px -15px;
	order: -1;
}

.single__entry--grfx img {
	width: 100%;
	flex: 0 0 100%;
	object-fit: cover;
}

.single__led {
	z-index: 1;
	max-width: 650px;
	margin: 30px 0;
	text-align: center;
}

.single__feature {
	flex: 0 0 100%;
}

.single__vcard {
	background: #011E72;
	color: #fff;
}

.single__event {
	background: #011E72;
	color: #fff;
}

.single__index {
	display: flex;
	flex-flow: column nowrap;
}

.single__share {
	order: -1;
	align-self: flex-end;
	flex: 0;
	max-height: 0;
	overflow: visible;
	max-width: 40px;
	width: 40px;
	margin-right: -50px;
}

.single__press {
	margin: 15px auto;
}

.single__form {
	max-width: 100%;
}

.card {
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-content: stretch;
	padding: 28px;
	flex: 1 1 100%;
	max-width: 601px;
	min-height: 297px;
	box-sizing: border-box;
	background: #011E72;
	color: #fff;
}

.card:hover {
	background-image: linear-gradient(to right, #232323 0, rgba(35, 35, 35, 0) 120%);
}

.card:not(.tweets) {
	justify-content: flex-end;
}

.card.tweets {
	overflow-x: hidden;
	align-items: center;
	justify-content: center;
}

.index .card {
	margin: 11px;
}

.set .card {
	margin: 1px;
}

.card__hed {
	z-index: 1;
}

.card__hed a:link,
.card__hed a:visited {
	color: #fff;
}

.card__hed a:hover {
	color: #f5f5f5;
}

.card__hed--title {
	display: flex;
	align-items: first baseline;
	margin-top: 5px;
	transition: all 0.31s cubic-bezier(0.19, -0.16, 0.28, 0.97);
}

.card__hed--sub {
	color: #FFC309;
}

.card__hed--sub a:link,
.card__hed--sub a:visited {
	color: #FFC309;
}

.card__hed--sub a:hover {
	color: #1588C7;
}

.card__hed--icon {
	flex: 0 0 42px;
	width: 42px;
	margin-right: 11px;
	fill: #FFC309;
}

.card--grfx,
.card--txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.card--grfx::after,
.card--txt::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.31s cubic-bezier(0.19, -0.16, 0.28, 0.97);
}

.card--grfx::after {
	background-image: linear-gradient(to right, #232323 0, rgba(35, 35, 35, 0) 120%);
}

.card--grfx img {
	flex: 0 0 100%;
	object-fit: cover;
	transition: all 0.25s cubic-bezier(0.19, -0.16, 0.28, 0.97);
	width: 100%;
}

.card:hover .card--grfx img {
	flex-grow: 1;
	width: 103%;
}

.card__led {
	z-index: 1;
	flex: 0 0 auto;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

.card__dek {
	z-index: 1;
	flex: 0 0 auto;
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	transition: all 0.31s cubic-bezier(0.19, -0.16, 0.28, 0.97);
	height: 0;
	max-height: 0;
}

.benefit .card__dek,
.card:hover .card__dek {
	height: auto;
	max-height: 300px;
	transition: all 0.31s cubic-bezier(0.19, -0.16, 0.28, 0.97);
}

.card__dek p {
	margin: 7px 0 0;
	color: #fff;
}

.card--meta {
	display: block;
	margin: 10px 0 0;
}

.card--link {
	width: 161px;
	margin: 10px 0 0;
}

.front__set {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 50px 1px 1px;
}

.front > h1,
.front > h2,
.front > h3,
.front > h4,
.front > h5,
.front > h6,
.front > p,
.front > ul:not(.share) {
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.front > h1,
.front > h2,
.front > h3,
.front > h4,
.front > h5,
.front > h6 {
	margin-top: 1em;
	margin-bottom: 0.35em;
}

.front > h1:first-child,
.front > h2:first-child,
.front > h3:first-child,
.front > h4:first-child,
.front > h5:first-child,
.front > h6:first-child {
	margin-top: 0;
}

.front h6 {
	text-align: center;
	margin: 0 24px;
}

.front h6:not(.index__hed--title) a:link,
.front h6:not(.index__hed--title) a:visited {
	color: #fff;
}

.front h6:not(.index__hed--title) a:hover {
	color: #FFC309;
}

.front h6::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto;
	background: #FFC309;
}

.front a:link,
.front a:visited {
	color: #1C4483;
}

.front a:hover {
	color: #1588C7;
}

.front a {
	color: #1C4483;
}

.callout {
	flex: 0 1 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: stretch;
	min-width: 0;
	overflow: hidden;
	padding: 0 0 24px;
}

.callout > * {
	margin: 8.5px 0;
}

.callout--hed a:link,
.callout--hed a:visited {
	color: #1C4483;
}

.callout--hed a:hover {
	color: #000;
}

.callout--cta a:link,
.callout--cta a:visited {
	color: #1588C7;
}

.callout--cta a:hover {
	color: #FFC309;
}

.callout--cta a {
	margin: 0;
}

.callout--sub {
	color: #828282;
	letter-spacing: 1.2px;
}

.callout--led {
	flex: 1 0 auto;
	margin: 12px 0 18px;
}

.callout--grfx {
	overflow: hidden;
	flex: 1 0 auto;
	max-width: 770px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	margin: 8.5px;
}

.callout--grfx a:link,
.callout--grfx a:visited {
	color: #1588C7;
}

.callout--grfx a:hover {
	color: #d8d8d8;
}

.callout--grfx img {
	overflow: hidden;
	object-fit: contain;
	margin-top: 60px;
	max-width: 100%;
}

.callout--link {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	margin-top: 21px;
	text-transform: uppercase;
}

.callout__body {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: flex-start;
	padding-bottom: 24px;
	margin-left: 8.5px;
	max-width: 495px;
}

.callout--action {
	max-width: 161px;
}

.entry label {
	font-weight: 700;
	color: #00072E;
}

.entry input[type=text],
.entry input[type=tel],
.entry input[type=email],
.entry input[type=password] {
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 2px solid #d8d8d8;
	color: #828282;
}

.entry select,
.entry select.sf-input-select,
.entry .chosen-single {
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 2px solid #d8d8d8;
	color: #828282;
}

.entry textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 12px;
	border: 2px solid #d8d8d8;
	color: #828282;
}

.entry button[hidden] {
	display: none;
}

.featured {
	margin: 80px auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	background: #011E72;
	color: #fff;
}

.featured--hed {
	max-width: 962px;
	flex: 0 0 100%;
	margin: 80px auto 24px;
	text-align: center;
}

.featured--hed a:link,
.featured--hed a:visited {
	color: #011E72;
}

.featured--hed a:hover {
	color: #FFC309;
}

.featured__led {
	z-index: 1;
	max-width: 650px;
	margin: 30px 0;
	text-align: center;
}

.featured__foot {
	text-align: center;
}

.featured__foot p {
	margin: 17px 0;
}

.featured__foot span {
	color: #FFC309;
}

.featured--action {
	width: 313px;
	max-width: 100%;
}

.tile {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	overflow: hidden;
	margin: 11px;
}

.tile--hed {
	flex: 1 0 auto;
	margin-top: 6px;
	margin-bottom: 11px;
}

.tile--hed a:link,
.tile--hed a:visited {
	color: #010D50;
}

.tile--hed a:hover {
	color: #000849;
}

.tile--grfx {
	flex: 0 0 auto;
	height: 230px;
}

.tile--grfx.magazine {
	height: auto;
}

.tile--sub {
	margin-top: 6px;
	color: #1588C7;
	text-transform: uppercase;
	font-weight: 700;
}

.tile--sub a:link,
.tile--sub a:visited {
	color: #1588C7;
}

.tile--sub a:hover {
	color: #000849;
}

.tile--link {
	color: #828282;
	letter-spacing: 1.2px;
}

.list {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 120px;
}

.list__item {
	flex: 0 1 495px;
	margin: 15px 0 15px 32px;
	list-style: none;
}

.list__item a:link,
.list__item a:visited {
	color: #010D50;
}

.list__item a:hover {
	color: #FFC309;
}

.list__item--hed {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-items: flex-start;
}

.list__item:hover .list__item--marker {
	fill: #FFC309;
}

.list__item--marker {
	width: 17px;
	margin-left: -30px;
	margin-right: 11px;
	fill: #010D50;
}

.bh-sl-form-container {
	flex: 0 0 100%;
	order: -1;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	max-height: 436px;
	margin-top: 0 !important;
	padding: 30px 0;
	background: #f5f5f5;
}

.bh-sl-form-container button#bh-sl-submit {
	flex: 0 0 auto;
	border-radius: 0;
	width: 162px;
	height: 55px;
	margin: 0 0 15px;
}

.bh-sl-form-container button#bh-sl-submit a:link,
.bh-sl-form-container button#bh-sl-submit a:visited {
	color: #00072E;
}

.bh-sl-form-container button#bh-sl-submit a:hover {
	color: #1C4483;
}

.bh-sl-form-input {
	flex: 0 1 255px;
	display: flex;
	flex-flow: row nowrap;
	margin-right: 10px;
}

.bh-sl-form-input-group {
	flex: 0 0 100%;
}

.bh-sl-form-input-group input {
	width: 100%;
	height: 55px;
	margin: 15px 0;
	padding: 6px 12px;
	border-radius: 0;
	background: #f5f5f5;
	border: 2px solid #d8d8d8;
	box-sizing: border-box;
}

.bh-sl-filters-container {
	flex: 0;
}

.bh-sl-map {
	height: 540px;
}

.bh-sl-map-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	margin-top: 0 !important;
}

.bh-sl-map-open {
	flex: 0 0 100vw;
	width: 100vw;
	max-width: 100% !important;
}

.bh-sl-loc-list {
	flex: 0 0 100%;
	max-width: 700px;
	max-height: 100vh;
	overflow-y: scroll;
}

.bh-sl-loc-list .list {
	flex-flow: column nowrap;
	align-items: stretch;
}

.bh-sl-loc-list .list li {
	background: transparent;
}

.bh-sl-loc-list .list-details {
	background: #fff;
	padding: 15px 0;
}

#bh-sl-user-location {
	width: 100%;
	max-width: 889px;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	justify-content: center;
	margin-top: 102px;
	padding: 74px;
	background-color: #fff;
}

.supp {
	display: flex;
	flex-flow: column nowrap;
	justify-content: stretch;
	align-items: stretch;
	background: #011E72;
	color: #fff;
}

.supp__hed {
	flex: 0 0 582px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 24px;
	position: relative;
}

.supp--link {
	z-index: 1;
	flex: 0 0 auto;
	width: 100%;
	max-width: 161px;
}

.supp--link a:link,
.supp--link a:visited {
	color: #00072E;
}

.supp--link a:hover {
	color: #1C4483;
}

.supp--title {
	z-index: 1;
	text-align: center;
}

.supp__dek {
	z-index: 1;
	flex: 0 0 auto;
	max-width: 582px;
	margin: 24px 0;
	text-align: center;
}

.supp--grfx {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.supp--grfx::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.supp__hed .supp--grfx::after {
	background-image: linear-gradient(90deg, rgba(35, 35, 35, 0.8) 0, rgba(8, 36, 114, 0.7) 120%);
}

.supp__kick .supp--grfx::after {
	background-image: linear-gradient(90deg, #232323 0, rgba(35, 35, 35, 0) 120%);
}

.supp__kick {
	display: flex;
	flex-flow: row wrap;
}

.supp__kick--item {
	flex: 0 1 100%;
	min-width: 218px;
	height: 255px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #fff;
}

.supp__kick--title {
	z-index: 1;
	text-align: center;
	margin: 0 24px;
}

.supp__kick--title a:link,
.supp__kick--title a:visited {
	color: #fff;
}

.supp__kick--title a:hover {
	color: #FFC309;
}

.supp__kick--title::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto;
	background: #FFC309;
}

.util {
	display: flex;
	flex-flow: column-reverse nowrap;
	margin: 38px 0;
}

.util__form {
	position: relative;
	margin: 8px 23px 8px 38px;
}

.util__form--input {
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	padding: 13px 10px;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}

.util__form--submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	background: url(/wp-content/themes/teamster/images/search.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	border: 0;
	color: transparent;
}

.util__nav {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 8px 23px 8px 27px;
}

.util__nav a:link,
.util__nav a:visited {
	color: #fff;
}

.util__nav a:hover {
	color: #fff;
}

.util__nav--link {
	flex: 0 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	justify-content: stretch;
}

.util__nav--link:not(.text) {
	max-width: 20px;
	padding: 5px 11px;
	box-sizing: content-box;
}

.util__nav--link.text {
	padding: 5px 11px;
	flex: 1 0 auto;
}

.util__nav--icon {
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	fill: #fff;
}

.carousel {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100vw;
}

.carousel--wrapper {
	background: #00072E;
}

.carousel__item {
	flex: 0 1 100%;
	background: #00072E;
}

.carousel--button {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 101px;
	min-width: 36px;
	width: 25%;
	display: flex;
	align-items: center;
}

.carousel--button:focus {
	display: none;
}

.carousel--button svg {
	fill: #fff;
	width: 36px;
}

.carousel--button.prev {
	left: 0;
	justify-content: flex-end;
}

.carousel--button.next {
	right: 0;
	justify-content: flex-start;
}

.carousel__nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 121px;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	overflow: scroll;
}

.carousel__nav--item {
	flex: 0 1 296px;
	min-width: 12%;
	display: flex;
	flex-flow: row nowrap;
	color: #fff;
	cursor: pointer;
}

.carousel__nav--item.visible {
	color: #FFC309;
}

.carousel__nav--item img {
	height: 55px;
	max-width: 79px;
	flex: 0 0 79px;
	margin-right: 16px;
}

.teams {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
	background: #fff;
}

.teams:nth-of-type(even) {
	background: #f5f5f5;
}

.teams__hed {
	flex: 0 0 100%;
	text-align: center;
}

.teams__hed::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto;
	background: #FFC309;
}

.teams__group {
	flex: 0 0 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
	overflow: hidden;
	background: #fff;
	padding: 80px 0 0;
}

.teams__group:nth-of-type(even) {
	background: #f5f5f5;
}

.team {
	flex: 0 0 100%;
	max-width: 878px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	overflow: hidden;
	padding: 80px 0;
}

.team__item {
	flex: 1 1 40%;
	display: flex;
	flex-flow: column nowrap;
	margin: 24px 12px;
}

.team__item.leadership {
	flex: 0 1 100%;
}

.team__item--body {
	flex: 1 0 30%;
	margin: 12px 0 0 12px;
}

.team__item--hed {
	margin: 5px 0;
}

.team__item--hed a:link,
.team__item--hed a:visited {
	color: #010D50;
}

.team__item--hed a:hover {
	color: #1C4483;
}

.team__item--sub {
	font-weight: 700;
}

.team__item--dek {
	margin: 5px 0;
}

.team__item--dek a:link,
.team__item--dek a:visited {
	color: #1588C7;
}

.team__item--dek a:hover {
	color: #d8d8d8;
}

.team__item--grfx {
	flex: 1 0 auto;
	max-width: 195px;
	max-height: 195px;
}

.team__item--action {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	margin-top: 21px;
	text-transform: uppercase;
}

.team__item--icon {
	fill: #1588C7;
	width: 12px;
	height: 10px;
	margin-left: 6px;
}

.team__item.leadership .team__item--grfx {
	flex: 0 0 195px;
}

.signup {
	flex: 0 0 100%;
	max-width: 1250px;
	margin: 12px;
	padding: 24px;
	background-color: #010D50;
}

.signup__hed {
	text-align: center;
}

.signup__hed--title {
	position: relative;
	color: #FFC309;
}

.signup__hed--sub {
	margin: 18px 0;
	color: #fff;
}

.signup__hed--icon {
	display: inline-block;
	margin: 0 10px -3px 0;
	width: 46px;
	height: 25px;
}

.can_embed li {
	list-style: none;
}

.can_embed input[type=submit] {
	z-index: 1;
	flex: 0 0 auto;
	width: 100%;
	margin: 0 0 15px;
}

.can_embed input[type=submit] a:link,
.can_embed input[type=submit] a:visited {
	color: #00072E;
}

.can_embed input[type=submit] a:hover {
	color: #1C4483;
}

.floatlabel-label,
.control-label,
.checkbox {
	display: block;
	color: #fff;
}

.checkbox {
	font-weight: 700;
	margin: 5px 0;
}

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

.js-d_sharing {
	margin: 0 0 15px;
}

.js-d_sharing label {
	font-weight: 700;
}

.signup .js-d_sharing label {
	color: #fff;
}

.floatlabel-wrapper,
.control-wrapper {
	margin: 0 0 15px;
}

.floatlabel-input,
.floatlabel-label,
.control-input,
.control-label {
	font-weight: 700;
	margin: 5px 0;
}

.input-xlarge {
	margin: 5px 0;
}

.input-xlarge,
.floatlabel-input {
	width: 100%;
	height: 47px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 3px solid #FFC309;
	color: #828282;
}

.control-group {
	padding: 0 0 15px;
	margin: 0;
}

.check_radio_field label {
	display: block;
}

.additional_text {
	padding: 15px 0;
	color: #828282;
}

.signup .additional_text {
	color: #fff;
}

.additional_text p {
	text-transform: uppercase;
}

.alert {
	position: fixed;
	z-index: 500;
	max-width: 929px;
	top: -400px;
	margin: 12px;
	padding: 12px 12px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0 2px 4px #000;
}

.alert.visible {
	animation: alert 0.5s ease-out 0.1s 1 normal forwards;
}

.alert.hidden {
	top: 12px;
	animation: alertOut 0.5s ease-out 0.1s 1 normal forwards;
}

.alert__hed {
	flex: 0 0 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 12px;
}

.alert__hed--icon {
	flex: 0 0 29px;
	margin-right: 12px;
	fill: #FFC309;
	width: 29px;
}

.alert__dek {
	flex: 1 0 calc(100% - 153px);
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	min-width: 161px;
	margin-bottom: 12px;
}

.alert__dek p {
	margin-bottom: 8px;
}

.alert__dek--link {
	flex: 0 0 161px;
}

.alert__dek--link a:link,
.alert__dek--link a:visited {
	color: #010D50;
}

.alert__dek--link a:hover {
	color: #011E72;
}

.alert__grfx {
	order: -1;
	flex: 1 0 100%;
	max-width: 133px;
	margin-right: 16px;
	margin-bottom: 12px;
}

.alert__close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	width: 12px;
	height: 11px;
	fill: #696969;
	cursor: pointer;
}

.nav-social {
	display: flex;
	align-items: start;
	gap: 8px;
	padding: 10px 0;
}

.nav-social__item--link {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50%;
	color: white;
	fill: white;
	transition: all 0.3s cubic-bezier(0.57, 0.01, 0.54, 1);
}

.hed .nav-social__item--link {
	background-color: #cacaca;
}

.nav-social__item--link:hover {
	background-color: #1588c7;
}

.nav-social__item--txt,
.nav-social__item span {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-social__item--icon,
.nav-social__item svg {
	display: block;
	width: 22px;
	flex: 0 0 22px;
}

.share {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.share__hed {
	flex: 0 0 100%;
}

.share__link {
	flex: 0 1 24%;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: space-evenly;
	height: 210px;
	margin: 24px 1px;
	background: #f5f5f5;
	text-transform: uppercase;
}

.share__link,
.share__link:link,
.share__link:hover {
	color: #1588C7;
}

.share__link--icon {
	fill: #1588C7;
	height: 56px;
	margin-bottom: 12px;
}

.promo {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #f5f5f5;
}

.promo a:link,
.promo a:visited {
	color: #030946;
}

.promo a:hover {
	color: #1C4483;
}

.promo__hed {
	flex: 0 0 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 12px;
	margin-bottom: 22px;
	text-align: center;
}

.promo__hed--title {
	max-width: 790px;
}

.promo__hed--dek {
	max-width: 592px;
}

.promo__item {
	flex: 0 1 485px;
	display: flex;
	flex-flow: column nowrap;
	margin: 6px 12px;
	padding: 22px;
	background: #fff;
	box-shadow: 0 0 4px #696969;
}

.contracts .promo__item {
	flex-grow: 1;
}

.promo__item--title {
	flex-grow: 1;
	color: #030946;
}

.promo__item--title a:link,
.promo__item--title a:visited {
	color: #010D50;
}

.promo__item--title a:hover {
	color: #000849;
}

.promo__item--sub {
	color: #828282;
}

.promo__item--dek {
	flex-grow: 1;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #030946;
}

.promo__item--link {
	text-transform: uppercase;
}

.promo__foot {
	flex: 0 0 100%;
	padding-top: 24px;
	text-align: center;
}

.promo--link {
	text-transform: uppercase;
}

.locals {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	box-sizing: border-box;
}

.local {
	width: 100%;
	max-width: 600px;
	flex: 0 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: flex-start;
	padding: 27px 0;
	margin: 0;
}

.local a:link,
.local a:visited {
	color: #1C4483;
}

.local a:hover {
	color: #1588C7;
}

.local--title {
	flex: 0 0 100%;
}

.local--sub {
	max-width: 100%;
	flex: 0 0 100%;
	margin: 6px 0;
}

.local--sub strong {
	font-weight: 700;
}

.local--foot {
	flex: 0 1 238px;
	text-transform: uppercase;
}

.local--adr {
	flex: 0 0 100%;
	margin: 8px 0;
}

.local--label {
	flex: 0 1 238px;
	text-transform: uppercase;
	font-weight: 700;
}

.local--label.num::before {
	content: "Local: ";
}

.local--label.gcc::before {
	content: "GCC Label: ";
}

.local--label.allied::before {
	content: "Allied Label: ";
}

.local--label.council::before {
	content: "Allied Council: ";
}

.local a:link,
.local a:visited {
	text-decoration: underline;
}

.kicker {
	background-image: linear-gradient(to right, #00072E 0, #011E72 100%);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

.kicker__hed {
	display: flex;
	flex-flow: row nowrap;
	flex: 0 1 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 927px;
	margin-bottom: 27px;
}

.kicker__hed--title {
	color: #fff;
}

.kicker__hed--icon {
	flex: 0 0 42px;
	width: 42px;
	margin-right: 11px;
	fill: #FFC309;
}

.kicker__dek {
	box-sizing: border-box;
	flex: 0 1 auto;
	width: 100%;
	max-width: 927px;
	margin-bottom: 27px;
	padding-left: 53px;
	color: #fff;
}

.kicker__form {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-flow: column nowrap;
	width: 100%;
	max-width: 927px;
	padding-left: 44px;
}

.kicker__form--button {
	height: 43px;
	background: #1588C7;
	margin: 6px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	min-width: 185px;
}

.filter--button {
	border: 0;
	height: 43px;
	margin: 6px;
	background: #FFC309;
	color: #fff;
	text-transform: uppercase;
	min-width: 185px;
}

.glide {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.glide * {
	box-sizing: inherit;
}

.glide__track {
	overflow: hidden;
}

.glide__slides {
	position: relative;
	width: 100%;
	list-style: none;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	touch-action: pan-Y;
	overflow: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.glide__slides--dragging {
	user-select: none;
}

.glide__slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	white-space: normal;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.glide__slide a {
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.glide__arrows {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide__bullets {
	-webkit-touch-callout: none;
	user-select: none;
}

.glide--rtl {
	direction: rtl;
}

/*# sourceMappingURL=glide.core.css.map */

body.lb-disable-scrolling {
	overflow: hidden;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	outline: none;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px; /* Image border */
	border: 4px solid white;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px; /* Background color behind image.
     This is visible during transitions. */
	background-color: white;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-caption a {
	color: #4ae;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.share {
	display: block;
	flex-flow: column;
	justify-content: flex-start;
}

.share__icon {
	fill: #1C4483;
	max-height: 32px;
	max-width: 30px;
	margin: 12px 0;
}

.event {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
}

.event__detail {
	display: flex;
	flex-flow: row wrap;
	flex: 0 1 50%;
	padding: 88px;
	box-sizing: border-box;
}

.event__detail--title {
	flex: 0 0 100%;
}

.event__detail--sub {
	margin: 19px 19px 19px 0;
	min-width: 108px;
	text-transform: uppercase;
	color: #FFC309;
}

.event__detail--body {
	flex: 0 1 62%;
}

.event__grfx {
	flex: 0 0 50%;
}

.files {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-around;
}

.files a:link,
.files a:visited {
	color: #010D50;
}

.files a:hover {
	color: #FFC309;
}

.files--hed {
	flex: 0 0 100%;
	margin: 24px 0 10px;
	text-align: center;
}

.files--item {
	flex: 1 1 308px;
	max-width: 414px;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	overflow: hidden;
	margin: 12px;
}

.files--item h4 {
	margin-bottom: 6px;
}

.files--item img {
	flex: 0 0 34px;
	margin-right: 12px;
}

.files--item span {
	flex: 0 1 auto;
	word-break: break-word;
	overflow-wrap: break-word;
}

.tweets {
	background: #1588C7;
}

.tweets:hover {
	background: #1588C7;
}

.tweets__hed {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.tweets__hed--icon {
	width: 37px;
	height: 29px;
	fill: #fff;
}

.ctf-carousel .ctf-owl-nav.onhover > div {
	height: 125px;
}

.ctf {
	max-height: 212px;
	margin: 12px auto;
}

.ctf-owl-stage {
	height: 100%;
	overflow-y: hidden;
}

.ctf-carousel .ctf-owl-stage-outer {
	height: 187px !important;
}

.ctf-item {
	display: flex;
	flex-flow: column-reverse;
}

.ctf-author-box {
	opacity: 0.6;
	text-align: center;
}

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

.ctf-tweet-text a:link,
.ctf-tweet-text a:visited {
	color: #fff;
}

.ctf-tweet-text a:hover {
	color: #f5f5f5;
}

.ctf-tweet-text a:link,
.ctf-tweet-text a:visited {
	text-decoration: underline;
}

#sb_instagram.sbi {
	width: 100vw !important;
	max-width: 1247px;
	margin: 1.5rem 0;
}

.pagination__link {
	padding: 12px;
	flex: 0 1 40%;
	box-sizing: border-box;
}

.pagination__link--prev,
.pagination__link--next {
	text-transform: uppercase;
	font-weight: 700;
}

.pagination__link--prev a:link,
.pagination__link--prev a:visited,
.pagination__link--next a:link,
.pagination__link--next a:visited {
	color: #828282;
}

.pagination__link--prev a:hover,
.pagination__link--next a:hover {
	color: #1C4483;
}

.pagination__link--prev a:hover,
.pagination__link--next a:hover {
	color: #1C4483;
	text-decoration: none;
}

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

.pagination__link--next {
	order: 2;
	text-align: right;
}

.buy {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-evenly;
}

.buy--hed {
	flex: 0 0 100%;
}

.buy--icon {
	display: flex;
	flex-flow: column nowrap;
	flex: 0 1 188px;
	margin: 11px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #000;
}

.buy--icon img {
	object-fit: contain;
}

.careers {
	background: #f5f5f5;
	border-radius: 18px;
	padding: 18px;
}

#sb_instagram .sb_instagram_header {
	display: flex;
	flex-flow: row wrap;
	float: none;
	text-align: center;
	margin: 0 24px;
	max-width: 100%;
	width: auto;
	height: auto;
}

#sb_instagram .sb_instagram_header::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto;
	background: #FFC309;
}

#sb_instagram .sb_instagram_header .sbi_header_link {
	display: flex;
	flex-flow: row;
	justify-content: center;
}

#sb_instagram .sb_instagram_header .sbi_header_img,
#sb_instagram .sb_instagram_header .sbi_header_text h3 {
	margin-left: 0 !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text {
	flex: 0 0 auto;
	width: auto;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
	margin-right: 12px !important;
	order: -1;
}

.sbi_header_link {
	width: 100%;
}

#sb_instagram {
	padding: 12px;
	overflow: scroll;
}

#sbi_images {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	max-width: calc(100vw - 24px);
	overflow: scroll;
}

#sbi_images .sbi_item {
	flex: 0 1 22%;
	margin: 12px 6px;
}

#sbi_images .sbi_photo_wrap {
	width: 181px;
	height: 181px;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: stretch;
}

.sbi_follow_btn {
	display: flex;
	justify-content: center;
}

.sbi_follow_btn a {
	padding-left: 22px;
	padding-right: 22px;
}

.sbi_follow_btn a svg {
	height: 18px;
	margin-right: 8px;
}

.gform_wrapper {
	background: #f5f5f5;
	padding: 15px;
	margin: 24px auto 48px;
}

.gform_heading {
	margin-bottom: 48px;
}

.gform__description {
	margin-bottom: 1.2em;
}

.gform_title {
	text-align: center;
	margin: 0 24px;
}

.gform_title:not(.index__hed--title) a:link,
.gform_title:not(.index__hed--title) a:visited {
	color: #fff;
}

.gform_title:not(.index__hed--title) a:hover {
	color: #FFC309;
}

.gform_title::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 12px auto;
	background: #FFC309;
}

.gform_fields,
.entry__body > div .gform ul {
	display: flex;
	flex-flow: row wrap;
	margin-left: 0 !important;
}

.gform_fields li,
.gform_fields .gfield,
.entry__body > div .gform ul li,
.entry__body > div .gform ul .gfield {
	list-style: none;
	flex: 1 1 40%;
}

.gform_fields li:first-of-type,
.gform_fields .gfield:first-of-type,
.entry__body > div .gform ul li:first-of-type,
.entry__body > div .gform ul .gfield:first-of-type {
	flex: 1 1 40%;
}

.gform_fields li.full,
.gform_fields .gfield.full,
.entry__body > div .gform ul li.full,
.entry__body > div .gform ul .gfield.full {
	flex: 1 1 100%;
}

.gform_fields li#field_1_6,
.gform_fields .gfield#field_1_6,
.entry__body > div .gform ul li#field_1_6,
.entry__body > div .gform ul .gfield#field_1_6 {
	flex: 0 1 100%;
}

.gform_fields li > *:not(.ginput_complex),
.gform_fields .gfield > *:not(.ginput_complex),
.entry__body > div .gform ul li > *:not(.ginput_complex),
.entry__body > div .gform ul .gfield > *:not(.ginput_complex) {
	margin: 6px 3.5px;
}

.gform_button {
	flex: 0 1 120px;
	background: #1C4483;
	width: 220px;
	float: right;
	font-weight: 600;
}

.gform_button#gform_submit_button_7 {
	background: #FFC309;
}

.gform_body input[type=text],
.gform_body input[type=tel],
.gform_body input[type=email],
.gform_body input[type=password],
.gform_body input[type=search] {
	box-sizing: border-box;
}

.gform_body textarea {
	width: 100%;
	min-height: 127px;
	box-sizing: border-box;
}

.gform_confirmation_wrapper {
	width: 100%;
	background-color: #f5f5f5;
	border: 2px solid #d8d8d8;
	border-radius: 8px;
	padding: 20px;
	margin: 40px 0;
}

.gform_fields .gfield_radio {
	display: flex;
	flex-flow: row;
	align-items: flex-start;
}

.gform_fields .gfield_radio > li {
	flex: 0 1 auto;
	margin: 0.75em 0.75em 0.75em 0;
}

.ginput_complex {
	display: flex;
	flex-flow: row wrap;
}

.ginput_complex span {
	flex: 1 1 40%;
	display: flex;
	flex-flow: column nowrap;
}

.ginput_complex span > * {
	margin: 6px 3.5px;
	width: auto;
	max-width: calc(100% - 3.5px);
}

.single__entry #dvFastForms {
	max-width: 100vw;
}

.single__entry #dvFastForms .ff-form-main {
	background: #f5f5f5;
	padding: 0;
	margin: 24px auto 48px;
}

.single__entry #dvFastForms .ff-group-row {
	background: transparent;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.single__entry #dvFastForms .ff-item-row {
	flex: 0 0 100%;
	display: flex !important;
	flex-flow: row wrap;
}

.single__entry #dvFastForms .ff-item-row:first-child {
	flex: 0 0 100%;
}

.single__entry #dvFastForms .ff-label-col {
	flex: 0 0 100%;
}

.single__entry #dvFastForms .ff-label-col label {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.2;
}

.single__entry #dvFastForms .ff-field-col {
	flex: 0 0 100%;
	min-width: auto;
	max-width: 100%;
	box-sizing: border-box;
}

.single__entry #dvFastForms .ff-field-col input[type=text],
.single__entry #dvFastForms .ff-field-col input[type=tel],
.single__entry #dvFastForms .ff-field-col input[type=email],
.single__entry #dvFastForms .ff-field-col input[type=password],
.single__entry #dvFastForms .ff-field-col input[type=textbox] {
	width: 100% !important;
	height: 47px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 2px solid #d8d8d8 !important;
	border-radius: 0 !important;
	color: #828282;
}

.single__entry #dvFastForms .ff-field-col textarea {
	width: 100% !important;
	min-height: 112px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 2px solid #d8d8d8 !important;
	border-radius: 0 !important;
	color: #828282;
}

.single__entry #dvFastForms .btnDiv #btnsubmit {
	margin-right: 15px;
}

.single__entry #dvFastForms .btnDiv input[type=button],
.single__entry #dvFastForms .btnDiv input[type=submit] {
	flex: 0 1 120px;
	background: #FFC309;
	width: 220px;
	float: right;
	font-weight: 600;
}

.single__entry #dvFastForms img {
	max-width: 100%;
}

.filter__hed {
	max-height: 100%;
}

.search-filter-results {
	max-width: 100%;
}

.searchandfilter,
.entry .searchandfilter {
	z-index: 5;
	top: 0;
	width: 100%;
	max-width: 600px;
}

.single .searchandfilter,
.single .entry .searchandfilter {
	flex: 0 0 auto;
}

.hed .searchandfilter,
.hed .entry .searchandfilter {
	flex: 0 1 100%;
}

.searchandfilter ul,
.entry .searchandfilter ul {
	box-sizing: border-box;
	flex: 0 0 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}

.searchandfilter ul > li:not(.sf-field-search),
.entry .searchandfilter ul > li:not(.sf-field-search) {
	flex: 1 1 40%;
	margin: 4.5px;
	max-width: calc(100% - 9px);
}

.searchandfilter label,
.entry .searchandfilter label {
	width: 100%;
}

.searchandfilter select,
.entry .searchandfilter select {
	background: url("/wp-content/themes/teamster/images/select-arrow.svg") center right 9px/cover no-repeat white;
	background-size: 9px 12px;
}

.searchandfilter .chosen-single,
.entry .searchandfilter .chosen-single {
	background-image: url(/wp-content/themes/teamster/images/chevron.svg);
}

.searchandfilter .search-filter-reset,
.entry .searchandfilter .search-filter-reset {
	background: #fff;
	height: 43px;
	width: 100%;
	min-width: calc(100% - 12px);
	max-width: calc(100% - 12px);
}

.searchandfilter select,
.searchandfilter input[type=text],
.searchandfilter input[type=search],
.searchandfilter .chosen-single,
.entry .searchandfilter select,
.entry .searchandfilter input[type=text],
.entry .searchandfilter input[type=search],
.entry .searchandfilter .chosen-single {
	height: 43px;
	padding: 14px 28px 14px 14px;
	background-color: #fff;
	background-size: 14px 6px;
	background-repeat: no-repeat;
	background-position: center right 12px;
	border: 1px solid #696969;
	border-radius: 0;
	box-sizing: border-box;
	color: #696969;
	cursor: pointer;
	margin: 6px;
}

.searchandfilter select.sf-input-select,
.searchandfilter input[type=text].sf-input-select,
.searchandfilter input[type=search].sf-input-select,
.searchandfilter .chosen-single.sf-input-select,
.entry .searchandfilter select.sf-input-select,
.entry .searchandfilter input[type=text].sf-input-select,
.entry .searchandfilter input[type=search].sf-input-select,
.entry .searchandfilter .chosen-single.sf-input-select {
	min-width: calc(100% - 12px);
	max-width: calc(100% - 12px);
	background-image: url(/wp-content/themes/teamster/images/chevron.svg);
}

.tax-companies .searchandfilter select.sf-input-select,
.post-type-archive-contract .searchandfilter select.sf-input-select,
.tax-companies .searchandfilter input[type=text].sf-input-select,
.post-type-archive-contract .searchandfilter input[type=text].sf-input-select,
.tax-companies .searchandfilter input[type=search].sf-input-select,
.post-type-archive-contract .searchandfilter input[type=search].sf-input-select,
.tax-companies .searchandfilter .chosen-single.sf-input-select,
.post-type-archive-contract .searchandfilter .chosen-single.sf-input-select,
.tax-companies .entry .searchandfilter select.sf-input-select,
.post-type-archive-contract .entry .searchandfilter select.sf-input-select,
.tax-companies .entry .searchandfilter input[type=text].sf-input-select,
.post-type-archive-contract .entry .searchandfilter input[type=text].sf-input-select,
.tax-companies .entry .searchandfilter input[type=search].sf-input-select,
.post-type-archive-contract .entry .searchandfilter input[type=search].sf-input-select,
.tax-companies .entry .searchandfilter .chosen-single.sf-input-select,
.post-type-archive-contract .entry .searchandfilter .chosen-single.sf-input-select {
	min-width: auto;
	max-width: 182px;
	width: 100%;
}

.searchandfilter select option,
.searchandfilter input[type=text] option,
.searchandfilter input[type=search] option,
.searchandfilter .chosen-single option,
.entry .searchandfilter select option,
.entry .searchandfilter input[type=text] option,
.entry .searchandfilter input[type=search] option,
.entry .searchandfilter .chosen-single option {
	line-height: 1.2;
	color: #000;
}

.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single,
.entry .searchandfilter .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: url(/wp-content/themes/teamster/images/chevron.svg);
	background-size: 14px 6px;
	background-repeat: no-repeat;
	background-position: center right 14px;
}

input[type=submit],
button {
	-webkit-appearance: none;
	border-radius: 0;
}

.sf-field-submit input[type=submit],
.sf-field-submit button,
.entry .sf-field-submit input[type=submit],
.entry .sf-field-submit button {
	border: 0;
	height: 43px;
	margin: 6px;
	background: #FFC309;
	color: #fff;
	text-transform: uppercase;
	min-width: 185px;
}

.sf-field-taxonomy-print-services > label {
	max-width: 100%;
	box-sizing: border-box;
}

.chosen-container-single {
	width: auto !important;
	min-width: 100%;
	max-width: 100%;
}

.searchandfilter ul li.sf-field-search,
.searchandfilter .sf-field-search {
	flex: 1 0 auto;
	display: flex !important;
	justify-content: flex-end;
	margin: 4.5px;
}

.searchandfilter ul li.sf-field-search > label,
.searchandfilter .sf-field-search > label {
	flex: 1 0 auto;
}

.searchandfilter ul li.sf-field-search > label input[type=text],
.searchandfilter .sf-field-search > label input[type=text] {
	width: calc(100% - 12px);
}

.searchandfilter ul li.sf-field-search input[type=text],
.searchandfilter .sf-field-search input[type=text] {
	max-width: 100%;
}

.chosen-container-single .chosen-single {
	max-width: 100%;
	box-sizing: border-box;
}

.chosen-container-single .chosen-single div {
	display: none;
}

.chosen-container .chosen-results {
	flex-flow: column nowrap;
	align-items: stretch;
}

.chosen-container .chosen-results li.highlighted {
	color: #010D50;
	background: #f5f5f5;
}

#can_thank_you {
	color: #232323;
}

.signup #can_thank_you {
	color: #fff;
}

#action_welcome_message,
.action_info_user {
	color: #232323;
}

#action_welcome_message a:link,
#action_welcome_message a:visited,
.action_info_user a:link,
.action_info_user a:visited {
	color: #1C4483;
}

.signup #action_welcome_message,
.signup .action_info_user {
	color: #fff;
}

.signup #action_welcome_message a:link,
.signup #action_welcome_message a:visited,
.signup .action_info_user a:link,
.signup .action_info_user a:visited {
	color: #FFC309;
}

.special {
	position: relative;
	padding: 0;
	padding-bottom: 56.25%;
	height: 0;
	width: 100%;
	max-width: 1250px;
	margin: 56px auto;
}

.special iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
}

.lazyload,
.lazyloading {
	opacity: 0;
	transition: opacity 300ms ease-in-out;
}

img.lazyloaded {
	opacity: 1;
}

img.pxl {
	bottom: -1px;
}

.sprite {
	display: none;
}

.inbed {
	position: relative;
	height: 0;
	overflow: hidden;
}

.inbed.inbed-video {
	padding-bottom: 56.25%;
}

.inbed.inbed-image {
	padding-bottom: 78.25%;
}

.inbed.inbed-audio {
	padding-bottom: 18.25%;
}

.inbed.today {
	padding-bottom: calc(56.25% + 75px);
}

.inbed.msnbc {
	padding-bottom: calc(56.25% + 100px);
}

.inbed.square {
	padding-bottom: 100%;
}

.inbed iframe,
.inbed object,
.inbed embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.lt-ie9 label,
.lt-ie8 label,
.lt-ie7 label {
	display: block !important;
}

.lt-ie7 img {
	-ms-interpolation-mode: bicubic;
}

.lt-ie6 html {
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}

@media screen and (768px) {

.single__entry {
	padding: 0 55px 0 15px;
}

}

@media screen {

.featured {
	padding: 72px;
}

}

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

.single__entry blockquote {
	margin: 2rem 0;
	padding: 1.25rem 2rem;
}

.card {
	flex: 1 1 40%;
}

.team__item {
	flex: 1 1 25%;
}

}

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

.hed {
	grid-template-columns: 2px repeat(9, 1fr) 2px;
	max-height: 96px;
}

.hed__title {
	grid-column: 6/span 1;
}

.hed__logo {
	margin-bottom: -24px;
	width: 90px;
}

.hed__menu {
	grid-column-end: 6;
}

.hed__actions {
	grid-column: 7/span 4;
	align-items: center;
}

.hed__actions--link {
	margin-top: 0;
}

.fixed .hed__actions--link {
	margin-top: 10px;
}

.foot {
	grid-template-columns: auto repeat(12, minmax(60px, 94px)) auto;
	gap: 32px 0;
}

.foot__grfx {
	grid-column: 2/span 2;
	align-items: start;
}

.foot__logo {
	margin-bottom: -24px;
	width: 90px;
}

.foot__menu {
	grid-column: 4/span 10;
}

.foot__vcard {
	grid-column: 4/span 10;
}

.nav {
	display: flex;
	flex-flow: row;
}

.nav__search {
	width: 48px;
	margin: 0;
	display: flex;
	align-items: stretch;
	border-color: white;
}

.nav__search.search-visible,
.nav-visible .nav__search {
	width: 248px;
	margin-left: 20px;
	border: 1px solid rgba(1, 30, 114, 0.12);
}

.nav__search--input {
	width: 0;
	padding: 0;
	overflow: hidden;
}

.search-visible .nav__search--input,
.nav-visible .nav__search--input {
	padding: 0 4px;
}

.nav__menu {
	margin: -20px;
	padding: 20px;
}

.hed .nav__menu {
	width: 324px;
}

.nav__actions--social.nav-social {
	display: none;
}

.foot .menu {
	width: 100%;
	animation: none;
}

.foot .menu.show-secondary {
	width: 100%;
	animation: none;
}

.foot .menu.show-secondary::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 7, 46, 0.72);
}

.nav-visible .hed .menu {
	margin: 96px 0 0;
}

.hed .show-children .menu__parent--children {
	height: calc(100% - 136px);
}

.foot .show-children .menu__parent--title {
	position: relative;
}

.hed .show-secondary .show-children .menu__item--forward,
.hed .show-secondary .show-children .menu__parent--forward {
	right: 100%;
	top: 124px;
}

.hed .menu__item--children,
.hed .menu__parent--children {
	width: calc(100% - 82px);
}

.foot .menu__item--children,
.foot .menu__parent--children {
	width: calc(50% - 48px);
	height: 100%;
}

.hed .menu__children {
	margin-top: 116px;
	padding-bottom: 56px;
}

.hed .menu__children::after {
	bottom: 0;
}

.marq {
	display: grid;
	grid-template: 1fr 1fr/1fr 1fr;
	gap: 2px;
}

.marq__item {
	min-height: 30vh;
}

.marq__item:first-of-type {
	min-height: 40vh;
}

.marq__item:first-of-type .marq__item--hed {
	font-size: 54px;
}

.carousel__nav {
	justify-content: space-evenly;
}

.carousel__nav--item {
	flex: 0 1 296px;
}

}

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

.columns-2 .blocks-gallery-item {
	flex: 0 1 calc(50% - 0.75em);
}

.columns-3 .blocks-gallery-item {
	flex: 0 1 calc(33% - 0.75em);
}

.columns-4 .blocks-gallery-item {
	flex: 0 1 calc(25% - 0.75em);
}

.columns-5 .blocks-gallery-item {
	flex: 0 1 calc(20% - 0.75em);
}

.wp-block-embed.aligncenter.wp-block-embed-instagram {
	width: 500px;
}

.wp-block-custom.alignwide,
.wp-block-custom.alignfull {
	margin-top: 71px;
}

#can_thank_you h1,
.callout--hed,
.front > h1,
.single__entry > h1,
.pagemarq__hed--title,
.pagemarq__item--title {
	font-size: 39px;
}

.coll {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-evenly;
}

.coll__hed {
	flex: 0 1 40%;
	align-items: flex-start;
	text-align: left;
}

.coll__item {
	flex-flow: column nowrap;
	height: 245px;
	flex: 0 1 calc(50% - 4px);
	text-align: center;
}

.coll__item--icon {
	max-width: 86px;
	max-height: 60px;
}

.single__vcard {
	padding: 88px;
}

.card__dek p {
	margin: 12px 0 0;
}

.card--link {
	margin: 14px 0 0;
}

.callout {
	flex-direction: row;
}

.callout--grfx {
	flex: 1 0 198px;
	flex: 0 1 56%;
	max-height: 560px;
	margin: 0 30px 15px 0;
}

.type-mag .callout--grfx {
	flex: 0 1 36%;
}

.callout__body {
	flex: 1 1 30%;
	margin-left: 15px;
}

.callout__body > * {
	margin: 8.5px 0;
}

.bh-sl-form-container {
	min-height: 436px;
}

.supp__kick--item {
	flex: 1 1 25%;
	border: 1px solid #fff;
}

.util {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 35px;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	background: #011E72;
	background-image: linear-gradient(to right, #000 0, #011E72 83%);
}

.util__form--input {
	height: 27px;
	padding: 7px 0 7px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #fff;
	border-left: 0;
}

.util__form--submit {
	height: 27px;
	background-position: center right;
}

.util__nav {
	justify-content: flex-end;
}

.util__nav--link.text {
	flex: 0 0 auto;
}

.signup {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	margin: 56px auto;
	padding: 48px 70px;
}

.signup__hed {
	flex: 0 1 386px;
	text-align: left;
}

.signup__hed--icon {
	position: absolute;
	left: -60px;
	top: 9px;
}

.signup__form {
	flex: 0 1 632px;
}

#form_col1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

#form_col1 .form_builder_output {
	flex: 0 0 100%;
	height: 0;
}

#form_col1 .core_field,
#form_col1 .control-group {
	flex: 0 1 calc(50% - 15px);
}

#form_col2 {
	max-width: calc(100% - 15px);
}

.alert {
	left: calc(50vw - 450px);
	right: calc(50vw - 450px);
}

.alert__dek p {
	flex: 0 1 508px;
}

.promo {
	padding-top: 76px;
	padding-bottom: 76px;
}

.promo__hed {
	margin-bottom: 42px;
}

.promo__foot {
	padding-top: 42px;
}

.local {
	margin: 11px;
	padding: 27px 34px;
}

.ctf {
	max-width: 412px;
}

.gform_wrapper {
	padding: 67px;
}

.gform_button {
	margin: 5px 0;
}

.single__entry #dvFastForms .ff-form-main {
	padding: 67px;
}

.single__entry #dvFastForms .btnDiv input[type=button],
.single__entry #dvFastForms .btnDiv input[type=submit] {
	margin: 5px 0;
}

.searchandfilter,
.entry .searchandfilter {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}

.single .searchandfilter,
.single .entry .searchandfilter {
	flex: 0 0 auto;
}

.hed .searchandfilter,
.hed .entry .searchandfilter {
	flex: 0 1 962px;
}

.searchandfilter ul > li:not(.sf-field-search),
.entry .searchandfilter ul > li:not(.sf-field-search) {
	flex: 1 1 16%;
}

.searchandfilter ul,
.entry .searchandfilter ul {
	padding: 0 33px;
}

}

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

.card__hed--title,
.index__hed--title {
	font-size: 38px;
}

.index {
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	margin: 0 -21px 40px;
}

.index__hed {
	max-width: 1247px;
	flex-direction: column-reverse;
}

.index__filter,
.index .sf-input-select {
	max-width: 40%;
	justify-content: flex-end;
}

.feature .single__hed {
	max-height: max-content;
	padding: 90px 0 120px;
}

.single__hed {
	padding: 90px 0;
}

.single__entry {
	flex: 0 1 77%;
	padding: 0;
	margin-top: 80px;
	margin-bottom: 128px;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.single__entry--grfx {
	width: 100%;
	margin: -226px auto 25px;
}

.single__index {
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}

.single__share {
	position: sticky;
	top: 0;
	margin-bottom: 88px;
}

.tile {
	flex: 0 1 30%;
	margin: 21px 0;
}

.team__item.leadership {
	flex-flow: row wrap;
	flex: 0 1 100%;
	max-width: 100%;
	justify-content: space-between;
}

.team__item {
	flex: 0 1 195px;
	max-width: calc(25% - 22px);
}

.team__item--body {
	flex: 1 1 60%;
	max-width: 650px;
}

.files--item {
	flex: 1 0 308px;
}

}

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

.wp-block-column {
	margin-bottom: 0;
}

.wp-block-column {
	min-width: 380px;
}

.alignwide,
#sb_instagram.sbi {
	width: 100vw;
	max-width: 1247px;
}

.promo__hed--title,
.supp--title,
.coll__hed--title {
	font-size: 47px;
}

#can_thank_you h1,
.callout--hed,
.front > h1,
.single__entry > h1,
.pagemarq__hed--title,
.pagemarq__item--title {
	font-size: 45px;
}

.event__detail--title,
.kicker__hed--title,
.local--title,
.signup__hed--title,
.supp__kick--title,
.featured--hed,
.front > h2,
.single__entry > h2,
.single__hed--title,
.has-large-font-size,
.wp-block-quote p,
.wp-block-pullquote p {
	font-size: 38px;
}

.gform_confirmation_wrapper,
.list__item--hed,
.front h4:not(.tile--sub),
.single__entry h4:not(.tile--sub),
.pagemarq__dek h4,
.pagemarq__hed--sub,
.pagemarq__item--sub,
.coll__item--hed {
	font-size: 25px;
}

.gform_title,
#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3,
.files--item span,
.alert__hed,
.teams__hed,
.tile--hed,
.front h6,
.front h5,
.single__entry h6,
.single__entry h5 {
	font-size: 20px;
}

.hed {
	max-height: 105px;
	grid-template-columns: auto repeat(12, minmax(60px, 94px)) auto;
	gap: 0 20px;
}

.hed__title {
	max-height: 80px;
	grid-column: 7/span 2;
}

.hed__logo {
	margin: -8px auto 0;
	width: 120px;
}

.hed__menu {
	grid-column-end: 7;
}

.hed__actions {
	grid-column: 9/span 5;
	grid-row: 2;
}

.hed__actions--link {
	padding: 8px 24px;
	font-size: 14px;
}

.foot {
	gap: 0 20px;
}

.foot__logo {
	margin: -8px 0 0;
	width: 120px;
}

.foot__menu {
	grid-column: 4/span 7;
}

.foot__vcard {
	align-items: center;
	grid-column: 12/span 2;
}

.nav__search.search-visible,
.nav-visible .nav__search {
	width: 308px;
}

.hed .nav__menu {
	width: 390px;
}

.nav-visible .hed .menu {
	margin-top: 96px;
}

.marq {
	grid-template: 1fr 1fr/2fr 1fr;
}

.marq__item:first-of-type {
	grid-column: 1/span 1;
	grid-row: 1/span 2;
}

.single__entry > h1,
.single__entry > h2,
.single__entry > h3,
.single__entry > h4,
.single__entry > h5,
.single__entry > h6 {
	line-height: 1.25;
}

.single__entry > h1.wider,
.single__entry > h2.wider,
.single__entry > h3.wider,
.single__entry > h4.wider,
.single__entry > h5.wider,
.single__entry > h6.wider {
	margin-left: rem(-96px);
	margin-right: rem(-96px);
	width: calc(100% + 192px);
	max-width: none;
}

.single__entry .employer-graphic {
	margin-left: rem(-96px);
	margin-right: rem(-96px);
	width: calc(100% + 192px);
	max-width: none;
}

.single__entry .employer-graphic .employer-graphic__mobile {
	display: none;
}

.single__entry .employer-graphic .employer-graphic__desktop {
	display: block;
}

.card {
	min-height: 355px;
}

.index .card {
	flex: 1 1 40%;
}

.set .card {
	flex: 1 1 calc(33% - 54px);
	box-sizing: content-box;
}

.front > h1,
.front > h2,
.front > h3,
.front > h4,
.front > h5,
.front > h6 {
	line-height: 1.25;
}

.front > h1.wider,
.front > h2.wider,
.front > h3.wider,
.front > h4.wider,
.front > h5.wider,
.front > h6.wider {
	margin-left: rem(-96px);
	margin-right: rem(-96px);
	width: calc(100% + 192px);
	max-width: none;
}

.kicker {
	min-height: 360px;
	padding: 54px 25px;
}

.kicker__form {
	padding-left: 50px;
	flex-flow: row nowrap;
}

.filter {
	width: calc(100% - 42px);
	margin: 0 21px;
}

}

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

.sf-field-submit input[type=submit],
.sf-field-submit button,
.entry .sf-field-submit input[type=submit],
.entry .sf-field-submit button,
.filter--button,
.kicker__form--button,
.util__nav--link.text,
.featured__foot span,
.states__group--hed,
.index__filter--button,
.index .sf-input-select--button {
	font-size: 13px;
}

.local--label,
.local--adr p,
.local--foot,
.local--sub,
.promo--link,
.promo__item--link,
.share__link,
.additional_text p,
.tile--sub {
	font-size: 13px;
}

.team__item--hed,
.carousel__nav--item {
	font-size: 18px;
}

.single__entry #dvFastForms .ff-field-col textarea,
.single__entry #dvFastForms .ff-field-col input[type=text],
.single__entry #dvFastForms .ff-field-col input[type=tel],
.single__entry #dvFastForms .ff-field-col input[type=email],
.single__entry #dvFastForms .ff-field-col input[type=password],
.single__entry #dvFastForms .ff-field-col input[type=textbox],
.floatlabel-input,
.floatlabel-label,
.control-input,
.control-label,
.js-d_sharing label,
.checkbox,
.entry textarea,
.entry select,
.entry select.sf-input-select,
.entry .chosen-single,
.entry input[type=text],
.entry input[type=tel],
.entry input[type=email],
.entry input[type=password] {
	font-size: 14px;
}

.tile--link,
.entry label,
.callout--sub,
.single__hed--sub {
	font-size: 14px;
}

.promo__item--title {
	font-size: 32px;
}

.ctf-tweet-text,
.ctf-author-name,
#ctf.ctf-styles .ctf-author-screenname,
.ctf-tweet-date,
.event__detail--sub {
	font-size: 18px;
}

.foot__vcard--adr {
	font-size: 16px;
}

.single__entry #dvFastForms .ff-label-col label {
	font-size: 14px !important;
}

}

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

.pagination__link {
	flex: 1 1 9%;
	max-width: 220px;
}

.pagination__link--prev {
	order: -1;
}

}

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

.single__entry li:not(.submenu__item):not(.supp__kick--item):not(.social__link):not(.gfield):not(.share) {
	margin: 0.75em 0 0.75em 0.75em;
}

.gform_button {
	margin: 5px 0;
}

.single__entry #dvFastForms .btnDiv input[type=button],
.single__entry #dvFastForms .btnDiv input[type=submit] {
	margin: 5px 0;
}

}

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

#can_thank_you h1,
.callout--hed,
.front > h1,
.single__entry > h1,
.pagemarq__hed--title,
.pagemarq__item--title {
	font-size: 53px;
}

.single__entry > h1.wider,
.single__entry > h2.wider,
.single__entry > h3.wider,
.single__entry > h4.wider,
.single__entry > h5.wider,
.single__entry > h6.wider {
	margin-left: rem(-160px);
	margin-right: rem(-160px);
	width: calc(100% + 320px);
}

.single__entry .employer-graphic {
	margin-left: rem(-160px);
	margin-right: rem(-160px);
	width: calc(100% + 320px);
}

.front > h1.wider,
.front > h2.wider,
.front > h3.wider,
.front > h4.wider,
.front > h5.wider,
.front > h6.wider {
	margin-left: rem(-160px);
	margin-right: rem(-160px);
	width: calc(100% + 320px);
}

}

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

.marq {
	margin: 48px auto;
}

}

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

.index__hed--title {
	margin-bottom: 8px;
}

}

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

.ctf {
	max-width: 300px;
}

.gform_button {
	margin-top: 15px;
	margin-bottom: 15px;
}

.expand .gform_button {
	margin-left: 45%;
}

.single__entry #dvFastForms {
	margin: 0 -15px;
}

.single__entry #dvFastForms .btnDiv input[type=button],
.single__entry #dvFastForms .btnDiv input[type=submit] {
	margin-top: 15px;
	margin-bottom: 15px;
}

.expand .single__entry #dvFastForms .btnDiv input[type=button],
.expand .single__entry #dvFastForms .btnDiv input[type=submit] {
	margin-left: 45%;
}

}

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

.carousel--button {
	display: none;
}

.carousel__nav {
	justify-content: flex-start;
}

.carousel__nav--item {
	flex: 0 0 100vw;
	padding: 0 12px;
}

}

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

.hed__actions--social.nav-social {
	display: none;
}

}

@media print {

* {
	background: transparent !important;
	color: #000 !important; /* $black prints faster:h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

/* Don't show links for images,or javascript/internal links*/

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
	content: "";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group; /* h5bp.com/t */
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

h2,
h3 {
	page-break-after: avoid;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
	top: 10px;
	border-radius: 8px;
}

50% {
	opacity: 0.8;
	top: -3px;
	transform: scale(1.01);
}

100% {
	opacity: 1;
	top: 0;
	transform: scale(1);
	border-radius: 0;
}

}

@keyframes firstbar {

0% {
	transform: translateY(0) rotate(0deg);
}

50% {
	transform: translateY(6px) rotate(0deg);
}

100% {
	transform: translateY(6px) rotate(45deg);
}

}

@keyframes firstbarreset {

0% {
	transform: translateY(6px) rotate(45deg);
}

50% {
	transform: translateY(6px) rotate(0deg);
}

100% {
	transform: translateY(0px) rotate(0deg);
}

}

@keyframes secondbarreset {

0% {
	opacity: 0;
}

50% {
	opacity: 0;
}

100% {
	opacity: 100%;
}

}

@keyframes secondbar {

0% {
	opacity: 100%;
}

50% {
	opacity: 0%;
}

100% {
	opacity: 0;
}

}

@keyframes thirdbarreset {

0% {
	transform: translateY(-6px) rotate(-45deg);
}

50% {
	transform: translateY(-6px) rotate(0deg);
}

100% {
	transform: translateY(0) rotate(0deg);
}

}

@keyframes thirdbar {

0% {
	transform: translateY(0) rotate(0deg);
}

50% {
	transform: translateY(-6px) rotate(0deg);
}

100% {
	transform: translateY(-6px) rotate(-45deg);
}

}

@keyframes slideInNav {

0% {
	opacity: 0;
	margin-left: -100%;
}

100% {
	opacity: 1;
	margin-left: 0;
}

}

@keyframes slideOutNav {

0% {
	margin-left: 0;
}

100% {
	margin-left: -100%;
}

}

@keyframes showChildren {

0% {
	display: block;
}

100% {
	opacity: 1;
}

}

@keyframes hideChildren {

0% {
	display: block;
	opacity: 1;
}

100% {
	display: none;
	opacity: 0;
}

}

@keyframes cheveronForward {

0% {
	margin: 0;
}

50% {
	margin-right: -36px;
}

100% {
	margin-right: -54px;
	fill: rgba(1, 30, 114, 0.72);
	background: rgba(255, 255, 255, 0.8);
	transform: scale(-1, -1);
}

}

@keyframes cheveronBack {

0% {
	margin-right: -35px;
}

100% {
	margin: 0;
}

}

