/*
Theme Name: Gebhardt & Smith Custom Theme
Author: Herrmann Advertising Design and Technology
Author URI: https://www.herrmann.com/
Description: Custom theme for Gebhardt & Smith law firm
Version: 2024.5 080224
Lvl A
*/
/* incorporate reset styles for production site */
body, html {
	height: 100%;
	margin:0px;
	padding:0px;
	/*background-color:#d8d9da;*/
	font-family: 'Roboto', sans-serif;
	color:#333333;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust:none;
	position:relative;
}
* {
	margin:0px;
	padding:0px;
}
a:link, a:visited {
	color:#F19D23;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:focus {
	color:#008BC7;
	text-decoration:underline;
	text-decoration-style: solid;
}
:focus {
	outline: 2px solid #1a73e8;
}

/* telephone links */
a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
display:inline;
 white-space: nowrap;
}
a[href^="tel:"]:hover, a[href^="tel:"]:focus {
color: inherit;
color: #F19D23;/* gold */
font-weight:inherit;
text-decoration:none;
}
 @media only screen and (min-width: 768px) {
 a[href^="tel:"]:hover, a[href^="tel:"]:focus {
color: inherit;
}
}
a img {
	border:none
}
img {
	max-width:100%;
	height:auto;
}
figcaption {
	margin:0px;
	padding:0px;
}
.sr-only {
	position: absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -50vh;
	left: 0px;
	color: #f00;
	background: #FFF;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#333333;
	background: #FFF;
	font-weight: 700;
 -webkit-transition: top .1s ease-in, background .5s linear;
 transition: top .1s ease-in, background .5s linear;
}
.error-message {
	color: #cc0000;
	font-weight: bold;
}
h1 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#F19D23;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	text-align:left;
}
h2 {
	margin:0px;
	padding:0px;
	margin-bottom:6px;
}


h3 {
	margin:0px;
	padding:0px;
	padding-top:8px;
	margin-bottom:6px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#F19D23;
	text-transform:uppercase;
	letter-spacing:.05em;
}
h4 {
	font-weight: 700;
	font-size:16px;
	line-height:120%;
	letter-spacing:-0.02em;
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}
p {
	font-size:16px;
	line-height:138%;
	/*font-weight: 300;*/
	font-weight: 400;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
ul {
	font-size:16px;
	line-height:138%;
	margin:0px;
	padding:0px;
	list-style:none;
}
ol {
	font-weight:400;
	font-size:16px;
	line-height:138%;
	margin:0px;
	padding:0px;
	list-style:none;
}
.row {
	width:100%;
	margin:0px;
	padding:0px;
	/*position:relative;*/
	overflow:hidden;
}
.col {
	margin:0px;
	padding:0px;
	float:left;
}
/* =========== CONTAINERS ================= */
.container {
	width: 95%;
	max-width: 95%;
}
 @media only screen and (min-width: 768px) {
 .container-wide {
 width: 95%;
 max-width: 95%;
}
}
@media only screen and (min-width: 901px) {
 .container {
width:82%;
 max-width: 82%;
}
}
/* cards */

.card {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	min-width:0;
	word-wrap:break-word;
	background-color:#fff;
	border:none;
	border-radius:0;
}
.card-img {
	border:none;
	border-radius:0;
}
.card-img-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:0;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
/* ----------------*/



/* Navigation menu */

.topnav nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.topnav nav ul li {
	float:left;
	list-style: none;
	position: relative;
	margin:0px;
	padding:0px;
}
.topnav nav ul a:link {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-size:1.32vw;
	text-decoration:none;
	font-weight:300;
	line-height:100%;
	text-transform: uppercase;
	letter-spacing:.1em;
	margin:0px;
	padding:0px;
	padding-left:1rem;
	padding-right:1rem;
}
.topnav nav ul li:first-child a {
	padding-left:0px;
}
header.home .topnav nav ul a:link {
	font-size:3vw;
	color:#FFF;
	line-height:100%;
}
header.home .topnav nav ul li a:visited {
	color:#FFF;
}
header.home .topnav nav ul li a:hover {
	color:#F19D23;
}
header.home .topnav nav ul li:last-child a {
	padding-right:0px;
}
header.home .topnav {
	position: absolute;
	top: 240px;
	left: 10%;
	z-index: 600;
}
 @media only screen and (min-width: 819px) {
 header.home .topnav {
 font-family: 'Oswald', sans-serif;
 position: absolute;
 top:27%;
 left: 53%;
 z-index: 600;
}
 header.home .topnav nav ul a:link {
 font-size:16px;
 padding-left:.35rem;
 padding-right:.35rem;
}
 header.home .topnav nav ul li:first-child a {
 padding-left:0px;
}
}
 @media only screen and (min-width: 1024px) {
 header.home .topnav nav ul a:link {
 font-size: 1.5vw;
}
}
 @media only screen and (min-width: 1601px) {
 header.home .topnav nav ul a:link {
 font-size: 1.5rem;
}
}
/* header  - interior */

header.interior {
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	/* new */
	/*background-color:rgba(255, 255, 255, 0.82);*/
	background-color:rgba(255, 255, 255, 0.88);
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:174px;
	z-index:100;
}
 @media only screen and (min-width: 768px) {
 header.interior {
 height:126px;
}
}
 @media only screen and (min-width: 1200px) {
header.interior {
 height:136px;
}
}
header.interior .inner {
	margin:0px;
	padding:0px;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	overflow:hidden;/*width:100%;*/
}
header.interior .logo {
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
header.interior .logo img {
	max-width:100%;
	height:auto;
}
header.interior .col {
	/*width:51%;*/
	margin:0px;
	padding:0px;
	padding-top:1.8%;
	float:left;
	position:relative;
}
/* for practice area (non-bio) pages */
header.interior .pagetitle {
	clear:both;
	width:100%;
	display:block;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
	background-image: url(../images/transp-gray.png);
	background-repeat: repeat;
	background-position: right top;
	position: absolute;
	bottom:0px;
}
header.interior .pagetitle h1 {
	font-size:2.3vw;
	color:#FFF;
}
/* interior topnav */

header.interior .topnav nav ul a:link {
	font-size:1.21vw;
	font-size: 20px;
	margin:0px;
	padding:0px;
	padding-left:1rem;
	padding-right:1rem;
}
header.interior .topnav nav ul li:first-child a {
	padding-left:0px;
}
header.interior .topnav nav ul a:link {
	color:#333333;
	line-height:100%;
}
header.interior .topnav nav ul li a:visited {
	color:#333333;
}
header.interior .topnav nav ul li a:hover, header.interior .topnav nav ul li a:focus, header.interior .topnav nav ul li a.active {
	color:#F19D23;
}
header.interior .topnav nav ul li:last-child a {
	padding-right:0px;
}
/* ============ interior pages  ============ */

.wrapper {
	clear:both;
	margin:0px;
	padding:0px;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
}
 @media only screen and (min-width: 768px) {
.content {
 background-image: url(../images/vert-rule.gif);
 background-repeat: repeat-y;
 background-position: 23% top;
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: flex-start;
 justify-content: space-between;
}
}
/* ---------- sidebar ---------- */

.col.sidebar {
	width:100%;
	clear:both;
	display:block;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%
}
 @media only screen and (min-width: 768px) {
 .col.sidebar {
 width:20.5%;
 -ms-flex:0 0 20.5%;
 flex:0 0 20.5%;
 max-width:20.5%
}
}
.sidebar figure {
	display:block;
	margin-bottom:20px;
}

.sidebar h3, .sidebar h2 {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#F19D23;
	text-transform:uppercase;
	letter-spacing:.05em;
}
.sidebar p {
	font-weight:300;
	margin-bottom:4px;
	padding-bottom:0px;
	font-size:14px;
}
.sidebar p span {
	font-weight:700;
	color:#F19D23;
	width:21px;
	display: inline-block;
}
.sidebar p a:link, .sidebar p a:visited {
	color:#333333;
	text-decoration:none;
}
.sidebar p a:hover {
	color:#F19D23;
}
.sidebar p span a:link, .sidebar p span a:visited {
	color:#F19D23;
	text-decoration:none;
}
.sidebar a:hover {
	color:#F19D23;
}
.sidebar .sidenav {
	margin-left:30%;
}
.sidebar .sidenav.related {
	margin-left:0;
}
.sidebar .sidenav ul li {
	margin-bottom:4px;
}
.sidebar .sidenav ul li a, .sidebar .sidenav ul li a:visited {
	font-weight:400;
	margin-bottom:4px;
	padding-bottom:0px;
	font-size:14px;
	color:#333333;
	text-decoration:none;
}
.sidebar .sidenav ul li a:hover {
	color:#d88d1f;
}
.sidebar .sidenav ul li a.active {
	color:#F19D23;
	color:#d88d1f;
}
/* ---------- main content area ---------- */


 @media only screen and (min-width: 768px) {
.col.main {
 display:block;
 float:right;
 width:67.5%;
 -ms-flex:0 0 67.5%;
 flex:0 0 67.5%;
 max-width:67.5%;
}
}
 @media only screen and (min-width: 901px) {
.col.main {
 width:73.57%;
 -ms-flex:0 0 73.57%;
 flex:0 0 73.57%;
 max-width:73.57%;
}
}
.main-wide {
	width:100%;
	float: none;
}
.bio .main #practice_areas li a {
	color:#333333;
}
.main .titlebar {
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
.main .titlebar .pagetitle {
	width:65%;
}
.main .titlebar .pagetitle h1 {
	font-size:28px;
	line-height:100%;
}
.main .titlebar .pagetitle h1 span {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:none;
	font-size:1.38vw;
	font-size:24px;
	letter-spacing:normal;
	padding-left:1rem;
}
.main .titlebar .page-tools {
	float:right;
	width:32%;
	/*padding-top:2%;*/
	text-align:right;
	position:relative;
}
.main .titlebar .page-tools img {
	display:inline;
	margin-left:10px;
}
.page-tools.top {
	float:right;
	width:32%;
	padding-top:0px;
	padding-bottom:20px;
	text-align:right;
	position:relative;
}
.page-tools.top img {
	display:inline;
	margin-left:10px;
}
.main h3, .h3 {
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#F19D23;
	text-transform:uppercase;
	letter-spacing:.05em;
}
.main ul {
	list-style:none;
}
.main ul li {
	font-weight:300;
	margin:0px;
	padding:0px;
	padding-left:10px;
	margin-bottom:9px;
	background-image: url(../images/black-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
}
/* pagebanner */


/* page banner */

.pagebanner {
	position:relative;
	font-weight:400;
	padding-top:200px;
	padding-bottom:30px;
}
.pagebanner.bio {
	padding-bottom:0;
	background-color:#e4e5e5;
}
 @media only screen and (min-width: 768px) {
.pagebanner {
 padding:0;
}
}
 @media only screen and (max-width: 767px) {
 .pagebanner.bio .container {
 width:100%;
 max-width:100%;
 padding:0;
}
}
.pagebanner .card-img {
	width:100%;
	min-height:225px;
}
.pagebanner.bio .card-img {
	min-height:450px;
}
 @media only screen and (min-width: 1200px) {
 .pagebanner .card-img {
 min-height: inherit;
}
.pagebanner.bio .card-img {
 min-height:500px;
}
}
.pagebanner .card-img-overlay {
	position:relative;
}
 @media only screen and (min-width: 768px) {
.pagebanner .card-img-overlay {
 position:absolute;
 padding-top:126px;
 padding-bottom:0;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}
}
 @media only screen and (min-width: 1200px) {
.pagebanner .card-img-overlay {
 padding-top:136px;
}
}
.pagebanner.bio:before {
	content:'';
	position:absolute;
	top:126px;
	left:0;
	bottom:0;
	width:100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .7) 64%, rgba(255, 255, 255, 0) 100%);
}
 @media only screen and (min-width: 768px) {
 .pagebanner.bio:before {
 content:'';
 position:absolute;
 top:126px;
 left:0;
 bottom:0;
 width:50%;
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .7) 64%, rgba(255, 255, 255, 0) 100%);
}
}
 @media only screen and (min-width: 1200px) {
.pagebanner.bio:before {
 top:136px;
}
}
.pagebanner.bio.gray:before {
	content:'';
	display:none;
}
.pagebanner h1 {
	font-size:28px;
	line-height:100%;
	margin-bottom:30px;
	color:#FFF;
}
.pagebanner.bio h1 {
	color:#F19D23;
}
.pagebanner h1 span {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform:none;
	font-size:1.38vw;
	font-size:24px;
	letter-spacing:normal;
	padding-left:1rem;
}
 @media only screen and (min-width: 992px) {
.pagebanner h1 {
 font-size:40px;
}
.pagebanner.bio h1 {
 font-size:36px;
}
}
.pagebanner p {
	font-weight:400;
	padding-bottom:4px;
}
.pagebanner .bio-contact-info {
	background-color:#e4e5e5;
	padding:30px;
	padding-left:5%;
	padding-right:5%;
}
 @media only screen and (min-width: 768px) {
 .pagebanner .bio-contact-info {
 background-color: transparent;
 padding:0;
}
}
.pagebanner .bio-contact a, .pagebanner .bio-contact a:visited {
	color:inherit;
	text-decoration:underline;
}
.pagebanner .bio-contact a:hover, .pagebanner .bio-contact a:focus {
	color:#F19D23;
	text-decoration:underline;
}
 .pagebanner .bio-contact a[href^="tel:"], .pagebanner .bio-contact a[href^="tel:"]:visited {
 color:inherit;
 text-decoration: underline;
}
 @media only screen and (min-width: 768px) {
 .pagebanner .bio-contact a[href^="tel:"], .pagebanner .bio-contact a[href^="tel:"]:visited {
 color:inherit;
 text-decoration:  none;
}
}
/* bio detail page */

.relative {
	position:relative;
}
address {
	text-transform:none;
	font-style:inherit;
}
.bio-contact.container {
	height:100%;
	/*background-color:#FFC;*/
	
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.bio-contact p {
	font-size:16px;
}
.bio-contact p span {
	font-weight: 700;
	color: #F19D23;
	width: 21px;
	display: inline-block;
}
.biophoto {
	width:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
.biophoto {
 position:absolute;
 bottom:0;
 right:0;
 width:38%;
 max-width:400px;
 height:100%;
 margin-bottom:0;
 justify-content: flex-end;
}
 .pagebanner.bio.gray .biophoto img {
 height:100%;
 width:auto;
 max-width:inherit;
}
}
}
/* practice listing */

.practice-listing {
	padding-top:30px;
}
.practice-card {
	margin-bottom:30px;
}
.practice-card .image-wrap {
	position:relative;
}
.practice-card .image-wrap:before {
	content:'';
	position:absolute;
	top:23%;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .85) 100%);
}
.practice-card .card-img-overlay {
	padding:5%;
	padding-bottom:6%;
	align-items:flex-end;
}
.practice-card h2 {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#FFF;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:22px;
}
.practice-card a:hover h2, .practice-card a:focus h2 {
	color:#F19D23;
}
/* practice index page */

.main ul.practice-list {
	margin:0px;
	padding:0px;
	list-style:none;
}
.main ul.practice-list li {
	background-image:none;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
	width:100%;
	max-width:400px;
	display:block;
}
.main ul.practice-list li a {
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
	padding:10px;
	color:#FFF;
	font-weight:700;
	background-color:#F19D23;
}
.main ul.practice-list li a:visited {
	background-color:#F19D23;
}
.main ul.practice-list li a:hover {
	background-color:#d88d1f;
}
.etabs {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd9d8;
}
ul.etabs li {
	margin: 0;
	padding: 0;
	padding-left:0px;
	margin-bottom:0px;
	background-image: none;
}
.tab {
	display: inline-block;
	zoom:1;
*display:inline;
}
.tab a {
	font-family: 'Oswald', sans-serif;
	/*font-size: 15px;*/
	font-size:1.2vw;
	line-height: 125%;
	text-transform:uppercase;
	letter-spacing:.03em;
	font-weight:300;
	color:#4F453D;
	display: block;
	
	text-decoration:none;
	padding-top: 0px;
	padding-right: .75em;
	padding-bottom:10px;
	padding-left: .75em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbd9d8;
}
 #tab-container > ul > li:nth-child(1) > a {
 padding-left: 0px;
}
#tab-container > ul > li:last-child > a {
	border-right:none;
}
.tab a:hover {
	color:#F19D23;
	text-decoration:none;
}
.tab.active {
	position: relative;
}
.tab a.active {
	color:#F19D23;
	text-decoration:none;
}
.tab-container .panel-container {
	margin:0px;
	padding:0px;
	padding-top:20px;
}
.panel-container {
	margin-bottom: 10px;
}
.main-wide .panel-container {
	max-width:1200px;
}
/* Attorny index page */

.attorney {
	width:20%;
	padding:0px;
	margin:0px;
	margin-right:4%;
	padding-bottom:15px;
	display:inline-block;
	vertical-align: top;
}
.attorney img {
	width:100%;
	max-width:140px;
	height:auto;
}

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

.attorney img {
	
	max-width: 100%;
	
}

}
.attorney h2, .attorney h3 {
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	color:#F19D23;
	text-transform:uppercase;
	letter-spacing:.05em;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	margin-bottom: 6px;
}
.attorney a, .attorney a {
	display:block;
	color:#F19D23;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: all 0.2s ease-in-out 0s;
}
.attorney a:hover, .attorney a:focus {
	color:#F19D23;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: all 0.2s ease-in-out 0s;
}
.attorney p {
	font-size:14px;
	line-height:125%;
	padding:0px;
	padding-bottom:3px;
}
.attorney p a, .attorney p a:visited {
	color:#333333;
	
}
.attorney p a:hover {
	color:#F19D23;
	
}
/* attorney form */

form {
	margin:0px;
	padding:0px;
	clear:both;
}
form label {
	font-size:12px;
	color:#4F453D;
	display: block;
	padding-top:2px;
	padding-bottom:7px;
}
form input {
	width:94%;
	border: 1px solid #cac7c4;
	padding:4px;
	border-radius: 0px;
}
form select {
	width:99%;
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius: 0px;
	-webkit-appearance: none;
	background-color: #f7f6f5;
	background-image: url(../images/toggle-arrow-closed.png);
	background-repeat: no-repeat;
	background-position: 98%;
}
form textarea {
	width:94%;
	border: 1px solid #9e9e9e;
	padding:4px;
	border-radius:0px;
	-webkit-appearance: none;
}
form .submit {
	width:100%;
	font-size:14px;
	font-weight:700;
	line-height:120%;
	color:#FFF;
	background-color:#F19D23;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	padding:6px;
	margin-top:10px;
	border:none;
}
/* contact form */


.form-group {
	margin:0px;
	padding:0px;
	margin-top:10px;
	clear:both;
	max-width:500px;
}
.form-group label {
	font-size:12px;
	color:#4F453D;
	display: block;
	padding-top:2px;
	padding-bottom:7px;
}
.form-group input {
	width:94%;
	border: 1px solid #cac7c4;
	padding:4px;
	border-radius: 0px;
}
form button {
	font-size:14px;
	font-weight:700;
	line-height:120%;
	color:#FFF;
	background-color:#F19D23;
	text-transform:uppercase;
	-webkit-appearance: none;
	margin:0px;
	padding:0px;
	padding:6px;
	padding-left:15px;
	padding-right:15px;
	margin-top:10px;
	border:none;
}
/* footer */
footer.home {
	position:fixed;
	left:0px;
	bottom:5%;
	height:30px;
	width:100%;
	z-index:2000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	color: #FFF;
}
footer.interior {
	position: relative;
	margin-top:30px;
	margin-bottom:5%;
	width:100%;
	z-index:2000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	color: #4F453D;
}
 @media only screen and (min-width: 768px) {
 footer.interior {
 height:30px;
}
}
footer p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}
footer .col:first-child {
	width:45%;
	margin-left:10.7%;
	font-size:12px;
}
footer .col:first-child ul {
	display:inline;
	padding-left:5px;
}
footer .col:first-child li {
	display:inline;
	font-size:12px;
	line-height:140%;
	padding:0px;
	margin:0px;
	background-image: url(../images/vert-gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:8px;
	padding-right:3px;
}
footer .col:last-child {
	margin:0px;
	padding:0px;
	padding-top:3px;
	margin-right:12%;
	float:right;
	width:30%;
	text-align:right;
}
/* footer home colors */

footer, footer p, footer ul {
	font-weight:700;
}
footer.home p {
	color: #FFF;
}
footer.home p a:link, footer.home p a:visited {
	color: #FFF;
}
footer.home p a:hover {
	color: #F19D23;
	text-decoration:none;
}
footer.home a:link, footer.home a:visited {
	color: #FFF;
}
footer.home a:hover {
	color: #F19D23;
	text-decoration:none;
}
footer.home .col:first-child {
	color: #FFF;
}
footer.home .col:first-child li {
	color: #FFF;
}
footer.home .col:first-child li a:link, footer.home .col:first-child li a:visited {
	color: #FFF;
}
footer.home .col:first-child li a:hover {
	color: #F19D23;
	text-decoration: none;
}
/* footer interior colors */
footer.interior p {
	color: #4F453D;
}
footer.interior p a:link, footer.interior p a:visited {
	color: #4F453D;
}
footer.interior p a:hover {
	color: #F19D23;
	text-decoration:none;
}
footer.interior a:link, footer.interior a:visited {
	color: #4F453D;
}
footer.interior a:hover {
	color: #F19D23;
	text-decoration:none;
}
footer.interior .row {
	display:block;
}
footer.interior .col {
	display:block;
}
 @media only screen and (min-width: 768px) {
 footer.interior .row {
 justify-content: flex-between;
}
}
footer.interior .col:first-child {
	color: #4F453D;
}
footer.interior .col:first-child li {
	color: #4F453D;
}
footer.interior .col:first-child li a:link, footer.interior .col:first-child li a:visited {
	color: #4F453D;
}
footer.interior .col:first-child li a:hover {
	color: #F19D23;
	text-decoration: none;
}
