@charset "UTF-8";
/*------------------------------------------------------------------------------
  Reset & Normalize
------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover, a:active {
  outline: 0; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  *overflow: visible;
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

html, body {
  display: table;
  width: 100%; }

/*------------------------------------------------------------------------------
  HTML
------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #f57e20; }

a:hover {
  text-decoration: underline; }

a.pdf {
  background: url("/sites/all/themes/navexglobal/_media/icon_pdf_3.png") no-repeat scroll 0 0 transparent;
  display: block;
  padding-left: 35px;
  padding-top: 25px; }

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  color: #424242;
  font-family: 'HelveticaNeueW01-45Light',Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5; }
  body strong {
    font-family: 'HelveticaNeueW01-75Bold',Helvetica,Arial,sans-serif;
    font-weight: normal; }

h1 {
  color: #f57e20;
  font-family: 'UniversLTPro-55Roman',Helvetica,Arial,sans-serif;
  margin: 0 0 10px 0;
  line-height: 1;
  font-size: 26px; }
  h1 strong {
    font-family: 'UniversLTPro-65Bold',Helvetica,Arial,sans-serif; }
  h1 span {
    letter-spacing: -10px; }
  h1 strong {
    font-size: 36px; }
  .front h1 {
    font-size: 36px; }
  .top-level-page h1, .front h1 strong {
    font-size: 36px; }
  h1.small {
    font-size: 20px; }

h2 {
  letter-spacing: 0px;
  margin: 0  0 10px 0;
  font-size: 20px;
  color: #333333;
  line-height: 1.1;
  font-family: 'UniversLTPro-55Roman',Helvetica,Arial,sans-serif;
  font-weight: normal; }
  h2 strong {
    font-family: 'UniversLTPro-65Bold',Helvetica,Arial,sans-serif; }

h3 {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #747474;
  font-family: 'HelveticaNeueW01-75Bold',Helvetica,Arial,sans-serif;
  font-weight: normal; }

h4 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #747474;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: 'UniversLTPro-55Roman',Helvetica,Arial,sans-serif; }
  h4 strong {
    font-family: 'UniversLTPro-65Bold',Helvetica,Arial,sans-serif; }

h5 {
  margin: 0 0 5px 0;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: 'UniversLTPro-55Roman',Helvetica,Arial,sans-serif; }
  h5 strong {
    font-family: 'UniversLTPro-65Bold',Helvetica,Arial,sans-serif; }

h6 {
  font-size: 24px;
  color: #333;
  margin: 0px;
  letter-spacing: .05em;
  font-family: 'UniversLTPro-45Light',Helvetica,Arial,sans-serif;
  font-weight: lighter; }

p {
  margin: 0 0 15px 0; }

ul {
  padding: 0;
  margin: 0 0 15px 30px; }

hr {
  background: #dddddd;
  color: #dddddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  border: none;
  display: block; }

hr.space-small {
  margin: 8px 0;
  background: #ffffff;
  color: #ffffff;
  visibility: hidden; }

hr.space {
  background: #ffffff;
  color: #ffffff;
  visibility: hidden; }

hr.nospace {
  background: #ffffff;
  color: #ffffff;
  visibility: hidden;
  margin: 0; }

ul {
  margin-bottom: 15px; }

li {
  margin-bottom: 7px; }

.top20 {
  margin-top: 20px; }

.pad-top {
  padding-top: 20px; }

/*------------------------------------------------------------------------------
  Structure
------------------------------------------------------------------------------*/
body {
  background-color: #ccc; }

.main-logo {
  background-color: #f67e20;
  display: block;
  margin: 0 auto;
  width: 950px;
  height: 100px;
  position: relative;
  margin-bottom: 8px; }
  .main-logo img {
    position: absolute;
    top: 48px;
    left: 18px; }

.content-wrapper {
  margin: 0 auto;
  width: 950px;
  min-height: 600px;
  postion: relative;
  background-color: #fff;
}

.page-content {
  padding: 15px;
}

.clear {
  clear: both;
  display: block; }