/* Typography */

body, #MenuV.accordion .submenu li a, #MenuV.accordion .submenu li span, #MenuV.accordion .submenu li:hover > a, #MenuV.accordion .submenu li:hover > span, #MenuV.accordion .submenu li.current > a, #MenuV.accordion .submenu li.current > span, #MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .C01 .TM .CTitle, .C02 .TM .CTitle, .C03 .TM .CTitle, .C04 .TM .CTitle, #MenuH ul.menu > li > a, #MenuH ul.menu > li > span, #MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span, #MenuH .submenu li a, #MenuH .submenu li span, #MenuH .submenu li:hover > a, #MenuH .submenu li:hover > span, #MenuH .submenu li.current > a, #MenuH .submenu li.current > span, #full-name a, #full-name a:hover, #full-name a:visited, #full-name a:active, label, input, button {font-family: 'Roboto Slab', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif;}

.no-h1 h1 {
    display: none;
}

h1, h2, h3, h4, h5 {
    color: #2B4209;
    font-weight: 300;
	opacity: .75;
}

p.deck {
    font-family: 'PT Sans Narrow','Helvetica Neue', 'Arial', 'Helvetica', sans-serif;
    color: #999;
    font-size: 2em;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 0 1em 0;
    width: 90%;
    text-align: left;
}

::selection {
    background: #bacdea;
    color: #434343;    
    text-shadow: 1px 1px #ddd;
}

article > header {
    border-bottom: 0;
}

/* Layout Elements */

body{    
    background: #030303 url(../content/images/sunset.jpg) no-repeat center top;
    background-size:cover; 
}

#MainWrapper > .container{
    background: #fcfcfc;
}

.container {
    max-width: 100%;
}

#MainWrapper #SideBar {
    background: none;
}


/* Header & Nav */

.logo {
  background: url('/FPSGold.OrchardThemes/Garfield-Terra/Content/Images/wheatLeft.jpg') no-repeat bottom left, url('/FPSGold.OrchardThemes/Garfield-Terra/Content/Images/wheatRight.jpg') no-repeat bottom right, #E9DFBB;
}

.logo img {
    width:  100%;
    height:  auto;
    padding: 2% 2% 0 2%;
}

.logo h1 {
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 2%;
}

#full-name a,
#full-name a:hover,
#full-name a:visited,
#full-name a:active{
    display: inline-block;
    color:  #434343;    
    font-size:  1.3em;
    text-decoration:  none;
    padding: .7em 0;
    margin: 0 0 0 16px;
}

header.navbar {
    background: none;
    position: static;
    box-shadow: none;
}

header.navbar .header-aux {
    font-size:  1em;
    background:  #D2C9A8;
    border-bottom: 1px solid #b5ab89;
    -webkit-box-shadow: 0 10px 5px -7px rgba(0,0,0,0.1);
    box-shadow: 0 10px 5px -7px rgba(0,0,0,0.1);
    position: relative;
}

#MenuH {
    float: none;   
    margin: 1em 0;
}

nav {
    text-align:  center;
    background:  #fcfcfc;    
}

nav ul {
    text-align:  left;
}

#MenuH ul.menu > li > a, #MenuH ul.menu > li > span {
    color: #434343;
    padding-top: 1em;
    padding-bottom:  .5em;
}

#MenuH ul.menu > li:hover > a, #MenuH ul.menu > li:hover > span, #MenuH ul.menu > li.current > a, #MenuH ul.menu > li.current > span {
    color: #434343;
    padding-top: 1em;
    padding-bottom:  .5em;
}

#MenuH .submenu {
    background:  #686a52;
}

#MenuV ul.submenu {
    left:  150px!important;
}

#MenuV .submenu {
    background: #faf4ec;
    opacity: .85
}

#MenuV .submenu li a, #MenuV .submenu li span {
    color: #333;
}

#MenuV .submenu li:hover > a, #MenuV .submenu li:hover > span, #MenuV .submenu li.current > a, #MenuV .submenu li.current > span {
    color: #666;
}

/* Body */

.widget-before-content {
	width: 78%;
	margin: 0 auto;	
}


/* Login */
.login {
    padding-top: .5em;
}
.login label {
  color: #434343;
  font-weight: normal;
  width: auto !important;
  vertical-align: middle !important;
  height: auto !important;
}

.login input {
    padding:  0 .3em;
    font-size:  1.2em;
    font-weight:  bold;
	height: 34px !important;
    width: 90px;
}

.login button {
    margin-top: -3px;
}

#login ul  {
    margin:0;
    padding:0;
}

    #login ul li {
        display:inline-block;
        font-size: .8em;

    }
        #login ul li:after {
            content:' \2022';
        }

            #login ul li:last-of-type:after {
                content: '';
            }



/* Buttons &  Links */
input[type=submit], input[type=reset], input[type=button], button, .btn, a.link-button {
    background: #fcb040;
    margin:  0;
    padding: .33em .5em;
    box-shadow: none;
    border-radius: 0;
    transition: all 150ms ease-in;
    color: #fcfcfc;
    text-shadow: rgba(0, 0, 0, 0.247059)  0px -1px 0px;
    font-weight:  bold;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover, .btn:hover, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus, .btn:focus, a.link-button:hover, a.link-button:focus {
    background: #ee9410;    
}

a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


 a.link-button{
    padding: .7em 1.2em;
    display: inline-block;    
    text-decoration: none;    
    text-align: center;
}

a.link-button:hover {
    text-decoration: none;
}


/* Images, Icons, & Slider/Carousel */

img[style*="float: left"], img[style*="float:left"] {
    margin-right: .75em;
}

img[style*="float: right"], img[style*="float:right"] {
    margin-left: .5em; /*less padding when right floated because of ragged right edge. */
}

.icon-fdic-ehl-vector {
    font-size: 12em;
    position: absolute;
    margin:  -120px 0 0 0;
    padding: 0;
}

.icon-fps-gold {
    font-size: 6em;
    position: absolute;
    margin: -36px 0 0 0;
    padding:  0;
}


.flexslider {
    margin-bottom: 1em;
}

.flexslider .slides img {
    height:  auto;
}

/* Locations */

.location table {
    width:  100%;
}

.location td {
    vertical-align: top;
}

.location td.address{
    width:  30%;
}

.location td.lobby-hours, .location td.drive-up-hours {
    width: 35%;
}

.location .people td{
    width:  120px;
}

.location .people img {    
    transition: all 100ms ease-in;
    transform-style: preserve-3d;
    
    width: 84px;
    height:  105px;        
    border: 1px solid #666850;
}    
.location .people img:hover {
    background: #686A52;            
    box-shadow:   15px 15px 30px #fcfcfc,
                 -15px 15px 30px #fcfcfc,
                 -5px 5px 5px #666850, 
                  5px 5px 5px #666850;
                
    transform: perspective(150px) scaleZ(-.6) rotateX(15deg);    
}

#TripelFirst img {
    width: 100%;
    height: auto;
}

/* Footer */

footer {
      background: #e46000;
  background: #6b3609;
  background: -moz-linear-gradient(top, #6b3609 0%, #5b2d06 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b3609), color-stop(100%,#5b2d06));
  background: -webkit-linear-gradient(top, #6b3609 0%,#5b2d06 100%);
  background: -o-linear-gradient(top, #6b3609 0%,#5b2d06 100%);
  background: -ms-linear-gradient(top, #6b3609 0%,#5b2d06 100%);
  background: linear-gradient(to bottom, #6b3609 0%,#5b2d06 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3609', endColorstr='#5b2d06',GradientType=0 );
    position: static;
}

footer ul.menu {
    margin:  0;
    padding:  0;
    list-style: none;
}

#Copyright .Copyright {
    text-shadow: none;
    font-weight: 300;
    
}

#Copyright {
    display: block;
}

    #Copyright .Copyright {
        color: #ffffff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    }

.Copyright {
    text-align: center;
    width: 100%;
    display: block;
}

footer #FooterCopyright {
    margin-top: 45px;
}
/* Contact Us */
.contact-us label, .contact-us input, .contact-us select {
    height: 40px;
}

.contact-us label {
    width: 120px;
    vertical-align: top;
}

.contact-us .submit-button {
    margin: 10px 0 0 150px;
}


/* Home */
#home h2 + p{    
   -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

/* Users */
.orchard-users nav, 
.orchard-users .login {
    display: none;    
}

.orchard-users label{
    width: 150px;
}

.orchard-users input{
    margin: 0 0 .7em 0;
}

.orchard-users button {
    margin-left:  153px;
}


/* Speedbump */

.fpsgold-speedbump .speedbump p {
    width: 70%;
}

.fpsgold-speedbump .speedbump .speedbump-requestedUrl {
    word-wrap: break-word;
}



