*, *:before, *:after {
	box-sizing: border-box;
}
html {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
.jw-tab-focus:focus {
	outline: 0 !important;
}
.cms-jwplayer {
	width: 100%;
	position: relative;
}
.media-left {
	float: left;
	margin: 1em 1em 1em 0;
}
.media-right {
	float: right;
	margin: 1em 0 1em 1em;
}
.media-full {
	display: block;
	margin: 1em auto;
}
.media-small {
	width: 25%;
}
.media-medium {
	width: 50%;
}
.media-large {
	width: 100%;
}
video {
	max-width: 100%;
}
.cms-jwplayer video {
	max-width: none;
}
button {
	border: 0;
}
figure {
	text-align: center;
}
fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
icon svg, svg[data-use] {
	height: 1em;
	width: 1em;
	fill: currentColor;
}
svg[data-use] [style*="stroke-width"], svg[data-use] [stroke-width] {
	stroke: currentColor;
}
svg[data-use] [style*="stroke-width"]:not([fill]), svg[data-use] [stroke-width]:not([fill]) {
	fill: none;
}
.half {
	width: 50%;
}
.third {
	width: 33.3%;
}
.fourth {
	width: 25%;
}
.two-thirds {
	width: 66.66%;
}
.three-fourths {
	width: 75%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.cms-admin .clear {
	height: auto;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}
.cf:after {
	content: ' ';
	display: block;
	clear: both;
}
body .ninja {
	display: none !important;
}
html.no-generatedcontent .clearfix {
	zoom: 1;
}
html.no-generatedcontent .cf {
	zoom: 1;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.img-full {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
}
.img-small {
	width: 25%;
}
.img-medium {
	width: 50%;
}
.img-large {
	width: 100%;
}
.cms-button {
	display: inline-block;
	border: none;
	background-color: #35A6F6;
	color: #FFFFFF;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 20px;
	border-radius: 2px;
	text-transform: uppercase;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: .25s ease;
	-moz-transition: .25s ease;
	-o-transition: .25s ease;
	transition: .25s ease;
}
.cms-button.big {
	padding: 20px 40px;
	font-size: 16px;
}
.cms-button.unsafe {
	background-color: #EA5F5F;
}
.cms-button.unsafe:hover {
	background-color: #FF7373;
}
.cms-button.command {
	background-color: #FFFFFF;
	color: #35A6F6;
	border: 1px solid #D4D9E1;
}
.cms-button.command:hover {
	color: #63BEFF;
	border-color: #63BEFF;
	background-color: #FFFFFF;
}
.cms-button:hover {
	color: #FFFFFF;
	background-color: #63BEFF;
}
.cms-button.expand:after {
	content: '';
	display: inline-block;
	background-image: url(/common/images/sprite24.png);
	width: 16px;
	height: 16px;
	background-position: -437px -293px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 5px;
	border: 1px solid #35A6F6;
	vertical-align: middle;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	opacity: .7;
}
.cms-button.expand:hover:after {
	opacity: 1;
}
.cms-button:focus {
	outline: 0;
}
.ui-scroll {
	overflow: auto;
}
.ui-scroll.horizontal {
	overflow-x: auto;
	overflow-y: hidden;
}
.ui-scroll.vertical {
	overflow-x: hidden;
	overflow-y: auto;
}
.ui-scroll::-webkit-scrollbar {
width:12px;
height:12px;
background:none;
}
.ui-scroll::-webkit-scrollbar-track {
background:none;
}
.ui-scroll::-webkit-scrollbar-thumb {
border:solid 2px transparent;
background-clip:padding-box;
border-radius:12px;
background-color:rgba(16,37,78,.1);
}
.ui-scroll::-webkit-scrollbar-button {
width:0;
height:0;
display:none;
}
.ui-scroll::-webkit-scrollbar-corner {
background-color:transparent;
}
.ui-scroll-wrap .ui-scroll-thumb {
	position: absolute;
	margin: 2px;
	border-radius: 4px;
	background-color: rgba(16,37,78,.1);
}
.ui-scroll-wrap .ui-scroll-thumb.vertical {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	width: 8px;
	height: 100px;
	min-height: 8px;
}
.ui-scroll-wrap .ui-scroll-thumb.horizontal {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	height: 8px;
	width: 100px;
	min-width: 8px;
}
.ui-scroll.horizontal .ui-scroll-thumb.vertical {
	display: none !important;
}
.ui-scroll.vertical .ui-scroll-thumb.horizontal {
	display: none !important;
}
.ui-front {
	z-index: 100;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	-webkit-animation: fade-in-60 .3s forwards;
	-moz-animation: fade-in-60 .3s forwards;
	-o-animation: fade-in-60 .3s forwards;
	animation: fade-in-60 .3s forwards;
}
.ui-widget-overlay.subtle {
	background: #FFFFFF;
	opacity: 0.05;
	-webkit-animation: fade-in-05 .3s forwards;
	-moz-animation: fade-in-05 .3s forwards;
	-o-animation: fade-in-05 .3s forwards;
	animation: fade-in-05 .3s forwards;
}
.ui-dialog {
	position: absolute;
	background: #1b1e24;
	color: #747b8f;
	border-radius: 3px;
	box-shadow: 2px 2px 13px rgba(0,0,0,0.7);
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	outline: 0;
	opacity: 0;
	-webkit-animation: dialog-in .5s .1s 1 ease forwards;
	-moz-animation: dialog-in .5s .1s 1 ease forwards;
	-o-animation: dialog-in .5s .1s 1 ease forwards;
	animation: dialog-in .5s .1s 1 ease forwards;
}
.ui-dialog.dialog-out {
	-webkit-animation: dialog-out .4s 1 ease forwards;
	-moz-animation: dialog-out .4s 1 ease forwards;
	-o-animation: dialog-out .4s 1 ease forwards;
	animation: dialog-out .4s 1 ease forwards;
}
.ui-dialog a:hover {
	text-decoration: none;
}
.ui-dialog .ui-widget-overlay {
	background: #1b1e24;
	position: absolute;
}
.ui-dialog > .ui-widget-overlay {
	border-radius: 3px;
}
.ui-dialog .ui-dialog-titlebar {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
	height: 40px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #d1d1d1;
	cursor: default;
	background: none;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
}
.ui-dialog-titlebar.ui-draggable-handle:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -96px -216px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -12px;
	text-align: center;
	opacity: 0;
	cursor: move;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
.ui-dialog-titlebar.ui-draggable-handle:hover:after {
	opacity: .5;
}
.ui-draggable-handle span {
	cursor: default;
}
.ui-dialog .ui-dialog-titlebar-close {
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0;
	background-image: url(/common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: 0px -216px;
	border-radius: 0;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
	outline: solid 1px #747b8f;
	color: #fff;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog .ui-dialog-content {
	display: block;
}
.ui-dialog > section {
	position: relative;
	z-index: 1;
}
.ui-dialog header {
	height: 68px;
	font-size: 16px;
	line-height: 36px;
	border-bottom: solid 1px rgba(217,240,255,.1);
	position: relative;
	z-index: 2;
}
.ui-dialog .ui-main {
	padding: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
	height: 80px;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	border-top: solid 1px rgba(217,240,255,.1);
	position: relative;
	z-index: 0;
	background: none;
	text-align: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0;
	background-color: transparent;
	padding: 0 30px;
	font-family:"tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	vertical-align: middle;
	text-transform: uppercase;
	border: 0;
	border-left: solid 1px rgba(217,240,255,.1);
	outline: 0;
	height: 79px;
	cursor: pointer;
	border-radius: 0;
	color: #9ca2b1;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.ui-dialog .ui-dialog-buttonpane button span {
	color: #9ca2b1;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	vertical-align: middle;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
	background-color: #35a6f6;
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover {
	background-color: #35a6f6;
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:focus span {
	color: #fff;
}
.ui-dialog .ui-dialog-buttonpane button:hover span {
	color: #fff;
}
.night .ui-scroll::-webkit-scrollbar-thumb {
background-color:rgba(217,240,255,.2);
}
.night .ui-scroll-wrap .ui-scroll-thumb {
	background-color: rgba(217,240,255,.2);
}
.ui-noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ui-noselect input {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}
.ui-noselect .ui-select {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	-o-user-select: text;
	user-select: text;
}
.ui-dialog.ui-full-screen {
	position: fixed !important;
	top: 50px !important;
	left: 50px !important;
	width: calc(100% - 100px ) !important;
	height: calc(100% - 100px ) !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.ui-dialog .ui-dialog-titlebar-fullscreen {
	background: none;
	border: none;
	position: absolute;
	right: 35px;
	top: 5px;
	width: 36px;
	height: 24px;
	border-right: solid 1px #9b9d9e;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 0;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar-fullscreen:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -48px -216px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.ui-dialog.ui-full-screen .ui-dialog-titlebar-fullscreen:before {
	background-position: -72px -216px;
}
.ui-dialog .ui-dialog-titlebar-fullscreen:hover:before {
	opacity: 1;
}
.ui-dialog.ui-full-screen .ui-dialog-content {
	height: calc(100% - 80px) !important;
}
.ui-dialog.ui-no-buttons .ui-dialog-content {
	height: 100% !important;
}
.ui-dialog.ui-full-screen .ui-dialog-titlebar.ui-draggable-handle {
	cursor: inherit;
}
.ui-dialog.ui-full-screen .ui-draggable-handle:after {
	display: none !important;
}
.ui-dialog.ui-full-preview {
	position: fixed !important;
	top: 50px !important;
	left: 50px !important;
	width: calc(100% - 100px ) !important;
	height: calc(100% - 100px ) !important;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.ui-dialog.ui-full-preview .ui-dialog-content {
	height: 100% !important;
}
.ui-dialog.cms-alert {
	background: rgba(53,166,246,0.95);
	box-shadow: 2px 2px 9px rgba(0,0,0,0.4);
	min-width: 450px;
}
.no-rgba .ui-dialog.cms-alert {
	background: #35a6f6;
}
.ui-dialog.cms-alert .ui-dialog-content {
	color: #fff;
	padding: 40px 10px 20px;
	text-align: center;
	font-style: normal;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #afdcfd;
}
.ui-dialog.cms-alert .ui-dialog-content h2 {
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.ui-dialog.cms-alert .ui-dialog-content h2 strong {
	display: block;
}
.ui-dialog.cms-alert .ui-dialog-content strong {
	color: #FFFFFF;
}
.ui-dialog.cms-alert .ui-dialog-content em {
	display: inline-block;
	margin: 15px 0 10px;
}
.ui-dialog.cms-alert.icon .ui-dialog-content {
	padding: 10px 10px 20px;
}
.ui-dialog.cms-alert.icon .ui-dialog-content:before {
	content: '';
	display: block;
	width: 48px;
	height: 48px;
	margin: 20px auto;
	background-image: url(/common/images/sprite24.png);
	background-repeat: no-repeat;
	background-position: -192px -552px;
	opacity: 0.4;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane {
	border-top: 0;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane {
	text-align: center;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button {
	display: inline-block;
	background-color: #5dbafc;
	padding: 18px 40px;
	line-height: 1em;
	height: auto;
	border-radius: 3px;
	border: 0;
	margin: 0 7px;
	text-transform: uppercase;
	font-size: 16px;
	float: none;
	cursor: pointer;
	outline: 0;
	transition: background-color 0.15s;
	color: #fff;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button span {
	color: #fff;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button:focus {
	background: #64cb66;
}
.ui-dialog.cms-alert .ui-dialog-buttonpane button:hover {
	background: #64cb66;
}
.ui-dialog fieldset.form {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}
.ui-dialog fieldset.form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.ui-dialog fieldset.form ul li {
	margin: 0;
	padding: 10px 20px 10px 10px;
	font-size: 16px;
}
.ui-dialog .form-group {
	display: table;
	width: 100%;
}
.ui-dialog .form-group > * {
	display: table-cell;
	vertical-align: top;
}
.ui-dialog .form-group > div:first-child {
	display: block;
}
.ui-dialog .form-group label {
	color: #ffffff;
	line-height: 2em;
	text-align: right;
	padding: 0 20px;
}
.ui-dialog .form-group label.value {
	text-align: left;
	font-weight: 600;
	padding-left: 0px;
}
.ui-dialog .form-group .input-textbox {
	background: #fff;
	border: solid 1px #a0bdd3;
	border-radius: 3px;
	position: relative;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}
.ui-dialog .form-group .input-textbox input {
	color: #889aa7;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	outline: 0;
	width: 100%;
}
.ui-dialog .form-group .input-textbox textarea {
	color: #889aa7;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0;
	padding: 6px;
	border: none;
	vertical-align: middle;
	background: none;
	outline: 0;
	width: 100%;
	resize: none;
}
.ui-dialog .form-group .input-textbox.input-addon input {
	width: 90%;
}
.ui-dialog .form-group .input-textbox.input-addon:before {
	width: 10%;
	border-left: solid 1px #a0bdd3;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-align: center;
	padding: 9px 15px;
	color: #a0bdd3;
	font-size: 16px;
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
}
.ui-dialog .form-group.focused .input-textbox {
	border-color: #35a6f6;
	box-shadow: 0 0 3px rgba(53,166,246,0.5);
}
.ui-dialog .form-group.focused .input-textbox.input-addon:before {
	border-left-color: #35a6f6;
	color: #35a6f6;
}
.ui-dialog .form-group.invalid label {
	color: #D73B2A;
}
.ui-dialog .form-group.invalid .input-textbox {
	border-color: #D73B2A !important;
	box-shadow: 0 0 3px rgba(215,59,42,0.5) !important;
}
.ui-dialog .form-group.invalid .input-textbox.input-addon:before {
	border-left-color: #D73B2A !important;
	color: #D73B2A !important;
}
.ui-dialog .form-group .validation {
	display: block;
	color: #D73B2A;
	font-size: 14px;
	line-height: 2em;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.ui-dialog .form-group.invalid .validation {
	height: 28px;
}
.ui-dialog.night .form-group .input-textbox {
	background: #2C313B;
	border-color: #2C313B;
}
.ui-dialog.night .form-group .input-textbox input {
	color: #afbac1;
}
.ui-dialog.night .form-group .input-textbox textarea {
	color: #afbac1;
}
.ui-dialog.night .form-group label {
	color: #5d616b;
}
.ui-dialog.night .form-group.focused .input-textbox {
	border-color: #4c535f;
	box-shadow: 0 0 3px rgba(76,83,95,0.5);
}
.ui-dialog.night .form-group.focused .input-textbox.input-addon:before {
	border-left-color: #8e93a1;
	color: #8e93a1;
}
.ui-dialog.night [data-tooltip]:before {
	background-color: #8667ab;
	color: #ffffff;
}
.ui-dialog.night [data-tooltip]:after {
	background-color: #8667ab;
}
.ui-dialog.daylight {
	background: #fff;
}
.ui-dialog.daylight header {
	border-bottom-color: rgba(16,37,78,.15);
}
.ui-dialog.daylight .ui-dialog-buttonpane {
	border-top-color: rgba(16,37,78,.15);
}
.ui-dialog.daylight .ui-dialog-buttonpane button {
	border-left-color: rgba(16,37,78,.15);
}
.ui-dialog.daylight .ui-scroll::-webkit-scrollbar-thumb {
background-color:rgba(16,37,78,.15);
}
.ui-dialog.daylight .ui-scroll-wrap .ui-scroll-thumb {
	background-color: rgba(16,37,78,.15);
}
.daylight .ui-widget-overlay {
	background: #fff;
}
.no-animation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.no-animation * {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
@-webkit-keyframes fade-in {
0% {
opacity:0;
visibility:visible;
}
100% {
opacity:1;
visibility:visible;
}
}
@-moz-keyframes fade-in {
0% {
opacity:0;
visibility:visible;
}
100% {
opacity:1;
visibility:visible;
}
}
@-o-keyframes fade-in {
0% {
opacity:0;
visibility:visible;
}
100% {
opacity:1;
visibility:visible;
}
}
@keyframes fade-in {
0% {
opacity:0;
visibility:visible;
}
100% {
opacity:1;
visibility:visible;
}
}
@-webkit-keyframes fade-out {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-moz-keyframes fade-out {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-o-keyframes fade-out {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@keyframes fade-out {
0% {
opacity:1;
}
100% {
opacity:0;
}
}
@-webkit-keyframes fade-in-60 {
0% {
opacity:0;
}
100% {
opacity:0.6;
}
}
@-moz-keyframes fade-in-60 {
0% {
opacity:0;
}
100% {
opacity:0.6;
}
}
@-o-keyframes fade-in-60 {
0% {
opacity:0;
}
100% {
opacity:0.6;
}
}
@keyframes fade-in-60 {
0% {
opacity:0;
}
100% {
opacity:0.6;
}
}
@-webkit-keyframes fade-in-05 {
0% {
opacity:0;
}
100% {
opacity:0.05;
}
}
@-moz-keyframes fade-in-05 {
0% {
opacity:0;
}
100% {
opacity:0.05;
}
}
@-o-keyframes fade-in-05 {
0% {
opacity:0;
}
100% {
opacity:0.05;
}
}
@keyframes fade-in-05 {
0% {
opacity:0;
}
100% {
opacity:0.05;
}
}
@-webkit-keyframes fade-in-90 {
0% {
opacity:0;
}
100% {
opacity:0.9;
}
}
@-moz-keyframes fade-in-90 {
0% {
opacity:0;
}
100% {
opacity:0.9;
}
}
@-o-keyframes fade-in-90 {
0% {
opacity:0;
}
100% {
opacity:0.9;
}
}
@keyframes fade-in-90 {
0% {
opacity:0;
}
100% {
opacity:0.9;
}
}
@-webkit-keyframes grow-in {
0% {
-webkit-transform:scale(0.1);
opacity:0;
}
100% {
-webkit-transform:scale(1);
opacity:1;
}
}
@-moz-keyframes grow-in {
0% {
-moz-transform:scale(0);
opacity:0;
}
100% {
-moz-transform:scale(1);
opacity:1;
}
}
@-o-keyframes grow-in {
0% {
-o-transform:scale(0);
opacity:0;
}
100% {
-o-transform:scale(1);
opacity:1;
}
}
@keyframes grow-in {
0% {
transform:scale(0);
opacity:0;
}
100% {
transform:scale(1);
opacity:1;
}
}
@-webkit-keyframes counter-clockwise {
0% {
-webkit-transform:rotate(360deg);
}
100% {
-webkit-transform:rotate(0deg);
}
}
@-moz-keyframes counter-clockwise {
0% {
-moz-transform:rotate(360deg);
}
100% {
-moz-transform:rotate(0deg);
}
}
@-o-keyframes counter-clockwise {
0% {
-o-transform:rotate(360deg);
}
100% {
-o-transform:rotate(0deg);
}
}
@keyframes counter-clockwise {
0% {
transform:rotate(360deg);
}
100% {
transform:rotate(0deg);
}
}
@-webkit-keyframes clockwise {
0% {
-webkit-transform:rotate(0deg);
}
100% {
-webkit-transform:rotate(360deg);
}
}
@-moz-keyframes clockwise {
0% {
-moz-transform:rotate(0deg);
}
100% {
-moz-transform:rotate(360deg);
}
}
@-o-keyframes clockwise {
0% {
-o-transform:rotate(0deg);
}
100% {
-o-transform:rotate(360deg);
}
}
@keyframes clockwise {
0% {
transform:rotate(0deg);
}
100% {
transform:rotate(360deg);
}
}
@-webkit-keyframes background-position {
0% {
background-position:100% 0%;
}
100% {
background-position:0% 0%;
}
}
@-moz-keyframes background-position {
0% {
background-position:100% 0%;
}
100% {
background-position:0% 0%;
}
}
@-o-keyframes background-position {
0% {
background-position:100% 0%;
}
100% {
background-position:0% 0%;
}
}
@keyframes background-position {
0% {
background-position:100% 0%;
}
100% {
background-position:0% 0%;
}
}
@-webkit-keyframes slide-up-20 {
0% {
-webkit-transform:translateY(20px);
}
100% {
-webkit-transform:translateY(0px);
}
}
@-moz-keyframes slide-up-20 {
0% {
-moz-transform:translateY(20px);
}
100% {
-moz-transform:translateY(0px);
}
}
@-o-keyframes slide-up-20 {
0% {
-o-transform:translateY(20px);
}
100% {
-o-transform:translateY(0px);
}
}
@keyframes slide-up-20 {
0% {
transform:translateY(20px);
}
100% {
transform:translateY(0px);
}
}
@-webkit-keyframes slide-down-20 {
0% {
-webkit-transform:translateY(-20px);
}
100% {
-webkit-transform:translateY(0px);
}
}
@-moz-keyframes slide-down-20 {
0% {
-moz-transform:translateY(-20px);
}
100% {
-moz-transform:translateY(0px);
}
}
@-o-keyframes slide-down-20 {
0% {
-o-transform:translateY(-20px);
}
100% {
-o-transform:translateY(0px);
}
}
@keyframes slide-down-20 {
0% {
transform:translateY(-20px);
}
100% {
transform:translateY(0px);
}
}
@-webkit-keyframes dialog-in {
0% {
opacity:0;
-webkit-transform:translate3d(0, -50px, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes dialog-in {
0% {
opacity:0;
-moz-transform:translate3d(0, -50px, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes dialog-in {
0% {
opacity:0;
-o-transform:translate3d(0, -50px, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes dialog-in {
0% {
opacity:0;
transform:translate3d(0, -50px, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
@-webkit-keyframes dialog-out {
0% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
100% {
opacity:0;
-webkit-transform:translate3d(0, 35px, 0);
}
}
@-moz-keyframes dialog-out {
0% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
100% {
opacity:0;
-moz-transform:translate3d(0, 35px, 0);
}
}
@-o-keyframes dialog-out {
0% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
100% {
opacity:0;
-o-transform:translate3d(0, 35px, 0);
}
}
@keyframes dialog-out {
0% {
opacity:1;
transform:translate3d(0, 0, 0);
}
100% {
opacity:0;
transform:translate3d(0, 35px, 0);
}
}
.ui-tabs .ui-tab {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ui-tabs .ui-tab-panel {
	display: none;
}
.ui-tabs .ui-tab-panel.active {
	display: block;
}
.ui-tabs tr.ui-tab-panel.active {
	display: table-row;
}
.ui-tabs .ui-tab-panel.flex.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ui-tabs .ui-tab-panel.ninja {
	display: none;
}
.ui-conditionals .ui-conditional-panel {
	display: none;
}
.ui-conditionals .ui-conditional-panel.active {
	display: block;
}
.ui-conditionals tr.ui-conditional-panel.active {
	display: table-row;
}
.ui-conditionals .ui-conditional-panel.flex.active {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.ui-conditionals .ui-conditional-panel.ninja {
	display: none;
}
nav.ui-top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.ui-top-nav li {
	padding: 0;
	position: relative;
}
nav.ui-top-nav > ul {
	display: table;
}
nav.ui-top-nav > ul > li {
	display: table-cell;
	white-space: nowrap;
}
nav.ui-top-nav > ul > li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: auto;
}
nav.ui-top-nav > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
}
nav.ui-top-nav ul li > ul {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	-moz-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	-o-transition: opacity 0.25s ease, visibility 0s linear 0.25s;
	transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
nav.ui-top-nav ul li.active > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease, visibility 0s linear 0s;
	-moz-transition: opacity 0.25s ease, visibility 0s linear 0s;
	-o-transition: opacity 0.25s ease, visibility 0s linear 0s;
	transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.ui-ajax-draggable {
	position: relative;
}
.ui-ajax-draggable .blank {
	background-color: #dedede;
}
.ui-ajax-draggable .blank * {
	visibility: hidden;
}
.ui-ajax-draggable tr.blank td {
	visibility: visible;
}
.ui-ajax-draggable tr.blank td * {
	visibility: hidden;
}
.ui-ajax-draggable .droppable {
	position: relative;
}
.ui-ajax-draggable .droppable:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	height: 2px;
	width: 100%;
	background-color: #666666;
}
.ui-ajax-draggable .droppable.end:before {
	top: auto;
	bottom: -1px;
}
.ui-ajax-draggable tr.droppable:before {
	display: none;
}
.ui-ajax-draggable tr.droppable td {
	position: relative;
}
.ui-ajax-draggable tr.droppable td:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	height: 2px;
	width: 100%;
	background-color: #666666;
}
.ui-ajax-draggable tr.droppable.end td:before {
	top: auto;
	bottom: -1px;
}
.ui-ajax-draggable .ui-draggable-dragging {
	background-color: rgba(255,255,255,1);
	box-shadow: 0 2px 14px rgba(0,0,0,.4);
	opacity: 0.5;
	cursor: default;
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.awards-area {
	background-color: #FFFFFF;
	padding-top: 10em;
}
.awards-area .container {
	overflow: hidden;
	position: relative;
}
.awards-area .container ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.no-flexbox .awards-area .container ul {
	display: table;
}
.awards-area .container ul li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	position: relative;
}
.no-flexbox .awards-area .container ul li {
	display: table-cell;
	vertical-align: middle;
}
.awards-area .container ul li > * {
	padding: 0 5%;
}
.awards-area .container ul li a {
	opacity: 1;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
}
.awards-area .container ul li a:hover {
	opacity: .6;
}
.awards-area .container ul li img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:1300px) {
.awards-area {
	padding-top: 12em;
}
}

@media screen and (max-width:1000px) {
.awards-area {
	padding-top: 10em;
}
}

@media screen and (max-width:800px ) {
.awards-area {
	padding-top: 3.5em;
}
}

@media screen and (max-width:650px ) {
.awards-area {
	padding-top: 2.75em;
}
}

@media screen and (max-width:400px ) {
.awards-area {
	padding-top: 2em;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.home-attorneys {
	padding-left: 5%;
}
.home-attorneys .content-box {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 23%;
	background-color: #FFFFFF;
	padding: 5em 3% 5em 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-attorneys .content-box header {
	text-align: left;
}
.home-attorneys .content-box header p {
	font-size: 1.111em;
}
.home-attorneys .attorney-list {
	background-image: url(../images/attorneys-area-bg.jpg);
	padding-bottom: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home-attorneys .attorney-list li {
	position: absolute;
	text-align: center;
	width: 22.5em;
	padding: 1.5em 2% 1.5em;
	background-color: rgba(255,255,255,0);
	border-radius: 1.5em;
	-webkit-transition: background-color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s;
	-o-transition: background-color .4s ease 0s;
	transition: background-color .4s ease 0s;
}
.home-attorneys .attorney-list li.kimberly-carasso {
	top: 46%;
	left: 29%;
}
.home-attorneys .attorney-list li.marshall-silberberg {
	top: 50%;
	left: 47.5%;
}
.home-attorneys .attorney-list li.william-collins {
	top: 37%;
	left: 68%;
}
.home-attorneys .attorney-list li.expand {
	background-color: #FFFFFF;
}
.home-attorneys .attorney-list li .atty-btn {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: rgba(255,255,255,0.8);
	padding: .3em .3em .3em 1.2em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3em;
	cursor: pointer;
}
.home-attorneys .attorney-list li.will-collins .atty-btn {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding: .3em 1.2em .3em .3em;
}
.home-attorneys .attorney-list li .atty-btn h3 {
	line-height: 1;
	color: #26344E;
	font-weight: 600;
	font-size: 1.111em;
}
.home-attorneys .attorney-list li .atty-btn .more {
	display: block;
	position: relative;
	width: 1.5em;
	height: 1.5em;
	background-color: #C59F6B;
	border-radius: 50%;
	margin-left: .75em;
}
.home-attorneys .attorney-list li.will-collins .atty-btn .more {
	margin-left: 0;
	margin-right: .75em;
}
.home-attorneys .attorney-list li .atty-btn .more:before, .home-attorneys .attorney-list li .atty-btn .more:after {
	content: ' ';
	position: absolute;
	background-color: #FFFFFF;
}
.home-attorneys .attorney-list li .atty-btn .more:before {
	left: calc(50% - 1px);
	height: .8em;
	width: 2px;
	top: .35em;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform .4s ease 0s;
	-moz-transition: -moz-transform .4s ease 0s;
	-o-transition: -o-transform .4s ease 0s;
	transition: transform .4s ease 0s;
}
.home-attorneys .attorney-list li.expand .atty-btn .more:before, .home-attorneys .attorney-list li .atty-btn:hover .more:before {
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
}
.home-attorneys .attorney-list li .atty-btn .more:after {
	top: calc(50% - 1px);
	left: .35em;
	height: 2px;
	width: .8em;
}
.home-attorneys .attorney-list li .info {
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
}
.home-attorneys .attorney-list li.expand .info {
	opacity: 1;
	pointer-events: auto;
}
.home-attorneys .attorney-list li .info p {
	text-align: left;
}
.attorneys-area {
	padding: 0;
}
.attorneys-area .container {
	overflow: hidden;
	position: relative;
	padding: 1.75em 0;
}
.attorneys-area .attorney-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.no-flexbox .attorneys-area .attorney-list {
	display: table;
}
.attorneys-area .attorney-list li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.no-flexbox .attorneys-area .attorney-list li {
	display: table-cell;
}
.attorneys-area .attorney-list li a {
	display: block;
	width: 100%;
	position: relative;
	-webkit-transition: box-shadow .4s ease 0s;
	-moz-transition: box-shadow .4s ease 0s;
	-o-transition: box-shadow .4s ease 0s;
	transition: box-shadow .4s ease 0s;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.no-touch .attorneys-area .attorney-list li a:hover {
	z-index: 1;
	box-shadow: 0 1em 1em rgba(0,0,0,0.2);
}
.attorneys-area .attorney-list li a:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: box-shadow .4s ease 0s;
	-moz-transition: box-shadow .4s ease 0s;
	-o-transition: box-shadow .4s ease 0s;
	transition: box-shadow .4s ease 0s;
	box-shadow: 0 0 0 0 #C59F6B;
}
.no-touch .attorneys-area .attorney-list li a:hover:before {
	box-shadow: 0 0 0 .5em #C59F6B;
}
.attorneys-area .attorney-list li a img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 135%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.cms-edit-layout .attorneys-area .attorney-list li a img {
	padding-bottom: 0;
	height: 100px;
}
.attorneys-area .attorney-list li a .info {
	position: absolute;
	bottom: 5%;
	padding-left: 1.75em;
	z-index: 2;
}
.attorneys-area .attorney-list li a .info h3 {
	font-size: 1.5556em;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
}
.attorneys-area .attorney-list li a .info h3:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1.25rem;
	height: 1px;
	background-color: #C59F6B;
	right: calc(100% + .5rem);
	top: calc(50% - 1px);
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform .4s ease 0s;
	-moz-transition: -moz-transform .4s ease 0s;
	-o-transition: -o-transform .4s ease 0s;
	transition: transform .4s ease 0s;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
}
.attorneys-area .attorney-list li a:hover .info h3:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.attorneys-area .attorney-list li a .info p {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.4;
	color: #C59F6B;
}
.attorneys-area .scrolling-list-nav {
	padding: 0 1% 2em;
}
.sub-attorneys-area {
	background-color: #F0F1F2;
}
.awards-page-display + .sub-attorneys-area {
	background-color: #FFFFFF;
}
.sub-attorneys-area .container {
	overflow: hidden;
	position: relative;
}
.sub-attorneys-area .attorney-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.no-flexbox .sub-attorneys-area .attorney-list {
	display: block;
}
.no-flexbox .sub-attorneys-area .attorney-list:after {
	content: ' ';
	display: block;
	clear: both;
}
.no-flexbox .sub-attorneys-area .container .attorney-list {
	display: table;
}
.no-flexbox .sub-attorneys-area .container .attorney-list:after {
	display: none;
}
.sub-attorneys-area .container .attorney-list {
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.sub-attorneys-area .attorney-list li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
	margin: 1%;
	max-width: 450px;
}
.no-flexbox .sub-attorneys-area .attorney-list li {
	display: block;
	float: left;
	width: 23%;
}
.no-flexbox .sub-attorneys-area .attorney-list li:nth-child(4n+1) {
	clear: left;
}
.no-flexbox .sub-attorneys-area .container .attorney-list li {
	display: table-cell;
	float: none;
	width: auto;
	clear: none !important;
}
.sub-attorneys-area .container .attorney-list li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 .5%;
}
.sub-attorneys-area .attorney-list li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.no-flexbox .sub-attorneys-area .attorney-list li a {
	display: block;
}
.sub-attorneys-area .attorney-list li a .img {
	position: relative;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.sub-attorneys-area .attorney-list li a .img:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(38,52,78,0.1), rgba(38,52,78,0.5), #26344E);
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(38,52,78,0.1), rgba(38,52,78,0.5), #26344E);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(38,52,78,0.1), rgba(38,52,78,0.5), #26344E);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(38,52,78,0.1), rgba(38,52,78,0.5), #26344E);
	opacity: 1;
}
.sub-attorneys-area .attorney-list li a .img img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 125%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.cms-edit-layout .sub-attorneys-area .attorney-list li a img {
	padding-bottom: 0;
	height: 100px;
}
.sub-attorneys-area .attorney-list li a .info {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10% 5%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.sub-attorneys-area .attorney-list li a .info .pull-up {
	position: relative;
	-webkit-transition: -webkit-transform .4s ease 0s;
	-moz-transition: -moz-transform .4s ease 0s;
	-o-transition: -o-transform .4s ease 0s;
	transition: transform .4s ease 0s;
}
.no-touch .sub-attorneys-area .attorney-list li a:hover .info .pull-up {
	-webkit-transform: translateY(-4.5em);
	-moz-transform: translateY(-4.5em);
	-o-transform: translateY(-4.5em);
	transform: translateY(-4.5em);
}
.sub-attorneys-area .attorney-list li a .info h3 {
	font-size: 1.6667em;
	color: #FFFFFF;
	position: relative;
}
.sub-attorneys-area .attorney-list li a .info p {
	margin: 0;
	text-transform: uppercase;
	line-height: 1.4;
	color: #C59F6B;
	letter-spacing: .1em;
}
.sub-attorneys-area .attorney-list li a .info .btn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
	padding-left: 3%;
	padding-right: 3%;
	width: 230px;
	max-width: 90%;
}
.no-touch .sub-attorneys-area .attorney-list li a:hover .info .btn {
	opacity: 1;
}
.sub-attorneys-area .scrolling-list-nav {
	padding: 1.5em 1% 0;
}

@media screen and (max-width:1530px) {
.home-attorneys .content-box {
	width: 25%;
	padding: 3em 3% 3em 0;
}
.home-attorneys .attorney-list li.marshall-silberberg {
	left: 44.5%;
}
.home-attorneys .attorney-list li.kim-carasso {
	left: 26%;
}
.home-attorneys .attorney-list li.will-collins {
	left: 65%;
}
}

@media screen and (max-width:1300px) {
.home-attorneys {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.home-attorneys .content-box {
	padding: 2.5em 3%;
	width: 40%;
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.home-attorneys .attorney-list {
	padding: 0;
	width: 60%;
	background-position: 70% 50%;
}
.home-attorneys .attorney-list li {
	display: none;
}
}

@media screen and (max-width:1000px) {
.attorneys-area .attorney-list li a .info h3 {
	font-size: 1.333em;
}
.sub-attorneys-area .attorney-list li {
	-webkit-flex: 0 1 31%;
	-ms-flex: 0 1 31%;
	flex: 0 1 31%;
}
}

@media screen and (max-width:800px) {
.home-attorneys {
	display: block;
	padding-left: 0;
}
.home-attorneys .content-box {
	width: 100%;
	text-align: center;
	padding: 0 4%;
}
.home-attorneys .content-box header {
	text-align: center;
}
.home-attorneys .attorney-list {
	background-image: none !important;
	display: none;
}
.sub-attorneys-area .attorney-list li a .info h3 {
	font-size: 1.222em;
}
}

@media screen and (max-width:650px) {
.sub-attorneys-area .attorney-list li {
	-webkit-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}
.home-attorneys .content-box header p {
	margin: .5em auto 0;
}
}

@media screen and (max-width:450px) {
.sub-attorneys-area .attorney-list {
	display: block;
}
.sub-attorneys-area .attorney-list li {
	margin: .75em auto;
	max-width: 320px;
	width: 100%;
}
.sub-attorneys-area .attorney-list li:first-child {
	margin-top: 0;
}
.sub-attorneys-area .attorney-list li a .info {
	font-size: 1.111em;
}
}

@media screen and (max-width:400px) {
.attorneys-area .attorney-list li a {
	padding: 0 10%;
}
.attorneys-area .attorney-list li a img {
	padding-bottom: 100%;
}
.attorneys-area .attorney-list li a .info {
	position: relative;
	bottom: auto;
	padding: 5%;
	background-color: #26344E;
}
.attorneys-area .scrolling-list-nav {
	width: 80%;
	margin: 0 auto;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.banner-area {
	position: relative;
	background-image: url(../images/banner-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 36% 3% 0;
	color: #FFFFFF;
}
.banner-area .info {
	text-align: center;
}
.banner-area .info h2 {
	font-size: 3em;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0 0 .5em rgba(0,0,0,0.5);
}
.banner-area .info h3 {
	font-size: 1.7778em;
	color: #FFFFFF;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-weight: 400;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 0 .5em rgba(0,0,0,0.5);
}
.banner-area .info p {
	margin: 0 auto;
	font-size: 1.333em;
	line-height: 1.6;
	text-shadow: 0 0 .5em rgba(0,0,0,0.5);
}
.banner-area .info .btn {
	display: table;
	margin: 0 auto;
	position: relative;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

@media screen and (max-width:1000px) {
.banner-area .info h2 {
	font-size: 3.5em;
}
.banner-area .info h3 {
	font-size: 1.6667em;
}
}

@media screen and (max-width:800px) {
.banner-area .info h2 {
	font-size: 2em;
}
.banner-area .info h3 {
	font-size: 1.444em;
}
}

@media screen and (max-width:550px) {
.banner-area .info h2 {
	font-size: 1.4em;
}
.banner-area .info h3 {
	font-size: 1.222em;
	font-weight: 600;
}
.banner-area .info p {
	font-size: 1.111em;
}
.banner-area .info p br {
	display: none;
}
}

@media screen and (max-width:450px) {
.banner-area {
	background-image: url(../images/banner-bg-mobile.jpg);
}
.banner-area .info p {
	line-height: 1.4;
}
}

@media screen and (max-width:400px) {
.banner-area .info h2 {
	font-size: 1.2em;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.blog-area .blog-list {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.no-flexbox .blog-area .blog-list {
	display: table;
	width: 100%;
}
.blog-area .blog-list li {
	-webkit-flex: 1 1 31%;
	-ms-flex: 1 1 31%;
	flex: 1 1 31%;
	margin: 0 .5%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .blog-area .blog-list li {
	display: table-cell;
	width: 31%;
}
.blog-area .blog-list li a {
	padding: 3em 12%;
	width: 100%;
	background-color: #D6DEE1;
	display: block;
	-webkit-transition: background-color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s;
	-o-transition: background-color .4s ease 0s;
	transition: background-color .4s ease 0s;
	position: relative;
	z-index: 1;
}
.blog-area .blog-list li a:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform: scale(0, 0) translateZ(0);
	-moz-transform: scale(0, 0) translateZ(0);
	-o-transform: scale(0, 0) translateZ(0);
	transform: scale(0, 0) translateZ(0);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	background-color: #26344E;
	border: solid .2em #D6DEE1;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	z-index: -1;
}
.blog-area .blog-list li a:hover:before {
	-webkit-transform: scale(1, 1) translateZ(0);
	-moz-transform: scale(1, 1) translateZ(0);
	-o-transform: scale(1, 1) translateZ(0);
	transform: scale(1, 1) translateZ(0);
}
.no-flexbox .blog-area .blog-list li a {
	display: block;
}
.blog-area .blog-list li a h3 {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 1.5556em;
	color: #655B57;
	font-weight: normal;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
	text-transform: none;
	line-height: 1.2;
}
.no-touch .blog-area .blog-list li a:hover h3 {
	color: #FFFFFF;
}
.blog-area .blog-list li a h3:after {
	content: ' ';
	display: block;
	width: 100px;
	height: 2px;
	background-color: #F0F1F2;
	margin: .75em 0 1.25em;
}
.blog-area .blog-list li a time {
	font-weight: 700;
	color: #FFFFFF;
	font-size: 4em;
	display: block;
	line-height: 1;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
}
.blog-area .btn-con {
	text-align: center;
	margin-top: 2.5em;
}
.blog-area .btn-con .btn {
	min-width: 220px;
}

@media screen and (max-width:1000px) {
.blog-area .blog-list li:nth-child(n+3) {
	display: none;
}
}

@media screen and (max-width:800px) {
.blog-area .blog-list li a time {
	font-size: 3em;
}
}

@media screen and (max-width:650px) {
.blog-area .blog-list li a {
	padding: 2em 10%;
}
.blog-area .blog-list li:nth-child(n+2) {
	display: none;
}
.blog-area .blog-list li a h3 {
	font-size: 1.333em;
}
.blog-area .blog-list li a time {
	font-size: 2em;
}
.blog-area .btn-con {
	margin-top: 1.5em;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.results-area {
	padding: 2em 3%;
}
.results-area .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.no-flexbox .results-area .box {
	display: table;
	width: 100%;
}
.results-area .box > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.no-flexbox .results-area .box > * {
	display: table-cell;
	vertical-align: middle;
}
.results-area .box .info {
	width: 25%;
	padding-right: 2%;
	text-align: center;
}
.results-area .box .info header {
	padding-bottom: 0;
}
.results-area .box .info header h2 {
	color: #0C4A60;
	font-size: 2.4em;
	letter-spacing: .05em;
}
.results-area .box .info .btn {
	margin-top: .75em;
}
.results-area .box .results-list {
	width: 75%;
	position: relative;
}
.results-area .box .results-list .container {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: calc(100% - 4em);
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.results-area .box .results-list ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.no-flexbox .results-area .box .results-list ul {
	display: table;
}
.results-area .box .results-list ul li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 5em 0;
}
.no-flexbox .results-area .box .results-list ul li {
	display: table-cell;
	vertical-align: middle;
}
.results-area .box .results-list ul li:nth-child(n+2) {
	border-left: solid 1px #D7DEE2;
}
.results-area .box .results-list ul li h3 {
	font-family: 'Roboto Condensed', verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 0 3%;
	line-height: 1.2;
	width: 100%;
	color: #26344E;
}
.results-area .box .results-list ul li p {
	padding: 0 3%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #C59F6B;
	width: 100%;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*letter-spacing: .1em;*/
}
.results-area .box .results-list .scrolling-list-nav {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-top: 1em;
}
.sub-results-area {
	background-color: #E3E5E7;
	padding: 1.5% 0;
}
.sub-results-area .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.no-flexbox .sub-results-area .box {
	display: table;
	width: 100%;
}
.sub-results-area .box > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.no-flexbox .sub-results-area .box > * {
	display: table-cell;
	vertical-align: middle;
}
.sub-results-area .box .info {
	width: 25%;
	padding-right: 2%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
.sub-results-area .box .info header {
	text-align: left;
	padding-bottom: 0;
}
.sub-results-area .box .info header h2 {
	text-transform: uppercase;
	line-height: 1;
}
.sub-results-area .box .results-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 70%;
}
.sub-results-area .box .results-list .container {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sub-results-area .box .results-list ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}
.no-flexbox .sub-results-area .box .results-list ul {
	display: table;
}
.sub-results-area .box .results-list ul li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-right: solid 1px rgba(101,91,87,0.502);
	padding: 2em 0;
}
.no-flexbox .sub-results-area .box .results-list ul li {
	display: table-cell;
	vertical-align: middle;
}
.sub-results-area .box .results-list ul li:first-child {
	border-left: solid 1px rgba(101,91,87,0.502);
}
.sub-results-area .box .results-list ul li h3 {
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 2.333em;
	text-transform: uppercase;
	padding: 0 3%;
	line-height: 1.2;
	width: 100%;
}
.sub-results-area .box .results-list ul li p {
	padding: 0 3%;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #C59F6B;
	width: 100%;
}
.sub-results-area .box .results-list .scrolling-list-nav {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-top: 1.5em;
}

@media screen and (max-width:1000px) {
.results-area .box .info {
	width: 32%;
}
.results-area .box .results-list {
	width: 68%;
}
}

@media screen and (max-width:800px) {
.results-area .box {
	display: block;
	position: relative;
	padding-bottom: 4.5em;
}
.results-area .box .info {
	text-align: center;
	width: 100%;
	padding-right: 0;
}
.results-area .box .results-list {
	width: 100%;
	padding-top: 1em;
}
.results-area .box .info .btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	max-width: 250px;
	padding-left: 0;
	padding-right: 0;
}
.results-area .box .results-list ul li {
	padding: 1.5em 0;
}
}

@media screen and (max-width:550px) {
.results-area .box .results-list ul li {
	padding: 1em 0;
}
.results-area .box .results-list ul li h3 {
	font-size: 1.4em;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.contact-area {
	background-image: url(/images/form-bg-wide.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.contact-area .box {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .contact-area .box {
	display: table;
	width: 100%;
}
.contact-area .box > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.no-flexbox .contact-area .box > * {
	display: table-cell;
	vertical-align: middle;
}
.contact-area .info {
	width: 38%;
	color: #FFFFFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.contact-area .info header {
	text-align: left;
	padding-bottom: .75em;
}
.contact-area .info header h2 {
	color: #FFFFFF;
}
.contact-area .info .content-style h3 {
	color: #FFFFFF;
}
.contact-area .info .content-style p {
	font-size: 1.333em;
	color: #F0F1F2;
	line-height: 1.4;
}
.contact-area .contact-form {
	width: 62%;
	padding-left: 4%;
}
.contact-area .contact-form fieldset > ul {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contact-area .contact-form fieldset > ul > .half {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .contact-area .contact-form fieldset > ul > .half {
	padding: 0 1%;
}
.contact-area .contact-form fieldset > ul > .half > ul {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}
.contact-area .contact-form fieldset > ul > .half > ul > li {
	width: 100%;
	padding-bottom: .8em;
}
.contact-area .contact-form fieldset > ul > .half > ul > li.message {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.contact-area .contact-form fieldset > ul > .half > ul > li.message .input-text {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.contact-area .input-text textarea {
	min-height: 0;
}
.contact-area .input-text :-moz-placeholder {
opacity:1;
}
.contact-area .contact-form .btn {
	display: table;
	margin: 0 0 0 auto;
}

@media screen and (max-width:800px) {
.contact-area .box {
	display: block;
}
.contact-area .info {
	width: 100%;
	padding-bottom: 1.5em;
}
.contact-area .contact-form {
	width: 100%;
	padding: 0;
}
}

@media screen and (max-width:550px) {
.contact-area .contact-form fieldset > ul {
	display: block;
}
.contact-area .contact-form fieldset > ul > .half {
	display: block;
	width: 100%;
	padding-bottom: 0;
}
.contact-area .info {
	padding-bottom: .75em;
}
.contact-area .contact-form .btn {
	margin: 0 auto;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.contact-ctas-area {
	padding: 0;
}
.contact-ctas-area .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.no-flexbox .contact-ctas-area .box {
	display: table;
	width: 100%;
}
.contact-ctas-area .box > div {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.contact-ctas-area .contact-form {
	width: 44%;
	text-align: center;
	padding: 5.5em 5%;
	background-image: url(../images/form-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.contact-ctas-area .contact-form .form-header {
	padding-bottom: 1.5em;
}
.contact-ctas-area .contact-form .form-header h3 {
	color: #FFFFFF;
	font-size: 2.222em;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.1;
}
.contact-ctas-area .contact-form .form-header p {
	margin-top: .55em;
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 0;
}
.contact-ctas-area .contact-form .form-box .input-text {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.contact-ctas-area .contact-form .form-box .btn {
	margin-top: 1em;
}
.contact-ctas-area .values-list {
	/*background-image: url(../images/values-bg.jpg);*/
	background-color: #26344E;
	width: 56%;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.contact-ctas-area .values-list ol {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: rgba(255,255,255,0.949);
	padding: 3.5% 5%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform: translateX(6%);
	-moz-transform: translateX(6%);
	-o-transform: translateX(6%);
	transform: translateX(6%);
}
.contact-ctas-area .values-list ol li {
	counter-increment: countup;
	width: 50%;
	padding: 0.9% 4%;
}
.contact-ctas-area .values-list ol li:before {
	content: counter(countup);
	font-size: 2em;
	font-weight: 700;
	/*color: #D7DEE2;*/
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}
.contact-ctas-area .values-list ol li h4 {
	color: #26344E;
	font-size: 1.6667em;
	font-family:'Roboto Condensed', verdana, Arial, Helvetica, sans-serif;
}
.contact-ctas-area .values-list ol li p {
	margin: 0;
	line-height: 1.4;
}

@media screen and (max-width:1000px) {
.contact-ctas-area .box {
	display: block;
}
.contact-ctas-area .contact-form {
	width: 100%;
	padding: 8% 3%;
}
.contact-ctas-area .values-list {
	width: 100%;
	padding: 8% 8% 8% 0;
}
.no-touch .contact-ctas-area .values-list {
	background-attachment: fixed;
}
.contact-ctas-area .values-list ol {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	background-color: rgba(255,255,255,0.8);
}
}

@media screen and (max-width:800px) {
.contact-ctas-area .values-list {
	padding: 0;
}
.contact-ctas-area .values-list ol {
	background-color: rgba(255,255,255,0.698);
	padding: 6% 1%;
}
}

@media screen and (max-width:550px) {
.contact-ctas-area .contact-form {
	padding: 10% 3%;
}
.contact-ctas-area .contact-form .form-header {
	padding-bottom: 1em;
}
.contact-ctas-area .contact-form .form-header h3 {
	font-size: 1.555em;
}
.contact-ctas-area .contact-form .form-header p br {
	display: none;
}
.contact-ctas-area .values-list ol {
	display: block;
}
.contact-ctas-area .values-list ol li {
	width: 100%;
}
.contact-ctas-area .values-list ol li:before {
	display: none;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.content-style {
	font-size: 1.11em;
}
.content-style ul {
	margin: .7em auto;
}
.content-style li ul {
	margin-top: 0;
}
.content-style ul li {
	position: relative;
	padding: .1em 0 .1em 2.5em;
	text-align: left;
}
.content-style ul li:before {
	content: '';
	position: absolute;
	left: 0;
	width: .5em;
	height: .5em;
	background-color: #9e1c34;
	border-radius: 50%;
	top: .7em;
}
.content-style ul li:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 1.25em;
	height: .1em;
	background-color: #9e1c34;
	left: .45em;
	top: .9em;
}
.content-style img.float-right {
	display: block;
	float: right;
	max-width: 45%;
	height: auto !important;
	margin: 0 0 1em 1em;
}
.content-style img.float-left {
	display: block;
	float: left;
	max-width: 45%;
	height: auto !important;
	margin: 0 1em 1em 0;
}
.content-style img.no-float {
	display: block;
	max-width: 90%;
	height: auto !important;
	margin: 1em auto;
}
.text-highlight.v1 {
	background-color: #F0F1F2;
	border: solid 1px #D6D9DC;
	padding: 3% 4%;
	font-size: 1em;
	margin: 1.111em auto;
}
.text-highlight.v2 {
	background-color: #26344E;
	color: #FFFFFF;
	padding: 3% 4%;
	font-size: 1.111em;
	margin: 1.111em auto;
}
.text-highlight.v2 a:hover {
	color: #FFFFFF;
}
.simple-cta {
	text-align: center;
	padding: 4% 5%;
	margin: 1.5em auto;
	border: solid 1px #D4D8E8;
	background-color: #F0F1F2;
}
.simple-cta h3 {
	margin: 0 auto .5em !important;
}
.simple-cta p {
	margin: .75em auto 1.25em;
}
.tagline-area {
	background-color: #DDDFE6;
	text-align: center;
	padding: 4em 5% 1.5em;
}
.tagline-area h1, .tagline-area h2 {
	font-size: 1.5556em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .2em;
	color: #748A93;
	font-family: 'Roboto Condensed', verdana, Arial, Helvetica, sans-serif;
}
.tagline-area h1 br, .tagline-area h2 br {
	display: none;
}
.content-area + .content-area, .content-area + script + .content-area {
	background-color: #F0F1F2;
}
.content-area.simple {
	padding: 0;
}
.content-area.v1 {
	background-color: darkgrey;
	/*background-image: url(../images/content-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
	padding-left: 5%;
	padding-right: 5%;
}
.no-touch .content-area.v1 {
	background-attachment: fixed;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.no-touch .content-area.v1 {
	background-attachment: scroll !important;
}
}
@supports(-ms-accelerator:true) {
.no-touch .content-area.v1 {
background-attachment:scroll !important;
}
}
.content-area.v2 {
	background-color: #F0F1F2;
	color: #655B57;
	position: relative;
	padding: 0;
}
#Form_ContactValuesAreas + .content-area.v2, #Form_ContactValuesAreas + script + .content-area.v2 {
	margin-top: 8em;
}
.content-area.v1 .main {
	background-color: #FFFFFF;
	padding: 5%;
	box-shadow: 0 0 2em rgba(0,0,0,0.2);
}
.content-area.simple .main.thin {
	padding: 4% 8%;
}
.sub-banner-area.extended-img + .content-area.simple .main.thin {
	background-color: #FFFFFF;
}
.content-area .box header {
	text-align: left;
	padding-bottom: .5em;
}
.content-area header h1 {
	text-transform: none;
}
.content-area header > h2:first-child {
	text-transform: none;
}
.content-area header > h3:first-child {
	color: #26344E;
	letter-spacing: .1em;
	font-size: 1.5556em;
}
.content-area .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.content-area.landing-v1 .box, .content-area.landing-v2 .box {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.content-area .box.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.no-flexbox .content-area .box {
	display: table;
}
.content-area .box > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.no-flexbox .content-area .box > * {
	display: table-cell !important;
	vertical-align: top;
}
.no-flexbox .content-area .box > *:first-child {
	padding-right: 3%;
}
.content-area .box > .two-thirds {
	width: 63%;
}
.content-area .box > .half {
	width: 48%;
}
.content-area .box > .third {
	width: 33%;
}
.content-area .box > .three-fifths {
	width: 58%;
}
.content-area .box > .two-fifths {
	width: 38%;
}
.content-area.v2 .content {
	padding: 5em 0;
}
.content-area .box > * > *:first-child, .content-area .box > * > *:first-child > *:first-child, .content-area.simple .main.thin .content-style > *:first-child, .content-style > *:first-child {
	margin-top: 0;
}
.content-area .box > * > *:last-child, .content-area .box > * > *:last-child > *:last-child {
	margin-bottom: 0;
}
.content-area .content-testimonial {
	position: relative;
	background-color: #26344E;
	color: #D7DEE2;
	padding: 10% 8% 8%;
	text-align: center;
	display: block;
	margin: -20% 0 0;
	-webkit-transform: translateY(70%);
	-moz-transform: translateY(70%);
	-o-transform: translateY(70%);
	transform: translateY(70%);
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.cms-layout .content-area .content-testimonial {
	margin-top: 0;
}
.content-area .content-testimonial icon {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 3em;
	color: #748a93;
}
.content-area .content-testimonial h3 {
	font-size: 2.222em;
	color: #FFFFFF;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.content-area .content-testimonial p {
	font-size: 1.333em;
	font-style: italic;
	line-height: 2;
	margin: .5em auto 0;
}
.content-area .single-cta {
	position: relative;
	text-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.content-area .single-cta img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 73%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.content-area .single-cta .btn {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.content-area .box .cta-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.no-flexbox .content-area .box .cta-list {
	display: block;
}
.content-area .box .cta-list li {
	width: 100%;
	margin: .5em 0;
}
.content-area .box .cta-list li a {
	display: block;
	text-align: center;
	border: solid 1px #D6D9DC;
	line-height: 1.2;
	padding: 8% 3%;
}
.content-area .box .cta-list li a icon {
	display: block;
	font-size: 2.75em;
}
.content-area .box .cta-list li a strong {
	display: block;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #26344E;
}
.content-area .box .cta-list li a icon + strong {
	margin-top: .75em;
}
.content-area .box .video-img {
	position: relative;
	top: -2.5em;
}
.content-area .box .video-img .img {
	position: relative;
}
.content-area .box .video-img .img img {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 62%;
}
.content-area .box .video-img .img > strong {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	text-transform: uppercase;
	color: #FFFFFF;
	cursor: pointer;
	right: 0;
	bottom: 0;
	letter-spacing: .1em;
}
.no-flexbox .content-area .box .video-img .img > strong {
	display: table;
}
.no-flexbox .content-area .box .video-img .img > strong > * {
	display: table-cell;
	vertical-align: middle;
}
.content-area .box .video-img .img > strong icon {
	font-size: 2.5em;
	position: relative;
	color: #F0F1F2;
	background-color: #C59F6B;
	padding: .5em;
	margin-left: .35em;
	-webkit-transition: background-color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s;
	-o-transition: background-color .4s ease 0s;
	transition: background-color .4s ease 0s;
}
.content-area.half-image {
	padding-bottom: 0;
	background-image: url(/images/content-area-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 3.5em 0;
}
.content-area.half-image .content-style {
	background-color: #FFFFFF;
	padding: 5% 5% 1%;
	width: 100%;
	max-width: 720px;
	display: table;
	margin: 0 auto 0 0;
}
.content-area.half-image .content-style.right-half {
	margin: 0 0 0 auto;
}
.column-content {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4em;
	padding-bottom: 4em;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.no-flexbox .column-content {
	display: block;
	overflow: hidden;
}
.no-flexbox .column-content:after {
	content: ' ';
	display: block;
	clear: both;
}
.column-content .main-zone {
	-webkit-flex: 0 1 58%;
	-ms-flex: 0 1 58%;
	flex: 0 1 58%;
}
.no-flexbox .column-content .main-zone {
	display: block;
	width: 60%;
	float: left;
}
.column-content .side-zone {
	-webkit-flex: 0 1 37%;
	-ms-flex: 0 1 37%;
	flex: 0 1 37%;
	max-width: 37%;
}
.no-flexbox .column-content .side-zone {
	display: block;
	width: 37%;
	float: right;
}
.content-area.main-content {
	padding: 0;
}
.content-area.main-content .cta-list {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .content-area.main-content .cta-list {
	display: table;
	width: 100%;
}
.content-area.main-content .cta-list li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 31%;
	-ms-flex: 1 1 31%;
	flex: 1 1 31%;
}
.no-flexbox .content-area.main-content .cta-list li {
	display: table-cell;
	width: 31%;
}
.content-area.main-content .cta-list li:nth-child(n+2) {
	margin-left: 3%;
}
.content-area.main-content .cta-list li a {
	width: 100%;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	border: solid 1px #D6D9DC;
	padding: 2em 5%;
}
.no-flexbox .content-area.main-content .cta-list li a {
	display: block;
}
.content-area.main-content .cta-list li a icon {
	display: block;
	font-size: 3em;
}
.content-area.main-content .cta-list li a strong {
	color: #26344E;
	text-transform: uppercase;
	line-height: 1.4;
	display: block;
}
.content-area.main-content .cta-list li a icon + strong {
	padding-top: .75em;
}

@media screen and (max-width:1530px) {
.content-area.v3 .content {
	width: 70%;
}
.content-area.v3 .single-cta {
	width: 26%;
}
}

@media screen and (max-width:1300px) {
.content-area.v3 .box {
	display: block;
}
.content-area.v3 .box .content {
	width: 100%;
}
.content-area.v3 .box .single-cta {
	width: 100%;
	max-width: 32em;
	margin-top: 1.5em;
}
.content-area .box .video-img {
	top: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}
#Form_ContactValuesAreas + .content-area.v2, #Form_ContactValuesAreas + script + .content-area.v2 {
	margin: 3em 0;
}
.content-style br {
	display: none;
}
}

@media screen and (max-width:1000px) {
.content-area.v2 .content {
	padding: 3em 0;
}
.content-area.simple .main.thin {
	padding: 5% 3%;
}
.content-area.half-image {
	padding: 3% 0;
	margin: 3%;
}
.content-area.half-image .content-style {
	max-width: 100%;
	background-color: rgba(255,255,255,0.902);
	padding: 7% 5%;
}
.tagline-area {
	padding-top: 3em;
}
.content-area .content-testimonial h3 {
	font-size: 1.6667em;
}
.content-area .content-testimonial p {
	line-height: 1.6;
}
}

@media screen and (max-width:800px) {
.content-area.v1 {
	padding: 0;
}
.content-area.v1 .main {
	background-color: rgba(255,255,255,0.8);
	box-shadow: none;
	padding: 10% 5%;
}
.content-area .content-testimonial {
	margin: 1.5em 0 0;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	padding-bottom: 8%;
}
.tagline-area h1, .tagline-area h2 {
	font-size: 1.333em;
}
.tagline-area h1 br, .tagline-area h2 br {
	display: block;
}
.content-area .box {
	display: block;
}
.content-area .box > * {
	width: 100% !important;
}
.content-area .box > *:last-child {
	margin-top: 1.5em;
}
.content-area.v2 .content {
	padding-bottom: 0;
	padding: 0;
}
.content-area .box .video-img {
	position: relative;
	top: auto;
	right: auto;
	max-width: none;
	height: auto;
}
.content-area .box .video-img .img {
	height: auto;
}
.content-area .box .video-img .img img {
	height: 0;
	padding-bottom: 65%;
}
.column-content {
	display: block;
	padding-top: 6%;
	padding-bottom: 6%;
}
.content-area.v2 {
	padding: 10% 0;
}
.content-area.v3 .box .single-cta {
	margin: 1.5em auto 0;
}
}

@media screen and (max-width:650px) {
.content-area.simple .main.thin {
	padding: 8% 3%;
}
.content-area.half-image {
	padding: 0;
	margin: 0;
}
.content-area.half-image .main {
	padding: 0;
}
}

@media screen and (max-width:550px) {
.content-area .content-testimonial icon {
	font-size: 2em;
}
.content-area.half-image .content-style {
	padding-top: 10%;
	padding-bottom: 10%;
}
.content-area .content-testimonial h3 {
	font-size: 1.444em;
}
.content-area .content-testimonial p {
	font-size: 1.111em;
}
.content-area.half-image {
	background-image: none;
}
.content-area.main-content .cta-list {
	position: relative;
	width: 102%;
	left: -1%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-area.main-content .cta-list li {
	-webkit-flex: 1 1 48%;
	-ms-flex: 1 1 48%;
	flex: 1 1 48%;
	margin: 1% !important;
}
.content-area.main-content .cta-list li a strong br {
	display: none;
}
.text-highlight.v1 {
	font-size: 1em;
	padding: 4% 5%;
}
.text-highlight.v2 {
	font-size: 1em;
	padding: 4% 5%;
}
}

@media screen and (max-width:400px) {
.tagline-area h1, .tagline-area h2 {
	font-size: 1.111em;
}
.tagline-area h1 br, .tagline-area h2 br {
	display: none;
}
.content-area.main-content .cta-list {
	display: block;
	margin: 1.25em auto;
}
}
.content-area .box .video-img .img > strong:hover icon {
	background-color: #655B57;
}
.content-style > *:last-child, .content-area.simple .main.thin .content-style > *:last-child {
	margin-bottom: 0;
}
@font-face {
	font-family: 'fontello';
	src: url('../includes/fonts/fontello.eot#iefix') format('embedded-opentype'), url('../includes/fonts/fontello.woff') format('woff'), url('../includes/fonts/fontello.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
icon[class^='icon-']:before, icon[class*=' icon-']:before {
	font-family: 'fontello';
	text-align: center;
}
.icon-arrow:before {
	content: '\e80d';
}
.icon-birth-injury:before {
	content: '\e80e';
}
.icon-brain-injury:before {
	content: '\e80f';
}
.icon-burn-injury:before {
	content: '\e810';
}
.icon-car-accidents:before {
	content: '\e811';
	font-size: .6em;
}
.icon-catastrophic-injury:before {
	content: '\e812';
}

.icon-child-injury:before {
	content: '\e813';
}
.icon-delayed-diagnosis:before {
	content: '\e800';
}
.icon-drowning-accidents:before {
	content: '\e801';
}
.icon-elder-abuse:before {
	content: '\e802';
}
.icon-highway-design-defects:before {
	content: '\e803';
}
.icon-hospital-error:before {
	content: '\e804';
}
.icon-legal-malpractice:before {
	content: '\e805';
}
.icon-medical-malpractice:before {
	content: '\e806';
}
.icon-motorcycle-accidents:before {
	content: '\e807';
	font-size: .7em;
}
.icon-quote-mark:before {
	content: '\e808';
}
.icon-search:before {
	content: '\e809';
}
.icon-spinal-cord-injury:before {
	content: '\e80a';
}
.icon-truck-accidents:before {
	content: '\e80b';
	font-size: 1.1em;
}
.icon-wrongful-death:before {
	content: '\e80c';
	font-size: 1.1em;
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.footer {
	background-color: #26344E;
	color: rgba(255,255,255,0.8);
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
}
.no-touch .test-expand .footer {
	opacity: .5;
}
.footer .footer-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.5em 2%;
	border-bottom: solid 2px rgba(255,255,255,0.2);
}
.footer .footer-nav .more-btn {
	color: #FFFFFF;
	font-weight: 400;
	padding-right: 1.5em;
	margin-right: 1.5em;
	border-right: solid 1px rgba(255,255,255,0.298);
	display: none;
	font-size: 1.333em;
}
.footer .footer-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.no-flexbox .footer .footer-nav ul {
	display: table;
	width: 100%;
}
.footer .footer-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.no-flexbox .footer .footer-nav ul li {
	display: table-cell;
	vertical-align: middle;
}
.footer .footer-nav ul li a {
	display: block;
	padding: .2em .75em;
	color: #FFFFFF;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
}
.footer .footer-nav ul li a:hover {
	color: #C59F6B;
}
.footer .schema-info {
	padding: 3em 0;
}
.footer .schema-info h4 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.222em;
	margin-bottom: .5em;
}
.footer .schema-info .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.no-flexbox .footer .schema-info .box {
	display: table;
	width: 100%;
}
.footer .schema-info .box > * {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.footer .schema-info .business-info .bottom-logo {
	display: block;
	margin-bottom: .8em;
}
.footer .schema-info .business-info span {
	display: block;
}
.footer .schema-info .business-info small {
	display: block;
}
.footer .schema-info .contact-info a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(255,255,255,0.8);
	margin-bottom: .4em;
}
.no-flexbox .footer .schema-info .contact-info a {
	display: block;
}
.footer .schema-info .contact-info a icon {
	font-size: 1.222em;
	position: relative;
	padding-right: .5em;
	color: #C59F6B;
}
.footer .schema-info .contact-info span a:hover {
	color: #C59F6B;
}
.footer .schema-info .social-info {
	align-selft: center;
	max-width: 10%;
}
.footer .schema-info .social-info ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.no-flexbox .footer .schema-info .social-info ul {
	display: block;
}
.no-flexbox .footer .schema-info .social-info ul:after {
	content: ' ';
	display: block;
	clear: both;
}
.footer .schema-info .social-info ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.no-flexbox .footer .schema-info .social-info ul li {
	display: block;
	float: left;
}
.footer .schema-info .social-info ul li a {
	display: block;
	margin-left: .5em;
	margin-bottom: .5em;
}
.footer .schema-info .social-info ul li a icon {
	display: block;
	font-size: 1.25em;
	color: #FFFFFF;
	padding: .75em;
	border: solid 2px rgba(255,255,255,0.2);
	text-align: center;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
}
.footer .schema-info .social-info ul li a:hover icon {
	color: #C59F6B;
}

@media screen and (max-width:1300px) {
.footer .schema-info .social-info {
	max-width: 15%;
}
}

@media screen and (max-width:800px) {
.footer .main {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.footer .footer-nav {
	display: block;
	padding: 1.5em 0;
	border-bottom: none;
}
.footer .footer-nav .more-btn {
	border-right: none;
	border-bottom: solid 1px rgba(255,255,255,0.298);
	margin-right: 0;
	margin-bottom: .75em;
	position: relative;
	padding: .75em 1.5em .75em 0;
	display: block;
	border-top: solid 1px rgba(255,255,255,0.298);
}
.footer .footer-nav h4:before, .footer .footer-nav h4:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform: translateY(-50%) scale(1, 1);
	-moz-transform: translateY(-50%) scale(1, 1);
	-o-transform: translateY(-50%) scale(1, 1);
	transform: translateY(-50%) scale(1, 1);
	background-color: #C59F6B;
}
.footer .footer-nav h4:before {
	width: 1.25em;
	height: .25em;
}
.footer .footer-nav h4:after {
	height: 1.25em;
	width: .25em;
	right: calc(3% + .5em);
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
}
.footer .footer-nav h4.open:after {
	-webkit-transform: translateY(-50%) scale(1, 0);
	-moz-transform: translateY(-50%) scale(1, 0);
	-o-transform: translateY(-50%) scale(1, 0);
	transform: translateY(-50%) scale(1, 0);
}
.footer .footer-nav ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer .footer-nav ul li {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}
.footer .footer-nav ul li a {
	text-align: left;
}
.footer .schema-info {
	padding-bottom: 0;
}
.footer .schema-info .box {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.no-flexbox .footer .schema-info .box > * {
	display: table-cell;
}
.footer .schema-info .business-info {
	width: 100%;
	margin-bottom: 1.5em;
}
.footer .schema-info .business-info .bottom-logo {
	margin: 0 auto .8em;
	max-width: 94%;
}
.footer .schema-info .location-info, .footer .schema-info .contact-info {
	width: 50%;
}
.footer .schema-info .contact-info a {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer .schema-info .social-info {
	width: 100%;
	margin-top: 1.5em;
	max-width: none;
}
.footer .schema-info .social-info ul {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}

@media screen and (max-width:450px) {
.footer .schema-info .box {
	display: block;
}
.footer .schema-info .location-info, .footer .schema-info .contact-info {
	width: 100%;
}
.footer .schema-info .contact-info {
	margin-top: 1.5em;
}
}
.no-flexbox .footer .schema-info .box > * {
	display: table-cell;
	vertical-align: middle;
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.medium {
	color: #D7DEE2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	overflow-x: hidden;
}
body {
	background: #FFFFFF;
	margin: 0px;
	font-family: 'Roboto Condensed', verdana, Arial, Helvetica, sans-serif;
	color: #26344E;
	line-height: 1.6;
	overflow: hidden;
}
main {
	-webkit-transition: padding-top .15s ease 0s;
	-moz-transition: padding-top .15s ease 0s;
	-o-transition: padding-top .15s ease 0s;
	transition: padding-top .15s ease 0s;
}
form *, form *:before, form *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main section {
	padding: 5% 0;
}
.full {
	position: relative;
	font-size: 1.11vw;
}
html.no-canvas .full {
	width: 1920px;
}
.main {
	max-width: 1530px;
	width: auto;
	margin: 0 auto;
	position: relative;
	padding-left: 3%;
	padding-right: 3%;
}
html.no-canvas .main {
	width: 1530px;
}
.main.wide {
	max-width: 1702px;
}
html.no-canvas .main.wide {
	width: 1702px;
}
.main.thin {
	max-width: 1140px;
}
html.no-canvas .main.thin {
	width: 1140px;
}
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-map-page .site-map-list ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 2.5em;
}
.site-map-page .site-map-list li > ul {
	margin: 0;
}
img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
}
body.cms-layout .cms-zone ul.zone-tab li {
	position: relative !important;
	opacity: 1 !important;
	float: none !important;
	overflow: visible !important;
}
body.cms-layout .cms-zone ul.zone-tab {
	overflow: visible !important;
	-webkit-column-count: auto !important;
	-moz-column-count: auto !important;
	column-count: auto !important;
	-webkit-column-gap: 0 !important;
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}
div.zone-editable {
	min-width: 150px;
}
body.cms-layout .cms-zone>[icobalt] {
	min-height: 20px;
}
sup {
	font-size: .5em;
}
main, nav, aside, article, section, header, footer, video {
	display: block;
}
body > iframe {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.2;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
h1, h2, .content-style h2.look-like-h1 {
	font-size: 2.222rem;
	color: #26344E;
	font-weight: 700;
}
.content-style h1, .content-style h2.look-like-h1 {
	margin-bottom: .75rem;
	text-transform: none;
}
.content-style h2.look-like-h1 {
	margin-top: 0;
}
.content-style h2, .content-style h3, .content-style h4 {
	margin: 1.2rem 0 .2rem;
}
.content-style p + h2, .content-style p + h3, .content-style p + h4 {
	margin-top: 2rem;
}
section header h1 + h2, .content-style h2, h3 {
	font-size: 1.333rem;
	color: #748A93;
	line-height: 1.4;
	font-family: 'Roboto Condensed', verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}
h4 {
	font-size: 1.25rem;
	color: #748A93;
}
section header {
	padding-bottom: 2em;
	text-align: center;
}
.sub section header h1, .sub section header h2 {
	text-transform: uppercase;
}
section header h1 em, section header h2 em {
	display: block;
	font-style: normal;
	font-size: .8em;
	font-weight: normal;
	text-transform: none;
}
section header h2 + h3, section header h1 + h2 {
	margin-top: .3em;
	line-height: 1.2;
	letter-spacing: .1em;
}
section header p {
	margin-top: 1rem;
}
section header > *:last-child {
	margin-bottom: 0;
}
section header.raised-box-header {
	background-color: #26344E;
	width: 100%;
	max-width: 350px;
	text-align: left;
	padding: 4em 1.5em;
	position: relative;
	-webkit-transform: translateY(-3em);
	-moz-transform: translateY(-3em);
	-o-transform: translateY(-3em);
	transform: translateY(-3em);
}
section header.raised-box-header:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 1px;
	height: 6em;
	left: calc(50% - .5px);
	background-color: #C59F6B;
	top: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
section header.raised-box-header h2 {
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
}
section header.cut-off-big {
	padding-bottom: 0;
	margin-bottom: -2.75em;
}
section header.cut-off-big h2 {
	font-size: 8.5em;
	line-height: 1;
}
a {
	text-decoration: none;
	color: #C59F6B;
	-webkit-transition: color .5s ease 0s;
	-moz-transition: color .5s ease 0s;
	-o-transition: color .5s ease 0s;
	transition: color .5s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #26344E;
}
a[href^=tel] {
	cursor: default;
}
button {
	border: none;
	font-family: inherit;
	line-height: inherit;
	font-stretch: inherit;
	font-variant: inherit;
	letter-spacing: inherit;
	margin: 0;
}
.btn {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	outline: none;
	padding: 1.1em 2.5em .9em;
	border-radius: 5em;
	font-size: 0.9em;
	line-height: 1.2;
	overflow: hidden;
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	z-index: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.btn:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scale(0, 0) translateZ(0);
	-moz-transform: scale(0, 0) translateZ(0);
	-o-transform: scale(0, 0) translateZ(0);
	transform: scale(0, 0) translateZ(0);
	-webkit-transition: -webkit-transform .4s ease 0s;
	-moz-transition: -moz-transform .4s ease 0s;
	-o-transition: -o-transform .4s ease 0s;
	transition: transform .4s ease 0s;
	border-radius: 3em;
}
.btn:hover:before {
	-webkit-transform: scale(1, 1) translateZ(0);
	-moz-transform: scale(1, 1) translateZ(0);
	-o-transform: scale(1, 1) translateZ(0);
	transform: scale(1, 1) translateZ(0);
}
.btn.v1 {
	background-color: #9e1c34;
	color: #FFFFFF;
	z-index: 1;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
}
.btn.v1:before {
	background-color: #F0F1F2;
	border: solid .15em #9e1c34;
}
.btn.v1:hover, a:hover .btn.v1 {
	color: #26344E;
}
.btn.v2 {
	background-color: #FFFFFF;
	color: #26344E;
	-webkit-transition: background-color .5s ease 0s, color .5s ease 0s;
	-moz-transition: background-color .5s ease 0s, color .5s ease 0s;
	-o-transition: background-color .5s ease 0s, color .5s ease 0s;
	transition: background-color .5s ease 0s, color .5s ease 0s;
}
.btn.v2:before {
	background-color: #26344E;
	border: solid .15em #FFFFFF;
}
.btn.v2:hover, a:hover .btn.v2 {
	color: #FFFFFF;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
fieldset > ul > li {
	padding-bottom: .8em;
	position: relative;
}
.no-flexbox fieldset > ul > li:not(.full) {
	display: block;
	float: left;
}
fieldset ul .fit {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
fieldset ul .fit + .fit {
	margin-left: 2%;
}
fieldset ul .fourth {
	width: 24%;
}
fieldset ul .third {
	width: 32%;
}
fieldset ul .half {
	width: 49%;
}
fieldset ul .full {
	width: 100%;
	font-size: inherit;
	padding-left: 0;
	padding-right: 0;
}
fieldset ul li.ui-conditional-panel, fieldset ul li.hide {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	max-height: 0;
	-webkit-transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
	-moz-transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
	-o-transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
	transition: padding-bottom .5s ease 0s, max-height .5s ease 0s;
	display: block !important;
}
fieldset ul li.ui-conditional-panel.active:not(.hide), fieldset ul li.hide.show:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show {
	max-height: 7em;
	padding-bottom: .8em;
}
fieldset ul li.ui-conditional-panel.active.invalid:not(.hide), fieldset ul li.hide.show.invalid:not(.ui-conditional-panel), fieldset ul li.ui-conditional-panel.active.show.invalid {
	overflow: visible;
}
.input-text {
	position: relative;
}
fieldset li > label {
	display: block;
	position: relative;
	margin-bottom: .25em;
}
fieldset li > label.hide {
	display: none;
}
fieldset li > label small {
	display: block;
	line-height: 1;
}
.input-text input[type='text'], .input-text input[type='month'], .input-text input[type='email'], .input-text input[type='tel'], .input-text input[type='datetime'], .input-text input[type='datetime-local'], .input-text textarea, .input-text select, .zip-search-input {
	display: block;
	border: none;
	background-color: rgba(58,43,33,0.8);
	padding: .6em .75em;
	color: #FFFFFF;
	width: 100%;
	border-radius: 0;
	text-align: left;
	outline: none;
}
.input-text textarea {
	resize: none;
	min-height: 9.375em;
}
.input-text select {
	padding: .67em .75em .67em;
}
.touch .input-text select {
	appearance: none;
	-webkit-appearance: none;
	-mox-appearance: none;
}
.input-text input[type='month'] {
	padding: .45em .5em;
}
.input-text input:focus, .input-text select:focus, .input-text textarea:focus, .zip-search-input:focus {
	outline: none;
}
.input-text.check-box {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.input-text.check-box label:not(.check-replace) {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.input-text.check-box input {
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	opacity: 0;
}
.input-text.check-box .check-replace {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background-color: #FFFFFF;
	border: solid 1px #DBDBDB;
	margin-right: .75em;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	border-radius: .2em;
}
.input-text.check-box .check-replace:before {
	content: '\e132';
	font-family: 'icomoon-ult';
	color: #C59F6B;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
}
.input-text.check-box input:checked + .check-replace:before {
	opacity: 1;
}
.input-text select option {
	text-transform: none;
	text-align: center;
}
.input-text ::-webkit-input-placeholder {
color:#FFFFFF;
}
.input-text :-moz-placeholder {
color:#FFFFFF;
opacity:1;
}
.input-text ::-ms-input-placeholder {
color:#FFFFFF;
}
fieldset .validation {
	position: absolute;
	padding: .5em 1em;
	background-color: rgba(0,0,0,0.8);
	top: 100%;
	z-index: 2;
	color: #F2F2F2;
	font-size: .8em;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	white-space: nowrap;
	display: block;
	right: 0;
}
fieldset .invalid .validation {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	visibility: visible;
}
fieldset .validation:before {
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border-left: solid .5em transparent;
	border-right: solid .5em transparent;
	border-bottom: solid .5em rgba(0,0,0,0.8);
	bottom: 100%;
	right: 1em;
}
.content-style {
	line-height: 1.8;
}
html:not(.cms-editing) body:not(.cms-admin) .content-style:empty {
	display: none;
}
.main.content-style > *:first-child {
	margin-top: 0;
}
.content-style h1 + p, .content-style h2 + p, .content-style h3 + p, .content-style h4 + p {
	margin-top: .3em;
}
.content-style p {
	margin: 1.2em 0;
}
.main.content-style > *:last-child {
	margin-bottom: 0;
}
.video-pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity .5s ease 0s, -webkit-transform .5s ease 0s;
	-moz-transition: opacity .5s ease 0s, -moz-transform .5s ease 0s;
	-o-transition: opacity .5s ease 0s, -o-transform .5s ease 0s;
	transition: opacity .5s ease 0s, transform .5s ease 0s;
	z-index: 51;
}
.cms-layout .video-pop {
	position: relative;
	opacity: 1;
	top: auto;
	left: auto;
	height: auto;
	width: auto;
}
.video-open .video-pop {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.video-pop .bg {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(38,52,78,0.902);
}
.video-pop .video-con {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 86%;
	max-width: 720px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-pop .video-con .video-pop-btn {
	position: absolute;
	left: 100%;
	bottom: 100%;
	display: block;
	font-size: 2em;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.video-pop .video-con .video-pop-btn:hover {
	color: #C59F6B;
}
.scrolling-list-nav {
	display: none;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.active .scrolling-list-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .active .scrolling-list-nav {
	display: block;
}
.no-flexbox .active .scrolling-list-nav:after {
	content: ' ';
	display: block;
	clear: both;
}
.scrolling-list-nav span {
	cursor: pointer;
	position: relative;
	-webkit-transition: border-color .4s ease 0s, opacity .4s ease 0s;
	-moz-transition: border-color .4s ease 0s, opacity .4s ease 0s;
	-o-transition: border-color .4s ease 0s, opacity .4s ease 0s;
	transition: border-color .4s ease 0s, opacity .4s ease 0s;
	display: inline-block;
	width: 0;
	height: 0;
	border-top: solid 2.08333em transparent;
	border-bottom: solid 2.08333em transparent;
}
.scrolling-list-nav span.prev {
	border-right: solid 1em #748A93;
}
.scrolling-list-nav span.prev:hover {
	border-right-color: #C59F6B;
}
.no-flexbox .active .scrolling-list-nav span.prev {
	float: left;
}
.start .scrolling-list-nav span.prev {
	opacity: .5;
	pointer-events: none;
}
.scrolling-list-nav span.next {
	border-left: solid 1em #748A93;
}
.scrolling-list-nav span.next:hover {
	border-left-color: #C59F6B;
}
.no-flexbox .active .scrolling-list-nav span.next {
	float: right;
}
.end .scrolling-list-nav span.next {
	opacity: .5;
	pointer-events: none;
}
.scrolling-list-nav span:hover {
	color: #26344E;
}
.scrolling-list-thumbs {
	display: none;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1.5em;
}
.active .scrolling-list-thumbs {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .scrolling-list-thumbs {
	display: table;
	width: auto;
	margin: 0 auto;
}
.scrolling-list-thumbs span {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 1.25em;
	height: 1.25em;
	border-radius: 50%;
	background-color: #D6D9DC;
	-webkit-transition: background-color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s;
	-o-transition: background-color .4s ease 0s;
	transition: background-color .4s ease 0s;
	margin: 0 .75em;
	display: inline-block;
}
.no-flexbox .scrolling-list-thumbs span {
	display: table-cell;
	vertical-align: middle;
}
.scrolling-list-thumbs span:hover, .scrolling-list-thumbs span.active {
	background-color: #C59F6B;
}
.ie-popup {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.ie-popup.show {
	display: block;
}
.cms-active-only .ie-popup {
	display: block;
	position: relative;
}
.ie-popup .bg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.ie-popup .container {
	position: absolute;
	background-color: #FFFFFF;
	width: 50%;
	left: 25%;
	top: 25%;
	padding: 4em 3em;
	text-align: center;
}
.ie-popup .container .modal-btn {
	position: absolute;
	font-size: 1.75em;
	top: .25em;
	right: .5em;
	cursor: pointer;
	line-height: 1;
}
.ie-popup .container .modal-btn:hover {
	color: #26344E;
}
.ie-popup .container .content .icon {
	font-size: 3.5em;
	margin: 0;
	line-height: 1;
}
.ie-popup .container .content p {
	font-size: 1.333em;
}

@media screen and (max-width:1702px) {
.main.wide {
	font-size: 1.05757vw;
}
}

@media screen and (max-width:1530px) {
html {
	font-size: 1vw;
}
.full {
	font-size: 1.4em;
}
.main.wide {
	font-size: 1em;
}
}

@media screen and (max-width:1300px) {
html {
	font-size: 1.1vw;
}
.full {
	font-size: 1.4em;
}
section header br {
	display: none;
}
}

@media screen and (max-width:1000px) {
html {
	font-size: 1.7vw;
}
.full {
	font-size: 1.2em;
}
body {
	padding-top: 3.05em;
}
main section {
	padding: 3.5em 0;
}
section header {
	padding-bottom: 2em;
}
section header.raised-box-header {
	max-width: none;
	padding: 3em 5%;
	-webkit-transform: translateY(-2em);
	-moz-transform: translateY(-2em);
	-o-transform: translateY(-2em);
	transform: translateY(-2em);
	margin-bottom: 1em;
	text-align: center;
}
section header.raised-box-header:after {
	height: 4em;
}
section header.cut-off-big {
	margin-bottom: -1.75em;
}
section header.cut-off-big h2 {
	font-size: 7em;
}
}

@media screen and (max-width:800px) {
html {
	font-size: 2.123vw;
}
.full {
	font-size: 1.2em;
}
body {
	padding-top: 0;
}
section header.raised-box-header {
	padding: 2em 3%;
	-webkit-transform: translateY(-1.5em);
	-moz-transform: translateY(-1.5em);
	-o-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
}
section header.raised-box-header:after {
	height: 3em;
}
section header.cut-off-big {
	margin-bottom: -1.2em;
}
section header.cut-off-big h2 {
	font-size: 5.5em;
}
h1, h2, .content-style h2.look-like-h1 {
	font-size: 2rem;
}
}

@media screen and (max-width:650px) {
html {
	font-size: 2.47vw;
}
.full {
	font-size: 1.2em;
}
main section {
	padding: 2.75em 0;
}
section header {
	padding-bottom: 1.5em;
}
section header.cut-off-big h2 {
	font-size: 4.5em;
}
}

@media screen and (max-width:550px) {
html {
	font-size: 2.92vw;
}
.full {
	font-size: 1.2em;
}
h1, h2, .content-style h2.look-like-h1 {
	font-size: 1.7778rem;
}
section header h1 + h2, .content-style h2, h3 {
	font-size: 1.333rem;
}
}

@media screen and (max-width:500px) {
html {
	font-size: 3.2vw;
}
.full {
	font-size: 1.2em;
}
.content-style h2, .content-style h3, .content-style h4 {
	margin: .75rem 0 .2rem;
}
fieldset > ul {
	display: block;
}
fieldset > ul > li {
	display: block;
	width: 100% !important;
}
}

@media screen and (max-width:450px) {
html {
	font-size: 3.5vw;
}
.full {
	font-size: 1.2em;
}
}

@media screen and (max-width:400px) {
html {
	font-size: 4vw;
}
.full {
	font-size: 1.2em;
}
main section {
	padding: 2em 0;
}
section header {
	padding-bottom: 1em;
}
section header.cut-off-big h2 {
	font-size: 3em;
}
}

@media screen and (max-width:350px) {
html {
	font-size: 4.3vw;
}
.full {
	font-size: 1.2em;
}
}

@media(orientation: landscape) and (max-height: 550px) {
#HeaderZone {
	position: fixed !important;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
#HeaderZone {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
.cms-inspecting body {
	margin-top: 0;
	padding-top: 0 !important;
}
.cms-admin #HeaderZone {
	position: absolute;
	top: 89px;
}
.cms-inspecting .cms-admin #HeaderZone {
	top: 0;
}
.cms-edit-layout #HeaderZone {
	position: static;
}
.header-area {
	opacity: 1;
	-webkit-transition: opacity .5s ease 0s;
	-moz-transition: opacity .5s ease 0s;
	-o-transition: opacity .5s ease 0s;
	transition: opacity .5s ease 0s;
}
.no-touch .test-expand .header-area {
	opacity: .5;
}
.header-area .nav-bar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	-webkit-transition: background-color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s;
	-o-transition: background-color .4s ease 0s;
	transition: background-color .4s ease 0s;
	background-image: -webkit-linear-gradient(top, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.5), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, #FFFFFF, rgba(255,255,255,0.75), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
.sub .header-area .nav-bar {
	background-color: #FFFFFF;
	box-shadow: 0 .2em 1.5em rgba(0,0,0,0.2);
}
.fixed .header-area .nav-bar {
	background-color: #FFFFFF;
	box-shadow: 0 .2em 1.5em rgba(0,0,0,0.2);
}
.no-flexbox .header-area .nav-bar {
	display: table;
	width: 100%;
}
.no-flexbox .header-area .nav-bar > * {
	display: table-cell;
	vertical-align: middle;
}
.header-area .nav-bar .top-logo {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: block;
	padding: 1.5em 2%;
	max-width: 25%;
}
.no-flexbox .header-area .nav-bar .top-logo {
	display: table-cell;
}
.header-area .nav-bar .top-logo img {
	display: block;
}
.header-area .nav-bar .box {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 2%;
}
.no-flexbox .header-area .nav-bar .box {
	width: 75%;
}
.no-flexbox .header-area .nav-bar .box:after {
	content: ' ';
	display: block;
	clear: both;
}
.header-area .top-nav {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding-right: 4%;
}
.no-flexbox .header-area .top-nav {
	float: left;
	width: 80%;
}
.header-area .top-nav > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.no-flexbox .header-area .top-nav > ul {
	display: table;
	vertical-align: middle;
	width: 100%;
}
.header-area .top-nav > ul.mobile-nav {
	display: none;
}
.header-area .top-nav > ul > li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-flexbox .header-area .top-nav > ul > li {
	display: table-cell;
}
.header-area .top-nav > ul > li.mobile-change {
	display: none;
}
.header-area .top-nav > ul.desktop-nav .menu-close {
	display: none;
}
.header-area .top-nav > ul > li.call {
	display: none;
}
.header-area .top-nav > ul > li > a, .header-area .top-nav > ul > li > button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1em;
	color: #9e1c34;
	text-align: center;
	padding: 1em 0;
	width: 100%;
	-webkit-transition: color .4s ease 0s, opacity .4s ease 0s;
	-moz-transition: color .4s ease 0s, opacity .4s ease 0s;
	-o-transition: color .4s ease 0s, opacity .4s ease 0s;
	transition: color .4s ease 0s, opacity .4s ease 0s;
	box-shadow: inset 0 0 #FFFFFF;
	opacity: 1;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: transparent;
	text-transform: uppercase;
	line-height: 1.6;
	font-family:'Hind', verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.no-touch .header-area .top-nav > ul > li:hover > a, .no-touch .header-area .top-nav > ul > li:hover > button, body .header-area .top-nav > ul > li.selected > a, body .header-area .top-nav > ul > li.selected > button {
	color: #0C4A60;
}
.no-flexbox .header-area .top-nav > ul > li > a, .no-flexbox .header-area .top-nav > ul > li > button {
	padding: 2.5em 0;
	display: block;
}
.header-area .top-nav > ul > li > a icon, .header-area .top-nav > ul > li > button icon {
	font-size: .9em;
	padding-right: .4em;
	position: relative;
}
.header-area .top-nav > ul > li.en-espanol {
	display: none;
}
.header-area .top-nav > ul > li.en-espanol > a:hover {
	border-color: #C59F6B;
}
.header-area .top-nav > ul > li > a + icon.icon-right-open-1 {
	display: none;
}
.header-area .contact-info {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	text-align: center;
	line-height: 1.4;
	padding: .5em 0;
}
.no-flexbox .header-area .contact-info {
	float: right;
	width: 20%;
	padding-top: 2em;
}
.header-area .contact-info .spanish {
	color: #26344E;
	font-weight: 600;
	display: block;
	text-align: right;
	letter-spacing: .1em;
	line-height: 1;
}
.header-area .contact-info a.spanish:hover {
	color: #C59F6B;
}
.header-area .contact-info .phone-link {
	color: #9e1c34;
	font-size: 1.8889em;
	font-weight: 700;
	display: block;
}
.header-area .contact-info .phone-link .for-mobile {
	display: none;
}
.header-area .site-search {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.header-area .site-search > .search-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #9e1c34;
	font-size: 1.75em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: .75em 1.25em;
	cursor: pointer;
	-webkit-transition: background-color .4s ease 0s, color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s, color .4s ease 0s;
	-o-transition: background-color .4s ease 0s, color .4s ease 0s;
	transition: background-color .4s ease 0s, color .4s ease 0s;
	position: relative;
}
.header-area .site-search > .search-btn:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1px;
	height: 70%;
	background-color: #9e1c34;
	top: 15%;
	left: 0;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
}
.header-area .site-search .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .75s ease 0s, -webkit-transform .75s ease 0s;
	-moz-transition: opacity .75s ease 0s, -moz-transform .75s ease 0s;
	-o-transition: opacity .75s ease 0s, -o-transform .75s ease 0s;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: rgba(38,52,78,0.949);
	z-index: 65;
}
.header-area .site-search.search-open .popup {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.header-area .site-search .popup .search-btn {
	position: absolute;
	top: 3%;
	right: 3%;
	color: #FFFFFF;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.fixed .header-area .site-search > .search-btn {
	background-color: #d68493;
}
.header-area .site-search > .search-btn:hover, .fixed .header-area .site-search > .search-btn:hover {
	background-color: #d93e5b;
	color: #F0F1F2;
}
.fixed .header-area .site-search > .search-btn:before {
	opacity: 0;
}
.header-area .site-search .popup .search-btn icon {
	font-size: 1.75em;
	padding-left: .2em;
}
.header-area .site-search .popup .search-box {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 84%;
	max-width: 700px;
}
.header-area .site-search .popup label {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	font-size: 2.6667em;
	display: block;
	padding-bottom: .2em;
}
.header-area .site-search .popup .search-input {
	position: relative;
}
.header-area .site-search .popup input {
	display: block;
	width: 100%;
	outline: none;
	background-color: #CCCCCC;
	border: solid .2em #C59F6B;
	font-family: "tahoma", verdana, Arial, Helvetica, sans-serif;
	font-size: 1.111em;
	padding: 1.4em 4.2em 1.4em 1.4em;
	color: #26344E;
}
.header-area .site-search .popup input[type='search'] {
	-webkit-appearance: textfield;
}
.header-area .site-search .popup button {
	position: absolute;
	background: transparent;
	border: none;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	overflow: hidden;
	cursor: pointer;
}
.header-area .site-search .popup button icon {
	display: block;
	color: #26344E;
	font-size: 2.5em;
	padding: .25em .5em;
	position: relative;
	-webkit-transition: -webkit-transform .5s ease 0s, color .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s, color .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s, color .5s ease 0s;
	transition: transform .5s ease 0s, color .5s ease 0s;
}
.header-area .site-search .popup button:hover icon {
	color: #C59F6B;
}
.dd-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	padding: 2em 0;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: -2;
	opacity: 0;
	-webkit-transition: opacity .75s ease 0s, -webkit-transform .75s ease 0s;
	-moz-transition: opacity .75s ease 0s, -moz-transform .75s ease 0s;
	-o-transition: opacity .75s ease 0s, -o-transform .75s ease 0s;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
}
.blog .dd-nav {
	display: none;
}
.no-flexbox .dd-nav {
	display: none;
}
.desktop-nav > li:hover > .dd-nav {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.dd-nav:after {
	content: ' ';
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.902);
	z-index: -1;
	pointer-events: none;
}
.dd-nav .dd-close {
	display: none;
}
.dd-nav ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.dd-nav ul li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 25%;
	padding: 0 1%;
}
.dd-nav ul li a {
	display: block;
	padding: .75em 1em .75em 1.5em;
	position: relative;
	-webkit-transition: padding .4s ease 0s, color .4s ease 0s;
	-moz-transition: padding .4s ease 0s, color .4s ease 0s;
	-o-transition: padding .4s ease 0s, color .4s ease 0s;
	transition: padding .4s ease 0s, color .4s ease 0s;
	border-bottom: solid 1px rgba(101,91,87,0.2);
	color: #26344E;
}
.no-touch .dd-nav ul li a:before {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #bbb;
	top: calc(50% - 6px);
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .4s ease 0s, -webkit-transform .4s ease 0s;
	-moz-transition: opacity .4s ease 0s, -moz-transform .4s ease 0s;
	-o-transition: opacity .4s ease 0s, -o-transform .4s ease 0s;
	transition: opacity .4s ease 0s, transform .4s ease 0s;
}
.no-touch .dd-nav ul li a:hover:before, .dd-nav ul li.selected a:before {
	opacity: 1;
	-webkit-transform: translateX(1em);
	-moz-transform: translateX(1em);
	-o-transform: translateX(1em);
	transform: translateX(1em);
}
.dd-nav ul li a:hover, .dd-nav ul li.selected a {
	padding-left: 2em;
	color: #C59F6B;
	padding-right: .5em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.dd-nav {
	background-color: #FFFFFF;
}
.dd-nav:after {
	display: none;
}
}
.header-area .mobile-nav.top-nav {
	background-color: #9e1c34;
	display: none;
	padding-right: 0;
	box-shadow: 0 .1em .3em rgba(0,0,0,0.3);
}
.header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: none;
	outline: none;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}
.header-area .mobile-nav.top-nav ul li button {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-area .mobile-nav.top-nav ul li a:hover, .header-area .mobile-nav.top-nav ul li button:hover {
	color: #C59F6B;
}
.header-area .mobile-nav.top-nav ul li button span {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
	opacity: 1;
}
.header-area .mobile-nav.top-nav ul li button span.less {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.mm-open .header-area .mobile-nav.top-nav ul li button span.less {
	opacity: 1;
}
.mm-open .header-area .mobile-nav.top-nav ul li button span.more {
	opacity: 0;
}
.header-area .mobile-nav.top-nav ul li button span icon {
	font-size: 1.5em;
	color: #C59F6B;
	display: block;
	padding-left: .1em;
	padding-bottom: .15em;
}
.header-area .mobile-nav.top-nav ul li button span.less icon {
	font-size: .9em;
	padding-left: .5em;
}

@media screen and (max-width:1530px) {
.header-area .site-search > .search-btn {
	padding: .75em;
}
}

@media screen and (max-width:1300px) {
}

@media screen and (max-width:1000px) {
#HeaderZone {
	background-color: #FFFFFF;
}
.header-area .nav-bar .top-logo {
	max-width: 50%;
}
.header-area .nav-bar .box {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.header-area .contact-info {
	padding: .5em 0;
	text-align: right;
}
.header-area .contact-info .spanish, .header-area .contact-info .phone-link {
	display: block;
}
.header-area .contact-info .spanish {
	padding-right: 0;
}
.header-area .box .top-nav {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #FFFFFF;
	right: 0;
	box-shadow: 0 .75em .75em -.75em rgba(0,0,0,.2);
}
.mm-open .header-area .box .top-nav {
	right: 0;
	opacity: 1;
}
.header-area .top-nav > ul > li > a, .header-area .top-nav > ul > li > button {
	padding: .75em 0;
	outline: none;
}
.header-area .top-nav > ul.desktop-nav > li > a {
	color: #962C1B;
}
.header-area .top-nav > ul.desktop-nav > li:last-child {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.header-area .top-nav > ul.desktop-nav > li:last-child > a {
	padding-left: 0;
}
.dd-nav {
	padding: 1em 0;
}
.fixed .header-area .site-search > .search-btn {
	background-color: #FFFFFF;
}
.header-area .site-search > .search-btn {
	font-size: 1.5em;
	padding: .75em 1em;
}
.fixed .header-area .site-search > .search-btn:before {
	opacity: 1;
}
}

@media screen and (max-width:800px) {
.header-area .box .top-nav {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 1;
	border: none;
	right: 100%;
	opacity: 0;
	-webkit-transition: right .5s ease 0s, opacity .5s ease 0s;
	-moz-transition: right .5s ease 0s, opacity .5s ease 0s;
	-o-transition: right .5s ease 0s, opacity .5s ease 0s;
	transition: right .5s ease 0s, opacity .5s ease 0s;
}
.mm-open .header-area .box .top-nav {
	right: 0;
	opacity: 1;
}
.header-area .top-nav > ul.desktop-nav {
	position: relative;
	top: 0;
	height: 100%;
	overflow: auto;
	z-index: 1;
	display: block;
}
.header-area .top-nav > ul.desktop-nav > li > .panel-btn {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5em;
	padding: .5em .75em;
	line-height: 1;
	border-left: solid 1px #DBDBDB;
}
.header-area .top-nav > ul.desktop-nav > li, .header-area .top-nav .dd-nav li {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: solid 1px #DBDBDB;
	width: 100%;
}
.header-area .top-nav > ul.desktop-nav > li > a, .header-area .top-nav > ul.desktop-nav .menu-close {
	padding: .75em 3% !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-area .top-nav > ul.desktop-nav .menu-close, .header-area .top-nav > ul.desktop-nav li.panel-btn {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: .75em 3%;
}
.header-area .top-nav > ul.desktop-nav .menu-close icon, .header-area .top-nav > ul.desktop-nav li.panel-btn icon {
	font-size: 1.5em;
	display: block;
	margin-right: .5em;
}
.dd-nav, .desktop-nav > li:hover > .dd-nav {
	z-index: 1;
	top: 0;
	box-shadow: none;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	min-height: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.panel-btn.open + .dd-nav {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-o-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}
.dd-nav:after {
	display: none;
}
.dd-nav .main {
	padding: 0;
}
.dd-nav ul {
	display: block;
}
.dd-nav ul li a {
	padding: .75em 3%;
	border-bottom: none;
}
.header-area .top-nav > ul > li.mobile-change {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.no-touch .header-area .top-nav:hover > ul > li:not(:hover):not(.selected) > a, .no-touch .header-area .top-nav:hover > ul > li:not(:hover):not(.selected) > button {
	opacity: 1;
}
.header-area .top-nav > ul.desktop-nav > li.blog > .panel-btn {
	display: none;
}
.header-area .mobile-nav.top-nav {
	display: block;
}
.header-area .top-nav > ul > li.en-espanol {
	_display: flex;
}
}

@media screen and (max-width:650px) {
#HeaderZone {
	position: fixed;/*absolute*/
}
.header-area .nav-bar .top-logo, .fixed .header-area .nav-bar .top-logo {
	padding: .75em 2%;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.header-area .nav-bar .box {
	padding-right: 3%;
}
.header-area .contact-info .spanish {
	display: none;
}
.header-area .contact-info .phone-link {
	font-size: 1.5em;
}
.header-area .contact-info .phone-link .desktop {
	display: none;
}
.header-area .contact-info .phone-link .for-mobile {
	display: block;
	padding: .4em;
	border: solid .175em #FFFFFF;
	border-radius: .3em;
}
.fixed .header-area .mobile-nav.top-nav {
	position: fixed;
	/*top: 0;*/
	width: 100%;
	left: 0;
}
}

@media screen and (max-width:550px) {
.header-area .site-search > .search-btn {
	font-size: 1.25em;
	padding: .75em;
}
.header-area .site-search .popup input {
	padding: .5em 4em .5em 1em;
}
.header-area .site-search .popup button icon {
	font-size: 2em;
}
.header-area .site-search .popup label {
	font-size: 1.6667em;
}
.header-area .mobile-nav.top-nav ul li a, .header-area .mobile-nav.top-nav ul li button {
	padding: .6em 0 .4em;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.header-area .mobile-nav.top-nav ul li a icon, .header-area .mobile-nav.top-nav ul li button icon {
	padding: 0;
}
.header-area .contact-info .phone-link {
	font-size: 1.25em;
}
}
.no-touch .header-area .top-nav:hover > ul > li:not(:hover) > a, .no-touch .header-area .top-nav:hover > ul > li:not(:hover) > button {
	opacity: .6;
}

@media screen and (max-width:450px) {
.header-area .mobile-nav.top-nav ul li:nth-child(2) {
	display: none;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.scorpion-footer {
	background-color: #333333;
	padding: 2em 0;
	color: rgba(255,255,255,0.6);
}
.scorpion-footer .box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.no-flexbox .scorpion-footer .box {
	display: table;
	width: 100%;
}
.no-flexbox .scorpion-footer .box > div {
	display: table-cell;
	vertical-align: middle;
}
.scorpion-footer .disclaimer {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 4%;
}
.scorpion-footer .scorpion-logo {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.scorpion-footer .scorpion-logo a {
	display: block;
}
.scorpion-footer .scorpion-logo a img {
	display: block;
}

@media screen and (max-width:500px) {
.scorpion-footer .box {
	display: block;
	text-align: center;
}
.scorpion-footer .disclaimer {
	padding-right: 0;
}
.scorpion-footer .scorpion-logo a img {
	margin: 1em auto 0;
}
}
.primary {
	color: #26344E;
}
.secondary {
	color: #C59F6B;
}
.tertiary {
	color: #F0F1F2;
}
.light {
	color: #FFFFFF;
}
.dark {
	color: #655B57;
}
.practices-area {
	background-color: #FFFFFF;
}
.home-page .practices-area {
	padding: 0;
}
.personal-injury-page .practices-area {
	background-color: #F0F1F2;
}
.practices-area .main {
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.practices-area .box {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 .5%;
}
.no-flexbox .practices-area .box {
	display: table;
	width: 100%;
}
.practices-area .box > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.no-flexbox .practices-area .box > * {
	display: table-cell;
	vertical-align: middle;
}
.practices-area .box header {
	padding-bottom: 0;
	width: 33%;
	padding-right: 2%;
	text-align: left;
}
.practices-area .box .content-style {
	width: 66%;
	font-family: 'Hind', verdana, Arial, Helvetica, sans-serif;
	font-size: 1.333em;
	line-height: 1.2;
}
.practices-area .box .content-style p {
	margin: 0;
}
.practices-area .container {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.practices-area .practices-list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.no-flexbox .practices-area .practices-list {
	display: block;
}
.no-flexbox .practices-area .practices-list:after {
	content: ' ';
	display: block;
	clear: both;
}
.practices-area .practices-list li {
	-webkit-flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	flex: 1 1 20%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.personal-injury-page .practices-area .practices-list li {
	-webkit-flex: 1 1 33%;
	-ms-flex: 1 1 33%;
	flex: 1 1 33%;
}
.no-flexbox .practices-area .practices-list li {
	display: block;
	width: 20%;
	float: left;
}
.no-flexbox .practices-area .practices-list li:nth-child(4n+1) {
	clear: left;
}
.practices-area .practices-list li a {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	width: 100%;
	background-color: #F0F1F2;
	border: solid .5em #FFFFFF;
	padding: 4em 8%;
	-webkit-transition: background-color .4s ease 0s;
	-moz-transition: background-color .4s ease 0s;
	-o-transition: background-color .4s ease 0s;
	transition: background-color .4s ease 0s;
}
.personal-injury-page .practices-area .practices-list li a {
	border-color: #F0F1F2;
	background-color: #FFFFFF;
}
.no-flexbox .practices-area .practices-list li a {
	display: block;
}
.no-touch .practices-area .practices-list li a:hover {
	background-color: #C59F6B;
}
.no-touch .practices-area.featured .practices-list:hover li a:not(:hover) {
	background-color: transparent;
}
.no-touch .practices-area.featured .practices-list:hover li a:not(:hover) > * {
	opacity: 0;
}
.practices-area .practices-list li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -2;
	-webkit-transition: opacity .4s ease 0s;
	-moz-transition: opacity .4s ease 0s;
	-o-transition: opacity .4s ease 0s;
	transition: opacity .4s ease 0s;
	opacity: 0;
}
.practices-area.active .practices-list li a img {
	background-image: none !important;
	display: block;
}
.practices-area .practices-list li a:hover img {
	opacity: 1;
}
.practices-area .practices-list li a icon {
	display: block;
	font-size: 2.5em;
	-webkit-transition: color .4s ease 0s, opacity .4s ease 0s;
	-moz-transition: color .4s ease 0s, opacity .4s ease 0s;
	-o-transition: color .4s ease 0s, opacity .4s ease 0s;
	transition: color .4s ease 0s, opacity .4s ease 0s;
}
.no-touch .practices-area .practices-list li a:hover icon {
	color: #655B57;
}
.practices-area .practices-list li a h3 {
	text-transform: uppercase;
	margin-top: 1em;
	-webkit-transition: color .4s ease 0s, opacity .4s ease 0s;
	-moz-transition: color .4s ease 0s, opacity .4s ease 0s;
	-o-transition: color .4s ease 0s, opacity .4s ease 0s;
	transition: color .4s ease 0s, opacity .4s ease 0s;
	width: 100%;
	color: #26344E;
	line-height: 1.2;
}
.no-touch .practices-area .practices-list li a:hover h3 {
	color: #FFFFFF;
}
.practices-area .btn-con {
	text-align: center;
	margin-top: 2em;
}
.practices-area .btn-con .btn {
	min-width: 220px;
}
.practices-area .scrolling-list-nav {
	padding: 0 3%;
}

@media screen and (max-width:1300px) {
.practices-area.featured {
	background-color: #F6F7F7;
	padding: 5% 0;
}
.practices-area .practices-list li a {
	border-color: #F6F7F7;
}
}

@media screen and (max-width:1000px) {
.practices-area .practices-list li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 32%;
}
.practices-area .practices-list li a {
	padding: 2em 3%;
	min-height: 12.5em;
}
.practices-area .scrolling-list-nav {
	z-index: 2;
}
.practices-area.featured.active .container {
	margin: 0 2em;
}
.practices-area.featured {
	padding: 3.5em 0;
}
}

@media screen and (max-width:800px) {
.practices-area .box {
	display: block;
}
.practices-area .box header {
	width: 100%;
	padding: 0 0 1em;
	text-align: center;
}
.practices-area .box .content-style {
	width: 100%;
	text-align: center;
}
.practices-area.featured.active .container {
	margin: 0 2em;
}
.practices-area .practices-list {
	padding: 1.5em 0;
}
.practices-area.featured.active .practices-list {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: -webkit-transform .5s ease 0s;
	-moz-transition: -moz-transform .5s ease 0s;
	-o-transition: -o-transform .5s ease 0s;
	transition: transform .5s ease 0s;
	padding: 0;
}
.practices-area .practices-list li {
	width: 49%;
}
.practices-area.featured.active .practices-list li {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.practices-area .practices-list li a {
	min-height: 0;
}
.practices-area .practices-list li a .more {
	max-height: none;
	margin-top: .5em;
	color: #808080;
	-webkit-transition: color .4s ease 0s;
	-moz-transition: color .4s ease 0s;
	-o-transition: color .4s ease 0s;
	transition: color .4s ease 0s;
}
.practices-area .practices-list li a:hover .more {
	color: #FFFFFF;
}
.practices-area .practices-list li a .more:before, .practices-area .practices-list li a .more:after {
	background-color: #D6D9DC;
}
}

@media screen and (max-width:650px) {
.practices-area .practices-list li a icon {
	font-size: 2em;
}
.practices-area .practices-list li a .more, .no-touch .practices-area .practices-list li a:hover .more {
	margin-top: .3em;
}
.practices-area.featured {
	padding: 2.75em 0;
}
}

@media screen and (max-width:550px) {
.practices-area:not(.featured) .practices-list {
	padding: 1em 0;
	_display: block;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.practices-area.featured .practices-list {
	padding: 0;
}
.practices-area:not(.featured) .practices-list li {
	margin: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 49%;
}
.practices-area:not(.featured) .practices-list li:nth-child(n+2) {
	_margin-top: .75em;
}
.practices-area .box .content-style {
	font-size: 1em;
	line-height: 1.4;
}
.practices-area .scrolling-list-nav {
	top: 45%;
}
}
