/* Foundation v2.2 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
body{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #818285;
}

#header{
    background: #fff !important;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 900;
}

header figure img{
    position: relative;
    margin-top: 15px;
}

ul#main-nav{
    position: relative;
    float: right;
}

ul#main-nav li{
    margin: 10px;
}

ul#main-nav li a{
    color: #ccc;
    font-size: large;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 3px;
    -webkit-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    -moz-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    -o-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

ul#main-nav li a:hover{
    border-bottom: 5px solid #ccc;
    color: #BF382F;
    text-shadow: 0 0 5px rgba(191,56,47,0.2);
}

#support-info ul{
    color: #BF382E;
    position: relative;
    float: right;
    margin: 10px 0;
}

#support-info li{
    display: inline;
    font-size: small !important;
    margin: 10px;
}

#support-info a{
    color: #BF382E;
}

a.help-support-link{
    background: url('../images/has_icon.png') no-repeat;
    padding-left: 20px;
}

span.phone-link{
    background: url('../images/phone_icon.png') no-repeat;
    padding-left: 20px;
}

a.login-button{
    background: #BF382E url('../images/login_icon.png') 20px 5px no-repeat;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    float: right;
    padding: 5px 20px 5px 40px;
    margin-top: -7px;
    margin-left: -7px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
}

a.login-button:hover{
    background: #818285 url('../images/login_icon.png') 20px 5px no-repeat;
}

#main-content{
    background: #F4F1EA url('../images/gradient_squares.jpg');
    padding: 20px 0;
    z-index: 5;
}

#main-content .row .generic{
    margin-bottom: 120px !important;
}

#main-content .home{
    margin-bottom: 0 !important;
}

#clients{
    background: #818285;
    color: #ccc;
}

#clients h1{
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    padding: 10px 0;
}

#clients ul{
    list-style: none;
    margin-bottom: 115px;
}

#clients ul li{
    margin: 20px 7px;
}

#connect ul{
    list-style: none;
}

#connect li{
    margin: 10px 10px 10px 0;
}

#clients li, #we-are li ,#connect li, #sign-up li{
    display: inline;
}

#sign-up li{
    margin: 0 10px 0 0;
}

#we-are li img{
    padding: 5px;
}

#we-are h2, #connect h2, #sign-up h2{
    border-bottom: 3px double #ccc !important;
    line-height: 40px;
}

#clients ul{
    padding-bottom: 25px;
}

#cog-container{
    margin-bottom: 135px;
}

img.cogs{
    width: 100%;
    position: absolute;
    top: -115px;
}

footer nav ul{
    border-bottom: 3px double #ccc;
    border-top: 3px double #ccc;
}

footer nav li{
    display: inline;
    line-height: 30px;
    margin: 0 8px;
}

#footer nav li a{
    color: #BF382E;
}

#footer nav li a:hover{
    text-decoration: underline;
}

.clear{
    clear: both;
}

#sub-navigation dl{
    background: #D2CFCB;
    background: rgba(129,130,133,0.2);
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 10px 10px -10px black;
}

#sub-navigation dd a{
    color: #818285;
    display: block;
    padding: 10px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#sub-navigation dd:last-child a:last-child{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#sub-navigation dd:first-child a:first-child{
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#sub-navigation dd a:hover{
    background: #BF382E;
    box-shadow: 5px 0px 15px rgba(0,0,0,0.5) inset;
    color: #fff;
}

/* -----------------------------------------
   Get In Touch
----------------------------------------- */
.send-message{
    background: #BF382E;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
}

.send-message:hover{
    background: #818285;
}

#contact-info h3{
    line-height: 30px;
    border-bottom: 3px double #ccc;
    border-top: 3px double #ccc;
}

#contact-info dl{
    margin-bottom: 12px;
}

.phone-numbers dt, .email-addies dt{
    font-weight: 700;
    float: left;
    width: 100px;
}

.phone-numbers dt{
    width: 100px;
}

.email-addies dt{
    width: 150px;
}

.phone-numbers dd, .email-addies dd{
    float: left;
}

.addresses h4{
    color: #BF382E !important;
}
/* -----------------------------------------
   Page Name 2
----------------------------------------- */

.slides img{
    background: #fff;
    box-shadow: 0 10px 15px -10px rgba(0,0,0,0.5);
    float: left;
    padding: 5px;
    margin: 7px;
}
