/*! 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;
}

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


/*** GENERAL STYLES ***/

html, body {position: relative; background: #6c6154 url(/images/ui/bg-brown.png);}
html {min-height: 100%; font-size: 62.5%;}
body {height: 100%; font-weight: 400; font-size: 14px; font-size: 1.4rem; line-height: 1.714; color: #312c25;}
body, input, select, textarea {font-family: Merriweather, serif;}
input, select, textarea {font-weight: 400; font-size: 12px; font-size: 1.2rem;}

ul, ul li {margin: 0; padding: 0; list-style: none;}
ul {margin: 15px 30px;}
ul li {margin: 0 0 8px; padding-left: 20px; background: url(/images/ui/bullet.png) 0 8px no-repeat;}
nav ul, nav li {margin: 0; padding: 0; background: none;}

a {color: #d16b28; text-decoration: none;}
a:hover {text-decoration: underline;}
a.buttonlink {display: inline-block; cursor: pointer; height: 32px; line-height: 34px; padding: 0 20px; text-transform: uppercase; text-align: center; font-size: 11px; font-size: 1.1rem; font-weight: 700; color: #312c25; border: 0; border-top: 1px solid #fee2cf; border-bottom: 1px solid #753d17; text-decoration: none; margin-bottom: 3px !important;
	background: #d26d2a;
	background: -moz-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faa56d), color-stop(100%, #d26d2a));
	background: -webkit-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: -o-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: -ms-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: linear-gradient(to bottom, #faa56d 0%, #d26d2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa56d", endColorstr="#d26d2a",GradientType=0);
	-webkit-text-shadow: 	1px 1px 0 rgba(255,255,255,.4);
	-moz-text-shadow: 		1px 1px 0 rgba(255,255,255,.4);
	text-shadow: 			1px 1px 0 rgba(255,255,255,.4);
	-webkit-box-shadow: 	3px 3px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 		3px 3px 0 rgba(0,0,0,.15);
	box-shadow: 			3px 3px 0 rgba(0,0,0,.15);
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
	border-radius:			4px;
}
a.buttonlink:hover {background: #faa56d;}

h1, h2, h3, h4, h5, h6 {}
h1 {font-size: 24px; font-size: 2.4rem; color: #6a5f51; margin: 0 0 30px;
	-webkit-text-shadow: 	1px 1px 0 rgba(0,0,0,.2);
	-moz-text-shadow: 		1px 1px 0 rgba(0,0,0,.2);
	text-shadow: 			1px 1px 0 rgba(0,0,0,.2);
}
h2 {font-size: 18px; font-size: 1.8rem; color: #d16b28; margin: 30px 0 10px;
	-webkit-text-shadow: 	1px 1px 0 rgba(0,0,0,.2);
	-moz-text-shadow: 		1px 1px 0 rgba(0,0,0,.2);
	text-shadow: 			1px 1px 0 rgba(0,0,0,.2);
}
h3 {font-size: 14px; font-size: 1.4rem; color: #6a5f51; margin: 30px 0 10px;}
h4 {font-size: 12px; font-size: 1.2rem; color: #d16b28; margin: 0;}
h1 + h2 {margin-top: -10px;}

.margin-bottom {margin-bottom: 50px;}
.nomargin {margin: 0 !important;}
.floatleft {float: left;}
.floatright {float: right;}
.floatleft.withmargin {margin: 0 30px 20px 0;}
.floatright.withmargin {margin: 0 0 20px 30px;}
.imgshadow {
	-webkit-box-shadow: 	3px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 		3px 3px 0 rgba(0,0,0,.2);
	box-shadow: 			3px 3px 0 rgba(0,0,0,.2);
}

.imgright {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

.textleft {text-align: left;}
.textcenter {text-align: center;}
.textright {text-align: right;}

.orange {color: #d16b28;}
.olive {color: #6a5f51;}

hr {height: 7px; background: transparent url(/images/ui/stitching-orange.png); border: 0; margin: 40px 0;}
.spacer {float: none; clear: both; height: 1px; overflow: hidden;}
.clear {float: none; clear: both;}
.overflowhidden {overflow: hidden;}
.nowrap {white-space: nowrap;}
.hide {display: none;}

.hide-on-mobile {
	display: block !important;
}

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


/*** HEADER STYLES ***/

#header {
	position: relative;
	background: #e8e0bd url(/images/ui/bg-tan.png);
	padding-left: 25px;
	padding-right: 25px;
	z-index: 999;
}

#header .row {
	height: 113px;
	overflow: visible;
}

#logo {
	position: absolute;
	left: -8px;
	top: 0;
	margin: 0;
}

#socialnav ul {position: absolute; right: 0; top: 9px; color: #6a5f51;}
#socialnav li {float: left; padding-left: 4px;}
#socialnav li.phone {padding-right: 15px;}

#mainnav ul {position: absolute; right: 0; bottom: -10px;}
#mainnav li {position: relative; float: left; padding-bottom: 10px;}
#mainnav a {display: block; color: #6a5f51; padding: 9px 19px; text-decoration: none;}
#mainnav a:hover, #mainnav li.on a {color: #d16b28;}
#mainnav li.on {padding-bottom: 0; border-bottom: 10px solid #d16b28;}

#hero {background: url(/images/ui/hero.jpg) center top;}
#hero .row {height: 106px; line-height: 106px;}
#hero .border {border: solid rgba(106,95,81,.8); border-width: 10px 0;}
#hero h2 {margin: 0; font-size: 36px; font-size: 3.6rem; color: #d16b28; text-align: right;
	-webkit-text-shadow: 	1px 1px 0 rgba(0,0,0,.2);
	-moz-text-shadow: 		1px 1px 0 rgba(0,0,0,.2);
	text-shadow: 			1px 1px 0 rgba(0,0,0,.2);
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: #e8e0bd url(/images/ui/bg-tan.png);
	overflow: auto;
	z-index: 99999;
}

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

.mobile-nav {
	padding: 50px 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: 24px;
	color: #6a5f51;
	text-decoration: none;
	display: inline-block;
}

.mobile-nav ul li a:hover {
	color: #d16b28;
}

.mobile-nav ul li.on a {
	color: #d16b28 !important;
}

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

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

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

.hamburger {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 0px;
}

.hamburger i {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	background-color: #d16b28;
	-webkit-transition:0.2s all linear;
			transition:0.2s all linear;
}

.hamburger i:hover {
	color: #fff;
	background-color: #6a5f51;
}


/*** COLUMN STYLES ***/

#main {position: relative; background: #e8e0bd url(/images/ui/bg-tan.png); padding: 50px 0;}
#main .stitching {position: absolute; left: 0; top: 0; right: 0; height: 7px; background: url(/images/ui/stitching-orange.png) center top;}
#main .shadow {position: absolute; left: 0; bottom: 0; right: 0; height: 7px; background: url(/images/ui/shadow-bottom.png) center top;}


/*** FOOTER STYLES ***/

#footer {position: relative; overflow: hidden; font-size: 11px; font-size: 1.1rem; font-weight: 400; color: #d7c39c; line-height: 36px; padding: 20px 0;}
#footer .stitching {position: absolute; left: 0; top: 0; right: 0; height: 7px; background: url(/images/ui/stitching-tan.png) center top;}
#footer a {color: #d7c39c;}

#copyright img {vertical-align: middle;}
#bbb-logo {text-align: right;}


/*** FORM STYLES ***/

.formline {
	overflow: hidden;
}

.box .formline, #homebottom1 .formfield {
	margin: 0 0 8px;
}

.formfield {
	float: left;
	width: 100%;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

.formfield:first-child {padding-left: 0;}
.formfield.half {width: 50%;}
.formfield.quarter {width: 25%;}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.select-menu {
	overflow: hidden;
	padding: 0;
	position: relative;
	background-color: #fff;
	border: 1px solid #a39c7b;
	display: block;
	width: 100%;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select-menu:after {
	background-image: url("/images/ui/select-arrows.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 6px 11px;
	content: '';
	width: 30px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #a39c7b;
	position: absolute;
	top: 0;
	right: 2px;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select-menu > select {
	background: transparent;
	border: none;
	outline: none;
	padding: 8px 0 5px 5px;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


textarea {height: 200px;}
input[type="text"], input[type="password"], input[type="email"], textarea {width: 100%; border: 1px solid #a39c7b; background: #fff; background: rgba(255,255,255,.9); padding: 5px; color: #312c25;
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
	border-radius:			4px;
}
input[type="text"], input[type="password"], input[type="email"] {height: 35px;}
input[type="checkbox"], input[type="radio"] {vertical-align: middle;}
input[type="submit"], input[type="button"] {cursor: pointer; height: 34px; line-height: 32px; padding: 2px 20px; text-transform: uppercase; text-align: center; font-size: 11px; font-size: 1.1rem; font-weight: 700; color: #312c25; border: 0; border-top: 1px solid #fee2cf; border-bottom: 1px solid #753d17; margin: 15px 0 3px !important;
	background: #d26d2a;
	background: -moz-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #faa56d), color-stop(100%, #d26d2a));
	background: -webkit-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: -o-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: -ms-linear-gradient(top, #faa56d 0%, #d26d2a 100%);
	background: linear-gradient(to bottom, #faa56d 0%, #d26d2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faa56d", endColorstr="#d26d2a",GradientType=0);
	-webkit-text-shadow: 	1px 1px 0 rgba(255,255,255,.4);
	-moz-text-shadow: 		1px 1px 0 rgba(255,255,255,.4);
	text-shadow: 			1px 1px 0 rgba(255,255,255,.4);
	-webkit-box-shadow: 	3px 3px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 		3px 3px 0 rgba(0,0,0,.15);
	box-shadow: 			3px 3px 0 rgba(0,0,0,.15);
	-webkit-border-radius: 	4px;
	-moz-border-radius: 	4px;
	border-radius:			4px;
}
input[type="submit"]:hover, input[type="button"]:hover {background: #faa56d;}
.errormessage {clear: both; font-size: 87.5%; font-weight: 600; color: #FF0000;}

::-webkit-input-placeholder {color: #444;} /* WebKit browsers */
:-moz-placeholder {color: #444;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #444;} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #444;} /* Internet Explorer 10+ */


.formfield.error input, .formfield.error textarea {
	border: 1px solid #FF0000;
}

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

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


/*** CONTENT STYLES ***/

#teamnav {
	text-align: right;
	margin-bottom: 25px;
	font-size: 12px;
	font-size: 1.2rem;
}

#teamleft img {
	width: 100%;
	max-width: 450px;
}

/*** PAGINATION STYLES ***/

.pagination {
	text-align: center;
}

.pagination a, .pagination strong {
	padding-right: 5px;
	padding-left: 5px;
}


/*** SIDEBAR STYLES ***/

.box {background: rgba(106,95,81,.8); padding: 10px; margin: 20px 0;}
.box:first-child, .box .inner :first-child {margin-top: 0;}
.box:last-child, .box .inner :last-child {margin-bottom: 0;}
.box .inner {background: url(/images/ui/bg-creme.png); padding: 20px; font-size: 13px; font-size: 1.3rem; line-height: 1.5; color: #6a5f51;
	-webkit-box-shadow: 	3px 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 		3px 3px 0 rgba(0,0,0,.2);
	box-shadow: 			3px 3px 0 rgba(0,0,0,.2);
}
.box .inner h2:first-child {margin-bottom: 15px;}

#googlemap {margin: -20px; padding: 0;}
#googlemap iframe {display: block; margin: 0;}


/*** HOME PAGE ***/

body.home #hero {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.home #hero .row {
	height: 380px;
	line-height: 380px;
}

body.home h1 {margin-bottom: 0; color: #d16b28;}
body.home h1 + h2 {margin: -5px 0 30px; font-size: 16px; font-size: 1.6rem; font-style: italic; color: #6a5f51;}

#homebottom1 {position: relative; padding: 40px 0; color: #f3eccf;}
#homebottom1 .stitching {position: absolute; left: 0; top: 0; right: 0; height: 7px; background: url(/images/ui/stitching-tan.png) center top;}
#homebottom1 .row + .stitching {top: auto; bottom: 0;}
#homebottom1 {font-size: 12px; font-size: 1.2rem; line-height: 1.83; font-weight: 400;}
#homebottom1 h2:first-child {margin-top: 0;}

#homebottom2 {position: relative; padding: 40px 0; background: #e8e0bd url(/images/ui/bg-tan.png);}
#homebottom2 .shadow {position: absolute; left: 0; top: 0; right: 0; height: 7px; background: url(/images/ui/shadow-top.png) center top;}
#homebottom2 .row + .shadow {top: auto; bottom: 0; background-image: url(/images/ui/shadow-bottom.png);}
#homebottom2 h3:first-child {margin-top: 0;}
#homebottom2 .row > div :last-child {margin-bottom: 0;}
#homebottom2 ul, #homebottom2 ul li {margin: 0; padding: 0; list-style: none; background: none;}
#homebottom2 ul {overflow: hidden;}
#homebottom2 ul li {float: left; padding-right: 15px;}


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

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

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

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

.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%; }

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

.grid {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.grid-item {
	padding: 0 25px;
	margin: 0 0 50px;
}

.grid-item a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-text-shadow: 	1px 1px 0 rgba(0,0,0,.2);
	-moz-text-shadow: 		1px 1px 0 rgba(0,0,0,.2);
	text-shadow: 			1px 1px 0 rgba(0,0,0,.2);
}

.grid-item img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

/* ==========================================================================
   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;
}

/* ==========================================================================
   Slick Theme
   ========================================================================== */

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

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    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: 999;
}

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

.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 {
    font-family: 'Font Awesome 5 Free';
    font-size: 24px;
	font-weight: 900;
    line-height: 1;

    opacity: 1;
    color: #f15639;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	-webkit-transition: 0.2s opacity linear;
			transition: 0.2s opacity linear;
}

.slick-prev {
    left: 30px;
}

[dir='rtl'] .slick-prev {
    right: -15px;
    left: auto;
}

.slick-prev:before {
    content: "\f104";
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 30px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -15px;
}

.slick-next:before {
    content: "\f105";
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;

    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 {
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0px;
    left: 2px;

    width: 20px;
    height: 20px;

    content: '\f111';
    text-align: center;
	color: #f15639;

    opacity: .5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* ==========================================================================
   Sliders
   ========================================================================== */

.home-slider {
	width: 100%;
	height: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.home-slider .slide {
	width: 100%;
	height: 400px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* ==========================================================================
   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 {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

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


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

	#mainnav a {
		padding: 9px 14px;
	}
	
}

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

	#mainnav {
		display: none;
	}
	
	.hamburger {
		display: block;
	}
	
}

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

	.grid-item {
		width: 25%;
	}
	
}

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

	.grid-item {
		width: 33.33333%;
	}
	
}

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

	*[class*='col-'] {
		float: none;
		width: 100%;
	}
	
	.grid-item {
		width: 50%;
	}
	
	#content {
		margin-bottom: 35px;
	}
	
	body.home #hero .row {
		height: 300px;
		line-height: 300px;
	}
	
	#copyright {
		text-align: center;
	}
	
	#bbb-logo {
		text-align: center;
		margin-top: 20px;
	}
	
	#homebottom2 .col-1-3 {
		margin-bottom: 35px;
	}
	
	#homebottom2 .col-1-3:last-child {
		margin-bottom: 0px;
	}
	
	#teamnav {
		text-align: center;
	}
	
	.imgright {
		float: none;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	.hide-on-mobile {
		display: none !important;
	}
	
	.hide-on-desktop {
		display: block !important;
	}
}

@media only screen and (max-width: 640px) {
	
	.grid-item {
		width: 50%;
	}
	
	#header .row {
		height: 200px;
	}
	
	#hero h2 {
		font-size: 2.6rem;
		text-align: center;
	}
	
	.hamburger {
		top: 110px;
	}
	
	.btn, input[type='submit'] {
		width: 100%;
	}
	
	body.home #hero .row {
		height: 200px;
		line-height: 200px;
	}
	
	h1 {
		line-height: normal;
	}

}

@media only screen and (max-width : 480px) {
	
	.grid-item {
		width: 100%;
	}
	
	#socialnav ul {
		width: 170px;
	}
	
	#socialnav li {
		float: right;
	}
	
	#socialnav li.phone {
		padding-right: 0px;
		padding-bottom: 6px;
	}
	
	.formfield {
		padding: 0;
	}
	
	.formfield.half {
		width: 100%;
	}
	
	.formfield.quarter {
		width: 50%;
	}
	
	.formfield.quarter:last-child {
		padding-left: 10px;
	}
	
}

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

@media print {
    *,
    *: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;
    }
}