html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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

.row {
    margin-left: -15px;
    margin-right: -15px;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* This stylesheet generated by Transfonter (http://transfonter.org) on August 15, 2016 1:35 PM */
@font-face {
    font-family: 'AcuminPro-Medium';
    src: url("../fonts/AcuminPro-Medium.eot");
    src: url("../fonts/AcuminPro-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/AcuminPro-Medium.woff") format("woff"), url("../fonts/AcuminPro-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AcuminPro-Semibold';
    src: url("../fonts/AcuminPro-Semibold.eot");
    src: url("../fonts/AcuminPro-Semibold.eot#iefix") format("embedded-opentype"), url("../fonts/AcuminPro-Semibold.woff") format("woff"), url("../fonts/AcuminPro-Semibold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AcuminPro-Light';
    src: url("../fonts/AcuminPro-Light.eot");
    src: url("../fonts/AcuminPro-Light.eot#iefix") format("embedded-opentype"), url("../fonts/AcuminPro-Light.woff") format("woff"), url("../fonts/AcuminPro-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AcuminPro-ExtraLight';
    src: url("../fonts/AcuminPro-ExtraLight.eot");
    src: url("../fonts/AcuminPro-ExtraLight.eot#iefix") format("embedded-opentype"), url("../fonts/AcuminPro-ExtraLight.woff") format("woff"), url("../fonts/AcuminPro-ExtraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AcuminPro-Bold';
    src: url("../fonts/AcuminPro-Bold.eot");
    src: url("../fonts/AcuminPro-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/AcuminPro-Bold.woff") format("woff"), url("../fonts/AcuminPro-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AcuminPro-Regular';
    src: url("../fonts/AcuminPro-Regular.eot");
    src: url("../fonts/AcuminPro-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/AcuminPro-Regular.woff") format("woff"), url("../fonts/AcuminPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

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

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

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-family: 'AcuminPro-Light';
    color: #666;
    line-height: 1.4;
    height: 100%;
    font-size: 16px;
}

@media (min-width: 992px) {
    body {
        font-size: 20px;
    }
}

a {
    text-decoration: none;
}

.img-responsive, .site-header .top a.logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-center {
    margin: auto;
}

hr {
    border: 0;
    margin: 0;
    border-bottom: 1px solid #bbe7e2;
}

strong {
    font-family: 'AcuminPro-Semibold';
}

.btn {
    border-radius: 4px;
    background: #fff;
    padding: 10px 25px 7px 25px;
    display: inline-block;
    font-family: 'AcuminPro-Medium';
    text-transform: uppercase;
    color: #04325b;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}

.title {
    font-size: 24px;
    font-family: 'AcuminPro-ExtraLight';
    color: #04325b;
    text-transform: uppercase;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .title {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .title {
        font-size: 36px;
    }
}

.title.title-with-border {
    text-align: left !important;
    position: relative;
    margin-left: 20px;
}

.title.title-with-border:before {
    width: 7px;
    height: 20px;
    background: #b8c0cd;
    position: absolute;
    top: 4px;
    left: -20px;
    content: "";
}

@media (min-width: 992px) {
    .title.title-with-border:before {
        top: 6px;
        height: 24px;
    }
}

@media (min-width: 1200px) {
    .title.title-with-border:before {
        top: 7px;
        height: 27px;
    }
}

.intro {
    font-family: 'AcuminPro-Medium';
    margin-bottom: 30px;
    margin-top: -15px;
}

@media (min-width: 768px) {
    .intro {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .intro {
        max-width: 60%;
    }
}

p, ul {
    margin-bottom: 15px;
}

ul {
    list-style: outside disc;
    padding-left: 20px;
    line-height: 1.75;
}

a.down {
    width: 30px;
    height: 21px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

a.down img {
    width: 100%;
    height: 100%;
    display: block;
}

.text-9eb8be {
    color: #9eb8be !important;
}

.text-9eb8be:before {
    background-color: #9eb8be;
}

.text-04325b {
    color: #04325b !important;
}

.text-04325b:before {
    background-color: #04325b !important;
}

.text-a5a5a5 {
    color: #a5a5a5 !important;
}

.text-a5a5a5:before {
    background-color: #a5a5a5 !important;
}

.text-b8d4d2 {
    color: #b8d4d2 !important;
}

.text-b8d4d2:before {
    background-color: #b8d4d2 !important;
}

.text-dbe9e8 {
    color: #dbe9e8 !important;
}

.text-dbe9e8:before {
    background-color: #dbe9e8 !important;
}

.module {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .module {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .module {
        margin-bottom: 50px;
    }
}

.module.with-background {
    margin: 0;
    color: #fff;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .module.with-background {
        padding-top: 50px;
    }
}

@media (min-width: 992px) {
    .module.with-background {
        padding-bottom: 50px;
    }
}

.module.with-background .title,
.module.with-background .subtitle {
    color: inherit;
}

.module.with-background .title:before,
.module.with-background .subtitle:before {
    background-color: #fff;
}

.module.module-two-col + .module-testimonials {
    padding-top: 0;
}

.site-header {
    background: url(../images/header.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

@media (min-width: 992px) {
    .site-header {
        background-attachment: fixed;
    }
}

.site-header .container-fluid {
    height: 100%;
}

@media (min-width: 768px) {
    .site-header .container-fluid {
        max-width: 90%;
    }
}

.site-header .top {
    height: auto;
    text-align: right;
    padding-top: 15px;
}

.site-header .top a.logo {
    display: table;
}

.site-header .top a.logo img {
    max-height: 68px;
    width: auto;
}

@media (min-width: 768px) {
    .site-header .top a.logo img {
        max-height: 100px;
    }
}

@media (min-width: 992px) {
    .site-header .top a.logo img {
        max-height: 120px;
    }
}

.site-header .top a.client-login {
    text-transform: uppercase;
    font-family: 'AcuminPro-Semibold';
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .site-header .top a.client-login {
        font-size: 14px;
    }
}

.site-header .top a.client-login:hover {
    color: #e2f9b7;
}

.site-header .top a.client-login:hover:after {
    border-color: transparent transparent transparent #e2f9b7;
}

.site-header .top a.client-login:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: -1px;
    right: 0;
    content: "";
}

.site-header .about {
    height: calc( 100% - 83px);
    position: relative;
}

@media (min-width: 768px) {
    .site-header .about {
        height: calc( 100% - 115px);
    }
}

@media (min-width: 768px) {
    .site-header .about {
        height: calc( 100% - 135px);
    }
}

.site-header .about > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.site-header .about h1 {
    font-size: 48px;
    font-family: 'AcuminPro-Bold';
    color: #b8d5d3;
    text-shadow: 3px 3px 8px #000;
    line-height: 1;
}

@media (min-width: 768px) {
    .site-header .about h1 {
        font-size: 64px;
    }
}

@media (min-width: 992px) {
    .site-header .about h1 {
        font-size: 80px;
    }
}

.site-header .about p {
    font-size: 24px;
    text-shadow: 3px 3px 8px #000;
    margin: 25px auto 30px auto;
    max-width: 450px;
}

@media (min-width: 768px) {
    .site-header .about p {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .site-header .about p {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .site-header .about p {
        max-width: 650px;
    }
}

@media (min-width: 992px) {
    .site-header .about p {
        margin-bottom: 45px;
    }
}

.site-header .about .btn {
    font-family: 'AcuminPro-Bold';
    display: block;
    margin: auto;
    width: 150px;
}

@media (min-width: 768px) {
    .site-header .about .btn {
        display: inline-block;
        width: 175px;
    }
}

.site-header .about .btn + .btn {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .site-header .about .btn + .btn {
        margin-top: 0;
        margin-left: 50px;
    }
}

.site-header .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.site-header .video.in {
    opacity: 1;
    visibility: visible;
}

.site-header .video iframe {
    width: 100%;
    height: 100%;
}

.site-footer {
    background: #04325b;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;
}

.site-footer a {
    color: #fff;
}

.site-footer p:last-child {
    margin: 0;
}

@media (min-width: 992px) {
    .site-footer .last {
        text-align: right;
    }
}

a.up {
    display: table;
    margin: 30px auto;
}

a.up img {
    width: 30px;
}

form .form-group + .form-group {
    margin-top: 15px;
}

form .form-control {
    border: 1px solid #b7e4df;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
    width: 100%;
    outline: none;
    font-family: 'AcuminPro-Regular';
    font-size: 14px;
    color: #555;
}

form .form-control::-webkit-input-placeholder {
    font-family: 'AcuminPro-Regular';
    font-size: 14px;
}

form .form-control:-moz-placeholder {
    font-family: 'AcuminPro-Regular';
    font-size: 14px;
}

form .form-control::-moz-placeholder {
    font-family: 'AcuminPro-Regular';
    font-size: 14px;
}

form .form-control:-ms-input-placeholder {
    font-family: 'AcuminPro-Regular';
    font-size: 14px;
}

form textarea.form-control {
    height: 103px;
    vertical-align: bottom;
    resize: none;
}

form input[type=submit] {
    background: url(../images/mail.png);
    width: 29px;
    height: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    text-indent: -10000px;
    display: block;
    float: right;
    margin-top: 15px;
}

form .wpcf7-recaptcha {
    float: left;
    margin-top: 15px;
}

form .wpcf7-response-output,
form .wpcf7-not-valid-tip {
    display: none !important;
}

.slick-slider .slick-slide {
    outline: none;
}

.slick-slider ul.slick-dots {
    margin: 0;
    padding: 0;
    height: 10px;
    line-height: 0;
}

.slick-slider ul.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #dbe9e8;
    display: block;
    position: relative;
    transition: all .5s ease;
    float: left;
    cursor: pointer;
}

.slick-slider ul.slick-dots li.slick-active {
    background-color: #b8d4d2;
    width: 30px;
}

.slick-slider ul.slick-dots li + li {
    margin-left: 8px;
}

.slick-slider ul.slick-dots li.arrow {
    background: url(../images/arrow.png) no-repeat;
    width: 10px;
    height: 14px;
    margin-top: -2px;
}

.slick-slider ul.slick-dots button {
    display: none;
}

.slick-slider .slick-arrow {
    width: 12px;
    height: 17px;
    border: 0;
    outline: none;
    cursor: pointer;
    text-indent: -10000px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    z-index: 999;
}

.slick-slider .slick-prev {
    background: url(../images/prev.png) no-repeat;
    left: 0;
}

.slick-slider .slick-next {
    background: url(../images/next.png) no-repeat;
    right: 0;
}

.module-text ul:last-of-type,
.module-text p:last-of-type {
    margin: 0;
}

@media (min-width: 768px) {
    .module-text {
        text-align: center;
    }
    .module-text ul {
        list-style: inside disc;
    }
}

.module-promo ul.slick-dots {
    text-align: center;
}

.module-form {
    position: relative;
}

.module-form .form-message {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .module-form .form-message {
        margin-top: 0;
    }
}

.module-form .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.module-form .overlay.in {
    opacity: 1;
    visibility: visible;
}

.module-form .overlay > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.module-form .overlay span {
    background: #fff;
    border: 1px solid #9eb8bd;
    border-radius: 10px;
    display: table;
    padding: 10px 50px 5px 50px;
    margin: auto;
    color: #9eb8bd;
    font-family: 'AcuminPro-Bold';
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    .module-form .title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .module-graphic {
        text-align: center;
    }
}

.module-icons .icons {
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.module-icons .icons img {
    max-width: 75px;
    margin: 0 auto 15px auto;
}

.module-icons .icons h4 {
    text-transform: uppercase;
    font-family: 'AcuminPro-Bold';
    color: #04325b;
    margin-bottom: 5px;
}

.module-icons .icons p {
    margin: 0;
}

@media (min-width: 992px) {
    .module-icons .icons .slick-slide {
        padding: 0 15px;
    }
}

.module-icons .icons .slick-arrow {
    top: 37px;
}

@media (min-width: 768px) {
    .module-icons .title {
        text-align: center;
    }
}

.module-testimonials {
    background: #9eb8be;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials {
        margin-top: -50px;
        margin-bottom: -50px;
        padding: 0 20px;
    }
}

.module-testimonials .testimonials blockquote {
    position: relative;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials blockquote {
        background: #fff;
        border-radius: 15px;
        padding: 30px;
        max-width: 80%;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
        margin: 50px auto;
    }
    .module-testimonials .testimonials blockquote:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 20px 25px 0;
        border-color: transparent #ffffff transparent transparent;
        position: absolute;
        top: 50%;
        left: -20px;
        content: "";
        margin-top: -23px;
    }
}

@media (min-width: 992px) {
    .module-testimonials .testimonials blockquote {
        max-width: 650px;
    }
}

.module-testimonials .testimonials p {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    font-family: 'AcuminPro-Medium';
    font-style: italic;
    color: #04325b;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials p {
        background: none;
        padding: 0;
        margin-bottom: 15px;
    }
}

.module-testimonials .testimonials p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 40px;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials p:after {
        display: none;
    }
}

.module-testimonials .testimonials cite {
    color: #fff;
    text-align: left;
    display: block;
    font-size: 14px;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials cite {
        color: #a5a5a5;
        text-align: right;
        font-size: 16px;
    }
}

.module-testimonials .testimonials .slick-slide {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials .slick-slide {
        padding: 0;
    }
}

.module-testimonials .testimonials .slick-arrow {
    top: auto;
    bottom: 0;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials .slick-arrow {
        top: 50%;
        bottom: auto;
    }
}

.module-testimonials .testimonials .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -30px;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials .slick-arrow.slick-prev {
        left: 0;
        margin-left: 0;
    }
}

.module-testimonials .testimonials .slick-arrow.slick-next {
    right: 50%;
    margin-right: -30px;
}

@media (min-width: 768px) {
    .module-testimonials .testimonials .slick-arrow.slick-next {
        right: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .module-testimonials .title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .module-two-col .title,
    .module-two-col .intro {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .module-two-col .col-sm-6:first-child {
        padding-right: 40px;
    }
    .module-two-col .col-sm-6:last-child {
        padding-left: 40px;
    }
}

.module-two-col-image .section + .section {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .module-two-col-image .section + .section {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .module-two-col-image .col-sm-6 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .module-two-col-image.image_right .col-sm-pull-6 {
        padding-left: calc( ( 100% - 750px ) / 2 + 15px);
    }
}

@media (min-width: 992px) {
    .module-two-col-image.image_right .col-sm-pull-6 {
        padding-left: calc( ( 100% - 970px ) / 2 + 15px);
    }
}

@media (min-width: 1200px) {
    .module-two-col-image.image_right .col-sm-pull-6 {
        padding-left: calc( ( 100% - 1170px ) / 2 + 15px);
    }
}

@media (min-width: 768px) {
    .module-two-col-image.image_left .col-sm-6:last-child {
        padding-right: calc( ( 100% - 750px ) / 2 + 15px);
    }
}

@media (min-width: 992px) {
    .module-two-col-image.image_left .col-sm-6:last-child {
        padding-right: calc( ( 100% - 970px ) / 2 + 15px);
    }
}

@media (min-width: 1200px) {
    .module-two-col-image.image_left .col-sm-6:last-child {
        padding-right: calc( ( 100% - 1170px ) / 2 + 15px);
    }
}
