/*
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

body {
    margin: 0;
    font-size: .75em;
    line-height: 1.4;
    background: #FFFFFF;
}


#wrapper {
    width: 960px;
    margin: 0px auto 0px auto;
    position: relative;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #b20838;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #b20838;
    color: #fff;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #0063be;
}

a:visited {
    color: #0063be;
}

a:hover {
    color: #0063be;
}

a:active {
    color: #0063be;
}

a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
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;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0 0;
    padding: 0;
}

h5,
h6 {
    font-size: 100%;
}



/* =============================================================================
   FONTS & ICONS
   ========================================================================== */

/* CSS to style glyphs */

.glyph.general {
    font-family: 'FoundationIconsGeneral';
}

.glyph.general-enclosed {
    font-family: 'FoundationIconsGeneralEnclosed';
}

.glyph.social {
    font-family: 'FoundationIconsSocial';
}

.glyph-bb {
    display: block;
}

/*Add Fonts Here*/



/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img,
a img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}


/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 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-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

#container {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*----HEADER --------------------*/
#topimage-background {
    background-image: url('../images/zeon-open-graph.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 44em;
    background-position: 0% -280%;
}

/*----NAV PRIME ------*/
/* Add the Logo ZEON on the left side of the header*/
#left-logo {
    color: #FFF;
    float: left;
    /* padding-left: 1em; */
    font-size: 1.5rem;
}

#left-logo a {
    color: #FFFFFF;
    text-decoration: none;
}

#left-logo a svg {
    height: 2rem;
}

#navPrime {
    display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 1em 0;
    width: 100%;
}

#navPrime ul {
    /* margin: 0px 20px 0px 70px; */
    list-style-type: none;
    padding: 1em 0;
}

#navPrime ul li:first-child {
    border-left: 0px;
}

#navPrime li {
    position: relative;
    display: inline;
    text-align: center;
    float: right;
}

#navPrime li a {
    display: block;
    float: left;
    color: #0063be;
    font-weight: bold;
    font-size: 100%;
    padding: 10px 12px 10px 12px;
    border: 0px solid blue;
}

#navPrime li a:link {
    color: #0063be;
    text-decoration: none;
}

#navPrime li a:visited {
    color: #0063be;
    text-decoration: none;
}

#navPrime li a:hover {
    color: #0063be;
    text-decoration: underline;
}

#navPrime li a:active {
    color: #0063be;
    text-decoration: none;
}

#navPrime li a.nav-on {
    color: #0063be;
}



/*----TXT IR HEADERS ------*/

/*Image Replacement Headers here*/





/*----CONTENT --------------------*/

#containerContent {
    width: 100%;
    background: #FFFFFF;
    min-height: 300px;
    float: left;
}

/*Home Page*/

#home-textblock {
    border: 0px solid blue;
    float: left;
}

#home-textblock h1 {
    font-weight: bold;
    font-size: 22px;
    color: #0065bd;
    text-transform: uppercase;
    text-align: left;
    padding: 25px 35px 0px 35px;
}

#home-textblock p {
    color: #000000;
    font-size: 14px;
    text-align: left;
    padding: 5px 35px 0px 35px;
}

#home-products {
    display: block;
    float: left;
    border: 0px solid blue;
    padding: 5px 25px 0px 30px;
    text-align: center;
}

#home-products div {
    float: left;
    border: 0px solid black;
    width: 170px;
    padding: 0px 5px 0px 5px;
}

#home-products p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
    text-align: left;
    padding: 0px 15px 5px 15px;
}

#home-details {
    display: block;
    float: left;
    border: 0px solid blue;
    padding: 0 1em;
    width: 97.4%;
}

#home-details div {
    width: 45%;
    display: contents;
    float: left;
    margin: 0 1em;
}

#home-details h1 {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0063be;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    padding: 10px 15px 10px 15px;
}

#home-details p {
    font-family: Arial, Helvetica, sans-serif;
    color: #4f4f4f;
    font-size: 11px;
    text-align: left;
    padding: 0px 10px 5px 10px;
}



/*Inside three column product pages*/

#inside-badge {
    border: 0px solid blue;
    float: left;
    padding: 20px 0px 0px 20px;
    width: 92px;
}

#inside-textblock {
    border: 0px solid blue;
    float: left;
    padding: 0px 0px 20px 0px;
    width: 450px;
}

#inside-textblock h1 {
    font-weight: bold;
    font-size: 22px;
    color: #0065bd;
    text-transform: uppercase;
    text-align: left;
    padding: 25px 35px 0px 25px;
}

#inside-textblock p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    text-align: left;
    padding: 5px 25px 0px 25px;
}

#inside-textblock a:link {
    color: #0065bd;
    text-decoration: none;
}

#inside-textblock a:visited {
    color: #0065bd;
    text-decoration: none;
}

#inside-textblock a:hover {
    color: #0065bd;
    text-decoration: underline;
}

#inside-textblock a:active {
    color: #0065bd;
    text-decoration: none;
}

#inside-tab-area {
    border: 0px solid black;
    float: left;
    width: 380px;
    padding: 0px 10px 0px 0px;
}

#inside-tab-picture {
    border: 0px solid red;
    padding: 2em 0;
}

#inside-tab {
    background-color: #0063be;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding: 8px 10px 8px 18px;
    border: 1px solid white;
    line-height: 11px;
    vertical-align: top;
    position: relative;
}

#inside-tab:before {
    content: "";
    position: absolute;
    transform: skew(-35deg);
    display: block;
    background: #FFFFFF;
    width: 1em;
    height: 2.7em;
    top: 0em;
    left: -1em;
}

#inside-tab.tab1 {
    background: #004a92;
}

#inside-tab:hover {
    background: #004a92;
}

#inside-tab-text {
    padding: 10px 15px 10px 15px;
    background-color: #d4e5f4;
    margin-bottom: 20px;
}

#inside-tab-text h1 {
    font-weight: bold;
    font-size: 14px;
    color: #0065bd;
    text-transform: uppercase;
    text-align: left;
}

#inside-tab-text p {
    color: #000000;
    font-size: 11px;
    text-align: left;
}

#inside-tab-text a:link {
    color: #0065bd;
    text-decoration: none;
}

#inside-tab-text a:visited {
    color: #0065bd;
    text-decoration: none;
}

#inside-tab-text a:hover {
    color: #0065bd;
    text-decoration: underline;
}

#inside-tab-text a:active {
    color: #0065bd;
    text-decoration: none;
}


/*Inisde one column*/
#inside-textblock-full {
    border: 0px solid blue;
    float: left;
    padding: 0px 50px 20px 50px;
    width: 800px;
}

#inside-textblock-full h1 {
    font-weight: bold;
    font-size: 22px;
    color: #0063be;
    text-transform: uppercase;
    text-align: left;
    padding: 25px 35px 0px 25px;
}

#inside-textblock-full p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    text-align: left;
    padding: 5px 25px 0px 25px;
}

#inside-textblock-full a:link {
    color: #0063be;
    text-decoration: none;
}

#inside-textblock-full a:visited {
    color: #0063be;
    text-decoration: none;
}

#inside-textblock-full a:hover {
    color: #0063be;
    text-decoration: underline;
}

#inside-textblock-full a:active {
    color: #0063be;
    text-decoration: none;
}


/*Sub Page 3 Name*/






/*General Content Styles, Adjust Accordingly*/
.phone {
    font-size: 110%;
}

ul.list {
    margin-bottom: 5px;
    margin-top: 0px;
    padding-left: 20px;
}

ol.list {
    margin-bottom: 5px;
    margin-top: 0px;
}

.btn-download,
.btn-submit {
    background: #aa0734;
    border: 1px solid #6e0116;
    color: white;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

.btn-download {
    padding: 8px;
}

.btn-spacer {
    margin: 0 5px 0 5px;
}

input.btn-submit {
    padding: 6px 15px;
    margin: 0 0 0 100px;
}

.btn-download:hover,
.btn-submit:hover {
    color: white;
    background: #6e0116;
    border: 1px solid #aa0734;
}

.txt-special {
    font-size: 90%;
    font-style: italic;
    font-weight: bold;
}

.brd-full {
    border: 1px solid #cbcbcb;
}


/*PHOTO GALLERY PAGE*/

/*Use for photo gallery if necessary*/

/*.photos-gallery {font-weight:bold; font-size:110%; margin: 27px 0 0 0;}
.photos-gallery img {border:1px solid #cbcbcb; margin: 2px 0 28px 0;}
.photos-gallery a:link {display:inline-block; color:#3c3b3b; padding: 0 13px 0 13px; text-decoration:none;}
.photos-gallery a:hover {text-decoration:none; color:#b20838;}
.photos-gallery a:visited {text-decoration:none; color:#3c3b3b;}
.photos-gallery a:active {text-decoration:none; color:#3c3b3b;}
.photos-gallery a img:hover {opacity: 0.70; filter:alpha(opacity=70);}
*/


/*VIDEO PAGE*/
/*Use for videos if necessary*/

/*#flPlayer object, #flPlayer embed {display: block; width: 480px; height: 270px; z-index:0; }
a#flPlayer {display: block;  height: 270px;}
.vid-center {margin: 0 25% 0 25%;}*/




/*--------FORM------*/
.required {
    font-weight: bold;
    color: #9a0429;
}

.requiredField {
    border: 2px solid #9a0429;
}

.contactForm input,
select {
    padding: 3px;
}

.formList {
    list-style: none;
    padding: 0;
}

.formMulti {
    width: 83%;
}

.formList li {
    margin: 0 0 0 40px;
}

.formList li span {
    display: block;
    float: left;
    width: 30%;
}

.formList .left {
    width: 320px;
    float: left;
    position: relative;
    padding: 5px;
}

.formList .right {
    width: 320px;
    float: left;
    position: relative;
    padding: 5px 5px 5px 50px;

}

.formList .topRow {
    width: 100%;
    min-width: 300px;
    float: left;
    position: relative;
    padding: 5px;
    display: inline-block;
}

.formList .clear {
    float: none;
    clear: both;
    height: 0px;
}


/*----Footer--------------------*/
.image-container {
    margin: 2em;
}

footer {
    clear: both;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #000000;
    font-size: 90%;
    border-top: 1px solid #d9d9d9;
}

/*IE7*/
html.lt-ie9.lt-ie8 footer {}

footer a:link {
    font-size: 100%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

footer a:visited {
    font-size: 100%;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}


.legal {
    width: auto;
    text-align: center;
}

footer ul {}

footer ul li {
    display: inline;
    border-left: 1px solid #5c5c5c;
}

footer ul li:first-child {
    border: 0;
}

footer ul li a:link {
    display: inline-block;
    color: #ffffff;
    padding: 19px 10px 0 10px;
    text-decoration: none:
}

footer ul li a:visited {
    color: #ffffff;
    text-decoration: none;
}

footer ul li a:hover {
    color: #0063be;
    text-decoration: underline;
}

footer ul li a:active {
    color: #ffffff;
    text-decoration: none;
}





/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

/* Style adjustments for viewports that meet the condition */


/*DESKTOP*/
/*Turn on prime nav above this viewport*/
@media only screen and (min-width: 767px) {

    ul#listPrime {
        /* display: block !important; */
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
/*     #left-logo {
        position: absolute;
        top: 8px;
    } */
     
    #listPrime {
        margin: 0;
        padding: 0 !important;
    }
    
    #right-menu {
        margin-left: auto;
        margin-right: 100px;
    }
    
    .anniv-logo {
        position: absolute;
        right: 8px;
    }
}

/*SMALL PHONE*/
@media only screen and (max-width: 519px) {

    #hdrExtra {
        display: none;
    }

    header {
        text-align: center;
        padding: 8px 0 0 0;
    }

    header:first-child img {
        margin: 0;
    }
}


/* TABLET (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #container {
        margin: 0 auto;
    }
    
    #navPrime {
        padding: 1em;
    }

    /*CONTACT FORM*/
    .formList {
        width: auto;
        padding: 0;
    }

    .formList li {
        margin: 0;
    }

    .formList li span {
        display: block;
        width: 100%;
        font-size: 120%;
    }

    .formMulti {
        width: 80%;
    }

    .formList li input {
        padding: 10px;
    }

    .formList li select {
        font-size: 130%;
    }

    .formList li input.btn-submit {
        padding: 10px 55px 10px 55px;
        margin: 25px 0 25px 0;
        font-size: 130%;
    }

}


/*TABLET LANDSCAPE*/
@media only screen and (max-device-width : 1024px) and (orientation : landscape) {


    /*Here*/

}


/*TABLET PORTRAIT*/
@media only screen and (min-device-width : 768px) and (orientation : portrait) {

    #navPrime {
        width: 100%;
        float: left;
        background-color: #fff;
        text-align: center;
        padding: 1em;
    }

    #navPrime li a {
        display: inline-block;
        color: white;
        font-weight: bold;
        font-size: 90%;
        padding: 12px 15px 12px 0px;
    }

    #container {
        width: 100%;
        margin: 0 auto;
        max-width: 960px;
    }

    /*Home Page*/

    #home-textblock {
        border: 0px solid blue;
        float: left;
        width: auto;
    }

    #home-products {
        display: block;
        float: left;
        border: 0px solid blue;
        padding: 5px 0px 0px 0px;
        width: 100%;
    }

    #home-products div {
        float: left;
        clear: left;
        border: 0px solid black;
        width: 100%;
        padding: 0;
    }
    
    #home-products p {
        padding: 0px 35px 5px 35px;
    }

    #home-details {
        display: block;
        float: left;
        border: 0px solid blue;
        padding: 5px 5px 10px 5px;
        width: 98.7%;
    }

    #home-details div {
        float: left;
        border: 0px solid black;
        width: 100%;
        padding: 0px 10px 0px 10px;
    }


    /*Inside three column product pages*/
    #inside-badge {
        border: 0px solid blue;
        float: left;
        padding: 20px 0px 0px 20px;
        width: 92px;
    }

    #inside-textblock {
        border: 0px solid blue;
        float: left;
        padding: 0px 0px 20px 0px;
        width: auto;
    }

    /*Tab Area*/
    #inside-tab-area {
        border: 0px solid black;
        float: left;
        width: auto;
        padding: 0px 10px 0px 0px;
    }

    #inside-tab-picture {
        border: 0px solid red;
        padding: 20px 45px 20px 45px;
    }

    #inside-tab-text {
        border: 0px solid green;
        padding: 10px 15px 10px 15px;
        background-color: #d4e5f4;
        margin-bottom: 20px;
    }

    /*Inisde one column*/
    #inside-textblock-full {
        border: 0px solid blue;
        float: left;
        padding: 0px 5px 20px 5px;
        width: auto;
    }



}


/*PHONE*/
@media only screen and (max-width: 767px) {

    /**/
    #topimage-background {
        background-position: 21% -171%;
    }

    /*Make the logo font ZEON back to small for the mobile devices ::::: */
    #left-logo {
        font-size: 1rem;
    }

    /*Float the Nav Hamburger Icon to the right ::::: */
    #navPrime ul {
        float: right;
    }

    #navPrime li {
        position: relative;
        display: inline;
        text-align: center;
        float: none;
    }

    /*RESET CONTAINERS TO PERCENTAGE WIDTH ----------------*/

    .hide-on-mobile {
        display: none !important;
    }

    #container {
        width: 100% !important;
        margin: 0 auto;
    }


    /*----HEADER --------------------*/

    .anniv-logo {
        position: absolute;
            top: 5px;
            right: 75px;
    }
    
    .anniv-logo img {
        height: 50px;
        width: auto;
    }

    /*----NAV PRIME ------*/
    #navPrime {
        float: left;
        display: block;
        width: 94%;
        height: 38px;
        background: #fff;
        padding: 1em 2em;
        position: relative;
    }

    #sb-container,
    #sb-wrapper,
    #sb-wrapper-inner,
    #sb-body,
    #sb-body-inner {
        display: none !important;
    }

    /*Mobile Nav*/
    #navPrime .mobileHide {
        display: block;
    }

    #navPrime #navMobile {
        margin: 0px;
        padding: 0px;
    }

    #navPrime #navMobile span.btnHome {
        display: none;
    }

    #navMobile li {
        border-left: 0px;
    }

    #navPrime #navMobile li:first-child {
        display: none;
    }

    #navPrime #navMobile li a {
        font-size: 150%;
        margin: 3px 8px 2px 8px;
        padding: 2px 8px;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border: 0px solid #0063be;
    }

    #navMobile li a span {
        line-height: 0;
    }

    #navPrime #navMobile li a:hover {
        color: #0063be;
        text-decoration: none;
    }

    /*Toggle Menu*/
    ul#listPrime {
        display: none;
        float: right;
        clear: both;
        width: 100%;
        position: relative;
        z-index: 400;
        background: #fff;
        top: 5px;
        right: 0px;
        margin: 0px;
        border: 1px solid #005eb8;
        border-top: 0px;
    }

    ul#listPrime li {
        display: block;
        border-top: 1px solid #005eb8;
        border-left: 0px;
        text-align: left;
    }

    ul#listPrime li:first-child {
        border-top: 0px;
    }

    ul#listPrime li a {
        width: 85%;
        padding: 0px auto 18px 15px;
        float: none;
        font-size: 120%;
        border: 0px solid red;
    }



    #containerContent {}

    /*Home Page*/

    #home-textblock {
        border: 0px solid blue;
        float: left;
        width: auto;
    }

    #home-products {
        display: block;
        float: left;
        border: 0px solid blue;
        padding: 5px 5px 0px 5px;
        width: auto;
    }

    #home-products div {
        float: left;
        border: 0px solid black;
        width: auto;
        padding: 0px 10px 0px 10px;
    }

    #home-details {
        display: block;
        float: left;
        border: 0px solid blue;
        padding: 5px 5px 10px 5px;
        width: auto;
    }

    #home-details div {
        float: left;
        border: 0px solid black;
        width: 100%;
        padding: 0px 10px 0px 10px;
    }


    /*Inside three column product pages*/
    #inside-badge {
        border: 0px solid blue;
        float: left;
        padding: 20px 0px 0px 20px;
        width: 92px;
    }

    #inside-textblock {
        border: 0px solid blue;
        float: left;
        padding: 0px 0px 20px 0px;
        width: auto;
    }

    #inside-textblock h1 {
        font-weight: bold;
        font-size: 22px;
        color: #0063be;
        text-transform: uppercase;
        text-align: left;
        padding: 25px 35px 0px 25px;
    }

    #inside-textblock p {
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 12px;
        text-align: left;
        padding: 5px 25px 0px 25px;
    }

    #inside-textblock a:link {
        color: #0063be;
        text-decoration: none;
    }

    #inside-textblock a:visited {
        color: #0063be;
        text-decoration: none;
    }

    #inside-textblock a:hover {
        color: #0063be;
        text-decoration: underline;
    }

    #inside-textblock a:active {
        color: #0063be;
        text-decoration: none;
    }


    /*Tab Area*/
    #inside-tab-area {
        border: 0px solid black;
        float: left;
        width: auto;
        padding: 0px 10px 0px 0px;
    }

    #inside-tab-picture {
        border: 0px solid red;
        padding: 20px 45px 20px 45px;
    }

    #inside-tab-text {
        border: 0px solid green;
        padding: 10px 15px 10px 15px;
        background-color: #d4e5f4;
        margin-bottom: 20px;
    }

    #inside-tab-text h1 {
        font-weight: bold;
        font-size: 14px;
        color: #0065bd;
        text-transform: uppercase;
        text-align: left;
    }

    #inside-tab-text p {
        color: #000000;
        font-size: 11px;
        text-align: left;
    }

    #inside-tab-text a:link {
        color: #0065bd;
        text-decoration: none;
    }

    #inside-tab-text a:visited {
        color: #0065bd;
        text-decoration: none;
    }

    #inside-tab-text a:hover {
        color: #0065bd;
        text-decoration: underline;
    }

    #inside-tab-text a:active {
        color: #0065bd;
        text-decoration: none;
    }

    /*Inisde one column*/
    #inside-textblock-full {
        border: 0px solid blue;
        float: left;
        padding: 0px 5px 20px 5px;
        width: auto;
    }


    /*CONTACT FORM*/
    .formList li {
        margin: 0;
    }

    .formList li span {
        display: block;
        width: 100%;
        font-size: 120%;
    }

    .formList li input {
        padding: 10px;
    }

    .formMulti {
        width: 80%;
    }

    .formList {
        width: 99%;
        padding: 0;
    }

    .formList .left {
        width: auto;
        float: none;
        padding-left: 0;
    }

    .formList .right {
        width: auto;
        float: none;
        padding-left: 0;
    }

    .formList .topRow {
        width: 90%;
    }

    .formList li select {
        font-size: 130%;
    }

    .formList li input.btn-submit {
        padding: 10px 55px 10px 55px;
        margin: 25px 0 25px 0;
        font-size: 130%;
    }



    /*FOOTER*/
    footer a:link {
        font-size: 130%;
        display: block;
        float: none;
        margin: 8px 0 8px 0;
    }

    .legal {
        font-size: 80%;
        width: auto;
        clear: both;
    }




}

@media only screen and (max-width: 640px) {
    #navPrime {
        width: 91%;
    }
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

.ir br {
    display: none;
}


/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

.hide-text {
    display: none !important;
}

/* 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;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*FLOATS*/
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.floatNone {
    float: none;
}

/*DISPLAY*/
.displayBlock {
    display: block !important;
}

.displayInline {
    display: inline;
}

.displayInlineBlock {
    display: inline-block;
}

.displayNone,
.mobileHide {
    display: none;
}

/*TEXT ALIGNMENT*/
.txtCenter {
    text-align: center;
}

.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}





/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    /* Black prints faster: h5bp.com/s */
    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: "";
    }

    /* Don't show links for images, or javascript/internal links */
    .ir {
        text-indent: 0 !important;
    }

    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;
    }

    nav,
    header {
        display: none !important;
    }

    .hidePrint {
        display: none !important;
    }

    h1 {
        height: auto !important;
    }

}