* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 *behavior: url( '/theme/js/boxsizing.htc' );
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
    -webkit-overflow-scrolling: touch;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
canvas {
    -ms-touch-action: double-tap-zoom;
}
 [hidden] {
display: none;
}
a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: none;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
sup, sub {
    font-size: 75%;
    line-height: 0;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
pre {
    display: block;
    overflow: auto;
}
code {
    font-family: 'Courier New', Courier, monospace;
}
ul, ol {
    list-style: none;
}
table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: hide;
}
img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input, textarea {
    -webkit-appearance: none;
}
button, input, select, textarea {
    vertical-align: baseline;
*vertical-align: middle;
    -webkit-border-radius: 0;
}
button, input {
    line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
display: none;
}
input[type='search'] {
    -webkit-appearance: textfield;
}
input[type='radio'] {
    -webkit-appearance: radio;
}
input[type='checkbox'] {
    -webkit-appearance: checkbox;
}
input::-ms-clear {
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
}
*:first-child+html .clearfix {
    zoom: 1;
}
.cleaner {
    height: 0;
    line-height: 0;
    clear: both;
}

/********** End RESET **********/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */



html {
    font-size: 100%;
}
body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	background-color: #004671;
	letter-spacing: 0.08ex;
	z-index: 2;	
}
body, a, a:hover {
    color: #111;
}
a {
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a, a:hover {
    text-decoration: none;
}
#nav {
	position: fixed;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	top: 0%;
	right: 0;
	z-index: 10;
	padding-top: 12pt;
	padding-bottom: 12pt;
	padding-right: 25%;
	background-color: #004671;
}
#nav > a {
    display: none;
}
#nav li {
    position: relative;
}
#nav li a {
	font-family: 'Jura', 'Arial', "sans-serif";
	text-transform: lowercase;    
	color: #fff;
    display: block;
}
#nav li a:active {
	background-color: #003 !important;
}
#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #F5821F;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}
/* first level */

 #nav > ul {
    height: 3.75em; /* 60 */
    background-color: #004671;
}
#nav > ul > li {
    width: 23%;
    height: 100%;
    float: left;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 1.5em; /* 24 */
    line-height: 2.5em; /* 60 (24) */
    text-align: center;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: 1px solid #F5821F;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	background-color: #F5821F;
}
/* second level */

#nav li ul {
	background-color: #F5821F;
	display: none;
	position: absolute;
	top: 100%;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
#nav li:not( :first-child ):hover ul {
    left: -1px;
}
#nav li ul a {
    font-size: 1.25em; /* 20 */
    border-top: 1px solid #004671;
    padding: 0.75em; /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    background-color: #004671;
}

/* Tablet Layout: 481px to 930px. Inherits styles from: Desktop Layout. */
 @media only screen and ( max-width: 930px) {
#nav {
	position: fixed;
    width: 100%;
	top: 0%;
	right: 0;
	padding-right: 20%;
	background-color: #004671;
}
/* first level */
#nav > ul {
    height: 2.5em;
    background-color: #004671;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 1em; 
    line-height: 2.5em; 
    text-align: center;
}
/* second level */
#nav li ul a {
    font-size: 1em; 
    border-top: 1px solid #004671;
    padding: 0.75em; 
}


}
/* Mobile Layout: 481px and smaller. Inherits styles from: Tablet Layout. */
 @media only screen and ( max-width: 481px ) {
html {
    font-size: 75%; /* 12 */
}
#nav {
    position: relative;
    top: auto;
    width: 20%;
    left: 5%;
	right: 0;
	padding-right: 20%;
	background-color: #004671;
	}
#nav > a {
    width: 5em; /* 80 */
    height: 3.125em; /* 50 */
    text-align: left;
    text-indent: -9999px;
    background-color: #004671;
    position: relative;
}
#nav > a:before, #nav > a:after {
    position: absolute;
    border: 2px solid #fff;
    top: 35%;
    left: 25%;
    right: 25%;
    content: '';
}
#nav > a:after {
    top: 60%;
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
    display: block;
}
/* first level */

            #nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}
#nav:target > ul {
    display: block;
}
#nav > ul > li {
    width: 100%;
    float: none;
}
#nav > ul > li > a {
    height: auto;
    text-align: left;
    padding: 0 0.833em; /* 20 (24) */
}
#nav > ul > li:not( :last-child ) > a {
    border-right: none;
    border-bottom: 1px solid #cc470d;
}
/* second level */

#nav li ul {
    position: static;
    padding: 1.25em; /* 20 */
    padding-top: 0;
}
}
