/*
Theme Name: PSB
Author: iLawyer Marketing
Description: Developed by iLawyer Marketing
*/

/* ===== FONTS ===== */
@font-face {
	font-family: "socicon";
	src: url("fonts/socicon.eot");
	src: url("fonts/socicon.eot?#iefix") format("embedded-opentype"), url("fonts/socicon.woff") format("woff"), url("fonts/socicon.ttf") format("truetype"), url("fonts/socicon.svg#socicon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Avenir";
	src: url("fonts/Avenir-Light.eot");
	src: url("fonts/Avenir-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Light.woff") format("woff"), url("fonts/Avenir-Light.ttf") format("truetype"), url("fonts/Avenir-Light.svg#avenir") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Avenir";
	src: url("fonts/Avenir-Book.eot");
	src: url("fonts/Avenir-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Book.woff") format("woff"), url("fonts/Avenir-Book.ttf") format("truetype"), url("fonts/Avenir-Book.svg#avenir") format("svg");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Avenir";
	src: url("fonts/Avenir-Medium.eot");
	src: url("fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Medium.woff") format("woff"), url("fonts/Avenir-Medium.ttf") format("truetype"), url("fonts/Avenir-Medium.svg#avenir") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Avenir";
	src: url("fonts/Avenir-Black.eot");
	src: url("fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Black.woff") format("woff"), url("fonts/Avenir-Black.ttf") format("truetype"), url("fonts/Avenir-Black.svg#avenir") format("svg");
	font-weight: 800;
	font-style: normal;
}
[data-icon]:before {
	font-family: "socicon" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="socicon-"]:before, [class*=" socicon-"]:before {
	font-family: "socicon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socicon-twitter:before {
	content: "\e040";
}
.socicon-facebook:before {
	content: "\e041";
}
.socicon-googleplus:before {
	content: "\e042";
}
.socicon-linkedin:before {
	content: "\e049";
}
.socicon-youtube:before {
	content: "\e051";
}
.socicon-google:before {
	content: "\e067";
}
.socicon-yelp:before {
	content: "\e047";
}
/* ===== BASIC STYLES ===== */

* {
	-webkit-font-smoothing: antialiased;
	transition: color .3s linear;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: background .3s linear;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-webkit-transition: opacity .3s linear;
	transition: max-height .3s linear;
	-moz-transition: max-height .3s linear;
	-webkit-transition: max-height .3s linear;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Khand", sans-serif;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 20px;
}
h1 {
	font-size: 65px;
	line-height: 58px;
	letter-spacing: 0.25px;
	font-weight: 400;
	color: #181f33;
	margin: 0 0 45px;
	font-family: "Khand", sans-serif;
}
h2 {
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
	color: #154d7d;
	margin: 0 0 12px;
	text-transform: uppercase;
	font-family: "Khand", sans-serif;
}
h3 {
	font-size: 22px;
	color: #181f33;
	line-height: 32px;
	letter-spacing: 1.5px;
	margin: 0 0 35px;
	font-weight: 800;
	font-family: "Khand", sans-serif;
}
h4 {
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 500;
	margin: 0 0 17px;
	color: #191d2b;
	font-family: "Khand", sans-serif;
}
p {
	font-size: 16px;
	line-height: 37px;
	letter-spacing: 0;
	color: #191d2b;
	margin: 0 0 40px;
	font-family: "Avenir", sans-serif;
	font-weight: 400;
}
blockquote, #page-content blockquote {
    padding: 0 0 0 40px;
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 42px;
    border-left: 2px solid #cc5500;
    font-family: "Khand", sans-serif;
    letter-spacing: 1.3px;
    font-weight: 600;
    text-transform: uppercase;
}
blockquote p, #page-content blockquote p {
    font-family: "Khand", sans-serif;
    letter-spacing: 1.3px;
    font-weight: 600;
    font-size: 25px;
    line-height: 42px;
}
ul {
	padding: 0;
}
ul li {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0;
	list-style-type: none;
	margin-bottom: 15px;
}
#main #primary ul li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #111420;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0px;
}
 #primary ol {
	list-style-type: decimal;
	margin: 0 0 30px 0;
	clear: both;
	overflow: hidden;
 }
 #main #primary ol li:before {
   background: transparent;
   width: 0;
   height: 0;
 }
#primary blockquote {
	border-left: 0px;
	color: #111420;
	font-size: 25px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 0 0 42px;
	position: relative;
	width: 100%;
}
#primary blockquote:before {
	content: '';
	background: #cc5500;
	width: 2px;
	height: 90%;
	left: 0px;
	top:10px;
	position: absolute;
}
#primary blockquote p {
	border-left: 0px;
	color: #191d2b;
	font-size: 24.98px;
	line-height: 41.97px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
a {
	text-decoration: none;
	color: #111420;
}
a:hover {
	text-decoration: underline;
}
a:focus, input:focus, textarea:focus, button:focus, .slick-slide:focus {
	outline: 0;
}
.button {
	color: #FFF !important;
	font-size: 19px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	height: 80px;
	width: 100%;
	display: table;
	clear: both;
	line-height: 80px;
	padding: 0 54px;
	text-decoration: none !important;
	font-weight: 400;
	border: 0px;
	border-radius: 0px;
	position: relative;
	font-family: "Khand", sans-serif;
	background: #e74622;
	
	background: linear-gradient(135deg, #cc5500 0%,#cc5500  52%,#e46004 99%);
	
}
.button-link {
	color: #fff !important;
	font-size: 19px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	height: 80px;
	display: table;
	clear: both;
	line-height: 80px;
	padding: 0;
	text-decoration: none !important;
	font-weight: 400;
	border: 0px;
	border-radius: 0px;
	position: relative;
	transition: background 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
	font-family: "Khand", sans-serif;
}
.button:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #154d7d; 
	z-index: 0;
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.button-link:before {
	content:'';
	width: 30px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 3;
	opacity: 0.6;
}
.button-link:after {
	content: '';
	width: 30px;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	right: 0px;
	opacity: 0.6;
}
.button-text {
	position: relative;
	z-index: 4;
}
.button-link:hover .button:before {
	opacity: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: 700;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
img {
	border: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .button-toolbar:before, .button-toolbar:after, .button-group-vertical > .button-group:before, .button-group-vertical > .button-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, section:before {
	display: table;
	content: " ";
	clear: both;
}
.button-group-vertical > .button-group:after, .button-group-vertical > .button-group:before, .button-toolbar:after, .button-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before, section:after {
	display: none;
	content: " ";
	clear: both;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .button-toolbar:after, .button-group-vertical > .button-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
	clear: both;
}
#page {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) #mobile-phone {
    background: #e46004;
   
    background: linear-gradient(45deg, #e46004 0%,#cc5500 100%);
    border: none;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) #mobile-phone .phone-number strong,
.ilaw-default:not(:is(.single-post,.blog,.archive)) #mobile-phone a {
	color: #fff;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) #page:before {
	content: url(images/int-hero-topangle.png);
	position: absolute;
	top: 400px;
	left: 50%;
	margin: 0 0 0 -500px;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-banner-wpr {
    padding-left: 80px;
    padding-right: 80px;
    float: left;
    clear: both;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
body:not(.ilaw-default:not(:is(.single-post,.blog,.archive))) :is(.int-banner-wpr,.int-selling-points-bar){
	display: none;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-banner-wpr p {
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 88px;
    line-height: 0.95em;
    margin: 0;
    font-family: "Khand", sans-serif;
}

.single-espanol.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-banner-wpr p{
	font-size: 80px;
}


.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-banner-wpr p span {
	color: #cc5500;
	display: block;
	font-size: 0.4em;
    line-height: 1.4em;
    letter-spacing: 0.3em;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar {
	width: 100%;
	bottom: 0;
	height: 80px;
    position: relative;
    overflow: hidden;
    background: #154d7d;

	background: linear-gradient(45deg, #0d3556 0%,  #144d7c 56%, #144d7c 100%);
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 20px;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    padding: 0 1em;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.2);
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
}

.single-espanol.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar li{
	font-size: 17px;
	padding: 0;
}
.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar li:first-child {
	border: none;
}


@media (max-width: 1199px) {
	.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar li {
	    font-size: 18px;
	}
	.single-espanol.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar li{
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-selling-points-bar {
		display: none;
	}
}

.container {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1750px;
}
.content-block {
	position: relative;
	clear: both;
	width: 100%;
}
.content-row {
	position: relative;
	clear: both;
	width: 100%;
}
@media (max-width: 991px) {
	.ilaw-default:not(:is(.single-post,.blog,.archive)) #page:before {
		top: 0;
	}
	.ilaw-default:not(:is(.single-post,.blog,.archive)) #masthead {
		height: 0px!important;
	    margin-bottom: 0!important;
	}
	.ilaw-default:not(:is(.single-post,.blog,.archive)) #masthead .int-banner-wpr p {
		display: none;
	}
	.ilaw-default:not(:is(.single-post,.blog,.archive)) .int-banner-wpr p br {
		display: none;
	}
}

@media(max-width:767px) {
	.ilaw-default:not(:is(.single-post,.blog,.archive)) #page:before {
		content: none !important;
	}
	.ilaw-default:not(:is(.single-post,.blog,.archive)) #masthead {
	    background: none!important;
	}
}

/* ===== ALIGNMENT ===== */

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	margin: 0 auto 20px;
}
.aligncenter:last-child {
	margin: 0 auto;
}

/* ===== COLUMNS ===== */

.col-left {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.col-right {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

@media (min-width: 768px) {
	.col-left {
		float: left;
		width: 48%;
		margin: 0 4% 0 0;
	}
	.col-right {
		float: right;
		width: 48%;
		margin: 0;
	}
}

/* ===== HEADER ===== */

#masthead {
	float: left;
	width: 100%;
	position: relative;
	padding: 145px 0 0;
	margin: 0;
	z-index: 3;
}
.ilaw-page-home #masthead {
	background: url(images/hero-desktop.jpg) center 0px no-repeat;
	background-size: cover;
	z-index: 2;
}

@media(max-width:992px) {
	.ilaw-page-home #masthead {
	    background: url(images/hero-tab.jpg) center 30px no-repeat;
	    background-size: cover;
	    padding: 30px 0 0;
	    margin: -30px 0 0;
	    overflow: visible;
	}
}

@media(max-width:767px) {
	#masthead, .ilaw-page-home #masthead {
		margin: 0;
		background: none;
		padding: 88px 0 0;
	}
}

/* ===== MOBILE HEADER ===== */

#header-mobile {
	border: 0px;
	margin: 0;
	position: absolute;
	background: none;
	border-radius: 0px;
	height: 90px;
	width: 100%;
}
.ilaw-page-home #header-mobile {
	margin: 40px 0 0;
}
#header-mobile.active {
	background: #FFF;
}
#mobile-logo {
	line-height: 88px;
	border: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	float: left;
	width: 245px;
	height: 90px;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	z-index: 3;
	border-left: 1px solid transparent;
}
.active #mobile-logo {
	border: 1px solid rgba(255,255,255,0);
	box-shadow: none;
}
.ilaw-page-home #mobile-logo {
	background: none;
}
#mobile-logo img {
    /* max-width: 280px; */
		width: 210px;
    position: absolute;
    top: 13px;
    left: 15px;
}
#mobile-logo .logo-blue {
	opacity:1;
}
#mobile-logo .logo-white {
	opacity:0;
}
.ilaw-page-home #mobile-logo .logo-blue {
	opacity:0;
}
.ilaw-page-home #mobile-logo .logo-white {
	opacity:1;
}
.active #mobile-logo .logo-blue {
	opacity:1;
}
.active #mobile-logo .logo-white {
	opacity:0;
}
#mobile-phone {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 295px;
	height: 90px;
	margin: 0;
	line-height: 1;
	z-index: 4;
	color: #FFF;
	text-align: center;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.3);
}
#mobile-phone .phone-number {
	float: right;
	color: #FFF;
	width: 100%;
	font-size: 40px;
	margin: 5px 0 0;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 700;
}
#mobile-phone .phone-number strong {
	font-family: "Khand", sans-serif;
	font-size: 18px;
	letter-spacing: 0.9px;
	font-weight: 400;
	color: #cc5500;
}
#mobile-phone .phone-number strong span {
	font-weight: 600;
}
#mobile-phone a {
	margin: 0;
	color: #111420;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: -0.2px;
	text-decoration: none !important;
	padding: 0;
	font-weight: 800;
	font-family: "Avenir", sans-serif;
}
.active #mobile-phone a {
	color: #fff;
}
.ilaw-page-home #mobile-phone a {
	color: #fff;
}
#mobile-phone .phone-number:after {
	content: '';
}
.active #mobile-phone {
	background: #e74622;
   
    background: linear-gradient(135deg, #cc5500 0%,#cc5500  52%,#e46004 99%);
   
}
.active #mobile-phone .phone-number strong {
	color: #fff;
}
#mobile-toggle {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	top: 0px;
	left: 0px;
	display: block !important;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 -1px 0 0;
	padding: 20px 20px;
	border: 0px;
	cursor: pointer;
	z-index: 3;
	position: relative;
	border-radius: 0px;
	background: #154d7d;
}
#mobile-toggle .icon-bars {
	width: 40px;
    height: 2px;
    display: table;
    margin: 0 auto 4px;
}
#mobile-toggle .icon-bar {
	border-radius: 0px;
	width: 40px;
	height: 1px;
	background: #FFF;
	display: table;
	margin: 0 0 8px;
}
#mobile-toggle .icon-bar:nth-child(2) {
    width: 27px;
}
#mobile-toggle .brand {
	color: #FFF;
	font-size: 19px;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	display: inline-block;
	line-height: 1;
	margin: 0 0 9px;
	letter-spacing: 1px;
}

@media(max-width: 767px) {
	#header-mobile {
		margin: 0 !important;
		background: #191d2b;
		height: 88px;
		transition: background 0s linear;
		-moz-transition: background 0s linear;
		-webkit-transition: background 0s linear;
	}
	#header-mobile.active {
		background: #FFF;
	}
	#mobile-logo {
		height: 86px;
		line-height: 86px;
		border: 0px;
		width: 200px;
		position: absolute;
		top: 0px;
		left: 90px;
		background: none;
		box-shadow: none;
	}
	#mobile-logo img {
		width: 100%;
		top: 15px;
		left: 22px;
	}
	#mobile-logo .logo-blue {
		opacity:0;
	}
	#mobile-logo .logo-white {
		opacity:1;
	}
	.ilaw-page-home #mobile-logo .logo-blue {
		opacity: 0;
	}
	.ilaw-page-home #mobile-logo .logo-white {
		opacity: 1;
	}
	.ilaw-page-home .active #mobile-logo .logo-blue {
		opacity: 1;
	}
	.ilaw-page-home .active #mobile-logo .logo-white {
		opacity: 0;
	}
	#mobile-phone {
		top: 88px;
		border-left: 0px !important;
		border-right: 0px !important;
		right: auto;
		left: 0px;
		width: 100%;
		background: #e46004;
		
		background: linear-gradient(45deg, #e46004 0%,#cc5500 100%);
		
	}
	.ilaw-page-home #mobile-phone {
		background: transparent;
		border: 1px solid rgba(255,255,255,0.3);
	    border-top: 1px solid transparent;
	}
	#mobile-phone a {
		font-size: 31.88px;
		letter-spacing: 0px;
		color: #fff;
	}
	.ilaw-page-home #mobile-phone .phone-number strong {
		color: #cc5500;
	}
	#mobile-phone .phone-number:after {
		content: '';
	}
	#mobile-toggle {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 90px;
		height: 88px;
		display: block !important;
		border: 0px;
		cursor: pointer;
		z-index: 3;
		border-radius: 0px;
		background: #154d7d;
	}
	#mobile-toggle .icon-bars {
		width: 40px;
		height: 2px;
		display: table;
		margin: 0 auto 4px;
	}
	#mobile-toggle .brand {
		color: #FFF;
		font-size: 19px;
		font-weight: 300;
		text-transform: uppercase;
		width: 100%;
		text-align: center;
		display: inline-block;
		line-height: 1;
		margin: 0 0 9px;
		letter-spacing: 1px;
	}
	#mobile-phone .phone-number strong {
		color: #FFF;
	}
	.ilaw-page-home #mobile-phone .phone-number strong {
		color: #cc5500;
		letter-spacing: 2px;
	}
}

/* ===== DESKTOP HEADER ===== */

#header-desktop {
	height: 90px;
	position: absolute;
	z-index: 999;
	padding: 0;
	margin: 54px 0 0 0;
	width: 100%;
}
.ilaw-page-home #header-desktop {
	height: 90px;
	background: none;
	padding: 0;
	margin: 55px 0 0 0;
}
#logo {
	position: absolute;
	top: 0px;
	left: 90px;
	width: 100%;
	/* max-width: 420px; */
	max-width: 270px;
	height: 90px;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	z-index: 1;
	transition: max-width .5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-moz-transition: max-width .5s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition: max-width .5s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition-delay: 0.3s;
}
.ilaw-page-home #logo {
	height: 90px;
	line-height: 90px;
	margin: 0;
	background: transparent;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.3);
	text-align: center;
	z-index: 1;
	position: relative;
	transition: background 1s cubic-bezier(0.47, 0, 0.745);
	-moz-transition: background 1s cubic-bezier(0.47, 0, 0.745);
	-webkit-transition: background 1s cubic-bezier(0.47, 0, 0.745);
    border-left-color: transparent;
}
.ilaw-page-home #logo.white {
	background: #FFF;
	transition: background 2s cubic-bezier(0.47, 0, 0.745);
	-moz-transition: background 2s cubic-bezier(0.47, 0, 0.745);
	-webkit-transition: background 2s cubic-bezier(0.47, 0, 0.745);
}
#logo a {
	width: 100%;
	height: 88px;
	line-height: 82px;
	position: relative;
	display: block;
}
#logo img {
	/* max-width: 365px; */
	position: absolute;
	top: 9px;
	left: 20px;
	width: 233px;
}
#logo .logo-blue {
	opacity: 1;
}
.ilaw-page-home #logo .logo-blue {
	opacity: 0;
}
.ilaw-page-home #logo.white .logo-blue {
	opacity: 1;
}
#logo .logo-white {
	opacity: 0;
}
.ilaw-page-home #logo .logo-white {
	opacity: 1;
}
.ilaw-page-home #logo.white .logo-white {
	opacity: 0;
}
#header-right {
	float: right;
	width: 74%;
	margin: 25px 0 0 0;
	height: 100px;
	padding: 0;
}
#header-phone {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 295px;
	height: 90px;
	margin: 0;
	line-height: 1;
	z-index: 4;
	color:#FFF;
	text-align:center;
	background: #e46004;
	
	background: linear-gradient(45deg,  #e46004 0%,#cc5500 100%);
}
.ilaw-page-home #header-phone {
	background: transparent;
	top: 0px;
	right: 0px;
	width: 295px;
	height: 90px;
	border: 1px solid rgba(255,255,255,0.3);
	border-right: 0px;
}
.ilaw-page-home .active #header-phone {
	background: #e46004;
	
	background: linear-gradient(45deg,  #e46004 0%,#cc5500 100%);
	border: 1px solid rgba(255,255,255,0);
}
#header-phone .phone-number {
	float: right;
	color: #FFF;
	width: 100%;
	font-size: 40px;
	margin: 5px 0 0;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 700;
}
.ilaw-page-home #header-phone .phone-number {
	width: 295px;
	font-size: 45px;
	line-height: 28px;
	margin: 5px 0 0;
}
#header-phone .phone-number strong {
	font-family: "Khand", sans-serif;
	font-size: 18px;
	letter-spacing: 1.3px;
	font-weight: 400;
	color: #FFF;
}

.ilaw-page-home .active #header-phone .phone-number strong {
	color: #FFF;
}
.ilaw-page-home #header-phone .phone-number strong span {
	font-weight: 600;
}
#header-phone .phone-number a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: -1px;
	text-decoration: none !important;
	padding: 0;
	font-weight: 800;
	font-family: "Avenir", sans-serif;
}

@media (max-width: 1499px) {
	.active #logo img {
		display:none;
	}
}
@media (max-width: 768px) {
	#logo {
		margin: 0 0 85px;
	}
	#logo img {
		max-width: 250px;
	}
}

/* ===== MAIN NAV ===== */

#nav-toggle {
	display: block !important;
	float: left;
	width: 90px;
	height: 90px;
	margin: 0 -1px 0 0;
	padding: 21px 20px;
	border: 0px;
	cursor: pointer;
	z-index: 3;
	position: relative;
	border-radius: 0px;
	background: #154d7d; /* Old browsers */
}
#nav-toggle .brand {
	color: #FFF;
	font-size: 19px;
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	display: inline-block;
	line-height: 1;
	margin: 0 0 9px;
	letter-spacing: 1px;
}
#nav-toggle .icon-bars {
	width: 40px;
	height: 2px;
	display: table;
	margin: 0 auto 4px;
}
#nav-toggle .icon-bar {
	width: 100%;
	height: 1px;
	background: #FFF;
	display: table;
	margin: 0 0 7px;
	transition: width .3s ease;
	-moz-transition: width .3s ease;
	-webkit-transition: width .3s ease;
}
#nav-toggle .icon-bar:nth-child(2) {
	width: 80%;
}
#nav-toggle:hover .icon-bar {
	width: 80%;
}
#nav-toggle:hover .icon-bar:nth-child(2) {
	width: 100%;
}
#main-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0 450px 0 110px;
	z-index: 2;
	height: 90px;
	opacity: 0;
	width: 100%;
	text-align: right;
	pointer-events:none;
}
#main-nav[style]{
	pointer-events:all;
}
#main-nav #logo-link {
	position: absolute;
	top: 0px;
    left: 90px;
    width: 100%;
    max-width: 420px;
    height: 90px;
	z-index: 2;
}
.ilaw-page-home #main-nav {
}
#main-nav-logo {
	float: left;
}
#main-nav > div > ul > li {
	display: inline-block;
	font-size: 15px;
	padding: 0 25px;
	line-height: 1;
	background: rgba(0, 0, 0, 0);
	position: relative;
	margin: 0 0 0 -4px;
	vertical-align: top;
	font-family: "Khand", sans-serif;
	transform: translate(-20px, 0px);
	opacity: 0;
}
#main-nav > div > ul > li {
	padding: 0 30px;
}
#main-nav > div > ul > li:first-child {
	margin: 0;
}
#main-nav li:hover > ul {
	opacity: 1;
	max-height: 9000px;
}
#main-nav > div > ul > li > a {
	font-size: 21px;
	letter-spacing: 0.2px;
	text-align: center;
	position: relative;
	color: #191d2b;
	padding: 37px 0 33px;
	height: auto;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	background: none !important;
	font-weight: 400;
	pointer-events: none;
}
.active #main-nav > div > ul > li > a {
	pointer-events: initial;
}
#main-nav > div > ul > li.menu-item-has-children > a:after {
	content:'';
	border-top: 7px solid #b8bbc4;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 6px 0 0 6px;
	vertical-align: top;
}
.ilaw-page-home #main-nav > div > ul > li.menu-item-has-children > a:after {
}
#main-nav > div > ul > li:hover > a, #main-nav > div > ul > li > a:hover {
	text-decoration: none;
	color: #cc5500;
}
#main-nav > div > ul > li:last-child > a {
	padding-right: 0px !important;
}
#main-nav > div > ul > li:last-child > a:after {
	content: none;
}
#main-nav .sub-menu {
	float: left;
	clear: both;
	margin: 0;
	position: absolute;
	top: 99%;
	left: 30px;
	opacity: 0;
	z-index: 999;
	height: auto;
	width: 355px;
	max-height: 0px;
	overflow: hidden;
	transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
#main-nav .sub-menu:before {
	content: '';
	height: 8px;
	width: 100%;
	background: #cc5500;
	position: absolute;
	top: -8px;
	left: 0px;
}
#main-nav .sub-menu .sub-menu {
	left: 210px;
	top: 0;
	position: absolute;
	margin:0;
}
#main-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	transition: background .0s ease-in;
	-moz-transition: background .0s ease-in;
	-webkit-transition: background .0s ease-in;
}
#main-nav .sub-menu li a {
	color: #191d2b;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding: 19px 20px 19px 44px;
	width: 100%;
	margin: 0;
	float: left;
	clear: both;
	background: #FFF;
	font-weight: 400;
	text-align: left;
	transition: all 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#main-nav .sub-menu li:first-child a {
	padding: 46px 20px 19px 44px;
}
#main-nav .sub-menu li:last-child a {
	padding: 22px 20px 32px 44px;
}
#main-nav .sub-menu li:hover > a {
	color: #154d7d;
}

@media(max-width: 1800px) {
	#main-nav > div > ul > li {
		padding: 0 20px;
	}
	#main-nav .sub-menu {
		left: 20px;
	}
}

@media(max-width: 1600px) {
	#main-nav > div > ul > li {
		padding: 0 12px;
	}
	#main-nav .sub-menu {
		left: 12px;
	}
}

@media(max-width: 1499px) {
	#main-nav ul {
		float: left;
	}
	.active #main-nav #logo-link {
		display: none;	
	}
}

@media(max-width: 1300px) {
	#main-nav > div > ul > li {
		padding: 0 11px;
	}
	#main-nav > div > ul > li > a {
		font-size: 20px;
		padding: 38px 0 32px;
	}
	#main-nav .sub-menu {
		left: 11px;
	}
}

@media(max-width: 1100px) {
	#main-nav > div > ul > li {
		padding: 0 6px;
	}
	#main-nav > div > ul > li > a {
		font-size: 19px;
		padding: 35px 0 35px;
	}
	#main-nav .sub-menu {
		left: 6px;
	}
}

@media(max-width: 1050px) {
	#main-nav > div > ul > li {
		padding: 0 4px;
	}
	#main-nav > div > ul > li > a {
		font-size: 18px;
	}
	#main-nav .sub-menu {
		left: 4px;
	}
}

/* ===== MOBILE NAV ===== */

#mobile-nav-wrap {
	position: relative;
	z-index: 6;
}
#mobile-nav {
	padding: 0;
	width: 100%;
	border: 0px;
	position: absolute;
	top: 90px;
	z-index: 999;
}
.ilaw-page-home #mobile-nav {
	top: 130px;
}
#mobile-nav > div > ul {
	border-top: 0px;
}
#mobile-nav .nav > li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
	margin: 0;
}
#mobile-nav .nav > li > a {
	color: #FFF;
	text-shadow: none;
	font-size: 32px;
	line-height: 18px;
	border-radius: 0px;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: 400;
	letter-spacing: 2px;
	background: #191d2b;
	text-transform: uppercase;
}
#mobile-nav .nav > li > a {
	padding: 24px 0 24px;
}
#mobile-nav .nav > li:first-child > a {
	padding: 44px 0 24px;
}
#mobile-nav li > a:focus {
	text-decoration: none !important;
}
#mobile-nav li > a:hover {
	text-decoration: none !important;
}
#mobile-nav .nav-collapse .nav > li > a, #mobile-nav .nav-collapse .dropdown-menu a {
	width: 100%;
	color: #FFF;
}
.nav-collapse, .nav-collapse.collapse {
	height: 0;
	overflow: hidden;
	margin: 0;
	float: left;
	width: 100%;
}
.nav-collapse .nav > li > a {
	margin-bottom: 0;
}
.nav-collapse .nav {
	padding-bottom: 0px;
	width: 100%;
}
.nav-collapse .nav > li {
	float: none;
	padding: 0;
}
#mobile-nav .sub-menu {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 200ms ease-in;
	-moz-transition: max-height 200ms ease-in;
	-o-transition: max-height 200ms ease-in;
	transition: max-height 200ms ease-in;
}
#mobile-nav li.open > .sub-menu {
	max-height: 900px;
	padding: 0 0 20px;
	background: #191d2b;
}
#mobile-nav .sub-menu li {
	float: left;
	clear: both;
	width: 100%;
	border-radius: 0px;
	margin: 0;
}
#mobile-nav .sub-menu li > a {
	color: #FFF;
	text-shadow: none;
	background: #154d7d;
	font-size: 28px;
	line-height: 30px;
	border-radius: 0px;
	padding: 18px 0 18px;
	text-align: center;
	width: 100%;
	float: left;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: none;
}
#mobile-nav .sub-menu li:first-child > a {
	padding: 40px 0 18px;
}
#mobile-nav .sub-menu li:last-child > a {
	padding: 18px 0 28px;
}
#mobile-nav .sub-menu li:hover > a {
	color: #757f96;
}
#mobile-nav .sub-menu li:first-child {
	border-top: 8px solid #cc5500;
}
#mobile-nav .menu-item-has-children > a > span {
	content: '';
	border-top: 6px solid #b8bbc4;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	display: inline-block;
	margin: 5px 0 0 6px;
	vertical-align: top;
}
#mobile-nav .menu-item-has-children.open > a {
	color: #FFF;
}
#mobile-nav .menu-item-has-children.open > a {
	border-bottom: 0px;
}
#mobile-nav .nav-collapse .nav > li > a:hover, #mobile-nav .nav-collapse .nav > li > a:focus, #mobile-nav .nav-collapse .dropdown-menu a:hover, #mobile-nav .nav-collapse .dropdown-menu a:focus {
	background: #FFF;
}

@media(max-width: 767px) {
	#mobile-nav {
		padding: 0;
		width: 100%;
		border: 0px;
		position: absolute;
		top: 90px;
		z-index: 999;
	}
	.ilaw-page-home #mobile-nav {
		top: 90px;
	}
}

/* ===== BANNER ===== */

.ilaw-page-home #banner {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	padding: 73px 30px 370px;
	color: #FFF;
	height: 907px;
}
.ilaw-page-home #banner .container {
	position: static;
	z-index: 1;
	padding: 0;
	max-width: 1606px;
}
.ilaw-page-home #banner-text {
	margin: 0;
	position: relative;
	z-index: 3;
}
.ilaw-page-home #banner-text:before {
	content: url(images/hero-home-diamond.png);
	position: absolute;
    left: 255px;
    top: -120px;
	z-index: -1;
}
.ilaw-page-home #banner .title {
	font-size: 80px;
	line-height: 155px;
	letter-spacing: 50px;
	margin: 0 0 30px;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-family: "Avenir",sans-serif;
	position: relative;
}
.ilaw-page-home #banner-text .button {
	padding: 0 63.5px;
}
.ilaw-page-home #banner #banner-scroll {
	height: 35px;
	clear: both;
	cursor: pointer;
	position: absolute;
	bottom: -100px;
	left: 160px;
}
#banner-selling-point1 {
	width: 30.5%;
	height: 240px;
	position: absolute;
	bottom: 240px;
	right: 0px;
	background: #154d7d;
	
	background: linear-gradient(45deg, #0d3556 0%,  #144d7c 56%, #144d7c 100%);
	z-index: 4;
}
#banner-selling-point1 .selling-point-text {
	font-size: 26.6px;
	font-family: "Khand", sans-serif;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: absolute;
	top: 136px;
	left: 45px;
}
#banner-selling-point1 strong {
	color: #cc5500;
	font-weight: 600;
}
#banner-selling-point2 {
	width: 30.5%;
	height: 240px;
	position: absolute;
	bottom: 0px;
	right: 30.5%;
	z-index: 4;
	background: #154d7d;
	
	background: linear-gradient(45deg, #0d3556 0%,#144d7c 44%,#144d7c 100%);
}
#banner-selling-point2 .selling-point-text {
	font-size: 26.6px;
	font-family: "Khand", sans-serif;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
	position: absolute;
	top: 144px;
	left: 42px;
}
#banner-selling-point2 strong {
	color: #cc5500;
	font-weight: 600;
}
#banner-video {
	width: 30.5%;
	height: 240px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(images/video-image-1.jpg) 0px 0px no-repeat;
	background-size: cover;
}
#banner-video:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #191d2b;
	opacity: 0;
	transition: opacity 0.25s ease-out;
}
#banner-video:hover:before {
	opacity: 0.4;
}
#banner-video .video-text {
    font-size: 17.39px;
    font-family: "Khand", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    top: 100px;
    left: 192px;
    color: #FFF;
}
#banner-video .video-text strong {
	font-size: 17.39px;
	font-family: "Khand", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 2;
	position: relative;
}
#banner-video .video-text:before {
	content: '';
	width: 98px;
	height: 98px;
	background: url(images/hero-playbutton.png) 0px 0px no-repeat;
	position: absolute;
	top: -37px;
	left: 60px;
	z-index: 1;
}

@media (max-width: 1499px) {
	.ilaw-page-home #banner .title {
		letter-spacing: 40px;
	}
}

@media (max-width: 1399px) {
	
}

@media (max-width: 1199px) {
	.ilaw-page-home #banner {
		padding: 73px 85px 370px;
	}
	.ilaw-page-home #banner .title {
		font-size: 70px;
	    line-height: 121.8px;
	    text-align: left;
	    text-transform: uppercase;
	    margin: 0 0 8px;
	    letter-spacing: 30px;
	}
	.ilaw-page-home #banner .title span:before {
		width: 8px;
		height: 66px;
		top: 14px;
		left: 0px;
	}
	.ilaw-page-home #banner .title span:after {
		width: 8px;
		height: 66px;
		top: 14px;
	}
	.ilaw-page-home #banner .title strong {
		font-size:155.31px;
		letter-spacing: -0.2px;
	}
	.ilaw-page-home #banner-text p {
		font-size: 19px;
	}
	.ilaw-page-home #banner #banner-scroll {
		bottom: -110px;
	}
	#banner-selling-point1 {
		width: 31.88%;
	}
	#banner-selling-point2 {
		width: 31.88%;
		right: 31.88%;
	}
	#banner-selling-point1 .selling-point-text {
		top: 143px;
		left: 43px;
	}
	#banner-selling-point2 .selling-point-text {
		left: 38px;
	}
	#banner-video {
		width: 31.88%;
	}
	#banner-video .video-text {
		left: 70%;
		-webkit-transform: translateX(-70%);
		transform: translateX(-70%)
	}
}

@media (max-width: 991px) {
	.ilaw-page-home #banner {
		padding: 193px 45px 90px;
		height: auto;
		overflow: visible;
	}
	.ilaw-page-home #banner-text:before {
		content: url(images/hero-home-diamond-tab.png);
		position: absolute;
		left: 205px;
		top: -100px;
		z-index: -1;
	}
	.ilaw-page-home #banner .title {
		margin: 0 0 33px 0;
		font-size: 76px;
		line-height: 109.92px;
		letter-spacing: 25px;
	}
	.ilaw-page-home #banner-text p {
		font-size: 19px;
		margin: 0 0 0 70px;
	}
	.ilaw-page-home #banner-text .button {
		margin: 0 auto;
	}
	#banner-selling-point1 {
		width: 50%;
		left: 0px;
		right: auto;
		bottom: -225px;
		height: 225px;
		background: #191d2b;
	   
	    background: linear-gradient(45deg, #191d2b 0%,#191d2b 56%,#191d2b 100%);
	}
	#banner-selling-point2 {
		width: 50%;
		left: 50%;
		right: auto;
		bottom: -225px;
		height: 225px;
	}
	#banner-video {
	    width: 50%;
	    bottom: -465px;
	    background: url(images/hero-video-thumb-laptop.jpg) top center no-repeat;
	    background-size: cover;
	}
}

@media (max-width: 767px) {
	.ilaw-page-home #banner {
		background: url(images/hero-mob.jpg) top center no-repeat;
		background-size: cover;
		background-position: center 0px;
		height: 340px;
		padding: 137px 0 0;
		margin: 0;
	}
	.ilaw-page-home #banner .container {
		padding: 0;
		position: static;
	}
	.ilaw-page-home #banner .title {
		font-size: 33px;
		line-height: 51.56px;
		padding: 0 20px 20px;
		margin: 0 0 15px;
		text-align: left;
		position: relative;
		letter-spacing: 9px;
	}
	.page-es.ilaw-page-home #banner .title{
		font-size: 20px;
	}
	.ilaw-page-home #banner .title span {
		padding: 0 12px;
		display: inline-block;
		line-height: 1;
	}
	.ilaw-page-home #banner .title span:before {
		width: 5px;
		height: 40px;
		top: 0px;
		left: 0px;
	}
	.ilaw-page-home #banner .title span:after {
		width: 5px;
		height: 40px;
		top: 0px;
		right: 0px;
	}
	.ilaw-page-home #banner-text {
		width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
		height: 203px;
	}
	.ilaw-page-home #banner-text:before {
		content: url(images/hero-mob-diamond.png);
		position: absolute;
		left: 50%;
		top: -27px;
		z-index: -1;
		margin: 0 0 0 -104.5px;
	}
	.ilaw-page-home #banner-text p {
		line-height: 23px;
		font-size: 18px;
		text-align: center;
		margin: 0 auto !important;
		max-width: 240px;
		z-index: 3;
		position: relative;
	}
	.ilaw-page-home #banner-text .button-link {
		margin: 0 auto;
		width: 100%;
		position: absolute;
		bottom: -80px;
		padding: 0;
	}
	.ilaw-page-home #banner-text .button {
    	padding: 0 45.5px;
	}
	.ilaw-page-home #banner-text .button-link .button-text {
		font-size: 19px;
	}
	#banner-slider {
		height: 235px;
		background: #191d2b;
		position: absolute;
		bottom: -315px;
		left: 0px;
		width: 100%;
	}
	#banner-slider .slick-dots {
		position: absolute;
		bottom: 40px;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#banner-slider .slick-dots li {
		display: inline-block;
		margin: 0;
		line-height: 1;
		height: auto;
	}
	#banner-slider .slick-dots li button {
		border: 0px;
		font-size: 0px;
		height: 3px;
		width: 25px;
		margin: 0 6px;
		padding: 0;
		background: #2b4166;
		line-height: 1;
	}
	#banner-slider .slick-dots li.slick-active button {
		background: #154d7d;
	}
	#banner-selling-point1 {
		width: 100%;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 25px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 4px;
		padding: 80px 0 0;
		background: none;
		height: 235px;
	}
	#banner-selling-point2 {
		width: 100%;
		left: auto;
		right: auto;
		bottom: auto;
		font-size: 25px;
		text-transform: uppercase;
		text-align: center;
		letter-spacing: 4px;
		padding: 75px 0 0;
		background: none;
		height: 235px;
	}
	#banner-video {
	    width: 100%;
	    bottom: -555px;
	    background: url(images/hero-video-thumb-mobile.jpg) top center no-repeat;
	    background-size: cover;
	}
	#banner-video .video-text {

	}
}

@media (max-width: 450px) {
	#banner-video {
	    background: url(images/hero-video-thumb-mobile.jpg) left top no-repeat;
		background-size: cover;
	}
}

#header-scroll {
	margin: 270px auto 0;
	clear: both;
	cursor: pointer;
	display: table;
}

@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 transform: translateY(-15px);
}
}

@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}

@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 40% {
 -moz-transform: translateY(-30px);
 -ms-transform: translateY(-30px);
 -webkit-transform: translateY(-30px);
 transform: translateY(-30px);
}
 60% {
 -moz-transform: translateY(-15px);
 -ms-transform: translateY(-15px);
 -webkit-transform: translateY(-15px);
 transform: translateY(-15px);
}
}

.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

@-webkit-keyframes scroll-down {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
 -moz-transform: translateY(50px);
 -webkit-transform: translateY(50px);
 -o-transform: translateY(50px);
 -ms-transform: translateY(50px);
 transform: translateY(50px);
}
}

@-moz-keyframes scroll-down {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
 -moz-transform: translateY(50px);
 -webkit-transform: translateY(50px);
 -o-transform: translateY(50px);
 -ms-transform: translateY(50px);
 transform: translateY(50px);
}
}

@-o-keyframes scroll-down {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
 -moz-transform: translateY(50px);
 -webkit-transform: translateY(50px);
 -o-transform: translateY(50px);
 -ms-transform: translateY(50px);
 transform: translateY(50px);
}
}

@keyframes scroll-down {
 0% {
opacity: 0;
}
 50% {
opacity: 1;
}
 100% {
opacity: 0;
 -moz-transform: translateY(50px);
 -webkit-transform: translateY(50px);
 -o-transform: translateY(50px);
 -ms-transform: translateY(50px);
 transform: translateY(50px);
}
}

.infinite {
	-webkit-animation: scroll-down 3s infinite; /* Safari 4+ */
	-moz-animation: scroll-down 3s infinite; /* Fx 5+ */
	-o-animation: scroll-down 3s infinite; /* Opera 12+ */
	animation: scroll-down 3s infinite; /* IE 10+, Fx 29+ */
}

/* ===== MAIN ===== */

#main {
	position: relative;
	z-index: 2;

	width: 100%;
	overflow: visible;
	max-width: 1600px;
	margin: 0 auto;
}
.ilaw-page-home #main {
	z-index: 2;
	max-width: 100%;
	float: left;
	margin: 0;
}

@media(max-width:991px) {
	.ilaw-page-home #main {
		z-index: 1;
	}
}

@media(max-width:767px) {
	#main {
		margin: 0;
	}
	.ilaw-page-home #main {
		margin:0;
	}
}

/* ===== SECTION1 ===== */

#main #section1 {
	float: left;
	width: 100%;
	padding: 198px 0 155px;
	background: #FFF;
}
#main #section1:before {
	content: url(images/content-angle.png);
	position: absolute;
	top: 0px;
	left: 0px;
}
#main #section1 .container {
	max-width: 1570px;
}
#main #section1-title {
	margin: 0 auto 50px;
	text-align: center;
	padding: 0;
	max-width: 894px;
	width: 100%;
	display: table;
	position: relative;
}
#section1 #section1-title h1 {
    margin: 0;
}
#main #section1-title .h-title {
	color: #191d2b;
	font-size: 172px;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 205px;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: none;
	font-weight: 400;
    font-family: "Khand", sans-serif;
    display: block;
}
#main #section1-title .h-subtitle {
	color: #cc5500;
	font-size: 34px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 7px;
	line-height: 1.1;
	font-weight: 600;
	margin: 0 -310px 0 0;
	background: url(images/content-lines.png) center right no-repeat;
	float: right;
	padding: 0 270px 0 0;
	font-family: "Khand", sans-serif;
	display: block;
}
#main #section1 #section1-text1 {
	width: 50%;
	float: right;
	margin: 0 2.7% 40px 0;
}
#main #section1 #section1-text2 {
	width: 40%;
	float: right;
}
#main #section1 #section1-text3 {
	width: 40%;
	float: right;
}
#main #section1 .content-text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #c48657;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
	line-height: 1.2;
}
#main #section1 .content-text p {
	font-size: 16px;
	line-height: 34px;
	margin: 0 0 34px;
}
#main #section1 p:last-child {
	margin: 0;
}
#main #section1 .content-text h2,
#main #section3 .content-text h2{
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #154d7d;
	margin: 0 0 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#main #section1 .content-text blockquote {
	font-size: 32px;
	line-height: 42px;
	color: #cc5500;
	font-family: "Khand", sans-serif;
	padding: 0 0 0 24px;
	border-left: 2px solid #cc5500;
	margin: 0 0 40px;
}
#main #section1 .content-text blockquote p {
	color: #cc5500;
	font-size: 32px;
	line-height: 42px;
	font-weight: 400;
}
#main #section1 .content-text ul,
#main #section3 .content-text ul {
	margin: 0 0 34px;
}
#main #section1 .content-text ul li:before,
#main #section3 .content-text ul li:before  {
	content: '';
	width: 5px;
	height: 5px;
	background: #111420;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0px;
}
#main #section1 .content-text li,
#main #section3 .content-text li  {
    margin: 0 0 10px;
    text-align: left;
    padding: 0 0 0 18px;
    display: list-item;
    clear: both;
    list-style-type: none;
    width: 100%;
    color: #111420;
    font-size: 17px;
    line-height: 34px;
    position: relative;
    font-family: "Avenir", sans-serif;
}
#main #section1-image-placeholder {
	width: 830px;
	height: 910px;
	float: left;
	margin: 0 0 0 -170px;
	max-width: 50%;
}
#main #section1-image {
	width: 830px;
	height: 910px;
	position: absolute;
	top: 455px;
	left: 0px;
	max-width: 45%;
}
#main #section1 #section1-image figure {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#main #section1 #section1-image figure img{
	max-width: 100%;
}
#main #section1-testimonials {
	position: absolute;
	top: 700px;
	left: 0px;
	width: 60%;
	height: 800px;
	background: #FFF url(images/content-test-diamond.png) center center no-repeat;
	padding: 168px 70px 0;
}
#main #section1-testimonials-title h3 {
	color: #cc5500;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	font-family: "Avenir", sans-serif;
	letter-spacing: 5px;
}
#main #section1-slider {
	height: 465px;
}
#main #section1-slider .testimonial-content {
	padding: 0;
	background: none;
}
#main #section1-slider .testimonial-quote {
	font-size: 32px;
	line-height: 50px;
	font-weight: 700;
	padding: 0;
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 650px;
}
#main #section1-slider .testimonial-quote p {
	font-size: 23.01px;
	line-height: 37.01px;
	font-weight: 300;
	position: relative;
	text-align: center;
	margin: 0;
	color: #191d2b;
}
#main #section1-slider .testimonial-quote p span {
	padding-top: 15px;
	display: block;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	font-family: "Avenir", sans-serif;
	letter-spacing: 4px;
}
#main #section1-slider .testimonial-title {
	font-size: 60.02px;
	color: #191d2b;
	letter-spacing: 0px;
	text-align: center;
	font-family: "Khand", sans-serif;
	font-weight: 400;
	line-height: 73.68px;
	margin: 0 0 39px;
}
#main #section1-slider .slick-prev {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 9px solid #cc5500;
	background: none;
	font-size: 0px;
	-webkit-appearance: none;
	border-left: 0px;
	padding: 0;
	position: absolute;
	top: 122px;
	left: 0px;
	z-index: 2;
	margin: -5px 0 0;
	border-radius: 0px;
}
#main #section1-slider .slick-next {
	cursor: pointer;
	border: 0px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #cc5500;
	background: none;
	font-size: 0px;
	-webkit-appearance: none;
	padding: 0;
	position: absolute;
	top: 122px;
	right: 0px;
	z-index: 2;
	margin: -5px 0 0;
	border-radius: 0px;
}
#main #section1-slider .slick-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
	margin: 0;
}
#main #section1-slider .slick-dots li {
	font-size: 0px;
	display: inline-block;
	border: 0px;
	background: none;
	margin: 0 6.5px;
	line-height: 1;
}
#main #section1-slider .slick-dots li button {
	font-size: 0px;
	border: 0px;
	width: 30px;
	height: 3px;
	background: #d7d7d7;
	padding: 0;
}
#main #section1-slider .slick-dots li.slick-active button {
	background: #154d7d;
}

@media(max-width:1199px) {
	#main #section1 {
		padding: 197px 20px 140px;
	}
	#main #section1:before {
		content: url(images/content-tab-angle.png);
	    left: -100px;
	    top: 0;
	}
	#main #section1-title {
		max-width: 974px;
		margin: 0 auto 57px;
	}
	#main #section1-title .h-title {
		line-height: 148.94px;
		margin: 0 0 7px;
	}
	#main #section1-title .h-subtitle {
		margin: 0 -50px 0 0;
	}
	#main #section1 #section1-text1 {
		width: 46%;
	}
	#main #section1 #section1-text2 {
		width: 46%;
		margin: 0 2.7% 0 0;
		clear: both;
	}
	#main #section1-image {
		height: 680px;
	}
	#main #section1 #section1-image figure {
		background-size: contain;
	}
	#main #section1-image-placeholder {
		margin: 10px 0 0 -290px;
		height: 680px;
	}
	#main #section1-testimonials {
		width: 50%;
		padding: 168px 70px;
	}
	#main #section1-slider {
		height: auto;
		padding: 0 0 60px;
	}
	#main #section1-slider .testimonial-title {
		margin: 0 0 27px;
	}
	#main #section1-slider .slick-prev {
		left: -40px;
	}
	#main #section1-slider .slick-next {
		right: -40px;
	}
}

@media(max-width:991px) {
	#main #section1 {
		padding: 90px 20px 0 36px;
	}
	#main #section1-title .h-title {
		font-size: 125px;
		line-height: 131.97px;
		margin: 0;
	}
	#main #section1-title .h-subtitle {
		font-size: 25px;
		margin: 0;
		letter-spacing: 4px;
	}
	#main #section1:before {
	    left: -200px;
	    top: 224px;
	}
	#main #section1 #section1-text1 {
		width: 100%;
		margin: 0 0 40px;
		padding: 0 20px;
	}
	#main #section1 #section1-text2 {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}
	#main #section1-testimonials {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		clear: both;
		height: auto;
		padding: 108px 70px;
	}
	#main #section1-slider .testimonial-quote {
		font-size: 23px;
		line-height: 37.01px;
	}
}

@media(max-width:767px) {
	#main #section1 {
		clear: both;
		padding: 45px 0 0;
	}
	#main #section1:before {
		content: url(images/content-mob-angle.png);
		top: 560px;
		left: -220px;
	}
	#main #section1-title {
		margin: 0 auto 22px;
	}
	#main #section1-title .h-title {
		font-size: 67.56px;
		line-height: 78.39px;
		text-align: center;
	}
	#main #section1-title .h-subtitle {
		font-size: 18.64px;
		padding: 0 0 30px;
		background: url(images/content-lines.png) bottom center no-repeat;
		background-size: 158px;
		width: 100%;
		float: left;
		text-align: center;
		letter-spacing: 4px;
	}
	#main #section1 #section1-text1 {
		padding: 0 20px;
	}
	#main #section1 #section1-text2 {
		padding: 0 20px 30px;
	}
	#main #section1 .content-text p {
		line-height: 33px;
	}
	#main #section1 .button {
		text-align: center;
		font-size: 19px;
		font-weight: 500;
		padding: 0;
		letter-spacing: 1px;
	}
}

/* ===== SECTION2 ===== */

#section2 {
	padding: 0 30px;
	overflow: visible;
	z-index: 2;
	height: 1105px;
	background: url(images/sp-bg.jpg) top center no-repeat;
	background-size: cover;
}
#section2 .container {
	max-width: 1540px;
}
#section2 .content-text {
	padding: 190px 30px 0 0;
	background: url(images/sp-diamond.png) center 40px no-repeat;
	height: 960px;
}
#section2-title {
	float: left;
	width: 50%;
}
#section2-title h2 {
	font-size: 78.91px;
	line-height: 126.1px;
	letter-spacing: 60px;
	margin: 64px 0 0;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	font-family: "Avenir",sans-serif;
}
#section2-selling-points {
	width: 50%;
	height: 628px;
	position: static;
	float: left;
}
#section2-selling-points .slick-track:before {
	content:'';
	width: 663px;
	height: 628px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #154d7d;
    
    background: linear-gradient(45deg, #0d3556 0%,  #144d7c 56%, #144d7c 100%);
}
#section2-selling-points .selling-point {
	position: relative;
	opacity: 0;
	padding: 194px 0 0 80px;
	height: 625px;
}
#section2-selling-points .selling-point-title {
	font-size: 40px;
	line-height: 51px;
	float: left;
	width: 41%;
	margin: 0;
	padding: 0 30px 0 0;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
}
#section2-selling-points .selling-point-title strong {
	color: #cc5500;
	font-weight: 400;
}
#section2-selling-points .selling-point-tab-title {
	display: none;
}
#section2-selling-points .selling-point-text {
	float: left;
	width: 49%;
}
#section2-selling-points .selling-point-text p {
	margin: 0 0 45px;
	color: #FFF;
	font-size: 18px;
	line-height: 33px;
}
#section2-selling-points .selling-point-text .button-link {
	margin: 0 0 0 15px;
	width: 340px;
}
#section2-selling-points .selling-point-text .button {
	padding: 0 63px;
	width: 340px;
}
#section2-selling-points .slick-list {
	margin: 0 0 30px;
}
#section2-selling-points.active {
	opacity:1;
}
#section2-selling-points .slick-dots.slick-dots-original {
	margin: 0;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
#section2-selling-points .slick-dots.slick-dots-original li {
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 33.33%;
	float: left;
	height: 130px;
	position: relative;
}
#section2-text.active #section2-selling-points .slick-dots.slick-dots-original li {
	opacity:1;
}
#section2-selling-points .slick-dots.slick-dots-original li:after {
	content: '';
	height: 0px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: height 0.15s ease-out;
	background: #e46004;
	
	background: linear-gradient(45deg,  #e46004 0%,#cc5500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#section2-selling-points .slick-dots.slick-dots-original li.slick-active:after {
	height: 25px;
	transition: height 0.25s ease-in;
}
#section2-selling-points .slick-dots li:last-child {
	padding: 0;
}
#section2-selling-points .slick-dots li button {
	position: relative;
	text-decoration: none;
	font-weight: 500;
	line-height: 30px;
	display: block;
	clear: both;
	margin: 0 auto 5px;
	padding: 0 0 5px;
	background: none;
	cursor: pointer;
	border: 0px;
	border-radius: 0px;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	letter-spacing: 1px;
	font-family: "Khand", sans-serif;
	border-bottom: 2px solid #154d7d;
}
#section2-selling-points .slick-dots li button:before {
	content: '0';
}
#section2-selling-points .slick-dots li .slick-title {
	color: #FFF;
	font-size: 19px;
	line-height: 32.44px;
	text-align: center;
	width: 100%;
	float: left;
	font-family: "Khand", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 500;
}
#section2-selling-points .slick-dots li.slick-active button {
	color: #FFF;
}
#section2-selling-points .slick-dots li:hover button {
	color: #FFF;
}
#section2-selling-points .slick-dots.slick-dots-clone {
	margin: 0;
	z-index: 999;
	position: absolute;
	top: 405px;
	left: 80px;
	width: auto;
}
#section2-selling-points .slick-dots.slick-dots-clone li {
	padding: 0;
	margin: 0 5px 0 0;
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	background: none;
	border-radius: 100%;
	cursor: pointer;
}
#section2-selling-points .slick-dots.slick-dots-clone li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #FFF;
	border-radius: 100%;
}
#section2-selling-points .slick-dots.slick-dots-clone li.slick-active {
	border: 1px solid #cc5500;
}
#section2-selling-points .slick-dots.slick-dots-clone li.slick-active:before {
	background: #cc5500;
}
#section2-text.active #section2-selling-points .slick-dots.slick-dots-clone li {
	opacity:1;
}

	
	#section2-selling-points .selling-point-text .button-link{
		margin: 0;
		width: 325px;
	}
	#section2-selling-points .selling-point-text .button{
		width: 325px;
		padding: 0;
		font-size: 18px;
	}

	#section2-selling-points .selling-point{
		padding-left: 65px;
	}

	#section2-selling-points .slick-dots.slick-dots-clone{
		left: 65px;
	}

@media (max-width: 1600px){
	#section2-selling-points .selling-point-text {
	float: left;
	width: 50%;
	}
	
	#section2-selling-points .selling-point-text .button-link{
		margin: 0;
		width: 295px;
	}
	#section2-selling-points .selling-point-text .button{
		width: 295px;
		padding: 0;
		font-size: 18px;
	}

}

@media (max-width: 1300px){
	#section2-selling-points .selling-point-title{
		font-size: 35px;
		padding-right: 60px;
	}
	#section2-selling-points .selling-point{
		padding-top: 145px;
		padding-left: 43px;
	}
	
	#section2-selling-points .slick-dots.slick-dots-clone{
		left: 43px;
	}
	
	#section2-selling-points .selling-point-text .button-link{
		width: 260px;
	}
	#section2-selling-points .selling-point-text .button{
		width: 260px;
	}
}

@media (max-width: 1199px) {
	#section2-selling-points .selling-point-title{
		font-size: 35px;
		padding-right: 30px;
	}
	#section2 {
		height: 1065px;
		padding: 0;
	}
	#section2 .content-text {
		padding: 213px 30px 0;
	}
	#section2-selling-points {
		float: none;
		margin: 0 auto;
		max-width: 750px;
		width: 100%;
	}
	
	#section2-selling-points .selling-point-text {
	float: left;
	width: 59%;
}
	#section2-selling-points .selling-point {
		width: 700px;
	}
	#section2-selling-points .selling-point-text p {
		margin: 0 0 55px;
	}
	#section2-selling-points .selling-point-text .button-link {
		margin: 0;
	}
	
	
}

@media (max-width: 991px) {
	#section2 .content-text {
		padding: 173px 30px 0;
		background: url(images/sp-diamond.png) center center no-repeat;
	}
	#section2-selling-points {
		max-width: 640px;
	}
	#section2-selling-points .slick-track:before {
		width: 580px;
		height: 546px;
		left: 20px;
	}
	#section2-selling-points .selling-point {
		padding: 171px 0 0 40px;
		overflow: visible;
	}
	#section2-selling-points .selling-point-title {
		font-size: 35px;
		line-height: 44.33px;
		margin: 0 0 0 32px;
		width: 230px;
	}
	#section2-selling-points .selling-point-text {
		float: left;
		width: 230px;
	}
	#section2-selling-points .selling-point-text p {
		font-size: 16px;
		line-height: 26.68px;
		width: 225px;
		float: right;
		margin: 0 0 25px;
	}
	#section2-selling-points .selling-point-text .button-link {
		font-size: 16.51px;
		height: 70px;
		line-height: 70px;
		width: 240px;
		padding: 0;
		text-align: center;
		float: right;
		margin: 0;
	}
	#section2-selling-points .selling-point-text .button {
		padding: 0;
		width: 100%;
	}
	#section2-selling-points .slick-dots li button {
		margin: 0 auto 10px;
	}
	#section2-selling-points .slick-dots li .slick-title {
		line-height: 26px;
	}
	#section2-selling-points .slick-dots.slick-dots-clone {
		top: 385px;
		left: 60px;
	}
}

@media (max-width: 767px) {
	#section2 {
		padding: 0;
		height: 860px;
	}
	#section2 .content-text {
		padding: 100px 20px;
		height: 860px;
	}
	#section2-selling-points {
		position: relative;
		max-width: 285px;
	}
	#section2-selling-points .slick-track {
		position: static;
	}
	#section2-selling-points .slick-track:before {
		content:none;
	}
	#section2-selling-points .selling-point {
		padding: 90px 30px;
		height: 645px;
	}
	#section2-selling-points .selling-point-title {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 35px;
	}
	#section2-selling-points .selling-point-text {
		width: 100%;
	}
	#section2-selling-points .selling-point-text p {
		text-align: center;
		font-size: 16px;
		line-height: 28.68px;
		width: auto;
	}
	#section2-selling-points .selling-point-text .button-link {
		position: absolute;
		left: 0px;
		bottom: 0px;
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: 500;
		padding: 0;
	}
	#section2-selling-points .slick-list {
		margin: 0;
		background: #154d7d;
	    
	    background: linear-gradient(45deg, #0d3556 0%,  #144d7c 56%, #144d7c 100%);
	}
	#section2-selling-points .slick-dots.slick-dots-original {
		display: none !important;
	}
	#section2-selling-points .slick-dots.slick-dots-clone {
		width: 100%;
		left: 0px;
		bottom: 120px;
		top: auto;
		z-index: 9999;
		position: absolute;
		text-align: center;
		max-width: 285px;
		height: 20px;
		line-height: 1;
	}
	#section2-selling-points .slick-dots.slick-dots-clone li {
		display: inline-block;
		float:none;
	}
}

@media (min-width: 1300px){
	#section2-selling-points .slick-track:before{
		width: 770px;
	}
}

/* ===== SECTION3 ===== */

#main #section3 {
	float: left;
	width: 100%;
	position: relative;
	padding: 210px 40px 250px;
	background: #FFF url(images/attorneys-angle.png) 0px 0px no-repeat;
}
#main #section3:before {
	content: url(images/content2-angle-2.png);
	position: absolute;
	top: 220px;
	right: 0px;
}
#main #section3 .container {
	max-width: 1490px;
	position: relative;
}
#main #section3 .content-title {
	margin: 0 auto 55px;
	text-align: center;
	padding: 0;
	max-width: 1300px;
	display: table;
}
#main #section3 .content-title h2 {
	color: #191d2b;
	font-size: 113.65px;
	letter-spacing: 1.5px;
	line-height: 120.88px;
	margin: 0 0 50px;
	padding: 0;
	position: relative;
	font-weight: 400;
	text-transform: none;
	text-align: left;
}
#main #section3 .content-title h2 strong {
	font-weight: 400;
	color: #cc5500;
	margin: 0 -40px 0 0;
	float: right;
}
#main #section3 .content-text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #154d7d;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0 0 10px;
	line-height: 1.2;
}
#main #section3 .content-text p {
	line-height: 34px;
	margin: 0 0 32px;
}
#main #section3 .content-text h2 {
	letter-spacing: 2px;
}
#main #section3 .content-text blockquote p {
	font-size: 25px;
	line-height: 42px;
	text-transform: uppercase;
	letter-spacing: 2.2px;
}
/* #main #section3 p:last-child {
	margin: 0;
} */
#section3-text1 {
	float: left;
    width: 100%;
    margin: 0;
}
#section3-text2 {
	float: left;
    width: 100%;
    margin: 0 0 30px;
}
#section3-text3 {
	float: left;
    width: 100%;
	margin: 0;
}

@media(max-width:1199px) {
	#main #section3 {
		padding: 210px 40px 225px;
	}
	#main #section3 .content-title h2 strong {
		margin: 0;
	}
	#main #section3 .col-left {
		width: 44%;
		float: left;
		margin: 0 4% 0 4%;
		position: relative;
	}
	#main #section3 .col-right {
		width: 44%;
		float: left;
		margin: 0;
		position: relative;
	}
	#section3-text1 {
		width: 100%;
		margin: 0;
	}
	#section3-text2 {
		width: 100%;
		margin: 0;
	}
	#section3-text3 {
		padding: 0;
		margin: 60px 0 0;
		width: 100%;
	}
}

@media(max-width:991px) {
	#main #section3 {
		padding: 140px 40px 110px;
		background: #FFF url(images/content2-tab-angle-1.png) -205px 0px no-repeat;
	}
	#main #section3:before {
		content: url(images/content2-tab-angle-2.png);
		position: absolute;
		bottom: -15px;
		right: -200px;
		top: auto;
	}
	#main #section3 .content-title {
		margin: 0 auto 35px;
	}
	#main #section3 .content-title h2 {
		font-size: 75px;
		line-height: 82.26px;
		letter-spacing: 0;
	}
	#main #section3 .col-left {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}
	#main #section3 .col-right {
		width: 100%;
		margin: 0;
	}
}

@media(max-width:767px) {
	#main #section3 {
		padding: 80px 10px;
		background: #FFF;
	}
	#main #section3 .content-title {
		padding: 0 0 0 10px;
		margin: 0 auto 20px;
	}
	#main #section3 .content-title h2 {
		font-size: 55px;
		line-height: 60px;
		margin: 0;
	}
	#main #section3 .content-title h2 strong {
		float: none;
	}
}

/* ===== SECTION3 ===== */
/* NEW RESULTS */
#section0 #case-results .result p, #section0 #case-results .result span{display:block;text-align:center;color:#1c2022}
#section0 #case-results .result .amount{font-size:49.7px;line-height:1}
#section0 #case-results .result .milli{font-size:22.6px;margin-bottom:22px}
#section0 #case-results .result .milli:after{content:"";display:block;width:31px;height:4px;margin:7px auto;background:#cc5500}
#section0 #case-results .result p{font-size: 16px;color:#35373c;margin-bottom:0;line-height: 1.4em}
#section0 #case-results .result{
	background:#efefef;box-sizing:border-box;border-right:1px solid #ddd;padding:35px 20px;height:270px}
#section0 #case-results .result{display:block}
#section0 #case-results .result:hover {
	text-decoration: none;
}
#section0 #case-results .result:hover .amount{ 
	color:#154d7d;
	text-decoration: none;
}
#section0 #button-wrap .blue-btn {
    width: 300px;
    margin: -26px auto -26px auto;
    position: relative;
    z-index: 99;
    font-size: 16px;
}

@media(max-width:991px) {
	#main #section0 {
	    padding: 223px 0 0;
	}
	#section0 #case-results .result{
		height: 242px;
	}
	.page-es #section0 #case-results .result{
		padding: 35px 13px;
	}	
	.page-es #section0 #case-results .result p{
		font-size: 14px;
	}
	#section0 #case-results .result p {
		font-size: 15px;
	}
	.page-es #section2-selling-points .selling-point-text .button{
		font-size: 16px;
	}
	
	.page-es .selling-point-text .button-link:before, .page-es .selling-point-text .button-link:after{
		width: 15px;
	}

}
@media (max-width: 767px) {
	#main #section0 {
	    padding: 555px 0 0;
	}
	.page-es #section0 #case-results .result{
		font-size: 42px;
	}
	.page-es #section0 #case-results .result {
		height: 250px;
        padding: 29px 20px;
	}
}

@media (max-width: 405px){
	.page-es #section0 #case-results .result {
		height: 295px;
	}
}


/* ===== SECTION4 ===== */

#section4 {
	padding: 0;
	overflow: visible;
	z-index: 2;
	height: 1016px;
}
#section4-text {
	float: left;
	width: 62%;
	height: 1016px;
	background: url(images/results-image.jpg) 0px 0px no-repeat;
	background-size: cover;
}
#section4 .content-slider {
	width: 744px;
	height: 694px;
	max-width: 90%;
	float: right;
	margin: 150px 0 0 0;
	position: static;
	z-index: 1;
}
#section4 .content-slider.active {
	z-index: 2;
}
#section4 .content-slider .slick-list {
	width: 744px;
	height: 694px;
	max-width: 100%;
	background: rgb(13,87,146);
	
	background: linear-gradient(45deg, #144d7c 0%,#0d3556 100%);
	position: absolute;
	top: 150px;
	right: 38%;
	z-index: 1;
}
#section4 .content-slider.active .slick-list {
	z-index: 2;
}
#section4 .slick-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 38%;
	height: 1016px;
	padding: 156px 0 0 5%;
	z-index: 1;
	background: rgb(13,87,146);
	
	background: linear-gradient(45deg, #144d7c 0%,#0d3556 100%);

}
#section4 .content-slider.active .slick-nav {
	z-index: 2;
}
#section4 .slick-dots li {
	padding: 36px 0;
	border-bottom: 1px solid #3f6a90;
	margin: 0;
	float: left;
	width: 100%;
	cursor: pointer;
	pointer-events: none;
}
#section4 .slick-dots li button {
	display: none;
}
#section4 .slick-dots li .slick-text {
	float: left;
	width: 100%;
	cursor: pointer;
	pointer-events: none;
}
#section4 .slick-dots li .slick-amount {
	float: left;
	/*color: #3e6d93;*/
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	width: 135px;
	padding: 0 75px 0 0;
	margin: 0 35px 0 0;
	background: url(images/results-lines.png) center right no-repeat;
	font-family: "Avenir", sans-serif;
}
#section4 .slick-dots li .slick-title {
	float: left;
	font-size: 18px;
	/*color: #3e6d93;*/
	color: #fff;
	font-weight: 400;
	text-transform: lowercase;
	font-family: "Avenir", sans-serif;
}
#section4 .slick-dots li.slick-active .slick-amount {
	color: #FFF;
}
#section4 .slick-dots li.slick-active .slick-title {
	color: #FFF;
}
#section4-case-results-businesss {
}
#section4 .case-result {
	padding: 67px 70px;
	height: 694px;
}
#section4 .case-result .case-result-title {
	font-size: 40px;
	line-height: 49.23px;
	float: left;
	width: 42%;
	margin: 0;
	padding: 0 20px 0 0;
	font-weight: 300;
	color: #FFF;
	text-transform: uppercase;
}
#section4 .case-result .case-result-tab-title {
	display: none;
}
#section4 .case-result .case-result-title strong {
	font-weight: 300;
	color: #cc5500;
}
#section4 .case-result .case-result-amount {
	font-size: 95px;
	color: #FFF;
	font-family: "Khand", sans-serif;
	font-weight: 600;
	position: absolute;
	left: 65px;
	bottom: 58px;
	line-height: 1;
}
#section4 .case-result .case-result-text {
	float: left;
	width: 55%;
	position: relative;
	margin: 177px 0 0 -30px;
}
#section4 .case-result .case-result-text p {
	margin: 0;
	color: #FFF;
	line-height: 27px;
}
#section4 .content-case-results .slick-list {
	margin: 0 0 30px;
}
#section4 .content-case-results.active {
	opacity:1;
}
#section4 .slick-header {
	clear: both;
	width: 100%;
	float: left;
	margin: 0 0 78px;
}
#section4 .slick-header h3 {
	color: #FFF;
	font-size: 65px;
	font-weight: 300;
	display: inline-block;
	margin: 0 18px 0 0;
	float: left;
}
#section4 .slick-header strong {
	color: #cc5500;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Khand", sans-serif;
	letter-spacing: 2.8px;
	float: left;
	margin: 3px 0 0 0;
}
#section4-nav {
	position: absolute;
	bottom: 0px;
	left: 62%;
	width: 38%;
	z-index: 3;
}
#section4-nav .disclaimer p {
	color: rgba(255,255,255,0.5);
	padding-left: 10%;
	line-height: 1.2em;
}
#section4-nav-personal {
	float: left;
	width: 50%;
	clear: none;
	text-align: center;
}
#section4-nav-personal .button {
	width: 100%;
	background: none;
}
#section4-nav-personal .button:before {
	content:none;
}
#section4-nav-personal:hover .button {
	color: #154d7d !important;
}
#section4-nav-personal.active:hover .button {
	color: #FFF !important;
}
#section4-nav-personal.button-link:before {
	opacity:0;
}
#section4-nav-personal.button-link:after {
	opacity:0;
}
#section4-nav-personal.active .button {
	background: #e46004;
   
    background: linear-gradient(to right, #e46004 0%,#cc5500 100%);
    
}
#section4-nav-personal.active.button-link:before {
	opacity:0.6;
}
#section4-nav-personal.active.button-link:after {
	opacity:0.6;
}
#section4-nav-business {
	float: left;
	width: 50%;
	clear: none;
	text-align: center;
}
#section4-nav-business .button {
	width: 100%;
	background: none;
}
#section4-nav-business:hover .button {
	color: #3e6d93 !important;
}
#section4-nav-business.active:hover .button {
	color: #FFF !important;
}
#section4-nav-business .button:before {
	content:none;
}
#section4-nav-business.button-link:before {
	opacity:0;
}
#section4-nav-business.button-link:after {
	opacity:0;
}
#section4-nav-business.active .button {
	background: #e46004;
   
    background: linear-gradient(to right, #e46004 0%,#cc5500 100%);
    
}
#section4-nav-business.active.button-link:before {
	opacity:0.6;
}
#section4-nav-business.active.button-link:after {
	opacity:0.6;
}
#section4 .content-case-results .slick-dots {
	left: 5%;
	margin: 0;
}
#section4 .content-case-results .slick-dots li {
	padding: 0 40px 0 0;
	margin: 0;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.5s 3s cubic-bezier(.60,.70,.90,0.3);
}
#section4-text.active #section4 .content-case-results .slick-dots li {
	opacity:1;
}
#section4 .content-case-results .slick-dots li:last-child {
	padding: 0;
}
#section4 .content-case-results .slick-dots li button {
	position: relative;
	text-decoration: none;
	font-weight: 800;
	color: #c7c7c7;
	font-size: 12px;
	line-height: 12px;
	display: block;
	clear: both;
	margin: 0 0 13px;
	padding: 0;
}
#section4 .content-case-results .slick-dots li button:before {
	content: '0';
}
#section4 .content-case-results .slick-dots li .slick-title {
	color: #15182b;
	font-size: 23px;
	line-height: 32.44px;
}
#section4 .content-case-results .slick-dots li.slick-active button {
	color: #15182b;
}
#section4 .content-case-results .slick-dots li.slick-active .slick-title {
	color: #b57d54;
}
#section4 .content-case-results .slick-dots li:hover button {
	color: #15182b;
}
#section4 .content-case-results .slick-dots li:hover .slick-title {
	color: #b57d54;
}

@media (max-width: 1199px) {
	#section4-text {
		width: 48%;
	}
	#section4 .slick-nav {
		width: 52%;
	}
	#section4 .case-result {
		padding: 67px 45px 67px 50px;
	}
	#section4 .case-result .case-result-title {
		width: 100%;
	    padding-left: 15px;
	}
	#section4-nav {
		left: 48%;
		width: 52%;
	}
	#section4 .content-slider .slick-list {
	    width: 545px;
	    top: 125px;
	    right: 50%;
		z-index: 1;
	}
	#section4 .case-result .case-result-text {
		width: 100%;
		margin: 47px 0 0;
		padding-right: 50px;
	    padding-left: 50px;
	}
}

@media (max-width: 991px) {
	#section4 {
	    height: 1003px;
	}
	#section4-text {
		width: 12%;
	    background: url(images/results-image-tablet.jpg) 0px 0px no-repeat;
	}
	#section4 .content-slider {
		background: no-repeat;
	}
	#section4 .slick-nav {
		width: 88%;
		padding: 156px 0 0 80px;
		height: 1003px;
	}
	#section4 .slick-dots li .slick-amount {
		color: #FFF;
	}
	#section4 .slick-dots li .slick-title {
		color: #FFF;
	}
	#section4 .case-result {
		display: none;
	}
	#section4-nav {
		left: 12%;
		width: 89%;
	}
	#section4 .content-slider .slick-list {
		background:none;
	}
}

@media (max-width: 767px) {
	#section4 {
		height: auto;
	}
	#section4-text {
		width: 100%;
		background: none;
		height: auto;
	}
	#section4 .content-slider.active {
		width: 100%;
		height: auto;
		max-width: 100%;
		margin: 0;
		float: left;
		position: relative;
	}
	#section4 .slick-nav {
		width: 100%;
		padding: 106px 0 0;
		height: auto;
		position: relative;
		top: auto;
		right: auto;
		float: left;
	}
	#section4 .slick-dots li {
		text-align: center;
		display: none;
	}
	#section4 .slick-dots li:nth-child(1) {
		display: block;
	}
	#section4 .slick-dots li:nth-child(2) {
		display: block;
	}
	#section4 .slick-dots li:nth-child(3) {
		display: block;
	}
	#section4 .slick-dots li .slick-amount {
		margin: 0 auto 8px;
		display: table;
		width: 60px;
		float: none;
		padding: 0 0 15px;
		line-height: 1;
		background: url(images/results-lines.png) bottom center no-repeat;
	}
	#section4 .slick-dots li .slick-title {
		width: 100%;
	}
	#section4 .slick-header {
		margin: 0 0 37px;
	}
	#section4 .slick-header h3 {
		text-align: center;
		width: 100%;
		margin: 0;
	}
	#section4 .slick-header strong {
		display: none;
	}
	#section4-nav {
		display: none;
	}
	#main #section4 .button {
		text-align: center;
		font-size: 19px;
		font-weight: 500;
		letter-spacing: 1px;
		padding: 0;
	}
	#section4-case-results-business {
		display: none;
	}
	#section4 .content-slider.active .slick-list {
		display: none;
	}
}

/* ===== HOME SECTION5 ===== */

#section5 {
	padding: 255px 0 205px;
	height: 1090px;
	z-index: 9;
}
#section5-title {
	position: absolute;
	width: 28.7%;
	left: 0;
	padding: 100px 0 0 140px;
}
#section5-title:before {
	content: '';
	width: 646px;
	height: 646px;
	background: url(images/blog-diamond.png) 0px 0px no-repeat;
	position: absolute;
	top: -65px;
	left: 80px;
	z-index: -1;
}
#section5-posts {
	margin: 0 0 0 45%;
	position: relative;
}
#section5-title p {
	font-size: 20px;
	line-height: 1;
	font-family: "Vidaloka", sans-serif;
	color: #59585a;
	padding: 0 0 18px;
	position: relative;
	margin: 0 0 20px 96px;
}
#section5-title p strong {
	color: #b57d54;
	font-weight: 400;
}
#section5-title p:after {
	content:'';
	width:100%;
	background:#1c1a21;
	height:1px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#section5-title h2 {
	font-size: 78.91px;
	color: #191d2b;
	line-height: 126.1px;
	margin: 0;
	letter-spacing: 60px;
	font-weight: 400;
	font-family: "Avenir", sans-serif;
}
#section5-slider {
	width: 1450px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#section5-arrows {
	position: absolute;
	top: 165px;
	left: -30px;
	width: 28.7%;
}
#section5-arrows .slick-prev {
	width: 75px;
	height: 65px;
	background: #FFF;
	font-size: 0px;
	margin: 0;
	padding: 0;
	border: 1px solid #154d7d;
	position: absolute;
	left: 0px;
	top: 80px;
	border-radius: 0px;
}
#section5-arrows .slick-prev:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 11px solid #154d7d;
}
#section5-arrows .slick-prev:hover {
	background: #154d7d;
}
#section5-arrows .slick-prev:hover:before {
	border-right: 11px solid #FFF;
}
#section5-arrows .slick-next {
	width: 75px;
	height: 65px;
	background: #FFF;
	font-size: 0px;
	display: inline-block !important;
	margin: 0;
	padding: 0;
	border: 1px solid #154d7d;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 0px;
}
#section5-arrows .slick-next:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 11px solid #154d7d;
}
#section5-arrows .slick-next:hover {
	background: #154d7d;
}
#section5-arrows .slick-next:hover:before {
	border-left: 11px solid #FFF;
}
#section5-slider .entry {
    padding: 0 10px 20px;
    overflow: visible;
    width: 705px;
}
#section5-slider .entry-content {
	border: 1px solid #e4e4e4;
	padding: 105px 100px;
	position: relative;
	margin: 0 0 20px;
}
#main #section5-slider .entry-title {
	font-size: 35px;
	line-height: 46px;
	font-family: "Avenir", sans-serif;
	height: 90px;
	margin: 0 0 30px;
	overflow: hidden;
}
#section5-slider .entry-date {
	margin: 0 0 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #626262;
	font-size: 12px;
	letter-spacing: 2px;
}
#section5-slider .entry-excerpt {
	height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main #section5-slider .entry-excerpt p {
	font-size: 22.0px;
	line-height: 32px;
	color: #191d2b;
	font-weight: 400;
}
#main #section5-slider .entry-excerpt p:last-child {
	margin:0;
}
#main #section5-slider .entry .button-link {
	font-size: 19px;
	color: #FFF;
	letter-spacing: 2px;
	height: 80px;
	line-height: 80px;
	padding: 0px;
	margin: 0;
	position: absolute;
	max-width: 230px;
	width: 100%;
	left: 100px;
	bottom: -40px;
	text-align: center;
}
#main #section5-slider .entry .button:before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #154d7d;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#main #section5-slider .entry .button-link:hover .button:before {
	opacity: 1;
}

@media(max-width:1699px) {
	#section5-title h2 {
		letter-spacing: 40px;
	}
}
@media(max-width: 1199px) {
	#section5 {
		padding: 185px 0;
		height: 905px;
	}
	#section5-posts {
		margin: 0 0 0 12%;
	}
	#section5-slider {
		width: 100%;
		top: 0px;
		padding: 0 0 0 40px;
		overflow: hidden;
	}
	#section5-arrows {
		left: 13px;
	}
}

@media(max-width: 991px) {
	#section5 {
		padding: 150px 40px 185px 40px;
		height: 1170px;
		overflow: hidden;
	}
	#section5-title {
		position: relative;
		padding: 0;
		width: 100%;
		text-align: center;
		float: left;
	}
	#section5-title:before {
		content: '';
		background: url(images/blog-mob-diamond.png) 0px 0px no-repeat;
		width: 290px;
		height: 290px;
		top: -28px;
		left: 50%;
		margin: 0 0 0 -145px;
	}
	#section5-posts {
		margin: 0;
		clear: both;
	}
	#section5-title h2 {
		font-size: 52.76px;
		line-height: 80.32px;
		text-align: center;
		letter-spacing: 30px;
		margin: 0 auto 60px;
		padding: 0;
		width: 330px;
		float: none;
	}
	#section5-slider {
		width: 100%;
		top: 0px;
		padding: 0 0 0 40px;
		overflow: hidden;
	}
	#section5-slider .slick-list {
		border: 1px solid #CCC;
		height: 500px;
		overflow: visible;
	}
	#section5-arrows {
		left: 40px;
		top: 170px;
		width: 180px;
		margin: 0 0 0 -40px;
	}
	#section5-arrows .slick-prev {
		top: 80px;
	}
	#section5-arrows .slick-next {
		top: 0px;
		left: 0px;
	}
	#section5-slider .entry {
		float: left;
		padding: 0;
	}
	#section5-slider .entry-content {
		height: 520px;
		padding: 80px 50px 100px 100px;
		border: 0px;
	}
	#main #section5-slider .entry-title {
		text-align: left;
		font-size: 30px;
		line-height: 41px;
		max-height: 160px;
		height: auto;
	}
	#section5-slider .entry-excerpt {
		height: 220px;
		overflow: hidden;
	}
	#main #section5-slider .entry-excerpt p:last-child {
		text-align: left;
		font-size: 18px;
		line-height: 32px;
	}
	#main #section5-slider .entry .button-link {
		bottom: -18px;
		left: 34%;
		margin: 0 0 0 -115px;
	}
}

@media(max-width:767px) {
	#section5 {
		padding: 110px 25px;
		float: left;
		height: 1125px;
	}
	#section5-title {
		position: relative;
		padding: 0;
		width: 100%;
		text-align: center;
		float: left;
	}
	#section5-title:before {
		content: '';
		background: url(images/blog-mob-diamond.png) 0px 0px no-repeat;
		width: 290px;
		height: 290px;
		top: -80px;
		left: 50%;
		margin: 0 0 0 -145px;
	}
	#section5-posts {
		margin: 0;
	}
	#section5-title h2 {
		font-size: 36.73px;
		line-height: 55.93px;
		text-align: center;
		letter-spacing: 30px;
		margin: 0 auto 67px;
		padding: 0;
		width: 270px;
		float: none;
	}
	#section5-slider {
		width: 100%;
		top: 0px;
		padding: 0;
	}
	#section5-slider .slick-list {
		border: 1px solid #CCC;
		height: 667px;
	}
	#section5-arrows {
		left: 50%;
		top: 630px;
		width: 180px;
		margin: 0 0 0 -90px;
	}
	#section5-arrows .slick-prev {
		top: 0px;
	}
	#section5-arrows .slick-next {
		top: 0px;
		right: 0px;
	}
	#section5-slider .entry {
		float: left;
	}
	#section5-slider .entry-content {
		height: 667px;
		padding: 45px 25px;
		border: 0px;
	}
	#main #section5-slider .entry-title {
		text-align: center;
		font-size: 30px;
		line-height: 41px;
		max-height: 82px;
		height: auto;
		overflow: hidden;
	}
	#section5-slider .entry-excerpt {
		height: 320px;
	}
	#main #section5-slider .entry-excerpt p:last-child {
		text-align: center;
		font-size: 18px;
		line-height: 32px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		height: 320px;
	}
	#main #section5-slider .entry .button-link {
		bottom: 80px;
		left: 50%;
		margin: 0 0 0 -103.5px;
		height: 70px;
		line-height: 70px;
		width: 207px;
	}
}

/* ===== FOOTER FORM ===== */

#colophon {
	float: left;
	clear: both;
	width: 100%;
	background: #FFF;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
#colophon:before {
	content: url(images/request-angle-1.png);
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 2;
}
#footer-form {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 226px 20px 165px;
	z-index: 1;
	background: rgb(12,92,155);
	
	background: linear-gradient(45deg, #144d7c 0%,#0d3556 100%);
}

#footer-form .validation_error,
#footer-form .validation_message{
	color: #f59681;
	font-size: 15px;
	padding: .75em 0 1em;
	font-family: 'Montserrat';
}

#footer-form .validation_message{
	display: block;
}

#footer-form  input[aria-invalid="true"][type="text"],
#footer-form  textarea[aria-invalid="true"]{
	border: 1px solid #cc5500;
}


#footer-form:before {
	content: url(images/request-angle-2.png);
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#footer-form .container {
	max-width: 1300px;
	position: relative;
}
#footer-form-title {
	float: none;
	clear: both;
	width: 100%;
	max-width: 1070px;
	margin: 0 auto 100px;
	display: table;
}
#footer-form h2 {
	color: #FFF;
	font-size: 129.15px;
	line-height: 65px;
	margin: 0 0 35px;
	letter-spacing: -0.2px;
	position: relative;
	text-transform: lowercase;
	font-weight: 300;
	float: left;
}

#footer-form .validation_error{
	display: none;
}

#footer-form h2 strong {
	color:#111420;
	font-size: 54.72px;
	font-weight: 400;
	letter-spacing: 0.2px;
	padding: 0 20px;
	margin: 0 0 0 70px;
	position: relative;
}
#footer-form h2 strong:before {
	content:'';
	margin: -0.5px 0 0;
	width: 9px;
	height: 48px;
	background: #ffd300;
	position: absolute;
	top: 5px;
	left: 0px;
}
#footer-form h2 strong:after {
	content:'';
	margin: -0.5px 0 0;
	width: 9px;
	height: 48px;
	background: #ffd300;
	position: absolute;
	top: 5px;
	right: 0px;
}
#footer-form h2 em {
	font-family: "Playfair Display", serif;
	text-transform: lowercase;
	color: #1a2c90;
	font-size: 98.92px;
}
#footer-form p {
	float: right;
	clear: both;
	text-align: center;
	color: #cc5500;
	font-size: 27.2px;
	line-height: 28px;
	margin: 0;
	padding: 0 200px 0 0;
	letter-spacing: 5px;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Khand", sans-serif;
	background: url(images/request-lines.png) center right no-repeat;
}
#footer-form-required {
	position: absolute;
	bottom: 80px;
	right: 0px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1.4px;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0 12px 0 0;
	font-family: "Avenir", sans-serif;
	font-size: 15px;
}
#footer-form-required:after {
	content:'';
	width: 4px;
	height: 4px;
	background: #FFF;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	right: 0px;
}
#footer-form .gform_wrapper {
	overflow: visible;
	margin: 0;
	width: 100%;
	max-width: 100%;
	clear: both;
}
#footer-form .gform_body {
	width: 100%;
	float: left;
	margin: 0 auto 40px;
}
#footer-form .gfield_input_label {
	color: #FFF;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	position: absolute;
	top: 18px;
	left: 25px;
	z-index: 1;
	font-family: "Avenir", sans-serif;
}
#footer-form #field_1_5 .gfield_input_label:after {
	content: ' We will respond within 24 hours.';
}
#footer-form .active .gfield_input_label {
    opacity: 0;
}
#footer-form .gform_wrapper label {
    width: 100%;
    color: #111420;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 11px;
    height: 18px;
    opacity: 0;
    display: none;
}
#footer-form .gform_wrapper .active label {
    opacity: 1;
}
#footer-form .ginput_container {
    position: relative;
    width: 100%;
    height: 66px !important;
    overflow: hidden;
    float: left;
}
#footer-form .ginput_container:after {
	content: '';
	width: 4px;
	height: 4px;
	background: #154d7d;
	border-radius: 100%;
	position: absolute;
	top: 31px;
	right: 25px;
}
#footer-form .gform_wrapper .active .ginput_container {
    background: #154d7d;
}
#footer-form input[type="text"],
#footer-form input[type="email"] {
	float: left;
	width: 100% !important;
	padding: 12px 30px !important;
	color: #FFF;
	font-size: 15px !important;
	line-height: 66px;
	margin: 0 !important;
	border-radius: 0px;
	height: 66px !important;
	letter-spacing: 2px;
	box-sizing: border-box;
	font-weight: 400;
	text-align: left;
	border: 1px solid #677c9f;
	position: relative;
	z-index: 2;
	background: none;
	vertical-align: top;
	font-family: "Avenir", sans-serif;
}
/*
#footer-form input[type="email"] {
	float: left;
	width: 100% !important;
	padding: 15px 20px !important;
	color: #181f33;
	font-size: 16px !important;
	line-height: 1;
	margin: 0 !important;
	border-radius: 0px;
	border: 1px solid #d1b296;
	border-bottom: 3px solid #d1b296;
	height: 78px !important;
	letter-spacing: 2px;
	background: #FFF;
	box-sizing: border-box;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}*/
#footer-form textarea {
	float: left;
	width: 100% !important;
	padding: 25px 30px !important;
	color: #FFF;
	font-size: 16px !important;
	line-height: 1;
	margin: 0 !important;
	border-radius: 0px;
	letter-spacing: 2px;
	background: none;
	box-sizing: border-box;
	text-align: left;
	height: 256px !important;
	font-weight: 400;
	border: 1px solid #677c9f;
	font-family: "Avenir", sans-serif;
}
#footer-form .gform_wrapper .gform_footer {
    font-size: 15px;
    height: 60px;
    width: 230px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
	background: #e74622;
	
    background: linear-gradient(135deg, #cc5500 0%,#cc5500  52%,#e46004 99%);
   
}
#footer-form .gform_wrapper .gform_footer:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
	opacity: 0.6;
}
#footer-form .gform_wrapper .gform_footer:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 3;
	opacity: 0.6;
}
#footer-form .gform_wrapper .gform_button_link {
    position: relative;
}
#footer-form .gform_wrapper .gform_button_link:before {
    content: '';
	position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #154d7d;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#footer-form .gform_wrapper .gform_footer:hover .gform_button_link:before {
    opacity: 1;
}
#footer-form .gform_wrapper .gform_footer input.button, #footer-form .gform_wrapper .gform_footer input[type=submit] {
    font-size: 19px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    letter-spacing: 2.5px;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 0;
	background: none;
}
#footer-form .gfield {
	position: relative;
}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible;
	position: relative;
}
#footer-form .gform_wrapper .gform_footer {
	margin: 0 auto;
	padding: 0px;
	clear: none;
	display: table;
	width: 340px;
	transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#footer-form #field_1_1,
#footer-form #field_3_1 {
	position: relative;
	float: left;
	clear: none;
	width: 23%;
	margin: 0 2.66% 30px 0;
}
#footer-form #field_1_6,
#footer-form #field_3_6 {
	position: relative;
	float: left;
	clear: none;
	width: 23%;
	margin: 0 2.66% 30px 0;
}
#footer-form #field_1_2,
#footer-form #field_3_2 {
	position: relative;
	float: left;
	clear: none;
	width: 23%;
	margin: 0 2.66% 30px 0;
}
#footer-form #field_1_4,
#footer-form #field_3_4 {
	position: relative;
	float: left;
	clear: none;
	width: 23%;
	margin: 0 0 30px 0;
}
#footer-form #field_1_5,
#footer-form #field_3_5 {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	margin: 0 0 5px 0;
}
#footer-form #field_1_5 .ginput_container,
#footer-form #field_3_5 .ginput_container {
	height: 256px !important;
}



#field_1_15,
#field_3_15 {
	display:none;
}

@media (max-width: 1400px) {
	#footer-form h2 em {
		font-size: 82px;
		letter-spacing: 0px;
	}
}

@media (max-width: 1199px) {
	#footer-form {
		padding: 230px 55px 170px;
	}
	#footer-form h2 {
		line-height: 60px;
	}
	#footer-form h2 strong:before {
		width: 8px;
		height: 41px;
		margin: -2px 0 0;
	}
	#footer-form h2 strong:after {
		width: 8px;
		height: 41px;
		margin: -2px 0 0;
	}
	#footer-form h2 strong {
		margin: 0 0 0 66px;
		font-size: 46.8px;
		line-height: 1;
		letter-spacing: 0.5px;
	}
	#footer-form h2 em {
		letter-spacing: 0px;
	}
	#footer-form .gform_wrapper {
		margin: 0 0;
	}
	#footer-form-required {
		font-size: 12.46px;
		bottom: 88px;
	}
	#footer-form .gform_body {
		margin: 0 auto 40px;
	}
}

@media (max-width: 1120px) {
	#footer-form h2 em {
		font-size: 60px;
	}
	#footer-form h2 {
		padding: 0 0 0 50px
	}
}

@media (max-width: 991px) {
	#footer-form {
		width: 100%;
		padding: 190px 30px 170px;
		margin: 0;
	}
	#footer-form h2 {
		margin: 0 0 30px;
		font-size: 114px;
		padding: 0;
	}
	#footer-form p {
		font-size: 24px;
	}
	#footer-form h2 em {
		font-size: 77px;
		display: block;
		width: 600px;
		max-width: 600px;
	}
	#footer-form #field_1_1,
	#footer-form #field_3_1 {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	#footer-form #field_1_6,
	#footer-form #field_3_6 {
		width: 48%;
		margin: 0 0 30px 0;
	}
	#footer-form #field_1_2,
	#footer-form #field_3_2 {
		width: 48%;
		margin: 0 4% 30px 0;
	}
	#footer-form #field_1_4,
	#footer-form #field_3_4 {
		width: 48%;
		margin: 0 0 30px 0;
	}
	#footer-form #field_1_5,
	#footer-form #field_3_5 {
		width: 100%;
		margin: 0 0 5px 0;
	}
	#footer-form #field_1_5 .ginput_container,
	#footer-form #field_3_5 .ginput_container {
		height: 256px !important;
	}
	#footer-form .gform_body {
		margin: 0 auto 80px;
	}
	#footer-form-required {
		font-size: 12.46px;
		bottom: 118px;
	}
}

@media (max-width: 767px) {
	#colophon:before {
		content: url(images/request-mob-angle.png);
		position: absolute;
		right: -90px;
		top: -20px;
		z-index: 2;
	}
	#footer-form:before {
		content: none;
	}
	#footer-form {
		padding: 100px 0 0;
		margin: 0;
		width: 100%;
		display: block;
		float: left;
	}
	#footer-form .container {
		padding: 0;
	}
	#footer-form-title {
		margin: 0 auto 45px;
		padding: 0 10px 0 15px;
	}
	#footer-form h2 {
		font-size: 68.2px;
		padding: 0;
		background: url(images/request-lines.png) 107px 20px no-repeat;
		background-size: 185px;
		margin: 0 0 5px;
	}
	.page-es #footer-form h2 {
		background: none;
		text-align: center;
	}
	#footer-form h2 strong {
		border-left:0px;
		border-right:0px;
		padding: 0 15px;
		float: right;
		line-height: 1;
		letter-spacing: 0px;
		margin: -5px -30px 0 0;
		font-size: 33px;
	}
	#footer-form h2 strong:before {
		content:none;
	}
	#footer-form h2 strong:after {
		content:none;
	}
	#footer-form h2 em {
		letter-spacing: 0px;
		font-family: "alternate-gothic-no-3-d",sans-serif;
		font-style: normal;
		text-transform: uppercase;
		line-height: 120px;
		margin: -50px 0 0 0;
		float: left;
		width: 100%;
		font-size: 51px;
		text-align: right;
		height: auto;
	}
	#footer-form h1:after {
		left: 0px;
		margin: 0px;
	}
	#footer-form p {
		background: none;
		width: 100%;
		float: left;
		padding: 0;
		font-size: 15.59px;
		letter-spacing: 2px;
	}
	#footer-form .gform_wrapper {
		padding: 0;
	}
	#footer-form .gform_body {
		padding: 0 20px;
		margin: 0 auto 70px;
	}
	#footer-form #field_1_1,
	#footer-form #field_3_1 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#footer-form #field_1_2,
	#footer-form #field_3_2 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	#footer-form #field_1_4,
	#footer-form #field_3_4 {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
	#footer-form #field_1_5,
	#footer-form #field_3_5 {
		width: 100%;
		margin: 0 0 5px 0;
	}
	#footer-form #field_1_6,
	#footer-form #field_3_6 {
		width: 100%;
		margin: 0 0 20px;
	}
	#footer-form #field_1_5 .gfield_input_label:after,
	#footer-form #field_3_5 .gfield_input_label:after {
		content: none;
	}
	#footer-form .gfield:after {
		top: 14px;
		right: 20px;
	} 
	#footer-form input[type="text"] {
		height: 65px !important;
		padding: 0 25px !important;
		font-size: 15px !important;
	}
	#footer-form .ginput_container {
		height: 65px !important;
	}
	#footer-form .gfield_input_label {
		top: 19px;
		left: 25px;
		font-size: 15px !important;
	}
	#footer-form #field_1_5 label,
	#footer-form #field_3_5 label {
		top: 20px;
		left: 25px;
		font-size: 13px !important;
	}
	#footer-form #field_1_5 .ginput_container,
	#footer-form #field_3_5 .ginput_container {
		height: 255px !important;
	}
	#footer-form textarea {
		margin: 0;
		height: 255px !important;
		padding: 20px 20px !important;
		font-size: 13px !important;
	}
	#footer-form .gform_wrapper .gform_footer {
		padding: 0px;
		clear: none;
		width: 100%;
	}
	#footer-form-required {
		font-size: 15px;
		text-align: center;
		position: absolute;
		right: auto;
		left: 0px;
		width: 100%;
		bottom: 105px;
		color: #75819c;
	}
	#footer-form-required:after {
		content: '';
		width: 4px;
		height: 4px;
		background: #154d7d;
		border-radius: 100%;
		position: relative;
		top: auto;
		right: 0px;
		display: inline-block;
		margin: 9px 0 0 9px;
		vertical-align: top;
	}
	#footer-form input[type="submit"] {
		margin: 0;
		width: 100%;
		padding: 0;
		font-size: 16px;
		height: 77px;
		line-height: 77px;
		letter-spacing: 3px;
	}
}

/* ===== FOOTER MAIN ===== */

#footer-main {
	float: left;
	width: 100%;
	padding: 106px 80px 0;
	position: relative;
}
#footer-main .container {
	max-width: 1700px;
	position: relative;
}
#colophon h4 {
	font-size: 35px;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 500;
	margin: 0 0 17px;
	color: #191d2b;
	text-align: center;
	padding: 0 0 16px;
	background: url(images/footer-lines.png) bottom center no-repeat;
}
#footer-location {
	float: left;
	margin: 0 6.66% 80px 0;
	width: 15%;
	text-align: center;
	background: url(images/footer-icon-1.svg) top center no-repeat;
	background-size: 45px;
	padding: 70px 0 0;
}
#footer-location p {
	font-size: 17.98px;
	line-height: 26.98px;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 17px;
	color: #191d2b;
}
#footer-location .button {
	background: none;
	height: auto;
	line-height: 1;
	text-align: center;
	padding: 0;
	width: auto;
	margin: 0 auto;
	display: table;
	color: #191d2b !important;
	font-size: 12.99px;
	font-family: "Avenir", sans-serif;
	font-weight: 700;
}
#footer-location .button:before {
	content: none;
}
#footer-location .button:after {
	content: none;
}
#footer-contact {
	float: left;
	margin: 0 6.66% 80px;
	width: 15%;
	background: url(images/footer-icon-2.svg) top center no-repeat;
	background-size: 45px;
	padding: 70px 0 0;
}
#footer-contact p {
	font-size: 17.98px;
	line-height: 26.98px;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 5px;
	color: #191d2b;
	text-align: center;
}
#footer-contact p strong {
	font-weight: 500;
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
    position: relative;
}
#footer-contact p strong:after {
    content: '';
    background: #cc5500;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    right: -1.5px;
    top: 50%;
    margin: -1.5px 0 0;
}
#footer-hours {
	float: left;
	margin: 0 6.66% 80px;
	width: 15%;
	background: url(images/footer-icon-3.svg) top center no-repeat;
	background-size: 53px;
	padding: 70px 0 0;
}
#footer-hours p {
	font-size: 17.98px;
	line-height: 26.98px;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 -10% 6px;
	color: #191d2b;
	text-align: center;
	width: 120%;
}
#footer-hours p strong {
	font-weight: 500;
    padding: 0 10px 0 0;
    margin: 0 6px 0 0;
    position: relative;
}
#footer-hours p strong:after {
    content: '';
    background: #cc5500;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    right: -1.5px;
    top: 50%;
    margin: -1.5px 0 0;
}
#footer-social {
	float: left;
	margin: 0 0 80px 6.66%;
	width: 15%;
	background: url(images/footer-icon-4.svg) top center no-repeat;
	background-size: 45px;
	padding: 70px 0 0;
}

@media (max-width: 1499px) {
	#footer-location {
		width: 18%;
		margin: 0 4.66% 80px 0;
	}
	#footer-contact {
		margin: 0 4.66% 80px;
		width: 18%;
	}
	#footer-hours {
		width: 18%;
		margin: 0 4.66% 80px;
	}
	#footer-social {
		width: 18%;
		margin: 0 0 80px 4.66%;
	}
}

@media (max-width: 1199px) {
	#footer-main {
		padding: 106px 30px 0;
	}
	#footer-location {
		width: 20%;
		margin: 0 3.33% 65px 0;
	}
	#footer-contact {
		margin: 0 3% 65px;
		width: 20%;
	}
	#footer-hours {
		margin: 0 3.33% 65px;
		width: 20%;
	}
	#footer-social {
		margin: 0 0 65px 3.33%;
		width: 20%;
	}
}

@media (max-width: 991px) {
	#footer-location {
		width: 48%;
		margin: 0 4% 65px 0;
	}
	#footer-contact {
		width: 48%;
		margin: 0 0 65px;
	}
	#footer-hours {
		width: 48%;
		margin: 0 4% 65px 0;
	}
	#footer-social {
		width: 48%;
		margin: 0 0 65px;
	}
}

@media (max-width: 767px) {
	#footer-main {
		padding: 70px 20px 0;
	}
	#footer-location {
		width: 100%;
		margin: 0 0 70px;
	}
	#footer-contact {
		width: 100%;
		margin: 0 0 70px;
	}
	#footer-hours {
		width: 100%;
		margin: 0 0 70px;
	}
	#footer-social {
		width: 100%;
		margin: 0 0 55px;
	}
}

/* ===== FOOTER SOCIAL ===== */

#footer-social a {
	display: table;
	position: relative;
	margin: 0 auto;
	font-size: 17.98px;
	line-height: 27.98px;
	clear: both;
	font-family: "Avenir", sans-serif;
	text-transform: lowercase;
	text-decoration: none !important;
	color: #111420;
}
#footer-social a svg {
	width:40px;
	fill:#FFF;
	transition: fill 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#footer-social a:hover {
}
#footer-social a.social-facebook svg {
	width:13px;
}
#footer-social a.social-twitter svg {
	width:28px;
}
#footer-social a.social-linkedin svg {
	width:27px;
}
#footer-social a.social-google svg {
	width: 34px;
}
#footer-social a.social-youtube svg {
	width: 30px;
}
#footer-social a svg:hover {
	fill:#ffd300;
}

/* ===== FOOTER BOTTOM ===== */

#footer-bottom {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 35px 30px;
	position: relative;
	border-top: 1px solid #e1e1e1;
}
#footer-bottom .container {
	max-width: 100%;
}
#footer-bottom p {
	color: #b8bbc4;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 0;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
#footer-bottom p a {
	color: #b8bbc4;
	padding: 0;
	text-decoration: none;
}
#footer-bottom p span {
	position: relative;
	display: inline-block;
	padding: 0 14px 0 0;
	margin: 0 9px 0 0;
}
#footer-bottom p span:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #b8bbc4;
	position: absolute;
	top: 4px;
	right: 0px;
}
#footer-bottom svg {
	display: inline-block;
	width: 275px;
	margin: 0;
	vertical-align: middle;
}
#footer-bottom path {
	fill: #9fa3b0;
}

@media (max-width: 1199px) {
	#footer-bottom {
		padding: 29px 40px 29px;
		z-index: 10;
	}
}

@media (max-width: 991px) {
	#footer-bottom {
		background:none;
		z-index: 9;
	}
	#footer-bottom svg {
		margin: 0 auto 15px;
		display: block;
		float: none;
	}
	#footer-bottom p {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	#footer-bottom {
		margin: 0;
		padding: 35px 0 35px;
		border-top: 1px solid #e1e1e1;
	}
	#footer-bottom p {
		line-height: 20px;
		margin: 0 0 20px;
	}
	#footer-bottom p a {
		padding: 0;
	}
	#footer-bottom p span:after {
		top: 8px;
	}
	#footer-bottom svg {
		margin: 0 auto;
		display: block;
	}
}

/* ===== PAGE CONTENT ===== */

#main #page-content {
	padding: 66px 80px;
	float: left;
	clear: both;
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	overflow: visible;
}
#main #page-content > .container {
	max-width: 100%;
	padding: 0;
}
#page-content a {
	color: #cc5500;
	font-weight: 400;
	text-decoration: underline;
}
#page-content a:hover {
	color: #154d7d;
}
#page-content a.button {
	color: #FFF;
}
#page-content a.button:hover, #page-content a.button:focus {
	background: #111420;
	border: 0px;
}
#page-content .content-title {
	margin: 0 auto 125px;
	max-width: 980px;
	display: table;
	width: 100%;
}
#page-content #page-title {
	float: left;
	clear: both;
	width: 100%;
	color: #111420;
	font-size: 100px;
	line-height: 100px;
	margin: 0 0 28px;
	letter-spacing: 0px;
	position: relative;
	text-transform: none;
	font-weight: 400;
	text-align: left;
}
#page-content .content-title #page-title {
	font-size: 172px;
	margin: 0 0 28px;
}

.espanol-template #page-content .content-title #page-title {
	font-size: 130px;
	margin: 0 0 28px;
}

#page-content #page-subtitle {
	float: right;
	width: auto;
	color: #cc5500;
	font-size: 34px;
	line-height: 40px;
	margin: 0 -140px 0 0;
	letter-spacing: 6px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 260px 0 0;
	background: url(images/title-lines.png) center right no-repeat;
}
.ilaw-default #page-content #page-title {
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 60px;
}
#full {
	float: left;
	width: 100%;
	position: relative;
}
#primary {
	float: right;
	width: 58%;
	margin: 0;
	padding: 0;
	position: relative;
}
#secondary {
	float: left;
	width: 32%;
	margin: 10px 0 0;
	position: relative;
	padding: 0;
}
#page-content h1 {
	padding: 0;
	border-bottom: 0px;
	float: left;
	clear: both;
	width: 100%;
	color: #111420;
	font-size: 117px;
	line-height: 111px;
	margin: 0 0 20px;
	letter-spacing: 0px;
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
}
#page-content h1 span {
	position: relative;
}
#page-content h2 {
	clear: both;
	width: 100%;
	color: #154d7d;
	font-size: 23px;
	line-height: 28px;
	margin: 0 0 4px;
	padding: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#page-content h3 {
	width: 100%;
	color: #191d2b;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: none;
	font-family: "Avenir", sans-serif;
}
#page-content h4 {
	width: 100%;
	color: #191d2b;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: none;
	font-family: "Avenir", sans-serif;
}
#page-content h5 {
	width: 100%;
	color: #191d2b;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	font-weight: 800;
	letter-spacing: 0.4px;
	text-transform: none;
	font-family: "Avenir", sans-serif;
}
#page-content p {
	/* clear: both; */
	color: #111420;
	font-size: 16px;
	line-height: 34px;
	margin: 0 0 36px;
	text-align: left;
	width: 100%;
}
#page-content p:last-child {
	margin: 0;
}
#primary ul {
	clear: both;
	color: #111420;
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
	float: left;
	width: 100%;
}
#primary li {
	margin: 0 0 5px;
	text-align: left;
	padding: 0 0 0 18px;
	display: list-item;
	clear: both;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #111420;
	font-size: 17px;
	line-height: 28px;
	position: relative;
	font-family: "Avenir", sans-serif;
}
#primary li:before {
	content: '\00B7';
	color: #1c304d;
	font-size: 40px;
	position: absolute;
	top: 2px;
	left: 0px;
}

@media (min-width: 1800px) {
	#primary {
    	width: 62%;
	}
}
@media (max-width: 1499px) {
	#page-content .content-title #page-title {
		font-size: 100px;
		line-height: 100.24px;
		margin: 0 0 5px;
	}
	#primary {
		width: 55%;
	}
	#secondary {
		width: 37%;
	}
}
@media (max-width: 1199px) {
	#page-content .content-title {
		margin: 0 auto 80px !important;
	}
	#page-content .content-title #page-title {
		font-size: 90px !important;
	}
	#page-content #page-subtitle {
		font-size: 28px !important;
		float: left !important;
	}
	#primary {
		float: left;
		width: 100%;
		margin: 0 0 40px;
		padding: 0;
	}
	#secondary {
		float: left;
		width: 100%;
	}
}

@media(max-width: 991px) {
	#main #page-content {
		padding: 66px 55px !important;
	}
	#page-content #page-title {
		font-size: 75px;
		line-height: 79.8px;
	}
	#page-content #page-subtitle {
		margin: 0 !important;
		background: none !important;
		padding: 0 !important;
		float: left !important;
		font-size: 28px !important;
	}
}

@media (max-width: 767px) {
	#main #page-content {
		padding: 120px 20px 60px !important;
	}
	#page-content .content-title {
		margin: 0 auto 30px !important;
	}
	#page-content #page-title {
		font-size: 55px;
		line-height: 60px;
		margin: 0 0 12px;
	}

	#page-content .content-title #page-title {
		font-size: 55px !important;
		line-height: 60px;
	}
	.espanol-template #page-content .content-title #page-title{
		line-height: 60px;
	}
	#page-content #page-subtitle {
		font-size: 20px !important;
		line-height: 28px !important;
		background: none;
		padding: 0;
		margin: 0;
		float: left;
		letter-spacing: 4px;
	}
}

/* ===== POSTS ===== */

.blog #page:before {
    content: url(images/int-hero-topangle.png);
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -500px;
}
.archive #page:before {
    content: url(images/int-hero-topangle.png);
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -500px;
}
.single #page:before {
    content: url(images/int-hero-topangle.png);
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -500px;
}
#posts {
	width: 100%;
	clear: both;
	margin: 0;
}
#posts .post {
	width: 100%;
	clear: both;
	margin: 0 0 60px;
	padding: 0 0 65px;
	border-bottom: 1px solid #c2c9cc;
}
#posts .post:last-child {
	border-bottom: 0px;
	padding: 0;
}
#main .post .entry-title {
	text-align: left;
	border-bottom: 0px;
	padding: 0;
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 20px;
	text-transform: none;
}
#main .post .entry-title a {
	text-decoration: none !important;
}
#main .post .entry-title a:hover {
	text-decoration: none;
}
#main .post .entry-meta {
	width: 100%;
	clear: both;
	font-size: 23px;
	line-height: 1.3;
	margin: 0 0 15px;
	color: #aeb0b8;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Khand",sans-serif;
	vertical-align: top;
}
#main .post .entry-meta a {
	color: #154d7d;
	font-weight: 400;
}
#main .post .entry-meta ul {
	width: auto;
	clear: none;
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#main .post .entry-meta ul li {
	list-style: none;
    letter-spacing: 2px;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
    clear: none;
    width: auto;
	position: relative;
	color: #aeb0b8;
}
#main .post .entry-meta ul li:after {
	content: ',';
}
#main .post .entry-meta ul li:last-child:after {
	content: none;
}
#main #page-content .post .entry-meta ul li:before {
	content: none;
}
#main .post .entry-content p {
	width: 100%;
	/* clear: both; */
	font-size: 16px;
	line-height: 34px;
	margin: 0 0 42px 0;
}
#page-content .post .button-link {
	line-height: 1;
	height: auto;
}
#page-content .post .button-link:before {
	content: none;
}
#page-content .post .button-link:after {
	content: none;
}
#page-content .post .button {
	letter-spacing: 0.2px;
	background: none;
	color: #191d2b !important;
	font-family: "Avenir", sans-serif;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 800;
	height: auto;
	line-height: 20px;
	border-bottom: 1px solid #777f91;
    padding: 0 0 5px;
}
#main .post .button:before {
	content: none;
}
#main .post .button:after {
	content: none;
}
#main .post .button:hover {
}
#main .posts-nav {
	float: left;
	width: 100%;
}
#main .posts-nav ul {
	margin: 0;
	padding: 0;
}
#main .posts-nav ul li {
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
}
#main #primary .posts-nav ul li:before {
	content: none;
}
#main .posts-nav ul li a {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 767px) {
	.blog #page:before {
		content: none !important;
	}
	.archive #page:before {
		content: none !important;
	}
	.single #page:before {
		content: none !important;
	}
	#primary {
		float: left;
		width: 100%;
		margin: 0 0 40px;
		padding: 80px 5%;
	}
	#primary li {
		padding: 0 0 0 12px;
		font-size: 16px;
		line-height: 30px;
	}
	#posts .post {
		margin: 0 0 30px;
		padding: 0 0 35px;
	}
	#main .post .entry-title {
		font-size: 40px;
		line-height: 50px;
		margin: 0 0 15px;
	}
	#main .post .entry-meta {
		font-size: 18px;
		line-height: 1.3;
		vertical-align: top;
	}
	#main .post .entry-meta ul li {
		font-size: 18px;
		line-height: 1.3;
	}
	#main .post .entry-content p {
		font-size: 16px;
		line-height: 32px;
		margin: 0 0 20px 0;
	}
}

/* ===== SIDEBAR ===== */

#secondary .widget {
	float: left;
	width: 100%;
	clear: both;
	font-size: 15px;
	margin: 0 0 133px;
	padding: 0;
	position: relative;
}
#secondary .widget:last-child {
	margin: 0;
}
#secondary .widget h3 {
	width: 100%;
	clear: both;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
	text-align: left;
	color: #191d2b;
	text-transform: uppercase;
	margin: 0 0 12px;
	height: auto;
	position: relative;
	letter-spacing: 1px;
	font-family: "Avenir", sans-serif;
	border-bottom: 4px solid #191d2b;
	padding: 0 0 15px;
	vertical-align: top;
	cursor: pointer;
}
#secondary .shortcode_widget h3 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	padding: 40px 0 0;
	background: url(images/title-lines.png) top center no-repeat;
	font-family: "Khand", sans-serif;
	color: #cc5500;
	font-size: 35px;
	text-align: center;
	border-bottom: 0px;
}

#secondary .widget.sidebar-highlight {
	background: #154d7d;

	background: linear-gradient(45deg, #0d3556 0%,  #144d7c 56%, #144d7c 100%);

	padding-top: 25px;
	width: 99%;
}
#secondary .widget.sidebar-highlight p {
	text-align: center;
	color: #ffffff;
	margin: 0;
	padding: 0 30px;
	font-size: 25px;
	line-height: 1.3em;
}

#secondary .widget.sidebar-highlight .award {
    font-weight: bold;
    font-size: 41px;
    line-height: 1.7em;
}

#secondary .widget.sidebar-highlight .cta {
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 22px;
}

#secondary .widget.sidebar-highlight .button {
    text-align: center;
}
#secondary .widget.sidebar-highlight .button:hover {
	background: rgba(0,0,0,0.15);
}

#secondary .gform_wrapper {
	margin: 0;
	max-width: 100%;
}
#secondary .gform_wrapper label {
	display: none;
}
#secondary .gfield {
	margin: 0 0 25px;
	position: relative;
}
#secondary #field_1_5 {
    margin: 0;
}
#secondary .ginput_container {
    position: relative;
    width: 100%;
    height: 70px !important;
    overflow: hidden;
    background: #ebebeb;
}
#secondary #field_1_5 .ginput_container {
    height: 280px !important;
}
#secondary .gform_wrapper input[type="text"] {
	width: 100%;
	background: none;
	border: 0px;
	height: 70px;
	padding: 0 25px;
	margin: 0;
	z-index: 2;
	position: relative;
	font-size: 17px;
	color: #191d2b;
	font-family: "Avenir", sans-serif;
}
#secondary .gform_wrapper textarea {
	width: 100%;
	background: #ebebeb;
	border: 0px;
	height: 280px;
	padding: 20px 25px;
	float: left;
}
#secondary .gfield_input_label {
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	position: absolute;
	top: 18px;
	left: 25px;
	z-index: 1;
	font-size: 17px;
	color: #191d2b;
	font-family: "Avenir", sans-serif;
}
#secondary #field_1_5 .gfield_input_label {
	top: 28px;
}
#secondary .active .gfield_input_label {
	opacity: 0;
}
#secondary .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    position: relative;
	background: #e46004;
    
    background: linear-gradient(to right, #e46004 0%,#cc5500 100%);
    
}
#secondary .gform_wrapper .gform_footer:before {
	content: '';
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 2;
	opacity: 0.6;
}
#secondary .gform_wrapper .gform_footer:after {
	content: '';
    width: 30px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 2;
	opacity: 0.6;
}
#secondary .gform_wrapper .gform_button_link {
    position: relative;
}
#secondary .gform_wrapper .gform_button_link:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #154d7d;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#secondary .gform_footer:hover .gform_button_link:before {
    opacity: 1;
}
#secondary .gform_wrapper input[type="submit"] {
	width: 100%;
	font-size: 19px;
	font-weight: 500;
	background: none;
	z-index: 4;
}
.widget ul {
	width: 100%;
	clear: both;
	margin: 0;
	float: left;
	padding: 0;
}
.widget-toggle ul {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .6s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: max-height .6s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: max-height .6s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.widget-toggle.active ul {
	max-height: 9000px;
	transition: max-height .75s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: max-height .75s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: max-height .75s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.widget-toggle h3:after {
	content: '+';
	color: #154d7d;
	position: absolute;
	right: 6px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1;
	top: -3px;
	height: auto;
	vertical-align: top;
}
.widget-toggle.active h3:after {
	content: '-';
	color: #154d7d;
	position: absolute;
	right: 10px;
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	top: -8px;
	height: auto;
	vertical-align: top;
}
#secondary li {
	width: 100%;
	clear: both;
	margin: 0;
}
#secondary li a {
	display: block;
	width: 100%;
	color: #191d2b;
	font-size: 25px;
	padding: 34px 20px 34px 20px;
	box-sizing: border-box;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.1px;
	border-bottom: 1px solid #dcdcdd;
	text-decoration: none !important;
	text-align: left;
}
#secondary li:last-child a {
	border-bottom: 0px;
}
#secondary li a:hover {
	text-decoration: none;
	color: #154d7d;
}

@media (max-width: 1400px) {
	#secondary .widget h3 {
		font-size: 30px;
	}
}

@media (max-width: 767px) {
	#primary {
		float: left;
		width: 100%;
		margin: 0 0 40px;
		padding: 0;
	}
	#primary li {
		padding: 0 0 0 12px;
		font-size: 16px;
		line-height: 30px;
	}
	#secondary .widget h3 {
		font-size: 18px;
	}
	#secondary .shortcode_widget h3 {
		font-size: 30px;
		line-height: 40px;
	}
}

/* ===== ABOUT PAGE ===== */

.ilaw-page-about #page:before {
	content: url(images/int-attover-angle.png);
	position: absolute;
	top: 0px;
	left: 0px;
}
#page-content #about-title {
    margin: 20px auto 75px;
    max-width: 980px;
    display: table;
    width: 100%;
}
.ilaw-page-about #secondary {
	background: #FFF;
	padding: 90px 85px 90px 115px;
	margin: 480px 0 0 0;
	width: 50%;
	z-index: 2;
	float: right;
}
.ilaw-page-about #secondary:after {
	content: '';
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.ilaw-page-about #primary {
	padding: 0 0 0 5%;
	width: 50%;
	float: left;
}
.ilaw-page-about #about-image {
	position:absolute;
	top: 340px;
	right: 0px;
	width: 895px;
	max-width: 46.6%;
	height: 598px;
	z-index: 1;
	background-size: cover !important;
}

.espanol-template.ilaw-page-about #about-image{
	top: 496px;
}

.ilaw-page-about #about-image img {
	max-width: 100%;
}
#awards {
	margin: 50px 0 0;
}
#awards .award {
	float: left;
	width: 25%;
	height: 436px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin: 0 0 40px;
}
#awards .award:nth-child(5), #awards .award:nth-child(6), #awards .award:nth-child(7), #awards .award:nth-child(8) {
	border-bottom: 0px;
}
#awards .award:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 396px;
	background: #e1e1e1;
	top: 0px;
	right: 0px;
}
#awards .award:nth-child(4):after, #awards .award:nth-child(8):after {
	content: none;
}
#awards .award-image {
	height: 150px;
	width: 100%;
	line-height: 150px;
	text-align: center;
	margin: 120px 0 0;
}
#awards .award img {
	
}
#awards .award-info {
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 80%;
	left: 10%;
	height: 390px;
	background: #eeeff1;
	text-align: center;
	padding: 118px 10% 0;
	transition: opacity .4s cubic-bezier(0.47, 0, 0.745, 0.715);;
	-moz-transition: opacity .4sÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â cubic-bezier(0.47, 0, 0.745, 0.715);;
	-webkit-transition: opacity .4sÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â cubic-bezier(0.47, 0, 0.745, 0.715);;
}
#awards .award:hover .award-info {
	opacity: 1;
}
#awards .award-title {
	color: #191d2b;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 0 0 28px;
	background: url(images/award-lines.png) bottom center no-repeat;
	margin: 0 0 25px;
}
#awards .award-description {
	text-align: center;
}
#awards .award-description p {
	text-align: center;
	line-height: 30px;
}

@media (max-width: 1199px) {
	.ilaw-page-about #about-image {
		display: none;
	}
}
@media (max-width: 1199px) {
	.ilaw-page-about #main #page-content > .container {
		padding: 0 60px;
	}
	.ilaw-page-about #primary {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0 0 60px
	}
	.ilaw-page-about #secondary {
		float: left;
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	#awards {
	
	}
	#awards .award {
		width: 50%;
		height: 350px;
		margin: 0;
	}
	#awards .award:nth-child(5), #awards .award:nth-child(6) {
		border-bottom: 1px solid #e1e1e1;
	}
	#awards .award:nth-child(2):after {
		content: none;
	}
	#awards .award:nth-child(6):after {
		content: none;
	}
	#awards .award-image {
		margin: 0;
		height: 350px;
		line-height: 350px;
	}
	#awards .award img {

	}
	#awards .award-info {
		width: 100%;
		left: 0px;
		height: 350px;
    	padding: 90px 10% 0;
	}
	#awards .award.active .award-info {
		opacity: 1;
	}
	#awards .award-title {

	}
	#awards .award-description {

	}
}

@media (max-width: 767px) {
	.ilaw-page-about #page:before {
		content: none;
	}
	.ilaw-page-about #main #page-content > .container {
		padding: 0;
	}
	#awards .award {
		width: 100%;
		height: 300px;
		margin: 0;
	}
	#awards .award:after {
		content: none;
	}
	#awards .award img {

	}
	#awards .award-info {padding: 65px 10% 0;height: 300px;}
	#awards .award:hover .award-info {

	}
	#awards .award-title {

	}
	#awards .award-description {

	}
}

/* ===== ATTORNEYS PAGE ===== */

.ilaw-page-team #page:before {
	content: url(images/int-attover-angle.png);
	position: absolute;
	top: 0px;
	left: 0px;
}
.ilaw-page-team #main #page-content {
    padding: 86px 80px 66px;
}
.ilaw-page-team #page-content .content-title {
    margin: 0 auto 63px;
}
.ilaw-page-team #main #page-content > .container {
	max-width: 1170px;
}
#page-content .content-team {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
#page-content .content-team h2 {
	color: #191d2b;
	font-size: 18.04px;
	padding: 0 0 15px;
	margin: 0 0 30px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Avenir", sans-serif;
	border-bottom: 4px solid #191d2b;
}
#page-content .content-team p {
	font-size: 20px;
	line-height: 30px;
	color: #111420;
	margin: 0 0 40px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#page-content .team-member {
	float: left;
	width: 19%;
	margin: 0 1.2% 80px 0;
	padding: 0;
	text-decoration: none !important;
}
#page-content .alt-team-member {
    float: left;
    width: 22%;
    margin: 0 4% 80px 0;
    padding: 0;
    text-decoration: none !important;
}
#page-content #team-staff .team-member:nth-child(5n+5) {
	margin: 0 0 101px;
}

#page-content .alt-team-member:nth-child(4n+4) {
    margin: 0 0 80px;
}
#page-content .team-member:last-child {
	margin-left: 0%;
}

#page-content .team-member-image {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0 0 20px;
	position: relative;
	background-size: cover !important;
	overflow: hidden;
}
#page-content #team-staff .team-member-image {
	height: 300px;
}
#page-content #team-staff .team-member-name {
	font-size: 22px;
}
#page-content .team-member-image img{
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position:absolute;
	margin: auto;
	top:-25%;
	bottom:-25%;
	left:-25%;
	right:-25%;
}
#page-content .team-member-view {
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-3-d",sans-serif;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	line-height: 400px;
	opacity: 0;
	background: rgba(0,28,74,0.7);
}
#page-content .team-member-view span {
	display: block;
	transition: all 0.1s cubic-bezier(0.47, 0, 0.745, 0.715);
	font-family: "Avenir", sans-serif;
	font-weight: 800;
	letter-spacing: 2.8px;
	font-size: 13px;
	z-index: 2;
}
#page-content .team-member:hover .team-member-view {
	opacity: 1;
}
#page-content .team-member-info {
	float: left;
	width: 100%;
	background: #FFF;
}
#page-content .team-member-name {
	text-align: center;
	color: #191d2b;
	font-size: 36px;
	margin: 0 0 22px;
	letter-spacing: 0px;
	text-decoration: none !important;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 13px;
	background: url(images/team-lines.png) bottom center no-repeat;
}
#page-content .team-member-title {
	text-align: center;
	color: #191d2b;
	font-size: 12px;
	font-weight: 800;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.2;
	display: table;
	position: relative;
	font-family: "Avenir", sans-serif;
	letter-spacing: 4px;
}

@media (max-width: 1499px) {
	#page-content .team-member-name {
		font-size: 30px;
	}
}

@media (max-width: 992px) {
	.ilaw-page-team #page:before {
		content: none;
	}
	#page-content .team-member:nth-child(1n+1) {
		width: 46%;
		margin: 0 8% 90px 0;
	}
	#page-content .team-member:nth-child(2n+2) {
		width: 46%;
		margin: 0 0 90px 0;
	}
}

@media (max-width: 767px) {
	.ilaw-page-team #page:before {
		content: none;
	}
	#page-content .team-member {
		float: none;
		width: 300px !important;
		display: table;
		margin: 0 auto 40px !important;
	}
	#page-content .team-member:nth-child(5n+5) {
		margin: 0 auto 40px;
	}
	#page-content .content-team p {
		font-size: 18px;
		line-height: 28px;
	}
}


/* ===== ATTORNEY PAGE ===== */

.ilaw-page-attorney #main #page-content > .container {
	max-width: 1600px;
}
.ilaw-page-attorney #secondary {
	background: #FFF;
    padding: 0 85px 90px 85px;
    margin: 0;
	width: 35%;
	z-index: 2;
}
.ilaw-page-attorney #secondary:after {
	content: '';
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.ilaw-page-attorney #primary {
	padding: 0 10% 0 0;
	width: 65%;
}
.ilaw-page-attorney #page-content #page-title {
	padding: 0;
	margin: 0 0 5px !important;
}
.ilaw-page-attorney #page-content #page-title:before {
	content:none;
}
.ilaw-page-attorney #page-content #page-title:after {
	content:none;
}
.ilaw-page-attorney #attorney-image {
	z-index: 1;
    margin-bottom: 30px;
	display: block;
    max-width: 100%;
    height: auto;
}
#attorney-social {
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: 70px;
	height: 25px;
	z-index: 6;
}
#attorney-social a {
	margin: 0 15px 0 0;
	display: inline-block;
}
#attorney-social a:last-child {
	margin: 0;
}
#attorney-social a.social-linkedin svg {
    width: 22px;
    fill: #FFF;
}
#attorney-social a.social-google svg {
    width: 28px;
    fill: #FFF;
}
#attorney-social a:hover svg {
    fill: #ffd300;
}
.ilaw-page-attorney #secondary h3 {
	color: #154d7d;
	text-transform: uppercase;
	font-family: "Khand",sans-serif;
	font-size: 23px;
	letter-spacing: 2px;
	font-weight: 400;
	margin: 0;
}
.ilaw-page-attorney #secondary p {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 24px;
}
.ilaw-page-attorney #secondary ul {
	margin: 0 0 30px;
}
.ilaw-page-attorney #secondary li {
	position: relative;
	padding: 0 0 0 12px;
	color: #111420;
	font-family: "Avenir", sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin: 0 0 5px;
}
.ilaw-page-attorney #secondary li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #1a2c90;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 0px;
}

@media (max-width: 1199px) {
	.ilaw-page-attorney #main #page-content > .container {
		padding: 0 60px;
	}
	.ilaw-page-attorney #primary {
		float: left;
		width: 100%;
		padding: 0;
	}
	.ilaw-page-attorney #secondary {
		float: left;
		width: 100%;
		margin: 30px 0 0 0;
	    padding: 0 0 90px 0;
	}	
	.ilaw-page-attorney #attorney-image {
		z-index: 1;
	}
}

@media (max-width: 767px) {
	.ilaw-page-attorney #page-content p {
		padding: 0;
	}
	.ilaw-page-attorney #main #page-content > .container {
		padding: 0 15px;
	}
	.ilaw-page-attorney #primary {
		padding: 0;
	}
}

/* ===== TESTIMONIALS PAGE ===== */

.ilaw-page-testimonials #mobile-phone {
    background: #e46004;
    
    background: linear-gradient(45deg, #e46004 0%,#cc5500 100%);
    
    border: none;
}

.ilaw-page-testimonials #mobile-phone .phone-number strong,
.ilaw-page-testimonials #mobile-phone a {
	color: #fff;
}

.ilaw-page-testimonials #masthead {
	background: url(images/int-test-hero.jpg) top center no-repeat;
	background-size: cover;
	height: 650px;
}
.ilaw-page-testimonials #main {
    z-index: 3;
}
.ilaw-page-testimonials #content-box {
	background: #FFF;
	margin: -310px auto 0;
	padding: 154px 150px;
	width: 100%;
	max-width: 1500px;
}
#page-content #testimonials {
	padding: 0;
}
#page-content .testimonial {
	float: left;
	clear: none;
	width: 44%;
	margin: 0 12% 60px 0;
	padding: 0 0 52px;
	position: relative;
	border-bottom: 1px solid #b8bbc4;
}
#page-content .testimonial:nth-child(2n+2) {
	margin: 0 0 60px 0;
}
#page-content .testimonial:last-child {
	margin: 0;
}
#page-content .testimonial-quote {
	font-size: 20px;
	line-height: 33.01px;
	color: #181f33;
	margin: 0 0 37px;
	font-weight: 300;
	font-family: "Avenir", sans-serif;
}
#page-content .testimonial-quote p {
	font-size: 20px;
	line-height: 28px;
	color: #111420;
	margin: 0;
}
#page-content .testimonial-name {
	color: #cc5500;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}
#page-content .testimonial-title {
	color: #111420;
	font-size: 26px;
	line-height: 33.01px;
	letter-spacing: 0.2px;
	margin: 0 0 25px;
	font-family: "Avenir", sans-serif;
}

@media(max-width:1199px) {
	.ilaw-page-testimonials #content-box {
		padding: 70px 50px;
	}
}

@media(max-width:992px) {
	.ilaw-page-testimonials #masthead {
		height: 0px;
		background: none;
	}
	.ilaw-page-testimonials #page-content #content-box {
	    padding: 0;
	    margin: 0;
	}
	#page-content .testimonial {
		width: 100%;
		padding: 0 0 40px !important;
		margin: 0 0 40px !important;
	}
	#page-content .testimonial:last-child {
		margin: 0 !important;
		border-bottom: 0px;
		padding: 0;
	}
	#page-content .testimonial-title {
		font-size: 24px
	}
}

@media(max-width:767px) {
	.ilaw-page-testimonials #masthead {
		height: 0px;
	}
	#page-content .testimonial-title {
		font-size: 16px;
		line-height: 32px;
	}
	.ilaw-page-testimonials #page-content #content-box {
	    padding: 0;
	    margin: 0;
	}
	#page-content .testimonial-quote {
		font-size: 16px;
		line-height: 32px;
		margin: 0 0 20px;
	}
}

/* ===== ABOUT ===== */


/* ===== PRACTICE AREAS ===== */

.ilaw-page-practice-areas #page:before {
    content: url(images/int-pa-sideangle.png);
    position: absolute;
    top: -22px;
    right: 0px;
}
.ilaw-page-practice-areas #main #page-content > .container {
	max-width: 1370px;
}
.ilaw-page-practice-areas #practice-areas-title {
	display: table;
	margin: 0 auto 80px;
	padding: 0;
	font-weight: 400;
	width: 100%;
}
.ilaw-page-practice-areas #main #page-content .content-practice-areas {
	margin: 0 0 100px;
	float: left;
	width: 100%;
}
.ilaw-page-practice-areas #page-content .content-practice-areas h3 {
	color: #191d2b;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0 0 18px;
	border-bottom: 4px solid #191d2b;
	font-family: "Avenir", sans-serif;
	line-height: 20px;
	margin: 0 0 40px;
}
#practice-areas {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
#practice-areas .widget {
	float: left;
	width: 100%;
	margin: 0;
}
#practice-areas ul {
	float: left;
	width: 100%;
}
#practice-areas li {
	float: left;
	width: 26%;
	margin: 0 7.33% 0 0;
	height: 92px;
}
#page-content #practice-areas li:nth-child(1) a {
	border-top: 0px;
}
#page-content #practice-areas li:nth-child(2) a {
	border-top: 0px;
}
#page-content #practice-areas li:nth-child(3) a {
	border-top: 0px;
}
#practice-areas li:nth-child(3n+3) {
	margin: 0;
}
#page-content #practice-areas li a {
	color: #191d2b;
	text-align: center;
	font-size: 25px;
	line-height: 1.3;
	padding: 30px 0;
	float: left;
	width: 100%;
	font-weight: 400;
	background: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	border-top: 1px solid #b8bbc4;
	transition: background 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#page-content #practice-areas li:hover > a {
	color: #cc5500;
}

@media (max-width: 1199px) {
	#page-content #practice-areas li a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.ilaw-page-practice-areas #page:before {
		content: none;
	}
	.ilaw-page-practice-areas #practice-areas-title {
		margin: 0 auto 40px;
	}
	.ilaw-page-practice-areas #main #page-content .content-practice-areas {
		margin: 0 0 50px;
	}
	.ilaw-page-practice-areas #page-content .content-practice-areas h3 {
		margin: 0 0 10px;
		text-align: center;
	}
	#practice-areas li {
		width: 100%;
		margin: 0;
		height: auto;
	}
	#page-content #practice-areas li a {
		font-size: 20px;
		padding: 24px 0 22px;
		border-top: 1px solid #b8bbc4 !important;
	}
	#page-content #practice-areas li:nth-child(1) a {
		border-top: 0px !important;
	}
}

/* ===== CASE RESULTS ===== */

.ilaw-page-case-results #mobile-phone {
    background: #e46004;
    
    background: linear-gradient(45deg, #e46004 0%,#cc5500 100%);
    
    border: none;
}

.ilaw-page-case-results #mobile-phone .phone-number strong,
.ilaw-page-case-results #mobile-phone a {
	color: #fff;
}

.ilaw-page-case-results #masthead {
	background: url(images/int-results-hero.jpg) top center no-repeat;
	background-size: cover;
	height: 650px;
}
.ilaw-page-case-results #main {
    z-index: 3;
}
.ilaw-page-case-results #content-box {
	background: #FFF;
    margin: -310px auto 0;
    padding: 152px 150px;
    width: 100%;
    position: relative;
    overflow: visible;
    max-width: 1500px;
}
.ilaw-page-case-results #case-results {
	float: left;
	width: 100%;
	margin: 0 0 -114px;
}
.ilaw-page-case-results .case-result {
	float: left;
	width: 48%;
	margin: 0 4% 114px 0;
}
.ilaw-page-case-results .case-result:nth-child(1) {
	width: 100%;
	margin: 0 0 117px;
}
.ilaw-page-case-results .case-result:nth-child(odd) {
	margin: 0 0 114px;
}
.ilaw-page-case-results .case-result-content {
	float: left;
	width: 100%;
	padding: 70px 10%;
	height: 100%;
	background: #FFF;
}
.ilaw-page-case-results .case-result-amount {
	width: 100%;
	color: #191d2b;
	font-size: 100px;
	text-align: left;
	letter-spacing: 0px;
	margin: 0 0 10px;
	line-height: 1;
	font-weight: 400;
}
.ilaw-page-case-results .case-result:nth-child(1) .case-result-amount {
	text-align: center;
}
.ilaw-page-case-results .case-result-type {
	width: 100%;
	color: #111420;
	text-align: left;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0 0 60px;
    margin: 0 0 45px;
	font-weight: 700;
}
.ilaw-page-case-results .case-result-type:after {
    content: '+';
    color: #181f33;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -2px;
}
.ilaw-page-case-results .case-result:nth-child(1) .case-result-type {
	text-align: center;
}
.ilaw-page-case-results .case-result-title {
	width: 100%;
	color: #191d2b;
	font-weight: 800;
	font-size: 15px;
	text-align: left;
	line-height: 1.3;
	margin: 0 0 42px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	font-family: "Avenir", sans-serif;
	padding: 0 0 30px;
	border-bottom: 4px solid #191d2b;
}
.ilaw-page-case-results .case-result-title span {
	color: #cc5500;
}
.ilaw-page-case-results .case-result:nth-child(1) .case-result-title {
	text-align: center;
}
.ilaw-page-case-results .case-result-description .col {
	float: left;
	width: 48%;
	margin: 0 4% 0 0;
}
.ilaw-page-case-results .case-result-description .col:nth-child(2n+2) {
	margin: 0;
}
.ilaw-page-case-results #page-content .case-result-description h3 {
	font-family: "Khand", sans-serif;
	color: #154d7d;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 0 4px;
	line-height: 28px;
	letter-spacing: 2px;
}
.ilaw-page-case-results #page-content .case-result-description p {
	color: #191d2b;
	font-size: 20px;
	line-height: 29px;
	margin: 0 0 32px;
}
.ilaw-page-case-results #page-content .case-result-description p:last-child {
	margin: 0;
}

@media (max-width: 1199px) {
	.ilaw-page-case-results #content-box {
		padding: 70px 50px;
	}
}

@media (max-width: 992px) {
	.ilaw-page-case-results .case-result {
		width: 100%;
		margin: 0 0 50px;
	}
	.ilaw-page-contact #page:before {
		content: none;
	}
	.ilaw-page-case-results #masthead {
		background: none;
		height: 0px;
	}
	.ilaw-page-case-results #content-box {
		margin: 0;
		padding: 0;
	}
	.ilaw-page-case-results .case-result-description .col {
		width: 100%;
		margin: 0;
	}
	.ilaw-page-case-results .case-result-amount {
		text-align: left !important;
	}
	.ilaw-page-case-results .case-result-title {
		text-align: left !important;
	}
}

@media (max-width: 767px) {
	.ilaw-page-contact #page:before {
		content: none;
	}
	.ilaw-page-case-results #masthead {
		background: none;
		height: 0px;
	}
	.ilaw-page-case-results #content-box {
		margin: 0;
		padding: 20px 20px;
	}
	.ilaw-page-case-results #case-results {
		margin: 0;
	}
	.ilaw-page-case-results .case-result {
		margin: 0 auto 40px !important;
		display: block;
		clear: both;
		width: 100%;
	}
	.ilaw-page-case-results .case-result-description .col {
		float: left;
		width: 100%;
		margin: 0;
	}
	.ilaw-page-case-results .case-result-description .col:nth-child(2n+2) {
		margin: 0;
	}
	.ilaw-page-case-results .case-result-amount {
		font-size: 50px;
		text-align: left !important;
	}
	.ilaw-page-case-results .case-result-title {
		text-align: left !important;
		padding: 0 0 20px;
		margin: 0 0 30px;
	}
	.ilaw-page-case-results #page-content .case-result-description p {
		font-size: 16px;
		line-height: 34px;
	}
}

/* ===== CONTACT ===== */

.ilaw-page-contact #page:before {
    content: url(images/int-hero-topangle.png);
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0 0 0 -500px;
}
.ilaw-page-contact #main #page-content {
    padding: 88px 30px 176px;
}
.ilaw-page-contact #contact-title {
	max-width: 600px;
	margin: 0 auto 87px;
}
.ilaw-page-contact #main #page-content > .container {
    max-width: 1250px;
}
.ilaw-page-contact #page-content p {
	margin: 0 0 2px;
	max-width: 800px;
	text-align: left;
}
.ilaw-page-contact #page-content p strong {
	font-weight: 500;
    padding: 0 13px 0 0;
    margin: 0 9px 0 0;
    position: relative;
}
.ilaw-page-contact #page-content p strong:after {
	content: '';
	background: #cc5500;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	position: absolute;
	right: -1.5px;
	top: 50%;
	margin: -1.5px 0 0;
}
.ilaw-page-contact #page-content p:last-child {
	margin: 0;
}
.ilaw-page-contact #contact-map a.button {
	font-weight: 400;
	width: 100%;
	text-align: center;
}
#contact-info {
	float: left;
	width: 38%;
}
#contact-map {
	float: left;
	width: 61%;
}
#contact-map #map {
	float: left;
	width: 100%;
	height: 410px;
}
#contact-map .button-link {
	width: 100%;
}
#contact-location {
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
#contact-location h4 {
	font-size: 30px;
	line-height: 1;
	color: #1a2c90;
	text-transform: lowercase;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0 0 12px;
	text-align: left;
}
#contact-location {
	float: left;
	margin: 0 0 50px;
	width: 100%;
	text-align: center;
	background: url(images/footer-icon-1.svg) top left no-repeat;
	background-size: 40px;
	padding: 0 0 0 65px;
}
#contact-info h4 {
	font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 0 13px;
    color: #191d2b;
    text-align: left;
    padding: 0 0 10px;
    background: url(images/footer-lines.png) bottom left no-repeat;
    font-family: "Khand", sans-serif;
}
#contact-location p {
	font-size: 17.98px;
	line-height: 26.98px;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 17px;
	color: #191d2b;
}
#contact-location .button {
	background: none !important;
	height: auto;
	line-height: 1;
	text-align: center;
	padding: 0;
	width: auto;
	margin: 10px 0 0;
	display: table;
	color: #191d2b !important;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
#contact-location .button:before {
	content: none;
}
#contact-location .button:after {
	content: none;
}
#contact-phone {
	float: left;
	margin: 0 0 50px;
	width: 100%;
	background: url(images/footer-icon-2.svg) top left no-repeat;
	background-size: 45px;
	padding: 0 0 0 65px;
}
#contact-phone p {
	font-size: 17.98px;
	line-height: 26.98px;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 17px;
	color: #191d2b;
	text-align: center;
}
#contact-hours {
	float: left;
	margin: 0;
	width: 100%;
	background: url(images/footer-icon-3.svg) top left no-repeat;
	background-size: 45px;
	padding: 0 0 0 65px;
}
#contact-hours p {
	font-size: 17.98px;
	line-height: 26.98px;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 17px;
	color: #191d2b;
	text-align: center;
}

@media (max-width: 1199px) {
	.ilaw-page-contact #page-content #contact-info {
		width: 40%;
	}
	#contact-map {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.ilaw-page-contact #page:before {
		content: none;
	}
	.ilaw-page-contact #page-content #contact-info {
		width: 100%;
		margin: 0 0 40px;
	}
	.ilaw-page-contact #contact-title {
		margin: 0 0 40px;
	}
	#contact-map {
		width: 100%;
	}
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.wistia_responsive_padding {
	margin-bottom: 40px;
}

li#field_1_8 {
	display: none;
}

.review-container {
    width: 100%
}

.review-container h2 {
    text-align: center;
}

.review-container h3 {
    text-align: center;
    padding-bottom: 30px;
}

.review-left {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.review-right {
    width: 48%;
    float: right;
    margin-right: 0;
}

.review-bottom {
    width: 48%;
    float: none;
    margin: 0 auto;
}

.review-left img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px;
    width: auto;
}

.review-right img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    height: 54px;
    width: auto;
}

.review-bottom img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
    width: auto;
    padding-top: 20px;
}
.review-bottom{ clear:both; }

.review-button {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;
    background-color: #cc5500; 
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    font-family: "Khand";
}
a.review-button:hover {
   color:#fff;
   background-color:#22262B;
}
a.review-button {
color:#fff!important;}


.wistia-review {
    padding-top: 40px;
}

@media (max-width:767px){
    .review-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .review-right {
        width: 100%;
        float: none;
    }

    .review-bottom {
        width: 100%;
    }

    .review-right img {
        padding-top: 30px;
    }

    .review-bottom img {
        padding-top: 30px;
    }
}

.gfield_description {
	display: none;
}


/* Translation Button on Nav */
.page.ilaw-page-home #mobile-phone .phone-number{
	display: grid;
    grid-template-columns: 75% 25%;
	margin-top: 22px;
	margin-inline: 33px;
}

.page.ilaw-page-home #mobile-phone .phone-number{
	display: grid;
    grid-template-columns: 75% 25%;
	margin-top: 22px;
	margin-inline: 33px;
}

.single #mobile-phone .number-block br,
.page #mobile-phone .number-block br{
	display: none;
}

.single #mobile-phone .phone-number,
.page #mobile-phone .phone-number{
	display: grid;
    grid-template-columns: 75% 25%;
	margin-top: 12px;
	margin-inline: 33px;
}

#mobile-phone .custom-button-es .button{
	background: transparent;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	line-height: 32px;
	font-weight: 500;
	height: 33px;
	width: 97px;
}
#mobile-phone .number-block{
	margin-left: 33px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#mobile-phone .custom-button-es{
	align-self: center;
}

.ilaw-page-home #mobile-phone .phone-number strong{
	color: #ff8e3d;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 1px;
}

.ilaw-page-home .active #mobile-phone .phone-number strong{
	color: #FFFFFF;	
}

.ilaw-page-home #mobile-phone .phone-number br{
	display: none;
}

.ilaw-page-home #mobile-phone a{
	font-size: 20px;
}

@media (min-width: 768px){
	#mobile-phone{
		border-right: none;
	}
	.single #mobile-phone,
	.page #mobile-phone{
		background: linear-gradient(135deg, #cc5500 0%,#cc5500  52%,#e46004 99%);
	}
	
	.single #mobile-phone .phone-number strong,
	.page #mobile-phone .phone-number strong{
		color: #FFFFFF;
		font-size: 11px;
		line-height: 1;
	}
	
	.single #mobile-phone a,
		.page #mobile-phone a{
		font-size: 20px;
		color: #FFFFFF;
	}
	
	.single #mobile-phone .phone-number,
	.page #mobile-phone .phone-number{
		margin-top:22px;
	}
}

@media (min-width: 992px){
	.ilaw-page-home #banner{
		padding: 100px 85px 370px;
	}
	
	.ilaw-page-home #banner .title{
		font-size: 50px;
        line-height: 94.8px;
	}

	#header-phone{
		width: 395px;
	display: grid;
    grid-template-columns: 75% 25%;
	padding-right: 33px;
	margin-inline:0;
}
	#header-phone .custom-button-es .button{
	background: transparent;
	border: 1px solid #FFFFFF;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	height: 34px;
	width: 106px;
	padding: 0;
}
 #header-phone .phone-number{
		margin: 5px -11px 0;
	}
	#header-phone .custom-button-es{
		align-self: center;
	}
	
#header-desktop #header-phone{
		width: 425px;
	}
    #header-phone .phone-number strong{
		color: #ff8e3d;
		font-size: 15px;
	}
	
	 .single #header-phone .phone-number strong,
	.page #header-phone .phone-number strong{
		color: #ffffff;
		font-size: 15px;
	}
	
	
	 .ilaw-page-home #header-phone .phone-number strong{
		color: #ff8e3d;
	}
}
@media (min-width: 1200px){
	.ilaw-page-home #banner .title{
		font-size: 80px;
		line-height: 104px;
	}

}

@media (min-width: 1690px){
		.ilaw-page-home #banner .title{
		line-height: 155px;
	}
}

@media (max-width: 1199px){
	
}

@media (max-width: 992px){
	
.espanol-template #page-content .content-title #page-title {
	line-height: 95px;
}
	
	.ilaw-page-home #header-mobile.active{
		transition: none;
		margin-top: 0;
		z-index:999999;
	}

	.ilaw-page-home #mobile-nav{
		top: 0;
	}
	
	.ilaw-page-home #mobile-nav .nav{
		background: #191d2b;
		padding-top: 88px;
	}
}

@media (max-width: 767px){
	    .espanol-template #page-content .content-title #page-title {
        line-height: 60px;
    }
		.ilaw-page-home #mobile-nav .nav{
		padding-top: 0px;
	}
	.ilaw-page-home #mobile-nav{
		top: 89px;
	}
	
	.ilaw-page-home #header-mobile.active{
		z-index: 0;
	}
}