

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


/***********************************************/


/* CSS @imports must be at the top of the file */


/* Add them above this section                 */


/***********************************************/


/*****************************************/


/* Start your style declarations here    */


/*****************************************/

hr {
  border: 0;
  border-top: 1px solid #bbb;
}

.heading-underline {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #bbb;
}

.cloudticity-blog-listing-sec {
  width: 100%;
  float: left;
  padding: 100px 0 0 0;
}

.cloudticity-left-blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cloudticity-blog-itmes-inner-sec-left {
  flex: 0 0 65%;
  max-width: 63%;
}

.cloudticity-side-bar-inner-sec-right {
  flex: 0 0 35%;
  max-width: 33%;
}

.post-body {
  padding: 20px 0;
}

.post-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding: 0 40px;
}

.post-details {
  margin: 20px 0;
  line-height: 150%;
  color: #6d6d6d;
  font-size: 12px;
}

.post-details a.blog-author {
  display: inline-block;
}

.post-details span.post-date {
  color: #6d6d6d;
}

.post-item {
  margin: 0 0 40px 0;
}

.post-item:last-child {
  margin-bottom: 0;
}

.cty-blog-subscribe-sidebar {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #bbb;
  padding: 30px 40px;
}

.cty-subscribe-header-form h3 {
  display: none;
}

.cty-form-heading-text {
  margin: 10px 0;
}

.cty-subscribe-header-form form {
  background-color: transparent;
}

.cty-subscribe-header-form form .hs_email label {
  display: none;
}

.cty-subscribe-header-form form .input input {
  background: #fff;
  border-radius: 6px;
  padding: 15px 0 15px 20px;
  border: 1px solid #bbb;
  box-shadow: none;
  font-size: 15px;
  color: #6d6e71;
  margin: 0;
}

.cty-subscribe-header-form form .input input {
  background: #fff;
  border-radius: 6px;
  padding: 15px 0 15px 20px;
  border: 1px solid #bbb;
  box-shadow: none;
  font-size: 15px;
  color: #6d6e71;
  margin: 0;
}

.cty-blog-topics-list {
  width: 100%;
  float: left;
  margin: 40px 0;
}


/* .cty-blog-topics-list h3 {text-align: center;padding: 0 0 20px 0;border-bottom: 2px solid #12acdc;}
*/

.cty-blog-topics-list ul li {
  display: inline-block;
  list-style-type: none;
  margin: 10px 6px;
  padding-left: 0;
}

.cty-blog-topics-list ul {
  margin: 16px 0px 0 -4px;
}

.cty-blog-topics-list ul li a {
  background: #f7f8f9;
  font-size: 14px;
  font-weight: 300;
  color: #363636;
  padding: 10px 15px;
  word-wrap: none;
  word-break: keep-all;
  text-decoration: none;
  border-radius: 6px;
}

.cty-blog-topics-list ul li a:hover {
  color: #fff;
  background: #12acdc;
}

.cty-popular-posts {
  width: 100%;
  float: left;
}

.cty-popular-posts .block h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 20px;
}

.cty-popular-posts ul {
  margin-left: 0px;
  width: 100%;
}

.cty-popular-posts ul li {
  border-bottom: 1px solid #bbb;
  list-style-type: none;
  margin: .5rem 0;
  padding-left: 0;
  float: left;
  width: 100%;
}

.cty-popular-posts ul li a {
  color: #363636;
  display: block;
  font-weight: 300;
  padding: 20px 0px 20px 35px;
  font-family: "Heebo", sans-serif;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

.cty-popular-posts ul li a:before {
  content: "\00bb";
  color: #1957f1;
  position: relative;
  left: -24px;
  font-size: 18px;
  line-height: 0;
  margin-left: -8px;
}

.cty-listing-view-cta img {
  width: 100%;
  height: auto;
  border: 1px solid #f7f8f9 !important;
  margin-top: auto;
}

.cty-listing-view-cta a.cta_button {
  border: 1px #fff solid;
}

.cty-listing-view-cta {
  width: 100%;
  float: left;
  margin-top: 20px;
  text-align: center;
}

div#cty-blog-2020 {}

main.blog-body-section {}

.blog-container.narrow {}

.blog-section {
  margin-top: 40px;
  width: 100%;
  float: left;
}

.blog-post-wrapper {
  width: 100%;
  float: left;
  text-align: center;
}

.blog-post-wrapper .post-image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 500px;
}

.blog-post-wrapper .post-body {
  text-align: left;
}

.blog-post-wrapper .post-body p {
  line-height: 1.6;
  margin: 15px 0;
}

.blog-post-wrapper .post-body ul li {
  list-style: disc;
  color: #000;
  line-height: 25px;
}

.blog-post-wrapper p.topics-list {
  margin: 60px 0;
  text-align: left;
}

.blog-post-wrapper p.topics-list span.topics-bold {
  font-size: 15px;
  font-weight: bold;
}

.blog-post-wrapper p.topics-list a.topic-link {
  background: #fff;
  font-size: 14px;
  border: 1px solid #bbb;
  font-weight: 300;
  color: #363636;
  padding: 6px 12px;
  word-wrap: none;
  word-break: keep-all;
  text-decoration: none;
  border-radius: 6px;
}

.custom-listing-comments {
  border-top: 4px solid #f7f8f9;
  text-align: center;
}

.custom-listing-comments a.comment-link {
  background: #e3e3e3;
  color: #7a7a7a;
  padding: 4px 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}

.blog-subscribe-detail {
  background: #f8f8f8;
  font-family: 'Heebo', sans-serif;
  padding: 30px 0 60px 0;
  margin-top: 40px;
}

.form-img.col-md-12 {
  text-align: center;
}

.blog-subscribe-detail h5 {
  text-align: center;
  margin: 20px 0;
}

.blog-subscribe-detail p {
  text-align: center;
  margin: 20px 0;
}

.subscribe-header-form {
  width: 60%;
  margin: 0 auto;
}

.subscribe-header-form form .hs_email label {
  display: none;
}

.subscribe-header-form form .input {
  margin: 0;
}

.cloudticity-blog-itmes-inner-sec-left ul {
  padding: 0;
}

.subscribe-header-form form .input input {
  background: #fff;
  color: #363636;
  display: inline-block;
  line-height: 21px;
  font-size: 16px;
  border: 1px solid #bbb;
  padding: 12px;
  border-radius: 6px;
  font-weight: 300;
  font-style: italic;
}

.subscribe-header-form form .actions {
  margin: 0;
  padding: 0;
}

.subscribe-header-form form .actions input.hs-button.primary.large {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 300;
  text-decoration: none;
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 12px;
  border-radius: 6px;
  letter-spacing: 1px;
  color: #fff;
}

.blog-pagination.row {
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
}

.blog-pagination ul.pagination {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: inherit;
}

.blog-pagination ul.pagination li {
  display: inline-block;
  list-style-type: none;
  padding: 10px 0 10px 10px;
}

a.blog-pagination__link--active {
  color: #fff !important
}

.blog-pagination ul.pagination li a.arrow-nobg {
  border: 1px solid #929497;
  color: #929497;
  display: inline-block;
  padding: 12px 18px;
  margin: inherit;
  background: #fff;
  border-radius: 0;
  font-weight: 300;
  box-shadow: none;
  width: auto;
  text-decoration: none;
  font-size: 18px;
}

.blog-pagination ul.pagination li a.arrow-nobg:hover {
  background: #e6e7e8;
}

.blog-post-wrapper .post-body span {
  color: #000;
}

.blog-post-wrapper .post-body h2 {
  /*     color: #000; */
}

.blog-pagination {
  /*     margin: 100px 0 50px 0; */
  text-align: center;
  margin: 100px auto;
}

.quote-content blockquote {
  background: #ffecd1;
  border-left: 10px solid #ff9d22;
  margin: 42px 0;
  padding: 6px 12px 6px 42px;
  position: relative;
}

.cty-blog-body-section .post-body a:link {
  font-size: inherit;
  color: #1957f1;
}

.quote-content a.twitter-button {
  color: #0c75bb;
  text-decoration: none;
  background: #fff;
  border: 1px solid #f2f4f3;
  -webkit-clip-path: polygon(0 20%, 16% 20%, 25% 0, 34% 20%, 100% 20%, 100% 100%, 0 100%);
  clip-path: polygon(0 20%, 16% 20%, 25% 0, 34% 20%, 100% 20%, 100% 100%, 0 100%);
  padding: 16px 8px 8px 8px;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: 16px;
  font-style: italic;
}

.quote-content a.twitter-button:hover {
  background: #eee;
}

.cloudticity-blog-itmes-inner-sec-left .post-item {
  margin-bottom: 40px;
}


/*********************** Blog-Press And News **************************/

.cloudticity-blog-banner-title {
  /*   background: url(https://3407169.fs1.hubspotusercontent-na1.net/hubfs/3407169/blog/assets/blog-banner.jpg); */
  background-size: cover;
  background-position: center;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 100px 0;
  position: relative;
}

.cloudticity-blog-press-heading {
  display: flex;
  /*   align-items: center; */
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.cloudticity-blog-press-heading h1 {
  color: #fff;
}

.cloudticity-blog-press-heading p {
  font-size: 24px;
  line-height: 32px;
}

.cty-news-inquires-sidebart {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.cloudticity-phone-email-sec ul {
  padding: 0;
}

.cloudticity-phone-email-sec ul li a {
  font-weight: 400;
  color: #000;
}

.cloudticity-phone-email-sec ul li {
  color: #000;
  font-weight: 400;
}

.cty-contact-us-button {
  width: 100%;
  float: left;
  text-align: center;
}

.cludticity-blog-topics-list-sec {
  width: 100%;
  float: left;
}

.cludticity-blog-topics-list-sec ul {
  margin-left: -20px;
}

.cludticity-blog-topics-list-sec ul li {
  display: inline-block;
  list-style-type: none;
  margin: 10px 6px;
  padding-left: 0;
}

.cludticity-blog-topics-list-sec ul li a {
  background: #dbdcdc;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Heebo', sans-serif;
  color: #363636;
  padding: 10px 15px;
  word-wrap: none;
  word-break: keep-all;
  text-decoration: none;
  border-radius: 6px;
}

.cludticity-blog-topics-list-sec ul li a:hover {
  color: #fff;
  background: #12acdc;
}

.cloudticity-press-news-post-inner .post-image {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  width: 40%;
  padding-right: 30px;
}

.cloudticity-press-news-post-inner .post-image img {
  padding: 0;
}

.cloudticity-press-news-post-inner .post-header {
  padding-bottom: 30px;
}

.cloudticity-press-news-post-inner .post-body strong {
  color: #000;
  font-size: 22px;
}

.cloudticity-press-news-post-inner .post-body h2 {
  text-align: left;
}

.cloudticity-press-news-post-inner .post-body ul li {
  list-style: none;
}


/************************************ End Blog Press And News *******************************************/


/***************************************** Filter - sec ******************************************/

.cloudticity-blog-banner-title h1 {
  /*   text-align: center; */
  /*   font-size: 60px; */
  color: #fff;
  margin-right: 24px;
}

.cloudticity-blog-banner-title p {
  /*   font-size: 24px; */
  /* font-weight: 500; */
  color: #fff;
  /* line-height: 34px; */
}

.cloudticity-blog-banner-title a.back-to-blog {
  text-decoration: none;
  font-size: 16px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  color: #000;
  display: inline-block;
  position: absolute;
  top: 20px;
}


/***************************************** End - Filter - sec ******************************************/


/********************************************* Blog Author Page ********************************************/

.cty-blog-banner-title {
  width: 100%;
  float: left;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(248, 248, 248, 1) 50%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(248, 248, 248, 1) 50%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(248, 248, 248, 1) 50%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#f8f8f8', GradientType=0);
  padding: 80px 0;
}

.cty-author-page-sec {
  width: 100%;
  float: left;
}

.cty-author-title {
  text-align: center;
  margin-bottom: 80px;
}

.cty-hs-author-profile {
  width: 100%;
  display: inline-block;
  position: relative;
}

.cty-author-name-sec h4 {
  color: #363636;
  margin-bottom: 12px;
}

.cty-hs-author-box {
  border-top: 1px solid #f7f8f9;
  margin-top: 36px;
  padding-top: 24px;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cty-hs-author-avatar {
  flex: 0 0 28%;
  max-width: 18%;
}

.cty-hs-author-avatar img {
  width: 100%;
  border-radius: 100%;
  box-shadow: 0 20px 20px 0 rgba(230, 33, 33, 0.2);
  border: 4px solid #12acdc;
  max-width: 150px;
}

.cty-hs-author-bio {
  flex: 0 0 80%;
  max-width: 78%;
}

.cty-hs-author-profile a.back-to-blog {
  text-decoration: none;
  font-size: 16px;
  background: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  color: #000;
  display: inline-block;
  position: absolute;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.cty-author-social {
  width: 100%;
  float: left;
  margin: 0px 0 30px;
}

.cty-author-social a {
  margin-right: 8px;
  width: 30px;
  font-size: 0px;
}

.cty-author-social a:last-child {
  margin-right: 0;
}


/********************************************* Blog Author Page ********************************************/

@media(max-width:767px) {
  .cty-blog-banner-title {
    padding: 20px 0 70px 0;
  }
  .cloudticity-left-text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cloudticity-right-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cloudticity-banner-image-text-inner-sec {
    text-align: center;
  }
  .cloudticity-blog-listing-sec {
    padding: 60px 0 0 0;
  }
  .post-image img {
    height: 200px;
    padding: 0 20px;
  }
  .cloudticity-blog-itmes-inner-sec-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .post-header {
    text-align: center;
  }
  .cloudticity-side-bar-inner-sec-right {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .cty-blog-subscribe-sidebar {
    padding: 50px;
  }
  .cloudticity-left-text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .cloudticity-right-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cloudticity-banner-image-text-inner-sec {
    text-align: center;
  }
  .cloudticity-blog-listing-sec {
    padding: 60px 0 0 0;
  }
  .cloudticity-blog-itmes-inner-sec-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .post-header {
    text-align: center;
  }
  .cloudticity-side-bar-inner-sec-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cty-blog-subscribe-sidebar {
    padding: 50px;
  }
  .blog-pagination {
    order: 2;
    margin: 50px auto;
  }
  .subscribe-header-form {
    width: 100%;
  }
  .blog-pagination ul.pagination li a.arrow-nobg {
    margin: 0;
  }
  .cloudticity-press-news-post-inner .post-image {
    width: 100%;
    padding: 0;
  }
  .cloudticity-press-news-post-inner .post-image img {
    object-fit: contain;
    height: auto;
  }
  .cloudticity-press-news-post-inner p.topics-list {
    margin: 20px auto 60px;
  }
  .cty-hs-author-avatar img {
    border: 2px solid #12acdc;
  }
  .cty-author-title {
    margin-bottom: 20px;
  }
  .cty-hs-author-box {
    margin-top: 20px;
  }
  .cty-author-name-sec {
    text-align: center;
  }
  .cty-author-social {
    text-align: center;
  }
  .cty-hs-author-avatar {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .cty-hs-author-bio {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .cty-hs-author-profile a.back-to-blog {
    left: 50%;
    transform: translateX(-50%);
  }
  .cloudticity-blog-banner-title h1 {
    font-size: 40px;
    margin-right: 0;
  }
  .cloudticity-blog-press-heading {
    flex-wrap: wrap;
    text-align: center;
  }
  .cloudticity-blog-banner-title {
    padding: 50px 0;
  }
}


/* ***************************

 New Blog Styling

 *************************** */

.hs-blog-listing a {
  color: #124677
}

#blog-sidebar .cty-contact-us-button,
.cty-contact-us-button.add_cta a {
  float: none;
  text-align: left;
}

.cty-contact-us-button.add_cta a {
  margin-top: 20px;
  color: #fff;
}

.hs-blog-listing .post-header h4 {
  font-weight: 600;
  line-height: 32px;
}

.hs-blog-listing .post-body {
  font-weight: 300;
  line-height: 140%
}

.hs-blog-listing .post-body a {
  /* color: inherit; */
  font-weight: 400
}

.cty-blog-topics-list ul li {
  display: inline-block;
  list-style-type: none;
  margin: 6px 4px;
  padding-left: 0;
}

.hs-blog-listing .post-image img {
  padding: 0;
}
/****** BOOTSTRAP *****/
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

#blog-2019 {
  margin-top: 92px;
}

#blog-2019 .blog-container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

#blog-2019 .blog-banner-title {
  padding-top: 32px;
  padding-bottom: 32px;
  background: url(https://3407169.fs1.hubspotusercontent-na1.net/hubfs/3407169/blog/assets/blog-banner.jpg);
  background-size:cover;
  margin-bottom:50px;
}

@media only screen and (max-width: 979px) {
  #blog-2019 {
    margin-top: 72px;
  }
  #blog-2019 .blog-banner-title .row {
    margin: 0;
  }
}

#blog-2019 .blog-banner-title h1 {
  text-align: center;
  font-size: 60px;
  color: #FFFFFF;
  margin-right: 24px;
}

#blog-2019 .blog-banner-title p {
  font-size: 24px;
  font-weight:500;
  color: #FFFFFF;
}

#blog-2019 .blog-index {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

#blog-2019 .back-to-blog {
  text-decoration: none;
  font-size: 16px;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 6px;
  color: #000000;
  display: inline-block;
}

#blog-2019 .back-posts {
  padding: 40px 0 20px 20px;
}

#blog-2019 .back-posts a {
  background: #fff;
  border: 2px solid #e6e7e8;
  display: inline-block;
  padding: 5px 11px;
  font-weight: 300;
  width: auto;
  font-size: 18px;
  color: #363636;
}

#blog-2019 .back-posts a:hover {
  background: #e3e6fd;
  color: #4b64f5;
  text-decoration: none;
}

#blog-2019 .blog-banner-topic-title h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
  margin-bottom: 60px;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section .row {
    margin: 0;
  }
}

#blog-2019 .blog-body-section .container {
  padding: 0 20px;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  #blog-2019 .blog-body-section .container {
    width: 461px;
  }
}

@media only screen and (max-width: 767px) {
  #blog-2019 .blog-body-section .container {
    width: 100%;
  }
}

#blog-2019 .blog-body-section .container.narrow {
  width: 752px;
}

@media only screen and (min-width: 1200px) {
  #blog-2019 .blog-body-section .container.narrow {
    width: 760px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #blog-2019 .blog-body-section .container.narrow {
    width: 748px;
  }
}

@media only screen and (max-width: 767px) {
  #blog-2019 .blog-body-section .container.narrow {
    width: 100%;
  }
}

#blog-2019 .blog-body-section h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
}

#blog-2019 .blog-body-section h2 a {
  margin-bottom: 30px;
  text-align: center;
  color: #363636;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none;
}

#blog-2019 .blog-body-section h2 a:hover {
  color: #1957f1;
}

#blog-2019 .blog-body-section #blog-listing .row::before {
  display: flex;
}

#blog-2019 .blog-body-section #blog-listing .no-padding-top {
  padding: 0 3.750em 1.250em .625em;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-listing .no-padding-top {
    padding: 0 .625em 1.250em .625em;
  }
}

#blog-2019 .blog-body-section #blog-listing #blog-sidebar h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #1957f1;
  padding-bottom: 6px;
}

#blog-2019 .blog-body-section #blog-listing .popular-posts {
  margin-top: 60px;
}

#blog-2019 .blog-body-section #blog-listing .popular-posts ul {
  margin-left: -20px;
}

#blog-2019 .blog-body-section #blog-listing .popular-posts ul li {
  border-bottom: 2px solid #e6e7e8;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 0;
  float: left;
  width: 100%;
}

#blog-2019 .blog-body-section #blog-listing .popular-posts ul li a {
  color: #363636;
  display: block;
  font-weight: 300;
  padding: 20px 0px 20px 35px;
  font-family: "Heebo", sans-serif;
  text-decoration: none;
  font-size: 16px;
}

#blog-2019 .blog-body-section #blog-listing .popular-posts ul li a:hover {
  color: #1957f1;
}

#blog-2019 .blog-body-section #blog-listing .popular-posts ul li a:before {
  content: "\00bb";
  color: #1957f1;
  position: relative;
  left: -24px;
  font-size: 18px;
  line-height: 0;
  margin-left: -8px;
}

#blog-2019 .blog-body-section .post-body p,
#blog-2019.ct-news .blog-body-section .post-body ul li {
  font-size: 18px;
  color: #363636;
  font-weight: 300;
  display: block;
  font-family: 'Heebo', sans-serif;
  line-height:1.5;
}
#blog-2019 #blog-listing .post-body p {
  display:inline;
}
#blog-2019 .blog-body-section .post-body a.read-more:link {
  color: #1957f1;
  font-size: 18px;
  text-decoration: underline;
}

#blog-2019 .blog-body-section .post-body a.read-more:hover{
  text-decoration:none;
}

#blog-2019 .blog-body-section .post-image a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  height: 0;
  margin: 20px auto;
  overflow: hidden;
  padding-top: 46%;
  width: 100%;
}
#blog-2019.ct-news .blog-body-section .post-image a {
  background-size: contain;
}

#blog-2019 .blog-body-section .post-details {
  font-size: 14px;
  padding-bottom: 20px;
  color:#6d6d6d;
}

#blog-2019 .blog-body-section .post-details .post-date {
  text-transform: uppercase;
}

#blog-2019 .blog-body-section .post-details a {
  font-size:inherit;
  color: #1957f1;
}

#blog-2019 .blog-body-section hr {
  margin-bottom: 40px;
  border-top: 1px solid #e6e7e8;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar {
  border: 1px solid #bbbbbb;
  padding-bottom:12px;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar .form-copy {
  padding: 20px 20px 0;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar .form-copy .row {
  width: auto;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar form .field.hs-form-field {
  margin-bottom: 0;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar form .input {
  text-align: center;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar form .input input {
  background: #fff;
  border-radius: 6px;
  padding: 15px 0 15px 20px;
  border: 1px solid #bbbbbb;
  max-width: 250px;
  width: 250px;
  box-shadow: none;
  font-size: 15px;
  color: #6d6e71;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #blog-2019 .blog-body-section .blog-subscribe-sidebar form .input input {
    max-width: 170px;
  }
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar form .hs_submit .actions {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar form .hs_submit .actions .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Heebo',sans-serif;
  font-weight: 300;
  text-decoration: none;
  line-height: 21px;
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 12px 42px;
  border-radius: 6px;
  letter-spacing: 1px;
  color: #fff;
  background: #0067fc;
  background: -moz-linear-gradient(top,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  background: -webkit-linear-gradient(top,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  background: linear-gradient(to bottom,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0067fc',endColorstr='#3d27be',GradientType=0);
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #blog-2019 .blog-body-section .blog-subscribe-sidebar form .hs_submit .actions .hs-button {
    padding: 12px 8px;
  }
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar form .hs_submit .actions .hs-button:hover {
  background: #1b5fff;
  color: #fff;
}


#blog-2019 .hs-error-msgs {
  display: block;
  text-align: center;
  list-style-type: none;
  margin-left: -40px;
}


#blog-2019 .blog-body-section .blog-subscribe-sidebar form .hs-error-msgs label,
.hs-error-msg {
  font-size: 12px;
  color:red;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar .form-img {
  text-align: center;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar h5,
#blog-2019 .blog-subscribe-detail h5 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

#blog-2019 .blog-body-section .blog-subscribe-sidebar p,
#blog-2019 .blog-subscribe-detail p {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin: 20px 0;
}

#blog-2019 .blog-sidebar .subscribe-header-form .hs-email > label,
#blog-2019 .blog-sidebar .subscribe-header-form h3,
#blog-2019 .blog-subscribe-detail .hs-email > label { 
  display: none !important;
}

#blog-2019 .blog-body-section .blog-topics-list {
  margin-top: 60px;
}

#blog-2019 .blog-body-section .blog-topics-list ul {
  margin-left: -20px;
}

#blog-2019 .blog-body-section .blog-topics-list ul li {
  display: inline-block;
  list-style-type: none;
  margin: 20px 5px;
  padding-left: 0;
}

#blog-2019 .blog-body-section .blog-topics-list ul li a {
  background: #dbdcdc;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Heebo',sans-serif;
  color: #363636;
  padding: 10px 15px;
  word-wrap: none;
  word-break: keep-all;
  text-decoration: none;
  border-radius: 6px;
}

#blog-2019 .blog-body-section .blog-topics-list ul li a.active,
#blog-2019 .blog-body-section .blog-topics-list ul li a:hover {
  color: #ffffff;
  background: #1957f1;
}

#blog-2019 .blog-body-section #blog-detail {
  margin-top: 60px;
}

#blog-2019 .blog-body-section #blog-detail .blog-post-wrapper .post-image {
  margin-bottom: 30px;
}
#blog-2019.ct-news .blog-body-section #blog-detail .blog-post-wrapper .post-image {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  width: 40%;
}

@media only screen and (max-width: 1170px) {
  #blog-2019 .blog-body-section #blog-detail .blog-post-wrapper {
   padding: 0 30px;
  }
}

#blog-2019 .blog-body-section #blog-detail .post-header .post-title {
  text-align: center;
  color: #363636;
  font-size: 40px;
  font-weight: 300;
}

#blog-2019 .blog-body-section #blog-detail .post-header .post-details {
  text-align: center;
}

#blog-2019 .blog-body-section #blog-detail .post-body h3 {
  font-family: 'Heebo',sans-serif;
  margin-top: 30px;
  font-weight: 500;
  color: #e69b00;
  margin-bottom: -12px;
  font-size: 24px;
}

#blog-2019 .blog-body-section #blog-detail .cta_button,
#blog-2019 .blog-body-section #blog-detail a.cta_button {
  padding: 0;
  margin: 60px auto 0 auto;
}

#blog-2019 .blog-body-section #blog-detail p.topics-list {
  margin: 60px 0;
}

#blog-2019 .blog-body-section #blog-detail p.topics-list .topics-bold {
  font-size: 15px;
  font-weight: bold;
}

#blog-2019 .blog-body-section #blog-detail p.topics-list a.topic-link {
  background: #ffffff;
  font-size: 14px;
  border: 1px solid grey;
  font-weight: 300;
  font-family: 'Heebo',sans-serif;
  color: #363636;
  padding: 6px 12px;
  word-wrap: none;
  word-break: keep-all;
  text-decoration: none;
  border-radius: 6px;
}
}

#blog-2019 .blog-body-section #blog-detail p.topics-list a.topic-link:hover {
  background: #4b64f5;
  color: #fff;
}

#blog-2019 .blog-body-section #blog-detail .blog-pagination {

  margin: 0 auto;
}

#blog-2019 .blog-body-section #blog-detail .blog-pagination ul.pagination {
  margin: 0 auto;
}

#blog-2019 .blog-body-section #blog-detail .blog-pagination ul.pagination li a {
  font-size: 18px;
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail {
  background: #f8f8f8;
  font-family: 'Heebo', sans-serif;
  padding: 30px 0 60px 0;
  margin-top: 40px;
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail .form-img {
  text-align: center;
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail .subscribe-header-form {
  width: 60%;
  margin: 0 auto;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail .subscribe-header-form {
    width: 100%;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail .subscribe-header-form .hs_error_rollup {
  display: none !important;
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_email.field.hs-form-field {
  margin-bottom: 18px;
  width: 60%;
  clear: left;
  float: left;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_email.field.hs-form-field {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .input {
  margin: 0;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .input {
    margin: 0 auto;
    width: 100%;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .input input {
  background: #fff;
  color: #363636;
  display: inline-block;
  line-height: 21px;
  font-size: 16px;
  border: 1px solid #bbbdbe;
  padding: 12px;
  border-radius: 6px;
  font-weight:300;
  font-style:italic;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .input input {
    float: none;
    min-width: 250px;
    display: block;
    margin: 0 auto 18px;
    max-width: 250px;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_submit {
  margin-left: -8px;
  text-align: right;
  display: inline-block;
  width: 80px;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_submit {
    margin: 0 auto;
    width: 90%;
    display: block;
    text-align: center;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_submit .actions {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_submit .actions {
    margin: 0 auto;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_submit .actions .hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Heebo',sans-serif;
  font-weight: 300;
  text-decoration: none;
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #bbbdbe;
  padding: 12px 12px;
  border-radius: 6px;
  letter-spacing: 1px;
  color: #fff;
  background: #0067fc;
  background: -moz-linear-gradient(top,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  background: -webkit-linear-gradient(top,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  background: linear-gradient(to bottom,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0067fc',endColorstr='#3d27be',GradientType=0);
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs_submit .actions .hs-button {
    padding: 5px 1px;
    min-width: 250px;
    max-width: 250px;
  }
}

#blog-2019 .blog-body-section #blog-detail .blog-subscribe-detail form .hs-error-msgs label {
  font-size: 10px;
}

#blog-2019 .blog-body-section #blog-detail .author-bio {
  max-width: 750px;
  margin: 0 auto;
  display: block;
  border-top: 5px solid #e3e6fd;
  padding: 30px;
}

#blog-2019 .blog-body-section #blog-detail .author-bio .photo {
  float: left;
}

@media only screen and (max-width: 979px) {
  #blog-2019 .blog-body-section #blog-detail .author-bio .photo {
    width: 50%;
  }
  #blog-2019 .blog-body-section #blog-detail .author-bio .bio {
    max-width: 100%;
  }


  #blog-2019 .blog-index {
    flex-wrap: wrap;
    text-align: center;
  }
}

#blog-2019 .blog-body-section #blog-detail .author-bio p {
  font-style: italic;
  line-height: 1.75em;
}

#blog-2019 .blog-pagination {
  text-align: center;
  display: block;
  padding: 0 0 30px 0;
  overflow: hidden;
  width: 100%;
}

#blog-2019 .blog-pagination ul.pagination {
  margin: 0;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: inherit;
}

#blog-2019 .blog-pagination ul.pagination li {
  display: inline-block;
  list-style-type: none;
  padding: 10px 0 10px 10px;
}

#blog-2019 .blog-pagination ul.pagination li a {
  border: 1px solid #929497;
  color: #929497;
  display: inline-block;
  padding: 12px 18px;
  margin: inherit;
  background: #fff;
  border-radius: 0;
  font-weight: 300;
  box-shadow: none;
  width: auto;
  text-decoration: none;
  font-size: 15px;
}

#blog-2019 #blog-listing .blog-pagination ul.pagination li a.arrow-nobg {
  border: none;
  padding: 0 18px;
  font-size: 24px;
}
#blog-2019 #blog-listing .blog-pagination ul.pagination li a.arrow-nobg:hover {
  color: #1957f1;
  background:none;
}
#blog-2019 .blog-pagination ul.pagination li a:hover {
  background: #e6e7e8;
}

#blog-2019 .blog-pagination ul.pagination li.disabled {
  display: none;
}

#blog-2019 .blog-pagination ul.pagination li.active a {
  background: #e6e7e8;
}

#blog-2019 .listing-view-cta img.hs-cta-img {
  width: 100%;
  height: auto;
  border:1px solid #dbdcdc!important;
  margin-top:24px;
}

#blog-2019 .hs-author-profile h2 {
  font-size:28px;
  font-weight:300;
  color:#363636;
  margin-bottom: 12px;
}


#blog-2019 .author-social img {
  width: 20px;
  height: 20px;
}
#blog-2019 .author-social a {
  font-size:15px;
  font-weight:700;
  font-style:italic;
  color:#6d6d6d;
  text-decoration:none;
  margin-left:18px;
}

#blog-2019 .author-social a:first-of-type {
  margin-left:0;
}

#blog-2019 .hs-author-box {
  border-top: 1px solid #ccc9c6;
  margin-top: 36px;
  padding-top: 24px;
  display: flex;
  display: grid;
  grid-template-columns: 33fr 66fr;
  grid-gap: 24px;
  margin-bottom: 24px;
}

#blog-2019 .hs-author-avatar {
  min-width:300px;
}


#blog-2019 .hs-author-avatar img {
  width: 100%;
}
#blog-2019 .comment-button {
  border-top: 4px solid #E3E3E3;
  text-align: center;
}
#blog-2019 .comment-link {
  background: #E3E3E3;
  color: #7A7A7A;
  padding: 4px 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}
#blog-2019 .comment.depth-0 {
  border-top: none;
}
#blog-2019 .comments-wrapper input[type="text"],
#blog-2019 .comments-wrapper textarea,
#blog-2019 .comments-wrapper input[type="email"] {
  box-sizing: border-box;
  background: #fff;
  color: #363636;
  display: inline-block;
  line-height: 21px;
  font-size: 16px;
  border: 1px solid #bbbdbe;
  padding: 12px;
  border-radius: 6px;
  font-weight: 300;
  font-style: italic;
}
#blog-2019 .comments-wrapper textarea {
  min-height: 100px;
}

#blog-2019 .comments-wrapper .section.post-footer * {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

#blog-2019 .comments-wrapper .section.post-footer h4 {
  font-weight: 500;
}
#blog-2019 .comments-wrapper input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Heebo',sans-serif;
  font-weight: 300;
  text-decoration: none;
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #bbbdbe;
  padding: 12px 12px;
  border-radius: 6px;
  letter-spacing: 1px;
  color: #fff;
  background: #0067fc;
  background: -moz-linear-gradient(top,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  background: -webkit-linear-gradient(top,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  background: linear-gradient(to bottom,rgba(0,103,252,1) 0%,rgba(61,39,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0067fc',endColorstr='#3d27be',GradientType=0);
  margin-top: 24px;
}
#blog-2019 .comments-wrapper label {
  margin-top: 24px;
  display: inline-block;
}
#blog-2019 .quote-content blockquote {
  background: #FFECD1;
  border-left: 10px solid #FF9D22;
  margin: 42px 0;
  padding: 6px 12px 6px 42px;
  position: relative;
}
#blog-2019 .blog-body-section .post-body .quote-content blockquote p{
  font-size:24px;
}
#blog-2019 .quote-content a.twitter-button {
  color: #0C75BB;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #F2F4F3;
  -webkit-clip-path: polygon(0 20%,16% 20%,25% 0,34% 20%,100% 20%,100% 100%,0 100%);
  clip-path: polygon(0 20%,16% 20%,25% 0,34% 20%,100% 20%,100% 100%,0 100%);
  padding: 16px 8px 8px 8px;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: 16px;
  font-style: italic;
}

#blog-2019 .quote-content a.twitter-button:hover {
  background:#eeeeee;
}

#blog-2019 .blog-body-section .post-body a:link {
  font-size: inherit;
  color: #1957f1;
}
.post-cta img {
  width:100%;
  height:auto;
}

#blog-2019 .blog-body-section .post-body a.cta_button:link {
  color: #fff;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  padding: 6px 2px;
}

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

  #blog-2019 .blog-banner-title h1 {
    font-size: 40px;
    margin-right: 0;
  }

  #blog-2019 .hs-author-box {
    grid-template-columns: 1fr 4fr;
  }

  #blog-2019 .hs-author-avatar {
    min-width: 60px;
  }
}

@media only screen and (min-width: 768px) {
  #blog-2019.ct-news .blog-body-section #blog-listing .col-md-8 {
    padding-right: 0;
    padding-left: 60px !important;
  }
}

/* PRESS & NEWS */

#blog-2019 .blog-body-section .news-inquires-sidebar p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  margin: 20px 0;
}

#blog-2019 .news-inquires-sidebar a {
  background: linear-gradient(to bottom, rgb(25,87,241), rgb(61,39,190));
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.5;
  margin: 0 auto;
  min-width: 100px;
  width: 50%;
}
#blog-2019 .news-inquires-sidebar a:hover {
  background: #1957f1;
}

.ct-news .blog-body-section #blog-listing .post-image {
  background: none;
}
/* Layout Overrides */

.container-fluid {
  padding: 0 !important;
}


/* Header_Section_Start */

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:hover>ul>li>a {
  color: #fff;
  background: #1957f1;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children ul .hs-item-has-children {
  position: relative !important;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children ul .hs-item-has-children ul {
  position: absolute;
  width: auto !important;
  left: 0 !important;
  background: #1957f1;
  top: 100% !important;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children ul .hs-item-has-children ul>li {
  width: 100%;
  border-top: 2px solid #fff;
  padding: 0;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:hover>ul>li>a:hover,
header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children ul .hs-item-has-children ul li a:hover {
  background: #3d27be;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children ul .hs-item-has-children ul li a {
  padding-left: 35px;
  position: relative;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children ul .hs-item-has-children ul li a:before {
  position: absolute;
  content: '-';
  font-size: 22px;
  top: 4px;
  left: 40px;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul .hs-item-has-children ul {
  background: transparent;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul .hs-item-has-children ul .hs-menu-item.hs-menu-depth-3 {
  border: 0;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child a {
  background: transparent !important;
  padding-right: 0;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul li a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul .hs-item-has-children ul .hs-menu-item.hs-menu-depth-3 a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul .hs-item-has-children ul .hs-menu-item.hs-menu-depth-3 a:before {
  top: 0;
}


/* Header_Section_Start */

.cta-button a.cta_button {
  min-width: auto !important;
  max-width: max-content !important;
}

footer .site-footer .footer-col .social ul li a:hover {
  color: #fff !important;
}

.custom-header .page-center {
  line-height: inherit !important;
  max-height: inherit !important;
}

.hs_error_rollup {
  display: none;
}

.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

.orange .justify-center p a {
  float: none !important;
  margin: 0 auto !important;
  max-width: max-content;
  text-decoration: none;
}

.case-studies .c-text h2 a {
  margin-top: 0;
  font-size: 40px;
  color: #e69b00;
  margin-bottom: 24px;
  font-weight: 300;
}

.case-studies .c-text h3 a {
  margin-top: 0;
  font-size: 24px;
  color: #414042;
  margin-bottom: 24px;
}

.case-studies .c-text p a {
  font-size: 18px;
  color: #414042;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 36px;
}

.case-studies .c-text h2 a:hover,
.case-studies .c-text h3 a:hover,
.case-studies .c-text p a:hover {
  color: #1b5fff;
}

.case-studies .c-text p a.cta_case {
  color: #fff;
}

.case-studies .c-text p a.cta_case:hover {
  color: #fff;
}

#blog-2019 .blog-body-section #blog-detail a.cta_button {
  padding: 14px 20px !important;
  margin: 60px auto 0 auto;
  max-width: max-content !important;
}

.grid-golden {
  flex-wrap: nowrap !important;
}


/* Revel_Health_Cash_study_Start */

.banner-inner p,
.banner-inner h1 {
  margin: 0;
}

.banner-inner {
  padding: 45px 30px;
}

.banner-inner p {
  font-size: 20px;
  font-weight: 300;
  color: #373737;
  margin-top: 20px;
}

.banner-inner h1 {
  font-size: 60px;
  margin-top: 10px;
  font-weight: bold;
  color: #373737;
}

.left-right-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -moz-flexbox;
}

.left-right-wrapper .left-sec {
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 15px;
}

.left-right-wrapper .right-sec {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 15px;
}

.left-sec-inner {
  background: #eee;
  height: 100%;
  padding: 60px 60px 0 60px;
}

.left-right-section .container {
  padding: 0;
  max-width: 100%;
}

.left-sec-inner h2 {
  margin: 0;
  color: #1c52ec;
  font-weight: 100;
  font-size: 40px;
}

.left-sec-inner p {
  font-size: 16px;
  line-height: 24px;
}

.left-sec-inner h3 {
  font-weight: 100;
  color: #ee8b20;
  font-size: 32px;
  margin: 0;
}

.right-sec-inner {
  padding: 60px 80px 0px 0;
  height: 100%;
}

.right-sec-inner h2 {
  margin: 0;
  color: #1c52ec;
  font-weight: 100;
  font-size: 40px;
}

.right-sec-inner p,
.right-sec-inner a {
  font-size: 16px;
  line-height: 24px;
}

.new-left-right-section .left-right-wrapper .left-sec {
  flex: 0 0 70%;
  max-width: 70%;
}

.new-left-right-section .left-right-wrapper .right-sec {
  padding: 0 !important;
  flex: 0 0 30%;
  max-width: 30%;
}

.new-left-right-section .left-right-wrapper .right-sec .right-sec-inner {
  padding: 60px 60px 60px;
}

.new-left-right-section .left-right-wrapper .right-sec .right-sec-inner h4 {
  color: #fff;
  font-weight: 400;
}

.new-left-right-section .left-right-wrapper .right-sec p {
  color: #fff;
  font-weight: 300;
}


/* Revel_Health_Cash_study_End */


/* Knowledge_Center_Start */

.grid-golden,
footer .site-footer,
footer .footer-legals {
  display: flex !important;
  grid-template-columns: none;
  grid-gap: normal;
  flex-wrap: wrap;
}

.grid-golden .g-text {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 30px;
}

.grid-golden .g-image {
  flex: 0 0 30%;
  max-width: 30%;
}

footer .site-footer .footer-col,
footer .footer-legals .footer-col {
  flex: 0 0 20%;
}

footer .site-footer,
footer .footer-legals {
  justify-content: flex-start;
}


/* Knowledge_Center_Start */

.webinar-heading {
  padding-top: 10px;
}


/* Knowledge_Center_End */

.healthcare-providers-video-section-with-sidebar.two-col-content-container .two-col-content-area .two-col-content-section {
  width: 100%;
}

.healthcare-providers-video-section-with-sidebar.two-col-content-container .two-col-content-area .two-col-content-section .col2 .two-col-content-section-content,
.healthcare-providers-video-section-with-sidebar.two-col-content-container .two-col-content-area .two-col-content-section .col2 {
  padding: 0px;
}

.healthcare-providers-video-section-with-sidebar .col2 br {
  display: none;
}

.healthcare-providers-video-section-with-sidebar.healthcare-providers-video-section h2.two-col-headline-section-headline {
  text-align: left;
}

.hero-icons.pricing .offering-embed {
  text-align: center;
  margin: 20px 0px 0px;
}

.cta-container.new-cta-container {
  padding: 30px 0px;
  background-color: #f2f2f2 !important;
}

.cta-container .cta-content-area-right.cta-content-area .cta-content {
  text-align: right;
}

.cta-container .cta-content-area-right.cta-content-area .cta-content .headline1 {
  max-width: 100%;
  text-align: right;
}

.knowledge-box .k-text h4 {
  text-transform: uppercase;
}

.kubernetes-page .webinar-section .justify-left {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kubernetes-page .webinar-section h1,
.kubernetes-page .webinar-section h3 {
  text-align: center;
}

.kubernetes-page .global-header .logo {
  margin: 0 auto !important;
  float: none !important;
}

.category-listing-sec ul li {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 1;
}

.category-listing-sec ul li a {
  text-decoration: none;
  color: #1d428a;
  font-size: 14px;
  line-height: 1;
}

.category-listing-sec {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}

.category-listing-sec h2 {
  font-weight: 400;
  font-size: 17px;
  color: #28333c;
  line-height: 1;
  margin: 0px 0px;
}

.category-listing-sec ul {
  margin: 0px 0px;
}

.category-listing-sec ul li a.active {
  font-weight: 700;
}

.knowledge-header-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.knowledge-center-categories>.container {
  margin: 0 auto;
}

.left-sec h2 {
  font-size: 25px;
  color: #414042;
}

.right-sec a {
  text-decoration: none;
  color: #414042;
  font-size: 20px;
}

.knowledge-center-categories {
  padding: 70px 0px;
}

.knowledge-wrapper {
  display: flex;
}

.knowledge-center-categories .knowledge-box {
  flex: 0 0 23.12%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  background: #fff;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.knowledge-box .k-text {
  padding: 24px;
}

.knowledge-center-categories .knowledge-box:nth-child(4n) {
  margin-right: 0px;
}

.knowledge-center-categories .knowledge-box .k-text h4 {
  margin: 0px;
}

.knowledge-center-categories .knowledge-box .k-text p {
  font-size: 18px;
  color: #414042;
  font-weight: 300;
  line-height: 1.4;
}

.knowledge-center-categories .knowledge-box .k-text h4 a {
  font-size: 18px;
  color: #1957f1;
  text-decoration: none;
}

.knowledge-wrapper {
  flex-wrap: wrap;
}

.as-a-inner-sec img {
  height: auto;
}

.as-a-inner-sec h1 {
  margin: 0px;
}

.as-a-inner-sec .webinar-heading {
  padding-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.header-container-wrapper header.site-header {
  width: 100%;
  padding: 10px 58.5px 20px 78.5px;
}

.single-col-section.two-col-content-container .two-col-content-area .two-col-content-section {
  grid-template-columns: repeat(1, 1fr);
}

footer .logo-certs img:last-child {
  max-width: 80px;
}


/*26-05-21*/
/*----------- Thankyou page ------------*/

.thankyou-banner2021-text{
    text-align: center;
    padding: 100px 20px;
    position: relative;
    z-index: 10;
}
.thankyou-banner2021-text h1{
    color: #fff;
}
.thankyou-banner2021-text p {
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0 25px;
    color: #fff;
}
.thankyou-banner2021-text a.blue-btn{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #fff !important;
    text-align: center;
    padding: 14px 24px;
    background-color: #12ACDC;
    border-radius: 2px;
    transform: translatey(0px);
    text-decoration: none;
    transition: .3s;
    font-family: Inter,sans-serif;
    font-style: normal;
    box-sizing: content-box !important;
    vertical-align: middle;
    cursor: pointer;
}
.thankyou-banner2021-text a.blue-btn:hover{
    box-shadow: 0 10px 14px 0 rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}
.recomended-sec{
  padding: 75px 0 25px;
}
.recomended-sec-title h2{
   text-align: center;
   font-size: 36px;
   margin-bottom: 50px;
}
.recomended-sec-outer {
    display: flex;
    max-width: 880px;
    margin: 0 auto;
    justify-content: space-between;
}
.recomended-sec-outer > * {
    flex-basis: 49%;
    max-width: 49%;
    background-color: #f7f8f9;
}
.recomended-sec-img img {
    height: 250px !important;
    object-fit: cover;
    width: 100%;
}
.recomended-title-text-btn {
    padding: 25px 20px;
    text-align: center;
}
.recomended-sec-title h4 {
    color: #124677;
    font-size: 20.8px;
}
.recomended-sec-text p {
    margin: 20px 0;
    color: #4f5b66;
    font-weight: 200;
    font-size: 18px;
}
.recomended-sec-btn a.blue-white-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 14px 24px;
    background-color: #12acdc;
    border-radius: 2px;
    transform: translatey(0px);
    transition: .3s;
    display: inline-block;
}
.recomended-sec-btn a.blue-white-btn:hover{
    box-shadow: 0 10px 14px 0 rgb(0 0 0 / 20%);
    transform: translateY(-2px);
}

/*------- responsive ---------*/

@media (max-width: 991px) {
   
  .recomended-sec-img img {
      height: 205px !important;
      object-fit: cover;
      width: 100%;
   }
}

@media (max-width: 767px) {
  
   .thankyou-banner2021-text {
         padding: 60px 20px;
    }
   .recomended-sec{
         padding: 25px 0 0;
   }
   .recomended-sec-outer {
        display: flex;
        max-width: 369px;
        flex-wrap: wrap;
    }
   .recomended-sec-outer > * {
       flex-basis: 100%;
       max-width: 100%;
       margin-bottom: 30px;
    }
  .recomended-sec-outer > *:last-child{
      margin-bottom: 0;
   }
  .recomended-sec-img img {
      height: auto !important;
      object-fit: cover;
      width: 100%;
   }
}


/*26-05-21*/
/*----------- Thankyou page ends ------------*/

/*--- 28-05-21 ----*/
/* certification start*/

.team-boxes .certs .cert-azure-admin {
    background-image: url(https://3407169.fs1.hubspotusercontent-na1.net/hubfs/3407169/About%20Us%202021/azure-administrator-associate-600x600.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0 0 0 26px;
    background-size: 18px 20px;
}
.team-boxes .certs .cert-azure-secu-eng {
    background-image: url(https://3407169.fs1.hubspotusercontent-na1.net/hubfs/3407169/About%20Us%202021/azure-security-engineer-associate600x600.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0 0 0 26px;
    background-size: 18px 20px;
}
.team-boxes .certs .cert-azure-dev-eng {
    background-image: url(https://3407169.fs1.hubspotusercontent-na1.net/hubfs/3407169/About%20Us%202021/cert-expert-devops-engineer-600x600.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0 0 0 26px;
    background-size: 18px 20px;
}
.team-boxes .certs .cert-azure-sol-achi {
    background-image: url(https://3407169.fs1.hubspotusercontent-na1.net/hubfs/3407169/About%20Us%202021/azure_solutions_architect_-_expert_600x600.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 0 0 0 26px;
    background-size: 18px 20px;
}


/* certification end*/



@media (min-width: 980px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2 {
    margin: 0px 20px 0px 0px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:first-child {
    width: 200px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:nth-child(2) {
    width: 230px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:nth-child(3) {
    width: 120px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:last-child {
    width: 110px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  header.site-header nav.site-nav .hs-menu-wrapper>ul li>ul li a:hover {
    width: auto !important;
  }
}

@media(min-width:1400px) {
  .revel-health-case-study-page .container {
    max-width: 1366px;
    padding: 0 2%;
    margin: 0 auto;
  }
}

@media(max-width:1200px) and (min-width: 980px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:first-child {
    width: 180px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:nth-child(2) {
    width: 220px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:nth-child(3) {
    width: 130px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child>ul li.hs-menu-depth-2:last-child {
    width: 130px !important;
  }
}

@media(max-width:1200px) {
  * {
    box-sizing: border-box;
  }
  header.site-header {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
  .cta-2col-container {
    padding: 1px 80px 60px 80px;
    margin-top: 70px;
  }
  .tab-pane {
    padding: 60px 150px 40px;
  }
  .client-logos img {
    padding: 15px 15px 15px;
  }
  .testimonial-slider__area {
    padding: 80px 100px 40px;
  }
  .simple-three-column-container .simple-three-column-section {
    margin: 50px auto 0;
  }
  #hs_cos_wrapper_widget_1564099295398 {
    min-height: auto;
  }
  .header-container-wrapper header.site-header {
    padding: 10px 20px 20px 20px;
  }
}

@media(max-width:1199px) {
  h1,
  .headlines h1,
  .content-center h1.center {
    font-size: 50px;
  }
  .homepage-hero {
    min-height: 420px !important;
  }
  .overlay {
    padding: 50px 0 0;
  }
  .hover-text,
  .column-content.mobile-link p,
  .column-content h4 {
    font-size: 14px !important;
    margin: 0;
    font-weight: 400;
    color: #000;
  }
  .colspan {
    height: 220px;
  }
  .simple-four-column-static {
    height: 420px;
  }
  .simple-four-column-container .simple-four-column-area h4.simple-four-content-headline,
  .mobile-link h4.icon-headline {
    font-size: 16px;
    padding: 0;
  }
  .mobile-link h4.icon-headline {
    font-size: 16px !important;
  }
  .float-columns {
    margin: 0px auto 0;
  }
  .bottom-interior-cta-container {
    height: 100%;
  }
  .left-sec-inner {
    padding: 60px 30px 0 30px;
  }
  .new-left-right-section .left-right-wrapper .right-sec .right-sec-inner {
    padding: 60px 30px 60px;
  }
  .right-sec-inner {
    padding: 60px 30px 0px 0;
  }
  .banner-inner {
    padding: 45px 10px;
  }
  .knowledge-center-categories .knowledge-box {
    flex: 0 0 22.6%;
  }
  .as-a-inner-sec {
    max-width: 90%;
    margin: 0 0 0 auto;
  }
}

@media(max-width:991px) {
  .knowledge-center-categories .knowledge-box {
    flex: 0 0 31.663%;
  }
  .knowledge-wrapper {
    flex-wrap: wrap;
  }
  .knowledge-center-categories .knowledge-box:nth-child(4n) {
    margin-right: 2.5%;
  }
  .knowledge-center-categories .knowledge-box:nth-child(3n) {
    margin-right: 0px;
  }
}

@media(max-width:979px) {
  /*   #mobile-nav {
  top: 72px !important;
} */
  #mobile-nav li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-menu-depth-2 a:after {
    display: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    top: 0;
  }
  header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul li a:hover {
    background: transparent !important;
  }
  header.site-header nav.site-nav .hs-menu-wrapper>ul li.hs-menu-depth-1.hs-item-has-children:first-child ul .hs-item-has-children ul .hs-menu-item.hs-menu-depth-3 a:hover {
    background: transparent !important;
  }
  #mobile-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  #mobile-nav ul li {
    flex: 0 0 100%;
  }
  #mobile-nav ul li.active-branch.active ul.active-branch {
    display: block !important;
  }
  #mobile-nav ul li.active-branch ul.active-branch {
    display: none !important;
  }
  .site-header .mobile-open a.toggle {
    font-size: 24px;
    float: right;
    margin: 0;
    top: 15px;
  }
  header.site-header .toggle.close .fas {
    margin: 5px 4px 5px 3px;
  }
  #mobile-nav .hs-item-has-children>a::after {
    right: 15px;
  }
  #mobile-nav {
    top: 55px;
  }
  #mobile-nav ul li a {
    width: 100%;
    max-width: 100%;
  }
  .quote-icon {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    min-height: auto;
  }
  .conf-page .hitrust-text .main-content {
    width: 100%;
  }
  .left-sec-inner h3 {
    font-size: 20px;
  }
  .left-sec-inner h2,
  .right-sec-inner h2 {
    font-size: 32px;
  }
  footer .site-footer .footer-col,
  footer .footer-legals .footer-col {
    flex: 0 0 33.33%;
  }
}

@media(max-width:768px) {
  #left-col {
    padding: 0 !important;
  }
  .homepage-hero {
    min-height: 100% !important;
  }
  .simple-four-column-static {
    height: 100%;
    width: 25%;
    text-align: center;
  }
  .simple-four-column-cell {
    flex: 0 0 25%;
    min-height: 220px;
  }
  h1,
  .headlines h1,
  .content-center h1.center {
    font-size: 42px !important;
    margin-bottom: 15px !important;
  }
  .bottom-interior-cta-container .cta-area .cta-headline h3 {
    font-size: 20px;
  }
  .simple-four-column-container {
    padding: 50px 0px 0;
  }
  .cta-2col-container {
    padding: 60px 80px 60px 80px;
    margin-top: 50px;
  }
  .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .tab-pane {
    padding: 40px 40px 40px;
  }
  .testimonial-slider__area {
    padding: 60px 40px 40px;
  }
  .cta-2col-container {
    padding: 0;
    margin-top: 20px;
  }
  .float-columns .headlines {
    width: 100% !important;
    padding: 10px 0px 10px;
  }
  #left-col {
    margin-bottom: 0 !important;
  }
  .no-margin-banner #main-content {
    margin-top: -20px;
  }
  .hipaa-page .container {
    padding-top: 0px;
  }
  .healthcare-providers-oxygen-bg .float-columns .headlines {
    width: 100%;
    padding: 20px 0 0 !important;
  }
  .healthcare-providers-oxygen-bg .col1-text {
    width: 100% !important;
    padding: 0 0px 10px 0px !important;
    margin: 0 !important;
  }
  .extra-heading-padding {
    padding-top: 0;
  }
  /*   .healthcare-providers-oxygen-bg .box-img img.bottom {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
} */
  .top {
    display: none;
  }
  .about-us-page h2 br {
    display: none;
  }
  .about-us-page .team-boxes .team-member:hover {
    -webkit-transform: scale3d(1, 1, 1) !important;
    transform: scale3d(1, 1, 1) !important
  }
  .team-boxes .team-member {
    margin: 0px auto;
    background-size: 200px;
    min-height: auto;
  }
  .team-member img {
    height: 220px !important;
  }
  .team-boxes {
    padding-bottom: 0;
  }
  .about-us-page h2 {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .container-4col {
    margin-top: 30px;
  }
  .blog-body-section h2 a {
    display: inline-block;
    text-align: left;
  }
  .as-a-inner-sec {
    max-width: 90%;
    margin: 0 auto 0 auto;
  }
}

@media(max-width:767px) {
  .landing-page .hitrust-text .row-fluid {
    display: grid !important;
  }
  .landing-page .hitrust-text .row-fluid>div {
    order: 2 !important;
  }
  .landing-page .hitrust-text .row-fluid .right {
    order: 1 !important;
  }
  .simple-four-column-cell,
  .flex-wrap {
    flex: 0 0 100%;
    min-height: auto;
    margin: 10px auto;
    padding: 15px 15px !important;
    box-sizing: border-box;
    max-width: 360px;
  }
  .flex-column {
    padding: 0;
  }
  .simple-four-column-static {
    width: 100%;
  }
  .simple-four-column-container .simple-four-column-area .simple-four-column-box .headline-text {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px !important;
    text-align: center;
    box-sizing: border-box;
  }
  .simple-four-column-container .simple-four-column-area .simple-four-column-box h2.simple-headline1 {
    text-align: center;
  }
  .simple-four-column-container .simple-four-column-area .simple-four-column-box h3.simple-headline2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .simple-four-column-container .simple-four-column-area h4.simple-four-content-headline,
  .mobile-link h4.icon-headline {
    margin-bottom: 10px;
  }
  h1,
  .float-columns .headlines h1,
  .content-center h1.center {
    font-size: 30px !important;
    margin-top: 0 !important;
  }
  .tabber-v2 header h3,
  .summary p,
  .summary a {
    font-size: 16px;
  }
  .float-columns .headlines h3,
  .cta-2col-container .cta-content-area p,
  .content-center h3.center {
    font-size: 16px;
  }
  .cta-pad {
    width: auto;
  }
  .cta-pad a.cta_button {
    max-width: max-content;
    margin: 0 auto;
  }
  #main-content h1 {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  h1,
  .headlines h1,
  .simple-three-column-container .simple-three-column-area .simple-headline-section h2.simple-headline1,
  .tabber-v2 header h2,
  .content-center h1.center,
  .headline-text h2.headline1,
  .blog-body-section h2 a,
  .about-us-page h2 {
    font-size: 34px !important;
  }
  .headlines h3,
  .testimonial-slider__slide-quote p,
  .simple-three-column-container .simple-three-column-area .simple-headline-section h4.simple-headline2,
  .content-center h3.center,
  .cta-container .cta-content-area .cta-content .headline2,
  .headline-text h3.headline2 {
    font-size: 16px;
  }
  .headline-text h2.headline1 {
    margin-bottom: 0;
  }
  .overlay {
    min-height: auto;
  }
  .bottom-interior-cta-container .cta-area .cta-headline h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .ct-home.bottom-interior-cta-container {
    height: auto;
    padding-bottom: 60px !important;
  }
  .tabber-wrap {
    margin: 40px 0 0;
  }
  .toggle-image,
  .toggle-content {
    width: 100%;
    padding: 0 !important;
  }
  .tab-pane .toggle-image img {
    width: 100%;
    margin-bottom: 15px;
  }
  .testimonial-slider__slide-headline h3 {
    font-size: 18px;
  }
  .testimonial-slider__slide-content-left {
    margin-bottom: 15px;
  }
  .testimonial-slider__slide-content-right .testimonial-slider__slide-quote {
    background-size: 60px;
    padding: 60px 0 0 0;
    text-align: center;
  }
  footer .site-footer,
  footer .footer-legals {
    padding: 0 15px;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section {
    width: 100%;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section .col1 .two-col-content-section-content,
  .cta-container .cta-content-area .cta-content {
    padding: 0;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section .col1 .two-col-content-section-content ul li,
  .two-col-content-container .two-col-content-area .two-col-content-section .col2 .two-col-content-section-content ul li,
  .two-col-content-container .two-col-content-area .two-col-content-section p,
  .competencies-list ul li {
    font-size: 16px;
  }
  .ct-subpages .competencies-intro p {
    font-size: 16px !important;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section img,
  .cta-2col-container .float-columns .bottom-text p {
    margin: 0px auto 0px auto;
  }
  .cta-container,
  .two-col-content-container .two-col-content-area {
    padding: 40px 15px;
  }
  .cta-2col-container .cta-content-area .column1,
  .cta-2col-container .cta-content-area .column2 {
    margin: 10px auto;
    width: 100%;
    box-sizing: border-box;
  }
  .cta-2col-container .cta-content-area {
    margin: 0 auto;
    padding: 0 0px 30px 0px;
    display: flex !important;
    width: 100%;
    box-sizing: border-box;
  }
  .managed-cloud .two-col-content-section img,
  .ct-subpages .competencies-list ul {
    width: 100% !important;
  }
  .cta-2col-container h3 {
    text-align: center;
  }
  .cta-2col-container .cta-content-area .column1.full {
    padding: 10px 30px;
    width: 100%;
    min-height: auto;
    margin: 0;
  }
  .cta-2col-container .cta-content-area .column1.full p {
    font-size: 20px;
    text-align: center;
  }
  .cta-2col-container .cta-content-area {
    padding: 0;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section .col2 .two-col-content-section-content {
    padding: 0 !important;
  }
  .flex-wrap.content-center {
    max-width: 100%;
    padding: 0 !important;
  }
  .ct-subpages .competencies-list ul {
    padding-bottom: 0 !important;
  }
  .cta-2col-container .cta-content-area .column2 {
    margin-bottom: 30px !important;
  }
  .cta-guide.cta-container {
    padding: 30px 15px 20px 15px;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section {
    display: flex !important;
  }
  .case-studies .section-heading h3 {
    font-size: 16px;
  }
  .case-studies .c-text h2 {
    font-size: 26px;
  }
  .case-studies .c-text {
    padding: 24px 0 0;
  }
  .case-studies .case-wrapper .case-box {
    padding: 0 15px;
  }
  .py6 {
    padding-bottom: 10px;
  }
  .case-studies .case-wrapper .case-box:last-child {
    margin-bottom: 0;
  }
  .section-faq {
    padding: 48px 15px 0;
  }
  .section-faq .container {
    margin-bottom: 0;
  }
  .about-us .summary p,
  .about-us .summary a {
    font-size: 16px;
  }
  .about-us .container {
    padding-top: 30px;
  }
  .cloud-creds-blue-section .container-4col .column-4col {
    width: 100% !important;
    padding: 15px 3%;
    min-height: auto;
  }
  .cloud-creds-blue-section h4.icon-headline,
  .knowledge .section-heading h3 {
    font-size: 16px;
  }
  .careers-page .section-heading h3 {
    margin-bottom: 0;
  }
  .client-logos {
    width: 100%;
  }
  .ct-pricing {
    padding: 60px 10px;
  }
  .base-class.ct-pricing iframe {
    max-width: 100%;
    width: 100% !important;
  }
  .contact-page {
    margin-top: 0 !important;
  }
  h2 {
    font-size: 24px;
  }
  .new-landing-page .webinar-heading .full-width {
    line-height: 1.3 !important;
    text-align: center;
  }
  .new-landing-page .webinar-heading h3 {
    font-size: 16px;
    text-align: center;
  }
  .landing-page .py2,
  .conf-page .py2 {
    min-height: auto;
  }
  .left-align .container,
  .conf-page .container {
    padding: 100px 25px 0;
  }
  .new-healthcare .title-background.full-width {
    padding-top: 90px !important;
  }
  .simple-three-column-container .simple-three-column-section .simple-three-column .three-icon img {
    object-fit: contain;
    width: 100px;
    height: auto;
    margin-bottom: 15px;
  }
  .simple-three-column-container .simple-three-column-section .simple-three-column {
    max-width: 360px;
    margin: 15px auto !important;
  }
  .sidebar.right h3 {
    font-size: 22px;
  }
  .title-background.overlay {
    min-height: auto;
    padding-bottom: 20px !important;
  }
  .title-background.overlay h1 {
    line-height: 42px;
    width: 100%;
    text-align: center !important;
    max-width: 100% !important;
  }
  .main-content {
    padding-bottom: 0 !important;
  }
  .hero-321 h1 {
    width: 100% !important;
  }
  .content-center h3.center,
  .headline-text {
    padding: 0 15px;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section .col1 {
    width: 100%;
    flex: auto;
    padding: 0 !important;
  }
  .simple-three-column-container .simple-three-column-section .simple-three-column .three-icon img {
    margin-bottom: 0;
  }
  .main-content ul {
    padding: 0;
  }
  .main-content ul li {
    font-size: 16px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .quote-text {
    padding-right: 0;
  }
  .new-healthcare .webinar-video-confirmation {
    padding-right: 0;
    padding-top: 70px;
  }
  .footer-container-wrapper .footer-quote .bottom-quote {
    padding: 0;
  }
  .footer-quote {
    padding: 50px 20px !important;
  }
  .absolute a {
    font-size: 14px !important;
  }
  .quote-icon img {
    float: left;
  }
  .custom-banner h1 {
    font-size: 30x !important;
  }
  .two-col-content-section-content video {
    width: 100%;
  }
  .column1.full .col1-text.quote {
    background-position: center 20px;
  }
  .simple-three-column-section .three-image img {
    max-width: 150px;
  }
  .simple-three-column-section .three-image img:last-child {
    margin-bottom: 0;
  }
  .ceros-frame {
    min-height: auto;
  }
  .py6 {
    padding-top: 3rem;
  }
  .knowledge .knowledge-wrapper .knowledge-box:last-child {
    margin-bottom: 40px;
  }
  .careers-grid>div {
    padding: 20px 15px;
  }
  .title-background.overlay h1,
  .full-width.title-background.overlay h1 {
    line-height: 42px;
  }
  .main-content ol {
    padding-left: 15px;
  }
  .new-healthcare .webinar-section {
    padding: 0 !important;
  }
  .new-healthcare .webinar-section .overlay {
    min-height: auto;
  }
  .contact-page .contact-form {
    padding: 48px 15px;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section a {
    width: auto !important;
    text-align: center !important;
    max-width: max-content;
    margin: 0 auto;
  }
  .banner-inner p {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .banner-inner {
    padding: 30px 0;
  }
  .left-sec-inner {
    padding: 40px 15px 40px 15px;
  }
  .left-right-wrapper .left-sec {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .left-right-wrapper .right-sec {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .left-right-wrapper {
    flex-wrap: wrap;
  }
  .right-sec-inner {
    padding: 40px 15px 40px 15px;
    height: 100%;
  }
  .right-sec-inner p:last-child {
    margin-bottom: 0;
  }
  .new-left-right-section .left-right-wrapper .left-sec {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-left-right-section .left-right-wrapper .right-sec .right-sec-inner {
    padding: 40px 15px 40px;
  }
  .new-left-right-section .left-right-wrapper .right-sec {
    padding: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-left-right-section .left-right-wrapper .right-sec .right-sec-inner h4 {
    margin-top: 0;
  }
  .container {
    padding: 0 15px;
  }
  .case-studies .c-text h2 a {
    font-size: 26px;
  }
  .knowledge .knowledge-wrapper .knowledge-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0% 15px 0;
  }
  .knowledge .knowledge-wrapper .knowledge-box:nth-child(3n) {
    margin-right: 0;
  }
  .grid-golden .g-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .grid-golden .g-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid-golden .g-text p {
    margin-top: 0 !important;
  }
  .grid-golden .g-text p .cta_button {
    margin: 10px 0 !important;
    display: inline-block;
  }
  .grid-golden .g-text h3 {
    margin-bottom: 0 !important;
    margin-top: 20px;
  }
  .grid-golden {
    flex-wrap: wrap !important;
  }
  /* Form_Section_Start */
  .new-landing-page .content-wrapper.hitrust-text>div>.row-fluid {
    display: grid;
  }
  .new-landing-page .content-wrapper.hitrust-text>div>.row-fluid .main-content {
    order: 1;
  }
  .new-landing-page .hitrust-text .main-content {
    padding-bottom: 30px !important;
  }
  /* Form_Section_End */
  .healthcare-providers-video-section-with-sidebar.two-col-content-container .two-col-content-area .two-col-content-section .col1 {
    margin: 20px 0px 0px;
  }
  .title-background.overlay h1.full-width,
  .full-width.title-background.overlay h1.full-width {
    line-height: 42px;
  }
  .category-listing-sec {
    flex-wrap: wrap;
  }
  .category-listing-sec h2 {
    flex: 0 0 97%;
    text-align: center;
    margin-bottom: 24px;
  }
  .category-listing-sec ul {
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
  .knowledge-center-categories .knowledge-box {
    flex: 0 0 100%;
    margin-right: 0px;
  }
  .k-image img {
    width: 100%;
  }
  .as-a-inner-sec .webinar-heading {
    padding-left: 0px;
  }
  .as-a-inner-sec .webinar-heading h1 {
    padding: 0px;
  }
  .knowledge-center-categories {
    padding: 50px 0px 0px;
  }
}

@media(max-width:639px) {
  .headlines {
    width: 100%;
  }
  .overlay {
    padding: 20px 0 0 !important;
  }
  .ct-home.bottom-interior-cta-container {
    padding-bottom: 40px !important;
  }
  .simple-four-column-container {
    padding: 40px 0px 0;
  }
  .simple-four-column-static {
    width: 100%;
    margin: 0 0 15px;
  }
  .cta-2col-container {
    padding: 40px 15px 40px 15px;
    margin-top: 20px;
  }
  #main-content .cta-2col-container {
    padding: 0px 15px 0px 15px;
    margin-top: 0px;
  }
  #main-content .float-columns .headlines {
    padding: 0px 0 20px !important;
  }
  .float-columns .headlines {
    width: 100% !important;
    padding: 20px 0 50px !important;
    box-sizing: border-box;
  }
  .cta-2col-container .cta-content-area .column1,
  .cta-2col-container .cta-content-area .column2 {
    padding: 20px 20px;
    width: 95%;
  }
  .tabber-v2 .page-center {
    padding: 40px 0 0;
  }
  .simple-three-column-container .simple-three-column-area .simple-headline-section h2.simple-headline1,
  .tabber-v2 header h2 {
    font-size: 30px;
  }
  .tabber-v2 .tabber-wrap ul li.title a {
    font-size: 14px;
  }
  .tab-pane {
    padding: 40px 0px 40px;
  }
  .testimonial-slider__area {
    padding: 50px 15px 40px;
  }
  .simple-three-column-container .simple-three-column-area .simple-headline-section {
    padding: 0 0px;
  }
  .simple-three-column-container .simple-three-column-area .simple-headline-section h2.simple-headline1 {
    margin-top: 15px;
  }
  .simple-three-column-container .simple-three-column-section {
    margin: 30px auto 0;
    padding: 0 0px;
  }
  footer .site-footer,
  footer .footer-legals {
    justify-content: flex-start;
    padding: 0 15px !important;
    box-sizing: border-box;
  }
  footer .site-footer,
  footer .footer-legals {
    text-align: left;
  }
  .copyright {
    text-align: left;
    margin: 20px 0px;
  }
  .footer-legals.flex {
    margin-bottom: 20px;
  }
  .box-img {
    min-height: 220px;
  }
  .box-img img.top,
  .box-img img.bottom {
    width: 260px;
  }
  .bottom-interior-cta-container .cta-area {
    width: 100%;
  }
  .offering {
    width: 90%;
  }
  .bottom-interior-cta-container .cta-area .cta-button,
  .bottom-interior-cta-container .cta-area .cta-button p {
    font-size: 16px;
    text-align: center;
  }
  .hitrust-header {
    min-height: auto;
  }
  .hitrust-text .sidebar.right {
    padding: 60px 15px 40px;
  }
  .simple-three-column-container .simple-three-column-section {
    margin: 0px auto 0;
  }
  .simple-three-column-container .simple-three-column-section .simple-three-column {
    margin: 15px auto;
  }
  .quote-text p {
    font-size: 16px !important;
  }
  .footer-col {
    margin: 10px 0;
  }
  .cloud-creds-aws-badge-section .hero-icons-icon img {
    height: auto;
    max-width: 150px;
  }
  .two-col-content-container .two-col-content-area .two-col-content-section img {
    margin: 15px 0;
  }
  .healthcare-providers-oxygen-bg .float-columns .headlines h1 {
    padding: 35px 0 0 0;
  }
  .healthcare-providers-oxygen-bg .box-img img.bottom {
    width: 220px;
    height: auto;
    padding: 15px 0px 30px 0 !important;
  }
  .cta-2col-container .cta-content-area .column1.full {
    max-width: 100%;
  }
  .aws-sellers-oxygen-section .box-img {
    min-height: auto;
    margin: 0 auto;
  }
  .cta-2col-container .cta-content-area .column1.full {
    max-width: 100%;
    margin: 0 !important;
  }
  .cta-container.whitebg.verge.orange {
    padding: 50px 15px;
  }
  .hs-responsive-embed-wrapper {
    max-width: inherit !important;
    min-width: auto !important;
  }
  .new-healthcare .webinar-video-confirmation {
    padding-top: 30px;
  }
  footer .site-footer .footer-col,
  footer .footer-legals .footer-col {
    flex: 0 0 50%;
  }
  footer .site-footer .footer-col .social ul {
    justify-content: flex-start;
  }
  .category-listing-sec ul li {
    margin-bottom: 12px;
  }
  .category-listing-sec ul {
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
}

@media(max-width:479px) {
  .title-background.overlay h1.full-width,
  .full-width.title-background.overlay h1.full-width {
    padding: 0;
  }
  .tabber-wrap.blog-tabber .tabber-tabs {
    margin: 0;
    width: 100%;
    border: 0 !important;
  }
  .tabber-wrap.blog-tabber .tabber-tabs .title {
    margin: 0;
  }
  .tabber-wrap.blog-tabber .tabber-tabs .title a {
    width: 100%;
    box-sizing: border-box;
  }
  .tabber-wrap {
    margin: 10px 0 0;
  }
  .toggle-content h4,
  .toggle-content p {
    width: 100%;
  }
  .toggle-button a.blue-btn {
    width: auto;
    max-width: max-content;
    margin: 0 auto;
  }
  a.cta_button span {
    font-size: 14px !important;
  }
  .tab-pane {
    padding: 8px 0px 40px;
  }
  .simple-four-column-cell {
    padding: 10px 15px !important;
  }
  .tab-pane .toggle-image img {
    width: 100%;
    margin-bottom: 0;
  }
  .testimonial-slider__slide-headline h3 {
    font-size: 16px;
  }
  .client-logos img {
    width: 90px !important;
  }
  .simple-four-column-container .simple-four-column-area h4.simple-four-content-headline,
  .mobile-link h4.icon-headline {
    padding-bottom: 0;
  }
  .box-img img.top,
  .box-img img.bottom {
    width: 220px;
  }
  .box-img {
    min-height: 180px;
  }
  .cta-button a.cta_button {
    width: 100% !important;
  }
  .webinar-section.hero-icons .content-left img {
    max-width: 180px;
  }
  .webinar-section.hero-icons .content-left .full-width {
    line-height: 42px !important;
  }
  .webinar-section.hero-icons .content-left h3 {
    padding: 0;
    font-size: 16px;
  }
  .full-width.title-background.overlay h1 {
    line-height: 44px;
  }
  footer .site-footer .footer-col,
  footer .footer-legals .footer-col {
    flex: 0 0 100%;
  }
  .category-listing-sec ul li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0px;
  }
  .right-sec a {
    font-size: 15px;
  }
  .left-sec h2 {
    font-size: 17px;
  }
}


/* ------------------------------ */

.banner-with-image .summary {
  padding: 0px;
}

.banner-with-image .offering-section {
  display: flex;
  /* justify-content: space-between; */
  margin: 30px 0px 0px;
}

.banner-with-image .col-12.summary.pt2.pb3 {
  flex: 0 0 60%;
  margin-right: 30px;
  text-align: left;
}

.banner-with-image .offering-section a.cta_button {
  display: inline-block !important;
}

.banner-with-image .offering-image {
  flex: 0 0 37.3333%;
}

.banner-with-image .offering-image img {
  width: 100%;
  height: auto;
  /* vertical-align: bottom; */
}

.banner-with-image .col-12.summary.pt2.pb3 p:first-child {
  margin-top: 0px;
}

.banner-with-image .cta-content-area.light .cta-container .cta-content-area .cta-content {
  padding-left: 40px !important;
}


/*  media -----------------------*/

@media(max-width: 1199px) {
  .banner-with-image .container {
    padding: 20px 15px;
  }
}

@media(max-width:991px) {
  .banner-with-image .offering-image img {
    width: 100%;
  }
  .footer-legals.flex .logo-certs {
    text-align: center;
  }
  .footer-legals.flex {
    justify-content: center;
  }
}

@media(max-width: 767px) {
  .banner-with-image .offering-section {
    display: flex;
    flex-wrap: wrap;
  }
  .banner-with-image .col-12.summary.pt2.pb3 {
    flex: 0 0 100%;
    margin-right: 0px;
    text-align: center;
    order: 2;
    margin-top: 30px;
  }
  .banner-with-image .offering-image {
    flex: 0 0 100%;
  }
}