/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

html, body { margin: 0; padding: 0; font-family: "Myriad Pro", Myriad, "Lucida Grande", "Lucida Sans Unicode", Calibri, sans-serif; }

.nav-collapse { display: none; }
nav ul { margin: 10px 0; padding: 0; text-align: center; font-size: 14px; }
nav li { display: inline-block; text-transform: uppercase; border-right: 1px solid #fbaa29; line-height: 150%; }
nav li:last-child { border-right: none; }
nav a { text-decoration: none; color: #00476c; padding: 0 6px; display: inline-block; font-size: 13px; }

nav a:hover, nav a.nav-path-selected { background: #00476c; color: #fff; }

.page { width: 1002px; box-shadow: 0 0 40px rgba(0,0,0,0.25); margin: 0 auto; background: url(../img/bg.gif) right top repeat-y; }

.main { text-align: justify; }
.main.no-justify { text-align: left; }

header h1 img { width: 100%; height: auto; }
.hero { margin-bottom: 20px; overflow: hidden; height: 409px; }
.hero a, footer a { color: #fff; }
.hero-full img { width: 100%; height: auto; }
footer { background: #4D4D4C; color: #fff; margin-top: 20px; }
.disclaimer { font-size: 11px; }

header .header-right {
  text-align: right;
  float: right;
  padding: 20px 40px 0 40px;
}

.header-closure-notice {
  background: #CC3529;
  padding: 8px 10px 5px 10px;
  text-align: center;
}

.header-closure-notice h4 {
  color: white;
  margin: 0;
  padding: 0;
}

@media handheld, only screen and (max-width: 480px) {
  .hero { margin-bottom: 20px; overflow: hidden; height: 0 !important; }
  header .header-right { padding: 0; float: none; margin: -88px 0px 0 152px; }
}

.separator {
  background-image: -webkit-gradient(linear, left top, right top,
    color-stop(656px, rgba(255,255,255,0)),
    color-stop(657px, #efa338),
    color-stop(658px, rgba(255,255,255,0))
  );
  background-image: -webkit-linear-gradient(left,
    rgba(255,255,255,0) 656px,
    #EFA338 657px,
    rgba(255,255,255,0) 658px
  ); 
  background-image: -moz-linear-gradient(left,
    rgba(255,255,255,0) 656px,
    #EFA338 657px,
    rgba(255,255,255,0) 658px
  );
  background-image: -ms-linear-gradient(left,
    rgba(255,255,255,0) 656px,
    #EFA338 657px,
    rgba(255,255,255,0) 658px
  );
}

footer.separator {
  background: -webkit-gradient(linear, left top, right top,
    color-stop(333px, #4D4D4C),
    color-stop(334px, #777776),
    color-stop(335px, #4D4D4C),
    color-stop(665px, #4D4D4C),
    color-stop(666px, #777776),
    color-stop(667px, #4D4D4C)
  );
  background: -webkit-linear-gradient(left,
    #4D4D4C 333px,
    #777776 334px,
    #4D4D4C 335px,
    #4D4D4C 665px,
    #777776 666px,
    #4D4D4C 667px
  ); 
  background: -moz-linear-gradient(left,
    #4D4D4C 333px,
    #777776 334px,
    #4D4D4C 335px,
    #4D4D4C 665px,
    #777776 666px,
    #4D4D4C 667px
  );
  background: -ms-linear-gradient(left,
    #4D4D4C 333px,
    #777776 334px,
    #4D4D4C 335px,
    #4D4D4C 665px,
    #777776 666px,
    #4D4D4C 667px
  );
}


h1, h2, h3, h4 { font-weight: normal; margin: 0.25rem 0; color: #EFA338; }

h4 { margin-bottom: -1em; }

a { color: #00476c; }
a:hover, a:focus { text-decoration: none; }

.icn-fb, .map-link { float: left; margin-right: 20px; }
.icn-fb { display: block; width: 66px; height: 66px; text-indent: -9999em; background: url(../img/fb.png) top left no-repeat; }
.map-link img { display: block; float: left; vertical-align: middle; padding-right: 10px;  }
.map-link { text-transform: uppercase; color: #fff; line-height: 66px; }

.icn {
    background-image: url(../img/icn-sprite.gif);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

.icn.registration { background-position: -140px 0; }
.icn.news { background-position: 0 0; }
.icn.account { background-position: -280px 0; }
.icn.info { background-position: -70px 0; }
.icn.encyclopaedia { background-position: -210px 0; float: left; }

.sidebar-link { text-transform: uppercase; text-decoration: none; font-size: 1.25em; line-height: 100%; }
.sidebar-link:after { clear: both; }
.global-links ul { margin-left: 70px; margin-top: -1.5em; padding-left: 20px; }

.top { float: right; }
.top:after { content: ''; clear: both; }
.top:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 24px;
  margin-right: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAANCAYAAACdKY9CAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABV0RVh0Q3JlYXRpb24gVGltZQAyMy8xLzE0vp5j7QAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAC3SURBVCiRhZGxDYMwEEUfFj2wARvEJV0YgQVQVvEqEQswAiUl2YANkDdIkW/JOkjypSvu/P757CuQjqlrgQAMQKVyBGYgNOO6AxSCPbBkoFUE+mZct0Kdtx9wbvJOY1j4pchVAcFpZgv3CmsanOme4FZhTZX7Ai+Kk6nUY9ItM+CzfOHzIUmxFPQAbpxVAfcsn9MvxQvYKgLBaYP9H1Na3O4AmnHdNPvTGKNqXsy1jqmrj6mrr87e3V84SP80SKkAAAAASUVORK5CYII=);
}


.easy-accordion {
display:block;position:relative;overflow:hidden;padding:0;margin:0;width:978px;height:409px;color: #fff;
}
.easy-accordion dt,.easy-accordion dd{
margin:0;padding:0
}
.easy-accordion dt,.easy-accordion dd{
position:absolute
}
.easy-accordion dt{
margin-bottom:0;margin-left:0;
-webkit-transform: rotate(-90deg);  /* Chrome, Safari 3.1+ */
-o-transform:rotate(-90deg);
-moz-transform: rotate(-90deg); /* Firefox 3.5-15 */
-ms-transform: rotate(-90deg); /* IE9 */
transform:rotate(-90deg); /* Firefox 16+, IE 10+, Opera 12.10+ */
cursor:pointer;
}
.easy-accordion dd{opacity:0;overflow:hidden;}
.easy-accordion dd.active{opacity:1;}
.easy-accordion dd.no-more-active{opacity:1;}
.easy-accordion .slide-number{
position:absolute;
bottom:0;
left:10px;
font-weight:normal;
font-size:1.1em;
-webkit-transform: rotate(90deg);  /* Chrome, Safari 3.1+ */
-o-transform:rotate(90deg);
-moz-transform: rotate(90deg); /* Firefox 3.5-15 */
-ms-transform: rotate(90deg); /* IE9 */
transform:rotate(90deg); /* Firefox 16+, IE 10+, Opera 12.10+ */
}

.omg-ie-6-8 .easy-accordion dt{
z-index:5;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);cursor:pointer;
}
.omg-ie-6-8 .easy-accordion dd{
z-index:1;
}
.omg-ie-6-8 .easy-accordion dd.no-more-active{
z-index:2;
}
.omg-ie-6-8 .easy-accordion dd.active{
z-index:3;
}
.omg-ie-6-8 .easy-accordion dd.plus{
z-index:4;
}
.omg-ie-6-8 .easy-accordion .slide-number{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
z-index: 5;
}
.easy-accordion dl{
width:978px;
height:409px
}
.easy-accordion dt{
height:32px;
line-height:28px;
text-align:right;
padding:10px 15px 0 0;
text-transform:uppercase;
letter-spacing:1px;
color: #fff;
background: #4D4D4C;
}
.easy-accordion dt.active { background:#fbaa29; }
.easy-accordion dt.viewed { background:#fbaa29; }

.easy-accordion dd{
font-size: 1.1em;
text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.easy-accordion dd p { position: absolute; z-index: 2; bottom: 0; left: 0; margin: 40px; width: 90%; }
.easy-accordion dd p:first-child { margin: 0; padding: 0; position: absolute; z-index: 1; top: 0; left: 0; width: auto; }
.easy-accordion dd p:first-child img { display: block; width: auto; height: 409px;  }
.easy-accordion .slide-number{
color:#000000;
left:10px;
font-weight:bold
}
.easy-accordion .active .slide-number{
color:#ffffff;
}
.green { color: #00476c; }

.field { margin-bottom: 10px; }
.field label { display: block; }

.field1, .field2, .field3, .field5, .field6, .field7, .field9, .field12, .field13, .field15, .field17, .field19, .field21, .field22 { float: left; margin-right: 10px; }
.field4:after, .field6:after, .field8:after, .field16:after { clear: both; height: 1px; }

.field5 textarea, .field6 textarea { width: 300px; }

.field1 input { width: 50px; text-align: center; }
.field14 input, .field16 input, .field21 input { width: 100px; }
.required { color: #f00; font-size: 0.67em; }

input.submit {
    border: 0;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    background: #003F59;
    background:linear-gradient( top, #194570 5%, #003F59 100% );
    background:-o-linear-gradient( top, #194570 5%, #003F59 100% );
    background:-webkit-gradient( linear, left center, top center, color-stop(0.05, #194570), color-stop(1, #003F59) );
    background:-webkit-linear-gradient( top, #194570 5%, #003F59 100% );
    background:-moz-linear-gradient( top, #194570 5%, #003F59 100% );
    background:-ms-linear-gradient( top, #194570 5%, #003F59 100% );
    color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

input.submit:hover, input.submit:focus {
    background: #003F59;
    background:linear-gradient( right, #fbaa29 5%, #E99935 100% );
    background:-o-linear-gradient( right, #fbaa29 5%, #E99935 100% );
    background:-webkit-gradient( linear, left center, right center, color-stop(0.05, #fbaa29), color-stop(1, #E99935) );
    background:-webkit-linear-gradient( right, #fbaa29 5%, #E99935 100% );
    background:-moz-linear-gradient( right, #fbaa29 5%, #E99935 100% );
    background:-ms-linear-gradient( right, #fbaa29 5%, #E99935 100% );
}