/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.container{
width: 100%;
}

.top-bar{
-webkit-box-shadow: rgba(0, 0, 0, 0.098) 0px 5px 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.098) 0px 5px 5px;
box-shadow: rgba(0, 0, 0, 0.098) 0px 5px 5px;
border-bottom: none;
background: #0E7BAE /*#27438D*/;
height: 47px !important;
margin: 0 0 30px;
padding: 0;
line-height: 45px;
width: 100% !important
}

.container.top-bar{
margin-bottom: 0;
}

.top-bar .attached {
padding: 0 15px;
width: 100%;
max-width: 100%;
}

.site-name{
float: left;
font-size: 19px;
}

.site-name span {
display: block;
height: 45px;
width: 90px;
position: relative;
}

.top-bar a {
color: white;
font-weight: bold;
}

ul, ol {
font-size: 14px;
line-height: 1.6;
list-style-position: inside;
}

li {
display: list-item;
text-align: -webkit-match-parent;
}

.right {
float: right;
}

.top-bar .attached > ul > li {
display: block;
height: 45px;
float: left;
border-right: 1px solid #333;
position: relative;
}

.nav-button {
padding-right: 10px;
padding-left: 10px;
line-height: 45px;
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */

