/*.blog-item-content ul li:after {*/
/*    content: "+";*/
/*    color: #f78012;*/
/*    font-size: 22px;*/
/*    margin: 0 10px;*/
/*    font-weight: 300;*/
/*    margin-top: -6px;*/
/*}*/

.blog-details-wrap ul li:before{
  color: #F58029;
  font-size: 22px;
  content: "+";
  margin: 0 10px;
  font-weight: 300;
  margin-top: -2px;
  position: absolute;
  left: 0;
}

.blog-email-subs input[type=submit] {
  -ms-appearance: :none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  apperance:none;
}
.blog-details-wrap ol {
  counter-reset: item;
  margin-bottom: 44px;
}
.blog-details-wrap ol li {
  color: #5F5F5F;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans';
  font-weight: 400;
  margin-bottom: 25px;
  padding-left: 14px;
  list-style: none;
}
.blog-details-wrap ol li:before {
  content: counter(item) ". ";
  color: #F58029;
  counter-increment: item;
  font-size: 18px;
  font-weight: 600;
  margin-left: -37px;
  padding-right: 17px;
}
.blog-details-wrap ul {
  margin-bottom: 44px;
  padding-left:0;
}
.blog-details-wrap ul li {
  color: #5F5F5F;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans';
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 25px;
  list-style: none;
  position: relative;
}
/*.blog-details-wrap ul li:before {*/
/*    content: '• ';*/
/*    color: #F58029;*/
/*    font-size: 30px;*/
/*    font-weight: 600;*/
/*    margin-left: -37px;*/
/*    padding-right: 17px;*/
/*    line-height: 1px;*/
/*    position: relative;*/
/*    top: 7px;*/
/*}*/
.blog-details-wrap p {
  margin-bottom: 25px;
}

.blog-details-wrap blockquote {
  position: relative; 
  margin-bottom: 53px;
}

.blog-details-wrap blockquote:after {
  content: "";
  background-color: #f58029;
  height: 2px;
  display: block;
  width: 100px;
  margin: auto;
  left: 50%;
  bottom: -30px;
  margin-left: -50px;
  position: absolute;
}

.blog-details-wrap blockquote hr {
  border: none;
  height: 2px;
  width: 100px;
  background: #f58029;
  margin: 43px auto 0;
}
.blog-details-wrap blockquote p.author {
  font-size: 14px;
  font-style: normal;
}
.blog-details-wrap h2 {
  font-weight: 300;
  font-family: 'Open Sans';
  color: #363950;
  position:relative;
  padding-bottom: 21px;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 25px;
}
.blog-details-wrap p.p1 {
  margin-top: -8px;
}
.blog-details-wrap h2:after {
  content: "";
  background-color: #f58029;
  height: 2px;
  display: block;
  width: 100px;
  margin: auto;
  left: 0;
  margin-top: 22px;
  position: absolute;
}
.blog-details-wrap h3 {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #363950;
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 25px;
}
.blog-details-wrap h3:after {
  content: "";
  background-color: #f58029;
  height: 2px;
  display: block;
  width: 100px;
  margin: auto;
  left: 0;
  margin-top: 21px;
  position: absolute;
}
.blog-section-blog-details-wrap {
  padding-top: 59px;
  padding-right: 30px;
  height:auto;
  width:100%;
}

.blog-section-blog-details-wrap table {
  width: 100% !important;
}

.blog-section-blog-details-wrap .hubspot-editable {
  padding-bottom: 45px;
}
.blog-details-wrap table tr td {
  padding: 0 25px;
  vertical-align: top;
  width: 33.3333%;
}
.blog-details-wrap table tr td img {
  margin-bottom: 14px;
}
.blog-details-wrap table tr td h4 {
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
}

/**************Browser by categories**************/
.cust-blog-detail-wrap {
  position:relative;
}
.blog-list-browser {
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  position: relative;
  background-color: white;
  /*max-height: 110px;*/
  height:auto;
  width: 100% !important;
  padding:20px;
  left:0;
  margin: 64px auto 0;
  /*top:64px;*/
}

.current-selected-blog-list {
  display: inline-block;
  float: right;
  padding: 14px 26px 14px 20px;
  border: 1px solid #E7E7E7;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.current-selected-blog-list::after {
  content: '\f0d7';
  font-family: fontawesome;
  position: absolute;
  font-size: 20px;
  color: #f58029;
  right: 3px;
  top: 50%;
  transform: translate(-50%,-50%);
}

.blog-email-subs form.hs-form ul.input-list.hs-error-msgs li {
  margin-top: 9px !important;
}
.category-blog {
  position:relative;
}
.category-blog ul {
  background-color: #2F3238;
  position: absolute;
  right: 20px;
  top: 84px;
  width: 210px;
  padding: 20px;
  border-radius: 5px;
  display: none;
  z-index: 99;
}

.blog-list-browser .all-post p {
  color: #363950;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
}

.current-selected-blog-list p{
  color: #363950;
  font-weight: 700;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}


/************** End Browser by categories**************/

.blog-email-subs {
  position:relative;
  padding-top: 40px;

}

.side-hubl-container {
  position: relative;
}

.blog-email-subs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #F4F8FC;
  height: auto;
  /*min-height: 320px !important;*/
  padding:42px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.category-blog ul {
  background-color: #2F3238;
  position: absolute;
  right: 0px;
  top: 74px;
  width: 210px;
  width:100%;
  padding: 20px;
  border-radius: 5px;
  display: none;
  z-index: 99;
}
.category-blog ul li {
  list-style: none;
  color: #FFFFFF;
}
.category-blog ul li a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Open Sans';

}

.blog-email-subs .hs_cos_wrapper.form-title {
  font-size: 24px;
  font-weight: 300;
  font-family: 'Open Sans';
  line-height: 33px;
  color: #363950;
  padding: 10px;
  text-align: center;
  margin-top: -25px;
}
.blog-email-subs fieldset .hs_firstname label span {
  display:none;
}
.blog-email-subs fieldset .hs_email label span {
  display:none;
}
.blog-email-subs fieldset .hs-error-msgs label {
  font-size: 12px;
  text-align:center;
  padding-top:10px;
  width:100%;
} 
fieldset .form-columns-2 {
  max-width: 100%;
}
.blog-email-subs  .input input[type=text]{
  width: 100% !important;
  min-width: auto;
  min-height: 40px;
  height: auto;
  border: 1px solid #2F3238;
}

.blog-email-subs fieldset .form-columns-2 {
  max-width:100%;
}
.blog-email-subs .input input[type=email]{
  width: 100% !important;
  min-width: auto;
  min-height: 40px;
  height: auto;
  border: 1px solid #2F3238;
  float:left;
  position: relative;
  z-index: 1;
}
.blog-email-subs fieldset {
  position:relative;
  max-width:100% !important
}
.blog-email-subs form .form-columns-2 .hs-form-field input::placeholder {
  color: #5F5F5F !important;
}
.blog-email-subs .actions {
  padding: 0 12px;
}
.blog-email-subs .input {
  display: table;
  width: 100%;
}
.blog-email-subs input[type=submit]{
  font-family: 'Helvetica';
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 20px;
  background-color: #2F3238;
  width:100%;
  max-width: 158px;
  color:white;
  text-transform:uppercase;
  border: 1px solid #2F3238;
  max-width: 100%;
  margin-top: 20px;

}

.blog-email-subs input[type=submit]:hover {
  background-color: #F58029;
  border: 1px solid #F58029;
}

.blog-email-subs form {
  position:relative;

}
.blog-emai-subs #hs_form_target_blog_subscription .submitted-message {
  color: #363950;
}
.blog-email-subs .hs-form fieldset.form-columns-2 .hs-form-field .hs-error-msgs label {
  margin-top:20px;
}
.blog-email-subs ul .hs-error-msgs.inputs-list {
  margin-top:35px;
}
.blog-email-subs .hs-form fieldset.form-columns-2 .hs-form-field{
  float: none;
  padding-top: 10px;
  padding-left: 12px;
  padding-bottom: 10px;
  padding-right: 12px;
  text-align: center;
  width: 100% !important;
}
.blog-email-subs .hs_submit {
  left: 0;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.guide-cont-wrap {
  width: 100%;
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}

.hs-cta-wrapper img {
  width:100%;
  height:auto;
}
.free-guide-images {
  text-align:center;
}
.guide-cont-wrap.p.dept-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 19px;
  font-weight: 400;
}
.text-container-3 p {
  color: #ffffff;
  text-align:center;
  padding-top:10px;

}
.text-container-3 p.dept-text:after {
  content: "";
  background-color: #ffffff;
  height: 2px;
  display: block;
  width: 50px;
  margin: auto;
  margin-top: 10px;
  left: 96px;
}
.text-container-3 h5 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  font-family: 'Open Sans';
  text-align:center;
  padding:12px;
}
.guide-wrapper {
  background-color: #36394F;
  margin: auto;
}
.guide-wrapper p.dept-text {
  position: relative;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;

}
.guide-wrapper {
  padding-top: 101px;
  padding-bottom: 115px;
  position:relative;

}

p.dept-text:after {
  position:relative;

}
.parent-guide-bg {
  background-color: #36394F;
}
.blog-email-subs form fieldset .hs-error-msgs li label {
  margin-left: -14px;
  text-align: center;
  margin-top: 47px !important;
}
.blog-email-subs ul hs-error-msgs {
  margin-top:45px;
}
.guide-wrapper h2 {
  color: #FFFFFF;
  line-height:42px;
  font-size: 47px;
  font-weight: 300;
  line-height: 60px;
  font-family: 'Open Sans';
  padding-top: 33px;
  padding-bottom: 17px;
}
.recent-blog-wrap .hs-featured-image-wrappers .hs-featured-image {
  height:206px !important;
  width: 100%;
  max-width:100%;
  height:auto;
  max-width: 100%;
  object-fit:cover;
  
}
.guide-wrapper p {
  color: #FFFFFF;
}

/*Recent Blog */
.recent-blog-wrap {
  width:100%;
  height: auto;


}
.blog-container-3 .wrap-read {
  padding-bottom: 20px;
} 
.hs-featured-image-wrappers  .hs-featured-image{
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
}
.blog-container-3 {
  width: calc(90% / 3);
  float: left;
  margin: 0 17.5px 40px;
/*   max-height: 622px; */
  background-color: #EBF6F9;
  color: white;
  position: relative;
  height: auto;
  margin-bottom: 153px;
}
.custom-read {
  cursor: pointer;
  text-decoration: none;
  color: #f58029;
  font-size: 14px;
  border: 1px solid #f58029;
  border-radius: 5px;
  position: relative;
  font-weight: 700;
  padding: 8px 15px 8px 53px;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  transition: all ease 1s;

}
.custom-read:before {
  content: "+";
  background-color: #f58029;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  padding: 2px 0;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: 37px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  transition: all ease 1s;
}
.blog-container-3 .custom-read:hover {
  cursor: pointer;
  text-decoration: none;
  color: #F58029;
  font-size: 14px;
  border: 1px solid #36394F;
  border-radius: 5px;
  position: relative;
  background-color: transparent ;
  font-weight: 700;
  padding: 8px 15px 8px 53px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  transition: all ease 1s;
}
.blog-container-3 .custom-read:hover:before {
  content: "+";
  background-color: #36394F ;
  color: #F58029;
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  padding: 2px 0;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: 37px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  transition: all ease 1s;
}

.blog-container-3 .post-title {
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 20px;
  font-weight: 300; 
  min-height: 66px;
  color: #363950;
  text-decoration:none !important;
  margin-left: -26px;
  text-align:left;

}
.blog-container-3 a {
  text-decoration:none !important;
}
.blog-container-3 .post-content {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 25px;
  color:  #363950;
  padding-bottom: 20px;
}
.ezypay-home .blog-container-3 .page-date{
  display:none;
}
.ezypay-home .blog-container-3 .post-content{
 	min-height: 120px; 
}
.ezypay-home .recent-blog-wrap .hs-featured-image-wrappers .hs-featured-image{
 float:none;
  margin: 0;
}
.blog-container-3 .page-date {
  color: #363950;
  font-size: 12px;
  line-height: 15px;
}
.blog-container-3 .page-date:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin-top:14px;
  background: #F58029;
}
.blog-container-3 .container-content {
  padding: 20px;
  text-align:left;
}
.blog-container-3 .post-header {
  padding-left: 20px;
  padding-top: 20px;
}

.recent-blog-wrap .blog-container-wrap-1  .recent-title {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Helvetica';
  font-weight: 400;
  color: #363950;
  padding-top: 120px;
  text-align:center;
  position:relative;
}
.recent-blog-wrap .blog-container-wrap-1 .recent-title:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  margin-top:30px;
  background: #F58029;
  position:relative;
  margin: 0 auto;
  margin-top: 10px;
}

.blog-container-wrap-1 h2 {
  font-size: 47px;
  line-height: 60px;
  font-weight: 300;
  color: #363950;
  text-align:center;
  padding-bottom: 25px;
  margin-top: -55px;


}
.blog-container-wrap-1 p {
  text-align:center;
  padding-bottom: 88px;
  margin-top:-3px;

}
.blog-container-3 .all-content-container {
  padding-bottom: 20px;

}
.category-blog ul li a:hover {
  color:#f58029;
  text-decoration: none;
}

/*End Recent Blog*/

/*Sharing Module*/
.sharing-article .icon-fb-1 {
  font-size: 18px;
  color: #BEBEBE;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration:none;
}
.sharing-article .icon-fb-1:hover{
  color:#f78012;
}
.sharing-article .icon-tweet-1 {
  font-size: 18px;
  color: #BEBEBE;
  padding-right: 30px;
}
.sharing-article .icon-tweet-1:hover {
  color:#f78012;
}
.sharing-article .icon-google-1 {
  font-size: 18px;
  color: #BEBEBE;
  padding-right: 30px;
}
.sharing-article .icon-google-1:hover {
  color:#f78012;
}
.sharing-article .icon-linkedin-1 {
  font-size: 18px;
  color: #BEBEBE;
  padding-right: 30px;
}
.sharing-article .icon-linkedin-1:hover {
  color: #f78012;
}
.sharing-article .icon-pinterest-1:hover {
  color: #f78012;
}
.sharing-article .icon-pinterest-1 {
  font-size: 18px;
  color: #BEBEBE;
  padding-right: 30px;
}
.sharing-article .icon-mail-1:hover {
  color: #f78012;
}
.sharing-article .icon-mail-1 {
  font-size: 18px;
  color: #BEBEBE;
}
.sharing-article {
  padding-top: 39px;
  padding-bottom: 50px;
  text-decoration:none;
  border-top: 1px solid rgba(95, 95, 95, 0.20);
  margin-top: 67px;
}
.sharing-article span {
  font-family: 'Open Sans';
  color: #5F5F5F;
  line-height: 19px;
  font-size: 14px;
}
/*End Sharing Module*/

.overlay{
  position:absolute;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 24px;
  left: 0px;
  text-decoration:none;
  top: 0px;
  width:100%;
  height: 221px;
  /*height: 100%;*/
  background-color: rgba( 54, 57,79 , 0.7);
  -webkit-transition:  all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  -o-transition: all 0.2s ease  !important;
  transition: all 0.2s ease  !important;
  cursor:pointer;
  opacity:0;

}

.overlay a.hs-featured-image-links {
  position:absolute;
  left:0;
  top:0;
  right: 0;
  bottom: 0;
  margin:auto ;
  width: 92px;
  height: 35px;
  text-decoration:none;
  color:white;

}
.blog-container-3:hover .overlay { 
  opacity:1;
}
.overlay a.hs-featured-image-links:after{
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  border:0px;
  text-align:center;
  margin-top:7px;
  margin-left: 20px;
  background: #F58029;
}
.cust-blog-detail  .banner_content .rec-date {
  font-size: 20px;
  font-family: 'Open Sans';
  color: #FFFFFF;
}

.hero-banner-text-0 .date-publish {
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 20px;
  line-height: 27px;
}
.hero-banner-text-0 .date-publish::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin-top:30px;
  background: #ffffff;
}
.hero-banner-text-0 .banner-content-1 {
  margin: 200px auto;

}
.hero-banner-text-0 .banner-content-1 .content-name-1 {
  font-size: 64px;
  line-height: 69px;
  font-weight: 300;
  font-family: 'Open Sans';
  color: #FFFFFF;
  padding-top: 30px;
}
.content-name-1 h1{
  font-size: 64px;
  line-height: 69px;
  font-weight: 300;
  font-family: 'Open Sans';
  color: #FFFFFF;
  padding-top: 30px;
}

.blog-section-blog-details-wrap .hs-author-label {
  color: #5F5F5F;
}
.blog-section-blog-details-wrap  a.author-link {
  color: #F58029 !important;
}

.guide-wrapper a#cta_button_3920421_0c9e057c-fd40-44be-b79c-951916ad9082 {
  margin-top: 48px; !important;
}
.padding-center-1 {
  padding-left: 29px;
}
.section.post-body ol , ul {
  padding-left: 23px;
}
.guide-wrapper {
  padding-left: 109px;
}
.blog-email-subs form.hs-form ul.inputs-list.hs-error-msgs li {
  padding-top:10px;
}
.blog-email-subs fieldset.form-columns-2 .input {
  margin-right:0px !important;
}
.blog-email-subs .submitted-message {
  color: #363950 !important;

}
/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */
@media only screen and (min-width: 960px) and (max-width: 1280px) {

}
@media only screen and (min-width: 1300px) {

}
@media only screen and (min-width: 1366px) {

}
@media only screen and (min-width: 1440px) {

}
@media only screen and (min-width: 1900px) {

}

@media screen and (max-width: 1024px) {
  /*.overlay {*/
  /*    height: 206px !important;*/
  /*}*/
}

/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* end of tablet (portrait and landscape) */
  /*.blog-email-subs form {*/
  /*    padding-right: 20px;*/
  /*    padding-left: 20px;*/
  /*}*/
  /*.blog-email-subs .input input[type=text] {*/
  /*    max-width:100%;*/
  /*}*/
  /*.blog-email-subs .input input[type=email] {*/
  /*    max-width:100%;*/
  /*}*/

  .blog-email-subs {
    /*min-height: 350px !important;*/
  }
  .blog-emaiil-subs fieldset .form-columns-2 {
    max-width:100%;
  }
  .guide-wrapper img {
    margin-top:50px;
  }
  .blog-container-3 {
    width: calc(85% / 3);
    float: left;
    margin: 0 17.5px 40px;
    background-color: #F4F8FC;
    color: white;
    position: relative;
    height: auto;
    margin-bottom: 153px;
  }

  .blog-container-3 .all-content-container {
    padding-bottom: 51px;
  }
  .sharing-article {
    display: block;
    text-align:center;
  }
  .blog-container-3 .container-content {
    padding: 15px;
  }
  .blog-details-wrap h2 {
    font-size: 38px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #363950;
    position: relative;
    padding-bottom: 20px;
    font-size: 32px;
  }
  /*.blog-details-wrap ul li {*/
  /*    padding-left: 0px;*/
  /*     margin-left: 15px;*/
  /*}*/


}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {  
  .blog-email-subs .input {
    width: 99%;
  }

  .hs-featured-image-wrappers {
    height:206px;
    overflow:hidden;
  }
  .overlay {
    height:206px;
  }
  .hero-banner-text-0 .banner-content-1 .content-name-1 {
    font-size: 48px !important;
    line-height: 54px !important;
  }
  .content-name-1 h1{
    font-size: 48px !important;
    line-height: 54px !important;
  }
  .blog-container-3 {
    width: calc(85% / 3);
    float: left;
    margin: 0 17.5px 40px;
    background-color: #F4F8FC;
    color: white;
    position: relative;
    height: auto;
    margin-bottom: 153px;
    height: 606px;
  }
  /*.blog-details-wrap ul li {*/
  /*    padding-left: 0px;*/
  /*     margin-left: 15px;*/
  /*}*/


  .guide-wrapper a#cta_button_3920421_0c9e057c-fd40-44be-b79c-951916ad9082 {
    text-align:center;
  }
  .guide-wrapper {
    padding-left:15px;
  }


}

/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 767px) {
  .ezypay-home .blog-container-3{
    margin-bottom: 50px;
  }
  .blog-email-subs .hs-form fieldset.form-columns-2 .hs-form-field {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner-text-0 .banner-content-1 .content-name-1 {
    font-size: 34px !important;
    line-height: 39px !important;
  }
    .content-name-1 h1{
    font-size: 34px !important;
    line-height: 39px !important;
  }
  .blog-email-subs fieldset.form-columns-2 .input {
    margin-right: 0px !important;
    display: table;
    width: 100%;
  }
  .parent-guide-wrapper .hs-image-widget {
    margin-top:30px;
  }
  .blog-container-3 {
    width: 100%;
    float: none;
    margin: 0 0px 40px;
    max-height: 654px;
    background-color: #F4F8FC;
    color: white;
    position: relative;
    height: auto;
    margin-bottom: 153px;
  }
  .blog-container-wrap-1 h2 {

    font-size: 22px;
    line-height: 60px;
    font-weight: 300;
    color: #363950;
    text-align: center;
    padding-bottom: 25px;
    margin-top: -50px;

  }
  .guide-cont-wrap {
    max-width: 100%;
    margin-bottom:40px;
  }
  .guide-cont-wrap img {
    width:100%;
    height:auto;
  }
  .blog-details-wrap ol, ul {
    padding-left: 20px;
  }
  .sharing-article {
    text-align:center;
    margin-left: -46px;

  }
  .recent-blog-wrap {
    width: 100%;    
  }
  .blog-email-subs {
    max-width:100%;

  }
  .blog-list-browser {
    max-width:100%;
    padding-bottom: 40px;
    height:auto;
    padding: 20px 20px 14px 20px;
    max-height: 100%;
    position: relative;
    top: 0;
    margin-top: 25px;
  }
  .current-selected-blog-list{
    float:none;
    width:100%;

  }
  .blog-email-subs .hs_submit {
    width: 100%;
  }
  .blog-email-subs .hs_submit .actions {
    margin: 0 auto;
    margin-top: 0;
    padding: 0 20px;
  }
  .sharing-article span {
    margin-bottom: 20px;
    display:block;
    text-align:center;
    margin-left: 27px;
  }
  /*.blog-details-wrap ul li {*/
  /*    padding-left: 0px;*/
  /*}*/
  .blog-details-wrap ol li {
    padding-left: 0px;
  }
  .guide-wrapper h2 {
    font-size: 24px;
    line-height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;

  }
  .parent-guide-wrapper .hs-image-widget  {
    text-align:center;
  }
  .blog-details-wrap h2 {
    font-weight: 300;
    font-family: 'Open Sans';
    color: #363950;
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 33px;
  }
  .blog-details-wrap h3 {
    font-size: 24px;
    line-height:33px;
    font-family: 'Open Sans';
    color: #363950;
    position: relative;
    padding-bottom: 20px;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
  }
  .blog-email-subs input[type=submit] {
    float:none;
  }
  .category-blog ul {
    background-color: #2F3238;
    position: absolute;
    right: 0;
    top: 65px;
    width: 210px;
    padding: 20;
    border-radius: 5px;
    display: none;
    z-index: 99;
    width: 100%;
    left: 0;
    margin: auto;
  }
  span.hs-cta-wrapper a {
    width: 75% !important;

  }
  .hero-banner-text-0 .banner-content-1 .content-name-1 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #FFFFFF;
    padding-top: 30px;
  }
   .content-name-1 h1{
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #FFFFFF;
    padding-top: 30px;
  }
  p.dept-text:after {
    position: relative;
  }
  .guide-wrapper h2 {
    text-align:center;
  }
  .guide-wrapper p {
    text-align:center;
  }
  .guide-wrapper a#cta_button_3920421_0c9e057c-fd40-44be-b79c-951916ad9082 {
    text-align:center;
  }
  .padding-center-1 {
    padding-left: 0px;
  }
  .guide-wrapper {
    padding-left:20px;
    text-align:center;
  }
  /*.blog-details-wrap ul li:before {*/
  /*    margin-left: -20px;*/
  /*    padding-right: 2px;*/
  /*}*/
  .blog-details-wrap ol li:before {
    margin-left: -24px;
    padding-right: 4px;
  }
  /* end of mobile (portrait and landscape) */
}

@media (max-width: 767px) {
  .blog-section-blog-details-wrap {
    padding-right: 0;
  }
  
  .blog-details-wrap table tr td {
    display: block;
    width: 100%;
  }
}

/* ================ Phones (landscape) ================ */
@media screen and (min-width: 480px) and (max-width: 768px) {

  .blog-email-subs input[type=submit] {
    max-width:100%;
  }
  /*.guide-wrapper .cell-wrapper.layout-widget-wrapper {*/
  /*    text-align:center;*/
  /*}*/
  .blog-container-3 {
    width: 100%;
    float: none;
    margin:0 0 40px;
    max-height: 654px;
    background-color: #F4F8FC;
    color: white;
    position: relative;
    height: auto;
    margin-bottom: 153px;
  }

  .hero-banner-text-0 .banner-content-1 .content-name-1 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #FFFFFF;
    padding-top: 30px;
  }
  .content-name-1 h1{
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #FFFFFF;
    padding-top: 30px;
  }
  .guide-wrapper a#cta_button_3920421_0c9e057c-fd40-44be-b79c-951916ad9082 {
    text-align:center;
  }
  .padding-center-1 {
    padding-left: 0px;
  }
}

/* ================ Phones (old mobiles) ================ */
@media screen and (max-width: 320px) {
  .parent-guide-wrapper .hs-image-widget {
    margin-top:30px;
  }
  p.dept-text:after {
    position: relative;
  }
  .guide-wrapper h2 {
    text-align:center;
    line-height: 42px;
  }
  .guide-wrapper p {
    text-align:center;
  }
  .guide-wrapper a#cta_button_3920421_0c9e057c-fd40-44be-b79c-951916ad9082 {
    text-align:center;
  }
  .blog-details-wrap {
    margin: 0 auto;
    width: 100%;
  }
  .blog-details-wrap h2 {
    font-size: 24px;
  }
  .blog-list-browser {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    background-color: white;
    max-width: 251px;
    max-height: 134px;
    height: auto;
    width: 100% !important;
    padding: 20px;
  }
  .blog-container-3 {
    width: 100%;
    max-width: 100%;
    float: left;
    max-height: 654px;
    background-color: #F4F8FC;
    color: white;
    position: relative;
    height: auto;

  }
  .blog-details-wrap h3 {

    font-family: 'Open Sans';
    font-weight: 300;
    color: #363950;
    position: relative;
    padding-bottom: 20px;
    font-size: 24px;
  }
  .sharing-article .icon-fb-1 {
    font-size: 18px;
    color: #BEBEBE;
    padding-left: 50px;
    padding-right: 30px;
    text-decoration: none;
  }
  .blog-list-browser {
    max-width:100%;
  }
  .hero-banner-text-0 .banner-content-1 .content-name-1 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #FFFFFF;
    padding-top: 30px;
  }
  .content-name-1 h1{
    font-size: 24px;
    line-height: 37px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #FFFFFF;
    padding-top: 30px;
  }
  .blog-section-blog-details-wrap {
    padding-right: 0;
  }
  .blog-section-blog-details-wrap .hs-author-label {
    color: #5F5F5F;
  }
  .blog-section-blog-details-wrap a .author-link {
    color: #F58029;
  }
  .guide-wrapper {
    padding-left:20px;
    padding-right:20px;
  }
  .padding-center-1 {
    padding-left:0;
  }

}