*,*:before,*:after {
    box-sizing: border-box
}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
                                                                                 line-height: 1.15;
                                                                                 -webkit-text-size-adjust: 100%
                                                                             }

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: hidden
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}[type="checkbox"],[type="radio"] {
     box-sizing: border-box;
     padding: 0
 }[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
      height: auto
  }[type="search"] {
       -webkit-appearance: textfield;
       outline-offset: -2px
   }[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}[hidden] {
     display: none
 }

dnd-section {
    padding: 80px 20px
}

.banner-area .dnd-section {
    padding: 0
}

.dnd-section>.row-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.dnd-section .widget-type-cell {
    padding-left: 20px;
    padding-right: 20px
}

@media(max-width:767px) {
    .dnd-section .widget-type-cell {
        padding-left: 0px;
        padding-right: 0px
    }
}

body {
    font-family: Lato,serif;
    font-size: 1rem;
    color: #494a52;
    line-height: 1.6
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: Lato,serif
}

a {
    color: #0270e0;
    text-decoration: none;
    transition-property: background,box-shadow,border,color,opacity,transform;
    transition-duration: .3s
}

a:hover,a:focus {
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: Merriweather,serif;
    color: #494a52;
    word-break: break-word
}

h1 {
    font-size: 2.1rem;
    line-height: 1.4;
    letter-spacing: .05em;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

h2 {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: .05em;
    margin-bottom: 1.5rem;
    text-transform: uppercase
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}

h4 {
    font-family: Lato,sans-serif;
    font-weight: normal;
    font-size: 1.175rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}

h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}

h6 {
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 1.5rem
}

strong {
    font-weight: 700
}

code {
    vertical-align: bottom
}

ul,ol {
    margin-top: 0;
    margin-bottom: 1.5rem
}

ul li,ol li {
    line-height: 1.875;
    margin: 0 0 .5rem
}

ul ul,ol ul,ul ol,ol ol {
    margin-top: 0;
    margin-bottom: 0
}

.body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text ul.small-list {
    font-size: 14px !important
}

blockquote {
    line-height: 1.875;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 2px solid #a9a9a9;
    padding-left: 15px
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: 0
}

sup,sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

:focus {
    outline: auto;
    outline-color: green
}

.disable-focus-styles :focus {
    outline: 0
}

@media(max-width:767px) {
    html {
        font-size: 18px
    }
}

@media(max-width:480px) {
    html {
        font-size: 14.399999999999999px
    }
}

form {
    max-width: 100%;
    font-family: Lato,sans-serif
}

.hs-button {
    background-color: #494a52;
    border-color: #494a52;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-style: solid;
    font-size: 12px;
    text-decoration: none;
    outline: 0;
    font-family: arial,helvetica,sans-serif;
    margin: 15px 0 30px
}

.hs-button:hover,.hs-button:focus {
    background-color: #21222a;
    border-color: #21222a;
    color: #fff
}

.hs-button:active {
    background-color: #71727a;
    border-color: #71727a
}

.hs-form label {
    font-size: .83rem;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 4px
}

.hs-error-msgs label {
    margin-top: .5rem;
    color: #f2545b !important
}

.hs-input,input#hs-pwd-widget-password {
    display: block;
    width: 100% !important;
    max-width: 700px;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    box-sizing: border-box;
    border: 1px solid
}

input#hs-pwd-widget-password {
    height: 40px !important
}

.hs-input[type=checkbox],.hs-input[type=radio] {
    display: inline-block;
    cursor: pointer;
    width: auto !important;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: 0
}

.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none
}

.hs-input:-moz-placeholder {
    color: #bfbfbf
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf
}

.hs-input input,.hs-input textarea {
    transition: border .2s linear
}

.hs-input:focus {
    outline: 0;
    border-color: rgba(82,168,236,0.8)
}

textarea.hs-input {
    height: auto
}

select[multiple].hs-input {
    height: inherit
}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important
}

input.hs-input.error,div.field.error input,div.field.error textarea,div.field.error .chzn-choices,textarea.hs-input.error,select.hs-input.error {
    border-color: #c87872
}

input.hs-input.error:focus,div.field.error input:focus,div.field.error textarea:focus,div.field.error .chzn-choices:focus,textarea.hs-input.error:focus,select.hs-input.error:focus {
    border-color: #b9554d
}

.actions {
    padding: 0
}

.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 0
}

.inputs-list>li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0
}

.inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal
}

.inputs-list:first-child {
    padding-top: 6px
}

.inputs-list>li+li {
    padding-top: 2px
}

.inputs-list label>input,.inputs-list label>span {
    vertical-align: middle
}

ul.no-list {
    list-style: none
}

ul.no-list.hs-error-msgs {
    padding: 0
}

.field,.hs-form-field {
    margin-bottom: 18px
}

.hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    font-size: 14px
}

.hs-form-required {
    color: red
}

.hs-richtext {
    margin-bottom: 3px;
    line-height: 1.2;
    font-size: 1rem;
    color: #494a52
}

.hs-richtext hr {
    text-align: left;
    margin-left: 0;
    width: 91%
}

.grecaptcha-badge {
    margin: 0 auto
}

.email-correction,.email-validation {
    padding-top: 3px;
    font-size: 12px
}

.email-correction a,.email-validation a {
    cursor: pointer
}

@media(max-width:400px),(min-device-width:320px) and (max-device-width:480px) {
    .email-correction form .form-columns-2 .hs-form-field,.email-correction form .form-columns-3 .hs-form-field,.email-validation form .form-columns-2 .hs-form-field,.email-validation form .form-columns-3 .hs-form-field {
        float: none;
        width: 100%
    }

    .email-correction form .form-columns-2 .hs-form-field .hs-input,.email-correction form .form-columns-3 .hs-form-field .hs-input,.email-validation form .form-columns-2 .hs-form-field .hs-input,.email-validation form .form-columns-3 .hs-form-field .hs-input {
        width: 90%
    }

    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],.email-correction form .form-columns-2 .hs-form-field input[type=radio],.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],.email-correction form .form-columns-3 .hs-form-field input[type=radio],.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],.email-validation form .form-columns-2 .hs-form-field input[type=radio],.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
        width: 24px
    }
}

.hs-button,.hs-form-field input[type=text],.hs-form-field input[type=email],.hs-form-field input[type=phone],.hs-form-field input[type=number],.hs-form-field input[type=tel],.hs-form-field input[type=date],.hs-form-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

.hs-default-font-element,.hs-main-font-element {
    font-family: Lato,serif
}

.hs-menu-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.hs-menu-item a {
    display: block;
    padding: .5rem 1rem;
    color: rgba(0,0,0,0.5);
    text-decoration: none
}

.hs-menu-item:hover a,.hs-menu-item:focus a {
    text-decoration: none;
    color: rgba(0,0,0,0.7)
}

.hs-menu-item.active a {
    color: rgba(0,0,0,0.9)
}

table {
    margin-bottom: 1rem;
    border: 1px solid #dee2e6
}

th,td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6
}

thead th,thead td {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    border-bottom-width: 2px
}

thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

tbody+tbody {
    border-top: 2px solid #dee2e6
}

.dnd-section>.row-fluid,.page-center,.content-wrapper {
    padding-left: 1.1rem;
    padding-right: 1.1rem
}

.banner-section .dnd-section>.row-fluid {
    padding: 0
}

.dnd-section .widget-type-cell {
    padding: 0
}

.full-wd .dnd-section>.row-fluid {
    padding: 0
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child,ol:last-child,li:last-child,pre:last-child,table:last-child,address:last-child,fieldset:last-child,blockquote:last-child {
    margin-bottom: 0
}

.body-container-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.about-two-col {
    padding: 2rem 2.5rem
}

.about-us .dnd-section>.row-fluid {
    padding: 0
}

.about-us .body-container-wrapper {
    padding: 0
}

.about-us .body-container__website .content-wd-img-col-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.about-us .body-container__website .content-wd-img-col-wrapper .col-wrapper {
    margin: 0 -1.1rem
}

.about-img-sec article {
    padding: 1.5rem;
    width: 12.5%
}

.about-img-sec .hs_cos_wrapper_type_rich_text {
    display: flex;
    flex-wrap: wrap;
    margin: -1.5rem;
    padding: 8rem 0
}

.about-img-sec {
    overflow: hidden
}

.about-img-sec article img {
    width: 100%;
    display: block
}

.body-container-wrapper .hs_cos_wrapper_type_header h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 1.5rem;
    line-height: 30px
}

.body-container-wrapper .span4 {
    width: 33.33%;
    margin-left: 0
}

.body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text {
    display: block;
    padding: 1rem 1rem 1rem
}

.body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text ul {
    list-style: none
}

.body-container-wrapper .span6 {
    width: 50%;
    margin-left: 0
}

.body-container-wrapper .span6 address {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-style: normal;
    line-height: 30px
}

.body-container-wrapper .span6 address strong {
    font-weight: 600;
    font-size: 22px
}

.body-container-wrapper .span6 .hs_cos_wrapper_type_rich_text {
    padding: 1rem 1rem 1rem;
    display: block
}

.body-container-wrapper .span6:first-child .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6:first-child .computer-product-wrapper {
    padding-left: 2.5rem
}

.body-container-wrapper .span6:last-child .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6:last-child .computer-product-wrapper {
    padding-right: 2.5rem
}

.body-container-wrapper .span4:first-child .hs_cos_wrapper_type_rich_text {
    padding-left: 2rem
}

.body-container-wrapper .span4:last-child .hs_cos_wrapper_type_rich_text {
    padding-right: 2rem
}

.contact-page .body-container-wrapper {
    padding-top: 6rem;
    padding-bottom: 2rem;
    padding-left: .3rem;
    padding-right: .3rem
}

.contact-page .dnd-section>.row-fluid {
    padding: 0;
    max-width: 1368px
}

.contact-page .body-container-wrapper .span4 {
    padding: 10px
}

.contact-page .body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text {
    padding: 0 1.1rem !important
}

.contact-container form {
    padding-left: 1.1rem;
    padding-right: 1.1rem
}

.contact-container form .hs-form-field>label {
    display: none
}

.contact-container form .hs-input {
    min-height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 .8rem;
    padding-left: calc(1.8em + 0.8rem);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    border-width: 0px;
    border-radius: 0rem;
    background: #f2f4f5;
    height: 1.8rem;
    border-color: #dce0e3;
    color: #2b2c36;
    transition: all .2s;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08) inset
}

.contact-container form .hs-form-field {
    margin-bottom: 16px;
    position: relative
}

.contact-container form .hs-input::-webkit-input-placeholder {
    color: inherit;
    opacity: .5
}

.contact-container form textarea {
    height: 8rem !important
}

.contact-container form input.hs-button.primary.large {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    line-height: 1.20 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .06em;
    border-radius: .5em;
    padding: 1em 1.5em;
    background: transparent;
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
    border: 0;
    position: relative;
    z-index: 1
}

.contact-container form .actions:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: height .3s;
    background: #f6ab40
}

.contact-container form .actions {
    display: inline-block;
    position: relative;
    border-radius: .5em;
    overflow: hidden;
    background: #0e324f;
    margin-bottom: 7px
}

.contact-container form .actions:hover:after {
    height: 100%
}

.contact-container form .hs-form-field:before {
    font-size: 1rem;
    top: calc(2.8rem/2);
    margin: 0px;
    padding: 0 .8rem;
    color: #2b2c36;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
    transition: color .2s;
    font-family: "fontawesome";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1
}

.contact-container form .hs-form-field.hs-firstname:before {
    content: "\f007"
}

.contact-container form .hs-form-field.hs-email:before {
    content: "\f0e0"
}

.contact-container form .hs-form-field.hs-message:before {
    content: "\f040"
}

.contact-container form .hs-input:focus {
    box-shadow: 0px 0px 0px 2px #f6ab40
}

.contact-container form .hs-input.invalid.error {
    box-shadow: 0 0 0 1px red !important;
    border-color: red !important
}

.contact-container form .hs-error-msgs label {
    padding-top: .3rem;
    opacity: 1;
    color: red;
    font-size: .9rem;
    margin-top: 0;
    line-height: 1.4
}

.body-container-wrapper li>ul,.body-container-wrapper li>ol {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.quality-pg .hs_cos_wrapper_type_header h3 {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 1.5rem
}

.quality-pg .body-container-wrapper .hs_cos_wrapper_type_rich_text ul,.body-container-wrapper .span6 .hs_cos_wrapper_type_rich_text ul {
    list-style: none
}

.quality-pg .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li,.body-container-wrapper .span6 .hs_cos_wrapper_type_rich_text ul li {
    font-size: 20px;
    line-height: 30px
}

.request-quote .dnd-section>.row-fluid {
    padding: 0
}

.request-quote .banner-area-mdl,.full-wd .banner-area-mdl {
    margin-left: -2.5rem;
    margin-right: -2.5rem
}

.about-img-sec h1,.about-img-sec h2,.about-img-sec h3,.about-img-sec h4,.about-img-sec h5,.about-img-sec h6,.about-img-sec p,.about-img-sec ul,.about-img-sec ol,.about-img-sec blockquote {
    display: block;
    width: 100%;
    padding: 0 2.5rem
}

.about-img-sec ul,.about-img-sec ol {
    padding-left: 60px
}

.home-pg .body-container-wrapper {
    padding: 0
}

.home-pg .dnd-section>.row-fluid {
    padding: 0
}

.span6 .form-wd-background-wrapper {
    margin: 0 0 0 10px
}

.body-container__landing .span6:last-child {
    padding-left: 20px
}

.body-container-wrapper .body-container.migration .span4 {
    margin-left: 2.564102564%
}

.hs-landing-page .body-container-wrapper .span4:not(:first-child) {
    margin-left: 2.564102564%
}

.hs-landing-page .body-container-wrapper .dnd-section>.row-fluid {
    align-items: flex-start
}

@media(max-width:1199px) {
    .about-img-sec article {
        width: 33.333333333333%
    }

    .about-img-sec .hs_cos_wrapper_type_rich_text {
        padding-top: 9vmax;
        padding-bottom: 9vmax
    }
}

@media(max-width:1024px) {
    .body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text {
        padding: 1rem 2.5rem 2.5rem
    }

    .body-container-wrapper .span4:first-child .hs_cos_wrapper_type_rich_text {
        padding-left: .5rem
    }

    .body-container-wrapper .span4:last-child .hs_cos_wrapper_type_rich_text {
        padding-right: .5rem
    }

    .body-container-wrapper .span6 .hs_cos_wrapper_type_rich_text {
        padding: 1rem 2.5rem 2.5rem
    }

    .body-container-wrapper .span6:first-child .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6:first-child .computer-product-wrapper {
        padding-left: 1rem
    }

    .body-container-wrapper .span6:last-child .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6:last-child .computer-product-wrapper {
        padding-right: 1rem
    }

    .contact-page .body-container-wrapper {
        padding-top: 6vmax;
        padding-bottom: 6vmax
    }

    .home-pg {
        background: #2b2c36;
        min-height: 100vh
    }
}

@media(max-width:899px) {
    .about-img-sec article {
        width: 50%
    }

    .body-container-wrapper .span4 {
        width: 100%
    }

    .body-container-wrapper .dnd-section>.row-fluid {
        flex-wrap: wrap
    }

    .body-container-wrapper .span4:first-child .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6:first-child .hs_cos_wrapper_type_rich_text {
        padding-left: 2.5rem
    }

    .body-container-wrapper .span4:last-child .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6:last-child .hs_cos_wrapper_type_rich_text {
        padding-right: 2.5rem
    }

    .body-container-wrapper .span6 {
        width: 100%
    }

    .contact-page .body-container-wrapper .span4 {
        margin: 0 0 1.5rem
    }

    .contact-container form .hs-input {
        max-width: 100%
    }

    .contact-page .body-container-wrapper .span4:last-child {
        margin-bottom: 0
    }

    .quality-pg .banner-content {
        padding-top: 80px
    }

    .quality-pg .cap-content-col:first-child {
        margin-bottom: 0
    }

    .quality-pg .banner-area-mdl {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(max-width:767px) {
    body,ul li,ol li {
        line-height: 1.75
    }

    .body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text ul li {
        line-height: 28px
    }

    .body-container-wrapper .span6 address {
        line-height: 28px
    }

    .body-container-wrapper .hs_cos_wrapper_type_header h2 {
        line-height: 28px
    }

    .quality-pg .hs_cos_wrapper_type_header h3,.quality-pg .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li,.body-container-wrapper .span6 .hs_cos_wrapper_type_rich_text ul li {
        line-height: 28px
    }

    .quality-pg .banner-area-mdl .cap-content-col:first-child {
        margin-bottom: 0
    }

    .body-container__landing .span6:last-child {
        padding-left: 0
    }

    .body-container.migration .hs_cos_wrapper_type_rich_text {
        padding: 0 !important
    }

    .body-container-wrapper .body-container.migration .span4 {
        margin-left: 0
    }

    .hs-landing-page .body-container-wrapper .span4:not(:first-child) {
        margin-left: 0
    }
}

@media(max-width:600px) {
    .body-container-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .request-quote .banner-area-mdl,.full-wd .banner-area-mdl {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .about-img-sec article {
        width: 100%
    }

    .about-two-col {
        padding: 1.5rem
    }

    .about-us .body-container__website .content-wd-img-col-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .body-container-wrapper .hs_cos_wrapper_type_header h2 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .contact-page .body-container-wrapper .span4 {
        padding-left: 0;
        padding-right: 0
    }

    .contact-page .body-container-wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .body-container-wrapper .span4 .hs_cos_wrapper_type_rich_text,.body-container-wrapper .span6 .hs_cos_wrapper_type_rich_text {
        padding-bottom: 1.5rem;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .quality-pg .banner-content {
        padding-top: 50px
    }

    .quality-pg .banner-area-mdl {
        padding-left: 0;
        padding-right: 0
    }

    .quality-pg .body-container-wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .quality-pg .form-wd-background-wrapper {
        margin-left: -1.1rem;
        margin-right: -1.1rem
    }

    .quality-pg .body-container-wrapper .hs_cos_wrapper_type_header h2 {
        margin-left: 0;
        margin-right: 0
    }

    .request-quote .banner-area-mdl {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .body-container__landing .span6 .hs_cos_wrapper_type_rich_text {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media(max-width:479px) {
    .contact-container form .actions {
        display: block
    }

    .contact-container form input.hs-button.primary.large {
        width: 100%
    }
}

@media(max-width:425px) {
    .body-container-wrapper .span6 address {
        word-break: break-all
    }
}

header.header {
    background-color: transparent
}

.header__container {
    align-items: center;
    display: flex;
    transition: .3s;
    height: 100px;
    width: 1200px;
    margin: 0 auto;
}

.header-grp {
    position: fixed;
    width: 100% !important;
    left: 0;
    z-index: 99;
    transition-property: transform,background,box-shadow,line-height,height;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.78,.13,.15,.86)
}

.header-left {

}

.header-right {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end
}

.header__logo img {
    width: auto !important;
    height: 70px;
    transition: .3s;
    display: block
}

.w-socials-item.facebook a:after {
    content: '\f09a'
}

.w-socials-item.linkedin a:after {
    content: '\f0e1'
}

.w-socials-item a:after {
    font-family: 'Font Awesome 5 Brands'
}

.header-social ul {
    margin: 0;
    padding: 0
}

.header-social ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    margin-bottom: 0
}

.header-social {
    margin-left: 1.4rem;
    line-height: 2
}

.header-social ul li a {
    line-height: 2em;
    width: 2em;
    display: block;
    font-size: 24px;
    position: relative;
    text-align: center
}

.custom-menu-primary {
    margin-left: 1.4rem
}

.custom-menu-primary ul.submenu.level-1>li>a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 100px;
    font-size: 16px;
    display: block;
    font-weight: 500
}
.custom-menu-primary ul.submenu.level-1>li.enmenu>a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.custom-menu-primary ul.submenu.level-1 {
    display: flex;
    align-items: center
}

.w-socials-item-link-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0
}

.header-social ul li a:hover .w-socials-item-link-hover {
    opacity: 1;
    transition: opacity .3s;
    background: #1e77f0
}

.header-social ul li.linkedin a:hover .w-socials-item-link-hover {
    background: #0077b5
}


.custom-menu-primary ul.submenu.level-1>li:last-child>a:hover:after {
    height: 100%
}

.custom-menu-primary ul.submenu.level-1>li:last-child>a:hover {
    color: #fff
}

.custom-menu-primary ul.submenu.level-2 {
    width: auto;
    min-width: 12rem;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1),0 5px 10px rgba(0,0,0,0.2)
}

.custom-menu-primary ul.submenu.level-2 li a {
    line-height: 1.5em;
    padding: .6em 20px;
    white-space: nowrap;
    font-size: 15px
}

.fixed .custom-menu-primary ul.submenu.level-1>li>a {
    line-height: 60px
}

.fixed .header__logo img {
}

.mobile-trigger {
    display: none
}

.fixed .header__container {
    height: 60px
}

.no-banner .header-grp {
}

.no-banner header.header {
    min-height: 100px
}

.custom-menu-primary .submenu.level-1>li,.custom-menu-primary .submenu.level-2>li {
    margin-bottom: 0
}

.menu-overlay {
    display: none
}


@media(min-width:1270px) {
    .custom-menu-primary ul.submenu.level-2 {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        opacity: 0;
        transition: transform .3s,opacity .3s !important
    }

    .custom-menu-primary .submenu.level-1>li.has-submenu:hover ul.submenu.level-2 {
        transform: scaleY(1) translateZ(0)
    }
}

@media(max-width:1355px) {
    .custom-menu-primary ul.submenu.level-1>li>a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:1269px) {
    .custom-menu-primary {
        background: #002840;
        margin-left: 0;
        position: fixed;
        display: block;
        top: 0;
        bottom: 0;
        padding: 1rem;
        left: 0;
        box-shadow: 1px 0 0 rgba(0,0,0,0.08);
        transform: translateX(-100%);
        min-height: 100vh;
        min-width: 270px;
        z-index: 3;
        overflow-y: auto;
        transition: transform .2s cubic-bezier(.4,0,.2,1)
    }

    .mobile-open .custom-menu-primary {
        transform: translateX(0)
    }

    .custom-menu-primary .submenu.level-1>li {
        display: block !important;
        position: relative
    }

    .custom-menu-primary ul.submenu.level-1 {
        display: block
    }

    .custom-menu-primary ul.submenu.level-1>li>a {
        font-size: 20px;
        color: #edf0f2 !important;
        line-height: 1.6em !important;
        padding: .7rem;
        transition: none
    }

    .custom-menu-primary .submenu.level-1>li:hover>a {
        background: #23252a;
        color: #bec788 !important
    }

    .custom-menu-primary ul.submenu.level-1>li:last-child>a:hover {
        color: rgba(255,255,255,1.0) !important
    }

    .custom-menu-primary ul.submenu.level-1>li:last-child>a {

    }

    .custom-menu-primary ul.submenu.level-1>li:last-child>a.active-branch {
        color: rgba(246,171,64,1.0) !important
    }

    .custom-menu-primary ul.submenu.level-1>li:last-child>a.active-branch:hover {
        color: rgba(255,255,255,1.0) !important
    }

    .custom-menu-primary ul.submenu.level-1>li.has-submenu>a {
        padding-right: 2em
    }

    .custom-menu-primary ul.submenu.level-1>li:last-child>a {
        display: inline-block;
        margin: 0;
        font-size: 20px
    }

    .custom-menu-primary ul.submenu.level-1>li:last-child {

    }

    .child-trigger:after {
        content: '\f107';
        vertical-align: top;
        font-family: fontawesome;
        font-weight: 400;
        font-size: 1.5em
    }

    .child-trigger {
        position: absolute;
        top: 1px;
        right: 0;
        padding: .7rem;
        color: #edf0f2;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        transition: transform .3s
    }

    .custom-menu-primary .submenu.level-1>li:hover .child-trigger {
        color: rgba(190,199,136,1.0)
    }

    .header__container {
        height: 100px;
        transition: height .3s
    }

    .fixed .header__container {
        height: 60px
    }

    .mobile-trigger i {
        top: 50%;
        transform: translateY(-50%);
        transition: transform .15s cubic-bezier(0,1,.8,1);
        border-width: 3px;
        border-bottom: .15em solid
    }

    .mobile-trigger i,.mobile-trigger i:after,.mobile-trigger i:before {
        content: '';
        display: block;
        position: absolute;
        height: 0;
        width: inherit
    }

    .mobile-trigger i:before {
        top: -0.3333em;
        transition: top .15s cubic-bezier(0,1,.8,1) .15s,opacity .15s cubic-bezier(0,1,.8,1)
    }

    .mobile-trigger i:after,.mobile-trigger i:before {
        border-bottom: inherit
    }

    .mobile-trigger i:after {
        top: .3333em;
        transition: top .15s cubic-bezier(0,1,.8,1) .15s,transform .15s cubic-bezier(0,1,.8,1)
    }

    .mobile-trigger {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        position: relative;
        height: inherit;
        width: 1em;
        color: #000;
        padding: 20px;
        cursor: pointer;
        right: 13px;
        transition: .3s
    }

    .mobile-trigger:hover {
        color: #bec788
    }

    .mobile-open .mobile-trigger i {
        transform: translateY(-50%) rotate(45deg);
        transition-delay: .15s
    }

    .mobile-open .mobile-trigger i:before {
        top: 0;
        opacity: 0;
        transition: top .15s cubic-bezier(0,1,.8,1),opacity .15s cubic-bezier(0,1,.8,1) .15s
    }

    .mobile-open .mobile-trigger i:after {
        top: 0;
        transform: rotate(90deg);
        transition: top .15s cubic-bezier(0,1,.8,1),transform .15s cubic-bezier(0,1,.8,1) .15s
    }

    .custom-menu-primary ul.submenu.level-2 {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        width: 100%;
        box-shadow: none;
        transform: none
    }

    .custom-menu-primary ul.submenu.level-2 li a {
        font-size: 16px;
        line-height: 1.6em;
        padding: .7rem;
        padding-left: 1.4rem;
        color: #edf0f2 !important
    }

    .custom-menu-primary ul.submenu.level-1>li.child-on>a {
        background: #23252a;
        color: #bec788 !important
    }

    .custom-menu-primary ul.submenu.level-2 li a:hover,.custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
        color: #bec788 !important
    }

    .custom-menu-primary .submenu.level-1>li.child-on .child-trigger {
        transform: rotate(180deg);
        color: #bec788
    }

    .custom-menu-primary .submenu.level-1>li.active-child .child-trigger {
        color: #bec788
    }

    .custom-menu-primary .submenu.level-1>li.child-open>a {
        color: #bec788;
        background: #23252a
    }

    .custom-menu-primary ul.submenu.level-1>li>a.active-branch {
        color: #bec788 !important
    }

    .mobile-open .menu-overlay {
        display: block;
        position: fixed;
        opacity: .5;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }
}

@media(max-width:900px) {
    .header__logo img {
        max-width: 122px;
        height: 40px
    }

    .header__container {
        padding-left: 1rem;
        padding-right: 1rem;
        height: 80px
    }

    .no-banner header.header {
        min-height: 80px
    }

    .header-social ul li a {
        color: #edf0f2
    }

    .header-social {
        position: absolute;
        left: 0;
        top: 16px;
        right: -94px;
        margin: 0 auto;
        width: 100px
    }

    .fixed .header-social {
        top: 1px
    }

    .mobile-trigger {
        right: 0
    }

    .fixed .header__container {
        height: 50px
    }
}

@media(max-width:600px) {
    .header__container {
        height: 80px !important;
        width: 100% !important;
    }

    .no-banner header.header {
        min-height: 50px
    }

    .header__logo img {
    }

    .header-social {
        right: -63px;
        top: 1px
    }

    .fixed .header__logo img {
    }
}

.footer {
    background-color: transparent
}

.footer__container {
    margin: 0 auto;
    width: 1200px;
}

.footer-form-grp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative
}

.footer-bottom-grp {
}

.footer-bottom-grp .footer__container {
    flex-wrap: wrap;
    max-width: 100%;
    line-height: normal;
    align-items: center;
    text-align: center;
}

.footer__copyright {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.footer-links {
    display: flex;
    flex-direction: row;
    padding: 15px;
    width: 66.6666%;
    text-align: left
}

.footer__copyright .hs_cos_wrapper_type_text {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    display: block;
    padding-bottom: 5px
}

.footer-links ul.submenu.level-1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.footer-links ul.submenu.level-1 li {
    margin-left: 1rem !important;
    float: left;
    margin-bottom: 5px !important;
    color:rgba(255,255,255,.8);
}

.footer-form .actions {
    margin-top: 18px;
    padding: 17px 0px;
    text-align: center
}

.footer-form .hs-button {
    font-size: 12px;
    font-family: Open Sans;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    padding: 12px 24px
}

.footer-form .hs-input {
    padding: 0 15px;
    min-height: 27px;
    height: 40px;
    display: inline-block;
    width: 90% !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b
}

.footer-form fieldset {
    max-width: 100% !important
}

.footer-form .hs-form-field>label {
    font-size: 16px
}

.footer-form h3.form-title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 1.5rem;
    line-height: 32px
}

.footer-top-grp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-top-grp .hs_cos_wrapper_type_text {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 3px solid;
    display: block;
    margin-bottom: 2rem
}

.footer-location .row1 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.footer-location .row2 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.footer-location .row3 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.footer-location p {
    width: 25%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    margin: 0
}

.footer-location .hs_cos_wrapper_type_rich_text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem
}

.footer-location div#hs_cos_wrapper_footer_location-title {
    margin: 0 -7px
}

.footer-form .hs-lastname .hs-input {
    width: 100% !important
}

.back-to-top:after {
    content: '\f106';
    font-family: fontawesome;
    font-weight: 400;
    font-size: 1.6em;
    vertical-align: top
}

.back-to-top {
    color: #fff;
    line-height: 50px;
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
    text-align: center;
    cursor: pointer;
    transition-property: background,box-shadow,border,color,opacity,transform;
    transition-duration: .3s
}

.back-to-top:hover {
    background: #f6ab40
}

.parallax-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer-form {
    margin: 0 -1.5rem;
    position: relative;
    z-index: 9
}

.footer-form-grp .footer__container {
    padding-left: 1.1rem;
    padding-right: 1.1rem
}

.footer-form .hs-form-field {
    width: 33.33% !important
}

.footer-form .hs-error-msgs label {
    position: absolute;
    font-size: 16px;
    margin-top: 0
}

.footer-form .hs_error_rollup .hs-error-msgs label {
    margin-top: 10px
}

.footer-bottom-grp a {
    white-space: normal
}

@media(max-width:1300px) {
    .footer-location p {
        word-break: break-all
    }
}

@media(max-width:899px) {
    .footer__copyright {
        width: 100%;
        margin: 0 0 1.5rem;
        text-align: center
    }

    .footer-links {
        width: 100%
    }

    .footer__copyright .hs_cos_wrapper_type_text {
        padding-bottom: 0
    }

    .footer-location p {
        width: 100%;
        display: block;
        margin-bottom: 1.5rem
    }

    .footer-location p:last-child {
        margin-bottom: 0
    }

    .footer-top-grp {
        padding-bottom: 1.5rem
    }
}

@media(max-width:767px) {
    .footer-top-grp .hs_cos_wrapper_type_text {
        font-size: 28px;
        margin-bottom: 1.5rem
    }
}

@media(max-width:600px) {
    .footer-links ul.submenu.level-1 li {
        margin: 0 0 1.5rem;
        float: none;
        display: block
    }

    .footer-links ul.submenu.level-1 li:last-child {
        margin-bottom: 0
    }

    .back-to-top {
        right: 10px;
        bottom: 10px
    }

    .footer-links {
        text-align: right
    }

    ul li,ol li {
        line-height: 1.75
    }

    .footer-bottom-grp {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .footer-top-grp {
        padding-left: 0;
        padding-right: 0;
        padding-top: 1.5rem
    }

    .footer-location .hs_cos_wrapper_type_rich_text {
        margin: 0
    }

    .footer-form-grp {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .footer-location div#hs_cos_wrapper_footer_location-title {
        margin: 0;
        padding-left: 1.1rem;
        padding-right: 1.1rem
    }

    .footer-location .row1,.footer-location .row2,.footer-location .row3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .footer-form .hs-form-field {
        width: 100% !important
    }

    .footer-form .hs-input {
        width: 100% !important
    }

    .parallax-window {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .footer-form .input {
        margin-right: 0 !important
    }
}

.none {
    display: none
}

.content-wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto
}

.blog-header {
    background-color: transparent;
    text-align: center
}

.comment-date {
    display: block !important
}

.blog-header__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 3.3rem 0
}

.blog-header__title {
    font-size: 2rem
}

.blog-header__subtitle {
    margin: 1rem 0 2rem
}

.blog-header__form {
    margin: 0 1rem
}

@media screen and (min-width:768px) {
    .blog-header__form {
        width: 500px;
        margin: 0 auto
    }
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
    padding: 3.3rem 0
}

.blog-index:after {
    content: "";
    flex: auto
}

.blog-index__tag-header {
    flex: 1 0 100%;
    padding: 1rem
}

.blog-index__tag-subtitle {
    font-size: 1.16rem;
    line-height: 1.1
}

.blog-index__tag-heading {
    padding-bottom: 1rem;
    border-bottom: 3px solid #d1d6dc
}

.blog-index__post {
    flex: 0 0 100%;
    padding: 1rem
}

@media screen and (min-width:768px) {
    .blog-index__post {
        flex: 0 0 calc(100%/2)
    }
}

@media screen and (min-width:1000px) {
    .blog-index__post {
        flex: 0 0 calc(100%/3)
    }
}

@media screen and (min-width:768px) {
    .blog-index__post--large {
        flex: 1 0 100%;
        display: flex;
        justify-items: space-between
    }
}

.blog-post img {
    max-width: 100%
}

.blog-index__post-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%;
    background-image: url('')
}

@media screen and (min-width:768px) {
    .blog-index__post-image--large {
        flex: 1 1 100%;
        padding-bottom: 0
    }

    .blog-index__post-content--large {
        flex: 1 1 100%;
        padding-left: 2rem
    }

    .blog-index__post-image--large {
        flex: 1 1 48%
    }

    .blog-index__post-content--large {
        flex: 1 1 48%;
        padding-left: 2rem
    }
}

.blog-index__post-content h2 {
    margin: .5rem 0
}

.blog-index__post-content--small h2 {
    font-size: 1.25rem
}

.blog-index__post-content p {
    font-family: Lato,sans-serif
}

.blog-index__post-content a {
    color: #494a52
}

.blog-index__post img {
    max-width: 100%;
    height: auto
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Lato,sans-serif;
    margin-bottom: 3.3rem
}

.blog-pagination__link {
    display: inline-flex;
    padding: .25rem .4rem;
    margin: 0 .1rem;
    color: #494a52;
    text-decoration: none;
    border: 2px solid transparent;
    line-height: 1;
    border-radius: 7px
}

.blog-pagination__link--active {
    border: 2px solid #b0c1d4
}

.blog-pagination__link:hover,.blog-pagination__link:focus {
    text-decoration: none
}

.blog-pagination__prev-link,.blog-pagination__next-link {
    display: inline-flex;
    align-items: center
}

.blog-pagination__prev-link {
    text-align: right;
    margin-right: .25rem
}

.blog-pagination__next-link {
    text-align: left;
    margin-left: .25rem
}

.blog-pagination__prev-link--disabled,.blog-pagination__next-link--disabled {
    color: #b0c1d4;
    pointer-events: none;
    cursor: default
}

.blog-pagination__prev-link svg,.blog-pagination__next-link svg {
    fill: #494a52;
    margin: 0 5px
}

.blog-pagination__prev-link--disabled svg,.blog-pagination__next-link--disabled svg {
    fill: #b0c1d4
}

.blog-pagination__number-link:hover,.blog-pagination__number-link:focus {
    border: 2px solid #b0c1d4
}

.blog-header__author-avatar {
    height: 200px;
    width: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
    margin: 0 auto 1.5rem
}

.blog-header__author-social-links a {
    display: inline-block;
    position: relative;
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 5px
}

.blog-header__author-social-links a:hover {
    background-color: #494a52
}

.blog-header__author-social-links svg {
    fill: #fff;
    height: 15px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.blog-post {
    max-width: 960px;
    margin: 0 auto;
    padding: 3.3rem 0
}

.blog-post h1 {
    font-size: 1.6rem
}

.blog-post__meta {
    margin: 1rem 0
}

.blog-post__meta a {
    color: #494a52;
    text-decoration: underline
}

.blog-post__tags {
    font-family: Lato,sans-serif;
    color: #000
}

.blog-post__tags svg {
    width: 15px;
    height: auto;
    margin-right: 10px
}

.blog-post__tag-link {
    font-size: .8rem;
    color: #000
}

.blog-recent-posts {
    margin-top: 3rem;
    background-color: transparent;
    padding: 2rem 0
}

.blog-recent-posts h2 {
    text-align: center
}

.blog-recent-posts__list {
    display: flex
}

.blog-recent-posts__post {
    display: block;
    flex: 0 0 100%;
    color: #494a52;
    padding: 1rem
}

@media screen and (min-width:768px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100%/2)
    }
}

@media screen and (min-width:1000px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100%/3)
    }
}

.blog-recent-posts__post:hover {
    text-decoration: none
}

.blog-recent-posts__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%
}

.blog-recent-posts__title {
    margin: 1rem 0 .5rem
}

.blog-comments {
    max-width: 680px;
    margin: 0 auto
}

.blog-comments form {
    max-width: 100%
}

.blog-comments .hs-submit {
    text-align: center
}

.blog-comments .comment-reply-to {
    border: 0 none
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #494a52
}

.post-item .page-center {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px
}

.post-item .page-center .span4,.post-item .page-center .span8 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post-item .page-center .span8 {
    flex-basis: 31.914893614%
}

img.featured-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover
}

@media(max-width:480px) {
    .blog-post img {
        width: 100% !important;
        float: none !important
    }
}

.blog-index__post.blog-index__post--small {
    display: flex
}

.blog-index__post-inner-card {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 5px;
    background: #fff
}

.blog-index__post-image {
    border-radius: 5px 5px 0 0
}

.blog-index__post-inner-card .blog-index__post-content {
    display: flex;
    flex-direction: column;
    padding: 24px 30px 30px 30px;
    height: 100%
}

.blog-post__tag-link,.blog-post__tags {
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .01rem
}

.blog-post__tag-link:hover {
    text-decoration: none
}

.blog-index__post-content--small h2 {
    font-size: 18px;
    line-height: 26px
}

.blog-index__post-content--small h2 a:hover {
    text-decoration: none;
    transition: all .5s
}

.blog-post__meta-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 30px;
    font-size: 14px
}

.blog-post__read-more a:hover {
    text-decoration: none
}

.read-more__arrow {
    position: relative;
    top: 3px;
    padding-left: 10px
}

.blog-post__read-more svg {
    width: 15px;
    height: auto
}

.blog-post__read-more a svg {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

@media screen and (max-width:767px) {
    .blog-index.sidebar {
        padding: 1rem 0;
        padding-bottom: 3.3rem
    }
}

.blog-index.sidebar {
    display: flex
}

@media screen and (min-width:1000px) {
    .blog-index.sidebar .blog-index__post {
        flex: 0 0 calc(100%/2)
    }
}

@media screen and (max-width:999px) {
    .blog-index.sidebar .blog-index__post {
        flex: 0 0 calc(100%/1)
    }
}

.blog-sidebar {
    padding-top: 3.9rem
}

@media screen and (max-width:767px) {
    .blog-sidebar {
        padding: 2rem 1rem;
        padding-bottom: 0
    }
}

.blog-sidebar h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 37px
}

.blog-sidebar ul {
    padding: 30px;
    margin: 0 0 40px 0;
    list-style: none;
    border-radius: 5px;
    background: #fff
}

.blog-sidebar ul li {
    padding: 10px 0;
    border-top: 1px solid #dfddd9;
    font-weight: 600
}

.blog-sidebar ul li:first-child {
    border-top-color: transparent
}

.blog-sidebar a {
    text-decoration: none
}

.blog-sidebar a:hover {
    text-decoration: none
}

.blog-sidebar .filter-link-count {
    display: none
}

.blog-sidebar .filter-expand-link {
    position: relative;
    top: -15px;
    display: block;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-align: center
}

.blog-sidebar-post-listing ul li {
    padding-left: 2.3em;
    line-height: 24px;
    text-indent: -2.3em
}

.blog-sidebar-post-listing li:before {
    position: relative;
    width: 22px;
    float: left;
    content: counter(list-item);
    margin-right: 25px;
    font-size: 36px;
    font-weight: 600
}

.blog-sidebar-post-listing li a {
    position: relative;
    top: -3px
}

.blog-pagination.span12 {
    display: flex;
    margin-left: 0
}

@media(max-width:767px) {
    .hs-blog-listing .content-wrapper>.row-fluid {
        display: flex;
        flex-direction: column
    }

    .hs-blog-listing .span3 {
        order: 1
    }

    .hs-blog-listing .span9 {
        order: 2
    }

    .hs-blog-listing .blog-pagination {
        order: 3
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter ul,.blog-sidebar.mobile .blog-sidebar-post-listing ul {
        visibility: hidden;
        opacity: 0;
        transition: all 5s;
        display: none
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter h3,.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
        cursor: pointer
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
        content: "+";
        padding-left: 6px
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
        content: "-";
        padding-left: 7px
    }

    .blog-sidebar.mobile .clicked ul {
        display: block;
        visibility: visible;
        transition: all 1s;
        opacity: 1
    }
}

.subscription-form {
    display: block;
    margin: 0 auto;
    padding: 60px 0;
    width: 40%;
    text-align: center
}

@media(max-width:767px) {
    .subscription-form {
        width: 85%
    }
}

.subscription-form label {
    text-align: center
}

.post-featured-image {
    margin-bottom: -110px;
    min-height: 300px;
    background-size: cover;
    border-radius: 5px;
    margin-top: 40px;
    background-position: center center
}

.blog-post {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 84px 100px 80px 100px;
    background: #fff;
    border-radius: 5px
}

.blog-post.no-image {
    margin-top: 50px
}

.blog-post__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25
}

.blog-post__meta a {
    text-decoration: none
}

.blog-post__links {
    display: block;
    padding: 26px 0;
    margin-top: 20px
}

.blog-post__back-to-blog {
    text-decoration: none
}

.blog-post__back-to-blog svg {
    position: relative;
    top: 6px;
    margin-right: 10px;
    width: 20px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

@media(max-width:767px) {
    .blog-post {
        width: 90%;
        padding: 30px
    }

    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        overflow: auto
    }
}

.blog-comments {
    max-width: 100%
}

.comment.depth-0:first-child {
    margin-top: 2em
}

.comment.depth-1 {
    padding-left: 2em;
    padding-top: 1em;
    margin-top: 1em
}

.blog-comments form {
    margin-top: 2em;
    padding-top: 2em
}

.blog-recent-posts__list {
    flex-wrap: wrap
}

.blog-recent-posts .blog-index__post-content h2 {
    text-align: left
}

.blog-recent-posts .blog-post__meta-section {
    justify-content: flex-end
}

.blog-index__post-content h2 a {
    color: #2b2c36
}

.parallax-mirror {
    z-index: 1 !important
}

.error-page {
    padding: 10rem 0;
    text-align: center;
    position: relative
}

.error-page:before {
    content: attr(data-error);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: Lato,sans-serif;
    font-size: 40vw;
    font-weight: bold;
    color: #f3f6f9;
    z-index: -1
}

@media screen and (min-width:1100px) {
    .error-page:before {
        font-size: 20rem
    }
}

.error-page_heading {
    margin-bottom: 1rem
}

.systems-page {
    padding: 3rem 0
}

.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    max-width: 650px;
    width: 100%;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: .75rem;
    color: #4f7d24;
    padding: .1rem .75rem
}

.hs-search-results {
    margin-top: 2rem
}

ul.hs-search-results__listing li {
    margin-bottom: 2rem
}

.hs-search-results__title {
    font-family: Merriweather,serif;
    font-size: 1.25rem;
    color: #494a52;
    text-decoration: underline;
    margin-bottom: .25rem
}

.hs-search-results__title:hover {
    text-decoration: none
}

.hs-search-results__description {
    padding-top: .5rem
}

.hs-search-highlight {
    font-weight: bold
}

.hs-search-results__pagination a {
    color: #494a52
}

.email-prefs .item.disabled {
    opacity: .6;
    cursor: not-allowed
}

.email-prefs .item.disabled input:disabled {
    cursor: not-allowed
}

.error-page-wrapper .error-page {
    padding: 0
}

.error-page-wrapper .error-page:before {
    display: inline-block;
    vertical-align: top;
    content: '\f14e';
    font: 12rem/1 fontawesome;
    margin-bottom: 1rem;
    opacity: .1;
    position: static;
    transform: none;
    color: #2b2c36
}

.error-page-wrapper {
    padding: 32px 0 32px
}

.error-page-wrapper h1.error-page_heading {
    margin-bottom: 1.5rem
}

@media(max-width:767px) {
    .error-page-wrapper .error-page:before {
        font-size: 8rem
    }

    #email-prefs-form h2 {
        font-size: 24px
    }

    #email-prefs-form h1 {
        font-size: 28px
    }
}

@media(max-width:479px) {
    .error-page-wrapper {
        padding: 24px 0 32px
    }
}