  /* Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-display: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Hide WP Admin Bar */

#wpadminbar {
	display: none !important;
}

/* Responsive Images */
img {
	width: 100%;
	height: auto;
}

/* Screen Readers / Accessibility */

.ada {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* Disable hover effects on Touch Devices */
.touch a:hover {
	pointer-events: none;
}

/* Buttons */

.cta {
	display: inline-block;
    padding: 10px 18px;
    font-family: 'proxima-nova', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    transition: linear .35s;
}

@media (min-width: 700px) {
	.cta {
		padding: 12px 22px;
		font-size: 16px;
	}	
}

.cta--break {
	display: inline;
}

@media (min-width: 700px) {
	.cta--break {
		display: block;
	}
}

.cta__wrapper {
	position: relative;
	text-align: center;
}

.cta--white {
	border: 1px solid #fff;
	color: #fff;
}

.cta--white:hover {
	background: #fff;
	color: #000;
}

.cta--whitefill {
	background: #fff;
	color: #000;
}

.cta--whitefill:hover {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	color: #fff;
}

.cta--tan {
	background: #D5CBBD;
	color: #333;
}

.cta--blue {
	border: 1px solid #204D85;
	color: #204D85;
}

.cta--bluefill {
	background: #204d85;
	background: -moz-linear-gradient(left, #204d85 0%, #2b5eaf 100%); 
	background: -webkit-linear-gradient(left, #204d85 0%,#2b5eaf 100%);
	background: linear-gradient(to right, #204d85 0%,#2b5eaf 100%);
	color: #fff;
}

.cta--blue:hover {
	background: #204D85;
	color: #fff;
}

.cta--orange,
#page .contact__row .contact input[type=submit] {
	background: #EA621F !important;
	background: -moz-linear-gradient(left, #EA621F 0%, #F47F3C 100%) !important;
	background: -webkit-linear-gradient(left, #EA621F 0%,#F47F3C 100%) !important;
	background: linear-gradient(to right, #EA621F 0%,#F47F3C 100%) !important;
	border: none;
	color: #fff;
}

/* Calouts */

.callout {
	padding: 20px 0;
}

@media (min-width: 700px) {
	.callout {
		padding: 35px 0;
	}	
}

.callout .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.callout__contact {
	background: #204d85;
	background: -moz-linear-gradient(left, #204d85 0%, #2b5eaf 100%); 
	background: -webkit-linear-gradient(left, #204d85 0%,#2b5eaf 100%);
	background: linear-gradient(to right, #204d85 0%,#2b5eaf 100%);
}

.callout__contact h1,
.callout__contact h2,
.callout__contact h4 {
	position: relative;
	color: #fff;
	font-family: "Jubilat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

@media (min-width: 700px) {
	.callout__contact h1,
	.callout__contact h2,
	.callout__contact h4 {
		float: left;
		font-size: 42px;
	}		
}

.callout__contact .cta {
	margin-top: 20px;
}

@media (min-width: 700px) {
	.callout__contact .cta {
		float: right;
		margin-top: 5px;
	}
}

.contact__callout .learnmore {
	float: right;
}

.callout__highlights {
	padding: 25px 0;
	background: #204d85;
	background: -moz-linear-gradient(left, #204d85 0%, #2b5eaf 100%); 
	background: -webkit-linear-gradient(left, #204d85 0%,#2b5eaf 100%);
	background: linear-gradient(to right, #204d85 0%,#2b5eaf 100%);
}

.callout__highlights h4 {
	margin-bottom: 20px;
	color: #fff;
    font-family: "Jubilat", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

.callout__highlights .cta {
	padding: 10px 20px;
	font-size: 14px;
}

@media (min-width: 750px) {
	.callout__highlights h4 {
		float: left;
		margin-bottom: 0;
		padding-top: 5px;
	    font-size: 32px;
	}

	.callout__highlights .cta {
		float: right;
		font-size: 16px;
	}
}

@media (min-width: 850px) {	

	.callout__highlights .cta {
		float: right;
		padding: 12px 22px;
		font-size: 17px;
	}
}

/* Learn More Global Link */

.learnmore {
	display: inline-block;
	padding-left: 18px;
	background: url(/wp-content/uploads/2017/07/icon-linkarrow.svg) 0 1px / 15px 12px no-repeat;
	color: #1E4E89;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: linear 0.25s;
}

.learnmore:hover {
	background-position: 4px 1px;
}

.learnmore.learnmore--white {
	background-image: url(/wp-content/uploads/2017/07/icon-linkarrowwhite.svg);
	color: #fff;
}

/* Header */

.header {
	position: fixed;
	left: 0;
	top: 0;
	height: 50px;
	width: 100%;
	background: #fff;
	z-index: 3;
}

@media (min-width: 700px) {
	.header {
		height: 66px;
	}
}

.header .inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 8px 0;
	width: 96%;
}

@media (min-width: 900px) {
	.header .inner {
		padding: 0;
	}	
}

.header__logo {
	position: relative;
	display: inline-block;
	float: left;
	max-width: 170px;
}

@media (min-width: 900px) {
	.header__logo {
		top: 16px;
	}	
}

@media (min-width: 1000px) {
	.header__logo {
		max-width: 210px;
	}	

	.header__logo img {
		min-width: 200px;
	}
}

.header__utility {
	display: none;
	float: right;
	padding: 10px 0;
}

@media (min-width: 900px) {
	.header__utility {
		display: block;
	}
}

.header__utility .cta {
	float: right;
}

.header__phone {
	position: relative;
	top: 12px;
	display: inline-block;
	margin-right: 20px;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.header__phone strong {
	
}

.header__phone a {
	color: #204D85;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
}

.header__menutrigger {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	background: #fff;
}

.header__menutrigger span {
	position: absolute;
	left: 10px;
	top: 13px;
	display: inline-block;
	height: 1px;
	width: 32px;
	background: #1E4E8A;
	transition: ease 0.25s;
}

.header__menutrigger span:nth-child(2) {
	top: 23px;
}

.header__menutrigger span:last-child {
	top: 33px;
}

@media (min-width: 900px) {
	.header__menutrigger {
		display: none;
	}	
}

.header__menutrigger.header__menutrigger--active span:nth-child(2) {
	display: none;
}

.header__menutrigger.header__menutrigger--active span:first-child {
	top: 20px;
	transform: rotate(45deg);
}

.header__menutrigger.header__menutrigger--active span:last-child {
	top: 20px;
	transform: rotate(-45deg);
}

.header__navwrapper {
	display: none;
}

@media (min-width: 900px) {
	.header__navwrapper {
		display: block;
	}
}

.header__navwrapper.is-active {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	height: 100%;
	width: 100%;
	background: #1E4E8A;
	text-align: center;
}

.header__close {
	position: absolute;
	top: 20px;
	right: 12px;
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
}

@media (min-width: 900px) {
	.header__close {
		display: none;
	}	
}

.header .header__navwrapper.is-active .menu-primary-navigation-container a {
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 28px;
}

.header .header__navwrapper.is-active .menu-primary-navigation-container .navigation li:last-child a {
	padding: 12px 10px;
}

.header .menu-primary-navigation-container {
	position: relative;
}

@media (min-width: 900px) {
	.header .menu-primary-navigation-container {
		display: block;
		position: static;
		float: right;
		height: auto;
		width: auto;
		background: none;
	}
}

.header .navigation li {
	/*position: relative;*/
	display: block;
}

@media (min-width: 900px) {
	.header .navigation li {
		display: inline-block;
	}	
}

.header .navigation li a {
	display: block;
	padding: 12px 10px 5px;
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
}

@media (min-width: 900px) {
	.header .navigation li a {
		padding: 25px 12px;
	}
}

@media (min-width: 1000px) {
	.header .navigation li a {
		font-size: 16px;
	}
}

@media (min-width: 900px) {
	.header .navigation li:last-child a {
		padding: 12px 20px;
		background: #1E4E8A;
		border: 1px solid #1E4E8A;
		color: #fff;
		font-family: "proxima-nova", sans-serif;
		transition: linear 0.45s;
	}
}

@media (min-width: 900px) {
	.header .navigation li:last-child a:hover {
		background: #fff;
		color: #1E4E8A;
	}
}

.header .navigation .mega-menu {
	display: none;
}

@media (min-width: 900px) {
	.header .navigation .mega-menu {
		position: absolute;
		background: #fff;
		border-top: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
}

@media (min-width: 900px) {
	.menu-item-has-children:hover .mega-menu {
		/*left: 5%;*/
		display: block;
		/*padding: 20px;*/
		/*width: 90%;*/
	}
}

@media (min-width: 900px) {
	.header .navigation .mega-menu .sub-menu li {
		display: block;
		min-width: 210px;
		border-bottom: 1px solid #ddd;
	}
}

.header .navigation .mega-menu .sub-menu li a {
	display: block;
	font-family: "proxima-nova", sans-serif;
}

@media (min-width: 900px) {
	.header .navigation .mega-menu .sub-menu li a {
		padding: 18px 12px;
	}	
}

@media (min-width: 900px) {
	.header .navigation .mega-menu .sub-menu li:last-child a {
		color: #fff;
	}
}


@media (min-width: 900px) {
	.header .navigation .mega-menu .sub-menu li:last-child a {
		background: #fff;
		border: none;
		color: #333;
		transition: linear 0.45s;
	}

	.header .navigation .mega-menu .sub-menu li a:hover,
	.header .navigation .mega-menu .sub-menu li:last-child a:hover {
		background: #1E4E8A;
		color: #fff;
	}
}

.header .header__navwrapper.is-active .menu-primary-navigation-container .mega-menu .sub-menu a  {
	font-size: 22px;
}

.header__mobilenav {
	margin-bottom: 20px;
}

.header__contact {
	float: right;
}

@media (min-width: 900px) {
	.header__mobilenav {
		display: none;
	}
}

.header__mobilenav li,
.header__mobilenav li a {
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.header__mobilenav li {
	margin-bottom: 5px;
	font-size: 21px;
}

.header__contact {
	opacity: 0;
}

.header__tel {
	position: relative;
    top: 9px;
	display: inline-block;
	/*float: right;*/
    margin-right: 20px;
    color: #204D85;
    font-family: 'proxima-nova';
    font-size: 16px;
    font-weight: 500;
}

.mmenu {
	display: none;
	position: relative;
	top: 0 !important;
	background: #fff;
	border-top: 1px solid #ddd;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 1px -1px;
	z-index: 3;
}

@media (min-width: 900px) {
	.mmenu {
		display: block;
	}
}

.mmenu--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.mmenu .inner {
	position: relative;
	padding: 0;
	width: 100%;
}

@media (min-width: 900px) {
	.mmenu .inner {
		position: relative;
		margin: 0 auto;
	    max-width: 1200px;
	    width: 96%;
	}	
}

@media (min-width: 900px) {
	.mmenu__main li {
		float: left;
	}
}

.mmenu .cta__utility {
	position: relative;
	top: 8px;
}

.mmenu__main li a,
.mmenu__parent.mmenu__parent--nodrop a {
	display: block;
	padding: 20px 0;
	color: #333;
	font-family: 'proxima-nova', sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .02em;
}

@media (min-width: 900px) {
	.mmenu__main li a {
		text-align: center;
	}
}

.mmenu__main .mmenu__dropdown a:hover {
	color: #2A5DAD;	
}

.mmenu__parent {
	position: relative;
	border-bottom: 1px solid #eee;
}

@media (min-width: 900px) {
	.mmenu__parent {
		position: static;
	}
}

.mmenu__parent.mmenu__parent--active:after {
	content: "-";
}

.mmenu__parent:after {
	position: absolute;
	right: 8px;
	top: 25px;
	display: inline-block;
	height: 20px;
	margin-top: -10px;
	width: 20px;
	color: #204D86;
	font-size: 26px;
	content: "+";
}

.mmenu__parent.mmenu__parent--nodrop:after,
.mmenu__parent.mmenu__parent--nodrop.mmenu__parent--active:after {
	content: none;
}

@media (min-width: 900px) {
	.mmenu__parent:after {
		display: none;
	}	
}

@media (min-width: 900px) {
	.mmenu__main .mmenu__parent:hover .mmenu__dropdown {
		display: flex;
	}
}

.mmenu__dropdown {
	display: none;
	left: 0;
	/*height: 400px;*/
	padding: 0;
	width: 100%;
	background: #F8F6F4;
	overflow-y: scroll;
 	-webkit-overflow-scrolling:touch;
}

@media (min-width: 900px) {
	.mmenu__dropdown {
		display: none;
		position: absolute;
		left: 0;
		height: auto;
		min-height: 300px;
		padding: 0;
		width: 100%;
		background: #F8F6F4;
		box-shadow: 0px 5px 6px -3px rgba(17, 23, 31, 0.5);
        overflow-y: auto;
	}	
}

.mmenu__dropdown .cta {
	padding: 15px 20px;
	border: 1px solid #fff;
}

@media (min-width: 900px) {
	.mmenu__parent:hover  {
		background: #F8F6F4;
	}
}

.mmenu__main .mmenu__parent a {
	padding: 20px 30px;
}

.mmenu__main .mmenu__parent > a {
	position: relative;
	z-index: 1;
}

.mmenu__callout {
	position: relative;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	background: #204d85;
    background: -moz-linear-gradient(left, #204d85 0%, #2b5eaf 100%);
    background: -webkit-linear-gradient(left, #204d85 0%,#2b5eaf 100%);
    background: linear-gradient(to right, #204d85 0%,#2b5eaf 100%);
}

.mmenu__callout .inner {
	margin: 0 auto;
	max-width: 80%;
}

.mmenu__callout p {
	display: inline-block;
	padding-top: 10px;
	color: #fff;
	font-size: 30px;
}
.mmenu__callout .cta {
	display: inline-block;
	float: right;
}

.mmenu__cta {
	position: relative;
	display: none;
	align-items: center;
	float: left;
	padding: 0 20px;
	width: 30%;
}

@media (min-width: 900px) {
.mmenu__cta {
	display: flex;
}	
}

.mmenu__cta--lead {
	background: url(/wp-content/uploads/2017/08/lead-apartments.jpg) 0 0 / cover no-repeat;
}

.mmenu__cta--practices {
	background: url(/wp-content/uploads/2017/08/practice-areas.jpg) right top / cover no-repeat;
}

.mmenu__cta--firm {
	background: url(/wp-content/uploads/2017/08/firm-books.jpg) right top / cover no-repeat;
}

.mmenu__cta--news {
	background: url(/wp-content/uploads/2017/08/news-nav.jpg) right top / cover no-repeat;
}

.mmenu__cta:after {
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    height: 100%;
    width: 100%;
    /*background-color: rgba(16, 37, 78, 0.78);*/
    background: -moz-linear-gradient(left, rgba(16,37,78,1) 0%, rgba(16,37,78,0.17) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(16,37,78,1) 0%,rgba(16,37,78,0.17) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(16,37,78,1) 0%,rgba(16,37,78,0.17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    content: '';
}

.mmenu__main .mmenu__cta .cta {
	display: inline-block;
	margin-top: 25px;
	padding: 10px 18px;
	color: #fff;
}

.mmenu__main .mmenu__cta .cta:hover {
	color: #204D85;
}

.mmenu__cta h3 {
	color: #fff;
	font-family: 'jubilat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.mmenu__copy {
	position: relative;
	z-index: 2;
}

.mmenu__cols {
    padding: 20px 0 20px 20px;
    width: 96%;
}

@media (min-width: 900px) {
	.mmenu__cols {
		float: left;
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 32px 48px;
		width: 70%;
	}	
}

@media (min-width: 900px) {
	.mmenu__col {
		float: left;
		margin-right: 3.5%;
		padding-left: 0px;
		width: 48%;
	}
}

.mmenu__col:last-child {
	margin-right: 0;
	border-right: none;
}

.mmenu__dropnav .mmenu__heading {
	margin-bottom: 18px;
	color: #333;
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.mmenu__dropnav li {
	position: relative;
	float: none;
	width: 100%;
}

.mmenu__main .mmenu__dropnav li a {
	position: relative;
	padding: 12px 8px;
	border-bottom: 1px solid #dad8d4;
	color: #333;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
}

ul.mmenu__dropnav {
	margin-bottom: 10px;

}

@media (min-width: 900px) {
	ul.mmenu__dropnav {
		margin-bottom: 25px;
	}
}

.mmenu__dropnav li a {
	transition: linear 0.3s;
}

.mmenu__dropnav li a:hover {
	background: #dfdddb;
}

.site-content {
	/*margin-top: 48px;*/
}

@media (min-width: 900px) {
	.site-content {
		margin-top: 119px;
	}	
} 

@media (min-width: 1000px) {
	.site-content {
		/*margin-top: 66px;*/
	}	
}


.hero {
	position: relative;
	display: flex;
	height: 75vh;
	background: url(/wp-content/uploads/2017/09/frankel-ny-banner-sm.jpg) 0 0 / cover no-repeat;
	overflow: hidden;
}

@media (min-width: 370px) {
	.hero {
		height: 85vh;
	}	
}

@media (min-width: 900px) {
	.hero {
		background: none;
	}	
}

.hero .inner {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    width: 100%;
    z-index: 1;
}

.hero .hero__pattern {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.hero .video__wrapper {
	padding-top: 0;
}

#heroVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.hero .hero__copy {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	width: 100%;
    background-size: 92% 75%;
    background-position: 0 150%;
}

.hero .hero__copy:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(16, 37, 78, 0.25);
}

@media (min-width: 900px) {


	.hero .hero__copy:before {
	    
	}	
}

.hero__info {
	position: relative;
	text-align: center;
	z-index: 1;
}

.hero__video {
	display: none;
}

@media (min-width: 700px) {
	.hero__video {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}	
}

.hero__since {
	display: block;
    margin-bottom: 12px;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (min-width: 700px) {
	.hero__since {
		font-size: 14px;
	}
}


.hero .hero__title {
	position: relative;
	margin: 0 auto;
	color: #fff;
	font-family: 'Jubilat', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

@media (min-width: 400px) {
	.hero .hero__title {
		font-size: 46px;
	}
}

@media (min-width: 500px) {
	.hero .hero__title {
		/*max-width: 400px;*/
		/*font-size: 55px;*/
	}	
}

@media (min-width: 700px) {
	.hero .hero__title {
		/*max-width: 440px;*/
		font-size: 65px;
	}	
}

@media (min-width: 900px) {
	.hero .hero__title {
		max-width: 780px;
		font-size: 64px;
	}
}

.hero__ptitle {
	margin-bottom: 30px;
	max-width: 365px;
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 32px;	
	line-height: 1.1;
}

.hero__practice--white .hero__ptitle,
.hero__practice--white .learnmore {
	color: #fff;
}

.hero__practice--white .learnmore {
	background-image: url(/wp-content/uploads/2017/07/icon-linkarrowwhite.svg);
}

.hero .hero__title:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin: 10px 0 0 -30px;
    /*content: "";*/
    width: 60px;
    height: 2px;
    background: #fff;
}

.hero .hero__summary {
	position: relative;
	margin: 15px auto 0;
	max-width: 96%;
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

@media (min-width: 370px) {
	.hero .hero__summary {
		/*max-width: 100%;*/
		font-size: 18px;
	}
}

@media (min-width: 700px) {
	.hero .hero__summary {
		max-width: 560px;
		font-size: 22px;
	}
}

@media (min-width: 900px) {
	.hero .hero__summary {
		/*max-width: 680px;*/
	}
}

.hero__nav {
	position: relative;
	margin: 30px 0 0;
}

@media (min-width: 700px) {
	.hero__nav {
		margin: 40px 0 0;
	}	
}

.hero__nav li {
	display: inline-block;
	margin-bottom: 15px;
}

@media (min-width: 700px) {
	.hero__nav li {
		margin-bottom: 0;
	}	
}

.hero__nav li:first-child {
	margin-right: 10px;
}

.hero .cta {
	padding: 10px 15px;
	border: 1px solid #fff;
	font-size: 18px;
}

@media (min-width: 700px) {
	.hero .cta {
		padding: 20px 25px;
		font-size: 23px;
	}	
}

.scroll__arrow {
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin: 0 -12px 0 -25px;
	display: inline-block;
	width: 50px;
	height: 25px;
	background: url(/wp-content/uploads/2017/08/icon-scrolldown.svg) 0 0 no-repeat;
	z-index: 2;
}

.intro {
	padding: 30px 0;
}

@media (min-width: 600px) {
	.intro {
		padding: 60px 0;
	}
}


.intro .inner {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;
	z-index: 1;	
}

.intro__col {
	margin-bottom: 50px;
}

.intro__col img {
	position: relative;
	top: 60px;
}

.intro__title {
	margin-bottom: 20px;
	color: #333;
	font-family: "Jubilat", sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}

@media (min-width: 400px) {
	.intro__title {
		font-size: 32px;
	}	
}

@media (min-width: 600px) {
	.intro__title {
		font-size: 40px;
	}
}

.intro__summary {
	text-align: center;
}

.intro__summary p {
	margin-bottom: 20px;
	font-family: "Georgia", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
}

@media (min-width: 700px) {
	.intro__summary p {
		font-size: 19px;
		line-height: 28px;
	}
}

.intro__summary .cta {
	margin-top: 20px;
}

@media (min-width: 800px) {
	.intro__col {
		float: left;
		margin-bottom: 0;
		width: 50%;
	}
	.intro__col:last-child {
		padding-left: 80px;
	}
	.intro__summary {
		/*max-width: 600px;*/
	}
	.intro__title {
		margin-bottom: 25px;
		font-size: 36px;
	}
}

.intro .learnmore {
	margin-top: 25px;
}

/* Homepage Practice Areas */

.practices {
	padding: 60px 0;
	background: #F8F6F4;
}

.practices .inner {
	margin: 0 auto;
    max-width: 1100px;
    width: 96%;
}

.practices__subtitle {
	display: block;
    margin-bottom: 6px;
    color: #1E4E8A;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.practices__title {
	position: relative;
    color: #333;
    font-family: "Jubilat", sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.practices__title:after {
/*	position: absolute;
    left: 50%;
    top: 100%;
    margin: 15px 0 0 -30px;
    content: "";
    width: 60px;
    height: 2px;
    background: #1E4E8A;*/
}

.practices__description {
	margin: 35px auto 0;
    max-width: 650px;
    color: #333;
    font-family: "georgia", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

@media (min-width: 800px) {
	.practices__title {
	    font-size: 46px;
	}	
	.practices__subtitle {
		font-size: 18px;
	}
	.practices__description {
		font-size: 21px;
	}
}

.practices__grid {
	margin-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 700px) {
	.practices__grid {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
}

@media (min-width: 800px) {
	.practices__grid {
		margin-top: 60px;
	}
}

.practices__block {
	position: relative;
	display: block;
    margin-bottom: 13px;
    min-height: 200px;
    padding: 40px 23px;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    transition: linear 0.35s;
}


.practices__block:hover {
	transform: scale(1.02);
}

.practices__block.practices__block-all {
	margin-right: 0;
	padding: 36px 25px 37px;
	background: #1E4E8A;
    border-color: #1E4E8A;
    color: #fff;
}

.practices__block.practices__block-all .practices__name {
    margin-top: 5px;
    color: #fff;
 }

 .practices__block.practices__block-all .practices__name:after {
 	content: none;
 }

.practices__block.practices__block-all .practices__summary li a {
 	color: #fff;
    font-size: 16px;
 }

 .practices__block.practices__block-all .practices__summary a:hover {
 	text-decoration: underline;
 }

@media (min-width: 400px) {
	.practices__block {
		float: left;
		width: 49%;
	}

	.practices__block:nth-child(even) {
		margin-left: 2%;
	}
}

@media (min-width: 860px) {

	.practices__block {
		min-height: 250px;
		margin-right: 1%;
		width: 24%;
		display: flex;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-background-size: cover;
		flex-direction: column;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.practices__name {
		margin: 0;
	}

	.practices__block:nth-child(even) {
		margin-left: 0;
	}

	.practices__block:nth-child(4n) {
		margin-right: 0;
	}
}

.practices__block:last-chuld {
	background: red;
}

.practices__icon {
	display: block;
    height: 85px;
    margin: 0 auto;
    max-width: 80px;
}

.practices__name {
	position: relative;
    display: block;
    color: #fff;
    font-family: "Jubilat", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1; 
    /*text-align: center;*/
}

.practices__name:after {
	position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
}

.practices__summary {
	display: block;
    color: #333;
    font-family: "Georgia", serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
}

.practices__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* Results */

.results {
	padding: 40px 0;
	background: #F8F6F4;
}

@media (min-width: 700px) {
	.results {
		padding: 80px 0;
	}	
}

.results .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.results__header {
	margin: 0 auto 15px;
	max-width: 96%;
	color: #333;
    font-family: "Jubilat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

@media (min-width: 700px) {
	.results__header {
		margin-bottom: 60px;
		max-width: 100%;
		font-size: 42px;
	}
}

.results__grid {
	margin-bottom: 55px;
}

.results__item {
	position: relative;
	padding: 25px;
    border-right: 1px solid #ddd;
}

@media (min-width: 700px) {
	.results__item {
		position: relative;
		float: left;
	    margin-right: 2%;
	    padding: 25px;
	    width: 32%;
	    border-right: 1px solid #ddd;
	}	
}

.results__item:last-child {
	margin-right: 0;
	border-right: none;
}

.results__grid--page .results__item {
	margin-right: 0;
	width: 33.333333%;
	border-bottom: 1px solid #ddd;
}

.results__item:nth-child(n+16){
	border-bottom: none;
}

.results__amount {
	position: relative;
    margin-bottom: 25px;
    color: #444;
    font-family: "Jubilat", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 700px) {
	.results__amount {
		font-size: 32px;
	}	
}

.results__amount span {
	font-size: 26px;
}

.results__amount span:before {
	content: "$";
    display: inline-block;
    vertical-align: super;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.results__amount:after {
	position: absolute;
    left: 50%;
    bottom: -12px;
    content: "";
    display: inline-block;
    height: 2px;
    width: 60px;
    margin-left: -25px;
    background: #1E4E8A;
}

.results__verdict {
	margin: 0 auto;
	max-width: 290px;
	padding: 0 10px;
    color: #333;
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
}

@media (min-width: 700px) {
	.results__verdict {
		font-size: 22px;
	}	
}

.results__grid--page .results__item {
	padding: 24px 20px;
}

.results__grid--page .results__item .results__verdict {
	font-size: 17px;
}

.results__grid--page .results__item {
	float: none;
	width: 100%;
	border-right: none;
}

@media (min-width: 500px) {
	.results__grid--page .results__item {
		float: left;
		width: 50%;
	}
	.results__grid--page .results__item:nth-child(odd) {
		border-right: 1px solid #ddd;
	}
	.results__grid--page .results__item:nth-child(2n) {
		border-right: none;
	}
}

@media (min-width: 760px) {
	.results__grid--page .results__item {
		width: 33.333333%;
	}
	.results__grid--page .results__item:nth-child(2n) {
		border-right: 1px solid #ddd;
	}
	.results__grid--page .results__item:nth-child(3n) {
		border-right: none;
	}
}

@media (min-width: 880px) {
	.results__grid--page .results__item {
		padding: 25px;
	}
	.results__grid--page .results__item .results__verdict {
		font-size: 20px;
	}
}

@media (min-width: 950px) {
	.results__grid--page .results__item .results__verdict {
		font-size: 22px;
	}
}

.parallax { 
    height: 500px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 900px) {
  .parallax {
      background-attachment: fixed;
  }  
}

.latestnews {
	background: #F8F6F4;
}

.latestnews__header .inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;	
}

.latestnews__header h2 {
	max-width: 96%;
	padding: 0 0 30px 0;
	color: #333; 
	font-family: "Jubilat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

@media (min-width:700px) {
	.latestnews__header h2 {
		padding: 0 0 60px 0;
		font-size: 42px;
	}	
}

.latestnews__header .learnmore {
	position: relative;
	top: 12px;
	background-image: url(/wp-content/uploads/2017/07/icon-linkarrowwhite.svg);
	color: #fff;
}

.latestnews__articles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.latestnews__article {
	position: relative;
	/*background: url(/wp-content/uploads/2017/08/brooklyn-casestudy.jpg) 0 0 / cover no-repeat;*/
}

.news__article .learnmore {
	position: relative;
	z-index: 2;
}

.latestnews__article:after {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(16, 37, 78, 0.78);
    content: '';
}

@media (min-width: 600px) {
	.latestnews__articles {
		display: flex;
		flex-direction: row;
		margin-bottom: 40px;
	}	
}

.latestnews__article {
	display: block;
	padding: 55px 35px;
	width: 100%;
}

@media (min-width: 500px) {
	.latestnews__article {
		float: left;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		padding: 55px 35px;
		width: 50%;
	}
}

@media (min-width: 600px) {
	.latestnews__article:first-child,
	.latestnews__article:last-child {
		/*background: #F8F6F4;*/
	}

}

@media (min-width: 900px) {
	.latestnews__article {
		padding: 75px 55px;
		width: 25%;
	}
	.latestnews__article:first-child {
		/*background: #FBFBF9;*/
	}
	.latestnews__article:nth-child(even) {
		/*background: #F8F6F4;	*/
	}

}



.latestnews__title {
	position: relative;
	display: block;
	line-height: 1.1;
	margin-bottom: 28px;
	color: #fff;
	font-family: "Jubilat", sans-serif;
    font-size: 22px;
    font-weight: 700;
	z-index: 1;
}

.latestnews__title--pr {
	font-size: 22px;
	line-height: 1.3;
}

.latestnews__title:after {
	display: none;
	position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    content: "";
    width: 35px;
    height: 2px;
    background: #1E4E8A;
}

.latestnews__date,
.latestnews__tag {
	position: relative;
	display: block;
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	z-index: 1;
}

.latestnews__date {
	margin-bottom: 5px;
}

.latestnews__taglink {
	color: #FFF;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
}

.subintro {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;		
}

.subintro .cols {
	display: flex;
	flex-direction: row;
}

.subintro .cols:last-child {
	display: flex;
	flex-direction: row-reverse;
}

.subintro .col {
	float: left;
	width: 50%;
	height: 500px;
}

.subintro .col:last-child {
	background: #1E4E8A;
}

.casestudy {

}

.casestudy__copy,
.casestudy__image {
	padding: 20px 12px;
}

@media (min-width: 600px) {
	.casestudy {
		display: -webkit-flex;
		display: flex;
	}

	.casestudy__copy,
	.casestudy__image {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		float: left;
		padding: 120px 100px;
		width: 50%;
	}	
}

.casestudy__copy h2 {
	margin-bottom: 25px;
	/*max-width: 290px;*/
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 30px;	
	font-weight: 700;
	line-height: 1.25;
}

.casestudy__copy h2 a {
	color: #333;
}

@media (min-width: 700px) {
	.casestudy__copy h2 {
		font-size: 34px;	
	}
}

.casestudy__copy p {
	color: #333;
	font-family: "Georgia", serif;
	font-size: 18px;
	font-weight: 300;	
	line-height: 1.5;
}

.casestudy__copy .cta {
	margin-top: 35px;
}

.casestudy__image {
	position: relative;
	min-height: 250px;
	background: #F3F0EC;
}

.casestudy__image img {

}

@media (min-width: 600px) {
	.casestudy__image img {
		position: absolute;
		left: -50px;
		top: 60px;
		width: 75%;
		height: auto;
		max-height: 330px;
	}
}

.faqs {
	padding: 40px 0;
}

@media (min-width: 700px) {
	.faqs {
		padding: 80px 0;
	}	
}

.faqs .inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 96%;
}

.faqs__heading {
	text-align: center;
}

.faqs__wrapper {
	padding-left: 15px;
}

.faqs__category {
	margin-top: 30px;
	margin-bottom: 30px;
}

.faqs__category.faqs--hidden {
	display: none;
}

.faqs__category.faqs--active {
	display: block;
}

@media (min-width: 700px) {
	.faqs__wrapper .faqs__item {
		padding-left: 20px;
	}	
}

.faqs__wrapper h3 {
	margin-bottom: 30px;
	color: #333;
	font-family: "jubilat", sans-serif;
	font-size: 26px;
	font-weight: 700;	
}

.faqs__wrapper h3 span {
	display: block;
	margin-top: 10px;
	font-size: 22px;
}

.faqs__header {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #F3F0EC;
}

.faqs__select {
	height: 42px;
	margin-top: 14px;
    width: 100%;
    background: url(/wp-content/uploads/2017/08/icon-selectarrow.svg) no-repeat 97% 50%;
    border: 1px solid #bbb;
    overflow: hidden;
}

@media (min-width: 700px) {
	.faqs__select {
		margin-top: 0;
		width: 200px;
	}
}

.faqs__select select {
	height: 42px;
	padding: 5px 8px;
    width: 105%;
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    -webkit-appearance: none;
}

.faq__pagetitle {
	float: left;
	margin-bottom: 15px;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 30px;
	font-weight: 400;
}

@media (min-width: 700px) {
	.faq__pagetitle {
		font-size: 42px;
	}
}

.faqs__filter {
	margin-top: 15px;
}

@media (min-width: 700px) {
	.faqs__filter {
		float: right;
		margin-top: 0;
	}
}

.faqs__filter span,
.faqs__filter .faqs__select {
	float: left;
}

.faqs__filter span {
    display: block;
    margin-right: 10px;
    width: 100%;
    color: #204D86;
    font-size: 13px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media (min-width: 700px) {
	.faqs__filter span {
		position: relative;
    	top: 17px;
		display: inline-block;
		width: auto;
	}	
}

.faqs__heading h2 {
	position: relative;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
}

@media (min-width: 700px) {
	.faqs__heading h2 {
		font-size: 42px;
	}
}

.faqs__heading .learnmore {
	position: relative;
	top: 12px;
	background-image: url(/wp-content/uploads/2017/07/icon-linkarrowwhite.svg);
	color: #fff;
}

.faqs__cols {
	margin-top: 30px;
}

@media (min-width: 700px) {
	.faqs__cols {
		margin-top: 60px;
	}
}

.faqs__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F3F0EC;
	cursor: pointer;
}

.faqs__item:nth-child(even) {
	margin-right: 0;
}

.faqs__item h4 {
	position: relative;
	display: flex;
	color: #333;
	font-family: "Georgia", sans-serif;
	font-size: 20px;	
	font-weight: 600;
	line-height: 29px;
	z-index: 1;
}

@media (min-width: 700px) {
	.faqs__item h4 {
		font-size: 24px;
		line-height: 36px;
	}	
}

.faqs__item p {
	color: #333;
	font-family: "Georgia", sans-serif;
	font-size: 16px;	
	line-height: 24px;	
	word-break: break-word;
}

@media (min-width: 700px) {
	.faqs__item p {
		font-size: 21px;	
		line-height: 30px;	
	}	
}

.faqs__stacked {
	padding: 30px 0;
}

@media (min-width: 600px) {
	.faqs__stacked {
		padding: 60px 0;
	}
}

.faq__toggle {
	position: relative;
	top: 0;
	display: inline-block;
	float: left;
	max-width: 20px;
	height: 20px;
	width: 20%;
	transition: linear 0.15s;
}

@media (min-width: 700px) {
	.faq__toggle {
		top: 4px;
		width: 2%;
	}	
}

.faq__title {
	float: left;
	padding-left: 20px;
	width: 90%;
	font-size: 16px;
}

@media (min-width: 700px) {
	.faq__title {
		width: 98%;
		font-size: 18px;
		line-height: 26px;
	}	
}

.faq__toggle--active {
	transform: rotate(90deg);
}

.faq__toggle--active .faq__toggle__horizontal {
	width: 0;
}

.faq__toggle__vertical {
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -1px;
	width: 2px;
	background: #2B5EAE;
}

.faq__toggle__horizontal {
	position: absolute;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	margin-left: 0;
	width: 100%;
	background: #2B5EAE;	
}

.faq__title {
	line-height: 1.25;
	/*float: left;*/
}

.faqs__item h4 svg {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.faqs__body {
	height: 0;
	padding-left: 10px;
}

@media (min-width: 700px) {
	.faqs__body {
		padding-left: 40px;
	}	
}

.faqs__body p,
.faqs__body ul,
.faqs__body ol {
	opacity: 0;
	transition: opacity .25s linear;
}

.faqs__body ol li {
	margin-bottom: 12px;
}

.faqs__body--active {
	height: auto;
}

.faqs__body--active p,
.faqs__body--active ul,
.faqs__body--active ol {
	margin-top: 20px;
	opacity: 1;
}

.faqs__body ol {
	padding-left: 25px;
	list-style: decimal;
}

.faqs__body--active.faqs__body--featured {
	margin-top: 20px;
	padding: 5px 20px 15px;
	background: #F8F6F4;
}

@media (min-width: 600px) {
	.faqs__body--active.faqs__body--featured {
		padding: 10px 40px 30px;
	}
}

#iconPlus {
	width: 20px;
}

.testimonials {
	position: relative;
}

.testimonials .addthis_tool {
	display: none;
}

.testimonials__header {
	padding: 0 0 40px;
    color: #333;
    font-family: "Jubilat", sans-serif;
    font-size: 32px;
    font-weight: 400;
	text-align: center;
}

@media (min-width: 600px) {
	.testimonials__header {
		font-size: 42px;
	}
}

.testimonials__intro {
	display: none;
	background: #FBFBF9 url(/wp-content/uploads/2017/07/icon-quotes.svg) 30px 40px / 250px auto no-repeat;
}

.testimonials__intro .learnmore {
	margin-top: 60px;
}

.testimonials__intro h3 {
	position: relative;
	max-width: 300px;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 40px;	
}

.testimonials__slider {
	background: #F3F0EC;
}

.testimonials__item {
	color: #333;
	font-family: "Georgia", sans-serif;
	font-size: 19px;
	font-weight: 300;	
	line-height: 1.2;	
}

.testimonials .slick-slide p {
	margin: 0 auto;
	max-width: 800px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}

@media (min-width: 700px) {
	.testimonials .slick-slide p {
		max-width: 800px;
		font-size: 21px;
	}
}

.testimonials__author {
	display: block;
	margin-top: 25px;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	text-align: center;
}

.testimonials__author:before {
	content: "-";
}

.testimonials__nav {
	display:  none;
	position: absolute;
	right: 0;
	bottom: 50%;
	margin-top: -30px;
	list-style: none;
}

@media (min-width: 600px) {
	.testimonials__nav {
		display: block;
		left: 0;
	}
}

.testimonials__wrapper {
	padding: 30px 0;
	background: #F3F0EC;
}

@media (min-width: 700px) {
	.testimonials__wrapper {
		padding: 60px 0;
	}
}

.testimonials__nav li {
	position: absolute;
	top: -100px;
	display: block;
	transition: linear 0.35s;
}

.testimonials__nav li:first-child {
	left: 5%;
}

.testimonials__nav li:last-child {
	right: 5%;
}

.testimonials__nav li:hover {
	/*background: #212121;*/
}

.testimonials__nav li:first-child {
	border-right: none;
}

.testimonials__nav li a {
	display: block;
	height: 60px;
	width: 40px;
}

.testimonials__nav li:first-child a {
	background: url(/wp-content/uploads/2017/08/icon-prev-dk.svg) center center no-repeat;
}

.testimonials__nav li:last-child a {
	/*transform: rotate(180deg);*/
	background: url(/wp-content/uploads/2017/08/icon-next-dk.svg) center center no-repeat;
}

.footer {
	padding: 35px 0;
	background: #204D85;
}

@media (min-width: 400px) {
	.footer {
		padding: 50px 0;
	}	
}

.footer .inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;
}

.footer__logo {
	display: inline-block;
	margin-bottom: 30px;
	max-width: 200px;
}

.footer__connect {
	padding-bottom: 45px;
	border-bottom: 1px solid #365E91;
}

@media (min-width: 400px) {
	.footer__logo {
		float: left;
		margin-bottom: 0;
	}
	.footer__social {
		float: right;
	}	
}

.footer__social li {
	float: left;
	margin-right: 8px;
}

.footer__social li:last-child {
	margin-right: 0;
}

.footer__socialicon {
	display: block;
	width: 32px;
	height: 32px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	transition: linear 0.35s;
}

.footer__socialicon svg {
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
	fill: #224E84;
	transition: linear 0.35s;
}

.footer__socialicon:hover {
	background: none;
}

.footer__socialicon:hover svg {
	fill: #FFF;
}

.footer__socialicon i {
	position: relative;
	top: 5px;
	color: #204D85;
	font-size: 22px;
	transition: linear 0.35s;
}

.footer__socialicon:hover i {
	color: #fff;
}

.footer__nav {
	padding-top: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid #365E91;	
}

.footer__col {
	margin-bottom: 30px;
}

.footer__disclaimer {
	margin-top: 25px;
}

.footer__disclaimer p {
	margin-top: 12px;
	color: #BCC9DA;
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

@media (min-width: 700px) {
	.footer__disclaimer p {
		font-size: 14px;
	}
}

@media (min-width: 400px) {
	.footer__col {
		float: left;
		width: 50%;
	}
}

@media (min-width: 700px) {
	.footer__col {
		padding-right: 20px;
		width: 25%;
	}

	.footer__col:last-child {
		/*text-align: right;*/
	}	
}

@media (min-width: 700px) {
	.footer__nav--offices {
		display: flex;
		flex-wrap: wrap;
	}
	.footer__nav--offices .footer__col {
		width: 33.3333%;
	}
}

.footer__links li {
	margin-bottom: 6px;
}

.footer__links li,
.footer__links a {
	color: #BCC9DA;
	font-family: "proxima-nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
	transition: linear 0.35s;
}

.footer__links a:hover {
	color: #fff;
}

.footer__links .footer__header {
	margin-bottom: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer__links .footer__header a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer__links--phone {
	margin-top: 20px;
}

.footer__legal {
	padding: 15px 0 0;
}

.footer__copy {
	margin-bottom: 8px;
}

.footer__copy li {
	display: inline-block;
	margin-right: 8px;
	color: #BCC9DA;
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.footer__copy a {
	color: #F2F2F2;
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;	
	text-transform: uppercase;
}

.footer__by a:hover,
.footer__copy a:hover {
	text-decoration: underline;
}

.footer__by {
	color: #BCC9DA;
	font-family: "proxima-nova", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.footer__by a {
	color: #fff;
}

@media (min-width: 500px) {
	.footer__copy {
		float: left;
		margin-bottom: 0;
	}
	.footer__by {
		float: right;
	}
}

/* Interior Page Banners */

.banner {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	height: 250px;
	background-size: cover;
}

.banner .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.banner h1 {
	position: relative;
	color: #fff;
	font-family: "Jubilat", serif;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.02em;
    line-height: 1.25;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

@media (min-width: 370px) {
	.banner h1 {
		font-size: 36px;
	}
}

@media (min-width: 600px) {
	.banner h1 {
		font-size: 52px;
	}
}

.banner h1:before {
/*	position: absolute;
    left: 0;
    top: -15px;
    margin: 0;
    content: "";
    width: 60px;
    height: 2px;
    background: #fff;*/	
}

.practicecontent {
	padding: 60px 0;
}

.practicecontent .inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;
}

.practicecontent h2 {
	display: inline-block;
	/*margin-bottom: 30px;*/
	/*padding-bottom: 25px;*/
	/*border-bottom: 1px solid #204D85;*/
	color: #204D85;
	font-family: "Jubilat", serif;
	font-size: 36px;	
	font-weight: 600;
	text-transform: capitalize;
}

.practicecontent__main h3 {
	margin: 35px 0 25px;
	color: #204D85;
	font-family: "Jubilat", serif;
	font-size: 32px;	
	font-weight: 600;
	text-transform: capitalize;	
}

.practicecontent__aside h3 {
	margin-bottom: 12px;
	color: #204D85;
	font-family: "Jubilat", sans-serif;
	font-size: 26px;	
	line-height: 1.3;
	text-transform: capitalize;		
}

.practicecontent__aside .contact {
	margin-top: 40px;
}

.practicecontent__aside h3:first-child {
	margin-top: 20px;
}

.practicecontent p {
	margin-bottom: 20px;
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	font-weight: 300;	
	line-height: 1.3;	
}

.practicecontent__cols {
	padding: 25px 0 40px;
}

.practicecontent__cols .callout__contact {
	margin: 50px 0;
}

.practicecontent__cols:last-child {
	border-bottom: none;
}

.practicecontent__main ul {
	margin-bottom: 20px;
	padding-left: 25px;
	list-style: disc;
}

.practicecontent__main li {
	margin-bottom: 5px;
    color: #333;
    font-family: "Georgia", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.practicecontent__main,
.practicecontent__aside {
	float: left;
}

.practicecontent__aside a {
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
}

.practicecontent__aside a:hover {
	text-decoration: underline;
}

.practicecontent__aside ul {
	margin-bottom: 25px;
}

.practicecontent__aside li {
	margin-bottom: 8px;
}

.practicecontent__main {
	padding-bottom: 20px;
	/*padding-right: 5%;*/
	width: 65%;
	
}

.practicecontent__main--full {
	width: 90%;
}

.practicecontent__main--full p {
	font-size: 19px;
}

.practicecontent__aside {
	padding-left: 5%;
	width: 35%;
}

.aside__casestudy {
	position: relative;
	height: 200px;
	margin-top: 15px;
	margin-bottom: 30px;
	width: 100%;
}

.aside__casestudy img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.aside__caseoverlay {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
}

.aside__caseoverlay p {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}

.aside__caseoverlay a {
	color: #fff;
}

.aside__caseoverlay a:hover {
	text-decoration: none;
}

.about {
	padding: 30px 0;
}

.about .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

@media (min-width: 600px) {
	.about {
		/*padding: 60px 0;*/
	}
}

.about h2 {
	margin-bottom: 30px;
	color: #204D85;
	font-family: "Jubilat", serif;
	font-size: 36px;
	font-weight: 700;	
	text-transform: capitalize;
}

.about__intro {
	padding: 15px 0 35px;
	/*width: 100%;*/
}

@media (min-width: 700px) {
	.about__intro {
		padding: 15px 0 35px;
		width: 90%;
	}
}

.about__intro .learnmore {
	margin-top: 35px;
}

.about__intro p {
	margin-bottom: 20px;
	color: #333;
	font-family: "Georgia", sans-serif;
	font-size: 20px;
	font-weight: 400;	
	line-height: 30px;	
}

@media (min-width: 700px) {
	.aboutvideo {
		display: flex;
		min-height: 380px;
	}
	.aboutvideo__intro,
	.aboutvideo__media {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    justify-content: center;
	    float: left;
	    width: 50%;
	}
}

.aboutvideo__intro {
	padding: 20px;
	background: #F3F0EC;
}

@media (min-width: 700px) {
	.aboutvideo__intro {
		padding: 50px;
		background: #F3F0EC;
	}	
}

.home .aboutvideo__intro {
	background: #fff;
}

.aboutvideo__intro h2 {
	color: #333;
	font-family: "Jubilat", sans-serif;
	font-size: 28px;	
	line-height: 1.3;
	text-align: center;
	text-transform: capitalize;	
}

@media (min-width: 700px) {
	.aboutvideo__intro h2 {
		margin-bottom: 35px;
		text-align: left;
	}	
}

.aboutvideo__intro .learnmore {
	display: none;
}

@media (min-width: 700px) {
	.aboutvideo__intro h2 {
		font-size: 40px;	
	}	
	.aboutvideo__intro .learnmore {
		display: block;
	}
}

.aboutvideo__media {
	position: relative;
	background: #F3F0EC;
}

.aboutvideo__media .video-js {
	width: 100%;
	height: 100%;
}

.video__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 100%;
}

.video-js {
	position: relative;
}

.video-js {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.video__wrapper .video-js .vjs-big-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: #204D85;
	border-radius: 50%;
	border-color: #204D85;
}

@media (min-width: 700px) {
	.video__wrapper .video-js .vjs-big-play-button {
		left: -50px;
		height: 100px;
		margin: -50px 0 0 0;
		width: 100px;
	}	
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
	color: #FFF;
}

@media (min-width: 700px) {
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		color: #FFF;
		font-size: 80px;
		top: 26px !important;
	}
}

.vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
	background: #204D85 !important;
	border-color: #204D85 !important;
}

.video-js.vjs-playing .vjs-big-play-button {
	display: none;
}

.video-js:hover .vjs-icon-play:before {
	color: orange !important;
}

.aboutvideo__media .vjs-poster {
	background-size: cover;
}

.different .inner {
	margin: 0 auto;
	max-width: 1100px;
	padding: 30px 0;
	width: 96%;
}

@media (min-width: 700px) {
	.different .inner {
		padding: 60px 0;
	}	
}

.different h2 {
	margin-bottom: 20px;
	color: #204D85;
	font-family: "Jubilat", sans-serif;
	font-size: 40px;	
	text-transform: capitalize;	
}

.different p {
	color: #333;
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight: 400;	
	line-height: 1.2;		
}

.team .inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;
}

.team__header {
	padding: 35px 0;
	background: #204d85;
	background: -moz-linear-gradient(left, #204d85 0%, #2b5eaf 100%); 
	background: -webkit-linear-gradient(left, #204d85 0%,#2b5eaf 100%);
	background: linear-gradient(to right, #204d85 0%,#2b5eaf 100%);
}

.team__header .inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;	
}

.team__header h2 {
	color: #fff;
	font-family: "Jubilat", sans-serif;
    font-size: 38px;
    line-height: 1.6;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

@media (min-width: 600px) {
	.team__header h2 {
		float: left;
	}	
}

.team__grid {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
}

@media (min-width: 700px) {
	.team__grid {
		flex-direction: row;
		padding: 80px 0;
	}	
}

.team__member {
	margin-bottom: 20px;
	padding: 55px 20px;
	background: #F8F6F4;
	border: 1px solid #F3F0EC;
}

@media (min-width: 700px) {
	.team__member {
		float: left;
		margin-right: 2%;
		width: 32%;
	}
}

.team__member:last-child {
	margin-right: 0;
}

.team__name {
	margin-bottom: 8px;
	color: #333;
	font-family: "Jubilat", serif;
    font-size: 25px;	
}

.team__title {
	margin-bottom: 40px;
	padding-left: 8px;
	font-family: "Georgia", serif;
	font-size: 18px;
}

.contact__map {
	width: 100%;
	height: 330px;
	overflow: hidden;
}

.contact .inner {
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 850px) {
	.contact .inner {
		margin: 0 auto;
		max-width: 1100px;
		width: 100%;
	}
}

.contact h1,
.contact h2,
.contact div.wpcf7-response-output {
	margin: 0 auto 20px;
	max-width: 550px;
	padding: 30px 12px 0;
	color: #fff;
	font-family: "Jubilat", sans-serif;
	font-size: 28px;	
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	text-transform: capitalize;	
}

@media (min-width: 850px) {
	.contact h1,
	.contact h2,
	.contact div.wpcf7-response-output {
		padding: 60px 20px 0;
		font-size: 34px;	
	}	
}

.contactinput[type="submit"] {
	border-color: #fff;
	color: #fff;
}

.contact div.wpcf7-response-output {
	margin-bottom: 30px;
}

@media (min-width: 900px) {
	.contact div.wpcf7-response-output {
		margin-bottom: 80px;
	}
}

.contact input[type="submit"]:hover {
	background: #fff;
	color: #204D85;
}

@media (min-width: 900px) {
	.contact h1,
	.contact h2,
	.contact div.wpcf7-response-output {
		padding: 80px 0 0;
	}	
}

.contact__form {
	padding: 0 20px;
	margin: 20px auto;
	max-width: 800px;
	padding-bottom: 60px;
}

.single-practice-areas .aside .contact__form  {
	display: none;
}

@media (min-width: 900px) {
	.single-practice-areas .aside .contact__form  {
		display: block;
		margin-top: 45px;
	}
}

@media (min-width: 900px) {
	.contact__form {
		margin-top: 40px;
		padding: 0 0 50px 0;
	}
}

.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"] {
	height: 42px;
	padding: 10px 5px;
	width: 100%;
	background: #FFF;
	border: none;
	border: 1px solid #e7632b;
	border-radius: 0;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.contact textarea {
	border-radius: 0;
	-webkit-appearance: none;
}

.contact input[type="submit"] {
	background: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.contact textarea {
	min-height: 200px;
    padding: 10px 3px 0;
    width: 100%;
    background: #FFF;
    border: none;
    border: 1px solid #e7632b;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    resize: none;
}

.contact div.wpcf7-mail-sent-ok {
	border: none;
}

.contact .wpcf7-validates-as-required:before {
	content: "*";
}

.contact__row.contact__row--half .wpcf7-form-control-wrap:first-child {
	display: block;
}

.wpcf7-form-control-wrap {
	display: block;
}

.form__name .wpcf7-form-control-wrap.text-437:before,
.wpcf7-form-control-wrap.email-271:before {
	content: "*";
	position: absolute;
	left: -12px;
	top: 0;
	color: #9A2633;
}

.form__name .wpcf7-form-control-wrap.text-437:before,
.wpcf7-form-control-wrap.email-271:before {
	color: #FFF;
}

.wpcf7-form-control-wrap select {
    position: relative;
    padding: 10px;
    padding-right: 3em;
    border: 1px solid #e7632b;
    color: #333;
    width: 100%;
    height: 42px;
    background-color: #fff;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #333;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #333;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #333;
  opacity: 1 !important;
}

.select-wrapper {
	position: relative;
    background-color: #204D85;
}

@media (min-width: 700px) {
	.select-wrapper {
		margin-top: 0;
	}
}

.select-wrapper:after {
	content: "";
    display: block;
    width: 12px;
    height: 12px;
    right: 1em;
    position: absolute;
    top: 15px;
    margin-top: 0;
    z-index: 1;
    background-image: url(/wp-content/uploads/2017/08/icon-selectarrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.tel-118 {
	margin-bottom: 20px;
}

@media (min-width: 700px) {
	.tel-118 {
		margin-bottom: 0;
	}	
}

.contact__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

@media (min-width: 700px) {
	.contact__row .contact__row--half {
		width: 48%;
	}
}

.contact__row.contact__row--half > * {
	width: 100%;
}

@media (min-width: 700px) {
	.contact__row.contact__row--half > * {
		width: 48%;
	}
}

.contact__row.contact__row--half > *:first-child {
	margin-bottom: 20px;
}

@media (min-width: 700px) {
	.contact__row.contact__row--half > *:first-child {
		margin-bottom: 0;
	}
}

.contact__row.contact__row--full p {
	width: 100%;
}

.practicecontent__aside img {
	margin-bottom: 30px;
}

.practicecontent__aside .contact__row {
	margin-bottom: 25px;
}

.practicecontent__aside .contact__form {
	margin-bottom: 30px;
}

@media (min-width: 900px) {
	.contact__row--half .wpcf7-form-control-wrap,
	.contact__row--half .wpcf7-form-control-wrap,
	.select-wrapper {
		width: 100%;
	}
}

.select-wrapper {
	margin-right: 0;
}

.select-wrapper .wpcf7-form-control-wrap {
	width: 100%;
}

.contact__row--half .wpcf7-form-control-wrap:last-child,
.contact__row--half .wpcf7-form-control-wrap:last-child {
	margin-right: 0;
}

.contact__col:last-child {
	background: #FFF;
}

@media (min-width: 850px) {
	.contact__col {
		float: left;
		width: 70%;
	}

	.contact__col:last-child {
		width: 30%;
		background: #fff;
	}
}

.contact--fullwidth {
	background: #204D85;
}

.contact--fullwidth.contact--white {
	background: #fff;
}

.contact--fullwidth.contact--white .contact__col.contact__col--wide {
	background: #fff;
}

.contact--fullwidth .contact__col.contact__col--wide {
	max-width: 1100px;
	width: 100%;
	background: #204D85;
	border-bottom: 1px solid #365E91;
}

.contact--fullwidth .contact__col.contact__col--wide input[type="text"],
.contact--fullwidth .contact__col.contact__col--wide input[type="email"],
.contact--fullwidth .contact__col.contact__col--wide  input[type="tel"].wpcf7-tel,
.contact--fullwidth .contact__col.contact__col--wide textarea,
.contact--fullwidth .contact__col.contact__col--wide .select-wrapper,
.contact--fullwidth .contact__col.contact__col--wide  .wpcf7-form-control-wrap select {
	background: #FFF;
}

.contact--fullwidth.contact--white  .contact__col.contact__col--wide input[type="text"],
.contact--fullwidth.contact--white  .contact__col.contact__col--wide input[type="email"],
.contact--fullwidth .contact__col.contact__col--wide  input[type="tel"],
.contact--fullwidth.contact--white  .contact__col.contact__col--wide textarea {
	background: #FFF;
}

.contact__aside {
	padding: 30px;
}

.contact__aside h3 {
	margin-bottom: 20px;
	color: #204D85;
	font-family: "Jubilat", serif;
	font-size: 32px;	
	line-height: 1.5;
	text-transform: capitalize;		
}

.contact__aside li {
	margin-bottom: 5px;
	color: #333;
	font-family: "Georgia", serif;
	font-size: 14px;
	font-weight: 400;	
	line-height: 1.5;
}

.contact__address {
	margin-bottom: 20px;
}

.contact__aside li.contact__header {
	margin-bottom: 8px;
	color: #204D85;
	font-family: "Jubilat", serif;
	font-size: 21px;
}

.contact__inquires li {
	margin-bottom: 5px;
	font-size: 18px;
}

.contact__inquires a {
	color: #204D85;
	font-weight: 400;
	text-transform: none;
}

.contact__inquires a:hover {
	text-decoration: underline;
}

.news {
	padding: 30px 0;
}

@media (min-width: 700px) {
	.news {
		padding: 100px 0;
	}
}

.news .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.news--press .inner {
	display: flex;
	flex-direction: column;
}

@media (min-width: 700px) {
	.news--press .inner {
		flex-direction: row;
	}
}

.news__header h2 {
	color: #fff;
	font-family: "Jubilat", serif;
    font-size: 38px;
}

.news__header .learnmore {
	position: relative;
	top: 12px;
	background-image: url(/wp-content/uploads/2017/07/icon-linkarrowwhite.svg);
	color: #fff;
}

@media (min-width: 600px) {
	.news__header h2 {
		float: left;
	}
	.news__header .learnmore {
		float: right;
	}	
}

.news__articles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media (min-width: 600px) {
	.news__articles {
		display: flex;
		flex-direction: row;
	}	
}

.news__article {
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding: 55px 35px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news__article:after {
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(16,37,78,1) 0%, rgba(16,37,78,0.25) 100%);
	background: -webkit-linear-gradient(left, rgba(16,37,78,1) 0%,rgba(16,37,78,0.25) 100%);
	background: linear-gradient(to right, rgba(16,37,78,1) 0%,rgba(16,37,78,0.25) 100%);
    content: '';
}

@media (min-width: 700px) {
	.news__article {
		display: block;
		float: left;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		padding: 30px 15px;
		width: 49%;
	}
	.news__article:nth-child(odd) {
		margin-right: 1.9%;
	}
}

@media (min-width: 700px) {
	.news__article {
		padding: 55px 35px;
	}

}

@media (min-width: 700px) {
	.news__article,
	.news__article:nth-child(odd) {
		margin-right: 1.9%;
		padding: 50px 35px;
		width: 32%;
	}

	.news__article:last-child {
		margin-right: 0;
	}

	.news__article:nth-child(3n) {
		margin-right: 0;
	}
}

.news__title {
	position: relative;
	display: block;
	line-height: 1.1;
	margin-bottom: 28px;
	color: #333;
	font-family: "Jubilat", sans-serif;
	font-size: 24px;
}


.news__article .latestnews__title {
	font-family: "Jubilat", serif;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 2px 2px #000;
}



.news__title:after {
	position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    content: "";
    width: 35px;
    height: 2px;
    background: #1E4E8A;
}

.news__date,
.news__tag {
	display: block;
	color: #777;
	font-family: "proxima-nova", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.news__date {
	margin-bottom: 5px;
}

.news__taglink {
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
}

.news__nav {
	margin-bottom: 30px;
}

.news__nav li {
	display: inline-block;
	margin-right: 10px;
}

.news__nav li a {
	color: #204D85;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.news__nav li a:hover {
	text-decoration: underline;
}

.videos .inner {
	margin: 0 auto;
	max-width: 1100px;
	width: 96%;
}

.client__video {
	margin-bottom: 50px;
}

@media (min-width: 500px) {
	.client__video {
		float: left;
		margin-bottom: 50px;
		margin-right: 4%;
		width: 48%;
	}
}

.client__video:nth-child(2n) {
	margin-right: 0;
}

.client__videotitle {
	margin-top: 18px;
	padding-left: 14px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 21px;
}

@media (min-width: 550px) {
	.client__videotitle {
		font-size: 18px;
	}
}

@media (min-width: 600px) {
	.client__videotitle {
		font-size: 20px;
	}
}

@media (min-width: 720px) {
	.client__videotitle {
		padding-left: 15px;
		font-size: 24px;
	}
}

@media (min-width: 800px) {
	.client__videotitle {
		font-size: 26px;
	}
}

.client__video .learnmore {
	margin-top: 13px;
	margin-left: 16px;
	font-size: 13px;
}

.client__video .video__wrapper .video-js .vjs-big-play-button {
	left: 50%;
	margin-left: -40px;
	background: rgba(32, 77, 133, 0.65);
	border: none;
	transition: linear 0.35s;
}

.casestudies {
	padding: 24px 0;
}

@media (min-width: 600px) {
	.casestudies {
		padding: 30px 0;
	}	
}

.home .casestudies {
		padding: 30px 0 50px;
	}

@media (min-width: 600px) {
	.home .casestudies {
		padding: 30px 0 90px;
	}
}

.casestudies .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.casestudies .casestudies__intro {
	padding: 24px 12px;
}

@media (min-width: 600px) {
	.casestudies .casestudies__intro {
		padding: 30px 0 60px;
	    width: 90%;
	}	
}

.casestudies__intro h2 {
	margin-bottom: 20px;
	color: #204D85;
	font-family: "Jubilat", serif;
	font-size: 32px;	
	text-transform: capitalize;	
}

@media (min-width: 600px) {
	.casestudies__intro h2 {
		margin-bottom: 30px;
		font-size: 36px;	
	}
}

.casestudies__intro p {
	color: #333;
	font-family: "Georgia", serif;
	font-size: 17px;
	font-weight: 300;	
	line-height: 1.2;	
}

@media (min-width: 600px) {
	.casestudies__intro p {
		font-size: 20px;
	}
}

.casestudies .casestudy__copy {
	padding: 24px 12px;
	background: #FBFBF9;
}

.casestudies .casestudy__image {
	padding: 24px 12px;
}

.casestudies .casestudy__block {
	position: relative;
	margin-bottom: 30px;
}

@media (min-width: 600px) {
	.casestudies .casestudy__copy,
	.casestudies .casestudy__image {
		padding: 120px 100px;
	}
	.casestudies .casestudy__block {
		float: left;
		margin-bottom: 20px;
		margin-right: 2%;
		width: 49%;
	}
	.casestudy--featured .casestudy__copy h2 {
		max-width: 410px;
	}
}

.casestudies .casestudy__block img {
	display: block;
}

@media (min-width: 600px) {
	.casestudies .casestudy__block:nth-child(2n) {
		margin-right: 0;
	}
}

.casestudies__grid {
	margin: 20px auto;
	max-width: 1000px;
}

@media (min-width: 600px) {
	.casestudies__grid {
		margin: 60px auto 40px;
		max-width: 1000px;
	}	
}

.casestudy__overlay {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	padding-left: 20px;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: linear 0.35s;
}

.casestudy__overlay:hover {
	background: rgba(0, 0, 0, 0.45);
}

.casestudy__overlay h3 {
	margin-bottom: 12px;
	max-width: 90%;
	color: #fff;
	font-family: "Jubilat", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .4);
}

@media (min-width: 600px) {
	.casestudy__overlay h3 {
		font-size: 32px;
	}	
}

.casestudy__overlay .learnmore {
	display: block;
	margin-left: 15px;
	background-image: url(/wp-content/uploads/2017/07/icon-linkarrowwhite.svg);
	color: #fff;
}

.casestudies__related h2 {
	margin: 60px 0 20px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 26px;
    line-height: 1.5;
    text-transform: capitalize;
}

@media (min-width: 800px) {
	.casestudies__related h2 {
		font-size: 32px;
	}	
}

.home .casestudies__related h2 {
	max-width: 96%;
	padding: 0 0 30px 0;
	color: #333; 
	font-family: "Jubilat", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

@media (min-width:700px) {
	.home .casestudies__related h2 {
		padding: 0 0 30px 0;
		font-size: 42px;
	}	
}

.casestudies__related .casestudy__block {
	width: 100%;
}

@media (min-width: 800px) {
	.casestudies__related .casestudy__block {
		margin-right: 1.5%;
		width: 32.3333%;
	}

	.casestudies.casestudies__related .casestudy__block:nth-child(2n) {
		margin-right: 1.5%;
	}

	.casestudies.casestudies__related .casestudy__block:last-child {
		margin-right: 0;
	}
}

.details .inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 96%;
}

.details__heading {
	margin-bottom: 40px;
	max-width: 650px;
    padding: 60px 0 0;
}

.details__heading h2 {
	position: relative;
	margin-bottom: 30px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 40px;
    line-height: 1.5;
    text-transform: capitalize;
}

.details__heading h2:after {
	position: absolute;
    left: 0;
    top: 100%;
    margin: 10px 0 0 0;
    content: "";
    width: 60px;
    height: 2px;
    background: #1E4E8A;
}

.details__heading li {
	margin-bottom: 8px;
	color: #333;
    font-family: "georgia", serif;
    font-size: 18px;
    font-weight: 400;	
}

.details__heading a {
	color: #1E4E8A;
}

.details__heading a:hover {
	text-decoration: underline;
}

.details__summary {
	padding-bottom: 40px;
	max-width: 900px;
}

.details__summary p {
	margin-bottom: 25px;
	color: #333;
    font-family: "Georgia", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

@media (min-width: 700px) {
	.details__summary p {
		font-size: 21px;
		line-height: 30px;
	}	
}

.details__summary ul {
	padding-left: 26px;
	list-style: disc;
}

.details__summary li {
	font-size: 20px;
    margin: 0 0 20px;
	line-height: 1.5;
}

.details__summary li iframe {
	margin: 24px 0 0;
	min-height: 400px;
	width: 100%;
}

@media (min-width: 700px) {
	.details__summary li iframe {
		min-height: 500px;
		width: 100%;
	}
}

.details__summary li a {
	color: #1e4e8a;
}

@media(hover: hover) and (pointer: fine) {
	.details__summary li a:hover {
		text-decoration: underline;
	}
}

.details__aside {
	padding: 30px;
}

.details__aside h3 {
	margin-bottom: 20px;
    color: #204D85;
    font-family: "Jubilat", serif;
    font-size: 32px;
    line-height: 1.2;
    text-transform: capitalize;
}

.details__awards h2 {
	position: relative;
	margin-bottom: 30px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
}

@media (min-width: 700px) {
	.details__awards h2 {
		font-size: 40px;
		text-align: left;
	}
}

.details__awards h2 span {
	font-size: 18px;
}

/* .details__awards {
	display: none;
}

.postid-147 .details__awards  {
	display: block;
}
 */
.details__logos {
	display: flex;
	margin-bottom: 60px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.details__logos li {

}

.details__logos li img {

}

@media (min-width: 500px) {
	.details__logos li {
		display: inline-block;
		margin-right: 2%;
		width: 49%;
	}

	.details__logos li:last-child {
		max-width: 100%;
		padding-top: 50px;
	}

	.details__logos li:nth-child(even) {
		margin-right: 0;
	}
}

.postid-150 .details__logos.details-mf {
	display: none;
}

.postid-147 .details__logos.details-rf {
	display: none;
}

.postid-149 .details__awards {
	display: none;
}

@media (min-width: 800px) {
	.details__logos li {
		margin-bottom: 0;
		margin-right: 1.33333%;
		width: 18%;
	}

	.details__logos li:nth-child(even) {
		margin-right: 1.33333%;
	}

	.details__logos li:last-child {
		margin-right: 0;
	}
}

.articledetail {
	/*padding: 30px 0;*/
}

@media (min-width: 600px) {
	.articledetail {
		/*padding: 60px 0;*/
	}
}

.articledetail .inner {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	margin: 0 auto;
	width: 96%;
}

.articledetail__image {
	margin-bottom: 20px;
}

@media (min-width: 800px) {
	.articledetail .inner {
		max-width: 1200px;
	}
    
    .articledetail__image {
    	max-width: 800px;
    	width: 100%;
    }
}

@media (min-width: 800px) {
	.articledetail__body {
		float: left;
		width: 70%;
	}
}

.articledetail__body a {
	color: #204d85;
	word-break: break-word;
}

.articledetail__body h1 {
	margin-bottom: 30px;
	max-width: 750px;
    color: #204D85;
    font-family: "Jubilat", sans-serif;
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;
}

.articledetail__body h2,
.articledetail__body h3 {
	margin: 25px 0;
	color: #333;
	font-size: 24px;
	font-family: "Jubilat", serif;
	font-weight: 700;
	line-height: 1.5;
}

.articledetail__body p {
	margin: 20px 0 0;
	color: #000;
	font-family: 'Georgia';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}

.articledetail__body p em {
	font-style: italic;
}

@media (min-width: 600px) {
	.articledetail__body p {
		font-size: 20px;
		line-height: 30px;
	}
}

.articledetail__body ul {
	margin: 30px 0;
	padding-left: 25px;
	list-style: disc;
}

.articledetail__body ul li {
	margin-bottom: 5px;
	color: #000;
	font-family: 'Georgia';
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 700px) {
	.articledetail__body ul li {
		font-size: 20px;
	}
}

.articledetail__body strong {
	font-weight: 600;
}

.articledetail__body p em {
	/*font-style: italic;*/
}

.articledetail__body blockquote {
  max-width: 850px;
  margin: 20px 0;
  padding: 30px 40px;
  background: #F8F6F4;
}

.articledetail__body blockquote p {
	color: #333;
	font-family: "Georgia", sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 1.5;
}

.articledetail__body blockquote p {
  display: inline;
}

.allpractices {
	padding: 30px 0;
}

@media (min-width: 600px) {
	.allpractices {
		padding: 60px 0;
	}	
}

.allpractices__grid {
	display: flex;
	flex-wrap: wrap;
}

.allpractices .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.allpractices h2 {
	margin-bottom: 20px;
    color: #204D85;
    font-family: "Jubilat", sans-serif;
    font-size: 36px;
    line-height: 1.3;
    text-transform: capitalize;	
}

.allpractices p {
	max-width: 900px;
	color: #333;
    font-family: "Georgia", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.allpractices .practices__block {
	margin-right: 1%;
	width: 31%;
}

.allpractices .practices__block.practices__block-all {
	display: none;
}

.settlements {
	padding: 30px 0;
}

@media (min-width: 600px) {
	.settlements {
		padding: 60px 0;
	}	
}

.settlements .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.settlement {
	margin-bottom: 30px;
}

.settlement__amount {
	margin-bottom: 10px;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 30px;
	letter-spacing: 1px;
}

.settlement__summary p {
	max-width: 900px;
	color: #333;
    font-family: "Georgia", serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.privacy {
	margin: 0 auto;
	max-width: 1200px;
	padding: 60px 0;
}

.privacy h1 {
	position: relative;
	margin-bottom: 30px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 40px;
}

.privacy h3 {
	position: relative;
	margin-bottom: 12px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 26px;	
}

.privacy p {
    margin-bottom: 25px;
    font-family: "Georgia", serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}

.privacy ol {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 25px;
}

.privacy li {
	margin-bottom: 8px;
	display: list-item;
	list-style-type: lower-roman;
	font-family: "Georgia", serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}

.attorney__nav {
	border-bottom: 1px solid #F3F0EC;
}

.attorney__nav a {
	display: inline-block;
	float: left;
	padding: 16px 20px;
	border-right: 1px solid #F3F0EC;
	color: #1E4E8A;
	font-family: "proxima-nova", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	transition: linear 0.35s;
}

.attorney__nav a:first-child {
	border-left: 1px solid #F3F0EC;
}

.attorney__nav a:hover {
	background: #1E4E8A;
	color: #fff;
}

.attorney__nav .viewall {
	float: right;
	border-left: 1px solid #F3F0EC;
}

.footer__consultation {
	padding: 80px 0;
	background: #F3F0EC;
	text-align: center;
}

.footer__consultation h2 {
	margin-bottom: 40px;
	color: #333;
    font-family: "Jubilat", serif;
    font-size: 42px;
    font-weight: 400;
}

.footer__consultation p {
	margin-bottom: 7px;
	color: #333;
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight: 400;
}

.footer__consultation p a {
	color: #204D85;
}

.footer__consultation .submitnow:hover {
	text-decoration: underline;
}

.practices__cols {
	margin: 0 auto;
	max-width: 1200px;
} 

.practice__col {
	margin-bottom: 30px;
}

.practice__col h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 6px;
	color: #333;
    font-family: "Jubilat", serif;
    font-size: 26px;
    font-weight: 400;	
    /*border-bottom: 1px solid #333;*/
}

.practice__col li {
	margin-bottom: 5px;
}

.practice__col a {
	display: inline-block;
	color: #1E4E89;
	font-family: "Georgia", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	transition: linear 0.25s;
}

.cols--three {
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (min-width: 900px) {
	.cols--three {
		display: block;
	}
}

.cols--three .col {
	float: left;
	padding: 40px 0;
}

@media (min-width: 900px) {
	.cols--three .col {
		width: 20%;
	}
}

.cols--three .col--navs {
	position: relative;
	padding: 0;
	/*background: #F3F0EC;*/
	z-index: 2;
}

.cols--three .col--navs ul {
	width: 100%;
}

.cols--three .col--navs h3,
.cols--three .col--navs a {
	display: block;
	padding: 15px 0;
	background: #F3F0EC;
	border-bottom: 1px solid #DAD8D4;
	color: #1E4E89;
	font-family: "proxima-nova", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: linear 0.25s;
}

.cols--three .col--navs h3 {
	padding-left: 20px;
	background: #C2C0BC;
}

.cols--three .col--navs a {
	padding-left: 35px;
	transition: linear 0.35s;
}

.cols--three .col--navs a:hover {
	background: #C2C0BC;
}

.cols--three .col--middle {
	padding: 30px 12px 40px;
}

.col.col--middle iframe,
.col.col--middle figure {
	max-width: 100%;
	width: 100%;
}

@media (min-width: 900px) {
	.col.col--middle iframe,
	.col.col--middle figure {
		min-height: 500px;
	}
}

.col.col--middle figure .wp-caption-text {
	display: none;
}

@media (min-width: 900px) {
	.cols--three .col--middle {
		padding: 60px 40px 80px;
		width: 60%;
	}
}

.col.col--middle ul {
	padding-left: 25px;
	list-style: disc;
}

.col.col--middle li {
	margin-bottom: 3px;
}

.cols--three .col--middle h2 {
	margin: 30px 0;
	color: #333;
    font-family: "Jubilat", serif;
    font-size: 36px;
    font-weight: 700;	
    line-height: 1.25;
}

.cols--three .col--middle h3 {
	margin: 40px 0 20px;
	color: #333;
    font-family: "Jubilat", serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;	
}

.cols--three .col--middle p,
.cols--three .col--middle li {
	margin-bottom: 12px;
	color: #333;
	font-family: "Georgia", sans-serif;
	font-size: 20px;
	font-weight: 300;	
	line-height: 29px;
	word-break: break-word;
}

.cols--three .col--middle li {
	margin-bottom: 5px;
}

.cols--three .col--middle p a,
.cols--three .col--middle a {
	color: #204D85;
}

.cols--three .col--utility {
	padding: 0 12px;
}

@media (min-width: 900px) {
	.cols--three .col--utility {
		padding: 0;
	}
}

.cols--three .col--navs .side-contact {
	background: #204D85;
	color: #fff;
}

.cols--three .col--navs .side-contact:hover {
	background: #204D85;
	color: #fff;	
}

.col__settlements {
	padding: 30px 0;
}

.col__settlements h3 {
	margin-bottom: 15px;
	color: #333;
    font-family: "Jubilat", sans-serif;
    font-size: 32px;
    font-weight: 400;	
}

.col__settlements li {
	display: block;
	padding: 4px 0;
	color: #1E4E89;
	font-family: "georgia", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	transition: linear 0.25s;
}

.col__settlements .cta {
	display: block;
	margin-top: 25px;
}

@media (min-width: 900px) {
	.col__settlements .cta {
		display: inline-block;
	}
}

.nav__sticktrigger {
	position: absolute;
	top: -60px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
}

@media (min-width: 900px) {
	.nav__sticktrigger {
		display: none;
	}
}


.cols--three .col--navs.nav__dropdown__header--stuck {
	position: fixed;
	top: 50px;
	left: 0;
	height: 45px;
	width: 100%;
	background: #F3F0EC;
}

@media (min-width: 900px) {
	.cols--three .col--navs.nav__dropdown__header--stuck {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		background: inherit;
	}	
}

.nav__dropdown__header a {
	display: block;
    padding: 15px 0 15px 12px;
    background: #F3F0EC;
    border-bottom: 1px solid #DAD8D4;
    color: #1E4E89;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: linear 0.25s;
}

.nav__dropdown {
	display: none;
}

@media (min-width: 900px) {
	.nav__dropdown {
		display: block;
	}	
}

.reviews {
	padding: 60px 0;
}

.reviews .inner {
	margin: 0 auto;
    max-width: 1000px;
    width: 96%;
}

.reviews__item {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	color: #333;
}

.reviews__item:last-child {
	border-bottom: none;
}

.reviews__title {
	margin: 60px 0 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	color: #333;
    font-family: "Jubilat", serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.videos .reviews__title {
	margin: 20px 0 40px;
}

.reviews__name {
	margin-bottom: 15px;
	font-family: "Jubilat", sans-serif;
	font-size: 18px;
}

.reviews__item p {
	color: #444;
	font-family: "Georgia", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}

.reviews__video .video__wrapper .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}

/* AddThis */

.at-above-post.addthis_tool,
.at-below-post.addthis_tool {
	margin-bottom: 20px;
}

.faqs__body .at-above-post.addthis_tool,
.faqs__body .at-below-post.addthis_tool,
.reviews__item .at-above-post.addthis_tool,
.reviews__item .at-below-post.addthis_tool,
.details__summary .at-above-post.addthis_tool,
.details__summary .at-below-post.addthis_tool,
.single-practice-areas .at-above-post.addthis_tool,
.single-practice-areas .at-below-post.addthis_tool {
	display: none;
}

.col__videos {
	padding: 10px 10px 10px 0;
}

.col__videos h3 {
    margin-bottom: 15px;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 26px;
    font-weight: 700;
}

.col__videos iframe {
	margin-bottom: 20px;
	width: 100%;
}

.article__navigation {
    padding: 40px 0
}

.article__nav {
	margin-bottom: 20px;
}

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

	.article__nav:last-child {
		margin-right: 0;
	}
}

@media (min-width: 800px) {
	.article__nav:last-child {
	    text-align: right
	}
}

.article__navigation div {
	position: relative;
    display: block;
    font-size: 16px;
    font-family: jubilat;
    letter-spacing: .5px;
    transition: .35s linear
}

@media (min-width: 900px) {
	.article__navigation div {
		font-size: 20px;
	}
}

.article__navigation div a {
	color: #444;
	text-decoration: none;
}

.article__navigation a:hover {
    color: #333
}

.article__navigation .article__prev:hover:before {
    left: -3px
}

.article__navigation .article__next:hover:before {
    right: -3px
}

.article__navigation div span {
	display: block;
    margin-bottom: 3px;
    color: #234f86;
    font-size: 20px;
}

@media (min-width: 900px) {
	.article__navigation div span {
		font-size: 24px;
	}
}

.article__navigation div.article__next span,
.article__navigation div.article__next a {
	display: block;
	line-height: 1.35;
}

@media (min-width: 800px) {
	.article__navigation div.article__next span,
	.article__navigation div.article__next a {
		padding-right: 45px;
	}
}

.article__navigation div.article__prev a {
	display: block;
	line-height: 1.35;
}

@media (min-width: 800px) {
	.article__navigation div.article__prev a,
	.article__navigation div.article__prev span {
		padding-left: 45px;
	}
}

.article__next,
.article__prev {
    position: relative;
    display: block
}

.article__prev:before {
	left: 0;
}

@media (min-width: 800px) {
	.article__next:before,
	.article__prev:before {
	    position: absolute;
	    top: 12px;
	    display: block;
	    height: 40px;
	    width: 30px;
	    background: url(/wp-content/uploads/2017/12/icon-prevarticle.svg) 0 0 no-repeat;
	    content: "";
	    transition: .35s linear
	}
}

.article__next:before {
	right: 0;
    transform: rotate(180deg)
}

.article__banner {
	position: relative;
	margin: 40px auto 0;
	max-width: 1200px;
	padding: 30px 0 0;
	overflow: hidden;
}

.article__banner img {
	display: block;
	max-width: 100%;
}

@media (min-width: 800px) {
	.article__banner {
		margin: 40px auto;
	}
}

.articledetail__body ol {
	margin: 25px 0;
	padding-left: 25px;
	list-style: decimal;
}

.article__body ol li {
	margin-bottom: 15px;
    color: #000;
    font-family: 'Georgia';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 800px) {
	.article__body ol li {
		font-size: 20px;
    	line-height: 30px;
	}
}

.article__ribbon {
	display: inline-block;
	margin: 0;
	color: #b40610;
	font-family: "jubilat";
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.article__ribbon span {
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.article__ribbon {
		position: absolute;
		top: 0;
		left: 50%;		
		margin: 0 0 0 -125px;
		padding: 7px 20px;
		width: 250px;
		background: #b40610;
		color: #fff;
	}
}

@media (min-width: 800px) {
	.article__ribbon:after {
		position: absolute;
		display: block;
		top: 36px;
	    left: 0;
	    bottom: -10px;
	    width: 100%;
	    height: 10px;
	    z-index: 2;
	    content: "";
	    background-image: url(/wp-content/uploads/2017/12/ribbon-shape-1.svg);
	    background-size: 100% 100%;
	    box-shadow: 0 -1px 0 #b70000;
	    content: "";
	}
}

.article__copy {
	margin: 0 auto;
	padding: 20px 12px 0;
	width: 100%;
}

@media (min-width: 800px) {
	.article__copy {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 40px 30px 20px;
		background: rgba(0, 0, 0, 0.35);
	}
}

.article__copy h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #333;
	font-size: 24px;
	font-family: "jubilat";
	font-weight: 700;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
}

.article__copy h1 {
	display: block;
	margin: 0 auto;
	max-width: 850px;
}

@media (min-width: 800px) {
	.article__copy h1 {
		margin-top: 20px;
		color: #fff;
		font-size: 52px;
		line-height: 60px;
		text-align: center;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	}
}

.article__subheading {
	margin: 12px auto 0;
	max-width: 900px;
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
}	

@media (min-width: 800px) {
	.article__subheading {
		margin: 20px auto 0;
		color: #fff;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	}
}

p.article__meta {
	display: none;
	margin: 8px 0;
	font-family: "proxima-nova", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}	

.postid-751 p.article__meta {
	display: block;
}

@media (min-width: 800px) {
	p.article__meta {
		margin: 15px 0;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}
}

p.article__meta strong {
	text-transform: uppercase;
}

.article__recommended {
	margin: 40px auto 0;
	max-width: 1200px;
}

.article__recommended h2 {
	margin-bottom: 0;
	color: #333;
	font-size: 24px;
	font-family: "jubilat";
	letter-spacing: 1px;
}

@media (min-width: 800px) {
	.article__recommended h2 {
		font-size: 36px;
	}
}

.recommended {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
}

@media (min-width: 800px) {
	.recommended {
		float: left;
		margin-right: 2.5%;
		padding: 40px 0;
		width: 31.33%;
	}
}

.recommended:last-child {
	margin-right: 0;
}

.recommended__image {
	max-height: 210px;
	overflow: hidden;
}

.recommended__title {
	margin-top: 10px;
	color: #333;
	font-size: 18px;
	font-family: "jubilat";
	letter-spacing: .5px;
	line-height: 24px;
	text-decoration: none;
}

p.article__suggestion {
	margin-top: 18px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
}

@media (min-width: 800px) {
	p.article__suggestion {
		margin-top: 50px;
		font-size: 24px;
		line-height: 32px;	
	}
}

p.article__suggestion a {
	color: #234F86;
}

.sharethis {
	padding: 0 0 20px;
}

.sharethis span {
	color: #333;
	font-size: 24px;
	font-family: "jubilat";
	letter-spacing: .5px;	
}

.sharethis a {
	position: relative;
	top: 4px;
	color: #28507F;
	font-size: 32px;
	text-decoration: none;
}

.article__col {
	float: left;
}

@media (min-width: 800px) {
	.article__col__copy {
		padding-right: 50px;
	}
}

@media (min-width: 800px) {
	.article__col:last-child {
		width: 30%;
	}
}

.aside .contact__form {
	margin-top: 0;
	background: #F3F0EC;
}

.aside .contact__form h2 {
	margin: 0;
	padding: 12px 0;
	background: #254F81;
	color: #fff;
	font-family: "jubilat";
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
}

.aside .contact__form p {
	margin-top: 20px;
	padding: 0px 18px;
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

p.js-thank-you {
	display: none;
	padding: 0 0 20px !important;
	font-weight: 700;
}

.aside .contact__form {
	padding: 0;
}

.aside__contact {
	padding: 20px;
}

.aside__contact .form__row {
	margin-bottom: 12px;
}

#mce-success-response {
	color: #333;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.aside__contact input[type="text"],
.aside__contact input[type="tel"],
.aside__contact input[type="email"],
.aside__contact input[type="submit"],
.aside__contact textarea {
	height: 42px;
	padding: 5px;
	width: 100%;
	border: 1px solid #E7632B;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.aside__contact textarea {
	height: 134px;
	border: 1px solid #E7632B;
	font-size: 16px;
}

.aside__contact input[type="submit"] {
	background: #EA621F !important;
	background: -moz-linear-gradient(left, #EA621F 0%, #F47F3C 100%) !important;
	background: -webkit-linear-gradient(left, #EA621F 0%,#F47F3C 100%) !important;
	background: linear-gradient(to right, #EA621F 0%,#F47F3C 100%) !important;
	border: none;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.triggerSidebar {
    position: absolute;
    top: -130px;
    right: 0;
    width: 1px;
    height: 1px;
}

/* ----- Magazine page styles ----- */

.magazine {
	margin: 50px auto;
	box-shadow: 0 0 20px -5px rgba(0,0,0,0.1), 0 0 20px -5px rgba(0,0,0,0.1);
}

@media (min-width: 800px) {
	.magazine {
		margin: 30px auto;
		max-width: 1600px;
		width: 96%;
	}
}

@media (min-width: 800px) {
	.magazine__column {
		float: left;
		max-width: 1600px;
		width: 62.5%;
	}
}

.magazine__top {
	margin-bottom: 35px;
}

.magazine__column.magazine__column--aside {
	position: relative;
	padding: 35px 12px;
	background: #F8F6F4;
}

@media (min-width: 800px) {
	.magazine__column.magazine__column--aside {
		padding: 35px 40px;
		width: 37.5%;
	}
}

.magazine__hero {
	position: relative;
	display: block;
	height: 550px;
	margin-bottom: 30px;
	width: 100%;
	background-position: 0 0;
	background-size: cover;
}

@media (min-width: 800px) {
	.magazine__hero {
		height: 650px;
		margin-bottom: 0;
	}
}

.magazine__hero .magazine__copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 12px 20px;
	width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 800px) {
	.magazine__hero .magazine__copy {
		padding: 50px 30px 20px;
	}
}

.magazine__hero .magazine__title {
	margin: 0;
	color: #fff;
	font-family: "Jubilat", serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

@media (min-width: 800px) {
	.magazine__hero .magazine__title {
		max-width: 750px;
		font-size: 42px;
		line-height: 50px;
		/*letter-spacing: 1px;*/
	}
}

.magazine__sectiontitle {
	margin: 0 0 20px;
	max-width: 750px;
	padding-left: 20px;
	color: #222;
	font-family: "Jubilat", serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
}

@media (min-width: 800px) {
	.magazine__sectiontitle {
		font-size: 42px;
		line-height: 50px;
	}
}

.magazine__hero .magazine__subtitle {
	margin: 20px 0 0;
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 25px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

@media (min-width: 800px) {
	.magazine__hero .magazine__subtitle {
		font-size: 24px;
		line-height: 30px;
	}
}

.magazine__hero .magazine__meta {
	display: none;
	margin: 10px 0;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: none;
}

.magazine__tag {
	position: absolute;
	top: 0;
	left: 12px;
	padding: 8px 20px;
	background: #b40610;
	color: #fff;
	font-family: "Jubilat", serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media (min-width: 800px) {
	.magazine__tag {
		left: 30px;
		padding: 8px 30px;
	}
}

.magazine__columns--double .magazine__column {
	float: left;
	width: 50%;
}

.magazine__item {
	display: block;
	margin: 0 12px 12px;
	padding-bottom: 20px;
	background: #fff;
}

@media (min-width: 800px) {
	.magazine__item {
		float: left;
		margin: 0;
		width: 50%;
	}
}

.magazine__item:nth-child(odd) {
	border-right: 1px solid #ddd;
}

.magazine__item .magazine__image {
	position: relative;
}


.magazine__item .magazine__image img {
	display: block;
}

.magazine__item .magazine__tag {
	position: absolute;
	bottom: 0;
	top: auto;
	padding: 4px 18px;
}

.magazine__item .magazine__title {
	margin: 45px 0 35px;
	padding: 0 30px;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 1.25;
}

.magazine__item .magazine__meta {
	display: none;
	margin: 0 0 10px 30px;
    color: #333;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.aside__badge {
	padding-left: 12px;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 32px;
	letter-spacing: 1px;
	/*text-align: center;*/
}

@media (min-width: 800px) {
	.aside__badge {
		padding-left: 0;
	}
}

.magazine__latest {
	padding: 30px 0;
}

.magazine__latest .magazine__item {
	display: block;
	float: none;
	padding-bottom: 0;
	width: 100%;
	background: none;
	border-top: 1px solid #C2C0BC;
	border-right: none;
}


.magazine__latest .magazine__item .magazine__info {
	padding: 30px 0;
}

.magazine__latest .magazine__item .magazine__title {
	margin: 8px 0;
	padding: 0;
	font-size: 18px;
}

@media (min-width: 800px) {
	.magazine__latest .magazine__item .magazine__title {
		margin: 0 0 8px;
		font-size: 20px;
	}
}

.magazine__latest .magazine__item .magazine__meta {
	display: none;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.magazine__latest .magazine__tag {
	position: relative;
	left: 0;
	padding: 0;
	background: none;
	color: #244F85;
	text-align: left;
}

.magazine__subscribe {
	margin: 0 0 30px;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid #C2C0BC;
}

.magazine__subscribe h3 {
	margin: 0;
	color: #333;
	font-family: "Jubilat", serif;
	font-size: 24px;
	line-height: 1.35;
}

.magazine__subscribe .aside__contact {
	padding-left: 0;
	box-shadow: none;
}

.magazine__subscribe .aside__contact input[type="submit"] {
	margin-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	width: auto;
	background: #b40610;
}

.magazine__article {
	position: relative;
	display: block;
	height: 325px;
	margin-bottom: 20px;
	background-position: 0 0;
	background-size: cover;
}

@media (min-width: 800px) {
	.magazine__article {
		margin-bottom: 0;
	}
}

.magazine__bottom {
	margin: 0 12px;
}

@media (min-width: 800px) {
	.magazine__bottom {
		margin: 0;
	}
}

.magazine__article .magazine__title {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 80%;
	color: #fff;
	font-family: "Jubilat", serif;
	font-size: 21px;
	letter-spacing: 1px;
}

.magazine__article .magazine__meta {
	display: none;
	margin: 10px 0;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;	
}

.magazine__bottom .magazine__column--aside {
	padding: 0;
}

.magazine__article .magazine__copy {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px 30px 20px;
	width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
}

.magazine__article .magazine__tag {
	padding: 3px 12px;
}

@media (min-width: 800px) {
	.magazine__article .magazine__tag {
		padding: 3px 25px;
	}	
}

.magazine__threes .magazine__item {
	display: block;
}

@media (min-width: 800px) {
	.magazine__threes .magazine__item {
		display: block;
		margin-right: 1.5%;
		width: 32%;
	}	
}

.magazine__threes {
	margin: 30px 0 0;
}

@media (min-width: 800px) {
		.magazine__threes {
			margin: 1.5% 0 0;
		}
}

.magazine__threes .magazine__item:nth-child(odd) {
	border-right: none;
}

.magazine__threes .magazine__item:nth-child(3n) {
	margin-right: 0;
}

.magazine__columns .cta__wrapper {
	margin: 50px 0;
}

.magazine__items--hidden {
	display: none;
}

.magazine__items--hidden.magazine__items--hidden--visible {
	display: flex;
	flex-wrap: wrap;
}

.magitems__wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.col__leadarticles,
.col__sliparticles,
.col__uberarticles,
.col__autoarticles,
.col__bicyclearticles,
.col__busarticles {
	display: none;
	padding: 10px 15px;
	background: #F8F6F4;
}

body.postid-133 .col__leadarticles {
	display: block;
}

body.postid-320 .col__sliparticles {
	display: block;
}

body.postid-834 .col__uberarticles {
	display: block;
}

body.postid-118 .col__autoarticles {
	display: block;
}

body.postid-130 .col__bicyclearticles {
	display: block;
}

body.postid-214 .col__busarticles {
	display: block;
}

.col__leadarticles h3,
.col__sliparticles h3,
.col__uberarticles h3,
.col__autoarticles h3,
.col__bicyclearticles h3,
.col__busarticles h3 {
    margin: 20px 0 0;
    color: #333;
    font-family: "Jubilat", serif;
    font-size: 26px;
    font-weight: 700;	
}

.col__leadarticles .magazine__item,
.col__sliparticles .magazine__item ,
.col__uberarticles .magazine__item,
.col__autoarticles .magazine__item,
.col__bicyclearticles .magazine__item ,
.col__busarticles .magazine__item {
	float: none;
	width: 100%;
}

.col__leadarticles .magazine__item .magazine__title,
.col__sliparticles .magazine__item .magazine__title,
.col__uberarticles .magazine__item .magazine__title,
.col__autoarticles .magazine__item .magazine__title,
.col__bicyclearticles .magazine__item .magazine__title,
.col__busarticles .magazine__item .magazine__title  {
	margin: 20px 0 12px;
    padding: 0 12px;
    color: #333;
    font-family: "Jubilat",serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.25;
}

.col__leadarticles .magazine__item .magazine__meta,
.col__sliparticles .magazine__item .magazine__meta,
.col__uberarticles .magazine__item .magazine__meta,
.col__autoarticles .magazine__meta,
.col__bicyclearticles .magazine__item .magazine__meta,
.col__busarticles .magazine__item .magazine__met {
    display: none;
    margin: 0px 0 10px 12px;
    color: #333;
    font-family: "proxima-nova",sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.col__leadarticles .magazine__item .magazine__title,
.col__sliparticles .magazine__item .magazine__title,
.col__uberarticles .magazine__item .magazine__title,
.col__autoarticles .magazine__item .magazine__title,
.col__bicyclearticles .magazine__item .magazine__title,
.col__busarticles .magazine__item .magazine__title {
	margin: 20px 0 8px;
	padding: 0;
}

.col__leadarticles .magazine__item .magazine__meta,
.col__sliparticles .magazine__item .magazine__meta,
.col__uberarticles .magazine__item .magazine__meta,
.col__autoarticles .magazine__item .magazine__meta,
.col__bicyclearticles .magazine__item .magazine__meta,
.col__busarticles .magazine__item .magazine__meta {
	display: none;
	margin-left: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.col__leadarticles .magazine__latest .magazine__item .magazine__info,
.col__sliparticles .magazine__latest .magazine__item .magazine__info,
.col__uberarticles .magazine__latest .magazine__item .magazine__info,
.col__autoarticles .magazine__item .magazine__item .magazine__info,
.col__bicyclearticles .magazine__item .magazine__item .magazine__info,
.col__busarticles .magazine__item .magazine__item .magazine__inf {
	padding: 30px 0;
}

.contact__content p {
	margin-bottom: 20px;
    color: #333;
    font-family: "Georgia",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.contact__content h1 {
	position: relative;
	margin-bottom: 30px;
    color: #333;
    font-family: "Jubilat",sans-serif;
    font-size: 36px;
    font-weight: 400;
}

@media (min-width: 600px) {
	.contact__content h1 {
		margin-bottom: 25px;
		font-size: 46px;
	}
}

.contact__content h2 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 18px;
    color: #333;
    font-family: "Jubilat",sans-serif;
    font-size: 21px;
    font-weight: 400;
}

@media (min-width: 600px) {
	.contact__content h2 {
		margin-top: 40px;
		margin-bottom: 25px;
		font-size: 32px;
	}
}

.contact__content p a {
	color: #234E85;
}

.contact__content .col__title {
	position: relative;
	margin-bottom: 18px;
    color: #333;
    font-family: "Jubilat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 600px) {
	.contact__content .col__title {
		margin-bottom: 25px;
		font-size: 32px;
	}
}

.col__location {
	padding: 30px 0 0;
}

.col__location li.footer__header {
    margin-bottom: 15px;
    color: #333;
    font-family: "Jubilat",sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.25;
}

.col__location li {
	margin-bottom: 4px;
    padding: 0 18px;
    color: #333;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    line-height: 21px;
}

.footer__notice {
	color: #eee;
    text-align: left;
    overflow: hidden;
    clear: both;
    font-weight: bold;
    font-family: "proxima-nova",sans-serif;
    line-height: 1.45;
    font-size: 18px;
    max-width: 786px;
}

.wpcf7-response-output {
    padding: 0 30px;
    color: #333;
    font-family: "Jubilat",serif;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 1.35;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	padding: 0;
	font-size: 20px;
	border: none;
}

.wpcf7 div.wpcf7-response-output {
	margin: 0 0 20px;
	padding: 0;
	font-size: 20px;
}

#wpcf7-f234-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	margin: 20px auto;
	font-size: 28px;
}

@media (min-width: 600px) {
	#wpcf7-f234-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
		margin: 40px auto;
		font-size: 36px;
	}
}

.rc-anchor-invisible-text,
.grecaptcha-badge {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  box-shadow: none !important;
  right: auto !important;
  bottom: auto !important;
}
.rc-anchor-invisible-text,
div.grecaptcha-badge:hover {
  right: auto !important;
}
.rc-anchor-invisible-text,
.grecaptcha-logo {
  display: block;
  overflow: hidden;
  width: 256px;
  height: 60px;
  margin: -22px auto 0;
  box-shadow: none;
  transform: scale(0.6);
  opacity: 0.6;
  transition: opacity 300ms;
}
.rc-anchor-invisible-text,
.grecaptcha-logo:hover {
  opacity: 1;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	position: absolute;
	left: -999999em;
}

table {
	margin-bottom: 20px;
	width: 100%;
}

table th {
	font-family: "Jubilat",serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	background: linear-gradient(to right,#204d85 0,#2b5eaf 100%);
	color: #fff;
}

table th,
table td {
	padding: 15px 10px;
	border: 1px solid #333;
	word-break: break-word;
}

table td {
	color: #333;
	font-family: "Georgia",sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 29px;
	width: 50%;
	word-break: break-word;
}

.faqs__single {
	padding: 60px 0 80px;
	background: #F8F6F4;
}

@media (min-width: 700px) {
	.faqs__single {
		
	}	
}

.faqs__single .inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 96%;
}

.faqs__single .faqs__title {
	margin: 20px 0;
	max-width: 900px;
    color: #333;
    font-family: "Jubilat",serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

@media (min-width: 700px) {
	.faqs__single .faqs__title {
		margin: 0 0 20px;
		font-size: 32px;
	}
}
.faqs__single .faqs__answer {
	margin-bottom: 40px;
	max-width: 900px;
    color: #333;
    font-family: "Georgia",sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
@media (min-width: 700px) {
	.faqs__single .faqs__answer {
		font-size: 22px;
		line-height: 29px;
	}
}

.col.col--middle em strong {
	font-style: italic;
	font-weight: bold;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: block;
	padding: 8px;
	background: #FFF;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}

.back-to-top svg {
	height: 20px;
	width: 26px;
}

.back-to-top svg .st0 {
	fill: #224E83;
}


.ticker {
    position: relative;
    top: 10px;
    max-width: 100vw;
    overflow: hidden;
}

.ticker .inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto;
    max-width: 500px;
    padding: 0 2% 2%
}

@media (min-width:1067px) {
    .ticker .inner {
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1600px
    }
}

.ticker .tickercontainer {
    margin-bottom: 20px
}

@media (min-width:1067px) {
    .ticker .tickercontainer {
        margin-bottom: 0;
        width: 70%
    }
}

@media (min-width:1067px) {
    .ticker__cta {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 30%
    }
}

.ticker .ticker__items li {
    color: #333;
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase
}

@media (min-width:600px) {
    .ticker .ticker__items li {
        font-size: 16px
    }
}

@media (min-width:800px) {
    .ticker .ticker__items li {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    .ticker .ticker__items li {
        font-size: 20px
    }
}

.ticker .ticker__items li:after {
    position: relative;
    top: 5px;
    margin-left: 8px;
    display: inline-block;
    content: "·";
    font-size: 45px;
    font-weight: 700;
    color: #265082;
    line-height: 0
}

.ticker .ticker__items li:last-child:after {
    display: none
}

.contact__row label {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

























