/* This file holds the global styles for the is&t website. */
body
{
    -webkit-text-size-adjust: none;
}

/* Role-specific hide/show logic */
.role-reviewer #region-content .tabs
{
    display: none;
}
/****** Adaptive hide/show logic ******/

.hide-phone,
#block-nice-menus-1,
.site-name-slogan,
#main-menu,
.block-search input.form-submit7,
.block-google-appliance input.form-submit,
#section-subtitle,
#region-sidebar-first,
.region-sidebar-second .help
{
    display: none;
}

/* Will be used for the mobile view. Overridden in ist-alpha-narrow for other views */
.zone-branding .region
{
    float: left;
    width: 43%;
    margin: 0 3.5%;
}

/***** Branding *****/
.logo-img a
{
    background: transparent url(../images/backgrounds/mobile-logo.png) no-repeat 0 10px;
    display: block;
    width: 60px;
    height: 40px;
}

#logo,
#ist-logo-web-large, /* hides the large ist logo from mobile viewport */
div.logo-img img #logo
{
    display: none;
    margin-top: 0;
}

/***** Backgrounds *****/
.zone-user-wrapper
{
    background-color: #2b2b2b;
}

.zone-branding-wrapper
{
    background: #d3d3d3 url(../images/backgrounds/background-top.jpg) repeat-x 0 -4px;
    /* height: 44px; old value for mobile viewport */
    height: 86px; 
}

.zone-menu-wrapper
{
    background: white url(../images/backgrounds/background-main-menu.png) repeat-x 0 89px;
}

/**
 * Lay out #region-branding and #region-user-second so the search bar can
 * expand to full width (at mobile breakpoint)
 */

#region-branding
{
    width: 9%;
}

#region-user-second
{
    width: 67%;
    padding-left: 10%;
}

#breadcrumb,
.google-appliance-results-control-bar
{
    background: #f5f5f5 url(../images/backgrounds/breadcrumb-1x-pattern.png) repeat 0 0;
}

#zone-preface #section-subtitle .section-subtitle
{
    background: transparent url(../images/backgrounds/top-colorbar-arrow.png) no-repeat 9% 0;
}

#zone-preface #section-subtitle .section-subtitle-outer
{
    background: transparent url(../images/backgrounds/top-colorbar-gradient_top.png) repeat-x 0 0;
}

.section-get-started          #zone-preface #section-subtitle
{
    background: #a13b43 url(../images/backgrounds/top-colorbar-pattern-red.png) repeat 0 0;
}
.section-services             #zone-preface #section-subtitle
{
    background: #13a3ba url(../images/backgrounds/top-colorbar-pattern-blue.png) repeat 0 0;
}
.section-software-hardware    #zone-preface #section-subtitle
{
    background: #c77900 url(../images/backgrounds/top-colorbar-pattern-orange.png) repeat 0 0;
}
.section-secure               #zone-preface #section-subtitle
{
    background: #775786 url(../images/backgrounds/top-colorbar-pattern-purple.png) repeat 0 0;
}
.section-about                #zone-preface #section-subtitle
{
    background: #819c00 url(../images/backgrounds/top-colorbar-pattern-green.png) repeat 0 0;
}

.node-type-audience-page      #zone-preface #section-subtitle
{
    background: #59544d url(../images/backgrounds/top-colorbar-pattern-gray.png) repeat 0 0;
}

aside.region-sidebar-second
{
    margin-top: 19px;
}

aside.region-sidebar-second.contains-multiple-blocks
{
    background-color: #F5F5F5;
}



aside.region-sidebar-second .region-inner > div,
aside.region-sidebar-second .region-inner > aside
{
    margin-bottom: 26px;
}

aside.region-sidebar-second .region-inner .block-service-costs-svc-costs
{
    margin-bottom: 18px;
}

/****** Menus ******/
.block-menu-audiences h2.block-title
{
    display: none;
}

.block-menu-audiences ul.menu
{
    float: right;
}

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

.block-menu-audiences li.last
{
    padding-right: 0;
    margin-right: 0;
}

#block-nice-menus-2
{
    margin: 0 -10px;
}

#block-nice-menus-2 ul.nice-menu
{
    width: 100%;
}

#block-nice-menus-2 ul.nice-menu li
{
    width: 50%;
    background-color: #442C2C;
}

#block-nice-menus-2 ul.nice-menu > li
{
    background: #442C2C url(../images/backgrounds/mobile-nav-dropshadow.png) repeat-x left bottom;
}

#block-nice-menus-2 ul.nice-menu li ul li
{
    border-bottom: 1px solid #b3b2b0;
}

#block-nice-menus-2 ul.nice-menu li.first
{
    border-top: 1px solid #b3b2b0;
}

#block-nice-menus-2 ul.nice-menu > li.menu-index-2,
#block-nice-menus-2 ul.nice-menu > li.menu-index-2 li
{
    background-color: #F0EFEB;
}

#block-nice-menus-2 ul.nice-menu li a
{
    padding: 0.1em 0 0 3.5%;
}

#block-nice-menus-2 ul.nice-menu > li > a
{
    padding-left: 7%;
}

#block-nice-menus-2 ul.nice-menu ul
{
    top: auto;
}

#block-nice-menus-2 ul.nice-menu li ul
{
    width: 100%;
}

#block-nice-menus-2 ul.nice-menu li.menu-index-2 ul li
{
    left: -100%;
}

#block-nice-menus-2 ul.nice-menu li ul li
{
    width: 200%;
}

#block-nice-menus-2 ul.nice-menu li ul li a
{
    margin-right: 15px;
    background: transparent url(../images/backgrounds/mobile-nav-arrow-primary.png) no-repeat right center;
}

#block-nice-menus-2 ul.nice-menu li.menu-index-2 ul li a
{
    background-image: url(../images/backgrounds/mobile-nav-arrow-gray.png);
}

/* Hide arrows for phone and email links */
#block-nice-menus-2 ul.nice-menu li.menu-index-2 ul li.menu-index-4 a,
#block-nice-menus-2 ul.nice-menu li.menu-index-2 ul li.menu-index-5 a
{
    background-image: none;
}


/****** Search ******/

.block-google-appliance
{
    padding-top: 8px;
    text-align: right;
    background: transparent url(../images/icons/mobile-search_icon.png) no-repeat right 70%;
}

.block-google-appliance input.form-text
{
    width: 38px;
    height: 30px;
    border-width: 0;
    background-color: transparent;
    text-indent: -9999px;
}

.block-google-appliance input.form-text:focus
{
    width: 100%;
    position: relative;
    right: 36px;
    background-color: white;
    text-indent: 0;
}

/****** Page Titles ******/

#section-title
{
    margin: 1.35em 0 .15em 10px;
}

h1#page-title
{
    margin: 0.45em 0 .45em 0;
}

.front h1#page-title
{
    display: none;
}

.section-top #section-title
{
    display: none;
}

.section-top h1#page-title
{
    margin:  0.45em 0;
}

/****** Breadcrumb ******/
#breadcrumb,
.google-appliance-results-control-bar
{
    border-top: 1px solid #b4a883;
    margin: 0;
}

#breadcrumb .breadcrumb
{
    margin: 0 0.80645%;
    padding: 0;
    text-indent: -9999px;
}


/****** Home Page ******/

body.front #zone-preface-wrapper
{
    margin-bottom: 0;
}

body.front #region-sidebar-second
{
    display: none;
}

body.front h2.block-title
{
    padding-bottom: 0.25em;
    border-bottom: 4px solid #707070;
    margin-bottom: 0.5em;
}

body.front .region-content .block
{
    margin-bottom: 2em;
}

body.front #block-system-main,
.front .region-content .kb-normal
{
    display: none;
}

/* Home Page Help Block */
body.front .region-preface-first .home-help
{
    width: 40%;
    margin: 0;
}

body.front .region-preface-first .home-help .block-inner
{
    padding: 1.75em 6.5% 1.5em 6.5%;
}

body.front .region-preface-first .home-help h2.block-title
{
    border: none;
    margin:  0;
}

body.front .region-preface-first .home-help ul li
{
    padding-bottom: 1em;
}

body.front .region-preface-first .home-help ul li a
{
    background: transparent url(../images/icons/home-gethelp-arrow.png) no-repeat 0 3px;
    padding: 0 0 0 2em;
    display: block;
}

body.front .region-preface-first .home-help .block-inner span.caption
{
    display: none;
}

/* Home Page Spotlight Block */

body.front .region-preface-first-inner
{
    padding: 0;
    margin:  1em 2.5%;
    float: left;
    width: 95%;
    background: #d3cfca url(../images/backgrounds/background-home-spotlight-full.png) repeat-y right top;
}


body.front #block-views-homepage-spotlight-spotlight
{
    float: left;
    width: 100%;
    margin: 10px 10px 0 0;
}

#views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight
{
    z-index: 1; /* Fix problem overlapping menus when >3 slides */
}

body.front #slide-wrapper #slide-inner
{
    background-repeat: no-repeat;
}

body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-title,
body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-body,
body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-field-link
{
    padding-left: 101px;
}

.views-slideshow-cycle-main-frame-row
{
    margin-left: -101px !important;
}

body.front #slide-wrapper #slide-inner
{
    background-position: 0 50%;
}



body.front #block-views-homepage-spotlight-spotlight .block-inner,
body.front #block-views-homepage-spotlight-spotlight .block-inner .content,
body.front #block-views-homepage-spotlight-spotlight .block-inner .content .view-homepage-spotlight,
body.front #block-views-homepage-spotlight-spotlight .block-inner .content .view-homepage-spotlight .view-content,
body.front #block-views-homepage-spotlight-spotlight .block-inner .content .view-homepage-spotlight .view-content .skin-default,
body.front #views_slideshow_cycle_main_homepage_spotlight-spotlight,
body.front #views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight,
body.front #views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight .views_slideshow_cycle_slide,
body.front #views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight .views_slideshow_cycle_slide .views-row,
body.front #views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight #slide-wrapper,
body.front #views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight #slide-wrapper #slide-inner
{
    /*display: block;*/  /* Prevent spotlights after first showing up if javascript disabled or slow */
    min-height: 230px;
    height: 100%;
    width: 100%;
}

body.front #views_slideshow_cycle_teaser_section_homepage_spotlight-spotlight #slide-wrapper
{
    z-index: -100;
}

body.front #block-views-homepage-spotlight-spotlight .block-inner .views-slideshow-cycle-main-frame-row
{
    width: 121%;
}

body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-title,
body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-body,
body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-field-link
{
    margin-left: 5%;
    margin-right: 5%;
}

body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-title
{
    padding-top: 28px;
}

body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-body
{
    padding-top: 22px;
}

body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-field-link
{
    padding-top: 2.0em;
    padding-bottom: 0.80em;
}

body.front .region-preface-first #block-views-homepage-spotlight-spotlight .views-field-field-link ul li
{
    height: 36px;
    padding-top: 0.45em;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    background: none;
}

body.front #block-views-homepage-spotlight-spotlight .views-slideshow-controls-bottom
{
    position: absolute;
    z-index: 10000;
    right: 4.5%;
    margin-top: -40px;
}

body.front #block-views-homepage-spotlight-spotlight .views-slideshow-controls-bottom > *
{
    float: left;
    clear: none;
}

body.front #views_slideshow_slide_counter_homepage_spotlight-spotlight
{
    margin-top: 13px;
    margin-right: 8px;
}

body.front #block-views-homepage-spotlight-spotlight .views-slideshow-controls-bottom .control
{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #b9c5ca;
    background: url(../images/icons/home-spotlight-arrow.png) 50% 50% no-repeat #6b8893;
}

body.front #views_slideshow_controls_text_previous_homepage_spotlight-spotlight
{
    margin-right: 5px;

    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
}

body.front #block-views-homepage-spotlight-spotlight .views-slideshow-controls-bottom .control:hover
{
    background-color: #6d8c98;
    border-color: #fff;
}

body.front #views_slideshow_controls_text_pause_homepage_spotlight-spotlight
{
    display: none;
}

/* Home Page Certificates Block */
body.front .certificates ol
{
    margin-top: 1em;
}

body.front .certificates a
{
    padding-top: 2px; /* Keep IE from clipping background image */
    padding-bottom: 1px; /* Keep IE from clipping background image */
    padding-left: 25px;
    line-height: 2em;
    background: transparent url(../images/icons/home-certificates-action.png) no-repeat 0 75%; /* 75%; */
}

/* Home Knowledge Base Top 5 Block */
.front .region-content .kb-normal .item-list ul,
.front .region-content .kb-default .item-list ul
{
    margin: 0;
}

.front .region-content .kb-normal li,
.front .region-content .kb-default li
{
    margin: 0;
    padding:  0.25em 1em;
    color: #0069D2;
}

.front .region-content .kb-normal li.views-row-odd,
.front .region-content .kb-default li.views-row-odd
{
    background-color: #E5F0F6;
}

.front .region-content .kb-normal li .field-content,
.front .region-content .kb-default li .field-content
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Home Page System Status Block */
.front .block-ist-3down-system-status li
{
    padding-left: 30px;
    line-height: 2em;
    background-position: center left;
    background-repeat: no-repeat;
    list-style-image: none;
    list-style-type: none;
}

.front .block-ist-3down-system-status li.green { background-image: url(../images/icons/home-status-check.png); }
.front .block-ist-3down-system-status li.yellow { background-image: url(../images/icons/home-status-warning.png); }
.front .block-ist-3down-system-status li.red { background-image: url(../images/icons/home-status-down.png); }

/* Home Page Calendar Highlights Block */
.view-calendar-highlights table thead
{
    display: none;
}

.view-calendar-highlights table,
.view-calendar-highlights table tbody,
.view-calendar-highlights table tr
{
    border: none;
}

.view-calendar-highlights table tr td
{
    padding: .2855em 1em ;
}

.view-calendar-highlights table tr.odd td
{
    background-color: #E5F0F6;
}

.view-calendar-highlights table tr.even td,
.view-calendar-highlights table tr.even:hover td,
.view-calendar-highlights table tr.even td:hover
{
    background-color: white;
}

.view-calendar-highlights table tr td.views-field-field-date
{
    width: 20%;
    min-width: 55px;
    padding-left: 0;
    color: black;
    background-color: white;
    text-transform: uppercase;
}

/* News Headlines */
.view-news-headlines .views-row
{
    padding-bottom: 2em;
}

.view-news-headlines img
{
    max-width: 100%;
}

body.section-top.section-secure #region-content .block-title,
body.news-top #region-content .block-title
{
    padding-bottom: 8px;
    border-bottom: 5px solid #F1F0EE;
    margin-bottom: 13px;
}

body.front #zone-content .block-workbench
{
    display: none;
}

/* Special-case handling for mobile landscape view */
@media all and (min-width: 321px) {
    body.front .certificates,
    body.front .block-ist-3down
    {
        display: inline-block;
        width: 44%;
        vertical-align: top;
    }

    body.front .view-news-headlines .views-row,
    body.front .view-news-headlines .views-field
    {
        float: left;
    }

    body.front .view-news-headlines .views-field-field-image,
    body.front .view-news-headlines .views-field-title,
    body.front .view-news-headlines .views-field-body
    {
        padding-left: 2.5%;
        width: 42.5%
    }

}


/****** Article Body Content ******/
article p,
article ol,
article ul,
.field-name-field-service-audience-category .field-items
{
    margin-bottom: 0.877em;
}

article ul,
#zone-content ul,
.view-display-id-svcs_by_category ul,
.view-display-id-svcs_by_category ul li,
body.software-hardware-top .menu-block-hardware_pages ul ul,
body.software-hardware-top .menu-block-hardware_pages ul ul li
{
    list-style-position: inside;
    list-style-image: url("../images/bullet.jpg");
}

#zone-content article ul
{
    list-style-position: outside;
    padding-left: 1em;
}

.view-services-list ul li.views-row {
  list-style: none;
  background: transparent url("../images/bullet.jpg") no-repeat;
  background-position: 0 12px;
  padding-left: 20px;
  margin-left: 1em
}

#zone-content article ol
{
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 1.5em;
}

/****** Tables *******/
article table,
article th,
article tr,
article tr:hover td,
article tr.even:hover td.active,
article tr.odd:hover td.active
{
    border:  0;
    background-color: transparent;
}

article th,
article th a,
article thead th
{
    border-bottom: 4px solid #E2E1DD;

    padding: 2.5% 2.5% 6px 2.5%;
    margin-bottom: 1px;
    font-size: 0.835em;
    font-weight: bold;
    line-height: 1.25em;
    color: #4F4F4F;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    vertical-align: bottom;
}

article tr td
{
    color: #3A3A3A;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    padding:  2.5%;
}

article tr td
{
    vertical-align: top;
}

article tr:nth-child(odd) td
{
    background-color: #E5F0F5;
}

/****** Sidebar Menus and Blocks *******/
aside.region-sidebar-second
{
    margin: 0;
}

aside.region-sidebar-second > .region-sidebar-second-inner
{
    margin: 0 10px;
    padding-top: 38px;
    padding-bottom: 10px;
}

aside .item-list ul,
.view-services-list.view-display-id-svcs_sidebar,
.view-services-list.view-display-id-svcs_sidebar_versions
{
    margin: 0;
    padding: 0;
}

aside ul.menu li,
aside .item-list ul li,
.view-services-list.view-display-id-svcs_sidebar .view-content .views-row,
.view-services-list.view-display-id-svcs_sidebar_versions  .view-content .views-row
{
    list-style: none;
    margin: 0 0 0.55em 0;
    padding: 0;
}

#block-views-related-pages-block h2.block-title
{
    margin-bottom: 11px;
}

#block-views-related-pages-block .view-content .views-row-first
{
    margin-top: 8px;
}

#block-views-related-pages-block .view-content .views-row-last,
#block-views-related-pages-block .view-content .views-row-first.views-row-last,
#block-views-related-pages-block-1 .view-content .views-row-last,
#block-views-related-pages-block-1 .view-content views-row-first.views-row-last,
#block-views-services-list-svcs-sidebar .view-content .views-row-last
{
    margin-bottom: 0;
}

aside ul.menu ul.menu
{
    margin-top: 0.433em;
}

aside ul.menu li ul.menu li
{
    margin-left: 0.5em;
}

aside h2.block-title
{
    padding-bottom: 0.5em;
    border-bottom: 5px solid #e3e2de;
    margin-bottom: 0.833em;
}

aside p
{
    margin-bottom: 0.733em;
}

/* Indicate PDF and knowledge base articles in the sidebar and search results */
aside a[href $='.pdf']:after,
aside a[href $='.PDF']:after,
ol.google-appliance-results a[href $='.pdf']:after,
ol.google-appliance-results a[href $='.PDF']:after
{
    content: "PDF";
    background-color: #929082;
}

/* We can't detect kb.mit.edu links just with CSS, so depend on the 'kb' class added to the anchor */
aside a.kb:after,
ol.google-appliance-results a.kb:after
{
    content: "KB";
    background-color: #819c00;
}

.views-field-field-retrieval-option a.kb:after{
  content: none;
}

aside a[href $='.pdf']:after,
aside a[href $='.PDF']:after,
aside a.kb:after,
ol.google-appliance-results a[href $='.pdf']:after,
ol.google-appliance-results a[href $='.PDF']:after,
ol.google-appliance-results a.kb:after
{
    display: inline-block;
    padding: 1px 5px 1px 5px;
    position: relative;
    margin-left: 6px;
    text-align: center;
    line-height: 1.25em;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 1px 1px 0 #4d4d4d;
    -webkit-box-shadow: 1px 1px 0 #4d4d4d;
    box-shadow: 1px 1px 0 #4d4d4d;
}

ol.google-appliance-results a[href $='.pdf']:after,
ol.google-appliance-results a[href $='.PDF']:after,
ol.google-appliance-results a.kb:after
{
    top: -2px;
    line-height: 1.5em;
}

/* Hide 'kb' link in the Help sidebar */
aside #block-block-1 a.kb:after
{
    content: "";
    padding: 0;
    margin: 0;
    box-shadow: none;;
}


/********* Footer ***********/
.section-footer
{
    margin-top: 65px;
}

.section-footer,
.section-footer a
{
    color: #5b5b5b;
}


.section-footer .footer-logo
{
    float: left;
    height: 100%;
}

.section-footer .footer-logo a
{
    display: block;
    height: 2em;
    margin-left: 10px;
    text-decoration: none;
}

.section-footer .footer-contact
{
    clear: left;
    padding-top: 10px;
    margin-left: 10px;
}

.section-footer .footer-contact a
{
    color: #0073e9;
    text-decoration: none;
}
.zone-footer .region-footer-first
{
    margin-bottom: 3em;
}

.zone-footer .region-footer-first .block-menu-block ul.menu li
{
    display: none;
    padding-right: 0;
    border-top:  1px solid #B2B2B2;
}

.zone-footer .region-footer-first .menu-block-wrapper >  ul.menu > li
{
    background-color: #E5E4E0;
}

.zone-footer .region-footer-first .block-menu-block ul.menu li.active-trail,
.zone-footer .region-footer-first .block-menu-block  ul.menu > li.active-trail > ul > li
{
    display: block;
}

body .zone-footer .region-footer-first .menu-block-wrapper >  ul.menu li > ul
{
    background-color: white;
}

body .zone-footer .region-footer-first .menu-block-wrapper >  ul.menu li.active-trail > ul > li.active-trail > ul
{
    padding-top: 27px;
    padding-bottom: 27px;
    background-color: #f5f5f5;
    border-top: 1px solid #D6D6D6;
}

.zone-footer .region-footer-first .block-menu-block ul.menu li.active-trail > ul > li > ul > li
{
    border: none;
}

.zone-footer  .block-menu-block
{
    margin: 0 -10px;
}

.zone-footer .region-footer-second
{
    position: static;
}

.zone-footer .region-footer-second .block-menu-block
{
    background-color: #5B5B5B;
}

.section-footer .block-menu-block .menu-block-wrapper ul li
{
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

.section-footer .block-menu-block .menu-block-wrapper > ul > li
{
    border-bottom: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
}

.section-footer .block-menu-block .menu-block-wrapper > ul > li a
{
    padding-left: 3.5%;
}

.section-footer .region-footer-first .block-menu-block .menu-block-wrapper > ul > li > ul > li >a
{
    display: block;
    margin-right: 15px;
    background: transparent url(../images/backgrounds/mobile-nav-arrow-gray.png) no-repeat right center;
}

.section-footer .region-footer-first .block-menu-block .menu-block-wrapper > ul > li > ul > li.active-trail > a.active-trail:after
{
    content: url(../images/backgrounds/mobile-nav-down-arrow.png);
    margin-top: -1em;
    left: 5%;
    position: absolute;
    display: block;

}

.section-footer .region-footer-first .block-menu-block .menu-block-wrapper > ul > li > ul > li > ul 
{
    width: 96.3%;
    padding-left: 7.4%;
    margin :0 -3.7%;
}

.section-footer .region-footer-second .menu-name-menu-footer-menu
{
    margin-top: 20px;
}

.section-footer .region-footer-second .menu-name-menu-footer-menu ul li ul
{
    display: none; /* Show this level when we get to 1024 */
}

.section-footer .menu-name-menu-footer-menu ul li a
{
    color: #ffffff;
    text-decoration: none;
}


/********* ********* ********* Layout for Specific Pages ********* ********* ***********/

/********* Services List ***********/


#quicktabs-services_list ul.quicktabs-tabs
{
    width: 100%;
}

#quicktabs-services_list ul.quicktabs-tabs li
{
    padding: 0;
    margin:  0;
    width: 33.333333%;
    display: inline-block;
    text-align: center;
    background: url(../images/backgrounds/background-1x1-gray.png) repeat-y top right;
}

#quicktabs-services_list ul.quicktabs-tabs li.active a:after
{
    content: url(../images/backgrounds/our_services-mobile-arrow.png);
    padding-top: 0.35em;
    margin-left: -10px;
    left: 50%;
    position: absolute;
    display: block;
}

#quicktabs-services_list ul.quicktabs-tabs li.first.active a:after
{
    left: 16.66%;
}

#quicktabs-services_list ul.quicktabs-tabs li.last.active a:after
{
    left: 83.33%;
}

#quicktabs-services_list ul.quicktabs-tabs li.last
{
    background-image: none;
}

#quicktabs-services_list ul.quicktabs-tabs li a
{
    display: block;
    padding: 0.5em 0;
    width: 100%;
    color: #4D4D4D;
    border-top: 1px solid #00A3B8;
    border-bottom: 1px solid #00A3B8;
}

#quicktabs-services_list ul.quicktabs-tabs li.first a
{
    border-left: 1px solid #00A3B8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-top-left-border-radius: 5px;
    -moz-bottom-left-border-radius: 5px;
    -webkit-top-left-border-radius: 5px;
    -webkit-bottom-left-border-radius: 5px;
}

#quicktabs-services_list ul.quicktabs-tabs li.last a
{
    border-right: 1px solid #00A3B8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-top-right-border-radius: 5px;
    -moz-bottom-right-border-radius: 5px;
    -webkit-top-right-border-radius: 5px;
    -webkit-bottom-right-border-radius: 5px;
}


#quicktabs-services_list ul.quicktabs-tabs li.active a
{
    background-color: #00A3B8;
    color: white;
}

.view-services-list {
    margin-top: 32px;
}

.view-display-id-svcs_by_category
{
    margin-top: 25px;
}

.view-services-list .view-content .views-row
{
    padding-left: 1em;
}

.view-services-list h3
{
    margin-top: 0; /*0.6em;*/
    padding-left: 1em;
}

.view-services-list ul li
{
    margin:  0;
}

/* Services List - specific quicktab displays */

.view-display-id-svcs_by_category ul
{
    display: none;
}

.view-display-id-svcs_by_category ul li div
{
    display: inline-block;
    line-height: 1.857em;
}

.view-display-id-svcs_by_category > div > .item-list,
body.software-hardware-top .menu-block-hardware_pages > ul > li
{
    margin-top: 0.8em;
    margin-bottom: 0;
}

.view-display-id-svcs_by_category > .view-content > .item-list > h3 > a[href]
{
    display: block;
    margin-bottom: 0;
}

.view-display-id-svcs_by_category > .view-content > .item-list > h3 > a[href]:before
{
    display: inline-block;

    position: relative;
    top: 1px;
    margin-left: -17px;
    margin-right: 14px;

    content: "\00BB";
}

.view-display-id-svcs_by_category > .view-content > .item-list > h3.expanded > a[href]:before,
.software-hardware-top .menu-block-hardware_pages > ul > li.expanded > a:before,
.software-hardware-top .menu-block-hardware_pages > ul > li.last > a:before
{
    /* transform only applies to :before pseudoelement, but
    its center is calculated based on dimensions of full element */
    -webkit-transform-origin: 6px 60%;
    -webkit-transform:rotate(90deg);

    -moz-transform-origin: 6px 60%;
    -moz-transform:rotate(90deg);

    -ms-transform-origin: 6px 60%;
    -ms-transform:rotate(90deg);
}

.view-display-id-svcs_by_category .view-content .item-list p
{
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 0;
}

.view-display-id-svcs_by_category .view-content .item-list > ul
{
    margin: 5px 0 10px 13px;
}

.view-display-id-embedded_subcategories
{
    margin-top: 0;
}

.view-display-id-svcs_by_category .view-content .view-display-id-embedded_subcategories .item-list ul
{
    margin: 0;
    display: block !important;
}

.view-display-id-svcs_by_category li.embedded-list
{
    padding-left: 1em;
    list-style-image: none !important;
    background: url(../images/bullet.jpg) no-repeat 1em .65em;
}

.view-display-id-svcs_by_category ul li .view-display-id-embedded_subcategories > div,
.view-display-id-svcs_by_category ul li .view-display-id-embedded_subcategories > div > div
{
    display: block;
}

.view-display-id-embedded_subcategories h3 a
{
    font-weight: normal;
}

.view-services-list.view-display-id-svc_by_audience,
.view-services-list.view-display-id-svcs_a_to_z
{
    margin-left: 10px;
}

.view-services-list.view-display-id-svcs_a_to_z .attachment
{
    padding-left: 1.1em;
    padding-bottom: 3.25em;
}

.view-services-list.view-display-id-svcs_a_to_z .attachment .views-row
{
    display: inline;
    float:left;
    margin: 0;
    padding: 0 9px 0 5px;
    width: auto;
    background: url(../images/bullet.jpg) right 65% no-repeat;
}

.view-services-list.view-display-id-svcs_a_to_z .attachment .views-row-first
{
    padding-left: 0;
}

.view-services-list.view-display-id-svcs_a_to_z .attachment .views-row-last
{
    margin-right: 0;
    background-image: none;
}

.view-services-list.view-display-id-svc_by_audience h3,
.view-services-list.view-display-id-svcs_a_to_z > .view-content h3 a
{
    display: inline-block;
}

.view-services-list.view-display-id-svc_by_audience h3,
.view-services-list.view-display-id-svcs_a_to_z > .view-content h3
{
    margin: 0 0 13px 0;
}

.view-services-list.view-display-id-svcs_a_to_z > .view-content .views-row
{
    padding-left: 9px;
    margin-left: 7px;
    margin-bottom: 0;
    background: url(../images/bullet.jpg) left 0.8em no-repeat;
}

.view-services-list.view-display-id-svc_by_audience .view-content .views-row
{
    padding-left: 9px;
    margin-left: 10px;
    margin-bottom: 0;
    background: url(../images/bullet.jpg) left 0.8em no-repeat;
}

.view-services-list.view-display-id-svc_by_audience .view-content .views-row .views-field,
.view-services-list.view-display-id-svcs_a_to_z > .view-content .views-row .views-field,
body.node-type-wizard-step-page #block-views-wizard-options-wizard-options .views-row .views-field
{
    margin-bottom: 0;
    line-height: 1.85em;
}

.view-services-list.view-display-id-svc_by_audience .view-content .views-row-last,
.view-services-list.view-display-id-svcs_a_to_z > .view-content .views-row-last
{
    margin-bottom: 27px;
}

.view-services-list.view-display-id-svcs_a_to_z .view-content
{
    clear: left;
}

.view-display-id-audience_terms_display .view-content
{
    display: inline-block;
}
.view-display-id-audience_terms_display .view-content .views-row
{
    float: left;
    background: none !important;
    text-transform: uppercase;
    font-weight: bold;
}


body.services-top #region-footer-first .block-menu-block
{
    display: none;
}

/*** Service Node ***/

body.section-services #block-ist-services-left-nav-services-left-nav
{
    margin-top: 0;
}

body.section-services #block-ist-services-left-nav-services-left-nav p#service_category_title
{
    margin-bottom: 1.0em;
}

body.section-services #block-ist-services-left-nav-services-left-nav #services_in_category_wrapper div.service_wrapper
{
    padding-left: 0;
    margin: 0 0 .733em 0;
}

.field-name-field-service-category
{
    display: none;
}

/** block Service Costs  **/

.view-service-costs ul li > span.views-field-field-cost
{
    display: block;
}

.view-service-costs ul li > span.views-field-field-cost .item-list > ol > li
{
    margin-bottom: 13px;
}

.view-service-costs ul li > span.views-field-field-cost .field,
.block-views-service-costs-block-1 .views-field,
.block-views-service-costs-block-2 .views-field,
.block-views-service-costs-block-3 .views-field
{
    padding: 3px 9px;
    border: 1px solid #E3E2DE;
    border-bottom: none;
}

.block-views-service-costs-block-1 .views-field,
.block-views-service-costs-block-2 .views-field,
.block-views-service-costs-block-3 .views-field
{
    float: left;
    clear: left;
    width: 90%;
    /*margin-right: 10px;*/
}

.view-service-costs ul li > span.views-field-field-cost .field-name-field-service-name,
.view-service-costs ul li > span.views-field-field-cost .field-name-field-service-rate,
.view-service-costs ul li > span.views-field-field-cost .field-name-field-payment-methods,
.block-views-service-costs-block-1 .views-field,
.block-views-service-costs-block-2 .views-field,
.block-views-service-costs-block-3 .views-field
{
    background-color: white;
}

.view-service-costs ul li > span.views-field-field-cost .field-name-field-payment-methods,
.block-views-service-costs-block-1 .views-field-field-service-method-1,
.block-views-service-costs-block-2 .views-field-field-service-method-2,
.block-views-service-costs-block-3 .views-field-field-service-method-3
{
    border-bottom: 1px solid #E3E2DE;
}

.view-service-costs ul li > span.views-field-field-cost span p,
.block-views-service-costs-block-1 .views-field p,
.block-views-service-costs-block-2 .views-field p,
.block-views-service-costs-block-3 .views-field p
{
    margin: 0 0;
}

.block-views-service-costs-block-1 .views-label,
.block-views-service-costs-block-2 .views-label,
.block-views-service-costs-block-3 .views-label
{
    font-weight: bold;
    margin-right: 0.25em;
}

.view-service-costs ul li > span.views-field-field-cost .field-name-field-payment-methods > span,
.block-views-service-costs-block-1 .views-label,
.block-views-service-costs-block-1 .field-content,
.block-views-service-costs-block-2 .views-label,
.block-views-service-costs-block-2 .field-content,
.block-views-service-costs-block-3 .views-label,
.block-views-service-costs-block-3 .field-content
{
    float:left;
}


/**
 *  Page 'Software & Hardware' -- MOBILE styling
 */

body.software-hardware-top .container-10.zone-content .grid-7.region-content
{
    margin-left: 0;
    margin-right: 0;
}

body.software-hardware-top .view-display-id-sft_grid_page .grid-title
{
    margin-left: 11px;
    margin-bottom: 5px;
}

body.software-hardware-top .menu-block-hardware_pages
{
    margin: 0 20px 10px 20px;
}

body.software-hardware-top .menu-block-hardware_pages ul li
{
    list-style-image: none;
    list-style-type: none;
}

body.software-hardware-top .menu-block-hardware_pages ul li.expanded
{
    padding-top: 0;
}

body.software-hardware-top .menu-block-hardware_pages > ul > li > a
{
    margin-bottom: 0;
}

body.software-hardware-top .menu-block-hardware_pages > ul > li > a:before
{
    display: inline-block;

    position: relative;
    top: 1px;
    margin-left: -17px;
    margin-right: 14px;
    content: "\00BB";
}

body.software-hardware-top #block-menu-block-hardware-pages .block-title
{
    display: none;
}

body.software-hardware-top .menu-block-hardware_pages > ul > li > p.description
{
    padding-left: 10px;
    margin-top: -3px;
    margin-bottom: 0;
}

body.software-hardware-top .menu-block-hardware_pages ul ul
{
    display: none;
    margin-left: 7px;
    margin-bottom: 12px;
}

body.software-hardware-top .menu-block-hardware_pages ul ul li
{
    margin-top: 8px;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets
{
    padding: 7px 0 15px 0;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px;

    border: 1px solid #999A9E;
    background-color: #E5F0F5;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets .views-exposed-widget,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets .views-exposed-widget
{
    padding: 0.8% 0.8% 0 0.8%;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets .views-exposed-widget label,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets .views-exposed-widget label
{
    margin-left: 0.75%;
    margin-bottom: 11px;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets .views-exposed-widget select,
body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets .views-exposed-widget input#edit-keywords,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets .views-exposed-widget select,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets .views-exposed-widget input#edit-keywords
{
    width: 100%;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets #edit-type-wrapper,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets #edit-type-wrapper
{
    width: 45%;
    margin-left: 3%;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets #edit-platform-wrapper,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets #edit-platform-wrapper
{
    width: 45%;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets #edit-users-wrapper,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets #edit-users-wrapper
{
    width: 45%;
    margin-left: 3%;
    margin-top: 7px;
    clear:both;
}

body.page-training-catalog .view-display-id-training_grid_page .views-exposed-widgets #edit-keywords-wrapper,
body.software-hardware-top .view-display-id-sft_grid_page .views-exposed-widgets #edit-keywords-wrapper
{
    width: 45%;
    margin-right: 3%;
    margin-top: 7px;
}

body.page-training-catalog .view-display-id-training_grid_page .views-submit-button,
body.software-hardware-top .view-display-id-sft_grid_page .views-submit-button
{
    float: none;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 0;

    background: url(../images/backgrounds/shadow_up_1x4.png) left top repeat-x #5D95B7;
}

body.software-hardware-top .view-display-id-sft_grid_page .views-submit-button .container
{
    display: table;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

body.page-training-catalog .view-display-id-training_grid_page .views-submit-button .container
{
    /*display: table; */
    width: 100%;
    height: 100%;
    padding: 10px 0;
}


body.page-training-catalog .view-display-id-training_grid_page .views-submit-button span,
body.software-hardware-top .view-display-id-sft_grid_page .views-submit-button span
{
    display: table-cell;
    vertical-align: middle;
}

body.page-training-catalog .view-display-id-training_grid_page .views-submit-button span.filter-help-text,
body.software-hardware-top .view-display-id-sft_grid_page .views-submit-button span.filter-help-text
{
    width: 85%;
    padding: 0 10% 0 21px;
}

body.page-training-catalog .view-display-id-training_grid_page .views-submit-button span.button,
body.software-hardware-top .view-display-id-sft_grid_page .views-submit-button span.button
{
    width: auto;
    padding-right: 18px;
}

body.node-type-webform .webform-client-form .form-required  /*Turns the required asterisk red.*/
{
    color: #a13b43;
}

body.page-training-catalog .view-display-id-training_grid_page .views-submit-button span.button input#edit-submit-training-grid,
body.software-hardware-top .view-display-id-sft_grid_page .views-submit-button span.button input#edit-submit-software-grid,
body.node-type-webform .webform-client-form input#edit-submit
{
    margin: 2px 0 0 0;
    padding-top: 4px;
    padding-bottom: 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

body.page-training-catalog .view-display-id-training_grid_page #gray-bar-after-submit-button-block,
body.software-hardware-top .view-display-id-sft_grid_page #gray-bar-after-submit-button-block
{
    margin-top: 2px;
    margin-right: 9px;
    margin-left: 9px;
    height: 5px;
    background-color: #E2E1DD;
}

body.software-hardware-top .view-display-id-sft_grid_page #edit-recommended-only-wrapper
{
    float:left;
    clear:left;
    padding-right: 0;
    margin: 3px 0 15px 10px;
}

body.software-hardware-top .view-display-id-sft_grid_page.no-results #edit-recommended-only-wrapper
{
    display: none;
}

body.software-hardware-top .view-display-id-sft_grid_page #edit-recommended-only-wrapper input
{
    margin-top: -4px;
    margin-right: 1px;
}


body.software-hardware-top .view-display-id-sft_grid_page #edit-recommended-only-wrapper .form-item
{
    float:left;
    clear:none;
    margin-right: 25px;
}

body.software-hardware-top .view-display-id-sft_grid_page #edit-recommended-only > div:last-child label:after
{
    content: url(../images/icons/software-star.png);
    position: relative;
    top: 2px;
    left: -1px;
    width: 12px;
    height: 12px;
}

body.page-training-catalog .view-display-id-training_grid_page table,
body.page-training-catalog .view-display-id-training_grid_page caption,
body.page-training-catalog .view-display-id-training_grid_page thead,
body.page-training-catalog .view-display-id-training_grid_page th,
body.page-training-catalog .view-display-id-training_grid_page tbody,
body.page-training-catalog .view-display-id-training_grid_page td,
body.page-training-catalog .view-display-id-training_grid_page tr,

body.software-hardware-top .view-display-id-sft_grid_page table,
body.software-hardware-top .view-display-id-sft_grid_page caption,
body.software-hardware-top .view-display-id-sft_grid_page thead,
body.software-hardware-top .view-display-id-sft_grid_page th,
body.software-hardware-top .view-display-id-sft_grid_page tbody,
body.software-hardware-top .view-display-id-sft_grid_page td,
body.software-hardware-top .view-display-id-sft_grid_page tr
{
    display: block;
}

body.page-training-catalog .view-display-id-training_grid_page table,
body.software-hardware-top .view-display-id-sft_grid_page table
{
    clear:left;
    border: none;
}

/* Hide table headers (but not display: none; -- for accessibility) */
body.page-training-catalog .view-display-id-training_grid_page thead tr,
body.software-hardware-top .view-display-id-sft_grid_page thead tr
{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

body.training-catalog-top .view-display-id-training_grid_page caption,
body.software-hardware-top .view-display-id-sft_grid_page caption
{
    text-align: left;
    padding: 12px 0 10px 8px;
    width: 100%;
}

body.software-hardware-top .view-display-id-sft_grid_page table,
body.software-hardware-top .view-display-id-sft_grid_page th,
body.software-hardware-top .view-display-id-sft_grid_page tr,
body.software-hardware-top .view-display-id-sft_grid_page tr.active,
body.software-hardware-top .view-display-id-sft_grid_page td,
body.software-hardware-top .view-display-id-sft_grid_page td.active,
body.software-hardware-top .view-display-id-sft_grid_page tr.even,
body.software-hardware-top .view-display-id-sft_grid_page tr.even td,
body.software-hardware-top .view-display-id-sft_grid_page tr.even.active td,
body.software-hardware-top .view-display-id-sft_grid_page tr:hover td,
body.software-hardware-top .view-display-id-sft_grid_page tr.even.active td.active,
body.software-hardware-top .view-display-id-sft_grid_page tr.even:hover td.active,
body.software-hardware-top .view-display-id-sft_grid_page tr.odd,
body.software-hardware-top .view-display-id-sft_grid_page tr.odd td,
body.software-hardware-top .view-display-id-sft_grid_page tr.odd:hover td.active,
body.software-hardware-top .view-display-id-sft_grid_page tr.odd td.active
{
    background: none;
}

body.training-catalog-top .view-display-id-training_grid_page tr.odd,
body.software-hardware-top .view-display-id-sft_grid_page tr.odd,
body.training-catalog-top .view-display-id-training_grid_page tr.odd td,
body.software-hardware-top .view-display-id-sft_grid_page tr.odd td
{
    background-color: #E5F0F5;
    border-bottom: 1px solid #CACFD2;
}

body.software-hardware-top .view-display-id-sft_grid_page tbody tr
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

body.training-catalog-top .view-display-id-training_grid_page tbody td,
body.software-hardware-top .view-display-id-sft_grid_page tbody td
{
    position: relative;
    display: block;
    padding: 10px 0 10px 40%;

    border: none;
    border-bottom: 1px solid #eee;
}

body.training-catalog-top .view-display-id-training_grid_page tbody td:before,
body.software-hardware-top .view-display-id-sft_grid_page tbody td:before
{
    position: absolute;
    top: 10px;
    left: 8px;
    width: 100px;
    padding-right: 10px;
    white-space: nowrap;
}

body.training-catalog-top div.grid-instructions {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #575757;
    font-family: "Lucida Grande",Helvetica,Arial,sans-serif;
    font-size: 0.933em;
    font-weight: normal;
    line-height: 1.857em;
}

body.training-catalog-top td:nth-of-type(1):before { content: "Topic"; }
body.training-catalog-top td:nth-of-type(2):before { content: "Title"; }
body.training-catalog-top td:nth-of-type(3):before { content: "Delivery Format"; }

body.software-hardware-top td:nth-of-type(1):before { content: "Title"; }
body.software-hardware-top td:nth-of-type(2):before { content: "Platform"; }
body.software-hardware-top td:nth-of-type(3):before { content: "Support Status"; }
body.software-hardware-top td:nth-of-type(4):before { content: "Users"; }

body.software-hardware-top .view-display-id-sft_grid_page td.views-field-title a span.recommended_true
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-bottom: -2px;
    background: url(../images/icons/software-star.png) right center no-repeat;
}

body.training-catalog-top .view-display-id-training_grid_page td.views-field-field-format,
body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-support-status
{
    padding-top: 6px;
}

body.training-catalog-top .view-display-id-training_grid_page td.views-field-field-format span.label,
body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-support-status span.label
{
    display: inline-block;
    margin-top: -5px;
}

body.training-catalog-top .view-display-id-training_grid_page td.views-field-field-format span.hover_icon,
body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-support-status span.hover_icon
{
    display: inline-block;
    position: relative;
    content: "";
    width: 16px;
    height: 17px;
    top: 4px;
    left: 3px;
    background: url(../images/icons/software-info.png) center bottom no-repeat;
}

body.training-catalog-top .view-display-id-training_grid_page td.views-field-field-format span.description,
body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-support-status span.description
{
    position: absolute;
    display: none;
    padding: 10px 10px 10px 10px;
    margin: -10px 0 0 30px;
    background-color: rgba(49,49,50,0.95);
    color: white;
    font-size: 0.9em;
    /* Webkit */
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px #000000;
    /* Firefox */
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px 1px #ADADAD;

    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px #ADADAD;
}

body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-retrieval-option
{
    padding-left: 0;
}

body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-retrieval-option div
{
    display: block;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    height: 40px;

    border: 1px solid #ADADAD;

    background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F0F0F0));
    -webkit-box-shadow: 0px 0px 1px 0px #ADADAD;

    background: -moz-linear-gradient(top, #FCFCFC, #F0F0F0);
    -moz-box-shadow: 0px 0px 1px 0px #ADADAD;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCFCFC, endColorstr=#F0F0F0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCFCFC, endColorstr=#F0F0F0)";
    box-shadow: 0px 0px 1px 0px #ADADAD;
}

body.training-catalog-top .view-display-id-training_grid_page td.views-field-field-course-link a,
body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-retrieval-option a
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

body.training-catalog-top .view-display-id-training_grid_page td.views-field-field-course-link a span,
body.software-hardware-top .view-display-id-sft_grid_page td.views-field-field-retrieval-option a span
{
    display: table-cell;
    vertical-align: middle;
}


body.software-hardware-top .view-display-id-sft_grid_page tr.even.views-row-last,
body.section-software-hardware #block-views-software-grid-in-fam-not-reco tr.even.views-row-last
{
    border-bottom: 1px solid #e3e2de;
}



/**
 *
 * node 'Software Family'
 *
 */

.node-type-software-family .field-name-body,
.node-type-software .field-name-body
{
    float: left;
    margin-top: 18px;
}

#back-to-software-grid
{
    display: block;
    margin-bottom: 5px;
}

#block-views-software-grid-in-fam-reco .block-title
{
    float: left;
    clear:left;
    margin-right: 5%;
    margin-top: -3px;
}

.view-display-id-in_fam_reco .view-header
{
    float: right;
    clear:none;
    margin-right: 27px;
    margin-top: 12px;
}

.view-display-id-in_fam_reco .view-header .recommended-icon
{
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin-top: -1px;
    margin-right: 9px;
    background: url(../images/icons/software-star.png) bottom center no-repeat;
}

.view-display-id-in_fam_reco .view-header .text
{
    float: left;
    margin-top: -0.58em;
}

#block-views-software-grid-in-fam-reco th
{
    display: none;
}

.view-display-id-in_fam_reco .view-content
{
    float:left;
    width: 100%;
    margin-top: -3px;
    border: 1px solid #999A9E;
}

/* Recommended Versions. */
#block-views-software-grid-in-fam-reco table,
#block-views-software-grid-in-fam-reco th,
#block-views-software-grid-in-fam-reco tr,
#block-views-software-grid-in-fam-reco tr.active,
#block-views-software-grid-in-fam-reco td,
#block-views-software-grid-in-fam-reco td.active,
#block-views-software-grid-in-fam-reco tr.even,
#block-views-software-grid-in-fam-reco tr.even td,
#block-views-software-grid-in-fam-reco tr.even.active td,
#block-views-software-grid-in-fam-reco tr:hover td,
#block-views-software-grid-in-fam-reco tr.even.active td.active,
#block-views-software-grid-in-fam-reco tr.even:hover td.active,
#block-views-software-grid-in-fam-reco tr.odd,
#block-views-software-grid-in-fam-reco tr.odd td,
#block-views-software-grid-in-fam-reco tr.odd:hover td.active,
#block-views-software-grid-in-fam-reco tr.odd td.active,
/* Non-Recommended Versions. */
#block-views-software-grid-in-fam-not-reco table,
#block-views-software-grid-in-fam-not-reco th,
#block-views-software-grid-in-fam-not-reco tr,
#block-views-software-grid-in-fam-not-reco tr.active,
#block-views-software-grid-in-fam-not-reco td,
#block-views-software-grid-in-fam-not-reco td.active,
#block-views-software-grid-in-fam-not-reco tr.even,
#block-views-software-grid-in-fam-not-reco tr.even td,
#block-views-software-grid-in-fam-not-reco tr.even.active td,
#block-views-software-grid-in-fam-not-reco tr:hover td,
#block-views-software-grid-in-fam-not-reco tr.even.active td.active,
#block-views-software-grid-in-fam-not-reco tr.even:hover td.active,
#block-views-software-grid-in-fam-not-reco tr.odd,
#block-views-software-grid-in-fam-not-reco tr.odd td,
#block-views-software-grid-in-fam-not-reco tr.odd:hover td.active,
#block-views-software-grid-in-fam-not-reco tr.odd td.active
{
    background: none;
    border: none;
}

#block-views-software-grid-in-fam-reco th span,
#block-views-software-grid-in-fam-reco th a,
#block-views-software-grid-in-fam-not-reco th span,
#block-views-software-grid-in-fam-not-reco th a,
#block-views-software-grid-in-fam-reco th a img,
#block-views-software-grid-in-fam-not-reco th a img
{
    display: none;
}

#block-views-software-grid-in-fam-reco td,
#block-views-software-grid-in-fam-not-reco td
{
    padding-right: 2.5%;
}

#block-views-software-grid-in-fam-reco td.views-field-title,
#block-views-software-grid-in-fam-not-reco td.views-field-title
{
    width: 81.5%;
}

#block-views-software-grid-in-fam-reco tr.odd,
#block-views-software-grid-in-fam-reco tr.odd td,
#block-views-software-grid-in-fam-not-reco tr.odd,
#block-views-software-grid-in-fam-not-reco tr.odd td
{
    background-color: #E5F0F5;
}

#block-views-software-grid-in-fam-reco td,
#block-views-software-grid-in-fam-not-reco td
{
    padding-top: 17px;
    padding-bottom: 22px;
    padding-left: 10px;
}

#block-views-software-grid-in-fam-reco td,
#block-views-software-grid-in-fam-not-reco td
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
}

#block-views-software-grid-in-fam-reco th.views-field-title,
#block-views-software-grid-in-fam-not-reco th.views-field-title
{
    padding-left: 0;
}

#block-views-software-grid-in-fam-reco td.views-field-title,
#block-views-software-grid-in-fam-not-reco td.views-field-title
{
    padding-left: 18px;
}

#block-views-software-grid-in-fam-reco td.views-field-title a span.recommended_true,
#block-views-software-grid-in-fam-not-reco td.views-field-title a span.recommended_true
{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 9px;
    margin-bottom: -1px;
    background: url(../images/icons/software-star.png) center 50% no-repeat;
}

#block-views-software-grid-in-fam-reco td.views-field-field-retrieval-option div,
#block-views-software-grid-in-fam-not-reco td.views-field-field-retrieval-option div
{
    display: block;
    width: 101px;
    height: 45px;

    border: 1px solid #7a7a7a;

    /* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#F0F0F0));
    -webkit-border-radius: 5px;

    /* Firefox */
    background: -moz-linear-gradient(top, #FCFCFC, #F0F0F0);
    -moz-border-radius: 5px;

    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCFCFC, endColorstr=#F0F0F0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FCFCFC, endColorstr=#F0F0F0)";
    border-radius: 5px;
}

#block-views-software-grid-in-fam-reco td.views-field-field-retrieval-option a,
#block-views-software-grid-in-fam-not-reco td.views-field-field-retrieval-option a
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

#block-views-software-grid-in-fam-reco td.views-field-field-retrieval-option a span,
#block-views-software-grid-in-fam-not-reco td.views-field-field-retrieval-option a span
{
    display: table-cell;
    vertical-align: middle;
}

#block-views-software-grid-in-fam-not-reco
{
    width: 100%;
    margin: -1px 0 0 1px;
}

#block-views-software-grid-in-fam-not-reco .view-header
{
    float: left;
    clear: left;
    width: 100%;
    padding: 9px 0 3px 0;
    margin: 1px 0 -1px 0;
    background: url(../images/backgrounds/shadow_up_1x4.png) left top repeat-x #5D95B7;
}

#block-views-software-grid-in-fam-not-reco .view-header p
{
    display: block;
    float: left;
    margin-left: 21px;
}

#block-views-software-grid-in-fam-not-reco .view-header p span
{
    display: inline-block;
    float: left;
}

#block-views-software-grid-in-fam-not-reco .view-header p a span.double-chevron
{
    display: inline-block;
    float: left;
    clear: none;
    position: relative;
    top: -0.13em;
    left: 8px;
}

#block-views-software-grid-in-fam-not-reco .view-header p a.see-not-recommended.expanded span.double-chevron
{
    -webkit-transform-origin: 0.3em 70%;
    -webkit-transform:rotate(90deg);

    -moz-transform-origin: 0.3em 70%;
    -moz-transform:rotate(90deg);

    -ms-transform-origin: 0.3em 70%;
    -ms-transform:rotate(90deg);
}

#block-views-software-grid-in-fam-not-reco .view-header #gray-bar-after-reco-only-block
{
    float: left;
    clear: both;
    position: relative;
    top: 10px;
    height: 5px;
    width: 100%;
    margin: 0;
    background-color: #E2E1DD;
}

#block-views-software-grid-in-fam-not-reco .view-content
{
    /*display: none;*/
    margin-top: 0;
    float: left;
    width: 100%;
}

#block-views-software-grid-in-fam-not-reco.expanded .view-content
{
    display: block;
}

#block-views-software-family-about-block
{
    margin-top: 25px;
}

/********* Audience Pages ***********/

body.node-type-audience-page #zone-preface-wrapper
{
    margin-bottom: 0.25em;
}

.view-audience-page-spotlight
{
    float: left;
    width: 100%;
    margin-bottom: 2em;
    border-bottom:  5px solid #E2E1DD;
    background: #f7f3f0 url(../images/backgrounds/background-audience-spotlight.png) repeat-y 58.7% 0;
}

.view-audience-page-spotlight .spotlight-title
{
    padding-bottom: 15px;
}
.view-audience-page-spotlight .views-field-field-spotlight-body
{
    width: 53.5%;
    float: left;
    padding: 18px 2.5% 6px;
}

.view-audience-page-spotlight .views-field-field-spotlight-links
{
    float: right;
    position: relative;
    width: 36.5%;
    padding:  15px 2.5% 10px;
}

#zone-content .view-audience-page-spotlight .views-field-field-spotlight-links .item-list ul
{
    padding-left: 0;
}

.view-audience-page-spotlight .views-field-field-spotlight-links .item-list ul li
{
    margin:  0;
}

#quicktabs-audience_quicktab
{
    clear: left;
}

#quicktabs-container-audience_quicktab
{
    padding-top: 1em;
    padding-left: 1.4em;
}

/**
 *
 * node 'Software Version'
 *
 */

body.node-type-software .field-name-field-about
{
    float: left;
}

body.node-type-software #block-views-retrieval-link-retrieval-block
{
    margin-top: 0;
    margin-bottom: 28px;
}

body.node-type-software #block-views-retrieval-link-retrieval-block .field-content
{
    display: block;
    width: 180px;
    height: 34px;

    border: 1px solid #868686;
    background: #eba358;

    /* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#eba358), to(#d18435));
    -webkit-border-radius: 5px;

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #EBA358 0%, #D18435 100%);

    /* Firefox */
    background: -moz-linear-gradient(top, #eba358, #d18435);
    -moz-border-radius: 5px;

    /* IE */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eba358, endColorstr=#d18435);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eba358, endColorstr=#d18435)";
    border-radius: 5px;

    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #EBA358 0%, #D18435 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #EBA358 0%, #D18435 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #EBA358 0%, #D18435 100%);
}

body.node-type-software #block-views-retrieval-link-retrieval-block .field-content a
{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

body.node-type-software #block-views-retrieval-link-retrieval-block .field-content a span
{
    display: table-cell;
    vertical-align: middle;
}

/* node 'Webform' */
body.node-type-webform .form-note
{
	margin-bottom: .5em;
}

.webform-component
{
    margin-bottom: 1.5em;
}

body .webform-component-markup /* Remove margins from markup so they can be set individually by class of markup */
{
	margin: 0;
}

.webform-component-markup .input-detail
{
	font-size: .86em;
	line-height: 1.2em;
	padding-left: 30%;
	margin-top: -.5em;
	margin-bottom: .5em;
	margin-left: -5em;
}

.webform-container-inline
{
	margin-top: .5em;
    margin-bottom: .5em;
}

.webform-component div.description,
div.fieldset-description
{
	font-size: .86em;
	line-height: 1.2em;
	margin: .5em 0;
}

.webform-confirmation
{
    padding: 1em 0;
}

.webform-component-fieldset
{
	position: relative;
	background-color: #F0ECE9;
	border: none;
	padding: 2.5em 10px 10px 10px;
	margin: 0 0 1em 0;
}

.webform-component-fieldset legend
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	max-height: 2em;
	overflow-y: auto;
}
/* node 'Webform' elements with labels above inputs*/
.webform-component textarea
{
	margin: .3em 0;
}

/* node 'Webform' elements with inline labels */
 form.webform-client-form .webform-container-inline:after
 {
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
 }

form.webform-client-form label,
form.webform-client-form .qt-total-label
{
	color: #000;
	line-height: 1.2em;
}

form.webform-client-form .webform-container-inline label,
form.webform-client-form .qt-total-label,
body.context-help form.webform-client-form .webform-component-textarea label
{
	position: relative;
	width: 30%;
	margin: .3em 1.2em 0 0;
	float: left;
	text-align: right;
	font-size: .86em;
}

form.webform-client-form .webform-container-inline span.field-suffix,
form.webform-client-form .webform-container-inline span.field-prefix
{
	color: #000;
	font-size: .86em;
}

form.webform-client-form .webform-container-inline input,
form.webform-client-form .qt-total
{
	max-width: 65%;
}


form.webform-client-form .webform-container-inline label span.form-required,
body.context-help form.webform-client-form .webform-component-textarea label span.form-required
{
	position: absolute;
	right: -.9em;
	top: 0;
	margin-left: 1em;
}

.webform-component-quantity_total .field-suffix
{
	white-space: nowrap;
}


form.webform-client-form .webform-component-quantity_total input, /* For quantity inputs in extended price (aka QuantityTotal) type components */
form.webform-client-form .qt-total
{
	text-align: right;
}

.qt-extended-price-text, .qt-page-total
{
	font-weight: bold;
	border-bottom: #777 solid 1px;
}

/*fieldset.webform-component-fieldset .qt-extended-price-text, fieldset.webform-component-fieldset .qt-page-total
{
	background: #FFFFFF;
}*/
 
form.webform-client-form .qt-total-label
{
	font-weight: bold;
	padding-top: .3em;
}

.qt-page-total
{
	font-size: .86em;
	color: #000000;
	display: none;
}
	

.webform-component-webform_grid table,
.webform-component-webform_grid table th,
.webform-component-webform_grid table tr
{
    border: none;
}

.webform-component-webform_grid table th
{
    border-bottom: 4px solid #E2E1DD;
    padding-bottom: 6px;
    margin-bottom: 1px;
}

.webform-component-webform_grid table thead,
.webform-component-webform_grid table thead th
{
    background-color: white;
}

.webform-component-webform_grid .webform-grid-option
{
    text-align: left;
}

.webform-component-webform_grid table tr.odd:hover,
.webform-component-webform_grid table tr.odd:hover td
{
    background-color: transparent;
}

.webform-component-webform_grid table tr.even:hover,
.webform-component-webform_grid table tr.even:hover td
{
    background-color: #f1f5fa;
}

.webform-component-webform_grid table tr td
{
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Google Appliance search page */

body.page-gsearch #zone-preface-wrapper
{
    margin-bottom: 0.25em;
}


.google-appliance-results-control-bar
{
    width: 98.3869%;
    border-radius: 0;
    margin-bottom: 2em;
    margin-left: -9px;
    padding: 0 0 0 9px;
}

.google-appliance-results-control-bar .google-appliance-search-stats
{
    margin-right: 1.4em;
}

.google-appliance-results-control-bar .google-appliance-sort-headers
{
    float: left;
}

.google-appliance-results-control-bar .google-appliance-sort-headers .google-appliance-sorter
{
    float: none;
    display: inline;
    padding: 0;
}

google-appliance-search-form .form-item-search-keys{
    display:inline-block
}

#google-appliance-search-form #edit-prompt p{
  padding-top: .887em;
}

.search-google-appliance-search-form
{
    margin-bottom: 2em;
}

.search-google-appliance-search-form input
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.search-google-appliance-search-form input.form-text
{
    margin-right: -4px;
    height: 2.7em;
    border-width: 1px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 0;
    border-color:#777777;
    background-image: none;
    background-color: white;
    line-height: normal; /* Fix placeholder alignment on ipad */
    width: 200px;
}

.search-google-appliance-search-form input.form-submit
{
    display: inline-block;
    width: 60px;
    height: 2.69em;
    padding:  3px 0;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:  1px solid #516F76;
    margin-right: 0;
    background:  none;
    background-color: #516F76;
    text-shadow: none;
}


body.page-gsearch ol.keymatch-results li
{
    background-color: #E6F1F7;
    border: none;
    border-radius: 0;
}

body.page-gsearch ol.keymatch-results li,
body.page-gsearch  ol.search-results li
{
    padding: 1em 3%;
    margin-bottom: 0.5em;
}

body.page-gsearch  ol.search-results li
{
    padding-left: 0;
}

body.page-gsearch .google-appliance-results .search-result h3
{
    font-weight: normal;
}

body.page-gsearch .google-appliance-results .search-result p
{
    overflow-x: hidden;
}

body.page-gsearch .google-appliance-results .google-appliance-snippet-info
{
    padding-left: 0;
}

body.page-gsearch .pager li
{
    font-size: 2em;
    line-height: 1em;
}

/* Override crazy Omega paging theme */

body.page-gsearch .item-list
{
    text-align: center;
}

body.page-gsearch .pager
{
    display: inline-block;
    border: 0;
    background:  none;
}

body.page-gsearch .pager li
{
    color: black !important;
}

body.page-gsearch .pager li a
{
    color: #0069D2 !important;
}

body.page-gsearch .pager li a,
body.page-gsearch .pager li
{
    border: 0;
    background: none !important;
}

body.page-gsearch .pager li.pager-first,
body.page-gsearch .pager li.pager-previous,
body.page-gsearch .pager li.pager-next,
body.page-gsearch .pager li.pager-last
{
    display: none;
}

/* Wizard Step Page */

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages
{
    margin-top: 7px;
    margin-left: -16px;
}

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .views-row
{
    margin-bottom: 5px;
    float:left;
    clear:left;
    width: 90%;
}

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .previous
{
    padding-left: 33px;
    background: url("../images/icons/home-status-check.png") 11px top no-repeat;
}

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .current,
body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .future
{
    padding-left: 19px;
}

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .previous .field-content
{
    width: 90%;
}

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .views-row .field-content span
{
    display: block;
    float: left;
    clear: none;
}

body.node-type-wizard-step-page #block-views-wizard-stages-wizard-stages .views-row .field-content span.text
{
    position: relative;
    left: 4px;
    width: 90%;
}

body.node-type-wizard-step-page a.wizard-back
{
    display: block;
    margin-bottom: 1em;
}

body.node-type-wizard-step-page .field-name-body
{
    margin-top: 0.34em;
}

body.node-type-wizard-step-page #block-views-wizard-options-wizard-options
{
    margin-top: -5px;
}

body.node-type-wizard-step-page #block-views-wizard-options-wizard-options .views-row
{
    padding-left: 9px;
    margin-left: 0;
    margin-bottom: 0;
    background: url(../images/bullet.jpg) left 65% no-repeat;
}

body.node-type-wizard-step-page #block-views-wizard-options-wizard-options .views-row .views-field
{
    height: 1.7em;
}

body.node-type-wizard-step-page .field-name-body .field-item > h3:first-child,
body.section-services .field-name-body .field-item > h3:first-child,
body.section-news #title-in-region-content,
{
    margin-bottom: 0.42em;
}

/* Wizard Master Page */

body.node-type-wizard-master-page #block-views-wizard-paths-block
{
    margin-top: 28px;
    margin-bottom: 28px;
}

body.node-type-wizard-master-page #block-views-wizard-paths-block .block-title
{
    margin-bottom: 3px;
}

body.node-type-wizard-master-page #block-views-wizard-paths-block caption
{
    text-align: left;
    margin-bottom: 0;
}

body.node-type-wizard-master-page #block-views-wizard-paths-block table
{
    margin-bottom: 10px;
}

body.node-type-wizard-master-page #block-views-wizard-paths-block table th
{
    display: none;
}

body.node-type-wizard-master-page #block-views-wizard-paths-block table tr
{
    border-top: 1px solid #CCC;
}

body.node-type-wizard-master-page #block-views-wizard-paths-block table td
{
    padding-top: 1px;
    padding-bottom: 0;
}

/*** News node ***/

body.section-news #page-title,
body.page-news-category #page-title,
body.section-videos #page-title
{
    color: #819C00;
}

body.section-news #region-sidebar-first li.news li a.menu-position-link
{
    display: none;
}

body.section-news #title-in-region-content,
body.section-videos #title-in-region-content
{
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

body.section-news .field-name-field-publication-date
{
    float: left;
    clear: left;
}

body.section-news .field-name-field-author
{
    float: left;
    clear: none;
    margin-left: 5px;
}

body.section-news .field-name-field-photo-image-credit
{
    float: left;
    clear: none;
}

body.section-news #share-print-widgets
{
    float: left;
    clear: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 16px;
}

body.section-videos #share-print-widgets
{
    float: left;
    clear: none;
    width: auto;
    margin-top: 1px;
    margin-bottom: 0;
}

body.section-news #share-print-widgets a,
body.section-news #share-print-widgets span,
body.section-videos #share-print-widgets a,
body.section-videos #share-print-widgets span
{
    display: inline-block;
    float: left;
    clear: none;
}

body.section-news #share-print-widgets a,
body.section-videos #share-print-widgets a
{
    font-weight: bold;
}

body.section-news #share-print-widgets #pipe,
body.section-videos #share-print-widgets #pipe
{
    line-height: 15px;
    font-size: 11px;
    font-weight: 100;
}

body.section-news .field-name-field-image,
body.section-news .field-name-body
{
    float: left;
    clear: left;
}

body.section-news .field-name-body
{
    margin-top: 19px;
}

body.section-news .field-name-field-image
{
    width: 100%;
    height: auto;
}

body.section-news .field-name-field-image img
{
    max-width: 100%;
    height: auto;
}

/* Right Sidebar block with News Categories "Browse" dropdown */

#block-ist-news-category-block-news-category-block
{
    margin-bottom: 31px;
}

body.section-news #ist-news-category-block-select-form
{
    width: 93.1%;
    height: 47px;
    padding: 0 3.45%;
    background-color: #F1F0EE;
}

body.section-news #ist-news-category-block-select-form .form-item-category
{
    width: 100%;
    padding: 13px 0;
    margin-top: 0;
    margin-bottom: 0;
}

body.section-news #ist-news-category-block-select-form .form-item-category > *
{
    display: block;
    float: left;
    clear: none;
}

body.section-news #ist-news-category-block-select-form .form-item-category label
{
    margin-right: 13px;
}

body.section-news #ist-news-category-block-select-form .form-item-category select
{
    padding-left: 10px;
    width: 76%;
}

body.section-news #ist-news-category-block-select-form .form-submit
{
    display: none;
}

/* News section, right sidebar block 'Sign up...' */
#block-ist-newsletter-links-block-newsletter-links-block a
{
    display: block;
    float: left;
    clear: left;
    padding: .2855em 0;
    border-bottom: 1px solid transparent;
}

/* News section, right sidebar block 'Calendar Highlights' */
body.section-news #block-views-calendar-highlights-block
{
    margin-left: 0;
    margin-right: 0;
}

body.section-news #block-views-calendar-highlights-block table tr td,
body.section-news #block-views-calendar-highlights-block table tr:hover td,
body.section-news #block-views-calendar-highlights-block table tr td:hover
{
    background-color: whiteSmoke;
}


/*** News Category Page ***/

body.page-news .view-browse-news-categories .view-content
{
    float: left;
    padding-bottom: 36px;
    border-bottom: 5px solid #F1F0EE;
}

body.page-news .view-browse-news-categories .view-filters
{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 5px solid #F1F0EE;
    margin-bottom: 31px;
    height: 53px;
}

#views-exposed-form-browse-news-categories-page,
#views-exposed-form-browse-news-categories-page-3
{
    margin-top: 10px;
    width: 100%;
    height: 47px;
    padding: 0;
}

#views-exposed-form-browse-news-categories-page  #edit-tid-wrapper,
#views-exposed-form-browse-news-categories-page-3  #edit-tid-wrapper
{
    width: 100%;
    padding: 13px 0;
}

#views-exposed-form-browse-news-categories-page  #edit-tid,
#views-exposed-form-browse-news-categories-page-3  #edit-tid
{
    width: 100%;
    padding-left: 10px;
}

body.page-news .news-list-view .view-filters > form#views-exposed-form-browse-news-categories-page,
body.page-news .news-list-view .view-filters > form#views-exposed-form-browse-news-categories-page-3,
body.page-news .news-list-view .view-filters > div#news-category-title
{
    float: left;
}

body.page-news .news-list-view .view-filters > div#news-category-title
{
    display: table;
    height: 47px;
    padding: 0 22px 6px 0;
}

body.page-news .news-list-view .view-filters > div#news-category-title > h3
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

body.page-news .news-list-view .views-row
{
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 37px
}

body.page-news .news-list-view .views-row-last
{
    margin-bottom: 0;
}

body.page-news .news-list-view .views-row .views-field-field-image
{
    float: left;
    max-width: 480px;
    width: 100%;
    height: auto;
    margin-bottom: 19px;
}

body.page-news .news-list-view .views-row .views-field-field-image img
{
    max-width: 100%;
    height: auto;
}

body.page-news .news-list-view .views-row .views-field-nothing
{
    float: left;
    clear: left;
    width: 100%;
}

body.page-news .news-list-view .views-row .views-field-nothing span
{
    display: block;
    padding: 0 1%;
}

body.page-news .news-list-view .views-row .views-field-nothing a,
body.page-news-spotlights .news-list-view .views-field-nothing .field-content > a:first-child,
body.page-news-headlines .news-list-view .views-field-nothing .field-content > a:first-child
{
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
}

body.page-news-headlines .view-content .views-field-nothing .field-content p a,
body.page-news-spotlights .view-content .views-field-nothing .field-content p a {
    display: inline;
}

body.page-news-category .news-list-view .views-row .views-field-nothing a
{
    display: inline-block;
}

body.page-news .news-list-view .pager
{
    float: right;
    clear: both;
    margin-top: 22px;
    margin-right: 3px;
}

body.page-news .news-list-view .pager,
body.page-news .news-list-view .pager *
{
    position: static;
    background: white;
    border: none;
}

body.page-news .news-list-view .pager li
{
    float: left;
}

body.page-news .news-list-view .pager .pager-first,
body.page-news .news-list-view .pager .pager-last
{
    display: none;
}

body.page-news .news-list-view .pager .pager-item a,
body.page-news .news-list-view .pager .pager-current a
{
    padding: 4px 5px;
}

body.page-news .news-list-view .pager .pager-next a,
body.page-news .news-list-view .pager .pager-previous a
{
    width: auto;
}

body.page-news .news-list-view .pager .pager-next a
{
    padding: 4px 0 4px 9px;
}

body.page-news .news-list-view .pager .pager-previous a
{
    padding: 4px 9px 4px 0;
}


/*** IS&T Blog Blocks ***/

#block-views-is-t-blogs-security
{
    border-bottom: 5px solid #e3e2de;
    margin-bottom: 9px;
}

#block-views-is-t-blogs-security h2.block-title
{
    margin-bottom: 0.67em;
}

#block-views-is-t-blogs-webpub .block-title
{
    display: none;
}

.view-is-t-blogs .view-header p
{
    margin-bottom: 0;
}

#block-views-is-t-blogs-security .view-content p
{
    margin-bottom: 18px;
}

/* Imagecrop Popup */
body.page-imagecrop #zone-branding-wrapper,
body.page-imagecrop #toolbar
{
    display: none;
}

/**** Audiences Page *****/

#quicktabs-audience_quicktab ul.quicktabs-tabs li,
#quicktabs-audience_quicktab .quicktabs-hide
{
    display: block;
}

#quicktabs-audience_quicktab h2.mobile
{
    border-top:  4px solid #7D7C7A;
    background-color: #F7F3F0;
    padding: 2em 0 1em 1.4em;
    margin-left: -1.4em;
    text-transform: uppercase;
}

#quicktabs-audience_quicktab h2.mobile a.back-to-top
{
    float: right;
    margin-right: 2em;
    font-weight: normal;
    text-transform: lowercase;
    color: #0069D2;
}

/***** News/Security Spotlights -- (Region Content Top) ********/

body.section-secure.section-top #zone-preface-wrapper
{
    margin-bottom: 0.25em;
}

body.section-secure.section-top #region-sidebar-first
{
    margin-top: 30px;
}

body.news-top #region-content-top
{
    padding: 1.5%;
}

body.section-secure.section-top #region-content-top
{
    padding: 0 1.5% 1.5% 1.5%;
}

body.news-top #region-content,
body.section-secure.section-top #region-content
{
    padding-left: 4%;
    padding-right: 4%;
}

#block-views-news-spotlight-block .block-title
{
    float: left;
    padding-bottom: 8px;
}

#block-views-news-spotlight-block #social-widgets-block
{
    float: right;
    margin-top: 4px;
}

#block-views-news-spotlight-block #social-widgets-block > *
{
    float: left;
    clear: none;
}

#block-views-news-spotlight-block #social-widgets-block #label
{
    margin-top: 1px;
}

#block-views-news-spotlight-block #social-widgets-block .addthis_toolbox
{
    width: 62px;
    margin-left: 14px;
}

body.section-secure.section-top #region-content-top .view-secure-computing-page-spotlight
{
    float: left;
    border-bottom: 5px solid #e3e2de;
}

body.news-top #region-content-top #block-views-news-spotlight-block .content,
body.section-secure.section-top #region-content-top .view-secure-computing-page-spotlight .view-content
{
    float: left;
    width: 100%;
    padding-bottom: 0px;
}
body.news-top #region-content-top #block-views-news-spotlight-block .content
{
    padding-bottom: 19px;
}

body.news-top #region-content-top #block-views-news-spotlight-block .content,
body.section-secure.section-top #region-content-top .view-secure-computing-page-spotlight
{
    margin-bottom: 18px;
}

body.news-top #region-content-top #block-views-news-spotlight-block .content
{
    background: #555555 url(../images/backgrounds/background-news-spotlight.png) repeat right top;
}

body.section-secure.section-top #region-content-top .view-secure-computing-page-spotlight
{
    background-color: #F7F3F0;
}

body.news-top #region-content-top #block-views-news-spotlight-block .views-field-field-image,
body.news-top #region-content-top #block-views-news-spotlight-block .views-field-field-image .field-content,
body.news-top #region-content-top #block-views-news-spotlight-block .views-field-field-image .field-content a,
body.news-top #region-content-top #block-views-news-spotlight-block .views-field-field-image img,
body.news-top #region-content-top #block-views-news-spotlight-block .views-field-title,
body.news-top #region-content-top #block-views-news-spotlight-block .views-field-body,
body.section-secure.section-top .view-secure-computing-page-spotlight
{
    display: block;
    float: left;
    clear: none;
    width: 100%;  /* For the benefit of the container contents; the containers will get fiddled below. */
    height: auto;
}

body.news-top #region-content-top #block-views-news-spotlight-block .views-field-field-image
{
    width: 48.9%;
}

body.section-secure.section-top .view-secure-computing-page-spotlight .field-content img
{
    float: right;
    padding: 16px 25px 16px 15px;
    display: none; /*it will be enabled on the pages that allow the image*/
}
body.section-secure.section-top .view-secure-computing-page-spotlight .views-field-title
{
    float: left;
    font-family: TisaProRegular,Georgia,Times New Roman,serif;
    font-size: 20px;
    margin: 25px 0 10px 25px;
}
body.section-secure.section-top .view-secure-computing-page-spotlight .views-field-body
{
    width: 90%;
    margin: 0 0 10px 25px;
    padding-top:100px;
}

body.news-top #region-content-top #block-views-news-spotlight-block .views-field-field-image
{
    display: none;
}

body.news-top #region-content-top #block-views-news-spotlight-block .views-field-title
{
    padding-top: 19px;
}

body.news-top #region-content-top #block-views-news-spotlight-block .views-field-body
{
    padding-top: 15px;
}

body.news-top #region-content-top #block-views-news-spotlight-block .views-field-title .field-content,
body.news-top #region-content-top #block-views-news-spotlight-block .views-field-body .field-content
{
    padding: 0 4.7%;
    display: block;
}

/*** Secure Computing News Headlines ***/

body.section-secure.section-top #block-views-news-headlines-security .views-field-field-nothing
{
    float: left;
    clear: none;
    width: 100%;
    height: auto;
    padding-left: 0;
}

body.section-secure.section-top #block-views-news-headlines-security #row-title
{
    float: left;
    clear: none;
    width: 100%;
    margin-top: 3px
}

body.section-secure.section-top #block-views-news-headlines-security #row-pub-date
{
    float: left;
    clear: left;
    width: 100%;
    margin-top: 10px;
}

/*** Node Type 'Video' ***/

body.section-videos #region-sidebar-first .block-menu-block .video a
{
    color: black;
}

body.section-videos #region-sidebar-first .block-menu-block .menu-position-link
{
    display: none;
}

body.section-videos #region-content
{
    padding-left: 0.5%;
    padding-right: 0.5%;
}

body.section-videos #title-in-region-content,
body.section-videos .field-name-field-publication-date,
body.section-videos .field-name-field-transcript-link,
body.section-videos .field-name-field-video,
body.section-videos .field-name-field-content-body,
body.section-videos .field-name-field-links-mentioned
{
    float: left;
    clear: left;
}

body.section-videos .field-name-field-transcript-link
{
    clear: none;
    margin-top: -1px;
    margin-bottom: 21px;
}

body.section-videos .field-name-field-transcript-link *
{
    display: block;
    float: left;
    clear: none;
}

body.section-videos .field-name-field-transcript-link .pipe
{
    color: #aaaaaa;
}

body.section-videos .field-name-field-transcript-link #pipe-1
{
    padding: 0 5px 0 9px;
}

body.section-videos .field-name-field-transcript-link #pipe-2
{
    padding: 0 9px 0 8px;
}

/** Video container and player size **/
body.section-videos .field-name-field-video
{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 5px solid #F1F0EE;
}

body.section-videos object#ttvplayer,
body.section-videos .media-techtv-outer-wrapper
{
    max-width: 545px;
    /*width: 315px !important;
    height: 202px !important;*/
}

body.section-videos #media-youtube-1,
body.section-videos #media-youtube-1 .media-youtube-preview-wrapper
{
    max-width: 640px;
    width: 315px !important;
    height: 236px !important;
}

body.section-videos #media-youtube-1 .media-youtube-preview-wrapper iframe.youtube-player,
body.section-videos #media-youtube-1 .media-youtube-preview-wrapper iframe.youtube-player embed
{
    max-width: 640px;
    width: 100% !important;
    height: 100% !important;
}

/* Other video fields */
body.section-videos .field-name-field-content-body
{
    padding-top: 25px;
}

body.section-videos .field-name-field-links-mentioned
{
    width: 100%;
    padding-bottom: 38px;
    border-bottom: 5px solid #F1F0EE;
}

/*** Comments on News, Video nodes ***/
nav.comment-links,
nav.links.node-links,
#comments.comment-wrapper ul.links
{
    display: none;
}

#comments.comment-wrapper
{
    float: left;
    margin-top: 13px;
    padding-top: 0px;
    padding-bottom: 9px;
    border-bottom: 5px solid #F1F0EE;
    width: 100%;
}

div#comments.comment-wrapper h2#comments-heading
{
    float: left;
    padding-left: 6px;
    margin-bottom: 22px;
}

#comments #login-link,
#comments #login-link *
{
    float: left;
    clear: none;
}

#comments #login-link
{
    margin: 14px 0 0 8px;
}

#comments #login-link:hover
{
    margin-bottom: 21px;
}

#comments #login-link span
{
    display: block;
    padding-right: 7px;
}

#comments.comment-wrapper h3[property="dc:title"],
#comments.comment-wrapper .permalink
{
    display: none;
}

#comments .comment
{
    float: left;
    clear: left;
    padding-bottom: 21px;
    width: 100%;
}

#comments .comment .new
{
    display: none;
}

#comments #comment-metadata
{
    width: 98.9%;
    padding: 5px 0 0 1.1%;
    height: 23px;

    background-color: #E5F0F5;
}

#comments #comment-metadata .pipe
{
    padding: 0 9px 0 6px;
}

#comments .field-name-comment-body
{
    width: 98.9%;
    padding: 10px 0 0 1.1%;
}

#comments h2.comment-form.title,
#comments form.comment-form
{
    float: left;
    clear: left;
}

#comments .filter-help
{
    display: none;
}


/*** Video node, 'More Videos' block ***/
body.section-videos #block-views-more-videos-more-videos .block-title
{
    margin-top: 15px;
    margin-bottom: 22px;
}

body.section-videos #block-views-more-videos-more-videos .views-row
{
    height: 100px;
    margin-bottom: 42px;
}

body.section-videos #block-views-more-videos-more-videos .views-row-last
{
    margin-bottom: 0;
}

body.section-videos #block-views-more-videos-more-videos .views-row .views-field-field-image
{
    display: none;
    float: left;
    padding-right: 20px;
}

body.section-videos #block-views-more-videos-more-videos .views-row #text-fields-wrapper
{
    position: relative;
}

body.section-videos #block-views-more-videos-more-videos .views-row #text-fields-wrapper .views-field
{
    width: 100%;
}

/*** News Main Page ***/

/** 'Videos' View **/
body.news-top #block-views-video-news-home-block
{
    margin-top: 11px;
}

body.news-top #block-views-video-news-home-block .views-field-title
{
    margin-bottom: 4px;
}

body.news-top .views-field-field-video
{
    width: 100%;
}

body.news-top object#ttvplayer,
body.news-top .media-techtv-outer-wrapper
{
    /*
    max-width: 545px;
    width: 315px !important;
    height: 202px !important;
    */
}

body.news-top #media-youtube-1,
body.news-top #media-youtube-1 .media-youtube-preview-wrapper
{
    max-width: 640px;
    width: 315px !important;
    height: 236px !important;
}

body.news-top #media-youtube-1 .media-youtube-preview-wrapper iframe.youtube-player,
body.news-top #media-youtube-1 .media-youtube-preview-wrapper iframe.youtube-player embed
{
    max-width: 640px;
    width: 100% !important;
    height: 100% !important;
}

/*** 'Get Help' dropdown menu for tablet layouts ***/

#get-help-tablet-menu,
#get-help-tablet-menu > ul
{
    display: none;
}


/*** Help Desk Page ***/

body.context-help  aside.region-sidebar-second
{
    display: none;
}

body.context-help .container-10.zone-content #region-content.region-content
{
    width: 98%;
    margin: 0 1%;
}

body.context-help .field-name-body
{
    margin-top: 2em;
    float: right;
    width: 97%;
    margin-bottom: 3em;
}

body.context-help .field-name-body ul li
{
    font-family: TisaProRegular,Georgia,Times New Roman,serif;
    font-size: 1.25em;
    list-style-image: none;
    padding-left: 60px;
    line-height: 4em;
}

body.context-help .field-name-body ul li.answers
{
    background: transparent url(../images/icons/icon-find-answers.png) no-repeat center left;
    line-height: 2em;
}

body.context-help .field-name-body ul li.search
{
    border-bottom: 4px solid #E1DED8;
}

body.context-help .field-name-body ul li.mail
{
    background: transparent url(../images/icons/icon-email.png) no-repeat center left;
}

body.context-help .field-name-body ul li.phone
{
    background: transparent url(../images/icons/icon-phone.png) no-repeat center left;
}

body.context-help .field-name-body ul li.visit
{
    background: transparent url(../images/icons/icon-come-visit.png) no-repeat center left;
}

body.context-help .field-name-body ul li.mail span,
body.context-help .field-name-body ul li.phone span
{
    display: block;
    border-bottom: 1px solid #BFBFB4;
}

body.context-help #webform-component-teaser
{
    padding: 2em 0 0 0;
    line-height: 2em;
    margin-top: -6em;
    margin-bottom: 3em;
}

body.context-help #webform-component-write-us
{
    margin-left: 20px;
    padding-left: 50px;
    background: transparent url(../images/icons/icon-write-us.png) no-repeat left 7px;
    height: 60px;
}

body.context-help #webform-component-write-us p
{
    padding-top: 0.25em;
}

body.context-help #webform-component-teaser p,
body.context-help #webform-component-write-us p,
body.context-help .field-name-body ul li.answers
{
    font-family: TisaProRegular,Georgia,Times New Roman,serif;
    font-size: 1.5em;
}

body.context-help #webform-component-teaser p
{
    line-height: 1em;
}

body.context-help .field-name-body ul li.search
{
    line-height: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

body.context-help .field-name-body ul li.search input[type="text"]
{
    padding-left: 10px;
    margin-right: 2%;
    width: 75%;
}

body.context-help .field-name-body ul li.search .form-actions,
body.context-help .field-name-body ul li.search input[type="submit"]
{
    width: 20%;
    min-width: 60px;
}

body.context-help .field-name-body ul li.directions
{
    font-size: 1em;
    line-height: 1.4em;
    color: #696969;
}

body.context-help form.webform-client-form
{
    margin-top: 2em;
    float: left;
    width: 97%;
    background-color: #F0ECE9;
}

body.context-help form.webform-client-form label
{
    width: 30%;
    margin-right: 1.2em;
    float: left;
    text-align: right;
    font-size: 0.86em;
    line-height: 1.2em;
}

body.context-help form.webform-client-form div.webform-component-textarea label
{
    width: 22.5%;
    padding-left: 7.5%;
}

body.context-help #webform-component-name,
body.context-help #webform-component-subject
{
    margin-bottom: 0;
}

body.context-help #webform-component-email
{
    margin-bottom: 3em;
}

body.context-help #webform-component-email,
body.context-help .webform-component-textarea
{
    margin-top: 0.5em;
}

body.context-help form.webform-client-form input.form-submit
{
    margin-left: 32.5% !important;
    float: left;
    margin-right: 2.5% !important;
    margin-bottom: 2.5% !important;
}

a#back-to-software-grid:hover,
ul.quicktabs-tabs a:hover,
body.node-type-software #block-views-retrieval-link-retrieval-block a:hover
{
    border-bottom: none;
    background-color: transparent;
}

a.button_social_media{
   display : block;
   float: left;
   padding: 0 2px;
   height: 16px;
   width:16px;
   background-size : 16px 16px;
   background-repeat : no-repeat;
}

a#button_social_media_rss {
  background-image : url(../images/icons/rss_tiny.png);
}

a#button_social_media_twitter {
  background-image : url(../images/icons/twitter_bird_tiny.png);
}

a#button_social_media_facebook {
  background-image : url(../images/icons/facebook_tiny.png);
}

#logo-holder-large {
    float: none;
    height: 54px;
    margin-bottom: 3%;
    margin-top: 4%;
    width: 460px;
}

#ist-logo-mobile a,
#logo-holder-large a {
    display: inline;
}

#MIT-logo-large {
    background-image: url("../images/mit-ist-web-large-off-01.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 38px;
    width: 72px;
}

#MIT-logo-large:hover {
    background-image: url("../images/mit-ist-web-large-on-01.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

#divider-large {
    border-left: 1px solid #000;
    float: left;
    height: 54px;
    margin-left: 14px;
    margin-top: -7px;
    width: 14px;
}

#ist-logo-web-large {
    background-image: url("../images/ist-web-large-off-01.png");
    background-position: 0 -8px;
    background-repeat: no-repeat;
    float: left;
    height: 54px;
    width: 199px;
}

#ist-logo-web-large:hover {
    background-image: url("../images/ist-web-large-on-01.png");
    background-repeat: no-repeat;
}

#ist-logo-mobile {
    float: left;
    width: 58px;
    height: 54px;
    background-image: url("../images/ist-web-large-off-01.png");
    background-repeat: no-repeat;
    background-position: 0px -8px;
    }

#ist-logo-mobile:hover {
    background-image: url("../images/ist-web-large-on-01.png");
    background-repeat: no-repeat;
}

/* IW-124 */
.field-type-taxonomy-term-reference .field-item a::after
{
    content: ', ';
}

.field-type-taxonomy-term-reference .field-item:last-child a::after
{
    content: '';
}
