@charset "utf-8";

.article-nav-bottom {
  position:relative;
  padding:20px;
  background-color:#fff;
  margin:25px 0;
  opacity:.8;
  text-align:center;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}
.section-plus:before {
  content: "+";
}

.category-block, .section span {
  cursor: pointer;
}

.section-plus {
  color: #00a9ba;
  padding-right: 3px;
}
.section-plus.active:before {
  content: "-";
}

.category-plus:before {
  content: "+";
}
.category-plus {
  color: #00a9ba;
  padding-right: 8px;
}
.category-plus.active:before {
  content: "-";
}

.sublist {
  padding-left: 10px;
}

.sublist.sections {
  display: none;
}
.sublist.articles {
  display: none;
	padding: 6px 16px 2px;
}

.category-block {
    width: 95%;
    margin: 10px auto;
    background: #ddd;
    margin-bottom: 10px;
    padding: 6px 6px 6px 9px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
  display:flex;
  align-items:center;
}
.active-category {
  background: #e9f3f3;
  color: #00a9ba;
}

.category-block-cat_360000158568 {
  display:none!important;
}

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, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
.page-wrapper {
   flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
}


body {
	font-family: 'Source Sans Pro', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
	font-weight:300;
	/*background-color:#f5faf9;*/
  background-color:#f5faf9;
	color:#4f5255;
}

.clearfix {
  overflow: auto;
  zoom: 1;
}

a {
  /*color:#059778;*/
  color:#00a9ba;
	text-decoration: none;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  cursor:pointer;

}
a:hover {
	/*color:#07d5ac;*/
  color:#33bac7;
	text-decoration: none;
}


.wysiwyg-font-size-small {
  font-size:14px;
  line-height:1.25em;
}

.wysiwyg-color-blue {
  color:#33bac7;
}
.wysiwyg-color-black {
  color:#4f5255;
}
.wysiwyg-color-red {
  color:#E94763;
}
.wysiwyg-text-align-center {
  text-align:center!important;
}
.wysiwyg-text-align-left {
  text-align:left!important;
}
.wysiwyg-text-align-right {
  text-align:right!important;
}




ul.wysiwyg-text-align-right {}
ul.ul.wysiwyg-text-align-right li { margin-right:20px;}


.text-ja { display:none; }
.rtl, .rtl * {direction:rtl!important;}



h1, h2, h3, h4, h5, h6, h7 {
	font-weight:300;
	color:#4f5255;
	margin-bottom:10px;
}
h1 {
	font-size:42px;
}
h2 {
	font-size:36px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:22px;
  font-weight:600;
}
h5 {
	font-size:12px;
	color:#4f5255;
	letter-spacing:3px;
	text-transform:uppercase;
}

.article-body p,
.article-body p *,
.article-body td,
.article-body .wysiwyg-font-size-medium,
.article-body .wysiwyg-font-size-medium * {
  font-size: 18px!important;
  line-height:26px;
  font-weight:300!important;
}

.article-body strong,
.article-body p strong,
.article-body span strong,
.article-body .wysiwyg-font-size-small strong,
.article-body .wysiwyg-font-size-medium strong,
.article-body .wysiwyg-font-size-large strong {
 font-weight:600!important;
 font-size: inherit!important;
}

em, i {
font-style:italic;  
}

hr {
 height: 1px;
    border: 0px;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #fff;
  margin: 20px 0; 
  
  /*-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
  
    background: rgba(7,213,170,1);
    background: -moz-linear-gradient(left, rgba(7,213,170,1) 0%, rgba(171,236,242,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7,213,170,1)), color-stop(100%, rgba(171,236,242,1)));
    background: -webkit-linear-gradient(left, rgba(7,213,170,1) 0%, rgba(171,236,242,1) 100%);
    background: -o-linear-gradient(left, rgba(7,213,170,1) 0%, rgba(171,236,242,1) 100%);
    background: -ms-linear-gradient(left, rgba(7,213,170,1) 0%, rgba(171,236,242,1) 100%);
    background: linear-gradient(to right, rgba(7,213,170,1) 0%, rgba(171,236,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07d5aa', endColorstr='#abecf2', GradientType=1 );*/
    
}

/* Breadcrumbs */

.breadcrumbs {
  display:none;
	font-size:13px;
  color:#949494;
  margin-bottom:10px;
}
.article-page .breadcrumbs,
.section-page .breadcrumbs,
html[lang="ja"] .category-page .breadcrumbs {
  display:block;
}
.breadcrumbs li {
	display: flex;
  margin-left: 20px;
  font-size: 11px;
  padding: 14px 0px 10px;
  align-items: flex-start;
}
.breadcrumbs li:first-child {
 margin-left:0px; 
}
.breadcrumbs li:last-child {
 border-bottom:2px solid #33bac7;
}
.breadcrumbs li::before {
	content:"\00bb";
  display:inline-block;
      position: relative;
    left: -5px;
}
}
.breadcrumbs li:first-child::before {
	content:""; 
  margin-right:0px;
}

/* END Breadcrumbs */

.category-115000232072 .updates-and-revisions-notice {
  display:none!important;
}

/* Wrappers */

.page-wrapper {
	width:100%;
  position:relative;
}

main {
	padding-top:110px;
  position:relative;
}

main.subpage {
  /*padding-top:166px;*/
}

.hero-wrapper {
	background-image: url("//theme.zdassets.com/theme_assets/830444/b3dcc26a75d8182c1283c00a55cfb6a25502a31f.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding:80px 0;
}

.content-wrapper {
	padding:70px 0;
}
.content-wrapper.content-wrapper-home {
  padding:40px 0;
}

.wrapper-inner {
	max-width:1200px;
	padding:0 40px;
	margin:0 auto;
  position:relative;
}

/* END Wrappers */

.notification {
	display:none;
}

.site-header {
  margin-top:34px;
	position:fixed;
	width:100%;
	z-index:10;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
}

.site-header .wrapper-inner {
	display:flex;
}

.header-top {
	background-color:#2e3b4d;
	padding: 24px 0;
}
.header-bottom {
	background-color:#fff;
  height:0px;
}

.site-header.subpage .header-bottom {
  height:auto;
}

.header-right {
    color: #fff;
    padding-left: 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.user-info.dropdown {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.header-search {
 display:none;
  margin-right:35px; 
  position:relative;
}
.site-header.subpage .header-search {
 display:inline-block; 
}

.search-header-icon {
      position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -55%);
    font-size: 16px!important;
  color:#949494;
}

.header-right #query {
  color:#4f5255;
  opacity:.8;
 line-height:26px;
  padding:0 26px 0 10px;
  font-size:14px;
  width:200px;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  border-radius:3px;
}
.header-right #query:focus {
	opacity:1;
  width:220px;
}


.user-avatar {
	width:20px;
  vertical-align:middle;
  margin-right:8px;
}

.dropdown-menu {
	z-index:15;
}

#logo_header {
	max-width:175px;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

#nav_header {
  height: 58px;
  overflow:hidden;
}

#nav_header ul > li {
	display:inline-block;
	margin-right:30px;
}
#nav_header ul > li a {
	display:block;
	color:#4f5255;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding:20px 0 21px 0;
}
#nav_header ul > li a:hover {
	color:#33bac7;
	border-bottom:6px solid #33bac7;
	padding:20px 0 16px 0;
}
#nav_header ul > li a.active {
	font-weight:900;
	color:#33bac7;
	border-bottom:6px solid #33bac7;
	padding:20px 0 16px 0;
}






.header-help-bar-wrapper {
  display:inline-block;
  margin-right:25px;
  vertical-align:top;
}

.help-item {
 display:inline-block;
  position:relative;
  top:-2px;
}

.help-item-link {
 cursor:pointer;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  color:#C7C7C7;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
.help-item-link:hover {
 color:#f5faf9;
}
.help-item-panel {
 	display:none;
  width:320px;
  position:absolute;
  top:-7px;
  right:-7px;
  background-color:#4f5255;
  padding:10px 0;
  z-index:1;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
  border-radius:2px;
}
.help-item-panel.visible {
 display:block;
}

.help-item-close {
  cursor:pointer;
  position: absolute;
  top: 9px;
  right: 9px;
  background-color:#7C7D7F;
  border-radius: 50px;
  color: #4f5255;
  width: 20px;
  height: 20px;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.help-item-close:hover {
  background-color:#949494;
}
.help-item-close-icon {
  pointer-events:none;
  font-size: 16px!important;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  display: block!important;
  padding-left: 1px;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.help-item-option {
 display:block; 
  color:#fff;
  padding:10px 20px;
}
.help-item-option:first-of-type {
  margin-top:0px;
}
.help-item-option > * {
	vertical-align:middle;
}
.help-item-option:hover {
  color:#fff;
  background-color:#333;
}

.help-item-option .indicator {
 font-size:60%;
 margin: -2px 5px 0 15px;
  display:none;
}
.help-item-option .indicator.indicator-on {
  color:#0BD5AC;
  display:inline-block;
}
.help-item-option .indicator.indicator-off {
  color:#999;
}

.help-item-option.disabled {
 color:#999;
  font-style:italic;
}
.help-item-option.disabled:hover {
  background-color:#666;
}
.help-item-option.disabled .indicator-on {
 color:#999;
  display:none;
}

.help-item-option.disabled .indicator-off {
 display:inline-block;
}

.help-item-option .unavailable {
 position:relative;
  top:-2px;
  display:none;
}
.help-item-option.disabled .unavailable {
  display:inline-block;
  margin-left:5px;
}

.help-item-option .available {
 position:relative;
  top:-2px;
  display:none;
  margin-left:5px;
}

.close-email {
  position: absolute;
    top: 0;
    right: 0;
  cursor:pointer;

}
.fancybox-close {
 display:none!important; 
}

.fancybox-opened .fancybox-skin {
background-color:#f5faf9;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15)!important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15)!important;
  border-radius:2px!important;
}
.fancybox-wrap {
  max-width:50%; 
}
.fancybox-inner {
  max-width:100%;
  padding:20px!important;
}
.fancybox-close {
 /*top:10px!important;
  right:10px;*/
}
.fancybox-close:before {
 /*top:10px!important;
  right:10px;
  background-image:none;*/
  
 
  
}
.fancybox-close:before {
  
  
}


.fb-select {
 float:left;
  width:50%;
}


.rendered-form label {
  display:block;
  font-size:14px;
  margin:0 0 5px;
}
.fb-required {
 color:red;
  display:inline-block;
  margin-left:5px;
}
.rendered-form select {
  width:100%;
}
.rendered-form input[type="text"],
.rendered-form textarea {
  width:100%;
  padding:10px;
}
.rendered-form input[type="checkbox"] {
  margin-right:10px;
  width:auto;
}
.rendered-form .checkbox-inline label {
  display:inline-block;
  width:auto;
  margin:0;
}

.rendered-form .form-group {
  margin-top:20px;
}



.chat-window {
  display:none;
 position:fixed;
  bottom:0;
  right:10%;
  background-color:#f5faf9;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15)!important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15)!important;
  width:300px;
  height:300px;
  z-index:11;
}

.chat-top {
  background-color:#f5f5f5;
  padding:15px;
  border-bottom:1px solid #ccc;
}
.chat-close {
 position:absolute;
  top:11px;
  right:11px;
}

.chat-middle {
    padding: 40px 50px;
    line-height: 1.3;
  text-align:center;
}
.chat-example {
font-size: 60px!important;
    color: #ccc;
  margin:0 auto 10px !important;
  display:block!important;
  text-align:center;
}

.chat-bottom {
 position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#e5e5e5;
  padding:15px;
  font-style:italic;
  color:#999;
}



.modal {

}








/* Subpage Navigation */


main.subpage {
  /*padding-top:168px;*/
}
.site-header.subpage {
  /*margin-top:34px;*/
}


.subpage-navigation {
  /*display:none;*/
  height:34px;
  width:100%;
  text-align:right;
}
.subpage-navigation-visible {
  
}
.subpage-navigation-top {
  background-color:#141d23;
  position:fixed;
  z-index:11;
}
.subpage-navigation-bottom {
  height:34px;
  background-color:#949494;
}
.subpage-navigation li {
  display:inline-block;
  margin-left:20px;
}
.subpage-navigation a {
  text-transform:none;
  font-size:12px;
  line-height:34px;
  display:block;
  background-position:center left;
  background-repeat:no-repeat;
  background-size:38px 34px;
}
.subpage-navigation li a:hover {
	color:#00a9ba;
}
.subpage-navigation-top a {
  color:#fff;
}
.subpage-navigation-bottom a {
  color:#fff;
}

.subpage-navigation a span {
  display:inline-block;
  margin-right:5px;
}

/*
.subpage-navigation-techopsdocumentation {
 background-image:url("//theme.zdassets.com/theme_assets/830444/bcaec4f4f394d696bb7d410803b1c5255a62509a.png"); 
}
.subpage-navigation-techopsdocumentation:hover {
 background-image:url("//theme.zdassets.com/theme_assets/830444/f62675b2bb83b5cb90b9b54d5cc8e1ee6b7d06e0.png"); 
}

.subpage-navigation-bitfitassetcatalog {
   background-image:url("//theme.zdassets.com/theme_assets/830444/0f46299caad880741e0fbbd1d74635f93e689516.png"); 
}
.subpage-navigation-bitfitassetcatalog:hover {
   background-image:url("//theme.zdassets.com/theme_assets/830444/30a3b017d6f050aaa074c51f5fcf8b90f9e59c69.png"); 
}

.subpage-navigation-studiotechdocumentation {
   background-image:url("//theme.zdassets.com/theme_assets/830444/55ac89758c9baa8300efbda78dab370493f4a7a1.png"); 
}
.subpage-navigation-studiotechdocumentation:hover {
   background-image:url("//theme.zdassets.com/theme_assets/830444/6d1705768508ff384bddb1ed78c1c8822b8470a7.png"); 
}

.subpage-navigation-ticketrequestform {
   background-image:url("//theme.zdassets.com/theme_assets/830444/11472132e81a53441c13135750288d7094c08445.png"); 
}
.subpage-navigation-ticketrequestform:hover {
   background-image:url("//theme.zdassets.com/theme_assets/830444/0272593d45775e633cb3ee5441e3c8f0f2db8db1.png"); 
}
*/

.subpage-navigation-top .subpage-navigation-ticketrequestform,
.subpage-navigation-bottom .subpage-navigation-ticketrequestform{
  color:#33bac7;
}




/* END Subpage Navigation */



/* Columns */

.column-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items:flex-start:;
	align-content:center;
  flex-wrap:wrap;
}
.grid-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items:flex-start:;
	align-content:center;
  flex-wrap:wrap;
}
.grid-item {
	flex:0 1 29%;
}
.column {
	flex: 1 0 0;
}

/* END Columns */


/* Home Page Icon Links */

.home-featured-links-wrapper {
	padding:10px 0;
}



/*

.home-featured-link {
	opacity:.8;
	padding:20px 40px;
	line-height:1.15em;
	font-size:24px;
	font-weight:300;
	color:#333;
	background-color:transparent;
	border-radius:5px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.15);
	position:relative;
}
.home-featured-link:hover {
	opacity:1;
	text-decoration:none;
	color:#333;
	background-color:#fff;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}

.icon-home-featured-link-wrapper { 
	position:relative;
	height:100px;
	margin-bottom:10px;
}
.icon-home-featured-link {
	display:block;
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	margin:0 auto 10px;
	max-width:75px;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
*/

.text-home-featured-link {
	text-align:center;
	display:block;
  font-weight:600;
	width:100%;
	padding: 0 7%;
}
.home-featured-link:hover .icon-home-featured-link {
	max-width:80px;
}

.text-home-featured-link-desc {
	text-align:center;
	display:block;
  font-size: 16px;
  font-weight:300;
    line-height: 1.25;
    margin-top: 10px;
}

.home-featured-link-box {
  opacity:1;
	padding:20px 40px;
	line-height:1.15em;
	font-size:24px;
	background-color:transparent;
	border-radius:5px;
	position:relative;
  cursor:pointer;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  color:#4f5255!important;
}
.home-featured-link-box:hover {
  opacity:1;
}


.home-featured-link-icon.fa {
  
  color:#fff;
 font-size:60px;
  border-radius:10px;
  width:100px;
  height:100px;
  margin: 0 auto 15px;
  display: block;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  position:relative;
  
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.05);
  
  background: rgba(5,213,170,1);
background: -moz-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,213,170,1)), color-stop(26%, rgba(5,213,170,1)), color-stop(100%, rgba(171,234,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: linear-gradient(135deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05d5aa', endColorstr='#abeaf2', GradientType=1 );
  
}

.home-featured-link-icon.fa::before {
  
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  opacity:.75;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  
}

.home-featured-link-box:hover .home-featured-link-icon.fa::before {
  
  opacity:1;
  font-size:105%;
  
}

.home-featured-link-box:hover .home-featured-link-icon.fa {
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}


/*
.home-featured-link-icon-prodiclehelp {
 
background: rgba(106,48,146,1);
background: -moz-linear-gradient(-45deg, rgba(106,48,146,1) 0%, rgba(106,48,146,1) 26%, rgba(171,234,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(106,48,146,1)), color-stop(26%, rgba(106,48,146,1)), color-stop(100%, rgba(171,234,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(106,48,146,1) 0%, rgba(106,48,146,1) 26%, rgba(171,234,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(106,48,146,1) 0%, rgba(106,48,146,1) 26%, rgba(171,234,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(106,48,146,1) 0%, rgba(106,48,146,1) 26%, rgba(171,234,242,1) 100%);
background: linear-gradient(135deg, rgba(106,48,146,1) 0%, rgba(106,48,146,1) 26%, rgba(171,234,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a3092', endColorstr='#abeaf2', GradientType=1 );
  
}

.home-featured-link-icon-contactsupport {
 
background: rgba(5,213,170,1);
background: -moz-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,213,170,1)), color-stop(26%, rgba(5,213,170,1)), color-stop(100%, rgba(171,234,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
background: linear-gradient(135deg, rgba(5,213,170,1) 0%, rgba(5,213,170,1) 26%, rgba(171,234,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05d5aa', endColorstr='#abeaf2', GradientType=1 );
  
}

.home-featured-link-icon-equipmentrequests {
 

background: rgba(5,170,187,1);
background: -moz-linear-gradient(-45deg, rgba(5,170,187,1) 0%, rgba(5,170,187,1) 26%, rgba(171,234,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(5,170,187,1)), color-stop(26%, rgba(5,170,187,1)), color-stop(100%, rgba(171,234,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(5,170,187,1) 0%, rgba(5,170,187,1) 26%, rgba(171,234,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(5,170,187,1) 0%, rgba(5,170,187,1) 26%, rgba(171,234,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(5,170,187,1) 0%, rgba(5,170,187,1) 26%, rgba(171,234,242,1) 100%);
background: linear-gradient(135deg, rgba(5,170,187,1) 0%, rgba(5,170,187,1) 26%, rgba(171,234,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05aabb', endColorstr='#abeaf2', GradientType=1 );
  
}

.home-featured-link-icon-studiotechdocumentation {
 
background: rgba(8,133,213,1);
background: -moz-linear-gradient(-45deg, rgba(8,133,213,1) 0%, rgba(8,133,213,1) 26%, rgba(171,234,242,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(8,133,213,1)), color-stop(26%, rgba(8,133,213,1)), color-stop(100%, rgba(171,234,242,1)));
background: -webkit-linear-gradient(-45deg, rgba(8,133,213,1) 0%, rgba(8,133,213,1) 26%, rgba(171,234,242,1) 100%);
background: -o-linear-gradient(-45deg, rgba(8,133,213,1) 0%, rgba(8,133,213,1) 26%, rgba(171,234,242,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(8,133,213,1) 0%, rgba(8,133,213,1) 26%, rgba(171,234,242,1) 100%);
background: linear-gradient(135deg, rgba(8,133,213,1) 0%, rgba(8,133,213,1) 26%, rgba(171,234,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0885d5', endColorstr='#abeaf2', GradientType=1 );
  
}

*/


/* END Home Page Icon Links */


/* Home Page Category Links */

.home-category-block-wrapper {
  margin-top:40px;
}
.home-category-block {
  position:relative;
  height:200px;
  padding:20px;
  text-align:left;
  background-color:#fff;
  margin:20px;
  opacity:1;
  
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,.05);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,.05);
  
}
.home-category-block:hover {  
  opacity:1;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
}
.blocks-item-title {
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.home-category-block:hover .blocks-item-title {  
  /*color:#30E3BC;*/
}
.blocks-item-description {
  margin:10px 0;
  color:#4f5255;
  line-height:1.3em;
}
.home-category-block-border {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
  display:none;
}

.home-category-block:hover .home-category-block-border {
  height:3px;
  background-color:#30E3BC;
}

.home-category-block .home-category-block-border {

/*background: rgba(7,214,171,1);
background: -moz-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7,214,171,1)), color-stop(100%, rgba(168,235,241,1)));
background: -webkit-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: -o-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: -ms-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: linear-gradient(to right, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07d6ab', endColorstr='#a8ebf1', GradientType=1 );
  */
  
  background-color:#949494;
  
}



/*

.home-category-block .home-category-block-border {
  
  background: rgba(107,50,147,1);
background: -moz-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,50,147,1)), color-stop(100%, rgba(170,234,241,1)));
background: -webkit-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: -o-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: -ms-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: linear-gradient(to right, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3293', endColorstr='#aaeaf1', GradientType=1 );
  
  
}

.home-category-block:nth-child(2n) .home-category-block-border {

background: rgba(7,214,171,1);
background: -moz-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(7,214,171,1)), color-stop(100%, rgba(168,235,241,1)));
background: -webkit-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: -o-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: -ms-linear-gradient(left, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
background: linear-gradient(to right, rgba(7,214,171,1) 0%, rgba(168,235,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07d6ab', endColorstr='#a8ebf1', GradientType=1 );
  
}

.home-category-block:nth-child(3n) .home-category-block-border {

background: rgba(4,170,186,1);
background: -moz-linear-gradient(left, rgba(4,170,186,1) 0%, rgba(170,234,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(4,170,186,1)), color-stop(100%, rgba(170,234,241,1)));
background: -webkit-linear-gradient(left, rgba(4,170,186,1) 0%, rgba(170,234,241,1) 100%);
background: -o-linear-gradient(left, rgba(4,170,186,1) 0%, rgba(170,234,241,1) 100%);
background: -ms-linear-gradient(left, rgba(4,170,186,1) 0%, rgba(170,234,241,1) 100%);
background: linear-gradient(to right, rgba(4,170,186,1) 0%, rgba(170,234,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04aaba', endColorstr='#aaeaf1', GradientType=1 );
  
}

*/

/* END Home Page Category Links */

/* Button Styles */

.button,
.article-subscribe,
.article-unsubscribe {
 display:inline-block;
  padding:8px 14px;
  border:1px solid #33bac7!important;
  border-radius:0;
  color:#33bac7!important;
  text-transform:uppercase;
  font-size:14px;
  font-weight:400;
  background:transparent;
}
.button:hover,
.article-subscribe:hover,
.article-unsubscribe:hover {
  color:#fff!important;
  background-color:#33bac7!important;
}
.button-home-see-more {
 margin-top:10px; 
}

/* END Button Styles */



/* Form Styles */

::-webkit-input-placeholder { font-family: 'Source Sans Pro', sans-serif;font-weight:300;font-style:italic;color:#949494;  }
::-moz-placeholder { font-family: 'Source Sans Pro', sans-serif;font-weight:300;font-style:italic;color:#949494; } /* firefox 19+ */
:-ms-input-placeholder { font-family: 'Source Sans Pro', sans-serif;font-weight:300;font-style:italic;color:#949494; } /* ie */
input:-moz-placeholder { font-family: 'Source Sans Pro', sans-serif;font-weight:300;font-style:italic;color:#949494; }

input[type="text"], textarea {
	padding:10px;
	border:1px solid #eee;
	border-radius:5px;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-style:normal;
}
input[type="search"] {
	box-sizing:border-box;
  width:100%;
  border:0px;
}

form {
 position:relative; 
}

.search-home-page #query {
	font-size:24px;
	padding:20px 30px;
	border-color:transparent;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
  /*background-image:url("//theme.zdassets.com/theme_assets/830444/9ede3a93640b71c6534790f0f70f5bfa6db5c227.png");
  background-position:center right;
  background-repeat:no-repeat;
  background-size:70px 40px;*/
}

.search-home-icon {
      position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -55%);
    font-size: 40px!important;
  color:#C7C7C7;
}



.search-home-page::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* END Form Styles */



/* Category Page */

.category-content h1 {
  

}

.section-tree .section {
	    margin-top: 0;
    border-top: 1px solid #ddd;
    padding: 30px 0;
}
.section-tree .section-tree-title {
	margin-bottom:20px;
}

.section-tree-title-link,
.section-tree-title-link:hover {
	color:#4f5255;  
}

.section-tree h5 {
  padding:0px 25px;
  margin:0px;
}

.page-header h1 {
 margin-bottom:30px; 
}

.category-empty,
.section-empty {
  display:block;
 font-size:18px;
  font-style:italic;
  margin-top:30px;
  color:#aaa;
}

.article-list-item {
  line-height:1.2em;
  margin-bottom:10px;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}


.article-list-item a {
  display:block;
  -webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
      padding-left: 15px;
}

.article-list-item a:before {
    content: "• ";
  display:inline-block;
  margin:0 8px 0 -12px;
  color:#bbb;
}

.article-list-item a:hover,
.article-list-item:hover a {
  color:#4f5255!important;
}

.article-list-item:hover {
}



.section-tree .section-empty {
  display:block;
  line-height:1.2em;
  margin:0;
  padding-left: 20px;
}

.article-list {
  opacity:1;
  -webkit-transition:all 0.75s ease;
	transition:all 0.5s ease;
  margin-bottom:0;
}

.article-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  
}

.article-list.article-list-visible {
  opacity:1;
}

.see-all-articles {
  
/*   opacity:0!important;
  margin-top:10px;
  width:1px!important; */
  margin-left:20px;
  margin-bottom:20px;
}
.toggle-all-articles {
  cursor:pointer;
  display:none;
  opacity:1;
  margin:0px 20px 20px;
}


.category-article-link-hidden {
  display:none;
}
.category-article-link-hidden.visible {
  display:block;
}


.category-page .sidebar-wrapper,
.section-page .sidebar-wrapper{
  display:none;
}

.category-page .section-tree {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.category-page .section-tree .section {
  border: 0px;
  flex: 0 1 49%;
  background: #f2f4f3;
  margin: 0 1% 1% 0;
  padding: 0px;
  border:1px solid #e9e9e9;
}

.category-page .section-tree .section-tree-title {
    margin-bottom: 15px;
    font-weight: 400;
  	padding:20px 20px 0;
}
.category-page .section-tree .article-list {
  	padding:20px;
}

.category-section-image {
  display:none;
  width:100%;
  height:auto;
}


.category-page .section-tree .section[data-section-id=""] {
  
}




/* END Category Page */

/* Section Page */

.container {
position:relative;
}

.section-subscribe {
  display:none;
	position:absolute;
  top:0;
  right:0;
}

.section-content .article-list {
 margin:40px 0; 
}

.section-page .page-header h1 {
  margin:0px;
}
.section-page .article-list {
  /*display: flex;
  flex-wrap: wrap;
  justify-content:space-between;*/
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  margin:20px 0;
}
.section-page .article-list .article-list-item  {
  /*flex:0 1 33%;*/
  padding-right:30px;
}


/* END Section Page */


/* Article Page */

.article-header-wrapper {
  display:block;
  background:#FFF;
  color:#111;
  padding:0px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.15);
  position: fixed;
  width: 100%;
  z-index: 1;
}

.article-header-wrapper .wrapper-inner {
  display:flex;
  align-items:space-between;
}

.article-header-wrapper a {
  color:#222;
}
.article-header-wrapper .button,
.article-header-wrapper .article-subscribe,
.article-header-wrapper .article-unsubscribe {
  border-color:#aaa;
  font-size: 11px;
  padding: 5px 9px;
}
.article-header-wrapper .button:hover,
.article-header-wrapper .article-subscribe:hover,
.article-header-wrapper .article-unsubscribe:hover {
  border-color:#aaa;
  background-color:#aaa;
  color:#333;
}

.article-header-wrapper .article-unsubscribe {
  color:#fff;
  border-color:#fff;
}
.article-header-wrapper .article-unsubscribe:hover {
  color:#333;
  border-color:#fff;
  background-color:#fff;
}

.article-header-wrapper .breadcrumbs {
  display: flex;
  margin: 0px;
  align-items: flex-start;
}



.article-header-wrapper .subscribe-print-container,
.article-header-wrapper .article-next-prev-container {
/*   float:right; */
}

.article-header-wrapper .subscribe-print-container {
/*    margin-top: 8px; */
}
.article-header-wrapper .article-next-prev-container {
  margin:10px 20px 0 0;
}

.article-header-left {
  flex:1;
}
.article-header-right {
  flex: 0 1 auto;
  margin-left: auto;
  padding-left: 20px;
}

.article-footer, 
.article-comments {
 margin-top:30px; 
}

.article-body p {
 margin-bottom:20px; 
}



.article-body blockquote {
 margin:30px 0; 
 border-left:2px solid #ccc;
 padding-left:30px;
  font-size:24px;
  color:#7C7D7F;
  font-style:italic;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5 {
 margin-bottom:20px;
}

.article-body h1 {
	border-top:1px solid #e5e5e5; 
  border-bottom:1px solid #e5e5e5; 
  padding:20px 0;
  margin:40px 0;
}

.article-body h1:first-child {
  margin:0 0 40px 0;
}



.article-body h1,
.article-body h1 *,
.article-body h3,
.article-body h3 * {
  text-align:left;
 text-decoration:none;
	font-size:30px!important;
  font-weight:300!important;
}


/*.article-body h3,
.article-body h3 * {
	font-size:18px!important;
  font-weight:600!important;
}
*/

.article-body h4,
.article-body h4 * {
	font-size:14px!important;
  font-weight:300!important;
}

.article-body h2,
.article-body h2 * {
 text-align:left;
 text-decoration:none;
  font-size:22px!important;
  font-weight:400!important;
}

.article-body .wysiwyg-font-size-large {
  font-size:18px;
  font-weight:300;
}

.article-body ul,
.article-body ol{
 margin:0 0 20px 0;
}

/*.article-body > ol ul li {
  list-style-type:disc;
}*/

.article-body li {
line-height:1.25em;
  display:list-item;
  padding-left:5px;
  margin:10px 0 0 20px;
	list-style-type:disc;
}
.article-body > ul > li > ul > li,
.article-body > ul > ul > li {
list-style-type:circle;
}
.article-body ul > li > ul > li > ul > li,
.article-body ul > ul > ul > li {
list-style-type:square;
}
.article-body ul > li > ul > li > ul > li > ul > li,
.article-body ul > ul > ul > ul > li {
list-style-type:disc;
}

.article-body ul > li > ul > li > ul > li > ul > li > ul > li,
.article-body ul > ul > ul > ul > ul > li {
list-style-type:circle;
}

.article-body ol li {
list-style-type:decimal;
}

.article-body ul li {
list-style-type:disc;
}

.article-body ul > ul,
.article-body ul > ol,
.article-body ol > ul {
margin-left:20px;
}

.article-header h1 {
 margin-bottom:20px;
}

.article-body li,
.article-body li span {
	font-weight:300!important;
}


.wysiwyg-indent1 { padding-left: 20px; }
.wysiwyg-indent2 { padding-left: 40px; }
.wysiwyg-indent3 { padding-left: 60px; }
.wysiwyg-indent4 { padding-left: 80px; }


.article-body table {
 width:100%!important;
  margin:30px 0;
  border:0px!important;
  background-color:#fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}

.article-body table tr:first-of-type {
	/*background: rgba(107,50,147,1);
background: -moz-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(107,50,147,1)), color-stop(100%, rgba(170,234,241,1)));
background: -webkit-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: -o-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: -ms-linear-gradient(left, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
background: linear-gradient(to right, rgba(107,50,147,1) 0%, rgba(170,234,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b3293', endColorstr='#aaeaf1', GradientType=1 );*/
}

.article-body table tr:first-of-type * {
	color:#fff!important;
  font-weight:600!important;
  text-decoration:none!important;
  background-color:#2E3B4D!important;
}

.article-body table tr:nth-child(odd) td:nth-child(odd) {
 background-color:#fff;
}
.article-body table tr:nth-child(odd) td:nth-child(even) {
 background-color:#f7f7f7;
}
.article-body table tr:nth-child(even) td:nth-child(odd) {
 background-color:#f5f5f5;
}
.article-body table tr:nth-child(even) td:nth-child(even) {
 background-color:#ededed;
}

.article-body table td {
 padding:20px;
  border:0px!important;
  vertical-align:middle;
}

.article-body table td p:first-child {
 margin:0;
}


/*  Article Next Prev Buttons at bottom of Article */

.article-nav-bottom .article-header-right  {
  padding:0px;
}

.article-nav-bottom .article-next-prev-container  {
  text-align:center;
  display:flex;
  margin:0px;
}

.article-nav-bottom .article-next-prev {
  display:inline-block;
  padding:20px 30px;
  border: 1px solid #00a9ba;
  color:#00a9ba;
  text-transform:uppercase;
  text-align:center;
  font-size: 24px;
  font-weight: 400;
  flex:auto;
  margin:5px!important;
}
.article-nav-bottom .article-next-prev:hover {
  display:inline-block;
  padding:20px 30px;
  border: 1px solid #00a9ba!important;
  background-color:#00a9ba!important;
  color:#fff!important;
  text-transform:uppercase;
  text-align:center;
  font-size: 24px;
  font-weight: 400;
}

.article-nav-bottom .prev {
  
}

.article-nav-bottom .next {
  
}

/* Camera Specs Table */

.article-body .camera-specs-header {
  border: 0px;
  margin: 0px 0px 10px;
  font-size: 20px!important;
  padding: 0px;
  font-weight: 400!important;
  cursor:pointer;
}
.article-body .camera-specs-header .material-icons {
  font-size: inherit!important;
  position:relative;
  top:4px;
}
.article-body .camera-specs-header .icon-closed {
  display:none;
}
.article-body .camera-specs-header .icon-open {
  display:inline-block;
}
.article-body .camera-specs-header.closed .icon-closed {
  display:inline-block;
}
.article-body .camera-specs-header.closed .icon-open {
  display:none;
}


.article-body table.camera-specs-table {
 width:95%!important;
  margin:30px 0;
  border:0px!important;
  background-color:transparent;
  -webkit-box-shadow: none;
	box-shadow: none;
  height:auto!important;
  margin-left:5%;
}

.article-body table.camera-specs-table tr:first-of-type * {
	/*color: #999!important;
  font-weight: 400!important;
  text-decoration: none!important;
  background-color: transparent!important;
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom:20px;*/
}

.article-body table.camera-specs-table tr:nth-child(odd) td:nth-child(odd) {
 background-color:#f3f7f6;
}
.article-body table.camera-specs-table tr:nth-child(odd) td:nth-child(even) {
 background-color:#eef2f1;
}
.article-body table.camera-specs-table tr:nth-child(even) td:nth-child(odd) {
 background-color:#ecf0ef;
}
.article-body table.camera-specs-table tr:nth-child(even) td:nth-child(even) {
 background-color:#e5e8e7;
}

.article-body table.camera-specs-table tr {
  height:auto!important;
  width:auto!important;
  border-bottom:1px solid #dce0df;
}
.article-body table.camera-specs-table td {
 padding:0 0 5px;
  border:0px!important;
  vertical-align:top;
  padding:5px 10px;
  
  width:auto!important;
  text-align:left!important;
}
.article-body table.camera-specs-table td.wysiwyg-text-align-center {
  text-align:center!important;
}

.article-body table.camera-specs-table td p:first-child {
 margin:0;
}
.article-body table.camera-specs-table td p {
 margin:0 0 3px;
}


/** Vote controls */

.article-votes {
  position:relative;
  padding:20px;
  background-color:#fff;
  margin:25px 0;
  opacity:.8;
  text-align:center;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}

.article-votes-question, 
.article-votes-controls, 
.article-votes-count {
  display: inline-block;
}

.article-votes-controls {
  margin:0 10px;
}

.article-vote-up, 
.article-vote-down,
.vote-up,
.vote-down{
  background: #C7C7C7;
  color: inherit;
  font-family: entypo;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  line-height: 30px;
  height: 30px;
  width: 30px;
  padding: 0 10px;
  display: inline-block;
}

.article-vote-up:before,
.vote-up:before{
  color: #fff;
  content: "\1f44d";
}

.article-vote-down:before,
.vote-down:before{
  color: #fff;
  content: "\1f44e";
}

.article-vote-up:hover:before,
.article-vote-down:hover:before,
.vote-up:hover:before,
.vote-down:hover:before
{
  color: #fff;
}


/* More Questions */

.article-more-questions {
  margin: 15px 0;
}
.comment-avatar {
 display:none; 
}
#comment_body {
 margin:0 0 10px; 
}
.comment-callout {
 margin:10px 0;
  font-style:italic;
  color:#C7C7C7;
}


/* Sidebar */



#article-container {
  float:left;
  width:75%;
  padding-right:60px;
}

.article-115002501131 #article-container {
  float:none;
  width:100%;
  padding-right:0px;
}

.article-next-prev-container {
 margin-bottom:15px; 
  text-align:left;
}
.article-next-prev {
  font-size:12px;
  display:inline-block;
}
.article-next-prev:hover {
  border:0px!important;
  background:transparent!important;
}
.article-next-prev.prev {
 margin-right:20px;
}
.article-next-prev.next {
  
}



.sidebar-wrapper {
	float:right;
  width:25%;
}
#sidebar-sticky-wrapper {
  
}
#sidebar {
  padding:20px;
  background-color:#fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
}
#sidebar h3 {
	font-size:12px;
	color:#444;
	letter-spacing:3px;
	text-transform:uppercase;
  font-weight:400;
  margin:0 0 20px;
}
.sidebar-widget {
 margin-bottom:40px;
 border-top: 2px solid #e5e5e5;
 padding-top: 7px;
}
.sidebar-widget ul li {
 line-height:1.25em;
  margin-bottom:10px;
}

.sidebar-widget.in-page-nav-category ul li {
  /*margin-bottom:3px;*/
}

.sidebar-widget ul li a {
 color:#4f5255;
  display:block;
  /*text-transform:capitalize;*/
}
.in-page-nav-article li > a {
 /*font-weight:400;*/
}
.sidebar-widget ul li a:hover,
.sidebar-widget ul li a.active {
  color:#00a9ba;
}
.sidebar-widget ul li a.active {
  font-weight:600;
}

.sidebar-widget ul li ul {
 padding-left:10px;
  margin-top:4px;
}
.sidebar-widget ul li ul li {
 margin-bottom:1px;
}
.sidebar-widget ul li ul li a {
     font-size: 12px;
    text-transform: uppercase;
}

#sidebar select {
 width:100%; 
}


/* END Sidebar */



/* END Article Page */



/* Activities Page */

.my-activities-nav {
  margin-bottom: 15px;
  border-bottom:1px solid #c7c7c7;
}
.my-activities-nav li {
  display:inline-block;
  padding:10px;
  margin-right:10px;
  border-bottom:4px solid transparent;
}
.my-activities-nav li[aria-selected="true"] {
  border-bottom:4px solid #c7c7c7;
  font-weight:600;  
}

.my-activities-sub-nav {
  margin-bottom: 15px;
  border-bottom:1px solid #c7c7c7;
}
.my-activities-sub-nav li {
  display:inline-block;
  padding:10px;
  margin-right:10px;
  border-bottom:4px solid transparent;
}
.my-activities-sub-nav li[aria-selected="true"] {
  border-bottom:4px solid #c7c7c7;
  font-weight:600;  
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}


.request-table-toolbar {
  display: table;

  padding: 8px;
  width: 100%;
}


.request-table-toolbar {
  display: table;
  padding: 8px;
  width: 100%;
}

.requests-search {
  outline: medium none;
  padding: 6px 15px;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

.request-table-filters label::before {
  content: " ";
  display: inline-block;
  width: 25px;
}


/* END Activities Page */



/* Search Results Page */


.page-header-description {
 /*color:#aaa;
  font-style:italic;*/
  margin:20px 0 30px;
}

.search-results .search-result {
  position:relative;
  padding:20px;
  background-color:#fff;
  margin:0 0 20px;
  opacity:.8;
  
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  
}

.search-result-meta {
 margin:0 0 10px;
  font-size:13px;
}

.search-result-link {
 font-size:18px;
  display:block;
  margin-bottom:10px;
}


.search-results-path-step-link {
  display:inline-block;
  margin-left:5px;
}
.search-results-path-step-link:first-of-type {
  margin:0;
}

.search-results-path-step-link .fa {
  display:inline-block;
  margin:0 0 0 5px;
}
.search-results-path-step-link:last-of-type .fa {
  display:none;
}

/* END Search Results */





.site-footer {
  z-index:1;
  position:relative;
	background-color:#edeef0;
}
.footer-title {
	 align-self: flex-start;
  flex: 0 0 0;
  margin-right:80px;
}
.footer-title h3 {
	font-size:16px;
}
.footer-title img {
  height:auto;
  width:70px;
}
.footer-top {
	padding:30px 0 0;
}
.footer-top ul > li > a {
	font-size:14px;
	line-height:1.5;
	color:#444;
}
.footer-bottom {
	border-top:1px solid #d6d7d9;
	margin-top:30px;
	padding:30px 0;
}

.tips-and-tricks-footer-wrapper {
  margin-top:20px;
}

.tips-and-tricks-footer-column {
  display:none;
 padding-right:40px; 
}

.tips-and-tricks-footer-column p {
  margin:0;
   font-size:16px;
   line-height:1.35em;
  color:#7C7D7F;
  font-style:italic;
  }
.tips-and-tricks-footer-icon {
  font-size: 32px!important;
    color: #C7C7C7;
    display: block;
    margin: 0 0 15px;
}

.powered-by-zendesk { display:none; }



/* Article Specific Styles */

iframe {
	width:100%;
  border:0px;
  
}

.article-115002501131 #sidebar_wrapper {
 display:none!important; 
}

.article-115002501131 #article-container {
 float: none;
    width: 100%;
    padding-right: 0px; 
}





/* Requests Page */

.request-table-filter {
 margin:20px 0; 
}

.my-activities-table {
  width:100%;
}
.my-activities-table th, .my-activities-table td {
  padding:10px;
}
.my-activities-table thead th {
  background-color:#e9e9e9;
  text-align:left;
}
.my-activities-table tbody td {
  border-bottom:1px solid #e9e9e9;
}
.my-activities-table .meta-group {
	font-size:12px;
  text-transform:uppercase;
  display:block;
  margin-top:3px;
}



.request-container .comment-meta,
.request-container .request-details{
  margin:20px 0;
  padding:10px;
  background:#e9e9e9;
  border-radius:3px;
  overflow: auto;
  zoom: 1;
}
.request-container .request-details dt,
.request-container .request-details dd{
  display:block;
  float:left;
}
.request-container .request-details dt {
  clear:left;
  margin:0 5px 5px 0;
  font-weight:bold;
}
.request-container .request-details dd {
  margin:0 5px 5px 0;
  
}
.request-container .comment-body {
  margin:0 0 20px 0;
}

.request-container .comment-show-container-content {
  text-transform:uppercase;
  font-size:12px;
  font-weight:bold;
  margin:0 0 10px;
}
.request-container .form-field,
.request-container textarea {
  margin:0 0 10px;
}

.request-container .comment-form-controls {
  margin:20px 0;
  text-align:center;
}
.request-container .comment-form-controls input {
      display: inline-block;
    padding: 8px 14px;
    border: 2px solid #33bac7;
    border-radius: 0;
    color: #33bac7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
}
.request-container .comment-form-controls input:hover {
    color: #fff;
    background: #33bac7;;
}

.profile-private-badge,
.profile-info .avatar,
.profile-nav { 
  display:none; 
}
.profile-info .profile-stats { 
  margin-top:10px;
}

.stat {margin-top:5px;}
.profile-section {margin-top:15px;}

.stat-label {
  display:inline-block;
 width:150px; 
}
.stat-value {
  display:inline-block;
 font-weight:600; 
}

/* bitfit marketplace page */

.article-115002501131 .article-header .article-header { 
 	width:100%
}
.article-115002501131 .article-header .article-title {
  font-size:20px;
  margin:0px;
  width:100%;
}

.article-115002501131 .marketplace-disclaimer {
    border: 1px solid #b0d9df;
  padding: 10px;
  background: #e4f2f2;
  text-align: center;
  margin: 20px 0;
}

.article-115002501131 .marketplace-disclaimer p {
     font-size: 16px;
    line-height: 1.2;
  	margin:0;
}

.article-115002501131 .article-next-prev-container,
.article-115002501131 .sub-nav,
.article-115002501131 .subscribe-print-container,
.article-115002501131 .article footer { 
  display:none; }




/* Category Disclaimer */

.updates-and-revisions-notice {
  display:none;
  border: 1px solid #b0d9df;
  padding: 20px;
  background: #e4f2f2;
  text-align: center;
  margin: 20px 0 0;
}




/* locale */



.language-selector {
  display:none;
 margin-top:10px; 
}
.dropdown-menu-end {
  right: auto;
  left: 0;
  margin-top:5px;
}




#launcher { display:none; }




/* Pagination */

.pagination {
  text-align:center;
  margin:60px 0 20px;
}
.pagination li {
	display:inline-block;  
}
.pagination-current {
    padding: 10px 18px;
    border-radius: 200px;
    background:#00a9ba;
    color:#fff;
    line-height: 22px;
    text-align: center;
}
.pagination li a {
	  display: block;
    padding: 10px 18px;
    border-radius: 200px;
    background: #e5e5e5;
    line-height: 22px;
    text-align: center;
}
.pagination li a:hover {
  background:#00a9ba;
  color:#fff;
}
.pagination li.pagination-first a,
.pagination li.pagination-last a,
.pagination li.pagination-next a{
    background: #aaa;
    color: #fff;
}

/*
.material-icons {
  font-size:inherit!important;
  position:relative;
  top:2px;
}
*/

.article-bottom-controls {
  padding:20px;
  background: #f2f4f3;
	border: 1px solid #e9e9e9;
}

/* Article Updated Date */

.article-updated-date-container {
  font-size:16px!important;
  font-weight:200!important;
  margin: 0 0 10px;
  color:#666;
  text-align:left;
}
.article-updated-date-label {
  display:inline-block;
  margin-right:5px;
  
}
.article-updated-date-date {
  display:inline-block;
  font-weight:bold;
}

.article-more-questions > a {
font-weight:bold;
}


/* Video */

.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 20px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Flags */

.flag {
   	background: url('//theme.zdassets.com/theme_assets/830444/70af55fb6938e2b747769b74d7b125330a152b85.png') no-repeat; 
    display: inline-block;
    width: 32px;
    height: 27px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}



.category-115000231952 .section-tree .section .icon-closed {
  display:none;
}
.category-115000231952 .section-tree .section .icon-open {
  display:inline-block;
}
.category-115000231952 .section-tree .section.closed .icon-closed {
  display:inline-block;
}
.category-115000231952 .section-tree .section.closed .icon-open {
  display:none;
}

.category-115000231952 .section-tree-title {
  cursor:pointer;
}




/* Errors */

.error-page h1 {
  font-size:60px;
  text-transform:uppercase;
  font-weight:600;
  
}
.error-page h2 {
  font-size:20px;
  text-transform:uppercase;
  font-weight:400;
  
}
.error-page p {
  margin:20px 0;
  font-size:18px;
  line-height:1.3em;
  
}
.error-page a {
  
  
}




#preview-bar-container > div {
  /*position:static!important;*/
}


.category-header-wrapper,
.section-header-wrapper,
.article-header-wrapper {
/*       height: 58px; */
}


p a.camera-guide-link {
       font-size: 14px!important;
    margin-top: 0px;
    display: inline-block;
}
p a.camera-guide-link em {
      font-size: 20px!important;
    position: relative;
    top: 5px;
}



.get-all-section-articles i {
  font-size: 10px;
  position: relative;
  top: 0px;
  margin-right: 4px;
}

.print-all-articles-button {
  font-size: 20px;
    margin: 0px auto 60px;
    display: block;
    text-align: center;
    max-width: 400px;
}


.category-115000231952 .toggle-all-articles {
  display:none!important;
}


/* Marketplace */

/* .marketplace-access {
  display:none;
} */


@media (max-width: 1010px) { 
  
  .home-category-block {
  	height:240px;
  }
  .grid-item {
    flex: 0 1 42%;
	}
}

@media (max-width: 910px) {   
  .home-category-block {
  	height:280px;
  }
}

@media (max-width: 830px) { 
  
  .home-category-block {
  	height:200px;
  }
}


@media (max-width: 750px) { 
  
  #article-container,
  .category-container,
  .section-container {
    float:none;
    width:100%;
    padding-right:0px;
  }
  
  .sidebar-wrapper {
    float: none;
    width: 100%;
  }
  
  .article-return-to-top {
    display: block;
    margin: 0 0 20px;
  }
  
  #logo_header {
    display: block;
/*     margin: 0 auto 20px; */
  }
  
  .header-right {
    float: none;
/*     padding-left: 0px; */
    text-align:center;
  }
  
  .header-help-bar-wrapper {
    margin-right: 15px;
	}
  
  main, main.subpage {
    padding-top: 0px;
  }
  
  .site-header {
    position: relative;
  }
  
  .article-header-wrapper {
    position:relative;
  }
  
  .content-wrapper {
    padding: 30px 0;
	}
  
  .subpage-navigation-top {
    text-align: center;
  }
  .subpage-navigation-top li {
   margin:0px; 
	}
  .subpage-navigation-top .wrapper-inner {
    padding:0px;
	}
  
  #user #user-name {
    display:none;
  }
  
  .dropdown-toggle {
    display: flex;
	}
  
  .header-right #query,
  .header-right #query:focus {
    width: auto;
	}
  .category-page .section-tree .section {
    flex:100%;
  }
  
  .article-nav-bottom .article-next-prev {
   font-size:16px;
    padding:10px;
  }
  
}


@media (max-width: 700px) { 
  
  .home-category-block {
  	height:250px;
  }
}

@media (max-width: 600px) { 
  
  .home-category-block {
  	height:auto!important;
		width:100%!important;
    flex:100%;
  }
  .header-top {
    padding: 10px 0;
  }
  
  .article-header-wrapper .wrapper-inner {
    flex-wrap: wrap;
	}
  .article-header-left,
  .article-header-right {
    flex: 100%;
	}
  .article-header-right {
    text-align:center;
    margin: 0 auto;
    padding: 7px;
	}
  .article-header-wrapper .breadcrumbs {
    justify-content: center;
	}
  
  
}


@media (max-width: 560px) { 

  .header-search {
/*     margin-right: 0; */
  }
  .user-info.dropdown {
    padding-right:10px;
  }
  .sub-nav,
  .subscribe-print-container {
   float:none!important; 
  }
  .article-page-header {
   margin-bottom:25px!important; 
  }
  .column-wrapper {
    flex-direction: column;
  }
  .footer-title {
    margin-bottom: 30px;
  }
  .tips-and-tricks-footer-column {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .subpage-navigation a {
    font-size:10px;
  }
  .subpage-navigation a span {
    margin-right:2px;
  }
  
  .header-right #query,
  .header-right #query:focus {
    width: 80px;
	}
  
  .site-header .wrapper-inner {
    flex-wrap:wrap;
    justify-content:center;
	}
  .site-header .wrapper-inner > a,
  .site-header .wrapper-inner > div {
    flex:100%;
	}
  #logo_header {
    display: block;
    margin: 0 auto 7px;
	}
  .header-right {
    justify-content: center;
	}
  
}












@media print { 
  
  .print-all-articles-button {
  	display:none;
	}
  
  body {
    height: auto;
  }
  
  .pagebreak {
    page-break-before: always;
  }

  .page-header-username-language-container,
  .mobile-menu-toggle,
  .nav-header,
  .color-bar-submenu,
  .page-top-shadow,
  #sidebar,
  .content-helpful,
  .footer,
  .article-subscribe,
  .printfriendly,
  .breadcrumbs-search-nav { display: none !important; } 
  .page-header {
    margin:0!important;
    padding:20px 0 0!important;
  }
  .breadcrumbs li {
    font-size: 10px;
  }
  .logo-header {
    margin-left:0!important;
  }
  #page-identifier {
    top:0px!important;
    height: auto;
  }
  .hero-wrapper { 
    background-color:#fff!important; 
    background-image:none!important;
  }
  .hero-wrapper .inner-wrapper {
    margin:0!important;
    padding:0!important;
  }
  .hero-title {
    color:#000!important;
    font-size:18px!important;
    text-align:left!important;
  }
  .hero { 
    height:auto!important;
    padding:0!important; 
  }
  .content-section {
    padding-top:0!important; 
  }
  .site-header,
  .subpage-navigation,
  footer {
   display:none!important; 
  }
  main, .article-container {
   padding:0!important; 
  }
  .article-container {
   width:100%!important; 
  }
}


#new_request  {
  margin-top:10px;
}
#new_request .form-field {
  margin-bottom:15px;
}


#new_request .form-field.required::before {
  display:block;
  content:"*";
  color:red;
  float:left;
  margin-right:5px;
}

.new-request-instructions {
  margin: 0;
    font-size: 12px;
    float: right;
    position: relative;
    top: -40px;
}


#new_request label {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:10px;
  display:block;
}
#new_request p {
  font-size:12px;
  margin-bottom:5px;
}

.searchbox-suggestions {
 margin: 0 0 15px; 
}
.searchbox-suggestions li {
  line-height:1.2;
 margin: 0 0 7px; 
}

.searchbox-suggestions ul {
 /*-moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; */
}





/* Custom Logistics Form */


#logisticsForm {
  display:none;
}

#otherForm {
  display:none;
}



#logisticsForm h1 {
  color:#fff;
  font-size:150%;
  margin-top:0px;
  margin-bottom:30px;
  background:#2e3b4d;
  padding:20px 10px;
  text-align: center;
}

#logisticsForm h2 {
  color:#fff;
  font-size:100%;
  padding-bottom:5px;
  margin-top:30px;
  margin-bottom:30px;
  background:#2e3b4d;
  padding:15px 10px;
  text-align: center;
}

#logisticsForm button,
#logisticsForm .submit-form,
#logisticsForm .cancel-form {
  background: transparent;
  border-color: #33bac7;
  padding: 10px 15px;
  transition:all .2s ease;
  cursor: pointer;
  color:#33bac7;
}
#logisticsForm button:hover,
#logisticsForm .submit-form:hover,
#logisticsForm .cancel-form:hover {
  background: #33bac7;
  color:#fff;
}

#logisticsForm small {
  font-size:80%;
  display: block;
  line-height:1.5em;
}

#logisticsForm .text-muted {
  color:#222;
}

#logisticsForm .red {
  color:red;
  font-weight:600;
}

#logisticsForm .required-text {
  text-align:center;
}

#logisticsForm .main-page {
  margin-top:80px;
}

#logisticsForm .page-width-control {
  max-width:800px;
  margin:0px auto;
}

#logisticsForm .form-group-wrapper {
  display:flex;
  flex-wrap: nowrap;
  width:100%;
  align-items: baseline;
}

#logisticsForm .form-group {
  margin:15px 0px;
}

#logisticsForm .form-group .form-group {
  margin:0px;
}

.form-group-wrapper > .form-group {
  flex-grow:1;
  padding-left:20px;
}
#logisticsForm .form-group-wrapper > .form-group:first-of-type {
  padding-left:0px;
}

#logisticsForm .form-group.item-description {
  flex:0 1 70%;
}


#logisticsForm .initial-selector .form-group label {
  font-size:20px;
  font-weight:600;
}

#logisticsForm .form-group label {
  font-size:13px;
  text-transform: uppercase;
  margin-bottom:10px;
  font-weight:600;
  display:block;
}

#logisticsForm .initial-selector {
  margin-bottom:60px;
}

#logisticsForm .initial-selector .form-group {
  display:flex;
  align-items: center;
  justify-content: center;
}
#logisticsForm .initial-selector .form-group:nth-child(1) {
  padding-right:20px;
  justify-content: flex-end;
}
#logisticsForm .initial-selector .form-group:nth-child(2) {
  justify-content: flex-start;
}

#logisticsForm .initial-selector .form-group input {
  width:auto;
  margin-right:10px;
}
#logisticsForm input[type="text"], 
#logisticsForm input[type="number"], 
#logisticsForm input[type="email"], 
#logisticsForm textarea,
#logisticsForm select {
	padding:10px;
	border:1px solid #eee;
	border-radius:5px;
	width:100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-style:normal;
}
#logisticsForm .initial-selector .form-group label {
  margin:0px;
}

#logisticsForm .material-icons {
  font-size: 100%;
  position: relative;
  top: 2px;
  left: -2px;
}





#logisticsForm .invalid-message {
	display:none;
	color: red;
	font-size: 90%;
	margin-top: 18px;
	border: 1px solid red;
	background: #fff2f2;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: 600;
}

#logisticsForm .invalid {
	border:1px solid red;
}
#logisticsForm .valid {
	border:1px solid #33bac7;
}

#logisticsForm .required-message {
	color:red;
	font-size:90%;
	margin-top:10px;
}

#logisticsForm .package-row:first-of-type .remove-form-group,
#logisticsForm .item-row:first-of-type .remove-form-group {
	opacity:0;
}
#logisticsForm .package-row .remove-form-group {
	align-self:center;
	cursor: pointer;
}

#logisticsForm .item-row .remove-form-group {
	align-self:flex-end;
	cursor: pointer;
}

#logisticsForm .your-email-address {
  display:none;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 24px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}