* {
	box-sizing: border-box
}
@-ms-viewport {
width:device-width
}
@viewport {
width:device-width
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
	-webkit-tap-highlight-color: transparent
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	min-width: 320px;
	overflow-x: hidden
}
figure {
	line-height: 0
}
figcaption {
	line-height: normal
}
svg:not(:root) {
	overflow: hidden
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template, [hidden] {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
abbr[title] {
	border-bottom: 0;
	text-decoration: underline;
	text-decoration: underline dotted
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1em
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
hr {
	border: 0;
	height: 0
}
input[type="text"], input[type="email"], input[type="url"], input[type="search"], input[type="submit"], input[type="password"], input[type="reset"], input[type="button"], button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input, button, select, textarea, optgroup {
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: antialiased
}
input, button, select, textarea {
	outline: 0;
	box-sizing: border-box;
	margin: 0;
	border-radius: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
height:auto
}
select:-moz-focusring {
color:transparent;
text-shadow:0 0 0 #000
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
textarea {
	resize: none;
	overflow: auto
}
optgroup {
	font-weight: bold
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	overflow: visible
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0
}
ol, ul {
	list-style: none
}
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	text-rendering: optimizeLegibility
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	border-style: none
}
iframe, video, embed {
	max-width: 100%;
	max-height: 100%
}
@-webkit-keyframes bump {
0%, 100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
65% {
-webkit-transform:translate(5px, 0);
transform:translate(5px, 0)
}
}
@keyframes bump {
0%, 100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
65% {
-webkit-transform:translate(5px, 0);
transform:translate(5px, 0)
}
}
@-webkit-keyframes bump-down {
0%, 100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
65% {
-webkit-transform:translate(0, 5px);
transform:translate(0, 5px)
}
}
@keyframes bump-down {
0%, 100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
65% {
-webkit-transform:translate(0, 5px);
transform:translate(0, 5px)
}
}
@-webkit-keyframes bump-up {
0%, 100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
65% {
-webkit-transform:translate(0, -5px);
transform:translate(0, -5px)
}
}
@keyframes bump-up {
0%, 100% {
-webkit-transform:translate(0, 0);
transform:translate(0, 0)
}
65% {
-webkit-transform:translate(0, -5px);
transform:translate(0, -5px)
}
}
@-webkit-keyframes icon-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes icon-spin {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
.u-sep-pipe>*:after {
	content: '|';
	display: inline;
	padding: 0 3px
}
.u-sep-pipe>*:last-of-type:after {
	content: none
}
.u-sep-slash>*:after {
	content: '/';
	padding: 0 7px
}
.u-sep-slash>*:last-of-type:after {
	content: none
}
.u-sep-comma>*:after {
	content: ',';
	display: inline;
	padding: 0
}
.u-sep-comma>*:last-of-type:after {
	content: none
}
.u-sep-dash>*:after {
	content: ' - ';
	display: inline;
	padding: 0
}
.u-sep-dash>*:last-of-type:after {
	content: none
}
.u-sep-dot>*:after {
	content: '';
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #787878;
	display: inline-block;
	position: relative;
	bottom: 3px;
	margin: 0 10px
}
.u-sep-dot>*:last-of-type:after {
	content: none
}
.u-clearfix:after {
	content: '';
	display: table;
	clear: both
}
.u-hidden {
	display: none!important;
	visibility: hidden
}
.u-visual-hide, .u-screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.u-visual-show {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.txt--orange {
	color: #e0a129
}
.txt--orange-underline {
	border-bottom: 2px solid #e0a129;
	color: #e0a129
}
.first-word {
	background-color: #e0a129;
	color: #fff;
	padding: 2px 10px 0;
	line-height: normal
}
.icon-label {
	display: block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase
}
.img-greyscale {
	position: relative
}
.img-greyscale:after {
	background: #ccc;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
@import url("//hello.myfonts.net/count/327f7d");
@font-face {
	font-family: 'TradeGothicLT';
	/*src: url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_0_0.eot');*/
	/*src: url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_0_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_0_0.woff2') format('woff2'), url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_0_0.woff') format('woff'), url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_0_0.ttf') format('truetype');*/
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'TradeGothicLT-Bold';
	/*src: url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_2_0.eot');
	src: url('/wp-content/themes/core/fonts/TradeGothicLT-Bold/327F7D_2_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/core/fonts/TradeGothicLT-Bold/327F7D_2_0.woff2') format('woff2'), url('/wp-content/themes/core/fonts/TradeGothicLT-Bold/327F7D_2_0.woff') format('woff'), url('/wp-content/themes/core/fonts/TradeGothicLT-Bold/327F7D_2_0.ttf') format('truetype');*/
	font-weight: bold;
	font-style: normal
}
@font-face {
	font-family: 'TradeGothicLT-BoldCondTwenty';
	/*src: url('/wp-content/themes/core/fonts/TradeGothicLT/327F7D_1_0.eot');
	src: url('/wp-content/themes/core/fonts/TradeGothicLT-BoldCondTwenty/327F7D_1_0.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/core/fonts/TradeGothicLT-BoldCondTwenty/327F7D_1_0.woff2') format('woff2'), url('/wp-content/themes/core/fonts/TradeGothicLT-BoldCondTwenty/327F7D_1_0.woff') format('woff'), url('/wp-content/themes/core/fonts/TradeGothicLT-BoldCondTwenty/327F7D_1_0.ttf') format('truetype')*/
}
@font-face {
	font-family: 'core-icons';
	/*src: url('/wp-content/themes/core/fonts/icons-core/core-icons.eot?erv3en');
	src: url('/wp-content/themes/core/fonts/icons-core/core-icons.eot?erv3en#iefix') format('embedded-opentype'), url('/wp-content/themes/core/fonts/icons-core/core-icons.ttf?erv3en') format('truetype'), url('/wp-content/themes/core/fonts/icons-core/core-icons.woff?erv3en') format('woff'), url('/wp-content/themes/core/fonts/icons-core/core-icons.svg?erv3en#core-icons') format('svg');*/
	font-weight: normal;
	font-style: normal
}
.icon {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto
}
.icon-caret_left:before {
	content: "\f0d9"
}
.icon-caret_right:before {
	content: "\f0da"
}
.icon-menu-close:before {
	content: "\e904"
}
.icon-menu-hamburger:before {
	content: "\e903"
}
.icon-search2:before {
	content: "\e905"
}
.icon-calendar:before {
	content: "\e908"
}
.icon-arrow-left:before {
	content: "\e094"
}
.icon-arrow-right:before {
	content: "\e095"
}
.icon-arrow-up:before {
	content: "\e096"
}
.icon-arrow-down:before {
	content: "\e097"
}
.icon-check:before {
	content: "\e116"
}
.icon-cross:before {
	content: "\e117"
}
.icon-search:before {
	content: "\e036"
}
.icon-chevron-down:before {
	content: "\e900"
}
.icon-chevron-left:before {
	content: "\e91a"
}
.icon-chevron-right:before {
	content: "\e919"
}
.icon-chevron-up:before {
	content: "\e907"
}
.icon-play:before {
	content: "\e906"
}
.icon-link:before {
	content: "\e9cb"
}
.icon-youtube:before {
	content: "\ea9d"
}
.icon-vimeo:before {
	content: "\eaa0"
}
.icon-minus:before {
	content: "\e90a"
}
.icon-plus:before {
	content: "\e909"
}
.icon-at:before {
	content: "\e901"
}
.icon-lock:before {
	content: "\e902"
}
.icon-mail:before {
	content: "\f003"
}
.icon-print:before {
	content: "\f02f"
}
.icon-twitter:before {
	content: "\f099"
}
.icon-facebook:before {
	content: "\f09a"
}
.icon-google-plus:before {
	content: "\f0d5"
}
.icon-linkedin:before {
	content: "\f0e1"
}
.icon-instagram:before {
	content: "\f16d"
}
.icon-pinterest:before {
	content: "\f231"
}
html {
	background: #fff
}
body {
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}
body.has-mobile-navigation-open {
	overflow: hidden;
	width: 100%
}
body, form, button, input, select, textarea {
	font: 400 normal 100%/1.5 "PT Serif", serif;
	color: #323232
}
::-moz-selection {
background:#323232;
color:#fff;
text-shadow:none
}
::selection {
	background: #323232;
	color: #fff;
	text-shadow: none
}
.l-site-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}
main {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
.l-wrapper {
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%
}
.l-wrapper:after {
	content: '';
	display: table;
	clear: both
}

@media(min-width:768px) {
.l-wrapper {
	padding-left: 30px;
	padding-right: 30px
}
}

@media(min-width:960px) {
.l-wrapper.l-wrapper--small {
	padding-left: 60px;
	padding-right: 60px
}
}
.l-wrapper--full {
	max-width: none;
	padding-left: 0;
	padding-right: 0
}
.l-wrapper--single {
	padding-left: 0;
	padding-right: 0
}

@media(min-width:768px) {
.l-wrapper--single {
	padding-left: 30px;
	padding-right: 30px
}
}
.l-wrapper__inner-stagger>* {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px
}

@media(min-width:960px) {
.l-wrapper__inner-stagger>* {
	max-width: 970px
}
}
.l-wrapper__inner-stagger-double {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}
.l-wrapper__inner-stagger-double>* {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto
}
p {
	font-size: 16px;
	color: #323232;
	line-height: 1.6
}

@media(min-width:768px) {
p {
	font-size: 18px
}
}
.t-typography p {
	margin-bottom: 30px
}
.t-typography p.page-intro, .t-typography div.page-intro {
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	line-height: 1.33
}

@media(min-width:768px) {
.t-typography p.page-intro, .t-typography div.page-intro {
	font-size: 28px
}
}
.t-typography p.post-intro {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: -0.015em;
	line-height: 1.33
}

@media(min-width:768px) {
.t-typography p.post-intro {
	font-size: 24px
}
}
hr {
	border-top: 1px solid #bbb
}
.t-typography hr {
	margin: 50px auto
}
mark {
	margin-right: .2em;
	color: #fff;
	background: #e0a129;
	box-shadow: .2em 0 0 #e0a129, -0.2em 0 0 #e0a129
}
.text--orange {
	color: #e0a129
}
abbr {
	text-decoration: none
}
.t-typography>*:first-child {
	margin-top: 0
}
.t-typography>*:last-child {
	margin-bottom: 0
}
a {
	transition: all .15s ease-in-out;
	color: inherit;
	text-decoration: none;
	outline: 0;
	cursor: pointer
}
a:hover {
	color: #e0a129
}
a:active, a:focus {
	outline: 1px dotted;
	color: #e0a129
}
.anchor, .t-typography a {
	border-bottom: 2px solid #e0a129;
	color: #323232;
	padding-bottom: 2px
}
.anchor:hover, .anchor:active, .anchor:focus, .t-typography a:hover, .t-typography a:active, .t-typography a:focus {
	color: #e0a129
}
.h1, .t-typography .h1, .t-typography h1 {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	letter-spacing: -0.015em;
	line-height: 1.05
}

@media(min-width:768px) {
.h1, .t-typography .h1, .t-typography h1 {
	font-size: 54px
}
}
.t-typography h1, .t-typography .h1 {
	margin-top: 30px;
	margin-bottom: 30px
}
.h2, .t-typography .h2, .t-typography h2 {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 1.2
}

@media(min-width:768px) {
.h2, .t-typography .h2, .t-typography h2 {
	font-size: 40px
}
}
.t-typography h2, .t-typography .h2 {
	margin-top: 30px;
	margin-bottom: 25px
}
.h3, .t-typography .h3, .t-typography h3 {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	letter-spacing: -0.01em;
	line-height: 1.2
}

@media(min-width:768px) {
.h3, .t-typography .h3, .t-typography h3 {
	font-size: 30px
}
}
.t-typography h3, .t-typography .h3 {
	margin-top: 30px;
	margin-bottom: 20px
}
.h4, .t-typography .h4, .t-typography h4 {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.25
}

@media(min-width:768px) {
.h4, .t-typography .h4, .t-typography h4 {
	font-size: 24px
}
}
.t-typography h4, .t-typography .h4 {
	margin-top: 30px;
	margin-bottom: 15px
}
.h5, .t-typography .h5, .t-typography h5 {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	text-transform: uppercase
}

@media(min-width:768px) {
.h5, .t-typography .h5, .t-typography h5 {
	font-size: 20px
}
}
.t-typography h5, .t-typography .h5 {
	margin-top: 30px;
	margin-bottom: 10px
}
.h6, .t-typography .h6, .t-typography h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4
}

@media(min-width:768px) {
.h6, .t-typography .h6, .t-typography h6 {
	font-size: 18px
}
}
.t-typography h6, .t-typography .h6 {
	margin-top: 30px;
	margin-bottom: 10px
}
.t-typography ul, .t-typography ol, .t-typography dl {
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 30px
}

@media(min-width:768px) {
.t-typography ul, .t-typography ol, .t-typography dl {
	font-size: 18px
}
}
.t-typography li ~ li {
	line-height: 1.33;
	margin-top: 18px
}
.list-bullet, .t-typography ul {
	list-style: disc outside;
	padding-left: 3em;
	padding-right: 0
}

@media(min-width:768px) {
.list-bullet, .t-typography ul {
	padding-left: 3em;
	padding-right: 3em
}
}
.list-number, .t-typography ol {
	list-style: decimal outside;
	padding-left: 3em;
	padding-right: 0
}

@media(min-width:768px) {
.list-number, .t-typography ol {
	padding-left: 3em;
	padding-right: 3em
}
}
.dl, .t-typography dl {
	padding-left: 1.9em;
	padding-right: 0
}

@media(min-width:768px) {
.dl, .t-typography dl {
	padding-left: 1.6em;
	padding-right: 3em
}
}
.dt, .t-typography dt {
	font-weight: 700
}
.dd, .t-typography dd {
	margin-bottom: 30px
}
.t-typography .blockquote, .t-typography blockquote, .t-typography .quote, .t-typography q {
	margin: 60px auto
}
.quote, .t-typography q {
	display: block
}
.blockquote p, .t-typography blockquote p {
	font-family: "PT Serif", serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.3;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	text-align: center
}
.blockquote p:before, .t-typography blockquote p:before {
	border-top: 2px solid #ebebeb;
	content: "";
	left: 50%;
	margin-left: -70px;
	position: absolute;
	top: 0;
	width: 140px
}
.blockquote p:after, .t-typography blockquote p:after {
	border-bottom: 2px solid #ebebeb;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -70px;
	position: absolute;
	width: 140px
}
.blockquote p ~ p, .t-typography blockquote p ~ p {
	margin-top: 30px
}

@media(min-width:768px) {
.blockquote p, .t-typography blockquote p {
	font-size: 38px
}
}
.cite, .t-typography cite {
	font-size: 16px;
	display: block;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin-top: 20px;
	text-transform: uppercase
}

@media(min-width:768px) {
.cite, .t-typography cite {
	font-size: 18px
}
}
.table, .t-typography table {
	font-size: 16px;
	margin: 30px auto;
	border-top: 1px solid #bbb;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed
}

@media(min-width:768px) {
.table, .t-typography table {
	font-size: 18px;
	table-layout: auto
}
}
.th, .t-typography th {
	background-color: #f5f5f5;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	padding: 14px 1em 12px
}
.th ~ th, .t-typography th ~ th {
	border-left: 1px solid #bbb
}

@media(min-width:768px) {
.th, .t-typography th {
	font-size: 18px
}
}
thead .tr, thead .t-typography tr {
	border-bottom: 1px solid #bbb
}
.tr ~ tr, .t-typography tr ~ tr {
	border-top: 1px solid #bbb
}
.td, .t-typography td {
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	padding: 12px 1em 10px
}
.td ~ td, .t-typography td ~ td {
	border-left: 1px solid #bbb
}

@media(min-width:768px) {
.td, .t-typography td {
	font-size: 16px
}
}
img {
	margin-left: auto;
	margin-right: auto
}
.t-typography img {
	line-height: 0;
	height: auto;
	display: block
}
.wp-image {
	width: auto!important;
	max-width: none;
	margin: 0 auto;
	padding: 0
}
.wp-image a {
	border-bottom: 0
}
.wp-image__attribution:before {
	content: "("
}
.wp-image__attribution:after {
	content: ")"
}
.wp-caption-text {
	color: #636363;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: .01em;
	margin: 10px 0 0;
	padding: 0 20px;
	text-align: left
}
.img-attribution {
	background: rgba(55,55,55,.5);
	color: #fff;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.01em;
	font-size: 11px;
	padding: 5px 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg) translate(100%, 0);
	-ms-transform: rotate(-90deg) translate(100%, 0);
	transform: rotate(-90deg) translate(100%, 0)
}

@media(min-width:768px) {
.img-attribution {
	font-size: 13px
}
}
.aligncenter, .alignnone {
	margin-top: 30px;
	margin-bottom: 30px
}

@media(min-width:768px) {
.aligncenter, .alignnone {
	margin-top: 50px;
	margin-bottom: 50px
}
}
.aligncenter .wp-caption-text, .alignnone .wp-caption-text {
	text-align: left
}
.alignleft, .alignright {
	margin-top: 30px;
	margin-bottom: 30px
}

@media(min-width:768px) {
.alignleft, .alignright {
	margin-top: .5em;
	margin-bottom: 16px;
	max-width: 30%
}
}

@media(min-width:768px) {
.alignleft {
	float: left;
	margin-right: 35px
}
}

@media(min-width:768px) {
.alignright {
	float: right;
	margin-left: 35px
}
}
.size-large {
	width: 100%
}
.gallery a {
	border-bottom: 0
}
.wp-embed {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column
}
.t-typography .wp-embed {
	margin: 50px auto;
	max-width: none;
	padding: 0
}
.wp-embed-wrap {
	position: relative;
	overflow: hidden;
	box-sizing: border-box
}
.wp-embed-wrap iframe, .wp-embed-wrap object, .wp-embed-wrap embed {
	width: 100%;
	height: 100%
}
.wp-embed-wrap>* {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box
}
.wp-embed-wrap:before {
	position: relative;
	display: block;
	content: "";
	padding-top: 56.25%;
	box-sizing: border-box
}
.wp-embed-lazy__trigger-label {
	color: #f4e808!important;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700
}
.wp-embed-lazy__title {
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px!important;
	font-weight: 700;
	margin-top: 3px!important
}
.wp-embed-lazy {
	background: #333
}
.wp-embed-lazy br, .wp-embed-lazy p {
	display: none
}
.wp-embed-lazy--low-res .wp-embed-lazy .wp-embed-lazy__image {
	margin-top: -9.4%
}
.wp-embed-lazy .wp-embed-lazy__image {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.wp-embed-lazy__trigger {
	display: block;
	height: 100%;
	transition: all .15s ease-in-out
}
.wp-embed-lazy__trigger:hover .wp-embed-lazy__icon, .wp-embed-lazy__trigger:focus .wp-embed-lazy__icon {
	border-color: #fff
}
.wp-embed-lazy__trigger:hover .wp-embed-lazy__icon:before, .wp-embed-lazy__trigger:focus .wp-embed-lazy__icon:before {
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65)
}
.wp-embed-lazy__trigger:focus:after {
	height: 5px;
	width: 100%;
	left: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background: #323232
}
.wp-embed-lazy--is-playing .wp-embed-lazy__trigger {
	opacity: 0;
	transition: opacity .25s ease-out
}
.wp-embed-lazy__trigger-label {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #323232;
	font-size: 14px
}
.wp-embed-lazy--small .wp-embed-lazy__trigger-label {
	color: #fff;
	width: 100%;
	bottom: 15%;
	position: absolute;
	text-align: center
}
.wp-embed-lazy__caption {
	opacity: 0;
	transition: opacity .15s ease-in;
	position: absolute;
	left: 25px;
	bottom: 20px;
	background: rgba(0,0,0,.7);
	border: 1px solid rgba(255,255,255,.2);
	color: #fff;
	padding: 20px 25px 20px 75px;
	max-width: 90%
}

@media(min-width:768px) {
.wp-embed-lazy__caption {
	left: 20px
}
}
.lazyloaded ~ .wp-embed-lazy__caption {
	opacity: 1;
	transition: opacity 250ms 300ms ease-in
}
.wp-embed-lazy--small .wp-embed-lazy__caption {
	background: rgba(0,0,0,.4);
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	left: 0;
	bottom: 0
}
.wp-embed-lazy__icon {
	position: absolute;
	font-size: 44px;
	left: 15px;
	top: 50%;
	margin-top: -24px;
	transition: opacity .15s ease-in-out, border .425s;
	border: 2px solid transparent;
	border-radius: 50%
}
.wp-embed-lazy__icon:before {
	display: inline-block;
	position: relative;
	left: 3px;
	top: 1px;
	transition: opacity .15s ease-in-out, -webkit-transform .425s;
	transition: opacity .15s ease-in-out, transform .425s;
	transition: opacity .15s ease-in-out, transform .425s, -webkit-transform .425s
}
.wp-embed-lazy--small .wp-embed-lazy__icon {
	left: 50%;
	margin-left: -26px
}
.wp-embed-lazy__title {
	font-size: 18px;
	letter-spacing: .02em;
	display: block;
	margin-top: 6px;
	padding-top: 5px;
	border-top: 1px solid rgba(255,255,255,.2)
}
.wp-embed-lazy--small .wp-embed-lazy__title {
	display: none
}
.gallery {
	margin: 0 -12.5px
}

@media(min-width:768px) {
.gallery {
	margin: 0 -15px
}
}
.t-typography .gallery {
	margin-top: 50px;
	margin-bottom: 50px
}
.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 12.5px;
	margin: 12.5px 0
}

@media(min-width:768px) {
.gallery-item {
	padding: 0 15px;
	margin: 15px 0
}
}
.gallery-columns-2 .gallery-item {
	max-width: 50%
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
	max-width: 25%
}
.gallery-columns-5 .gallery-item {
	max-width: 20%
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}
.gallery-item a {
	display: block;
	line-height: 0;
	text-decoration: none
}
.t-typography a[class*="btn-"], .t-typography button[class*="btn-"] {
	margin-top: 16px;
	margin-bottom: 16px
}
.btn, a.btn {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	background-color: transparent;
	border: 2px solid #e0a129
}
.btn:visited, a.btn:visited {
	color: #e0a129
}
.btn:after, a.btn:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.btn, a.btn {
	font-size: 22px
}
}
.btn:after, a.btn:after {
	color: #e0a129
}
.btn:hover, .btn:active, .btn:focus, a.btn:hover, a.btn:active, a.btn:focus {
	background-color: #e0a129;
	color: #fff
}
.btn:hover:after, .btn:active:after, .btn:focus:after, a.btn:hover:after, a.btn:active:after, a.btn:focus:after {
	color: #fff
}
.btn--reversed, a.btn--reversed {
	border-color: #fff;
	color: #fff
}
.btn--reversed:after, a.btn--reversed:after {
	color: #fff
}
.btn--reversed:visited, a.btn--reversed:visited {
	color: #fff
}
.btn-secondary, a.btn-secondary {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	padding: 0
}
.btn-secondary:visited, a.btn-secondary:visited {
	color: #e0a129
}
.btn-secondary:after, a.btn-secondary:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.btn-secondary, a.btn-secondary {
	font-size: 22px
}
}
.btn-secondary:after, a.btn-secondary:after {
	color: #e0a129
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
	color: #323232
}
.btn-secondary--reversed, a.btn-secondary--reversed {
	color: #fff
}
.btn-secondary--reversed:visited, a.btn-secondary--reversed:visited {
	color: #fff
}
.btn-secondary--reversed:hover, .btn-secondary--reversed:active, .btn-secondary--reversed:focus, a.btn-secondary--reversed:hover, a.btn-secondary--reversed:active, a.btn-secondary--reversed:focus {
	color: #fff
}
.btn-secondary--reversed:hover:after, .btn-secondary--reversed:active:after, .btn-secondary--reversed:focus:after, a.btn-secondary--reversed:hover:after, a.btn-secondary--reversed:active:after, a.btn-secondary--reversed:focus:after {
	color: #fff
}
.btn--blk, a.btn--blk {
	border-color: #000;
	color: #000
}
.btn--blk:after, a.btn--blk:after {
	color: #000
}
.btn--blk:visited, a.btn--blk:visited {
	color: #000
}
.btn--blk:hover, .btn--blk:active, .btn--blk:focus, a.btn--blk:hover, a.btn--blk:active, a.btn--blk:focus {
	border-color: #fff;
	color: #fff
}
.btn-secondary--hero, a.btn-secondary--hero {
	color: #e0a129
}
.btn-secondary--hero:visited, a.btn-secondary--hero:visited {
	color: #e0a129
}

@media(min-width:768px) {
.btn-secondary--hero:visited, a.btn-secondary--hero:visited {
	color: #fff
}
}
.btn-secondary--hero:hover, .btn-secondary--hero:active, .btn-secondary--hero:focus, a.btn-secondary--hero:hover, a.btn-secondary--hero:active, a.btn-secondary--hero:focus {
	color: #e0a129
}
.btn-secondary--hero:hover:after, .btn-secondary--hero:active:after, .btn-secondary--hero:focus:after, a.btn-secondary--hero:hover:after, a.btn-secondary--hero:active:after, a.btn-secondary--hero:focus:after {
	color: #e0a129
}

@media(min-width:768px) {
.btn-secondary--hero, a.btn-secondary--hero {
	color: #fff
}
.hero--no-media .btn-secondary--hero, .hero--no-media a.btn-secondary--hero {
	color: #e0a129
}
}
.hero--no-media .btn-secondary--hero, .hero--no-media a.btn-secondary--hero {
	color: #e0a129
}
.btn--txt, a.btn--txt {
	border: 0;
	color: #000;
	padding-left: 0;
	padding-right: 0
}
.btn--txt:after, a.btn--txt:after {
	color: #000
}
.btn--txt:visited, a.btn--txt:visited {
	color: #000
}
.btn--txt:hover, .btn--txt:active, .btn--txt:focus, a.btn--txt:hover, a.btn--txt:active, a.btn--txt:focus {
	background: 0;
	border: 0;
	color: #e0a129
}
.btn--txt:hover:after, .btn--txt:active:after, .btn--txt:focus:after, a.btn--txt:hover:after, a.btn--txt:active:after, a.btn--txt:focus:after {
	color: #e0a129
}
.t-typography form {
	margin: 30px auto;
	padding: 0 20px
}
.form-field-group {
	margin-bottom: 28px;
	line-height: 1
}
.form-control-group-radio-checkbox {
	padding-top: 8px;
	padding-bottom: 4px
}
&::-webkit-input-placeholder {
color:grey;
opacity:1;
letter-spacing:normal;
text-transform:none;
font:italic 400 16px / inherit "PT Serif", serif;
font-style:italic
}
&:-moz-placeholder {
color:grey;
opacity:1;
letter-spacing:normal;
text-transform:none;
font:italic 400 16px / inherit "PT Serif", serif;
font-style:italic
}
&::-moz-placeholder {
color:grey;
opacity:1;
letter-spacing:normal;
text-transform:none;
font:italic 400 16px / inherit "PT Serif", serif;
font-style:italic
}
&:-ms-input-placeholder {
color:grey;
opacity:1;
letter-spacing:normal;
text-transform:none;
font:italic 400 16px / inherit "PT Serif", serif;
font-style:italic
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus, textarea:focus, select:focus {
	border: 2px solid #a2ccff;
	box-shadow: 0 0 0 2px #a2ccff
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
color:#a0a0a0
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder {
color:#a0a0a0
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
color:#a0a0a0
}
input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
color:#a0a0a0
}
.form-fieldset {
	margin: 0 0 28px;
	padding: 10px 10px;
	border: 2px solid transparent;
	border-radius: 3px
}
.form-control-label, .t-typography label {
	display: block;
	margin-bottom: 12px;
	color: #323232;
	letter-spacing: .02em;
	text-transform: none;
	font: normal 700 18px / 1 "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.form-control-helper {
	margin-top: 8px;
	padding: 0 8px;
	color: #636363;
	letter-spacing: normal;
	text-transform: none;
	font: normal 300 13px / 1.15 "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}
legend {
	display: block;
	margin-bottom: 12px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 700 18px / 1 "PT Serif", serif
}
.form-legend {
	color: #323232;
	margin-bottom: 12px;
	padding: 0 8px;
	text-align: left;
	letter-spacing: normal;
	text-transform: none;
	font: normal 700 18px / 1 "PT Serif", serif
}
.form-control {
	transition: all .15s ease-in-out;
	padding: 0 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	height: 45px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 1.5 "PT Serif", serif
}
.form-control-icon {
	position: relative
}
.form-control-icon input {
	padding-right: 45px
}
.form-control-icon:before {
	position: absolute;
	right: 0;
	top: 0;
	color: lightgrey;
	height: 100%;
	width: 45px;
	line-height: 45px;
	text-align: center;
	z-index: 1;
	font-size: 20px
}
.btn-submit {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	background-color: transparent;
	border: 2px solid #e0a129;
	width: 100%;
	margin-top: 28px
}
.btn-submit:visited {
	color: #e0a129
}
.btn-submit:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.btn-submit {
	font-size: 22px
}
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
	background-color: #e0a129;
	color: #fff
}
.btn-submit:hover:after, .btn-submit:active:after, .btn-submit:focus:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}
.btn-submit:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}

@media(min-width:768px) {
.btn-submit {
	width: auto
}
}
input[type="file"] {
	transition: all .15s ease-in-out;
	padding: 0 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	height: 45px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 1.5 "PT Serif", serif;
	font-size: 16px;
	height: auto;
	padding: 10px 10px;
	line-height: 1
}
input[type="password"] {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
input[type="radio"], input[type="checkbox"] {
	margin-top: 0!important;
	margin-bottom: 0
}
.form-control-checkbox, .form-control-radio {
	display: block
}
.form-control-checkbox input[type="radio"], .form-control-checkbox input[type="checkbox"], .form-control-radio input[type="radio"], .form-control-radio input[type="checkbox"] {
	height: auto;
	width: auto;
	display: inline-block;
	line-height: normal;
	padding: 0
}
.form-control-checkbox label, .form-control-radio label {
	color: #323232;
	cursor: pointer;
	margin-bottom: 0;
	display: inline-block;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 18px / 1 "PT Serif", serif
}
.form-control-checkbox input[type="radio"], .form-control-checkbox input[type="checkbox"], .form-control-radio input[type="radio"], .form-control-radio input[type="checkbox"] {
	margin-right: 10px
}
.form-control-checkbox ~ .form-control-checkbox, .form-control-radio ~ .form-control-radio {
	margin-top: 28px
}
.form-control-checkbox.form-control-custom-style, .form-control-radio.form-control-custom-style {
	transition: all .15s ease-in-out;
	position: relative;
	padding-left: 34px
}
.form-control-checkbox.form-control-custom-style input[type="radio"], .form-control-checkbox.form-control-custom-style input[type="checkbox"], .form-control-radio.form-control-custom-style input[type="radio"], .form-control-radio.form-control-custom-style input[type="checkbox"] {
	position: absolute;
	left: 6px;
	top: 2px;
	font-size: 12px
}
.form-control-checkbox.form-control-custom-style label, .form-control-radio.form-control-custom-style label {
	max-width: 600px
}
.form-control-checkbox.form-control-custom-style label:before, .form-control-checkbox.form-control-custom-style label:after, .form-control-radio.form-control-custom-style label:before, .form-control-radio.form-control-custom-style label:after {
	transition: all .15s ease-in-out;
	content: '';
	position: absolute
}
.form-control-checkbox.form-control-custom-style label:before, .form-control-radio.form-control-custom-style label:before {
	background-color: #fff;
	width: 22.5px;
	height: 22.5px;
	top: -2px;
	left: 0;
	border: 1px solid #ccc
}
.form-control-checkbox.form-control-custom-style label:after, .form-control-radio.form-control-custom-style label:after {
	opacity: 0
}
.form-control-checkbox.form-control-custom-style input:focus+label:before, .form-control-radio.form-control-custom-style input:focus+label:before {
	border-color: #a2ccff;
	box-shadow: 0 0 0 2px #a2ccff
}
.form-control-checkbox.form-control-custom-style input:checked+label, .form-control-radio.form-control-custom-style input:checked+label {
	color: #323232
}
.form-control-checkbox.form-control-custom-style input:checked+label:after, .form-control-radio.form-control-custom-style input:checked+label:after {
	opacity: 1
}
.form-control-checkbox.form-control-custom-style label:before {
	border-radius: 3px
}
.form-control-checkbox.form-control-custom-style label:after {
	left: 7px;
	top: 5px;
	width: 9px;
	height: 5px;
	border: 2px solid #e0a129;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg)
}
.form-control-radio.form-control-custom-style label:before, .form-control-radio.form-control-custom-style label:after {
	border-radius: 50%
}
.form-control-radio.form-control-custom-style label:after {
	left: 8px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #e0a129
}
.form-field-group--inline-to-3 {
	margin-bottom: 14px
}
.form-field-group--inline-to-3 .form-control-checkbox, .form-field-group--inline-to-3 .form-control-radio, .form-field-group--inline-to-3 .gfield_checkbox li, .form-field-group--inline-to-3 .gfield_radio li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
	padding-right: 10px
}

@media(min-width:600px) {
.form-field-group--inline-to-3 .form-control-checkbox, .form-field-group--inline-to-3 .form-control-radio, .form-field-group--inline-to-3 .gfield_checkbox li, .form-field-group--inline-to-3 .gfield_radio li {
	width: 33.33%
}
}
.form-field-group--inline-to-3.gf-checkbox, .form-field-group--inline-to-3.gf-radio {
	margin-bottom: 14px
}
select {
	transition: all .15s ease-in-out;
	padding: 0 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	height: 45px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 1.5 "PT Serif", serif;
	padding-right: 0;
	cursor: pointer
}
select[multiple] {
	font-size: 16px;
	height: 100px;
	padding: 10px 10px
}
.form-control-select {
	cursor: pointer;
	position: relative
}
.form-control-select:hover:after, .form-control-select:focus:after, .form-control-select:active:after {
	background-color: #ececec
}
.form-control-select:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	display: block;
	transition: all .15s ease-in-out;
	content: '\e900';
	text-align: center;
	height: 43px;
	width: 45px;
	line-height: 45px;
	background-color: transparent;
	color: #787878;
	position: absolute;
	font-size: 25px;
	right: 1px;
	top: 1px;
	pointer-events: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.form-control-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 55px
}
.form-control-select select::-ms-expand {
display:none
}
textarea {
	transition: all .15s ease-in-out;
	padding: 0 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	height: 45px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 1.5 "PT Serif", serif;
	resize: none;
	padding: 14px 10px;
	height: 225px
}
.form-control-required label:after {
	padding-left: 4px;
	color: #eb0000;
	content: '*'
}

@media(min-width:1200px) {
.social-share {
	left: -10px;
	padding: 0;
	position: absolute;
	top: 0
}
}
.item-single .social-share {
	margin-bottom: 50px
}

@media(min-width:960px) {
.item-single .social-share {
	margin-bottom: 0
}
}
.single-tribe_events .social-share, .single-tribe_organizer .social-share, .single-tribe_venue .social-share {
	margin-bottom: 50px
}
.social-share--no-hero {
	display: none;
	top: 80px
}

@media(min-width:600px) {
.social-share--no-hero {
	top: 155px
}
}

@media(min-width:600px) {
.alertbar ~ .social-share--no-hero {
	top: 200px
}
}
ul.social-share-networks {
	margin-top: 20px;
	padding: 0
}
ul.social-share-networks:after {
	content: '';
	display: table;
	clear: both
}
ul.social-share-networks li {
	float: left;
	font-size: 22px;
	list-style: none;
	margin-top: 0
}

@media(min-width:1200px) {
ul.social-share-networks li {
	float: none;
	margin-top: 0
}
}
ul.social-share-networks li a {
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 10px;
	position: relative;
	text-align: center;
	will-change: transform;
	min-width: 40px
}

@media(min-width:1200px) {
ul.social-share-networks li a {
	display: block;
	padding-left: 20px
}
}
ul.social-share-networks li a:focus, ul.social-share-networks li a:hover, ul.social-share-networks li a:active {
	color: #fff;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px)
}

@media(min-width:1200px) {
ul.social-share-networks li a:focus, ul.social-share-networks li a:hover, ul.social-share-networks li a:active {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}
}
ul.social-share-networks li .icon-facebook {
	background: #45619d
}
ul.social-share-networks li .icon-twitter {
	background: #1aaae2
}
ul.social-share-networks li .icon-linkedin {
	background: #dd5143
}
ul.social-share-networks li .icon-mail {
	background: #888
}

@media(min-width:1200px) {
.hero--no-media .social-share--no-hero {
	display: block
}
}
.hero--no-media .social-share--hero {
	display: block
}

@media(min-width:1200px) {
.hero--no-media .social-share--hero {
	display: none
}
}

@media(min-width:960px) {
.hero--no-media .social-share--footer {
	display: none
}
}
.social-follow {
	width: 100%
}

@media(min-width:768px) {
.social-follow {
	width: auto
}
}
.social-follow__list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.social-follow__list li {
	margin-right: 20px;
	text-align: center
}

@media(min-width:768px) {
.social-follow__list li {
	margin-right: 35px;
	text-align: left
}
}
.social-follow__list li:last-child {
	margin-right: 0
}
.social-follow__list li a {
	color: #fff
}
.social-follow__list li a:hover, .social-follow__list li a:focus, .social-follow__list li a:active {
	color: #e0a129
}
.social-follow__list li i {
	font-size: 22px
}

@media(min-width:768px) {
.social-follow__list li i {
	font-size: 24px
}
}
.chosen-container {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width: 100%!important
}
.chosen-container * {
	box-sizing: border-box
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 2px solid transparent;
	border-top: 0;
	background-color: #f5f5f5;
	box-shadow: 0 4px 5px rgba(0,0,0,.15)
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0
}
.chosen-container a {
	cursor: pointer;
	color: grey
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #323232
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}
.chosen-container .search-choice:hover, .chosen-container .chosen-single:hover {
	color: #323232
}
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 10px;
	height: 45px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	color: #323232;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 45px "PT Serif", serif
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 55px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400
}
.chosen-container-single .chosen-default {
	color: grey;
	font: normal 400 16px / 45px "PT Serif", serif
}
.chosen-container-single .chosen-default span {
	font-weight: 400
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 55px
}
.chosen-container-single .chosen-search {
	border: 1px solid #ccc;
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 0 0 8px;
	white-space: nowrap
}
.chosen-container-single .chosen-search:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	content: '\e036';
	position: absolute;
	right: 0;
	color: #787878;
	font-size: 22px;
	height: 45px;
	line-height: 45px;
	top: 0;
	width: 45px;
	text-align: center;
	cursor: default
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 0 0 1px;
	padding: 0 55px 0 10px;
	width: 100%;
	height: 45px;
	border: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	background-color: #f5f5f5;
	border-radius: 0
}
.chosen-container-single .chosen-search input[type="text"]:focus {
	box-shadow: none;
	border-left: 0;
	border-right: 0
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 3px 3px;
	background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px
}
.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 0 10px;
	padding: 0;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
	font: normal 400 16px / normal "PT Serif", serif
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 12px 10px 10px;
	list-style: none;
	line-height: 1;
	word-wrap: break-word;
	-webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: grey;
	cursor: default
}
.chosen-container .chosen-results li.highlighted {
	background-color: #ececec;
	color: #000;
	font-weight: bold
}
.chosen-container .chosen-results li.no-results {
	display: list-item;
	background-color: #f5f5f5;
	color: #000
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default
}
.chosen-container .chosen-results li.group-option {
	padding-left: 10px
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: auto!important;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	cursor: text;
	color: #323232;
	min-height: 50px
}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}
.chosen-container-multi li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}
.chosen-container-multi li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 50px!important;
	outline: 0;
	border: 0!important;
	width: auto!important;
	color: grey;
	line-height: normal
}
.chosen-container-multi li.search-field input[type="text"]:focus {
	color: #323232;
	border: 0!important;
	box-shadow: none!important
}
.chosen-container-multi li.search-choice {
	position: relative;
	margin: 8px 8px 0 0;
	padding: 11px 30px 10px 10px;
	max-width: 100%;
	background-color: #333236;
	color: #fff;
	cursor: default;
	overflow: hidden;
	height: 35px;
	font: normal 400 18px / 1 "PT Serif", serif
}
.chosen-container-multi li.search-choice span {
	word-wrap: break-word
}
.chosen-container-multi li.search-choice span:hover {
	color: #fff
}
.chosen-container-multi li.search-choice .search-choice-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 100%;
	color: #fff;
	text-align: center;
	border: 0
}
.chosen-container-multi li.search-choice .search-choice-close:before {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	content: '\e117';
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 50%;
	width: 20px;
	right: 0;
	z-index: 1;
	margin-top: -6px;
	height: 12px
}
.chosen-container-multi li.search-choice .search-choice-close:after {
	transition: all .15s ease-in-out;
	content: '';
	height: 100%;
	position: absolute;
	width: 20px;
	background-color: #323232;
	top: 0;
	right: 0
}
.chosen-container-multi li.search-choice .search-choice-close:hover:after, .chosen-container-multi li.search-choice .search-choice-close:focus:after {
	background-color: #2e2e2e
}
.chosen-container-multi li.search-choice:hover {
	color: #fff
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 8px 0
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	font-weight: 700;
	color: grey;
	cursor: default
}
.chosen-container-active .chosen-single {
	border-color: #a2ccff
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #a2ccff;
	box-shadow: 0 0 0 2px #a2ccff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.chosen-container-active .chosen-choices {
	transition: all .15s ease-in-out;
	border: 2px solid #a2ccff;
	box-shadow: 0 0 0 2px #a2ccff
}
.chosen-disabled {
	opacity: .5!important;
	cursor: default
}
.chosen-disabled .chosen-single {
	cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}
#ui-datepicker-div {
	background: #323232;
	border: 0;
	border-radius: 0;
	width: auto;
	font: normal 400 16px / 45px "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#ui-datepicker-div select {
	padding: 0;
	font-size: 15px;
	font-weight: 700;
	border: 0;
	background-color: transparent;
	display: inline-block;
	width: auto;
	min-width: 70px;
	height: auto;
	color: #fff
}
#ui-datepicker-div option {
	color: #9a999b
}
#ui-datepicker-div.ui-datepicker {
	padding: 0
}
#ui-datepicker-div .ui-datepicker-header {
	border: 0;
	background: #2a292c;
	font-weight: normal;
	font-size: 15px
}
#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #fff
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover, #ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover, #ui-datepicker-div.ui-datepicker .ui-datepicker-next, #ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border: 0
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
	right: 2px
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span, #ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
	background-image: url('/wp-content/themes/core/pcss/vendor/jquery-datepicker/images/ui-icons_ffffff_256x240.png');
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0
}
#ui-datepicker-div.ui-datepicker table {
	margin: 0;
	background-color: transparent;
	table-layout: auto
}
#ui-datepicker-div tbody {
	background: #323232
}
#ui-datepicker-div.ui-datepicker th {
	padding: 0;
	color: #9a999b;
	font-size: 13px;
	border: 0;
	background-color: transparent
}
#ui-datepicker-div.ui-datepicker tr {
	border: 0;
	background-color: #323232
}
#ui-datepicker-div.ui-datepicker td {
	background: #323232;
	border: 0;
	padding: 0
}
#ui-datepicker-div td .ui-state-default {
	background: transparent;
	border: 0;
	text-align: center;
	padding: 0 10px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	font-size: 16px
}
#ui-datepicker-div .ui-state-disabled {
	opacity: 1
}
#ui-datepicker-div .ui-state-disabled .ui-state-default {
	color: rgba(255,255,255,.65)
}
#ui-datepicker-div td .ui-state-active, #ui-datepicker-div td .ui-state-hover {
	background: #e0a129
}
.gform_wrapper ul {
	list-style: none;
	max-width: none
}
.gform_wrapper ul li {
	margin: 0 0 28px;
	line-height: 1;
	padding: 0
}
.gform_wrapper ul li:before {
	content: none
}
.gform_wrapper>form {
	position: relative
}
.gform_wrapper>form ul {
	margin: 0;
	padding: 0;
	font-size: 16px
}
.gform_wrapper .gform_validation_container {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.gform_wrapper .gform_button, .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	background-color: transparent;
	border: 2px solid #e0a129;
	font-size: 20px!important
}
.gform_wrapper .gform_button:visited, .gform_wrapper .gform_next_button:visited, .gform_wrapper .gform_previous_button:visited {
	color: #e0a129
}
.gform_wrapper .gform_button:after, .gform_wrapper .gform_next_button:after, .gform_wrapper .gform_previous_button:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.gform_wrapper .gform_button, .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
	font-size: 22px
}
}
.gform_wrapper .gform_button:hover, .gform_wrapper .gform_button:active, .gform_wrapper .gform_button:focus, .gform_wrapper .gform_next_button:hover, .gform_wrapper .gform_next_button:active, .gform_wrapper .gform_next_button:focus, .gform_wrapper .gform_previous_button:hover, .gform_wrapper .gform_previous_button:active, .gform_wrapper .gform_previous_button:focus {
	background-color: #e0a129;
	color: #fff
}
.gform_wrapper .gform_button:hover:after, .gform_wrapper .gform_button:active:after, .gform_wrapper .gform_button:focus:after, .gform_wrapper .gform_next_button:hover:after, .gform_wrapper .gform_next_button:active:after, .gform_wrapper .gform_next_button:focus:after, .gform_wrapper .gform_previous_button:hover:after, .gform_wrapper .gform_previous_button:active:after, .gform_wrapper .gform_previous_button:focus:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}
.gform_wrapper .gform_button:after, .gform_wrapper .gform_next_button:after, .gform_wrapper .gform_previous_button:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}

@media(min-width:768px) {
.gform_wrapper .gform_button, .gform_wrapper .gform_next_button, .gform_wrapper .gform_previous_button {
	font-size: 24px!important
}
}
.gform_heading {
	margin-bottom: 30px
}
.gform_description {
	font-size: 16px;
	text-rendering: optimizeLegibility
}

@media(min-width:768px) {
.gform_description {
	font-size: 18px
}
}
.gfield_description, .instruction {
	margin-top: 8px;
	padding: 0 8px;
	color: #636363;
	letter-spacing: normal;
	text-transform: none;
	font: normal 300 13px / 1.15 "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	max-width: 600px
}
.instruction {
	display: none
}
.ginput_complex {
	margin-bottom: -11px
}
.ginput_complex:after {
	content: '';
	display: table;
	clear: both
}
.ginput_complex label {
	margin-top: 8px;
	padding: 0 8px;
	color: #636363;
	letter-spacing: normal;
	text-transform: none;
	font: normal 300 13px / 1.15 "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.ginput_full {
	display: block
}
.ginput_right, .ginput_left, .name_first, .name_last {
	display: block
}
.ginput_right:after, .ginput_left:after, .name_first:after, .name_last:after {
	content: '';
	display: table;
	clear: both
}

@media(min-width:768px) {
.ginput_right, .ginput_left, .name_first, .name_last {
	width: 50%
}
}

@media(min-width:768px) {
.ginput_left, .name_first {
	padding-right: 8px;
	float: left
}
}

@media(min-width:768px) {
.ginput_right, .name_last {
	padding-left: 8px;
	float: right
}
}

@media(min-width:768px) {
.gfield_date_dropdown_month, .gfield_date_month, .gfield_time_hour {
	padding-right: 8px
}
}

@media(min-width:768px) {
.gfield_date_dropdown_day, .gfield_date_day, .gfield_time_minute {
	padding-left: 8px;
	padding-right: 8px
}
}

@media(min-width:768px) {
.gfield_date_dropdown_year, .gfield_date_year, .gfield_time_ampm {
	padding-left: 8px
}
}
.gfield_date_dropdown_year label, .gfield_date_year label, .gfield_time_ampm label {
	margin-bottom: 0
}

@media(min-width:768px) {
.gfield_date_dropdown_year label, .gfield_date_year label, .gfield_time_ampm label {
	margin-bottom: 8px
}
}
.gform_wrapper .spinner {
	position: absolute!important;
	top: auto!important;
	bottom: -25px!important;
	left: 50%!important
}

@media(min-width:768px) {
.gform_wrapper .spinner {
	top: 50%!important;
	bottom: auto!important;
	left: auto!important;
	right: 23px!important
}
}
.gform_footer {
	position: relative
}

@media(min-width:768px) {
.gform_footer {
	padding-right: 50px
}
}
[id*="gform_ajax_spinner_"] {
	display: none!important
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="color"], .gform_wrapper input[type="date"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"], .gform_wrapper input[type="email"], .gform_wrapper input[type="month"], .gform_wrapper input[type="number"], .gform_wrapper input[type="range"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="time"], .gform_wrapper input[type="url"], .gform_wrapper input[type="password"], .gform_wrapper input[type="week"] {
	transition: all .15s ease-in-out;
	padding: 0 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	height: 45px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 1.5 "PT Serif", serif
}
.form-control-icon .ginput_container, .form-control-icon-complex .ginput_complex span:not(.address_country) {
	position: relative
}
.form-control-icon .ginput_container:before, .form-control-icon-complex .ginput_complex span:not(.address_country):before {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto
}
.form-control-icon .ginput_container input, .form-control-icon-complex .ginput_complex span:not(.address_country) input {
	padding-right: 45px
}
.form-control-icon .ginput_container:before, .form-control-icon-complex .ginput_complex span:not(.address_country):before {
	position: absolute;
	right: 0;
	top: 0;
	color: lightgrey;
	height: 100%;
	width: 45px;
	line-height: 45px;
	text-align: center;
	z-index: 1;
	font-size: 20px
}
.gf-phone.form-control-icon .ginput_container:before {
	content: ''
}
.gf-name.form-control-icon .ginput_container:before {
	content: ''
}
.gf-email.form-control-icon .ginput_container:before {
	content: "\e901"
}
.gf-date.form-control-icon .ginput_container:before {
	content: "\e908";
	right: 0
}
.gf-address.form-control-icon .ginput_container:before {
	content: ''
}
.gf-url.form-control-icon .ginput_container:before {
	content: "\e9cb"
}
.gf-password.form-control-icon .ginput_container:before {
	content: "\e902"
}
.form-control-icon-complex .ginput_complex span:not(.address_country):before {
	right: 15px
}
.form-control-icon-complex .ginput_complex span:not(.address_country):nth-of-type(even):before {
	right: 0
}
.form-control-icon-complex .ginput_complex span:not(.address_country).ginput_full:before {
	right: 0
}
.gf-name.form-control-icon-complex .ginput_complex span:not(.address_country):before {
	content: ''
}
.gf-address.form-control-icon-complex .ginput_complex span:not(.address_country):before {
	content: ''
}
.gf-checkbox ul li, .gf-radio ul li {
	padding-left: 42px;
	margin: 0
}
.gf-checkbox .ginput_container, .gf-radio .ginput_container {
	display: block;
	padding-top: 8px;
	padding-bottom: 4px
}
.gf-checkbox .ginput_container input[type="radio"], .gf-checkbox .ginput_container input[type="checkbox"], .gf-radio .ginput_container input[type="radio"], .gf-radio .ginput_container input[type="checkbox"] {
	height: auto;
	width: auto;
	display: inline-block;
	line-height: normal;
	padding: 0
}
.gf-checkbox .ginput_container label, .gf-radio .ginput_container label {
	color: #323232;
	cursor: pointer;
	margin-bottom: 0;
	display: inline-block;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 18px / 1 "PT Serif", serif
}
.gfield_checkbox li, .gfield_radio li {
	transition: all .15s ease-in-out;
	position: relative;
	padding-left: 34px
}
.gfield_checkbox li input[type="radio"], .gfield_checkbox li input[type="checkbox"], .gfield_radio li input[type="radio"], .gfield_radio li input[type="checkbox"] {
	position: absolute;
	left: 6px;
	top: 2px;
	font-size: 12px
}
.gfield_checkbox li label, .gfield_radio li label {
	max-width: 600px
}
.gfield_checkbox li label:before, .gfield_checkbox li label:after, .gfield_radio li label:before, .gfield_radio li label:after {
	transition: all .15s ease-in-out;
	content: '';
	position: absolute
}
.gfield_checkbox li label:before, .gfield_radio li label:before {
	background-color: #fff;
	width: 22.5px;
	height: 22.5px;
	top: -2px;
	left: 0;
	border: 1px solid #ccc
}
.gfield_checkbox li label:after, .gfield_radio li label:after {
	opacity: 0
}
.gfield_checkbox li input:focus+label:before, .gfield_radio li input:focus+label:before {
	border-color: #a2ccff;
	box-shadow: 0 0 0 2px #a2ccff
}
.gfield_checkbox li input:checked+label, .gfield_radio li input:checked+label {
	color: #323232
}
.gfield_checkbox li input:checked+label:after, .gfield_radio li input:checked+label:after {
	opacity: 1
}
.gfield_checkbox li .gf-radio-checkbox-other-placeholder:before, .gfield_radio li .gf-radio-checkbox-other-placeholder:before {
	top: 11px
}
.gfield_checkbox li .gf-radio-checkbox-other-placeholder:after, .gfield_radio li .gf-radio-checkbox-other-placeholder:after {
	top: 19px
}
.gfield_checkbox li input:focus ~ .gf-radio-checkbox-other-placeholder:before, .gfield_radio li input:focus ~ .gf-radio-checkbox-other-placeholder:before {
	border-color: #a2ccff;
	box-shadow: 0 0 0 2px #a2ccff
}
.gfield_checkbox li input:checked ~ .gf-radio-checkbox-other-placeholder, .gfield_radio li input:checked ~ .gf-radio-checkbox-other-placeholder {
	color: #323232
}
.gfield_checkbox li input:checked ~ .gf-radio-checkbox-other-placeholder:after, .gfield_radio li input:checked ~ .gf-radio-checkbox-other-placeholder:after {
	opacity: 1
}
.gfield_checkbox li ~ li, .gfield_radio li ~ li {
	margin-top: 28px
}
.gfield_checkbox input[value="gf_other_choice"][type="radio"], .gfield_checkbox input[value="gf_other_choice"][type="checkbox"], .gfield_radio input[value="gf_other_choice"][type="radio"], .gfield_radio input[value="gf_other_choice"][type="checkbox"] {
	top: 16px
}

@media(min-width:768px) {
.gfield_checkbox input[value="gf_other_choice"]+input, .gfield_radio input[value="gf_other_choice"]+input {
	width: 50%
}
}
.gfield_checkbox label:before {
	border-radius: 3px
}
.gfield_checkbox label:after {
	left: 7px;
	top: 5px;
	width: 9px;
	height: 5px;
	border: 2px solid #e0a129;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg)
}
.gfield_radio label:before, .gfield_radio label:after {
	border-radius: 50%
}
.gfield_radio label:after {
	left: 8px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #e0a129
}
.gf-select .ginput_container {
	cursor: pointer;
	position: relative
}
.gf-select .ginput_container:hover:after, .gf-select .ginput_container:focus:after, .gf-select .ginput_container:active:after {
	background-color: #ececec
}
.gf-select .ginput_container:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	display: block;
	transition: all .15s ease-in-out;
	content: '\e900';
	text-align: center;
	height: 43px;
	width: 45px;
	line-height: 45px;
	background-color: transparent;
	color: #787878;
	position: absolute;
	font-size: 25px;
	right: 1px;
	top: 1px;
	pointer-events: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.gf-select .ginput_container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 55px
}
.gf-select .ginput_container select::-ms-expand {
display:none
}
.gf-address .address_country {
	cursor: pointer;
	position: relative
}
.gf-address .address_country:hover:after, .gf-address .address_country:focus:after, .gf-address .address_country:active:after {
	background-color: #ececec
}
.gf-address .address_country:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	display: block;
	transition: all .15s ease-in-out;
	content: '\e900';
	text-align: center;
	height: 43px;
	width: 45px;
	line-height: 45px;
	background-color: transparent;
	color: #787878;
	position: absolute;
	font-size: 25px;
	right: 1px;
	top: 1px;
	pointer-events: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.gf-address .address_country select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 55px
}
.gf-address .address_country select::-ms-expand {
display:none
}
.gf-textarea .ginput_container {
	position: relative
}
.gf-textarea textarea {
	padding-bottom: 40px
}
.ginput_counter {
	display: inline-block;
	background-color: #ececec;
	color: #787878;
	font: italic 400 14px / 32px "PT Serif", serif;
	height: 30px;
	padding: 0 15px;
	position: absolute;
	left: 1px;
	bottom: 1px;
	border-bottom-left-radius: 0
}

@media(min-width:768px) {
.gf-date-layout-datefield.field_sublabel_above .clear-multi, .gf-time.field_sublabel_above .clear-multi {
	margin-top: -11px
}
}

@media(min-width:768px) {
.gf-date-layout-datefield.field_sublabel_below .clear-multi, .gf-time.field_sublabel_below .clear-multi {
	margin-bottom: -11px
}
}
.gf-date .clear-multi:after, .gf-time .clear-multi:after {
	content: '';
	display: table;
	clear: both
}
.gf-date .clear-multi .ginput_container, .gf-time .clear-multi .ginput_container {
	display: block
}
.gf-date .clear-multi .ginput_container label, .gf-time .clear-multi .ginput_container label {
	margin-top: 8px;
	padding: 0 8px;
	color: #636363;
	letter-spacing: normal;
	text-transform: none;
	font: normal 300 13px / 1.15 "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:768px) {
.gf-date .clear-multi .ginput_container, .gf-time .clear-multi .ginput_container {
	width: 33.33%;
	float: left
}
}
.gfield_date_dropdown_month, .gfield_date_dropdown_day, .gfield_date_dropdown_year, .gfield_time_ampm {
	cursor: pointer;
	position: relative;
	max-width: 250px
}
.gfield_date_dropdown_month:hover:after, .gfield_date_dropdown_month:focus:after, .gfield_date_dropdown_month:active:after, .gfield_date_dropdown_day:hover:after, .gfield_date_dropdown_day:focus:after, .gfield_date_dropdown_day:active:after, .gfield_date_dropdown_year:hover:after, .gfield_date_dropdown_year:focus:after, .gfield_date_dropdown_year:active:after, .gfield_time_ampm:hover:after, .gfield_time_ampm:focus:after, .gfield_time_ampm:active:after {
	background-color: #ececec
}
.gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after, .gfield_time_ampm:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	display: block;
	transition: all .15s ease-in-out;
	content: '\e900';
	text-align: center;
	height: 43px;
	width: 45px;
	line-height: 45px;
	background-color: transparent;
	color: #787878;
	position: absolute;
	font-size: 25px;
	right: 1px;
	top: 1px;
	pointer-events: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.gfield_date_dropdown_month select, .gfield_date_dropdown_day select, .gfield_date_dropdown_year select, .gfield_time_ampm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 55px
}
.gfield_date_dropdown_month select::-ms-expand, .gfield_date_dropdown_day select::-ms-expand, .gfield_date_dropdown_year select::-ms-expand, .gfield_time_ampm select::-ms-expand {
display:none
}

@media(min-width:768px) {
.gfield_date_dropdown_month, .gfield_date_dropdown_day, .gfield_date_dropdown_year, .gfield_time_ampm {
	max-width: none
}
}
.gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after, .gfield_time_ampm:after {
	top: auto;
	bottom: 1px
}
.gfield_date_dropdown_month:focus:after, .gfield_date_dropdown_month:hover:after, .gfield_date_dropdown_day:focus:after, .gfield_date_dropdown_day:hover:after, .gfield_date_dropdown_year:focus:after, .gfield_date_dropdown_year:hover:after, .gfield_time_ampm:focus:after, .gfield_time_ampm:hover:after {
	background-color: #ececec
}
.gf-date.gf-date-layout-datepicker {
	max-width: none
}
.gf-date.gf-date-layout-datepicker .ginput_container {
	position: relative;
	padding-right: 0
}
.gf-date .ui-datepicker-trigger {
	margin: -8px 0 0;
	position: absolute;
	top: 50%;
	right: 13px
}
.gfield_date_dropdown_month ~ *, .gfield_date_dropdown_day ~ *, .gfield_date_dropdown_year ~ * {
	margin-top: 20px
}

@media(min-width:768px) {
.gfield_date_dropdown_month ~ *, .gfield_date_dropdown_day ~ *, .gfield_date_dropdown_year ~ * {
	margin-top: 0
}
}

@media(min-width:768px) {
.gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after {
	right: 9px
}
}
.gf-time .gfield_time_hour i {
	display: none
}
.gform_wrapper input[type="file"] {
	padding: 10px!important
}
.ginput_preview, .gf-file .validation_message {
	background-color: #dcdcdc;
	height: auto;
	font-size: 16px;
	padding: 10px 10px;
	line-height: 1;
	border: 2px solid transparent;
	border-top: 0
}
.ginput_preview img, .gf-file .validation_message img {
	margin: 0 2px 0 0;
	display: inline-block;
	vertical-align: middle
}
.ginput_preview strong, .gf-file .validation_message strong {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal
}
.gf-file .validation_message li {
	margin-bottom: 0
}
.gf-file .validation_message li ~ li {
	margin-top: 10px
}
.gform_drop_instructions {
	font: normal 400 16px / 1 "PT Serif", serif
}

@media(min-width:768px) {
.gform_drop_instructions {
	margin-right: 10px
}
}
.gform_fileupload_multifile {
	border: 2px solid transparent;
	padding: 10px 10px;
	background-color: #f5f5f5
}
.gform_fileupload_multifile input[type="button"], .gform_fileupload_multifile input[type="file"] {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	background-color: transparent;
	border: 2px solid #e0a129;
	margin-top: 16px
}
.gform_fileupload_multifile input[type="button"]:visited, .gform_fileupload_multifile input[type="file"]:visited {
	color: #e0a129
}
.gform_fileupload_multifile input[type="button"]:after, .gform_fileupload_multifile input[type="file"]:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.gform_fileupload_multifile input[type="button"], .gform_fileupload_multifile input[type="file"] {
	font-size: 22px
}
}
.gform_fileupload_multifile input[type="button"]:hover, .gform_fileupload_multifile input[type="button"]:active, .gform_fileupload_multifile input[type="button"]:focus, .gform_fileupload_multifile input[type="file"]:hover, .gform_fileupload_multifile input[type="file"]:active, .gform_fileupload_multifile input[type="file"]:focus {
	background-color: #e0a129;
	color: #fff
}
.gform_fileupload_multifile input[type="button"]:hover:after, .gform_fileupload_multifile input[type="button"]:active:after, .gform_fileupload_multifile input[type="button"]:focus:after, .gform_fileupload_multifile input[type="file"]:hover:after, .gform_fileupload_multifile input[type="file"]:active:after, .gform_fileupload_multifile input[type="file"]:focus:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}
.gform_fileupload_multifile input[type="button"]:after, .gform_fileupload_multifile input[type="file"]:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}

@media(min-width:768px) {
.gform_fileupload_multifile input[type="button"], .gform_fileupload_multifile input[type="file"] {
	margin-top: 0
}
}
.gform_hidden {
	display: none
}
.ginput_list input {
	background-color: #f5f5f5
}
.ginput_list .gfield_list {
	margin-top: 0;
	margin-bottom: 0;
	table-layout: auto
}
.ginput_list .gfield_list_icons {
	width: 50px;
	padding-left: 0;
	padding-right: 0
}
.ginput_list .gfield_list_icons .add_list_item, .ginput_list .gfield_list_icons .delete_list_item {
	margin: 0 auto!important
}
.ginput_list .gfield_list_icons .delete_list_item {
	margin-top: 8px!important
}
div.gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url('/wp-content/themes/core/img/icons/gf-creditcard-icons.png');
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	float: left
}
div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 0
}
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -32px
}
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -64px
}
div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px 0
}
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -32px
}
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -64px
}
div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px 0
}
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -32px
}
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -64px
}
div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px 0
}
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -32px
}
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -64px
}
div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px 0
}
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -32px
}
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -64px
}
div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px 0
}
div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -32px
}
div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -64px
}
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
	float: left;
	position: relative;
	top: 4px!important
}

@media(min-width:600px) {
.ginput_cardinfo_left {
	float: left;
	width: 60%
}
}
.ginput_cardinfo_left .ginput_card_expiration_container {
	min-width: 160px
}
.ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
	margin-bottom: 20px
}

@media(min-width:500px) {
.ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
	float: left;
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom: 0
}
}

@media(min-width:500px) {
.ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_year {
	float: left;
	width: calc(50% - 5px)
}
}
.ginput_cardinfo_left label {
	float: left;
	width: 100%
}
.ginput_cardinfo_right {
	position: relative;
	float: left;
	width: 20%;
	min-width: 100px!important
}

@media(min-width:600px) {
.ginput_cardinfo_right {
	padding-left: 10px
}
}
.ginput_cardinfo_right span.ginput_card_security_code_icon {
	position: absolute;
	display: inline-block;
	top: 0;
	left: calc(100%+5px);
	width: 32px;
	height: 23px;
	background-image: url('/wp-content/themes/core/img/icons/gf-creditcard-icons.png');
	background-repeat: no-repeat;
	background-position: 0 -128px
}
.gfield_creditcard_warning {
	padding: 30px!important;
	border: 2px solid #eb0000
}
.gfield_creditcard_warning_message {
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #dc3232
}
.gfield_required {
	padding-left: 4px;
	color: #eb0000
}
.gform_confirmation_wrapper {
	margin: 50px 0;
	padding: 68px 25px 80px;
	text-align: center;
	background-color: #373737;
	border-radius: transparent;
	color: #fff;
	position: relative
}
.gform_confirmation_wrapper *, .gform_confirmation_wrapper a {
	color: #fff
}
.gform_confirmation_wrapper:before {
	background: url('/wp-content/themes/core/img/icons/form-check.svg') 0 0 no-repeat;
	content: "";
	display: block;
	height: 50px;
	margin: 0 auto;
	width: 50px;
	text-align: center
}
.gform_confirmation_message {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 0;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 20px / 1.25 "PT Serif", serif
}
.validation_error {
	display: none
}
.gfield_error input[type], .gfield_error textarea, .gfield_error select {
	border-color: #eb0000;
	box-shadow: 0 0 0 2px #eb0000
}
.gfield_error label {
	color: #323232!important
}
.gfield_error .gfield_description ~ .validation_message {
	display: block;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: -12px
}
.gfield_error .validation_message {
	color: #eb0000;
	margin-top: 8px;
	padding: 0 3px 0 10px;
	letter-spacing: normal;
	text-transform: none;
	font: normal 300 13px / 1.15 "PT Serif", serif
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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: 0
}
.slick-list.dragging {
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}
.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
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-slide:focus {
	outline: 0
}
.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
}
.slick-arrow {
	transition: all .15s ease-in-out;
	border: 0;
	background: 0;
	color: #fff;
	opacity: .5;
	font-size: 0;
	z-index: 5;
	position: absolute;
	text-align: center;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px
}
.slick-arrow:hover, .slick-arrow:focus {
	opacity: 1
}
.slick-arrow:focus {
	outline: 1px dotted
}
.slick-arrow.slick-disabled {
	opacity: 0
}
.slick-arrow:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	font-size: 40px;
	line-height: 1
}
.slick-prev {
	left: 0
}
.slick-prev:after {
	content: '\e91a'
}
.slick-next {
	right: 0
}
.slick-next:after {
	content: '\e919'
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #ccc
}
.mfp-preloader a:hover {
	color: #fff
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
button.mfp-arrow {
	background: #323232
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	text-transform: uppercase
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	font-size: 16px;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: .65;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid transparent
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}
.mfp-arrow-right:before {
	border-left: 27px solid transparent
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #444
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0,0,0,.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}

@media all and (max-width:900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}

@media all and (max-width:400px) {
.mfp-arrow {
	-webkit-transform: scale(0.35);
	-ms-transform: scale(0.35);
	transform: scale(0.35)
}
}
.site-header {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	height: 50px;
	background-color: #373737;
	z-index: 101;
	position: relative
}

@media(min-width:960px) {
.site-header {
	height: 57px
}
}
.site-header__wrapper {
	position: relative;
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}
.site-header__wrapper:after {
	content: '';
	display: table;
	clear: both
}
#wpadminbar {
	position: fixed!important
}
.logo__wrapper {
	position: relative;
	z-index: 3
}
.logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 100%;
	padding: 0;
	max-width: 220px;
	height: 80px
}

@media(min-width:600px) {
.logo {
	max-width: 375px
}
}

@media(min-width:768px) {
.logo {
	top: 40px;
	left: 25px
}
}
.page-home .logo {
	top: 40px
}

@media(min-width:960px) {
.page-home .logo {
	max-width: 430px
}
}
.logo__header {
	height: 100%;
	width: 100%;
	position: relative
}
.logo__header:before {
	content: '';
	background: url('/wp-content/themes/core/img/logos/NewmarkJ-CUNY/CraigNewmarkGraduateSchoolofJournalism_CUNY_White.svg') no-repeat;
	background-size: contain;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block
}
.logo__header:after {
	content: '';
	background: url('/wp-content/themes/core/img/logos/NewmarkJ-CUNY/CraigNewmarkGraduateSchoolofJournalism_CUNY_Color.svg') no-repeat;
	background-size: contain;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	opacity: 0;
	z-index: 2;
	transition: all .15s ease-in-out
}
.logo__anchor:hover .logo__header:after, .logo__anchor:focus .logo__header:after {
	opacity: 1
}
.logo__anchor:hover .logo__header:before, .logo__anchor:focus .logo__header:before {
	opacity: 0;
	transition: all .15s ease-in-out
}
.hero--no-media .logo__header:before {
	background: url('/wp-content/themes/core/img/logos/NewmarkJ-CUNY/CraigNewmarkGraduateSchoolofJournalism_CUNY_CoolGray.svg') no-repeat
}
.hero--no-media .logo__header:after {
	background: url('/wp-content/themes/core/img/logos/NewmarkJ-CUNY/CraigNewmarkGraduateSchoolofJournalism_CUNY_Color_WhiteBkg.svg') no-repeat
}
.hero {
	position: relative;
	width: 100%;
	background-color: #323232
}
.home .hero {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	min-height: calc(100vh - 50px)
}

@media(min-width:960px) {
.home .hero {
	min-height: calc(100vh - 57px)
}
}
.home.admin-bar .hero {
	min-height: calc(100vh - 46px - 50px)
}

@media(min-width:783px) {
.home.admin-bar .hero {
	min-height: calc(100vh - 32px - 50px)
}
}

@media(min-width:960px) {
.home.admin-bar .hero {
	min-height: calc(100vh - 32px - 57px)
}
}
.hero.hero--has-cta {
	margin-bottom: 75px
}

@media(min-width:768px) {
.hero.hero--has-cta {
	margin-bottom: 0
}
}
.hero.hero--no-media {
	margin-bottom: 0;
	background-color: transparent
}

@media(min-width:768px) {
.is-panels-page:not(.page--has-micronav) .hero {
	margin-bottom: 75px
}
}
.hero__content {
	position: relative;
	z-index: 2;
	padding-top: 250px
}

@media(min-width:600px) {
.hero__content {
	padding-top: 390px
}
}
.hero--has-cta .hero__content {
	padding-top: 175px
}

@media(min-width:768px) {
.hero--has-cta .hero__content {
	padding-top: 390px
}
}
.hero--no-media .hero__content {
	padding-top: 100px
}

@media(min-width:600px) {
.hero--no-media .hero__content {
	padding-top: 175px
}
}
.home .hero__content {
	padding-top: 280px
}
.home .hero--has-cta .hero__content {
	padding-top: 205px
}

@media(min-width:768px) {
.home .hero--has-cta .hero__content {
	padding-top: 430px
}
}
.hero__content-inner {
	position: relative;
	max-width: 680px
}

@media(min-width:768px) {
.hero__content-inner {
	padding-bottom: 45px
}
}

@media(min-width:960px) {
.hero__content-inner {
	padding-left: 55px
}
}
.hero__content-inner:before {
	content: "";
	position: absolute;
	z-index: 100;
	height: 100%;
	left: 0;
	top: 0;
	width: 2px;
	background: #e0a129;
	left: -14px;
	height: calc(100%+50px)
}

@media(min-width:768px) {
.hero__content-inner:before {
	height: calc(100%+50px)
}
}

@media(min-width:960px) {
.hero__content-inner:before {
	height: calc(100%+150px);
	left: 0
}
}

@media(min-width:768px) {
.is-panels-page .hero__content-inner:before {
	height: calc(100%+60px)
}
}

@media(min-width:768px) {
.is-panels-page .hero--has-cta .hero__content-inner:before {
	height: calc(100%+60px)
}
}
.hero--has-cta .hero__content-inner {
	bottom: -70px
}

@media(min-width:768px) {
.hero--has-cta .hero__content-inner {
	bottom: 0
}
}
.hero--has-cta .hero__content-inner:before {
	height: 100%
}

@media(min-width:768px) {
.hero--has-cta .hero__content-inner:before {
	height: calc(100%+50px)
}
}

@media(min-width:960px) {
.hero--has-cta .hero__content-inner:before {
	height: calc(100%+150px)
}
}
.hero--no-media .hero__content-inner {
	max-width: 970px
}

@media(min-width:768px) {
.hero--no-media .hero__content-inner {
	padding-bottom: 0
}
}
.hero--no-media .hero__content-inner:before {
	height: 100%!important
}
.hero--has-cta.hero--no-media .hero__content-inner {
	bottom: 0
}
.hero__title {
	color: #fff;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	padding-top: .1em;
	margin-bottom: 14px;
	letter-spacing: -0.02em
}

@media(min-width:600px) {
.hero__title {
	font-size: 60px
}
}

@media(min-width:768px) {
.hero__title {
	font-size: 70px;
	margin-bottom: 25px
}
}

@media(min-width:960px) {
.hero__title {
	font-size: 90px
}
}
.home .hero__title {
	font-size: 48px
}

@media(min-width:600px) {
.home .hero__title {
	font-size: 60px
}
}

@media(min-width:768px) {
.home .hero__title {
	font-size: 70px
}
}

@media(min-width:960px) {
.home .hero__title {
	font-size: 90px
}
}
.hero--no-media .hero__title {
	color: #323232
}

@media(min-width:768px) {
.hero--no-media .hero__title {
	padding-left: 0
}
}
.hero__title span {
	padding-top: .1em;
	color: #fff;
	background: #e0a129;
	box-shadow: .1em 0 0 #e0a129, -0.1em 0 0 #e0a129
}
.hero--archive-loop .hero__title {
	font-size: 32px
}

@media(min-width:768px) {
.hero--archive-loop .hero__title {
	font-size: 54px
}
}
.hero__desc {
	color: #fff;
	margin-bottom: 25px;
	line-height: 1.4
}

@media(min-width:768px) {
.hero__desc {
	margin-bottom: 30px;
	font-size: 21px
}
}
.hero--no-media .hero__desc {
	color: #323232;
	margin-bottom: 20px
}

@media(min-width:768px) {
.hero--no-media .hero__desc {
	padding-left: 0
}
}
.hero__cta {
	margin-top: 30px;
	margin-bottom: 18px
}

@media(min-width:768px) {
.hero__cta {
	margin-top: 0
}
}
.hero--no-media .hero__cta {
	margin-top: 0;
	margin-bottom: 0
}
.hero__image {
	background: center center no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

@media(orientation:portrait) {
.hero--has-landscape-media .hero__image-wrapper--portrait .hero__image {
	z-index: 1;
	opacity: 1;
	transition: z-index 150ms step-start, opacity 150ms ease-in
}
}

@media(orientation:landscape) {
.hero--has-landscape-media .hero__image-wrapper--portrait .hero__image {
	z-index: -1;
	opacity: 0;
	transition: z-index 150ms step-end, opacity 150ms ease-out
}
}

@media(orientation:portrait) {
.hero--has-portrait-media .hero__image-wrapper--landscape .hero__image {
	z-index: -1;
	opacity: 0;
	transition: z-index 150ms step-end, opacity 150ms ease-out
}
}

@media(orientation:landscape) {
.hero--has-portrait-media .hero__image-wrapper--landscape .hero__image {
	z-index: 1;
	opacity: 1;
	transition: z-index 150ms step-start, opacity 150ms ease-in
}
}
.hero__video {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	transition: opacity .35s linear;
	z-index: 1
}
.hero__video.loaded {
	opacity: 1
}
.hero__video:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.hero__video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	min-width: 100%
}

@media(min-width:1200px) {
.hero__video {
	display: block
}
}
.hero.hero--single-post {
	margin-bottom: 40px
}

@media(min-width:768px) {
.hero.hero--single-post {
	margin-bottom: 90px
}
}
.hero.hero--single-alt {
	margin-bottom: 0
}
.hero--single-post .hero__content {
	padding-top: 160px
}

@media(min-width:768px) {
.hero--single-post .hero__content {
	padding-top: 390px
}
}

@media(min-width:1200px) {
.hero--single-post .hero__content {
	max-width: 970px;
	padding-left: 0;
	padding-right: 0
}
}
.hero--single-post.hero--no-media .hero__content {
	padding-top: 100px
}

@media(min-width:600px) {
.hero--single-post.hero--no-media .hero__content {
	padding-top: 175px
}
}
.hero--single-alt .hero__content:after {
	content: none
}

@media(min-width:500px) {
.hero--single-alt .hero__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-right: 0
}
}
.hero--single-post .hero__content-inner {
	padding-left: 0;
	padding-bottom: 45px
}

@media(min-width:768px) {
.hero--single-post .hero__content-inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px
}
}
.hero--single-post .hero__content-inner:before {
	height: calc(100%+25px)
}

@media(min-width:768px) {
.hero--single-post .hero__content-inner:before {
	left: 0
}
}
.hero--single-post.hero--no-media .hero__content-inner {
	padding-bottom: 0
}
.hero--single-post.hero--no-media .hero__content-inner:before {
	height: 100%
}

@media(min-width:500px) {
.hero--single-alt .hero__content-inner {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 30px
}
}

@media(min-width:960px) {
.hero--single-alt .hero__content-inner {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 2/3 - 20px);
-ms-flex-preferred-size:calc(99.9% * 2/3 - 20px);
flex-basis:calc(99.9% * 2/3 - 20px);
width:calc(99.9% * 2/3 - 20px);
	padding-left: 30px
}
.hero--single-alt .hero__content-inner:nth-child(1n) {
	margin-right: 60px;
	margin-left: 0
}
.hero--single-alt .hero__content-inner:last-child {
	margin-right: 0
}
.hero--single-alt .hero__content-inner:nth-child(0n) {
	margin-right: 0;
	margin-left: auto
}
}
.hero--single-post .hero__title {
	font-size: 32px;
	text-shadow: 0 2px 3px rgba(53,53,53,.35);
	text-transform: none
}

@media(min-width:768px) {
.hero--single-post .hero__title {
	font-size: 54px
}
}
.hero--single-post.hero--no-media .hero__title {
	text-shadow: none
}
.hero--single-alt .hero__title {
	font-size: 36px;
	text-transform: none;
	margin-bottom: 0
}

@media(min-width:768px) {
.hero--single-alt .hero__title {
	font-size: 64px
}
}
.hero__meta {
	margin-top: 10px
}
.hero__meta li {
	color: #fff;
	display: block;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6667;
	letter-spacing: -0.015em
}

@media(min-width:768px) {
.hero__meta li {
	display: inline-block;
	font-size: 16px;
	margin-right: 25px
}
}
.hero--no-media .hero__meta li {
	color: #787878
}
.alertbar {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	width: 100%;
	max-width: 1290px
}
.alertbar__content {
	padding: 12px;
	background-color: #e0a129
}

@media(min-width:768px) {
.alertbar__content {
	display: inline-block
}
}

@media(min-width:960px) {
.alertbar__content {
	padding: 12px 20px
}
}
.alertbar__content+.alertbar__content {
	border-top: 1px solid rgba(37,37,37,.77)
}
.alertbar__content p {
	margin-bottom: 12px;
	color: #373737;
	font-size: 14px;
	line-height: 1.15;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:768px) {
.alertbar__content p {
	font-size: 20px
}
}
.alertbar__content a {
	text-decoration: underline
}
.alertbar__content a:hover, .alertbar__content a:focus {
	color: #fff
}
.site-navigation__menus {
	display: none;
	visibility: hidden;
	opacity: 0
}
.site-navigation__menus:after {
	content: '';
	display: table;
	clear: both
}
.has-mobile-navigation-open .site-navigation__menus {
	position: fixed;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1005;
	padding: 15px 25px;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	background-color: rgba(68,68,68,.96);
	overflow: auto;
	transition: opacity .15s ease-in-out;
	display: block;
	visibility: visible;
	opacity: 0
}
.admin-bar .has-mobile-navigation-open .site-navigation__menus {
	top: 96px
}

@media(min-width:960px) {
.has-mobile-navigation-open .site-navigation__menus {
	top: 57px;
	padding: 15px 0
}
.admin-bar .has-mobile-navigation-open .site-navigation__menus {
	top: 89px
}
}
.has-mobile-navigation-active .site-navigation__menus {
	position: fixed;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1005;
	padding: 15px 25px;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	background-color: rgba(68,68,68,.96);
	overflow: auto;
	display: block;
	visibility: visible;
	opacity: 1
}
.admin-bar .has-mobile-navigation-active .site-navigation__menus {
	top: 96px
}

@media(min-width:960px) {
.has-mobile-navigation-active .site-navigation__menus {
	top: 57px;
	padding: 15px 0
}
.admin-bar .has-mobile-navigation-active .site-navigation__menus {
	top: 89px
}
}

@media(min-width:960px) {
.has-mobile-navigation-active .site-navigation__menus {
	display: none
}
}
.admin-bar.has-mobile-navigation-active .site-navigation__menus {
	top: 96px
}

@media(min-width:960px) {
.site-navigation__menus {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: 100%;
	display: block
}
}
.navigation__list-wrapper {
	z-index: 1;
	left: 0;
	width: 100%;
	display: none
}

@media(min-width:960px) {
.navigation__list-wrapper {
	background-color: rgba(68,68,68,.96);
	display: block;
	visibility: hidden;
	position: fixed;
	top: 57px;
	height: calc(100vh - 57px);
	padding: 40px;
	width: 100vw;
	overflow: auto;
	opacity: 0
}
.admin-bar .navigation__list-wrapper {
	top: 89px;
	height: calc(100vh - 89px)
}
}
.navigation__list-item--open .navigation__list-wrapper {
	transition: opacity .15s ease-in-out;
	display: block;
	visibility: visible;
	opacity: 0
}
.navigation__list-item--active .navigation__list-wrapper {
	display: block;
	visibility: visible;
	opacity: 1
}
.navigation__list-wrapper-inner {
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}
.navigation__list-wrapper-inner:after {
	content: '';
	display: table;
	clear: both
}

@media(min-width:960px) {
.navigation__list-wrapper-inner {
	padding-left: 30px;
	padding-right: 30px
}
}
.navigation__list-back {
	display: none;
	position: absolute;
	left: 0
}
.has-mobile-navigation-active .navigation__list-back {
	display: block
}
.navigation__list-back-action {
	background: linear-gradient(90deg, #666 25px, transparent 15px);
	width: 40px;
	height: 63px;
	color: #373737;
	outline: 0;
	border: 0;
	overflow: hidden;
	padding: 0;
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto
}
.navigation__list-back-action span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.navigation__list-back-action:before {
	content: "\f0d9";
	width: 25px;
	height: 63px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 63px
}
.nav__list {
	margin: 0;
	list-style-type: none
}
.nav__list--dropd>.navigation__list-item--active>a, .nav__list--dropd>.navigation__list-item--active>button {
	display: none
}
.nav__list--dropd>.navigation__list-item:not(.navigation__list-item--active) {
	display: none
}
.navigation__list-item--depth-2 {
	padding-bottom: 30px
}
.navigation__list-item--depth-3 {
	margin-bottom: 17px
}

@media(min-width:960px) {
.navigation__list-item--depth-3 {
	margin-bottom: 23px
}
}

@media(min-width:960px) {
.site-navigation a.navigation__action--depth-0:not(.search__action), .site-navigation button.navigation__action--depth-0:not(.search__action) {
	color: #fff;
	outline: 0
}
.site-navigation a.navigation__action--depth-0:not(.search__action):active, .site-navigation a.navigation__action--depth-0:not(.search__action):hover, .site-navigation a.navigation__action--depth-0:not(.search__action):focus, .site-navigation button.navigation__action--depth-0:not(.search__action):active, .site-navigation button.navigation__action--depth-0:not(.search__action):hover, .site-navigation button.navigation__action--depth-0:not(.search__action):focus {
	color: #fff;
	border-bottom: 2px solid #e0a129
}
}
.navigation__action--depth-1 {
	text-transform: uppercase;
	display: block;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 50px;
	padding: 18px 0 0 20px;
	color: #fff
}

@media(min-width:960px) {
.navigation__action--depth-1 {
	font-size: 40px;
	padding: 0;
	margin-bottom: 50px
}
}
.navigation__action--depth-2 {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase
}
.navigation__action--depth-2.navigation__action {
	color: #939393
}

@media(min-width:960px) {
.navigation__action--depth-2 {
	font-size: 22px;
	margin-bottom: 20px
}
}
.navigation__action--depth-3 {
	color: #fff;
	font-family: "PT Serif", serif;
	font-size: 20px
}

@media(min-width:960px) {
.navigation__action--depth-3 {
	font-size: 28px
}
}

@media(min-width:960px) {
.navigation__list-child--depth-1 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em
}
}

@media(min-width:960px) {
.navigation__list-child--depth-1 li, .navigation__list-child--depth-1 ul {
	break-inside: avoid;
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid
}
}

@media(min-width:960px) {
.nav-primary__wrap {
	position: absolute;
	display: inline-block;
	margin-left: 10px
}
}
.has-mobile-navigation-secondary-active .nav-primary__wrap {
	display: none
}
.nav-primary {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.nav-primary__label {
	display: none
}
.nav-primary__list {
	margin: 10px 0 0
}

@media(min-width:960px) {
.nav-primary__list {
	margin: 0
}
}
.primary__list-item--depth-0 {
	display: block;
	margin: 0
}

@media(min-width:960px) {
.primary__list-item--depth-0 {
	display: inline-block;
	vertical-align: top
}
}
.primary__list-item--depth-2 {
	margin-bottom: 10px;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400
}

@media(min-width:960px) {
.primary__list-item--depth-2 {
	margin-bottom: 15px
}
}
.primary__action {
	line-height: 1.2;
	text-align: left
}
button.primary__action, a.primary__action {
	color: #fff
}
button.primary__action:visited, a.primary__action:visited {
	color: #fff
}
button.primary__action:active, button.primary__action:hover, button.primary__action:focus, a.primary__action:active, a.primary__action:hover, a.primary__action:focus {
	outline: 0;
	color: #e0a129
}

@media(min-width:960px) {
.primary__action {
	transition: all .15s ease-in-out
}
}
.has-mobile-navigation-primary-open:not(.has-mobile-navigation-primary-active) .primary__action, .has-mobile-navigation-secondary-open:not(.has-mobile-navigation-secondary-active) .primary__action {
	transition: all .15s ease-in-out
}
.primary__action--depth-0 {
	position: relative;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	outline: 0;
	margin: 18px 0;
	line-height: 1;
	padding: 0;
	z-index: 2;
	display: inline-block;
	vertical-align: middle
}
.primary__action--depth-0:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	content: "\f0da";
	color: #e0a129;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -3px
}
a .primary__action--depth-0:visited, button.primary__action--depth-0:visited {
	color: #fff
}
a.primary__action--depth-0:active, a.primary__action--depth-0:hover, a.primary__action--depth-0:focus, button.primary__action--depth-0:active, button.primary__action--depth-0:hover, button.primary__action--depth-0:focus {
	color: #e0a129
}

@media(min-width:960px) {
.primary__action--depth-0 {
	display: block;
	margin: 0 11px 0 0;
	min-height: 53px;
	line-height: 53px;
	font-size: 18px;
	top: 2px
}
.primary__action--depth-0:after {
	content: none
}
.navigation__list-item--active .primary__action--depth-0 {
	color: #fff;
	border-bottom: 2px solid #e0a129
}
}

@media(min-width:1200px) {
.primary__action--depth-0 {
	font-size: 20px;
	margin: 0 20px 0 0
}
}

@media(min-width:1290px) {
.primary__action--depth-0 {
	margin: 0 28px 0 0
}
}
.primary__list-child--active {
	display: block
}
.primary__list-wrapper--active {
	display: block
}
.primary__action--depth-1 {
	display: inline-block;
	width: auto
}
.primary__action--depth-1:after {
	content: "\e095";
	color: #e0a129;
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:960px) {
.nav-secondary__wrap {
	display: block;
	float: right;
	/* margin-right: 65px; */
	margin-right: 10px;
}
}
.has-mobile-navigation-primary-active .nav-secondary__wrap {
	display: none
}
.nav-secondary {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:960px) {
.nav-secondary {
	float: right
}
}
.nav-secondary__label {
	display: none
}
.nav-secondary__list {
	margin: 0;
	list-style-type: none
}
.secondary__list-item--depth-0 {
	display: block;
	margin: 0
}

@media(min-width:960px) {
.secondary__list-item--depth-0 {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px
}
.secondary__list-item--depth-0:last-of-type {
	margin-right: 0
}
}

@media(min-width:1200px) {
.secondary__list-item--depth-0 {
	margin-right: 15px
}
}

@media(min-width:1290px) {
.secondary__list-item--depth-0 {
	margin-right: 20px
}
}
.secondary__action {
	line-height: 1.2;
	text-align: left
}
a.secondary__action, button.secondary__action {
	color: #fff
}
a.secondary__action:visited, button.secondary__action:visited {
	color: #fff
}
a.secondary__action:active, a.secondary__action:hover, a.secondary__action:focus, button.secondary__action:active, button.secondary__action:hover, button.secondary__action:focus {
	outline: 0;
	color: #e0a129
}

@media(min-width:960px) {
.secondary__action {
	transition: all .15s ease-in-out
}
}
.has-mobile-navigation-primary-open:not(.has-mobile-navigation-primary-active) .secondary__action, .has-mobile-navigation-secondary-open:not(.has-mobile-navigation-secondary-active) .secondary__action {
	transition: all .15s ease-in-out
}
.secondary__action--depth-0 {
	position: relative;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	color: #ccc;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	outline: 0;
	margin: 16px 0;
	padding: 0;
	z-index: 2;
	display: inline-block;
	vertical-align: middle
}
.secondary__action--depth-0:visited {
	color: #ccc
}
.secondary__action--depth-0:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	content: "\f0da";
	color: #787878;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -3px
}

@media(min-width:960px) {
.secondary__action--depth-0 {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	outline: 0;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 2;
	font-size: 12px;
	min-height: 53px;
	line-height: 53px;
	top: 2px
}
.secondary__action--depth-0:after {
	content: none
}
a.secondary__action--depth-0:visited, button.secondary__action--depth-0:visited {
	color: #fff
}
a.secondary__action--depth-0:active, button.secondary__action--depth-0:active, a.secondary__action--depth-0:hover, button.secondary__action--depth-0:hover, a.secondary__action--depth-0:focus, button.secondary__action--depth-0:focus {
	color: #fff;
	border-bottom: 2px solid #e0a129
}
}

@media(min-width:1200px) {
.secondary__action--depth-0 {
	font-size: 13px
}
}
.secondary__action--depth-1 {
	display: inline-block;
	width: auto
}
.secondary__action--depth-1:after {
	content: "\e095";
	color: #e0a129;
	float: right;
	font-family: 'core-icons';
	margin-left: 10px
}
.site-navigation-trigger {
	position: relative;
	display: inline-block;
	top: 0;
	bottom: 0;
	height: 50px;
	font-size: 18px;
	border: 0;
	padding: 0 15px;
	color: #ccc;
	transition: all .15s ease-in-out;
	line-height: 50px;
	background-color: #444
}

@media(min-width:960px) {
.site-navigation-trigger {
	display: none;
	visibility: hidden
}
}
.site-navigation-trigger:hover, .site-navigation-trigger:focus, .site-navigation-trigger:active {
	color: #fff
}
.site-header__icon {
	display: block;
	width: 20px;
	height: 20px;
	margin: 4px auto;
	transition: all .15s ease-in-out
}
.site-header__icon--menu-open {
	position: relative
}
.has-mobile-navigation-open .site-header__icon--menu-open, .has-mobile-navigation-active .site-header__icon--menu-open {
	display: none
}
.site-header__icon--menu-close {
	display: none
}
.has-mobile-navigation-open .site-header__icon--menu-close, .has-mobile-navigation-active .site-header__icon--menu-close {
	display: inline-block
}
.site-navigation__search {
	position: fixed;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1005;
	padding: 15px 25px;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	background-color: rgba(68,68,68,.96);
	overflow: auto;
	display: block;
	visibility: hidden;
	opacity: 0
}
.admin-bar .site-navigation__search {
	top: 96px
}

@media(min-width:960px) {
.site-navigation__search {
	top: 57px;
	padding: 15px 0
}
.admin-bar .site-navigation__search {
	top: 89px
}
}
.has-search-open .site-navigation__search {
	transition: opacity .15s ease-in-out;
	display: block;
	visibility: visible;
	opacity: 0
}
.has-search-active .site-navigation__search {
	display: block;
	opacity: 1;
	visibility: visible
}
.site-navigation__search-wrap {
	max-width: 1290px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}
.site-navigation__search-wrap:after {
	content: '';
	display: table;
	clear: both
}

@media(min-width:768px) {
.site-navigation__search-wrap {
	padding-right: 15px
}
}
.nav-search__container {
	width: 100%;
	max-width: 660px;
	display: block
}

@media(min-width:960px) {
.nav-search__container {
	float: right
}
}
.nav-search__wrap {
	margin: 70px 0 40px
}
.nav-search__label {
	text-transform: uppercase;
	font-size: 16px;
	color: #939393;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 9px
}

@media(min-width:960px) {
.nav-search__label {
	font-size: 22px;
	margin-bottom: 12px
}
}
.search__list {
	margin-top: 10px
}
.search__list-item {
	margin-bottom: 10px
}

@media(min-width:960px) {
.search__list-item {
	margin-bottom: 20px
}
}
.search__action {
	font-size: 20px;
	cursor: pointer;
	color: #fff
}
.search__action:visited {
	color: #fff
}
.search__action:active, .search__action:hover, .search__action:focus {
	color: #e0a129;
	background-color: transparent;
	outline: 0
}

@media(min-width:960px) {
.search__action {
	font-size: 28px
}
}
.site-search-trigger {
	position: absolute;
	background-color: transparent;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	height: 50px;
	font-size: 18px;
	border: 0;
	width: 52px;
	transition: all .15s ease-in-out;
	line-height: 40px;
	color: #ccc;
	text-align: center;
	border-bottom: 2px solid transparent
}
.site-search-trigger:hover, .site-search-trigger:focus, .site-search-trigger:active {
	color: #fff;
	border-bottom: 2px solid #e0a129
}

@media(min-width:960px) {
.site-search-trigger {
	height: 57px;
	width: 55px;
	line-height: 57px
}
}

@media(min-width:1290px) {
.site-search-trigger {
	height: 57px;
	line-height: 57px
}
}
.has-search-active .site-search-trigger {
	background-color: #444
}
.site-header__icon--search-open {
	position: relative;
	font-size: 20px
}
.has-search-active .site-header__icon--search-open {
	display: none
}
.site-header__icon--search-close {
	display: none
}

@media(min-width:960px) {
.site-header__icon--search-close {
	top: -1px;
	position: relative
}
}
.has-search-active .site-header__icon--search-close {
	display: inline-block
}
.menu-button>a, .menu-button>button {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	background-color: transparent;
	border: 2px solid #e0a129;
	margin-top: 8px
}
.menu-button>a:visited, .menu-button>button:visited {
	color: #e0a129
}
.menu-button>a:after, .menu-button>button:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.menu-button>a, .menu-button>button {
	font-size: 22px
}
}
.menu-button>a:hover, .menu-button>a:active, .menu-button>a:focus, .menu-button>button:hover, .menu-button>button:active, .menu-button>button:focus {
	background-color: #e0a129;
	color: #fff
}
.menu-button>a:hover:after, .menu-button>a:active:after, .menu-button>a:focus:after, .menu-button>button:hover:after, .menu-button>button:active:after, .menu-button>button:focus:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}
.menu-button>a:after, .menu-button>button:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}
.site-footer {
	position: relative;
	background: #313131;
	color: #fff;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px
}
.site-footer__top, .site-footer__middle, .site-footer__bottom {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(min-width:960px) {
.site-footer__top, .site-footer__middle, .site-footer__bottom {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
}
.site-footer__top {
	display: block
}

@media(min-width:960px) {
.site-footer__top {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.site-footer__top {
	padding-top: 50px;
	padding-bottom: 0
}

@media(min-width:960px) {
.site-footer__top {
	padding-bottom: 25px
}
}
.site-footer__middle {
	padding: 0 0 25px
}

@media(min-width:960px) {
.site-footer__middle {
	padding-top: 25px
}
}
.site-footer__bottom {
	border-top: 1px solid #414141;
	padding: 30px 0
}
.site-footer__bottom__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1290px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media(min-width:960px) {
.site-footer__bottom__inner {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}
}

@media(min-width:960px) {
.site-footer__logo {
	-webkit-flex: .6;
	-ms-flex: .6;
	flex: .6
}
}

@media(min-width:960px) {
.site-footer__logo {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
}
.site-footer__info {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media(min-width:960px) {
.site-footer__info {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}

@media(min-width:1200px) {
.site-footer__info {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
}
.site-footer__contact {
	margin-bottom: 20px
}

@media(min-width:960px) {
.site-footer__contact {
	margin-bottom: 0
}
}
.site-footer__address {
	margin-bottom: 20px
}

@media(min-width:960px) {
.site-footer__address {
	margin-bottom: 0
}
}
.site-footer__address address {
	font-style: normal;
	line-height: 2;
	margin-top: 20px
}

@media(min-width:960px) {
.site-footer__address address {
	margin: 0;
	padding: 0 20px
}
}
.site-footer__contact__phone, .site-footer__contact__email {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 2
}
.site-footer__secondary-logo {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.site-footer__secondary-logo img {
	width: 120px
}

@media(min-width:960px) {
.site-footer__secondary-logo img {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 150px
}
}
.site-footer__nav, .site-footer__social {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media(min-width:960px) {
.site-footer__nav, .site-footer__social {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
}
.site-footer__nav {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 25px
}

@media(min-width:960px) {
.site-footer__nav {
	margin-bottom: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
}
.site-footer__nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media(min-width:960px) {
.site-footer__nav ul {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: auto
}
}
.site-footer__nav ul li {
	font-size: 16px;
	line-height: 2;
	margin-right: 15px
}
.site-footer__nav ul li:last-child {
	margin-right: 0
}
.site-footer__nav ul a {
	font-size: 16px;
	color: #fff
}
.site-footer__nav ul a:focus, .site-footer__nav ul a:hover {
	color: #e0a129
}
.site-footer__social {
	margin-bottom: 30px;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

@media(min-width:960px) {
.site-footer__social {
	margin-bottom: 0;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
}
.social-follow__item__icon {
	fill: #fff;
	height: 24px;
	width: auto
}
.site-footer__copyright {
	color: #adadad;
	font-size: 12px;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

@media(min-width:960px) {
.site-footer__copyright {
	font-size: 16px;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
}
.content-wrap--page {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 55px;
	max-width: 1290px;
	padding-bottom: 120px;
	position: relative
}

@media(min-width:768px) {
.content-wrap--page {
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 0 120px 30px
}
}

@media(min-width:960px) {
.content-wrap--page {
	padding-left: 160px
}
.content-wrap--page:before {
	left: 125px
}
}
.content-wrap--blog {
	margin: 55px auto 0
}
.page-content {
	padding-top: 50px;
	padding-bottom: 50px
}

@media(min-width:768px) {
.page-content {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 2/3 - 20px);
-ms-flex-preferred-size:calc(99.9% * 2/3 - 20px);
flex-basis:calc(99.9% * 2/3 - 20px);
width:calc(99.9% * 2/3 - 20px);
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-top: 75px;
	padding-bottom: 75px
}
.page-content:nth-child(1n) {
	margin-right: 60px;
	margin-left: 0
}
.page-content:last-child {
	margin-right: 0
}
.page-content:nth-child(0n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:960px) {
.page-content {
	padding-left: 55px
}
}

@media(min-width:960px) {
.item-single .page-content {
	padding-left: 0
}
}
.page-template-courses .page-content, .page-template-faculty .page-content {
	padding-bottom: 0
}
.filters {
	padding-top: 50px;
	padding-bottom: 50px
}

@media(min-width:768px) {
.filters {
	padding-top: 75px;
	padding-bottom: 75px
}
}

@media(min-width:960px) {
.filters {
	padding-left: 55px;
	padding-right: 55px
}
}
.filters__search {
	position: relative;
	margin-bottom: 30px
}
.filters__search-input {
	width: 100%;
	height: 60px;
	padding: 0 50px 0 10px;
	line-height: 60px;
	font-size: 21px;
	border: 2px solid #f5f5f5;
	color: #373737;
	background: #f5f5f5
}
.filters__search-input[placeholder] {
	text-overflow: ellipsis
}
.filters__search-input::-webkit-input-placeholder {
text-overflow:ellipsis
}
.filters__search-input::-moz-placeholder {
text-overflow:ellipsis
}
.filters__search-input:-ms-input-placeholder {
text-overflow:ellipsis
}
.filters__search-input:-moz-placeholder {
text-overflow:ellipsis
}

@media(min-width:768px) {
.filters__search-input {
	padding-left: 30px;
	font-size: 24px
}
}
.filters__search-submit {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 50px;
	padding: 0 .5em;
	font-size: 25px;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #e0a129;
	background: transparent;
	border: 0;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
.filters__search-submit {
	font-size: 28px
}
}
.filters__search-submit:hover, .filters__search-submit:focus {
	color: #fff;
	background: #e0a129
}
.filters__terms {
	position: relative
}

@media(min-width:600px) {
.filters__terms-list {
	padding-right: 90px
}
}
.filter__button {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: .5em .8em .4em;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	text-transform: uppercase;
	color: #636363;
	background: transparent;
	border: 1px solid #ececec;
	transition: all .15s ease-in-out
}
.filter__button:hover, .filter__button:focus {
	cursor: pointer;
	color: #000;
	border-color: #e0a129;
	outline: 0
}
.filter__button.filter__button--active {
	color: #fff;
	background: #e0a129;
	border-color: #e0a129
}
.filters__reset {
	display: none;
	width: 100%;
	margin-top: 20px;
	padding: .5em .8em .4em;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	color: #636363;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	transition: all .15s ease-in-out
}

@media(min-width:600px) {
.filters__reset {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	margin-top: 0
}
}
.filters__reset:hover, .filters__reset:focus {
	color: #fff;
	background: #939393;
	border: 1px solid #939393
}
.blog main, .archive main, .search main, .search-no-results main {
	padding-top: 30px;
	padding-bottom: 30px
}
.item-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	max-width: 1290px
}
.loop--no-results {
	display: none;
	padding-bottom: 50px
}

@media(min-width:768px) {
.loop--no-results {
	padding-bottom: 75px
}
}

@media(min-width:960px) {
.loop--no-results {
	padding-left: 55px;
	padding-right: 55px
}
}
.item-loop.item-loop--active {
	opacity: 1;
	margin-top: 0;
	transition: margin-top 500ms ease-in-out, opacity 500ms ease-in-out
}
.item-loop.item-loop--hidden {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin-top: 30px
}
.card {
	border: .1em solid #ececec;
	box-shadow: 0 2px 3px 1px #ececec;
	overflow: hidden;
	position: relative;
	width: 100%
}
.item-loop--card:nth-child(1) .card, .item-loop--card:nth-child(6) .card, .item-loop--card:nth-child(8) .card {
	border: 0;
	box-shadow: none
}
.item-section--offset .item-loop--card:nth-child(1) .card, .item-section--offset .item-loop--card:nth-child(6) .card, .item-section--offset .item-loop--card:nth-child(8) .card {
	min-height: 180px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media(min-width:600px) {
.item-section--offset .item-loop--card:nth-child(1) .card, .item-section--offset .item-loop--card:nth-child(6) .card, .item-section--offset .item-loop--card:nth-child(8) .card {
	min-height: 260px
}
}
.item-loop--card:nth-child(1) .card--no-img, .item-loop--card:nth-child(6) .card--no-img, .item-loop--card:nth-child(8) .card--no-img {
	border: .1em solid #ececec;
	box-shadow: 0 2px 3px 1px #ececec
}
.card__img {
	background: center center no-repeat;
	background-size: cover;
	display: block;
	height: 180px;
	position: relative
}
.item-loop--card:nth-child(1) .card__img, .item-loop--card:nth-child(6) .card__img, .item-loop--card:nth-child(8) .card__img {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.item-loop--card:nth-child(1) .card__img:after, .item-loop--card:nth-child(6) .card__img:after, .item-loop--card:nth-child(8) .card__img:after {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.card__content {
	position: relative;
	padding: 20px;
	text-align: left
}
.item-section--offset .item-loop--card:nth-child(1) .card__content, .item-section--offset .item-loop--card:nth-child(6) .card__content, .item-section--offset .item-loop--card:nth-child(8) .card__content {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	transition: -webkit-transform .35s ease-in-out .1s;
	transition: transform .35s ease-in-out .1s;
	transition: transform .35s ease-in-out .1s, -webkit-transform .35s ease-in-out .1s;
	width: 100%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

@media(min-width:600px) {
.item-section--offset .item-loop--card:nth-child(1) .card__content, .item-section--offset .item-loop--card:nth-child(6) .card__content, .item-section--offset .item-loop--card:nth-child(8) .card__content {
	bottom: 0;
	left: 0;
	position: absolute
}
}
.item-section--offset .item-loop--card:nth-child(1) .card--no-img .card__content, .item-section--offset .item-loop--card:nth-child(6) .card--no-img .card__content, .item-section--offset .item-loop--card:nth-child(8) .card--no-img .card__content {
	position: relative
}
.card__meta {
	color: #787878;
	display: block;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase
}

@media(min-width:768px) {
.card__meta {
	font-size: 15px
}
}
.item-loop--card:nth-child(1) .card__meta, .item-loop--card:nth-child(6) .card__meta, .item-loop--card:nth-child(8) .card__meta {
	color: #fff
}
.item-loop--card:nth-child(1) .card--no-img .card__meta, .item-loop--card:nth-child(6) .card--no-img .card__meta, .item-loop--card:nth-child(8) .card--no-img .card__meta {
	color: #787878
}
.card__title {
	color: #323232;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 10px;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
.card__title {
	font-size: 26px
}
}
.item-section--offset .item-loop--card:nth-child(1) .card .card__title, .item-section--offset .item-loop--card:nth-child(6) .card .card__title, .item-section--offset .item-loop--card:nth-child(8) .card .card__title {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase
}

@media(min-width:768px) {
.item-section--offset .item-loop--card:nth-child(1) .card .card__title, .item-section--offset .item-loop--card:nth-child(6) .card .card__title, .item-section--offset .item-loop--card:nth-child(8) .card .card__title {
	font-size: 35px;
	max-width: 80%
}
}
.item-section--offset .item-loop--card__link:hover .card .card__title, .item-section--offset .item-loop--card__link:focus .card .card__title {
	color: #e0a129
}
.item-section--offset .item-loop--card:nth-child(1) .card--no-img .card__title, .item-section--offset .item-loop--card:nth-child(6) .card--no-img .card__title, .item-section--offset .item-loop--card:nth-child(8) .card--no-img .card__title {
	text-transform: none;
	color: #323232
}
.item-section--offset .item-loop--card:nth-child(1) .card--no-img .card__title.item-loop--post, .item-section--offset .item-loop--card:nth-child(6) .card--no-img .card__title.item-loop--post, .item-section--offset .item-loop--card:nth-child(8) .card--no-img .card__title.item-loop--post {
	margin: 25px 0
}
.item-section--offset .item-loop--post:nth-child(1) .card--no-img .card__title, .item-section--offset .item-loop--post:nth-child(6) .card--no-img .card__title, .item-section--offset .item-loop--post:nth-child(8) .card--no-img .card__title {
	margin: 25px 0
}
.item-section--offset .item-loop--card__link:hover .card--no-img .card__title, .item-section--offset .item-loop--card__link:focus .card--no-img .card__title {
	color: #e0a129
}
.item-loop--card__link:hover .card__title, .item-loop--card__link:focus .card__title {
	color: #e0a129
}
.card-event__date+.card__title {
	padding-left: 65px
}
.card__desc {
	clear: both;
	color: #323232;
	font-size: 14px;
	line-height: 1.4
}

@media(min-width:768px) {
.card__desc {
	font-size: 16px
}
}
.item-loop--card:nth-child(1) .card__desc, .item-loop--card:nth-child(6) .card__desc, .item-loop--card:nth-child(8) .card__desc {
	color: #fff
}

@media(min-width:768px) {
.item-loop--card:nth-child(1) .card__desc, .item-loop--card:nth-child(6) .card__desc, .item-loop--card:nth-child(8) .card__desc {
	max-width: 300px
}
}
.item-loop--card:nth-child(1) .card--no-img .card__desc, .item-loop--card:nth-child(6) .card--no-img .card__desc, .item-loop--card:nth-child(8) .card--no-img .card__desc {
	color: #323232
}

@media(min-width:768px) {
.item-loop--card:nth-child(1) .card--no-img .card__desc, .item-loop--card:nth-child(6) .card--no-img .card__desc, .item-loop--card:nth-child(8) .card--no-img .card__desc {
	max-width: none
}
}
.card__desc p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px
}

@media(min-width:768px) {
.card__desc p {
	font-size: 16px
}
}
.item-loop--card {
	background: #fff;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 20px;
	width: 100%
}

@media(min-width:600px) {
.item-loop--card {
	margin: 0 15px 30px;
	width: calc(50% - 30px)
}
}

@media(min-width:960px) {
.item-loop--card {
	margin: 0 15px 30px;
	width: calc(25% - 30px)
}
}

@media(min-width:960px) {
.item-section--offset .item-loop--card:nth-child(1), .item-section--offset .item-loop--card:nth-child(6), .item-section--offset .item-loop--card:nth-child(8) {
	width: calc(50% - 30px)
}
}
.item-loop--card__link {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}
.item-loop--card__link:focus {
	outline: auto
}
.card-event__date {
	float: left;
	width: 43px;
	margin-bottom: 15px;
	padding: 9px 5px;
	color: #fff;
	background: #e0a129;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:768px) {
.card-event__date {
	width: 48px
}
}
.card-event__month {
	display: block;
	font-size: 12px
}

@media(min-width:768px) {
.card-event__month {
	font-size: 14px
}
}
.card-event__day {
	display: block;
	font-size: 20px;
	font-weight: 700
}

@media(min-width:768px) {
.card-event__day {
	font-size: 26px
}
}
.loop--course-items {
	margin-bottom: 50px
}

@media(min-width:768px) {
.loop--course-items {
	margin-bottom: 75px
}
}

@media(min-width:960px) {
.item-loop--course {
	margin: 0 15px 30px;
	width: calc(33.3333% - 30px)
}
}

@media(min-width:768px) {
.item-loop--course .card__content {
	padding: 35px 20px
}
}
.course-item__tag, .course-item__code, .course-item__credits, .course-item__subtitle {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
	letter-spacing: -0.02em
}
.course-item__code {
	margin-bottom: 25px;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.02em
}
.course-item__code:after {
	content: ':'
}
.course-item__title {
	margin-bottom: 5px;
	letter-spacing: -0.02em;
	line-height: 1
}
.course-item__subtitle {
	font-size: 16px;
	line-height: 1.15
}

@media(min-width:768px) {
.course-item__subtitle {
	font-size: 20px
}
}
.course-item__credits {
	margin-top: 30px
}

@media(min-width:768px) {
.course-item__credits {
	margin-top: 35px
}
}
.course-item__synopsis {
	font-size: 14px;
	margin-top: 25px
}

@media(min-width:768px) {
.course-item__synopsis {
	font-size: 16px;
	margin-top: 30px
}
}
.course-item__tag {
	position: absolute;
	top: 0;
	right: 0;
	padding: .5em 1.1em;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase
}

@media(min-width:768px) {
.course-item__tag {
	font-size: 16px
}
}
.course-item__tag--new {
	color: #fff;
	background: #e0a129
}
.loop--faculty-items {
	margin: 0 -5px 50px
}

@media(min-width:768px) {
.loop--faculty-items {
	margin-bottom: 75px
}
}

@media(min-width:960px) {
.loop--faculty-items {
	margin: 0 -10px 75px
}
}

@media(min-width:1200px) {
.loop--faculty-items {
	margin: 0 -15px 75px
}
}
.item-loop--person {
	position: relative;
	width: calc(50% - 10px);
	margin: 0 5px 5px
}

@media(min-width:600px) {
.item-loop--person {
	width: calc(33.3333% - 10px);
	margin: 0 5px 10px
}
}

@media(min-width:960px) {
.item-loop--person {
	width: calc(25% - 20px);
	margin: 0 10px 20px
}
}

@media(min-width:1200px) {
.item-loop--person {
	width: calc(25% - 30px);
	margin: 0 15px 30px
}
}
.item-loop--person a {
	display: block;
	width: 100%;
	height: 100%;
	background: #f5f5f5
}
.card-people {
	position: relative;
	padding-bottom: 160%;
	overflow: hidden
}
.card-people__content {
	position: absolute;
	bottom: 10px;
	left: 13px;
	right: 13px
}

@media(min-width:960px) {
.card-people__content {
	bottom: 15px;
	left: 20px;
	right: 20px
}
}
.card-people__img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	will-change: transform;
	background-position: center top;
	background-size: cover
}
.card-people__img:after {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 100%;
	will-change: opacity
}
a:hover .card-people__img, a:focus .card-people__img {
	-webkit-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
	transition: -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
a:hover .card-people__img:after, a:focus .card-people__img:after {
	opacity: .1;
	transition: opacity 800ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.card-people__name span, .card-people__title span {
	background: #373737;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: 7px 0 0 #373737, -7px 0 0 #373737;
	padding: 3px 0;
	will-change: background, box-shadow
}
a:hover .card-people__name span, a:focus .card-people__name span, a:hover .card-people__title span, a:focus .card-people__title span {
	background: #000;
	box-shadow: 7px 0 0 #000, -7px 0 0 #000
}
.card-people__name {
	line-height: 1.1;
	text-transform: uppercase;
	color: #e0a129;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	word-wrap: break-word
}

@media(min-width:768px) {
.card-people__name {
	font-size: 28px
}
}

@media(min-width:1200px) {
.card-people__name {
	font-size: 35px
}
}
.card-people__title {
	display: none;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4
}

@media(min-width:500px) {
.card-people__title {
	display: block
}
}

@media(min-width:768px) {
.card-people__title {
	font-size: 14px
}
}
.card-people__title span {
	color: #fff
}
.item-single {
	position: relative
}

@media(min-width:768px) {
.item-single {
	margin-top: 55px
}
}
.item-single__footer {
	padding-top: 12px;
	padding-bottom: 60px
}

@media(min-width:768px) {
.item-single__footer {
	padding-top: 30px
}
}
.has-panels .item-single__footer {
	padding-bottom: 0
}
.t-typography .item-single__tags {
	margin: 0;
	padding: 0
}
.t-typography .item-single__tags li {
	display: inline
}
.t-typography .item-single__tags li:after {
	content: ", "
}
.t-typography .item-single__tags li:last-child:after {
	content: ""
}
.t-typography .item-single__tags li.item-single__tags-title {
	color: #787878;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	text-transform: uppercase
}
.t-typography .item-single__tags li.item-single__tags-title:after {
	content: ""
}
.t-typography .item-single__tags li a {
	border: 0;
	color: #323232;
	font-family: "PT Serif", serif;
	font-style: italic;
	margin-right: 5px
}
.t-typography .item-single__tags li a:focus, .t-typography .item-single__tags li a:hover, .t-typography .item-single__tags li a:active {
	color: #e0a129
}
.post__related-items {
	margin-bottom: 50px
}

@media(min-width:768px) {
.post__related-items {
	margin-bottom: 75px
}
}
.post__related-items .item-loop--card:nth-child(1) {
	border: .1em solid #ececec;
	box-shadow: 0 2px 3px 1px #ececec
}
.post__related-items .item-loop--card:nth-child(1) .card__img {
	position: relative;
	height: 180px
}
.post__related-items .item-loop--card:nth-child(1) .card__meta {
	color: #787878
}
.post__related-items .item-loop--card:nth-child(1) .card__desc {
	color: #323232
}
.post__related-title {
	text-align: center;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 30px
}

@media(min-width:1200px) {
.single-course .l-wrapper.l-wrapper--small {
	padding-left: 160px
}
}

@media(min-width:960px) {
.single-course .page-content {
	padding-left: 30px
}
}
.single-course .item-single__footer {
	padding-top: 0;
	padding-bottom: 0
}
.hero__content-inner .course-meta__code, .hero__content-inner .course-meta__subtitle {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #787878;
	letter-spacing: -0.02em
}
.hero__content-inner .course-meta__code {
	font-size: 15px
}

@media(min-width:768px) {
.hero__content-inner .course-meta__code {
	font-size: 20px
}
}
.hero__content-inner .course-meta__code:after {
	content: ':'
}
.hero__content-inner .course-meta__subtitle {
	font-size: 18px
}

@media(min-width:768px) {
.hero__content-inner .course-meta__subtitle {
	font-size: 24px
}
}
.course-meta__details {
	margin-top: 50px;
	padding: 25px;
	background: #f5f5f5;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:500px) {
.course-meta__details {
	max-width: 320px;
	margin-top: 0;
	-webkit-flex: .6;
	-ms-flex: .6;
	flex: .6
}
}

@media(min-width:768px) {
.course-meta__details {
	padding: 30px
}
}

@media(min-width:960px) {
.course-meta__details {
	position: absolute;
	top: 175px;
	right: 0;
	width: 320px
}
}
.course-meta__details-title {
	margin-bottom: 12px
}

@media(min-width:768px) {
.course-meta__details-title {
	margin-bottom: 25px
}
}
.course-meta__details-list li {
	font-size: 17px;
	margin-top: 8px
}

@media(min-width:768px) {
.course-meta__details-list li {
	font-size: 21px;
	margin-top: 18px
}
}
.course__related-items {
	padding-bottom: 50px
}

@media(min-width:768px) {
.course__related-items {
	padding-bottom: 75px
}
}

@media(min-width:960px) {
.course__related-items {
	padding: 0 30px 75px
}
}
.course__related-title {
	margin-bottom: 12px
}

@media(min-width:768px) {
.course__related-title {
	margin-bottom: 18px;
	font-size: 24px
}
}
.course__directors .item-section {
	margin: 0 -5px
}

@media(min-width:960px) {
.course__directors .item-section {
	margin: 0 -10px
}
}

@media(min-width:1200px) {
.course__directors .item-section {
	margin: 0 -15px
}
}
.single-person .page-content {
	max-width: 670px
}

@media(min-width:960px) {
.single-person .page-content {
	padding-left: 30px
}
}

@media(min-width:960px) {
.single-person .hero__content-inner {
	padding-right: 60px
}
}
.single-person .item-single__footer {
	padding-top: 0;
	padding-bottom: 0
}
.person-meta__titles {
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #787878;
	letter-spacing: -0.02em;
	font-size: 18px;
	line-height: 1
}

@media(min-width:768px) {
.person-meta__titles {
	font-size: 24px
}
}
.person-meta__title {
	margin-top: .4em
}
.person__contact {
	margin-top: 50px
}

@media(min-width:500px) {
.person__contact {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: 25px;
	margin-right: 25px
}
}

@media(min-width:768px) {
.person__contact {
	margin-left: 30px;
	margin-right: 30px
}
}

@media(min-width:960px) {
.person__contact {
	display: block;
	margin: 0
}
}
.person__photo-wrap {
	position: relative
}

@media(min-width:500px) {
.person__photo-wrap {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}
}

@media(min-width:960px) {
.person__photo-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 37%;
	min-width: 380px
}
}
.person__photo {
	padding-bottom: 105%;
	background-size: cover;
	background-position: center top
}

@media(min-width:500px) {
.person__photo {
	padding-bottom: 120%
}
}

@media(min-width:960px) {
.person__photo {
	padding-bottom: 130%
}
}

@media(min-width:1200px) {
.person__photo {
	padding-bottom: 140%
}
}

@media(min-width:500px) {
.person__contact-wrap {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
	margin: 30px 0 30px -15px
}
}

@media(min-width:960px) {
.person__contact-wrap {
	max-width: 1290px;
	margin: 0 auto
}
}
.person__contact-info {
	position: relative;
	margin: -50px 25px 0;
	padding: 25px;
	color: #fff;
	background: rgba(37,37,37,.77);
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:500px) {
.person__contact-info {
	margin: 0
}
}

@media(min-width:960px) {
.person__contact-info {
	float: right;
width:calc(99.9% * 1 / 3 - 40px);
	max-width: 350px;
	margin: 19vw 90px 50px 30px
}
}
.contact-info__title {
	margin-bottom: 12px
}

@media(min-width:768px) {
.contact-info__title {
	margin-bottom: 25px
}
}
.contact-info__list li {
	font-size: 16px;
	margin-top: 8px
}

@media(min-width:768px) {
.contact-info__list li {
	font-size: 18px;
	margin-top: 18px
}
}
.contact-info__email span {
	color: #bbb;
	transition: all .15s ease-in-out
}
.contact-info__email a {
	color: #fff
}
.contact-info__email a:hover, .contact-info__email a:focus {
	color: #e0a129
}
.contact-info__email a:hover span, .contact-info__email a:focus span {
	color: #e0a129
}
.contact-info__details p, .contact-info__details li {
	color: #fff;
	font-size: 16px
}

@media(min-width:768px) {
.contact-info__details p, .contact-info__details li {
	font-size: 18px
}
}
.contact-info__links a {
	color: #fff
}
.contact-info__links a:hover, .contact-info__links a:focus {
	color: #e0a129
}
.contact-info__links-list {
	margin-top: 16px;
	padding-top: 8px;
	border-top: 1px solid #636363
}

@media(min-width:768px) {
.contact-info__links-list {
	margin-top: 18px
}
}
.person__bio {
	position: relative
}
.person__related-items {
	position: relative;
	padding-bottom: 50px
}

@media(min-width:768px) {
.person__related-items {
	padding-bottom: 75px
}
}

@media(min-width:960px) {
.person__related-items {
	padding: 0 30px 75px
}
}
.person__related-items .item-loop--card:nth-child(1) {
	border: .1em solid #ececec;
	box-shadow: 0 2px 3px 1px #ececec
}
.person__related-items .item-loop--card:nth-child(1) .card__img {
	position: relative;
	height: 180px
}
.person__related-items .item-loop--card:nth-child(1) .card__meta {
	color: #787878
}
.person__related-items .item-loop--card:nth-child(1) .card__desc {
	color: #323232
}
.person__related-title {
	margin-bottom: 12px
}

@media(min-width:768px) {
.person__related-title {
	margin-bottom: 18px;
	font-size: 24px
}
}
.panels-collection {
	position: relative;
	width: 100%
}
.panel {
	padding-top: 50px;
	padding-bottom: 50px
}

@media(min-width:768px) {
.panel {
	padding-top: 75px;
	padding-bottom: 75px
}
}
.panel.panel--has-full-bg {
	padding: 0
}
.panel__header {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}
.panel__footer {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}
.panel__title {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	letter-spacing: -0.015em;
	text-transform: uppercase
}

@media(min-width:768px) {
.panel__title {
	font-size: 30px
}
}
.panel__title span {
	margin-left: .2em;
	margin-right: .2em;
	padding-top: .1em;
	letter-spacing: 0;
	color: #fff;
	background: #e0a129;
	box-shadow: .2em 0 0 #e0a129, -0.2em 0 0 #e0a129
}
.panel__title--highlight {
	background: #e0a129;
	box-shadow: 7px 0 0 #e0a129, -7px 0 0 #e0a129;
	color: #fff;
	display: inline-block;
	line-height: 1.1;
	padding: 5px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	font-size: 32px
}

@media(min-width:768px) {
.panel__title--highlight {
	font-size: 48px
}
}
.panel__title--highlight a {
	color: #fff
}
.panel-accordion__title {
	margin-bottom: 20px;
	text-align: center
}

@media(min-width:768px) {
.panel-accordion__title {
	margin-bottom: 50px
}
}
.panel-accordion__content {
	max-width: 768px;
	margin: 0 auto 30px
}
.panel-accordion__content .wp-image {
	margin-top: 0
}

@media(min-width:960px) {
.panel-accordion.panel-accordion--layout-columns .panel-accordion__content {
	padding-right: 15px;
	width: 50%;
	float: left
}
}

@media(min-width:960px) {
.panel-accordion.panel-accordion--layout-columns .accordion {
	padding-left: 15px;
	width: 50%;
	float: left
}
}
.pcf__header {
	text-align: center;
	padding-bottom: 35px
}

@media(min-width:768px) {
.pcf__header {
	padding-bottom: 50px
}
}

@media(min-width:768px) {
.pcf__content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
}

@media(min-width:768px) {
.pcf__column {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/2 - 15px);
-ms-flex-preferred-size:calc(99.9% * 1/2 - 15px);
flex-basis:calc(99.9% * 1/2 - 15px);
width:calc(99.9% * 1/2 - 15px)
}
.pcf__column:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.pcf__column:last-child {
	margin-right: 0
}
.pcf__column:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
}
.pcf__card {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	width: 100%;
	margin-bottom: 25px
}

@media(min-width:768px) {
.pcf__card {
	margin-bottom: 30px
}
}
.pcf-testimonial__card {
	position: relative;
	margin-top: 60px;
	padding-top: 75px;
	overflow: visible
}

@media(min-width:768px) {
.pcf-testimonial__card {
	margin-top: 90px;
	padding-top: 110px
}
}
.pcf-testimonial__image {
	position: absolute;
	overflow: hidden;
	width: 130px;
	height: 130px;
	top: -60px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	border: 4px solid #f5f5f5;
	background-color: #fff
}

@media(min-width:768px) {
.pcf-testimonial__image {
	width: 160px;
	height: 160px;
	top: -50px
}
}
.pcf-testimonial__content p {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.33;
	text-align: center;
	quotes: "“" "”" "‘" "’"
}

@media(min-width:768px) {
.pcf-testimonial__content p {
	font-size: 24px
}
}
.pcf-testimonial__content p:first-child:before {
	content: open-quote
}
.pcf-testimonial__content p:last-of-type:after {
	content: close-quote
}
.pcf-testimonial__content cite {
	display: block;
	margin-top: 20px;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	font-style: normal;
	color: #373737;
	opacity: .8
}

@media(min-width:768px) {
.pcf-testimonial__content cite {
	font-size: 16px
}
}

@media(min-width:960px) {
.pcf-event {
	padding-left: 20%
}
}
.pcf-event__image-wrap {
	position: relative;
	padding-bottom: 59.6%
}
.pcf-event__image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover
}
.pcf-event__title {
	margin-bottom: 15px;
	font-size: 24px;
	letter-spacing: -0.02em
}

@media(min-width:768px) {
.pcf-event__title {
	font-size: 30px
}
}
.pcf-event__desc {
	clear: both;
	margin-bottom: 20px
}
.pcf-event__cta {
	text-align: right
}
.pcf-event__cta .btn-secondary {
	color: #323232;
	font-size: 16px
}

@media(min-width:768px) {
.pcf-event__cta .btn-secondary {
	font-size: 18px
}
}
a:hover .pcf-event__cta .btn-secondary, a:focus .pcf-event__cta .btn-secondary {
	color: #e0a129
}
.pcf-image__card {
	position: relative;
	padding-bottom: 56.3%
}
.pcf-image__image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover
}
.pcf-image__desc {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: .3em .7em;
	color: #ebebeb;
	background: rgba(37,37,37,.77)
}

@media(min-width:768px) {
.pcf-image__desc {
	font-size: 15px
}
}

@media(min-width:960px) {
.pcf-post {
	padding-right: 20%
}
}
.pcf-post__title {
	margin-bottom: 15px;
	font-size: 24px;
	letter-spacing: -0.02em
}

@media(min-width:768px) {
.pcf-post__title {
	font-size: 30px
}
}
.pcf-post__desc {
	margin-bottom: 0
}
.pcf-post__desc p {
	color: #323232;
	font-size: 14px;
	margin-bottom: 15px
}

@media(min-width:768px) {
.pcf-post__desc p {
	font-size: 16px
}
}
.panel--type-explore:not(:first-child) {
	margin-top: -50px
}

@media(min-width:768px) {
.panel--type-explore:not(:first-child) {
	margin-top: -75px
}
}
.panel-explore {
	position: relative;
	padding-top: 50px;
	padding-bottom: 35px
}

@media(min-width:768px) {
.panel-explore {
	padding-top: 75px;
	padding-bottom: 75px
}
}
.panel--type-explore:not(:first-child) .panel-explore {
	padding-top: 100px
}

@media(min-width:768px) {
.panel--type-explore:not(:first-child) .panel-explore {
	padding-top: 150px
}
}
.panel-explore__background-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 42% -50px
}

@media(min-width:768px) {
.panel-explore__background-image {
	background-position: center top
}
}
.panel-explore__inner {
	position: relative
}
.panel-explore__header {
	padding-bottom: 50px
}
.panel-explore__title {
	padding-left: 2em;
	text-indent: -2em;
	line-height: 1.135;
	letter-spacing: normal;
	text-transform: uppercase
}
.panel-explore__title span {
	margin-right: .2em;
	color: #fff;
	background: #e0a129;
	box-shadow: .2em 0 0 #e0a129, -0.2em 0 0 #e0a129;
	padding-top: .1em
}

@media(min-width:768px) {
.panel-explore__title {
	margin-left: 50px
}
}

@media(min-width:960px) {
.panel-explore__title {
	font-size: 65px
}
}
.panel-explore__boxes {
	margin-left: -25px;
	margin-right: -25px
}

@media(min-width:768px) {
.panel-explore__boxes {
	margin-left: 0;
	margin-right: 0
}
.panel-explore__boxes:after {
	content: '';
	display: table;
	clear: both
}
}
.panel-explore__box {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff
}
.panel-explore__box:nth-child(1) {
	margin-right: 25px
}

@media(min-width:768px) {
.panel-explore__box:nth-child(1) {
	float: left;
	width: 58%;
	margin: 0 0 20px -30px
}
}

@media(min-width:960px) {
.panel-explore__box:nth-child(1) {
	width: 56.6%
}
}
.panel-explore__box:nth-child(2) {
	margin-left: 25px
}

@media(min-width:768px) {
.panel-explore__box:nth-child(2) {
	float: right;
	width: 48%;
	margin: 40px -30px 20px 0
}
}

@media(min-width:960px) {
.panel-explore__box:nth-child(2) {
	width: 46.4%
}
}
.panel-explore__box:nth-child(3) {
	margin-right: 25px
}

@media(min-width:768px) {
.panel-explore__box:nth-child(3) {
	float: left;
	clear: left;
	width: 45%;
	margin: 0 0 20px
}
}

@media(min-width:960px) {
.panel-explore__box:nth-child(3) {
	width: 43%
}
}
.panel-explore__box:nth-child(4) {
	margin-left: 25px;
	margin-bottom: 0
}

@media(min-width:768px) {
.panel-explore__box:nth-child(4) {
	float: right;
	width: 50%;
	margin: 0 20px 20px 0
}
}

@media(min-width:960px) {
.panel-explore__box:nth-child(4) {
	width: 53.5%
}
}
.explore-box__inner {
	display: block;
	position: relative;
	padding-bottom: 69%;
	color: #e0a129;
	transition: none
}

@media(min-width:768px) {
.panel-explore__box:nth-child(1) .explore-box__inner {
	padding-bottom: 73%
}
}

@media(min-width:768px) {
.panel-explore__box:nth-child(2) .explore-box__inner {
	padding-bottom: 87%
}
}

@media(min-width:768px) {
.panel-explore__box:nth-child(3) .explore-box__inner {
	padding-bottom: 68%
}
}

@media(min-width:768px) {
.panel-explore__box:nth-child(4) .explore-box__inner {
	padding-bottom: 59%
}
}
.explore-box__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center
}
.explore-box__background:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ccc;
	opacity: 0;
	transition: opacity .15s ease-in-out;
	z-index: 1
}
a:hover .explore-box__background:after, a:focus .explore-box__background:after {
	opacity: .4
}
.explore-box__title {
	position: absolute;
	bottom: 20px;
	left: 25px;
	margin-left: .2em;
	margin-right: .02em;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: .02em;
	color: #e0a129;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2
}
.explore-box__title b {
	padding-top: .1em;
	font-weight: 400;
	background: #323232;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: .2em 0 0 #323232, -0.2em 0 0 #323232, 0.2em 0 0 #323232, -0.2em 0 0 #323232, 0.2em 0 0 #323232, -0.2em 0 0 #323232
}
.explore-box__title b span {
	color: #fff
}

@media(min-width:500px) {
.panel-explore__box:nth-child(1) .explore-box__title, .panel-explore__box:nth-child(2) .explore-box__title {
	font-size: 54px
}
}

@media(min-width:768px) {
.panel-explore__box:nth-child(1) .explore-box__title, .panel-explore__box:nth-child(2) .explore-box__title {
	font-size: 36px
}
}

@media(min-width:960px) {
.panel-explore__box:nth-child(1) .explore-box__title, .panel-explore__box:nth-child(2) .explore-box__title {
	font-size: 54px
}
}

@media(min-width:500px) {
.panel-explore__box:nth-child(3) .explore-box__title, .panel-explore__box:nth-child(4) .explore-box__title {
	font-size: 44px
}
}

@media(min-width:768px) {
.panel-explore__box:nth-child(3) .explore-box__title, .panel-explore__box:nth-child(4) .explore-box__title {
	font-size: 32px
}
}

@media(min-width:960px) {
.panel-explore__box:nth-child(3) .explore-box__title, .panel-explore__box:nth-child(4) .explore-box__title {
	font-size: 44px
}
}
.panel-image-overlay {
	background-color: #bbb;
	position: relative
}
.panel-image-overlay__img {
	background: center center no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
.panel-image-overlay__img:after {
	opacity: .5
}
.panel-image-overlay__content {
	margin: 0 auto;
	max-width: 1290px;
	padding: 100px 30px;
	position: relative;
	text-align: center;
	z-index: 2
}

@media(min-width:1200px) {
.panel-image-overlay__content {
	padding-top: 160px;
	padding-bottom: 160px
}
}
.panel-image-overlay__desc {
	margin: 0 auto;
	max-width: 800px;
	padding-top: 30px;
	padding-bottom: 30px
}
.panel-image-overlay__desc p {
	color: #fff;
	line-height: 1.4
}
.panel-image-overlay__link {
	margin-top: 20px
}
.panel-imagegrid__header {
	text-align: center;
	padding-bottom: 25px
}

@media(min-width:768px) {
.panel-imagegrid__header {
	padding-bottom: 35px
}
}
.panel-imagegrid__title {
	font-size: 24px
}

@media(min-width:768px) {
.panel-imagegrid__title {
	font-size: 30px
}
}

@media(min-width:600px) {
.panel-imagegrid__images {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
}
.panel-imagegrid__image {
	position: relative;
	margin-bottom: 25px;
	box-shadow: .5px .866px 4px 1px rgba(0,0,0,.2)
}

@media(min-width:600px) {
.panel-imagegrid__image {
	margin-bottom: 30px;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/2 - 15px);
-ms-flex-preferred-size:calc(99.9% * 1/2 - 15px);
flex-basis:calc(99.9% * 1/2 - 15px);
width:calc(99.9% * 1/2 - 15px)
}
.panel-imagegrid__image:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-imagegrid__image:last-child {
	margin-right: 0
}
.panel-imagegrid__image:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:960px) {
.panel-imagegrid__image {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/3 - 20px);
-ms-flex-preferred-size:calc(99.9% * 1/3 - 20px);
flex-basis:calc(99.9% * 1/3 - 20px);
width:calc(99.9% * 1/3 - 20px)
}
.panel-imagegrid__image:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-imagegrid__image:last-child {
	margin-right: 0
}
.panel-imagegrid__image:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:960px) {
.panel-imagegrid--four-up .panel-imagegrid__image {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/4 - 22.5px);
-ms-flex-preferred-size:calc(99.9% * 1/4 - 22.5px);
flex-basis:calc(99.9% * 1/4 - 22.5px);
width:calc(99.9% * 1/4 - 22.5px)
}
.panel-imagegrid--four-up .panel-imagegrid__image:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-imagegrid--four-up .panel-imagegrid__image:last-child {
	margin-right: 0
}
.panel-imagegrid--four-up .panel-imagegrid__image:nth-child(4n) {
	margin-right: 0;
	margin-left: auto
}
}
.imagegrid-box__inner {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 97%;
	color: #e0a129;
	transition: none
}
.imagegrid-box__background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center
}
.imagegrid-box__background:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #ccc;
	opacity: 0;
	transition: opacity .15s ease-in-out;
	z-index: 1
}
a:hover .imagegrid-box__background:after, a:focus .imagegrid-box__background:after {
	opacity: .4
}
.imagegrid-box__title {
	position: absolute;
	bottom: 25px;
	padding: 0 16px;
	margin-left: .2em;
	margin-right: .02em;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: #e0a129;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

@media(min-width:500px) {
.imagegrid-box__title {
	font-size: 40px
}
}

@media(min-width:600px) {
.imagegrid-box__title {
	font-size: 30px
}
}

@media(min-width:768px) {
.imagegrid-box__title {
	font-size: 40px
}
}

@media(min-width:960px) {
.panel-imagegrid--four-up .imagegrid-box__title {
	font-size: 30px
}
}

@media(min-width:1200px) {
.panel-imagegrid--four-up .imagegrid-box__title {
	font-size: 35px
}
}
.imagegrid-box__title b {
	padding-top: .1em;
	font-weight: 400;
	background: #323232;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	box-shadow: .2em 0 0 #323232, -0.2em 0 0 #323232, 0.2em 0 0 #323232, -0.2em 0 0 #323232, 0.2em 0 0 #323232, -0.2em 0 0 #323232
}
.imagegrid-box__title b span {
	color: #fff
}
.panel__imagetext-inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-left: 0;
	padding-right: 0
}

@media(min-width:768px) {
.panel__imagetext-inner {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}
}
.panel--has-full-bg .panel__imagetext-inner {
	padding-top: 50px;
	padding-bottom: 50px
}

@media(min-width:768px) {
.panel--has-full-bg .panel__imagetext-inner {
	padding-top: 75px;
	padding-bottom: 75px
}
}
.panel__imagetext-image, .panel__imagetext-content {
	padding-bottom: 30px;
	width: 100%
}

@media(min-width:768px) {
.panel__imagetext-image, .panel__imagetext-content {
	padding-bottom: 0
}
}
.panel__imagetext-content-inner {
	margin: 0 auto
}
.panel__imagetext-image {
	background: center center no-repeat;
	background-size: cover;
	filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feColorMatrixtype="matrix"color-interpolation-filters="sRGB"values="0.21260.71520.0722000.21260.71520.0722000.21260.71520.07220000010"/></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .6;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 25px;
	position: relative
}

@media(min-width:768px) {
.panel__imagetext-image {
	width: 45%;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 30px
}
}
.image-left .panel__imagetext-image {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 0;
	padding-right: 25px
}

@media(min-width:768px) {
.image-left .panel__imagetext-image {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 30px
}
}

@media(min-width:1420px) {
.image-left .panel__imagetext-image {
	margin-left: -70px
}
}
.image-right .panel__imagetext-image {
	text-align: right
}

@media(min-width:1420px) {
.image-right .panel__imagetext-image {
	margin-right: -70px
}
}
.panel__imagetext-image img {
	margin: 0
}
.panel__imagetext-content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 25px;
	padding-right: 25px
}

@media(min-width:768px) {
.panel__imagetext-content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 55%;
	padding: 20px 30px 0
}
}

@media(min-width:1420px) {
.panel__imagetext-content {
	width: 60%
}
}
.panel__imagetext-title {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase
}

@media(min-width:768px) {
.panel__imagetext-title {
	font-size: 50px;
	line-height: 1.1;
	max-width: 570px
}
}

@media(min-width:960px) {
.indent .panel__imagetext-content-inner {
	margin-left: 25%
}
}

@media(min-width:1200px) {
.indent .panel__imagetext-content-inner {
	margin-left: 40%
}
}
.panel__imagetext-cta {
	margin-top: 30px
}
.panel-micronav {
	position: relative;
	z-index: 2
}

@media(min-width:768px) {
.panel-micronav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}
}
.panel-micronav__links {
	margin-bottom: 35px
}
.panel-micronav__menu {
	padding: 0 25px;
	background: #373737
}

@media(min-width:768px) {
.panel-micronav__menu {
	margin-top: -8px;
	padding: 0 30px
}
}

@media(min-width:768px) {
.page--has-micronav main:not(.hero--no-media) .panel-micronav__menu {
	margin-top: -146px
}
}
.panel-micronav__header {
	position: relative;
	min-height: 50px
}
.panel-micronav__title {
	padding: 16px 60px 12px 0;
	color: #fff;
	font-size: 18px
}

@media(min-width:768px) {
.panel-micronav__title {
	padding: 30px 0 10px;
	font-size: 22px
}
}
.panel-micronav__toggle {
	position: absolute;
	top: 0;
	right: -25px;
	padding: 0;
	width: 50px;
	height: 50px;
	background: #444;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
.panel-micronav__toggle {
	display: none
}
}
.panel-micronav__toggle:focus, .panel-micronav__toggle:hover {
	background: #e0a129
}
.panel-micronav__toggle:after {
	content: "\f0da";
	position: absolute;
	top: 17px;
	left: 21px;
	margin: 0;
	padding: 0;
	color: #bbb;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out
}
.panel-micronav__toggle.btn--active:after {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}
.panel-micronav__items {
	height: 0;
	overflow: hidden;
	transition: height 300ms ease-in-out
}

@media(min-width:768px) {
.panel-micronav__items {
	height: auto!important
}
}
.panel-micronav__items ol {
	padding-top: 16px;
	padding-bottom: 16px
}
.panel-micronav__item {
	margin-bottom: 15px;
	font-size: 17px;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:768px) {
.panel-micronav__item {
	font-size: 21px
}
}
.panel-micronav__item a {
	color: #fff
}
.panel-micronav__item a:focus, .panel-micronav__item a:hover, .panel-micronav__item a:active {
	color: #e0a129
}
.panel-micronav__content {
	padding-top: 0;
	padding-bottom: 0
}
.panel__content--people.loop--center-items {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.panel--has-full-bg .panel-wysiwyg {
	padding-top: 50px;
	padding-bottom: 50px
}

@media(min-width:768px) {
.panel--has-full-bg .panel-wysiwyg {
	padding-top: 75px;
	padding-bottom: 75px
}
}
.panel-wysiwyg .gform_wrapper {
	margin: 0 auto;
	max-width: 800px
}
.panel-wysiwyg__header {
	text-align: center
}
.panel-wysiwyg__title {
	font-size: 24px
}

@media(min-width:768px) {
.panel-wysiwyg__title {
	font-size: 40px
}
}
.panel-wysiwyg__title button {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.15;
	text-transform: uppercase;
	border: 0;
	background: transparent;
	transition: all .15s ease-in-out
}
.panel-wysiwyg__title button b {
	font-weight: 400
}
.panel-wysiwyg__title button i {
	display: block;
	margin: 10px auto 0;
	width: 28px;
	background: #e0a129;
	color: #fff;
	font-size: 21px;
	padding: 5px 4px;
	position: relative;
	top: -7px;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
.panel-wysiwyg__title button i {
	display: inline;
	margin-left: 5px
}
}
.panel-wysiwyg__title button.btn--active i:before {
	content: "\e096"
}
.panel-wysiwyg__title button:focus, .panel-wysiwyg__title button:hover, .panel-wysiwyg__title button:active {
	color: #e0a129
}
.panel-wysiwyg__title button span.txt--orange-underline {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	color: #e0a129
}
.panel-wysiwyg__title.panel__title--highlight {
	font-size: 30px
}

@media(min-width:768px) {
.panel-wysiwyg__title.panel__title--highlight {
	font-size: 50px
}
}
.panel-wysiwyg__title.panel__title--highlight button {
	color: #fff
}

@media(min-width:768px) {
.panel-wysiwyg__title.panel__title--highlight button i {
	margin-left: 10px;
	top: -5px;
	font-size: 34px
}
}
.panel-wysiwyg__title.panel__title--highlight button span.txt--orange-underline {
	background: transparent;
	box-shadow: none;
	border: 0;
	color: #fff;
	transition: all .15s ease-in-out
}
.panel-wysiwyg__title.panel__title--highlight button:focus, .panel-wysiwyg__title.panel__title--highlight button:hover, .panel-wysiwyg__title.panel__title--highlight button:active {
	color: #000
}
.panel-wysiwyg__title.panel__title--highlight button:focus span.txt--orange-underline, .panel-wysiwyg__title.panel__title--highlight button:hover span.txt--orange-underline, .panel-wysiwyg__title.panel__title--highlight button:active span.txt--orange-underline {
	color: #000
}
.panel-wysiwyg__sub {
	padding-top: 30px;
	text-align: left
}
.panel-wysiwyg__toggle .panel-wysiwyg__content {
	display: none
}
.panel-wysiwyg__toggle .panel-wysiwyg__content--show {
	display: block
}
.panel-wysiwyg__row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px
}

@media(min-width:1290px) {
.panel-wysiwyg__row {
	padding-left: 0;
	padding-right: 0
}
}
.panel-wysiwyg__col {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%
}
.panel-wysiwyg--col-1 .panel-wysiwyg__col {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px
}

@media(min-width:768px) {
.panel-wysiwyg--col-2 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/2 - 15px);
-ms-flex-preferred-size:calc(99.9% * 1/2 - 15px);
flex-basis:calc(99.9% * 1/2 - 15px);
width:calc(99.9% * 1/2 - 15px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-2 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-2 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-2 .panel-wysiwyg__col:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:500px) {
.panel-wysiwyg--col-3 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/2 - 15px);
-ms-flex-preferred-size:calc(99.9% * 1/2 - 15px);
flex-basis:calc(99.9% * 1/2 - 15px);
width:calc(99.9% * 1/2 - 15px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-3 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-3 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-3 .panel-wysiwyg__col:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:768px) {
.panel-wysiwyg--col-3 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/3 - 20px);
-ms-flex-preferred-size:calc(99.9% * 1/3 - 20px);
flex-basis:calc(99.9% * 1/3 - 20px);
width:calc(99.9% * 1/3 - 20px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-3 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-3 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-3 .panel-wysiwyg__col:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:500px) {
.panel-wysiwyg--col-4 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/2 - 15px);
-ms-flex-preferred-size:calc(99.9% * 1/2 - 15px);
flex-basis:calc(99.9% * 1/2 - 15px);
width:calc(99.9% * 1/2 - 15px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-4 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-4 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-4 .panel-wysiwyg__col:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:960px) {
.panel-wysiwyg--col-4 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/4 - 22.5px);
-ms-flex-preferred-size:calc(99.9% * 1/4 - 22.5px);
flex-basis:calc(99.9% * 1/4 - 22.5px);
width:calc(99.9% * 1/4 - 22.5px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-4 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-4 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-4 .panel-wysiwyg__col:nth-child(4n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:500px) {
.panel-wysiwyg--col-5 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/2 - 15px);
-ms-flex-preferred-size:calc(99.9% * 1/2 - 15px);
flex-basis:calc(99.9% * 1/2 - 15px);
width:calc(99.9% * 1/2 - 15px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:nth-child(2n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:768px) {
.panel-wysiwyg--col-5 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/3 - 20px);
-ms-flex-preferred-size:calc(99.9% * 1/3 - 20px);
flex-basis:calc(99.9% * 1/3 - 20px);
width:calc(99.9% * 1/3 - 20px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:nth-child(3n) {
	margin-right: 0;
	margin-left: auto
}
}

@media(min-width:960px) {
.panel-wysiwyg--col-5 .panel-wysiwyg__col {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/5 - 24px);
-ms-flex-preferred-size:calc(99.9% * 1/5 - 24px);
flex-basis:calc(99.9% * 1/5 - 24px);
width:calc(99.9% * 1/5 - 24px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:nth-child(1n) {
	margin-right: 30px;
	margin-left: 0
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:last-child {
	margin-right: 0
}
.panel-wysiwyg--col-5 .panel-wysiwyg__col:nth-child(5n) {
	margin-right: 0;
	margin-left: auto
}
}
.panel-wysiwyg__footer {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}

@media(min-width:768px) {
.page-sidebar {
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
-webkit-flex-basis:calc(99.9% * 1/3 - 40px);
-ms-flex-preferred-size:calc(99.9% * 1/3 - 40px);
flex-basis:calc(99.9% * 1/3 - 40px);
width:calc(99.9% * 1/3 - 40px);
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	max-width: 320px
}
.page-sidebar:nth-child(1n) {
	margin-right: 60px;
	margin-left: 0
}
.page-sidebar:last-child {
	margin-right: 0
}
.page-sidebar:nth-child(1n) {
	margin-right: 0;
	margin-left: auto
}
}
.accordion {
	max-width: 768px;
	margin: 0 auto
}
.accordion .active .accordion__header {
	color: #000
}
.accordion .active .accordion__header .icon:before {
	content: "\e90a"
}
.accordion .active .accordion__content {
	border: 1px solid #ddd;
	border-top: 0
}
.modular-content-live-preview .accordion .accordion__header {
	color: #000
}
.modular-content-live-preview .accordion .accordion__header .icon:before {
	content: "\e90a"
}
.modular-content-live-preview .accordion .accordion__content {
	border: 1px solid #ddd;
	border-top: 0
}
.accordion__row {
	margin-bottom: 10px
}
.accordion--faq-mode .accordion__header, .accordion--faq-mode .accordion__content .accordion__content-inner {
	padding-left: 65px
}

@media(min-width:768px) {
.accordion--faq-mode .accordion__header, .accordion--faq-mode .accordion__content .accordion__content-inner {
	padding-left: 85px
}
}
.accordion__header {
	cursor: pointer;
	background: #f8f8f9;
	border: 1px solid #e5e5e5;
	padding: 12px 10px 12px 15px;
	font-size: 17px;
	color: #373737;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.01em;
	transition: color 200ms cubic-bezier(1, 0, 0, 1);
	position: relative
}

@media(min-width:768px) {
.accordion__header {
	padding: 15px 17px 15px 20px;
	font-size: 20px
}
}
.accordion__header .ac-q {
	position: absolute;
	top: 15px;
	left: 37px;
	font-weight: 700
}

@media(min-width:768px) {
.accordion__header .ac-q {
	top: 20px;
	left: 52px
}
}
.accordion__header .icon {
	transition: color 200ms cubic-bezier(1, 0, 0, 1);
	position: absolute;
	top: 18px;
	right: 15px;
	font-size: 13px;
	color: #bbb
}

@media(min-width:768px) {
.accordion__header .icon {
	top: 22px;
	right: 15px;
	font-size: 16px
}
}
.accordion__header .icon:before {
	content: "\e909"
}
.accordion__header:focus {
	outline: 0;
	border: 1px solid #e0a129
}
.accordion__header:hover {
	color: #e0a129
}
.accordion__content {
	position: relative;
	overflow: hidden;
	height: 0;
	display: none
}
.accordion__content.first, .modular-content-live-preview .accordion__content {
	height: auto;
	display: block
}
.accordion__content .ac-a {
	position: absolute;
	top: 15px;
	left: 38px;
	font-size: 17px;
	font-weight: 700
}

@media(min-width:768px) {
.accordion__content .ac-a {
	top: 20px;
	left: 53px;
	font-size: 21px
}
}
.accordion__content p, .accordion__content ol, .accordion__content ul, .accordion__content li {
	font-size: 14px
}

@media(min-width:768px) {
.accordion__content p, .accordion__content ol, .accordion__content ul, .accordion__content li {
	font-size: 16px
}
}
.accordion__content .accordion__content-inner {
	padding: 15px 10px 15px 35px;
	background: #fff
}

@media(min-width:768px) {
.accordion__content .accordion__content-inner {
	padding: 20px 25px 20px 20px
}
}
.announcement {
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 25px;
	width: 80%;
	max-width: 390px;
	color: #323232;
	background-color: #323232;
	box-shadow: -0.5px 1px 4px 1px rgba(0,0,0,.2);
	transition: -webkit-transform 250ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: transform 250ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
	transition: transform 250ms cubic-bezier(0.755, 0.05, 0.855, 0.06), -webkit-transform 250ms cubic-bezier(0.755, 0.05, 0.855, 0.06);
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0)
}
.announcement.announcement--active {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1)
}
.announcement__link {
	display: block
}
.announcement__image {
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	transition: all .15s ease-in-out
}
a:hover .announcement__image, a:focus .announcement__image {
	opacity: .8
}
.announcement__content {
	padding: 16px;
	background-color: #e0a129;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
.announcement__content {
	padding: 25px 30px
}
}
h2.announcement__text {
	font-size: 16px;
	line-height: 1.33;
	color: #323232;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
h2.announcement__text {
	font-size: 24px
}
}
a h2.announcement__text:after {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	content: "\e095";
	color: #fff;
	margin-left: .5em;
	display: inline-block
}
a:hover h2.announcement__text:after, a:focus h2.announcement__text:after {
	-webkit-animation: bump 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
	animation: bump 250ms cubic-bezier(0.39, 0.575, 0.565, 1)
}
.announcement__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border: 0;
	padding: .5em .75em;
	font-size: 12px;
	color: #ccc;
	background: #373737;
	transition: all .15s ease-in-out
}

@media(min-width:768px) {
.announcement__close {
	font-size: 16px
}
}
.announcement__close:before {
	font-family: 'core-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	content: "\e904"
}
.announcement__close:hover, .announcement__close:focus {
	color: #323232;
	background: #e0a129
}
.pagination {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}
.pagination .pagination-count {
	margin: 0 0 20px
}
.pagination .page-numbers {
	border: 0;
	color: #787878;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px;
	position: relative
}
.pagination .page-numbers:focus, .pagination .page-numbers:hover, .pagination .page-numbers:active {
	color: #e0a129
}
.pagination .page-numbers:focus:after, .pagination .page-numbers:hover:after, .pagination .page-numbers:active:after {
	border-bottom: 2px solid #e0a129;
	bottom: -3px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}
.pagination .next, .pagination .prev {
	border: 2px solid #787878;
	font-family: 'core-icons';
	padding: 5px
}
.pagination .next:focus:after, .pagination .next:hover:after, .pagination .next:active:after, .pagination .prev:focus:after, .pagination .prev:hover:after, .pagination .prev:active:after {
	border: 0
}
.pagination .next:before {
	color: #787878;
	content: "\e095"
}
.pagination .prev:before {
	color: #787878;
	font-family: 'core-icons';
	content: "\e094"
}
.pagination .current {
	color: #e0a129;
	position: relative
}
.pagination .current:after {
	border-bottom: 2px solid #e0a129;
	bottom: -3px;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}
.site-search {
	margin: 40px 0 0
}
.site-search-wrap {
	position: relative;
	margin-bottom: 15px
}
.search-input {
	width: 100%;
	background: transparent;
	font-size: 30px;
	padding: 0 60px 0 0;
	border: 0;
	border-bottom: 2px solid #000;
	transition: border-color 200ms ease-in-out;
	border-radius: 0;
	height: 60px;
	line-height: 60px
}

@media(min-width:960px) {
.search-input {
	height: 72px;
	line-height: 72px;
	font-size: 60px;
	padding: 0 145px 0 0;
	margin-right: 60px
}
}
.search-input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus {
	border: 0;
	border-bottom: 3px solid #000;
	box-shadow: none;
	color: #fff
}
.search-input::-webkit-input-placeholder {
font-style:italic;
color:#fff
}
.search-input::-moz-placeholder {
font-style:italic;
color:#fff
}
.search-input:-ms-input-placeholder {
font-style:italic;
color:#fff
}
.search-input:-moz-placeholder {
font-style:italic;
color:#fff
}
.search-submit {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10;
	letter-spacing: .05em;
	padding: .75em;
	background: transparent;
	color: #fff;
	outline: 0;
	border: 0;
	text-align: center
}
.search-submit:after {
	content: ''
}
.search-submit:hover, .search-submit:focus {
	background-color: transparent;
	color: #e0a129
}

@media(min-width:960px) {
.search-submit {
	top: 6px;
	right: 6px;
	font-size: 18px
}
}
.v-gcs-form .gsc-input-box {
	background: transparent!important;
	height: auto;
	border: 0
}
.v-gcs-form .gsib_a {
	padding: 0
}
.v-gcs-form table {
	margin-bottom: 0!important
}
.v-gcs-form--header .v-gcs-form__wrapper {
	height: 60px
}
.v-gcs-form--header table.gsc-search-box {
	border-bottom: 2px solid #000!important
}
.v-gcs-form--header form.gsc-search-box {
	padding: 0;
	margin-bottom: 6px
}
.v-gcs-form--header td.gsc-clear-button {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.v-gcs-form--header td.gsc-input {
	width: 100%;
	display: table-cell;
	border: 0;
	padding-right: 0
}
.v-gcs-form--header td.gsc-input #gsc-i-id1::-webkit-input-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input #gsc-i-id1::-webkit-input-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input #gsc-i-id1:-moz-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input #gsc-i-id1:-moz-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input #gsc-i-id1::-moz-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input #gsc-i-id1::-moz-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input #gsc-i-id1:-ms-input-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input #gsc-i-id1:-ms-input-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input input {
	width: 100%;
	background: transparent!important;
	font-size: 30px!important;
	padding: 0 60px 0 0;
	border: 0;
	transition: border-color 200ms ease-in-out;
	border-radius: 0;
	height: 60px;
	line-height: 60px;
	font-style: italic;
	box-shadow: none
}
.v-gcs-form--header td.gsc-input input:active, .v-gcs-form--header td.gsc-input input:focus, .v-gcs-form--header td.gsc-input input:visited {
	background: transparent!important;
	border: 0;
	outline: 0
}
.v-gcs-form--header td.gsc-input input::-webkit-input-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
text-indent:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input input::-webkit-input-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input input:-moz-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
text-indent:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input input:-moz-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input input::-moz-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
text-indent:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input input::-moz-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input input:-ms-input-placeholder {
font-style:italic;
color:#fff;
font-size:30px!important;
padding-left:0!important;
margin-left:0;
text-indent:0;
font-style:italic
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input input:-ms-input-placeholder {
font-size:60px!important
}
}
.v-gcs-form--header td.gsc-input input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus {
	border: 0;
	box-shadow: none;
	color: #fff
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-input input {
	height: 72px;
	line-height: 72px;
	font-size: 60px!important;
	padding: 0 145px 0 0;
	margin-right: 60px
}
}
.v-gcs-form--header td.gsc-search-button {
	display: table-cell;
	border: 0;
	background-color: transparent!important;
	width: auto;
	transition: all .15s ease-in-out
}
.v-gcs-form--header td.gsc-search-button input {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	height: 54px;
	border: 0;
	background-color: transparent!important;
	padding: 0!important;
	line-height: 54px;
	color: #fff;
	font-weight: 400;
	text-align: center
}
.v-gcs-form--header td.gsc-search-button input:visited {
	color: #e0a129
}
.v-gcs-form--header td.gsc-search-button input:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.v-gcs-form--header td.gsc-search-button input {
	font-size: 22px
}
}
.v-gcs-form--header td.gsc-search-button input:active, .v-gcs-form--header td.gsc-search-button input:focus, .v-gcs-form--header td.gsc-search-button input:visited {
	background: transparent!important;
	border: 0;
	outline: 0
}
.v-gcs-form--header td.gsc-search-button input:focus, .v-gcs-form--header td.gsc-search-button input:hover, .v-gcs-form--header td.gsc-search-button input:active {
	color: #e0a129
}

@media(min-width:960px) {
.v-gcs-form--header td.gsc-search-button input {
	height: 60px
}
}
.search-results-form-wrap {
	margin: 0 0 20px
}
.search-results-form-wrap .gsc-input-box {
	border: 0;
	background: #f5f5f5;
	height: auto
}
.search-results-form-wrap form.gsc-search-box {
	padding: 0;
	margin-bottom: 6px
}
.search-results-form-wrap #gsc-i-id2::-webkit-input-placeholder {
color:#bbb;
text-indent:0;
font-style:italic
}
.search-results-form-wrap #gsc-i-id2:-moz-placeholder {
color:#bbb;
text-indent:0;
font-style:italic
}
.search-results-form-wrap #gsc-i-id2::-moz-placeholder {
color:#bbb;
text-indent:0;
font-style:italic
}
.search-results-form-wrap #gsc-i-id2:-ms-input-placeholder {
color:#bbb;
text-indent:0;
font-style:italic
}
.search-results-form-wrap td.gsc-input {
	width: 100%;
	border: 0;
	padding: 0!important;
	display: block
}
.search-results-form-wrap td.gsc-input input {
	transition: all .15s ease-in-out;
	padding: 0 10px;
	border: 2px solid transparent;
	border-radius: 3px;
	background-color: #f5f5f5;
	display: block;
	width: 100%;
	height: 45px;
	color: #323232;
	letter-spacing: normal;
	text-transform: none;
	font: normal 400 16px / 1.5 "PT Serif", serif;
	width: 100%;
	font-size: 28px;
	padding: 0 8px;
	font-style: italic;
	background: #f5f5f5!important;
	height: 60px;
	line-height: 60px;
	transition: none!important;
	text-indent: 0!important
}

@media(min-width:768px) {
.search-results-form-wrap td.gsc-input input {
	font-size: 38px;
	padding: 0 12px;
	height: 60px;
	line-height: 60px;
	text-indent: 0
}
}
.search-results-form-wrap td.gsc-input input::-webkit-input-placeholder {
text-indent:0;
margin:0;
font-style:italic
}
.search-results-form-wrap td.gsc-input input:-moz-placeholder {
text-indent:0;
margin:0;
font-style:italic
}
.search-results-form-wrap td.gsc-input input::-moz-placeholder {
text-indent:0;
margin:0;
font-style:italic
}
.search-results-form-wrap td.gsc-input input:-ms-input-placeholder {
text-indent:0;
margin:0;
font-style:italic
}
.search-results-form-wrap td.gsc-input input:focus {
	text-indent: 0!important
}
.search-results-form-wrap td.gsc-input input:not([type="button"]):not([type="reset"]):not([type="submit"]):focus {
	color: #323232
}
.search-results-form-wrap td.gsc-clear-button {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.search-results-form-wrap td.gsc-search-button {
	display: block;
	border: 0;
	background-color: transparent!important;
	width: auto;
	transition: all .15s ease-in-out
}
.search-results-form-wrap td.gsc-search-button input {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto;
	background-color: transparent;
	border: 2px solid #e0a129;
	margin-top: 28px;
	font-weight: 400
}
.search-results-form-wrap td.gsc-search-button input:visited {
	color: #e0a129
}
.search-results-form-wrap td.gsc-search-button input:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.search-results-form-wrap td.gsc-search-button input {
	font-size: 22px
}
}
.search-results-form-wrap td.gsc-search-button input:hover, .search-results-form-wrap td.gsc-search-button input:active, .search-results-form-wrap td.gsc-search-button input:focus {
	background-color: #e0a129;
	color: #fff
}
.search-results-form-wrap td.gsc-search-button input:hover:after, .search-results-form-wrap td.gsc-search-button input:active:after, .search-results-form-wrap td.gsc-search-button input:focus:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}
.search-results-form-wrap td.gsc-search-button input:after {
	background: url('/wp-content/themes/core/img/icons/arrow-right-orange.svg') no-repeat;
	background-size: contain
}

@media(min-width:768px) {
.search-results-form-wrap td.gsc-search-button input {
	width: auto
}
}
.search-returns-wrapper {
	margin-bottom: 50px
}

@media(min-width:768px) {
.search-returns-wrapper {
	margin-bottom: 60px
}
}
#search-results-container .page-gcs-results-wrap table {
	table-layout: fixed;
	border-collapse: collapse
}
#search-results-container .page-gcs-results-wrap td {
	padding: 0
}
#search-results-container .page-gcs-results-wrap .gsc-control-cse {
	padding: 0;
	border: 0
}
#search-results-container .page-gcs-results-wrap .gcsc-branding {
	display: none
}
#search-results-container .page-gcs-results-wrap .gsc-resultsHeader {
	display: none
}
#search-results-container .page-gcs-results-wrap .gsc-above-wrapper-area {
	margin: 20px 0 0;
	padding: 15px 0;
	border-bottom: 1px solid #bbb
}
#search-results-container .page-gcs-results-wrap .gsc-above-wrapper-area .gsc-orderby-label, #search-results-container .page-gcs-results-wrap .gsc-above-wrapper-area .gsc-result-info {
	font-weight: 700;
	color: #323232
}
#search-results-container .page-gcs-results-wrap .gsc-adBlock {
	display: none
}
#search-results-container .page-gcs-results-wrap .gsc-results {
	margin-top: 0;
	padding: 0;
	width: 100%
}
#search-results-container .page-gcs-results-wrap .gsc-result {
	border: 0;
	margin: 0;
	padding: 24px 0 28px
}

@media(min-width:768px) {
#search-results-container .page-gcs-results-wrap .gsc-result {
	padding: 34px 0
}
}
#search-results-container .page-gcs-results-wrap .gsc-result ~ .gsc-result, #search-results-container .page-gcs-results-wrap .gsc-result+.gsc-expansionArea {
	border-top: 1px solid #bbb
}
#search-results-container .page-gcs-results-wrap .gsc-result .gs-title, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * {
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none!important;
	font-size: 28px;
	letter-spacing: -0.01em;
	overflow: visible;
	height: auto;
	line-height: 1.2
}

@media(min-width:768px) {
#search-results-container .page-gcs-results-wrap .gsc-result .gs-title, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * {
	font-size: 40px
}
}
#search-results-container .page-gcs-results-wrap .gsc-result .gs-title a.gs-title:link, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * a.gs-title:link {
	color: #323232;
	text-decoration: none!important
}
#search-results-container .page-gcs-results-wrap .gsc-result .gs-title a.gs-title:link:hover, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title a.gs-title:link:active, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title a.gs-title:link:focus, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * a.gs-title:link:hover, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * a.gs-title:link:active, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * a.gs-title:link:focus {
	color: #e0a129;
	border-bottom: 1px solid currentcolor
}
#search-results-container .page-gcs-results-wrap .gsc-result .gs-title a.gs-title:link b, #search-results-container .page-gcs-results-wrap .gsc-result .gs-title * a.gs-title:link b {
	font-style: italic;
	font-weight: 400
}
#search-results-container .page-gcs-results-wrap .gsc-result .gs-bidi-start-align.gs-snippet {
	color: #323232;
	font-family: "PT Serif", serif;
	line-height: 1.5;
	margin: 12px 0 0
}

@media(min-width:768px) {
#search-results-container .page-gcs-results-wrap .gsc-result .gs-bidi-start-align.gs-snippet {
	font-size: 16px;
	margin-top: 16px
}
}
#search-results-container .page-gcs-results-wrap .gsc-result .gs-bidi-start-align.gs-snippet b {
	font-weight: 400;
	font-style: italic
}
#search-results-container .page-gcs-results-wrap .gsc-result .gsc-location, #search-results-container .page-gcs-results-wrap .gsc-result .gs-fileFormat, #search-results-container .page-gcs-results-wrap .gsc-result .gs-fileFormatType, #search-results-container .page-gcs-results-wrap .gsc-result .gs-visibleUrl {
	font: 700 11px/1.15 "PT Serif", serif;
	color: #323232;
	margin-top: 12px
}

@media(min-width:768px) {
#search-results-container .page-gcs-results-wrap .gsc-result .gsc-location, #search-results-container .page-gcs-results-wrap .gsc-result .gs-fileFormat, #search-results-container .page-gcs-results-wrap .gsc-result .gs-fileFormatType, #search-results-container .page-gcs-results-wrap .gsc-result .gs-visibleUrl {
	margin-top: 18px;
	font-size: 14px
}
}
#search-results-container .page-gcs-results-wrap .gsc-result .gsc-location, #search-results-container .page-gcs-results-wrap .gsc-result .gs-fileFormat, #search-results-container .page-gcs-results-wrap .gsc-result .gs-fileFormatType {
	font-style: italic
}

@media(min-width:600px) {
#search-results-container .page-gcs-results-wrap .gsc-table-cell-thumbnail.gsc-thumbnail {
	width: 260px;
	padding: 0
}
}

@media(min-width:600px) {
#search-results-container .page-gcs-results-wrap .gsc-table-cell-thumbnail.gsc-thumbnail .gs-web-image-box {
	float: none;
	padding: 0;
	width: 100%
}
}
#search-results-container .page-gcs-results-wrap .gsc-table-cell-thumbnail.gsc-thumbnail .gs-image {
	display: none!important
}

@media(min-width:600px) {
#search-results-container .page-gcs-results-wrap .gsc-table-cell-thumbnail.gsc-thumbnail .gs-image {
	display: block!important
}
}

@media(min-width:600px) {
#search-results-container .page-gcs-results-wrap .gsc-table-cell-thumbnail.gsc-thumbnail .gs-image img {
	max-width: 100%;
	max-height: none
}
}
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align {
	border-top: 0;
	padding: 0;
	margin: 0 auto
}

@media(min-width:768px) {
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align {
	margin: 0;
	padding: 46px 0 0
}
}

@media(min-width:960px) {
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align {
	margin-bottom: 7px
}
}
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
	background-color: #323232;
	display: block
}
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
	font-size: 15px;
	font-family: "PT Serif", serif;
	font-weight: 700;
	text-align: center;
	vertical-align: top;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	margin: 0
}

@media(min-width:768px) {
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px
}
}
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page.gsc-cursor-current-page {
	color: #fff;
	background-color: #e0a129
}
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:hover, #search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:focus {
	color: #fff;
	background-color: #e0a129
}
#search-results-container .page-gcs-results-wrap .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:focus {
	outline: 1px dotted
}
#search-results-container .page-gcs-results-wrap .gs-webResult.gs-result.gs-no-results-result .gs-snippet {
	padding: 10% 0;
	border: 0;
	font-family: "PT Serif", serif;
	background-color: transparent;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	line-height: 1.27
}

@media(min-width:960px) {
#search-results-container .page-gcs-results-wrap .gs-webResult.gs-result.gs-no-results-result .gs-snippet {
	font-size: 30px
}
}
.events-archive .t-typography a {
	border-bottom: 0
}
.tribe-events-read-more {
	display: none!important
}
#tribe-bar-form {
	padding: 0
}
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	border-bottom: 0
}
.tribe-events-notices {
	text-shadow: none;
	border-radius: 0;
	border: 0;
	padding: 12px;
	background-color: #e0a129;
	color: #373737;
	font-size: 14px;
	line-height: 1.15;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif
}

@media(min-width:768px) {
.tribe-events-notices {
	font-size: 20px
}
}

@media(min-width:960px) {
.tribe-events-notices {
	padding: 12px 20px
}
}
.tribe-events-page-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
h2.tribe-events-filters-label-heading {
	margin: 0
}

@media(max-width:767px) {
.tribe-events-filter-view.tribe-filters-closed #tribe-events #tribe_events_filters_wrapper #tribe_events_filters_toggle {
	border: 0
}
}

@media(min-width:768px) {
.tribe-events-filter-view.tribe-filters-closed #tribe-events #tribe_events_filters_wrapper #tribe_events_filters_toggle {
	display: inline-block;
	width: auto
}
}
#tribe_events_filters_reset {
	border-bottom: 0
}
.tribe-events-event-meta a {
	padding-bottom: 0
}
.tribe-events-event-meta dd {
	word-wrap: break-word
}
.tribe-events-button {
	border: 0;
	color: #e0a129;
	cursor: pointer;
	display: inline-block;
	font-family: "TradeGothicLT-BoldCondTwenty", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	height: auto;
	line-height: normal;
	padding: 8px 20px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s ease-in-out;
	width: auto
}
.tribe-events-button:visited {
	color: #e0a129
}
.tribe-events-button:after {
	content: "\e095";
	font-family: 'core-icons';
	margin-left: 10px
}

@media(min-width:768px) {
.tribe-events-button {
	font-size: 22px
}
}
.tribe-events-button:after {
	content: none
}
.tribe-events-sub-nav li a {
	color: #636363;
	font-family: "TradeGothicLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 5px;
	position: relative;
	padding: 0;
	border-bottom: 2px solid transparent;
	background: transparent
}
.tribe-events-sub-nav li a:focus, .tribe-events-sub-nav li a:hover, .tribe-events-sub-nav li a:active {
	color: #e0a129;
	border-bottom-color: #e0a129
}
.tribe-events-sub-nav span {
	display: none!important
}
.tribe-events-nav-previous a:before, .tribe-events-nav-next.tribe-events-nav-left a:before {
	padding-right: .5em;
	font-family: 'core-icons';
	content: "\e094"
}
.tribe-events-nav-previous a:after, .tribe-events-nav-next.tribe-events-nav-left a:after {
	content: none
}
.tribe-events-nav-next a:before, .tribe-events-nav-previous.tribe-events-nav-right a:before {
	content: none
}
.tribe-events-nav-next a:after, .tribe-events-nav-previous.tribe-events-nav-right a:after {
	padding-left: .5em;
	font-family: 'core-icons';
	content: "\e095"
}
.tribe-events-button, #tribe-events .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type=submit] {
	border-radius: 0
}
.tribe-events-button:focus, .tribe-events-button:hover, #tribe-events .tribe-events-button:focus, #tribe-events .tribe-events-button:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:focus, #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
	color: #323232;
	background-color: #e0a129
}
.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
	background-color: #e0a129!important
}
.single-tribe_events .hero__meta h2 {
	font-size: 12px;
	font-weight: 700
}

@media(min-width:768px) {
.single-tribe_events .hero__meta h2 {
	font-size: 16px
}
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta a {
	border-bottom-width: 1px
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta abbr {
	text-decoration: none
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dl {
	padding: 0
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	font-size: 14px
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin-bottom: 30px;
	font-size: 14px
}
.single-tribe_events .secondary .tribe-events-venue-map {
	padding: 0;
	border-radius: 0
}
.single-tribe_organizer .hero__meta li, .single-tribe_venue .hero__meta li {
	display: block
}
.single-tribe_venue .tribe-events-venue .tribe-events-map-wrap {
	width: 100%;
	float: none;
	margin: 30px 0;
	padding: 0;
	border-radius: 0
}
.t-typography #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
	color: #323232;
	background-color: #e0a129
}
.t-typography #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title {
	font-weight: 700
}
.t-typography #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a {
	color: #323232
}
.t-typography .tribe-events-calendar th {
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 0;
	padding-right: 0
}
.t-typography .tribe-events-othermonth div[id*='tribe-events-daynum-'], .t-typography .tribe-events-othermonth .tribe-events-month-event-title {
	opacity: .7
}
.t-typography .tribe-events-month-event-title a {
	border-bottom: 0
}
.t-typography #tribe-events-content .tribe-events-tooltip h4 {
	letter-spacing: 0
}
.t-typography #tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb {
	display: none
}
.t-typography .tribe-event-description p {
	font-size: 12px;
	line-height: 1.33
}

@media(min-width:768px) {
.t-typography .tribe-event-description p {
	font-size: 14px
}
}
.tribe-events-list .tribe-events-list-event-title {
	margin-bottom: 0
}
.tribe-events-list .tribe-events-event-meta {
	color: #636363;
	font-family: "TradeGothicLT", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6667;
	letter-spacing: -0.015em;
	background: transparent;
	border: 0;
	padding: 0
}

@media(min-width:768px) {
.tribe-events-list .tribe-events-event-meta {
	font-size: 16px;
	margin-right: 25px
}
}
.tribe-events-list .tribe-events-venue-details {
	display: none
}
.tribe-events-list .tribe-events-loop .tribe-event-featured {
	border-bottom: 0
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a {
	color: #323232;
	border-bottom: 2px solid transparent
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:hover, .tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a:focus {
	border-color: #323232
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: #323232;
	font-weight: 700
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
	color: #323232;
	padding-right: 0
}
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image {
	display: inline-block;
	float: left;
	max-width: 30%;
	margin: 0 3% 0 0
}
