/* Minification failed. Returning unminified contents.
(719,10): run-time error CSS1030: Expected identifier, found ' '
(719,10): run-time error CSS1019: Unexpected token, found ' '
 */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * 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;
    height: 100%;
}*/
body {
    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 and the bottom of their containers: h5bp.com/i/440
 */
img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*   Map specific custom styles */
#mapDiv,.map.container{
      padding:0;
      margin:0;
      height:100%;
    }

    .map .container {
        max-width: 100%;
    }
    
    .shadow {
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
      }
    
    #legend {
        background: #fff;
        color: #444;
        position: absolute;
        font-family: arial;
        height: 300px;
        margin: 5px;
        padding: 10px;
        right: 10px;
        top: 80px;
        width: 190px;
        z-index: 40;
        display: none;
      }

    #transparencyImg {
        background-image:url("../img/icons/black_to_white.png");
        float:right;
        position:absolute;
        width: 100%;
        height: 100%;

    }

    .latLong {
        background: #fff;
        color: #444;
        opacity: .85;
        position: fixed;
        font-family: arial;
        bottom: 0px;
        left: 45%;
        margin:auto;
        padding-top: 2px;
        padding-right: 5px;
        padding-left: 5px;
        z-index: 100;  
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }

      #location-summary {
            position: absolute;
            left: 50%;
            margin-left: -100px;
            width: 200px;
            color: #444;
            font-family: arial;
            z-index: 100;  
      }

      #location-summary-details {
            background: #fff;
            opacity: .85;
            font-size: 0.8em;
            margin-top: 5px;
            padding-bottom: 2px;
            padding-right: 5px;
            padding-left: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
      }

        #location-summary-details ul {
            list-style: none;
            padding: 5px;
            margin: 0;
        }

        #location-summary-header {
            background: #fff;
            opacity: .85;
            padding-bottom: 2px;
            padding-right: 5px;
            padding-left: 5px;
            text-align: center;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-bottomright: 5px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }|

      #measureTool {
        position:absolute;
        right:35px;
        top:5px;
        z-index:998;
        width:245px;
        padding:20px;
        background:#E0E0E0;
      }

      .accordionclass {
        right:20px;
        top:38px;
        width:290px;
        font-weight:bolder;
        position:absolute;
        z-index: 39;
      }
   
      .ui-accordion .ui-accordion-header {   
        line-height: 42px; 
        text-indent: 15%;   
        font-weight:bold;
        padding:0px 0px 10px 0px;
        vertical-align: text-top;
        height:25px;
        margin: 0px; 
     }  
     
     .LOF1-accordion-content {
         max-height:200px;
     }
     
     .LOF-accordion-content {
         max-height:350px;
     }

     .ui-accordion .ui-accordion-content {   
        padding:0px 0px 0px 0px;
        /*overflow-y: hidden !important*/
     } 
     
     .ui-tabs .ui-tabs-panel {
        padding:10px;
        overflow-y: auto !important
     }
     
     .ui-tabs .ui-tabs-nav li a 
     {
       width: 45px;
       padding: 0px;
       margin-left:5%;
       margin-right:5%;
       text-align: center;
     }
     
     .aboutHelp {
         position:absolute;
         top:0px;
         right:20px;
         color: rgb(85,85,85);
         padding:3px;
         font-family: Asapbold,Arial,sans-serif;
         background:rgb(230, 230, 230); 
         background:rgb(230, 230, 230);
         -webkit-border-top-left-radius: 3px;
         -webkit-border-top-right-radius: 3px;
         -moz-border-radius-topleft: 3px;
         -moz-border-radius-topright: 3px;
         border-top-left-radius: 3px;
         border-top-right-radius: 3px;
     }

     .reportOverlay { 
          background:url(images/overlay.png) repeat 0 0;
          opacity:.95;
          width: 95%;
          height: 95%; 
          z-index: 10000;
          top: 2.5%; 
          left: 2.5%; 
          position: fixed; 
          visibility: hidden;
          -webkit-border-radius: 9px;
          -moz-border-radius: 9px;
          border-radius: 9px;
     }
     
     .pieContainer {
          background: #fff; 
          width: 40%;
          height: 60%; 
          z-index: 10001;
          padding:0px 5px 5px 5px;
          top: 5%; 
          left: 5%; 
          position: fixed; 
     }
     
     .gridContainer {
          background: #fff; 
          width: 48%;
          height: 90%; 
          z-index: 10001;
          top: 5%; 
          right: 5%; 
          position: fixed; 

     }
     
     .reportInfoContainer {
          background: #fff; 
          width: 40%;
          height: 25%; 
          z-index: 10001;
          padding:0px 5px 5px 5px;
          bottom: 5%; 
          left: 5%; 
          position: fixed; 
          overflow: auto;
     }
     
     .loadScreen { 
          background: #444; 
          width: 95%;
          height: 95%; 
          z-index: 1001100;
          top: 2.5%; 
          left: 2.5%; 
          position: fixed; 
          -webkit-border-radius: 9px;
          -moz-border-radius: 9px;
          border-radius: 9px;
     }

     /*#maxExtentButton {
         position: absolute;
         left: 25px;
         top: 240px;
         width: 25px;
         height: 25px;
         z-index: 100
     }*/

     .distanceIcon {
        background-image: url("../img/icons/distance.png");
        width: 30px;
        height: 30px;
     }

    .areaIcon {
        background-image: url("../img/icons/measureArea.png");
        width: 30px;
        height: 30px;
    }
    
    .locationIcon {
        background-image: url("../img/icons/lat_long_point.png");
        width: 30px;
        height: 30px;
    }

    .habitatPointIcon {
        background-image: url("../img/icons/report_point.png");
        width: 30px;
        height: 30px;
    }

    .habitatPointIcon:hover {
        background-color:red;
    }

    .habitatPointIcon:active {
        background-color:blue;
    }
    
    .tundra .dijitButtonText {
        text-align: center;
        padding: 0.3em 0.3em;
        width: 100px;
        left: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .tundra .dijitButtonText {
        width: 80px;
    }
    
    #clearDraw, #genReport {
        width: 110px;
        padding: 5px;
        margin-left: 0px;
        border-radius: 0px;
    }
    
    #clearMeasureGraphics {
        margin-left:25%;
        margin-bottom:10px;
        padding: 5px;
        width:110px;
    }
    .esriPopup {
        z-index:9991;
    }
    .esriPrint {
        text-transform:uppercase;
        font-weight:bold;
        color:#555;
    }

    .esriPrintButton {
        margin-left:70px;
        background-color: #E6E6E6
    }

    #KSLOF_copyright {
        position: absolute;
        bottom: 5px;
        right: 5px;
        color: #fff;
        opacity: .7;
    }

    .logo-med {
        visibility:hidden;
    }
    
    .downloadInput {
        left:5%;
        width:90%;
        margin-bottom:5px;
    }
    
    .selectLocationItems {
        width:100%;
        height:30px;
        font-weight:normal;
        background:#fff url("images/buttonEnabled.png") repeat-x bottom left;
        margin: 0px;
    }
    
    .formCheckBox {
        margin:0px 5px 0px 0px;
    }

    .esriScalebarLine {
        border: 2px solid #fff;
        border-top-style:hidden;
        border-bottom-style:hidden;
    }

    #legendDiv_msg {
        font-family: AsapRegular, Arial, sans-serif;
        color: #777;
        font-weight: bold;
        font-size: 12px;
    }
    #legendDiv {
        font-family: AsapRegular, Arial, sans-serif;
        color: #777;
        font-weight: bold;
        font-size: 13px;
    }

    .esriScalebarLabel {
        color: #fff;
    }

   ul.unstyled > li { list-style:none;}

#downloadDialog
{
    
}
/*#downloadDialog label
{
    display: inline;
    float: left;
    width: 120px;
}*/

#eulaText
{
    overflow-y: auto;
    height:325px;
}

.ui-button-text-only .ui-button-text
{
    padding: 0px;
}

#eulaAcceptanceDiv
{
   display: none;
}
#downloadFormDiv
{
   display: none;
}

.habitat-analysis-tool {
    border: solid 1.5px gray;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(229,229,229); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhM2EzYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 1%, rgba(163,163,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(229,229,229,1)), color-stop(100%,rgba(163,163,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(163,163,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(163,163,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(163,163,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(229,229,229,1) 1%,rgba(163,163,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#a3a3a3',GradientType=0 ); /* IE6-8 */
    filter: alpha(opacity=80); /* msie */
}

.fileDownload
{
    width: 500px; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top: 20px; 
    background:url('../img/lof/bg-primary-nav.png') repeat; 
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#fieldColumn1
{
 width: 40%; 
 float: left; 
 overflow-y: auto;
}

#fieldColumn2
{
 width: 60%; 
 float: right;
 max-height: 400px;  
 overflow-y: auto;
}

#fieldColumn1 label
{
    display: inline;
    float: left;
    width: 120px;
}

#cellMenu
{
    position:absolute;
    top: 38px;
    right:310px;
    visibility:visible;
}

#requestSubmit
{
    margin-top: 10px;
    margin-left: 40px;
}

/*  RR Styles */


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
    font-size: xx-small;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


 /* Fonts */

@font-face {
    font-family: 'RosarioRegular';
    src: url('fonts/Rosario-Regular-webfont.eot');
    src: url('fonts/Rosario-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Rosario-Regular-webfont.woff') format('woff'),
         url('fonts/Rosario-Regular-webfont.ttf') format('truetype'),
         url('fonts/Rosario-Regular-webfont.svg#RosarioRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AsapBold';
    src: url('fonts/Asap-Bold-webfont.eot');
    src: url('fonts/Asap-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Asap-Bold-webfont.woff') format('woff'),
         url('fonts/Asap-Bold-webfont.ttf') format('truetype'),
         url('fonts/Asap-Bold-webfont.svg#AsapBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* LOF Template */

body {font-size:0.9em;line-height:1.4em;font-family:Arial, sans-serif;color:#444;background:#fff;margin:0 auto;}

#mobile-nav {
	display: none;
}

p, ul, ol, table, dl {
	margin: 0 0 1em 0;
}


.container {
	max-width: 954px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#header .container {
	padding: 35px 0 0px 0;
}

#site-title {
	color: #d3b25f;
	font-family: 'RosarioRegular', Arial, sans-serif;
	font-size: 2em;
	margin: 0 0 0 160px;
	line-height: 1;
}

#site-title span {
	margin: 0;
}

#site-tagline {
	color: #d3b25f;
	font-family: 'RosarioRegular', Arial, sans-serif;
	font-size: 1.03em;
	font-style: italic;
	margin: 12px 0 5px 215px;
	line-height: 1;
}

#site-logo {
	position: absolute;
	left: 0;
	bottom: -44px;
}

#site-logo a {
	display: block;
	width: 157px;
	height: 86px;
	background: url('../img/lof/site-logo.png') no-repeat left top;
	text-indent: -999px;
	overflow: hidden;
}

#site-search {
	position: absolute;
	right: 0;
	bottom: 12px;
	background: #fff;
	width: 186px;
	height: 28px;
}

#site-search .input-txt {
	width: 150px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 30px 2px 5px;
	border: 0;
	font-size: 0.9em;
}

#site-search .input-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 28px;
	padding: 0;
	border: 0;
	background: url(../img/lof/icon-search.png) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
	text-transform: uppercase;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 997px) {
	.container {
		margin: 0 20px;
	}

	#header .container {
		padding: 15px 0 60px 0;
	}

	#site-title {
		margin: 0;
		text-align: center;
	}

	#site-tagline {
		text-align: center;
		margin: 5px 0 10px 0;
	}

	#primary-nav ul {
		margin: 0;
		padding: 20px 0 0 0;
	}
}

@media (max-width: 768px) {
    #site-title {
		margin: 0;
	}

	#site-tagline {
		margin: 5px 0;
	}
    .esriOverviewMap {display: none;}
    #cellMenu {visibility:visible;position:absolute;right:310px;top:38px;}
    .LOF1-accordion-content {max-height:100px;}
    .LOF-accordion-content {max-height:350px;overflow:auto !important;}
}

@media (max-width: 480px) {
    body {min-width:320px;}
    	#site-title {
		font-size: 1.6em;
		margin: 0 0 3px 0;
	}

	#site-title span {
		display: block;
	}

	#site-tagline {
		font-size: 0.75em;
		margin: 5px 0 8px 0;
	}

	#site-search {
		width: 166px;
	}

	#site-search .input-txt {
		width: 120px;
	}

	#search-mobile {
		position: relative;
		top: -6px;
	}

	#mobile-menu {
		position: relative;
		top: -6px;
	}
    #primary-nav ul li {
		display: block;
	}

	#primary-nav ul li a {
		margin: 0;
		text-align: center;
		display: block;
	}
	#site-logo {
		z-index: 9999;
		left: -18px;
	}

	#primary-nav {
		position: relative;
	}

	#primary-nav .container ul {
		display: none;
	}

	#primary-nav .container ul ul {
		display: none;
		padding: 0;
	}

	#primary-nav .container ul ul li {
		margin: 0;
	}

	#primary-nav .container ul ul li a {
		background: none;
		font-size: 0.9em;
		color: #444;
	}

	#primary-nav .container ul ul ul li a {
		color: #999;
	}

	#menu-primary_navigation li.active ul {
		background: #fff;
	}

	#mobile-nav {
		display: inline-block;
		width: 100%;
		text-align: right;
	}

	#mobile-nav ul {
		display: inline-block;
		padding-top: 8px;
	}

	#mobile-nav li {
		display: block;
		float: left;
		margin: 0;
		padding: 0
	}

	#search-mobile #site-search {
		position: relative;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
	}

	#mobile-nav #mobile-menu {
		margin: 0 20px 0 10px;
	}

	#mobile-nav #mobile-menu a {
		display: block;
		width: 28px;
		height: 28px;
		background: url('../img/lof/btn-menu.png') 0 0 transparent no-repeat;
		padding: 0;
	}

	#mobile-nav #mobile-menu a span {
		display: none;
	}

	#primary-nav #mobile-nav #close-menu {
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		text-align: center;
		float: none;
		z-index: 9999;
	}

	#primary-nav #mobile-nav #close-menu a {
		display: inline-block;
		color: #fff;
		height: 40px;
		width: 85px;
		background: url('../img/lof/btn-menu-close.png') center bottom transparent no-repeat;
		padding: 0;
	}

	#primary-nav #mobile-nav #close-menu a span {
		margin-top: 15px;
		display: block;
	}

    /* Customization for map*/
    #habitat-accordion {width: 95%;visibility:hidden;left:8px;}
    .esriOverviewMap {display: none;}
    #mapDiv_zoom_slider {display:none;}
    #cellMenu {visibility:visible;left:7px;top:7px;}
    /*#toolBar {display:none;}*/
    #ui-id-1 {width: 150px}
    #ident {margin-left:22%;}
    .ui-tabs .ui-tabs-nav li a {margin-left:0;}
    #ui-id-2 {display:none;}
    #ui-id-3 {display:none;}
    #ui-id-4 {display:none;}
    #ui-id-5 {display:none;}
    /*#site-title {float:right;font-size:medium;text-align:right;}
    #header {padding:0px;}*/
    .aboutHelp {visibility:hidden;}
    .latLong {left:17%;}
    .map .logo-sm {display:none;}
    .LOF1-accordion-content {max-height:100px;}
    .LOF-accordion-content {max-height:350px;overflow:auto;}
    .esriScalebar {display:none;}
    .lof-container {margin: 0 10px;}
    #maxExtentButton {visibility:hidden}
}
@media (max-height: 660px) {
    .LOF1-accordion-content {max-height:200px;}
    .LOF-accordion-content {max-height:350px;overflow:auto;}
}

/* ==========================================================================
   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;
    }
    #primary-nav, #mapDiv, #habitat-accordion
    {
        display: none;
    }
   
    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;
    }

    
}



/* ISOTOPE */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

div.selector,div.selector span,div.checker span,div.radio span,div.uploader,div.uploader span.action,div.button,div.button span{background-image:url("/img/uniform/sprite-aristo.png");background-repeat:no-repeat;-webkit-font-smoothing:antialiased}.selector,.checker,.button,.radio,.uploader{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;vertical-align:middle}.selector select:focus,.radio input:focus,.checker input:focus,.uploader input:focus{outline:0}.selector,.radio,.checker,.uploader,.button,.selector *,.radio *,.checker *,.uploader *,.button *{margin:0;padding:0}.highContrastDetect{background:url("/img/uniform/bg-input-aristo.png") repeat-x 0 0;width:0px;height:0px}input.text,input.email,input.search,input.tel,input.url,input.datetime,input.date,input.month,input.week,input.time,input.datetime-local,input.number,input.color,input.password,select.uniform-multiselect,textarea.uniform{padding:4px;background:url("/img/uniform/bg-input-aristo.png") repeat-x 0 0;outline:0}div.checker input,input.search,input.search:active{-moz-appearance:none;-webkit-appearance:none}input.text:focus,input.email:focus,input.search:focus,input.tel:focus,input.url:focus,input.datetime:focus,input.date:focus,input.month:focus,input.week:focus,input.time:focus,input.datetime-local:focus,input.number:focus,input.color:focus,input.password:focus,select.uniform-multiselect:focus,textarea.uniform:focus{background:url("/img/uniform/bg-input-focus-aristo.png") repeat-x 0 0}div.selector{background-position:0 -160px;line-height:32px;height:32px;padding:0 0 0 10px;position:relative;overflow:hidden}div.selector.fixedWidth{width:190px}div.selector span{text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap;background-position:right 0;height:32px;line-height:32px;padding-right:25px;cursor:pointer;width:100%;display:block}div.selector.fixedWidth span{width:155px}div.selector select{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:none;background:none;position:absolute;height:24px;top:4px;left:0px;width:100%}div.selector:active,div.selector.active{background-position:0 -192px}div.selector:active span,div.selector.active span{background-position:right -32px}div.selector.focus,div.selector.hover,div.selector:hover{background-position:0 -224px}div.selector.focus span,div.selector.hover span,div.selector:hover span{background-position:right -64px}div.selector.focus:active,div.selector.focus.active,div.selector:hover:active,div.selector.active:hover{background-position:0 -256px}div.selector.focus:active span,div.selector:hover:active span,div.selector.active:hover span,div.selector.focus.active span{background-position:right -96px}div.selector.disabled,div.selector.disabled:active,div.selector.disabled.active{background-position:0 -288px}div.selector.disabled span,div.selector.disabled:active span,div.selector.disabled.active span{background-position:right -128px}div.checker,div.checker span,div.checker input{width:23px;height:23px}div.checker{position:relative}div.checker span{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;text-align:center;background-position:0 -320px}div.checker input{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:none;background:none;display:-moz-inline-box;display:inline-block;*display:inline;zoom:1}div.checker:active span,div.checker.active span{background-position:-23px -320px}div.checker.focus span,div.checker:hover span{background-position:-46px -320px}div.checker.focus:active span,div.checker:active:hover span,div.checker.active:hover span,div.checker.focus.active span{background-position:-69px -320px}div.checker span.checked{background-position:-92px -320px}div.checker:active span.checked,div.checker.active span.checked{background-position:-115px -320px}div.checker.focus span.checked,div.checker:hover span.checked{background-position:-138px -320px}div.checker.focus:active span.checked,div.checker:hover:active span.checked,div.checker.active:hover span.checked,div.checker.active.focus span.checked{background-position:-161px -320px}div.checker.disabled span,div.checker.disabled:active span,div.checker.disabled.active span{background-position:-184px -320px}div.checker.disabled span.checked,div.checker.disabled:active span.checked,div.checker.disabled.active span.checked{background-position:-207px -320px}div.radio,div.radio span,div.radio input{width:23px;height:23px}div.radio{position:relative}div.radio span{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;text-align:center;background-position:0 -343px}div.radio input{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:none;background:none;display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;text-align:center}div.radio:active span,div.radio.active span{background-position:-23px -18px -343px}div.radio.focus span,div.radio:hover span{background-position:-46px -36px -343px}div.radio.focus:active span,div.radio:active:hover span,div.radio.active:hover span,div.radio.active.focus span{background-position:-69px -343px}div.radio span.checked{background-position:-92px -343px}div.radio:active span.checked,div.radio.active span.checked{background-position:-115px -343px}div.radio.focus span.checked,div.radio:hover span.checked{background-position:-138px -343px}div.radio.focus:active span.checked,div.radio:hover:active span.checked,div.radio.focus.active span.checked,div.radio.active:hover span.checked{background-position:-161px -343px}div.radio.disabled span,div.radio.disabled:active span,div.radio.disabled.active span{background-position:-184px -343px}div.radio.disabled span.checked,div.radio.disabled:active span.checked,div.radio.disabled.active span.checked{background-position:-207px -343px}div.uploader{background-position:0 -366px;height:32px;width:190px;cursor:pointer;position:relative;overflow:hidden}div.uploader span.action{background-position:right -494px;height:32px;line-height:32px;width:90px;text-align:center;float:left;display:inline;overflow:hidden;cursor:pointer}div.uploader span.filename{text-overflow:ellipsis;display:block;overflow:hidden;white-space:nowrap;float:left;cursor:default;height:24px;margin:4px 0 4px 4px;line-height:24px;width:76px;padding:0 10px}div.uploader input{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;border:none;background:none;position:absolute;top:0;right:0;float:right;cursor:default;width:100%;height:100%}div.uploader.focus,div.uploader.hover,div.uploader:hover{background-position:0 -430px}div.uploader.focus span.action,div.uploader.hover span.action,div.uploader:hover span.action{background-position:right -526px}div.uploader.active span.action,div.uploader:active span.action{background-position:right -558px}div.uploader.focus.active span.action,div.uploader:focus.active span.action,div.uploader.focus:active span.action,div.uploader:focus:active span.action{background-position:right -590px}div.uploader.disabled{background-position:0 -398px}div.uploader.disabled span.action{background-position:right -462px}div.button a,div.button button,div.button input{position:absolute;display:none}div.button{background-position:0 -750px;height:32px;cursor:pointer;position:relative}div.button span{display:-moz-inline-box;display:inline-block;*display:inline;zoom:1;line-height:1;text-align:center;background-position:right -622px;height:22px;margin-left:13px;padding:9px 15px 0 2px}div.button.focus,div.button:focus,div.button:hover,div.button.hover{background-position:0 -814px}div.button.focus span,div.button:focus span,div.button:hover span,div.button.hover span{background-position:right -686px}div.button.active,div.button:active{background-position:0 -782px}div.button.active span,div.button:active span{background-position:right -654px;cursor:default}div.button.disabled{background-position:0 -846px}div.button:disabled{background-position:0 -846px}div.button.disabled span{background-position:right -718px;cursor:default}div.button:disabled span{background-position:right -718px;cursor:default}input.text,input.email,input.search,input.tel,input.url,input.datetime,input.date,input.month,input.week,input.time,input.datetime-local,input.number,input.color,input.password,select.uniform-multiselect,textarea.uniform{font-size:14px;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;font-weight:normal;color:#777;background-color:#a1cbe2;border-top:solid 1px #aaa;border-left:solid 1px #aaa;border-bottom:solid 1px #ccc;border-right:solid 1px #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}input.text:focus,input.email:focus,input.search:focus,input.tel:focus,input.url:focus,input.datetime:focus,input.date:focus,input.month:focus,input.week:focus,input.time:focus,input.datetime-local:focus,input.number:focus,input.color:focus,input.password:focus,select.uniform-multiselect:focus,textarea.uniform:focus{-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);-moz-box-shadow:0 0 4px rgba(0,0,0,0.3);box-shadow:0 0 4px rgba(0,0,0,0.3);border-color:#999;background-color:#a1cbe2}div.button span{font-weight:bold;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;font-size:13px;letter-spacing:1px;text-transform:uppercase}div.button:active span{color:#555}div.button.disabled span{color:#bbb}div.button:disabled span{color:#bbb;cursor:default}div.selector{font-weight:bold;color:#464545;font-size:14px}div.selector select{font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;font-size:1em;border:solid 1px #fff}div.selector span{color:#666;text-shadow:0 1px 0 #fff}div.selector.disabled span{color:#bbb}div.checker{margin-right:10px}div.radio{margin-right:10px}div.uploader span.action{text-shadow:rgba(255,255,255,0.5) 0px 1px 0px;background-color:#fff;font-weight:bold;color:#1c4257}div.uploader span.filename{color:#777;font-size:11px}div.uploader.disabled span.action{color:#aaa}div.uploader.disabled span.filename{border-color:#ddd;color:#aaa}

/* Maps */
/*
#map { height: 500px; }
*/

.map .tooltip-lof {
    border:1px #eee;
    background-color:#E6E6E6;
    padding:2px 5px;
    width:auto;
}

.map .tooltip-lof-hidden {
    display:none;
}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/img/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
/*
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
*/
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/**
 * WARNING: This code is NOT in LESS!
 */
#top-banner {
	padding: 0px 226px 0px 117px;
}

#top-banner .container {
	padding: 0px;
}

#top-banner .container ul {
	margin-bottom: 0px;
}

#top-banner .container ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0px;
}

#top-banner .container ul li a {
	display: block;
	padding: 17px 0px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}

#top-banner .container ul li a:hover, #top-banner .container ul li a:active {
	text-decoration: underline;
}

#top-banner .container ul:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width: 720px) {
	#top-banner {
		display: none;
	}
}

#mobile-top-banner {
	display: none;
	background: black;
	margin: 5px 0;
}

#mobile-top-banner ul li a {
	color: white;
}

#primary-nav {
	background: url(../img/lof/bg-primary-nav.png) repeat left top;
	font-family: 'AsapBold', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	border-bottom: 2px solid #c3c2c2;
}

#primary-nav #menu-primary_navigation {
	position: relative;
	padding-right: 305px;
}

#primary-nav ul {
	margin: 0 0 0 140px;
	padding: 0;
}

#primary-nav ul li {
	padding: 0;
	display: inline-block;
	position: relative;
	width: 33%;
	margin: 0px;
}

#primary-nav ul li a {
	color: #000;
	display: inline-block;
	padding: 15px 45px 10px 15px;
	text-decoration: none;
	-webkit-transition: color .15s linear;
	transition: color .15s linear;
	/*background: url(../img/lof/menu-arrow-down.png) no-repeat right center;*/
	margin: 0px;
	box-sizing: border-box;
}

#primary-nav ul li a:hover, #primary-nav ul li a:focus {
	color: #45a2cf;
}

#primary-nav ul li.active, #primary-nav ul li.active > a {
	background-color: #fff;
	color: #45a2cf;
}

#primary-nav ul li.gre-map {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

#primary-nav ul li.gre-map > a {
	background: url(../img/lof/world-map.png) #45a2cf right center no-repeat;
	color: #fff;
	padding-right: 100px;
}

#primary-nav ul li.gre-map.active > a, #primary-nav ul li.gre-map:hover > a, #primary-nav ul li.gre-map:active > a {
	color: #45a2cf;
	background-image: url(../img/lof/world-map-active.png);
	background-color: white;
}

#primary-nav ul li.gre-map ul {
	text-align: left;
}

#primary-nav ul li ul {
	position: absolute;
	margin: 0px;
	z-index: 10;
}

#primary-nav ul li ul li {
	width: 250px;
}

#primary-nav ul li ul li a {
	width: 100%;
	background: url(../img/lof/bg-primary-nav.png);
}

#primary-nav ul li ul li a:hover {
	background: #fff;
	border-bottom: 1px solid #45a2cf;
	margin-top: -1px;
}

#primary-nav ul li:hover ul {
	display: block;
}

@media screen and (max-width: 880px) {
	#primary-nav #menu-primary_navigation {
		padding-right: 0px;
	}

	#primary-nav ul {
		margin: 0 0 0 140px;
		padding: 0;
	}

	#primary-nav ul li {
		width: 100%;
	}

	#primary-nav ul li.gre-map {
		position: relative;
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	#primary-nav {
		padding-bottom: 0px;
		transition: padding-bottom 0.5s;
	}

	#primary-nav.expanded {
		padding-bottom: 40px;
	}

	#primary-nav ul li:hover ul, #primary-nav ul li ul {
		display: none;
	}

	#primary-nav ul li a {
		background-image: none;
		padding-right: 15px;
	}

	#primary-nav > .container {
		margin: 0;
	}

	#primary-nav #menu-primary_navigation {
		margin: 0;
	}

	#primary-nav #menu-primary_navigation li {
		text-align: center;
	}

	#primary-nav #mobile-top-banner {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 479px) {
	#site-logo {
		left: -20px;
	}

	#mobile-nav > ul {
		padding-top: 20px;
		margin-left: 0px;
	}

	#mobile-nav #search-mobile {
		width: auto;
	}

	#mobile-nav #mobile-menu {
		width: auto;
	}
}

#mobile-top-banner ul li a {
	color: white;
}

#mobile-top-banner ul {
	margin: 0;
}

#mobile-top-banner ul li {
	text-align: center;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:999999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
