@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v7/IQHow_FEYlDC4Gzy_m8fcoWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-reg.eot' ) format( 'embedded-opentype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-reg.woff' ) format( 'woff' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-reg.ttf' ) format( 'truetype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-reg.otf' ) format( 'opentype' );
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-thin.eot' ) format( 'embedded-opentype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-thin.woff' ) format( 'woff' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-thin.ttf' ) format( 'truetype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-thin.otf' ) format( 'opentype' );
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-sbold.eot' ) format( 'embedded-opentype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-sbold.woff' ) format( 'woff' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-bold.ttf' ) format( 'truetype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-sbold.otf' ) format( 'opentype' );
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova';
	src: url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-bold.eot' ) format( 'embedded-opentype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-bold.woff' ) format( 'woff' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-sbold.ttf' ) format( 'truetype' ), url( '//s3.amazonaws.com/instapage-blog/fonts/proximanova-bold.otf' ) format( 'opentype' );
	font-weight: 800;
	font-style: normal;
}
*,input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	background-color: #ffffff;
}
body {
	color: #1E2E3E;
	font-family: 'Proxima Nova';
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding-bottom: 0;
}
a {
	color: #2289e8;
	font-family: 'Proxima Nova';
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
[dir=rtl] table {
	text-align: right;
}
td,th {
	border-color: #eeeeee;
	border-style: solid;
	padding: 12px;
}
th {
	border-width: 1px 0;
	color: #bebebe;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
}
td {
	border-width: 0 0 1px 0;
}
input,label {
	display: inline-block;
	vertical-align: middle;
}
input[type="checkbox"] + label {
	margin-left: 5px;
}
input,textarea {
	border: 1px solid rgba(0, 0, 0, 0.13);
	border-radius: 2px;
	padding: 10px;
	outline: none;
	vertical-align: middle;
}
textarea {
	height: 100px;
	padding: 7px 10px;
	resize: vertical;
}
textarea,input[type=text] {
	width: 100%;
}
input,textarea,select {
	color: #252525;
}
input::-ms-clear {
	display: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: #cccccc;
}
:-ms-input-placeholder {
	color: #cccccc;
}
::-moz-placeholder {
	color: #cccccc;
}

.form {
	max-width: 100%;
}
.form-field + .form-field {
	margin-top: 25px;
}
.form-field label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.form-field input[type=checkbox] + label {
	margin: 0 0 0 10px;
}
.form-field.required > label:after {
	content: "*";
	color: red;
	margin-left: 2px;
}
.form-field p {
	color: #bebebe;
	font-size: 11px;
}
.form-field input[type=number],.form-field input.datepicker {
	width: 150px;
}
.form form + form,.searchbox {
	margin-top: 25px;
}
.searchbox-suggestions {
	background-color: #fff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	padding: 10px 20px;
}
.searchbox-suggestions li {
	padding: 5px 0;
}
[data-loading="true"] input,[data-loading="true"] textarea {
	background: transparent url(/hc/assets/loader.gif) 99% 50% no-repeat;
	background-size: 16px 16px;
}
.form footer {
	border-top: 1px solid #eeeeee;
	margin-top: 20px;
	padding-top: 30px;
	text-align: right;
	border: none;
	padding: 0;
}
.form footer a {
	color: #cccccc;
	cursor: pointer;
	margin-right: 15px;
}

.nav li,.nav-bordered li,.nav-spaced li {
	display: inline-block;
	font-weight: bold;
}
.nav li a,.nav-bordered li a,.nav-spaced li a {
	font-weight: normal;
}
.nav-bordered li + li {
	border-color: #eeeeee;
	border-style: solid;
	border-width: 0 0 0 1px;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
}
[dir=rtl] .nav-bordered li + li {
	border-width: 0 1px 0 0;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
}
.nav-spaced li + li {
	margin: 0 0 0 40px;
}
[dir=rtl] .nav-spaced li + li {
	margin: 0 40px 0 0;
}

.search-box {
	position: relative;
}
.search-box:before {
	content: "\1F50D";
	font-family: "entypo";
	font-size: 1.25em;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 2.5em;
	z-index: 1;
}
.search-box input {
	line-height: 1.2em;
	font-weight: lighter;
	padding: .75em 2.7em;
	width: 100%;
	-webkit-appearance: none;
}
.search-box input[type="submit"] {
	display: none;
}

.breadcrumbs li {
	color: #29313e;
	display: inline-block;
	font-size: 14px;
	font-family: 'Proxima Nova';
	position: relative;
}
.breadcrumbs li + li:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/breadc-arrows.png');
	margin: 0 25px;
}
.breadcrumbs li a {
	color: #1E2E3E;
}

.label,.request-status {
	border-radius: 20px;
	display: inline-block;
	font-size: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.meta,.meta-group {
	color: #cccccc;
	display: inline-block;
	font-size: 11px;
}
.meta-group * + *:before {
	content: "\2022";
	font-size: 8px;
	margin: 0 10px;
}

.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.share {
	white-space: nowrap;
}
.share li,.share a {
	display: inline-block;
}
.share a {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	vertical-align: middle;
	width: 30px;
}
.share a:before {
	background: #CCC;
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	font-family: "entypo";
	text-align: center;
	width: 100%;
}
.share a:hover {
	text-decoration: none;
}
.share-twitter:before {
	content: "\F309";
}
.share-facebook:before {
	content: "\F30C";
}
.share-linkedin:before {
	content: "\F318";
}
.share-googleplus:before {
	content: "\F30F";
}

.pagination {
	margin: 20px 0;
	text-align: center;
}
.pagination * {
	display: inline-block;
}
.pagination li {
	border: 1px solid #eeeeee;
	float: left;
	margin-left: -1px;
}
[dir=rtl] .pagination li {
	float: right;
}
.pagination a,.pagination span {
	color: inherit;
	font-size: 12px;
	padding: 5px 12px;
}
.pagination-current {
	background-color: #f9f9f9;
	color: #bebebe;
}
.pagination-first {
	border-radius: 3px 0 0 3px;
}
[dir=rtl] .pagination-first {
	border-radius: 0 3px 3px 0;
}
.pagination-last {
	border-radius: 0 3px 3px 0;
}
[dir=rtl] .pagination-last {
	border-radius: 3px 0 0 3px;
}
.main-column .comment-body{
	font-family: 'Proxima Nova';
	font-size: 14px;
	font-style: normal;
	color: #29313e;
	clear:both;
}
.markdown {
	word-wrap: break-word;
	line-height: 1.7;
}
.markdown img {
	max-width: 100%;
}
.markdown ul,.markdown ol {
	list-style-position: inside;
	padding: 0 15px;
}
.markdown ul {
	list-style-type: disc;
}
.markdown ol {
	list-style-type: decimal;
}
.markdown pre {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre-wrap;
}
.markdown blockquote {
	border-left: 1px solid #eeeeee;
	color: #bebebe;
	font-style: italic;
	padding: 0 15px;
}

main {
	display: block;
	margin: 25px auto 0;
	padding: 0;
	width: 100%;
	margin-top: 0;
	overflow: hidden;
}
p {
	margin-top: 0;
}
.section-area h1 {
	text-transform: capitalize;
}

.sub-nav {
	margin-bottom: 55px;
	height: 62px;
	line-height: 62px;
	background: #fff;
	padding: 0 20px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
	display: block;
	overflow: hidden;
}
.sub-nav form {
	display: none;
}
.page-header {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	min-height: 50px;
	padding-bottom: 15px;
}
.page-header > * {
	display: table-cell;
	vertical-align: middle;
}
.page-header > *:first-child {
	width: 100%;
}
.page-header + p {
	color: #bebebe;
	margin: -15px 0 20px 0;
}
.page-header h1 {
	font-size: 20px;
	font-weight: 400;
}
.header-inner,.footer-inner {
	margin: 0 auto;
	padding: 0 20px;
	width: 980px;
}
.homePage .header {	
	padding-top: 25px;
	background: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/header-banner.jpg') no-repeat;
	background-size: cover;
}
.insidePage .header{
	height: 380px;
}

.header h2{
	display: none;
}
.logo {
	float: left;
}
.user-nav {
	margin: 12px auto;
	padding: 0 20px;
	width: 980px;
}
.user-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.user-nav > a {
	border-left: 1px solid #ECECEC;
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	float: right;
	font-size: 12px;
	line-height: 33px;
	margin-left: 15px;
	padding-left: 15px;
}
.user-nav > a.login {
	font-size: 13px;
	margin-left: 30px;
	padding: 0 15px;
}
.user-nav > a.my-activities {
	border: 0;
}
.user-info {
	display: block;
	float: right;
	margin-left: 0;
}
.language-selector {
	display: inline-block;
}
.user-avatar {
	left: 0;
	max-height: 20px;
	position: relative;
	top: -1px;
}
button,[role=button],[type=button],[type=submit] {
	background: transparent;
	border: 1px solid #D1D1D1;
	border: 1px solid rgba(0, 0, 0, 0.17);
	border-radius: 2px;
	box-shadow: inset 0 -2px #F6F6F6;
	box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
	color: #252525;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	height: 33px;
	line-height: 31px;
	padding: 0 10px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
input[type=submit][disabled] {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity: 0.4;
}
a[role="button"]:hover {
	text-decoration: none;
}

button,[role=button],[type=button],[type=submit],#user .dropdown-toggle {
	background: #ffffff;
	background: -webkit-linear-gradient(top, white 0%, #f4f4f4 50%, #ededed 100%);
	background: -moz-linear-gradient(top, white 0%, #f4f4f4 50%, #ededed 100%);
	background: -ms-linear-gradient(top, white 0%, #f4f4f4 50%, #ededed 100%);
	background: -o-linear-gradient(top, white 0%, #f4f4f4 50%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f4f4f4), color-stop(100%, #ededed));
	background: linear-gradient(to bottom, white 0%, #f4f4f4 50%, #ededed 100%);
	border-radius: 3px;
}
#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
	
}
#user .dropdown-toggle:active,
.comment-form-controls input[type=submit]:active,
button:active,
[type=button]:active,
[type=submit]:active {
	background: #eee;
	background: -webkit-linear-gradient(top, whitesmoke 0%, #d5d5d5 100%);
	background: -moz-linear-gradient(top, whitesmoke 0%, #d5d5d5 100%);
	background: -ms-linear-gradient(top, whitesmoke 0%, #d5d5d5 100%);
	background: -o-linear-gradient(top, whitesmoke 0%, #d5d5d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #d5d5d5));
	background: linear-gradient(to bottom, whitesmoke 0%, #d5d5d5 100%);
	border-color: #DDDDDD;
	box-shadow: inset 0 -2px #DDDDDD;
}
.dropdown-toggle {
	display: inline-block;
}
.dropdown-toggle:hover {
	text-decoration: none;
}
.dropdown-toggle:after {
	color: #888;
	content: "";
	font-family: "entypo";
	font-size: 14px;
	margin-left: 5px;
	padding-right: 2px;
}
.section-subscribe .dropdown-toggle,.article-subscribe,.article-unsubscribe {
	background: #fafafa;
	color: #1a74b0;
	border: 0px;
	box-shadow: none;
}
.article-subscribe:hover,.article-unsubscribe:hover {
	box-shadow: none;
}
.topic-follow [role=button],.post-follow [role=button] {
	padding: 0 10px !important;
}

.hero-unit {
	padding: 25px 60px 70px 60px;
}
.help-center-name {
	font-size: 35px;
}

.search {
	display: block;
	float: right;
	line-height: 130px;
	position: relative;
}
.search input[type=search] {
	font-size: 18px;
	padding: 6px 45px 6px 20px;
	width: 450px;
}
.search input[type=text] {
	border-radius: 20px;
	font-size: 18px;
	padding: 6px 45px 6px 20px;
	width: 450px;
}
.search input[type=submit] {
	display: none;
}

.knowledge-base h1 {
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 36px;
}
.knowledge-base:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.community h4 {
	float: right;
	margin: 0;
}
[dir=rtl] .community h4 {
	float: left;
}
.trending-questions + h4 {
	margin-top: 65px;
}
.subtle-wrap {
	margin-top: 15px;
}
.main-column .subtle-wrap{
	margin-bottom: 45px;
}
.community .recent-activity {
	padding: 0;
	width: auto;
}
.community h2 {
	border-bottom: 1px solid #ECECEC;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 12px;
	text-transform: uppercase;
}
.community h2 a {
	font-size: 12px;
	margin-left: 5px;
}
.community h4 a {
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}
.section-tree .section {
	display: inline-block;
	margin: 0 0 30px;
	vertical-align: top;
	width: 49%;
}
.section-tree h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 30px;
}
.section-tree ul,ul.article-list {
	color: #2A94C8;
	font-size: 14px;
	list-style-position: outside;
	list-style-type: disc;
	list-style: none;
	position: relative;
	margin-bottom: 30px;
}
.knowledge-base h4:before,.community h4:before {
	color: #d5d5d5;
	font-family: "entypo";
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.article-list li,.community li {
	margin-bottom: 0;
	padding-right: 30px;
}
.article-list li {
	line-height: 24px;
	padding-right: 0;
	position: relative;
	margin-left: 43px;
	margin-bottom: 12px;
}
.category-list li {
	width: 296px;
	height: 203px;
	background: #333;
	display: block;
	margin-bottom: 25px;
	margin-right: 25px;
	overflow: hidden;
	text-align: center;
	color: #d5d5d5;
	float: left;
	font-weight: normal;
}
.category-list li:nth-child(3n) {
	margin-right: 0;
}
.category-list li a {
	border-bottom: 3px solid #ffffff;
	margin-top: 65px;
	padding: 11px;
}
.category-list li a:hover {
	text-decoration: none;
}
.section h3 a {
	color: inherit;
	font-size: .85em;
	font-weight: normal;
}
.article-promoted span {
	cursor: default;
	margin-right: 5px;
	position: relative;
}
.article-promoted span:before,.article-promoted span:after {
	display: none;
	position: absolute;
}
.article-promoted span:hover:before,.article-promoted span:hover:after {
	display: block;
}
.article-promoted span:before {
	background: #222;
	background: rgba(0, 0, 0, 0.85);
	border-radius: 4px;
	color: #FFF;
	content: attr(data-title);
	left: -10px;
	margin-top: 5px;
	padding: 3px 10px;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}
.article-promoted span:after {
	border-bottom: 5px solid #222;
	border-bottom: 5px solid rgba(0, 0, 0, 0.85);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
}
.category-description,.section-description {
	display:none;
}
.section-subscribe,.section-unsubscribe {
	float: right;
	margin-top: 5px;
}
.category-list a,.section-list a {
	color: inherit;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
}

.article-header h1 {
	text-transform: capitalize;
}
.article-author {
	font-weight: bold;
}
.article-metadata {
	float: left;
	padding-left: 55px;
	position: relative;
}
.article-avatar {
	left: 0;
	position: absolute;
	top: 0;
}
.article-avatar img {
	max-height: 38px;
	max-width: 38px;
}
.article-updated {
	color: #8E8E8E;
	font-size: 12px;
	margin-top: 5px;
}
.article-subscribe,.article-unsubscribe {
	float: right;
}
.article-sidebar {
	margin-top: 0;
	color: #fff;
	font-family: 'Proxima Nova';
	font-size: 16px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}
.article-sidebar h3 {
	border-bottom: 0;
	font-size: 20px;
	margin-top: 0;
	text-transform: none;
	font-family: 'Montserrat';
	font-weight: normal;
	color: #0d1a2b;
	position: relative;
	line-height: 20px;
	margin-bottom: 15px;
}
.article-body,.section-area .article-list {
	margin-top: 6px;
}
.article-body {
	font-size: 17px;
	line-height: 20px;
	word-wrap: break-word;
	font-family: 'Proxima Nova';
	color: #29313e;
}
.article-body img {
	border: 1px solid #ECECEC;
	border: 1px solid rgba(0, 0, 0, 0.07);
	height: auto;
	max-width: 100%;
	padding: 3px;
}
.article-body pre {
	background: #FBFBFB;
	background: rgba(0, 0, 0, 0.02);
	border: 1px solid #ECECEC;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	padding: 10px 15px;
	overflow: auto;
	white-space: pre-wrap;
}
.article-body blockquote {
	border-left: 1px solid #ECECEC;
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	color: #8E8E8E;
	font-style: italic;
	margin: 20px 0;
	padding-left: 20px;
}
.article-body ul,.article-body ol {
	margin: 20px 0 20px 20px;
	list-style-position: outside;
}
.article-body li > ul,.article-body li > ol {
	margin: 0 0 0 20px;
}
.article-body ul {
	list-style-type: disc;
}
.article-body ol {
	list-style-type: decimal;
}
.article-body li {
	margin-left: 20px;
}
.article-body table {
	table-layout: fixed;
}
.article-footer .share {
	float: right;
}
.article-vote {
	float: left;
	position: relative;
}
.article-vote-count {
	position: absolute;
	left: 100%;
	margin-left: 93px;
	top: 4px;
	width: 300px;
	line-height: 22px;
	font-family: 'Proxima Nova';
	font-size: 14px;
	color: #a3a0a0;
}
.article-vote small {
	color: #bbced5;
	display: block;
}
.article-vote a:hover {
	text-decoration: none;
}
.article-vote-controls {
	position: absolute;
	right: -80px;
	top: -2px;
}
.article-vote-up,.article-vote-down {
	color: inherit;
	border: none;
	box-shadow: none;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.article-vote-up{	
	background: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/thumbs-up.png') no-repeat;	
	margin-top: -7px;
}
.article-vote-down{
	background: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/vote2.png') no-repeat;	
	margin-top: 8px;
}
.article-vote-up:hover,
.article-vote-up.article-voted{
	background: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/vote1.png') no-repeat;
}
.article-vote-down.article-voted{
	background: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/thumbs-down.png') no-repeat;
}
/*
.article-vote-up:before {
	color: #fafafa;
	content: "\1f44d";
}
.article-vote-down:before {
	color: #fafafa;
	content: "\1f44e";
}
*/
.article-more-questions {
	margin-bottom: 0px;
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #29313e;
}
.article-comments {
	margin-top: 50px;
}
.article-comments .subtle-wrap {
	padding: 0;
	border: none;
}
.recent-articles li,.related-articles li {
	margin-bottom: 5px;
}

input[type=checkbox] + label {
	display: inline-block;
	margin-left: 5px;
}

.comment,.comment-form {
	position: relative;
	padding-bottom: 7px !important;
	display: table;
	table-layout: fixed;
	width: 100%;
	font-style: italic;
	font-size: 0.9em;
}
.comment-avatar img {
	border-radius: 3px;
	max-width: 65px;
	max-height: 65px;
}
.main-column {
	float: left;
	width: 672px;
	background: #fff;
	position: relative;
	margin-right: 20px;
	padding-bottom: 60px;
}
.side-column {
	float: none;
	width: 298px;
}
.visibility-internal-icon:before {
	content: "\1F512";
	display: inline-block;
	font-family: "entypo";
	text-align: center;
	width: 13px;
}
.article-promoted span,.visibility-internal {
	cursor: default;
	position: relative;
}
.article-promoted span:before,.article-promoted span:after,.visibility-internal:before,.visibility-internal:after {
	display: none;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
}
.article-promoted span:before,.visibility-internal:before {
	background: #222;
	border-radius: 3px;
	color: #FFF;
	content: attr(data-title);
	font-family: sans-serif;
	left: -10px;
	margin-top: 5px;
	padding: 3px 10px;
	text-transform: none;
	top: 100%;
	white-space: nowrap;
	z-index: 1;
}
.article-promoted span:after,.visibility-internal:after {
	border-bottom: 5px solid #222;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	width: 0;
}
.article-promoted span:hover:before,.article-promoted span:hover:after,.visibility-internal:hover:before,.visibility-internal:hover:after {
	display: block;
}
.article-body td {
	border-width: 1px;
}

.comment-list {
	margin-bottom: 25px;
}
.comment-list > * {
	border-bottom: none;
	padding: 25px 0;
}
.comment-list > *:first-child {
	border-top: none;
}
.comment-sorter {
	float: right;
}
.comment-sorter a {
	color: #999;
	text-decoration: none;
	padding-left: 20px;
}
[dir=rtl] .comment-sorter {
	float: left;
}
[dir=rtl] .comment-sorter a {
	padding-left: 0;
	padding-right: 20px;
}
.comment-sorter [aria-selected=true] {
	font-weight: bold;
	color: #333;
}
.comment > *,.comment-form > * {
	display: table-cell;
	vertical-align: top;
}
.comment-vote,.comment-bookmark {
	text-align: center;
	width: 50px;
}
.comment-bookmark:before {
	color: #77a500;
	content: "\1F516";
	font-family: "entypo";
	font-size: 23px;
	line-height: 1.1;
}
.comment-avatar {
	position: relative;
	width: 85px;
}
.comment-avatar-agent:after {
	background-color: transparent;
	background-image: url(/hc/assets/agent-marker.png);
	background-image: url(/hc/assets/agent-marker.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	content: " ";
	height: 15px;
	left: 55px;
	position: absolute;
	top: 55px;
	width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
	left: auto;
	right: 55px;
}
.comment-header {
	margin-bottom: 15px;
	overflow: hidden;
}
.main-column .comment-author a{
	color: #0d1a2b;
	font-family: 'Montserrat';
	font-size: 18px;
	font-style: normal;
}
.comment-published,.comment-pending,.comment-official {
	border: 1px solid transparent;
	float: right;
	font-size: 11px;
	padding: 1px 5px;
}
[dir=rtl] .comment-published,[dir=rtl] .comment-pending,[dir=rtl] .comment-official {
	float: left;
}
.comment-published {
	color: #bebebe;
}
.comment-published:before {
	content: " ";
	display: inline-block;
	width: 5px;
}
.comment-pending,.comment-official {
	border-color: currentcolor;
	border-radius: 2px;
}
.comment-pending {
	color: #eec100;
}
.comment-official {
	color: #77a500;
}
.comment-form textarea {
	border-radius: 2px;
	border-width: 1px;
	border: 2px solid #dbdbdb;
}
.comment-attachments {
	border: 1px solid #dddddd;
	margin-top: -1px;
	padding: 10px;
}
.comment-form-controls {
	display: none;
	margin-top: 10px;
	text-align: right;
}
[dir=rtl] .comment-form-controls input[type=submit] {
	margin-left: 0;
	margin-right: 15px;
}
.comment-screencasts,.comment-mark-as-solved {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
[dir=rtl] .comment-screencasts,[dir=rtl] .comment-mark-as-solved {
	margin-left: 20px;
}
.comment-actions {
	float: right;
	color: #999999;
}
[dir=rtl] .comment-actions {
	float: left;
}
.comment-actions .dropdown-toggle:before {
	content: "\2699";
	font-size: 11px;
	font-family: "entypo";
}
.attachment-list,.screencast-list {
	font-size: 11px;
	margin-top: 25px;
}
.attachment-list span,.screencast-list span {
	color: #999999;
}
[dir=rtl] .attachment-list span,[dir=rtl] .screencast-list span {
	direction: rtl;
	unicode-bidi: bidi-override;
}
.attachment-list li,.screencast-list li {
	margin-bottom: 10px;
}
.attachment-list li:before,.screencast-list li:before {
	background: #f9f9f9;
	border-radius: 3px;
	color: #bbb;
	font-family: "entypo";
	margin-right: 5px;
	padding: 5px;
}
.attachment-list li:before {
	content: "\1F4CE";
}
.screencast-list li:before {
	content: "\1F4BB";
}
.my-activities-header {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 25px;
	padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
	color: black;
	font-size: 20px;
	font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child,.my-activities-header .breadcrumbs li:before {
	display: none;
}
.my-activities-nav {
	margin-bottom: 100px;
}
.my-activities-sub-nav {
	margin-bottom: 15px;
}
.request-table-toolbar {
	background: #f9f9f9;
	display: table;
	padding: 8px;
	width: 100%;
}
.request-table-filters {
	display: table-cell;
	text-align: right;
}
[dir=rtl] .request-table-filters {
	text-align: left;
}
.request-table-filters label:before {
	content: " ";
	width: 25px;
	display: inline-block;
}
.requests-search {
	border-radius: 20px;
	outline: none;
	padding: 6px 15px;
}
.request-id {
	color: #bebebe;
}
.request-details {
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	font-size: 12px;
	margin: 0 0 30px;
	padding: 15px 20px;
}
.request-details dt ~ dt {
	font-weight: bold;
	margin-top: 15px;
}
.request-details dd {
	margin: 2px 0 0;
	word-wrap: break-word;
}
.request-details dd ul {
	margin: 10px 0;
}
.request-details dd li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 0 3px 0;
}
.request-details .nested-field-tag:before {
	content: " > ";
}
.request-details .nested-field-tag:first-child:before {
	content: "";
}
.request-status {
	color: #FFF;
	border-radius: 3px;
}
.request-open {
	background: #59BBE0;
}
.request-answered {
	background: #F5CA00;
}
.request-solved {
	background: #828282;
}

.community-heading {
	font-size: 18px;
	margin: 0;
	width: 100%;
}

.community-nav {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 25px;
	padding: 0;
	border: none;
}
.community-nav li {
	display: inline-block;
	font-weight: bold;
	padding-right: 30px;
}
.community-nav li a {
	font-weight: normal;
}
[dir=rtl] .community-nav li:last-child {
	float: left;
}
.community-nav li:last-child a:before {
	content: "";
	font-family: "entypo";
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
}
[dir=rtl] .community-nav li:last-child a:before {
	margin-right: 0;
	margin-left: 10px;
}

.community-sub-nav {
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
	position: relative;
	width: 800px;
}
.community-sub-nav li {
	display: inline-block;
	font-weight: bold;
	padding-right: 15px;
}
.community-sub-nav li a {
	font-weight: normal;
}
.community-sub-nav li + li {
	padding-left: 15px;
}
.community-sub-nav .topic-add {
	position: absolute;
	right: 0;
	top: 10px;
}

.topic {
	display: inline-block;
	width: 49.5%;
	padding: 20px 30px 20px 0;
	vertical-align: top;
}
.topic-header,.question-header {
	border-bottom: 1px solid #eeeeee;
	display: table;
	padding-bottom: 10px;
	border: none;
}
.topic-header > *,.question-header > * {
	display: table-cell;
	vertical-align: middle;
}
.topic-header .topic-meta,.question-header .question-meta {
	padding: 0 15px;
	white-space: nowrap;
}
.topic-heading,.question-heading,.answer-list-heading {
	font-weight: bold;
	font-size: 13px;
	width: 100%;
}
.topic-heading {
	font-size: 18px;
}
.topic-questions {
	margin-top: 18px;
}
.topic-description {
	word-break: break-word;
}
.question,.answer {
	border-bottom: 1px solid #e1e1e1;
	padding: 0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.question-form .nesty-input {
	max-width: none;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
}
.question-avatar,.answer-avatar {
	display: table-cell;
	margin-right: 10px;
	min-width: 50px;
	position: relative;
	vertical-align: top;
}
.question-avatar-agent:after,.answer-avatar-agent:after {
	background-color: transparent;
	background-image: url("https://s3.amazonaws.com/instapage-help/img/icons/agent-hat.png");
	background-repeat: no-repeat;
	background-size: 14px;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 25px;
	top: 0;
	content: " ";
}
.question-avatar img,.answer-avatar img {
	border-radius: 100%;
	max-height: 38px;
	max-width: 38px;
	width: 55px;
	height: 55px;
}
.question-body,.answer-body,.answer-official-body {
	display: table-cell;
	vertical-align: top;
	width: 850px;
}
.question-body .answer-official-body {
	vertical-align: top;
	width: 100%;
}
.question-body p,.answer-body p,.answer-official-body p {
	margin: 0 0 5px;
}
.question-body .question-meta,.answer-body .answer-meta,.answer-official-body .answer-meta {
	float: left;
}
.question .answer {
	border: none;
	padding-bottom: 0;
}
.question-topic-list {
	margin: -20px 0 30px;
}
.question-topic-list li {
	display: inline-block;
	margin: 10px 10px 0 0;
}
.question-topic-list a {
	background: #f6f6f6;
	background: rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	color: #cccccc;
	display: inline-block;
	font-size: 11px;
	padding: 7px 15px;
}
.question-title,.topic-title {
	margin: -3px 0 5px;
	font-size: 15px;
}
.question-title a,.topic-title a {
	font-weight: lighter;
}
.question-meta,.answer-meta,.topic-meta {
	color: #cccccc;
	font-size: 11px;
}
.topic-meta span + span:before,.question-meta span + span:before,.answer-meta span + span:before {
	content: "\2022";
	font-size: 10px;
	margin: 0 10px;
}
.answer-form {
	margin: 0;
	background: #fff;
	width: 100%;
	padding: 20px;
}
.answer-form-controls {
	display: none;
	margin-top: 10px;
	text-align: right;
}
.answer-form-controls input[type=submit] {
	margin-left: 15px;
}
.answer-form-controls .pull-left {
	float: left;
}
.answer-official-heading {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px;
	border-bottom: 0px;
}
.answer-list-heading {
	border-bottom: 1px solid #eeeeee;
	margin-top: 30px;
	padding-bottom: 20px;
}
.pending-moderation-answer-badge {
	clear: both;
	border-style: solid;
	border-width: 1px;
	border-color: #c7aa2b;
	color: #c7aa2b;
	padding: 3px 5px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
}
.question-share,.answer-share {
	position: relative;
}
.related-questions-header {
	border-bottom: 1px solid #eeeeee;
}
.related-questions-heading {
	margin-top: 3px;
}
.related-questions li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.vote {
	display: table-cell;
	margin-left: 15px;
	margin-right: 10px;
	min-width: 60px;
	vertical-align: top;
}
.vote-sum,.vote-controls {
	display: inline-block;
	vertical-align: middle;
}
.vote-sum {
	font-size: 15px;
	font-weight: bold;
	min-width: 15px;
	padding-left: 10px;
	text-align: left;
	padding: 0;
	font-style: normal;
}
.vote-controls {
	border-radius: 5px;
}
.vote-controls a {
	background: #fff;
	border-color: #f6f6f6;
	box-shadow: none;
	color: #bebebe;
	display: block;
	font-family: "entypo";
	font-size: 13px;
	height: 24px;
	line-height: 18px;
	padding: 0 6px;
	border-radius: 0;
	border: 2px solid #199cd8;
	width: 26px;
}
.vote-up {
	border-radius: 5px 5px 0 0;
}
.vote-down {
	border-radius: 0 0 5px 5px;
	border-top: 0;
}
.vote-up:before {
	content: "\E763";
	text-align: center;
	margin-left: 2px;
	margin-top: 2px;
	position: absolute;
	color: #199cd8;
	font-weight: bolder;
}
.vote-down:before {
	content: "\E760";
	position: absolute;
	margin-left: 2px;
	top: 2px;
	color: #199cd8;
	font-weight: bolder;
}
.vote-controls:hover {
	box-shadow: 0 0 0;
}
.vote-controls:hover a {
	background: #FFF;
	border-color: #199cd8;
	color: #BBB;
}
.vote-controls a:hover,.vote-controls [aria-selected=true] {
	background: #199cd8;
	color: #199cd8;
	box-shadow: 0 0 0;
	border-color: #199cd8;
}
.vote-controls a:active {
	background: #CCC;
	color: #111;
}

.answer-accept {
	color: #BBB;
	font-size: 15px;
	max-width: 15px;
	overflow: hidden;
	padding-top: 7px;
	position: absolute;
	white-space: nowrap;
	text-indent: -9999px;
}
.answer-accept:hover {
	text-decoration: none;
}
.answer-accept:before {
	content: "\2713";
	font-family: "entypo";
	margin-right: 5px;
}
.answer-accepted .answer-accept,.answer-accepted .vote-sum {
	color: green;
}

.topic-controls,.question-controls,.answer-controls {
	float: right;
	font-size: 11px;
}
.topic-edit:before,.question-delete:before,.question-mark-as-spam:before,.answer-delete:before,.answer-mark-as-spam:before {
	color: #cccccc;
	content: "\2022";
	font-size: 10px;
	margin-left: -16px;
	margin: 0 8px;
	pointer-events: none;
	position: relative;
	display: inline-block;
}

.share-label {
	cursor: pointer;
}
.share-label + .share {
	background: #FFF;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	left: 50%;
	line-height: 70px;
	margin: 10px 0 0 -75px;
	position: absolute;
	text-align: center;
	top: 100%;
	white-space: nowrap;
	width: 175px;
	z-index: 1;
}
.share-label + .share:before,.share-label + .share:after {
	content: "";
	display: inline-block;
	left: 50%;
	position: absolute;
}
.share-label + .share:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-left: 7px solid transparent;
	margin-left: -6px;
}
.share-label + .share:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #FFF;
	border-left: 6px solid transparent;
	margin-left: -5px;
}
.share-label[aria-selected="true"] {
	color: #111;
}
.share-label[aria-selected="true"] + .share {
	display: block;
}
.share-label[aria-selected="false"] + .share {
	display: none;
}
body.community-enabled .search-results-column {
	display: inline-block;
	vertical-align: top;
	width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
	margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
	margin-left: 0;
	margin-right: 35px;
}
.search-results-subheading {
	padding-bottom: 10px;	
	color: #29313e;
	font-size: 32px;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 30px;	
	margin-left: 40px;
}
.search-results-subheading-link {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}
.search-results-list {
	margin-bottom: 25px;
}
.search-results-list > * {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 0;
}
.search-results-list > *:first-child {
	border-top: 1px solid #eeeeee;
}
.search-result-link {
	font-size: 16px;
}
.search-result-description,.search-result-meta {
	padding-top: 16px;
}
.search-result-meta-name,.search-result-meta-time,.search-result-meta-count {
	font-size: 12px;
	color: #bebebe;
}
.search-result-meta-time:before,.search-result-meta-count:before {
	display: inline-block;
	padding-right: 5px;
	content: '\2022';
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.search-result-votes {
	background: #A8D119;
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	margin-left: 5px;
	padding: 4px 5px;
	position: relative;
	top: -2px;
}
.search-result-votes:before {
	content: "\1F44D";
	font-family: "entypo";
	margin-right: 3px;
}
.chat {
	background: #f6f6f6;
	border: 1px solid #E0E0E0;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	font-size: 13px;
	line-height: 35px;
	padding: 0 15px;
	position: fixed;
	right: 85px;
	-webkit-transition: bottom .5s ease-in, color .5s ease-in;
	-moz-transition: bottom .5s ease-in, color .5s ease-in;
	-ms-transition: bottom .5s ease-in, color .5s ease-in;
	-o-transition: bottom .5s ease-in, color .5s ease-in;
	transition: bottom .5s ease-in, color .5s ease-in;
}
.chat:before {
	content: "\E720";
	font-family: "entypo";
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
}
.chat:hover {
	text-decoration: none;
}
.chat-available {
	bottom: 0;
}
.chat-unavailable {
	color: gray;
	cursor: default !important;
	bottom: -50px;
}
.error-page {
	margin: 0 auto;
	max-width: 500px;
	padding-top: 5%;
}
.error-page h1 {
	font-size: 52px;
	margin-bottom: 0;
}
.error-page h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
.error-page > a {
	display: block;
	margin-top: 25px;
}
.recent-activity {
	background: none;
	border-radius: 0;
	padding: 0;
	width: 100%;
	margin: 0;
}
.recent-activity-header {
	margin-top: 0;
	font-size: 15px;
}
.recent-activity-item ~ .recent-activity-item {
	margin-top: 15px;
}
.recent-activity-item-parent {
	color: #1565c0;
	font-size: 14px;
	text-decoration: none;
	display: inline;
	font-family: 'Proxima Nova';
	margin-left: 6px;
}
.recent-activity-item-parent:hover {
	text-decoration: underline;
}
.recent-activity-item-link {
	display: block;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #0d1a2b;
	position: relative;
	margin-left: 43px;
	margin-bottom: 5px;
}
.recent-activity-item-meta {
	font-size: 12px;
	color: #999999;
	margin-left: 23px;
}
.recent-activity-item-time {
	display: inline-block;
	font-size: 14px;
	font-family: 'Proxima Nova';
	color: #0d1a2b;
	margin-left: 20px;
}
.recent-activity-item-comment {
	display: none;
}
.recent-activity-item-comment:before {
	display: inline-block;
	content: "\2022";
}
.recent-activity-item-comment span:before {
	font-family: "entypo";
	content: "\00a0\00a0\e718";
	display: inline-block;
	vertical-align: middle;
	padding-right: 3px;
}
[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
	display: inline-block;
}
.recent-activity-controls,.recent-activity-loader {
	padding-top: 20px;
	font-size: 12px;
}
.recent-activity-loader {
	display: none !important;
	position: relative;
}
.recent-activity-loader:before {
	display: block;
	position: absolute;
	content: "\0020";
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
	animation: recent-activity-loader 0.5s infinite;
	-webkit-animation: recent-activity-loader 0.5s infinite;
}

@keyframes recent-activity-loader {
	0% {
		left: 0;
	}
	100% {
		left: 100%;
	}
}


@keyframes recent-activity-loader {
	0% {
		left: 0;
	}
	100% {
		left: 100%;
	}
}

.main-menu {
	float: right;
	width: 70%;
	margin-top: 4px;
}
.main-menu > ul > li {
	float: right;
	padding-left: 9px;
	margin-left: 9px;
	border-left: none;
	padding: 0;
	margin: 0;
	border: none;
	margin-right: 9px;
	position: relative;
}
.main-menu > ul > li:first-child {
	padding: 0;
	border: none;
	margin: 0;
}
.main-menu > ul > li:last-child {
	border: none;
}
.main-menu > ul > li a {
	color: #fff;
	font-size: 16px;
	font-family: 'Proxima Nova';
}
.homePage .header {
	background-position-y: 0;
}
.homePage .header h2{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 900px;
	font-family: 'Montserrat';
	font-size: 40px;
	font-weight: normal;
	margin-top: 225px;
}
.header .searhbar-header {
	margin-top: 110px;
}
.insidePage .header .searhbar-header{
	margin-top: 200px;
}
.homePage .header .searhbar-header {
	margin-top: 70px;
}
.article-sidebar h3 span {
	border-bottom: 0 !important;
	border-bottom: 2px solid #fff;
	padding-bottom: 7px;
}
span.wysiwyg-font-size-medium {
	font-size: medium !important;
}
.article-body,.article-body span.wysiwyg-font-size-medium,.article-body p {
	font-family: 'Proxima Nova';
	font-size: 18px !important;
	color: #29313e;
	line-height: 30px !important;
}
.main-column .support-box a {
	color: #fff;
	text-decoration: underline;
}
.main-column .support-box a:hover {
	text-decoration: none;
}
.standard-button {
	background: #58c778;
	color: #fff !important;
	text-transform: uppercase;
	border: 1px solid #4cd974;
	border-radius: 5px;
	padding: 0 40px;
	text-align: center;
	line-height: 50px;
	font-family: 'Proxima Nova';
	font-size: 18px;
	height: 50px;
	display: inline-block;
}
.standard-button:hover {
	background-color: #2a94c8;
	border-color: #2a94c8;
	text-decoration: none !important;
}
code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 0.91em !important;
	line-height: normal !important;
}
.article-body p {
	margin-bottom: 35px;
	font-size: 16px;
}
.category-tree .category .articleContainer .section {
	min-height: 320px;
	width: 277px;	
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 40px;
}
.category-tree .category.activeCategory{
	margin-bottom: 0;
}
.activeCategory .articleContainer .section{
	margin-right: 79px;
}
.activeCategory .articleContainer .section.nomargin{
	margin-right: 0px;
}
body.communityPage {
	background: #f6f6f6;
}
body.communityPage main[role=main] {
	margin-top: 70px;
	margin-bottom: 100px;
	width: 980px !important;
}
.category-page .section-tree .section {
	min-height: 420px !important;
	width: 485px;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
	background: #fff;
    border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
    border-bottom-color: #cdd0d4;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}
.community-enabled {
	background: #fff;
}
.community-enabled main {
	margin: 0 auto;
	width: 980px !important;
	overflow: visible;
	padding: 70px 0;
}
.insidePage.community-enabled main{
	padding: 0;
}
.new_community_post input[type=submit] {
	background: #58c778;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 0;
	border: 1px solid #4cd974;
	border-radius: 2px;
	width: 194px;
	padding: 0;
	text-align: center;
	line-height: 56px;
	font-family: 'Montserrat';
	font-size: 16px;
	height: 56px;
}
.new_community_post input[type=submit]:hover {
	background-color: #2a94c8;
	border-color: #2a94c8;
}
.vote-controls a:first-child {
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.vote-controls:hover a[aria-selected=true] {
	background: #199cd8;
}
a.vote-up:hover:before,a[aria-selected=true]:before,a.vote-down:hover:before {
	color: #fff;
}
.question-votes {
	color: #2A94C8 !important;
	font-weight: bold;
}
.community-enabled .HCarticleContainer {
	padding-top: 40px; /* just changed */
	padding-bottom: 70px;
}
.answer-controls .dropdown-toggle {
	width: 35px;
	height: 35px;
	background: url(//p6.zdassets.com/hc/theme_assets/212657/200091267/settings.png) no-repeat center center;
	background-size: 100%;
}
.fa-ul li .fa-youtube {
	line-height: 34px;
}
.answers {
	display: table;
	background: #fff;
	padding: 20px;
	margin: 0;
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #29313e;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,.embed-container object,.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.logo .svg {
	width: 154px;
	height: 35px;
}
.footerLogo .svg {
	width: 210px;
}
.logo .svg path{
	fill: #fff;
}
.logo .svg .cls-1{
	opacity: 1;
}
.logo a {
	overflow: hidden;
	display: block;
}
.answer {
	width: 850px;
	background: #fff;
	padding: 20px 0;
	margin: 0;
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #29313e;
}

@media only screen and (max-width: 640px) {

	.header,body {
		width: 980px !important;
	}
}
/*
.main-menu > ul > li:after {
	content: " | ";
	color: #939393;
	font-size: 16px;
	margin-left: 9px;
}
*/
.main-menu > ul > li.button-login:after {
	content: " ";
	margin: 0;
}
#user.user-info button,#user.user-info[role=button],#user.user-info[type=button],#user.user-info[type=submit],#user.user-info .dropdown-toggle {
	background: transparent;
	border: none;
	box-shadow: 0 0 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Proxima Nova';
	height: auto;
	line-height: 25px;
}
#user-avatar {
	display: none;
}
#user-name {
	font-weight: bold;
}
.header h2 {
	margin-top: 150px;
	color: #fff;
	
	font-size: 35px;
	margin-bottom: 24px;
}
.header h1 {	
	font-size: 55px;
	color: #fff;
	line-height: normal;
	text-transform: none;
}
.searhbar-header {
	width: 500px;
	background-color: rgba(30, 46, 62, .5);
	border-radius: 5px;
	height: 105px;
	overflow: hidden;
	margin-top: 70px;
	margin: 0 auto;
    display: block;
}
.searhbar-header input[type=search] {	
	height: 60px;
	padding: 0 20px 0 65px;
	line-height: 60px;
	width: 480px;
	margin-right: 20px;
	float: left;
	color: #bcced6;
	font-size: 16px;
	font-family: 'Proxima Nova';
}
.searhbar-header input[type=submit] {
	display: none;
}
.searhbar-header .search {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}
.headingscategory h1 {
	font-family: 'Montserrat';
	font-size: 40px;
	color: #0d1a2b;
	line-height: 30px;
	margin: 0;
	margin-bottom: 25px;
	text-align: center;
	font-weight: normal;
}
.headingscategory h2 {
	font-family: 'Proxima Nova';
	font-size: 20px;
	color: #0d1a2b;
	text-align: center;
	margin: 0;
	font-weight: normal;
}
.headingscategory {
	display: block;
	overflow: hidden;
	margin-bottom: 53px;
}

* {
	box-sizing: border-box;
}

.category-tree {
	position: relative;
	text-align: center;
}
.category-tree .category {
	margin-right: 79px;
	margin-bottom: 77px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}
.category-tree .category.itemNo-6{
	margin-bottom: 0;
}
.category-tree .category:nth-child(3n),.category-tree .category:last-child {
	margin-right: 0;
}
.category-tree .category .categoryBox {
	z-index: 2;
	position: relative;
	width: 275px;
	height: 200px;
	cursor: pointer;
	transition: box-shadow .2s ease-in;
	-webkit-transition: box-shadow .2s ease-in;
	-moz-transition: box-shadow .2s ease-in;
	-ms-transition: box-shadow .2s ease-in;
	-o-transition: box-shadow .2s ease-in;
	border: 1px solid #eaebed;
	border-bottom-color: #cdd0d4;
	border-top-color: #f7f8f8;
}
.category-tree .category h2.categoryTitle {
	padding-top: 140px;
	margin: 0;
}
.category-tree .category h2 a {	
	font-size: 20px;
}
.category-tree .category h2.categoryTitle a {
	color: #0d1a2b;
	font-family: 'Montserrat';
	font-size: 18px;
	pointer-events: none;
}
.category-tree .category h2.categoryTitle a:hover {
	text-decoration: none;
}
.category-tree .category:hover .categoryBox,
.category-tree .category.activeCategory .categoryBox {
	border: none;
	-webkit-box-shadow: 0px 2px 9px 0px rgba(224,226,228,0.88);
	-moz-box-shadow: 0px 2px 9px 0px rgba(224,226,228,0.88);
	box-shadow: 0px 2px 9px 0px rgba(224,226,228,0.88);
}
.category-tree .category .iconbg {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -40px;
	background-repeat: no-repeat;
	background-position: top left;
}
.category-tree .category:first-child .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/1.png');
	width: 85px;
	height: 59px;
}
.category-tree .category:nth-child(2) .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/2.png');
	width: 69px;
	height: 78px;
}
.category-tree .category:nth-child(3) .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/3.png');
	width: 77px;
	height: 72px;
}
.category-tree .category:nth-child(4) .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/4.png');
	width: 76px;
	height: 77px;
}
.category-tree .category:nth-child(5) .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/5.png');
	width: 77px;
	height: 77px;
}
.category-tree .category:nth-child(6) .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/6.png');
	width: 90px;
	height: 60px;
}
.category-tree .category:nth-child(7) .iconbg {
	background-image: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/7.png');
	width: 77px;
	height: 60px;
}
.category-tree .category .articleContainer {
	position: absolute;
	z-index: 1;
	margin-top: 60px;
	color: #29313e;
	text-align: left;
	left: 0;
	right: 0;
	min-height: 400px;
	-webkit-transform: translate3d(0, -150%, 0);
	-moz-transform: translate3d(0, -150%, 0);
	-ms-transform: translate3d(0, -150%, 0);
	-o-transform: translate3d(0, -150%, 0);
	transform: translate3d(0, -150%, 0);
	opacity: 0;
	-webkit-transition: opacity 0s 0s;
	-moz-transition: opacity 0s 0s;
	-ms-transition: opacity 0s 0s;
	-o-transition: opacity 0s 0s;
	transition: opacity 0s 0s;
	display: none;
}
.category-tree .category.activeCategory .articleContainer {
	display: block;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d (0, 0, 0);
	-webkit-transition: transform .1s ease-in-out, opacity .2s .1s;
	-moz-transition: transform .1s ease-in-out, opacity .2s .1s;
	-ms-transition: transform .1s ease-in-out, opacity .2s .1s;
	-o-transition: transform .1s ease-in-out, opacity .2s .1s;
	transition: transform .1s ease-in-out, opacity .2s .1s;
}

.category-tree .category .articleContainer ul li {
	list-style: none;
}
.category-tree .category .articleContainer h2.categoryTitle {
	margin: 0;
	margin-bottom: 20px;
	position: relative;
	padding: 0;
}
.category-tree .category .articleContainer h2.categoryTitle a {
	color: #0d1a2b;
}

.category-tree .category .articleContainer .section h3 {
	margin-bottom: 25px;
	margin-top: 0;
}
.category-tree .category .articleContainer .section h3 a {	
	font-weight: 500;
	font-size: 18px;
	color: #0d1a2b;
}

.article-list li:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/Layer_5.png');
	margin-left: -43px;
	position: absolute;
	margin-top: 5px;
}
.section-page .article-list li:before{
	margin-top: 0px;
}
.article-list li a {
	color: #29313e;	
	font-size: 18px;
	line-height: 31px;;
}
.container {
	margin: 0 auto 0;	
	width: 990px;
	position: relative;
}
.articlesSection {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 0 0 100px 0;
}
.articlesSection .container {
	padding-bottom: 10px;
}
.articlesSection .halfBox {
	width: 370px;
	float: right;
}
.articlesSection .halfBox.first {
	float: left;
}
.articlesSection .halfBox h3 {
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 24px;
	color: #0d1a2b;
	margin: 0;
	position: relative;
	padding: 0;
	display: inline-block;
	margin-bottom: 50px;
	text-transform: capitalize;
}
.recent-activity-controls a,.data-recent-activity-seemore,.articlesSection .halfBox .promoted-articles > h3,.recent-activity-header {
	display: none;
}
.recent-activity-item-link:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/Layer_5.png');
	margin-left: -43px;
	margin-top: 3px;
	position: absolute;
}
.recent-activity-item {
	margin-bottom: 20px;
}
.button-login {
	font-family: 'Proxima Nova';
	color: #fff;
	font-size: 16px;
}
.button-login i {
}
//float: left;
	display: inline;
	margin-right: 6px;
}
.button-login .user-info {
}
//float: left;
	display: inline;
	padding: 0;
    margin: 0;
}
#user.user-info .dropdown-toggle {
	padding: 0;
	margin: 0;
}
.videoSection {
	background: url('https://s3.amazonaws.com/instapage-help/img/videosectionbg.jpg');
	background-size: cover;
	padding: 90px 0 100px 0;
}
h3.Sectiontitle {	
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
.videoSection h3{
	margin-bottom: 27px;
}
.videoSection h5{
	text-align: center;
	font-family: 'Proxima Nova';
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.videoBox {
	background: #fff;
	width: 940px;
	height: 389px;
	display: block;
	padding: 30px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.3);
}
.videoButton {
	position: absolute;
	right: 72px;
	bottom: 30px;
	width: 211px;
	height: 41px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #1e88e5;
	letter-spacing: 1px;
	line-height: 41px;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: normal;
	border-radius: 3px;
	transition: 0.2s all;
}
.videoButton:hover {
	text-decoration: none;
	background-color: #187ed8;
}
.preFooterSection {
	background: #0d1a2b;
	clear:both;
	overflow: hidden;
	
	padding: 100px 0 100px 0;
}
.preFooterSection h3.Sectiontitle {
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 27px;
	line-height: 40px;
}
.preFooterSection h5 {
	margin: 0;
	font-family: 'Proxima Nova';
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 75px;
}
.FooterSection {
	background: #fff;
	padding: 75px 0 65px 0;
}
.copyright {
	margin: 0;
	padding: 0;
	color: #29313e;
	font-family: 'Proxima Nova';
	font-size: 15px;
	font-weight: normal;
}
.videoIframe {
	float: left;
	margin-right: 40px;
	display: inline-block;
}
.videoarticlesBox {
	float: left;
	display: inline-block;
	width: 250px;
	overflow: hidden;
}
.videoList li {
	position: relative;
	text-align: left;
	margin-bottom: 16px;
	height: 23px;
}
.videoList li a.video-link{
	font-size: 18px;	
	color: #0d1a2b;
	display: inline-block;
/*	margin-left: 48px; */
}
.videoList li.current-vid a.video-link{
	color: #0d1a2b;
}
.videoList .svg{
	width: 23px;
	height: 23px;
	display: inline-block;
    float: left;
	margin-top: 0px;
	margin-right: 15px;
}
.videoList .svg path{
	fill: #bbced7;
}
/*
.videoList li:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/play-btn.png');
	margin-left: 0px;
	margin-top: 3px;
	position: absolute;
}
*/
/*
.videoList li.current-vid:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/play-btn-hov.png');
	margin-left: 0px;
	margin-top: 3px;
	position: absolute;
}
*/
.videoList li.current-vid .svg path{
	fill: #1e88e5;
}
.videoList li a:hover .svg path{
	fill: #1e88e5;
}
.videoList li a.video-link:hover{
	text-decoration: none;
	color: #1e88e5;
}
.copyrightSection .container {
	padding: 0;
	margin: 0 auto;
}
.copyrightSection h6 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Proxima Nova';
}
.halfBox {
	width: 50%;
	float: left;
}
.FooterSection .halfBox p {
	color: #29313e;
	font-family: 'Proxima Nova';
	font-size: 18px;
	margin-bottom: 50px;
}
.powered-by {
	display: none;
}
.contactBox {
	width: 277px;
	margin-right: 79px;
	float: left;
	display: inline-block;
	background: #1e88e5;
	height: 81px;
	border-radius: 3px;
}
.contactBox figure {
	width: 50px;
	height: 81px;
	display: inline-block;
	overflow: hidden;
	float: left;	
	margin: 0;
	margin-right: 18px;
	padding-top: 15px;
}
.contactBox a {	
	color: #fff;
	font-size: 18px;
	line-height: normal;
	margin-top: 16px;
	display: inline-block;
}
.contactBox.boxtwo a{
	margin-top: 0px;
	line-height: 81px;
}
.contactBox a:hover{
	text-decoration: none;
}
.contactBox .svg {
	display: inline-block;
	float: left;
}
.contactBox.boxone .svg {
	width: 50px;
	height: 51px;
}
.contactBox.boxtwo .svg {
	width: 50px;
	height: 43px;
}
.contactBox.boxthree .svg {
	width: 50px;
	height: 50px;
}
.contactBox.boxtwo .svg .cls-3{
	opacity: 1;
}
.contactBox.boxtwo .svg .cls-1{
	fill: #fff;
}
.contactBox.boxthree {
	margin-right: 0px;
	float: right;
}
.insideBox{
	display: block;
	width: 190px;
	margin: 0 auto;
}
.contactBox.boxthree .insideBox{
	width: 150px;
}
.contactBox.boxone .insideBox{
	width: 165px;
}
.fa {
	color: #fff;
}
.fa-ul li {
	float: left;
}
.fa-ul li a:hover {
	text-decoration: none;
}
.fa-ul li i {
	color: #bbced5;
	font-size: 24px;
	border-radius: 50%;
	border: 2px solid #bbced5;
	margin-left: 13px;
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 39px;
}
.fa-ul li:hover i {
	color: #fff;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	background: #1e88e5;
	border-color: #1e88e5;
}
.halfBox .footerLogo {
	float: right;
	margin-bottom: 30px;
}
.fa-ul {
	display: inline-block;
	float: right;
}
.footerMenu{
	margin-bottom: 95px;
}
.footerMenu a {
	font-family: 'Proxima Nova';
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #242f3f;
	margin-right: 20px;
	float: left;
	transition: 0.2s all;
    letter-spacing: 1px;
}
.footerMenu a:hover{
	text-decoration: none;	
}
.footerMenu a:after{
	color: #fff;
    content: '';
    display: block;
    margin: auto;
    height: 2px;
	margin-top: 10px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.footerMenu a:hover:after{
	width: 100%;
    background: #1e88e5;
}
.HCarticleContainer {	
	padding-top: 70px;
}
.sub-nav li {
	line-height: 62px;
}
.sub-nav li a {
	font-family: 'Proxima Nova';
	color: #0d1a2b;
	font-size: 14px;
}
.breadcrumbs li:first-child {
	margin-left: 55px;
}
.breadcrumbs li:first-child:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/home-breadcrumbs.png');
	position: absolute;
	margin-left: -55px;
	margin-top: 3px;
}
.article-header h1,h1.article-title,h1.topic-heading {
	font-family: 'Montserrat';
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	position: relative;
	color: #0d1a2b;
	margin-bottom: 30px;
	width: 620px;
	text-transform: none;
	margin-top: 0px;
	
}
.communityPage .clearfix > h1 {	
	font-weight: normal;
	font-size: 32px;
	line-height: 47px;
	position: relative;
	color: #29313e;
	margin-bottom: 37px;
	width: 620px;
	text-transform: none;
}
h1.topic-heading {
	font-weight: normal;
	margin-top: 0px;
}
.article-header h1 span,h1.article-title span,h1.topic-heading span,.communityPage .clearfix > h1 span {
	
}
.community,.section-tree, {
	background: none;	
	margin-top: 0;	
}
.subtle-wrap{
	border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
	padding: 20px;
	margin-top: 0;	
    border-bottom-color: #cdd0d4;
}
.HCarticleContainer .container {
	padding-top: 0;
	overflow: visible;
	margin-top: 0;
}
.article-vote-question {
	font-family: 'Proxima Nova';
	font-size: 14px;
	color: #29313e;
	line-height: 30px;
}
.support-box {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 25px 20px 25px 105px;
	background: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/Icon.png') no-repeat 20px center #2a94c8;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(214,214,214,0.95);
	-moz-box-shadow: 3px 3px 5px 0px rgba(214,214,214,0.95);
	box-shadow: 3px 3px 5px 0px rgba(214,214,214,0.95);
	margin-bottom: 25px;
}
body .support-box p {
	color: #fff;
	font-family: 'Proxima Nova';
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
.article-more-questions a {
	color: #2a94c8;
}
.article-comments h2 {
	font-family: 'Montserrat';
	font-size: 24px;
	color: #0d1a2b;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: normal;
}
code, kbd, pre, samp{
	font-family: 'Proxima Nova' !important;
	font-size: 1em !important;
}
.comment-form-controls input[type=submit],.main-column input[type=submit] {
	background: #1e88e5;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 0;
	border: 1px solid #4cd974;
	border-radius: 3px;
	width: 100%;
	padding: 0;
	text-align: center;
	line-height: 50px;
	font-family: 'Montserrat';
	font-size: 18px;
	height: 50px;
}
.main-column a {
	color: #1e88e5;
}
.article-sidebar section {
	background: #fff;
	color: #29313e;
	margin: 0;
	padding: 20px;
	margin-bottom: 35px;
	border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
    border-bottom-color: #cdd0d4;
}
.recent-articles{
	line-height: 24px;
	font-size: 14px;
}
#sidebar {
	float: left;
	width: 298px;
	min-height: 500px;
	display: block;
}
.article-header h1 span {
}
.article-sidebar li a {
	color: #29313e;
	font-family: 'Proxima Nova';
	font-size: 14px;
	line-height: 20px;
	margin-left: 7px;
}
.article-sidebar li {
	margin-bottom: 12px;
	margin-left: 22px;
	position: relative;
}
.article-sidebar li:last-child{
	margin-bottom: 0px;
}
.article-sidebar li:before {
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/article-small-icon.png');
	margin-left: -24px;
	margin-top: 2px;
	position: absolute;
}
.article-sidebar a.sidebar-button {
	font-family: 'Montserrat';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	background: #1e88e5;
	border-radius: 3px;
	width: 120px;
	line-height: 33px;
	height: 33px;
}
.article-sidebar a.sidebar-button:hover {
	text-decoration: none;
	background: #187ed8;;
	color: #fff;
}
.article-sidebar.fixed-sidebar {
	position: fixed;
	top: 20px;
	margin-top: 0;
}
.main-column input[type="text"],.main-column input[type="email"],.main-column textarea {
	border: 2px solid #dbdbdb;
	border-radius: 2px;
}
.main-column input[type="text"],.main-column input[type="email"] {
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	display: block;
}
.main-column label {
	color: #29313e;
	font-size: 18px;
	font-family: 'Proxima Nova';
}
.container.search-page {
	margin-top: 0;
}
.search-results-heading {
	font-family: 'Montserrat';
	color: #29313e;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
	text-transform: lowercase;
}
.search-results-subheading.subh-0:before {
	position: absolute;
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/kb.png');
	margin-top: 3px;
	margin-left: -40px;
}
.search-results-subheading.subh-1 {
	margin-left: 60px;
}
.search-results-subheading.subh-1:before {
	position: absolute;
	content: url('//p6.zdassets.com/hc/theme_assets/212657/200091267/community.png');
	margin-top: 3px;
	margin-left: -60px;
}
.search-result {
	width: 460px;
	padding: 20px;
	margin-bottom: 25px;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(168,168,168,0.1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(168,168,168,0.1);
	box-shadow: 0px 1px 2px 1px rgba(168,168,168,0.1);
}
.search-result > a {
	color: #0d1a2b;
	font-family: 'Montserrat';
	font-size: 24px;
}
.search-result > a:hover{
	text-decoration: none;
}
.search-result-meta {
	padding-top: 5px;
	font-family: 'Proxima Nova';
	font-size: 12px;
	color: #a3a0a0;
}
.search-result-description {
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #29313e;
}
.category-page .section-tree .section.section-margin {
	margin-right: 20px;
}
.category-page .section-tree .section.no-bottom-margin{
	margin-bottom: 0;
	padding-bottom: 0;
}
.category-page .section-tree .section .article-list li a {
	font-family: 'Proxima Nova';
	font-size: 18px;
	color: #29313e;
}
.category-page .section-tree .section h3 a {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: normal;
	color: #0d1a2b;
	margin-bottom: 25px;
	display: block;
}
.category-page .section-tree .section .see-all-articles {
	background: #1e88e5;
	height: 41px;
	width: 245px;
	line-height: 41px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	display: inline-block;
	position: relative;
	font-family: 'Montserrat';
	font-size: 16px;
	
}
.category-page .section-tree .section .see-all-articles:hover {
	color: #fff;
	text-decoration: none;
	background: #187ed8;
}
.section-page .section-tree {
	background: #fff;
	padding: 0 20px;
}
.community-enabled .HCarticleContainer main,.community-enabled .HCarticleContainer .container {
	padding-top: 0;
}
.homePage main {
	padding-top: 100px;
}
.homePage .container {
	margin-top: 0;
}
h4.community-heading {
	line-height: 50px;
	margin: 0;
	padding: 0;
	font-family: 'Proxima Nova';
	font-size: 20px;
	color: #29313e;
}
.community-nav li a[role=button] {
	box-shadow: 0 0 0;
	background: url('https://s3.amazonaws.com/instapage-help/img/icons/pencil.png') no-repeat 17px center #58c778;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: 'Proxima Nova';
	height: 31px;
	line-height: 31px;
	border: 1px solid #4cd974;
	padding: 0 20px 0 30px;
	border-radius: 4px;
}
.community-nav li a[role=button]:hover {
	background-color: #2a94c8;
	border-color: #2a94c8;
}
.communityPage .main-column {
	width: 100%;
	background: none;
	padding: 0;
	box-shadow: 0 0 0;
	margin: 0;
}
.comment-form-controls input[type=submit], 
.main-column input[type=submit]{
	font-style: normal;
	border: none;
}
.comment-form-controls input[type=submit]:hover,.main-column input[type=submit]:hover {
	background: #187ed8;
	border: none;	
}
.question-list {
	background: #fff;
	padding: 20px;
}
.question:last-child,.answer:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.question-title a {
	
	color: #29313e;
	font-size: 20px;
}
.question-title a:hover {
	text-decoration: none;
}
.topic-unsubscribe {
	display: none;
}
.question-author a,.question-published,.question-votes,.question-answers {
	color: #a3a0a0;
}
.question-heading,.question-header .question-meta,.question-unsubscribe,.question-topic-list {
	display: none;
}
ul.question-list .question {
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.question {
	background: #fff;
	padding: 20px;
	margin: 0;
	font-family: 'Proxima Nova';
	font-size: 16px;
	color: #29313e;
}
.question-title {
	
	color: #29313e;
	font-size: 20px;
}
.answer.clearfix {
	padding: 20px;
}
.answers .answer:last-child {
	padding-top: 20px;
}
.topic-list .topic {
	width: 460px;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
	background: #fff;
	-webkit-box-shadow: 3px 3px 7px 0px rgba(214,214,214,0.45);
	-moz-box-shadow: 3px 3px 7px 0px rgba(214,214,214,0.45);
	box-shadow: 3px 3px 7px 0px rgba(214,214,214,0.45);
}
.topic-list .topic:nth-child(2n+1) {
	margin-right: 16px;
}
.topic-list .topic > h3 a {
	color: #2A94C8;
	font-size: 20px;
}
.article-body h1,.article-body h2,.article-body h3,.article-body h4,.article-body h5,.article-body h6 {
	font-family: 'Proxima Nova';
	margin-top: 35px;
	margin-bottom: 20px;
}
.article-body h1 {
	font-size: 30px;
	font-weight: 700;
}
.article-body h2 {
	font-size: 26px;
	font-weight: 700;
}
.article-body h3 {
	font-size: 24px;
	font-weight: 700;
}
.article-body h4 {
	font-size: 22px;
	font-weight: 700;
}
.article-body h5 {
	font-size: 20px;
	font-weight: 700;
}
.article-body h6 {
	font-size: 18px;
	font-weight: 700;
}
.button-login .login {
	background: transparent;
	border: 2px solid #d4d7da;
	margin-top: -3px;
	border-radius: 5px;
	width: 100px;
	padding: 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	box-sizing: border-box;
}
.button-login .login:hover {
	border: 2px solid #d4d7da;
	box-shadow: 0 0 0;
}
.button-login i {
	display: inline;
	margin-right: 6px;
}

.form-page{
	border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
    padding: 38px;
    margin-top: 0;
    border-bottom-color: #cdd0d4;
}
.main-column input[type="text"], .main-column input[type="email"], .main-column textarea{
	border: none;
	border-bottom: 1px solid #dde4ea;
}
/* ====== Community pages ====== */
.community-nav li{
	float: left;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #0d1a2b;
	padding-right: 25px;
	border: none;
}
.community-nav li a{
	font-weight: bold;
	color: #1e88e5;
	font-family: 'Montserrat';
	font-size: 18px;
}
.community-nav li + li{
	padding-left: 25px;
}

.page-header{
	border: none;
}

.post-to-community a[role=button]{
	box-shadow: none;
	background: url(//p6.zdassets.com/hc/theme_assets/212657/200091267/pen-icon.png) 25px center no-repeat;
	background-color: #1e88e5;
	color: #fff;
	width: 173px;
	background-size: 16px 16px;
	padding-left: 50px;
	height: 45px;
	line-height: 45px;
	font-family: 'Montserrat';
	font-size: 16px;
	text-transform: uppercase;
	border: none;
}
.topic-list{
	border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
    padding: 70px 80px 70px 100px;
    margin-top: 0;
	overflow: hidden;
    border-bottom-color: #cdd0d4;
}
.topic-list li a{
	font-family: 'Montserrat';
	font-size: 24px;
	color: #0d1a2b;
	
}
.topic-list li{
	clear: both;
	margin-bottom: 130px;
	overflow: hidden;	
}
.topic-list li:last-child{
	margin-bottom: 0;
}
.topic-list li p{
	display: none;
}
.topic-list li h3{
	float: left;	
	margin: 0;
	padding: 0;
}
.meta, .meta-group{
	float: right;
	margin-top: 5px;
	color: #bbced5;
	font-family: 'Proxima Nova';
	font-size: 20px;
}
.meta-group * + *:before{
	content: "";
	margin: 0;
}
.meta-group span{
	margin-right: 8px;
}
.main-column #new_request label{
	font-family: 'Proxima Nova';
	color: #90a4ae;
	font-size: 12px;
	margin-bottom: 0;
}
.main-column #new_request input{
	font-size: 14px;
	font-family: 'Proxima Nova';
	color: #37475a;
	height: 40px;
	padding: 0;
	line-height: 40px;
}
.main-column #new_request .form-field{
	margin-bottom: 40px;
}
.main-column #new_request input[type=submit]{
	color: #fff;
	line-height: 50px;
    font-family: 'Montserrat';
    font-size: 18px;
    height: 50px;
}
.main-column #new_request input[type="text"]:focus,
.main-column #new_request input[type="text"]:active,
.main-column #new_request textarea:active,
.main-column #new_request textarea:focus{
	border-bottom: 1px solid #1e88e5;
	-webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
}
.post-overview-info{
	clear: both;
}
.post-overview-info a{
	font-family: 'Montserrat';
	color: #0d1a2b;
	font-size: 24px;
	margin-bottom: 25px;
	clear: both;
	display: block;
}
.meta-group{
	clear: both;
	float: none;
	display: inline-block;
}
.post-overview span{
	clear: both;
	float: none;
}
.post-overview .meta-group{
	font-size: 18px;
	font-family: 'Proxima Nova';
	font-weight: normal;
}
.topic-list .meta-group{
	float: right;
	clear: none;
}
.post-overview{
	margin-bottom: 75px;
}
.meta-group span{
	margin-right: 50px;
}
.post-overview-status{
	display: none;
}
.post-overview-count{
	color: #bbced5;
	font-size: 18px;
	font-family: 'Proxima Nova';
	margin-right: 50px;
}
.main-column .post{
	border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
	border-bottom-color: #cdd0d4;
	padding: 70px 80px 70px 100px;
	margin-bottom: 47px;
}
.post-vote{
	float: left;
	margin-left: -50px;
}
.post-share,
.post-follow{
	display: none;
}
.contactBox.boxone:hover,
.contactBox.boxtwo:hover,
.contactBox.boxthree:hover{
	cursor: pointer;
}
.contactBox{
	overflow: hidden;
	position: relative;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}
.contactBox.activeRipple{
	background: #1778cd;
}
.contactBox:hover{
	background: #1778cd;
}
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
	display: block; 
	position: absolute;
	background: hsl(208, 80%, 45%);
	border-radius: 100%;
	transform: scale(0);
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {opacity: 0; transform: scale(2.5);}
}

.comment-avatar img{
	border-radius: 100%;
	width: 50px;
	height: 50px;
	
}
.comment-author{
	float: left;
}
.comment-published{
	float: left;
	font-style: normal;
	color: #bbced5;
	font-size: 14px;
	font-family: 'Proxima Nova';
}
.support-box{
	background-color: #1e88e5;
	
}
.search-result-meta{
	color: #bbced5;
	font-size: 14px;
}
.search-result-meta a{
	color: #2289e8;
}
.search-result-meta a:first-child{
	color: #bbced5;
}
.search-result-meta time{
	clear: both;
}
.search-result-meta time:after {
    clear: both;
    float: none;
    display: block;
    content: " ";
}
.main-column.full-width{
	width: 100%;
	padding: 0;
	float: none;
	margin: 0;
	clear: both;
}
.main-column .post{
	padding: 45px 40px 25px 40px;
	overflow: hidden;
}
.post-vote{
	display: inline-block;
	float: left;
	margin: 0;
	width: 85px;
	height: 80px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}
.vote-up, .vote-down{
	height: 36px;
	width: 35px;
	border: 1px solid #e3e4e7;
	border-top-color: #f5f5f6;
	border-bottom-color: #f5f5f6;	
	right: 0;
	display: block;
	margin-left: 30px;
	position: relative;
}
.vote-up:before{
	content: url(//p6.zdassets.com/hc/theme_assets/212657/200091267/vt-up.png);
	margin-left: 7px;
    margin-top: 7px;
}
.vote-down:before{
	content: url(//p6.zdassets.com/hc/theme_assets/212657/200091267/vt-dw.png);
	margin-left: 7px;
    margin-top: 7px;
}
.vote-up{
	top: 0;
}
.vote-down{
	bottom: 0;
}
.vote-sum{
	font-size: 24px;
	color: #c2d3d9;
	font-family: 'Montserrat';
	position: absolute;
	font-weight: normal;
	left: 0px;
	top: 17px;
}
.post-avatar img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.15);
}
.post-avatar{
	margin-right: 30px;
	float: left;
}
.full-width .post-header{
	float: left;
	display: block;
	width: 85%;
}
.content-body.post-body{
	clear: both;
	margin-left: 105px;
	font-family: 'Proxima Nova';
	font-size: 18px;
	color: #29313e;
	line-height: 30px;
	margin-bottom: 80px;
}
.post-header h1{
	margin: 0;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #0d1a2b;
	font-weight: normal;
}
.post-meta{
	margin-left: 105px;
}
.post-meta .post-author{
	float: left;
	margin-right: 10px;
}
.post-meta .post-published.meta{
	float: left;
	font-size: 14px;
	margin: 0;
}
.post-meta .post-author a{
	font-family: 'Proxima Nova';
	font-size: 14px;
	color: #bbced5;
	font-weight: normal;
}
.post-overview-count:nth-child(3){
	color: #2289e8;
}
.post-status{
	display: none;
}
.comment-vote.vote{
	display: inline-block;
    float: left;
    margin: 0;
    width: 63px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
}
.comment-vote .vote-up, .comment-vote .vote-down{
	margin-left: 27px;
}
.comment-vote .vote-up:before, .comment-vote .vote-down:before{
	margin-left: -9px;
}
.comment-avatar{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 30px;
}
.comment-container{
	float: left;
	width: 80%;
}
.vote-up.vote-voted{
	background: #258ce6;
}
.vote-up.vote-voted:before{
	content: url(//p6.zdassets.com/hc/theme_assets/212657/200091267/w-vt-up.png);
}
.vote-down.vote-voted{
	background: #258ce6;
}
.vote-down.vote-voted:before{
	content: url(//p6.zdassets.com/hc/theme_assets/212657/200091267/w-vt-dw.png);
}
.profile-avatar.profile-avatar-agent{
	width: 250px;
	height: 250px;
	display: inline-block;
	float: left;
}
.profile-avatar.profile-avatar-agent img{
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 100%;
}
.basic-info{
	float: left;
	display: block;
	margin-bottom: 40px;
}
.options{
	float: right;
	display: block;
}
.profile-stats.profile-stats-activity{
	clear: both;
}
.left-side{
	width: 260px;
	display: block;
	float: left;
}
.right-side{
	width: 630px;
	display: block;
	float: left;
	padding-left: 45px;
}
.profile-nav.nav-spaced{
	clear: both;
}
.profile-header{
	width: 100%;
	display: block;
	height: 450px;
	padding: 40px;
	border: 1px solid #eaebed;
    border-top-color: #f7f8f8;
	border-bottom-color: #cdd0d4;
	margin-bottom: 40px;
}
h1.name{
	line-height: normal;
	padding: 0;
	margin: 0;
}
h1.name a{
	font-family: 'Montserrat';
	color: #0d1a2b;
	font-size: 40px;
	font-weight: normal;
}
.new_community_post input[type=submit]{
	box-shadow: none;
	background-color: #1e88e5;
	color: #fff;
	width: 173px;
	background-size: 16px 16px;
	height: 45px;
	line-height: 45px;
	font-family: 'Montserrat';
	font-size: 16px;
	text-transform: uppercase;
	border: none;	
}
.recent-activity-list li:last-child{
	margin-bottom: 0;
}