/*-----------------------------------------------------------------------------------

	=division7
	https://www.division7.xyz

-----------------------------------------------------------------------------------*/
/* ======================================

	Misc. Mixins

====================================== */
:root {
  --vh100: 100vh;
}
/*-----------------------------------------------------------------------------------*/
/*	=DarkCards()
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	=FONTS & FONT MIXINS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	X.	=RETINA, MIXINS & VARIABLES
/*-----------------------------------------------------------------------------------*/
/*
.thing {
	.at2x('../images/Some-Image.png', 200px, 100px);
}
*/
@keyframes pulse {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes revpulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=FONT MIXINS
/*-----------------------------------------------------------------------------------*/
/* =============================

	Breakpoints
	[vars + mixins]

	Content =widths.

	@tags breakpoints

============================= */
:root {
  --ref-breakpoint-sm: 600px;
  --ref-breakpoint-md: 768px;
  --ref-breakpoint-text-mobile: 768px;
  --ref-breakpoint-lg: 1200px;
  --ref-breakpoint-xl: 1442px;
}
/*

Usage example:

.responsive-mixin-2({

	 .col-1@{suffix} { width: 8.3333%; }
	 .col-2@{suffix} { width: 16.6665%; }
	 .col-3@{suffix} { width: 25%; }
	 .col-4@{suffix} { width: 33.3333%; }
	 .col-5@{suffix} { width: 41.6665%; }
	 .col-6@{suffix} { width: 50%; }
	 .col-7@{suffix} { width: 58.3333%; }
	 .col-8@{suffix} { width: 66.6665%; }
	 .col-9@{suffix} { width: 75%; }
	.col-10@{suffix} { width: 83.3333%; }
	.col-11@{suffix} { width: 91.6665%; }
	.col-12@{suffix} { width: 100%; }

});

*/
/* =============================

	Font Families
	[vars + mixins]

	@tags fonts_text_charstyles_type_headings_titles

============================= */
:root {
  --font-family-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family-mono: "ABC Monument Grotesk Semi-Mono-Regular Web", ui-monospace, Menlo, "Source Code Pro", Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono", "Oxygen Mono", "Ubuntu Monospace", "Fira Mono", "Droid Sans Mono", monospace;
  --font-family-times: "Times Now Light Web", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  --font-family-alte: "Alte Haas Grotesk Regular Web", sans-serif;
  --font-family-arial: "Arial", sans-serif;
}
/* =============================

	Colors
	[vars + mixins]

	Content =widths.

	@tags colors_dark_light

============================= */
:root {
  --black: #111111;
  --white: var(--cream);
  --cream: #eae9e4;
  --orange: #ac4f3a;
  --orange-alt: #C54A2F;
  --green: #2F9C95;
  --purple: #935FA7;
  --purple: #7272AB;
  --purple: #376996;
  --purple: #7D387D;
  --grey: #707070;
  --blue: #0E79B2;
  --blue: #188FA7;
  --yellow: #F0A202;
}
/* =============================

	Grid variables
	[vars + mixins]

	@tags grid_row_col_container

============================= */
:root {
  --container-w-inner: 1360px;
  --container-gap: 10px;
  --col-gap: 10px;
  --list-pad-l: 10px;
}
@media (min-width: 768px) {
  :root {
    --container-gap: 21px;
    --col-gap: 20px;
  }
}
/* =============================

	=Body Text
	[vars + mixins]

============================= */
/* =============================

	Animations / Transitions
	[vars + mixins]

============================= */
:root {
  --trans-dur: 0.2s;
  --trans-dur-slow: 0.8s;
  --trans-dur-splash-in: 300ms;
  --trans-dur-splash-out: 600ms;
  --trans-delay: 0.1s;
  --trans-func: ease;
}
:root {
  --trans-inactive: visibility 0s var(--trans-func) var(--trans-dur), opacity var(--trans-dur);
  --trans-active: visibility 0s var(--trans-func) 0s, opacity var(--trans-dur);
}
/*
.quote {
	transition: var(--trans-active);
}

.quote:not(.active) {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: var(--trans-inactive);
}
*/
/* =============================

	Vertical Margins
	[vars + mixins]

============================= */
:root {
  --vert-marg: 12px;
  --hr-space-top: 20px;
}
/* =============================

	Site Header +
	Nav Menu Tray (Drawer)
	[vars + mixins]

	@tags header_nav_menu_tray_header

============================= */
:root {
  --toggle-w-inner: 121px;
  --toggle-pad-x: 23px;
  --toggle-pad-y: 15px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* =============================

	WP Core Basics

	@see html5-blank theme

============================= */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* =============================

	Base

	Legacy boilerplate styles.

============================= */
/*-----------------------------------------------------------------------------------*/
/*	X.	=DEFAULTS
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	=GRID
/*-----------------------------------------------------------------------------------*/
/* =============================

	Grid

	.container --> .row --> .col

	.container: Fixed-width, centered column for site content.

	@tags grid_row_col_container

============================= */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.row--micro {
  --col-gap: 5px;
}
@media (min-width: 768px) {
  .row--micro {
    --col-gap: 5px;
  }
}
.row:not(.row--no-gutters) {
  margin-left: calc(var(--col-gap) * -1);
  margin-right: calc(var(--col-gap) * -1);
}
.row:not(.row--no-gutters) > [class*="col-"] {
  padding-left: var(--col-gap) !important;
  padding-right: var(--col-gap) !important;
}
.container {
  width: 100%;
  max-width: calc((var(--container-gap) * 2) + var(--container-w-inner));
  padding-left: var(--container-gap);
  padding-right: var(--container-gap);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container--max-width-100,
.container--no-max-w {
  max-width: 100%;
}
.container--max-width-95 {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}
.row--nowrap {
  flex-wrap: nowrap;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6665%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6665%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6665%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6665%;
}
.col-12 {
  width: 100%;
}
.col-7pct {
  width: 7%;
}
.col-93pct {
  width: 93%;
}
.col-fifth {
  width: 20%;
}
.col-auto {
  width: auto;
}
.col-fill-width {
  flex: 1;
}
.col-expand {
  flex: auto;
}
.col-fluid {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 600px) {
  .container\@sm {
    width: 100%;
    max-width: calc((var(--container-gap) * 2) + var(--container-w-inner));
    padding-left: var(--container-gap);
    padding-right: var(--container-gap);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container--max-width-100\@sm,
  .container--no-max-w\@sm {
    max-width: 100%;
  }
  .container--max-width-95\@sm {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .row--nowrap\@sm {
    flex-wrap: nowrap;
  }
  .col-1\@sm {
    width: 8.3333%;
  }
  .col-2\@sm {
    width: 16.6665%;
  }
  .col-3\@sm {
    width: 25%;
  }
  .col-4\@sm {
    width: 33.3333%;
  }
  .col-5\@sm {
    width: 41.6665%;
  }
  .col-6\@sm {
    width: 50%;
  }
  .col-7\@sm {
    width: 58.3333%;
  }
  .col-8\@sm {
    width: 66.6665%;
  }
  .col-9\@sm {
    width: 75%;
  }
  .col-10\@sm {
    width: 83.3333%;
  }
  .col-11\@sm {
    width: 91.6665%;
  }
  .col-12\@sm {
    width: 100%;
  }
  .col-7pct\@sm {
    width: 7%;
  }
  .col-93pct\@sm {
    width: 93%;
  }
  .col-fifth\@sm {
    width: 20%;
  }
  .col-auto\@sm {
    width: auto;
  }
  .col-fill-width\@sm {
    flex: 1;
  }
  .col-expand\@sm {
    flex: auto;
  }
  .col-fluid\@sm {
    width: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .container\@md {
    width: 100%;
    max-width: calc((var(--container-gap) * 2) + var(--container-w-inner));
    padding-left: var(--container-gap);
    padding-right: var(--container-gap);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container--max-width-100\@md,
  .container--no-max-w\@md {
    max-width: 100%;
  }
  .container--max-width-95\@md {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .row--nowrap\@md {
    flex-wrap: nowrap;
  }
  .col-1\@md {
    width: 8.3333%;
  }
  .col-2\@md {
    width: 16.6665%;
  }
  .col-3\@md {
    width: 25%;
  }
  .col-4\@md {
    width: 33.3333%;
  }
  .col-5\@md {
    width: 41.6665%;
  }
  .col-6\@md {
    width: 50%;
  }
  .col-7\@md {
    width: 58.3333%;
  }
  .col-8\@md {
    width: 66.6665%;
  }
  .col-9\@md {
    width: 75%;
  }
  .col-10\@md {
    width: 83.3333%;
  }
  .col-11\@md {
    width: 91.6665%;
  }
  .col-12\@md {
    width: 100%;
  }
  .col-7pct\@md {
    width: 7%;
  }
  .col-93pct\@md {
    width: 93%;
  }
  .col-fifth\@md {
    width: 20%;
  }
  .col-auto\@md {
    width: auto;
  }
  .col-fill-width\@md {
    flex: 1;
  }
  .col-expand\@md {
    flex: auto;
  }
  .col-fluid\@md {
    width: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 1200px) {
  .container\@lg {
    width: 100%;
    max-width: calc((var(--container-gap) * 2) + var(--container-w-inner));
    padding-left: var(--container-gap);
    padding-right: var(--container-gap);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container--max-width-100\@lg,
  .container--no-max-w\@lg {
    max-width: 100%;
  }
  .container--max-width-95\@lg {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .row--nowrap\@lg {
    flex-wrap: nowrap;
  }
  .col-1\@lg {
    width: 8.3333%;
  }
  .col-2\@lg {
    width: 16.6665%;
  }
  .col-3\@lg {
    width: 25%;
  }
  .col-4\@lg {
    width: 33.3333%;
  }
  .col-5\@lg {
    width: 41.6665%;
  }
  .col-6\@lg {
    width: 50%;
  }
  .col-7\@lg {
    width: 58.3333%;
  }
  .col-8\@lg {
    width: 66.6665%;
  }
  .col-9\@lg {
    width: 75%;
  }
  .col-10\@lg {
    width: 83.3333%;
  }
  .col-11\@lg {
    width: 91.6665%;
  }
  .col-12\@lg {
    width: 100%;
  }
  .col-7pct\@lg {
    width: 7%;
  }
  .col-93pct\@lg {
    width: 93%;
  }
  .col-fifth\@lg {
    width: 20%;
  }
  .col-auto\@lg {
    width: auto;
  }
  .col-fill-width\@lg {
    flex: 1;
  }
  .col-expand\@lg {
    flex: auto;
  }
  .col-fluid\@lg {
    width: 100%;
    flex-grow: 1;
  }
}
@media (min-width: 1442px) {
  .container\@xl {
    width: 100%;
    max-width: calc((var(--container-gap) * 2) + var(--container-w-inner));
    padding-left: var(--container-gap);
    padding-right: var(--container-gap);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .container--max-width-100\@xl,
  .container--no-max-w\@xl {
    max-width: 100%;
  }
  .container--max-width-95\@xl {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .row--nowrap\@xl {
    flex-wrap: nowrap;
  }
  .col-1\@xl {
    width: 8.3333%;
  }
  .col-2\@xl {
    width: 16.6665%;
  }
  .col-3\@xl {
    width: 25%;
  }
  .col-4\@xl {
    width: 33.3333%;
  }
  .col-5\@xl {
    width: 41.6665%;
  }
  .col-6\@xl {
    width: 50%;
  }
  .col-7\@xl {
    width: 58.3333%;
  }
  .col-8\@xl {
    width: 66.6665%;
  }
  .col-9\@xl {
    width: 75%;
  }
  .col-10\@xl {
    width: 83.3333%;
  }
  .col-11\@xl {
    width: 91.6665%;
  }
  .col-12\@xl {
    width: 100%;
  }
  .col-7pct\@xl {
    width: 7%;
  }
  .col-93pct\@xl {
    width: 93%;
  }
  .col-fifth\@xl {
    width: 20%;
  }
  .col-auto\@xl {
    width: auto;
  }
  .col-fill-width\@xl {
    flex: 1;
  }
  .col-expand\@xl {
    flex: auto;
  }
  .col-fluid\@xl {
    width: 100%;
    flex-grow: 1;
  }
}
.col {
  float: left;
  min-height: 1px;
  padding-left: var(--col-gap);
  padding-right: var(--col-gap);
}
.collapse {
  margin-left: auto;
  margin-right: auto;
}
.collapse-col,
.collapse > .col {
  padding-left: 0;
  padding-right: 0;
}
.fluid-col {
  width: 100%;
}
.ib-col {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  vertical-align: top;
  min-height: 1px;
  padding-left: var(--col-gap);
  padding-right: var(--col-gap);
  margin-right: -4px;
  margin-left: -4px;
}
.item-of-12,
.cols-1 {
  width: 8.3333%;
}
.item-of-7,
.col-seventh {
  width: 14.2857%;
}
.item-of-6,
.cols-2 {
  width: 16.6665%;
}
.item-of-5,
.col-fifth {
  width: 20%;
}
.item-of-4,
.cols-3 {
  width: 25%;
}
.col-third,
.item-of-3,
.cols-4 {
  width: 33.3333%;
}
.cols-5 {
  width: 41.6665%;
}
.item-of-2,
.col-half,
.item-of-2,
.cols-6 {
  width: 50%;
}
.cols-7 {
  width: 58.3333%;
}
.cols-8 {
  width: 66.6665%;
}
.cols-9 {
  width: 75%;
}
.cols-10 {
  width: 83.3333%;
}
.cols-11 {
  width: 91.6665%;
}
.item-of-1,
.cols-12 {
  width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=GENERAL
/*-----------------------------------------------------------------------------------*/
.clearfix {
  --clearfix: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}
* {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
html,
body {
  height: 100%;
}
html,
body,
.site {
  min-height: 100%;
}
html {
  background-color: var(--cream);
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.header,
.content,
.footer {
  margin: 0 auto;
}
a {
  transition: all var(--trans-dur) var(--trans-func);
  color: var(--orange);
}
a:hover {
  text-decoration: none;
  color: var(--orange);
}
.touch a,
.touch a:visited,
.touchevents a,
.touchevents a:visited {
  transition-duration: 0s;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
svg,
img {
  max-width: 100%;
  height: auto;
}
.lt-ie9 img {
  width: inherit;
}
iframe,
video,
audio,
canvas,
embed,
object {
  max-width: 100%;
}
.embed-container {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul {
  list-style-type: disc;
  padding-left: 26px;
}
ol {
  list-style-type: decimal;
}
.nav ul,
.nav ol,
.nav menu {
  list-style-type: none;
}
.site-title img {
  vertical-align: middle;
}
blockquote {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-left: 46px;
  padding-right: 46px;
}
blockquote cite,
blockquote footer,
blockquote small {
  font-weight: normal;
  font-style: normal;
}
blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
figcaption {
  text-align: right;
  font-size: 13px;
  padding: 0 20px;
}
/* =============================

	Forms
	[vars + mixins]

============================= */
::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
li::-moz-selection,
a::-moz-selection,
p::-moz-selection {
  color: var(--white);
  background-color: var(--orange);
  color: var(--cream);
}
::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
li::selection,
a::selection,
p::selection {
  color: var(--white);
  background-color: var(--orange);
  color: var(--cream);
}
.hilite,
mark {
  background-color: var(--orange);
  color: white;
}
.small-text,
small {
  font-size: 80%;
}
sup {
  font-size: 61%;
}
.strict-break {
  display: block;
  clear: both;
  height: 1px;
}
.strict-break + p {
  margin-top: 0;
}
.triple-break {
  clear: both;
  height: 1px;
  margin: 24px auto;
  visibility: hidden;
}
hr {
  border-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: currentColor;
  height: 1px;
  margin-top: var(--hr-space-top, 20px);
}
.skip-link a {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px;
  z-index: 9000;
}
.skip-link a:focus {
  left: 20px;
  width: auto;
  height: auto;
}
/*

// --------------------------------
// ADG* method
// https://www.accessibility-developer-guide.com/examples/hiding-elements/visually/
// + WebAIM method 2
// https://webaim.org/techniques/css/invisiblecontent/
// --------------------------------

<a class="visually-hidden" href="#content" id="jump">Jump to content</a>

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	left: -10000px;
}
.visually-hidden:focus {
	left: 20px;
	width: auto;
	height: auto;
}

// --------------------------------
// WebAIM method 1
// https://webaim.org/techniques/skipnav/
// --------------------------------

<div id="skiptocontent"><a href="#maincontent">skip to main content</a></div>

#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#BF1722;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	z-index: 100;
}
#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;
	-webkit-transition: top .1s ease-in;
	transition: top .1s ease-in;
}

// --------------------------------
// Wikipedia method
// https://en.wikipedia.org/wiki/Rabbit
// --------------------------------

<a class="mw-jump-link" href="#mw-head">Jump to navigation</a>

.mw-jump-link:not(:focus) {
	display: block;
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
}

*/
@media print {
  .skip-link {
    display: none;
  }
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
table img {
  max-width: none;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=BGs
/*-----------------------------------------------------------------------------------*/
.bg.bg-top,
.bg.bg-vert-top,
.bg.bg-center-top {
  background-position: center top;
}
.bg.bg-center,
.bg.bg-vert-center,
.bg.bg-center-center {
  background-position: center center;
}
.bg.bg-bottom,
.bg.bg-vert-bottom,
.bg.bg-center-bottom {
  background-position: center bottom;
}
.bg.bg-left-top {
  background-position: left top;
}
.bg.bg-left-center {
  background-position: left center;
}
.bg.bg-left-bottom {
  background-position: left bottom;
}
.bg.bg-right-top {
  background-position: right top;
}
.bg.bg-right-center {
  background-position: right center;
}
.bg.bg-right-bottom {
  background-position: right bottom;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=NAVs
/*-----------------------------------------------------------------------------------*/
.nav {
  position: relative;
}
ul.nav,
.nav ul {
  list-style: none;
}
.nav-horizontal {
  position: relative;
}
.nav-horizontal li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.nav-vertical li {
  display: block;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=CTAS
/*-----------------------------------------------------------------------------------*/
/*
@ctaPad: 6px 70px 7px;
@ctaMarginRight: 10px;

.has-ctas p,
.has-ctas ul li { margin-top: 0; margin-bottom: var(--vert-marg); }

.has-ctas ul { list-style-type: none; padding-left: 0; }
.has-ctas ul li { .IBlock(); }

// CTA DEFAULT
.CTA() {
	.IBlock();
	// font-size: 18px;
	border-width: 1px;
	border-style: solid;
	padding: @ctaPad;
	position: relative;
	font-weight: normal;
	text-align: center;

	margin-right: 10px; // allows side-by-side CTAs
	&:last-child { margin-right: 0; } // helps with centering of side-by-side CTAs, and prevents margin on CTA within its own paragraph

	&:hover {
		background-color: var(--white);
		color: var(--orange);
	}

	// OPTION: do not inherit color of area CTA resides in
		// border-color: var(--white);
		// color: var(--white);
}

// CTA PRIMARY
.CTAPrimary() {
	background-color: var(--orange);
	border-color: var(--orange);
	color: var(--white);
	font-weight: normal;
	&:hover {
		background-color: var(--white);
		border-color: var(--white);
		color: var(--orange);
	}
}

// NO CTA STYLE
.NoCTAStyles() {
	vertical-align: top;
	font-size: inherit;
	color: var(--orange);
	display: inline;
	padding: 0;
	border: 0;
}

.NoCTAHoverStyles() {
	border: 0;
	padding: 0;
}

.has-ctas a { .CTA(); }

// CTA PRIMARY
.has-ctas b a,
.has-ctas strong a {
	.CTAPrimary();
	// font-weight: normal;
}

// HEADER CTAS
.header-ctas-wrapper {
	&, .has-ctas {
		padding: 0; margin: 0;
		a { margin-top: 0; margin-bottom: 0; }
		p, li { margin-bottom: 0; }
	}
}

// CTAs inside RT
.ctas-rt,
.ctas-rt a {
	margin-top:    calc((var(--vert-marg) + 8px) * .5);
	margin-bottom: calc((var(--vert-marg) + 8px) * .5);
}

.ctas-rt + .ctas-rt { margin-top: 0; }

.ctas-rt + .ctas-rt > b:first-child a,
.ctas-rt + .ctas-rt > strong:first-child a,
.ctas-rt + .ctas-rt > a:first-child { margin-top: 0; }

.ctas-rt a { margin-right: @ctaMarginRight; }
*/
/*-----------------------------------------------------------------------------------*/
/*	X.	=ACCORDION
/*-----------------------------------------------------------------------------------*/
.collapse-item {
  margin-bottom: var(--vert-marg);
  padding-left: var(--vert-marg);
}
.collapse-title {
  transition: all var(--trans-dur) var(--trans-func);
  position: relative;
  cursor: pointer;
}
.collapse-title:before {
  content: "+";
  position: absolute;
  left: -32px;
  font-size: 18px;
  top: -2px;
}
.item-open.collapse-title:before {
  content: "-";
}
.collapse-content {
  display: none;
  padding: 1px 0;
}
.collapse-content p:first-child {
  margin-top: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=ITEM REPEATER
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	X.	=SIDEBAR
/*-----------------------------------------------------------------------------------*/
.fixed-col,
.sidebar {
  position: relative;
}
.has-fixed-col-1,
.has-fixed-col-left,
.has-sidebar-1,
.has-sidebar-left {
  padding-left: 220px;
}
.fixed-col-1,
.fixed-col-left,
.sidebar-1,
.sidebar-left {
  width: 220px;
  margin-left: -220px;
}
@media screen and (max-width: 220px) {
  .fixed-col-1,
  .fixed-col-left,
  .sidebar-1,
  .sidebar-left {
    width: 100%;
  }
}
.has-fixed-col-2,
.has-fixed-col-right,
.has-sidebar-2,
.has-sidebar-right {
  padding-right: 220px;
}
.fixed-col-2,
.fixed-col-right,
.sidebar-2,
.sidebar-right {
  width: 220px;
  margin-right: -220px;
}
@media screen and (max-width: 220px) {
  .fixed-col-2,
  .fixed-col-right,
  .sidebar-2,
  .sidebar-right {
    width: 100%;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=FOOTER
/*-----------------------------------------------------------------------------------*/
.footer__wrap {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.footer {
  padding-top: 10px;
  padding-bottom: 1px;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=ICONS
/*-----------------------------------------------------------------------------------*/
.icon-social {
  transition: all var(--trans-dur) var(--trans-func);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: relative;
  top: 0;
}
.icon-social:hover {
  top: -2px;
}
.icon-social a {
  display: block;
  height: 100%;
}
.icon-facebook {
  background-image: url('../images/icon-social-facebook.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-facebook {
    background-image: url("../images/icon-social-facebook@2x.png");
    background-size: 32px 32px;
  }
}
.icon-twitter {
  background-image: url('../images/icon-social-twitter.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-twitter {
    background-image: url("../images/icon-social-twitter@2x.png");
    background-size: 32px 32px;
  }
}
.icon-rss {
  background-image: url('../images/icon-social-rss.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-rss {
    background-image: url("../images/icon-social-rss@2x.png");
    background-size: 32px 32px;
  }
}
.icon-linkedin {
  background-image: url('../images/icon-social-linkedin.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-linkedin {
    background-image: url("../images/icon-social-linkedin@2x.png");
    background-size: 32px 32px;
  }
}
.icon-youtube {
  background-image: url('../images/icon-social-youtube.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-youtube {
    background-image: url("../images/icon-social-youtube@2x.png");
    background-size: 32px 32px;
  }
}
.icon-google {
  background-image: url('../images/icon-social-google.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-google {
    background-image: url("../images/icon-social-google@2x.png");
    background-size: 32px 32px;
  }
}
.icon-tumblr {
  background-image: url('../images/icon-social-tumblr.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .icon-tumblr {
    background-image: url("../images/icon-social-tumblr@2x.png");
    background-size: 32px 32px;
  }
}
.icon-social {
  background-image: none;
  background-color: var(--black);
  color: var(--white);
  border-radius: 32px;
}
.icon-social,
.icon-social a {
  font-size: 17px;
}
.icon-social a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.icon-social:before {
  overflow: hidden;
  font-family: 'IcoMoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
}
.icon-facebook:before {
  content: "\ea90";
  text-indent: -2px;
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-google:before {
  content: "\ea8d";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-tumblr:before {
  content: "\eaba";
}
.icon-reddit:before {
  content: "\eac6";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-github:before {
  content: "\eab0";
}
.icon-spotify:before {
  content: "\ea94";
}
.icon-soundcloud:before {
  content: "\eab9";
}
.icon-instagram:before {
  content: "\e900";
  font-size: 115%;
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=a11y
/*-----------------------------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*-----------------------------------------------------------------------------------*/
/*	X.	=MOBILE
/*-----------------------------------------------------------------------------------*/
/* =============================

	Anchors

============================= */
.anchor-dest {
  position: absolute;
  top: 0;
}
section:focus {
  outline: 0;
}
/* =============================

	Loop

============================= */
.post-item .item-inner {
  position: relative;
}
.articles-2 .post-item {
  color: var(--white);
}
.articles-2 .article {
  float: left;
  width: 50%;
}
.pagination {
  text-align: center;
  transition: all var(--trans-dur) var(--trans-func);
}
.pagination.loading {
  animation: 1.5s ease revpulse infinite;
}
.pagination.loading,
.pagination.loading a {
  cursor: wait;
}
/* ====================================================================================

	Visual ordering

	(for responsiveness & accessibility)

	Adjust Reading Order (to be different from DOM order)

	For design patterns that violate most accessible **reading** order, such as a label just before a heading within a <section> or <article>
	@link https://dequeuniversity.com/checklists/web/reading-focus-order
	Not to be confused with focus order, which should match the visual order

==================================================================================== */
.orderable-y,
.orderable,
.flex-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.orderable-x,
.flex-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.flex-row--auto {
  width: auto;
}
.visually-first {
  order: -1;
}
.visually-last {
  order: 99;
}
.visually-default {
  order: 0;
}
@media (min-width: 768px) {
  .orderable-y\@md,
  .orderable\@md,
  .flex-col\@md {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .orderable-x\@md,
  .flex-row\@md {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .flex-row--auto\@md {
    width: auto;
  }
  .visually-first\@md {
    order: -1;
  }
  .visually-last\@md {
    order: 99;
  }
  .visually-default\@md {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .orderable-y\@lg,
  .orderable\@lg,
  .flex-col\@lg {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .orderable-x\@lg,
  .flex-row\@lg {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .flex-row--auto\@lg {
    width: auto;
  }
  .visually-first\@lg {
    order: -1;
  }
  .visually-last\@lg {
    order: 99;
  }
  .visually-default\@lg {
    order: 0;
  }
}
@media (min-width: 1442px) {
  .orderable-y\@xl,
  .orderable\@xl,
  .flex-col\@xl {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .orderable-x\@xl,
  .flex-row\@xl {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .flex-row--auto\@xl {
    width: auto;
  }
  .visually-first\@xl {
    order: -1;
  }
  .visually-last\@xl {
    order: 99;
  }
  .visually-default\@xl {
    order: 0;
  }
}
/* ====================================================================================

	Utility classes (the ones that don't fit anywhere else)

==================================================================================== */
.uppercase {
  text-transform: uppercase !important;
}
.uppercase .dvsn-wordmark,
.uppercase .lowercase,
.dvsn-wordmark,
.lowercase {
  text-transform: lowercase !important;
}
.overflow-hidden {
  overflow: hidden;
}
.elevated-links a {
  position: relative;
  z-index: 14;
}
.flex {
  display: flex;
}
.iblock {
  display: inline-block;
}
.abspos {
  position: absolute;
}
.relpos {
  position: relative;
}
@media (min-width: 768px) {
  .abspos\@md {
    position: absolute;
  }
  .relpos\@md {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .abspos\@lg {
    position: absolute;
  }
  .relpos\@lg {
    position: relative;
  }
}
@media (min-width: 1442px) {
  .abspos\@xl {
    position: absolute;
  }
  .relpos\@xl {
    position: relative;
  }
}
.break-word {
  word-break: break-word !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}
.thin-type {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}
.thick-type {
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
html.scroll-lock {
  overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
}
.hide-scrollbar {
  scrollbar-width: none;
}
/* ====================================================================================

	Cover an area with something else

	(Utility class for links, tint layers, etc.)

==================================================================================== */
.cover__area {
  position: relative;
}
.cover {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
/* ====================================================================================

	Flexbox alignment

==================================================================================== */
/*-----------------------------------------------------------------------------------*/
/*	Flex align (both axes)
/*-----------------------------------------------------------------------------------*/
.space-between {
  display: flex;
  justify-content: space-between;
}
.space-around {
  display: flex;
  justify-content: space-around;
}
.vert-align-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.vert-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vert-align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hor-align-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.hor-align-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hor-align-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.align-left-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.align-left-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.align-left-bottom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.align-center-top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.align-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.align-center-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.align-right-top {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.align-right-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.align-right-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .space-between\@md {
    display: flex;
    justify-content: space-between;
  }
  .space-around\@md {
    display: flex;
    justify-content: space-around;
  }
  .vert-align-top\@md {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .vert-align-center\@md {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vert-align-bottom\@md {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hor-align-left\@md {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .hor-align-center\@md {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .hor-align-right\@md {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .align-left-top\@md {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .align-left-center\@md {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .align-left-bottom\@md {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .align-center-top\@md {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .align-center-center\@md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .align-center-bottom\@md {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .align-right-top\@md {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .align-right-center\@md {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .align-right-bottom\@md {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .space-between\@lg {
    display: flex;
    justify-content: space-between;
  }
  .space-around\@lg {
    display: flex;
    justify-content: space-around;
  }
  .vert-align-top\@lg {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .vert-align-center\@lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vert-align-bottom\@lg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hor-align-left\@lg {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .hor-align-center\@lg {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .hor-align-right\@lg {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .align-left-top\@lg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .align-left-center\@lg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .align-left-bottom\@lg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .align-center-top\@lg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .align-center-center\@lg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .align-center-bottom\@lg {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .align-right-top\@lg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .align-right-center\@lg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .align-right-bottom\@lg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media (min-width: 1442px) {
  .space-between\@xl {
    display: flex;
    justify-content: space-between;
  }
  .space-around\@xl {
    display: flex;
    justify-content: space-around;
  }
  .vert-align-top\@xl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .vert-align-center\@xl {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vert-align-bottom\@xl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .hor-align-left\@xl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .hor-align-center\@xl {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .hor-align-right\@xl {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .align-left-top\@xl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .align-left-center\@xl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .align-left-bottom\@xl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .align-center-top\@xl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .align-center-center\@xl {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .align-center-bottom\@xl {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .align-right-top\@xl {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .align-right-center\@xl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .align-right-bottom\@xl {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
/* ====================================================================================

	.visible@* / .hidden@*

==================================================================================== */
.hidden {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .hidden\@sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden\@md {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .hidden\@lg {
    display: none !important;
  }
}
@media screen and (min-width: 1442px) {
  .hidden\@xl {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .visible\@sm {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .visible\@md {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .visible\@lg {
    display: none !important;
  }
}
@media screen and (max-width: 1441px) {
  .visible\@xl {
    display: none !important;
  }
}
/* =============================

	Accessibility

============================= */
:root {
  --focus-color: var(--orange, currentColor);
  --focus-offset: -2px;
}
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    --trans-dur: 0.001ms !important;
    --trans-dur-slow: 0.001ms !important;
    --trans-dur-fast: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
:focus:not(.focus-visible) {
  outline: none;
}
:focus-visible {
  outline: 2px solid var(--focus-color, currentColor);
  outline-color: var(--focus-color, currentColor);
  outline-offset: var(--focus-offset, 0px);
  transition-duration: 0s !important;
}
[tabindex="-1"]:focus-visible {
  outline-offset: calc(var(--focus-offset, 0px) * -1);
}
/*-----------------------------------------------------------------------------------*/
/*	=Screen Reader Text
/*-----------------------------------------------------------------------------------*/
.screen-reader-text-until-focus:not(.focus-visible),
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.screen-reader-text-until-focus-within:not(:focus-within) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
/*
@include media("<sm") {
	.screen-reader-text#{$breakpoint-delimiter}smmax {
		.ScreenReaderText();
	}
}
@include media("<md") {
	.screen-reader-text#{$breakpoint-delimiter}mdmax {
		.ScreenReaderText();
	}
}
@include media("<lg") {
	.screen-reader-text#{$breakpoint-delimiter}lgmax {
		.ScreenReaderText();
	}
}
*/
/*-----------------------------------------------------------------------------------*/
/*	=Skip links
/*	for keyboard navigation & switch navigation
/*-----------------------------------------------------------------------------------*/
body .skip-link:focus,
body .skip-link:hover,
body .skip-link {
  background-color: var(#ffffff);
  color: var(#000000);
  outline-color: var(#ffffff);
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-family: var(--font-family-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif) !important;
}
.skip-link:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link--inline:focus {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: auto;
  position: relative;
  left: 0;
}
/* =============================

	Basic elements

	html, body, bolding, etc.

============================= */
html {
  background-color: var(--cream);
}
.non-footer {
  min-height: calc(var(--vh100) * 0.4);
}
a {
  color: var(--orange, blue);
  text-decoration: none;
  font-weight: normal;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
button {
  background-color: transparent;
  border-color: inherit;
  border-image: none;
  border-style: solid;
  border-radius: 0;
}
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
video,
audio,
embed,
object {
  max-height: 95vh;
}
.alignleft,
.alignright {
  max-width: 70%;
}
blockquote {
  font-size: 120%;
}
blockquote:before,
blockquote:after {
  height: 30px;
}
::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
li::selection,
a::selection,
p::selection {
  color: var(--white);
  background-color: var(--orange);
  color: var(--cream);
}
.skip-link a {
  background-color: transparent;
  color: var(--black);
  transition: background-color 2s ease-out, left 1s ease-out;
  width: auto;
  height: auto;
  padding: 10px 20px 11px;
  font-size: 20px;
  top: 40px;
  border-radius: 3px;
  font-family: var(--font-family-system);
  font-size: 17px;
  left: -300px;
  border: 3px solid var(--black);
}
.skip-link a:focus {
  background-color: var(--cream);
  transition: background-color 0.05s ease-in, left 0.05s ease-in;
}
/* =============================

	Forms

============================= */
input,
button,
textarea {
  box-shadow: none;
  border: 0;
  vertical-align: top;
}
input {
  -webkit-appearance: none;
  appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
input[type="submit"] {
  transition: all var(--trans-dur) var(--trans-func);
  border-radius: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: var(--cream);
  color: var(--black);
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  transition: border linear 0.2s, box-shadow linear 0.2s;
  max-width: 100%;
  border: 1px solid transparent;
  padding: 8px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(200, 200, 200, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 200, 200, 0.6);
}
input[type="text"]:disabled,
input[type="submit"]:disabled {
  cursor: wait;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-style: normal;
}
input:placeholder-shown,
textarea:placeholder-shown,
input[type="text"]:placeholder-shown,
input[type="password"]:placeholder-shown,
input[type="datetime"]:placeholder-shown,
input[type="datetime-local"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="month"]:placeholder-shown,
input[type="time"]:placeholder-shown,
input[type="week"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="url"]:placeholder-shown,
input[type="search"]:placeholder-shown,
input[type="tel"]:placeholder-shown,
input[type="color"]:placeholder-shown {
  font-style: italic;
  color: var(--grey);
}
textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
  font-style: italic;
  color: var(--grey, #ccc);
}
textarea:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="datetime"]:focus::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]:focus::placeholder,
input[type="month"]:focus::placeholder,
input[type="time"]:focus::placeholder,
input[type="week"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="url"]:focus::placeholder,
input[type="search"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="color"]:focus::placeholder {
  font-style: normal;
  opacity: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder {
  color: var(--grey, #ccc);
}
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder {
  color: var(--grey, #ccc);
}
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder {
  color: var(--grey, #ccc);
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder {
  color: transparent;
}
/* =============================

	=Buttons
	=CTAs
	=btn

============================= */
button {
  padding: 0;
  background-color: transparent;
  border-color: inherit;
  border-image: none;
  border-style: solid;
  border-radius: 0;
  color: var(--orange);
}
button.search-submit {
  position: absolute;
  top: 0;
  right: -20px;
}
button.search-submit:before {
  font-family: "socialico_plusregular";
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-size: 27px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  top: -10px;
  position: relative;
  content: "O";
}
/* =============================

	Body Text

============================= */
body {
  color: var(--orange, black);
  font-family: var(--font-family-arial);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-mini {
  font-family: var(--font-family-arial);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family-alte);
  font-size: 14px;
}
.rt p,
.rt .p,
.p {
  font-family: var(--font-family-arial);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.body-serif {
  font-family: var(--font-family-times);
  font-size: 12.8px;
  line-height: 1;
}
@media (min-width: 768px) {
  .body-serif {
    font-size: 55px;
  }
}
/* ====================================================================================

	Headings (Titles)

	IMPORTANT: We're making headings visually indistinct by default, to keep presentation and semantics/accessibility separate.

	Headings should start like divs, vert margin-wise, unless they're within .rt, e.g. .rt h3 { whatever: man; }

	@tags fonts_text_charstyles_type_headings_titles

==================================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: normal;
}
.rt h1,
.rt .h1,
.h1 {
  text-align: left;
  text-transform: uppercase;
  font-family: var(--font-family-alte);
  font-size: 28.8px;
  line-height: 1;
  letter-spacing: -1.44px;
  font-weight: 400;
}
.h1--jumbo {
  font-size: 38.4px;
  line-height: 2;
  letter-spacing: -2.4px;
  font-weight: 400;
}
.h1--xjumbo {
  font-size: 21.6px;
  line-height: 0.83;
  letter-spacing: -1.4px;
  font-weight: 400;
}
.rt h2,
.rt .h2,
.h2 {
  font-family: var(--font-family-times);
  font-size: 14.4px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: normal;
}
.h2--xmini {
  font-size: 22px;
  line-height: 1.3;
}
.rt h3,
.rt .h3,
.h3 {
  font-family: var(--font-family-arial);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -1.4px;
  font-weight: 700;
}
.rt h3 strong,
.rt .h3 strong,
.h3 strong {
  font-weight: 400;
}
.h3--jumbo {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  font-weight: 700;
}
.h3--xjumbo {
  font-size: 14.4px;
  line-height: 1;
  letter-spacing: -0.72px;
  font-weight: 700;
}
.rt h4,
.rt .h4,
.h4 {
  font-family: var(--font-family-arial);
  font-size: 22px;
  line-height: 0.9;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.rt h3 + h4,
.rt .h3 + .h4,
.h3 + .h4 {
  margin-top: calc(var(--vert-marg) * -1);
}
.h4--mini {
  font-size: 18px;
  line-height: 1.47;
  letter-spacing: -1.4px;
  font-weight: 100;
}
.h4--alt {
  font-family: var(--font-family-alte);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 400;
}
.h4--jumbo {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1.2px;
  font-weight: 300;
}
.h4--xjumbo {
  font-size: 14.4px;
  line-height: 1;
  letter-spacing: -0.72px;
  font-weight: 400;
}
.rt h5,
.rt .h5,
.h5 {
  font-family: var(--font-family-mono);
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 400;
}
.h5--jumbo {
  font-size: 14px;
  line-height: 1.1;
}
.h5 a:not([href^="tel:"]) {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 64px;
    line-height: 0.7;
    letter-spacing: -4.4px;
    font-weight: 400;
  }
  .h1--jumbo {
    font-size: 70px;
    line-height: 1.14;
    letter-spacing: -4.4px;
    font-weight: 400;
  }
  .h1--xjumbo {
    font-size: 56px;
    font-size: clamp(16px, 4vw, 56px);
    line-height: 1.25;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
  .h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: normal;
  }
  .h2--xmini {
    font-size: 22px;
    line-height: 1.3;
  }
  .h3 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -1.4px;
    font-weight: 700;
  }
  .h3 strong {
    font-weight: 400;
  }
  .h3--jumbo {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.6px;
    font-weight: 700;
  }
  .h3--xjumbo {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
  }
  .h4 {
    font-size: 22px;
    line-height: 0.9;
    letter-spacing: -1.2px;
    font-weight: 400;
  }
  .rt h3 + h4,
  .rt .h3 + .h4,
  .h3 + .h4 {
    margin-top: calc(var(--vert-marg) * -1);
  }
  .h4--mini {
    font-size: 18px;
    line-height: 1.47;
    letter-spacing: -1.4px;
    font-weight: 100;
  }
  .h4--alt {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: normal;
    font-weight: 400;
  }
  .h4--jumbo {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -1.2px;
    font-weight: 300;
  }
  .h4--xjumbo {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -2.6px;
    font-weight: 400;
  }
  .h5 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 400;
  }
  .h5--jumbo {
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: normal;
    font-weight: 400;
  }
}
/* ====================================================================================

	Vertical Margins
	(of text elements)

	See also: --section-pad-y CSS var

	re: fonts and vertical metrics optimizations: https://stackoverflow.com/a/33678662/12910772

==================================================================================== */
/* ====================================================================================

	=Vertical margins
	(of text elements)

	See also: --section-pad-y CSS var

	re: fonts and vertical metrics optimizations: https://stackoverflow.com/a/33678662/12910772

==================================================================================== */
.quote-attr,
.wp-caption,
code,
pre,
p,
.p,
.rt figure,
.figure,
.rt ul,
.ul,
.rt ol,
.ol,
.rt h1,
.h1,
.rt h2,
.h2,
.rt h3,
.h3,
.rt h4,
.h4,
.rt h5,
.h5,
.rt h6,
.h6 {
  margin-top: 0;
  margin-bottom: var(--vert-marg);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 .p {
  display: block;
}
.quote-attr:last-child:not(.visually-first),
.rt figure:last-child:not(.visually-first),
.figure:last-child:not(.visually-first),
.p:last-child:not(.visually-first),
p:last-child:not(.visually-first),
.rt figure:last-child:not(.visually-first),
.figure:last-child:not(.visually-first),
.rt ul:last-child:not(.visually-first),
.ul:last-child:not(.visually-first),
.rt ol:last-child:not(.visually-first),
.ol:last-child:not(.visually-first),
.rt blockquote:last-child:not(.visually-first),
.blockquote:last-child:not(.visually-first),
.rt h1:last-child:not(.visually-first),
.h1:last-child:not(.visually-first),
.rt h2:last-child:not(.visually-first),
.h2:last-child:not(.visually-first),
.rt h3:last-child:not(.visually-first),
.h3:last-child:not(.visually-first),
.rt h4:last-child:not(.visually-first),
.h4:last-child:not(.visually-first),
.rt h5:last-child:not(.visually-first),
.h5:last-child:not(.visually-first),
.rt h6:last-child:not(.visually-first),
.h6:last-child:not(.visually-first) {
  margin-bottom: 0;
}
.vert-marg-top {
  margin-top: var(--vert-marg);
}
.vert-marg-bottom {
  margin-bottom: var(--vert-marg);
}
.vert-marg-bottom-compensate {
  margin-bottom: calc(var(--vert-marg) * -1);
}
.vert-marg-bottom-compensate-none {
  margin-bottom: 0;
}
.vert-marg-none,
.vert-marg-top-none {
  margin-top: 0;
}
.vert-marg-none,
.vert-marg-bottom-none {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vert-marg-top\@md {
    margin-top: var(--vert-marg);
  }
  .vert-marg-bottom\@md {
    margin-bottom: var(--vert-marg);
  }
  .vert-marg-bottom-compensate\@md {
    margin-bottom: calc(var(--vert-marg) * -1);
  }
  .vert-marg-bottom-compensate-none\@md {
    margin-bottom: 0;
  }
  .vert-marg-none\@md,
  .vert-marg-top-none\@md {
    margin-top: 0;
  }
  .vert-marg-none\@md,
  .vert-marg-bottom-none\@md {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .vert-marg-top\@lg {
    margin-top: var(--vert-marg);
  }
  .vert-marg-bottom\@lg {
    margin-bottom: var(--vert-marg);
  }
  .vert-marg-bottom-compensate\@lg {
    margin-bottom: calc(var(--vert-marg) * -1);
  }
  .vert-marg-bottom-compensate-none\@lg {
    margin-bottom: 0;
  }
  .vert-marg-none\@lg,
  .vert-marg-top-none\@lg {
    margin-top: 0;
  }
  .vert-marg-none\@lg,
  .vert-marg-bottom-none\@lg {
    margin-bottom: 0;
  }
}
@media (min-width: 1442px) {
  .vert-marg-top\@xl {
    margin-top: var(--vert-marg);
  }
  .vert-marg-bottom\@xl {
    margin-bottom: var(--vert-marg);
  }
  .vert-marg-bottom-compensate\@xl {
    margin-bottom: calc(var(--vert-marg) * -1);
  }
  .vert-marg-bottom-compensate-none\@xl {
    margin-bottom: 0;
  }
  .vert-marg-none\@xl,
  .vert-marg-top-none\@xl {
    margin-top: 0;
  }
  .vert-marg-none\@xl,
  .vert-marg-bottom-none\@xl {
    margin-bottom: 0;
  }
}
/* =============================

	Accordion

	@tags accordion_details_summary

============================= */
:root {
  --accordion-pad: 32px;
}
.details {
  padding-bottom: var(--vert-marg);
}
details summary {
  --vert-marg: 0;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  display: none;
}
.summary {
  padding-right: 20px;
}
.summary:before {
  content: "+";
  font-size: 1rem;
  font-weight: normal;
  margin: 3px 10px 0 0;
  padding: 0;
  text-align: center;
  width: 20px;
  position: absolute;
  right: 0;
}
.details[open] .summary:before {
  content: "-";
  color: var(--green);
}
/* ================================================

	# Aspect Media: Proportional Thumbnails

	Apply intrinsic aspect ratio of img/video to its container
	Use padding-bottom % trick to share an aspect ratio between img/video and its container.

	Can use source's intrinsic ratio dynamically (via PHP) or force for all the same with presets like .force-aspect-16-9

	## TIP: Disabling Conditionally

	To responsively DISABLE this proportionality on mobile or desktop, set height .aspect__wrap component class

	So if you have this...

	`<div class="thing aspect__wrap">`

	...you could do this:

	`@media (max-width: 600px) { .thing { height: 100%; } }`

	...then the img within it would stretch to fill the space.

================================================ */
.aspect__wrap,
.aspect__spacer,
.aspect {
  display: block;
}
.aspect__wrap {
  position: relative;
  overflow: hidden;
  perspective: 1000px;
}
.aspect {
  transition: transform var(--trans-dur, 300ms) var(--trans-func, ease-out);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
video.aspect,
img.aspect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.aspect--bg {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
video.aspect:not(.aspect--bg),
img.aspect:not(.aspect--bg) {
  object-fit: cover;
}
video.aspect.contain:not(.aspect--bg),
img.aspect.contain:not(.aspect--bg) {
  object-fit: contain;
}
/* --------------------------------

	=Embeds

-------------------------------- */
.aspect__wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* --------------------------------

	=Presets

-------------------------------- */
.aspect-default .aspect__spacer {
  padding-bottom: 56.25% !important;
}
.aspect-1-1 .aspect__spacer {
  padding-bottom: 100% !important;
}
.aspect-5-2 .aspect__spacer {
  padding-bottom: 40% !important;
}
.aspect-16-9 .aspect__spacer {
  padding-bottom: 56.25% !important;
}
.aspect-3-2 .aspect__spacer {
  padding-bottom: 66.66% !important;
}
.aspect-4-5 .aspect__spacer {
  padding-bottom: 125% !important;
}
@media (min-width: 768px) {
  .aspect-default\@md .aspect__spacer {
    padding-bottom: 56.25% !important;
  }
  .aspect-1-1\@md .aspect__spacer {
    padding-bottom: 100% !important;
  }
  .aspect-5-2\@md .aspect__spacer {
    padding-bottom: 40% !important;
  }
  .aspect-16-9\@md .aspect__spacer {
    padding-bottom: 56.25% !important;
  }
  .aspect-3-2\@md .aspect__spacer {
    padding-bottom: 66.66% !important;
  }
  .aspect-4-5\@md .aspect__spacer {
    padding-bottom: 125% !important;
  }
}
@media (min-width: 1200px) {
  .aspect-default\@lg .aspect__spacer {
    padding-bottom: 56.25% !important;
  }
  .aspect-1-1\@lg .aspect__spacer {
    padding-bottom: 100% !important;
  }
  .aspect-5-2\@lg .aspect__spacer {
    padding-bottom: 40% !important;
  }
  .aspect-16-9\@lg .aspect__spacer {
    padding-bottom: 56.25% !important;
  }
  .aspect-3-2\@lg .aspect__spacer {
    padding-bottom: 66.66% !important;
  }
  .aspect-4-5\@lg .aspect__spacer {
    padding-bottom: 125% !important;
  }
}
@media (min-width: 1442px) {
  .aspect-default\@xl .aspect__spacer {
    padding-bottom: 56.25% !important;
  }
  .aspect-1-1\@xl .aspect__spacer {
    padding-bottom: 100% !important;
  }
  .aspect-5-2\@xl .aspect__spacer {
    padding-bottom: 40% !important;
  }
  .aspect-16-9\@xl .aspect__spacer {
    padding-bottom: 56.25% !important;
  }
  .aspect-3-2\@xl .aspect__spacer {
    padding-bottom: 66.66% !important;
  }
  .aspect-4-5\@xl .aspect__spacer {
    padding-bottom: 125% !important;
  }
}
/* =============================

	Pagination

============================= */
.pagination {
  text-align: center;
  transition: all var(--trans-dur) var(--trans-func);
}
.pagination a {
  padding-left: 0;
  padding-right: 0;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: none;
}
.pagination a.page-numbers.next {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.pagination.loading {
  cursor: progress;
  animation: 1.5s ease revpulse infinite;
  filter: grayscale(100%);
  filter: gray;
}
/* =============================

	Icons

============================= */
/* =============================

	Lightboxes

	@tags lightbox_gallery_fancybox

============================= */
body .fancybox-button {
  background-color: transparent;
}
body .fancybox-button,
body .fancybox-button:hover,
body .fancybox-button:link,
body .fancybox-button:visited {
  color: var(--orange);
  transition: all var(--trans-dur) var(--trans-func);
}
body .fancybox-button svg path {
  stroke-width: 8px;
}
body .fancybox-navigation .fancybox-button--arrow_right,
body .fancybox-navigation .fancybox-button--arrow_left {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .fancybox-button--close {
  width: 68px;
  height: 68px;
  margin-top: 40px;
  margin-right: 46px;
}
body .fancybox-button--close svg path {
  fill: var(--orange);
}
body .fancybox-bg {
  background: var(--black);
}
body .fancybox-is-open .fancybox-bg {
  opacity: 0.93;
}
body .fancybox-navigation .fancybox-button {
  width: 124px;
  height: 124px;
  visibility: hidden !important;
  display: none !important;
}
body .fancybox-navigation .fancybox-button div {
  padding: 10px;
}
body .fancybox-caption__body {
  font-size: 16px;
  position: relative;
  top: -6px;
}
body .fancybox-caption {
  background: transparent;
}
.fancybox-inner:before {
  content: "";
  width: 117px;
  height: 22px;
  background-size: 117px 22px;
  display: block;
  position: fixed;
  z-index: 99996;
  left: 0;
  top: 49px;
  transition: all var(--trans-dur-slow) ease;
  opacity: 0;
}
.fancybox-active .fancybox-inner:before {
  left: 46px;
}
.header__wrap {
  transition: opacity 0s ease;
}
.fancybox-active .header__wrap {
  opacity: 0;
}
/* =============================

	Site Header

	@tags header_nav_menu_tray_header

============================= */
:root {
  --logo-aspect: 0.69983904;
  --logo-w: 100px;
  --logo-w: 82px;
  --logo-h: calc(var(--logo-w) * var(--logo-aspect));
  --logo-pad-x: 0px;
  --logo-space-top: 18px;
  --logo-marg-top: 9px;
  --header-h-approx: 142px;
  --header-z: 8020;
}
.header__wrap {
  z-index: var(--header-z, auto);
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  padding: 31px 0 0;
}
.z-index-above-header {
  position: relative;
  z-index: calc(var(--header-z, 1) + 1);
}
.header__spacer {
  height: var(--header-h-approx);
}
.page-template-template-home .header__spacer {
  display: none;
}
.header {
  position: relative;
  background-color: transparent;
}
.site-logo__col {
  width: 7%;
  min-width: 75px;
}
.site-logo__wrap {
  padding: var(--logo-space-top) var(--logo-pad-x) 12px;
}
.site-logo__wrap--spacer,
.site-logo__wrap--header {
  padding-left: 7px;
}
.site-logo__wrap--header {
  margin-top: var(--logo-marg-top);
}
.site-logo__wrap--spacer {
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.site-logo__wrap--tray {
  --logo-pad-x: 7px;
  --logo-w: 105px;
}
.site-logo {
  position: relative;
  max-width: 100%;
  width: var(--logo-w);
  color: var(--orange);
}
.site-logo__inner {
  width: 100%;
  padding-bottom: var(--logo-aspect);
  overflow: hidden;
}
.site-logo a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.site-logo--tray {
  position: relative;
  left: 0;
  transition: all var(--trans-dur-slow) ease;
  z-index: 20;
}
.site-logo--header {
  transition: var(--trans-active);
}
.tray-open .site-logo--header {
  visibility: hidden;
  opacity: 0;
  transition: var(--trans-inactive);
}
.site-logo svg {
  width: 100%;
}
.site-logo a {
  text-indent: 0;
}
.site-logo a path {
  fill: var(--orange) !important;
  transition: all var(--trans-dur) var(--trans-func);
}
.site-logo a:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .site-logo__wrap--tray {
    --logo-w: 103px;
  }
}
/* =============================

	Nav Tray aka "drawer"

	@tags header_nav_menu_tray_header

============================= */
.tray__wrap {
  --container-gap: 10px;
}
.tray__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  transition: opacity 0.3s ease;
}
.tray-open .tray__bg {
  opacity: 1;
  pointer-events: auto;
}
.tray-toggle__wrap {
  display: none;
  background-color: transparent;
  width: calc(var(--toggle-w-inner) - (var(--toggle-pad-x) * 2));
  padding: var(--toggle-pad-y) var(--toggle-pad-x);
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 6;
  position: relative;
}
.tray-toggle {
  height: 100%;
}
.tray-toggle__opener text,
.tray-toggle__opener {
  font-family: var(--font-family-times);
}
.tray-toggle-bar {
  height: 4px;
  margin: 4px auto;
  background-color: var(--black);
}
.tray {
  transition: all var(--trans-dur) var(--trans-func);
  display: none;
  background-color: var(--cream);
  overflow: scroll;
}
.slide-vertical .tray {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 6;
}
.search-open .tray {
  overflow: visible;
}
.tray-trans-fade .tray {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.tray-open .tray-trans-fade .tray {
  right: 0;
}
.tray-trans-fade .tray {
  padding-top: 61px;
  text-align: right;
}
.nav-mobile-open .nav-toggle-wrapper {
  background-color: transparent;
}
.tray-toggle__wrap {
  display: flex;
  position: absolute;
  background-color: transparent;
  width: auto;
  padding: var(--toggle-pad-y) var(--toggle-pad-x);
  cursor: pointer;
  top: 0;
  right: 0;
  margin-right: 20px;
  height: auto;
  z-index: 20;
  transition: all var(--trans-dur-slow) ease;
}
.tray-toggle__wrap path.bar {
  transform-origin: 50% 50%;
  transition: opacity var(--trans-dur) ease, transform var(--trans-dur) ease;
}
.tray-toggle {
  cursor: pointer;
}
.tray-toggle:focus svg,
.tray-toggle:hover svg {
  fill: var(--orange-alt) !important;
}
@media (hover: none) {
  .tray-toggle:focus svg,
  .tray-toggle:hover svg {
    fill: var(--orange) !important;
  }
}
.tray-toggle:focus {
  outline: 0;
}
button.tray-toggle {
  padding: 0;
  background-color: transparent;
}
.tray-toggle__opener {
  position: absolute;
  display: flex;
  align-items: center;
  width: 17px;
  margin-top: -11px;
  margin-left: -13px;
  font-family: var(--font-family-times);
  font-size: 23px;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
}
.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--orange);
}
.tray-toggle__closer {
  position: fixed;
  width: 47px;
  height: 47px;
  top: 23px;
  right: 19px;
}
.tray-open .tray-toggle__opener,
.tray-toggle__closer {
  visibility: hidden;
}
.tray-open .tray-toggle__closer {
  visibility: visible;
}
.tray-toggle-bar {
  height: 3px;
  margin: 9px auto;
  background-color: var(--black);
  border-radius: 8px;
  border: 2px solid var(--orange);
  transition: all var(--trans-dur) var(--trans-func);
}
.tray-close-bar {
  width: 30px;
  top: 30px;
  left: 22px;
  right: auto;
  bottom: auto;
  height: 3px;
}
html.tray-open body {
  overflow-y: hidden;
}
@media (hover: none) {
  html.tray-open body {
    overflow: hidden;
  }
}
.main {
  transition: all var(--trans-dur) var(--trans-func) 0.2s;
}
.tray-open .main {
  opacity: 0;
  transition: all var(--trans-dur) var(--trans-func);
}
.tray {
  display: none;
  transition: opacity var(--trans-dur) ease;
  overflow: scroll;
  z-index: 10;
  opacity: 0;
}
.tray-trans-fade .tray {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  padding-top: 0;
  transition: opacity var(--trans-dur) var(--trans-func) 0.3s, opacity var(--trans-dur) ease 0.3s;
}
.tray-open .tray-trans-fade .tray {
  right: 0;
  opacity: 1;
  transition: opacity var(--trans-dur) var(--trans-func) 0.15s, opacity var(--trans-dur) var(--trans-func) 0.15s;
}
.site {
  position: relative;
  background: transparent;
}
.tray-trans-fade .tray {
  display: block;
}
.tray__header {
  margin-top: 26px;
}
.tray__body {
  margin-top: 16px;
}
.nav-tray {
  width: 100%;
}
@media screen and (max-height: 414px) {
  .tray .nav-tray {
    overflow-y: auto;
  }
}
/**
 * =Directors =Accordion
 */
.directors-accordion {
  padding-bottom: 0;
}
.directors-accordion__summary {
  list-style-type: none;
  cursor: pointer;
}
.directors-accordion__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--col-gap, 1rem);
  padding-top: 12px;
  padding-bottom: 4px;
  width: 59%;
}
.directors-accordion__list {
  list-style: none;
  padding: 0;
  padding-left: 5px;
  margin: 0;
}
.directors-accordion__item {
  margin-top: 3px;
  margin-bottom: 5px;
}
.directors-accordion__link {
  display: block;
  text-decoration: none;
}
.directors-accordion__link:hover {
  color: var(--orange-alt);
}
.directors-accordion__link:focus-visible {
  color: var(--orange-alt);
}
@media (min-width: 768px) {
  .tray__wrap {
    --container-gap: 40px;
  }
  .tray-toggle__opener {
    width: 21px;
    margin-top: -9px;
    margin-left: -10px;
  }
  .tray-toggle__closer {
    top: 60px;
    right: 99px;
  }
  .tray__header {
    margin-top: 11px;
  }
  .tray__body {
    margin-top: 95px;
  }
  .nav-tray {
    width: 98%;
  }
  .directors-accordion__columns {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: var(--col-gap, 2rem);
  }
}
@media (min-width: 1200px) {
  .directors-accordion__columns {
    width: 80%;
  }
}
@media (min-width: 1442px) {
  .directors-accordion__columns {
    width: 59%;
  }
}
/* =============================

	<main>

============================= */
/* =============================

	Site Footer

============================= */
:root {
  --footer-h: 90px;
}
.footer__wrap {
  --container-w-inner: calc(1360px - 20px);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: normal;
}
.tray-open .footer__wrap {
  opacity: 0;
  visibility: hidden;
}
.footer__box {
  padding: 10px 10px 10px;
}
.back-to-top {
  display: flex;
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
.back-to-top__dot {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.copyright {
  font-family: var(--font-family-arial);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: normal;
}
.footer .social-icons {
  margin: 24px auto 22px;
}
.footer .social-icons:first-child {
  margin-top: 0;
}
.icon-social {
  background-color: transparent;
  color: var(--orange);
  margin-right: 15px;
  border-radius: 27px;
}
.icon-social,
.icon-social svg {
  width: 27px;
  height: 27px;
}
.icon-social path:not(.mask__path) {
  fill: var(--orange) !important;
  transition: all var(--trans-dur) var(--trans-func);
}
.icon-social:before {
  display: none;
}
.icon-social:hover {
  top: 0;
}
.icon-social a:focus,
.icon-social a:hover {
  top: 0;
}
.icon-social a:focus path:not(.mask__path),
.icon-social a:hover path:not(.mask__path) {
  fill: var(--orange) !important;
  fill: var(--black) !important;
}
.icon-social:last-child {
  margin-right: 0;
}
.connect-icons-wrap {
  text-align: center;
}
.social-icons {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .footer__box {
    padding: 14px 10px 16px;
  }
  .back-to-top {
    text-align: left;
    font-size: 18px;
  }
  .copyright {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;
  }
}
:root {
  --splash-bg-color: #eae9e5;
  --splash-bg-color: var(--cream);
}
.splash {
  background: var(--splash-bg-color);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .splash--loaded {
	background: transparent;
} */
.splash__video {
  background: none;
  background: var(--splash-bg-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%) scale(1);
  max-width: 100%;
  max-height: 9999px;
  width: 520px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .splash__video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 580px;
  }
}
.splash__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--splash-bg-color);
  z-index: 2;
  opacity: 0;
}
/* =============================

	Section Basics

	Shared styles only. For individual sections, create a new file like _section-example.less

	@tags grid_row_col_container

============================= */
:root {
  --section-pad-top: 30px;
  --section-pad-btm: 30px;
}
.section {
  position: relative;
  padding-top: var(--section-pad-top);
  padding-bottom: var(--section-pad-btm);
}
.section__group > .section:not(.hero):last-of-type,
.main > .section:not(.hero):last-of-type {
  --section-pad-btm: 0;
}
.bg-color-repeated {
  --section-pad-top: 0;
}
/*
@include media(">=md") {

	:root {
		--section-pad-top: 120px;
		--section-pad-btm: 120px;
	}

	// .section__title {
	// 	--vert-marg: 0;
	// }

	// .section__title:not(.screen-reader-text) ~ .section__desc:not(.section__desc--alt) {
	// 	margin-top: 2rem;
	// }

}
*/
/* -----------------------------------------------------------------------------------

	Full-viewport-height sections

	------------------------------------------------------------------------------------

	Quirks:

	- Old IE and some more current iOS versions (APR 2018) don't calculate vh how you'd expect – so we do it with JS and set --vh100 property
	- calc() doesn't work inside media queries until Chrome 66 (APR 2018)

----------------------------------------------------------------------------------- */
/*
.responsive-mixin-x({

	.section--full-height@{suffix-x} {
		min-height: var(--vh100);
	}

});
*/
/*-----------------------------------------------------------------------------------*/
/* Looking for .container (section inner width)?
/*
/* (comes directly within <section>, site <footer>, etc.)
/*-----------------------------------------------------------------------------------*/
/* =============================

	Hero / Page Header
	(shared class)
	[Section]

	Layouts where the H1 is:

	1. VISUALLY part of the <header>
	2. SEMANTICALLY after the <header> in its own <section>


============================= */
/*-----------------------------------------------------------------------------------*/
/* Page =Header
/*-----------------------------------------------------------------------------------*/
.header,
.section--page-header {
  --hr-space-top: 41px;
}
.section--page-header {
  position: static;
  margin-top: calc((var(--header-h-approx) * -1) + 28px);
}
.bio-zone__text {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .header,
  .section--page-header {
    --hr-space-top: 40px;
  }
  .section--page-header {
    position: static;
    margin-top: calc((var(--header-h-approx) * -1) + 28px);
  }
  .bio-zone__text {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .header,
  .section--page-header {
    --hr-space-top: 32px;
  }
}
/* =============================

	Home Hero
	[Section]

	@tags homepage

============================= */
:root {
  --col-gap-home: 9px;
}
.page-template-template-home .header__wrap {
  position: absolute;
  top: 0;
}
.section--hero-home {
  --section-pad-btm: 20px;
  --vert-marg: 15px;
  --logo-w: 240px;
  --logo-h: calc(var(--logo-w) * var(--logo-aspect));
}
.site-logo--hero-home {
  max-width: 17.7%;
  margin-left: 5px;
  margin-top: 3px;
  margin-bottom: 16px;
}
.wire-row__group {
  text-align: left;
}
.wire-row {
  padding-top: 0.043em;
  padding-bottom: 0.11em;
  padding-top: 4px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-color: var(--orange);
}
.tray .wire-row {
  padding-top: 0.14em;
  padding-bottom: 0.22em;
}
.wire-row:last-child {
  border-bottom-width: 1px;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .site-logo--hero-home {
    max-width: 13%;
    margin-left: 16px;
    margin-bottom: 23px;
  }
  .wire-row {
    padding-top: 0.043em;
    padding-bottom: 0.11em;
  }
}
@media (min-width: 1200px) {
  .site-logo--hero-home {
    max-width: 13%;
  }
}
@media (min-width: 1442px) {
  .site-logo--hero-home {
    max-width: 20%;
  }
}
/* =============================

	Image Carousel
	[Section]

	@tags homepage

============================= */
.section--image-carousel {
  --section-pad-btm: 13px;
  text-align: center;
  overflow: hidden;
}
.image-carousel__wrap {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
.image-carousel {
  padding-bottom: 100%;
  min-height: 100%;
}
.image-carousel .slide-img,
.image-carousel .slide {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-carousel .slide {
  opacity: 0;
  transition: opacity var(--trans-dur-slow) ease;
}
.image-carousel.loaded .slide.active {
  opacity: 1;
}
@media (min-width: 768px) {
  .section--image-carousel {
    --section-pad-btm: 30px;
  }
}
/* =============================

	Mission
	[Section]

	@tags homepage, company_bio

============================= */
.section--mission {
  --section-pad-top: 10px;
  --section-pad-btm: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .section--mission {
    --section-pad-btm: 52px;
  }
}
/* =============================

	Featured Work
	[Section]

	@tags homepage

============================= */
.section--feat-work {
  --section-pad-top: 2px;
  --col-gap: 9px;
}
.section__header--feat-work {
  margin-top: 27px;
  margin-bottom: 27px;
}
.feat-work-item + .feat-work-item {
  margin-top: 20px;
}
.feat-work-item__text {
  padding: 11px 0;
}
@media (min-width: 768px) {
  .section--feat-work {
    --section-pad-top: 2px;
    --col-gap: 9px;
  }
  .section__header--feat-work {
    margin-top: 27px;
    margin-bottom: 40px;
  }
}
/* =============================

	Work Grid Cards

============================= */
.card.in-view.video-card,
.card.in-view.image-loaded {
  opacity: 1;
}
.card__inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  padding-bottom: 57.93%;
}
.card__fg,
.card__bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card__fg {
  transition: all var(--trans-dur) var(--trans-func);
  opacity: 0;
}
.js-card:hover .card__fg,
.card__inner.focused .card__fg,
.card__inner:hover .card__fg {
  opacity: 1;
}
.js-card:focus-within .card__fg {
  opacity: 1;
}
.card__fill {
  display: none;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all var(--trans-dur) var(--trans-func);
  background-color: var(--black);
}
/* =============================

	Directors
	[Archive]

============================= */
/* =============================

	Director (Single)

============================= */
.bio-toggle {
  font-family: var(--font-family-times);
  font-weight: 300;
  font-size: 19.2px;
  letter-spacing: -1px;
  margin-top: 13px;
  margin-bottom: 12px;
}
.bio-toggle__plus-minus {
  display: inline-flex;
}
.bio-toggle__plus-minus svg,
.bio-toggle__plus-minus {
  width: 10px;
  height: 10px;
}
.bio-toggle:not([aria-expanded=true]) .bio-toggle__open,
.bio-toggle[aria-expanded=true] .bio-toggle__closed {
  display: none;
}
.theater {
  position: relative;
}
.go-home {
  text-transform: uppercase;
  font-family: var(--font-family-arial);
  font-size: 12.8px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -1.4px;
}
.go-home--below-page-header {
  display: flex;
  margin-top: 8px;
  margin-bottom: -10px;
}
.bio-zone {
  display: none;
}
.bio-zone__inner {
  padding-top: 44px;
}
.bio-zone__headshot {
  max-width: 214px;
  border-radius: 50%;
  overflow: hidden;
}
.bio-zone__headshot img {
  margin-bottom: -8px;
}
.bio-toggle__wrap {
  position: absolute;
}
@media (min-width: 768px) {
  .bio-zone__inner {
    padding-top: 81px;
  }
}
@media (min-width: 1200px) {
  .bio-toggle {
    margin-bottom: -12px;
    transform: translateY(-21px);
    font-family: var(--font-family-times);
    font-weight: 300;
    font-size: 19.2px;
    font-size: 31px;
    letter-spacing: -1px;
  }
  .bio-toggle__plus-minus svg,
  .bio-toggle__plus-minus {
    width: 17.5px;
    height: 17.5px;
  }
  .go-home {
    font-size: 18px;
  }
  .go-home--theater {
    line-height: 0.5;
  }
}
/* =============================

	Work (Single)
	[Deprecated]

============================= */
/*
.desc-text {
	.BodyText();
}

.image .card__inner {
	padding-bottom: 100%;
}

@media screen and (max-width: @breakpoint-sm) {
	section.desc {
		margin-top: 20px;
		padding-left:  calc(var(--col-gap) * 2);
		padding-right: calc(var(--col-gap) * 2);
	}
}
*/
/* =============================

	Director Hero / Page Header
	[Section]

============================= */
/* =============================

	Director Theater [Section]

	Vimeo player.

	@tags single_director

============================= */
.section--theater {
  --section-pad-top: 16px;
  --section-pad-btm: 0px;
  margin-bottom: -1px;
}
.js-card--work.active {
  display: none;
  filter: grayscale(100%);
}
.theater__text,
.card__text--reel {
  padding-top: 18px;
  padding-bottom: 39px;
}
.embed-container iframe {
  background-color: var(--black);
}
/* =============================

	Director Reel [Section]

	@tags single_director

============================= */
.section--reel {
  --section-pad-top: 0px;
}
/* =============================

	News Hero / Page Header
	[Section]

============================= */
.page-title {
  margin-top: 9px;
  max-width: 228px;
}
@media (min-width: 768px) {
  .page-title {
    transform: translateY(-8px);
    max-width: 9999px;
  }
}
/* =============================

	News
	[Section]

============================= */
.section--news {
  --hr-space-top: 27px;
  --section-pad-top: 1px;
  --section-pad-btm: 1px;
  --article-date-height-approx: 19px;
  margin-top: calc(-31px - var(--hr-space-top, 0px));
}
.article {
  margin-top: 0px;
  margin-bottom: 4px;
}
.article__date {
  padding-bottom: 13px;
}
.dot--article {
  position: absolute;
  width: 27px;
  height: 27px;
  right: var(--container-gap, 0px);
  margin-right: -8px;
  margin-top: -4px;
  margin-bottom: 5px;
}
.article__link {
  font-weight: bold;
}
@media (min-width: 768px) {
  .section--news {
    --section-pad-btm: 0px;
    --hr-space-top: 30px;
    margin-top: calc(-32px - var(--hr-space-top, 0px));
  }
  .article {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .dot--article {
    width: 64px;
    height: 64px;
    transform: translate(calc(-100% - var(--col-gap, 0px)), var(--article-date-height-approx, 0px));
    left: 0;
    right: auto;
    margin-right: 0;
    margin-top: 6px;
  }
  .article__date {
    padding-bottom: 3px;
  }
}
/* =============================

	Contact Hero / Page Header
	[Section]

============================= */
/* =============================

	People / Team / Staff
	Contacts
	[Page Template]

============================= */
.section--contact {
  --section-pad-top: 0px;
  --section-pad-btm: 0px;
  margin-top: -20px;
}
.person {
  margin-top: 19px;
}
/* =============================

	Office Contacts
	[Page Template]

============================= */
.section--offices {
  --section-pad-top: 0px;
  margin-top: -5px;
}
.section--offices hr {
  margin-bottom: 22px;
}
.contact-general,
.contact-office {
  margin-top: 30px;
}
.contact-office {
  position: relative;
}
.vert-label {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: right top;
  right: 100%;
  top: 0;
  white-space: nowrap;
  margin-right: 21px;
}
@media screen and (min-width: 768px) {
  .section--offices {
    --section-pad-top: 0px;
    --section-pad-btm: 0px !important;
  }
  .contact-general,
  .contact-office {
    margin-top: 0;
  }
}
/* =============================

	404 Error

============================= */
/* =============================

	Print styles

============================= */
@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color: #000000;
  }
}
/*# sourceMappingURL=main.dist.css.map */