/*
 * 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');
@font-face {
    font-family: 'Museo700Regular';
    src: url('../fonts/Museo700-Regular-webfont.eot');
    src: url('../fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo700-Regular-webfont.woff') format('woff'), url('../fonts/Museo700-Regular-webfont.ttf') format('truetype'), url('../fonts/Museo700-Regular-webfont.svg#Museo700Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo300Regular';
    src: url('../fonts/Museo300-Regular-webfont.eot');
    src: url('../fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo300-Regular-webfont.woff') format('woff'), url('../fonts/Museo300-Regular-webfont.ttf') format('truetype'), url('../fonts/Museo300-Regular-webfont.svg#Museo300Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo500Regular';
    src: url('../fonts/Museo500-Regular-webfont.eot');
    src: url('../fonts/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo500-Regular-webfont.woff') format('woff'), url('../fonts/Museo500-Regular-webfont.ttf') format('truetype'), url('../fonts/Museo500-Regular-webfont.svg#Museo500Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

html {
    background: #3a3a3a;
}

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


/* Helper Classes */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0;
}

#container {
    margin: 0 auto;
    width: 900px;
}

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

a:hover, a:active {
    text-decoration: underline;
}


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

body {
    font-family: 'Museo500Regular', serif;
    font-size: 14px;
    color: #3a3a3a;
    background: url('../graphics/layout/bg_home.jpg') repeat-x top left #fff;
}

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

h1 {
    color: #b5131c;
    font-size: 40px;
    font-family: 'Museo700Regular', serif;
    line-height: 33px;
    margin-bottom: 0;
}

h2 {
    color: #ee3c2b;
    font-size: 24px;
    font-family: 'Museo700Regular', serif;
    margin: 0;
    font-style: italic;
}

h3 {
    color: #3b3b3b;
    font-size: 17px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    font-family: 'Museo700Regular', serif;
}

h4 {
    color: #3b3b3b;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    font-family: 'Museo300Regular', serif;
}


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

header {
    height: 186px;
}

#logo {
    padding: 55px 0 0;
}

#logo img {
    padding: 0;
}

#phone {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    float: right;
    color: #3a3a3a;
    font-size: 25px;
    background: url('../graphics/layout/phone_bg.png') no-repeat center left;
    padding-left: 30px;
    margin-top: 37px;
}


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

#topnav {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    float: right;
    line-height: 31px;
    margin-right: 10px;
    margin-top: 10px;
}

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

#topnav ul li {
    display: inline-block;
}

.ie7 #topnav ul li {
    display: inline;
}

#topnav a {
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    border-right: 1px solid;
    padding: 0 5px;
}

#topnav a:link, #topnav a:visited {
    color: #3a3a3a;
}

#topnav a:hover, #topnav a:active {}

#topnav ul li.last a {
    border-right: none;
}

#topnav .collection_item_description, #customerlogin .collection_item_description {
    display: none;
}

#customerlogin {
    float: right;
    background: url('../graphics/layout/login_bg.jpg') no-repeat top left;
    width: 202px;
    height: 31px;
    text-align: center;
    font-family: 'Museo700Regular', serif;
}

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

#customerlogin ul li {
    display: inline-block;
}

#customerlogin ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 31px;
    text-decoration: none;
    font-style: italic;
}

#customerlogin ul li a::after {
    content: url('../graphics/layout/login_arrow.png');
    padding-left: 10px;
}


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

nav.dropdown {
    z-index: 9001;
    padding-top: 33px;
    float: left
}

nav.dropdown ul {
    padding: 0;
    margin: 0;
}

nav.dropdown ul li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    padding: 11px 0;
}

.ie7 nav.dropdown ul li {
    display: inline;
}

nav.dropdown ul li:hover {
    background: #e9e9e9;
    border: 1px solid #cfcfcf;
    border-bottom: none;
    margin: 0 19px;
    padding: 10px 0 11px;
}

nav.dropdown ul li a {
    font-family: 'Museo700Regular', serif;
    color: #3a3a3a;
    text-decoration: none;
    font-size: 17px;
    padding: 0 20px;
}

nav.dropdown ul li a:link, nav.dropdown ul li a:visited {}

nav.dropdown ul li a:hover, nav.dropdown ul li a:active {}

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


/* client doesn't want dropdowns */

nav.dropdown ul.fdpc_level_1 {
    display: none;
}


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

#spotlight {
    height: 313px;
    width: 1365px;
    margin-left: -225px;
}

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

#spotlight ul li {
    background: transparent !important;
}

#spotlight .content_image_box, #spotlight .content_image img {
    margin: 0;
}

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


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

hr {
    margin-top: 0;
}

#main {
    background: url('../graphics/layout/content_bg.jpg') repeat-y 634px top;
    margin-top: 12px;
}

#main p {
    margin-top: 0;
}

#content {
    width: 610px;
    font-size: 17px;
    color: #3b3b3b;
    background: url('../graphics/layout/bg_content_btm.png') no-repeat bottom left;
}

#content .news_articles {
    margin: 1.33em 0;
}

#content h3.content_news_article_headline {
    margin: 1em 0;
    font-size: 24px;
}

#content h4.content_news_article_by_line {
    text-align: left;
    font-size: 14px;
}

#content ol {
    font-size: 15px;
    color: #ed3c2c;
}

#content .collection_item_label {
    color: #3f3f3f;
}

#content .collection_item_description {
    color: #3f3f3f;
    margin-bottom: 1em;
    font-style: normal;
    font-size: 14px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

#content .collection_item_description p {
    margin: 0;
}

#content .collection_item_description ul {
    margin: 0;
    list-style: none;
    padding-left: 15px;
}

#content .collection_item_description ul li {
    background: url('../graphics/layout/bullet.gif') no-repeat left 7px;
    padding-left: 20px;
    margin-left: -10px;
}

aside {
    width: 245px;
}

aside #custutil {
    margin-left: -34px;
    text-align: left;
}

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

aside #custutil .collection_item_label {
    background: url('../graphics/layout/bg_headers.png') no-repeat top left;
    height: 52px;
    line-height: 42px;
    width: 243px;
    color: #ffffff;
    font-size: 17px;
    padding-left: 30px;
}

aside #custutil .collection_item_label a:link, aside #custutil .collection_item_label a:visited {
    color: #fff;
    text-decoration: none;
}

aside #custutil .collection_item_description {
    font-style: normal;
    color: #757575;
    font-size: 12px;
    margin-left: 30px;
    width: 200px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

aside h3 {
    background: url('../graphics/layout/bg_headers.png') no-repeat top left;
    height: 52px;
    line-height: 45px;
    width: 243px;
    color: #ffffff;
    font-size: 17px;
    padding-left: 30px;
    border-bottom: none;
    font-weight: normal;
}

aside .social_media {
    margin-left: -34px;
    text-align: left;
}

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

aside .social_media ul li {
    clear: both;
}

aside .social_media .content_image_box {
    float: left;
    width: 35px;
    text-align: center;
}

aside .social_media .collection_item_label {
    float: left;
    color: #757575;
    font-size: 12px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: normal;
    line-height: 32px;
}

aside .social_media .collection_item_label a:link, aside .social_media .collection_item_label a:visited, aside .social_media .collection_item_label a:hover, aside .social_media .collection_item_label a:active {
    color: #757575 !important;
    text-decoration: none;
}

aside .social_media .collection_item_description {
    display: none;
}

aside .social_media ul {
    padding-left: 47px;
}

#contactus {
    float: right;
    clear: both;
    height: 20px;
    width: 126px;
    margin-bottom: 12px;
}

#contactus a {
    display: block;
    height: 20px;
    width: 126px;
    background: url('../graphics/layout/contactus.png') no-repeat top left;
}

#contactus a:hover {
    background: url('../graphics/layout/contactus_h.png') no-repeat top left;
}


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

footer {
    background: #ebebeb;
}

.wrap {
    width: 900px;
    margin: 0 auto;
}

footer .col {
    width: 150px;
    background: url('../graphics/layout/column_bg.gif') no-repeat right center;
    margin-right: 50px;
    margin-top: 20px;
    height: 190px;
    padding-top: 60px;
}

footer .col+.col+.col {
    background: none;
}

footer .col .collection_item_description {
    display: none;
}

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

footer .col a:link, footer .col a:visited {
    font-size: 12px;
    color: #3a3a3a;
    text-decoration: none;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 600;
    line-height: 33px;
}

.contact {
    float: right;
    padding-top: 60px;
}

.logo_foot {
    padding-top: 35px;
}

.location {
    text-align: center;
    color: #3a3a3a;
    font-size: 12px;
}

.locations_website_title, .location_email, .location_info, .location_social_media {
    display: none;
}

.location_address, .location_phone {
    display: inline-block;
    padding-right: 10px;
}

.ie7 .location_address {
    display: inline;
}

.location_address1, .location_phone1 {
    background: url('../graphics/layout/location_divider.gif') no-repeat right center;
}

.copyright {
    background: #3a3a3a;
    padding: 10px;
    text-align: center;
    color: #888;
    font-size: 12px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    line-height: 30px;
}


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

.internal {
    background: url('../graphics/layout/bg_internal.jpg') repeat-x top left #fff;
}

.internal #spotlight {
    height: 250px;
}

.internal #content {
    font-size: 14px;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.internal h3 {
    clear: both;
}

.internal #content ul {
    padding-left: 10px;
    list-style: none;
}

.internal #content ul li {
    clear: both;
}

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

.internal aside {
    text-align: center;
    position: relative;
}

.internal aside h4 span {
    color: #eb3e34;
    font-family: 'Museo700regular', serif;
}

div.portal_login {
    width: 588px !important;
    height: 184px;
    padding: 90px 0 0 40px;
    background: url('../graphics/layout/bg_login.jpg') no-repeat top left;
    margin-left: -20px !important;
    position: relative;
    margin: 3em 0;
}

.portal_login_username, .portal_login_password {
    float: left;
    width: 40%;
    height: 65px;
}

div.portal_login div.form_row_submit {
    clear: both;
    margin: 0;
    text-align: right;
    background: none !important;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

input.content_login_portal_password, input.content_login_portal_username {
    height: 30px;
    width: 215px !important;
}

div.portal_login div.form_row_submit INPUT {
    background: #ed3c2c;
    border: none;
    font-size: 17px;
    color: #fff;
    padding: 10px 20px;
    line-height: 15px;
    font-family: 'Museo700Regular', serif;
}

aside h3.intthissection {
    position: absolute;
    top: 0;
    left: -3px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav.subnav {
    border: 1px solid #dcdcdc;
    padding: 20px;
    padding-top: 75px;
    width: 190px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.subnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.subnav ul li {
    padding-bottom: 10px;
}

.subnav ul li a:link, .subnav ul li a:visited {
    color: #282828;
    font-size: 17px;
    line-height: 18px;
    padding: 3px 6px;
}

.subnav ul li a:hover, .subnav ul li a:active {
    text-decoration: none;
    background: #dfdfdf;
    border-radius: 8px;
}

.internal aside hr {
    background: url('../graphics/layout/bg_hr.gif') repeat-x -5px top;
    margin: 0 0 2em 10px;
    height: 13px;
    border: none;
    width: 232px;
}


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

div.news_articles ul li h3.content_news_article_headline {
    border-bottom: none;
}

.ie8 #spotlight ul li {
    top: 4px !important;
}

aside .social_media .content_image_box {
    width: 35px !important;
}

.main_internal .content_image_title {
    color: #ee3c2b;
    margin: 4px;
    font-size: 18px;
}

.main_internal .content_image_caption p, .main_internal .cotent_image_caption a {
    font-size: 16px;
    color: #3a3a3a;
}

.main_internal .content_image_caption a {
    text-decoration: underline;
}

.main_internal #main a:link, .main_internal #main a:visited {
    color: #ee3c2b;
}

.main_internal #content ul {
    list-style: disc;
    color: #ee3c2b;
}

.main_internal #content ul li {
    clear: both;
}

ul.list_style_none {
    list-style: none !important;
}


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


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


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

.ie body {
    font-family: "Museo700Regular", serif;
}


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


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

.ie8 header {
    height: 166px;
}

.ie8 #main {
    margin-top: 32px;
}


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


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

.ie7 .clear {
    height: 1px;
}

.ie7 nav.pnav ul li {
    display: inline;
}

.ie7 nav.pnav ul li ul li {
    display: block;
}


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

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

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

form.dlSearchForm {
    border: 0px;
}

#catalog form {
    padding: 0;
}

form {
    border: none !important;
}

#main {
    background: none;
}

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

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: #E8E8E6;
    color: #333;
}

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: #E8E8E6;
    color: #333;
}

div.required_form_label {
    color: #EF3A35;
}

div.portal_login {
    clear: both;
}


/* =============================================================================
   Styling Forms
============================================================================= */

form {
    margin: 1em 0;
    border: 1px solid #dcdcdc;
    padding: 10px 25px 0;
}

h5.form_title {
    clear: both;
    background: url(../graphics/layout/1.gif) no-repeat center left transparent;
    font-family: 'Museo700Regular', serif;
    padding-left: 30px;
    z-index: 100;
    position: relative;
}

h5.form_title.post2 {
    background: url(../graphics/layout/2.gif) no-repeat center left transparent;
}

h5.form_title.post3 {
    background: url(../graphics/layout/3.gif) no-repeat center left transparent;
}

h5.form_title.post4 {
    background: url(../graphics/layout/4.gif) no-repeat center left transparent;
}

div.form_label {
    font-weight: 400;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}

div.form_row_submit {
    background: #f8f8f8;
    color: #333;
    height: 70px;
    margin-left: -25px;
    width: 599px;
    margin-bottom: 0;
}

div.form_row_submit INPUT {
    float: right;
    height: 35px;
    margin-top: 20px;
    margin-right: 10px;
    background: #ee3c2b;
    border: none;
    color: #fff;
    font-family: 'museo500regular', serif;
    font-size: 16px;
    padding: 2px 20px;
}

.portal_login form {
    margin: 0;
    border: none;
    padding: 0;
}

div.portal_login div.form_row_submit {
    bottom: 6px;
}


/* =============================================================================
   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;
    }
    /*
     * 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;
    }
}
.internal {
    aside #custutil, aside .social_media {
        margin-left: 0 !important;
    }
}
