<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------- Featured Bottom ----------------- */

#featured-bottom-wrapper
{ padding: 0;  background: #fff; background-size:16px  835px; }

.region-featured-bottom-first,
.region-featured-bottom-second,
.region-featured-bottom-third {
  box-sizing: border-box;
  padding: 0;
}
@media all and (min-width: 560px) {
  .region-featured-bottom-first,
  .region-featured-bottom-second,
  .region-featured-bottom-third {
    float: left; /* LTR */
    position: relative;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
  }
  [dir="rtl"] .region-featured-bottom-first,
  [dir="rtl"] .region-featured-bottom-second,
  [dir="rtl"] .region-featured-bottom-third {
    float: right;
  }
  .region-featured-bottom-second {
    padding: 20px 5px 30px;
  }
}
@media all and (min-width: 851px) {
  .region-featured-bottom-first,
  .region-featured-bottom-second,
  .region-featured-bottom-third {
    padding: 0;
  }
}

#featured-bottom { margin: 0 auto; width: 1000px; }

#featured-bottom h2 {
    color: #434C5E;
    font-family: "BrandonGrotesque";
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
#featured-bottom .block {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.3;
}
#featured-bottom .block:last-child {
  border-bottom: none;
}
#featured-bottom .block ul,
#featured-bottom .block ol {
  padding-left: 0;
}
#featured-bottom #block-user-login .form-text {
  width: 185px;
}
#featured-bottom #block-user-online p {
  margin-bottom: 0;
}
#featured-bottom #block-node-syndicate h2 {
  overflow: hidden;
  width: 0;
  height: 0;
}
#featured-bottom-third #block-node-syndicate {
  text-align: right;
}
#featured-bottom #block-search-form .form-type-search input {
  width: 185px;
}
#featured-bottom-second #block-system-powered-by {
  text-align: center;
}
#featured-bottom-third #block-system-powered-by {
  text-align: right;}
#featured-bottom .content { margin:0;  }

#featured-bottom .region-featured-bottom-first,
#featured-bottom .region-featured-bottom-second
{ width:420px; padding: 7px 0 40px 0; float: left; }

#featured-bottom .region-featured-bottom-second { float: right; }

#featured-bottom li
{ background: url('../../images/disc.svg') no-repeat left center; border-bottom: 1px solid #ECF0F5; color: #468DEF; list-style: none; padding: 10px 0 10px 11px;  }
#featured-bottom ul li a
{
    color: #468DEF;
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none; border-bottom: 0; font-weight: 100;
}

/* Category list  */

#featured-bottom .region-featured-bottom-third
{ width: 100%; background: #fff; padding:0 0 33px 0; }

#featured-bottom .region-featured-bottom-third h2
{
    color: #434C5E;
    font-family: "BrandonGrotesque";
    font-size: 24px;
    font-weight: 500;
    line-height: 34px; margin: 0 auto; text-align: center; padding: 27px 0 30px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tutorials-categories div
{
    width: 308px;
    border: 1px solid #F3F3F5;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin: 0 30px 38px 0;
    display: block;
    float: left;
    transition: 0.3s all ease-in;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
}
.tutorials-categories div:hover
{ box-shadow: 0 0 18px 0 rgba(239,241,242,0.5); cursor: pointer; }

.tutorials-categories div span.icon{
    display: block; height: 36px; width: 36px; margin: 0px auto 14px;
}

.tutorials-categories div.dns-service span
{ background: url('../../images/dns.svg') no-repeat center bottom; }

.tutorials-categories div.upload-content span
{ background: url('../../images/website-content.svg') no-repeat center bottom; }

.tutorials-categories div.email span
{ background: url('../../images/emailaccount.svg') no-repeat center bottom; }

.tutorials-categories div.security span
{ background: url('../../images/ssl.svg') no-repeat center bottom; }

.tutorials-categories div.transfer-domain span
{ background: url('../../images/transfer.svg') no-repeat center bottom; }

.tutorials-categories div.name-servers span
{ background: url('../../images/dns.svg') no-repeat center bottom; }



.tutorials-categories div a {
    color: #468DEF;
    font-family: "BrandonGrotesque";
    font-size: 14px;
    font-weight: 500;
    padding: 50px 0;
    text-align: center; text-transform: uppercase; text-decoration: none; border: 0; display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tutorials-categories div.email, .tutorials-categories div.name-servers
{ margin: 0; }

#featured-bottom .tutorials-categories div span.block
{ display: block; margin: 50px auto 10px auto; padding: 0; height: 38px; }

#featured-bottom .region-featured-bottom-second .views-field-changed,
.region-featured-bottom-second .content h3,
.node__content .field__items,
.node__content .field__label, .field--name-field-use-kb-tags{ display: none; }
</pre></body></html>