/*
Theme Name: Display Port
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Computer Courage, Sidecar Agency
Author URI: http://www.computercourage.com/services/web-design/
Description: A custom theme created by Computer Courage and Sidecar Agency for DisplayPort.
Version: 1.0.1
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats
*/

/* =Resets
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	position: relative;
	background: #000000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style-position: inside;
	list-style: none;
}
br {
	margin: 0px!important;
}
textarea, input {
	overflow: hidden;
}
input[type="text"], textarea, select, option, input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
::-moz-selection {
	background: #3c424c;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #3c424c;
	color: #ffffff;
	text-shadow: none;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
}
.inner-page {
	width: 820px;
	display: block;
	margin: 0 auto;
	position:relative;
}
.full-block,
#header-1,
#header-2,
#body-1,
#body-1-grey,
#body-2,
#footer-1,
#footer-2 {
	width: 100%;
	clear: both;
	line-height: 0px;
	display: block;
	float: left;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}
#content {
	margin: 0px;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#header-1 {
	background: #000000;
	padding: 8px 0;
}
#header-socials {
	float: left;
}
#header-socials a {
	text-decoration: none;
	float: left;
	display: inline-block;
	height: 18px;
	width: 19px;
	margin: 3px 8px 4px 0;
}
#header-socials a#social-linkedin {
	background: url('images/socials-light.png') 0px top no-repeat;
}
#header-socials a#social-facebook {
	background: url('images/socials-light.png') -25px top no-repeat;
}
#header-socials a#social-twitter {
	background: url('images/socials-light.png') -51px top no-repeat;
}
#header-socials a#social-youtube {
	background: url('images/socials-light.png') -76px top no-repeat;
}
#header-socials a#social-linkedin:hover {
	background: url('images/socials-light.png') 0px top no-repeat;
}
#header-socials a#social-facebook:hover {
	background: url('images/socials-light.png') -25px top no-repeat;
}
#header-socials a#social-twitter:hover {
	background: url('images/socials-light.png') -51px top no-repeat;
}
#header-socials a#social-youtube:hover {
	background: url('images/socials-light.png') -76px top no-repeat;
}
#google_translate_element {
	float: right;
	display: inline-block;
}
.goog-te-gadget-simple {
	background: #000000!important;
	border: 2px solid #5A6573!important;
}
#google_translate_element:hover .goog-te-gadget-simple,
.goog-te-gadget-simple:hover {
	
}
.goog-te-gadget-simple .goog-te-menu-value span {
	color: #5A6573!important;
	text-transform: uppercase!important;
	font-size: 10px!important;
	line-height: 18px!important;
	border-left: 0px solid #000000!important;
	font-family: 'HN_Medium', Arial;
}
#google_translate_element:hover span,
.goog-te-gadget-simple .goog-te-menu-value span:hover {
	
}
.goog-te-gadget-icon {
	display: none!important;
}
#header-2 {
	background: #ffffff;
	padding: 13px 0;
	border-bottom: 3px solid #e7e7e7;
}
#site-logo {
	text-decoration: none;
}
#site-logo img {
	float: left;
	width: 182px;
	margin:0.25em 0;
}
#header-search {
	float: right;
	margin-top: 13px;
	margin-left: 10px;
}
#header-search #searchform {
	border: 2px solid #ec664c;
	float: right;
}
#header-search #s {
	float: left;
	margin: 0px;
	border: 0px solid #000000;
	width: 150px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'HN_Medium', Arial;
	color: #6a6a6a;
	padding: 0 6px;
	line-height: 23px;
	display: inline-block;
	height: 21px;
	width: 101px!important;
}
#header-search #searchsubmit {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	background: url(images/search-glass.png) center center no-repeat #ffffff;
	text-indent: 400px;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	display: inline-block;
	height: 22px;
	width: 27px;
	float: right;
	border: 0px solid #000000;
	border-left: 2px solid #ec664c;
}




/* =Menu
-------------------------------------------------------------- */

#menu-button,
#mobile-menu,
#mobile-screen {
	display: none;
}
#access {
	display: block;
	float: right;
	margin-top: 12px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: left;
	display: inline-block;
}
#access li {
	float: left;
	position: relative;
	line-height: 28px;
}
#access a {
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: 'HN_Medium', Arial;
	color: #ec664c;
	padding: 6px 7px;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 99999;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
#access ul ul li {
	line-height: 16px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #EC664C;
	color: #ffffff;
	line-height: 1.1em;
	padding: .5em .2em .5em 0.5em;
	width: 15em;
	height: auto;
	font-size: 14px;
	font-family: 'HN_Medium', Arial;
	text-transform: none;
}
#access li:hover > a,
#access ul ul :hover > a,
.current_page_item > a {
	background: #ec664c!important;
	color: #ffffff!important;
}
#access ul ul a:hover {
	background: #ffffff!important;
	color: #ec664c!important;
}
#access ul li:hover > ul {
	/* display: block; */
}
.menu-divider {
	height: 18px;
	width: 2px;
	display: inline-block;
	float: left;
	background: #8b8f94;
	margin: 4px 5px 0;
}


/* =Front Page
-------------------------------------------------------------- */

.home #header-1 .inner-page,
.home #header-2 .inner-page {
	width: 960px;
}
#hero-module ul.hero-product-list a {
	font-family: 'HN_Heavy', Arial;
}
.hero-product-list a span {
	font-family: 'HN_Medium', Arial;
}



/* =Content
-------------------------------------------------------------- */

#body-1 {
	background: #ec664c;
	color: #ffffff;
	padding: 17px 0;
}
#body-1-grey {
	padding: 7px 0;
	background: #ebebeb;
	font-size: 10px;
	font-family: 'HN_Medium', Arial;
}
#body-1-grey h2 {
	margin-bottom: 10px;
}
#grey-left {
	float: left;
	width: 69%;
	border-right: 3px solid #EC664C;
}
#grey-left label {
	font-size: 10px;
	float: left;
	width: 140px;
	margin: 7px 0;
}
.fake-checkbox {
	height: 5px;
	width: 5px;
	border: 1px solid #5c6272;
	background: #ffffff;
	display: inline-block;
}
.fake-checkbox.checked {
	height: 1px;
	width: 1px;
	border: 3px double #5c6272;
}
#grey-left input {
	display: none;
}
#grey-right {
	float: right;
}
#content pre, #content {
	line-height: 18px!important;
}
#grey-right select,
#grey-right option {
	background: none;
	color: #ffffff;
	border: 0px solid #000000!important;
	font-size: 10px;
	line-height: 10px;
}
#grey-right option {
	background: #EC664C!important;
}
#grey-select-wrapper {
	float: right;
	clear: both;
	width: 210px;
	overflow: hidden;
	background: url(images/orange-selector-arrow.png) 96.5% center no-repeat #EC664C;
}
#grey-right select {
	padding: 6px;
	width: 235px;
}
#grey-right input[type="submit"] {
	float: right;
	clear: right;
	color: #ffffff;
	border: 0px solid #000000;
	font-family: 'HN_Medium', Arial;
	background: #8E94AA;
	cursor: pointer;
	width: 210px!important;
	margin-top: 6px;
	padding: 4px 0;
	text-transform: uppercase;
}
#body-2 {
	background: #ffffff;
	color: #232a34;
	font-size: 13px;
	font-family: 'HN_Medium', Arial;
	padding: 26px 0;
	min-height: 200px;
}
.home #body-2 {
	padding: 0px;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	text-decoration: none!important;
	font-weight: normal;
	color: #EC664C;
	font-family: 'HN_Bold';
	text-transform: uppercase;
}
h1, h1 a {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 3px;
	font-family: 'HN_Heavy', Arial;
}
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 3px;
}
.page-id-5 h3,
.page-id-38 h3 {
	text-transform: none;
}
.entry-title {
	font-size: 33px;
	line-height: 34px;
	font-family: 'HN_Heavy', Arial;
	color: #ffffff;
	text-transform: none!important;
}
#intro-text {
	margin-top: 10px;
	font-family: 'HN_Medium', Arial;
	font-size: 13px;
	line-height: 19px;
}
#intro-text * {
	color: #ffffff;
}
strong, strong * {
	font-weight: normal!important;
	font-family: 'HN_Bold';
}
em, em *, i, i * {
	font-style: italic!important;
}
.entry-content.partial {
	float: left;
	width: 50%;
}
.sidebar {
	float: right;
	width: 45%;
}
.sidebar h2 {
	background: #ec664c;
	color: #ffffff;
	margin: 0;
	padding: 12px 0;
	text-align: center;
}
.sidebar .lower {
	box-sizing: border-box;
	border-color: #bab2af;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	float: left;
	padding: 26px 26px 0;
	width: 100%;
}
.sidebar .lower .link {
	float: left;
	margin: 0 0 26px 0;
	width: 100%;
}
.sidebar .helpful-links .link .half {
	width: 46.5%;
}
.sidebar .helpful-links .link .left {
	float: left;
}
.sidebar .helpful-links .link .right {
	float: right;
}
.sidebar .helpful-links .link .left img {
	border: 1px solid #ec664c;
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.sidebar .helpful-links .link span {
	display: block;
	float: left;
	width: 100%;
}
.sidebar .helpful-links .link .title {
	color: #ec664c;
	line-height: 120%;
}
.sidebar .helpful-links .link .date {
	color: #7e716e;
	font-size: 11px;
	margin: 4px 0 0 0;
	text-transform: uppercase;
}
.sidebar .lower .link a {
	text-decoration: none;
}
.entry-content p {
	line-height: 19px;
	margin-bottom: 20px;
	text-align: justify;
}
.entry-meta,
.entry-meta * {
	line-height: 19px;
}
.entry-content a,
.entry-meta a {
	color: #EC664C;
}
.entry-content li {
	list-style-position: outside;
	margin-bottom: 4px;
	line-height: 20px;
}
.entry-content ul, .entry-content ol {
	margin-left: 40px;
	margin-bottom: 20px;
}
.entry-content ul ul, .entry-content ol ol {
	margin-left: 80px;
}
.entry-content ul li {
	list-style-type: disc;
}
.entry-content ol li {
	list-style-type: decimal;
}
.blog article,
.archive article,
.page-template-press_releases-php article {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.blog-meta.entry-meta,
.blog-meta.entry-meta * {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.blog-meta.entry-meta span {
	color: #b7b7b7;
}
.wp-pagenavi {
	display: inline-block;
	float: right;
}
.wp-pagenavi * {
	font-size: 10px;
	line-height: 10px;
	background: #8e94aa;
	color: #ffffff;
	border: 0px solid #000000!important;
}
.wp-pagenavi .current {
	background: #EC664C!important;
	font-weight: normal!important;
}
.addthis_toolbox {
	left: 0px!important;
	padding: 0px!important;
	top: 310px!important;
	border-radius: 0px!important;
	background: none!important;
}
.addthis_internal_container > a {
	padding: 0px!important;
}
.last {
	margin-right: 0px!important;
}
.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* Tables */

.dataTables_empty {
	width: 100%;
}
#media-coverage,
#products-database {
	line-height: 17px;
	text-align: left;
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 15px;
}
.display-table th,
.display-table td {
	padding: 0 6px;
}
tr.odd {
	background: #ebebeb;
}
.display-table td {
	color: #5c6272;
}
.cell-title {
	width: 495px;
}
.cell-publisher {
	width: 184px;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
}
.cell-date {
	width: 99px;
}
.cell-product-name {
	width: 412px;
}
.cell-category {
	width: 180px;
}
.cell-manufacturer {
	width: 180px;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
}
.display-table a,
.display-table p {
	color: #EC664C;
	line-height: 31px;
}
.display-table th {
	color: #EC664C;
	font-family: 'HN_Bold';
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 5px;
}
#products-database_wrapper {
	margin-top: -25px;
}
#products-database_length,
#products-database_filter {
	font-family: 'HN_Medium', Arial;
	color: #8e94aa;
	margin-bottom: 15px;
	line-height: 30px;
}
#products-database_filter input[type="text"],
#products-database_length select {
	border: 1px solid #8e94aa;
	font-family: 'HN_Medium', Arial;
	padding: 3px;
}
#products-database_length select,
#products-database_length option {
	color: #232a34;
}
#products-database_length {
	float: right;
}
#products-database_length label {
    display: inline-block;
    line-height: 30px;
}
#products-database_filter {
	float: right;
}
#products-database_paginate {
	float: right;
}
#products-database_info {
	display: none!important;
}
#products-database_paginate a {
	font-size: 10px;
	line-height: 10px;
	background: #8e94aa;
	color: #ffffff;
	cursor: pointer;
	padding: 2px 7px 3px;
}
#products-database_paginate a#products-database_next {
	background: #EC664C!important;
	margin-left: 6px;
}




/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* =Resources Page
-------------------------------------------------------------- */
.resource {
	float: left;
	margin: 30px 0 46px;
	width: 100%;
}
#topics .topic {
	box-sizing: border-box;
	border: 1px solid #ec664c;
	float: left;
	width: 29.3333%;
}
#topics .topic.pos-1 {
	margin: 0 6%;
}
#topics .topic a {
	text-decoration: none;
}
#topics .topic img {
	float: left;
	width: 100%;
}
#topics .topic .lower {
	background: #ec664c;
	color: #ffffff;
	display: table;
	float: left;
	text-align: center;
	width: 100%;
}
#topics .topic .text {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
#topics .topic span {
	font-family: "HN_Bold";
	line-height: 122%;
}
#join .wrapper {
	display: table;
	float: left;
	width: 100%;
}
#join .left {
	display: table-cell;
	padding-right: 3%;
	vertical-align: middle;
	width: 71%;
}
#join .right {
	display: table-cell;
	vertical-align: middle;
	width: 29%;
}
#join .right a {
	background: #756661;
	color: #ffffff;
	display: block;
	font-family: 'HN_Bold';
	height: 46px;
	line-height: 46px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
#join .right a:hover {
	background: #4d433f;
}
#capabilities .capability {
	float: left;
	width: 30%;
}
#capabilities .capability.pos-0 {
	clear: left;
}
#capabilities .capability.pos-1 {
	margin-left: 5%;
	margin-right: 5%;
}
#capabilities .capability.pos-2 {
	clear: right;
}
#capabilities .capability strong {
	text-transform: uppercase;
}
#capabilities .capability p {
	text-align: left;
}

/* =USB-C
-------------------------------------------------------------- */
.page-template-usb-c .full-block * {
	font-family:'acumin-pro'!important;
}

#landing-slideshow {
	border-bottom:1px solid #000;
	padding:0;
}
#slideshow-container {
	background:#30333c;
}
#slideshow-container .slide-image {
	width:69%;
	margin-right:0;	
	float:left;	
}
#slideshow-container .slide-caption {
	width:31%;
	float:right;
	color:#fff;
	text-align: center;
	margin-top:2em;
}
#slideshow-container .slide-caption {
	text-transform: uppercase;
	letter-spacing:3px;
	line-height:1.4;
	font-size:1.1em;
}
#slideshow-container .slide-caption h2 {
	color:inherit;
	font-size:1.8em;
	margin-bottom:1em;
	line-height:inherit;
	letter-spacing:5px;
	font-weight:300;
}

#slideshow-nav-container {
	background:#fff;
	text-align:center;
	position:relative;
}
#slideshow-nav-container:before {
	content:' ';
	background:#EE6652;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:3em;
}
#slideshow-nav-container ul {
	overflow:hidden;
}
#slideshow-nav-container li {
	display:inline-block;
	vertical-align: top;
	padding:0;
	cursor:pointer;
	color:#fff;
	margin-left:-0.4em;
}
	#slideshow-nav-container li.current, #slideshow-nav-container li:hover {
		background:#fff;
		color:#EE6652;
	}
	#slideshow-nav-container li.current .hover-in, #slideshow-nav-container li:hover .hover-in {
		display:block;
	}
	#slideshow-nav-container .hover-in, #slideshow-nav-container li.current .hover-out, #slideshow-nav-container li:hover .hover-out {
		display:none;
	}

.nav-header {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding:0 1em 0 1em;
	margin:0.5em 0;
	border-right:1px solid #fff;
	line-height:1;
	font-size:1.4em;
	letter-spacing:3px;
	font-weight:200;
}
	#slideshow-nav-container li:last-child .nav-header {
		border-right:none;
	}
.nav-icon {
	text-align: center;
	width:130px;
	height:39px;
	margin:2em auto;
	position:relative;
}
	.nav-icon img {
	}

.full-block {
	padding:4em 0;
	text-align:center;
	background:#fff;
	line-height:1.2;
}
	.full-block.bg-orange {
		background:#EC664C;
		color:#fff;
	}
		.full-block.bg-orange .block-title {
			color:inherit;
		}
		.full-block.bg-orange .button {
			background:#fff;
			color:#3c424c;
		}
	.full-block .block-text-content {
		font-weight:700;
		line-height:1.5;
	}
	.full-block p {
		margin-bottom:1em;
	}
	.full-block.bg-grey {
		background:#e6e6e6;
	}
.full-block.align-left .block-text-content, .full-block.align-left .block-intro {
	text-align:left;
}
.full-block.align-right .block-text-content, .full-block.align-right .block-intro {
	text-align:right;
}
.content-size-large .block-text-content {
	font-size:1.6em;
	font-weight:600;
	letter-spacing:1px;
	line-height:1.3;
}
.block-image.alignright {
	margin:0 0 1em 2em;
}
.block-image {
	width:50%;
}
.block-title {
	font-size:2em;
	font-weight:700;
	letter-spacing:5px;
	margin-bottom:0.8em;
	text-align:center;
	line-height:1em;
}
.block-intro {
	letter-spacing:2px;
	font-size:1.6em;
	margin-bottom:1.8em;
	font-weight:200;
}
.block-text-content {
	-webkit-column-gap: 140px;
	-moz-column-gap: 140px;
	column-gap: 140px;
}
.block-text-content, .image-cell .image-caption {
	color:#6f768a;
}
	.full-block.bg-orange .block-text-content {
		color:inherit;
	}
	.block-text-content h3 {
		letter-spacing:3px;
		color:#3c424c;
		text-transform:none;
		font-size:1.5em;
		margin:1em 0 0.5em;
	}
.image-cell {
	display:inline-block;
	width:31%;
	margin-right:1%;
	vertical-align:top;
}
	.image-container {
		padding:1em;
		height:150px;
		background:#fff;
		text-align:center;
		margin-bottom:1em;
	}
		.image-cell img {
			max-width:100%;
			max-height:100%;
		}		
	.image-cell.cell-2 {
		width:48%;
		margin-right:1%;
	}
	.image-caption {
		font-weight:700;
	}

.block-actions {
	margin-top:2em;
}

/* SPECIFIC DETAIL OVERIDES */
.page-id-5555 .full-block:nth-child(2) .block-text-content {
	padding-left:2em;
}
.page-id-5555 .full-block:nth-last-child(2) .block-intro, .page-id-5565 .full-block:nth-last-child(2) .block-intro {
	padding:0 7.5%;
}
.page-id-5555 .full-block:last-child .block-intro, .page-id-5565 .full-block:last-child .block-intro {
	text-align:center;
}
.page-id-5555 .full-block:last-child .block-text-content, .page-id-5565 .full-block:last-child .block-text-content {
	padding:0 3em;
}

.full-block .block-actions {
    margin-top: 2em;
}
.full-block .button {
    background: #EC664C;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 0.5em 1.1em;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 1.5em;
    font-weight: 600;
}

@media (max-width: 800px) {
	#slideshow-container {
		border-bottom:5px solid #EE6652;
	}
	#slideshow-nav-container li {
		color:inherit;
	}
	#slideshow-container .slide-image {
		float:none;
		max-width:100%;
		margin:0 auto;
	}
	#slideshow-container .slide-caption {
		max-width:100%;
		float:none;
		margin-bottom:2em;
	}
	#slideshow-nav-container:before {
		display:none;
	}
	#slideshow-nav-container .nav-header {
		color:inherit;
		text-transform: none;
		letter-spacing:0;
		border:none;
	}
	#slideshow-nav-container .nav-icon {
		width:85px;
		margin:1em auto;
	}
	.block-text-content {
		-webkit-column-gap: 120px;
		-moz-column-gap: 120px;
		column-gap: 120px;
	}

	.page-id-5547 .full-block:nth-last-child(2) .block-intro, .page-id-5576 .full-block:nth-last-child(2) .block-intro {
		padding:0;
	}
	.page-id-5547 .full-block:last-child .block-text-content, .page-id-5576 .full-block:last-child .block-text-content {
		padding:0;
	}
}
@media (max-width: 600px) {
	#slideshow-nav-container {
		display:none;
	}
	.block-image {
		float:none;
		width:100%;
		margin-bottom:1em;
	}
	.image-cell {
		width:100%;
		margin-bottom:2em;
	}
	.block-text-content {
		-webkit-column-count:1!important;
	    -moz-column-count:1!important;
	    column-count:1!important;
	}
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* USB-C Landing Page */
.page-template-usb-c #main {
	font-size: 13px;
	font-family: 'HN_Medium', Arial;
	line-height: 120%;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}




/* =Footer
-------------------------------------------------------------- */

#footer-1 {
	background: #23272d;
	color: #ffffff;
	padding: 23px 0;
}
.footer-block {
	width: 200px;
	margin-right: 110px;
	float: left;
	line-height: 17px;
	font-family: 'HN_Medium', Arial;
	font-size: 13px;
}
.footer-block h1 {
	color: #ec664c;
	font-size: 18px;
	line-height: 18px;
	font-family: 'HN_Heavy', Arial;
	margin-bottom: 10px;
	text-transform: none!important;
}
.footer-block h1 span {
	color: #ffffff;
}
.footer-block a {
	color: #ffffff
}
.footer-block p {
	margin-bottom: 20px;
}
.footer-block li {
	margin-top: 3px;
	padding-left: 11px;
	background: url(images/footer-list-arrow.png) left 5px no-repeat;
}
#vesa-wrapper {
	text-decoration: none;
}
#vesa-wrapper img {
	margin-top: 20px;
}
#footer-2 {
	background: #000000;
	color: #ffffff;
	padding: 13px 0;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	font-family: 'HN_Medium', Arial;
}
#footer-2 a {
	color: #ffffff;
}





/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Gravity Forms
-------------------------------------------------------------- */

#field_1_3 .ginput_container {
	width: 449px;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	background: url(images/selector-arrow.png) 97% 16px no-repeat;
}
#field_1_3 .ginput_container select {
	width: 503px!important;
	padding: 11px 7px 8px!important;
	background: none!important;
	margin: 0px!important;
}
#content .gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper select {
	border: 1px solid #c0c0c0;
	padding: 10px!important;
	font-size: 14px!important;
	line-height: 20px;
	color: #656565;
	width: 428px!important;
}
.gform_wrapper textarea {
	height: 250px!important;
}
#content .gform_wrapper label {
	font-weight: normal!important;
	font-family: 'HN_Bold';
	text-transform: uppercase;
	color: #EC664C;
	display: none;
}
.gform_wrapper .gfield_error.gfield_contains_required {
	padding: 0px!important;
	background: none!important;
	border: 0px solid #000000!important;
}
.validation_error {
	line-height: 20px;
}
.gforms_confirmation_message {
	line-height: 20px;
	text-align: center;
	margin: 20px auto;
}
#content .gform_wrapper .gfield_error.gfield_contains_required label {
	display: block;
}
.gform_wrapper .gfield_error.gfield_contains_required input, .gform_wrapper .gfield_error.gfield_contains_required textarea {
	box-shadow: 0 0 5px #e30000!important;
}
.gform_wrapper input[type="submit"] {
	color: #ffffff;
	border: 0px solid #000000!important;
	text-transform: uppercase;
	background: #8E94AA;
	font-family: 'HN_Heavy', Arial;
	font-size: 19px!important;
	line-height: 19px;
	cursor: pointer;
	padding: 8px 0px!important;
	width: 100%!important;
	text-align: center;
}
.gform_footer {
	margin: 0px!important;
	padding: 0px!important;
}
#gform_wrapper_1 {
	display: block;
	margin: 0 auto!important;
	width: 450px!important;
	max-width: 100%!important;
}




/* =Buttons
-------------------------------------------------------------- */







/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 800px) {
	.inner-page {
		width: 90%!important;
	}
	.footer-block {
		margin: 0 auto 30px;
		width: 100%;
		float: none;
		clear: both;
		display: block;
	}
	#footer-2 p {
		font-size: 12px;
		line-height: 16px;
	}
	#header-search #s {
		width: 83px!important;
	}
	.menu-divider {
		margin: 4px 0 0;
	}
}


@media (max-width: 600px) {

	/* General Structure */
	.entry-content {
		width: 100%;
	}
	.entry-title {
		font-size: 20px;
		line-height: 24px;
	}

	/* Menu */
	#access,
	#header-search {
		display: none!important;
	}
	#mobile-screen {
		position: fixed;
		z-index: 50000;
		background: url(images/black-transparent-50.png);
		display: none;
		top: 41px;
		left: 77%;
		width: 23%;
		height: 100%;
	}
	#menu-button {
		display: block;
		cursor: pointer;
		float: right;
		padding: 12px;
	}
	#menu-button img {
		height: 29px;
		width: 29px;
	}
	#mobile-menu {
		position: fixed;
		z-index: 50000;
		background: #ffffff;
		display: block;
		top: 41px;
		left: -77%;
		width: 77%;
		overflow: auto;
		-webkit-transform: translatez(0);
		-moz-transform: translatez(0);
		-ms-transform: translatez(0);
		-o-transform: translatez(0);
		transform: translatez(0);
	}
	#mobile-menu ul,
	#mobile-menu li {
		margin: 0px;
		float: left;
		width: 100%;
	}
	#mobile-menu .sub-menu {
		display: none;
	}
	#mobile-menu .disabled-link {
		background: url(images/arrow-right-grey.png) 7% center no-repeat;
		background-size: 16px 16px;
	}
	#mobile-menu .disabled-link.open {
		background: url(images/arrow-down-grey.png) 7% center no-repeat;
		background-size: 16px 16px;
	}
	#mobile-menu a {
		color: #333333;
		line-height: 18px!important;
		text-align: left;
		text-decoration: none;
		display: inline-block;
		float: left;
		width: 78%;
		padding: 12px 5% 12px 17%;
		line-height: 20px;
		font-size: 18px;
		font-family: 'HN_UltraLight';
	}
	#mobile-menu #menu-main-menu > li > a {
		border-bottom: 1px dotted #eeeeee;
	}
	#mobile-menu .sub-menu {
		background-color: #f9f9f9!important;
	}
	#mobile-menu .sub-menu .sub-menu {
		background-color: #f3f3f3!important;
	}
	#mobile-menu .sub-menu {
		box-shadow: 0 0 6px 2px #dbdbdb inset;
		-moz-box-shadow: 0 0 6px 2px #dbdbdb inset;
		-webkit-box-shadow: 0 0 6px 2px #dbdbdb inset;
	}
	.sub-menu a {
		border-bottom: 1px dotted #e0e0e0;
	}
	#header-search {
		float: none;
		margin: 4px auto;
		clear: both;
		display: inline-block;
		width: 80%;
		cursor: pointer;
	}
	#mobile-search {
		float: left;
		width: 100%;
		display: inline-block;
		clear: both;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	#mobile-search input[type="text"] {
		line-height: 17px;
		font-size: 13px;
		color: #999999;
		padding: 0px 4px;
		height: 24px;
		display: inline-block;
		text-transform: uppercase;
		float: left;
		margin: 0 0 0 7%!important;
		width: 63%!important;
		border: 1px solid #EC664C;
	}
	#mobile-search #searchsubmit {
		text-indent: 500px;
		font-size: 0px;
		line-height: 0px;
		color: transparent;
		display: inline-block;
		float: left;
		cursor: pointer;
		height: 24px;
		width: 26px;
		background: url(images/search-glass.png) center center no-repeat #ffffff;
		background-size: 16px 16px;
		border: 1px solid #EC664C;
		border-left: 0px solid #ffffff!important;
	}

	/* Forms */
	div.gform_wrapper {
		width: 100%;
		margin: 0 auto!important;
		display: inline-block;
	}
	div.gform_body,
	div.gform_footer {
		width: 100%!important;
	}
	div.gform_wrapper input[type="text"],
	div.gform_wrapper textarea {
		width: 90%!important;
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
	div.gform_wrapper input[type="submit"] {
		width: 100%;
		padding-left: 0px!important;
		padding-right: 0px!important;
		margin: 10px 0 0 0!important;
	}

	#topics .topic, #capabilities .capability {
		width: 100%;
	}
	#topics .topic.pos-1 {
		margin: 55px 0;
	}
	#capabilities .capability.pos-1 {
		margin: 0;
	}
	#join .left, #join .right {
		display: block;
		float: left;
		width: 100%;
	}
	.entry-content.partial, .sidebar {
		float: left;
		width: 100%;
	}
	.sidebar .lower {
		padding: 21px 21px 0;
	}
	.sidebar .lower .link {
		margin: 0 0 21px;
	}

}

