/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	font: 15px/24px 'quiet-sans', sans-serif;
	font-weight: 400;
	color: #232323;
	letter-spacing: .2px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background: #1d1d1d;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.img-left {
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}

.img-right {
	float: right;
	margin-left: 40px;
	margin-bottom: 25px;
}

.responsive {
	width: 100%;
}

.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.block { display: block !important; }

.margin-none { margin: 0 !important;}
.margin-top { margin-top: 50px !important; }
.margin-top-half { margin-top: 25px !important; }
.margin-bottom { margin-bottom: 50px !important; }
.margin-bottom-dbl { margin-bottom: 100px !important; }
.margin-bottom-half { margin-bottom: 25px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 50px !important; }
.padding-bottom { padding-bottom: 50px !important; }
.padding-bottom-dbl { padding-bottom: 100px !important; }
.padding-bottom-half { padding-bottom: 25px !important; }

.table {
	display: table;
	width: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top: 1px solid #cccccc;
	clear: both;
	position: relative;
}

hr.short {
	border-top: 1px solid #cccccc;
	width: 45px;
	margin: 15px auto 25px;
}

hr.small-margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'quiet-sans', sans-serif;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

h1, h2, h3 {
	color: #a8ae3c;
	letter-spacing: 1px;
}

h4, h5, h6 {
	color: #a8ae3c;
	letter-spacing: 0;
	margin-bottom: 5px;
}

/*h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #a8ae3c; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #55565c; }

p { margin: 0 0 20px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }
small, .small { font-size: 70%; }
.micro { font-size: 75%; }
.large { font-size: 120%; }

.text-center { text-align: center; }
.text-left, .text-left-center { text-align: left; }
.text-right, .text-right-center { text-align: right; }
.uppercase { text-transform: uppercase; }

.green { color: #a8ae3c; }

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #a8ae3c;
	text-decoration: none;
	outline: 0;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

a:hover { color: #232323; }
a:hover, a:active, a:focus { outline: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
   
.inline-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.inline-list li {
	display: inline;
	margin: 0 5px;
}

.inline-list li:first-child {
	margin-left: 0px;
}

.inline-list li:last-child {
	margin-right: 0px;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #232323;
	z-index: 999;
}

.main-header {
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	text-align: center;
}

.site-title {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
}

.site-title img {
	width: 158px;
	height: auto;
}

.logo-print {
	display: none;
}

.contact {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
}

.contact li {
	display: inline;
	position: relative;
}

.contact li a {
	padding: 0 10px;
	color: #a8ae3c;
	font-size: 14px;
	-webkit-transition: 0.15s opacity linear;
			transition: 0.15s opacity linear;
}

.contact li a:hover {
	opacity: .7;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

/*** ESSENTIAL STYLES ***/

.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-mega {
	position: absolute;
	display: none;
	top: 45px;
	left: 0;
	z-index: 999;
	width: 100%;
}

.sf-menu > li {
	display: inline-block;
	position: relative;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
	display: block;
}

.sf-menu > li > a {
	display: block;
	position: relative;
}

/*** SKIN ***/

.main-nav {
	display: none;
	border-bottom: 1px solid #a8ae3c;
	text-align: center;
}

.sf-menu > li > a {
	font-family: 'quiet-sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px 5px 15px;
	margin: 0 35px;
}

.sf-menu > li:hover > a, .sf-menu > li.selected > a, .sf-mega > li > a {
	color: #a8ae3c;
}

.sf-mega {
	background: #232323;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 25px 30px;
	
	position: fixed;
	display: none;
	top: 202px;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.sf-mega ul {
	margin: 0;
	list-style: none;
	padding: 10px 0;
}

.sf-mega ul li {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

.sf-mega a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.sf-mega a:hover, .sf-mega li.selected a, .sf-mega a.selected {
	color: #a8ae3c !important;
}

.sf-mega .search {
	background: none;
	padding: 0;
}

.sf-mega .search .search-form input[type="submit"] {
	background: #a8ae3c;
}

.sf-mega .search .search-form .select:after {
    color: #a8ae3c;
}

.sf-mega .search .browse {
	display: block;
	margin-bottom: 5px;
}

.sf-mega .search .view-all a {
	color: #a8ae3c;
}

/* ==========================================================================
   Mobile Nav
   ========================================================================== */
   
.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(35, 35, 35, .95);
	overflow: auto;
	z-index: 999999;
}

.nav-wrapper {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

.mobile-nav {
	padding: 75px 0px 25px;
}

.mobile-nav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 25px;
}

.mobile-nav ul li {
	margin-bottom: 35px;
}

.mobile-nav ul li a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
}

.mobile-nav ul li a:hover, .mobile-nav ul li.selected > a {
	color: #a8ae3c;
}

.mobile-nav ul ul {
	padding: 0;
}

.mobile-nav ul ul li {
	margin: 0 0 0 25px;
}

.mobile-nav ul ul li a {
	font-size: 16px;
}

.nav-wrapper .close {
	cursor: pointer;
	position: absolute;
	right: 25px;
	top: 25px;
}

.nav-wrapper .close i {
	font-size: 18px;
	color: #fff;
	-webkit-transition:0.2s color linear;
			transition:0.2s color linear;
}

.nav-wrapper .close i:hover {
	color: #a8ae3c;
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
			transform: translateY(-50%);
	
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #a8ae3c;
}

.hamburger-box {
	width: 27px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 27px;
    height: 2px;
    background-color: #a8ae3c;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}
    
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ==========================================================================
   Sidebar Manu
   ========================================================================== */
   
.side-nav {
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
}

.side-nav li {
	line-height: 16px;
	margin-bottom: 10px;
}

.side-nav li a {
	color: #232323;
}

.side-nav li a:hover, .side-nav li.selected a {
	color: #a8ae3c;
}

/* ==========================================================================
   Content
   ========================================================================== */

.main-content {
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: #fff;
}

.main-content .intro {
	padding: 50px;
	margin-bottom: 30px;
	border: 1px solid #a8ae3c;
	text-align: center;
}

.main-content .intro p {
	font-size: 24px;
	line-height: 32px;
	color: #a8ae3c;
}

.main-content .intro p:last-child {
	margin-bottom: 0px;
}

.content ul {
	padding-left: 12px;
	list-style: none;
	margin: 0 0 20px;
}

.content ul li {
	position: relative;
}

.content ul li:before {
	content: "\b7";
	color: #a8ae3c;
	font-size: 30px;
	position: absolute;
	top: -4px;
	left: -12px;
}

.content ul ul {
	margin: 0;
}

.content h2 {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

/* ==========================================================================
   Misc
   ========================================================================== */
   
.stripes {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/ui/diag.png') repeat left top;
	z-index: 0;
}

.utility {
	background: #fff;
	padding-top: 20px;
}

.utility .row {
	max-width: 1360px;
}

.utility .breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.utility .breadcrumb li {
	display: inline;
	margin-right: 15px;
	position: relative;
}

.utility .breadcrumb li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: -11px;
	font-size: 12px;
}

.utility .breadcrumb li:last-child {
	margin-right: 0px;
}

.utility .breadcrumb li:last-child:after {
	content: "";
}

.utility .breadcrumb li a {	
	font-size: 10px;
	color: #232323;
}

.utility .breadcrumb li a:hover {
	color: #a8ae3c;
}

/* ==========================================================================
   Blockquotes
   ========================================================================== */

blockquote {
	text-align: center;
	background: rgba(205, 98, 80, .50);
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	padding: 60px 40px;
}

blockquote:before, blockquote:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 21px;
	left: 50%;
}

/*blockquote:before {
	top: 20px;
	background: url('../images/ui/open-quote.png') no-repeat left top;
}

blockquote:after {
	bottom: 20px;
	background: url('../images/ui/close-quote.png') no-repeat left top;
}*/

blockquote p {
	margin-bottom: 15px !important;
}

blockquote cite {
	font-size: 12px;
	font-style: normal;
}

.bio blockquote {
	text-align: center;
	background: none;
	margin: 0;
	border: 1px solid #cfc7c0;
	padding: 20px 50px;
}

.bio blockquote:before, .bio blockquote:after {
	content: "";
	position: absolute;
	width: 23px;
	height: 21px;
	left: 50%;
}

.bio blockquote:before {
	top: 20px;
	/*background: url('../images/ui/open-quote-orange.png') no-repeat left top;*/
}

.bio blockquote:after {
	bottom: 0;
	background: none;
}

.bio blockquote p {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 5px !important;
}

.bio blockquote cite {
	font-size: 12px;
	font-style: normal;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

#hero {
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #000;
	background-position: center center;
	background-repeat: repeat-y;
	-webkit-background-size: cover !important; 
    		background-size: cover !important;
}

video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
}

.home {
	padding: 70px 50px 50px;
	background: rgba(35, 35, 35, .75);
	position: absolute;
	top: 60%;
	left: 50%;
	width: 800px;
	max-width: 90%;
	z-index: 99;
	-webkit-transform: translate(-50%, -55%);
		-ms-transform: translate(-50%, -55%);
			transform: translate(-50%, -55%);
}

.home a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

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

.home h1 {
	font-size: 60px;
	color: #a8ae3c;
	letter-spacing: 5px;
	margin-bottom: 50px;
}

.home p {
	margin-bottom: 30px;
}

.home h1 span {
	animation: fadeEffect 12s linear infinite 0s;
	-ms-animation: fadeEffect 12s linear infinite 0s;
	-webkit-animation: fadeEffect 12s linear infinite 0s;
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.home h1 span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.home h1 span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.home h1 span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; }
	10% { opacity: 1; }
	25% { opacity: 1; }
	30% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; }
	10% { opacity: 1; }
	25% { opacity: 1; }
	30% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; }
	10% { opacity: 1; }
	25% { opacity: 1; }
	30% { opacity: 0; }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.home p {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}

/* Sub Page Heros */

.hero {
	text-align: center;
	position: relative;
	width: 100%;
	height: 400px;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}

.hero.tall {
	height: 600px;
}

.hero.short {
	height: 400px;
}

.hero-content {
	width: 80%;
	z-index: 2;
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, -10%);
		-ms-transform: translate(-50%, -10%);
			transform: translate(-50%, -10%);
}

.hero-content h1 {
	font-family: 'quiet-sans', sans-serif;
	color: #fff;
	font-size: 44px;
	text-transform: none;
}

.hero-content h1 span, .hero-content span {
	font-family: 'quiet-sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #a8ae3c;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.hero-content span {
	display: block;
	margin-bottom: -5px;
}

.hero-content p {
	color: #fff;
	font-size: 18px;
}

.hero-content .tagline {
	font-size: 42px;
	line-height: 42px;
	color: #fff;
}

/* ==========================================================================
   BX Slider Overrides
   ========================================================================== */

.bx-wrapper {
	border: none;
	left: 0;
	background: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.bx-wrapper .bx-pager {
	font-family: 'quiet-sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #232323;
}

.bx-wrapper .bx-pager-item {
  font-size: 12px;
  line-height: inherit;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #232323;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #a8ae3c;
	/*border-radius: 50%;
	border: 1px solid #a8ae3c;*/
}

.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 24px;
	font-weight: 900;
	position: absolute;
	top: 0px;
	text-indent: 0px;
}

.bx-wrapper .bx-prev:before {
	content: "\f104";
	left: 10px;
}

.bx-wrapper .bx-next:before {
	content: "\f105";
	right: 10px;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	background: none;
	color: #a8ae3c;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	color: #262626;
}

.bio .bx-wrapper {
	margin-bottom: 25px;
}

/* ==========================================================================
   Bio
   ========================================================================== */
   
.bio .main-content {
	margin-top: 157px;
	padding-top: 45px;
}

.bio h2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #a8ae3c;
}

.bio h2 span {
	font-family: 'quiet-sans', sans-serif;
	font-size: 11px;
	color: #252525;
	font-weight: 400;
	letter-spacing: normal;
}

.bio .contact-info {
	padding: 0;
	list-style: none;
	margin: 0 0 40px;
}

.bio .contact-info li {
	display: inline;
	margin-right: 20px;
	position: relative;
	white-space: nowrap;
}

.bio .contact-info li:after {
	content: "|";
	position: absolute;
	top: -3px;
	right: -15px;
	color: #262626;
}

.bio .contact-info li:last-child:after {
	content: "";
}

.bio .contact-info li a {
	font-size: 12px;
	color: #262626;
}

.bio .contact-info li a:hover {
	color: #a8ae3c;
}

.bio .utility {
	padding-top: 0;
	padding-bottom: 50px;
}

.bio .content h3, .bio .content ul li {
	font-size: 13px;
}

.bio .content h3 {
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 5px;
}

.bio .content ul li:before {
	content: "\b7";
	/*color: #262626;*/
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: -12px;
}

/* ==========================================================================
   Attorneys
   ========================================================================== */

.attorneys .main-content {
	padding-top: 0px;
}

/*.attorney-grid {
	margin-left: -15px !important;
	margin-right: -15px !important;
}*/

.attorney-grid {
	/*display: grid;
	grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
	grid-gap: 30px;
	grid-auto-rows: 1fr;
	padding-top: 80px;
	padding-bottom: 80px;*/
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.attorney-item {
	position: relative;
	padding-bottom: 22px;
	border-bottom: 1px solid #ccc;
}

.attorney-item img {
	float: left;
	margin-right: 25px;
	width: auto !important;
}

.attorney-item .attorney-info {
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	position: relative;
}

.attorney-item .attorney-info h2 a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #a8ae3c;
}

.attorney-item .attorney-info h2 a:hover {
	color: #232323;
}

.attorney-item .attorney-info .position {
	margin-bottom: 20px;
}

.attorney-item .attorney-info a {
	color: #232323;
}

.attorney-item .attorney-info a:hover {
	color: #a8ae3c;
}

.attorney-item .vcard {
	position: absolute;
	bottom: 25px;
	right: 15px;
}

.attorney-item .vcard .btn {
	background: #bbbcbc;
	font-weight: 600;
}

.attorney-item .vcard .btn:hover {
	color: #fff;
	background: #a8ae3c;
}

.attorneys .utility > .breadcrumb li {
	font-size: 10px;
	color: #3e5e6f;
	text-transform: uppercase;
}

.attorneys .utility > .breadcrumb li:after {
	content: "";
}

.badges {
	margin: 0 0 20px !important;
	padding: 50px 0 0 !important;
	list-style: none;
	display: block;
}

.badges li {
	margin: 0 !important;
	padding: 0 25px 20px 0 !important;
	display: inline-block;
}

.badges li:before {
	content: "" !important;
}

.badges li:last-child {
	margin-right: 0px !important;
}

/* ==========================================================================
   Blog/News
   ========================================================================== */
   
.blog .stripes {
	position: fixed;
}

.blog .hero {
	background: rgba(0, 0, 0, .5);
}

.blog-grid {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	grid-auto-rows: 1fr;
	padding-top: 80px;
	padding-bottom: 80px;
}
   
.blog-grid .blog-item {
	position: relative;
	height: 100%;
	padding: 30px;
}

.blog-grid .blog-item span {
	display: block;
	color: #a6ac3b;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-grid .blog-item.articles span {
	color: #232323;
}

.blog-grid .blog-item h2, .blog-grid .blog-item h3 {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 80px;
	padding-right: 30px;
}

.blog-grid .blog-item h2 a, .blog-grid .blog-item h3 a {
	color: #fff;
}

.blog-grid .blog-item.news {
	background: rgba(35, 35, 35, .80);
}

.blog-grid .blog-item.articles {
	background: rgba(166, 172, 59, .80);
}

.blog-grid .blog-item .read-more {
	position: absolute;
	left: 30px;
	bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.blog-grid .blog-item .read-more:hover, .blog-grid .blog-item.articles .read-more:hover {
	color: #fff;
}

.blog-grid .blog-item.articles .read-more {
	color: #232323;
}

.news-filter {
	width: 100%;
	text-align: center;
	position: relative;
	background: rgba(0, 0, 0, .5);
	padding: 30px 0;
}

.news-filter .filter-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	   -ms-flex-align: center;
		  align-items: center;
		  
	justify-content: center;
}

.news-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	display: inline-block;
}

.news-filter ul li {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
}

.news-filter ul li:after {
	content: "|";
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -15px;
}

.news-filter ul li:last-child:after {
	content: "";
}

.news-filter ul li:first-child {
	margin-left: 0px;
}

.news-filter ul li:last-child {
	margin-right: 0px;
}

.news-filter ul li a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.news-filter ul li a:hover {
	color: #a6ac3b;
}

.news-filter ul li.selected a {
	color: #a8ae3c;
}

.news-filter .select {
    width: 200px;
    border: 1px solid #a8ae3c;
    margin-right: 20px;
}

.news-filter .select:after {
    color: #fff;
    top: 5px;
}

.news-filter .select select {
	width: 200px;
	padding: 8px 10px;
}

.news-filter .select:last-child {
    margin-right: 0px;
}

.news .utility {
	background: #dadada;
	margin-top: 157px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.news .utility .breadcrumb {
	display: inline-block;
}

.news .utility .share {
	float: right;
}

.news .utility .share li a {	
	color: #a6ac3b;
}

.news .utility .share li a:hover {	
	color: #232323;
}

.news .main-content {
	padding-top: 60px;
}

.news .main-content .type {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #232323;
}

.news .main-content .news-heading {
	margin-bottom: 35px;
}

.news .main-content .news-heading h1 {
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.news .main-content .news-heading .credit {
	font-size: 13px;
}

.news .main-content .news-heading .note {
	font-style: italic;
}

.news .main-content .content h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.news .main-content .content h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
}

.news .main-content .content h4 {
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	text-transform: none;
	color: #232323;
	margin-bottom: 15px;
}

.news .main-content .content h5 {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}

.news .main-content .content blockquote {
	font-size: 15px;
	font-style: italic;
	color: #a6ac3b;
	padding: 0 50px;
	text-align: left;
	background: none;
	margin-bottom: 20px;
}

.news .main-content .content sup {
	color: #a6ac3b;
}

.news .main-content .content ul, .news .main-content .content ol {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.news .main-content .content ul {
	padding-left: 14px;
}

.news .main-content .content ol {
	counter-reset: li;
	margin-left: 15px;
}

.news .main-content .content ul li, .news .main-content .content ol li {
	font-size: 13px;
}

.news .main-content .content ol li {
	counter-increment: li;
}

.news .main-content .content ul li::before, .news .main-content .content ol li::before {
	color: #a6ac3b;
	display: inline-block;
	width: 1em;
}

.news .main-content .content ul li::before {
	content: "\b7";
	left: -15px;
}

.news .main-content .content ol li::before {
	content: counter(li);
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl;
}

.news .main-content .endnotes {
	font-size: 13px;
	line-height: 18px;
}

.related hr {
	margin-top: 70px;
	margin-bottom: 20px;
}

.related h2 {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.related .blog-grid {
	padding-top: 0px;
	padding-bottom: 40px;
}

/* ==========================================================================
   Contact
   ========================================================================== */

.location {
	margin-bottom: 80px;
}

.location h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.location-details {
	position: relative;
}

.photo-container {
	position: relative;
	margin-right: 400px;
	height: 200px;
	background: #ccc;
}

.photo {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important; 
			background-size: cover !important;
}

.location-info {
	width: 330px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	line-height: 30px;
}

.stripes-location {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/ui/diag-location.png') repeat left top;
	z-index: 1;
}

/* ==========================================================================
   Toggles
   ========================================================================== */

.toggle {
	clear: both;
	position: relative;
}

.toggle h3 {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
	cursor: pointer;
	margin-bottom: 15px;
	padding-right: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	-webkit-transition: 0.2s color linear;
			transition: 0.2s color linear;
	
}

.toggle h3:hover {
	color: #262626;
}

.toggle h3:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #969696;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 0px;
	-webkit-transition: transform 0.3s linear;
			transition: transform 0.3s linear;
}

.toggle h3.active:after {
	-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
}

.toggle .toggle-content {
	display: none;
	margin-bottom: 25px;
	overflow: hidden;
	font-size: 13px;
}

.toggle .toggle-content ul {
	padding-left: 12px;
	list-style: none;
	margin: 0 0 20px;
}

.toggle .toggle-content ul li {
	position: relative;
}

.toggle .toggle-content ul li:before {
	content: "·";
	color: #a6ac3b;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: -12px;
}

.toggle .toggle-content .btn {
	color: #a6ac3b;
	border: 1px solid #a6ac3b;
	padding: 8px 30px 11px;
}

.toggle .toggle-content .btn:hover {
	color: #fff;
	background: #a6ac3b;
}

.careers-toggles .toggle h3 {
	color: #232323;
}

.careers-toggles .toggle h3:hover {
	color: #a8ae3c;
}

.careers-toggles .toggle h3 span {
	color: #a8ae3c;
}

/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	width: 100%;
	background: #1d1d1d;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.footer.fixed {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 999;
}

.footer .row {
	max-width: 1360px;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul li {
	display: inline;
	margin-right: 12px;
	position: relative;
}

.footer ul li:after {
	content: "·";
	font-size: 12px;
	position: absolute;
	top: -3pxpx;
	right: -10px;
}

.footer ul li:last-child {
	margin-right: 0px;
}

.footer ul li:last-child:after {
	content: "";
}

.footer ul.no-dividers li:after {
	content: "";
}

.footer a {
	color: #fff;
}

.footer a:hover, .footer ul.no-dividers li a:hover {
	color: #a8ae3c;
}

.footer .connect {
	position: absolute;
	top: 0;
	right: 23px;
}

.footer .connect li a {
	font-size: 14px;
	color: #a8ae3c;
	-webkit-transition: 0.15s opacity linear;
			transition: 0.15s opacity linear;
}

.footer .connect li a:hover {
	opacity: 0.7;
}

.footer .site-credit {
	margin-top: 30px;
}

.footer .request {
	color: #a8ae3c;
}

.footer-award {
	width: 50px;
}

.top {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 25px;
	bottom: 150px;
	cursor: pointer;
	-webkit-transition:0.2s all linear;
			transition:0.2s all linear;
	z-index: 99999;
}

.top.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
			transition: opacity .3s 0s, visibility 0s 0s;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button {
	font-family: 'quiet-sans', sans-serif;
	font-weight: 400;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	position: relative;
	background: none;
	border: none;
	padding: 0px 15px 0;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
}

.btn:hover, button:hover {
	color: #a8ae3c;
}

/*.btn.clear {
	border: 1px solid #c3b9b0;
	display: block;
	text-transform: none;
	text-align: left;
	padding: 12px 20px;
	margin-bottom: 10px;
}

.btn.clear:hover {
	color: #fff;
	background: rgba(205, 98, 80, .50);
}*/

.btn.small {
	font-size: 12px;
	line-height: 12px;
}

.btn.micro {
	background: #c3b9b0;
	border: none;
	font-size: 12px;
	padding: 4px 10px 6px;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #55565c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #55565c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #55565c;  
}

:-ms-input-placeholder {  
   color: #55565c;  
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], textarea {
	font: 12px/18px 'quiet-sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #55565c;
	width: 100%;
    padding: 12px 15px;
    margin: 0;
	border: none;
	border-bottom: 1px solid #a8ae3c;
	background: none;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    border-radius: 0;
    
    -webkit-transition:0.2s background linear;
    		transition:0.2s background linear;
}

input[type="text"]:focus, textarea:focus {
	border-bottom: 3px solid #a8ae3c;
}

input[type="text"] {
	height: 41px;
}

textarea {
	height: 170px;
	border: 1px solid #a8ae3c;
}

input[type="submit"] {
	font-family: 'quiet-sans', sans-serif;
	font-weight: 400;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background: #a8ae3c;
	display: block;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	border-radius: 0;
	padding: 12px 30px;
	max-width: 100%;
	-webkit-transition: 0.2s all linear;
			transition: 0.2s all linear;
	
	input[type="submit"]::-moz-focus-inner { border:0; } /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus { background:#a8ae3c; } /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

input[type="submit"]:hover {
	color: #fff;
	background: #3e5e6f;
}

.form-item {
	margin-bottom: 25px;
	position: relative;
}

input.error, textarea.error, input[type="text"].error:focus, textarea.error:focus {
	border-bottom: 3px solid #ff0000;
}

.form-item.error label {
	color: #ff0000;
}

.alert {
	margin-bottom: 20px;
	display: block;
	text-align: left;
}

.alert label {
	color: #ff0000;
	display: block;
}

.success {
	padding: 25px;
	border: 3px solid #a8ae3c;
	text-align: center;
	font-size: 24px;
	color: #a8ae3c;
	margin-bottom: 50px;
}

.radio-group {
	display: block;
	margin-bottom: 20px;
}

input[type='radio'] {
    margin-right: 5px;
}

.select {
	position: relative;
	display: inline-block;
    margin: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #fff;
}

.select:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #a29b97;
    font-size: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 5;
}

.select select {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
    width: 100%;
    padding: 11px 14px;
    cursor: pointer;
    border: none;
    z-index: 10;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
	-webkit-border-radius: 0px;
			border-radius: 0;
}

.select select option {
	color: #000;
}

/* ==========================================================================
   Search Form
   ========================================================================== */

.search {
	font-family: 'quiet-sans', sans-serif;
	font-weight: 400;
	line-height: normal;
	overflow: hidden;
	
	max-width: 1170px;
	background: #a8ae3c;
	padding: 20px;
	margin: 0 auto;
}

.search input[type="text"] {
	background: #fff;
	border-bottom: none;
	display: block;
}

.search .textfield:after {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #a8ae3c;
	font-size: 16px;
	position: absolute;
	top: 12px;
	right: 15px;
}

.search .alphabet {
	text-align: center;
	margin-bottom: 20px;
}

.search .alphabet ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.search .alphabet ul li {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.search .alphabet ul li.inactive {
	opacity: .2;
}

.search .alphabet ul li a, .alphabet ul li, .search .alphabet .browse, .search .alphabet .view-all a {
	font-size: 14px;
}

.search .alphabet a {
	color: #fff;
}

.search .alphabet a:hover {
	color: #232323;
}

.search .alphabet .browse {
	color: #fff;
}

.search .alphabet .view-all {
	text-transform: uppercase;
	font-weight: 700;
}

.search .search-form .form-item {
	margin-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	width: 15%;
	float: left;
}

.search .search-form .textfield {
	width: 40%;
}

.search .search-form input[type="submit"] {
	background: #232323;
}

.search .search-form .select:after {
    color: #fff;
}

.search-row {
	width: 100%;
	background: #a8ae3c;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.row .row {
    width: auto;
    margin: 0 -25px !important;
}

*[class*='col-'] {
	float: left;
	padding: 0 25px;
	position: relative;
}

.col-1-1 { width: 100%; float: none; }
.col-1-2 { width: 50%; }
.col-1-3 { width: 33.33333%; }
.col-2-3 { width: 66.66666%; }
.col-1-4 { width: 25%; }
.col-3-4 { width: 75%; }
.col-1-5 { width: 20%; }
.col-2-5 { width: 40%; }
.col-3-5 { width: 60%; }
.col-4-5 { width: 80%; }

.cell { padding: 25px; }

.centered { margin: 0 auto; position: relative; float: none; }

/* ==========================================================================
   Slick Slider
   ========================================================================== */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme */
.slick-loading .slick-list {
	background: #fff url('/images/ui/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: .5;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s opacity linear;
					transition: .1s opacity linear;
}

.slick-prev {
  left: 40px;
}

.slick-prev:before {
  content: url(/images/ui/arrow-left.png);
}

.slick-next {
  right: 40px;
}

.slick-next:before {
  content: url(/images/ui/arrow-right.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
	left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  text-align: center;
  opacity: .25;
  background: #fff;
	border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s opacity linear;
					transition: .1s opacity linear;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
}

.careers-slider:before, .careers-slider:after {
	content: "";
  position: absolute;
	top: 0;
  width: 120px;
  height: 100%;
	z-index: 1;
}

.careers-slider:before {
	left: 0;
  background: linear-gradient(to right, #000 0%, transparent 100%);
}

.careers-slider:after {
	right: 0;
  background: linear-gradient(to left, #000 0%, transparent 100%);
}

.careers-slider .slick-slide {
	margin: 0 5px;
}

.careers-slider .slick-prev:before {
  content: url(/images/ui/arrow-left.png);
}

.careers-slider .slick-next:before {
  content: url(/images/ui/arrow-right.png);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
*[class*='col-']:before,
*[class*='col-']:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after,
*[class*='col-']:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1120px) {

	.sf-menu > li > a {
		margin: 0 25px;
	}
	
}

@media only screen and (max-width : 992px) {
	
	.sf-mega .search .alphabet, .sf-mega .search .search-form {
		width: 100%;
	}
	
	.sf-menu > li > a {
		margin: 0 12px;
	}
	
}

@media only screen and (max-width : 940px) {
	
	.attorney-item .vcard {
		position: static;
		margin-top: 10px;
	}
	
	.blog-grid {
		grid-template-columns: 1fr 1fr;
	}
	
}

@media only screen and (max-width : 810px) {
	
	.main-nav {
		display: none !important;
	}
	
}

@media only screen and (max-width : 768px) {
	
	.home h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	.home p {
		font-size: 20px;
		line-height: 24px;
	}
	
	.home small {
		font-size: 14px;
		line-height: 18px;
	}
	
	.photo-container {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.location-info {
		width: 100%;
		position: static;
	}
	
	.news-filter .filter-center {
		display: block;
	}
	
	.news-filter ul {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	
}

@media only screen and (min-width: 641px) {

	.hidden-on-desktop {
		display: none !important;
	}
	
}

@media only screen and (max-width: 640px) {
	
	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.text-right-center, .text-left-center {
		text-align: center;
	}
	
	.hidden-on-mobile {
		display: none !important;
	}
	
	hidden-on-desktop {
		display: block !important;
	}
	
	/*.bx-wrapper .bx-pager {
		display: none !important;
	}*/
	
	.search .search-form .form-item, .search .search-form .textfield {
		width: 100%;
		float: none;
	}
	
	.search .alphabet ul li:first-child, .search .alphabet ul li:last-child {
		display: block;
	}
	
	.search .alphabet ul li:first-child {
		margin-bottom: 15px;
	}
	
	.search .alphabet ul li:last-child {
	 	margin-top: 15px;
	}
	
	.search .search-form .form-item {
		margin-bottom: 15px;
	}
	
	.bio h2 span {
		margin-top: 5px;
		display: block;
	}
	
	.bio .contact-info {
		margin: 0 0 20px;
	}
	
	.bio .contact-info li {
		display: block;
		margin-right: 0px;
	}
	
	.bio .contact-info li:after {
		content: "";
	}
	
	.bio .utility {
		padding-bottom: 20px;
	}
	
	.footer {
		text-align: center;
	}
	
	/*.footer.fixed {
		position: static;
	}*/
	
	.footer .connect {
		margin-top: 30px;
		position: static;
	}
	
	.footer-award {
		margin-top: 30px;
	}
	
	.home {
		padding: 30px;
		top: 70%;
		-webkit-transform: translate(-50%, -65%);
			-ms-transform: translate(-50%, -65%);
				transform: translate(-50%, -65%);
	}
	
	.home h1 {
		font-size: 30px;
		letter-spacing: 2px;
		margin-bottom: 40px;
	}
	
	.home p {
		margin-bottom: 20px;
	}
	
	.attorney-grid, .blog-grid {
		grid-template-columns: 1fr;
	}
	
	.top {
		bottom: 190px;
	} 
	
}

@media only screen and (max-width : 480px) {
	
	.news-filter .select {
	    width: 100%;
	    margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.news-filter .select select {
	    width: 100%;
	}
	
	.hero-content .tagline, .hero-content span + h1 {
		font-size: 34px;
		line-height: 34px;
		color: #fff;
	}
	
	.hero-content span + h1 {
		margin-top: 15px;
	}
	
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}

@media print {
	
	@page  { 
	    margin: 25mm 25mm 25mm 25mm;  
	}
	
	.hidden-on-print, .header, .footer, .utility, .hero, a[href^="#"], .top, .related, .bx-wrapper {
		display: none !important;
	}
	
	.show-on-print {
		display: block !important;
	}
	
	.logo-print {
		display: block !important;
		text-align: center;
	}
	
	.logo-print img {
		width: 200px;
		height: auto;
	}
	
	body {
		font-size: 12px;
		line-height: 18px;
		background: none;
	}
	
	p {
		margin-bottom: 25px;
	}
	
	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.toggle {
		margin-bottom: 0px !important;
	}
	
	.toggle .toggle-content {
		display: block !important;
		margin-bottom: 0px !important;
	}
	
	.bio .photo {
		width: 300px;
		height: auto;
	}
	
	.bio .main-content {
		margin-top: 0px;
		padding-top: 50px;
	}
	
    /**,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 *!/
        box-shadow: none !important;
        text-shadow: none !important;
    }*/

    /*a,
    a:visited {
        text-decoration: underline;
    }*/

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
