/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.blog_header{ background-position: center 70%;
        background-size: cover; }
.header-logo-img img.hs-image-widget { width:700px !important; margin-bottom:80px;  }

.blog_header, .menu {
    text-align: center;
}
.menu {
	background-color: #14456a;
	color: #fff;
 font-size:;
}
.single-post.first-post {
	width: 100%;
	padding: 20px 20px 0 20px;
}
.single-post {
	width: 48%;
	display: inline-block;
	margin-bottom: 30px;
	background: #f5f5f5;
	padding:20px 20px 0 20px;
}
.single-post.first-column {
	margin-right: 3.4%;
}
.author-data h2 a {
	color: #000;
}
.post-content {
	padding: 40px 0;
}
.blog_header {
	padding:50px 0 20px;
}
.body-container-wrapper {
	padding-top: 70px;
}
.blog-section .author-data h2 a {
	color: #000;
	font-size: 25px;
	font-family: 'proxima_novasemibold';
	font-weight: normal;
}
.blog-section .author-data, .blog-section .author-section {
	font-size: 15px;
	color: #666666;
	font-family: proxima-nova;
	font-weight: 400;
	margin-bottom: 30px;
    text-transform: capitalize;
}
.blog-section .author-data strong, .blog-section .author-section strong {
	padding: 0 15px;
}
.blog-section .author-link {
	color: #000;
}
.blog-section p {
	font-size: 16px;
	color: #555;
}
.hs-blog-post .post-content {
	padding: 0;
}
.blog-section .social-icons {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
}
.blog-section a.more-link {
	margin: 0;
	vertical-align: middle;
	font-family: 'proxima_novasemibold';
	font-weight: normal;
	text-transform: uppercase;
	height: 41px;
	line-height: 44px;
	padding: 0 25px;
	border-radius: 0;
}
.blog-section h2 {
	font-size: 22px;
	color: #1d94e8;
	margin-bottom: 20px;
    min-height:50px;
}
.blog-section h3 {
	color: #000;
	position: relative;
	font-size: 17px;
	padding-left: 17px;
}
.blog-section h3:before {
	position: absolute;
	content: "\f054";
	left: 0;
	font-family: fontawesome;
	top: -1px;
	font-size: 13px;
	font-weight: 100;
}
.hs-blog-post .blog-section img {
	margin: 20px 0 40px;
}
.blog-section ul {
	padding-left: 25px;
}
.blog-section ul li {
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 15px;
}
.blog-section .single-post.first-post a.more-link {
	padding: 0 25px;
}
.post-footer-section {
	font-size: 13px;
	color: #858484;
	padding-top: 15px;
}
.post-footer-section #hubspot-topic_data {
	margin: 0;
	font-size: 15px;
	color: #000;
}
.post-footer-section .topics {
	display: inline-block;
	vertical-align: middle;
	color: #000; 
}
.post-footer-section .comments {
	display: inline-block;
	color: #000; font-size: 15px;
	vertical-align: middle;
}
.post-footer-section .topic-link {
	color: #858484;
	font-size: 15px;
}
.post-footer-section .comments a {
	font-size: 15px;
}
.post-listing .single-post .author-data h2 a:hover {
	color: #008fd9;
}
.post-footer-section strong {
	padding: 0 15px;
	line-height: 20px;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}
.single-post .post-content {
	padding: 25px 0;
}
.post-listing .single-post .author-data h2 a {
	font-size: 22px;
	transition-property: all;
	transition-timing-function: ease;
	transition-duration: .5s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease;
	-ms-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
	-o-transition-duration: .5s;
}
.post-listing .single-post.first-post .author-data h2 a {
	font-size: 25px;
}
.post-listing .single-post a.more-link {
	padding: 0 16px;
	font-size: 13px;
}
.post-listing .single-post .social-icons {
	width: 67%;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
	margin-right: 0;
}
.post h1 {
	font-size: 25px;
	color: #000;
	font-weight: 600;
}
.hs-blog-social-share {
	font-size: 0;
	line-height: 1px;
	padding: 10px 0 0;
}
.single-post {
	vertical-align: top;
	width: 48%;
}
.blog .blog-sidebar {
	border-left: 1px solid #e5e5e5;
}
.blog-pagination a {
	width: 35px;
	border-radius: 0;
	margin: 0;
	background: none;
	color: #d2d2d2;
}
.blog-pagination .page-numbers li {
	display: inline-block;
	margin: 0 10px 0px 0;
}
.blog-pagination li.current a {
	background: #e09e3d;
	color: #fff;
}
.container-fluid .row-fluid .page-center {
	max-width: 1170px;
	padding: 0 15px;
}
.blog-sidebar .email-subscribe {
	background: #1d94e7;
	color: #fff;
	text-align: center;
	padding: 50px 20px;
	border-radius: 5px;
}
.blog-sidebar .email-subscribe h3 b {
	display: block;
	padding: 5px 0 0;
	font-weight: bold;
	font-size: 28px;
}
.field > label {
	display: none !important;
}
.blog-sidebar .email-subscribe h3 {
	font-weight: 300;
	color: #fff;
	font-size: 23px;
	margin: 0 0 10px 0;
}
.blog-sidebar .email-subscribe .hs-input {
	height: 45px;
	line-height: 45px;
	font-size: 14px !important;
	border: none;
	border-radius: 2px;
}
.blog-sidebar .email-subscribe .hs-button.primary.large {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: 0;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.blog .blog-sidebar .widget-span {
	margin-bottom: 0;
}
.blog .blog-sidebar .post-text {
	background: #f5f5f5;
	padding: 40px 25px;
	border-radius: 5px;
	margin-top: 20px;
}
.post-text h2 {
	font-size: 22px;
	color: #2d2d2e;
	font-weight: bold;
}
.post-text h3 {
	font-size: 17px;
	color: #000;
	font-family: proxima_novasemibold;
	font-weight: normal;
	margin-bottom: 25px;
}
.post-text p {
	font-size: 15px;
	color: #666666;
	font-weight: normal;
}
.post-text ul li {
	padding-bottom: 10px;
}
.post-text ul {
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
.blog .blog-sidebar .hs-error-msgs.inputs-list {
	text-align: left;
}
.blog-sidebar .email-subscribe .hs-error-msgs label {
	font-size: 14px;
}
.blog-sidebar .post-filter {
	background: #1d94e7;
	color: #fff;
	padding: 40px 25px;
	margin-top: 20px;
	border-radius: 5px;
}
.page-numbers {
	display: inline-block;
	padding: 0 !important;
}
.post-filter ul li {
	padding-bottom: 10px;
	color: #fff;
}
.post-filter ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.post-filter ul {
	padding-left: 15px;
	margin-top: 30px;
}
.post-filter h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.filter-expand-link {
	background: #e09e3d;
	color: #fff;
	padding: 10px 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-family: proxima_novasemibold;
	font-weight: normal;
	transition-property: all;
	transition-timing-function: ease;
	transition-duration: .5s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease;
	-ms-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
	-o-transition-duration: .5s;
}
.filter-expand-link:hover {
	color: #fff;
	background: #d78e31;
}
.blog-pagination a.next-posts-link {
	border: 1px solid #1d94e7;
	color: #1d94e7;
}
.blog-pagination a.next-posts-link:hover {
	background: #1d94e7;
	color: #fff;
}
.blog-pagination li a {
	background: #e09e3d;
	color: #fff;
	border: 1px solid #e09e3d;
}
.blog-pagination a:hover {
	border: 1px solid #e09e3d;
}
.blog-pagination a.next-posts-link:hover {
	border: 1px solid #1d94e7;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	font-size: 16px;
	padding: 20px 20px 15px;
	color: #fff;
	text-transform: uppercase;
	white-space: inherit;
	max-width: inherit;
	text-overflow: inherit;
}
.menu ul li {
	padding: 0;
}
.menu {
	font-size: 0;
}
.menu li.active a {
	background: #e09e3d;
}
.post-text h4 {
	color: #1d94e7;
	font-size: 16px;
	font-weight: bold;
}
.addui-Accordion-content li {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	color: #666;
	list-style: none;
	padding-left: 20px;
	z-index: 0;
}
.addui-Accordion-content li:before {
	content: '\f053';
	font-family: 'fontawesome';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	/* Preferred icon size */
	display: inline-block;
	text-rendering: auto;
	position: absolute;
	top: 0;
	right: 16px;
	transition: transform 0.4s;
	-webkit-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	left: 0;
	z-index: -1;
}
.addui-Accordion-content ul ul ul li:before {
	content: '\f0c8';
	font-size: 10px;
}
.addui-Accordion-content a {
	font-size: 16px;
}
.addui-Accordion-content ul ul {
	padding-top: 10px;
}
.addui-Accordion {
	border: 1px solid rgba(0,0,0,0.12);
}
.addui-Accordion-content p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}
.addui-Accordion-content ul ul li:before {
	content: '\f111';
	font-size: 10px;
}
.addui-Accordion-content ul {
	padding-left: 0;
}
.title-background h1 {
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}
.title-background h1::after {
	position: absolute;
	background: #e09e3d;
	left: 0;
	height: 3px;
	content: "";
	bottom: 0;
	width: 80px;
}
.hs-blog-post .blog-section .author h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	margin: 0;
}
.hs-blog-post .blog-section .author .author-link {
	color: #1d94e7;
	font-size: 20px;
	padding-left: 5px;
	font-weight: bold;
}
.hs-blog-post .author-section #hubspot-topic_data {
	margin: 0;
}
.hs-blog-post .blog-section .author-section {
	display: inline-block;
	vertical-align: middle;
}
.hs-blog-post .social-sharing {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 5px;
}
.hs-blog-post .blog-section .topics p {
	font-size: 16px;
	color: #000;
	padding-top: 10px;
}
.hs-blog-post .blog-section .topics p .topic-link {
	color: #878787;
}
#comments-listing > div, #comment-form.new-comments {
	background: url(https://cdn2.hubspot.net/hubfs/2786381/fonts/lines.png);
	background-repeat: no-repeat;
	background-position: center 0;
	border: none;
	background-size: 100%;
	padding-top: 50px;
	height: auto;
}
.comment-from h4 {
	color: #000;
	text-transform: uppercase;
}
.new-comments .hs-input {
	height: 45px;
	border: 1px solid #d3d2d2;
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
.post-filter ul li a:hover {
	text-decoration: underline;
}
.new-comments .hs-error-msgs label {
	color: red;
	font-size: 14px;
	top: -9px;
	position: relative;
}
.new-comments textarea {
	height: 85px;
	resize: none;
}
.new-comments .hs-input[type="checkbox"] {
	height: auto;
}
.new-comments .hs-form fieldset .hs-form-field {
	padding: 0;
	margin-right: 15px;
}
.new-comments .hs-form fieldset .hs-form-field:last-child {
	margin-right: 0;
}
.new-comments .hs-form-booleancheckbox span {
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}
.new-comments .hs-form fieldset.form-columns-2 .hs-form-field {
	width: 49%;
}
.new-comments .hs_submit {
	margin-top: 20px;
}
.new-comments .hs-form fieldset:nth-child(4) {
	float: left;
}
.comment-from, .comment-date {
	display: block !important;
	text-align: left;
}
.comment-body p {
	margin: 0;
}
.comment-body {
	padding: 10px 0;
	display: inline-block;
	line-height: 20px;
}
.new-comments .hs-common-confirm-message {
	background-color: rgba(29,148,231,.1) !important;
	border: 1px solid #1d94e7 !important;
	color: #000 !important;
}
.comment-reply-to {
	float: right;
	color: #666;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
}
.new-comments input[type="submit"] {
	margin-top: 20px;
	font-size: 14px;
	padding: 10px 35px;
	height: auto;
	line-height: 20px;
}
.new-comments .hs_subscribe .hs-form-booleancheckbox label span {
	background: url(https://cdn2.hubspot.net/hubfs/2786381/Blog%20Images/checkboxs.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
.new-comments .hs_subscribe .hs-form-booleancheckbox label input:checked + span {
	background: url(https://cdn2.hubspot.net/hubfs/2786381/Blog%20Images/checkboxs.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.new-comments form.hs-form .hs-input[type="checkbox"] {
	display: none;
}
.container {
	max-width: 1220px;
	margin: 0 auto !important;
	padding: 0 15px;
	float: none !important;
}
.hs-featured-image-wrapper {
    background: #14456a;
    max-height: 260px;
    min-height: 260px;
    overflow: hidden;
}
.hs-featured-image-link > img {
    max-height: 260px;
    max-width: inherit;
    min-height: 260px;
}

p, li, a {
	font-size: 16px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	padding: 0 !important;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	width: 30%;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	width: 70%;
}
.hs-rss-item {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.hs-rss-item.hs-with-featured-image:nth-child(2n) .hs-rss-item-text {
	float: right;
	padding-right: 0;
	padding-left: 20px;
}
.hs-rss-title {
	font-size: 18px;
	text-transform: uppercase;
}
.hs-rss-byline {
	font-size: 14px;
}
.main-content .column-1 {
	width: 31.623931624%;
	margin-bottom: 30px;
	text-align: center;
}
.content-field a {
	padding-top: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.blog-section .post-content .author-link {
	font-size: 15px;
}
.accordion {
	border: 1px solid rgba(0,0,0,0.12);
}
.accordion_header {
	display: block;
	background: #f5f5f5;
	color: rgba(0,0,0,0.87);
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	padding: 16px 40px 16px 16px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	position: relative;
	text-transform: uppercase;
}
.accordion_header::after {
	content: '\f067';
	font-family: 'fontawesome';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0) rotate(0);
	-webkit-transform: translate(0, 0) rotate(0);
	-ms-transform: translate(0, 0) rotate(0);
	-o-transform: translate(0, 0) rotate(0);
	position: absolute;
	top: 16px;
	right: 16px;
	transition: transform .4s;
	-webkit-transition: transform .4s;
	-ms-transition: transform .4s;
	-o-transition: transform .4s;
}
.accordion_group.expanded .accordion_header::after {
	transform: translate(0, 0) rotate(43deg);
	-webkit-transform: translate(0, 0) rotate(43deg);
	-ms-transform: translate(0, 0) rotate(43deg);
	-o-transform: translate(0, 0) rotate(43deg);
}
.accordion_content {
	background: #fff;
	color: #666;
	padding: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	font-size: 16px;
	color: #666;
	line-height: normal;
}
.accordion_content li {
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
	color: #666;
	list-style: none;
	padding-left: 20px;
	z-index: 0;
}
.screenshot-img {
	display: inline-block;
	width: 31.5%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: top;
}
.screenshot-img:nth-child(3n) {
	margin-right: 0;
}
.screenshot-img img {
	margin: 0 auto 5px;
	display: block;
}


/*30-3-2017 webinars*/

.webinar-text h5 {
  color: #000;
  font-size: 22px;
}
.webinar-text p {
  color: #666;
  font-size: 15px;
  margin-bottom: 5px;
}
.webinar-text {
  margin-bottom: 25px;
}
.webinar-title h1 {
  color: #fff;
  font-size: 55px;
  font-weight:700;
  line-height: 70px;
  margin: 0;
  text-transform: uppercase;
}
.stock-invest-text p {
  font-size: 15px;
  font-weight: 400;
}
.webinar-title {
  margin: 0 auto;
  max-width: 825px;
  padding: 80px 0;
  text-align: center;
}
.presented p {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
.presented h3 {
  color: #000;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  max-width: 370px;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}
.webinar-present .presented {
  display: inline-block;
  text-align: center;
  width: 69%;
}
.webinar-present .pre-cta {
  display: inline-block;
  text-align: center;
  width: 30%;
}
.pre-cta .register-now {
  background: #f90e0e none repeat scroll 0 0;
  border: 2px solid #f90e0e;
  border-radius: 3px;
  box-shadow: 0 3px 0 #921c18;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 8px 40px;
   transition: all 1s ease 0s;
   -webkit-transition: all 1s ease 0s;
}
.webinar-present {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  padding: 40px 0;
}
.pre-cta p {
  margin: 0;
}
.stock-invest-text {
  padding-top: 30px;
}
.stock-invest-text span {
  color: #666;
  display: block;
  font-size: 15px;
  padding-bottom: 3px;
}
.stock-invest-text strong {
  color: #000;
  font-size: 18px;
}
.stock-invest-text .click_register {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #2ea3f2;
  border-radius: 3px;
  color: #2ea3f2;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 25px;
   transition: all 1s ease 0s;
   -webkit-transition: all 1s ease 0s;
}
.stock-invest-text .click_register:hover {
  background: #2ea3f2 none repeat scroll 0 0;
  color: #fff;
}
.reg-cta {
  padding: 20px 0;
  text-align: center;
}

.main-stock {
  border-top: 2px solid #ededed;
  padding-top: 20px;
}
.pre-cta .register-now:hover {
  background:transparent;
  box-shadow: none;
}
.upcome-web span .hs_cos_wrapper:first-child .main-stock {
  border: medium none;
  padding: 0;
}
/* webinars end*/






@media (min-width:992px) and (max-width:1230px) {
.single-post.first-column {
	margin-right: 4.5%;
}
.main-content .column-1 {
	width: 31.4%;
}
.post-listing .single-post .social-icons {
	width: auto;
	padding: 10px 0 0 0;
}
.post-listing .single-post a.more-link {
	padding: 0 16px;
	font-size: 13px;
}
.new-comments .hs-form fieldset .hs-form-field {
	margin-right: 12px;
}
/*30-3-2017*/
.webinar-present .presented {
  width: 65%;
}

}
@media (max-width:899px) {
.header-container-wrapper .container {
	padding: 0;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	float: left !important;
}
.header-container.container-fluid .row-fluid .page-center {
	padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	padding: 40px 0 0 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
	display: block !important;
	transition-property: all;
	transition-timing-function: ease;
	transition-duration: .5s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	-webkit-transition-duration: .5s;
	-ms-transition-property: all;
	-ms-transition-timing-function: ease;
	-ms-transition-duration: .5s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
	-o-transition-duration: .5s;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
	background: #e09e3d;
}
.mobile-icon {
	background: #000;
	top: 15px;
	right: 15px;
	width: 45px;
	height: 35px;
	padding: 10px 10px;
	margin: 0;
}
.show-mobile-nav .mobile-icon {
	background: none;
}

.presented h3 {
  font-size: 23px;
}

}
@media (min-width:768px) and (max-width:991px) {
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 18px;
}
.main-content .column-1 {
	width: 31.4%;
}
.new-comments .hs-form fieldset.form-columns-2 .hs-form-field {
	width: auto;
	float: none;
	margin: 0;
}
.post-footer-section strong {
	padding: 0 10px;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
	float: none !important;
}
.single-post {
	width: auto;
}
.single-post .post-image img {
	width: 100%;
}
.single-post.first-column {
	margin-right: 0;
}
.menu ul li a {
	padding: 18px;
}
.blog .blog-sidebar {
	width: 37%;
}
.blog .blog-content {
	width: 60%;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	padding: 0;
	height: auto;
}
/*30-3-2017*/
.pre-cta .register-now {
  font-size: 16px;
  padding: 6px 36px;
}
}
 @media (max-width:767px) {
.main-content .column-1 {
	max-width: 350px;
	margin: 0 auto 50px !important;
	width: auto;
}
.main-content .column-1:nth-child(2n) {
	margin-right: 0;
}
.new-comments .hs-form fieldset.form-columns-2 .hs-form-field {
	width: auto;
	float: none;
	margin: 0;
}
.title-background h1 {
	text-align: center;
	padding-bottom: 20px;
}
.menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	padding: 15px;
}
.title-background h1::after {
	right: 0;
	margin: auto;
}
.post-listing .single-post .social-icons {
	width: auto;
	padding-top: 10px;
	padding-left: 0;
}
.single-post {
	width: 47.1%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	height: auto;
	padding-bottom: 0;
}
.blog .blog-sidebar {
	border-left: none;
	max-width: 400px;
	margin: 0 auto;
}
.main-content .column-1:last-child {
	margin: 0 auto !important;
}
.screenshot-img, .screenshot-img:nth-child(3n) {
	width: 48%;
	margin-right: 2%;
}
.screenshot-img:nth-child(2n) {
	margin-right: 0;
}
/*30-3-2017*/
.webinar-text {
  margin-bottom: 20px;
}
.webinar-title h1 {
  font-size: 47px;
  line-height: 60px;
}
.webinar-present .presented {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.webinar-present .pre-cta {
  display: block;
  width: 100%;
}
.presented p {
  display: block;
  margin-bottom: 6px;
}
.presented h3 {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  padding-left: 0;
  text-align: center;
}
.reg-cta {
  margin: 0;
  text-align: left;
}
.stock-invest-text p {
  margin-bottom: 5px;
}
.webinar-title {
  max-width: 500px;
  padding: 60px 0;
}
.pre-cta .register-now {
  font-size: 16px;
  padding: 6px 34px;
}
}
 @media (max-width:639px) {
.single-post.first-column {
	margin-right: 0;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	width: auto;
	padding: 0;
}
.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	width: auto;
	display: block;
}
.hs-blog-post .social-sharing {
	float: none;
	display: block;
}
.hs-blog-post .blog-section .author-section {
	display: block;
}
.hs-rss-item.hs-with-featured-image:nth-child(2n) .hs-rss-item-text {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.new-comments form.hs-form .form-columns-2 .hs-form-field .hs-input, .new-comments form.hs-form .form-columns-3 .hs-form-field .hs-input {
	width: 100%;
}
.blog-section .author-section {
	margin-bottom: 0;
}
.single-post {
	width: auto;
}
.comment-body {
	display: block;
}
.new-comments .hs-form-booleancheckbox span {
	text-transform: none;
}
.comment-reply-to {
	float: none;
}
.single-post .post-image img {
	width: 100%;
}
.blog-section .social-icons {
	display: block;
}
/*30-3-2017*/
.webinar-title h1 {
  font-size: 35px;
  line-height: 45px;
}
}
 @media (max-width:479px) {
.post h1 {
	font-size: 22px;
}
.body-container-wrapper {
	padding-top: 50px;
}
.addui-Accordion .addui-Accordion-header {
	font-size: 16px;
}
.addui-Accordion-content li, .addui-Accordion-content p {
	font-size: 14px;
}
.post-listing .single-post .author-data h2 a, .post-listing .single-post.first-post .author-data h2 a {
	font-size: 19px;
}
.blog-section .author-data strong, .blog-section .author-section strong {
	padding: 0 10px;
}
.screenshot-img, .screenshot-img:nth-child(3n), .screenshot-img:nth-child(2n) {
	width: 100%;
	margin: 0 auto 20px;
}
.webinar-text p {
  font-size: 14px;
}
.webinar-text h5 {
  font-size: 20px;
}
.webinar-title h1 {
  font-size: 24px;
  line-height: 32px;
}
.webinar-title {
  max-width: 260px;
  padding: 45px 0;
}
.presented h3 {
  font-size: 19px;
  max-width: 280px;
}
.pre-cta .register-now {
  box-shadow: 0 2px 0 #921c18;
  font-size: 14px;
  padding: 4px 20px;
}
.webinar-present {
  padding: 30px 0;
}
.stock-invest-text .click_register {
  font-size: 14px;
  padding: 6px 20px;
}

}
