/* NORMALIZE v1.0.1 | MIT License | git.io/normalize
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea  {font-family: sans-serif; }
body { margin: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button,
input,
select,
textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
html, button, input, select, textarea { color: #222; }
body { font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #b3d4fc; text-shadow: none; }
::selection { background: #b3d4fc; text-shadow: none; }
hr { display: block; height: 1px; border: 0; border-top: 1px dotted #94abd1; margin: 2em 0; padding: 0; }
img { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }
.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #888; }
input:-moz-placeholder,
textarea:-moz-placeholder { color: #888; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #888; }


/* BASE STYLES
   ========================================================================== */
html { font-size: 62.5%; }

/* please use 'font-size: [yy]px; font-size: [y.y]rem;' for font sizes */
body { color: #666; font-family: Arial, Helvetica, sans-serif; }
body > div { font-size: 12px; font-size: 1.2rem; }

h1 { font-size: 24px; font-size: 2.4rem; }
h2 { font-size: 22px; font-size: 2.2rem; }
h3 { font-size: 20px; font-size: 2.0rem; }
h4 { font-size: 18px; font-size: 1.8rem; }
h5 { font-size: 16px; font-size: 1.6rem; }
h6 { font-size: 14px; font-size: 1.4rem; }

ul { list-style-image: url('../images/arrow-blue.gif'); }
ul > li,
ol > li { margin: 5px 0; }
ul a:link,
ul a:visited,
ol a:link,
ol a:visited { text-decoration: none; }
ul a:hover,
ul a:focus,
ol a:hover,
ol a:focus { text-decoration: underline; }
p { margin: 20px 0; }



/**
 * Links
 */
a { color: #607890; text-decoration: underline; }
a:visited { color: #607890; text-decoration: underline; }
a:hover { color: #036; text-decoration: none; outline: 0; }
a:focus { color: #036; text-decoration: none; outline: thin dotted; }
a:active { color: #333; outline: 0; }

.link-shaded {
  padding: 2px 20px;

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  font-size: 10px; font-size: 1.0rem;
  font-weight: bold;
  text-transform: uppercase;
}
.link-shaded:link,
.link-shaded:visited { color: #fff; text-decoration: none; background-color: #b7bec5; }
.link-shaded:hover,
.link-shaded:focus { text-decoration: none; background-color: #919ca7; }
.link-shaded:active { background-color: #5d738a; }

.footer .link-shaded:link,
.footer .link-shaded:visited {
  background-color: #7ea3cd;
}
.footer .link-shaded:hover,
.footer .link-shaded:focus {
  background-color: #4c7aaf;
}
.footer .link-shaded:active {
  background-color: #315988;
}



/**
 * Sprites
 */
.sprite {
  background: transparent url('../images/sprites.png') 0 0 no-repeat;
}

  .sprite-arrow-thick { background-position: 3px -103px; }

  .sprite-arrow-left { background-position: -10px -10px; width: 20px; height: 20px; position: absolute; top: 10px; left: 10px; text-indent: 100%; overflow: hidden; }
  .sprite-arrow-left:hover,
  .sprite-arrow-left:focus { background-position: -40px -10px; }

  .sprite-arrow-right { background-position: -10px -40px; width: 20px; height: 20px;  position: absolute; top: 10px; right: 10px; text-indent: 100%; overflow: hidden; }
  .sprite-arrow-right:hover,
  .sprite-arrow-right:focus { background-position: -40px -40px; }

  .sprite-arrow-down-small { background-position: right -5px; }
  .sprite-arrow-up-small { background-position: right -45px; }
  .sprite-arrow-right-small { background-position: right -86px; }
  .sprite-arrow-left-small { background-position: right -126px; }


/**
 * Buttons
 */
.btn {
  display: block;
  padding: 10px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/**
 * Helper Classes
 */
.wrapper { width: 980px; margin: 0 auto; position: relative; }
.nav { list-style-type: none; list-style-image: none; margin: 0; padding: 0; }
  .nav li { position: relative; float: left; margin: 0; }
    .nav a { display: block; }




/*--------------------------*\
    NAVIGATION
\*--------------------------*/

/**
 * Top Navigation
 */
.nav-top {
  position: absolute;
  top: 40px;
  right: 0;
}

.nav-top a {
  padding: 0 10px;
  border-left: 1px solid #bbb;
  font-weight: bold;
  text-transform: uppercase;
}
  .nav-top > li:first-child > a { border: 0; }

.nav-top a:link,
.nav-top a:visited { color: #40668D; text-decoration: none; }
.nav-top a:hover,
.nav-top a:focus { text-decoration: underline; }
.nav-top a:active { color: #333; }


/**
 * Main Navigation
 */
.nav-main > li {
  position: relative;
}

.nav-main > li > a {
  padding: 25px 30px;
  border-left: 1px solid #5c5c5c;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.lt-ie10 .nav-main > li >  a {
  padding: 25px 28px;
}
.nav-main > li:first-child > a {
  border-left: 0;
}

.nav-main > li > a:link,
.nav-main > li > a:visited {
  color: #fff;
  text-decoration: none;
}

.nav-main > li > a:hover,
.nav-main > li > a:focus,
.nav-main > .active > a:link,
.nav-main > .active > a:visited {
  background-color: #356398;
  border-color: #5d82ad;
}

.nav-main > li > a:active {
  background-color: #222;
  border-color: #444;
}



/**
 * Drop downs align left by default.
 */
.nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  display: none;
}
  .nav-sub .nav-sub {
    top: 0;
    left: 100%;
  }

/**
 * Right aligning drop-downs.
 */
.nav-sub-reversed {
  left: auto;
  right: 0;
}
  .nav-sub-reversed .nav-sub-reversed,
  .nav-sub .nav-sub-reversed {
    left: auto;
    right: 100%;
  }



.nav-sub li {
  position: relative;
  float: none;
}
.nav-sub li a {
  margin-bottom: 1px;
  padding: 5px 18px;

  text-transform: uppercase;

  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
}
.nav-sub li a:link,
.nav-sub li a:visited {
  color: #fff;
  text-decoration: none;
}
.nav-sub li a:hover,
.nav-sub li a:focus,
.nav-sub > .active > a:link,
.nav-sub > .active > a:visited {
  background-color: #518CCC;
  background-color: rgba(81, 140, 204, 0.9);
}
.nav-sub li a:active {
  background-color: #3367a0;
  background-color: rgba(51, 103, 160, 0.9);
}

.lt-ie8 .nav-sub li a {
  width: 264px;
  margin-bottom: -1px;
  background-color: #333;
}
.lt-ie8 .nav-sub li a:hover,
.lt-ie8 .nav-sub li a:focus,
.lt-ie8 .nav-sub > .active > a:link,
.lt-ie8 .nav-sub > .active > a:visited {
  background-color: #518CCC;
}
.lt-ie8 .nav-sub li a:active {
  background-color: #3367a0;
}




/*--------------------------*\
    HEADER
\*--------------------------*/
.header {
  position: relative;
  z-index: 10;
  min-width: 980px;
}

.header-top {
  background-color: #f3f6fa;
}

.header-nav {
  background-color: #333;
}

.logo {
  float: left;
}
.lt-ie8 .logo {
  padding: 10px 0 0 0;
}




/*--------------------------*\
    MAIN CONTENT
\*--------------------------*/
.main-content {
  min-width: 980px;
}




/*--------------------------*\
    FOOTER
\*--------------------------*/
.footer {
  padding-top: 50px;
  min-width: 980px;
  height: 180px;
  border-bottom: 1px solid #3b5a7c;
  color: #fff;
  background: #25476d url('../images/footer.jpg') top center no-repeat;
}



/**
 * Footer Navigation
 */
.nav-footer {
  float: left;
  width: 400px;
  font-family: 'Oswald';
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-footer > li {
  margin: 3px 0;
}
.nav-footer > li > a {
  width: 190px;
}
.nav-footer > li > a:link,
.nav-footer > li > a:visited {
  color: #ccc;
  text-decoration: none;
}
.nav-footer > li > a:hover,
.nav-footer > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.nav-footer > li > a:active {
  text-decoration: underline;
}


/**
 * Footer Contact
 */
.contact {
  float: right;
  width: 320px;
}

.contact > .clearfix {
  border-bottom: 1px solid #3b5a7c;
  margin-bottom: 20px;
}

.contact-location {
  float: left;
}
.contact-location-header {
  margin-top: 0;
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
}
.contact-location-address {
  color: #ddd;
}

.contact-means {
  float: right;
}
.contact-means-phone {
  margin: 0 0 10px;
  font-family: 'Oswald';
  font-size: 20px; font-size: 2.0rem;
}
.contact-means-email {
  text-align: right;
}


.link-map {
  position: absolute;
  top: 60px;
  left: 405px;
  display: block;
  padding: 4px 20px;
  width: 130px;

  font-weight: bold;
  text-align: center;
  text-transform: uppercase;

  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;

  background-color: #4f79a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4f79a6), to(#41638b));
  background-image: -webkit-linear-gradient(top, #4f79a6, #41638b);
  background-image: -moz-linear-gradient(top, #4f79a6, #41638b);
  background-image: -ms-linear-gradient(top, #4f79a6, #41638b);
  background-image: -o-linear-gradient(top, #4f79a6, #41638b);
  background-image: linear-gradient(to bottom, #4f79a6, #41638b);

  -webkit-box-shadow: 0 1px 0 0 #222;
  -moz-box-shadow: 0 1px 0 0 #222;
  box-shadow: 0 1px 0 0 #222;
}
.link-map:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4f79a6;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 75px;
}
.link-map:link,
.link-map:visited {
  color: #fff;
  text-decoration: none;
}
.link-map:hover,
.link-map:focus {
  background-color: #598cc1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#598cc1), to(#4870a1));
  background-image: -webkit-linear-gradient(top, #598cc1, #4870a1);
  background-image: -moz-linear-gradient(top, #598cc1, #4870a1);
  background-image: -ms-linear-gradient(top, #598cc1, #4870a1);
  background-image: -o-linear-gradient(top, #598cc1, #4870a1);
  background-image: linear-gradient(to bottom, #598cc1, #4870a1);
}
.link-map:hover:after,
.link-map:focus:after {
  border-bottom-color: #598cc1;
}
.link-map:active {
  background-color: #314e78;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#314e78), to(#283e5a));
  background-image: -webkit-linear-gradient(top, #314e78, #283e5a);
  background-image: -moz-linear-gradient(top, #314e78, #283e5a);
  background-image: -ms-linear-gradient(top, #314e78, #283e5a);
  background-image: -o-linear-gradient(top, #314e78, #283e5a);
  background-image: linear-gradient(to bottom, #314e78, #283e5a);
}
.link-map:active:after {
  border-bottom-color: #314e78;
}



.copyright {
  min-width: 980px;
  padding-bottom: 40px;
  color: #fff;
  background-color: #14212c;

  -webkit-box-shadow: inset 0 -1px 5px 0 #000;
  -moz-box-shadow: inset 0 -1px 5px 0 #000;
  box-shadow: inset 0 -1px 5px 0 #000;
}

.copyright a:link,
.copyright a:visited {
  color: #fff;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus {
  text-decoration: underline;
}
.copyright a:active {
  color: #7da0c8;
}

.disclaimer {
  float: left;
}
.disclaimer a {
  padding: 0 10px;
  border-left: 1px solid #384c62;
}
.disclaimer a:first-child {
  border: 0;
}

.author {
  float: right;
}



/* PRINT STYLES
   ========================================================================== */
@media print {
  * { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .header, .form, .impact, .slider, .slider-controls, .footer, .copyright {
    display: none !important;
  }
  .content,
  .aside {
    float: none !important;
    width: auto !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 18px; font-size: 1.8rem;
  }
  .news .h3 {
    font-size: 20px; font-size: 2rem !important;
    font-weight: bold !important;
  }
}
