
/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

/**
 * Global Styles
 */

body {
    background: #fff;
    color: rgb(61,57,53);
    font-family: 'Open Sans', Arial, Helvetica;
    margin: 0;
    overflow-x: hidden;
    height:100%;
    font-size:16px;
}

h1 {
    font-size: 40px;
    font-weight: normal;
    left: -3px;
    margin: 0;
    position: relative;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 20px 0;
}

h3,
#content h3 a,
#content h3 a:hover {
    color: rgb(61,57,53);
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
}

li {
    list-style: none;
}

hr {
    background-color: rgb(242,169,0);
    border: 0;
    height: 2px;
    margin: 10px 0;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

.inner_fixed {
    margin: 0 auto;
    padding: 27px;
    position: relative;
    max-width: 1226px;
}

#content {
    background: #fff;
    padding: 0;
}

#content a {
    color: #008ff9;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#content p {
    line-height: 30px;
}

/*Breadcrumbs*/
#content .breadcrumb {
    padding-bottom: 20px;
}

#content .breadcrumb a {
	color: rgb(61,57,53);
	text-decoration: none;
}

#content .breadcrumb a:last-child{
    font-weight: bold;
}

#content .breadcrumb a:hover {
    text-decoration: underline;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

div.status,
table tr.ok {
    background-color: rgb(120,190,32);
}

div.status,
.ok {
    color: #fff;
}

div.status {
    border-color: rgb(120,190,32);
}

div.error,
table tr.error {
    background-color: #ed541d;
}

div.error,
.error {
    color: #fff;
}

div.error {
    border-color: #ed541d;
}

/**
 * Header Styles
 * @author: Keith Frey
 */

#header {
    background: rgba(255, 255, 255, .8);
    height: 102px;
    margin: 0;
    padding: 15px 0 0 0;
    position: relative;
    z-index: 10;
}

body.node-type-landing-page #header,
body.node-type-careers #header {
    margin: 0 0 283px 0;
}

#header > div {
    padding: 0 27px;
}

.wrap-img {
    border-bottom: 1px solid #dce0e0;
    display: block;
    height: 117px;
    left: -50%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 200%;
    z-index: 0;
}

body.node-type-landing-page .wrap-img,
body.node-type-careers .wrap-img {
    border-bottom: none;
    height: 400px;
}

#logo {
    float: left;
    margin: 0px 0 0 0;
}

#top-nav {
    float: right;
    padding: 7px 0 0 0;
    position: relative;
}

#top-nav #language-switcher {
    float: right;
    margin: 0 0 0 25px;
    position: relative;
}

#top-nav #language-switcher a {
    color: #000;
    text-decoration: none;
}

#top-nav #language-switcher a img {
    height: 25px;
}

#top-nav #language-switcher .dropdown {
    background: rgba(255,255,255,.9);
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 #bbb;
    left: -35px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: opacity .5s ease 0s, visibility 0s linear .5s;
    visibility: hidden;
    width: 85px;
    z-index: 2;
}

#top-nav #language-switcher:hover .dropdown {
    opacity: 1;
    transition: opacity .5s ease 0s, visibility 0s linear 0s;
    visibility: visible;
}

#top-nav #language-switcher .dropdown a {
    display: block;
}

#top-nav #language-switcher .dropdown a:hover {
    text-decoration: underline;
}

#top-nav form.search-form {
    bottom: 3px;
    float: right;
    margin: 0;
    position: relative;
}

#top-nav form.search-form input.form-text {
    background: rgba(255, 255, 255, .333);
    border-radius: 3px;
    border: none;
    box-shadow: 1px 1px 2px #e5e5e5;
    color: #999;
    font-size: 13px;
    height: 24px;
    outline: none;
    padding: 1px 25px 1px 5px;
    transition: width .5s ease, background .5s ease;
    width: 100px;
}

#top-nav form.search-form input.form-text:hover,
#top-nav form.search-form input.form-text:focus {
    background: rgba(255, 255, 255, 1);
    border: none;
    width: 200px;
}

#top-nav form.search-form input.form-submit {
    background: url(images/search.png) right 1px no-repeat;
    border: none;
    cursor: pointer;
    height: 20px;
    opacity: .4;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 24px;
}

#top-nav ul {
    float: right;
    margin: 0;
    padding: 0 20px;
    text-align: right;
}

#top-nav ul li {
    display: inline;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: .5em;
    text-align: right;
}

#top-nav ul li.menu-319 a {
    background: url(images/search.png) right 1px no-repeat;
    padding: 0 25px 3px 0;
}

#top-nav ul li a {
    color: #000;
    text-decoration: none;
}


ul#main-menu li ul.sub-menu li.expanded .first{
	padding-top:20px;
}


ul#main-menu li ul.sub-menu li.expanded > a:hover {
    text-decoration: none;
}


ul#main-menu li ul.sub-menu li.expanded > a {
    color: rgb(253,75,4);
    cursor: default;
    font-weight: bold;
	padding-bottom:20px;
}

ul#main-menu {
/*
    border-top: 1px solid #e5e5e5;
    float: right;
*/
	border-top: 1px solid #e5e5e5;
    float: right;
    height: 2em;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    max-width: 1002px;
    width: 88%; 
}

ul#main-menu > li{
	border-top: 3px solid rgba(253, 75, 4, 0);
	float:left;
	text-align: center;
    top: -2px;
	width:18%;
	display:block;
	transition: border-top .5s ease;
}

ul#main-menu > li:hover {
    border-top: 3px solid rgba(253, 75, 4, 1);
}

ul#main-menu > li > a,
ul#main-menu > li > a:visited {
    -moz-box-sizing: border-box;
    bottom: 0;
    box-sizing: border-box;
    color: rgb(61,57,53);
    cursor: default;
    display: block;
    float: left;
    font-size: 20px;
    left: 0;
    padding: 11px 0 18px;
    position: relative;
    right: 25em;
    text-decoration: none;
    top: 0;
    width: 100%;
}


ul#main-menu > li > ul.sub-menu {	
	background: rgba(255, 255, 255, .9);
    border: 1px solid #dce0e0;
    box-shadow: 0 0 10px 0 #bbb;
	position:absolute;
	top:50px;
	display:block;
	z-index: 10;
	padding-right:20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease 0s, visibility 0s linear .5s;
    overflow: hidden;
	padding-top:10px;
	padding-left:2px;
	padding-right:2px;
	min-width:200px;
	
}

#main-menu > li:hover > ul.sub-menu {
    max-height: 1000px;
    opacity: 1;
    transition: opacity .5s ease 0s, visibility 0s linear .0s;
    visibility: visible;
}

#main-menu > li > ul.sub-menu > li {
    display: block;
    padding: 0 20px 10px;
    text-align: left;
}

#main-menu > li > ul.sub-menu > li > ul > li {
    display: block;
    padding: 3px 0 2px 0;
    text-align: left;
}

#main-menu > li.menu-313 >  ul > li  {
	display: block;
	float: left;
	margin: 0;
}

ul#main-menu > li:hover > a,
ul#main-menu > li:focus > a {
    font-weight: bold;
}

ul#main-menu > li > ul a:hover {
    text-decoration: underline;
}

#main-menu > li.menu-316 >  ul {
	right:0;
}

#main-menu > li.menu-316 >  ul > li {
	float:left;
	display:block;
}

#main-menu ul ul {
    margin: 0;
    padding: 0;
}

#main-menu ul ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#main-menu li > a {
    color: rgb(61,57,53);
    text-decoration: none;
}

#responsive-hamburger {
    display: none;
}

/**
 * Footer
 * @author: Jeff Frey
 */

#social-footer {
    background: #575757;
    border-bottom: 1px solid #b8b8b8;
    position: relative;
}

#social-footer .inner_fixed {
    padding: 15px 27px;
}

#social-footer .menu {
    margin: 0;
    padding: 0;
}

#social-footer .menu li {
    float: left;
    list-style: none;
    margin: 0 62px;
    padding: 0;
}

#social-footer .menu li a {
    display: block;
    height: 51px;
    text-indent: -9999px;
    width: 51px;
}

#social-footer .menu li.menu-579 a {
    background: url(images/icon_facebook-white.png) no-repeat;
}

#social-footer .menu li.menu-580 a {
    background: url("images/icon_HGST-blog-white.png") no-repeat;
}

#social-footer .menu li.menu-581 a {
    background: url(images/icon_linkedin-white.png) no-repeat;
}

#social-footer .menu li.menu-582 a {
    background: url(images/icon_twitter-white.png) no-repeat;
}

#social-footer .menu li.menu-583 a {
    background: url(images/icon_youtube-white.png) no-repeat;
}

#social-footer .menu li.menu-584 a {
    background: url(images/icon_googleplus-white.png) no-repeat;
}

#social-footer .menu li.menu-585 a {
    background: url(images/icon_instagram-white.png) no-repeat;
}

#footer {
    background: #575757;
    position: relative;
}

#footer ul.menu {
    border: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer ul.menu li, div#footer ul.menu li ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer ul.menu li ul.sub-menu {
    margin: 5px 0 0 0;
}

#footer > div > ul > li {
    float: left;
    line-height: 20px;
}

#footer ul a {
    color: #b8b8b8;
    font-size: 12px;
    text-decoration: none;
}ge-node-1858 

#footer ul a:hover {
    text-decoration: underline;
}

#footer li.expanded > a {
    color: rgb(242,169,0);
    cursor: default;
    font-size: 15px;
    font-weight: bold;
}

#footer li.expanded > a:hover {
    text-decoration: none;
}

#footer ul.sub-menu li.expanded > a {
    color: #dedede;
    font-size: 12px;
}

#footer ul.sub-menu li.expanded > a:hover {
    text-decoration: none;
}

#footer ul.menu > li.expanded {
    padding: 0 0 0 45px;
    width: 16%;
}

#footer ul.menu > li.expanded:first-child {
    padding: 0;
}

#footer ul.sub-menu li.last.expanded {
    margin-top: 20px;
}

#footer .legal-footer {
    clear: both;
    padding: 20px 0 0 0;
}

#footer .legal-footer .copyright {
    color: #b8b8b8;
    float: right;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 0 15px;
}

#footer .legal-footer ul {
    float: right;
}

#footer .legal-footer ul.menu li {
    float: left;
    margin: 0 0 0 15px;
}

#footer .legal-footer li a {
    font-size: 12px;
}

/**
 * Home page
 * @author: Keith Frey
 */
body.front #header {
    margin: 0 0 483px;
}

body.front .node-page {
    padding: 0;
}

#home-banner-wrapper {
    border-bottom: 1px solid #dce0e0;
    display: block;
    height: 600px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#home-banner-prev,
#home-banner-next {
    color: #fff;
    cursor: pointer;
    right: 40px;
    opacity: .4;
    position: absolute;
    top: 305px;
    transition: opacity 1s ease;
    z-index: 2;
}

#home-banner-prev:hover,
#home-banner-next:hover {
    opacity: 1;
    transition: opacity 1s ease;
}

#home-banner-prev {
    left: 40px;
    right: auto;
    transform: rotate(180deg);
}

.home-banner {
    background-size: cover;
    height: 600px;
    opacity: 0;
    position: absolute;
    transition: opacity 2s ease;
    width: 100%;
}

.home-banner.active {
    opacity: 1;
    z-index: 1;
}

.home-banner-image {
    border-bottom: 1px solid #dce0e0;
    display: none;;
    height: 600px;
    left: -50%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 200%;
    z-index: 0;
}

.home-banner-inner {
    margin: 0 auto;
    position: relative;
    top: 290px;
    width: 740px;
}

.home-banner-accent {
    left: -114px;
    position: absolute;
    top: -114px;
    width: 200px;
}

.home-banner-accent img {
    width: 100%;
}

.home-banner a,
.home-banner a:hover {
    text-decoration: none;
}

.home-banner-message {
    background: #F04E23;
    color: #fff;
    font-size: 36px;
    padding: 15px;
    position: relative;
    width: 710px;
}

#home-featured {
    background: #fdfdfd;
    position: relative;
    z-index: 2;
}

#home-featured > div {
    border-bottom: 2px solid #ddd;
}

#home-featured > div .home-feature-inner {
    overflow: hidden;
    position: relative;
}

#home-featured > div .home-feature-inner .feature {
    margin: 0 2% 0 0;
    position: relative;
    width: 32%;
}

#home-featured > div .home-feature-inner .home-feature-slider a:last-child .feature {
    border: none;
    margin: 0;
    padding: 0;
}

#home-featured > div .home-feature-inner .feature img {
    height: auto !important;
    width: 100%;
}

#home-featured > div .home-feature-inner .feature div.field {
    padding: 0;
}

#home-featured > div .home-feature-next,
#home-featured > div .home-feature-prev {
    color: #999;
    cursor: pointer;
    font-size: 60px;
    opacity: .5;
    position: absolute;
    right: 9px;
    top: 90px;
    width: 50px;
    z-index: 1;
}

#home-featured > div .home-feature-prev {
    display: none;
    left: 9px;
}

#home-featured > div .home-feature-next:hover,
#home-featured > div .home-feature-prev:hover {
    opacity: 1;
}

.home-feature-slider .field-name-field-feature-3 {
    color: rgb(61,57,53);
}

.home-feature-inner p {
    background: rgba(255, 255, 255, .8);
    bottom: 2px;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    padding: 2%;
    position: absolute;
    width: 96%;
}

#home-feed {
    background: #fdfdfd;
    padding: 15px 0;
}

#home-feed a {
    color: rgb(61,57,53);
    text-decoration: none;
}

#home-feed-inner {
    width: 976px;
}

#home-feed-inner > div {
    float: left;
}

#home-feed-inner > div:first-child {
    margin: 0 50px 0 0;
}

.home-feed-icon {
    border-right: 2px solid rgb(242,169,0);
    float: left;
    padding: 10px;
    margin: 0 10px 0 0;
}

#home-feed-inner div:first-child .home-feed-icon {
    padding: 15px 10px;
}

.home-feed-content {
    float: left;
    font-size: 14px;
    width: 375px;
}

.home-feed-content strong {
    display: block;
    font-size: 16px;
}

/*body.front #social-footer {
    background: rgba(255, 255, 255, .95);
    position: relative;
}

body.front #social-footer .menu li.menu-579 a {
    background: url(images/icon_facebook-grey.png) no-repeat;
}

body.front #social-footer .menu li.menu-580 a {
    background: url("images/icon_HGST-blog-grey.png") no-repeat;
}

body.front #social-footer .menu li.menu-581 a {
    background: url(images/icon_linkedin-grey.png) no-repeat;
}

body.front #social-footer .menu li.menu-582 a {
    background: url(images/icon_twitter-grey.png) no-repeat;
}

body.front #social-footer .menu li.menu-583 a {
    background: url(images/icon_youtube-grey.png) no-repeat;
}

body.front #social-footer .menu li.menu-584 a {
    background: url(images/icon_googleplus-grey.png) no-repeat;
}

body.front #social-footer .menu li.menu-585 a {
    background: url(images/icon_instagram-grey.png) no-repeat;
}

body.front #footer {
    background: rgba(255, 255, 255, .95);
}

body.front #footer li.expanded > a {
    color: rgb(253, 75, 4);
}

body.front #footer ul.sub-menu li.expanded > a {
    color: #666;
}

body.front #footer ul a,
body.front #footer .legal-footer .copyright {
   color: rgb(61,57,53); 
}*/

/**
 * Styles for single product page landing page
 * @author: Andy Fletcher
 */

.node-products h1 {
    border-bottom: 4px solid rgb(242,169,0);
    padding: 0 0 20px 0;
    width: 60%;
}

.node-products h2 {
    width: 60%;
}

.node-products h3 {
    font-size: 24px;
    font-weight: normal;
}

.field {
    padding: 10px 0;
}

.view-field-body {
    min-height:250px;
}
	
.views-row {
    padding-bottom: 30px;
}

.block-views,
.field-name-body,
.block-system {
    padding: 0;
}


.block-views,
.view-press-releases-one-stop-shop,
.node-press-release,
.view-news-and-reviews-recent,
.view-Events,
.node-event,
.node-news-and-review,
.view-Webinars,
.node-download,
.view-technical-conferences,
.node-technical-conferences,
.node-page,
.node-executive,
.node-distributor,
.node-resources,
.node-notice-jp,
.node-press-release-localized,
#block-block-2 {
    margin: 0 auto;
    max-width: 1226px;
    padding: 27px;
}

.node-page h1,
.node-event h1,
.node-press-release h1 {
    padding-bottom: 30px;
}

.button,
.node-event .field-name-field-link,
input[type="submit"] {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size:16px;
    text-decoration: none;
}
	
.page-node-58 .button,
.page-node-85 .button,
.page-node-222 .button,
.page-node-158 .button {
    bottom: 0;
    position: absolute;
}
	
#content .button a,
#content .node-event .field-name-field-link a,
input[type="submit"] {
    color: #333;
    padding: 10px;
    text-decoration: none;
}
	
.form-select{
    padding: 4px 6px 4px 6px;    
}

.product-resource {
    border-bottom: 1px solid #dce0e0;
    padding: 10px 0;
}

.product-resource div.product-resource-title {
    float: left;
    margin: 0 30px 0 0;
    width: 700px;
}

.product-resource div.product-resource-doc-type {
    float: left;
    height: 22px;
    width: 250px;
}

.specs-wrapper {
    font-size: 14px;
}

.specs-row {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.specs-row-group {
    padding: 10px 0 10px 305px;
}

.specs-group-title {
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 0 0;
    width: 263px;
}

.specs-subhead {
    font-weight: bold;
    padding: 10px 0;
}

.specs-field {
    float: left;
    padding: 0 20px 0 0;
    width: 285px;
}

.specs-value {
    float: left;
    padding: 0 20px 0 0;
}

.specs-1-col .specs-group-title,
.specs-1-col .specs-value {
    width: 829px;
}

.specs-2-col .specs-group-title,
.specs-2-col .specs-value {
    width: 404px;
}

.specs-3-col .specs-group-title,
.specs-3-col .specs-value {
    width: 263px;
}

/**
 * country specific press release pages
 * @author: Andy Fletcher
 */
 
.view-press-releases-chinese-simplified,.view-press-releases-chinese-traditional,.view-press-release-korea,.view-press-releases-japanese{
}

.view-press-releases-chinese-simplified .view-content li, .view-press-releases-chinese-traditional .view-content li,.view-press-release-korea .view-content li, .view-press-releases-japanese .view-content li{
border-bottom:1px solid #eee;
padding:5px 0;
}

.view-press-releases-chinese-simplified .view-content li .views-field-field-date-available, .view-press-releases-chinese-traditional .view-content li .views-field-field-date-available,.view-press-release-korea .view-content li .views-field-field-date-available, .view-press-releases-japanese .view-content li .views-field-field-date-available{

font-weight:900;
}


	
/**
 * Full width container for 3 rows
 * @author: Andy Fletcher
 */
.sections {
    width: 100%;
}

.section-row {  
    clear: both;
}

.section-col {
    float: left;
    line-height: 30px;
    margin: 0 26px 60px 0;
    min-height: 250px;
    position: relative;	
    width: 22%;
}


.page-node-58 .section-col,
.page-node-85 .section-col,
.page-node-222 .section-col,
.page-node-158 .section-col {
    min-height: 190px;
    height: 190px;
    width: 382px;
}

.page-node-382 .section-col {
height:100%;
}

.page-node-382 .section-col:nth-child(4n+1){
clear:left;
}

/*
.section-col:nth-child(4n+1) {
 clear: none;
	
}


.page-node-58 .section-col:nth-child(4n+1),
.page-node-85 .section-col:nth-child(4n+1),
.page-node-222 .section-col:nth-child(4n+1),
.page-node-158 .section-col:nth-child(4n+1) {
    clear: none;
}

*/
/*executive page columns*/
/*
.page-node-867 .section-col {
	height:600px;
}*/


.section-col:last-child {
    margin-right: 0;
}

.section-col .views-field {
    position: static;
}

/**
 * Landing Page
 * @author: Andy Fletcher
 */
.field-name-field-landing-banner-image {
    border: 1px solid #ff0000;
}

.field-name-field-landing-banner-image img {
    height: auto;
    width: 100%;
}

.colored_band {
    background: #ff9900;
    color: #fff;
}

.colored_band.white {
    padding: 0;
}

.colored_band .breadcrumb {
	margin: 0;
}
	
#content .colored_band .breadcrumb a {
    color: #fff;
    text-decoration: none;	
}

#content .colored_band.white .breadcrumb a {
    color: rgb(61,57,53);
}
	
.colored_band .breadcrumb a:hover {
    text-decoration: underline;
}

.colored-band-inner {
    margin: 0 auto;
    padding: 27px;
    max-width: 1226px;
}

.white .colored-band-inner {
    padding: 27px 27px 0 27px;
}
	
/**
 * Single Products Page
 * @author: Andy Fletcher
 */

div#product-tabs {
    background: #f5f5f5;
    border: 1px solid #dce0e0;
    margin: 20px 0 0;
    padding: 0 0 40px 0;
}

ul.product_subs {
    margin-top: 0;
}

#content ul.product_subs > li > a {
    color: rgb(61,57,53);
    cursor: pointer;
    text-decoration: none;
}

.field-name-field-product-leadin ul {
    margin: 0;
    padding: 0;
}

.field-name-field-product-leadin ul li {
    font-size: 19px;
    list-style: none;
    margin-top: 30px;
}
	
/**
 * Call to action on single product page
 * @author: Andy Fletcher
 */

#cta1 {
    background: #66cc66;
    border-bottom: 1px solid #fff;
    clear: right;
    color: white;
    float: right;
    width: 100%;
}
	
#cta2 {
    background: #66cc66;
    clear: right;
    color: white;
    float: right;
    width: 100%;
}

/**
 * Hidden containers on product page
 * @author: Andy Fletcher
 */
.field-name-field-quick-facts,
.field-name-field-specifications,
.field-name-field-resources {
    display: none;
}

.field-name-field-overview,
.field-name-field-quick-facts,
.field-name-field-specifications,
.field-name-field-resources {
    clear: both;
    font-size: 15px;
    line-height: 1.8;
    padding: 20px;
    width: 98%;
}

.views-table {
    width: 100%;
}

#block-system-main {
    margin: 0;
    padding: 0;
}

.more-link {
    padding-top: 30px;
}

/**
 * Styles for Product Comparison Results Page
 * @author: Jeff Frey
 */

body.page-node-1858 #comp-wrapper {
    height: 100%;
    width: 100%;
}

.page-node-1858 .prod-pic {
    float: left;
    width: 200px;
}

.page-node-1858 .prod-name {
    float: left;
    height: 200px;
}

.page-node-1858 .spec-img {
    height: 200px;
    width: 150px;
 }

.page-node-1858 .specs-row {
    height: 36px;
    padding-left: 30px;
    width: 300%;
 }

 .page-node-1858 .values-wrapper .specs-row:nth-child(odd) {
    background: #eee;
 }

.page-node-1858 .specs-value {
    width: 195px;
}

#comp-wrapper {
    height: 500px;
    overflow: scroll;
}

.page-node-1858 .specs-row-group {
    background: #ccc !important;
    clear: left;
    padding: 0;
    position: relative;
    top: 20px;
}

.page-node-1858 .specs-group-title {
    float: left;
}

.page-node-1858 .specs-group-title {
    width: 193px;
}

.page-node-1858 .values-wrapper {
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    width: 920px;
}

/**
 * Styles Subheads and Fields on Product Comparison Results Page
 * @author: Jeff Frey
 */

.page-node-1858 .fields-wrapper {
    width: 600px;
    float: left;
    position: relative;
    margin: 89px 0 0 0;
}

.page-node-1858 .fields-wrapper .specs-row {
    background: #fff;
    border: 0px solid #eee;
    float: left;
    height: 47px;
    padding: 0 20px 0 0;
}

.page-node-1858 .fields-wrapper div.specs-subhead, .fields-wrapper div.specs-field {
    /*display: none;*/
    float: left;
    width: 93%;
}

.fields-wrapper:first-child div.specs-subhead, .fields-wrapper:first-child div.specs-field {
    border-bottom: 0 solid #ddd;
    display: block;
    width: 50%;
}

.page-node-1858 .fields-wrapper div.specs-subhead .clearfix:after {
    padding: 0 0 0 0;
}

/**
* Sitemap will shortly change
* @author: Andy Fletcher
**/

#site-map{
	margin-left: 20%;
	padding: 20px;
}

/**
 * Webinars section on event and webinars landing page
 * @author: Haris Yusuf
 */

#block-views-events-block,
#block-views-technical-conferences-block,
#block-views-14db71555f907838e3ec9b8282f674dd,
#block-block-1 .content,
#block-views-news-and-reviews-recent-block {
    padding: 27px;
}

#block-views-webinars-block,
#block-block-1,
#block-views-news-and-reviews-recent-block,
.page-node-55 #block-block-4 {
    background-color: #eee;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.views-field-field-webinar-time {
    padding-bottom: 10px;
}

#block-views-webinars-block .content,
#block-block-1 .content,
#block-views-news-and-reviews-recent-block .content {
    margin: auto;
    max-width: 1230px;
    padding: 27px;
}

#block-views-webinars-block .views-row {
    float: left;
    height: 568px;
    padding: 0 20px 20px 0;
    position: relative;
    width: 395px;
}

#block-views-webinars-block .views-row > div {
    width: 90%;    
}

#block-views-webinars-block .content .button a,
#block-views-webinars-block-1 .content .button a {
	line-height: 30px;
}

.webinar-live-image,
.webinar-gated-image {
    background: url(/sites/default/files/images/default-webinar-395x225.jpg);
    box-shadow: 3px 3px 8px #888888;
    color: #000;
    height: 225px;
    margin: 0 0 15px 0;
    position: relative;
    width: 395px;
}

.webinar-live-image img,
.webinar-gated-image img {
    max-height: 100%;
    max-width: 100%;
}

.webinar-live-time {
    left: 20px;
    position: absolute;
    top: 25px;
}
.webinar-type-bg {
    background-color: gray;
    bottom: 0px;
    height: 40px;
    opacity: .8;
    position: absolute;
    width: 100%;
}

.webinar-type {
    bottom: 0px;
    padding: 10px 20px;
    position: absolute;
}

#block-views-webinars-block .more-link,
#block-block-1 .more-link {
    clear: left;
}

#block-views-webinars-block .views-row-last {
	padding-right: 0;
}

#block-views-webinars-block-1 .views-row {
	padding-bottom: 35px;
	min-height: 225px;
}

#block-views-webinars-block-1 .views-field-field-webinar-time,
#block-views-webinars-block-1 .views-field-field-image {
    float: right;
    padding-left: 30px;
}

.node-download .field-name-field-image {
    float: right;    
}

.node-download .field-name-field-image img {
    box-shadow: 3px 3px 8px #888888;
    height: auto;
    margin-left: 30px;
    width: 450px;
}

.node-download .field-name-field-video-embed-code {
    text-align: center;
}

.node-type-event .field-label {
    width: 200px
}

.field-name-field-presenters .field-label {
    width:100%;
}

.node-download .tandc {
    cursor: pointer;
    text-decoration: underline;
}

/**
 * Events date range fix
 * @author Cameron Chang
 */

.view-Events span.date-display-single {
    display:block;
}

/**
 * Registration Form - Webinars, Profiler, Resources
 * @author: Haris Yusuf
 */

#user-register-form {
    max-width: 1150px;
} 

.form-item label {
    padding-bottom: 5px;
}

label span.tandc {
	text-decoration: underline;
	cursor: pointer;
}

#user-register-form .form-item .form-text,
#user-register-form .form-item .form-select {
    padding: 5px;
    width: 100%;
}

#edit-field-contact-address-1- {
    clear: left;
}

#user-register-form .description {
    clear:both;
    color:#666;
    padding:10px;
}

#user-register-form .form-item {
    /* width: 48%; */
    float: left;
    margin-right: 20px;
    min-height: 50px;
}

#user-register-form .form-item-Email {
    width: 100%;
}

#user-register-form #edit-mail {
    max-width: 600px;
}

#user-register-form .form-item-field-terms-and-conditions-und {
    clear: both;
}

#user-register-form .form-item-Unsubscribed {
    clear: both;
    margin-top: -15px;
}

#user-register-form #edit-actions {
  clear: both;
}
 
/**
 * Social section on media room landing page
 * @author: Haris Yusuf
 */

#block-views-news-and-reviews-recent-block h2,
#block-views-webinars-block h2 {
    margin: auto;    
    max-width: 1230px;
    padding: 27px 27px 0 27px;
}

#oss-blog,
#oss-twitter {
    float: left;
    max-width: 47%;
    min-width: 280px;
}

#oss-twitter {
    width: 590px;    
}

#oss-blog {
    padding-right: 6%;
}

#oss-blog img {
    box-shadow: 3px 3px 8px #888888;
    width: 98%;
}

#oss-blog .view-content > div {
    max-height: 427px;
    overflow: hidden;
}

#oss-blog .view-content p {
    min-height: 185px;
}

.twitter h2 {
    background: url(images/icon_Twitter_black.png) no-repeat left 95px top -3px;
    background-size: 35px;
}

#oss-youtube h2 {
    background: url(images/icon_YouTube_black.png) no-repeat left 115px top -3px;
    background-size: 35px;
}

#oss-youtube {
    clear: left;
}

#oss-youtube .vlist {
    float: left;
    height: 350px;
    padding-right: 10px;
    width: 395px;
}

#oss-youtube .img-polaroid {
    box-shadow: 3px 3px 8px #888888;
    width: 280px;
}

#oss-youtube .vlist p {
    width: 280px;
}

/**
 * Press Releases listing page, News and Reviews listing page
 * @author: Haris Yusuf
 */

.blurb {
    display: table;
}
.page-node-691 .blurb {
    border-top: 2px solid red;
    padding-top: 20px;
    width: 100%;
}
.page-node-691 #block-block-3 .block-views {
    padding-top: 0;
    padding-bottom: 0;
}

.node-landing-page .blurb a {
    color: #fff !important;
}

.medcontact p {
    float: left;
    width: 250px;
}

.press-list .views-row {
    border-top: 2px solid #fc4513;
}

.view-press-releases-one-stop-shop .view-content h3,
.view-news-and-reviews-recent .view-footer h3 {
    border-top: 2px solid #fc4513;
    padding: 10px 0;
}

.view-news-and-reviews-recent h3 {
    padding: 10px 0;
}

#block-views-events-block .view-Events,
#block-views-events-block-1 .view-Events,
#block-views-webinars-block .view-Webinars,
#block-views-webinars-block-1 .view-Webinars,
#block-views-technical-conferences-block .view-technical-conferences,
#block-views-technical-conferences-block-1 .view-technical-conferences,
#block-views-14db71555f907838e3ec9b8282f674dd .view-press-releases-one-stop-shop,
#block-views-a884e16190cc8bc899cd93705a543193 .view-press-releases-one-stop-shop,
#block-views-news-and-reviews-recent-block .view-news-and-reviews-recent,
#block-views-news-and-reviews-recent-block-1 .view-news-and-reviews-recent {
    padding: 0;
}

div#node-688,
div#node-688 h1,
div#node-689,
div#node-688 h1,
div#node-690,
div#node-688 h1,
div#node-691,
div#node-688 h1,
div#node-692,
div#node-692 h1 {
    padding-bottom: 0px;
}

/**
 * Support External Drive Support page
 * @author: Haris Yusuf
 */

.external-hard-drive .product-container {
  float: left;
  height: 165px;
  margin: 0 10px 10px 0;
  width: 190px;
  text-align: center;
}

/**
 * Resources Page
 * @author: Keith Frey
 */
#resources-filter-wrapper {
    border-bottom: 1px solid #666;
    margin: 0 0 30px 0;
}

#resources-filter-wrapper > div.inner_fixed {
    padding: 0 27px;
}

#resources-filter-wrapper div.resources-filter-reset {
    padding: 10px 0;
    text-align: right;
}

#resources-filter-wrapper > div > div.resources-filter,
#resources-filter-wrapper > div > div.resources-filter-header {
    border-left: 1px solid #666;
    float: left;
    height: 200px;
    overflow: auto;
    padding: 0;
    width: 24.86%;
}

#resources-filter-wrapper > div > div.resources-filter-header {
    background: #666;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    padding: 10px 0;
    text-indent: 10px;
}

#resources-filter-wrapper > div > div.resources-filter-products.resources-filter-header {
    border-left: 1px solid #666;
}

#resources-filter-wrapper > div > div.resources-filter-document-type {
    border-right: 1px solid #666;
}

#resources-filter-wrapper > div > div > div {
    cursor: pointer;
    padding: 5px 10px;
}

#resources-filter-wrapper > div > div > div:hover {
    background: #eee;
}

#resources-filter-wrapper > div > div > div.active-filter {
    background: #eee;
}

#resources-wrapper .resource {
    border-bottom: 1px solid #eee;
    display: none;
    padding: 15px 0;
}

#resouces-wrapper .resource:first-child {
    padding: 0 0 15px 0;
}

#resources-wrapper .resource .inner_fixed {
    padding: 0 27px;
}

#resources-wrapper .resource > div > div {
    float: left;
    padding: 00 30px 0 0;
}

#resources-wrapper .resource div div.resource-title {
    width: 700px;
}

#resources-wrapper .resource div div.resource-title a {
    text-decoration: none;
}

#resources-wrapper .resource div div.resource-title a:hover {
    text-decoration: underline;
}

#resources-wrapper .resource div div.resource-doc-type {
    width: 216px;
}

#resources-wrapper .resource div div.resource-pub-date {
    padding: 0;
    text-align: right;
    width: 130px;
}

#resources-pagination-wrapper a {
    margin: 0 10px 0 0;
    text-decoration: none;
}

#resources-pagination-wrapper a:hover {
    text-decoration: underline;
}

#resources-pagination-wrapper a.active-filter-page {
    text-decoration: underline;
}

/*Landing Page*/
.feature {
    float: left;
    margin: 0 74px 0 0;
    width: 359px;
}

.colored-band-inner > a:last-of-type .feature {
    margin: 0;
}

.field-name-field-feature-1,
.field-name-field-feature-2,.field-name-field-feature-3 {
	color: #fff;
}

.feature p {
    margin: 0;
}

h2 {
    clear: left;
}
	
/*Single Product Page*/	
#product_image_container {
    float: right;
    width: 37%;
}

.field-name-field-product-image img {
    height: auto !important;
    width: 100%;
}
	
ul.product_subs { 
    clear: both;
    padding: 0 27px;
    width: 1226px;
    margin: 0 auto;
}		
ul.product_subs li {
    color: #333;
    float: left;
    font-size: 20px;
    list-style: none;
    padding: 12px 34px;
    border-left: 1px solid #dce0e0;
    position: relative;
    top: -1px;
}

ul.product_subs li:last-child {
    border-right: 1px solid #dce0e0;
}
	
ul.product_subs  li.selected {	
    border-top: 1px solid rgb(242,169,0);
    font-weight: bolder;
}	

.field-name-field-product-leadin {
    width: 60%;
}


div#product-tabs > div {
    margin: 0 auto;
    padding: 27px 63px 0;
    width: 1154px;
}

div#product-tabs > div p {
    margin: 0 0 16px;
}

.field-name-field-product-overview {
    line-height: 1.3em;
}

.field-name-field-product-quick-facts,
.field-name-field-product-specifications,
.field-name-field-product-resources,
.field-name-field-product-pn-selector,
.field-name-field-products-technology-allian{
	display: none;
	line-height: 1.7em;
}

.field-name-field-product-resources a {
    display: block;
}

/*4U60 and Achive Archive Menu fix for DE, FR, and RU*/
.i18n-ru #node-1896 ul.product_subs li,
.i18n-de #node-1896 ul.product_subs li,
.i18n-fr #node-1896 ul.product_subs li,
.i18n-ru #node-160 ul.product_subs li{
    font-size:14px;
}

/*Product filter overide*/
.views-exposed-widgets {
    margin: 0 0 35px;
}

/*Remove this rule after views is updated */
.views-exposed-widgets > div > div > div > .description {
    display: none;
}

/*Product page call to action icons*/
#call_to_action_container {
    margin-top: 30px;
}

#call_to_action_container a {
	display: inline-block;
    margin: 0 20px 5px 0;
    text-decoration: none;
	border:1px solid #ccc;
	border-radius:5px;
	padding:12px 14px;

}

#call_to_action_container a img {
    margin-right: 10px;
}

.field-name-field-product-spec-footer {
	color: #939495;
	font-size: 11px;
}

/**
 * Solution Pages
 * @author: Janine Spracklen
 */

.col-one {
	float: left;
    width: 70%;
}

 .col-two {
	float: left;
    width: 30%;
}

 .share-text a {
	color: rgb(61,57,53);
	font-size: 12px;
	text-decoration: none;
    text-align: right;
 } 
 
hr.orange-full { 
	background-image: linear-gradient(to right, #fff, rgb(242,169,0), #fff);
	border: 0; 
	height: 1px; 
	margin: 20px 0 20px 0;
	width: 100%;
 } 
 
ul.bullets li {
	display: list-item;
	line-height: 30px;
    /*display: block;*/
    list-style-type: square;
    text-align: -webkit-match-parent;
}

.quote {
	color: #F2A900;
	font-style: italic;
	font-weight: 600;
	line-height: 30px;
}

h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.border {
	border-top: 1px solid #eee;
	margin :0;
}

.border-last {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin: 0;
}
.clear-both {
	clear: both;
}

.body2_sub_links a.press {
    background: url(/sites/all/themes/hgst/images/press-releases-icon_sm.png) no-repeat;
}


/* stops the add this light bock */
#at-cv-lightbox {
    display: none !important;
    z-index: 0;
}


/*Executive Team*/
.field-name-field-headshot {
	float: left;
	padding: 30px 30px 10px 0;
}

.page-node-867 .section-col {
    min-height: 687px !important;
}

.form-item-Email input.form-text {
   text-transform: capitalize !important;
}

/*Responsive Table*/
#responsive th { 
	text-align: left;
    border-bottom: 1px solid rgba(243,125,8,1.00);
    font-weight: bold;
}

/**
 * Contact Us Pages
 * @author: Janine Spracklen
 */

.contact {
   width: 240px;
   border: 1px solid #B2B2B2;
   margin: 0 20px 10px 0;
   padding: 8px 8px 8px 8px;
   float:left;
}

.contact img {
   width: 40px;
   padding: 8px 8px 8px 8px;
  float: left;
}

.contact p {
   text-decoration: none;
   text-align: center;
   float: left;
}


/*Responsive Tables*/
    #responsive table,
	#responsive th,
	#responsive td,
	#responsive tr {
		border: 1px solid #e8e8e8;
		padding:10px;
	}

/*screen smaller than 760px*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	#responsive table,
	#responsive thead,
	#responsive tbody,
	#responsive th,
	#responsive td,
	#responsive tr {
		display: block;	
	}


	.page-node-382 .section-col {
	display:block;
	clear:both;
	width:100%  !important;
	border-top:1px solid #ccc;
	margin-top:10px;
}
	.page-node-382 .search-jobs {
	display:block;
	margin-bottom:10px;
	}
	.page-node-382 .section-col  img{
	width:33%;
	float:left;
	margin:40px 10px 5px 0;
	}
	.page-node-382 .section-col  strong{
	position:absolute;
	}
	.page-node-382 .section-col  span{
	display:block;
	float:right;
	}
	
	.page-node-382 .section-col  p{
	margin-top:30px;
	}
	
	
	
	#responsive thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	#responsive tr {
		border: 1px solid #e8e8e8;
	}

	#responsive td {
		border-bottom: 1px solid #e8e8e8;
		border: none;
		padding-left: 50%;
		position: relative;
	}

	#responsive td:before {
		left: 6px;
		padding-right: 10px;
		position: absolute;
		white-space: nowrap;
		width: 45%;
	    top: 6px;
	}
	#oss-blog, #oss-twitter {
	    max-width: 100%;
	}
	#oss-blog .view-content > div {
	    max-height: none;
	}
 /*Insert Table Class*/
 
.cookies td:nth-of-type(1):before { content: "Types of cookie"; }
.cookies td:nth-of-type(2):before { content: "Who serves these cookies"; }
.cookies td:nth-of-type(3):before { content: "How to refuse"; }

.oracle td:nth-of-type(1):before { content: "Single-instance / RAC"; }
.oracle td:nth-of-type(2):before { content: "Primary Storage Type"; }
.oracle td:nth-of-type(3):before { content: "Solution"; }
.oracle td:nth-of-type(4):before { content: "Required Components"; }
.oracle td:nth-of-type(5):before { content: "Benefits"; }

}

/*Smartphones*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body {
		margin: 0;
		padding: 0;
	}
}



/*Careers*/
.field-name-field-careers-feature {
    color: #fff;
}

.field-name-field-careers-feature p {
    margin: 20px;
}
	
#map_band {
    background: #ff9900;
    clear: both;
    color: #fff;
    margin: 0;
    padding: 0;
}
	
#map_band h3 {
    margin: 20px;	
}
	
#map_band .breadcrumb a {
    color: #fff;
}

.colored_band {
    color: #fff;
}
	
/*Careers Pages*/
.field-name-field-careers-map {
    float: right;
    max-width: 45%;
}
	
.field-name-field-careers-map img {
    height: auto;
    width: 100%;
}

.field-name-field-careers-feature {
    color: #fff;
    float: left;
    width: 50%;
}
	
/*Banner image on careers pages*/
.field-name-field-banner-image img {
    height: auto;
    padding: 0;
    width: 100%;
}

.field-name-field-banner-image {
    margin: 0;
    padding: 0;
}
	
.search-jobs {
    color: #ff9900;
    float: right;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 10px 0;
}
	
	
/*Hiring Process Carousel styles*/	
.pane {
    border: #999 1px solid;
    height: 300px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.pane #next {
    background: url(js/fancyapps-fancyBox/source/fancybox_sprite.png);
	 background-position: 0 -72px;
    cursor: pointer;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 140px;
    width: 36px;
    z-index: 8040;
}

.pane #prev {
    background: url(js/fancyapps-fancyBox/source/fancybox_sprite.png);
	  background-position: 0 -37px;
    cursor: pointer;
    height: 34px;
    left: 10px;
    position: absolute;
    top: 140px;
    width: 36px;
    z-index: 8041;
}

#slider_controls li {
    background: #666;
    border-radius: 10px;
    cursor: pointer;
    float: left;
    height: 15px;
    list-style: none;
    margin-left: 10px;
    width: 15px;
}

#slider_controls li.selected {
    background: #ccc; 
}
  

ul.carousel {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 19999px;
}
  
ul.carousel li {
    float: left;
    height: 300px;
    overflow: hidden;
}

ul.carousel li {
    text-align: right;
}
	
ul.carousel li h3 {
    float: right;
    margin: 20px;
	margin-right: 50px;
    text-align: left;
    width: 600px;
}
	
ul.carousel li p { 
    clear: right;
    float: right;
    margin: 20px;
	margin-right: 50px;
    text-align: left;
    width: 600px;
}
	
#slider_controls {
    height: 60px;	
    margin-left: 50%;
    width: 300px;
}

/*careers landing*/
.section-col img {
    border: 1px solid #eee;
    width: 100%;
}
 
/*admin bar*/ 
 #admin-menu {
    font-size: 12px;
}

/*hide the hiring process carousel on the careers landing page*/
#node-382 .pane {
    display: none;
}

#node-382 #slider_controls {
	display: none;
}

#node-382 .field-name-field-body-second {
    clear: both;
}

/**
 * search Page styles
 * @author: Andy Fletcher
**/


.page-search-node h2 {
    margin-left: 50px;
}

.page-search-node #edit-basic {
    background: #333;
    display: none;
}

.search-advanced .form-wrapper input {
    display: block;
}

.page-search-node .search-advanced input[type="submit"] {
    display: block;
}

.search-info {
    display: none;
}

.page-search-node h3.title a {
    color: rgb(254,80,0) !important;
    margin-left: 17px;
    text-decoration: none !important;
}

.search-result {
   margin-top: 10px;
}

.search-advanced {
    clear: both;
    float: right;
    margin: 20px;
    width: 300px;
}

.search-advanced input[type=text] {
    display: block;
}

.search-advanced input[type="submit"] {
    background: #fff;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
}
.search-advanced .form-type-checkboxes{
display:none;
}
.page-search-node .content{
max-width: 1200px; 
margin-left: auto;
margin-right: auto;
}

.page-search-node fieldset.collapsed {
    border:none;
}

ul.pager {
    margin:50px 30px;
}

ul.pager li a {
    text-decoration:none !important;
}


/**
SEM Pages
**/
.node-type-sem #innerWrapDiv {
    margin: 0 auto;
    padding-bottom: 30px;
    width: 1200px;
}

.node-type-sem .field-name-body {
    float: left;
    width: 700px;
}

.node-type-sem #title {
    color: #575757;
    font-size: 40px;
    margin-bottom: 30px;
}

.node-type-sem #form {
    background: #ccc;
    border-radius: 8px;
    border: 1px solid #999;
    float: right;
    height: 600px;
    margin-right:30px;
    padding: 20px;
    width: 336px;
}

.node-type-sem .tandc {
    cursor: pointer;
    text-decoration: underline;
}

.node-type-sem #edit-field-marketing-consent-und {
    display: none;
}

.node-type-sem #messages {
    clear: left;
    float:right;
   /* margin-top:-360px;*/
    width: 730px;
	
}

.node-type-sem #form input[type=text],
.node-type-sem #form select,
.node-type-sem #form textarea {
    background-color: #fff;
    box-shadow: inset 1px 1px 4px 1px #ddd;
    color: #aeb0b6;
    font-size: 13px;
    height: 22px;
    line-height: 1.5em;
    margin: 0;
    padding: 2px 3px;
    width: 142px;
}

.node-type-sem #form p {
    color: #575757;
    font-size: 14px;
    line-height: 1.7;
    margin: 5px 0;
}
.node-type-sem  .sem-thankyou{
	font-size:16px;
}

.node-type-sem #form .form-item {
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 142px;
}

.node-type-sem form .field-name-field-marketing-consent label {
    font-size: 10px;
}

.node-type-sem .form-item-Email .description {
    display: none;
}

.node-type-sem form .field-type-text label,
.node-type-sem form .field-type-list-text label,
.node-type-sem form .form-type-textfield label {
    display: none;
}

.node-type-sem #form .form-item-field-terms-and-conditions-und {
    width: 100%;
}

#download-now img {
    border: 1px solid #999;
    float: right;
}

#download-now {
    margin-top: 50px;
    width: 600px;
}

#download-now p,#download-now h2 {
    float: left;
    width: 350px;
}

.node-type-sem #form .form-item-Unsubscribed {
    width: 320px;
}

.node-type-sem #form input[type="submit"] {
    margin-top: 20px;
}

.node-type-sem #form .form-select {
    color: #575757;
    height: 30px;
}

.node-type-sem #document-type {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 0 3px;
	clear:both;
}

.node-type-sem .field-type-text-with-summary {
	margin-bottom: 15px
}

.node-type-sem .field-type-text-with-summary p:first-child {
	margin-top: 0;
}

.node-type-sem #download-now h2 {
	padding-bottom: 0;
}
/**
 * How to buy styles
 * @author: Cameron Chang
 */

#block-views-how-to-buy-block {
    padding-top: 0;
} 

#block-views-how-to-buy-block #edit-field-country-tid {
    margin: 12px 0;
}

#block-views-how-to-buy-block #edit-submit-how-to-buy {
    margin: 16px 0;
}

#block-views-how-to-buy-block .views-exposed-widgets {
    float: none;
}

#block-views-how-to-buy-block .views-submit-button {
    clear: both;
    padding-top: 0;
}

#block-views-how-to-buy-block label[for=edit-field-country-tid] {
    font-weight: normal;
}

#block-views-how-to-buy-block .views-row {
    border-bottom: rgb(242,169,0) 2px solid;
    padding-bottom: 0;
}

#block-views-how-to-buy-block .views-row-last {
    border: none;
}

.distributor-bold {
    font-weight: bold;
}

.distributor-margin {
    margin-top: 16px;
}

#edit-field-country-tid-wrapper{
    padding-top: 0;
}

.htb-intro {
    margin-top: 0;
} 

#node-920 {
    padding-bottom: 0;
}

#vendor_grid div {
    display: inline-block;
    height: 100px;
    margin:10px 10px 0 0;
    width: 100px;
}

#vendor_grid div img {
    height: 100px;
    vertical-align: middle;
    width: 100px;
}

/**
 * Meet the Fellows styles
 * @author: Cameron Chang
 */

.fellow-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.fellow-col-1, 
.fellow-col-2 {
    float: left;
    max-width: 590px;
}

.fellow-col-1 {
    padding-right: 46px;
}

.fellow-col-2 {
    width: 590px;  
}

.fellow-col-1 img {
	padding-top: 10px;
    width: 100%;
}

.fellow-col-1 h2 {
	margin-top: 16px;
    padding-bottom: 0;
}

.fellow-col-2 p:first-child {
    margin-top: 0;
}

.fellow-anchor {
    float: left;
    margin-right: 86px;
}

.fellow-anchor:last-child {
	margin-right: 0;
}

.bulleted li {
    list-style: inherit;
    margin-bottom: 5px;
}

/* Enterprise Partner Program */
.white-bg {
    background: #fff;
}

/**
 * Responsive styles
 * @author: Keith Frey
 */

@media (max-width: 979px) {
    /* Global Styles */
    #wrapper {
        right: 0;
        transition: right .4s ease;
    }
	
	
.page-node-382 .section-col {
	width:31%;
	margin:6px;
	}
	
.page-node-382 .section-col:nth-child(4n+1){
clear:none;
}
	
.page-node-382 .section-col:nth-child(3n+1){
clear:left;
}	
	
	

    #wrapper.responsive-menu-open {
        right: 270px;
        transition: right .4s ease;
    }

    .inner_fixed,
    .block-views,
    .view-press-releases-one-stop-shop,
    .node-press-release,
    .view-news-and-reviews-recent,
    .view-Events,
    .node-event,
    .view-Webinars,
    .node-download,
    .view-technical-conferences,
    .node-page,
    .node-executive,
	.node-notice-jp,
	.node-press-release-localized,
    #block-block-2 {
        padding: 5%;
        width: 90%;
    }

    /* Header Styles */
    body.node-type-landing-page .wrap-img,
    body.node-type-careers .wrap-img {
        height: 117px;
    }

    body.node-type-landing-page #header,
    body.node-type-careers #header {
        margin: 0;
    }

    #header > div {
        padding: 0 5%;
    }

    #top-nav {
        width: 70%;
        padding: 20px 0 0;
    }

    #top-nav #language-switcher {
        display: none;
    }

    #top-nav form.search-form {
        background: #555;
        border-bottom: 1px solid #666;
        height: 25px;
        padding: 18px 10px;
        position: fixed;
        right: -270px;
        top: 0;
        transition: right .4s ease;
        width: 250px;
        z-index: 2;
    }

    #top-nav form.search-form.responsive-menu-open {
        right: 0;
        transition: right .4s ease;
    }

    #top-nav form.search-form input.form-text {
        background: #666;
        box-shadow: none;
        color: #efefef;
        width: 220px;
    }

    #top-nav form.search-fofm input.form-submit {
        right: 15px;
        top: 21px;
    }

    #top-nav form.search-form input.form-text:hover,
    #top-nav form.search-form input.form-text:focus {
        background: #666;
        color: #efefef;
        width: 220px;
    }

    #top-nav ul {
        float: right;
        padding: 0 0 15px 0;
        white-space: pre-wrap;
    }

    #top-nav ul li a {
        font-size: 12px;
    }
/*--------------------------------------*/
ul#main-menu > li {
   position: relative;   
}

#main-menu > li > ul.sub-menu > li {
    float: left;  
}

/*---------------------------------------*/
	
    ul#main-menu {
        background: #575757;
        border-top: none;
        clear: both;
        display: block;
        float: none;
        height: 100%;
        right: -270px;
        margin: 0;
        padding: 59px 0 0 0;
        position: fixed;
        top: 0;
        transition: right .4s ease;
        width: 270px;
		white-space: normal;
    }

    ul#main-menu.responsive-menu-open {
        right: 0;
        transition: right .4s ease;
    }

    ul#main-menu li > a {
        border-bottom: 1px solid #666;
        color: #b8b8b8;
        cursor: pointer;
        display: block;
        font-size: 14px;
        padding: 8px 20px;
    }
	
	  ul#main-menu > li > ul.sub-menu{
		  position:static;
		  box-shadow:none;
		  background: #575757;
		  border:0;
		  opacity: 1;  
		  visibility: visible;
	  }

    ul#main-menu li,
    ul#main-menu > li > ul.sub-menu > li {
        border-top: none;
        float: none;
        padding: 0;
        text-align: left;
        top: 0;
        width: 100%;
    }

    ul#main-menu > li > a {
        color: #efefef;
    }

    ul#main-menu > li:hover {
        border-top: none;
    }

    ul#main-menu > li:hover a {
        font-weight: normal;
		color:#fff;
    }

    ul#main-menu > li > a,
    ul#main-menu > li > a:visited {
        float: none;
        width: auto;
		color:#fff;
    }

    #main-menu > li > ul.sub-menu {
        background: none;
        border: none;
        box-shadow: none;
        display: none;
        opacity: 1;
        padding: 0;
        position: static;
        visibility: visible;
        width: 100%;
    
	}

    #main-menu > li.menu-313 > ul.sub-menu,
    #main-menu > li.menu-314 > ul.sub-menu,
    #main-menu > li.menu-315 > ul.sub-menu,
    #main-menu > li.menu-316 > ul.sub-menu {
        width: auto;
    }

    ul#main-menu li ul.sub-menu li > a {
        cursor: pointer;
        padding: 8px 30px;
    }

    ul#main-menu li ul.sub-menu li.expanded > a {
        color: rgb(242,169,0);;
    }

    #main-menu > li > ul.sub-menu > li > ul.sub-menu {
        display: none;
    }

    #main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        padding: 8px 40px;
    }
	

	
    #responsive-hamburger {
        background: #575757;
        border-radius: 5px;
        color: #efefef;
        cursor: pointer;
        display: block;
        float: right;
        font-size: 26px;
        margin: 0 0 0 10px;
        padding: 3px 0 4px;
        text-align: center;
        width: 40px;
    }

    #responsive-hamburger img {
        width: 35px;
    }

    /* Footer Styles */
    #social-footer {
        display: none;
    }

    #footer {
        padding: 0;
    }

    #footer > div {
        padding: 0 0 20px 0;
    }

    #footer > div > ul.menu {
        display: none;
    }

    /* Home Page */
    body.front #header {
        margin: 0 0 239px;
    }

    #home-banner-prev,
    #home-banner-next {
        left: 1%;
        top: 170px;
    }

    #home-banner-next {
        left: auto;
        right: 1%;
    }

    .home-banner-inner {
        top: 190px;
        width: 70%;
    }

    #home-featured > div {
        padding: 27px 5%;
        width: 90%;
    }

    #home-featured > div .home-feature-prev {
        left: 0;
    }

    #home-featured > div .home-feature-next {
        right: 0;
    }

    #home-featured > div .home-feature-inner .feature,
    #home-featured > div .home-feature-inner .home-feature-slider a:last-child .feature {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
        width: 100%;
    }

    .feature p {
        opacity: 1
    }

    .home-banner {
        width: 100%;
    }

    .home-banner-accent {
        display: none;
    }

    .home-banner-message {
        font-size: 25px;
        padding: 3%;
        width: 94%;
    }

    #home-feed-inner {
        width: 100%;
    }

    #home-feed-inner > div {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 330px;
    }

    #home-feed-inner > div:first-child {
        margin: 0 auto 40px;
    }

    /* Product Pages */
    #product_image_container {
        display: none;
    }

    .node-products h1,
    .node-products h2,
    .field-name-field-product-leadin {
        width: 100%;
    }

    #call_to_action_container a {
        display: block;
        margin: 0 0 15px 0;
    }

    ul.product_subs {
        padding: 0 5%;
        width: 90%;
    }

    ul.product_subs li {
        border-bottom: 1px solid #ccc;
        border-left: none;
        float: none;
        padding: 12px 2%;
        top: 0;
        width: 96%;
    }

    ul.product_subs li.specifications {
        display: none;
    }

    ul.product_subs li.selected {
        border-top: none;
    }

    ul.product_subs li:last-child {
        border-right: none;
    }

    ul.product_subs h4 {
        margin: 20px 0 8px;
    }

    div#product-tabs > div {
        padding: 27px 7% 0;
        width: 86%;
    }

    .product-resource div.product-resource-title {
        margin: 0;
        padding: 0 2%;
        width: 96%;
    }

    .product-resource-doc-type {
        display: none;
    }

    /* Careers Pages */
    .field-name-field-careers-map {
        display: none;
    }

    .field-name-field-careers-feature {
        width: 100%;
    }

	/*
    .search-jobs {
      margin-bottom:20px;
    }
	*/

    .pane,
    #slider_controls {
        display: none;
    }

    /* Meet The Fellows Page */
    .fellow-container {
        display: none;
    }

    .fellow-col-1,
    .fellow-col-2 {
        float: none;
        max-width: 590px;
        width: auto;
    }

    /* Resources Page */
    #resources-filter-wrapper > div.inner_fixed {
        padding: 0 5%;
    }

    #resources-filter-wrapper .inner_fixed > div {
        display: none;
    }

    #resources-filter-wrapper .inner_fixed > div.resources-filter-products {
        display: block;
        width: 100%;
    }

    #resources-wrapper .resource div div.resource-title {
        width: 100%;
    }

    /* Media Center Page */
    #oss-twitter {
        width: 100%;
    }

    #block-views-webinars-block,
    #block-block-1,
    #block-views-news-and-reviews-recent-block {
        width: 100%;
    }

    /* Solutions Detail Pages */
    #node-372 table {
        display: none;
    }

    .col-one {
        float: none;
    }

    /* Backup, Recovery and Archive page */
    .backup-graphic {
        width: 100%;
    }

    /* Events and Webinars page */
    .webinar-live-image, .webinar-gated-image {
    	max-width: 340px;
    	max-height: 185px;
    }

    #block-views-webinars-block-1 .views-field-field-webinar-time, #block-views-webinars-block-1 .views-field-field-image {
    	float: none;
    	padding-left: 0;
    }
}

@media (max-width: 405px) {
    /* Footer Styles */
    #social-footer .menu .leaf {
        margin: 0 8px;
    }

    #footer .legal-footer .copyright,
    #footer .legal-footer .menu .leaf {
        float: none;
        text-align: right;
    }
}

/*temporary fix for chinese formatting issue on active archive page*/

#node-160 .field-name-field-product-overview img:first-of-type {
	clear:both;
}

#node-160 .field-name-field-product-overview h4:last-of-type {
	margin-top:30px;
}

#node-160 .field-name-field-product-overview p:last-of-type {
	min-height:200px;
}


/**
 * TCO Page
 */
body.page-node-2193 {
    background: #eee;
}

#tco-wrapper {
    background: #fff;
    border-top: 4px solid rgb(253, 75, 4);
    box-shadow: 0 0 10px 0 #ddd;
    margin: 0 auto;
    width: 960px;
}

#tco-wrapper #section-1 {
    background-image: url(images/tco/TCO-top-banner-record.png);
    background-size: cover;
    color: #fff;
    padding: 160px;
}

#tco-wrapper #section-1 .left {
    float: left;
    width: 525px;
}

#tco-wrapper #section-1 .left h1 {
    font-size: 34px;
    font-weight: normal;
    line-height: 40px;
}

#tco-wrapper #section-1 .left h1 span {
    font-size: 40px;
    font-weight: bold;
}

#tco-wrapper #section-1 .left p strong {
    color: rgb(242,169,0);
}

#tco-wrapper #section-1 .right {
    float: right;
    padding: 10px;
    text-align: center;
    width: 320px;
}

#tco-wrapper #section-1 .right > img {
    width: 256px;
}

#tco-wrapper #section-1 .right div.tco-cta {
    background-color: rgba(0,0,0,.7);
    padding: 18px 18px 25px;
}

#tco-wrapper #section-1 .right div.tco-cta img {
    margin: 0 0 20px;
    width: 220px;
}

#tco-wrapper #section-1 .right div.tco-cta a {
    background-color: rgb(253, 75, 4);
    border-radius: 5px;
    box-shadow: 0 3px 0 0 rgb(200, 75, 4);
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 220px;
}

#tco-wrapper #section-1 .right div.tco-cta a span {
    font-size: 30px;
    line-height: 22px;
}

#tco-wrapper #section-1 .right div.tco-video {
    padding: 18px;
}

#tco-wrapper #section-1 .right div.tco-video img {
    float: left;
    width: 80px;
}

#tco-wrapper #section-1 .right div.tco-video div {
    float: right;
    text-align: left;
    width: 190px;
}

#tco-wrapper #section-1 .right div.tco-video div h3 {
    color: rgb(242,169,0);
    font-size: 16px;
    font-weight: bold;
}

#tco-wrapper #section-1 .right div.tco-video div p {
    font-size: 12px;
}

#tco-wrapper #section-1 .right div.tco-video div p strong {
    font-size: 14px;
}

#tco-wrapper #section-2 {
    padding: 20px 40px 40px 40px;
}

#tco-wrapper #section-2 h2 {
    color: rgb(242,169,0);
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#tco-wrapper #section-2 p strong {
    color: #000;
}

/*#tco-wrapper #section-2 div {
    border: 1px solid #ccc;
    float: left;
    height: 190px;
    padding: 0 20px;
    width: 380px;
}*/

// TCO v2 Section 2

#tco-wrapper #section-2 .left {
    float: left;
    width: 50%;
}

#tco-wrapper #section-2 .left h1 {
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}

#tco-wrapper #section-2 .left h1 span {
    font-size: 17px;
    font-weight: bold;
    color: #f04e23;
}

#tco-wrapper #section-2 .left p strong {
    color: #000;
}

#tco-wrapper #section-2 .left {
    width: 56%;
    float: left;
}

#tco-wrapper #section-2 .right {
    float: right;
    margin: 28px 0 0;
    text-align: center;
    width: 38%;
}

#tco-wrapper #section-2 .right > img {
    width: 256px;
}

#tco-wrapper #section-2 .right div.tco-cta {
    margin: -122px 0 0 -30px;
    position: relative;
}

#tco-wrapper #section-2 .right div.tco-cta a {
    background-color: rgb(253, 75, 4);
    border-radius: 5px;
    box-shadow: 0 3px 0 0 rgb(200, 75, 4);
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: -103px 0 0 39px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

#tco-wrapper #section-2 .right div.tco-cta a span {
    font-size: 30px;
    line-height: 22px;
}

#tco-wrapper #section-2 .right div.tco-video {
    margin-left: -13px;
    margin-top: 61px;
    width: 325px;
}

#tco-wrapper #section-2 .right div.tco-video img {
    float: left;
    width: 169px;
}

#tco-wrapper #section-2 .right div.tco-video div {
    float: right;
    text-align: left;
    width: 146px;
}

#tco-wrapper #section-2 .right div.tco-video div h3 {
    color: #f04e23;
    font-size: 16px;
    font-weight: bold;
}

#tco-wrapper #section-2 .right div.tco-video div p {
    font-size: 12px;
    line-height: 15px;
}

#tco-wrapper #section-2 .right div.tco-video div p strong {
    font-size: 14px;
}

#tco-wrapper #section-2 .right div.bbox {
    border: 1px #ccc solid;
    float: right;
    margin: 15px 5px 5px 5px;
    padding: 15px;
    text-align: left;
    width: 321px;
}

#tco-wrapper #section-2 .right div.bbox div.bcont h3 {
    font-size: 15px;
    font-weight: bold;
}



// END TCO v2 Section 2

#tco-wrapper #section-2 div:last-child {
    float: right;
}

#tco-wrapper #section-2 div p {
    font-size: 14px;
}

#tco-wrapper #section-2 div p strong {
    font-size: 16px;
}

#tco-wrapper #section-2 div ul {
    font-size: 14px;
    padding: 0 0 0 16px;
}

#tco-wrapper #section-2 div ul li {
    list-style: disc;
}

#tco-wrapper #section-2 div:last-child ul li {
    margin: 0;
}

#tco-wrapper #section-3 {
    background-image: url(images/tco/buildings-bknd.jpg);
    background-size: cover;
    padding: 40px;
    text-align: center;
}

#tco-wrapper #section-3 a {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    margin: 0 40px;
    text-decoration: none;
}

#tco-wrapper .bcont a.fancybox {
    color: #f04e23;
    font-weight: bold;
    text-decoration: none;
}

#tco-wrapper #tco-footer {
    display: block;
    padding: 10px 40px 22px;
}

#tco-wrapper #tco-footer #hash {
    float: left;
    width: 250px;
}

#tco-wrapper #tco-footer #copy {
    float: right;
    font-size: 12px;
    line-height: 34px;
    text-align: right;
    width: 250px;
}

#tco-wrapper #legal {
    display: none;
}

#legal ol li {
    list-style: inherit;
    margin: 0 0 10px 0;
}


/**
 * SEM Data Is Your Treasure Template
 */
body.node-type-sem-diyt {
    background: #eee;
    line-height: 1;
}

#sem-diyt-wrapper {
    background: #fff;
    border-top: 4px solid rgb(253, 75, 4);
    box-shadow: 0 0 10px 0 #ddd;
    font-family: 'Open Sans', Arial, Helvetica;
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#sem-diyt-wrapper #section-1, #sem-diyt-wrapper #section-1-thy {
    background-image: url(images/WP-record-bknd-img.jpg);
    background-size: cover;
    color: #fff;
    padding: 40px;
}

#sem-diyt-wrapper #section-1-thy {
    height: 370px;
}

#sem-diyt-wrapper #section-1 .left {
    float: left;
    height: 425px;
    width: 525px;
}

#sem-diyt-wrapper #section-1 .thy .left {
    float: right;
    width: 525px;
}

#sem-diyt-wrapper #section-1 .left .logo, #sem-diyt-wrapper #section-1-thy .left .logo {
    width: 235px;
    margin-bottom: 25px;
}

#sem-diyt-wrapper #section-1-thy .left .logo {
    float: right;
}

#sem-diyt-wrapper #section-1 .left h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
}

#sem-diyt-wrapper #section-1 .left h1 span {
    font-size: 42px;
    font-weight: bold;
}

#sem-diyt-wrapper #section-1 .left p strong {
    color: rgb(242,169,0);
}

#sem-diyt-wrapper #section-1 .left p {
    display: block;
    width: 464px;
    font-size: 21px;
}

#sem-diyt-wrapper #section-1 .right {
    background: rgba(0,0,0,.4);
    height: 735px;
    padding: 20px;
    position: absolute;
    right: 40px;
    text-align: left;
    top: 15px;
    width: 328px;
}

#sem-diyt-wrapper #section-1 .right #messages {
    display: none;
}

#sem-diyt-wrapper #section-1-thy .right-thy {
    background: rgba(0,0,0,.4);
    height: 665px;
    padding: 20px;
    position: absolute;
    right: 210px;
    text-align: center;
    top: 172px;
    width: 480px;
}

#sem-diyt-wrapper #section-1-thy .right-thy h2 {
    font-size: 30px;
}

#sem-diyt-wrapper #section-1-thy .right-thy h1 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px;
}

#sem-diyt-wrapper #section-1 .right p {
    color: #ccc;
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 0;
}

#sem-diyt-wrapper #section-1 .right form input,
#sem-diyt-wrapper #section-1 .right form select {
    color: #333;
    font-size: 18px;
    padding: 8px;
}

#sem-diyt-wrapper #section-1 .right form input:disabled {
    visibility: hidden;
}

#sem-diyt-wrapper #section-1 .right label,
#sem-diyt-wrapper #section-1 .right .form-item-Email .description {
    display: none;
}

#sem-diyt-wrapper #section-1 .right .form-type-checkbox label {
    color: #ddd;
    display: block;
    font-size: 15px;
    width: 333px;
}

#sem-diyt-wrapper input.form-checkbox.required {
   float: left;
}

span.tandc {
   color: #006699;
   font-size: 16px;
}

#sem-diyt-wrapper #section-1 .right #user-register-form .form-item {
    margin: 0;
    min-height: 0;
    position: relative;
}

#sem-diyt-wrapper #section-1 .right input.error,
#sem-diyt-wrapper #section-1 .right select.error {
    color: red;
}

#sem-diyt-wrapper #section-1 .right .field-name-field-marketing-consent label {
    text-align: left;
}

#sem-diyt-wrapper #section-1 .right .field-name-field-marketing-consent label div {
    margin: 20px 60px 10px 0;
    text-align: right;
}

#sem-diyt-wrapper #section-1 .right .field-name-field-marketing-consent input {
    float: right;
    position: relative;
    right: 37px;
    top: 79px;
}

#sem-diyt-wrapper #section-1 .right .diyt-error {
    background: red;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    right: 347px;
    padding: 13px;
    position: absolute;
    text-align: center;
    width: 260px;
}

#sem-diyt-wrapper #section-1 .right input[type=submit] {
    background: #78BE20;
    border: none;
    border-bottom: 3px solid #669933;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    margin: 12px 0 0;
    padding: 10px;
    width: 328px;
}

#sem-diyt-wrapper #section-2 {
    padding: 20px 410px 35px 40px;
}

#sem-diyt-wrapper #section-2-thy {
    height: 450px;
}

#sem-diyt-wrapper #section-2 h2 {
    color: rgb(242,169,0);
    font-size: 21px;
    font-weight: bold;
    margin: 8px 0 20px 0;
    padding: 0;
}

#sem-diyt-wrapper #section-2 p strong {
    color: rgb(242,169,0);
}

#sem-diyt-wrapper #section-2 div {
    float: left;
    height: 190px;
    padding: 0;
    width: 140px;
}

#sem-diyt-wrapper #section-2 div:last-child {
    padding-left: 20px;
    width: 290px;
}

#sem-diyt-wrapper #section-2 div p {
    color: #333;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
}

#sem-diyt-wrapper #section-2 div p strong {
    font-size: 16px;
}

#sem-diyt-wrapper #section-2 div ul {
    font-size: 14px;
    padding: 0 0 0 16px;
}

#sem-diyt-wrapper #section-2 div ul li {
    list-style: disc;
}

#sem-diyt-wrapper #section-2 div:last-child ul li {
    margin: 0;
}

#sem-diyt-wrapper #section-3 {
    background-image: url(images/tco/buildings-bknd.jpg);
    background-size: cover;
    padding: 40px;
    text-align: center;
}

#sem-diyt-wrapper #section-3 a {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    margin: 0 40px;
    text-decoration: none;
}

#sem-diyt-wrapper #tco-footer {
    display: block;
    padding: 10px 40px 22px;
}

#sem-diyt-wrapper #tco-footer #hash {
    float: left;
    width: 250px;
}

#sem-diyt-wrapper #tco-footer #copy {
    float: right;
    font-size: 12px;
    line-height: 34px;
    text-align: right;
    width: 250px;
}

#sem-diyt-wrapper #legal {
    display: none;
}

#legal ol li {
    list-style: inherit;
    margin: 0 0 10px 0;
}

#sem-diyt-wrapper .form-item .form-text, #sem-diyt-wrapper .form-item .form-select {
    margin-bottom: 15px;
}

#sem-diyt-wrapper .form-item .form-text {
    width: 308px;
}

#sem-diyt-wrapper .form-item .form-select {
    width: 328px;
}
#sem-diyt-wrapper #section-1 .right #user-register-form div.form-item.form-type-checkbox {
    margin-top: 38px;
}

#sem-diyt-wrapper #section-1 .right .form-item-Country li { 
    font-family: 'Open Sans', Arial, Helvetica;
    height: 100%;
}

#sem-diyt-wrapper #section-1 .right .form-item-Country {
    display: block;
    margin-bottom: 15px !important;
}

#sem-diyt-wrapper #section-1 .right .form-item input {
   font-family: 'Open Sans', Arial, Helvetica;
   font-weight: bold;
}

#sem-diyt-wrapper #section-3-thy .inner_fixed {
    border-bottom: 0 #fff solid;
}

#sem-diyt-wrapper #section-3-thy #home-featured hr {
    width: 95%;
    margin: 0 auto;
}

#sem-diyt-wrapper .right-thy a, #sem-diyt-wrapper .right-thy a:active {
    color: #006699;
}

#sem-diyt-wrapper .right-thy a:hover {
    color: #fff;
}

#sem-diyt-wrapper .right .option a {
   color: #006699;
}


/*data is your treasure page - responsive styles*/

@media (max-width: 979px) {
	#sem-diyt-wrapper{
		width:100%;
		background-size:600px 100px !important;
	}
	
	#sem-diyt-wrapper #section-1-thy{
		text-align:center;
	}

	#sem-diyt-wrapper #section-1-thy .right-thy {
		position:relative;
		right:0;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
		#sem-diyt-wrapper #section-1-thy .left .logo{
		margin-bottom:0;
		position:relative;
		float:none;
	}
	
	#sem-diyt-wrapper #section-1{
		background-size: 900px 650px;
		background-repeat: no-repeat;
	}
	
	#sem-diyt-wrapper #section-1 .left{
		clear:both;
		float:none;
                height: auto;
		margin-left:auto;
		margin-right:auto;
	}
	
	#sem-diyt-wrapper #section-1 .left p{
		width:100%;
	}

	#sem-diyt-wrapper #section-1 .right{
		clear:both;
		position:relative;
		float:none;
		margin-left:auto;
		margin-right:auto;
		right:0;
	}
	
	#sem-diyt-wrapper #section-2{
		 padding: 40px 20px 40px 20px;
		 margin-top:100px;
	}
	
	#sem-diyt-wrapper #section-2  h2, #sem-diyt-wrapper #section-2  p, #sem-diyt-wrapper #section-2  div div{
		width:100%;
		text-align:left;
	}
	
	#sem-diyt-wrapper #section-2{
	margin-top:40px;
	}
	
	
	#sem-diyt-wrapper #section-2  h2{
		width:100%;
		float:none;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}

	#sem-diyt-wrapper #section-2 div:first-of-type {
		display:none;
	}

	#sem-diyt-wrapper #section-2 div:last-child{
		padding:0;
		width:100%;
		height:auto;
	}

	#sem-diyt-wrapper #section-3 {
		padding: 20px; 
	} 
	
	#sem-diyt-wrapper #section-3 a{
		width:450px;
		height:100px;
	}
	
		#sem-diyt-wrapper #section-1 .right .diyt-error {
	position:unset;

	}

	#sem-diyt-wrapper #section-1 .right {
	height:100%;
	}

	
}

@media
only screen and (max-width: 760px){


	#sem-diyt-wrapper #section-1 .right .diyt-error {
	position:unset;

	}

        #sem-diyt-wrapper #section-1 .left {
            height: auto;
        }

	#sem-diyt-wrapper #section-1 .right {
	height:100%;
	}


	#sem-diyt-wrapper{
		width:100%;
		text-align:center;
	}

	#sem-diyt-wrapper #section-1-thy{
		padding:10px;
		margin-left:auto;
		margin-right:auto;
	}

	#sem-diyt-wrapper #section-1-thy .left {
		position:relative;
		right:0;
		padding:0;
	
		height:80px;
		text-align:center;
		clear:both;
	}
		
	#sem-diyt-wrapper #section-1-thy .left .logo{
		margin-bottom:0;
		position:relative;
		float:none;
	}

	#sem-diyt-wrapper #section-1-thy .right-thy {
		position:relative;
		padding:0;
		width:360px;
		top:20px;
		height: 565px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#sem-diyt-wrapper #section-1-thy .right-thy .thy-img{
		width:300px;
	}
	
	#sem-diyt-wrapper #section-1-thy .right-thy .thy-img img{
		width:240px;
		margin-left:60px;
	}
	
	#sem-diyt-wrapper #section-2-thy {
	    height: 295px;
	}
	
	#sem-diyt-wrapper #section-1{
		padding:0;
		background-size: 900px 650px;
		background-repeat: no-repeat;
	}
	
	#sem-diyt-wrapper #section-1 p{
		text-align:left;
	}

	#sem-diyt-wrapper #section-1 .right{
		width:340px;
		clear:both;
		position:relative;
		float:none;
		margin-left:auto;
		margin-right:auto;
		right:0;
	}

	#sem-diyt-wrapper #section-1 .left{
		width:340px;
		clear:both;
		position:relative;
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
	#sem-diyt-wrapper #section-1 .left p{
		width:340px;
	}
	
	#sem-diyt-wrapper #section-2 {
		padding:20px;
		margin-top:40px;
	}
	
	#sem-diyt-wrapper #section-2  h2, #sem-diyt-wrapper #section-2  p, #sem-diyt-wrapper #section-2  div div{
		width:100%;
		text-align:left;
	}
		
	#sem-diyt-wrapper #section-2 div:last-child{
		width:100%;
		padding:0;
	}
	
	#sem-diyt-wrapper #section-3 a{
		width:230px;
	}
	
	#sem-diyt-wrapper #section-3 {
		padding: 20px; 
	} 
	
	#user-register-form .form-item {
		float:none;
	}
	
	#sem-diyt-wrapper #tco-footer #hash{
		float:none;
		width:100%;
	}
	
	#sem-diyt-wrapper #tco-footer #copy {
		float:none;
		text-align:center;
		width:100%;
	}
	
}

/*new product type products refresh*/

.product-resource-description{
	display:none;
}
