﻿/*
--- SITEWIDE FALLBACKS ---------------------------------------------
these will come into play with browser
--------------------------------------------------------------------
*/
html.svg .png-if-no-svg {
display: none; }
 
html.no-svg svg {
display: none; }
html.no-svg .png-if-no-svg {
display: block; }
 
/*
--- SITEWIDE NAVIGATION --------------------------------------------
 
--------------------------------------------------------------------
*/
nav.mainNav {
width: 975px;
height: 72px;
margin: 0 auto;
border-right: 1px solid #464646;
border-left: 1px solid #464646;
border-bottom: 1px solid #464646;
background-color: black;
background-color: rgba(0, 0, 0, 0.75);
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
margin-bottom: 36px; }
 
nav.mainNav:hover {
background-color: rgba(0, 0, 0, 0.85); }
 
nav.mainNav a.home {
height: 71px;
/*float:left;*/
width: 114px;
/*background-color:green;*/
padding: 0px; }
 
nav.mainNav a.home:hover {
background: none; }
 
/*nav.mainNav a.home img{
opacity:0.7;
padding:6px 2px;
margin:0px;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}*/
/*nav.mainNav a.home img:hover{
opacity:1.0;
-webkit-transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
transform: rotate(-10deg);
}
*/
nav.mainNav a {
float: left;
text-align: center;
height: 24px;
/*background-color:yellow;*/
padding-top: 12px;
color: #d2d2d2;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-family: 'Gotham SSm A', 'Gotham SSm B';
font-weight: 700;
font-style: normal;
letter-spacing: 1px;
border-right: 1px solid #464646;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
 
nav.mainNav a.icons {
padding: 0px;
border: none;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
 
nav.mainNav svg {
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
 
nav.mainNav a.icons:hover {
background: none; }
 
.apply-link:hover svg g path {
fill: green; }
 
.icons:hover svg g.text path {
fill: red; }
 
nav.mainNav a:hover {
color: #e6e6e6;
background-color: #646464;
text-decoration: none; }
 
nav.mainNav a.column1 {
width: 90px;
/*background-color:red;*/
border-right: 1px solid #464646; }
 
.column1 {
width: 90px;
float: left; }
 
.top-row {
border-bottom: 1px solid #464646; }
 
.column2 {
width: 110px;
float: left; }
 
.column3 {
width: 115px;
float: left;
/*background-color:rgba(100,100,100,1.0);*/ }
 
.column4 {
width: 206px;
float: left;
/*background-color:green;*/ }
 
.column5 {
width: 59px;
/*background:purple;*/
float: left;
height: 72px;
border-right: 1px solid #464646; }
 
.column6 {
width: 65px;
height: 72px;
border-right: 1px solid #464646;
/*background:blue;*/
float: left; }
 
.column7 {
float: left;
position: relative; }
 
.column7 input[type="text"] {
font-family: 'Gotham SSm A', 'Gotham SSm B';
font-weight: 400;
font-style: normal;
font-size: 13px;
color: #646464;
background-color: #1e1e1e;
border: 1px solid #323232;
-webkit-transition: all 0.2s ease-in-out;
position: absolute;
top: 20px;
padding: 4px;
left: 20px;
-webkit-box-shadow: inset 0px 0px 10px black;
width: 160px; }
 
.column7 input[type="text"]:focus {
background-color: #fafafa;
-webkit-box-shadow: inset 0px 0px 10px #c8c8c8; }
