/****** FILE: public/_resources/vendor/silverstripe/userforms/client/dist/styles/userforms.css *****/
.userform-progress .progress{position:relative;height:1em;background:#ced5e1}.userform-progress .progress-bar{position:absolute;height:1em;background:#566b8d}.userform-progress .step-buttons{margin-left:0;position:relative}.userform-progress .step-button-wrapper{display:inline-block;list-style-type:none}.userform-progress .step-button-wrapper.viewed .step-button-jump{opacity:1}.userform-progress .step-button-jump{position:absolute;top:0;opacity:.7}.step-navigation .step-buttons{margin-left:0}.step-navigation .step-button-wrapper{display:inline-block;list-style-type:none}.userform{clear:both;width:100%;max-width:100%}.userform .hide{display:none}.userform .field label.right{color:#303b4d}.userformsgroup{border:1px solid #aebace;border-radius:4px;padding:8px;margin-top:12px;margin-bottom:12px}.userformsgroup>legend{padding-left:4px;padding-right:4px;border:0;width:auto}.right-title{clear:both;display:block}.checkbox .right-title{display:inline}.userform .left{margin-bottom:5px;font-weight:700}
/****** FILE: public/_resources/_resources/themes/app/css/slick.min.css *****/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/****** FILE: public/_resources/_resources/themes/app/css/leaflet.css *****/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/images/marker-icon-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/****** FILE: public/_resources/vendor/delaneydavidson/base7element-map/client/css/Base7ElementMap.css *****/
.element-map {
	height: 300px;
	width: 100%;
}
/****** FILE: public/_resources/_resources/themes/app/css/site.css *****/
@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

[data-whatintent="mouse"] *, [data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none; }

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&mediumlarge=56.25em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: montserrat, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4f5052;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.28125rem;
  margin: 0 0 0.9375rem;
  padding: 0.46875rem;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid rgba(84, 105, 212, 0.5);
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.9375rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.46875rem;
  margin-right: 0.9375rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.46875rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 0.9375rem;
    line-height: 1.5;
    padding: 0.53125rem 0; }

.help-text {
  margin-top: -0.46875rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.9375rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9375rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.46875rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.28125rem;
  margin: 0 0 0.9375rem;
  padding: 0.46875rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -0.9375rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.40625rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid rgba(84, 105, 212, 0.5);
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.46875rem;
  margin-bottom: 0.9375rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.80203rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.60181rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.42383rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.26563rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.583rem; }
  h2, .h2 {
    font-size: 2.986rem; }
  h3, .h3 {
    font-size: 2.488rem; }
  h4, .h4 {
    font-size: 2.074rem; }
  h5, .h5 {
    font-size: 1.728rem; }
  h6, .h6 {
    font-size: 1.2rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3.125rem; }
  h2, .h2 {
    font-size: 2.75rem; }
  h3, .h3 {
    font-size: 2.488rem; }
  h4, .h4 {
    font-size: 2.074rem; }
  h5, .h5 {
    font-size: 1.728rem; }
  h6, .h6 {
    font-size: 1.2rem; } }

a {
  line-height: inherit;
  color: #ba8748;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #a1743d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

cite, .cite-block {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  cite:before, .cite-block:before {
    content: "— "; }

code, .code-inline {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-text-left {
    text-align: left; }
  .mediumlarge-text-right {
    text-align: right; }
  .mediumlarge-text-center {
    text-align: center; }
  .mediumlarge-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 56.25em) {
  .grid-x > .mediumlarge-shrink, .grid-x > .mediumlarge-full, .grid-x > .mediumlarge-1, .grid-x > .mediumlarge-2, .grid-x > .mediumlarge-3, .grid-x > .mediumlarge-4, .grid-x > .mediumlarge-5, .grid-x > .mediumlarge-6, .grid-x > .mediumlarge-7, .grid-x > .mediumlarge-8, .grid-x > .mediumlarge-9, .grid-x > .mediumlarge-10, .grid-x > .mediumlarge-11, .grid-x > .mediumlarge-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 56.25em) {
  .grid-x > .mediumlarge-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .mediumlarge-shrink, .grid-x > .mediumlarge-1, .grid-x > .mediumlarge-2, .grid-x > .mediumlarge-3, .grid-x > .mediumlarge-4, .grid-x > .mediumlarge-5, .grid-x > .mediumlarge-6, .grid-x > .mediumlarge-7, .grid-x > .mediumlarge-8, .grid-x > .mediumlarge-9, .grid-x > .mediumlarge-10, .grid-x > .mediumlarge-11, .grid-x > .mediumlarge-12 {
    flex: 0 0 auto; }
  .grid-x > .mediumlarge-shrink {
    width: auto; }
  .grid-x > .mediumlarge-1 {
    width: 8.33333%; }
  .grid-x > .mediumlarge-2 {
    width: 16.66667%; }
  .grid-x > .mediumlarge-3 {
    width: 25%; }
  .grid-x > .mediumlarge-4 {
    width: 33.33333%; }
  .grid-x > .mediumlarge-5 {
    width: 41.66667%; }
  .grid-x > .mediumlarge-6 {
    width: 50%; }
  .grid-x > .mediumlarge-7 {
    width: 58.33333%; }
  .grid-x > .mediumlarge-8 {
    width: 66.66667%; }
  .grid-x > .mediumlarge-9 {
    width: 75%; }
  .grid-x > .mediumlarge-10 {
    width: 83.33333%; }
  .grid-x > .mediumlarge-11 {
    width: 91.66667%; }
  .grid-x > .mediumlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 56.25em) {
    .grid-margin-x > .mediumlarge-auto {
      width: auto; }
    .grid-margin-x > .mediumlarge-shrink {
      width: auto; }
    .grid-margin-x > .mediumlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .mediumlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .mediumlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .mediumlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .mediumlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .mediumlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .mediumlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .mediumlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .mediumlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .mediumlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .mediumlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .mediumlarge-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-up-1 > .cell {
    width: 100%; }
  .mediumlarge-up-2 > .cell {
    width: 50%; }
  .mediumlarge-up-3 > .cell {
    width: 33.33333%; }
  .mediumlarge-up-4 > .cell {
    width: 25%; }
  .mediumlarge-up-5 > .cell {
    width: 20%; }
  .mediumlarge-up-6 > .cell {
    width: 16.66667%; }
  .mediumlarge-up-7 > .cell {
    width: 14.28571%; }
  .mediumlarge-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 56.25em) {
  .grid-margin-x.mediumlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.mediumlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 56.25em) {
    .small-margin-collapse > .mediumlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .mediumlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .mediumlarge-3 {
      width: 25%; }
    .small-margin-collapse > .mediumlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .mediumlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .mediumlarge-6 {
      width: 50%; }
    .small-margin-collapse > .mediumlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .mediumlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .mediumlarge-9 {
      width: 75%; }
    .small-margin-collapse > .mediumlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .mediumlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .mediumlarge-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 56.25em) {
  .medium-margin-collapse > .mediumlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .mediumlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .mediumlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .mediumlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .mediumlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .mediumlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .mediumlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .mediumlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .mediumlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .mediumlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .mediumlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .mediumlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .mediumlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .mediumlarge-margin-collapse > .small-3 {
    width: 25%; }
  .mediumlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .mediumlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .mediumlarge-margin-collapse > .small-6 {
    width: 50%; }
  .mediumlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .mediumlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .mediumlarge-margin-collapse > .small-9 {
    width: 75%; }
  .mediumlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .mediumlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .mediumlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .mediumlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .mediumlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .mediumlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .mediumlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .mediumlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .mediumlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .mediumlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .mediumlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .mediumlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .mediumlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .mediumlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-margin-collapse > .mediumlarge-1 {
    width: 8.33333%; }
  .mediumlarge-margin-collapse > .mediumlarge-2 {
    width: 16.66667%; }
  .mediumlarge-margin-collapse > .mediumlarge-3 {
    width: 25%; }
  .mediumlarge-margin-collapse > .mediumlarge-4 {
    width: 33.33333%; }
  .mediumlarge-margin-collapse > .mediumlarge-5 {
    width: 41.66667%; }
  .mediumlarge-margin-collapse > .mediumlarge-6 {
    width: 50%; }
  .mediumlarge-margin-collapse > .mediumlarge-7 {
    width: 58.33333%; }
  .mediumlarge-margin-collapse > .mediumlarge-8 {
    width: 66.66667%; }
  .mediumlarge-margin-collapse > .mediumlarge-9 {
    width: 75%; }
  .mediumlarge-margin-collapse > .mediumlarge-10 {
    width: 83.33333%; }
  .mediumlarge-margin-collapse > .mediumlarge-11 {
    width: 91.66667%; }
  .mediumlarge-margin-collapse > .mediumlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .mediumlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .mediumlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .mediumlarge-margin-collapse > .large-3 {
    width: 25%; }
  .mediumlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .mediumlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .mediumlarge-margin-collapse > .large-6 {
    width: 50%; }
  .mediumlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .mediumlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .mediumlarge-margin-collapse > .large-9 {
    width: 75%; }
  .mediumlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .mediumlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .mediumlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .mediumlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .mediumlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .mediumlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .mediumlarge-3 {
    width: 25%; }
  .large-margin-collapse > .mediumlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .mediumlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .mediumlarge-6 {
    width: 50%; }
  .large-margin-collapse > .mediumlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .mediumlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .mediumlarge-9 {
    width: 75%; }
  .large-margin-collapse > .mediumlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .mediumlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .mediumlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.25rem / 2); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.25rem / 2); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.25rem / 2); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.25rem / 2); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.25rem / 2); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.25rem / 2); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.25rem / 2); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.25rem / 2); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .mediumlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .mediumlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .mediumlarge-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .mediumlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .mediumlarge-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .mediumlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .mediumlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .mediumlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .mediumlarge-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .mediumlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .mediumlarge-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .mediumlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .mediumlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .mediumlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .mediumlarge-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .mediumlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .mediumlarge-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .mediumlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .mediumlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .mediumlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .mediumlarge-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .mediumlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .mediumlarge-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.875rem / 2); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.875rem / 2); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.875rem / 2); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.875rem / 2); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.875rem / 2); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.875rem / 2); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.875rem / 2); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.875rem / 2); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 56.25em) {
    .grid-y > .mediumlarge-shrink, .grid-y > .mediumlarge-full, .grid-y > .mediumlarge-1, .grid-y > .mediumlarge-2, .grid-y > .mediumlarge-3, .grid-y > .mediumlarge-4, .grid-y > .mediumlarge-5, .grid-y > .mediumlarge-6, .grid-y > .mediumlarge-7, .grid-y > .mediumlarge-8, .grid-y > .mediumlarge-9, .grid-y > .mediumlarge-10, .grid-y > .mediumlarge-11, .grid-y > .mediumlarge-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 56.25em) {
    .grid-y > .mediumlarge-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .mediumlarge-shrink, .grid-y > .mediumlarge-1, .grid-y > .mediumlarge-2, .grid-y > .mediumlarge-3, .grid-y > .mediumlarge-4, .grid-y > .mediumlarge-5, .grid-y > .mediumlarge-6, .grid-y > .mediumlarge-7, .grid-y > .mediumlarge-8, .grid-y > .mediumlarge-9, .grid-y > .mediumlarge-10, .grid-y > .mediumlarge-11, .grid-y > .mediumlarge-12 {
      flex: 0 0 auto; }
    .grid-y > .mediumlarge-shrink {
      height: auto; }
    .grid-y > .mediumlarge-1 {
      height: 8.33333%; }
    .grid-y > .mediumlarge-2 {
      height: 16.66667%; }
    .grid-y > .mediumlarge-3 {
      height: 25%; }
    .grid-y > .mediumlarge-4 {
      height: 33.33333%; }
    .grid-y > .mediumlarge-5 {
      height: 41.66667%; }
    .grid-y > .mediumlarge-6 {
      height: 50%; }
    .grid-y > .mediumlarge-7 {
      height: 58.33333%; }
    .grid-y > .mediumlarge-8 {
      height: 66.66667%; }
    .grid-y > .mediumlarge-9 {
      height: 75%; }
    .grid-y > .mediumlarge-10 {
      height: 83.33333%; }
    .grid-y > .mediumlarge-11 {
      height: 91.66667%; }
    .grid-y > .mediumlarge-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 56.25em) {
    .grid-margin-y > .mediumlarge-auto {
      height: auto; }
    .grid-margin-y > .mediumlarge-shrink {
      height: auto; }
    .grid-margin-y > .mediumlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .mediumlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .mediumlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .mediumlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .mediumlarge-grid-frame {
    width: 100%; }
  .mediumlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .mediumlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .mediumlarge-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .mediumlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 56.25em) {
  .grid-y.mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 56.25em) {
  .cell .grid-y.mediumlarge-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 56.25em) {
    .grid-margin-y > .mediumlarge-auto {
      height: auto; }
    .grid-margin-y > .mediumlarge-shrink {
      height: auto; }
    .grid-margin-y > .mediumlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .mediumlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .mediumlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .mediumlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .mediumlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .mediumlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 56.25em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 56.25em) {
  .grid-margin-y.mediumlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #ba8748;
    color: #fefefe; }
  .button:hover, .button:focus {
    background-color: #9f733c;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #ba8748;
    color: #0a0a0a; }
  .button.primary:hover, .button.primary:focus {
    background-color: #966c39;
    color: #0a0a0a; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #5f6062;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #4c4d4e;
    color: #fefefe; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #99CC66;
    color: #0a0a0a; }
  .button.success:hover, .button.success:focus {
    background-color: #7ab83d;
    color: #0a0a0a; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #ba8748;
    color: #ba8748; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #5e4423;
    color: #5e4423; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #ba8748;
    color: #ba8748; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #5e4423;
    color: #5e4423; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #5f6062;
    color: #5f6062; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #303031;
    color: #303031; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #99CC66;
    color: #99CC66; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #4d7326;
    color: #4d7326; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #ba8748; }
  .button.clear:hover, .button.clear:focus {
    color: #5e4423; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #ba8748; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #5e4423; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #5f6062; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #303031; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #99CC66; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #4d7326; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em;
    content: '';
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #ba8748; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #ba8748; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #5f6062; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #99CC66; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ba8748;
  color: #fefefe; }
  .label.primary {
    background: #ba8748;
    color: #0a0a0a; }
  .label.secondary {
    background: #5f6062;
    color: #fefefe; }
  .label.success {
    background: #99CC66;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #4f5052; }
  tfoot {
    background: #f1f1f1;
    color: #4f5052; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 56.24875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ba8748;
  color: #fefefe; }
  .badge.primary {
    background: #ba8748;
    color: #0a0a0a; }
  .badge.secondary {
    background: #5f6062;
    color: #fefefe; }
  .badge.success {
    background: #99CC66;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #ba8748; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #4f5052; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #f5ede4;
    color: #4f5052; }
  .callout.secondary {
    background-color: #e7e7e8;
    color: #4f5052; }
  .callout.success {
    background-color: #f0f7e8;
    color: #4f5052; }
  .callout.warning {
    background-color: #fff3d9;
    color: #4f5052; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #4f5052; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #4f5052; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #ba8748;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #4f5052;
  border-bottom: 0;
  font-size: 1.125rem;
  line-height: 1;
  color: #4f5052; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #4f5052;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #4f5052; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #4f5052;
  border-bottom: 0;
  background-color: #fefefe;
  color: #4f5052; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #4f5052; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
    .menu.vertical.icon-top li a img,
    .menu.vertical.icon-top li a i,
    .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
    .menu.vertical.icon-bottom li a i,
    .menu.vertical.icon-bottom li a svg {
      text-align: left; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 56.25em) {
    .menu.mediumlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.mediumlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.mediumlarge-expanded li {
      flex: 1 1 0px; }
    .menu.mediumlarge-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a, .menu.nested.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
    .menu.nested.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a, .menu.nested.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #ba8748;
    color: #0a0a0a; }
  .menu .active > a {
    background: #ba8748;
    color: #0a0a0a; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #ba8748 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #ba8748 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 8px; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #ba8748; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 8px; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a; } }

@media print, screen and (min-width: 56.25em) {
  .dropdown.menu.mediumlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.mediumlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 8px; }
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.mediumlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mediumlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.mediumlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.mediumlarge-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.mediumlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.mediumlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 8px; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #0a0a0a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #0a0a0a transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #0a0a0a; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-order-1 {
    order: 1; }
  .mediumlarge-order-2 {
    order: 2; }
  .mediumlarge-order-3 {
    order: 3; }
  .mediumlarge-order-4 {
    order: 4; }
  .mediumlarge-order-5 {
    order: 5; }
  .mediumlarge-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 56.25em) {
  .mediumlarge-flex-container {
    display: flex; }
  .mediumlarge-flex-child-auto {
    flex: 1 1 auto; }
  .mediumlarge-flex-child-grow {
    flex: 1 0 auto; }
  .mediumlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .mediumlarge-flex-dir-row {
    flex-direction: row; }
  .mediumlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .mediumlarge-flex-dir-column {
    flex-direction: column; }
  .mediumlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 56.24875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 56.25em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 56.25em) {
  .hide-for-mediumlarge {
    display: none !important; } }

@media screen and (max-width: 56.24875em) {
  .show-for-mediumlarge {
    display: none !important; } }

@media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
  .hide-for-mediumlarge-only {
    display: none !important; } }

@media screen and (max-width: 56.24875em), screen and (min-width: 64em) {
  .show-for-mediumlarge-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

@media only screen and (max-width: 900px) {
  .below-menu-bp-1 {
    flex: 8.33333%;
    max-width: 8.33333%; }
  .below-menu-bp-offset-0 {
    margin-left: calc(0% + 1.25rem / 2); }
  .below-menu-bp-2 {
    flex: 16.66667%;
    max-width: 16.66667%; }
  .below-menu-bp-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .below-menu-bp-3 {
    flex: 25%;
    max-width: 25%; }
  .below-menu-bp-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .below-menu-bp-4 {
    flex: 33.33333%;
    max-width: 33.33333%; }
  .below-menu-bp-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .below-menu-bp-5 {
    flex: 41.66667%;
    max-width: 41.66667%; }
  .below-menu-bp-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .below-menu-bp-6 {
    flex: 50%;
    max-width: 50%; }
  .below-menu-bp-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .below-menu-bp-7 {
    flex: 58.33333%;
    max-width: 58.33333%; }
  .below-menu-bp-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .below-menu-bp-8 {
    flex: 66.66667%;
    max-width: 66.66667%; }
  .below-menu-bp-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .below-menu-bp-9 {
    flex: 75%;
    max-width: 75%; }
  .below-menu-bp-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .below-menu-bp-10 {
    flex: 83.33333%;
    max-width: 83.33333%; }
  .below-menu-bp-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .below-menu-bp-11 {
    flex: 91.66667%;
    max-width: 91.66667%; }
  .below-menu-bp-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .below-menu-bp-12 {
    flex: 100%;
    max-width: 100%; }
  .below-menu-bp-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2); }
  .below-menu-bp-shrink {
    flex: 0 0 auto;
    width: auto; }
  .below-menu-bp-auto {
    flex: 1 1 0px;
    width: auto; }
  .below-menu-bp-hide {
    display: none !important; } }

@media only screen and (min-width: 900px) {
  .above-menu-bp-1 {
    flex: 8.33333%;
    max-width: 8.33333%; }
  .above-menu-bp-offset-0 {
    margin-left: calc(0% + 1.25rem / 2); }
  .above-menu-bp-2 {
    flex: 16.66667%;
    max-width: 16.66667%; }
  .above-menu-bp-offset-1 {
    margin-left: calc(8.33333% + 1.25rem / 2); }
  .above-menu-bp-3 {
    flex: 25%;
    max-width: 25%; }
  .above-menu-bp-offset-2 {
    margin-left: calc(16.66667% + 1.25rem / 2); }
  .above-menu-bp-4 {
    flex: 33.33333%;
    max-width: 33.33333%; }
  .above-menu-bp-offset-3 {
    margin-left: calc(25% + 1.25rem / 2); }
  .above-menu-bp-5 {
    flex: 41.66667%;
    max-width: 41.66667%; }
  .above-menu-bp-offset-4 {
    margin-left: calc(33.33333% + 1.25rem / 2); }
  .above-menu-bp-6 {
    flex: 50%;
    max-width: 50%; }
  .above-menu-bp-offset-5 {
    margin-left: calc(41.66667% + 1.25rem / 2); }
  .above-menu-bp-7 {
    flex: 58.33333%;
    max-width: 58.33333%; }
  .above-menu-bp-offset-6 {
    margin-left: calc(50% + 1.25rem / 2); }
  .above-menu-bp-8 {
    flex: 66.66667%;
    max-width: 66.66667%; }
  .above-menu-bp-offset-7 {
    margin-left: calc(58.33333% + 1.25rem / 2); }
  .above-menu-bp-9 {
    flex: 75%;
    max-width: 75%; }
  .above-menu-bp-offset-8 {
    margin-left: calc(66.66667% + 1.25rem / 2); }
  .above-menu-bp-10 {
    flex: 83.33333%;
    max-width: 83.33333%; }
  .above-menu-bp-offset-9 {
    margin-left: calc(75% + 1.25rem / 2); }
  .above-menu-bp-11 {
    flex: 91.66667%;
    max-width: 91.66667%; }
  .above-menu-bp-offset-10 {
    margin-left: calc(83.33333% + 1.25rem / 2); }
  .above-menu-bp-12 {
    flex: 100%;
    max-width: 100%; }
  .above-menu-bp-offset-11 {
    margin-left: calc(91.66667% + 1.25rem / 2); }
  .above-menu-bp-shrink {
    flex: 0 0 auto;
    width: auto; }
  .above-menu-bp-auto {
    flex: 1 1 0px;
    width: auto; }
  .above-menu-bp-hide {
    display: none !important; } }

.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .inline-list li {
    display: inline-block; }

.social-buttons li a {
  margin-bottom: 0; }

.social-buttons.limit-1 li:nth-of-type(n+2) {
  display: none; }

.social-buttons.limit-2 li:nth-of-type(n+3) {
  display: none; }

.social-buttons.limit-3 li:nth-of-type(n+4) {
  display: none; }

.social-buttons.limit-4 li:nth-of-type(n+5) {
  display: none; }

.flex-cell {
  display: flex; }

.flex-children > div {
  display: flex;
  flex-flow: column; }

.fr-caption h4 {
  color: #FFF; }

.fr-caption p:last-of-type {
  margin-bottom: 0; }

.grid-padding-x.half-padding {
  margin-left: 7.5px;
  margin-right: 7.5px; }
  @media print, screen and (max-width: 39.99875em) {
    .grid-padding-x.half-padding {
      margin-left: 5px;
      margin-right: 5px; } }
  @media print, screen and (max-width: 39.99875em) {
    .grid-padding-x.half-padding > .cell {
      padding-right: 5px;
      padding-left: 5px; } }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x.half-padding > .cell {
      padding-left: 7.5px;
      padding-right: 7.5px; } }

/* Cookie Policy */
#cookie_container {
  background: rgba(0, 0, 0, 0.8) !important; }
  #cookie_container .cookie_inner {
    display: flex;
    flex-flow: row;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto; }
    @media print, screen and (max-width: 39.99875em) {
      #cookie_container .cookie_inner {
        flex-flow: column;
        width: 100%; } }
    #cookie_container .cookie_inner p {
      color: #FFF;
      font-size: 15px;
      order: 1;
      flex: 1 0 auto; }
      #cookie_container .cookie_inner p:last-of-type {
        margin-bottom: 0; }
      #cookie_container .cookie_inner p:empty {
        display: none; }
    #cookie_container .cookie_inner #setCookie {
      display: block;
      float: none;
      font-size: 15px;
      border-radius: 2px;
      white-space: nowrap;
      order: 2;
      text-transform: uppercase;
      font-weight: 600;
      margin-left: 15px; }
      @media print, screen and (max-width: 39.99875em) {
        #cookie_container .cookie_inner #setCookie {
          margin-left: 0;
          margin-top: 10px; } }
      #cookie_container .cookie_inner #setCookie:hover {
        background: #FFF !important;
        color: #000 !important; }

/* Page Alerts */
.page-alert.floating {
  max-width: 75rem;
  padding: 0 15px;
  margin: 15px auto; }
  .page-alert.floating a {
    border-radius: 4px;
    border: 2px solid #ffd63f; }
  @media print, screen and (max-width: 39.99875em) {
    .page-alert.floating {
      padding: 0 10px;
      margin: 10px auto; } }

.page-alert a {
  display: block;
  background: #ffdb58;
  padding: 10px;
  text-align: center; }
  @media print, screen and (max-width: 56.24875em) {
    .page-alert a {
      text-align: left;
      display: flex;
      flex-flow: row;
      align-items: center; } }
  @media print, screen and (max-width: 39.99875em) {
    .page-alert a {
      padding: 5px; } }
  .page-alert a:hover {
    background: #ffd63f;
    color: #000000; }
  .page-alert a i {
    display: inline-block;
    margin-right: 5px; }
    @media print, screen and (max-width: 56.24875em) {
      .page-alert a i {
        text-align: center;
        width: 50px; } }
  .page-alert a p {
    color: #000000;
    display: inline-block;
    font-size: 15px;
    margin: 0; }
    .page-alert a p strong {
      background: #e62020;
      border-radius: 4px;
      color: #FFFFFF;
      display: inline-block;
      font-size: 15px;
      padding: 2px 5px;
      font-weight: 600; }

/* Form Extras */
form {
  background: #FFF;
  border-radius: 4px;
  box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
  padding: 30px; }
  form .alert-box {
    background: #eee;
    padding: 10px 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    text-align: center; }
    form .alert-box.success {
      background: #99CC66;
      color: #FFF; }
      form .alert-box.success:before {
        font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
        content: '\f058';
        color: #FFF;
        margin-right: 5px; }
    form .alert-box.alert {
      background: #cc4b37;
      color: #FFF; }
      form .alert-box.alert:before {
        font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free';
        content: '\f057';
        color: #FFF;
        margin-right: 5px; }
  form h2, form .h2 {
    font-size: 25.62896px; }
  form h3, form .h3 {
    font-size: 22.78128px; }
  form h4, form .h4 {
    font-size: 20.25008px; }
  form h5, form .h5 {
    font-size: 18px; }
  form h6, form .h6 {
    font-size: 16px; }
  form h2, form h3, form h4, form h5, form h6, form .h2, form .h3, form .h4, form .h5, form .h6 {
    margin-bottom: 15px;
    margin-top: 30px; }
  form fieldset > div > .cell:first-child h2, form fieldset > div > .cell:first-child h3, form fieldset > div > .cell:first-child h4, form fieldset > div > .cell:first-child h5, form fieldset > div > .cell:first-child h6, form fieldset > div > .cell:first-child .h2, form fieldset > div > .cell:first-child .h3, form fieldset > div > .cell:first-child .h4, form fieldset > div > .cell:first-child .h5, form fieldset > div > .cell:first-child .h6 {
    margin-top: 0; }
  form [type=color], form [type=date], form [type=datetime-local], form [type=datetime], form [type=email], form [type=month], form [type=number], form [type=password], form [type=search], form [type=tel], form [type=text], form [type=time], form [type=url], form [type=week], form textarea {
    margin-bottom: 30px; }
  form .field-label {
    margin-bottom: 4px; }
  form input.holder-error {
    border: 1px solid #cc4b37; }
  form .message {
    margin-top: -30px;
    margin-bottom: 30px;
    display: block;
    padding: 2px 10px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 0 0 4px 4px; }
    form .message.error {
      background: #cc4b37;
      color: #FFFFFF; }
  form .right-label {
    color: #8a8a8a;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: -28px;
    display: block; }
  form .field-readonly span.readonly {
    border: 1px solid #cacaca;
    border-radius: 4px;
    cursor: not-allowed;
    padding: 7.5px;
    min-height: 38px;
    display: block;
    margin-bottom: 30px; }
    form .field-readonly span.readonly i {
      display: block;
      line-height: 21px;
      font-size: 15px;
      font-style: normal; }
  form .fieldholder-small.checkbox {
    display: flex;
    flex-flow: row; }
    form .fieldholder-small.checkbox .input-wrapper {
      flex: 0 0 20px;
      width: 20px; }
      form .fieldholder-small.checkbox .input-wrapper input {
        vertical-align: text-top; }
    form .fieldholder-small.checkbox .label-wrapper {
      flex: 1 1 auto;
      width: 100%; }
    form .fieldholder-small.checkbox .field-label {
      margin-bottom: 30px; }
    form .fieldholder-small.checkbox .message {
      border-radius: 4px;
      margin-left: 0;
      margin-right: 0; }
  form .field.confirmedpassword > .cell {
    display: flex;
    flex-flow: row;
    padding: 0; }
    form .field.confirmedpassword > .cell > div {
      flex: 0 0 50%;
      width: 50%;
      padding: 0 15px; }
      @media print, screen and (max-width: 39.99875em) {
        form .field.confirmedpassword > .cell > div {
          padding: 0 10px; } }
  form .redactor-box.redactor-styles-on {
    margin-bottom: 30px; }
  form .checkboxset .field-label,
  form .optionset .field-label {
    margin-bottom: 10px; }
  form .checkboxset li,
  form .optionset li {
    padding-bottom: 10px; }
    form .checkboxset li input,
    form .optionset li input {
      margin-bottom: 0;
      margin-top: 2px;
      margin-right: 2px;
      vertical-align: text-top; }
  form .checkboxset.horizontal ul,
  form .optionset.horizontal ul {
    display: flex;
    flex-flow: row wrap; }
    form .checkboxset.horizontal ul > li,
    form .optionset.horizontal ul > li {
      padding-right: 20px;
      flex: 0 0 33.333%;
      width: 33.333%; }
      @media print, screen and (max-width: 39.99875em) {
        form .checkboxset.horizontal ul > li ul > li,
        form .optionset.horizontal ul > li ul > li {
          flex: 0 0 50%;
          width: 50%; } }
  @media print, screen and (min-width: 40em) {
    form .checkboxset.horizontal.four-columns ul > li,
    form .optionset.horizontal.four-columns ul > li {
      flex: 0 0 25%;
      width: 25%; } }
  form .checkboxset.horizontal.shrink ul > li,
  form .optionset.horizontal.shrink ul > li {
    flex: 0 1 auto;
    width: auto; }
  form .btn-toolbar .cell {
    text-align: center; }
    form .btn-toolbar .cell .button {
      margin-bottom: 0; }

/* Base7UploadField */
.base7upload-inner {
  border: 1px solid #ced5e1;
  position: relative;
  height: 82px;
  background: #fff;
  width: 100%;
  flex: row;
  display: flex;
  margin-bottom: 15px; }
  .base7upload-inner .uploadfield-item__thumbnail {
    height: 78px;
    width: 80px;
    flex: 0 0 80px;
    position: relative; }
    .base7upload-inner .uploadfield-item__thumbnail i {
      position: absolute;
      font-size: 30px;
      background: #f7f7f7;
      color: #aaa;
      width: 80px;
      height: 80px;
      padding: 25px 30px; }
  .base7upload-inner .uploadfield-item__details {
    flex: 1 1 0%;
    width: 50px;
    height: 100%;
    padding: 10px;
    flex-direction: column;
    display: flex;
    justify-content: center; }
    .base7upload-inner .uploadfield-item__details .uploadfield-item__title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .base7upload-inner .uploadfield-item__details .uploadfield-item__meta {
      font-size: 12px;
      color: #aaa; }
  .base7upload-inner .upload-label,
  .base7upload-inner input.base7upload {
    display: none; }
  .base7upload-inner.no-file {
    border-color: transparent; }
    .base7upload-inner.no-file .upload-label {
      display: block;
      background: #FFF;
      position: absolute;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
      z-index: 3;
      margin-bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none; }
      .base7upload-inner.no-file .upload-label i {
        margin-right: 10px;
        font-size: 24px; }
    .base7upload-inner.no-file input.base7upload {
      display: block;
      background: #FFF;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 2px dashed #c1cad9;
      z-index: 2;
      margin-bottom: 0;
      cursor: pointer; }
  .base7upload-inner .uploadfield-pending__details {
    display: none; }
  .base7upload-inner.dragging .upload-label {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .base7upload-inner.file-selected .upload-label {
    display: none; }
  .base7upload-inner.file-selected .uploadfield-pending__details {
    height: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    border: 1px solid #ced5e1;
    background: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4; }
    .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__thumbnail {
      height: 78px;
      width: 80px;
      flex: 0 0 80px;
      background-size: cover;
      background-color: #f7f7f7;
      position: relative; }
      .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__thumbnail:before {
        font-size: 30px;
        color: #ebebeb;
        content: "\f15b";
        font-family: "Font Awesome 6 Pro", 'Font Awesome 6 Free';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); }
      .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__thumbnail[style]:before {
        display: none; }
    .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__title {
      flex: 1 1 auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      padding: 10px; }
    .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-item__pending {
      background: #fbc101;
      flex: 0 0 auto;
      white-space: nowrap;
      justify-content: flex-start;
      align-items: center;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 5px 10px;
      text-align: center;
      font-size: 13px;
      border-radius: 4px;
      align-self: center; }
    .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__remove-btn {
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: 0 0 40px;
      width: 40px; }
      .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__remove-btn i {
        color: #000;
        font-size: 18px; }
      .base7upload-inner.file-selected .uploadfield-pending__details .uploadfield-pending__remove-btn:hover {
        background: #eee; }
  .base7upload-inner .uploadfield-item__view-btn,
  .base7upload-inner .uploadfield-item__remove-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 40px;
    width: 40px; }
    .base7upload-inner .uploadfield-item__view-btn i,
    .base7upload-inner .uploadfield-item__remove-btn i {
      color: #000;
      font-size: 18px; }
    .base7upload-inner .uploadfield-item__view-btn:hover,
    .base7upload-inner .uploadfield-item__remove-btn:hover {
      background: #eee; }

.notification-bar {
  padding: 8px 15px;
  background: #eee;
  text-align: center; }
  .notification-bar a {
    text-decoration: underline; }

.card-wrapper > .cell {
  padding-bottom: 30px; }
  @media print, screen and (max-width: 39.99875em) {
    .card-wrapper > .cell {
      padding-bottom: 10px; } }

#LogoutForm_Form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 0; }

#LogoutForm_Form_action_doLogout {
  background: #cc4b37;
  color: #FFF; }

.button {
  outline: 0;
  border-width: 0;
  height: 40px;
  border-radius: 20px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  padding: 11px 25px 11px 25px;
  position: relative;
  overflow: hidden;
  white-space: nowrap; }
  .button.large {
    font-size: 20px;
    padding: 12px 30px;
    height: auto;
    line-height: 22px; }
  .button.icon-left:after, .button.icon-right:after {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 33px;
    top: -5px;
    background: #5f6062;
    content: '';
    transition: width 0.3s; }
  .button:hover:after {
    width: 110%; }
  .button span {
    position: relative;
    text-decoration: none;
    z-index: 1; }
  .button i {
    color: #FFF;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 14px;
    width: 28px;
    z-index: 5; }
  .button.gold-white {
    background: #ba8748; }
    .button.gold-white span {
      color: #FFF; }
    .button.gold-white.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 2px solid #FFF; }
    .button.gold-white .icon {
      color: #ba8748; }
    .button.gold-white:after {
      background: #FFF; }
    .button.gold-white:hover span {
      color: #966c39; }
    .button.gold-white:hover .action {
      color: #966c39; }
    .button.gold-white:active {
      background: #4f5052; }
      .button.gold-white:active:after {
        background: #4f5052; }
      .button.gold-white:active span {
        color: #FFF; }
      .button.gold-white:active .action {
        color: #ba8748; }
  .button.grey-white {
    background: #5f6062; }
    .button.grey-white span {
      color: #FFF; }
    .button.grey-white.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 2px solid #FFF; }
    .button.grey-white .icon {
      color: #ba8748; }
    .button.grey-white:after {
      background: #FFF; }
    .button.grey-white:hover span {
      color: #966c39; }
    .button.grey-white:hover .action {
      color: #966c39; }
    .button.grey-white:active {
      background: #4f5052; }
      .button.grey-white:active:after {
        background: #4f5052; }
      .button.grey-white:active span {
        color: #FFF; }
      .button.grey-white:active .action {
        color: #ba8748; }
  .button.white-grey {
    background: #FFF; }
    .button.white-grey span {
      color: #ba8748; }
    .button.white-grey.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 1px solid #5f6062; }
    .button.white-grey .icon {
      color: #FFF; }
    .button.white-grey:after {
      background: #5f6062; }
    .button.white-grey:hover span {
      color: #FFF; }
    .button.white-grey:hover .icon,
    .button.white-grey:hover .action {
      color: #966c39; }
    .button.white-grey:active {
      background: #FFF; }
      .button.white-grey:active:after {
        background: #FFF; }
      .button.white-grey:active span {
        color: #5f6062; }
      .button.white-grey:active .icon,
      .button.white-grey:active .action {
        color: #ba8748; }
  .button.white-greylight {
    background: #FFF; }
    .button.white-greylight span {
      color: #ba8748; }
    .button.white-greylight.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 1px solid #999; }
    .button.white-greylight .icon {
      color: #FFF; }
    .button.white-greylight:after {
      background: #999; }
    .button.white-greylight:hover span {
      color: #FFF; }
    .button.white-greylight:hover .icon,
    .button.white-greylight:hover .action {
      color: #FFF; }
    .button.white-greylight:active {
      background: #FFF; }
      .button.white-greylight:active:after {
        background: #FFF; }
      .button.white-greylight:active span {
        color: #999; }
      .button.white-greylight:active .icon,
      .button.white-greylight:active .action {
        color: #ba8748; }
  .button.darkgrey-white {
    background: #4f5052; }
    .button.darkgrey-white span {
      color: #FFF; }
    .button.darkgrey-white.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 2px solid #FFF; }
    .button.darkgrey-white .icon {
      color: #ba8748; }
    .button.darkgrey-white:after {
      background: #FFF; }
    .button.darkgrey-white:hover span {
      color: #966c39; }
    .button.darkgrey-white:hover .action {
      color: #966c39; }
    .button.darkgrey-white:active {
      background: #4f5052; }
      .button.darkgrey-white:active:after {
        background: #4f5052; }
      .button.darkgrey-white:active span {
        color: #FFF; }
      .button.darkgrey-white:active .action {
        color: #ba8748; }
  .button.white-darkgrey {
    background: #FFF; }
    .button.white-darkgrey span {
      color: #4f5052; }
    .button.white-darkgrey.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 2px solid #4f5052; }
    .button.white-darkgrey .icon {
      color: #FFF; }
    .button.white-darkgrey:after {
      background: #4f5052; }
    .button.white-darkgrey:hover span {
      color: #FFF; }
    .button.white-darkgrey:hover .icon,
    .button.white-darkgrey:hover .action {
      color: #966c39; }
    .button.white-darkgrey:active {
      background: #FFF; }
      .button.white-darkgrey:active:after {
        background: #FFF; }
      .button.white-darkgrey:active span {
        color: #4f5052; }
      .button.white-darkgrey:active .icon,
      .button.white-darkgrey:active .action {
        color: #ba8748; }
  .form-wrapper .button.action, .button.darkgrey-gold {
    background: #4f5052; }
    .form-wrapper .button.action span, .button.darkgrey-gold span {
      color: #FFF; }
    .form-wrapper .button.action.outline, .button.darkgrey-gold.outline {
      padding-top: 9px;
      padding-bottom: 9px;
      border: 2px solid #ba8748; }
    .form-wrapper .button.action .icon, .button.darkgrey-gold .icon {
      color: #4f5052; }
    .form-wrapper .button.action:after, .button.darkgrey-gold:after {
      background: #ba8748; }
    .form-wrapper .button.action:hover span, .button.darkgrey-gold:hover span {
      color: #FFF; }
    .form-wrapper .button.action:hover .action, .button.darkgrey-gold:hover .action {
      color: #FFF; }
    .form-wrapper .button.action:active, .button.darkgrey-gold:active {
      background: #4f5052; }
      .form-wrapper .button.action:active:after, .button.darkgrey-gold:active:after {
        background: #4f5052; }
      .form-wrapper .button.action:active span, .button.darkgrey-gold:active span {
        color: #FFF; }
      .form-wrapper .button.action:active .action, .button.darkgrey-gold:active .action {
        color: #ba8748; }
  .button.icon-left {
    padding-left: 53px; }
    .button.icon-left:after {
      right: auto;
      left: -5px; }
    .button.icon-left i {
      left: 0; }
  .button.icon-right {
    padding-right: 53px; }
    .button.icon-right i {
      transition: right 0.3s;
      right: 0; }
      .button.icon-right i.action {
        right: -30px; }
    .button.icon-right:hover i.icon {
      right: -30px; }
      .button.icon-right:hover i.icon.static {
        right: 0; }
    .button.icon-right:hover i.action {
      right: 0; }
  .button.add {
    background: #72aa78;
    border: 2px solid #8db78e;
    padding-bottom: 9px;
    padding-top: 9px; }
    .button.add.icon-left {
      padding-left: 35px; }
    .button.add:after {
      display: none; }
    .button.add:hover {
      background: #62a069;
      border: 2px solid #7dad7f; }
  .button.icon-only {
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    width: 40px; }
    .button.icon-only:after {
      display: none; }
    .button.icon-only i {
      position: relative;
      top: auto;
      bottom: auto;
      font-size: 20px;
      line-height: 30px; }
  .button.small:after {
    display: none; }
  .button.confirm-delete,
  .form-wrapper .button.confirm-delete {
    background: #c32d34;
    color: #FFF;
    padding: 11px 25px 11px 25px; }
    .button.confirm-delete i,
    .form-wrapper .button.confirm-delete i {
      display: none; }
    .button.confirm-delete:after,
    .form-wrapper .button.confirm-delete:after {
      display: none; }
    .button.confirm-delete:hover,
    .form-wrapper .button.confirm-delete:hover {
      background: #ae282e; }
  .button.cancel,
  .form-wrapper .button.cancel {
    background: #f2f2f2;
    color: #555; }
    .button.cancel i,
    .form-wrapper .button.cancel i {
      display: none; }
    .button.cancel:after,
    .form-wrapper .button.cancel:after {
      display: none; }
    .button.cancel:hover,
    .form-wrapper .button.cancel:hover {
      background: #e6e6e6; }

.flat-button {
  font-size: 14px;
  color: #355061; }

.main-sidebar .element-wrapper {
  padding-top: 0; }

.element-wrapper .element {
  position: relative;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.main-content > .elemental-area {
  margin-left: -15px;
  margin-right: -15px; }
  @media print, screen and (max-width: 39.99875em) {
    .main-content > .elemental-area {
      margin-left: -10px;
      margin-right: -10px; } }

.element .slick-track {
  display: flex !important; }

.element .slick-slider {
  padding-left: 7.5px;
  padding-right: 7.5px;
  padding-top: 30px;
  position: relative; }
  .element .slick-slider .slick-prev,
  .element .slick-slider .slick-next {
    border: 1px solid #aaa;
    background: #fefefe;
    color: #222;
    font-size: 16px;
    padding: 4px 10px;
    position: absolute;
    top: 0;
    left: 15px; }
    .element .slick-slider .slick-prev:hover,
    .element .slick-slider .slick-next:hover {
      background: #f1f1f1;
      color: #222; }
  .element .slick-slider .slick-next {
    right: 15px;
    left: auto; }
  .element .slick-slider .slick-slide {
    padding: 0 7.5px;
    height: inherit !important; }
    .element .slick-slider .slick-slide .card {
      height: 100%; }
  @media print, screen and (min-width: 40em) {
    .element .slick-slider {
      padding-top: 0; }
      .element .slick-slider .slick-prev,
      .element .slick-slider .slick-next {
        font-size: 0;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
        border-width: 0; }
        .element .slick-slider .slick-prev:before,
        .element .slick-slider .slick-next:before {
          font-size: 40px;
          content: '\f104';
          font-family: "Font Awesome 6 Pro"; }
      .element .slick-slider .slick-next:before {
        content: '\f105'; } }

.element.Base7ElementFAQ .accordion {
  border-radius: 0 0 60px 0;
  overflow: hidden; }

.element.Base7ElementMenu {
  background: #f6f6f6;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  padding-bottom: 30px; }
  .element.Base7ElementMenu h2.element-title {
    font-size: 22px; }
  .element.Base7ElementMenu .menu a {
    padding: 8px 15px; }
  .element.Base7ElementMenu > ul.menu.vertical {
    margin-left: 0 !important; }
    .element.Base7ElementMenu > ul.menu.vertical > li > a {
      background: #ba8748;
      color: #FFF;
      padding: 15px 20px;
      font-weight: 600; }
    .element.Base7ElementMenu > ul.menu.vertical > li ul {
      background: #f6f6f6;
      margin-left: 0; }
      .element.Base7ElementMenu > ul.menu.vertical > li ul li {
        border-bottom: 1px solid #FFF; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul li:last-of-type {
          border-bottom: 0; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul li.current > a {
          font-weight: bold; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul li a.current {
          font-weight: bold; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul li.section button {
          display: none; }
      .element.Base7ElementMenu > ul.menu.vertical > li ul a {
        font-size: 15px;
        color: #4f5052;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        background: #f6f6f6;
        line-height: 1.3; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul a.header {
          pointer-events: none; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul a:hover {
          background: #f1f1f1; }
      .element.Base7ElementMenu > ul.menu.vertical > li ul ul.is-active {
        border-top: 1px solid #FFF; }
      .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a {
        background: #ececec;
        padding-left: 30px; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a:hover {
          background: #e5e5e5; }
      .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle {
        transition: all 0.3s; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle:before {
          content: "\f105";
          font-family: "Font Awesome 6 Pro";
          color: #ba8748; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle:after {
          display: none; }
        .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle[aria-expanded="true"] {
          transform-origin: center;
          transform: rotate(90deg); }
  .element.Base7ElementMenu li.section > ul {
    display: block !important; }

.ElementTestimonials-wrapper {
  background: #d7d7d7;
  border-top: 20px solid #efefef;
  padding-bottom: 50px;
  margin-top: 100px; }
  .ElementTestimonials-wrapper .ElementTestimonials .slick-dots {
    position: absolute;
    bottom: 60px;
    margin: 0; }
    .ElementTestimonials-wrapper .ElementTestimonials .slick-dots li {
      display: inline-block;
      margin-right: 10px;
      background: #5f6062;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      font-size: 0; }
  .ElementTestimonials-wrapper .ElementTestimonials > .slick-slider {
    margin-top: -110px; }
    @media print, screen and (max-width: 56.24875em) {
      .ElementTestimonials-wrapper .ElementTestimonials > .slick-slider {
        padding-left: 0;
        padding-right: 0; }
        .ElementTestimonials-wrapper .ElementTestimonials > .slick-slider .slick-slide {
          padding-left: 0;
          padding-right: 0; }
          .ElementTestimonials-wrapper .ElementTestimonials > .slick-slider .slick-slide .card {
            padding-left: 15px;
            padding-right: 15px; } }
  .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-prev,
  .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-next {
    background: transparent;
    color: #FFF;
    cursor: pointer;
    text-shadow: 0 5px 25px rgba(0, 0, 0, 0.3); }
    @media print, screen and (max-width: 56.24875em) {
      .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-prev,
      .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-next {
        display: none !important; } }
    .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-prev:before,
    .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-next:before {
      font-size: 60px; }
    .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-prev:hover,
    .ElementTestimonials-wrapper .ElementTestimonials .slick-slider .slick-next:hover {
      color: #ba8748; }

.ElementBlogPosts-wrapper .element,
.Base7ElementChildSummary-wrapper .element,
.Base7ElementFAQ-wrapper .element,
.ElementFeatures-wrapper .element,
.Base7ElementPages-wrapper .element,
.ElementSiblings-wrapper .element {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media print, screen and (max-width: 56.24875em) {
    .ElementBlogPosts-wrapper .element,
    .Base7ElementChildSummary-wrapper .element,
    .Base7ElementFAQ-wrapper .element,
    .ElementFeatures-wrapper .element,
    .Base7ElementPages-wrapper .element,
    .ElementSiblings-wrapper .element {
      padding-top: 30px;
      padding-bottom: 30px; } }

.ElementBlogPosts-wrapper.bg-grey,
.Base7ElementChildSummary-wrapper.bg-grey,
.Base7ElementFAQ-wrapper.bg-grey,
.ElementFeatures-wrapper.bg-grey,
.Base7ElementPages-wrapper.bg-grey,
.ElementSiblings-wrapper.bg-grey {
  background: #d7d7d7;
  border-bottom: 20px solid #efefef;
  border-top: 20px solid #efefef; }
  @media print, screen and (max-width: 56.24875em) {
    .ElementBlogPosts-wrapper.bg-grey,
    .Base7ElementChildSummary-wrapper.bg-grey,
    .Base7ElementFAQ-wrapper.bg-grey,
    .ElementFeatures-wrapper.bg-grey,
    .Base7ElementPages-wrapper.bg-grey,
    .ElementSiblings-wrapper.bg-grey {
      border-bottom-width: 10px;
      border-top-width: 10px; } }
  .ElementBlogPosts-wrapper.bg-grey .card.card-Page,
  .Base7ElementChildSummary-wrapper.bg-grey .card.card-Page,
  .Base7ElementFAQ-wrapper.bg-grey .card.card-Page,
  .ElementFeatures-wrapper.bg-grey .card.card-Page,
  .Base7ElementPages-wrapper.bg-grey .card.card-Page,
  .ElementSiblings-wrapper.bg-grey .card.card-Page {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02), 0 30px 30px 0 rgba(204, 204, 204, 0.9); }

.ElementBlogPosts-wrapper h2.element-title,
.Base7ElementChildSummary-wrapper h2.element-title,
.Base7ElementFAQ-wrapper h2.element-title,
.ElementFeatures-wrapper h2.element-title,
.Base7ElementPages-wrapper h2.element-title,
.ElementSiblings-wrapper h2.element-title {
  font-size: 32px;
  font-weight: 400;
  color: #424242;
  margin-bottom: 45px; }
  @media print, screen and (max-width: 56.24875em) {
    .ElementBlogPosts-wrapper h2.element-title,
    .Base7ElementChildSummary-wrapper h2.element-title,
    .Base7ElementFAQ-wrapper h2.element-title,
    .ElementFeatures-wrapper h2.element-title,
    .Base7ElementPages-wrapper h2.element-title,
    .ElementSiblings-wrapper h2.element-title {
      font-size: 26px;
      margin-bottom: 30px; } }
  .ElementBlogPosts-wrapper h2.element-title:after,
  .Base7ElementChildSummary-wrapper h2.element-title:after,
  .Base7ElementFAQ-wrapper h2.element-title:after,
  .ElementFeatures-wrapper h2.element-title:after,
  .Base7ElementPages-wrapper h2.element-title:after,
  .ElementSiblings-wrapper h2.element-title:after {
    display: none; }
  .ElementBlogPosts-wrapper h2.element-title + p,
  .Base7ElementChildSummary-wrapper h2.element-title + p,
  .Base7ElementFAQ-wrapper h2.element-title + p,
  .ElementFeatures-wrapper h2.element-title + p,
  .Base7ElementPages-wrapper h2.element-title + p,
  .ElementSiblings-wrapper h2.element-title + p {
    margin-top: -40px;
    margin-bottom: 45px; }
    @media print, screen and (max-width: 56.24875em) {
      .ElementBlogPosts-wrapper h2.element-title + p,
      .Base7ElementChildSummary-wrapper h2.element-title + p,
      .Base7ElementFAQ-wrapper h2.element-title + p,
      .ElementFeatures-wrapper h2.element-title + p,
      .Base7ElementPages-wrapper h2.element-title + p,
      .ElementSiblings-wrapper h2.element-title + p {
        margin-top: -25px;
        margin-bottom: 30px; } }

@media print, screen and (max-width: 56.24875em) {
  .ElementBlogPosts-wrapper .card-wrapper > .cell:nth-child(3) {
    display: none; } }

.ElementBlogPosts-wrapper:last-of-type {
  border-bottom-width: 0;
  margin-bottom: -20px; }

.Base7ElementCTA-wrapper,
.ElementFeatures-wrapper,
.ElementForm-wrapper .Base7ElementSelectedForm-wrapper {
  overflow: hidden; }
  .Base7ElementCTA-wrapper .element,
  .ElementFeatures-wrapper .element,
  .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element {
    max-width: 1580px; }
  .Base7ElementCTA-wrapper .element-bg,
  .ElementFeatures-wrapper .element-bg,
  .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-bg {
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: right;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    border-radius: 0 325px 325px 0;
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1580px;
    left: 50%;
    transform: translateX(-50%);
    overflow: visible; }
    .Base7ElementCTA-wrapper .element-bg:before,
    .ElementFeatures-wrapper .element-bg:before,
    .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-bg:before {
      background: linear-gradient(90deg, white 77%, transparent 90%);
      content: '';
      position: absolute;
      border-radius: 0 325px 325px 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: -1000px; }
    @media print, screen and (max-width: 39.99875em) {
      .Base7ElementCTA-wrapper .element-bg,
      .ElementFeatures-wrapper .element-bg,
      .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-bg {
        background: linear-gradient(0deg, white, transparent);
        border-radius: 0; } }
  .Base7ElementCTA-wrapper .element-border,
  .ElementFeatures-wrapper .element-border,
  .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-border {
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1580px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    .Base7ElementCTA-wrapper .element-border:before,
    .ElementFeatures-wrapper .element-border:before,
    .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-border:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: -1000px;
      box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
      border-radius: 0 325px 325px 0;
      content: '';
      z-index: 6; }
      @media only screen and (max-width: 900px) {
        .Base7ElementCTA-wrapper .element-border:before,
        .ElementFeatures-wrapper .element-border:before,
        .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-border:before {
          border-radius: 0 0 60px 0;
          box-shadow: none;
          left: 0; } }
  .Base7ElementCTA-wrapper .element-content,
  .ElementFeatures-wrapper .element-content,
  .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media print, screen and (max-width: 63.99875em) {
      .Base7ElementCTA-wrapper .element-content,
      .ElementFeatures-wrapper .element-content,
      .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-content {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media print, screen and (max-width: 39.99875em) {
      .Base7ElementCTA-wrapper .element-content,
      .ElementFeatures-wrapper .element-content,
      .ElementForm-wrapper .Base7ElementSelectedForm-wrapper .element-content {
        padding-left: 10px;
        padding-right: 10px; } }

.elemental-area:first-of-type .ElementFeatures {
  padding-top: 0; }

.element.ElementFeatures {
  max-width: 100%; }
  .element.ElementFeatures .element-content {
    padding-top: 0;
    padding-bottom: 0; }
  .element.ElementFeatures .feature {
    margin-bottom: 50px;
    position: relative; }
    @media print, screen and (min-width: 40em) and (max-width: 56.24875em) {
      .element.ElementFeatures .feature {
        margin-bottom: 30px; }
        .element.ElementFeatures .feature .element-bg {
          background-size: cover; } }
    @media print, screen and (max-width: 39.99875em) {
      .element.ElementFeatures .feature {
        margin-bottom: 30px; } }
    .element.ElementFeatures .feature.first {
      margin-top: 45px; }
      @media print, screen and (max-width: 56.24875em) {
        .element.ElementFeatures .feature.first {
          margin-top: 30px; } }
    .element.ElementFeatures .feature.last {
      margin-bottom: 0; }
    @media print, screen and (max-width: 56.24875em) {
      .element.ElementFeatures .feature .element-content {
        padding-top: 0; } }
    .element.ElementFeatures .feature .content-cell {
      padding-top: 50px;
      padding-bottom: 50px; }
      @media print, screen and (max-width: 63.99875em) {
        .element.ElementFeatures .feature .content-cell {
          padding-top: 25px;
          padding-bottom: 25px; } }
      @media print, screen and (max-width: 56.24875em) {
        .element.ElementFeatures .feature .content-cell {
          padding-top: 25px;
          padding-bottom: 25px; } }
      .element.ElementFeatures .feature .content-cell .feature-title {
        font-size: 32px;
        font-weight: 400;
        color: #424242;
        margin-bottom: 25px;
        position: relative; }
        .element.ElementFeatures .feature .content-cell .feature-title:after {
          background-color: #ba8748;
          display: block;
          margin-bottom: 15px;
          margin-top: 15px;
          content: '';
          height: 2px;
          width: 30px; }
        @media print, screen and (max-width: 56.24875em) {
          .element.ElementFeatures .feature .content-cell .feature-title {
            font-size: 26px;
            margin-bottom: 15px; } }
      .element.ElementFeatures .feature .content-cell p:last-of-type {
        margin-bottom: 0; }
      .element.ElementFeatures .feature .content-cell .button {
        margin-bottom: 0; }
  @media print, screen and (min-width: 56.25em) {
    .element.ElementFeatures .feature:nth-child(even) .element-bg {
      background-position: left;
      border-radius: 325px 0 0 325px; }
      .element.ElementFeatures .feature:nth-child(even) .element-bg:before {
        background: linear-gradient(270deg, white 75%, transparent 90%);
        border-radius: 325px 0 0 325px;
        left: 0;
        right: -1000px; }
    .element.ElementFeatures .feature:nth-child(even) .element-border:before {
      border-radius: 325px 0 0 325px;
      left: 0;
      right: -1000px; }
    .element.ElementFeatures .feature:nth-child(even) .element-content {
      justify-content: flex-end; } }
  .element.ElementFeatures .element-bg {
    background-size: 50% auto; }
    @media print, screen and (max-width: 56.24875em) {
      .element.ElementFeatures .element-bg {
        position: relative;
        width: 100%;
        padding-top: 50%;
        background-size: cover;
        border-radius: 0;
        margin-bottom: -30px; }
        .element.ElementFeatures .element-bg:before {
          background: linear-gradient(0deg, white, transparent 20%);
          border-radius: 0; } }

.Base7ElementCTA-wrapper {
  margin-top: 50px;
  margin-bottom: 50px; }
  .Base7ElementCTA-wrapper .element-bg:before {
    background: linear-gradient(90deg, #ba8748 77%, transparent);
    content: '';
    position: absolute;
    border-radius: 0 325px 325px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1000px; }
  @media print, screen and (max-width: 39.99875em) {
    .Base7ElementCTA-wrapper .element-bg {
      background: linear-gradient(0deg, #ba8748, transparent);
      border-radius: 0; } }
  .Base7ElementCTA-wrapper h2.element-title {
    font-size: 32px;
    color: #FFF;
    margin-bottom: 45px;
    line-height: 1.2; }
    @media print, screen and (max-width: 56.24875em) {
      .Base7ElementCTA-wrapper h2.element-title {
        font-size: 26px;
        margin-bottom: 30px; } }
    .Base7ElementCTA-wrapper h2.element-title:after {
      background-color: #4f5052; }
    .Base7ElementCTA-wrapper h2.element-title + p {
      margin-top: -20px; }
      @media print, screen and (max-width: 56.24875em) {
        .Base7ElementCTA-wrapper h2.element-title + p {
          margin-top: -25px; } }
  .Base7ElementCTA-wrapper p {
    color: #FFF; }
  .Base7ElementCTA-wrapper .button {
    margin-bottom: 0; }
  @media print, screen and (max-width: 63.99875em) {
    .Base7ElementCTA-wrapper .element-content {
      padding-top: 50px;
      padding-bottom: 50px; }
    .Base7ElementCTA-wrapper.no-image .element-content {
      justify-content: flex-end; } }
  @media print, screen and (min-width: 40em) {
    .Base7ElementCTA-wrapper.no-image .element-bg {
      background-position: left;
      border-radius: 325px 0 0 325px; }
      .Base7ElementCTA-wrapper.no-image .element-bg:before {
        background: #ba8748;
        border-radius: 325px 0 0 325px;
        left: 0;
        right: -1000px; }
    .Base7ElementCTA-wrapper.no-image .element-border:before {
      border-radius: 325px 0 0 325px;
      left: 0;
      right: -1000px; } }
  @media print, screen and (max-width: 39.99875em) {
    .Base7ElementCTA-wrapper {
      border-radius: 0 0 60px 0; }
      .Base7ElementCTA-wrapper .element-bg {
        width: 100%;
        padding-top: 30%;
        padding-top: 50%;
        background-size: 100% auto;
        border-radius: 0;
        background-repeat: no-repeat; }
        .Base7ElementCTA-wrapper .element-bg:before {
          background: #ba8748;
          border-radius: 0 0 60px 0;
          background: linear-gradient(0deg, #ba8748 50%, transparent 80%); }
      .Base7ElementCTA-wrapper.no-image .element-bg:before {
        background: #ba8748; }
      .Base7ElementCTA-wrapper .element-border {
        border-radius: 0 0 60px 0; }
        .Base7ElementCTA-wrapper .element-border:before {
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.4); }
      .Base7ElementCTA-wrapper.has-image .element-content {
        padding-top: 40%; } }

.ElementForm-wrapper,
.Base7ElementSelectedForm-wrapper {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px; }
  .ElementForm-wrapper .element-border,
  .Base7ElementSelectedForm-wrapper .element-border {
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1580px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    .ElementForm-wrapper .element-border:before,
    .Base7ElementSelectedForm-wrapper .element-border:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: -1000px;
      box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
      border-radius: 0 325px 325px 0;
      content: '';
      z-index: 6; }
      @media only screen and (max-width: 900px) {
        .ElementForm-wrapper .element-border:before,
        .Base7ElementSelectedForm-wrapper .element-border:before {
          border-radius: 0 0 60px 0;
          left: 0; } }
      @media print, screen and (max-width: 56.24875em) {
        .ElementForm-wrapper .element-border:before,
        .Base7ElementSelectedForm-wrapper .element-border:before {
          border-radius: 0 0 60px 0; } }
      @media print, screen and (max-width: 39.99875em) {
        .ElementForm-wrapper .element-border:before,
        .Base7ElementSelectedForm-wrapper .element-border:before {
          box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.2); } }
    @media print, screen and (max-width: 56.24875em) {
      .ElementForm-wrapper .element-border,
      .Base7ElementSelectedForm-wrapper .element-border {
        border-radius: 0 0 60px 0; } }
  .ElementForm-wrapper .element-bg:before,
  .Base7ElementSelectedForm-wrapper .element-bg:before {
    background: #4f5052;
    content: '';
    position: absolute;
    border-radius: 0 325px 325px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1000px; }
    @media print, screen and (max-width: 56.24875em) {
      .ElementForm-wrapper .element-bg:before,
      .Base7ElementSelectedForm-wrapper .element-bg:before {
        border-radius: 0 0 60px 0; } }
  .ElementForm-wrapper .element-content,
  .Base7ElementSelectedForm-wrapper .element-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media only screen and (min-width: 900px) and (max-width: 1600px) {
      .ElementForm-wrapper .element-content,
      .Base7ElementSelectedForm-wrapper .element-content {
        padding-right: 140px; } }
    @media print, screen and (max-width: 56.24875em) {
      .ElementForm-wrapper .element-content,
      .Base7ElementSelectedForm-wrapper .element-content {
        padding: 30px 10px; } }
  .bg-gold .ElementForm-wrapper .element-bg, .bg-gold
  .Base7ElementSelectedForm-wrapper .element-bg {
    border-radius: 325px 0 0 325px; }
    .bg-gold .ElementForm-wrapper .element-bg:before, .bg-gold
    .Base7ElementSelectedForm-wrapper .element-bg:before {
      border-radius: 325px 0 0 325px;
      left: 0;
      right: -1000px; }
  .bg-gold .ElementForm-wrapper .element-border:before, .bg-gold
  .Base7ElementSelectedForm-wrapper .element-border:before {
    border-radius: 325px 0 0 325px;
    left: 0;
    right: -1000px; }
  .ElementForm-wrapper .element,
  .Base7ElementSelectedForm-wrapper .element {
    max-width: 1580px; }
    .ElementForm-wrapper .element .typography h1, .ElementForm-wrapper .element .typography h2, .ElementForm-wrapper .element .typography h3, .ElementForm-wrapper .element .typography h4, .ElementForm-wrapper .element .typography h5, .ElementForm-wrapper .element .typography h6, .ElementForm-wrapper .element .typography p, .ElementForm-wrapper .element .typography li, .ElementForm-wrapper .element .typography strong, .ElementForm-wrapper .element .typography label,
    .Base7ElementSelectedForm-wrapper .element .typography h1,
    .Base7ElementSelectedForm-wrapper .element .typography h2,
    .Base7ElementSelectedForm-wrapper .element .typography h3,
    .Base7ElementSelectedForm-wrapper .element .typography h4,
    .Base7ElementSelectedForm-wrapper .element .typography h5,
    .Base7ElementSelectedForm-wrapper .element .typography h6,
    .Base7ElementSelectedForm-wrapper .element .typography p,
    .Base7ElementSelectedForm-wrapper .element .typography li,
    .Base7ElementSelectedForm-wrapper .element .typography strong,
    .Base7ElementSelectedForm-wrapper .element .typography label {
      color: #FFF; }
    .ElementForm-wrapper .element .typography h1, .ElementForm-wrapper .element .typography h2, .ElementForm-wrapper .element .typography h3, .ElementForm-wrapper .element .typography h4, .ElementForm-wrapper .element .typography h5, .ElementForm-wrapper .element .typography h6,
    .Base7ElementSelectedForm-wrapper .element .typography h1,
    .Base7ElementSelectedForm-wrapper .element .typography h2,
    .Base7ElementSelectedForm-wrapper .element .typography h3,
    .Base7ElementSelectedForm-wrapper .element .typography h4,
    .Base7ElementSelectedForm-wrapper .element .typography h5,
    .Base7ElementSelectedForm-wrapper .element .typography h6 {
      font-size: 32px; }
      @media print, screen and (max-width: 56.24875em) {
        .ElementForm-wrapper .element .typography h1, .ElementForm-wrapper .element .typography h2, .ElementForm-wrapper .element .typography h3, .ElementForm-wrapper .element .typography h4, .ElementForm-wrapper .element .typography h5, .ElementForm-wrapper .element .typography h6,
        .Base7ElementSelectedForm-wrapper .element .typography h1,
        .Base7ElementSelectedForm-wrapper .element .typography h2,
        .Base7ElementSelectedForm-wrapper .element .typography h3,
        .Base7ElementSelectedForm-wrapper .element .typography h4,
        .Base7ElementSelectedForm-wrapper .element .typography h5,
        .Base7ElementSelectedForm-wrapper .element .typography h6 {
          font-size: 26px;
          margin-bottom: 20px; } }
      .ElementForm-wrapper .element .typography h1:after, .ElementForm-wrapper .element .typography h2:after, .ElementForm-wrapper .element .typography h3:after, .ElementForm-wrapper .element .typography h4:after, .ElementForm-wrapper .element .typography h5:after, .ElementForm-wrapper .element .typography h6:after,
      .Base7ElementSelectedForm-wrapper .element .typography h1:after,
      .Base7ElementSelectedForm-wrapper .element .typography h2:after,
      .Base7ElementSelectedForm-wrapper .element .typography h3:after,
      .Base7ElementSelectedForm-wrapper .element .typography h4:after,
      .Base7ElementSelectedForm-wrapper .element .typography h5:after,
      .Base7ElementSelectedForm-wrapper .element .typography h6:after {
        background-color: #ba8748; }
    .ElementForm-wrapper .element .typography p:last-of-type,
    .Base7ElementSelectedForm-wrapper .element .typography p:last-of-type {
      margin-bottom: 0; }
    .ElementForm-wrapper .element .typography ul,
    .Base7ElementSelectedForm-wrapper .element .typography ul {
      margin-left: 0; }
      .ElementForm-wrapper .element .typography ul li,
      .Base7ElementSelectedForm-wrapper .element .typography ul li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 5px;
        list-style-type: none; }
        .ElementForm-wrapper .element .typography ul li:last-of-type,
        .Base7ElementSelectedForm-wrapper .element .typography ul li:last-of-type {
          margin-bottom: 0; }
        .ElementForm-wrapper .element .typography ul li:before,
        .Base7ElementSelectedForm-wrapper .element .typography ul li:before {
          position: absolute;
          left: 0;
          content: "\f00c";
          font-family: "Font Awesome 6 Pro";
          font-weight: 900;
          background: #ba8748;
          border-radius: 50%;
          text-align: center;
          height: 18px;
          width: 18px;
          display: inline-block;
          color: #355061; }
        .ElementForm-wrapper .element .typography ul li:after,
        .Base7ElementSelectedForm-wrapper .element .typography ul li:after {
          position: absolute;
          left: 0;
          content: '';
          background: #c89e6c;
          border-radius: 6px 0 100% 0;
          text-align: center;
          height: 8px;
          width: 8px;
          display: inline-block;
          top: 9px;
          left: 9px; }
    .ElementForm-wrapper .element form,
    .Base7ElementSelectedForm-wrapper .element form {
      background: #ba8748;
      border-radius: 0 0 100px 0;
      box-shadow: 0 5px 45px rgba(0, 0, 0, 0.6); }
      @media print, screen and (max-width: 39.99875em) {
        .ElementForm-wrapper .element form,
        .Base7ElementSelectedForm-wrapper .element form {
          box-shadow: none;
          background: #4f5052;
          padding: 30px 0 0 0; } }
      .ElementForm-wrapper .element form label,
      .Base7ElementSelectedForm-wrapper .element form label {
        color: #FFF; }
      .ElementForm-wrapper .element form div.requiredField,
      .Base7ElementSelectedForm-wrapper .element form div.requiredField {
        position: relative; }
        .ElementForm-wrapper .element form div.requiredField label:after,
        .Base7ElementSelectedForm-wrapper .element form div.requiredField label:after {
          content: '*';
          background: #f2556b;
          position: absolute;
          border-radius: 0 0 0 20px;
          height: 16px;
          right: 16px;
          width: 16px;
          text-align: center;
          top: 20px; }
          @media print, screen and (max-width: 39.99875em) {
            .ElementForm-wrapper .element form div.requiredField label:after,
            .Base7ElementSelectedForm-wrapper .element form div.requiredField label:after {
              right: 11px;
              top: 21px; } }
      .ElementForm-wrapper .element form [type=color],
      .ElementForm-wrapper .element form [type=date],
      .ElementForm-wrapper .element form [type=datetime-local],
      .ElementForm-wrapper .element form [type=datetime],
      .ElementForm-wrapper .element form [type=email],
      .ElementForm-wrapper .element form [type=month],
      .ElementForm-wrapper .element form [type=number],
      .ElementForm-wrapper .element form [type=password],
      .ElementForm-wrapper .element form [type=search],
      .ElementForm-wrapper .element form [type=tel],
      .ElementForm-wrapper .element form [type=text],
      .ElementForm-wrapper .element form [type=time],
      .ElementForm-wrapper .element form [type=url],
      .ElementForm-wrapper .element form [type=week],
      .ElementForm-wrapper .element form textarea,
      .Base7ElementSelectedForm-wrapper .element form [type=color],
      .Base7ElementSelectedForm-wrapper .element form [type=date],
      .Base7ElementSelectedForm-wrapper .element form [type=datetime-local],
      .Base7ElementSelectedForm-wrapper .element form [type=datetime],
      .Base7ElementSelectedForm-wrapper .element form [type=email],
      .Base7ElementSelectedForm-wrapper .element form [type=month],
      .Base7ElementSelectedForm-wrapper .element form [type=number],
      .Base7ElementSelectedForm-wrapper .element form [type=password],
      .Base7ElementSelectedForm-wrapper .element form [type=search],
      .Base7ElementSelectedForm-wrapper .element form [type=tel],
      .Base7ElementSelectedForm-wrapper .element form [type=text],
      .Base7ElementSelectedForm-wrapper .element form [type=time],
      .Base7ElementSelectedForm-wrapper .element form [type=url],
      .Base7ElementSelectedForm-wrapper .element form [type=week],
      .Base7ElementSelectedForm-wrapper .element form textarea {
        border: 1px solid #966c39;
        border-radius: 0; }
        @media print, screen and (max-width: 39.99875em) {
          .ElementForm-wrapper .element form [type=color],
          .ElementForm-wrapper .element form [type=date],
          .ElementForm-wrapper .element form [type=datetime-local],
          .ElementForm-wrapper .element form [type=datetime],
          .ElementForm-wrapper .element form [type=email],
          .ElementForm-wrapper .element form [type=month],
          .ElementForm-wrapper .element form [type=number],
          .ElementForm-wrapper .element form [type=password],
          .ElementForm-wrapper .element form [type=search],
          .ElementForm-wrapper .element form [type=tel],
          .ElementForm-wrapper .element form [type=text],
          .ElementForm-wrapper .element form [type=time],
          .ElementForm-wrapper .element form [type=url],
          .ElementForm-wrapper .element form [type=week],
          .ElementForm-wrapper .element form textarea,
          .Base7ElementSelectedForm-wrapper .element form [type=color],
          .Base7ElementSelectedForm-wrapper .element form [type=date],
          .Base7ElementSelectedForm-wrapper .element form [type=datetime-local],
          .Base7ElementSelectedForm-wrapper .element form [type=datetime],
          .Base7ElementSelectedForm-wrapper .element form [type=email],
          .Base7ElementSelectedForm-wrapper .element form [type=month],
          .Base7ElementSelectedForm-wrapper .element form [type=number],
          .Base7ElementSelectedForm-wrapper .element form [type=password],
          .Base7ElementSelectedForm-wrapper .element form [type=search],
          .Base7ElementSelectedForm-wrapper .element form [type=tel],
          .Base7ElementSelectedForm-wrapper .element form [type=text],
          .Base7ElementSelectedForm-wrapper .element form [type=time],
          .Base7ElementSelectedForm-wrapper .element form [type=url],
          .Base7ElementSelectedForm-wrapper .element form [type=week],
          .Base7ElementSelectedForm-wrapper .element form textarea {
            border: 1px solid #363738;
            margin-bottom: 15px; } }
      .ElementForm-wrapper .element form .btn-toolbar .cell,
      .Base7ElementSelectedForm-wrapper .element form .btn-toolbar .cell {
        text-align: left; }
        @media print, screen and (max-width: 39.99875em) {
          .ElementForm-wrapper .element form .btn-toolbar .cell,
          .Base7ElementSelectedForm-wrapper .element form .btn-toolbar .cell {
            text-align: center; }
            .ElementForm-wrapper .element form .btn-toolbar .cell .button:after,
            .Base7ElementSelectedForm-wrapper .element form .btn-toolbar .cell .button:after {
              background: #ba8748; }
            .ElementForm-wrapper .element form .btn-toolbar .cell .button:hover .icon,
            .Base7ElementSelectedForm-wrapper .element form .btn-toolbar .cell .button:hover .icon {
              color: #4f5052; } }
  .ElementForm-wrapper.bg-gold .element-bg:before,
  .Base7ElementSelectedForm-wrapper.bg-gold .element-bg:before {
    background: #ba8748; }
  .ElementForm-wrapper.bg-gold .element .typography h1:after, .ElementForm-wrapper.bg-gold .element .typography h2:after, .ElementForm-wrapper.bg-gold .element .typography h3:after, .ElementForm-wrapper.bg-gold .element .typography h4:after, .ElementForm-wrapper.bg-gold .element .typography h5:after, .ElementForm-wrapper.bg-gold .element .typography h6:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography h1:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography h2:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography h3:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography h4:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography h5:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography h6:after {
    background-color: #4f5052; }
  .ElementForm-wrapper.bg-gold .element .typography ul li:before,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography ul li:before {
    background: #4f5052; }
  .ElementForm-wrapper.bg-gold .element .typography ul li:after,
  .Base7ElementSelectedForm-wrapper.bg-gold .element .typography ul li:after {
    background: #5f6062; }
  .ElementForm-wrapper.bg-gold .element form,
  .Base7ElementSelectedForm-wrapper.bg-gold .element form {
    background: #4f5052; }
    @media print, screen and (max-width: 39.99875em) {
      .ElementForm-wrapper.bg-gold .element form,
      .Base7ElementSelectedForm-wrapper.bg-gold .element form {
        box-shadow: none;
        background: #ba8748; } }
    .ElementForm-wrapper.bg-gold .element form [type=color],
    .ElementForm-wrapper.bg-gold .element form [type=date],
    .ElementForm-wrapper.bg-gold .element form [type=datetime-local],
    .ElementForm-wrapper.bg-gold .element form [type=datetime],
    .ElementForm-wrapper.bg-gold .element form [type=email],
    .ElementForm-wrapper.bg-gold .element form [type=month],
    .ElementForm-wrapper.bg-gold .element form [type=number],
    .ElementForm-wrapper.bg-gold .element form [type=password],
    .ElementForm-wrapper.bg-gold .element form [type=search],
    .ElementForm-wrapper.bg-gold .element form [type=tel],
    .ElementForm-wrapper.bg-gold .element form [type=text],
    .ElementForm-wrapper.bg-gold .element form [type=time],
    .ElementForm-wrapper.bg-gold .element form [type=url],
    .ElementForm-wrapper.bg-gold .element form [type=week],
    .ElementForm-wrapper.bg-gold .element form textarea,
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=color],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=date],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=datetime-local],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=datetime],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=email],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=month],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=number],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=password],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=search],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=tel],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=text],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=time],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=url],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=week],
    .Base7ElementSelectedForm-wrapper.bg-gold .element form textarea {
      border: 1px solid #363738; }
      @media print, screen and (max-width: 39.99875em) {
        .ElementForm-wrapper.bg-gold .element form [type=color],
        .ElementForm-wrapper.bg-gold .element form [type=date],
        .ElementForm-wrapper.bg-gold .element form [type=datetime-local],
        .ElementForm-wrapper.bg-gold .element form [type=datetime],
        .ElementForm-wrapper.bg-gold .element form [type=email],
        .ElementForm-wrapper.bg-gold .element form [type=month],
        .ElementForm-wrapper.bg-gold .element form [type=number],
        .ElementForm-wrapper.bg-gold .element form [type=password],
        .ElementForm-wrapper.bg-gold .element form [type=search],
        .ElementForm-wrapper.bg-gold .element form [type=tel],
        .ElementForm-wrapper.bg-gold .element form [type=text],
        .ElementForm-wrapper.bg-gold .element form [type=time],
        .ElementForm-wrapper.bg-gold .element form [type=url],
        .ElementForm-wrapper.bg-gold .element form [type=week],
        .ElementForm-wrapper.bg-gold .element form textarea,
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=color],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=date],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=datetime-local],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=datetime],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=email],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=month],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=number],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=password],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=search],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=tel],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=text],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=time],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=url],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form [type=week],
        .Base7ElementSelectedForm-wrapper.bg-gold .element form textarea {
          border: 1px solid #966c39; } }
    .ElementForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:after,
    .Base7ElementSelectedForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:after {
      background: #ba8748; }
      @media print, screen and (max-width: 39.99875em) {
        .ElementForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:after,
        .Base7ElementSelectedForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:after {
          background: #4f5052; } }
    .ElementForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:hover .icon,
    .Base7ElementSelectedForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:hover .icon {
      color: #4f5052; }
      @media print, screen and (max-width: 39.99875em) {
        .ElementForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:hover .icon,
        .Base7ElementSelectedForm-wrapper.bg-gold .element form .btn-toolbar .cell .button:hover .icon {
          color: #ba8748; } }
  @media print, screen and (min-width: 40em) {
    .ElementForm-wrapper.bg-grey .element-bg,
    .Base7ElementSelectedForm-wrapper.bg-grey .element-bg {
      background-position: left;
      border-radius: 325px 0 0 325px; }
      .ElementForm-wrapper.bg-grey .element-bg:before,
      .Base7ElementSelectedForm-wrapper.bg-grey .element-bg:before {
        border-radius: 325px 0 0 325px;
        left: 0;
        right: -1000px; }
    .ElementForm-wrapper.bg-grey .element-border:before,
    .Base7ElementSelectedForm-wrapper.bg-grey .element-border:before {
      border-radius: 325px 0 0 325px;
      left: 0;
      right: -1000px; } }
  .ElementForm-wrapper.last,
  .Base7ElementSelectedForm-wrapper.last {
    margin-bottom: -20px;
    position: relative;
    padding-bottom: 60px; }
    .ElementForm-wrapper.last:after,
    .Base7ElementSelectedForm-wrapper.last:after {
      border-top: 20px solid #6f7072;
      background: #5f6062;
      position: absolute;
      top: calc(50% - 30px);
      left: 0;
      right: 0;
      bottom: 0;
      content: ''; }

.sidebar-menu-trigger {
  display: none; }

@media only screen and (max-width: 900px) {
  .sidebar-menu-mask {
    background: rgba(79, 80, 82, 0.9);
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none; }
    body.sidebar-menu-open .sidebar-menu-mask {
      display: block; }
  .sidebar-menu-trigger {
    display: flex;
    position: fixed;
    right: 0;
    top: 13px;
    border: 4px solid rgba(186, 135, 72, 0.8);
    text-align: center;
    background: #f6f6f6;
    width: 60px;
    height: 60px;
    border-right-width: 0;
    padding: 5px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    z-index: 1001;
    transition: all 0.3s; }
    body.sidebar-menu-open .sidebar-menu-trigger {
      right: 296px; }
    .sidebar-menu-trigger i {
      font-size: 24px; }
      body.sidebar-menu-open .sidebar-menu-trigger i {
        transform: rotate(180deg); }
    .sidebar-menu-trigger span {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      color: #4f5052;
      display: block; }
  .Base7ElementMenu-wrapper {
    display: block;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 1000;
    position: fixed;
    border-left: 4px solid rgba(186, 135, 72, 0.8);
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f6f6f6; }
    body.sidebar-menu-open .Base7ElementMenu-wrapper {
      display: block;
      right: 0; }
    .Base7ElementMenu-wrapper .Base7ElementMenu {
      margin-right: 0; } }

.Base7ElementMap-wrapper {
  max-width: 100%;
  margin-top: -100px; }
  .Base7ElementMap-wrapper .element.Base7ElementMap {
    max-width: 100%;
    pointer-events: none; }
    .Base7ElementMap-wrapper .element.Base7ElementMap .cell {
      padding: 0; }
    .Base7ElementMap-wrapper .element.Base7ElementMap .element-map {
      height: 600px !important; }
      .Base7ElementMap-wrapper .element.Base7ElementMap .element-map .leaflet-pane,
      .Base7ElementMap-wrapper .element.Base7ElementMap .element-map .leaflet-control-container {
        position: relative;
        z-index: 1; }
      .Base7ElementMap-wrapper .element.Base7ElementMap .element-map .leaflet-tile-pane {
        filter: grayscale(100); }
      .Base7ElementMap-wrapper .element.Base7ElementMap .element-map:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
        content: '';
        z-index: 2; }

.card {
  position: relative;
  transition: all 0.3s; }
  .card:hover {
    transform: translateY(-4px); }
  .card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.card.card-Page {
  border-width: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02), 0 30px 30px 0 rgba(239, 239, 239, 0.5);
  border-radius: 0 0 60px 0;
  padding-bottom: 30px; }
  .card.card-Page:before {
    border-radius: 0 0 60px 0;
    box-shadow: inset 0 0 0 5px rgba(221, 221, 221, 0.5);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .card.card-Page .image {
    padding-bottom: 50%; }
  .card.card-Page .card-section.info {
    position: relative;
    padding: 30px 20px 15px 20px; }
    .card.card-Page .card-section.info h3 {
      color: #444444;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.2; }
    .card.card-Page .card-section.info p {
      font-weight: 400;
      margin-bottom: 0;
      font-size: 16px;
      color: #4f5052; }
      .card.card-Page .card-section.info p.subtitle {
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 14px; }
  .card.card-Page footer {
    justify-content: flex-end;
    flex: 0 0 auto;
    padding: 0 20px 0 20px; }
    .card.card-Page footer .button {
      font-weight: 400;
      margin-bottom: 0;
      font-size: 16px;
      display: inline-block; }

.card.card-SubsiteHomePage {
  border-width: 0;
  padding-bottom: 63.5%;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 90px; }
  @media only screen and (min-width: 640px) and (max-width: 1400px) {
    .card.card-SubsiteHomePage {
      border-bottom-right-radius: 60px; } }
  @media only screen and (max-width: 640px) {
    .card.card-SubsiteHomePage {
      display: flex;
      flex-flow: row;
      padding-bottom: 0;
      box-shadow: none;
      border-radius: 0; } }
  .card.card-SubsiteHomePage .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5);
    border-bottom-right-radius: 90px; }
    @media only screen and (min-width: 640px) and (max-width: 1400px) {
      .card.card-SubsiteHomePage .image {
        border-bottom-right-radius: 60px; } }
    @media only screen and (max-width: 640px) {
      .card.card-SubsiteHomePage .image {
        flex: 0 0 100px;
        position: relative;
        width: 100px;
        border-radius: 0;
        left: auto;
        bottom: auto;
        right: auto;
        top: auto; } }
  .card.card-SubsiteHomePage .card-section.info {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 40px 5px 15px;
    line-height: 40px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0 45px 45px 0; }
    @media only screen and (min-width: 640px) and (max-width: 900px) {
      .card.card-SubsiteHomePage .card-section.info {
        height: 60px; } }
    @media only screen and (max-width: 640px) {
      .card.card-SubsiteHomePage .card-section.info {
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
        position: relative;
        left: auto;
        bottom: auto;
        right: auto;
        top: auto;
        flex: 1 1 auto;
        transform: none;
        padding-right: 50px; }
        .card.card-SubsiteHomePage .card-section.info:after {
          font-size: 20px;
          content: "\f105";
          font-family: 'Font Awesome 6 Pro';
          color: #FFF;
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); } }
    @media only screen and (min-width: 640px) and (max-width: 1400px) {
      .card.card-SubsiteHomePage .card-section.info {
        border-radius: 0 30px 30px 0;
        height: 60px; } }
    .card.card-SubsiteHomePage .card-section.info h3 {
      font-size: 26px;
      line-height: 30px;
      color: #fff;
      font-weight: 600; }
      @media only screen and (max-width: 640px) {
        .card.card-SubsiteHomePage .card-section.info h3 {
          font-size: 20px; } }
      @media only screen and (min-width: 640px) and (max-width: 900px) {
        .card.card-SubsiteHomePage .card-section.info h3 {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (min-width: 900px) and (max-width: 1400px) {
        .card.card-SubsiteHomePage .card-section.info h3 {
          font-size: 18px;
          line-height: 22px; } }
  .card.card-SubsiteHomePage.subsite-ar .card-section.info {
    background: #7db0bc; }
  .card.card-SubsiteHomePage.subsite-client .card-section.info {
    background: #eeb330; }
  .card.card-SubsiteHomePage.subsite-rp .card-section.info {
    background: #355061; }
  .card.card-SubsiteHomePage:hover .card-section.info {
    background: #4f5052; }
  .card.card-SubsiteHomePage:active {
    transform: none; }
    .card.card-SubsiteHomePage:active .card-section.info {
      background: #4f5052; }
      .card.card-SubsiteHomePage:active .card-section.info h3 {
        color: #ba8748; }

.card.card-1 {
  border-radius: 10px; }
  .card.card-1 .image {
    padding-bottom: 50%;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #cc4b37; }
  .card.card-1 .card-section.info {
    position: relative;
    padding-top: 30px; }
    .card.card-1 .card-section.info .icon {
      background: #cc4b37;
      color: #fefefe;
      display: inline-block;
      border-radius: 50%;
      line-height: 48px;
      height: 48px;
      width: 48px;
      text-align: center;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      top: 0; }
      .card.card-1 .card-section.info .icon i {
        font-size: 24px;
        line-height: 48px; }
    .card.card-1 .card-section.info h3 {
      font-weight: 600; }
    .card.card-1 .card-section.info p {
      margin-bottom: 0;
      font-size: 16px;
      color: #4f5052; }
  .card.card-1 footer {
    justify-content: flex-end;
    flex: 0 0 auto;
    padding-top: 0; }
    .card.card-1 footer .button {
      margin-bottom: 0;
      font-size: 16px;
      display: flex;
      flex-flow: row;
      justify-content: space-between; }

.card.card-2 .card-section.header {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  flex-grow: 0; }
  .card.card-2 .card-section.header .icon {
    background: #cc4b37;
    color: #fefefe;
    display: inline-block;
    border-radius: 50%;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    font-size: 16px;
    flex: 0 0 auto;
    margin-right: 10px; }
    .card.card-2 .card-section.header .icon i {
      font-size: 16px;
      line-height: 36px; }
  .card.card-2 .card-section.header h3 {
    font-weight: 600;
    flex: 1 1 auto; }

.card.card-2 .image {
  padding-bottom: 50%; }

.card.card-2 .card-section.info {
  position: relative; }
  .card.card-2 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-2 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0; }
  .card.card-2 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }

.card.card-3a .image {
  padding-bottom: 50%; }

.card.card-3a .card-section.info {
  position: relative; }
  .card.card-3a .card-section.info h3 {
    font-weight: 600; }
  .card.card-3a .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-3a footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0; }
  .card.card-3a footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }

.card.card-5 .image {
  padding-bottom: 50%; }

.card.card-5 .card-section.info {
  position: relative; }
  .card.card-5 .card-section.info h3 {
    font-weight: 600; }
  .card.card-5 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-6 {
  border-width: 0;
  box-shadow: none !important; }
  .card.card-6 .icon {
    border-radius: 50%;
    background: #FFFFFF;
    display: inline-block;
    line-height: 96px;
    height: 96px;
    width: 96px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; }
    .card.card-6 .icon:before {
      border: 4px solid #cc4b37;
      border-bottom-color: #FFF;
      border-left-color: #FFF;
      border-radius: 50%;
      transform: rotate(-45deg);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ''; }
    .card.card-6 .icon i {
      font-size: 48px;
      line-height: 96px;
      color: #4f5052; }
  .card.card-6 .card-inner {
    border: 4px solid #cc4b37;
    margin-top: 44px;
    display: flex;
    flex-grow: 1;
    flex-flow: column; }
  .card.card-6 .image {
    padding-bottom: 50%;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid #cc4b37; }
  .card.card-6 .card-section.info {
    position: relative;
    padding-top: 40px; }
    .card.card-6 .card-section.info .icon {
      background: #cc4b37;
      color: #fefefe;
      display: inline-block;
      border-radius: 50%;
      line-height: 48px;
      height: 48px;
      width: 48px;
      text-align: center;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      top: 0; }
      .card.card-6 .card-section.info .icon i {
        font-size: 24px;
        line-height: 48px; }
    .card.card-6 .card-section.info h3 {
      font-weight: 600; }
    .card.card-6 .card-section.info p {
      margin-bottom: 0;
      font-size: 16px;
      color: #4f5052; }
  .card.card-6 footer {
    border-top: 1px solid #cc4b37;
    justify-content: flex-end;
    flex: 0 0 auto; }
    .card.card-6 footer .button {
      margin-bottom: 0;
      font-size: 16px;
      display: flex;
      flex-flow: row;
      justify-content: space-between; }

.card.card-7 {
  border-width: 0;
  box-shadow: none !important; }
  .card.card-7 .image {
    padding-bottom: 50%; }
  .card.card-7 .card-section.info {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: -15px 15px 0 15px;
    z-index: 2;
    background: #fefefe;
    margin-bottom: 10px; }
    .card.card-7 .card-section.info h3 {
      font-weight: 600; }
    .card.card-7 .card-section.info p {
      margin-bottom: 0;
      font-size: 16px;
      color: #4f5052; }
    .card.card-7 .card-section.info .button {
      margin-top: 15px;
      margin-bottom: 0;
      font-size: 16px;
      display: flex;
      flex-flow: row;
      justify-content: space-between; }

.card.card-8 {
  height: 100%; }
  .card.card-8 .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .card.card-8 .image:before {
      background: white;
      background: linear-gradient(60deg, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0) 60%);
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
  .card.card-8 .card-section.info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left; }
    .card.card-8 .card-section.info h3 {
      font-weight: 600; }
    .card.card-8 .card-section.info p {
      color: #4f5052;
      margin-bottom: 0;
      font-size: 16px; }

.card.card-9 {
  padding-bottom: 30px;
  padding-top: 30px; }
  .card.card-9 .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .card.card-9 .image:before {
      background: rgba(255, 255, 255, 0.8);
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
  .card.card-9 .icon {
    background: #cc4b37;
    color: #fefefe;
    display: inline-block;
    border-radius: 50%;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 15px;
    top: 45px; }
    .card.card-9 .icon i {
      font-size: 24px;
      line-height: 48px; }
  .card.card-9 .card-section.info {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    padding-left: 75px; }
    .card.card-9 .card-section.info h3 {
      font-weight: 600; }
    .card.card-9 .card-section.info p {
      margin-bottom: 0;
      font-size: 16px;
      color: #4f5052; }
  .card.card-9 footer {
    justify-content: flex-end;
    flex: 0 0 auto;
    padding-top: 0;
    z-index: 3;
    padding-left: 75px; }
    .card.card-9 footer .button {
      margin-bottom: 0;
      font-size: 16px;
      display: flex;
      flex-flow: row;
      justify-content: space-between; }

.card.card-10 {
  padding-bottom: 30px;
  padding-top: 30px; }
  .card.card-10 .image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .card.card-10 .image:before {
      background: rgba(0, 0, 0, 0.8);
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
  .card.card-10 .card-section.info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; }
    .card.card-10 .card-section.info h3 {
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
      color: #FFF;
      font-weight: 600;
      padding: 10px; }

.card.card-11 .image {
  padding-bottom: 50%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 81%, 0% 100%);
  clip-path: ellipse(100% 55% at 48% 44%); }

.card.card-11 .card-section.info {
  position: relative; }
  .card.card-11 .card-section.info h3 {
    font-weight: 600;
    display: flex;
    flex-flow: row; }
    .card.card-11 .card-section.info h3 span {
      flex: 1; }
      .card.card-11 .card-section.info h3 span.icon {
        flex: 0 0 auto;
        margin-left: 10px; }
  .card.card-11 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-11 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0; }
  .card.card-11 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }
    .card.card-11 footer .button i {
      display: none; }

.card.card-12 .image {
  padding-bottom: 50%;
  position: relative; }
  .card.card-12 .image:after {
    background: linear-gradient(0deg, white 5%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 80px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0; }

.card.card-12 .card-section.info {
  position: relative;
  margin-top: -30px; }
  .card.card-12 .card-section.info .subtitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #4f5052; }
    .card.card-12 .card-section.info .subtitle:before {
      display: inline-block;
      margin-right: 5px;
      background: #cc4b37;
      height: 2px;
      width: 25px;
      margin-bottom: 4px;
      content: ''; }
  .card.card-12 .card-section.info h3 {
    font-weight: 600; }
  .card.card-12 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-12 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0; }
  .card.card-12 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }

.card.card-13 .image {
  padding-bottom: 50%; }

.card.card-13 .card-section.info {
  position: relative; }
  .card.card-13 .card-section.info .subtitle {
    font-size: 11px;
    text-transform: uppercase;
    color: #4f5052; }
    .card.card-13 .card-section.info .subtitle:before {
      display: inline-block;
      margin-right: 5px;
      background: #cc4b37;
      height: 2px;
      width: 25px;
      margin-bottom: 4px;
      content: ''; }
  .card.card-13 .card-section.info h3 {
    font-weight: 600; }
  .card.card-13 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-13 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  border-top: 1px solid #e6e6e6; }
  .card.card-13 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }

.card.card-14 .card-section.image-wrapper {
  padding-bottom: 0;
  flex-grow: 0; }

.card.card-14 .card-section.info {
  position: relative;
  padding-left: 50px; }
  .card.card-14 .card-section.info h3 {
    font-weight: 600; }
  .card.card-14 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-14 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0;
  padding-left: 50px; }
  .card.card-14 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }

.card.card-15 .card-section.image-wrapper {
  padding-bottom: 0;
  text-align: right;
  flex-grow: 0; }

.card.card-15 .card-section.info {
  position: relative; }
  .card.card-15 .card-section.info h3 {
    font-weight: 600; }
  .card.card-15 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-15 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0; }
  .card.card-15 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between; }

.card.card-16 .card-section.header {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  flex-grow: 0; }
  .card.card-16 .card-section.header .icon {
    background: #cc4b37;
    color: #fefefe;
    display: inline-block;
    border-radius: 50%;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    font-size: 16px;
    flex: 0 0 auto;
    margin-right: 10px; }
    .card.card-16 .card-section.header .icon i {
      font-size: 16px;
      line-height: 36px; }
  .card.card-16 .card-section.header h3 {
    font-weight: 600;
    flex: 1 1 auto; }

.card.card-16 .image {
  padding-bottom: 50%; }

.card.card-16 .card-section.info {
  position: relative; }
  .card.card-16 .card-section.info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #4f5052; }

.card.card-16 footer {
  justify-content: flex-end;
  flex: 0 0 auto;
  padding-top: 0;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .card.card-16 footer .button {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    flex: 0 0 auto;
    margin-right: 5px;
    text-decoration: none;
    color: #cc4b37;
    font-weight: 600; }
    .card.card-16 footer .button i {
      display: none; }
  .card.card-16 footer .line {
    height: 1px;
    width: 100%;
    flex: 1 1 auto;
    background: #cc4b37; }

.card.card-Question {
  border-width: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
  border-radius: 0;
  border-top-width: 1px;
  box-shadow: none !important;
  border: 4px solid #efefef;
  border-width: 0 4px 1px 4px;
  margin-top: -1px;
  border-top: 1px solid transparent;
  background: transparent; }
  .card.card-Question:first-of-type {
    border-top: 4px solid #efefef;
    margin-top: 0; }
  .card.card-Question:last-of-type {
    border-bottom: 4px solid #efefef;
    border-bottom-right-radius: 60px; }
    @media print, screen and (max-width: 56.24875em) {
      .card.card-Question:last-of-type {
        padding-bottom: 15px; } }
  .card.card-Question .accordion-title {
    border-width: 0;
    background: transparent;
    padding-right: 80px;
    border-radius: 0; }
    @media print, screen and (max-width: 56.24875em) {
      .card.card-Question .accordion-title {
        padding: 10px 60px 10px 10px; } }
    .card.card-Question .accordion-title p {
      color: #ba8748;
      margin-bottom: 0; }
      @media print, screen and (max-width: 56.24875em) {
        .card.card-Question .accordion-title p {
          font-size: 16px; } }
    .card.card-Question .accordion-title i {
      position: absolute;
      right: 45px;
      top: 50%;
      transition: all 0.3s;
      transform: translateY(-50%);
      transform-origin: center;
      color: #ba8748; }
      @media print, screen and (max-width: 56.24875em) {
        .card.card-Question .accordion-title i {
          right: 25px; } }
    .card.card-Question .accordion-title:hover p {
      color: #4f5052; }
    .card.card-Question .accordion-title:hover i {
      color: #4f5052;
      transform: translateY(-50%) rotate(180deg); }
  .card.card-Question .accordion-content {
    background: #fefefe;
    padding-top: 0;
    border-width: 0; }
    @media print, screen and (max-width: 56.24875em) {
      .card.card-Question .accordion-content {
        padding: 10px; } }
    .card.card-Question .accordion-content:hover {
      background: #fefefe; }
    .card.card-Question .accordion-content p:last-of-type {
      margin-bottom: 0; }
  .card.card-Question.is-active .accordion-title i {
    transform: translateY(-50%) rotate(180deg); }
  .card.card-Question:hover {
    border-color: #ba8748;
    transform: none; }

.card.card-Testimonial {
  background: transparent;
  border-width: 0;
  margin-bottom: 0; }
  .card.card-Testimonial:hover {
    transform: none;
    box-shadow: none; }
  .card.card-Testimonial .title-wrapper {
    background: #ba8748;
    border-radius: 50%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.3);
    margin-top: 50px;
    margin-bottom: 50px; }
    .card.card-Testimonial .title-wrapper:before {
      content: '';
      background: #ad7c41;
      border-radius: 0 0 40px 0;
      height: 40px;
      width: 40px;
      position: absolute;
      top: 50px;
      left: 28px;
      z-index: 1; }
    .card.card-Testimonial .title-wrapper:after {
      content: '';
      background: #ad7c41;
      border-radius: 0 0 40px 0;
      height: 40px;
      width: 40px;
      position: absolute;
      top: 50px;
      left: 74px;
      z-index: 1; }
    @media print, screen and (max-width: 56.24875em) {
      .card.card-Testimonial .title-wrapper {
        width: 340px;
        margin: 50px auto 20px auto;
        height: 340px;
        padding: 0; } }
  .card.card-Testimonial h4 {
    font-family: adobe-caslon-pro, serif;
    padding: 40px;
    text-align: center;
    color: #FFF;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 400;
    width: 100%;
    line-height: 1.2;
    z-index: 2; }
    @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
      .card.card-Testimonial h4 {
        font-size: 30px; } }
    @media print, screen and (min-width: 40em) and (max-width: 56.24875em) {
      .card.card-Testimonial h4 {
        font-size: 26px; } }
    .card.card-Testimonial h4:before {
      content: '';
      background: #ad7c41;
      border-radius: 0 0 0 40px;
      height: 40px;
      width: 40px;
      position: absolute;
      bottom: -20px;
      right: 28px;
      z-index: -1; }
    .card.card-Testimonial h4:after {
      content: '';
      background: #ad7c41;
      border-radius: 0 0 0 40px;
      height: 40px;
      width: 40px;
      position: absolute;
      bottom: -20px;
      right: 74px;
      z-index: -1; }
  .card.card-Testimonial blockquote {
    font-family: adobe-caslon-pro, serif;
    color: #355061;
    font-size: 24px;
    padding: 0;
    border-width: 0;
    line-height: 1.4;
    margin-top: 50px; }
    .card.card-Testimonial blockquote:after {
      background-color: #ba8748;
      display: block;
      margin-bottom: 20px;
      margin-top: 20px;
      content: '';
      height: 2px;
      width: 30px; }
    @media print, screen and (max-width: 56.24875em) {
      .card.card-Testimonial blockquote {
        margin-top: 0; } }
  .card.card-Testimonial cite {
    color: #4f5052;
    font-size: 14px;
    margin-bottom: 0;
    font-style: normal; }
    .card.card-Testimonial cite:before {
      display: none; }
  .card.card-Testimonial p:last-of-type {
    margin-bottom: 0; }

.card.card-Portal {
  margin-bottom: 0; }
  .card.card-Portal .fa-star {
    position: absolute;
    top: 5px;
    right: 5px;
    color: gold;
    font-size: 26px;
    z-index: 3; }
  .card.card-Portal img {
    position: absolute;
    right: 15px;
    top: 15px; }
  .card.card-Portal .info {
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px; }
  @media print, screen and (max-width: 39.99875em) {
    .card.card-Portal {
      margin-bottom: 10px; }
      .card.card-Portal .info h3 {
        font-size: 18px; } }

.card.card-Contact {
  flex-flow: row;
  align-items: flex-start; }
  .card.card-Contact:hover {
    transform: none; }
  .card.card-Contact .favourite-status {
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px; }
    .card.card-Contact .favourite-status.favourited {
      color: #ba8748; }
  .card.card-Contact .badge {
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px; }
  .card.card-Contact .image {
    flex: 0 0 100px;
    padding: 15px 0 15px 15px; }
  .card.card-Contact .info {
    flex: 1 1 auto;
    text-align: left; }
    .card.card-Contact .info h3 {
      font-size: 18px;
      font-weight: bold;
      color: #5f6062;
      margin-bottom: 0; }
    .card.card-Contact .info .position {
      font-size: 80%;
      font-weight: bold;
      margin-bottom: 5px; }
    .card.card-Contact .info .credentials {
      font-size: 80%; }
    .card.card-Contact .info .phone,
    .card.card-Contact .info .email {
      font-size: 14px; }
      .card.card-Contact .info .phone i,
      .card.card-Contact .info .email i {
        color: #ba8748; }
      .card.card-Contact .info .phone a,
      .card.card-Contact .info .email a {
        color: #4f5052;
        font-size: 14px; }

.card.card-Staff {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #f7f7f7;
  border-radius: 0 0 100px 0;
  box-shadow: none;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5); }
  @media print, screen and (max-width: 39.99875em) {
    .card.card-Staff {
      box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.5); } }
  .card.card-Staff:hover {
    box-shadow: none;
    transform: none; }
  .card.card-Staff .card-section.typography {
    padding: 30px 30px 45px 30px; }
    @media print, screen and (max-width: 39.99875em) {
      .card.card-Staff .card-section.typography {
        padding: 20px 20px 30px 20px; } }
    .card.card-Staff .card-section.typography img {
      float: right;
      margin-bottom: 15px;
      margin-left: 30px; }
      @media print, screen and (max-width: 39.99875em) {
        .card.card-Staff .card-section.typography img {
          max-width: 120px; } }
    .card.card-Staff .card-section.typography > h4 {
      font-size: 24px;
      margin-top: 0;
      padding-top: 0; }
    .card.card-Staff .card-section.typography .position {
      font-weight: bold;
      line-height: 1.2; }
    .card.card-Staff .card-section.typography .credentials {
      font-size: 13px; }
    .card.card-Staff .card-section.typography .contact-details {
      margin-bottom: 15px;
      margin-top: 15px; }
      .card.card-Staff .card-section.typography .contact-details a {
        color: #4f5052; }
      .card.card-Staff .card-section.typography .contact-details i {
        color: #ba8748; }
    .card.card-Staff .card-section.typography .phone {
      display: inline-block;
      margin-right: 30px; }
    .card.card-Staff .card-section.typography .email {
      display: inline-block; }
    .card.card-Staff .card-section.typography .linkedin {
      display: block;
      border-top: 2px solid #d7d7d7;
      margin-top: 10px;
      padding-top: 10px;
      color: #0077b5; }

.card.card-Portal {
  border-radius: 0 0 60px 0;
  display: flex;
  flex-flow: row;
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.05), inset 0 0 0 4px #efefef;
  border-width: 0;
  align-items: center; }
  .card.card-Portal .image {
    flex: 0 0 50px;
    position: relative;
    width: 50px; }
    .card.card-Portal .image img {
      position: absolute;
      left: 4px;
      transform: translate(-50%, -50%);
      z-index: 2;
      left: 50%;
      margin-left: -2px;
      top: 50%; }
    .card.card-Portal .image:before {
      content: '';
      background: #d7d7d7;
      border-radius: 0 0 50px 0;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 50%;
      z-index: 1; }
    .card.card-Portal .image:after {
      content: '';
      background: #efefef;
      border-radius: 0 50px 0 0;
      height: 50px;
      width: 50px;
      position: absolute;
      bottom: 50%;
      z-index: 1; }
  .card.card-Portal .card-section.info {
    padding: 20px 20px 20px 10px;
    flex: 1 1 auto; }
    @media print, screen and (max-width: 39.99875em) {
      .card.card-Portal .card-section.info {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .card.card-Portal .card-section.info h3 {
      font-size: 20px;
      margin-bottom: 4px;
      font-weight: 800;
      line-height: 1.2; }
    .card.card-Portal .card-section.info p {
      font-size: 14px; }
  .card.card-Portal:hover {
    box-shadow: 0 25px 25px rgba(0, 0, 0, 0.2), inset 0 0 0 4px #ba8748; }
    .card.card-Portal:hover .image img {
      filter: brightness(0) invert(1); }
    .card.card-Portal:hover .image:before {
      background: #ba8748; }
    .card.card-Portal:hover .image:after {
      background: #c89e6c; }

/* Table Rows */
.card.card-PortalLink .card-inner {
  display: flex;
  flex-flow: row; }
  @media print, screen and (max-width: 39.99875em) {
    .card.card-PortalLink .card-inner {
      flex-flow: column; } }
  .card.card-PortalLink .card-inner > a {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px; }
    .card.card-PortalLink .card-inner > a h4 {
      font-size: 20px;
      color: #4f5052;
      margin-bottom: 0;
      line-height: 1.1; }
    .card.card-PortalLink .card-inner > a .description {
      color: #4f5052;
      font-size: 15px;
      margin-bottom: 0; }
  .card.card-PortalLink .card-inner .controls {
    display: flex;
    flex: 0 0 200px;
    width: 200px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px; }
    @media print, screen and (max-width: 39.99875em) {
      .card.card-PortalLink .card-inner .controls {
        flex: 0 0 100%;
        width: 100%; } }
    .card.card-PortalLink .card-inner .controls a {
      margin-right: 15px; }
    .card.card-PortalLink .card-inner .controls .favourite-status {
      color: #ddd;
      cursor: pointer;
      display: inline-block; }
      .card.card-PortalLink .card-inner .controls .favourite-status.favourited {
        color: #ba8748; }

.card.card-PortalLink .badge {
  border-radius: 2px;
  background: #eee;
  color: #4f5052;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 2px 6px;
  margin-bottom: 4px; }

table.unstriped tbody tr.StorageFolder {
  background: #f2f2f2; }
  table.unstriped tbody tr.StorageFolder td.item-type i {
    color: #355061; }
  table.unstriped tbody tr.StorageFolder td.title a h4 {
    font-size: 18px;
    color: #355061;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.1; }

@media print, screen and (max-width: 39.99875em) {
  table.unstriped tbody tr.FileFolder td.item-type,
  table.unstriped tbody tr.StorageFile td.item-type {
    padding: 0.5rem 10px; } }

table.unstriped tbody tr.FileFolder td.item-type i,
table.unstriped tbody tr.StorageFile td.item-type i {
  color: #ba8748; }

table.unstriped tbody tr.FileFolder td.title,
table.unstriped tbody tr.StorageFile td.title {
  color: #4f5052; }
  table.unstriped tbody tr.FileFolder td.title a,
  table.unstriped tbody tr.StorageFile td.title a {
    display: block; }
    table.unstriped tbody tr.FileFolder td.title a h4,
    table.unstriped tbody tr.StorageFile td.title a h4 {
      font-size: 16px;
      color: #4f5052;
      margin-bottom: 0;
      word-break: break-word;
      line-height: 1.1; }
    table.unstriped tbody tr.FileFolder td.title a small,
    table.unstriped tbody tr.StorageFile td.title a small {
      color: #888; }
    table.unstriped tbody tr.FileFolder td.title a .description,
    table.unstriped tbody tr.StorageFile td.title a .description {
      color: #4f5052;
      font-size: 15px;
      margin-bottom: 0; }
    table.unstriped tbody tr.FileFolder td.title a:hover h4,
    table.unstriped tbody tr.StorageFile td.title a:hover h4 {
      color: #ba8748; }
  table.unstriped tbody tr.FileFolder td.title .versions,
  table.unstriped tbody tr.StorageFile td.title .versions {
    color: #888;
    font-size: 13px;
    margin-top: 10px; }
    table.unstriped tbody tr.FileFolder td.title .versions .current-version,
    table.unstriped tbody tr.StorageFile td.title .versions .current-version {
      margin-bottom: 0; }
      table.unstriped tbody tr.FileFolder td.title .versions .current-version a,
      table.unstriped tbody tr.StorageFile td.title .versions .current-version a {
        display: inline-block;
        float: right; }

table.unstriped tbody tr.FileFolder td.controls a:not(:last-of-type),
table.unstriped tbody tr.StorageFile td.controls a:not(:last-of-type) {
  margin-right: 15px; }

table.unstriped tbody tr.FileFolder td.controls .favourite-status,
table.unstriped tbody tr.StorageFile td.controls .favourite-status {
  color: #ddd;
  cursor: pointer;
  display: inline-block; }
  table.unstriped tbody tr.FileFolder td.controls .favourite-status.favourited,
  table.unstriped tbody tr.StorageFile td.controls .favourite-status.favourited {
    color: #ba8748; }

table.unstriped tbody tr.MemberRow td.title {
  color: #4f5052;
  padding-left: 15px; }
  table.unstriped tbody tr.MemberRow td.title h4 {
    font-size: 16px;
    color: #4f5052;
    margin-bottom: 0;
    word-break: break-word;
    line-height: 1.1; }
  table.unstriped tbody tr.MemberRow td.title .email {
    color: #4f5052;
    font-size: 14px;
    margin-bottom: 0; }
    table.unstriped tbody tr.MemberRow td.title .email:hover {
      color: #ba8748; }

table.unstriped tbody tr.MemberRow td.controls a:not(:last-of-type) {
  margin-right: 15px; }

table.unstriped tbody tr.MemberRow td.controls .favourite-status {
  color: #ddd;
  cursor: pointer;
  display: inline-block; }
  table.unstriped tbody tr.MemberRow td.controls .favourite-status.favourited {
    color: #ba8748; }

.main {
  position: relative;
  z-index: 3; }

.HomePage .homepage-subsites-container {
  z-index: 5; }
  @media print, screen and (min-width: 64em) {
    .HomePage .homepage-subsites-container {
      margin-top: -80px; } }
  @media only screen and (min-width: 900px) and (max-width: 1400px) {
    .HomePage .homepage-subsites-container {
      margin-top: -30px; } }
  @media only screen and (max-width: 900px) {
    .HomePage .homepage-subsites-container {
      margin-top: 0; } }
  @media only screen and (max-width: 900px) {
    .HomePage .homepage-subsites-container {
      padding-top: 10px; } }

.HomePage .main-content-container .main-content p:first-of-type {
  font-size: 24px; }
  @media print, screen and (max-width: 39.99875em) {
    .HomePage .main-content-container .main-content p:first-of-type {
      font-size: 20px; } }
  .HomePage .main-content-container .main-content p:first-of-type:after {
    background: #ba8748;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    content: '';
    height: 2px;
    width: 30px; }

.HomePage .main-content-container .main-content p {
  font-size: 18px; }

.HomePage .main-content-container .main-content ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap; }
  .HomePage .main-content-container .main-content ul li {
    flex: 0 0 50%;
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 15px;
    list-style-type: none; }
    @media print, screen and (max-width: 39.99875em) {
      .HomePage .main-content-container .main-content ul li {
        flex: 0 0 100%; } }

.DashboardPage .notifications-wrapper {
  padding-top: 15px;
  padding-bottom: 60px; }
  .DashboardPage .notifications-wrapper h4 {
    font-size: 24px; }
  .DashboardPage .notifications-wrapper a {
    text-decoration: underline; }

.WrapperPage .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }
  .WrapperPage .iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.DashboardPage .dashboard-item header {
  background: #eee;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center; }
  .DashboardPage .dashboard-item header h4 {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 0; }
  .DashboardPage .dashboard-item header i {
    display: inline-block;
    padding: 5px 10px; }

.DashboardPage .dashboard-item td, .DashboardPage .dashboard-item th, .DashboardPage .dashboard-item p {
  font-size: 13px; }

.DashboardPage .dashboard-item .row-header th {
  font-size: 11px;
  padding: 5px 10px; }

.DashboardPage .dashboard-item .description {
  display: none; }

.notification-fieldgroup {
  padding: 15px 5px;
  background: #f7f7f7;
  margin-bottom: 10px; }
  .notification-fieldgroup .inline-email-preference {
    font-size: .875rem;
    padding-left: 0;
    margin-left: -5px; }
    .notification-fieldgroup .inline-email-preference select {
      background: #f7f7f7;
      font-size: .875rem;
      height: 25px;
      border-width: 0 0 1px 0;
      line-height: 15px;
      margin-bottom: 0;
      margin-top: 13px;
      padding-left: 0; }

form .fieldholder-small.checkbox.toggle-switch {
  padding-top: 15px;
  padding-bottom: 5px; }
  form .fieldholder-small.checkbox.toggle-switch > label {
    font-size: 15px;
    line-height: 20px; }
  form .fieldholder-small.checkbox.toggle-switch .input-wrapper {
    display: block;
    margin-right: 10px;
    font-size: 15px;
    height: 15px;
    width: 37.5px;
    box-sizing: content-box;
    padding: 2px;
    border-radius: 2px;
    transition: transform 0.4s ease;
    cursor: pointer;
    flex: 0 0 37.5px;
    position: relative; }
    form .fieldholder-small.checkbox.toggle-switch .input-wrapper .checkmark {
      width: 15px;
      height: 15px;
      transition: transform 0.4s ease;
      transform: translateX(-0.4em);
      z-index: 5;
      position: relative; }
      form .fieldholder-small.checkbox.toggle-switch .input-wrapper .checkmark svg {
        display: block;
        background: #e5e5e5;
        transform: translateX(0.4em);
        border-radius: 2px;
        transition: background-color 0.4s ease, transform calc(1s) ease; }
        form .fieldholder-small.checkbox.toggle-switch .input-wrapper .checkmark svg path {
          stroke-dasharray: 90 90;
          stroke-dashoffset: 90;
          transition: stroke-dashoffset calc(0.1s) linear calc(0.1s); }
    form .fieldholder-small.checkbox.toggle-switch .input-wrapper input.checkbox {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.4;
      visibility: hidden;
      z-index: 4; }
      form .fieldholder-small.checkbox.toggle-switch .input-wrapper input.checkbox:checked ~ .checkmark {
        transform: translate(1.9em); }
        form .fieldholder-small.checkbox.toggle-switch .input-wrapper input.checkbox:checked ~ .checkmark svg {
          background: #77c44c;
          transform: translate(-0.4em); }
          form .fieldholder-small.checkbox.toggle-switch .input-wrapper input.checkbox:checked ~ .checkmark svg path {
            stroke-dashoffset: 0; }
    form .fieldholder-small.checkbox.toggle-switch .input-wrapper .check-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: inherit;
      background: white;
      z-index: 2;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      /* &:before {
				transition: transform 0.4s ease;
				transform: translateY(30%);
				transform-origin: bottom center;
				background: black;
				filter: blur(.25em);
				opacity: 0.2;
				z-index: -1;
			} */ }
      form .fieldholder-small.checkbox.toggle-switch .input-wrapper .check-bg:before, form .fieldholder-small.checkbox.toggle-switch .input-wrapper .check-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: inherit; }
      form .fieldholder-small.checkbox.toggle-switch .input-wrapper .check-bg:after {
        background: #fff; }

.StaffPage .staff-category {
  padding-top: 60px; }
  @media print, screen and (max-width: 56.24875em) {
    .StaffPage .staff-category {
      padding-top: 30px; } }

.Security .main-content {
  padding-bottom: 60px; }

.Security .typography + form {
  margin-top: 30px; }

.Security form {
  background: #4f5052;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
  border-radius: 0 0 100px 0;
  padding: 50px 30px; }
  .Security form p, .Security form label {
    color: #FFF; }

.Security .btn-toolbar {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 15px; }
  .Security .btn-toolbar .action {
    background-color: #ba8748;
    color: #FFF;
    outline: 0;
    border-width: 0;
    height: 40px;
    border-radius: 20px;
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
    padding: 11px 25px 11px 25px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
    cursor: pointer; }
    .Security .btn-toolbar .action:hover {
      background: #a97a40; }
  .Security .btn-toolbar p {
    font-size: 14px;
    margin-bottom: 0; }

.ErrorPage .main-content {
  padding-bottom: 60px; }

.ContactPage .main {
  overflow: hidden; }

.ContactPage .contact-form-wrapper {
  overflow: visible;
  position: relative;
  margin: 50px auto;
  max-width: 1580px;
  z-index: 5; }
  .ContactPage .contact-form-wrapper .typography h1, .ContactPage .contact-form-wrapper .typography h2, .ContactPage .contact-form-wrapper .typography h3, .ContactPage .contact-form-wrapper .typography h4, .ContactPage .contact-form-wrapper .typography h5, .ContactPage .contact-form-wrapper .typography h6, .ContactPage .contact-form-wrapper .typography p, .ContactPage .contact-form-wrapper .typography li, .ContactPage .contact-form-wrapper .typography strong, .ContactPage .contact-form-wrapper .typography label {
    color: #FFF; }
  .ContactPage .contact-form-wrapper .typography h1, .ContactPage .contact-form-wrapper .typography h2, .ContactPage .contact-form-wrapper .typography h3, .ContactPage .contact-form-wrapper .typography h4, .ContactPage .contact-form-wrapper .typography h5, .ContactPage .contact-form-wrapper .typography h6 {
    font-size: 32px; }
    @media print, screen and (max-width: 56.24875em) {
      .ContactPage .contact-form-wrapper .typography h1, .ContactPage .contact-form-wrapper .typography h2, .ContactPage .contact-form-wrapper .typography h3, .ContactPage .contact-form-wrapper .typography h4, .ContactPage .contact-form-wrapper .typography h5, .ContactPage .contact-form-wrapper .typography h6 {
        font-size: 26px;
        margin-bottom: 20px; } }
    .ContactPage .contact-form-wrapper .typography h1:after, .ContactPage .contact-form-wrapper .typography h2:after, .ContactPage .contact-form-wrapper .typography h3:after, .ContactPage .contact-form-wrapper .typography h4:after, .ContactPage .contact-form-wrapper .typography h5:after, .ContactPage .contact-form-wrapper .typography h6:after {
      background-color: #ba8748; }
  .ContactPage .contact-form-wrapper .typography p:last-of-type {
    margin-bottom: 0; }
  .ContactPage .contact-form-wrapper .typography ul {
    margin-left: 0; }
    .ContactPage .contact-form-wrapper .typography ul li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 5px;
      list-style-type: none; }
      .ContactPage .contact-form-wrapper .typography ul li:last-of-type {
        margin-bottom: 0; }
      .ContactPage .contact-form-wrapper .typography ul li:before {
        position: absolute;
        left: 0;
        content: "\f00c";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
        background: #ba8748;
        border-radius: 50%;
        text-align: center;
        height: 18px;
        width: 18px;
        display: inline-block;
        color: #355061; }
      .ContactPage .contact-form-wrapper .typography ul li:after {
        position: absolute;
        left: 0;
        content: '';
        background: #c89e6c;
        border-radius: 6px 0 100% 0;
        text-align: center;
        height: 8px;
        width: 8px;
        display: inline-block;
        top: 9px;
        left: 9px; }
  .ContactPage .contact-form-wrapper .contact-form-border {
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 1580px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    .ContactPage .contact-form-wrapper .contact-form-border:before {
      position: absolute;
      top: 0;
      bottom: 0;
      box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
      content: '';
      z-index: 6;
      border-radius: 325px 0 0 325px;
      left: 0;
      right: -1000px; }
      @media only screen and (max-width: 900px) {
        .ContactPage .contact-form-wrapper .contact-form-border:before {
          border-radius: 0 0 60px 0;
          left: 0; } }
      @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
        .ContactPage .contact-form-wrapper .contact-form-border:before {
          border-radius: 0; } }
      @media print, screen and (max-width: 56.24875em) {
        .ContactPage .contact-form-wrapper .contact-form-border:before {
          border-radius: 0 0 60px 0; } }
      @media print, screen and (max-width: 39.99875em) {
        .ContactPage .contact-form-wrapper .contact-form-border:before {
          box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.2); } }
    @media print, screen and (max-width: 56.24875em) {
      .ContactPage .contact-form-wrapper .contact-form-border {
        border-radius: 0 0 60px 0; } }
  .ContactPage .contact-form-wrapper .contact-form-bg:before {
    background: #4f5052;
    content: '';
    position: absolute;
    border-radius: 325px 0 0 325px;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1000px; }
    @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
      .ContactPage .contact-form-wrapper .contact-form-bg:before {
        border-radius: 0; } }
    @media print, screen and (max-width: 56.24875em) {
      .ContactPage .contact-form-wrapper .contact-form-bg:before {
        border-radius: 0 0 60px 0; } }
  .ContactPage .contact-form-wrapper .contact-form-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media only screen and (min-width: 1020px) and (max-width: 1400px) {
      .ContactPage .contact-form-wrapper .contact-form-content {
        padding-left: 60px;
        padding-right: 60px; } }
    @media only screen and (min-width: 1400px) and (max-width: 1600px) {
      .ContactPage .contact-form-wrapper .contact-form-content {
        padding-right: 140px; } }
    @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
      .ContactPage .contact-form-wrapper .contact-form-content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media print, screen and (max-width: 56.24875em) {
      .ContactPage .contact-form-wrapper .contact-form-content {
        padding: 30px 10px; } }
  .ContactPage .contact-form-wrapper form {
    background: #ba8748;
    border-radius: 0 0 100px 0;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.6); }
    @media print, screen and (max-width: 39.99875em) {
      .ContactPage .contact-form-wrapper form {
        box-shadow: none;
        background: #4f5052;
        padding: 30px 0 0 0; } }
    .ContactPage .contact-form-wrapper form label {
      color: #FFF; }
    .ContactPage .contact-form-wrapper form div.requiredField {
      position: relative; }
      .ContactPage .contact-form-wrapper form div.requiredField label:after {
        content: '*';
        background: #f2556b;
        position: absolute;
        border-radius: 0 0 0 20px;
        height: 16px;
        right: 16px;
        width: 16px;
        text-align: center;
        top: 20px; }
        @media print, screen and (max-width: 39.99875em) {
          .ContactPage .contact-form-wrapper form div.requiredField label:after {
            right: 11px;
            top: 21px; } }
    .ContactPage .contact-form-wrapper form [type=color],
    .ContactPage .contact-form-wrapper form [type=date],
    .ContactPage .contact-form-wrapper form [type=datetime-local],
    .ContactPage .contact-form-wrapper form [type=datetime],
    .ContactPage .contact-form-wrapper form [type=email],
    .ContactPage .contact-form-wrapper form [type=month],
    .ContactPage .contact-form-wrapper form [type=number],
    .ContactPage .contact-form-wrapper form [type=password],
    .ContactPage .contact-form-wrapper form [type=search],
    .ContactPage .contact-form-wrapper form [type=tel],
    .ContactPage .contact-form-wrapper form [type=text],
    .ContactPage .contact-form-wrapper form [type=time],
    .ContactPage .contact-form-wrapper form [type=url],
    .ContactPage .contact-form-wrapper form [type=week],
    .ContactPage .contact-form-wrapper form textarea {
      border: 1px solid #966c39;
      border-radius: 0; }
      @media print, screen and (max-width: 39.99875em) {
        .ContactPage .contact-form-wrapper form [type=color],
        .ContactPage .contact-form-wrapper form [type=date],
        .ContactPage .contact-form-wrapper form [type=datetime-local],
        .ContactPage .contact-form-wrapper form [type=datetime],
        .ContactPage .contact-form-wrapper form [type=email],
        .ContactPage .contact-form-wrapper form [type=month],
        .ContactPage .contact-form-wrapper form [type=number],
        .ContactPage .contact-form-wrapper form [type=password],
        .ContactPage .contact-form-wrapper form [type=search],
        .ContactPage .contact-form-wrapper form [type=tel],
        .ContactPage .contact-form-wrapper form [type=text],
        .ContactPage .contact-form-wrapper form [type=time],
        .ContactPage .contact-form-wrapper form [type=url],
        .ContactPage .contact-form-wrapper form [type=week],
        .ContactPage .contact-form-wrapper form textarea {
          border: 1px solid #363738;
          margin-bottom: 15px; } }
    .ContactPage .contact-form-wrapper form .btn-toolbar .cell {
      text-align: left; }
      @media print, screen and (max-width: 39.99875em) {
        .ContactPage .contact-form-wrapper form .btn-toolbar .cell {
          text-align: center; }
          .ContactPage .contact-form-wrapper form .btn-toolbar .cell .button:after {
            background: #ba8748; }
          .ContactPage .contact-form-wrapper form .btn-toolbar .cell .button:hover .icon {
            color: #4f5052; } }

.ContactPage .full-elementalarea {
  position: relative;
  z-index: 2; }

.UserDefinedForm .main > .grid-container {
  position: relative;
  z-index: 3; }
  .UserDefinedForm .main > .grid-container form {
    margin-top: 30px;
    border-radius: 0 0 60px 0;
    box-shadow: 0 5px 45px rgba(0, 0, 0, 0.3); }

.UserDefinedForm .full-elementalarea {
  position: relative;
  z-index: 2; }

.BlogPost {
  overflow-x: hidden; }
  .BlogPost iframe {
    max-width: 100%; }
  .BlogPost .blog-cta {
    margin-top: 50px;
    margin-bottom: 50px; }
    @media print, screen and (max-width: 56.24875em) {
      .BlogPost .blog-cta {
        margin-top: 30px;
        margin-bottom: 30px; }
        .BlogPost .blog-cta > .cell {
          padding-right: 0; } }
    .BlogPost .blog-cta .blog-cta-inner {
      position: relative;
      background: #355061;
      border: 8px solid #476b82;
      padding: 15px;
      border-radius: 0 100px 100px 0; }
      @media print, screen and (max-width: 56.24875em) {
        .BlogPost .blog-cta .blog-cta-inner {
          padding: 15px 0;
          border-radius: 0 0 60px 0;
          border-width: 4px; } }
      .BlogPost .blog-cta .blog-cta-inner:before {
        background: #355061;
        content: '';
        top: -8px;
        bottom: -8px;
        border-bottom: 8px solid #476b82;
        border-top: 8px solid #476b82;
        position: absolute;
        left: 0;
        transform: translateX(-100%);
        width: 1500px; }
        @media print, screen and (max-width: 56.24875em) {
          .BlogPost .blog-cta .blog-cta-inner:before {
            top: -4px;
            bottom: -4px;
            border-bottom-width: 4px;
            border-top-width: 4px; } }
      .BlogPost .blog-cta .blog-cta-inner h1, .BlogPost .blog-cta .blog-cta-inner h2, .BlogPost .blog-cta .blog-cta-inner h3, .BlogPost .blog-cta .blog-cta-inner h4, .BlogPost .blog-cta .blog-cta-inner h5, .BlogPost .blog-cta .blog-cta-inner h6, .BlogPost .blog-cta .blog-cta-inner p, .BlogPost .blog-cta .blog-cta-inner li {
        color: #FFF; }
      .BlogPost .blog-cta .blog-cta-inner h1, .BlogPost .blog-cta .blog-cta-inner h2, .BlogPost .blog-cta .blog-cta-inner h3, .BlogPost .blog-cta .blog-cta-inner h4 {
        font-size: 32px; }
  .BlogPost .blog-author {
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 50px;
    border-radius: 0 0 60px 0;
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0; }
    @media print, screen and (max-width: 56.24875em) {
      .BlogPost .blog-author {
        border-radius: 0; } }
    .BlogPost .blog-author .content-cell img {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      max-width: 30%; }
    .BlogPost .blog-author .content-cell h4 {
      font-size: 20px;
      margin-bottom: 0; }
      .BlogPost .blog-author .content-cell h4 span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #ba8748; }
    .BlogPost .blog-author .content-cell .position {
      margin-bottom: 10px;
      color: #5f6062; }
    .BlogPost .blog-author .content-cell .contact-details {
      border-top: 2px solid #5f6062;
      margin-top: 10px;
      padding-top: 10px;
      text-align: center; }
      .BlogPost .blog-author .content-cell .contact-details a {
        color: #355061; }
      .BlogPost .blog-author .content-cell .contact-details .divider {
        color: #ba8748; }
      .BlogPost .blog-author .content-cell .contact-details .linkedin {
        display: inline-block;
        color: #0077b5; }
        .BlogPost .blog-author .content-cell .contact-details .linkedin + a:before {
          content: ' | '; }
  .BlogPost .blog-post-meta {
    text-align: center;
    margin-bottom: 30px; }
  @media print, screen and (max-width: 56.24875em) {
    .BlogPost .main-sidebar {
      padding-top: 0; } }
  .BlogPost .blog-prevnext {
    margin-top: 50px;
    margin-bottom: 50px; }
    @media print, screen and (max-width: 56.24875em) {
      .BlogPost .blog-prevnext {
        margin-top: 30px;
        margin-bottom: 30px; } }
    .BlogPost .blog-prevnext .text-right {
      border-left: 2px solid #d7d7d7; }
    .BlogPost .blog-prevnext a {
      display: block;
      padding-bottom: 15px;
      padding-top: 15px;
      color: #355061; }
      @media print, screen and (max-width: 56.24875em) {
        .BlogPost .blog-prevnext a {
          padding-top: 10px;
          padding-bottom: 10px; } }
      .BlogPost .blog-prevnext a span {
        font-size: 13px;
        text-transform: uppercase;
        color: #5f6062; }
      .BlogPost .blog-prevnext a h4 {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.3; }
        @media print, screen and (max-width: 56.24875em) {
          .BlogPost .blog-prevnext a h4 {
            font-size: 16px; } }

.AdminLogPage #Base7FoundationForm_FilterForm {
  padding: 15px;
  margin-bottom: 30px; }
  .AdminLogPage #Base7FoundationForm_FilterForm h5 {
    display: inline-block; }
  .AdminLogPage #Base7FoundationForm_FilterForm a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 13px;
    float: right; }

.AdminLogPage table.log-table tr td,
.AdminLogPage table.log-table tr th {
  font-size: 12px; }

.AdminLogPage .download-wrapper {
  margin-bottom: 60px; }

body:before {
  background: #eadbc8;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  z-index: 1; }

body:after {
  background: #f4ede3;
  content: '';
  position: absolute;
  top: 200px;
  right: 0;
  left: 0;
  height: 20px;
  z-index: 1; }

header.header.header-13 {
  position: relative;
  z-index: 4;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media only screen and (min-width: 800px) and (max-width: 1150px) {
    header.header.header-13 {
      padding-top: 15px;
      padding-bottom: 50px; } }
  @media only screen and (max-width: 900px) {
    header.header.header-13 {
      background: #eadbc8;
      padding-top: 0;
      padding-bottom: 0; } }
  header.header.header-13 .logo-cell {
    padding: 5px 15px; }
    @media only screen and (max-width: 900px) {
      header.header.header-13 .logo-cell {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center; } }
    header.header.header-13 .logo-cell img {
      max-width: 285px; }
      @media only screen and (max-width: 900px) {
        header.header.header-13 .logo-cell img {
          max-width: 220px; } }
  header.header.header-13 .header-menu-trigger {
    display: block;
    line-height: 32px;
    padding: 5px 10px;
    text-align: center;
    margin-right: 1px;
    background: #4f5052;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
    color: #FFF;
    position: relative; }
    header.header.header-13 .header-menu-trigger i {
      color: #ba8748; }
    header.header.header-13 .header-menu-trigger.open {
      box-shadow: none; }
      header.header.header-13 .header-menu-trigger.open i:before {
        content: "\f00d"; }
  header.header.header-13 .details-cell {
    padding: 0; }
  header.header.header-13 .header-details {
    padding: 0 15px 10px 15px; }
    @media only screen and (min-width: 800px) and (max-width: 1150px) {
      header.header.header-13 .header-details {
        padding-top: 20px; } }
    @media only screen and (max-width: 900px) {
      header.header.header-13 .header-details {
        padding: 0;
        display: flex;
        flex-flow: row; }
        header.header.header-13 .header-details > a {
          flex: 1; } }
    header.header.header-13 .header-details .social-buttons {
      display: inline-block;
      vertical-align: middle; }
    header.header.header-13 .header-details .phone {
      color: #4f5052;
      font-size: 20px;
      line-height: 36px;
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      margin-right: 30px; }
      @media only screen and (min-width: 900px) {
        header.header.header-13 .header-details .phone {
          margin-left: 15px; }
          header.header.header-13 .header-details .phone .button {
            pointer-events: none; }
          header.header.header-13 .header-details .phone .trigger-text {
            display: none; } }
      @media only screen and (max-width: 900px) {
        header.header.header-13 .header-details .phone {
          background: #4f5052;
          box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
          color: #FFF;
          border-radius: 0;
          display: flex;
          height: 42px;
          line-height: 32px;
          text-align: center;
          font-weight: 400;
          padding: 5px 10px;
          justify-content: center;
          margin-right: 1px; }
          header.header.header-13 .header-details .phone .button {
            padding: 0;
            background: transparent;
            width: auto;
            height: auto; }
            header.header.header-13 .header-details .phone .button i {
              color: #ba8748;
              font-size: 14px;
              line-height: 32px; }
          header.header.header-13 .header-details .phone .trigger-text {
            font-size: 17px; }
          header.header.header-13 .header-details .phone .number-text {
            display: none; } }
    header.header.header-13 .header-details .button {
      margin-bottom: 0; }
    @media only screen and (max-width: 900px) {
      header.header.header-13 .header-details .primary-cta {
        background: #4f5052;
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.3);
        color: #FFF;
        border-radius: 0;
        display: flex;
        height: 42px;
        line-height: 32px;
        text-align: center;
        font-weight: 400;
        padding: 5px 10px;
        justify-content: center; }
        header.header.header-13 .header-details .primary-cta:after {
          display: none; }
        header.header.header-13 .header-details .primary-cta i {
          display: inline;
          order: 1;
          position: relative;
          top: auto;
          bottom: auto;
          right: auto;
          left: auto;
          width: auto;
          line-height: 32px;
          margin-right: 3px; }
          header.header.header-13 .header-details .primary-cta i.action {
            display: none; }
        header.header.header-13 .header-details .primary-cta span {
          order: 2; } }
  @media only screen and (min-width: 900px) {
    header.header.header-13 .header-menu {
      text-align: center; } }
  @media only screen and (max-width: 900px) {
    header.header.header-13 .header-menu {
      background: #4f5052;
      width: 100%; } }
  @media only screen and (min-width: 800px) and (max-width: 1150px) {
    header.header.header-13 .header-menu {
      width: 100vw;
      position: absolute;
      bottom: 0;
      left: 0; } }
  header.header.header-13 .header-menu nav {
    width: 100%; }
    header.header.header-13 .header-menu nav ul {
      width: 100%; }
    @media only screen and (min-width: 900px) {
      header.header.header-13 .header-menu nav {
        display: inline-block; }
        header.header.header-13 .header-menu nav li.is-dropdown-submenu-parent .fa-angle-right {
          color: #ba8748;
          transform: translateX(5px);
          transition: all 0.3s;
          transform-origin: 5px 10px; }
        header.header.header-13 .header-menu nav li.is-dropdown-submenu-parent a:after {
          display: none; }
        header.header.header-13 .header-menu nav li.is-dropdown-submenu-parent:hover .fa-angle-right {
          transform: rotate(90deg); }
        header.header.header-13 .header-menu nav > ul {
          justify-content: flex-end; } }
    @media only screen and (min-width: 900px) and (min-width: 800px) and (max-width: 1150px) {
      header.header.header-13 .header-menu nav > ul {
        justify-content: space-around; } }
    @media only screen and (min-width: 900px) {
          header.header.header-13 .header-menu nav > ul > li {
            padding-left: 15px;
            padding-right: 15px; }
            header.header.header-13 .header-menu nav > ul > li a {
              padding-left: 0;
              padding-right: 0;
              display: block;
              text-align: center;
              color: #4f5052;
              border-bottom: 2px solid transparent; }
              header.header.header-13 .header-menu nav > ul > li a:hover {
                color: #101111; }
            header.header.header-13 .header-menu nav > ul > li.is-active > a {
              color: #4f5052; }
              header.header.header-13 .header-menu nav > ul > li.is-active > a:hover {
                color: #101111; }
            header.header.header-13 .header-menu nav > ul > li:hover > a {
              border-bottom: 2px solid #ba8748; }
            header.header.header-13 .header-menu nav > ul > li.current {
              position: relative; }
              header.header.header-13 .header-menu nav > ul > li.current > a {
                border-bottom: 2px solid #ba8748; } }
        @media only screen and (min-width: 900px) and (min-width: 1100px) {
          header.header.header-13 .header-menu nav > ul > li.current.is-dropdown-submenu-parent a:before {
            transform: translateX(-50%); } }
    @media only screen and (min-width: 900px) {
        header.header.header-13 .header-menu nav .is-dropdown-submenu {
          transform: translateY(-2px);
          background: #FFF;
          border-width: 0;
          border-left: 2px solid #ba8748;
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
          z-index: 5;
          padding-bottom: 20px;
          border-bottom-right-radius: 40px;
          overflow: hidden; }
          header.header.header-13 .header-menu nav .is-dropdown-submenu li a {
            padding-left: 15px;
            padding-right: 15px;
            text-align: left; }
            header.header.header-13 .header-menu nav .is-dropdown-submenu li a:hover {
              background: #f2f2f2; } }
    @media only screen and (max-width: 900px) {
      header.header.header-13 .header-menu nav {
        max-height: 0px;
        overflow: hidden;
        transition: max-height .5s; }
        header.header.header-13 .header-menu nav.open {
          border-bottom: 1px solid #ddd;
          max-height: 6000px; }
        header.header.header-13 .header-menu nav ul {
          flex-direction: column; }
          header.header.header-13 .header-menu nav ul li a {
            display: block;
            text-align: left;
            color: #FFF; }
            header.header.header-13 .header-menu nav ul li a .fa-angle-right {
              display: none; }
          header.header.header-13 .header-menu nav ul li ul {
            background: #ba8748; } }
    header.header.header-13 .header-menu nav a {
      background: transparent; }

footer.footer.footer-2 {
  border-top: 20px solid #6f7072;
  position: relative; }
  footer.footer.footer-2 .main {
    background: #5f6062;
    padding-top: 60px;
    padding-bottom: 60px; }
    @media print, screen and (max-width: 63.99875em) {
      footer.footer.footer-2 .main {
        padding-top: 30px;
        padding-bottom: 30px; } }
    footer.footer.footer-2 .main .logo-cell {
      flex-flow: column;
      padding-bottom: 15px; }
      @media print, screen and (max-width: 63.99875em) {
        footer.footer.footer-2 .main .logo-cell {
          order: 1;
          text-align: center; }
          footer.footer.footer-2 .main .logo-cell a.brand {
            display: block;
            width: 100%; } }
      footer.footer.footer-2 .main .logo-cell img {
        margin-bottom: 15px;
        max-width: 240px; }
        @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
          footer.footer.footer-2 .main .logo-cell img {
            max-width: 100%; } }
    @media print, screen and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .cta-cell {
        order: 2;
        flex-flow: row wrap;
        justify-content: center; } }
    footer.footer.footer-2 .main .cta-cell .button {
      margin-left: 25px; }
    @media print, screen and (max-width: 39.99875em) {
      footer.footer.footer-2 .main .cta-cell > a, footer.footer.footer-2 .main .cta-cell > a.button {
        flex: 0 0 45%;
        margin: 0 5px 15px 5px; } }
    footer.footer.footer-2 .main .cta-cell .phone {
      color: #4f5052;
      font-size: 20px;
      line-height: 36px;
      display: inline-block;
      vertical-align: middle;
      font-weight: bold; }
      @media print, screen and (max-width: 39.99875em) {
        footer.footer.footer-2 .main .cta-cell .phone {
          flex: 0 0 100%;
          text-align: center; } }
      footer.footer.footer-2 .main .cta-cell .phone .button {
        margin-bottom: 0; }
      footer.footer.footer-2 .main .cta-cell .phone .trigger-text {
        display: none; }
      footer.footer.footer-2 .main .cta-cell .phone .number-text {
        color: #fefefe;
        line-height: 40px; }
    @media print, screen and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .content-cell {
        order: 5; } }
    footer.footer.footer-2 .main .content-cell .footer-content p,
    footer.footer.footer-2 .main .content-cell .footer-content li {
      color: #fefefe;
      font-size: 13px; }
    footer.footer.footer-2 .main .content-cell .footer-content p {
      text-align: justify; }
    @media print, screen and (max-width: 39.99875em) {
      footer.footer.footer-2 .main .content-cell .footer-content .menu {
        justify-content: center; } }
    footer.footer.footer-2 .main .content-cell .footer-content .menu li {
      padding-left: 5px;
      padding-right: 5px; }
      footer.footer.footer-2 .main .content-cell .footer-content .menu li a {
        display: inline-block;
        padding: 0;
        font-size: 13px;
        color: #fefefe;
        text-decoration: underline; }
      footer.footer.footer-2 .main .content-cell .footer-content .menu li:first-of-type {
        padding-left: 0; }
      footer.footer.footer-2 .main .content-cell .footer-content .menu li:after {
        color: #ba8748;
        content: '|';
        padding-left: 5px; }
      footer.footer.footer-2 .main .content-cell .footer-content .menu li:last-of-type:after {
        display: none; }
    @media print, screen and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .menu-cell {
        order: 3; } }
    @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .menu-cell {
        padding-top: 15px;
        padding-bottom: 30px; } }
    footer.footer.footer-2 .main .menu-cell ul {
      margin-top: -8px; }
      footer.footer.footer-2 .main .menu-cell ul a {
        color: #fefefe;
        font-size: 15px; }
        footer.footer.footer-2 .main .menu-cell ul a:hover {
          text-decoration: underline; }
    @media print, screen and (max-width: 39.99875em) {
      footer.footer.footer-2 .main .menu-cell {
        padding-bottom: 15px;
        padding-top: 15px; }
        footer.footer.footer-2 .main .menu-cell a {
          text-align: center; } }
    @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .menu-cell {
        padding-left: 0; }
        footer.footer.footer-2 .main .menu-cell a {
          padding-bottom: 8px;
          padding-top: 8px; } }
    @media print, screen and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .contact-cell {
        order: 4;
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
      footer.footer.footer-2 .main .contact-cell {
        padding-top: 15px; } }
    footer.footer.footer-2 .main .contact-cell h4 {
      color: #ba8748;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0; }
    footer.footer.footer-2 .main .contact-cell hr {
      border: 1px solid #ba8748;
      width: 30px;
      margin: 15px 0 15px auto; }
      @media print, screen and (max-width: 39.99875em) {
        footer.footer.footer-2 .main .contact-cell hr {
          margin: 15px auto; } }
    footer.footer.footer-2 .main .contact-cell address {
      color: #fefefe;
      font-style: normal; }
    @media print, screen and (max-width: 39.99875em) {
      footer.footer.footer-2 .main .contact-cell {
        text-align: center; } }
  footer.footer.footer-2 .extras {
    background: #4f5052;
    padding-bottom: 30px;
    padding-top: 30px; }
    footer.footer.footer-2 .extras p, footer.footer.footer-2 .extras li, footer.footer.footer-2 .extras a {
      color: #fefefe;
      font-size: 14px; }
    footer.footer.footer-2 .extras a {
      color: #ba8748;
      text-decoration: underline; }
    footer.footer.footer-2 .extras p {
      display: inline-block;
      margin-bottom: 0; }
      @media print, screen and (max-width: 63.99875em) {
        footer.footer.footer-2 .extras p {
          display: block; } }
      footer.footer.footer-2 .extras p span {
        color: #ba8748;
        display: inline-block;
        margin: 0 4px; }
    footer.footer.footer-2 .extras nav {
      display: block; }
      @media print, screen and (max-width: 39.99875em) {
        footer.footer.footer-2 .extras nav {
          justify-content: center; }
          footer.footer.footer-2 .extras nav .menu {
            justify-content: center;
            margin-bottom: 10px; } }
      @media print, screen and (min-width: 40em) {
        footer.footer.footer-2 .extras nav {
          text-align: left;
          display: inline-block;
          padding-left: 15px; } }
      footer.footer.footer-2 .extras nav li {
        font-size: 14px; }
        footer.footer.footer-2 .extras nav li + li {
          border-left: 1px solid #4f5052;
          padding-left: .5rem;
          margin-left: .5rem; }
    @media print, screen and (max-width: 39.99875em) {
      footer.footer.footer-2 .extras .copyright {
        margin-bottom: 15px; } }
    footer.footer.footer-2 .extras .copyright a {
      text-decoration: underline; }

/* ######################## */
.banner-container {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 900px) {
    .banner-container {
      margin-top: 1px; } }
  .banner-container .slick-prev {
    display: none !important; }
  .banner-container .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #FFF;
    left: 50%;
    margin-left: 600px;
    cursor: pointer; }
    .banner-container .slick-next:hover {
      color: #ba8748; }
      @media only screen and (max-width: 900px) {
        .banner-container .slick-next:hover {
          display: none; } }
  @media only screen and (max-width: 1400px) {
    .banner-container {
      padding: 0; } }
  .banner-container .banner {
    width: 100%; }
    .banner-container .banner .banner-slide {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      min-height: 200px;
      height: calc(100vw * 0.25); }
      .banner-container .banner .banner-slide.no-image {
        height: 200px; }
      .banner-container .banner .banner-slide:before {
        background: url(/_resources/themes/app/img/image-overlay-gold.png), linear-gradient(90deg, #ba8748 60%, rgba(186, 135, 72, 0) 80%);
        background-size: 100% 500%;
        background-position: center right;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 65vw;
        z-index: 5; }
        @media only screen and (max-width: 900px) {
          .banner-container .banner .banner-slide:before {
            background: linear-gradient(180deg, rgba(186, 135, 72, 0) 0%, rgba(186, 135, 72, 0.2) 30%, #ba8748 80%);
            background-size: cover !important;
            width: 100%;
            height: 200px;
            top: auto;
            border-radius: 0 0 60px 0; } }
      @media only screen and (max-width: 900px) {
        .banner-container .banner .banner-slide:after {
          border-radius: 0 0 60px 0;
          box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.4);
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          z-index: 5; } }
      @media only screen and (min-width: 1400px) {
        .banner-container .banner .banner-slide {
          height: calc(1400px * 0.25); } }
      .HomePage .banner-container .banner .banner-slide,
      .SubsiteHomePage .banner-container .banner .banner-slide {
        height: calc(100vw * 0.40625); }
        @media only screen and (max-width: 900px) {
          .HomePage .banner-container .banner .banner-slide,
          .SubsiteHomePage .banner-container .banner .banner-slide {
            height: 340px; } }
        @media only screen and (min-width: 1400px) {
          .HomePage .banner-container .banner .banner-slide,
          .SubsiteHomePage .banner-container .banner .banner-slide {
            height: calc(1400px * 0.40625); } }
        .HomePage .banner-container .banner .banner-slide:before,
        .SubsiteHomePage .banner-container .banner .banner-slide:before {
          background-size: 100% 300% !important;
          width: 50vw; }
          @media only screen and (max-width: 900px) {
            .HomePage .banner-container .banner .banner-slide:before,
            .SubsiteHomePage .banner-container .banner .banner-slide:before {
              background-size: cover !important;
              width: 100%; } }
      .banner-container .banner .banner-slide.no-image h1, .banner-container .banner .banner-slide.no-image h2, .banner-container .banner .banner-slide.no-image h3, .banner-container .banner .banner-slide.no-image h4, .banner-container .banner .banner-slide.no-image h5, .banner-container .banner .banner-slide.no-image h6 {
        text-shadow: none !important; }
    .banner-container .banner .banner-content {
      position: absolute;
      width: 100%;
      max-width: 900px;
      padding: 9px 30px 30px 0;
      z-index: 6;
      left: calc(50vw - 600px);
      transform: translateY(-50%);
      top: 50%; }
      @media only screen and (min-width: 900px) and (max-width: 1200px) {
        .banner-container .banner .banner-content {
          left: 15px;
          max-width: 75%; } }
      .banner-container .banner .banner-content a:not(.button) {
        color: #FFF;
        text-decoration: underline; }
        .banner-container .banner .banner-content a:not(.button):hover {
          color: #ba8748; }
      .banner-container .banner .banner-content p.logout {
        margin-top: 15px; }
      .SubsiteHomePage .banner-container .banner .banner-content,
      .HomePage .banner-container .banner .banner-content {
        padding: 30px 50px 90px 0;
        max-width: 600px; }
        @media only screen and (min-width: 900px) and (max-width: 1200px) {
          .SubsiteHomePage .banner-container .banner .banner-content,
          .HomePage .banner-container .banner .banner-content {
            padding: 30px 50px 40px 0;
            max-width: 50%; } }
      @media only screen and (max-width: 900px) {
        .banner-container .banner .banner-content {
          padding: 20px;
          max-width: 100%;
          width: 100%;
          left: auto;
          transform: none;
          top: auto;
          bottom: 0; }
          .SubsiteHomePage .banner-container .banner .banner-content,
          .HomePage .banner-container .banner .banner-content {
            padding: 20px; } }
      .banner-container .banner .banner-content .breadcrumb {
        color: #FFF;
        font-size: 0;
        font-weight: 600;
        display: block; }
        .banner-container .banner .banner-content .breadcrumb a {
          color: #FFF;
          font-size: 14px; }
          .banner-container .banner .banner-content .breadcrumb a:after {
            display: inline-block;
            height: 4px;
            width: 4px;
            content: '';
            border: 4px solid transparent;
            border-left-color: #FFF;
            margin: 0 0 0 4px; }
          .banner-container .banner .banner-content .breadcrumb a:hover {
            text-decoration: underline; }
      .banner-container .banner .banner-content h1, .banner-container .banner .banner-content h2, .banner-container .banner .banner-content h3, .banner-container .banner .banner-content h4, .banner-container .banner .banner-content h5, .banner-container .banner .banner-content h6, .banner-container .banner .banner-content p {
        color: #FFF; }
        @media only screen and (max-width: 900px) {
          .banner-container .banner .banner-content h1, .banner-container .banner .banner-content h2, .banner-container .banner .banner-content h3, .banner-container .banner .banner-content h4, .banner-container .banner .banner-content h5, .banner-container .banner .banner-content h6, .banner-container .banner .banner-content p {
            max-width: 80%; } }
      .banner-container .banner .banner-content h1, .banner-container .banner .banner-content h2, .banner-container .banner .banner-content h3, .banner-container .banner .banner-content h4, .banner-container .banner .banner-content h5, .banner-container .banner .banner-content h6 {
        line-height: 1.1;
        font-size: 56px;
        font-weight: 700;
        position: relative;
        padding: 0;
        margin: 0; }
        .SubsiteHomePage .banner-container .banner .banner-content h1,
        .HomePage .banner-container .banner .banner-content h1, .SubsiteHomePage .banner-container .banner .banner-content h2,
        .HomePage .banner-container .banner .banner-content h2, .SubsiteHomePage .banner-container .banner .banner-content h3,
        .HomePage .banner-container .banner .banner-content h3, .SubsiteHomePage .banner-container .banner .banner-content h4,
        .HomePage .banner-container .banner .banner-content h4, .SubsiteHomePage .banner-container .banner .banner-content h5,
        .HomePage .banner-container .banner .banner-content h5, .SubsiteHomePage .banner-container .banner .banner-content h6,
        .HomePage .banner-container .banner .banner-content h6 {
          padding-bottom: 20px; }
        @media only screen and (min-width: 900px) and (max-width: 1200px) {
          .banner-container .banner .banner-content h1, .banner-container .banner .banner-content h2, .banner-container .banner .banner-content h3, .banner-container .banner .banner-content h4, .banner-container .banner .banner-content h5, .banner-container .banner .banner-content h6 {
            font-size: 32px; }
            .SubsiteHomePage .banner-container .banner .banner-content h1,
            .HomePage .banner-container .banner .banner-content h1, .SubsiteHomePage .banner-container .banner .banner-content h2,
            .HomePage .banner-container .banner .banner-content h2, .SubsiteHomePage .banner-container .banner .banner-content h3,
            .HomePage .banner-container .banner .banner-content h3, .SubsiteHomePage .banner-container .banner .banner-content h4,
            .HomePage .banner-container .banner .banner-content h4, .SubsiteHomePage .banner-container .banner .banner-content h5,
            .HomePage .banner-container .banner .banner-content h5, .SubsiteHomePage .banner-container .banner .banner-content h6,
            .HomePage .banner-container .banner .banner-content h6 {
              font-size: 44px; } }
        @media only screen and (max-width: 900px) {
          .banner-container .banner .banner-content h1, .banner-container .banner .banner-content h2, .banner-container .banner .banner-content h3, .banner-container .banner .banner-content h4, .banner-container .banner .banner-content h5, .banner-container .banner .banner-content h6 {
            font-size: 26px;
            text-shadow: 0 3px 10px black; }
            .SubsiteHomePage .banner-container .banner .banner-content h1,
            .HomePage .banner-container .banner .banner-content h1, .SubsiteHomePage .banner-container .banner .banner-content h2,
            .HomePage .banner-container .banner .banner-content h2, .SubsiteHomePage .banner-container .banner .banner-content h3,
            .HomePage .banner-container .banner .banner-content h3, .SubsiteHomePage .banner-container .banner .banner-content h4,
            .HomePage .banner-container .banner .banner-content h4, .SubsiteHomePage .banner-container .banner .banner-content h5,
            .HomePage .banner-container .banner .banner-content h5, .SubsiteHomePage .banner-container .banner .banner-content h6,
            .HomePage .banner-container .banner .banner-content h6 {
              padding-bottom: 14px; } }
        .banner-container .banner .banner-content h1.has-breadcrumb, .banner-container .banner .banner-content h2.has-breadcrumb, .banner-container .banner .banner-content h3.has-breadcrumb, .banner-container .banner .banner-content h4.has-breadcrumb, .banner-container .banner .banner-content h5.has-breadcrumb, .banner-container .banner .banner-content h6.has-breadcrumb {
          font-size: 46px; }
          @media only screen and (min-width: 800px) and (max-width: 1400px) {
            .banner-container .banner .banner-content h1.has-breadcrumb, .banner-container .banner .banner-content h2.has-breadcrumb, .banner-container .banner .banner-content h3.has-breadcrumb, .banner-container .banner .banner-content h4.has-breadcrumb, .banner-container .banner .banner-content h5.has-breadcrumb, .banner-container .banner .banner-content h6.has-breadcrumb {
              font-size: 26px; } }
          @media only screen and (max-width: 900px) {
            .banner-container .banner .banner-content h1.has-breadcrumb, .banner-container .banner .banner-content h2.has-breadcrumb, .banner-container .banner .banner-content h3.has-breadcrumb, .banner-container .banner .banner-content h4.has-breadcrumb, .banner-container .banner .banner-content h5.has-breadcrumb, .banner-container .banner .banner-content h6.has-breadcrumb {
              font-size: 22px; } }
        .SubsiteHomePage .banner-container .banner .banner-content h1:after,
        .HomePage .banner-container .banner .banner-content h1:after, .SubsiteHomePage .banner-container .banner .banner-content h2:after,
        .HomePage .banner-container .banner .banner-content h2:after, .SubsiteHomePage .banner-container .banner .banner-content h3:after,
        .HomePage .banner-container .banner .banner-content h3:after, .SubsiteHomePage .banner-container .banner .banner-content h4:after,
        .HomePage .banner-container .banner .banner-content h4:after, .SubsiteHomePage .banner-container .banner .banner-content h5:after,
        .HomePage .banner-container .banner .banner-content h5:after, .SubsiteHomePage .banner-container .banner .banner-content h6:after,
        .HomePage .banner-container .banner .banner-content h6:after {
          background: #4f5052;
          content: '';
          height: 2px;
          width: 30px;
          position: absolute;
          bottom: 0;
          left: 0; }
          @media only screen and (max-width: 900px) {
            .SubsiteHomePage .banner-container .banner .banner-content h1:after,
            .HomePage .banner-container .banner .banner-content h1:after, .SubsiteHomePage .banner-container .banner .banner-content h2:after,
            .HomePage .banner-container .banner .banner-content h2:after, .SubsiteHomePage .banner-container .banner .banner-content h3:after,
            .HomePage .banner-container .banner .banner-content h3:after, .SubsiteHomePage .banner-container .banner .banner-content h4:after,
            .HomePage .banner-container .banner .banner-content h4:after, .SubsiteHomePage .banner-container .banner .banner-content h5:after,
            .HomePage .banner-container .banner .banner-content h5:after, .SubsiteHomePage .banner-container .banner .banner-content h6:after,
            .HomePage .banner-container .banner .banner-content h6:after {
              width: 20px; } }
      .banner-container .banner .banner-content p {
        line-height: 1.5;
        font-weight: 400;
        font-size: 22px;
        margin-bottom: 0; }
        @media only screen and (min-width: 800px) and (max-width: 1400px) {
          .banner-container .banner .banner-content p {
            font-size: 16px; } }
        @media only screen and (max-width: 900px) {
          .banner-container .banner .banner-content p {
            font-size: 16px;
            text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } }
      .banner-container .banner .banner-content.portal p {
        font-size: 18px; }
      .banner-container .banner .banner-content > a {
        margin-top: 22px;
        margin-bottom: 0; }
        @media only screen and (max-width: 900px) {
          .banner-container .banner .banner-content > a {
            margin-top: 16px; } }
    .banner-container .banner .banner-slide-inner {
      align-items: center;
      display: flex;
      justify-content: flex-start;
      background-size: auto 100%;
      background-repeat: no-repeat;
      z-index: 2;
      border-radius: 0 325px 325px 0;
      position: absolute;
      width: 100%;
      display: flex;
      height: 100%;
      max-width: 1580px;
      left: 50%;
      transform: translateX(-50%);
      background-position: center right !important;
      background-color: #c59a66; }
      @media only screen and (max-width: 900px) {
        .banner-container .banner .banner-slide-inner {
          background-size: cover;
          border-radius: 0 0 60px 0; } }
      .SubsiteHomePage .banner-container .banner .banner-slide-inner,
      .HomePage .banner-container .banner .banner-slide-inner {
        background-size: cover; }
    .banner-container .banner .banner-slide-border {
      pointer-events: none;
      position: absolute;
      width: 100%;
      display: flex;
      height: 100%;
      max-width: 1580px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 6; }
      .banner-container .banner .banner-slide-border:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: -1000px;
        box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
        border-radius: 0 325px 325px 0;
        content: '';
        z-index: 6; }
        @media only screen and (max-width: 900px) {
          .banner-container .banner .banner-slide-border:before {
            border-radius: 0 0 60px 0;
            box-shadow: none; } }

.main-content {
  padding-top: 50px; }

.main-sidebar {
  padding-top: 50px; }

.page-message {
  position: fixed;
  left: 50%;
  width: 80%;
  text-align: center;
  max-width: 1200px;
  text-align: center;
  background: #e69d00;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 2000;
  padding: 10px 15px;
  transition: all 0.4s;
  top: -100%; }
  .page-message.visible {
    top: 0; }
  .page-message .message p {
    margin-bottom: 0; }
  .page-message .left-icon {
    padding-right: 15px; }
    .page-message .left-icon .fa:not(.fa-exclamation-triangle) {
      display: none; }
  .page-message .right-icon {
    display: none;
    cursor: pointer; }
  .page-message.success {
    background: #62a069;
    border: 2px solid #7dad7f;
    border-radius: 0 0 20px 0; }
    .page-message.success .left-icon .fa-exclamation-triangle {
      display: none; }
    .page-message.success .left-icon .fa-thumbs-up {
      display: block; }
  .page-message.alert {
    background: #cc4b37; }
    .page-message.alert .left-icon .fa-exclamation-triangle {
      display: none; }
    .page-message.alert .left-icon .fa-thumbs-down {
      display: block; }

.dropzone {
  padding: 0;
  border: 1px solid #cbcbcb;
  min-height: auto; }
  .dropzone .droparea {
    width: 100%;
    padding: 20px; }
    .dropzone .droparea span {
      text-align: center;
      display: block;
      padding: 20px;
      border: 2px dashed #cbcbcb;
      background-color: #FFFFFF;
      border-radius: 0px;
      transition: all .2s ease-out; }
      .dropzone .droparea span a {
        color: #FFFFFF;
        background-color: #333;
        transition: color .5s ease-in-out, background-color .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
        float: none; }
      .dropzone .droparea span a:hover {
        color: #000000;
        background-color: #cbcbcb;
        border-bottom: none; }
    .dropzone .droparea span:hover {
      border-color: #CCCCCC; }
  .dropzone .dz-preview.dz-file-preview .dz-image,
  .dropzone .dz-preview .dz-image {
    border-radius: 0px;
    min-width: 120px;
    min-height: 120px; }
  .dropzone .dz-preview {
    position: relative;
    margin: 15px; }
    .dropzone .dz-preview .dz-image {
      border: 1px solid #cbcbcb;
      width: auto;
      height: auto; }
      .dropzone .dz-preview .dz-image img {
        border: none; }
    .dropzone .dz-preview .btn-remove {
      position: absolute;
      bottom: -10px;
      left: 0px;
      z-index: 20;
      width: 100%; }
  .dropzone .dz-previews-container {
    margin: 0; }
  .dropzone .dz-complete .dz-image img {
    background: transparent; }
  .dropzone .dz-preview.dz-error .dz-image {
    border-color: red; }
  .dropzone .dz-preview .dz-error-message {
    top: auto;
    bottom: -80px;
    left: 0;
    width: 136px; }

.typography h1, .typography h2 {
  margin-bottom: 0; }
  .typography h1:after, .typography h2:after {
    background-color: #4f5052;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    content: '';
    height: 2px;
    width: 30px; }

.typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #4f5052;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.2; }
  .typography h2:not(:first-child), .typography h3:not(:first-child), .typography h4:not(:first-child), .typography h5:not(:first-child), .typography h6:not(:first-child) {
    margin-top: 30px; }

.typography h2 {
  font-size: 32px; }
  @media print, screen and (max-width: 56.24875em) {
    .typography h2 {
      font-size: 28px; } }

.typography h3 {
  font-size: 28px; }
  @media print, screen and (max-width: 56.24875em) {
    .typography h3 {
      font-size: 24px; } }

.typography h4 {
  font-size: 24px; }
  @media print, screen and (max-width: 56.24875em) {
    .typography h4 {
      font-size: 22px; } }

.typography h5 {
  font-size: 22px; }
  @media print, screen and (max-width: 56.24875em) {
    .typography h5 {
      font-size: 20px; } }

.typography h6 {
  font-size: 20px; }

.typography p, .typography li {
  color: #4f5052; }

.typography li {
  line-height: 1.4;
  margin-bottom: 5px; }

.typography strong {
  color: #355061; }

.typography p.large-first {
  font-size: 22px; }

.typography p:last-of-type {
  margin-bottom: 0; }
  .typography p:last-of-type + ul,
  .typography p:last-of-type + ol {
    margin-top: 15px; }

.typography > ul {
  list-style-type: disc; }
  .typography > ul ul {
    list-style-type: circle; }

.typography > ol ol {
  list-style-type: lower-latin; }

.typography p.quote-callout {
  background: #eee;
  padding: 20px;
  border-radius: 0 0 30px 0;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4); }

.typography p.small {
  font-size: 12px; }

.typography ul.ticks li {
  margin-bottom: 5px;
  list-style-type: none; }
  .typography ul.ticks li:before {
    margin-left: -30px;
    content: "\f14a";
    color: #ba8748;
    font-size: 30px;
    position: relative;
    font-family: "Font Awesome 6 Duotone";
    font-weight: 900;
    letter-spacing: normal;
    transform: translateY(5px);
    display: inline-block; }

.typography .responsive-table-container {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px; }
  .typography .responsive-table-container + h2,
  .typography .responsive-table-container + h3,
  .typography .responsive-table-container + h4,
  .typography .responsive-table-container + h5,
  .typography .responsive-table-container + h6 {
    margin-top: 0; }
  .typography .responsive-table-container table {
    min-width: 600px; }

@media print, screen and (max-width: 39.99875em) {
  .typography table {
    margin-bottom: 30px; } }

.typography table th,
.typography table td {
  border: 1px solid #ccc;
  font-size: 14px; }
  .typography table th.td-header,
  .typography table td.td-header {
    font-weight: bold; }
  .typography table th.td-grey,
  .typography table td.td-grey {
    background: #ebebeb; }
  .typography table th.td-lightgrey,
  .typography table td.td-lightgrey {
    background: #f7f7f7; }

.typography table td.td-green {
  background: #d9ead3;
  color: #274e13; }

.typography table td.td-yellow {
  background: #fff2cc;
  color: #b45f06; }

.typography table td.td-red {
  background: #f4cccc;
  color: #990000; }

.typography table + h2,
.typography table + h3,
.typography table + h4,
.typography table + h5,
.typography table + h6 {
  margin-top: 0; }

.typography iframe,
.typography .embed {
  max-width: 100%; }

body.subsite-ar:before {
  background: #d8e7ec; }

body.subsite-ar:after {
  background: #ebf3f5; }

body.subsite-ar .banner-container .banner .banner-slide-inner {
  background-color: #98c0ca; }

body.subsite-ar .banner-container .banner .banner-slide:before {
  background: url(/_resources/themes/app/img/image-overlay-blue.png), linear-gradient(90deg, #7db0bc 60%, rgba(125, 176, 188, 0) 80%);
  background-size: 100% 500%;
  background-position: center right; }
  @media only screen and (max-width: 900px) {
    body.subsite-ar .banner-container .banner .banner-slide:before {
      background: linear-gradient(180deg, rgba(125, 176, 188, 0) 0%, rgba(125, 176, 188, 0.2) 30%, #7db0bc 80%); } }

body.subsite-ar .banner-container .banner .banner-content h1,
body.subsite-ar .banner-container .banner .banner-content h2,
body.subsite-ar .banner-container .banner .banner-content h3,
body.subsite-ar .banner-container .banner .banner-content h4,
body.subsite-ar .banner-container .banner .banner-content h5,
body.subsite-ar .banner-container .banner .banner-content h6 {
  padding-bottom: 0; }
  body.subsite-ar .banner-container .banner .banner-content h1:after,
  body.subsite-ar .banner-container .banner .banner-content h2:after,
  body.subsite-ar .banner-container .banner .banner-content h3:after,
  body.subsite-ar .banner-container .banner .banner-content h4:after,
  body.subsite-ar .banner-container .banner .banner-content h5:after,
  body.subsite-ar .banner-container .banner .banner-content h6:after {
    display: none; }

body.subsite-ar header.header.header-13 .header-menu nav .is-dropdown-submenu {
  border-left-color: #7db0bc; }

body.subsite-ar header.header.header-13 .header-menu nav > ul > li:hover > a,
body.subsite-ar header.header.header-13 .header-menu nav > ul > li.current > a {
  border-bottom-color: #7db0bc; }

body.subsite-ar header.header.header-13 .header-menu nav > ul > li.is-dropdown-submenu-parent .fa-angle-right {
  color: #7db0bc; }

body.subsite-ar .element.Base7ElementMenu {
  background: #ebf3f5; }
  body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li > a {
    background: #7db0bc; }
  body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li ul {
    background: #ebf3f5; }
    body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li ul a {
      background: #ebf3f5; }
      body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li ul a:hover {
        background: #dae9ed; }
    body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a {
      background: #d8e7ec; }
      body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a:hover {
        background: #cee1e7; }
  body.subsite-ar .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle:before {
    color: #7db0bc; }

@media print, screen and (min-width: 40em) {
  body.subsite-ar .ElementForm-wrapper .element form,
  body.subsite-ar .Base7ElementSelectedForm-wrapper .element form {
    background: #7db0bc; }
    body.subsite-ar .ElementForm-wrapper .element form [type=color],
    body.subsite-ar .ElementForm-wrapper .element form [type=date],
    body.subsite-ar .ElementForm-wrapper .element form [type=datetime-local],
    body.subsite-ar .ElementForm-wrapper .element form [type=datetime],
    body.subsite-ar .ElementForm-wrapper .element form [type=email],
    body.subsite-ar .ElementForm-wrapper .element form [type=month],
    body.subsite-ar .ElementForm-wrapper .element form [type=number],
    body.subsite-ar .ElementForm-wrapper .element form [type=password],
    body.subsite-ar .ElementForm-wrapper .element form [type=search],
    body.subsite-ar .ElementForm-wrapper .element form [type=tel],
    body.subsite-ar .ElementForm-wrapper .element form [type=text],
    body.subsite-ar .ElementForm-wrapper .element form [type=time],
    body.subsite-ar .ElementForm-wrapper .element form [type=url],
    body.subsite-ar .ElementForm-wrapper .element form [type=week],
    body.subsite-ar .ElementForm-wrapper .element form textarea,
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=color],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=date],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=datetime-local],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=datetime],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=email],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=month],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=number],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=password],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=search],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=tel],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=text],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=time],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=url],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form [type=week],
    body.subsite-ar .Base7ElementSelectedForm-wrapper .element form textarea {
      border: 1px solid #5b9cab; } }

body.subsite-ar .ElementForm-wrapper .element .typography h1:after, body.subsite-ar .ElementForm-wrapper .element .typography h2:after, body.subsite-ar .ElementForm-wrapper .element .typography h3:after, body.subsite-ar .ElementForm-wrapper .element .typography h4:after, body.subsite-ar .ElementForm-wrapper .element .typography h5:after, body.subsite-ar .ElementForm-wrapper .element .typography h6:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography h1:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography h2:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography h3:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography h4:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography h5:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography h6:after {
  background: #7db0bc; }

body.subsite-ar .ElementForm-wrapper .element .typography ul li:before,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography ul li:before {
  background: #7db0bc; }

body.subsite-ar .ElementForm-wrapper .element .typography ul li:after,
body.subsite-ar .Base7ElementSelectedForm-wrapper .element .typography ul li:after {
  background: #9fc4cd; }

body.subsite-ar .typography h2:after {
  background-color: #7db0bc; }

body.subsite-client:before {
  background: #f7e8c1; }

body.subsite-client:after {
  background: #faf3e1; }

body.subsite-client .banner-container .banner .banner-slide-inner {
  background-color: #f1c156; }

body.subsite-client .banner-container .banner .banner-slide:before {
  background: url(/_resources/themes/app/img/image-overlay-yellow.png), linear-gradient(90deg, #eeb330 60%, rgba(238, 179, 48, 0) 80%);
  background-size: 100% 500%;
  background-position: center right; }
  @media only screen and (max-width: 900px) {
    body.subsite-client .banner-container .banner .banner-slide:before {
      background: linear-gradient(180deg, rgba(238, 179, 48, 0) 0%, rgba(238, 179, 48, 0.2) 30%, #eeb330 80%); } }

body.subsite-client .banner-container .banner .banner-content h1,
body.subsite-client .banner-container .banner .banner-content h2,
body.subsite-client .banner-container .banner .banner-content h3,
body.subsite-client .banner-container .banner .banner-content h4,
body.subsite-client .banner-container .banner .banner-content h5,
body.subsite-client .banner-container .banner .banner-content h6 {
  padding-bottom: 0; }
  body.subsite-client .banner-container .banner .banner-content h1:after,
  body.subsite-client .banner-container .banner .banner-content h2:after,
  body.subsite-client .banner-container .banner .banner-content h3:after,
  body.subsite-client .banner-container .banner .banner-content h4:after,
  body.subsite-client .banner-container .banner .banner-content h5:after,
  body.subsite-client .banner-container .banner .banner-content h6:after {
    display: none; }

body.subsite-client header.header.header-13 .header-menu nav .is-dropdown-submenu {
  border-left-color: #eeb330; }

body.subsite-client header.header.header-13 .header-menu nav > ul > li:hover > a,
body.subsite-client header.header.header-13 .header-menu nav > ul > li.current > a {
  border-bottom-color: #eeb330; }

body.subsite-client header.header.header-13 .header-menu nav > ul > li.is-dropdown-submenu-parent .fa-angle-right {
  color: #eeb330; }

body.subsite-client .element.Base7ElementMenu {
  background: #faf3e1; }
  body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li > a {
    background: #eeb330; }
  body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li ul {
    background: #faf3e1; }
    body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li ul a {
      background: #faf3e1; }
      body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li ul a:hover {
        background: #f6eacb; }
    body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a {
      background: #f7e8c1; }
      body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a:hover {
        background: #f5e3b3; }
  body.subsite-client .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle:before {
    color: #eeb330; }

@media print, screen and (min-width: 40em) {
  body.subsite-client .ElementForm-wrapper .element form,
  body.subsite-client .Base7ElementSelectedForm-wrapper .element form {
    background: #eeb330; }
    body.subsite-client .ElementForm-wrapper .element form [type=color],
    body.subsite-client .ElementForm-wrapper .element form [type=date],
    body.subsite-client .ElementForm-wrapper .element form [type=datetime-local],
    body.subsite-client .ElementForm-wrapper .element form [type=datetime],
    body.subsite-client .ElementForm-wrapper .element form [type=email],
    body.subsite-client .ElementForm-wrapper .element form [type=month],
    body.subsite-client .ElementForm-wrapper .element form [type=number],
    body.subsite-client .ElementForm-wrapper .element form [type=password],
    body.subsite-client .ElementForm-wrapper .element form [type=search],
    body.subsite-client .ElementForm-wrapper .element form [type=tel],
    body.subsite-client .ElementForm-wrapper .element form [type=text],
    body.subsite-client .ElementForm-wrapper .element form [type=time],
    body.subsite-client .ElementForm-wrapper .element form [type=url],
    body.subsite-client .ElementForm-wrapper .element form [type=week],
    body.subsite-client .ElementForm-wrapper .element form textarea,
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=color],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=date],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=datetime-local],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=datetime],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=email],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=month],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=number],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=password],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=search],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=tel],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=text],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=time],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=url],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form [type=week],
    body.subsite-client .Base7ElementSelectedForm-wrapper .element form textarea {
      border: 1px solid #d99b12; } }

body.subsite-client .ElementForm-wrapper .element .typography h1:after, body.subsite-client .ElementForm-wrapper .element .typography h2:after, body.subsite-client .ElementForm-wrapper .element .typography h3:after, body.subsite-client .ElementForm-wrapper .element .typography h4:after, body.subsite-client .ElementForm-wrapper .element .typography h5:after, body.subsite-client .ElementForm-wrapper .element .typography h6:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography h1:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography h2:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography h3:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography h4:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography h5:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography h6:after {
  background: #eeb330; }

body.subsite-client .ElementForm-wrapper .element .typography ul li:before,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography ul li:before {
  background: #eeb330; }

body.subsite-client .ElementForm-wrapper .element .typography ul li:after,
body.subsite-client .Base7ElementSelectedForm-wrapper .element .typography ul li:after {
  background: #f2c45f; }

body.subsite-client .typography h2:after {
  background-color: #eeb330; }

body.subsite-rp:before {
  background: #c6ced1; }

body.subsite-rp:after {
  background: #e1e5e8; }

body.subsite-rp .banner-container .banner .banner-slide-inner {
  background-color: #43667b; }

body.subsite-rp .banner-container .banner .banner-slide:before {
  background: url(/_resources/themes/app/img/image-overlay-dark-blue.png), linear-gradient(90deg, #355061 60%, rgba(53, 80, 97, 0) 80%);
  background-size: 100% 500%;
  background-position: center right; }
  @media only screen and (max-width: 900px) {
    body.subsite-rp .banner-container .banner .banner-slide:before {
      background: linear-gradient(180deg, rgba(53, 80, 97, 0) 0%, rgba(53, 80, 97, 0.2) 30%, #355061 80%); } }

body.subsite-rp .banner-container .banner .banner-content h1,
body.subsite-rp .banner-container .banner .banner-content h2,
body.subsite-rp .banner-container .banner .banner-content h3,
body.subsite-rp .banner-container .banner .banner-content h4,
body.subsite-rp .banner-container .banner .banner-content h5,
body.subsite-rp .banner-container .banner .banner-content h6 {
  padding-bottom: 0; }
  body.subsite-rp .banner-container .banner .banner-content h1:after,
  body.subsite-rp .banner-container .banner .banner-content h2:after,
  body.subsite-rp .banner-container .banner .banner-content h3:after,
  body.subsite-rp .banner-container .banner .banner-content h4:after,
  body.subsite-rp .banner-container .banner .banner-content h5:after,
  body.subsite-rp .banner-container .banner .banner-content h6:after {
    display: none; }

body.subsite-rp header.header.header-13 .header-menu nav .is-dropdown-submenu {
  border-left-color: #355061; }

body.subsite-rp header.header.header-13 .header-menu nav > ul > li:hover > a,
body.subsite-rp header.header.header-13 .header-menu nav > ul > li.current > a {
  border-bottom-color: #355061; }

body.subsite-rp header.header.header-13 .header-menu nav > ul > li.is-dropdown-submenu-parent .fa-angle-right {
  color: #355061; }

body.subsite-rp .element.Base7ElementMenu {
  background: #e1e5e8; }
  body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li > a {
    background: #355061; }
  body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li ul {
    background: #e1e5e8; }
    body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li ul a {
      background: #e1e5e8; }
      body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li ul a:hover {
        background: #d3d8dd; }
    body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a {
      background: #c6ced1; }
      body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a:hover {
        background: #bec7ca; }
  body.subsite-rp .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle:before {
    color: #355061; }

@media print, screen and (min-width: 40em) {
  body.subsite-rp .ElementForm-wrapper .element form,
  body.subsite-rp .Base7ElementSelectedForm-wrapper .element form {
    background: #355061; }
    body.subsite-rp .ElementForm-wrapper .element form [type=color],
    body.subsite-rp .ElementForm-wrapper .element form [type=date],
    body.subsite-rp .ElementForm-wrapper .element form [type=datetime-local],
    body.subsite-rp .ElementForm-wrapper .element form [type=datetime],
    body.subsite-rp .ElementForm-wrapper .element form [type=email],
    body.subsite-rp .ElementForm-wrapper .element form [type=month],
    body.subsite-rp .ElementForm-wrapper .element form [type=number],
    body.subsite-rp .ElementForm-wrapper .element form [type=password],
    body.subsite-rp .ElementForm-wrapper .element form [type=search],
    body.subsite-rp .ElementForm-wrapper .element form [type=tel],
    body.subsite-rp .ElementForm-wrapper .element form [type=text],
    body.subsite-rp .ElementForm-wrapper .element form [type=time],
    body.subsite-rp .ElementForm-wrapper .element form [type=url],
    body.subsite-rp .ElementForm-wrapper .element form [type=week],
    body.subsite-rp .ElementForm-wrapper .element form textarea,
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=color],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=date],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=datetime-local],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=datetime],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=email],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=month],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=number],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=password],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=search],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=tel],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=text],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=time],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=url],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form [type=week],
    body.subsite-rp .Base7ElementSelectedForm-wrapper .element form textarea {
      border: 1px solid #233540; } }

body.subsite-rp .ElementForm-wrapper .element .typography h1:after, body.subsite-rp .ElementForm-wrapper .element .typography h2:after, body.subsite-rp .ElementForm-wrapper .element .typography h3:after, body.subsite-rp .ElementForm-wrapper .element .typography h4:after, body.subsite-rp .ElementForm-wrapper .element .typography h5:after, body.subsite-rp .ElementForm-wrapper .element .typography h6:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography h1:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography h2:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography h3:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography h4:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography h5:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography h6:after {
  background: #476b82; }

body.subsite-rp .ElementForm-wrapper .element .typography ul li:before,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography ul li:before {
  color: #FFF;
  background: #476b82; }

body.subsite-rp .ElementForm-wrapper .element .typography ul li:after,
body.subsite-rp .Base7ElementSelectedForm-wrapper .element .typography ul li:after {
  color: #FFF;
  background: #5986a3; }

body.subsite-rp .typography h2:after {
  background-color: #355061; }

body.portal:before {
  background: #d7d7d7; }

body.portal:after {
  background: #efefef; }

body.portal .banner-container .banner .banner-slide-inner {
  background-color: #737477; }

body.portal .banner-container .banner .banner-slide:before {
  background: url(/_resources/themes/app/img/image-overlay-grey.png), linear-gradient(90deg, #5f6062 60%, rgba(95, 96, 98, 0) 80%);
  background-size: 100% 500%;
  background-position: center right; }
  @media only screen and (max-width: 900px) {
    body.portal .banner-container .banner .banner-slide:before {
      background: linear-gradient(180deg, rgba(95, 96, 98, 0) 0%, rgba(95, 96, 98, 0.2) 30%, #5f6062 80%); } }

body.portal .banner-container .banner .banner-content h1 {
  font-size: 36px; }

body.portal .banner-container .banner .banner-content h1,
body.portal .banner-container .banner .banner-content h2,
body.portal .banner-container .banner .banner-content h3,
body.portal .banner-container .banner .banner-content h4,
body.portal .banner-container .banner .banner-content h5,
body.portal .banner-container .banner .banner-content h6 {
  padding-bottom: 0; }
  body.portal .banner-container .banner .banner-content h1:after,
  body.portal .banner-container .banner .banner-content h2:after,
  body.portal .banner-container .banner .banner-content h3:after,
  body.portal .banner-container .banner .banner-content h4:after,
  body.portal .banner-container .banner .banner-content h5:after,
  body.portal .banner-container .banner .banner-content h6:after {
    display: none; }

body.portal header.header.header-13 .header-menu nav .is-dropdown-submenu {
  border-left-color: #5f6062; }

body.portal header.header.header-13 .header-menu nav > ul > li:hover > a,
body.portal header.header.header-13 .header-menu nav > ul > li.current > a {
  border-bottom-color: #5f6062; }

body.portal header.header.header-13 .header-menu nav > ul > li.is-dropdown-submenu-parent .fa-angle-right {
  color: #5f6062; }

body.portal article.typography {
  margin-bottom: 30px; }

body.portal .element.Base7ElementMenu {
  background: #efefef; }
  body.portal .element.Base7ElementMenu > ul.menu.vertical > li > a {
    background: #5f6062; }
  body.portal .element.Base7ElementMenu > ul.menu.vertical > li ul {
    background: #efefef; }
    body.portal .element.Base7ElementMenu > ul.menu.vertical > li ul a {
      background: #efefef; }
      body.portal .element.Base7ElementMenu > ul.menu.vertical > li ul a:hover {
        background: #e2e2e2; }
    body.portal .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a {
      background: #d7d7d7; }
      body.portal .element.Base7ElementMenu > ul.menu.vertical > li ul ul li a:hover {
        background: #cfcfcf; }
  body.portal .element.Base7ElementMenu > ul.menu.vertical > li ul .submenu-toggle:before {
    color: #5f6062; }

body.portal table {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.05); }

body.portal .Base7ElementMenu .is-accordion-submenu-parent > a {
  transition: all 0.3s; }
  body.portal .Base7ElementMenu .is-accordion-submenu-parent > a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    color: #5f6062;
    display: block;
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    top: 0; }
  body.portal .Base7ElementMenu .is-accordion-submenu-parent > a:after {
    display: none; }

body.portal .Base7ElementMenu .is-accordion-submenu-parent.section > a:before,
body.portal .Base7ElementMenu .is-accordion-submenu-parent[aria-expanded="true"] > a:before {
  transform-origin: center;
  transform: rotate(90deg); }

body.portal .form-wrapper {
  margin-top: 30px; }
  @media print, screen and (max-width: 39.99875em) {
    body.portal .form-wrapper form {
      padding: 20px; } }
  body.portal .form-wrapper small {
    display: inline-block;
    line-height: 1.3; }
  body.portal .form-wrapper.no-shadow form {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    border: 1px solid #f1f1f1;
    padding-left: 15px;
    padding-right: 15px; }
  body.portal .form-wrapper > .typography h3 {
    margin-bottom: 15px; }

body.portal form .field.confirmedpassword > .cell .showOnClick {
  flex: 0 0 100%;
  width: 100%; }
  body.portal form .field.confirmedpassword > .cell .showOnClick > a {
    display: block;
    text-align: center;
    margin-bottom: 30px; }

body.portal table thead tr {
  background: #5f6062;
  color: #FFF; }
  body.portal table thead tr th {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase; }
  body.portal table thead tr:hover {
    background: #5f6062; }

.portal-category {
  padding-top: 30px; }

.portal-category-title {
  color: #ba8748;
  font-size: 28px; }
  @media print, screen and (max-width: 56.24875em) {
    .portal-category-title {
      font-size: 22px; } }

.folder-breadcrumbs {
  font-size: 13px;
  margin-bottom: 5px; }

form .permissions-fieldgroup {
  display: flex;
  flex-flow: row wrap;
  padding: 0 15px;
  margin-bottom: 30px; }
  form .permissions-fieldgroup > .cell {
    flex: 0 0 33.333%;
    width: 33.333%; }
    form .permissions-fieldgroup > .cell .field-label {
      margin-bottom: 5px; }

.DownloadPage .cta {
  margin-top: 30px;
  margin-bottom: 30px; }

.ClientFilesPage article + .client-files {
  margin-top: 15px; }

.ClientFilesPage .client-files {
  border: 1px solid #ccc;
  display: flex;
  flex-flow: row;
  align-items: stretch; }
  .ClientFilesPage .client-files .client-files-tree {
    border-right: 1px solid #ccc;
    flex: 0 0 250px;
    min-height: 80vh;
    width: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0; }
    @media print, screen and (max-width: 39.99875em) {
      .ClientFilesPage .client-files .client-files-tree {
        flex: 0 0 50%;
        width: 50%; } }
    .ClientFilesPage .client-files .client-files-tree ul {
      margin-bottom: 0;
      list-style-type: none; }
      .ClientFilesPage .client-files .client-files-tree ul li > span {
        display: block;
        padding: 2px 5px; }
        .ClientFilesPage .client-files .client-files-tree ul li > span:hover {
          background: #ebf3f5; }
      .ClientFilesPage .client-files .client-files-tree ul li.selected > span {
        background: #f2f2f2; }
    .ClientFilesPage .client-files .client-files-tree .portal-filedirectory {
      margin-left: 0; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory ul {
        margin-left: 0; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > span {
        padding-left: 5px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > ul > li > span {
        padding-left: 10px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > ul > li > ul > li > span {
        padding-left: 15px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > ul > li > ul > li > ul > li > span {
        padding-left: 20px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > ul > li > ul > li > ul > li > ul > li > span {
        padding-left: 25px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > ul > li > ul > li > ul > li > ul > li > ul > li > span {
        padding-left: 30px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > span {
        padding-left: 35px; }
      .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li {
        font-size: 12px; }
        .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li > span {
          color: #4f5052; }
          .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li > span .fa-angle-down {
            font-size: 10px;
            color: #4f5052;
            display: none; }
          .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li > span .fa-angle-right {
            font-size: 10px;
            color: #ccc; }
          .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li > span .fa-folder-open {
            color: #ba8748;
            margin-left: 4px;
            margin-right: 4px;
            display: none; }
          .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li > span .fa-folder {
            color: #ba8748;
            margin-left: 4px;
            margin-right: 4px;
            display: inline-block; }
        .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li > ul {
          display: none; }
        .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li.open > ul {
          display: block; }
        .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li.open > span .fa-angle-right {
          display: none; }
        .ClientFilesPage .client-files .client-files-tree .portal-filedirectory li.open > span .fa-angle-down {
          display: inline-block; }
  .ClientFilesPage .client-files .client-files-panel {
    flex: 1 1 auto;
    width: 100%; }
    .ClientFilesPage .client-files .client-files-panel .breadcrumbs {
      background: #f2f2f2;
      border-bottom: 1px solid #CCC;
      margin-bottom: 15px;
      font-size: 12px;
      padding: 5px; }
    .ClientFilesPage .client-files .client-files-panel .client-files-footer {
      border-top: 1px solid #CCC;
      margin-top: 15px;
      font-size: 12px;
      padding: 5px; }
    .ClientFilesPage .client-files .client-files-panel .directory-contents {
      padding: 5px; }
      .ClientFilesPage .client-files .client-files-panel .directory-contents p.empty {
        text-align: center;
        font-size: 13px;
        color: #ccc; }
      .ClientFilesPage .client-files .client-files-panel .directory-contents ul {
        display: flex;
        flex-flow: row wrap;
        list-style-type: none;
        margin: 0; }
        .ClientFilesPage .client-files .client-files-panel .directory-contents ul li {
          flex: 0 0 25%;
          width: 25%;
          text-align: center;
          padding: 1px 1px 30px 1px;
          position: relative; }
          .ClientFilesPage .client-files .client-files-panel .directory-contents ul li input {
            position: absolute;
            top: 5px;
            right: 5px; }
          @media print, screen and (max-width: 39.99875em) {
            .ClientFilesPage .client-files .client-files-panel .directory-contents ul li {
              flex: 0 0 50%;
              width: 50%; } }
          @media print, screen and (min-width: 40em) and (max-width: 56.24875em) {
            .ClientFilesPage .client-files .client-files-panel .directory-contents ul li {
              flex: 0 0 33.3333%;
              width: 33.3333%; } }
          @media print, screen and (min-width: 56.25em) and (max-width: 63.99875em) {
            .ClientFilesPage .client-files .client-files-panel .directory-contents ul li {
              flex: 0 0 50%;
              width: 50%; } }
          .ClientFilesPage .client-files .client-files-panel .directory-contents ul li.file-selected a {
            background: #eef7f9;
            border: 2px dashed #add8e6; }
          .ClientFilesPage .client-files .client-files-panel .directory-contents ul li a {
            display: flex;
            flex-flow: column;
            padding: 5px;
            height: 100%;
            border: 2px solid transparent; }
            .ClientFilesPage .client-files .client-files-panel .directory-contents ul li a span {
              display: block;
              font-size: 12px;
              color: #4f5052;
              line-height: 1.1;
              text-overflow: ellipsis;
              overflow: hidden; }
            .ClientFilesPage .client-files .client-files-panel .directory-contents ul li a i {
              color: #ba8748;
              font-size: 80px; }
              @media print, screen and (max-width: 39.99875em) {
                .ClientFilesPage .client-files .client-files-panel .directory-contents ul li a i {
                  font-size: 26px; } }
              @media print, screen and (min-width: 40em) and (max-width: 56.24875em) {
                .ClientFilesPage .client-files .client-files-panel .directory-contents ul li a i {
                  font-size: 40px; } }
            .ClientFilesPage .client-files .client-files-panel .directory-contents ul li a:hover i {
              color: #a97a40; }

.settings-button-wrapper {
  margin-bottom: 5px; }
  .settings-button-wrapper a {
    font-size: 15px; }

.move-handle {
  cursor: pointer; }

.staff-category-header {
  margin-top: 50px; }

.FAQPage .main-content .category {
  margin-bottom: 50px; }

#downloadFilesModal {
  padding: 0; }
  #downloadFilesModal header {
    background: #ba8748;
    padding: 10px 15px;
    margin-bottom: 15px; }
    #downloadFilesModal header h4 {
      font-size: 22px;
      margin-bottom: 0;
      color: #FFF; }
    #downloadFilesModal header .fa-times {
      color: #FFF;
      float: right;
      padding: 5px 5px;
      cursor: pointer; }
  #downloadFilesModal .modal-content {
    padding: 15px; }

.dz-preview .btn-remove {
  display: none; }

.dz-preview.dz-error .btn-remove {
  display: block; }

.dropzone .dz-preview.dz-error .dz-image:before {
  color: red;
  content: "File too large";
  display: block;
  font-size: 13px;
  text-align: center; }
  
  
  
  
  
  
  
form.nopadding {
    padding: 0;
}

form.nopadding h2, form.nopadding h3, form.nopadding h4, form.nopadding h5, form.nopadding h6, form.nopadding .h2, form.nopadding .h3, form.nopadding .h4, form.nopadding .h5, form.nopadding .h6 {
    margin-top: 0;
}

form.nopadding input.select-all-files {
    margin-bottom: 0;
}

form.nopadding .select-all-wrapper {
    padding-top: 15px;
}

form.nopadding .bulk-storage-actions {
    padding-top: 15px;
}

form.nopadding .bulk-storage-actions .button {
    margin-bottom: 0;
}
