@font-face {
  font-family: 'HelveticaNeue';
  src: url("/http/cloudscaling.com/css/font/HelveticaNeue.eot");
  /* IE9 Compat Modes */
  src: url("/http/cloudscaling.com/css/font/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("/http/cloudscaling.com/css/font/HelveticaNeue.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("/http/cloudscaling.com/css/font/HelveticaNeue-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/http/cloudscaling.com/css/font/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("/http/cloudscaling.com/css/font/HelveticaNeue-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600; }
html {
  background-color: #575757; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: "HelveticaNeue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #575757;
  background-color: white;
  -webkit-text-size-adjust: 100%; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 15.75px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li {
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    li {
      margin-bottom: 5px; } }
  li > ul,
  li > ol {
    margin-bottom: 0; }
  li p {
    margin-bottom: 10px; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-family: 'HelveticaNeue';
  font-size: 48px;
  color: #000000;
  line-height: 52px;
  margin-bottom: 10px;
  font-weight: bold; }

h2 {
  font-family: 'HelveticaNeue';
  font-size: 32px;
  color: #000000;
  line-height: 36px; }

h3 {
  font-family: 'HelveticaNeue';
  font-size: 26px;
  color: #000000;
  line-height: 28px; }

h4 {
  font-family: 'HelveticaNeue-Bold';
  font-size: 20px;
  color: #000000;
  line-height: 28px; }

h5 {
  font-family: 'HelveticaNeue-Bold';
  font-size: 16px;
  color: #575757;
  line-height: 28px; }

/**
 * Links
 */
a {
  color: #2C95DD;
  text-decoration: none;
  font-weight: bold; }
  a:visited {
    color: #1a6ba2; }
  a:hover {
    color: #2C95DD;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #666;
  border-left: 4px solid white;
  padding-left: 15px;
  font-size: 18px;
  font-style: italic;
  background-color: #F2F2F2;
  padding: 30px;
  margin: 30px 0; }
  blockquote > :last-child, blockquote > p {
    margin-bottom: 0 !important; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid white;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

p {
  font-family: 'HelveticaNeue';
  font-size: 18px;
  line-height: 28px;
  text-align: justify; }
  p + h1 {
    margin-top: 40px; }
    @media screen and (max-width: 600px) {
      p + h1 {
        margin-top: 20px; } }
  p + h2 {
    margin-top: 40px; }
    @media screen and (max-width: 600px) {
      p + h2 {
        margin-top: 20px; } }
  p + h3 {
    margin-top: 40px; }
    @media screen and (max-width: 600px) {
      p + h3 {
        margin-top: 20px; } }
  @media screen and (max-width: 600px) {
    p {
      font-size: 16px;
      line-height: 22px; } }

sup a {
  outline: none; }
  sup a.footnote-anchor .footnotes {
    font-weight: normal;
    font-size: 13px; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1440px - (30px * 2));
  max-width: calc(1440px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #e2e2e2; }

table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
  border-collapse: collapse;
  margin-bottom: 30px; }
  table thead tr {
    background-color: #e2e2e2; }
  table tr {
    background-color: #fff;
    border-top: 1px solid #ccc; }
    table tr th, table tr td {
      padding: 20px;
      border-bottom: 1px solid #ddd; }

/*
  Desktop Featured Post Sidebar
*/
.index--single-post.has-sidebar {
  max-width: 1024px;
  float: none; }
  @media (min-width: 1024px) {
    .index--single-post.has-sidebar {
      max-width: calc(1024px - 275px - 35px);
      float: left;
      display: block;
      clear: none; } }

.sidebar {
  width: calc(275px - 35px - 35px);
  float: left;
  display: none;
  padding: 2% 0;
  margin: 2% 0 3% 35px; }
  .sidebar ul {
    border-left: 3px solid #D8D8D8;
    margin: 0;
    padding: 0; }
    .sidebar ul li {
      margin: 0 0 0 35px;
      padding: 5px 0; }
  .sidebar h2, .sidebar ul {
    width: calc(275px - 35px);
    position: relative; }
  .sidebar ul {
    clear: both; }
  @media (min-width: 1024px) {
    .sidebar {
      display: block; } }

/*
  Mobile Featured Post Navigation
*/
.site-nav ul li,
.site-nav ul a {
  line-height: 1.5; }

.site-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.site-container-narrow {
  max-width: 1024px;
  margin: 70px auto; }
  @media screen and (max-width: 800px) {
    .site-container-narrow {
      margin-left: auto; } }
  .site-container-narrow:first-child {
    margin-top: 0px; }

.search-wrapper {
  background-color: white; }
  .search-wrapper .responsive-search {
    display: none; }
    @media screen and (max-width: 600px) {
      .search-wrapper .responsive-search.open {
        display: block; } }

/**
 * Page content
 */
.page-content {
  padding: 100px 0 0 0; }
  .page-content img {
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .page-content {
      padding: 50px 0; } }
  @media screen and (max-width: 600px) {
    .page-content {
      padding: 25px 0; } }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .post-header {
      margin-bottom: 20px; } }
  @media screen and (max-width: 800px) {
    .post-header h1 {
      font-size: 32px;
      line-height: initial; } }
  @media screen and (max-width: 600px) {
    .post-header h1 {
      font-size: 24px; } }
  .post-header .post-title a {
    color: black; }
  .post-header .post-meta {
    font-size: 15.12px;
    color: #3E444C; }
    .post-header .post-meta .date-meta,
    .post-header .post-meta .author-meta {
      color: #2C95DD; }
    .post-header .post-meta .date-meta {
      font-weight: bold; }
    .post-header .post-meta .author-meta {
      font-weight: bold; }

#blog-archives .post-content {
  margin-bottom: 0; }

.post-content {
  margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .post-content {
      margin-bottom: 15px; } }
  .post-content .post-content h1:first-child {
    display: none; }
  @media screen and (max-width: 800px) {
    .post-content h1 {
      font-size: 32px;
      line-height: 32px; } }
  @media screen and (max-width: 600px) {
    .post-content h1 {
      font-size: 24px;
      line-height: 24px; } }
  @media screen and (max-width: 800px) {
    .post-content h2 {
      font-size: 28px;
      line-height: 28px; } }
  @media screen and (max-width: 600px) {
    .post-content h2 {
      font-size: 20px;
      line-height: 20px; } }
  @media screen and (max-width: 800px) {
    .post-content h3 {
      font-size: 22px;
      line-height: 22px; } }
  @media screen and (max-width: 600px) {
    .post-content h3 {
      font-size: 16px;
      line-height: 16px; } }
  @media screen and (max-width: 800px) {
    .post-content h4 {
      font-size: 18px; } }
  @media screen and (max-width: 600px) {
    .post-content h4 {
      font-size: 14px; } }
  .post-content p {
    margin-bottom: 30px;
    color: #575757; }
    @media screen and (max-width: 800px) {
      .post-content p {
        margin-bottom: 15px; } }
    @media screen and (max-width: 600px) {
      .post-content p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px; } }
  @media screen and (max-width: 600px) {
    .post-content ul, .post-content ol {
      font-size: 16px;
      line-height: 22px; } }
  .post-content hr:last-of-type {
    margin: 70px 0 30px 0; }
    @media screen and (max-width: 600px) {
      .post-content hr:last-of-type {
        margin: 35px 0 15px 0; } }
    .post-content hr:last-of-type ~ p {
      font-size: 15px; }
      @media screen and (max-width: 600px) {
        .post-content hr:last-of-type ~ p {
          font-size: 12px; } }
      .post-content hr:last-of-type ~ p a {
        margin-bottom: 20px; }
  .post-content img {
    border: 1px solid rgba(87, 87, 87, 0.25);
    padding: 5%;
    max-width: 90%;
    margin: 20px 0;
    display: block; }
  .post-content ul {
    margin-bottom: 20px; }
    .post-content ul li p {
      margin-bottom: 15px; }
  .post-content p:last-child {
    margin-bottom: 0; }

.form-wrapper {
  width: calc(1024px - 275px);
  margin: 0 auto 15px auto; }
  .form-wrapper .nav-search-input {
    padding: 0;
    margin-top: 15px;
    background-color: #f2f2f2;
    border: none;
    font-size: 18px;
    padding: 16px 5px; }
    .form-wrapper .nav-search-input:focus {
      outline: none; }
  .form-wrapper #submit_search {
    background-color: #e2e2e2;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 18px;
    padding: 16px 10px;
    border: none;
    outline: none;
    margin-left: -5px;
    font-weight: bold;
    -webkit-appearance: none; }

.search #results {
  margin-top: 15px;
  width: calc(1024px - 275px);
  margin: auto; }

.site-container {
  margin-top: 100px; }
  @media (min-width: 1024px) {
    .site-container {
      margin-top: 0; } }

.site-container,
.home,
.post {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  .site-container .post-content h1:first-child,
  .home .post-content h1:first-child,
  .post .post-content h1:first-child {
    display: none; }
  .site-container .post-content p,
  .home .post-content p,
  .post .post-content p {
    text-align: justify; }

.home p {
  text-align: justify; }
.home .content .excerpt h1:first-child {
  display: none; }

.index--single-post {
  max-width: calc(1024px - 275px);
  margin: 70px auto;
  padding-top: 70px;
  border-top: 3px solid #D8D8D8; }
  @media screen and (max-width: 800px) {
    .index--single-post {
      margin: 35px auto;
      padding-top: 35px;
      margin-left: auto; } }
  @media screen and (max-width: 600px) {
    .index--single-post {
      margin: 25px 0;
      padding-top: 15px; } }
  .index--single-post:first-child {
    border-top: none;
    margin-top: 0px;
    padding-top: 0; }

.footnote-anchor .end-of-line {
  clear: both; }

.site-footer .cloudflare-badge {
  float: right; }
  @media screen and (max-width: 800px) {
    .site-footer .cloudflare-badge {
      float: left;
      margin-bottom: 1em; } }

.social-media-list .icon {
  display: block;
  overflow: hidden; }

@media (max-width: 1024px) {
  * {
    max-width: 100%; } }
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.center {
  text-align: center; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("/http/cloudscaling.com/assets/images/page-loader.gif") 50% 50% no-repeat #f9f9f9; }

hr {
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid #D8D8D8; }
  @media screen and (max-width: 800px) {
    hr {
      margin-left: auto; } }

iframe {
  width: 100%; }

.hide {
  display: none !important; }

/**
 * Site header
 */
.site-header {
  min-height: 113px;
  background-color: #e2e2e2;
  position: fixed;
  width: 100%; }
  @media (min-width: 1024px) {
    .site-header {
      position: relative; } }

.site-title {
  font-size: 26px;
  line-height: 113px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
  min-width: 160px; }
  .site-title img {
    border: none; }
  .site-title, .site-title:visited {
    color: #a2a2a2; }
  .site-title .site-subtitle {
    display: block;
    font-size: 11px;
    color: white; }

.site-nav {
  float: right;
  position: relative;
  line-height: 113px;
  text-align: right; }
  .site-nav h2 {
    display: none; }
  .site-nav .featured-posts {
    display: block; }
    @media (min-width: 1024px) {
      .site-nav .featured-posts {
        display: none; } }
  .site-nav #nav-search {
    background-color: transparent;
    border: none;
    outline: none;
    line-height: 20px;
    min-width: 0;
    font-size: 18px;
    border-bottom: solid 1px #000000;
    border-radius: 0;
    padding: 0; }
  .site-nav #mobile-open {
    border-radius: 100%;
    border: 2px solid #000000;
    float: left;
    width: 40px;
    height: 40px;
    z-index: 3;
    position: absolute;
    display: block;
    top: 30px;
    right: 0;
    max-width: none;
    cursor: pointer; }
    .site-nav #mobile-open span {
      display: block;
      position: absolute;
      width: 24px;
      height: 2px;
      background: #000000;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .site-nav #mobile-open span:nth-child(2) {
        top: calc(50% - 5px); }
      .site-nav #mobile-open span:nth-child(3) {
        top: calc(50% + 5px); }
    @media (min-width: 1024px) {
      .site-nav #mobile-open {
        display: none; } }
  .site-nav .mobile-popout {
    display: none; }
    @media (min-width: 1024px) {
      .site-nav .mobile-popout {
        display: block; } }
  @media (max-width: 1023px) {
    .site-nav.nav-open {
      line-height: 0; }
      .site-nav.nav-open h2 {
        font-size: 20px;
        margin: 2% auto 1% auto;
        display: block; }
      .site-nav.nav-open #nav-search {
        background-color: transparent;
        border: none;
        outline: none;
        line-height: 20px;
        min-width: 80%;
        font-size: 22px;
        border-radius: 0;
        padding: 25px 0; }
      .site-nav.nav-open #mobile-open span {
        top: 50%;
        left: 20%;
        width: 60%; }
        .site-nav.nav-open #mobile-open span:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .site-nav.nav-open #mobile-open span:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .site-nav.nav-open #mobile-open span:nth-child(3) {
          display: none; }
      .site-nav.nav-open .mobile-popout {
        display: block;
        position: fixed;
        text-align: center;
        left: 0;
        top: 113px;
        width: 100%;
        background: #FFFFFF;
        border-bottom: solid 5px #FFFFFF; }
        .site-nav.nav-open .mobile-popout:after {
          content: '';
          background: #FFFFFF;
          width: 100%;
          height: 100vh;
          position: absolute;
          left: 0; }
      .site-nav.nav-open #global-search {
        border-bottom: solid 10px #e2e2e2; }
        .site-nav.nav-open #global-search .search-icon img {
          width: 30px;
          height: 30px;
          margin-top: -4px;
          position: absolute;
          top: 25px;
          right: 30px; }
      .site-nav.nav-open .featured-posts {
        text-align: left;
        width: 95%;
        margin: auto; }
        .site-nav.nav-open .featured-posts h2 {
          font-weight: bold; }
        .site-nav.nav-open .featured-posts ul {
          margin: 0;
          padding: 0; }
          .site-nav.nav-open .featured-posts ul li {
            list-style-type: none;
            border-top: solid 1px #e2e2e2;
            padding: 5px 0; }
            .site-nav.nav-open .featured-posts ul li a {
              line-height: 1.2; }
            .site-nav.nav-open .featured-posts ul li:last-child {
              border-bottom: solid 1px #e2e2e2; } }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #575757;
    line-height: 1.5; }
    .site-nav .page-link:not(:first-child) {
      margin-left: 20px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid white;
  padding: 30px 0;
  background-color: #575757;
  color: #B8B8B8 !important; }

.footer-heading {
  font-size: 15px;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .footer-heading {
      line-height: 20px;
      font-size: 12px; } }

.footer-col-wrapper {
  font-size: 15px !important;
  margin-left: -15px; }
  .footer-col-wrapper p {
    color: #B8B8B8 !important;
    line-height: initial; }
  .footer-col-wrapper h2 {
    color: #B8B8B8 !important; }
  .footer-col-wrapper .common {
    color: #B8B8B8 !important;
    font-weight: normal; }
  .footer-col-wrapper .footer-span {
    padding-left: 15px; }
    @media screen and (max-width: 600px) {
      .footer-col-wrapper .footer-span {
        float: none;
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2)); } }
    .footer-col-wrapper .footer-span.span-1-2 {
      float: left;
      width: -webkit-calc(50% - (30px / 2));
      width: calc(50% - (30px / 2)); }
      @media screen and (max-width: 600px) {
        .footer-col-wrapper .footer-span.span-1-2 {
          width: -webkit-calc(100% - (30px / 2));
          width: calc(100% - (30px / 2)); } }
  .footer-col-wrapper .icon-cc {
    width: 220px;
    max-height: 75px; }
    @media screen and (max-width: 600px) {
      .footer-col-wrapper .icon-cc {
        width: 120px; } }
  .footer-col-wrapper .social-media-list {
    list-style: none;
    margin-left: 0;
    float: right; }
    @media screen and (max-width: 800px) {
      .footer-col-wrapper .social-media-list {
        float: left; } }
    .footer-col-wrapper .social-media-list li {
      float: left;
      margin-right: 15px; }
      .footer-col-wrapper .social-media-list li:last-child {
        margin-right: 0px; }
  .footer-col-wrapper .footer-col {
    margin-bottom: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 600px) {
      .footer-col-wrapper .footer-col {
        float: none;
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2)); } }
    .footer-col-wrapper .footer-col.footer-col-1 {
      float: left; }
      @media screen and (max-width: 600px) {
        .footer-col-wrapper .footer-col.footer-col-1 {
          width: -webkit-calc(30% - (30px / 2));
          width: calc(30% - (30px / 2)); } }
    .footer-col-wrapper .footer-col.footer-col-2 {
      float: left;
      width: -webkit-calc(30% - (30px / 2));
      width: calc(30% - (30px / 2)); }
      @media screen and (max-width: 600px) {
        .footer-col-wrapper .footer-col.footer-col-2 {
          width: -webkit-calc(50% - (30px / 2));
          width: calc(50% - (30px / 2)); } }
    .footer-col-wrapper .footer-col.footer-col-3 {
      float: right;
      width: -webkit-calc(45% - (30px / 2));
      width: calc(45% - (30px / 2)); }
      @media screen and (max-width: 600px) {
        .footer-col-wrapper .footer-col.footer-col-3 {
          width: -webkit-calc(20% - (30px / 2));
          width: calc(20% - (30px / 2)); } }
    .footer-col-wrapper .footer-col p {
      font-size: 15px; }
      @media screen and (max-width: 600px) {
        .footer-col-wrapper .footer-col p {
          font-size: 12px; } }
    @media screen and (max-width: 800px) {
      .footer-col-wrapper .footer-col.footer-col-1, .footer-col-wrapper .footer-col.footer-col-2 {
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2)); }
      .footer-col-wrapper .footer-col.footer-col-3 {
        width: -webkit-calc(100% - (30px / 2));
        width: calc(100% - (30px / 2)); } }

.search-wrapper .wrapper {
  position: relative; }
.search-wrapper #site_search {
  position: relative; }
  .search-wrapper #site_search #submit_search {
    float: right;
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 15px;
    bottom: 0; }
  .search-wrapper #site_search .nav-search-input {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .search-wrapper #site_search .nav-search-input #inner-editor {
      padding-left: 15px; }

.pagination-wrapper {
  background: #e2e2e2;
  height: 113px;
  position: relative;
  font-size: 15px; }
  @media screen and (max-width: 600px) {
    .pagination-wrapper {
      height: 75.3333333333px; } }
  .pagination-wrapper.multiple-pagination:before {
    width: 100%;
    height: 100%;
    border-right: 2px solid #CFCFCF;
    position: absolute;
    content: "";
    left: -50.5%; }
  .pagination-wrapper.multiple-pagination .pagination {
    width: 49.5%;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .pagination-wrapper.multiple-pagination .pagination .previous {
      float: right;
      margin: 0 5%;
      text-decoration: none; }
      .pagination-wrapper.multiple-pagination .pagination .previous .label {
        margin-left: 16px; }
        @media screen and (max-width: 800px) {
          .pagination-wrapper.multiple-pagination .pagination .previous .label {
            margin-left: 0px; } }
    .pagination-wrapper.multiple-pagination .pagination .next {
      float: left;
      margin: 0 5%;
      text-decoration: none; }
      .pagination-wrapper.multiple-pagination .pagination .next .label {
        margin-right: 16px; }
        @media screen and (max-width: 800px) {
          .pagination-wrapper.multiple-pagination .pagination .next .label {
            margin-right: 0px; } }
    .pagination-wrapper.multiple-pagination .pagination .label {
      color: #3E444C;
      font-weight: normal; }
      @media screen and (max-width: 800px) {
        .pagination-wrapper.multiple-pagination .pagination .label {
          display: block; } }
  .pagination-wrapper .pagination {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }
    .pagination-wrapper .pagination .next {
      float: none;
      margin: 0 5%;
      text-decoration: none; }
    .pagination-wrapper .pagination .label {
      color: #3E444C; }
    .pagination-wrapper .pagination .icon--loading {
      display: none; }
    .pagination-wrapper .pagination .loadmore {
      padding: 2em; }
      .pagination-wrapper .pagination .loadmore.loading .icon--loading {
        display: block; }
