/*
 * 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
   ========================================================================== */

@import url('../css/normalize.css');
@import url('../css/bootstrap.css');

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

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

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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;
}

/* =============================================================================
   FDP Resets
============================================================================= */

.content_image_box {
border-color: transparent;
border-width: 0;
background-image: none;
background-color: transparent;
width: auto;
}

.oldie .content_image_box {
display:inline;
}

/* =============================================================================
   Structure
============================================================================= */

body {
margin: 0;
padding: 0;
}

.group {
margin: 0 auto;
padding: 0;
width: 960px;
position: relative;
}
   .group:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   }

#container {
width: 930px;
margin: 1em auto;
border: 2px solid #EAD766;
padding: 25px;
background: white;
}

/* Helper Classes */

.left { float: left; }
.right { float: right; }
.clear {clear: both; height: 0; }

.block li { display: block; }
.inline li { display: inline; }
.inline-block li { display: inline-block; }

.helper_block { display: block; }
li.helper_inline { display: inline; }
.helpder_iblock { display: inline-block; }

.testing {display: none;}


/* =============================================================================
   Typography                                                                 
============================================================================= */

body {
font-family: 'Myriad Pro', Myriad, Tahoma, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
color: #4d4d4f;
background: #5B514F;
}

button, input, select, textarea {
font-family: 'Helvetica', 'Arial', sans-serif;
}

.title {
font-size: 18px;
font-weight: 300;
color: #597B7C;
line-height: 20px;
margin-bottom: 0;
}

p { margin: 0 0 0.5em 0; }

h1 {
color: #597B7C;
margin-bottom: 0;
font-size: 18px;
font-weight: normal;
}

h4 {
color: #597B7C;
font-size: 14px;
margin-bottom: 0;
}

h2, h3, h5, h6 { color: #597B7C; margin-bottom: 0; }

a:link, a:visited { color: #597b7c; text-decoration: none; }


/* =============================================================================
   Header
============================================================================= */

header {
margin: 0 0 20px;
position: relative;
}

.top-nav {
position: absolute;
right: 0;
top: 10px;
}

.top-nav ul { list-style: none; padding: 0; margin: 0; }

.top-nav ul li { display: inline-block; padding-left: 10px; }


#logo {

}

/* =============================================================================
   Navigation
============================================================================= */

nav {
z-index: 9001;
margin: 20px 0;
border-top: 2px solid #ead766;
border-bottom: 2px solid #ead766;
}

nav ul {
margin: 0; 
text-align: center;
padding: 0; 
}

nav ul li {
position: relative;
padding: 0 10px;
}

nav ul li a {
text-transform: uppercase;
text-decoration: none;
font-size: 13px;
line-height: 33px;
}
nav ul li a:link, nav ul li a:visited { color: #5b514f; }
nav ul li a:hover, nav ul li a:active, nav ul li.here a { color: #597b7c; }

nav ul li ul {
position: absolute;
left: 0;
visibility: hidden;
}

nav ul li ul li {

}

nav ul li ul li a:link, nav ul li ul li a:visited {}
nav ul li ul li a:hover, nav ul li ul li a:active {}


/* =============================================================================
   Spotlight
============================================================================= */

#mission {
width: 238px;
background: #E8E3E0;
height: 335px;
padding: 12px;
line-height: 24px; 
text-align: center;
}

#slider {
background: #E8E3E0;
height: 339px;
width: 499px;
padding: 10px 12px 10px 5px;
overflow: hidden;
}

#slider ul { margin: 0; padding: 0; list-style: none; }

#slider img { margin: 0; }

#slider .collection_item_label, 
#slider .collection_item_description { display: none; }

.quicklinks, .resources {
width: 118px;
padding: 15px 8px;
background: #E8E3E0;
margin-bottom: 15px;
}

.quicklinks ul, .resources ul { margin: 0; padding: 0; list-style: none; }

.quicklinks .collection_item_description,
.resources .collection_item_description { display: none; }

.quicklinks a:link, .quicklinks a:visited {
color: #5b514f;
font-size: 12px;
font-weight: 300;
text-decoration: none;
}

.quicklinks a:hover, .quicklinks a:active {
color: #597b7c;
}

.header {
background: #597B7C;
margin-left: -8px;
margin-top: -15px;
margin-bottom: 10px;
width: 129px;
color: white;
font-size: 16px;
padding: 5px 0 5px 5px;
}


.resources ul li { 
  text-align: center;
background: #ffffff;
margin-bottom: 3px;
border: 1px solid #fff;
}

.resources ul li:hover {
box-shadow: 0px 0px 1px #888;
border: 1px solid #bab4b1;
}

.resources a:link, .resources a:visited {
color: #5b514f;
font-size: 12px;
font-weight: 300;
text-decoration: none;
}

/* =============================================================================
   Content
============================================================================= */

.box {
background: #E8E3E0;
width: 228px;
padding: 10px;
margin-right: 17px;
}

.box .content_image img { margin: 0; }

.box .align_image_left {
margin: 0 8px 8px 0 !important;
}

.box .title { 
margin-top: 0;
font-size: 16px;
line-height: 18px;
}

.box p { margin: 0; font-size: 12px; }

.box+.box+.box { margin-right: 18px; }

.box a:link, .box a:visited {
color: #5b514f;
font-size: 12px;
font-weight: 300;
text-decoration: none;
}

.box a:hover, .box a:active {
color: #597b7c;
}

.soc {
width: 118px;
padding: 10px 8px;
background: #E8E3E0;
margin-bottom: 15px;
margin-right: 0 !important;
}

.soc ul { margin: 0; padding: 0; list-style: none; }

.soc ul li { 
  text-align: center;
background: #ffffff;
margin-bottom: 4px;
border: 1px solid #fff;
height: 30px;
line-height: 30px;
}

.soc ul li:hover {
box-shadow: 0px 0px 1px #888;
border: 1px solid #bab4b1;
}

.soc a:link, .soc a:visited {
color: #5b514f;
font-size: 15px;
font-weight: 300;
text-decoration: none;
display: block;
}

.soc .collection_item_description { display: none; }

.soc .content_image_box {
float: left;
display: block;
padding-left: 5px;
}
div.event_management_form_cancel {
display:none;
}

/* =============================================================================
   Footer
============================================================================= */

.contact {
height: 31px;
line-height: 31px;
background: #597B7C;
color: white;
overflow: hidden;
font-size: 10px;
text-align: center;
}

span.phone {
color: #E9D666;
font-size: 14px;
padding: 0 5px;
border-right: 1px solid #5A5C5A;
border-left: 1px solid #5A5C5A;
margin: 0 5px;
}

a.uppercase {
text-transform: uppercase;
font-size: 14px;
border-right: 1px solid #5A5C5A;
padding-right: 5px;
margin-right: 5px;
}

.contact a:link, .contact a:visited {
color: #ffffff;
text-decoration: none;
}

.contact a:hover, .contact a:active {
color: #E9D666;
} 

footer {
color: #5B514F;
text-align: center;
font-size: 10px;
margin-top: 1em;
}

footer a:link, footer a:visited {
color: #597b7c;
text-decoration: none;
}

footer a:hover, footer a:active {
color: #597b7c;
}

/* =============================================================================
   Internal
============================================================================= */

.internal .content {
width: 622px;
background: #E8E3E0;
margin-bottom: 20px; 
padding: 10px;
line-height: 20px;
}

.masthead {
height: 340px;
width: 620px;
margin-bottom: 1em;
overflow: hidden;
}

.internal .content .content_image img { margin: 0; }

.internal .quicklinks { margin-right: 4px; }

.internal .soc { float: right; margin-right: 4px !important;}

aside {
width: 129px;
margin-right: 12px;
}

.internal .sectionname {
font-size: 12px;
text-transform: uppercase;
color: #597B7C;
}

aside ul { padding: 0; list-style: none; margin: 0; }

aside ul li {
border-top: 2px solid #eddd7d;
padding: 4px 0;
}

aside a:link, aside a:visited {
font-size: 12px;
color: #5b514f;
text-decoration: none;
}

aside a:hover, aside a:active, aside ul li.here a {
color: #597b7c;
}

aside ul li.here ul li a:link, aside ul li.here ul li a:visited {
color: #5b514f;
}

aside ul li ul li a:hover, aside ul li ul li a:active, aside ul li ul li.here a {
color: #597b7c !important;
}


aside ul li ul { padding: 0 0 0 10px; }

aside ul li ul li {
padding: 0;
border: none;
}

/* =============================================================================
   General QA
============================================================================= */

.box .content_image_box { width: 102px !important; }

.contact { margin-top: 12px; }

.internal .content { min-height: 292px; }

.internal .soc { clear: right; }

.soc .content_image_box { width: auto !important; }


/* case # 00333824 */

.text_form_row {
font-size: 12px;
line-height: 15px;
}

input[type="text"] { height: 14px; margin-bottom: 0; }

.header { font-weight: normal; }



/* =============================================================================
   Browser QA
============================================================================= */

/* Modern =================================================================== */

   

/* IE (.ie) ================================================================= */

   

/* IE9 (.ie9) =============================================================== */

   

/* IE8 (.ie8) =============================================================== */

   

/* IE8 & IE7 (.oldie) ======================================================= */

   

/* IE7 (.ie7) =============================================================== */

   .ie7 .clear { height: 1px; }

/* =============================================================================
   FDP Styles
============================================================================= */

#catalog {
margin:1.14em 0;
position:relative;
}

#catalog_order_details th {
padding:4px 10px;
}

#internal div.dlCategoriesContainer h4 {
color:#edecea;
font-size:1.1em;
margin:0;
}

#message_details .value {
padding-left:10px;
}

#order_details_cart_actions,.dlItemDetailsFormSubmitContainer,.dlItemDetailsCategory {
font-size:0.9em;
}

.catalog_order_details_section .catalog_order_items_reorder_button {
bottom:0;
clear:both;
margin-top:-1.14em;
position:relative;
right:0;
}

.column_title,table#content_online_proof tbody tr td {
padding:4px 10px 4px 0;
}

.dlItemDetailsPhotoContainer img.dlDetailsPhoto,.dlPhotoContainer img.dlPhoto {
border-color:rgba(0,0,0,0.1);
}

.dlListHeadingContainer a {
color:#edecea;
}

div.dlSpecifyDetailsLinkContainer a:hover,div.dlSpecifyDetailsLinkContainer a:active {
background:#edecea;
color:#B78B90;
}

div.form_row_submit,table#content_online_proof thead tr,#internal h5.form_title,div.dlItemDetailsHeading,div.dlSpecifyDetailsLinkContainer a:link,div.dlSpecifyDetailsLinkContainer a:visited,.dlListHeadingContainer,.dlCategoriesTitle {
background:#e8e8e6;
color:#edecea;
font-size:0.9em;
}

h5.form_title {
clear:both;
background: #597B7C;
color: white;
}


table.content_data_table td.row_odd,table.express_order p.category_title,#catalog_order_details th,.catalog_order_details_wrapper .catalog_order_section_row .catalog_order_section .catalog_order_section_title,#message_details .label.online_proof_details_label,table.express_order td.order_details_subtotal_value,table.express_order td.order_details_tax_value,table.express_order td.order_details_total_value,.dlItemDetailsFormHeading,.dlItemDetailsCategory {
background: transparent;
color:#555;
vertical-align:middle;
}

table.express_order tr.category,table.express_order tr.category td {
background:transparent none;
}

/* =============================================================================
|   Form Reset                                                                 |
============================================================================= */

button, input, select {
   height: auto;
   font-size: 12px;
   line-height: 14px;
   }

button, input { padding: 2px 10px; }

input.content_login_portal_password, input.content_login_portal_username, .form_row_submit {
   width: 100%;
   margin: 0;
   padding: 0;
   }

table.calendar tbody td span.day, table.calendar thead th, table.content_data_table th.column_label, div.catalog_display_express p.continue_button, table.express_order th, .dlItemDetailsFormSubmitContainer, div.content_catalog_cart_navigation a:hover {
background: #597B7C;
color: white;
}

table.express_order tr.item td { padding: 7px; }

.dlCategoriesTitle h4, .dlListHeadingContainer a,  { color: #333; }

div.form_row_submit, table#content_online_proof thead tr, #internal h5.form_title, div.dlItemDetailsHeading, div.dlSpecifyDetailsLinkContainer a:link, div.dlSpecifyDetailsLinkContainer a:visited, .dlListHeadingContainer, .dlCategoriesTitle {
background: #567B7C;
color: white;
}

div.required_form_label { color: #EF3A35; }

div.portal_login { clear: both; }

/* =============================================================================
   Header CSS
============================================================================= */

.text_form_row {
font-size: 12px;
line-height: 15px;
}

input[type="text"] { height: 14px; }

div.e2ma_signup_form_element ul {
clear:both;
list-style:none;
}

/* =============================================================================
   Sticky Footer -- Comment In If Desired
============================================================================= */
/*
*  {
   margin: 0;
   }

html, body {
   height: 100%;
   }

.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto (footer-height); /* the bottom margin is the negative value of the footer's height *//*
   background: black url('../graphics/bg.jpg') no-repeat top center;
   }

.push   {
   height: (footer-height); /* .push must be the same height as footer */
   }

/*Opera Fix*//*
body:before {
   content:"";
   height:100%;
   float:left;
   width:0;
   margin-top:-32767px;
   }

* ==========================================================================
   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: 100%;
}

/*
 * 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.
   Theses 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 only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

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

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

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