/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(../images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(../images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(../images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
	background-image: url(../images/ui-icons_777777_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*#region GRID MIXINS */
/*#endregion*/
/* ### REM FALLBACK ### */
/*---------------
--Mixin: overlay
----------------- */
/* Old Font Size Function
@mixin font-size($sizeValue, $line: 1.5){
  font-size: ($sizeValue) + px;
  line-height: ($line * $sizeValue) + px;
  font-size: ($sizeValue / 10) *.625 + rem;
  line-height: (($line * $sizeValue) / 10) *.625 + rem;
}
*/
/*
$min_width: 320px;
$max_width: 1200px;
$min_font: 16px;
$max_font: 24px;

@include fluid-type($min_width, $max_width, $min_font, $max_font);

*/
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 27px;
  color: #555555;
  font-size: 18px;
  font-size: 1.125rem;
}

a {
  text-decoration: underline;
  color: #3475A8;
  transition: all 200ms ease-in;
}
a:hover, a:focus {
  color: #285a81;
  text-decoration: underline;
}

h1, .h1 {
  margin: 1em 0;
}

h2, .h2 {
  margin: 1em 0;
}

h3, .h3 {
  margin: 1em 0;
}

h4, .h4 {
  margin: 1em 0;
}

h5, .h5 {
  margin: 1em 0;
}

h6, .h6 {
  margin: 1em 0;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 700;
  color: #052137;
}

.h1, h1, .h2, h2 {
  line-height: 1.2;
}

.h3, h3, .h4, h4 {
  line-height: 1.2;
}

.h1, h1 {
  font-size: 200%;
}
@media (min-width: 768px) {
  .h1, h1 {
    font-size: 250%;
  }
}

.h2, h2 {
  font-size: 180%;
}
@media (min-width: 768px) {
  .h2, h2 {
    font-size: 200%;
  }
}

.h3, h3 {
  font-size: 130%;
}
@media (min-width: 768px) {
  .h3, h3 {
    font-size: 180%;
  }
}

.h4, h4 {
  font-size: 100%;
}
@media (min-width: 768px) {
  .h4, h4 {
    font-size: 130%;
  }
}

.h5, h5 {
  font-size: 80%;
}
@media (min-width: 768px) {
  .h5, h5 {
    font-size: 100%;
  }
}

.h1 bold, h1 bold, h1 strong {
  font-weight: 700;
}

.h2 bold, h2 bold, h2 strong {
  font-weight: 700;
}

.h3 bold, h3 bold, h3 strong {
  font-weight: 700;
}

.h4 bold, h4 bold, h4 strong {
  font-weight: 700;
}

.h5 bold, h5 bold, h5 strong {
  font-weight: 700;
}

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

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

.block-margins, p, ul, ol, pre {
  margin: 1rem 0;
}

.unordered-list, ul {
  list-style-type: disc;
}

.ordered-list, ol {
  list-style: decimal;
}

blockquote {
  font-weight: 300;
  font-style: italic;
  color: #666666;
  line-height: 33px;
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 0;
  padding: 15px 30px;
}

hr {
  margin: 60px 0;
  height: 1px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc( 1s );
  animation-duration: calc( 1s );
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc( 1s * 2 );
  animation-duration: calc( 1s * 2 );
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc( 1s * 0.75 );
  animation-duration: calc( 1s * 0.75 );
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc( 1s * 0.75 );
  animation-duration: calc( 1s * 0.75 );
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  background-color: #f6f6f6;
  box-sizing: border-box;
  height: 100%;
}
body {
  height: 100%;
  background-color: #052137;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

#skiptocontent a {
  top: auto;
  left: -999px;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  color: #fff;
}
#skiptocontent a:focus, #skiptocontent a:active {
  /*background-color: #000;*/
  top: 1.8rem;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0;
  border: 1px solid black;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
  padding: 1.4rem 2rem;
  text-transform: none;
}

@media (min-width: 576px) {
  .layer {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .layer-1 {
    top: 0;
    background-image: url(../images/bg-parallax_test1.jpg);
    height: 1773px;
  }

  .layer-2 {
    background-image: url(../images/bg-parallax_test2.png);
    bottom: 0;
    height: 2000px;
  }

  .layer-3 {
    bottom: 0;
    background-image: url(../images/bg-parallax_test3.png);
    height: 2020px;
  }
}
.inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 -30px;
  }
}
.inner--full {
  max-width: 100%;
}
.inner__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  padding: 100px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .inner__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}

section.body {
  position: relative;
  background-color: #f6f6f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.body .inner__content img {
  max-width: 100%;
  height: auto;
}

.section__title {
  margin-bottom: 60px;
  color: #052137;
  font-size: 28px;
  font-size: 1.75rem;
}

.module .inner__content {
  padding: 0;
}
.module__title {
  margin-bottom: 60px;
  color: #052137;
  font-size: 28px;
  font-size: 1.75rem;
}

.animatedFrame {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none !important;
}
.animatedFrame .framePart {
  overflow: hidden;
  position: absolute;
}
.animatedFrame .framePart.top {
  top: 0;
  left: 0;
  right: 0;
  bottom: initial;
  height: 10px;
}
.animatedFrame .framePart.bottom {
  top: initial;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
}
.animatedFrame .framePart.left {
  top: 0;
  left: 0;
  right: initial;
  bottom: 0;
  width: 10px;
}
.animatedFrame .framePart.right {
  top: 0;
  left: initial;
  right: 0;
  bottom: 0;
  width: 10px;
}
.animatedFrame .framePart .layer {
  width: 100vw;
  position: absolute;
}

.wrapper {
  background-color: #f6f6f6;
}
.social {
  margin-left: 2%;
}
.social__title {
  margin-right: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.social__link {
  margin-left: 5px;
  transition: all 300ms ease-in;
}

.page-header {
  background-color: #052137;
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  padding-top: 50px;
  padding-bottom: 2.5vw;
  transition: all 200ms ease-in;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .page-header {
    padding-bottom: 5vw;
    height: calc(100vh - 60px);
  }
}
.page-header:after {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 1;
  background-color: rgba(37, 48, 94, 0.55);
  background-position: top center;
  background-size: cover;
}
.page-header__background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 1;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.page-header__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.page-header__title {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 60px);
  margin: 0 30px 60px;
  margin-bottom: 2.5vw;
}
@media (min-width: 992px) {
  .page-header__title {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 75% - 60px);
    margin: 0 30px 60px;
    margin-bottom: 2.5vw;
  }
}
.page-header__heading {
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 0;
  margin-bottom: 0;
  animation-delay: 0.25s;
  color: #fff;
  opacity: 0;
  font-size: 32px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-header__heading {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.page-header__sub-heading {
  opacity: 0;
  font-weight: 600;
  display: block;
  margin: 20px 0 40px;
  animation-delay: 0.5s;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  font-size: 25px;
  font-size: 1.5625rem;
}
.page-header__sub-heading a {
  color: #fff;
}
.page-header__sub-heading a:hover {
  color: #3475A8;
}
.page-header__button,
.page-header audio {
  animation-delay: 0.75s;
  opacity: 0;
}
.page-header audio {
  background-color: white;
  border-radius: 999px;
}
.page-header__extra {
  margin-top: 60px;
  animation-delay: 0.75s;
  color: #fff;
}
.page-header__meta {
  margin-right: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 3px;
  display: block;
}
.page-header__meta strong {
  margin-right: 10px;
}
.page-header__meta a {
  color: #fff;
}
.page-header__meta a:hover {
  color: #3475A8;
}
.page-header__meta--date, .page-header__meta--category {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .page-header__meta--date, .page-header__meta--category {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-header__meta--phone {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}
@media (min-width: 768px) {
  .page-header__meta--phone {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-header__meta--email {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}
@media (min-width: 768px) {
  .page-header__meta--email {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-header__meta--category {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .page-header__meta--category {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-header__social {
  margin-top: 30px;
  font-size: 24px;
  font-size: 1.5rem;
}
.page-header__social .page-header__meta {
  margin-right: 10px;
  display: inline-block;
}
.page-header__video {
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.page-header__video video {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%);
}

.breadcrumbs {
  line-height: 1.3;
  width: 100%;
  padding: 20px 0;
  background-color: #3170A0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 -30px;
}
.breadcrumbs__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px;
}
@media (min-width: 768px) {
  .breadcrumbs__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px;
  }
}
.breadcrumbs #breadcrumbs {
  margin-left: -10px;
}
.breadcrumbs a {
  color: #fff;
  margin: 0 10px;
}
.breadcrumbs span {
  color: #eee;
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumbs span.breadcrumb_last {
  margin-left: 10px;
}

.clickable {
  cursor: pointer;
}

.ui-widget {
  font-family: "Source Sans Pro", sans-serif;
}

.hero audio {
  background: white !important;
  color: black !important;
  border-radius: 999px;
  overflow: hidden;
}

figure {
  margin: 1.6rem 0;
}

.list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .list {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.post {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 35px;
  text-decoration: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: #052137;
}
@media (min-width: 768px) {
  .post {
    width: 50%;
    margin: 10px;
    flex: 1;
  }
}
.post:hover .post__meta span {
  color: #052137;
}
.post:hover .post__title a {
  color: #052137;
}
.post:hover .post__author {
  color: #052137;
}
.post:hover .post__overlay {
  background-color: #fff;
}
.post:nth-of-type(1) {
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  .post:nth-of-type(1) {
    flex-basis: 100%;
  }
  .post:nth-of-type(1) .post__title {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}
.post__details {
  margin-top: auto;
  align-self: flex-end;
  width: 100%;
}
.post__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post__meta span {
  display: inline-block;
  margin-right: 5px;
  transition: all 200ms ease-in;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.post__category {
  font-weight: 700;
}
.post__title {
  margin: 20xp 0 10px 0;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.post__title a {
  transition: all 200ms ease-in;
  color: #fff;
}
.post__title a:hover {
  text-decoration: underline;
}
.post__author {
  display: block;
  margin: 0;
  transition: all 200ms ease-in;
  color: #fff;
}
.post__image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.post__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  transition: all 200ms ease-in;
  background-color: rgba(5, 33, 55, 0.7);
}

.service {
  position: relative;
  padding: 30px;
  background-color: #052137;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 20px);
  margin: 0 10px 20px;
}
@media (min-width: 576px) {
  .service {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 992px) {
  .service {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
}
.service__title {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.service__title a {
  color: #fff;
}
.service__title a:hover {
  color: #3475A8;
  text-decoration: underline;
}
.service__children {
  list-style: none;
  padding: 0;
}

.lawyer {
  position: relative;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 20px);
  margin: 0 10px 20px;
}
@media (min-width: 576px) {
  .lawyer {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 992px) {
  .lawyer {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 25% - 20px);
    margin: 0 10px 20px;
  }
}
.lawyer:hover .lawyer__info {
  opacity: 1;
}
.lawyer:hover .lawyer__image {
  filter: grayscale(0%);
}
.lawyer--is-hidden {
  display: none;
}
.lawyer__image {
  display: block;
  width: 100%;
  transition: all 300ms ease-in;
  background-position: top center;
  background-size: cover;
  filter: grayscale(75%);
  position: relative;
  overflow: hidden;
}
.lawyer__image:after {
  display: block;
  padding-bottom: 100%;
  content: "";
  transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.lawyer__image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  max-height: 100%;
  transform: translateX(-50%);
}
.lawyer__info {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .lawyer__info {
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
.lawyer__name h2 {
  font-weight: 700;
  line-height: 1.3;
  margin: 3px 0 0 0;
  font-size: 22px;
  font-size: 1.375rem;
}
.lawyer__name h2 a {
  color: #052137;
}
.lawyer__name h2 a:hover {
  text-decoration: underline;
}
.lawyer__position {
  line-height: 1.3;
  text-transform: uppercase;
  color: #052137;
  font-size: 16px;
  font-size: 1rem;
}
.lawyer__contact {
  display: block;
  margin-top: 20px;
}
.lawyer__email {
  display: block;
}

.testimonials {
  background-color: #f6f6f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials__content {
  position: relative;
  padding: 0 !important;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 60px);
  margin: 0 30px;
}
.testimonials .testimonial blockquote {
  color: #6E6E6E;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .testimonials .testimonial blockquote {
    line-height: 1.6;
    font-size: 32px;
    font-size: 2rem;
  }
}
.testimonials .testimonial blockquote footer {
  margin-top: 10px;
  text-align: right;
}
.testimonials .testimonial blockquote cite {
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
  text-transform: uppercase;
  color: #052137;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .testimonials .testimonial blockquote cite {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #3170A0;
}

.meet-our-lawyers {
  background-color: #f6f6f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.meet-our-lawyers__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .meet-our-lawyers__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}
.meet-our-lawyers .owl-stage {
  display: flex;
  align-items: center;
}
.meet-our-lawyers .owl-nav button i {
  margin: 2px 5px;
  font-size: 24px;
  font-size: 1.5rem;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #3170A0;
}

.latest-news {
  background-color: #f6f6f6;
  margin-top: 8vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.latest-news .social {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
}
@media (min-width: 768px) {
  .latest-news .social {
    display: block;
  }
}
.latest-news .social__link {
  margin-left: 10px;
}
.latest-news__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .latest-news__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}
.latest-news__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 768px) {
  .latest-news__list {
    height: 800px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.related-posts {
  background-color: #f6f6f6;
  margin-top: 5vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.related-posts .social {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}
.related-posts .social__link {
  display: block;
  margin-left: 10px;
}
.related-posts__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .related-posts__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}
.related-posts__list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
@media (min-width: 768px) {
  .related-posts__list {
    height: 800px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.inquiries {
  background-color: #f6f6f6;
  margin-top: 8vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquiries .inner__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .inquiries .inner__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px;
  }
}
.inquiries__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .inquiries__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 -30px;
  }
}
.inquiries__info {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
}
@media (min-width: 992px) {
  .inquiries__info {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 33.3333333333% - 60px);
    margin: 0 30px 60px;
  }
}
.inquiries__form {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
}
@media (min-width: 992px) {
  .inquiries__form {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 66.6666666667% - 60px);
    margin: 0 30px 60px;
  }
}
.inquiries__form-title {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #052137;
  font-size: 16px;
  font-size: 1rem;
}
.inquiries__logo {
  margin-bottom: 20px;
  max-width: 260px;
}
.inquiries address {
  font-style: normal;
  margin-bottom: 20px;
}
.inquiries__phone, .inquiries__fax {
  margin: 0;
}
.inquiries__associations {
  margin-top: 40px;
  max-width: 100%;
  height: auto;
}
.inquiries__association {
  display: inline-block;
  max-width: 120px;
  margin-right: 20px;
}
.inquiries__association img {
  height: auto;
  max-width: 100%;
}
.inquiries .social {
  margin: 20px 2% 0 0;
}
.inquiries .social__link {
  margin: 0 5px 0 0;
}
.inquiries .legal {
  font-size: 14px;
  font-size: 0.875rem;
}
.inquiries .legal__copy {
  float: left;
}
@media (min-width: 768px) {
  .inquiries .legal__umbrella {
    float: right;
  }
}

.hero {
  position: relative;
  height: calc(100vh - 10px);
  text-align: center;
  background-image: url(../images/bg-hero-hd.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #052137;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.55;
  background-color: #052137;
  z-index: 2;
}
.hero__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 -30px;
}
.hero__content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 60px);
  margin: 0 30px 60px;
}
.hero__statement {
  font-weight: 700;
  position: relative;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  letter-spacing: 0;
  color: #fff;
  opacity: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .hero__statement {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
.hero__video {
  position: absolute;
  z-index: 1;
  top: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero__video video {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%);
}
.hero .warning_banner {
  margin: 40px 0;
  width: 100%;
  padding: 2rem;
  background-color: white;
}
.hero .warning_banner .fal {
  font-size: 42px;
}

.about {
  background-color: #f6f6f6;
  padding-top: 8vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .alert {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  position: relative;
  background-color: #f2dede;
  padding: 30px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .about .alert {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}
.about .alert__content p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}
.about .alert__title {
  margin: 0 0 20px;
  font-size: 22px;
  font-size: 1.375rem;
}
.about .alert__close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
.about__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .about__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}
@media (min-width: 768px) {
  .about--first .about__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}
.about--first .about__content p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .about--first .about__heading {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 60px);
    margin: 0 30px 60px;
  }
}
.about--first .about__heading h1 {
  font-weight: 700;
  margin-top: 0;
}
@media (min-width: 768px) {
  .about--first .about__heading h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.about--first .about__text {
  padding-top: 0;
}
@media (min-width: 768px) {
  .about--first .about__text {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 60px);
    margin: 0 30px 60px;
  }
}
@media (min-width: 768px) {
  .about--second .about__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 -30px;
  }
}
.about--second .about__content p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .about--second .about__heading {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 60px);
    margin: 0 30px 60px;
  }
}
.about--second .about__heading h2 {
  font-weight: 700;
  margin-top: 0;
}
@media (min-width: 768px) {
  .about--second .about__heading h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .about--second .about__text {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 60px);
    margin: 0 30px 60px;
  }
}

.practices {
  background-color: #f6f6f6;
  margin: 8vw 0 4vw 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.practices__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .practices__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}
.practices__box {
  padding: 60px;
  background-color: #052137;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .practices__box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.practices__text {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .practices__text {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%;
  }
}
.practices__text h2 {
  margin-top: 0;
  color: #fff;
}
.practices__text p {
  color: #fff;
}
.practices__button {
  width: 100%;
  margin-top: 60px;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .practices__button {
    margin-top: 0;
    text-align: center;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
  }
}

.contact {
  background-color: #f6f6f6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__content {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 30px 60px;
  position: relative;
}
@media (min-width: 768px) {
  .contact__content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 100% - 60px);
    margin: 0 30px 60px;
  }
}

.post .postContent {
  color: white;
}
.post .postContent a {
  color: white;
  word-break: break-word;
}

.blog__content,
.archive__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog__content,
.archive__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
}
.blog__articles,
.archive__articles {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .blog__articles,
.archive__articles {
    padding-right: 30px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.6666666667%;
  }
}
.blog__sidebar,
.archive__sidebar {
  display: flex;
  flex-direction: column;
  margin-top: 5vh;
  flex-basis: auto;
  flex-wrap: nowrap;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .blog__sidebar,
.archive__sidebar {
    margin-top: 0;
    padding-left: 60px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.3333333333%;
  }
}
.blog .post,
.archive .post {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 35px;
  text-decoration: none;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .blog .post,
.archive .post {
    width: 50%;
    margin: 10px;
    flex: 1 1 50%;
  }
}

.pagination {
  text-align: center;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 60px);
  margin: 0 30px 60px;
}
.pagination__pages {
  display: inline-block;
  padding: 0;
  list-style: none;
}
.pagination__pages li {
  display: inline-block;
}
.pagination__link {
  display: inline-block;
  margin: 0 2px;
  padding: 3px 8px;
  color: #fff;
  background-color: #3170A0;
}
.pagination__link:hover, .pagination__link:focus {
  color: white;
  background-color: #255579;
}
.pagination__link--disabled {
  color: #6B6B6B;
  background-color: #eee;
}
.pagination__link--disabled:hover {
  background-color: #eee;
}

.areas-of-practice__list {
  margin-top: 100px;
}
.areas-of-practice__list a {
  color: white;
}

.articling-students .articling-student {
  margin-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .articling-students .articling-student {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
}
.articling-students .articling-student__image {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .articling-students .articling-student__image {
    flex: 1 1 auto;
  }
}
.articling-students .articling-student__image img {
  max-width: 100%;
  height: auto;
}
.articling-students .articling-student__content {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .articling-students .articling-student__content {
    flex: 1 1 80%;
    padding-left: 20px;
  }
}
.articling-students .articling-student__name h3 {
  margin: 0 0 10px 0;
}
.articling-students .articling-student__meta {
  margin: 0 0 20px 0;
}
.articling-students .articling-student__meta span {
  margin-right: 10px;
}

.firm-news-events .community-post {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .firm-news-events .community-post {
    flex-direction: row;
  }
}
.firm-news-events .community-post__image {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .firm-news-events .community-post__image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    flex-basis: 100px;
  }
  .firm-news-events .community-post__image:after {
    display: block;
    padding-bottom: 100%;
    content: "";
  }
  .firm-news-events .community-post__image img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none !important;
    max-height: 100px;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .firm-news-events .community-post__content {
    padding: 0 20px;
    flex-basis: calc(100% - 100px);
  }
}
.firm-news-events .community-post__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-size: 1.375rem;
}
.firm-news-events .community-post__meta {
  margin: 0 0 10px;
}
.firm-news-events .community-post__excerpt {
  margin: 0;
}

.single-post__author-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .single-post__author-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
    margin-top: 8vw;
  }
}
.single-post__author {
  padding: 30px;
  background-color: #052137;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 30px);
  margin: 0 15px 30px;
}
@media (min-width: 768px) {
  .single-post__author {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 50% - 30px);
    margin: 0 15px 30px;
  }
}
.single-post__author p {
  margin-bottom: 0;
  color: #fff;
}
.single-post__author p:last-of-type {
  font-size: 16px;
  font-size: 1rem;
}
.single-post__author a {
  color: #458DC4;
}
.single-post__written-by {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ccc;
  font-size: 16px;
  font-size: 1rem;
}
.single-post__author-name {
  margin: 0 0 20px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}

.business-litigation .widget .practice-lawyer__chair,
.intellectual-property .widget .practice-lawyer__chair,
.privacy-and-protection-of-personal-information .widget .practice-lawyer__chair,
.mediation .widget .practice-lawyer__chair,
.entertainment-and-media-law .widget .practice-lawyer__chair {
  display: none;
}

.inner__content--full-width .single-services__body {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.inner__content--full-width .single-services__related {
  display: none;
}

.single-services__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single-services__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
}
.single-services__body {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .single-services__body {
    -ms-flex-negative: 1;
    padding-right: 30px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.6666666667%;
  }
}
.single-services__body h1:first-of-type,
.single-services__body h2:first-of-type,
.single-services__body h3:first-of-type,
.single-services__body p:first-of-type {
  margin-top: 0;
}
.single-services__info {
  display: flex;
  flex-direction: column;
  margin-top: 5vh;
  flex-basis: auto;
  flex-wrap: nowrap;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .single-services__info {
    -ms-flex-negative: 1;
    margin-top: 0;
    padding-left: 60px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.3333333333%;
  }
}
.single-services .section .inner__content {
  padding: 100px 0 0;
}
@media (min-width: 768px) {
  .single-services .section .inner__content--full-width {
    padding: 100px 0;
  }
}
.single-services .section .inner__content h1:first-of-type {
  margin-top: 0;
}
.single-services .module .inner__content {
  padding: 0 0 100px;
}

.widget {
  margin-bottom: 40px;
}
.widget__title {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #052137;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  font-size: 1rem;
}
.widget__list {
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
}
.widget__list li {
  line-height: 1.2;
  margin-bottom: 10px;
}
.widget .practice-lawyer {
  line-height: 1.1;
  margin-bottom: 20px;
}
.widget .practice-lawyer__name {
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}
.widget .practice-lawyer__name:hover {
  color: #3170A0;
}
.widget .practice-lawyer__chair {
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  display: block;
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}
.widget .practice-lawyer__email {
  line-height: 1.5;
  display: inline-block;
  color: #666;
  font-size: 15px;
  font-size: 0.9375rem;
}
.widget .practice-lawyer__email:hover {
  color: #3170A0;
}
.widget .practice-lawyer__phone {
  line-height: 1.5;
  display: inline-block;
  color: #666;
  font-size: 15px;
  font-size: 0.9375rem;
}

.single-lawyers .page-header:after {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 1;
  background-color: rgba(37, 48, 94, 0.45);
  background-position: center top;
  background-size: cover;
}
.single-lawyers .page-header--alfonso-david-di-marco .page-header__title {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc( 100% - 60px);
  margin: 0 30px 60px;
}
@media (min-width: 1200px) {
  .single-lawyers .page-header--alfonso-david-di-marco .page-header__title {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 41.6666666667% - 60px);
    margin: 0 30px 60px;
  }
}
.single-lawyers .page-header--patrick-p-shing .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--patrick-p-shing .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--patricia-gordon .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--patricia-gordon .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--gillian-hayes .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--gillian-hayes .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--susan-mumford .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--susan-mumford .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--meghan-oneil .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--meghan-oneil .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--sahra-panjwani .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--sahra-panjwani .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--r-browning-watt-q-c .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--r-browning-watt-q-c .page-header__background {
    background-position: center top;
  }
}
.single-lawyers .page-header--richard-worsfold .page-header__background {
  background-position: 80% top;
}
@media (min-width: 768px) {
  .single-lawyers .page-header--richard-worsfold .page-header__background {
    background-position: center top;
  }
}

.lawyers__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .lawyers__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
}
.lawyers__bio {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .lawyers__bio {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 66.6666666667%;
  }
}
@media (min-width: 768px) {
  .lawyers__bio--wide {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
}
.lawyers__bio p:first-of-type {
  margin-top: 0;
}
.lawyers__info {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .lawyers__info {
    -ms-flex-negative: 1;
    padding-left: 60px;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 33.3333333333%;
  }
}
.lawyers__field {
  margin-bottom: 40px;
}
.lawyers__field ul {
  padding-left: 20px;
}
.lawyers__field--practices a {
  display: block;
}
.lawyers__field-title {
  font-family: "Source Sans Pro", sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #052137;
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  font-size: 1rem;
}
.lawyers__field-data {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.lawyers__field-data p {
  margin-bottom: 0;
}

.our-legal-team .filters {
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .our-legal-team .filters {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin: 0 -8px;
  }
}
.our-legal-team .filters .filter--position {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 8px 16px;
}
@media (min-width: 768px) {
  .our-legal-team .filters .filter--position {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 75% - 16px);
    margin: 0 8px 16px;
  }
}
.our-legal-team .filters .filter--practice {
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 8px 16px;
}
@media (min-width: 768px) {
  .our-legal-team .filters .filter--practice {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 25% - 16px);
    margin: 0 8px 16px;
  }
}
.our-legal-team .filters .filter--practice .ui-selectmenu-button {
  width: 100%;
  border: 1px solid #3170A0;
  position: relative;
  background-image: none;
  display: flex;
  align-items: center;
}
.our-legal-team .filters .filter--practice .ui-selectmenu-button .ui-selectmenu-text {
  flex-grow: 1;
}
.our-legal-team .filters .filter--practice .ui-selectmenu-button .ui-icon.ui-selectmenu-icon.ui-icon-triangle-1-s {
  position: relative;
  background-image: none;
  order: 2;
}
.our-legal-team .filters .filter--practice .ui-selectmenu-button .ui-icon.ui-selectmenu-icon.ui-icon-triangle-1-s:after {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 50%;
  left: 50%;
  content: "\F078";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  font-size: 16px;
  color: black;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-legal-team .filters .filter--practice .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:focus, .our-legal-team .filters .filter--practice .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper:hover, .our-legal-team .filters .filter--practice .ui-selectmenu-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #3170A0;
  border-color: #3170A0;
  background-image: none;
}
.our-legal-team .filters .filter__title {
  font-weight: 700;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #052137;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
.our-legal-team .filters .filter__group {
  margin-bottom: 40px;
}
.our-legal-team .filters .filter__select {
  position: relative;
  margin: 0;
  list-style: none;
  color: #333;
  border: 1px solid #3170A0;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
.our-legal-team .filters .filter__select.filter__select--is-active .filter__options {
  display: block;
}
.our-legal-team .filters .filter__options {
  z-index: 1000;
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.our-legal-team .filters .filter__option {
  cursor: pointer;
}
.our-legal-team .filters .filter .init {
  line-height: 1.15;
  padding: 10px 20px;
  cursor: pointer;
}
.our-legal-team #lawyers {
  margin: 0 -8px;
  display: none;
  z-index: 10;
}
.our-legal-team #lawyers.shuffle {
  display: block;
}
.our-legal-team .associate {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 0 8px;
  min-height: 27.5rem;
}
@media (min-width: 576px) {
  .our-legal-team .associate {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .our-legal-team .associate {
    width: 25%;
  }
}
.our-legal-team .associate .associate__info {
  flex-grow: 1;
}
.our-legal-team .associate:hover .associate__info {
  opacity: 1;
}
.our-legal-team .associate:hover .associate__image {
  filter: grayscale(0%);
}
.our-legal-team .associate--is-hidden {
  display: none;
}
.our-legal-team .associate__image {
  display: block;
  width: 100%;
  transition: all 300ms ease-in;
  background-position: top center;
  background-size: cover;
  filter: grayscale(75%);
}
.our-legal-team .associate__image:after {
  display: block;
  padding-bottom: 100%;
  content: "";
  transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.our-legal-team .associate__info {
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .our-legal-team .associate__info {
    transition: 0.8s all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }
}
.our-legal-team .associate__name h2 {
  font-weight: 700;
  line-height: 1.3;
  margin: 3px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.our-legal-team .associate__name h2 a {
  color: #052137;
}
.our-legal-team .associate__name h2 a:hover {
  text-decoration: underline;
}
.our-legal-team .associate__position {
  line-height: 1.3;
  text-transform: uppercase;
  color: #052137;
  font-size: 15px;
  font-size: 0.9375rem;
}
.our-legal-team .associate__contact {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
.our-legal-team .associate__email {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
}
.our-legal-team .sizer {
  width: 100%;
  padding: 0 8px;
}
@media (min-width: 576px) {
  .our-legal-team .sizer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .our-legal-team .sizer {
    width: 25%;
  }
}

.legalshield .list .lawyer {
  position: relative;
  display: block;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin: 0 10px 20px;
}
@media (min-width: 576px) {
  .legalshield .list .lawyer {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc( 33.3333333333% - 20px);
    margin: 0 10px 20px;
  }
}

.operations {
  margin-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .operations {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
  }
}
.operations__profile {
  line-height: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .operations__profile {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
}
.operations__profile img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .operations__profile img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    max-height: 100%;
    transform: translateX(-50%);
  }
}
.operations__bio {
  padding: 60px;
  color: #fff;
  background-color: #052137;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .operations__bio {
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
  }
}
.operations__name {
  margin: 0 0 7px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
}
.operations__title {
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
  color: #fff;
}

.nf-form-fields-required {
  display: none;
}

nf-field p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
nf-field .submit-wrap {
  margin-top: 30px;
}
nf-field .nf-field-container {
  margin-bottom: 15px;
}
nf-field .nf-field-container.checkbox-container .nf-field-label {
  flex: 1;
  line-height: 1;
  padding-left: 1%;
}
nf-field .nf-field-container.checkbox-container .nf-field-label label {
  font-weight: 300;
}
nf-field .nf-field-container.checkbox-container .nf-field-element {
  flex: 0 0 20px;
  display: flex;
  align-content: center;
}
nf-field .nf-field-element textarea {
  height: 120px;
}
nf-field .nf-error .nf-field-element .ninja-forms-field {
  border: none;
  border-bottom: 2px solid #ff6961;
  box-shadow: none;
}
nf-field .nf-error-msg {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
}
nf-field input.ninja-forms-field[type=text],
nf-field input.ninja-forms-field[type=email],
nf-field input.ninja-forms-field[type=tel],
nf-field textarea.ninja-forms-field {
  transition: all 100ms ease-out;
  padding: 20px;
  border: none;
  border-bottom: 2px solid #3170A0;
  background-color: #fff;
}
nf-field input.ninja-forms-field[type=text]:focus,
nf-field input.ninja-forms-field[type=email]:focus,
nf-field input.ninja-forms-field[type=tel]:focus,
nf-field textarea.ninja-forms-field:focus {
  border-bottom: 4px solid #3170A0;
}

footer .nf-error-msg.nf-error-required-error {
  font-size: 14px;
  font-size: 0.875rem;
}

.nf-form-cont {
  margin-bottom: 30px;
}

.ninja-forms-req-symbol {
  display: none;
}

.field-wrap.recaptcha-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  border-radius: 3px;
}
.field-wrap.recaptcha-wrap .grecaptcha-badge {
  position: relative !important;
  bottom: 0 !important;
  transform: none !important;
  box-shadow: none !important;
}

/**********************************************************************************************************************/
/*#region CONTACT FORM 7 STYLES */
/**********************************************************************************************************************/
.wpcf7-form {
  /* Text fields */
  /* Custom-styles checkboxes (fully cross-browser) */
}
.wpcf7-form p {
  line-height: 1.2;
}
.wpcf7-form p small {
  font-size: 0.8em;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=search],
.wpcf7-form input[type=number],
.wpcf7-form input[type=password],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  transition: all 100ms ease-out;
  padding: 20px;
  border: none;
  border-bottom: 2px solid #3170A0;
  background-color: #fff;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=search]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form textarea:focus {
  border-bottom: 4px solid #3170A0;
}
.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  /*position: relative;*/
  position: absolute;
  visibility: visible;
  width: 1px;
  height: 1px;
  margin-left: -1px;
  opacity: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span {
  /* border: 3px solid red; */
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0px;
  border-bottom: 2px solid #3170A0;
  background-color: white;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  background-color: white;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:focus + span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:focus + span {
  outline: none;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:focus + span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:focus + span:before {
  outline: 2px solid black;
}
.wpcf7-form .wpcf7-list-item-label {
  margin-left: 40px;
  display: inline-block;
}
.wpcf7-form svg.success-checkmark {
  width: 100px;
  display: none;
  margin: 0;
  float: left;
  margin-right: 2rem;
}
.wpcf7-form svg.success-checkmark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.wpcf7-form svg.success-checkmark .path.circle {
  animation: dash 0.9s ease-in-out;
}
.wpcf7-form svg.success-checkmark .path.line {
  stroke-dashoffset: 1000;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.wpcf7-form svg.success-checkmark .path.check {
  stroke-dashoffset: -100;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
.wpcf7-form .show-sent {
  display: none;
}
.wpcf7-form.sent .hide-sent {
  display: none !important;
}
.wpcf7-form.sent .show-sent {
  display: block;
}
.wpcf7-form.sent svg.success-checkmark {
  display: block !important;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: none;
  margin: 0;
  padding: 1rem 0 0;
}

.grecaptcha-badge[data-style=bottomright] {
  box-shadow: none !important;
}

/*#endregion */
/**********************************************************************************************************************/
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  padding: 20px;
  transition: all 330ms ease-out;
  background-color: transparent;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .header {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 992px) {
  .header {
    top: 50px;
    padding: 0 65px;
  }
}
.header--is-scrolled {
  top: 0;
  background-color: #052137;
}
@media (min-width: 576px) {
  .header--is-scrolled {
    top: 10px;
  }
}
@media (min-width: 992px) {
  .header--is-scrolled {
    padding: 20px 20px 0;
  }
}
.header--is-scrolled .header__brand {
  transition: all 330ms ease-out;
}
.header--is-scrolled .header__logo .logo {
  max-width: 200px;
  height: auto;
  transition: all 330ms ease-out;
}
.header__item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__brand {
  line-height: 1;
  margin-bottom: 0;
  flex: 1;
}
.header__logo {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
.header__logo .logo {
  max-width: 200px;
}
@media (min-width: 992px) {
  .header__logo .logo {
    max-width: 300px;
  }
}
.header__navigation {
  display: none;
}
@media (min-width: 992px) {
  .header__navigation {
    text-align: right;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 3;
  }
}
.header__contact {
  display: none;
}
@media (min-width: 992px) {
  .header__contact {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.header__contact a {
  text-decoration: none;
}
.header .navigation {
  /* Dropdown Menus */
  /* Menu Sub-Item */
  /* Menu Sublink */
  /* Dropdown Menus */
  /* Menu Sub-Item */
}
.header .navigation:hover > .navigation__item {
  transition: all 200ms ease-in;
  opacity: 0.5;
}
.header .navigation:hover > .navigation__item:hover {
  opacity: 1;
}
.header .navigation__item {
  position: relative;
  display: inline-block;
  margin: 0 0 0 3%;
  /* Hover state for dropdowns */
}
.header .navigation__item--has-dropdown:hover > .navigation__dropdown {
  display: block;
}
.header .navigation__link {
  font-weight: 600;
  display: inline-block;
  padding: 20px 0;
  transition: none;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
}
.header .navigation__link:after {
  display: block;
  content: "";
  transition: all 300ms ease-in;
}
.header .navigation__link:hover:after {
  display: block;
  content: "";
}
.header .navigation__phone__links {
  gap: 1.6rem;
  color: white;
  display: flex;
  justify-content: flex-end;
}
.header .navigation__phone__links p {
  white-space: nowrap;
}
.header .navigation__phone {
  font-weight: 600;
  margin-left: 2%;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
}
.header .navigation__phone:focus, .header .navigation__phone:hover {
  text-decoration: underline;
}
.header .navigation__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: auto;
  white-space: nowrap;
  background-color: #010508;
}
.header .navigation__dropdown--second-level {
  top: 0;
  left: 100%;
  display: none;
  overflow-y: auto;
  width: 300px;
  max-height: 51vh;
  white-space: normal;
}
.header .navigation__sub-item {
  /* Hover state for sub-item dropdowns */
}
.header .navigation__sub-item--has-dropdown:hover > .navigation__dropdown {
  display: block;
}
.header .navigation__sublink {
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  transition: all 200ms ease-in;
  color: #ccc;
  background-color: #26252d;
  font-size: 14px;
  font-size: 0.875rem;
}
.header .navigation__sublink:hover {
  color: #fff;
  background-color: #3170A0;
}
.header .navigation__sublink--second-level {
  font-size: 14px;
  font-size: 0.875rem;
}
.header .navigation__sublink svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.header .navigation__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  width: auto;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #010508;
}
.header .navigation__dropdown--second-level {
  top: 0;
  left: 100%;
  display: none;
  overflow-y: auto;
  width: 300px;
  max-height: 51vh;
  white-space: normal;
}
.header .navigation__sub-item {
  /* Hover state for sub-item dropdowns */
}
.header .navigation__sub-item--has-dropdown:hover > .navigation__dropdown {
  display: block;
}
.header .social__link {
  color: #fff;
}
.header .social__link:hover {
  color: #3170A0;
}
.header .warning_banner {
  position: relative;
  color: #052137;
  width: 100%;
  padding: 1rem 2rem;
  padding-right: 4rem;
  background-color: white;
  margin-bottom: 20px;
  font-size: 16px;
  transition: all 330ms ease-out;
  display: none;
}
@media (min-width: 992px) {
  .header .warning_banner {
    font-size: 18px;
  }
}
body.home .header .warning_banner {
  display: block;
}
.header .warning_banner .warning_banner_inner {
  display: flex;
  align-items: center;
}
.header .warning_banner .warning_banner_inner p {
  margin: 0;
  line-height: 1.2;
}
.header .warning_banner .warning_banner_inner .fal, .header .warning_banner .warning_banner_inner .far {
  color: #4a92c8;
  font-size: 30px;
  margin-right: 0.6em;
  vertical-align: middle;
  display: none;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .header .warning_banner .warning_banner_inner .fal, .header .warning_banner .warning_banner_inner .far {
    display: block;
  }
}
.header .warning_banner button.close {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  color: #052137;
  font-size: 24px;
}
.header .header__item {
  transition: all 330ms ease-out;
}
.header--is-scrolled .warning_banner {
  display: none !important;
}
.header--is-scrolled .header__item {
  padding: 0 0;
}

nav.nav-primary ul.menu {
  background-color: transparent;
  background-image: none;
  display: flex;
  border: none;
  flex-direction: row;
  justify-content: flex-end;
}
nav.nav-primary ul.menu:focus {
  outline: 2px solid white;
}
nav.nav-primary ul.menu > li {
  margin-left: 2.6rem;
}
nav.nav-primary ul.menu > li > .menu-item-wrap {
  padding: 0;
}
nav.nav-primary ul.menu > li > .menu-item-wrap > a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 20px 0;
  transition: none;
  font-size: 17px;
  font-size: 1.0625rem;
}
nav.nav-primary ul.menu > li > .menu-item-wrap:hover, nav.nav-primary ul.menu > li > .menu-item-wrap.ui-state-active {
  background-color: transparent;
  border: none;
  margin: 0;
  color: white;
}
nav.nav-primary ul.menu > li > .menu-item-wrap:hover > a, nav.nav-primary ul.menu > li > .menu-item-wrap.ui-state-active > a {
  color: white !important;
}
nav.nav-primary ul.menu > li > .menu-item-wrap.ui-state-active:hover {
  outline: none;
}
nav.nav-primary ul.menu:hover > li > .menu-item-wrap > a {
  color: rgba(255, 255, 255, 0.6);
}
nav.nav-primary ul.menu:focus-visible > li > .menu-item-wrap.ui-state-active {
  outline: 2px solid white;
}
nav.nav-primary ul.menu li {
  list-style: none;
  color: white;
}
nav.nav-primary ul.menu li a {
  color: inherit;
  text-decoration: none;
}
nav.nav-primary ul.menu li ul.sub-menu {
  border: none;
  display: none;
  background-color: #26252d;
}
nav.nav-primary ul.menu li ul.sub-menu li .menu-item-wrap {
  padding: 0;
}
nav.nav-primary ul.menu li ul.sub-menu li .menu-item-wrap a {
  line-height: 1.5;
  display: block;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  transition: all 200ms ease-in;
  color: #e6e6e6;
  font-size: 14px;
  font-size: 0.875rem;
}
nav.nav-primary ul.menu li ul.sub-menu li .menu-item-wrap.ui-state-active {
  border: none;
  margin: 0;
  background-color: #9dbdd1;
}
.app {
  position: relative;
  right: 0;
  transition: all 100ms ease-in;
}
.app--is-active {
  right: 300px;
}

.shelf {
  position: fixed;
  z-index: 9999;
  top: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100%;
  padding: 80px 40px;
  background: rgba(5, 33, 55, 0.98);
  /* Dropdown Menus */
  /* Menu Item */
  /* Menu Link */
  /* Menu Sublink */
}
.shelf--is-active {
  right: 0;
}
.shelf__close {
  margin-bottom: 5vw;
  padding: 10px 0;
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 32px;
  right: 30px;
  font-size: 28px;
  font-size: 1.75rem;
}
.shelf__dropdown {
  display: none;
}
.shelf__dropdown--second-level {
  display: none;
}
.shelf__dropdown--second-level .shelf__sublink {
  font-weight: 400;
  padding: 0.5rem 1.5rem 0.5rem 3rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.shelf__item, .shelf__sub-item {
  /* Hover state for dropdowns */
}
.shelf__item--has-dropdown:hover > .shelf__dropdown, .shelf__sub-item--has-dropdown:hover > .shelf__dropdown {
  display: block;
}
.shelf__item--phone-number {
  font-weight: 400;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.shelf__item--phone-number svg {
  margin-right: 10px;
}
.shelf__item--social {
  margin-top: 20vw;
  padding-top: 3vw;
  text-align: center;
}
.shelf__item--social a {
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.shelf__link {
  line-height: 1.5;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
.shelf__sublink {
  line-height: 1.5;
  display: block;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  transition: all 200ms ease-in;
  color: #e6e6e6;
  font-size: 18px;
  font-size: 1.125rem;
}
.shelf__sublink:hover {
  color: #fff;
}

.burger {
  position: relative;
  display: flex;
  width: 20px;
  height: 24px;
  margin-left: auto;
  cursor: pointer;
  align-self: center;
}
@media (min-width: 992px) {
  .burger {
    display: none;
  }
}
.burger__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  margin-left: -7px;
  transition: none 86ms ease-out;
  transition-property: background, left, opacity, transform, -webkit-transform;
  border-radius: 100px;
  background-color: #fff;
}
.burger__line:nth-child(1) {
  margin-top: -8px;
}
.burger__line:nth-child(2) {
  margin-top: -1px;
}
.burger__line:nth-child(3) {
  margin-top: 6px;
}

.button,
button {
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 200ms ease-in;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}
.button:hover, .button:focus,
button:hover,
button:focus {
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button,
button {
    width: auto;
    text-align: left;
  }
}
.button--primary,
button--primary {
  background-color: #3475A8;
}
.button--primary:hover,
button--primary:hover {
  color: #fff;
  background-color: #285a81;
}
.button--outline,
button--outline {
  border: 1px solid #fff;
}
.button--outline:hover,
button--outline:hover {
  color: #052137;
  background-color: #fff;
}
.button--filter,
button--filter {
  color: #333;
  border: 1px solid #3170A0;
  font-size: 14px;
  font-size: 0.875rem;
}
.button--filter:hover, .button--filter:focus,
button--filter:hover,
button--filter:focus {
  color: white;
  background-color: #3170A0;
}
.button--is-active,
button--is-active {
  color: #fff;
  background-color: #3170A0;
}
.button i,
button i {
  margin-right: 5px;
}

.button__group {
  font-size: 0;
}
.button__group .button {
  border-radius: 0;
}
.button__group .button:first-child {
  border-radius: 3px 0 0 3px;
}
.button__group .button:last-child {
  border-radius: 0 3px 3px 0;
}
.button__group .button:not(:first-child) {
  margin-left: -1px;
}

/**
 * Print Stylesheet for Mills & Mills LLP
*/
@media print {
  table,
blockquote,
pre,
code,
figure,
li,
hr,
ul,
ol,
a,
tr {
    page-break-inside: avoid;
  }

  h2,
h3,
h4,
p,
a {
    orphans: 3;
    widows: 3;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h1 + p,
h2 + p,
h3 + p {
    page-break-before: avoid;
  }

  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }

  pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
  }

  a[href^=http]:after, a[href^=ftp]:after {
    font-size: 80%;
    content: " (" attr(href) ")";
  }
  a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
    display: none;
  }

  abbr[title]:after,
acronym[title]:after {
    content: " (" attr(title) ")";
  }

  .page-break,
.page-break-before {
    page-break-before: always;
  }

  .page-break-after {
    page-break-after: always;
  }

  .no-print {
    display: none;
  }

  a.no-reformat:after {
    content: "";
  }

  abbr[title].no-reformat:after,
acronym[title].no-reformat:after {
    content: "";
  }

  .no-reformat abbr:after,
.no-reformat acronym:after,
.no-reformat a:after {
    content: "";
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *,
*:before,
*:after,
p:first-letter,
div:first-letter,
blockquote:first-letter,
li:first-letter,
p:first-line,
div:first-line,
blockquote:first-line,
li:first-line {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }

  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
    color: #000 !important;
    background: #fff !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }

  p,
blockquote,
table,
ul,
ol,
dl {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  p:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.75rem;
    color: #000;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }

  a, a:visited {
    text-decoration: underline;
    word-wrap: break-word;
    color: #000;
  }

  table {
    border-collapse: collapse;
  }

  thead {
    display: table-header-group;
  }

  table,
th,
td {
    border-bottom: 1px solid #000;
  }

  td,
th {
    padding: 8px 16px;
    page-break-inside: avoid;
  }

  code,
pre,
kbd {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 85%;
    border: 1px solid #bbb;
  }

  code,
kbd {
    padding: 3px;
  }

  pre {
    margin-bottom: 1.5rem;
    padding: 10px 12px;
  }
  pre code,
pre kbd {
    border: 0;
  }

  ::-webkit-input-placeholder {
    color: transparent;
  }

  :-moz-placeholder {
    color: transparent;
  }

  ::-moz-placeholder {
    color: transparent;
  }

  :-ms-input-placeholder {
    color: transparent;
  }

  blockquote {
    margin-left: 1px;
    padding: 12px 1.5rem;
    border: 0;
    border-left: 5px solid #6E6E6E;
  }
  [dir=rtl] blockquote {
    margin-right: 1px;
    margin-left: 0;
    border-right: 5px solid #6E6E6E;
    border-left: 0;
  }
  blockquote:first-child {
    margin-top: 0;
  }
  blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
  }
  blockquote footer {
    font-size: 80%;
    display: block;
  }

  img {
    display: block;
    max-width: 100% !important;
    vertical-align: middle;
    border: 0;
  }

  hr {
    height: 0;
    margin: 2.25rem 0;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #bbb;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0;
    margin-bottom: 0.75rem;
  }

  abbr[title],
acronym[title] {
    text-decoration: none;
    border: 0;
  }

  body {
    overflow: auto;
  }

  .app {
    overflow: auto;
    height: auto;
  }

  .header {
    display: none;
  }

  .page-header {
    height: auto;
    min-height: auto;
  }
  .page-header__title {
    margin: 0;
    padding: 0;
  }
  .page-header__social span {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: none;
  }
  .page-header__button {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .inner {
    margin: 0;
  }
  .inner__content {
    margin: 0;
  }

  .widget.single-services__related {
    display: none;
  }
}
