/* @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    */
/*****************************************/


body * {
  font-family: 'Mulish',sans-serif;
}
code {
    font-family: Inconsolata !important;
    background-color: #F2F4F5 !important;`
    color: #2B2B2B !important;
}
.header-container-wrapper {
  position: initial;
}
.article-content a:not(.button) {
    color: #00bf7e !important;
}
.header-container {
  padding: 0px !important;
}
.section-title, .section-title span {
    text-align: center;
    font-size: 22px;
    color: #1f4ca1;
    font-weight: bold;
    padding-top: 60px;
}
.article {
    position: relative;
    min-height: 460px;
    margin-top: 40px;
    padding-bottom: 80px;
    border-bottom: 1px solid #c2c2c2;
}
.border-div{
    width: 520px;
    height: 370px;
    position: absolute;
    border: 1px solid #525252;
    right: -30px;
    top: -20px;
    z-index: -99999;
}
.article .small-6:last-child {
    text-align: right;
}

.article-name, .article-name * {
    font-size: 30px;
    color: #525252;
    font-weight: bold;
}
.article-published {
  padding-bottom: 20px;
  font-size: 16px;
  color: #00b77f;
}
.hidden-article {
  display: none;
}
#show-more {
    background-color: #f25555;
    color: #fff;
    padding: 13px 20px;
    border-radius: 7px;
    margin-top: 40px;
    cursor: pointer;
}
.picks-article:first-child {
    padding-right: 30px;
}
.picks-article:last-child {
    padding-left: 30px;
}
.picks-article:nth-child(2) {
    padding: 0px 15px;
}
.picks {
    padding-bottom: 60px;
}
.picks-article {
    margin-top: 40px;
}
.picks .article-name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.article-author {
    font-size: 16px;
    color: #1f4ca1;
    cursor: pointer;
}
.topic-div {
    margin-top: 40px;
}
.topic-div:nth-child(3n+3) {
    padding-left: 60px;
}
.topic-div:nth-child(3n+1) {
    padding-right: 60px;
}
.topic-div:nth-child(3n+2) {
    padding-left: 30px;
    padding-right: 30px;
}
.topic-box {
    background-color: #fff;
    padding: 15px 20px;
    position: relative;
    box-shadow: 0 0 10px -5px #000;
}
.topic-box span {
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}
.topic-box img {
    width: 45px;
    position: absolute;
    right: 8px;
    top: 8px;
}
.topic-btn {
    padding-top: 53px;
    text-align: center;
}
.topic-btn a {
    background-color: #f25555;
    color: #fff;
    padding: 13px 50px;
    border-radius: 7px;
    margin-top: 66px;
    cursor: pointer;
}
.topics {
    background-color: #fff;
}
.section-title,.section-title span {
    text-align: center;
    font-size: 30px;
    color: #525252;
    font-weight: 600;
    padding-top: 40px;
    padding-bottom: 40px;
}
.article-summary img {
  display: none !important;
}
.article-summary{
  font-size: 15px;
}
.read-more a {
  font-weight: 600;
  border-radius: 45px;
  cursor: pointer;
  background-color: #00b77f;
  color: #fff;
  border: 1px solid #00b77f;
  padding: 15px 30px;
  font-size: 14px;
}
.read-more {
  padding-top: 40px;
}
.blog-pagination {
    padding: 20px 0px 80px 0px;
    display: flex;
    justify-content: center;
}
.article-info {
  width: 20%;
  float: left;
  padding-right: 40px;
  padding-top: 10px;
}
.article-info .tag-list a.topic-link {
  padding: 5px 10px !important;
}
.article-content {
  width: 80%;
  float: right;
}
.article-block {
  padding: 0px 0px 60px 0px;
  display: flex;
}
.maintence {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #133e8e;
}
.kc-footer-copyright a, .kc-footer-copyright a:hover, .kc-footer-copyright a:focus, .kc-footer-copyright a:active {
  color: #fff;
}
.article-content img {
  margin-bottom: 40px;
  margin-top: 40px;
}
ul.tag-list li {
    display: inline-flex;
    padding-right: 10px;
    padding-top: 10px;
}
.tag-list {
    padding-left: 0px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  margin-top: 20px;
}
ul.tag-list li a,ul.tag-list li a:hover,ul.tag-list li a:focus,ul.tag-list li a:active,ul.tag-list li a:visited {
  text-decoration: none;
  border: 2px solid #c0c0c0;
  padding: 2px 3px;
}
.hs-form-booleancheckbox input {
  height: auto !important;
}
.hs-form-booleancheckbox span {
  color: #fff;
}
.featured-head-text{
  font-size: 17px;
  font-style: italic;
  color: #525252;
  padding-bottom: 15px;
}
.featured-title{
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #525252;
}
.featured-title span{
  color: #00b77f;
}
.featured-par{
  font-size: 20px;
  font-weight: 500;
  color: #525252;
}
.featured-article .read-more{
  padding-top: 40px;
}
.featured-article .read-more a {
  font-weight: 600;
  border-radius: 45px;
  cursor: pointer;
  background-color: #fff;
  color: #525252;
  border: 1px solid #525252;
  padding: 15px 30px;
  font-size: 14px;
}
.featured-article .read-more a:hover {
  background-color: #525252;
  color: #fff;
  border: 1px solid #525252;
  opacity: 1.0;
}
.hs-blog-social-share .hs-blog-social-share-item {
    float: right;
    margin-right: 10px;
}


/*.sub-form form {
  max-width: 600px !important;
  margin: 0 auto !important;
}
.sub-form {
  background-color: #1f4ca1;
  padding: 60px 0px;
  display: flex;
  position: relative;
}
.sub-form a, .sub-form a:active, .sub-form a:focus, .sub-form a:hover {
  color: #fff;
}
#sub-form {
  position: absolute;
  top: -130px;
}
.hs-input[type="checkbox"], .hs-input[type="checkbox"]:focus {
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 4px !important;
  margin-right: 10px !important;
  outline: 0 !important;
  appearance: auto !important;
}
.hs-input[type="email"], select.hs-input {
  border: 0px !important;
}
.hs-form-booleancheckbox-display span {
  vertical-align: 10% !important;
  color: #fff !important;
  display: inline;
}
input.hs-button[type="submit"], input.hs-button[type="submit"]:focus, input.hs-button[type="submit"]:hover, input.hs-button[type="submit"]:active {
    background-color: #f25555;
    color: #fff;
    border: 0;
    padding: 10px 60px;
}
.hs-error-msg, .hs-error-msg * {
  color: #fff !important;
}
.hs-form-field>label {
    display: none;
}*/
.sub-title-1, .sub-title-2, .sub-title-3 {
    max-width: 600px !important;
    margin: 0 auto !important;
    color: #fff !important;
}
.sub-title-1 {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sub-title-2 {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 10px;
}
.sub-title-3 {
    font-size: 25px;
    padding-bottom: 30px;
}
.submitted-message * {
  color: #fff;
}
.header-container {
  background: #fff;
}
.blog-pagination .previous-posts-link {
  float: none;
  margin-right: 30px;
}
.blog-pagination .next-posts-link {
  float: none;
}
.article .small-12:first-child {
    padding-right: 50px;
}
/*.maintence {
  display: none;
}*/
/* a strong {
    color: #fff;
} */
.article-block-mobile {
  display: none; 
}

.banner .info-links a {
    color: #fff;
    border: 2px solid #fff;
    padding: 7px 15px;
    margin-left: 20px;
  display: inline-block;
  min-width: 160px;
  text-align: center;
}
.banner .info-links {
  padding-bottom: 25px;
}
.banner .info-links a:first-child {
    margin-left: 0px;
}
.blog-pagination a,.blog-pagination a:hover {
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
.blog-pagination .previous-posts-link img {
  width: 45px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 16px;
}
.blog-pagination .next-posts-link img {
  width: 45px;
  margin-left: 16px;
}
.lastest-articles {
    padding: 60px 0px;
}
.im-banner {
    display: flow-root;
    margin: 60px 0px;
}
.im-banner-bg {
  background-image: url(https://5408110.fs1.hubspotusercontent-na1.net/hubfs/5408110/CloudLinuxBlog/Imunify-blog.png);
  padding: 60px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.im-banner h2.title {
    font-size: 45px;
    font-weight: 800;
  padding-bottom: 20px;
}
.im-banner a {
    border: 1px solid #333;
    padding: 10px 20px;
  cursor: pointer;
}
.picks .section-title {
  padding-bottom: 20px;
}
.picks .content img {
    display: none;
}
.picks .top-part .left {
  width: 40%;
  float: left;
}
.picks .top-part .right {
  width: 60%;
  float: right;
  padding-left: 20px;
}
.picks .top-part {
  display: flex;
  min-height: 160px;
}
.featured-box {
    box-shadow: 0px 0px 10px -5px;
    padding: 40px;
    height: 100%;
}

.news-form .title {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 40px;
}
.hs_consent_given__c {
  float: left;
  width: 100%;
}
.hs_notification_frequency {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.hs_email {
  float: left;
  width: 50%;
  padding-right: 30px;
}
.hs_recaptcha {
  display: inline-flex;
}
.hs_submit {
  display: inline-flex;
    float: left;
    margin-right: 50px;
    margin-top: 5px;
}
input.hs-button.primary.large {
    background-color: unset;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 16px;
    color:#fff;
    outline: none;
    outline-width: 0;
}
.input .hs-input {
    border-radius: 20px;
    padding: 10px 25px;
    height: 45px;
    color: #9a9a9a;
}
#im-blog-menu-fixed .logo {
    padding: 17px 0px 2px 0px;
}
#im-blog-menu-fixed {
  background-color: #fff;
}
#im-blog-menu {
  padding-bottom: 10px;
}
.menu-items ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 13px 0px;
    padding-top: 3px;
    padding-left: 0px;
    min-height: 46px;
}
.menu-items a {
    font-weight: 600;
}
.menu-items li {
    float: left;
    margin-left: 20px;
}
input.hs-search-field__input {
    border-radius: 20px !important;
    border: 2px solid #333 !important;
    color: #333 !important;
    padding: 20px 20px !important;
    width: 230px !important;
}
.hs-search-field {
  width: 230px !important;
  position: relative !important;
  height: 45px !important;
}
.search-icon {
    position: absolute;
    right: 0;
    background-color: #333;
    padding: 7px 15px 13px 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.search-icon img {
    width: 15px;
}
.container-fluid .row-fluid .page-center {
  max-width: 75rem !important;
}
.menu-sub {
  border: 2px solid #333;
    border-radius: 20px;
    padding: 10px 17px;
  cursor: pointer;
}
.read-more a:hover, .menu-sub:hover {
    background-color: #333;
    color: #fff;
}
.menu-trial {
  background-color: #00b77f;
    color: #fff;
    border-radius: 20px;
    padding: 13px 30px;
}
.menu-items ul.right {
  justify-content: flex-end;
}
.menu-trial:hover,.banner a.banner-btn:hover{
  color: #fff;
  opacity: 0.6;
}
.topic-box img:hover, .next-posts-link img:hover,  .previous-posts-link img:hover{
  opacity: 0.6;
}
.im-banner a:hover{
  background-color: #525252;
  color: #fff;
}
.read-more a:hover,.menu-sub:hover{
  opacity: 0.6;
}
input.hs-button.primary.large:hover{
  background-color: #fff;
  color: #1f97f0;
}
.post-footer .input .hs-input{
  font-family: 'Helvetica',arial,sans-serif;
  font-size: 16px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.post-footer .hs_email{
  width: 100%;
  padding-right: 0px;
}
.post-footer .hs_recaptcha{
  display: block;
}
.post-footer .actions {
  padding-bottom: 100px;
}
.post-footer .actions input {
  font-weight: 600;
  border: 2px solid #333;
  padding: 10px 40px;
}
.post-footer .actions input:hover{
  background-color: #333;
  color: #fff;
}
.post-footer .hs-error-msg{
  font-size: 12px;
  color: red;
}
.featured-article {
    border: 1px solid #333;
    width: 70%;
    position: relative;
    margin-left: 5%;
    padding: 60px 30% 60px 80px;
    margin-top: 100px;
}
.news-form {
  background-color: #00b77f;
  padding: 50px 70px 30px 70px;
  position: absolute;
  width: 50%;
  right: -15%;
  top: 60px;
}
.news-form-title {
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.text-color-title{
  color: #525252;
}
.news-form .hs_email, .news-form .hs_notification_frequency{
  width: 100%;
}
.news-form .hs_notification_frequency{
  padding-left: 0;
  padding-top: 15px;
}
.news-form .hs_email{
  padding-right: 0;
}
.news-form .hbspt-form{
padding-top: 50px;
}
.news-form .hs-error-msg{
color: red;
}
.news-form .hs-form-booleancheckbox span {
  color: #fff;
  font-size: 13px;
  padding-left: 6px;
}
.topics .section-title {
  padding-top: 300px;
}
.news-form input.hs-button.primary.large:hover {
    color: #00b77f;
}
.news-form-post-template {
  background-color: #00b77f;
  padding: 60px 70px 60px 70px;
}
.news-form-post-template-title {
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 40px;
  color: #fff;
  text-transform: uppercase; 
}
.text-color-title{
  color: #525252;
}
.news-form .hs_email, .news-form .hs_notification_frequency{
  width: 100%;
}
.news-form .hs_notification_frequency{
  padding-left: 0;
  padding-top: 15px;
}
.news-form .hs_email{
  padding-right: 0;
}
.news-form .hbspt-form{
padding-top: 50px;
}
.news-form .hs-error-msg{
color: red;
}
.news-form .hs-form-booleancheckbox span {
  color: #fff;
  font-size: 13px;
  padding-left: 6px;
}
.topics .section-title {
  padding-top: 320px;
}
.news-form input.hs-button.primary.large:hover {
    color: #00b77f;
}
.article-desktop>div:last-child {
    text-align: center;
  position: relative;
}
.lastest-articles .topic-link {
  color: #00b77f !important;
  border: 0px !important;
}
.article-desktop .tag-list {
  position: absolute;
  top: 330px;
  left: 100px;
}
.topics .section-title a {
    font-size: 23px;
    color: #2b2b2b;
    font-weight: bold;
    border: 1px solid #525252;
    padding: 10px 30px;
    border-radius: 45px;
    cursor: pointer;
}
.topics .section-title a:hover {
    color: #fff;
    background-color: #525252;
}
.banner .padding-grid-container h1 {
  font-size: 39px;
}
.banner a.banner-btn {
  font-size: 1.4rem;
}
.featured-title {
  font-size: 30px;
}
.featured-par {
  font-size: 16px;
}
.banner-btn {
  font-size: 16px;
}
.article-summary *{
  font-weight: 400 !important;
  font-style: normal !important;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  padding-top: 0px !important;
}
.header-container {
  background-color: #fff !important;
}
#im-blog-menu {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/*cookie banner*/
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background-color: #2d2d2d !important;
  padding: 15px 50px 15px 50px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: unset !important;
  background-color: unset !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
  max-width: 65% !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  color: #fff !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  transition: all 0.25s ease 0s;
  background-color: #6BBE6B !important;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 11px !important;
  text-align: center !important;
  line-height: 3.3;
  border-radius: 20px;
  margin: 5px 7px;
  flex-shrink: 1;
  padding: 0 17px !important;
  width: 345px !important;
}
/*cookie banner end*/

/* banner style */
.padding-grid-container{
  padding-bottom: 100px;
  padding-right: 400px;
}
.banner {
 /* height: 475px; */
  background-position: 70% 30%;
  background-size: cover;
  padding-top: 150px;
}
.banner h1 {
  color: #525252 !important;
  font-weight: 900 !important;
  font-size: 39px;
  padding-bottom: 40px;
}
.banner a.banner-btn, .banner a.banner-btn:active, .banner a.banner-btn:focus, .banner a.banner-btn:hover {
  background-color: #00b77f;
  color: #fff;
  padding: 20px 35px;
  border-radius: 40px;
}
/* banner style end */



@media only screen and (max-width: 1236px) {
  .hs-search-field {
    display: none;
  }
  .featured-article {
    border: 1px solid #333;
    width: 90%;
    position: relative;
    margin-left: 5%;
    padding: 60px 80px 60px 80px;
    margin-top: 100px;
}
  .news-form {
    background-color: #00b77f;
    padding: 50px 70px 30px 70px;
    margin-top: 60px;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
}
  
  
  
  .padding-grid-container{
    padding-right: 30px;
    padding-left: 30px;
  }
  .article-desktop .tag-list{
    left: 0;
  }
}


@media only screen and (max-width: 956px) {
  #mega-menu-fixed {
    display: none !important;
  }
  
  
  .padding-grid-container{
    padding-right: 30px;
    padding-left: 30px;
  }
  .topics .section-title{
    padding-top: 40px;
  }
  .border-div{
    display: none;
  }
  .article-desktop .tag-list {
    bottom: -50px;
    left: 0px;
  }
  .news-form .hbspt-form {
    padding-top: 150px;
  }
  .news-form{
    padding-bottom: 70px;
  }
  .body-container-wrapper {
      padding-top: 0px !important;
  }
  
  
  
  
  .article-block {
    display: block;
  }
  .article-info {
    width: 100%;
    float: none;
    text-align: left;
    padding-bottom: 30px;
  }
  .article-content {
    width: 100%;
    float: none;
  }
  .article-block-desktop {
    display: none!important; 
  }
  .article-block-mobile {
    display: block!important; 
  }
}
@media only screen and (max-width: 1200px) {
  #mega-menu-fixed .mega-menu-search {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .topic-div {
    padding: 0px !important;
  }
  .article img {
    max-width: 100%;
  }
  .read-more {
    padding-bottom: 40px;
  }
  .picks-article {
    padding: 0px !important;
  }
  .menu-items{
    padding-left: 20px;
  }
  .topics .section-title {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .padding-grid-container h1{
    font-size: 36px !important;
  }
  .banner a.banner-btn {
    font-size: 1rem;
  }
  .banner a.banner-btn, .banner a.banner-btn:active, .banner a.banner-btn:focus, .banner a.banner-btn:hover {
    background-color: #00b77f;
    color: #fff;
    padding: 20px 35px;
    border-radius: 40px;
  }
  .banner {
    padding-top: 100px;
  }
  .featured-article {
    padding: 30px 20px 30px 20px;
}
  .news-form{
    padding: 30px;
    padding-bottom: 70px;
  }
  .news-form-title{
    font-size: 30px;
  }
    .article .small-12:first-child {
    padding-right: 0;
}
}
@media only screen and (max-width: 767px) {
  #news-form {
    display: none;
  }
  .article-content pre {
    white-space: normal !important;
  }
  .banner {
    background-image: url("https://5408110.fs1.hubspotusercontent-na1.net/hubfs/5408110/CloudLinuxBlog/main-mobile.webp") !important;
  }
}
/* responsive */
.small-4{width:33.33333%;}
.small-6{width:50%;}
.small-12{width:100%;}
@media print, screen and (min-width: 40em){
.medium-4{width:33.33333%;}
.medium-6{width:50%;}
.medium-12{width:100%;}
}
@media print, screen and (min-width: 64em){
.large-3{width:25%;}
.large-4{width:33.33333%;}
.large-5{width:41.66667%;}
.large-6{width:50%;}
.large-12{width:100%;}
}
.grid-container{padding-right:0.625rem;padding-left:0.625rem;max-width:75rem;margin-left:auto;margin-right:auto;}
@media print, screen and (min-width: 40em){
.grid-container{padding-right:0.9375rem;padding-left:0.9375rem;}
}
.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin-left:auto;margin-right:auto;}
.grid-x{display:flex;flex-flow:row wrap;}
.cell{flex:0 0 auto;min-height:0px;min-width:0px;width:100%;}
.grid-x>.small-4,.grid-x>.small-6,.grid-x>.small-12{flex-basis:auto;}
@media print, screen and (min-width: 40em){
.grid-x>.medium-4,.grid-x>.medium-6,.grid-x>.medium-12{flex-basis:auto;}
}
@media print, screen and (min-width: 64em){
.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-12{flex-basis:auto;}
}
.grid-x>.small-4,.grid-x>.small-6,.grid-x>.small-12{flex:0 0 auto;}
.grid-x>.small-4{width:33.33333%;}
.grid-x>.small-6{width:50%;}
.grid-x>.small-12{width:100%;}
@media print, screen and (min-width: 40em){
.grid-x>.medium-4,.grid-x>.medium-6,.grid-x>.medium-12{flex:0 0 auto;}
.grid-x>.medium-4{width:33.33333%;}
.grid-x>.medium-6{width:50%;}
.grid-x>.medium-12{width:100%;}
}
@media print, screen and (min-width: 64em){
.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-12{flex:0 0 auto;}
.grid-x>.large-3{width:25%;}
.grid-x>.large-4{width:33.33333%;}
.grid-x>.large-5{width:41.66667%;}
.grid-x>.large-6{width:50%;}
.grid-x>.large-12{width:100%;}
}
.small-4{flex:0 0 33.33333%;max-width:33.33333%;}
.small-6{flex:0 0 50%;max-width:50%;}
.small-12{flex:0 0 100%;max-width:100%;}
@media print, screen and (min-width: 40em){
.medium-4{flex:0 0 33.33333%;max-width:33.33333%;}
.medium-6{flex:0 0 50%;max-width:50%;}
.medium-12{flex:0 0 100%;max-width:100%;}
}
@media print, screen and (min-width: 64em){
.large-3{flex:0 0 25%;max-width:25%;}
.large-4{flex:0 0 33.33333%;max-width:33.33333%;}
.large-5{flex:0 0 41.66667%;max-width:41.66667%;}
.large-6{flex:0 0 50%;max-width:50%;}
.large-12{flex:0 0 100%;max-width:100%;}
}
/* responsive end */