/*
Theme Name:         Invision
Theme URI:          http://invision.wp.themeforest.createit.pl/
Description:        Responsive Corporate Template
Version:            1.0
Author:             createIT.pl
Author URI:         http://themeforest.net/user/createit-pl/portfolio
Tags:           agency, blog, corporate, creative
License:            ThemeForest license
License URI:        http://themeforest.net/licenses/regular_extended
*/
/* Variables
----------------------------------------------- */
/* Helpers
----------------------------------------------- */
/* Responsive utilities
----------------------------------------------- */
/* Gradients
----------------------------------------------- */
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
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 {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
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-spacing: 0;
    border-collapse: collapse;
}

/* Grid System
----------------------------------------------- */
.container,
.container-lg {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container-lg {
    padding-right: 0;
    padding-left: 0;
}

.container:before,
.container:after {
    display: table;
    /* 2 */
    content: ' ';
    /* 1 */
}
.container:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before,
.row:after {
    display: table;
    /* 2 */
    content: ' ';
    /* 1 */
}
.row:after {
    clear: both;
}

.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,
.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,
.col-md-1,
.col-md-1-5,
.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,
.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 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* Extra small grid
----------------------------------------------- */
.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 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.pad-xs-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pad-xs-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pad-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad-xs-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pad-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-xs-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.pad-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pad-xs-105 {
    padding-top: 105px;
    padding-bottom: 105px;
}

.pad-xs-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Small grid
----------------------------------------------- */
@media (min-width: 769px) {
    .container {
        max-width: 750px;
    }

    .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 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-1_5 {
        width: 20%;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .pad-sm-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pad-sm-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pad-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pad-sm-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pad-sm-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pad-sm-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pad-sm-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pad-sm-105 {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .pad-sm-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
/* Medium grid
----------------------------------------------- */
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .col-md-1,
    .col-md-1-5,
    .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 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-1-5 {
        width: 20%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .pad-md-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pad-md-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pad-md-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pad-md-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pad-md-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pad-md-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pad-md-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pad-md-105 {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .pad-md-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .pad-md-135 {
        padding-top: 135px;
        padding-bottom: 135px;
    }

    .pad-md-150 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pad-md-165 {
        padding-top: 165px;
        padding-bottom: 165px;
    }

    .pad-md-180 {
        padding-top: 180px;
        padding-bottom: 180px;
    }
}
/* Large grid
----------------------------------------------- */
@media (min-width: 1200px) {
    .container {
        max-width: 1050px;
    }
    .container-lg {
        max-width: 1400px;
    }

    .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 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .pad-lg-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pad-lg-15 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .pad-lg-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pad-lg-45 {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .pad-lg-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pad-lg-75 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .pad-lg-90 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .pad-lg-105 {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .pad-lg-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}
/* Basic Setup
----------------------------------------------- */
body {
    word-wrap: break-word;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Helper Classes
----------------------------------------------- */
.clearfix:before,
.clearfix:after {
    display: table;
    /* 2 */
    content: ' ';
    /* 1 */
}
.clearfix:after {
    clear: both;
}

.pad-top {
    padding-bottom: 0;
}

.pad-bottom {
    padding-top: 0;
}

.no-gutter-left {
    padding-left: 0;
}

.no-gutter-right {
    padding-right: 0;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

.animated {
    -webkit-animation-duration: 2.5s;
         -o-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;

    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
           transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-30px);
           transform: translateY(-30px);
    }
    60% {
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
             -o-transform: translateY(-30px);
                transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
             -o-transform: translateY(-15px);
                transform: translateY(-15px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
         -o-animation-name: bounce;
            animation-name: bounce;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-xs {
    display: none !important;
}
tr .visible-xs {
    display: none !important;
}
th .visible-xs,
td .visible-xs {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    tr .visible-xs {
        display: table-row !important;
    }
    th .visible-xs,
    td .visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    tr .visible-xs.visible-sm {
        display: table-row !important;
    }
    th .visible-xs.visible-sm,
    td .visible-xs.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    tr .visible-xs.visible-md {
        display: table-row !important;
    }
    th .visible-xs.visible-md,
    td .visible-xs.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    tr .visible-xs.visible-lg {
        display: table-row !important;
    }
    th .visible-xs.visible-lg,
    td .visible-xs.visible-lg {
        display: table-cell !important;
    }
}

.visible-sm {
    display: none !important;
}
tr .visible-sm {
    display: none !important;
}
th .visible-sm,
td .visible-sm {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    tr .visible-sm.visible-xs {
        display: table-row !important;
    }
    th .visible-sm.visible-xs,
    td .visible-sm.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    tr .visible-sm {
        display: table-row !important;
    }
    th .visible-sm,
    td .visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    tr .visible-sm.visible-md {
        display: table-row !important;
    }
    th .visible-sm.visible-md,
    td .visible-sm.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    tr .visible-sm.visible-lg {
        display: table-row !important;
    }
    th .visible-sm.visible-lg,
    td .visible-sm.visible-lg {
        display: table-cell !important;
    }
}

.visible-md {
    display: none !important;
}
tr .visible-md {
    display: none !important;
}
th .visible-md,
td .visible-md {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    tr .visible-md.visible-xs {
        display: table-row !important;
    }
    th .visible-md.visible-xs,
    td .visible-md.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    tr .visible-md.visible-sm {
        display: table-row !important;
    }
    th .visible-md.visible-sm,
    td .visible-md.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    tr .visible-md {
        display: table-row !important;
    }
    th .visible-md,
    td .visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    tr .visible-md.visible-lg {
        display: table-row !important;
    }
    th .visible-md.visible-lg,
    td .visible-md.visible-lg {
        display: table-cell !important;
    }
}

.visible-lg {
    display: none !important;
}
tr .visible-lg {
    display: none !important;
}
th .visible-lg,
td .visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    tr .visible-lg.visible-xs {
        display: table-row !important;
    }
    th .visible-lg.visible-xs,
    td .visible-lg.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    tr .visible-lg.visible-sm {
        display: table-row !important;
    }
    th .visible-lg.visible-sm,
    td .visible-lg.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    tr .visible-lg.visible-md {
        display: table-row !important;
    }
    th .visible-lg.visible-md,
    td .visible-lg.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    tr .visible-lg {
        display: table-row !important;
    }
    th .visible-lg,
    td .visible-lg {
        display: table-cell !important;
    }
}

.hidden-xs {
    display: block !important;
}
tr .hidden-xs {
    display: table-row !important;
}
th .hidden-xs,
td .hidden-xs {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    tr .hidden-xs {
        display: none !important;
    }
    th .hidden-xs,
    td .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
    tr .hidden-xs.hidden-sm {
        display: none !important;
    }
    th .hidden-xs.hidden-sm,
    td .hidden-xs.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }
    tr .hidden-xs.hidden-md {
        display: none !important;
    }
    th .hidden-xs.hidden-md,
    td .hidden-xs.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }
    tr .hidden-xs.hidden-lg {
        display: none !important;
    }
    th .hidden-xs.hidden-lg,
    td .hidden-xs.hidden-lg {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}
tr .hidden-sm {
    display: table-row !important;
}
th .hidden-sm,
td .hidden-sm {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }
    tr .hidden-sm.hidden-xs {
        display: none !important;
    }
    th .hidden-sm.hidden-xs,
    td .hidden-sm.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    tr .hidden-sm {
        display: none !important;
    }
    th .hidden-sm,
    td .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }
    tr .hidden-sm.hidden-md {
        display: none !important;
    }
    th .hidden-sm.hidden-md,
    td .hidden-sm.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }
    tr .hidden-sm.hidden-lg {
        display: none !important;
    }
    th .hidden-sm.hidden-lg,
    td .hidden-sm.hidden-lg {
        display: none !important;
    }
}

.hidden-md {
    display: block !important;
}
tr .hidden-md {
    display: table-row !important;
}
th .hidden-md,
td .hidden-md {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }
    tr .hidden-md.hidden-xs {
        display: none !important;
    }
    th .hidden-md.hidden-xs,
    td .hidden-md.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }
    tr .hidden-md.hidden-sm {
        display: none !important;
    }
    th .hidden-md.hidden-sm,
    td .hidden-md.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    tr .hidden-md {
        display: none !important;
    }
    th .hidden-md,
    td .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }
    tr .hidden-md.hidden-lg {
        display: none !important;
    }
    th .hidden-md.hidden-lg,
    td .hidden-md.hidden-lg {
        display: none !important;
    }
}

.hidden-lg {
    display: block !important;
}
tr .hidden-lg {
    display: table-row !important;
}
th .hidden-lg,
td .hidden-lg {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }
    tr .hidden-lg.hidden-xs {
        display: none !important;
    }
    th .hidden-lg.hidden-xs,
    td .hidden-lg.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }
    tr .hidden-lg.hidden-sm {
        display: none !important;
    }
    th .hidden-lg.hidden-sm,
    td .hidden-lg.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }
    tr .hidden-lg.hidden-md {
        display: none !important;
    }
    th .hidden-lg.hidden-md,
    td .hidden-lg.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    tr .hidden-lg {
        display: none !important;
    }
    th .hidden-lg,
    td .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}
tr .visible-print {
    display: none !important;
}
th .visible-print,
td .visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    tr .visible-print {
        display: table-row !important;
    }
    th .visible-print,
    td .visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }
    tr .hidden-print {
        display: none !important;
    }
    th .hidden-print,
    td .hidden-print {
        display: none !important;
    }
}
/* Base Styles
----------------------------------------------- */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    word-wrap: break-word;
    color: #000;

    -webkit-font-smoothing: antialiased;
}

a {
    -webkit-transition: color .25s;
         -o-transition: color .25s;
            transition: color .25s;
    text-decoration: none;
}

.learn-more {
    font-size: 18px;
    font-weight: 800;
    position: relative;
    padding-right: 32px;
    text-transform: uppercase;
    color: #5ec8d9;
}
.learn-more .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    content: ' ';
    -webkit-transition: fill .25s;
         -o-transition: fill .25s;
            transition: fill .25s;

    fill: #5ec8d9;
}
.learn-more:hover {
    color: #fff;
}
.learn-more:hover .icon {
    fill: #fff;
}

p {
    margin-bottom: 25px;
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #222736;
}

.text-center {
    text-align: center;
}

.text-xs-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hdg {
    text-transform: inherit;
    color: #222736;
}

.hdg_0,
.hdg_1,
.hdg_2,
.hdg_3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hdg_0 {
    font-size: 50px;
}

.hdg_1 {
    font-size: 38px;
}

.hdg_2 {
    font-size: 32px;
}

.hdg_3 {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 500;
}

.hdg_4 {
    font-size: 24px;
}

.hdg_5 {
    font-family: 'Roboto Slab', serif;
    letter-spacing: -0.03em;
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: none;
}

.hdg_6 {
    font-size: 18px;
}

.hdg_subtitle {
    font-size: 20px;
    display: block;
    margin: 5px 0 0;
}

.hdg_dosis {
    font-family: 'Dosis', sans-serif;
}

.hdg_roboto_slab {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.hdg_upper {
    text-transform: uppercase;
}

.hdg_light {
    font-weight: 300;
}

.hdg_center {
    text-align: center;
}

.hdg_margin_bottom {
    margin-bottom: 25px;
}

.hdg_no_margin {
    margin-bottom: 0;
}

.hdg_white {
    color: #fff;
}

.hdg_blue {
    color: #222736;
}

.hdg_blue_light {
    color: #5ec8d9;
}

.hdg_border_bottom {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #222736;
}

.hdg_white.hdg_border_bottom {
    border-color: #fff;
}

/* Header Styles
----------------------------------------------- */
.site-header {
    position: relative;
    z-index: 9;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #222736;
    -webkit-box-shadow: 0 0 10px #1a1a1a;
            box-shadow: 0 0 10px #1a1a1a;
}

.site-branding {
    display: block;
    float: left;
}
.site-branding img {
    display: block;
    width: auto;
    max-height: 28px;
}

.menu-toggle {
    position: absolute;
    right: 30px;
    width: 32px;
    height: 20px;
    margin: 4px 0;
}
.menu-toggle span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    background: #fff;
}
.menu-toggle span:first-child {
    position: absolute;
    top: 0;
    margin-top: 0;
}
.menu-toggle span:last-child {
    position: absolute;
    top: auto;
    bottom: 0;
    margin-top: 0;
}
.menu-toggle.active span {
    background: #5ec8d9;
    -webkit-box-shadow: 0 0 3px #62cde1;
            box-shadow: 0 0 3px #62cde1;
}

.main-navigation {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    display: none;
    text-transform: uppercase;
}
.main-navigation ul li {
    display: inline-block;
}
.main-navigation ul li a {
    margin: 0 5px;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
}
.main-navigation ul li a:hover {
    color: #62cde1;
}
.main-navigation.active {
    position: absolute;
    z-index: 7;
    top: 43px;
    left: 0;
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0 0;
    padding: 0 30px 15px;
    background: #222736;
}
.main-navigation.active ul li {
    display: block;
    margin: 8px 0;
}
.main-navigation.active ul li a {
    display: block;
    margin: 0;
    padding: 3px 0;
}
.main-navigation.active ul li ul {
    padding-left: 15px;
}

/* Main Content
----------------------------------------------- */
.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
    color: #5ec8d9;
}
.entry-content h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #21afc8;
}
.entry-content h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    color: #222736;
}
.entry-content h4 {
    font-size: 24px;
    line-height: 1.4;
    color: #222736;
}
.entry-content h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5ec8d9;
}
.entry-content p,
.entry-content address,
.entry-content pre,
.entry-content hr,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content dd,
.entry-content table {
    margin-bottom: 25px;
}
.entry-content strong,
.entry-content dt,
.entry-content b {
    font-weight: 700;
}
.entry-content em {
    font-style: italic;
}
.entry-content table,
.entry-content th,
.entry-content td {
    border: 1px solid #eaeaea;
}
.entry-content table {
    width: 100%;
    margin: 0 0 1.6em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    border-spacing: 0;
    border-collapse: separate;
    border-width: 1px 0 0 1px;
}
.entry-content caption,
.entry-content th,
.entry-content td {
    font-weight: normal;
    text-align: left;
}
.entry-content th {
    font-weight: 700;
    border-width: 0 1px 1px 0;
}
.entry-content td {
    border-width: 0 1px 1px 0;
}
.entry-content th,
.entry-content td {
    padding: .4em;
}
.entry-content ol,
.entry-content ul {
    margin-left: 20px;
}
.entry-content ol li {
    list-style-type: decimal;
}
.entry-content ol li ol {
    margin-bottom: 0;
}
.entry-content ul li {
    list-style-type: disc;
}
.entry-content ul li ul {
    margin-bottom: 0;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.entry-content .alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.entry-content .alignright {
    float: right;
    margin: 0 0 15px 15px;
}
.entry-content .aligncenter {
    display: block;
    margin: 0 auto;
}
.entry-content .wp-caption {
    max-width: 100% !important;
}
.entry-content .wp-caption-text {
    font-size: 12px;
}
.entry-content address p {
    margin-bottom: 0;
}
.entry-content pre {
    font-family: monospace;
    display: block;
    margin: 15px 0;
    padding: 15px;
    white-space: pre;
    background: #fbfbfb;
}
.entry-content sub,
.entry-content sup {
    font-size: 11px;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.entry-content sup {
    top: -.5em;
}
.entry-content sub {
    bottom: -.25em;
}

/* Form Styles
----------------------------------------------- */
.module .btn {
    display: inline-block;
    margin: auto;
    padding: 8px 20px;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    text-transform: uppercase;
    color: #363636;
    border: none;
    border-radius: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#62cde1), to(#21afc8));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #62cde1, #21afc8);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    /* FF3.6 */
    /* IE10 */
    background:      -o-linear-gradient(top, #62cde1, #21afc8);
    /* Opera 11.10+ */
    background:         linear-gradient(top, #62cde1, #21afc8);
    background-color: #62cde1;
    -webkit-box-shadow: 0 2px 10px #888;
            box-shadow: 0 2px 10px #888;
    text-shadow: 1px 1px 1px #fff;

    border-break: #21afc8;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#62cde1', EndColorStr='#21afc8');
}
.module .btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#21afc8), to(#21afc8));
    /* Saf4+, Chrome */
    background: -webkit-linear-gradient(top, #21afc8, #21afc8);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    /* FF3.6 */
    /* IE10 */
    background:      -o-linear-gradient(top, #21afc8, #21afc8);
    /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#21afc8), to(#21afc8));
    background:         linear-gradient(top, #21afc8, #21afc8);
    background-color: #21afc8;

    border-break: #21afc8;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#21afc8', EndColorStr='#21afc8');
}
.module .btn-border-blue {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin: 0 6px;
    padding: 10px 44px 10px 16px;
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    color: #5ec8d9;
    border: 1px solid #5ec8d9;
    background: none;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
}
.module .btn-border-blue .icon {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 17px;
    height: 17px;
    content: ' ';
    -webkit-transition: none;
         -o-transition: none;
            transition: none;

    fill: #5ec8d9;
}
.module .btn-border-blue-dark {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin: 0 6px;
    padding: 10px 44px 10px 16px;
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    color: #282f44;
    border: 1px solid #282f44;
    background: none;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
}
.module .btn-border-blue-dark .icon {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 17px;
    height: 17px;
    content: ' ';
    -webkit-transition: none;
         -o-transition: none;
            transition: none;

    fill: #282f44;
}
.module .btn-border-white {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    margin: 0 6px 15px;
    padding: 10px 44px 10px 16px;
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
}
.module .btn-border-white .icon {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 17px;
    height: 17px;
    content: ' ';
    -webkit-transition: none;
         -o-transition: none;
            transition: none;

    fill: #fff;
}
.module .btn-border-white:hover,
.module .btn-border-blue-dark:hover,
.module .btn-border-blue:hover {
    color: #fff;
    border-color: #5ec8d9;
    background: #5ec8d9;
}
.module .btn-border-white:hover .icon,
.module .btn-border-blue:hover .icon,
.module .btn-border-blue-dark:hover .icon {
    fill: #fff;
}
.module .btn-left {
    display: inline-block;
    float: left;
    margin: 0;
}
.module .btn-box-dark {
    -webkit-box-shadow: 0 2px 10px #363636;
            box-shadow: 0 2px 10px #363636;
}
.module .btn-blue:hover,
.module .btn-primary:hover {
    color: #363636 !important;
}
.module .btn-medium {
    font-weight: 400;
    width: 100%;
    margin-bottom: 25px;
    padding: 18px 28px;
}
.module .btn-large {
    font-weight: 400;
    width: 100%;
    max-width: 85%;
    margin-bottom: 25px;
    padding: 24px 48px;
}

.module .btn-large-box {
    font-weight: 400;
    display: inline-block;
    min-width: 225px;
    margin: 25px 0;
    padding: 16px 40px;
    text-align: center;
}
.module .btn-transparent {
    position: relative;
    width: auto;
    padding: 10px 10px;
    padding-right: 40px;
    color: #fff;
    border: 1px solid #fff;
    background: none;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    text-shadow: none;
    text-shadow: none;
}
.module .btn-transparent:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    background: url(assets/images/btn-arrow-white.png) no-repeat center center;
    -webkit-background-size: cover;
            background-size: cover;
}


/* Module Styles
----------------------------------------------- */

.module-relative {
    position: relative;
}

.module-white {
    background: #fff;
}

.module-white a:hover {
    color: #222736;
}

.module-white a:hover .icon {
    fill: #222736;
}

.module-blue {
    background: #282f44;
}

.module-blue a:hover {
    color: #54c5d0;
}

.module-gray-light {
    background: #ebeeee;
}
.module-gray-light .learn-more:hover {
    color: #222736;
}
.module-gray-light .learn-more:hover .icon {
    fill: #222736;
}

.module-dark-blue {
    color: #fff;
    background: #222736;
}

.module-shadow-top {
    position: relative;
}

.module-shadow-top:before {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: 100%;
    height: 12px;
    content: '';
    background: url('assets/images/module-shadow-top.png') repeat-x center center;
}

.module-shadow-bottom {
    position: relative;
    z-index: 2;
}

.module-shadow-bottom:after {
    position: absolute;
    right: 0;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 12px;
    content: '';
    background: url('assets/images/module-shadow-bottom.png') repeat-x center center;
}

@media (min-width: 769px) {
    .module-line {
        position: relative;
        z-index: 1;
    }

    .module-line:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        margin-left: -2px;
        content: '';
        background: #54c5d0;
    }

    .module-line-last:before {
        position: absolute;
        z-index: 3px;
        bottom: -29px;
        left: 50%;
        width: 60px;
        height: 36px;
        margin-left: -31px;
        content: '';
        background: url('assets/images/module-line-last-arrow.png') no-repeat center center;
    }

    .module-line-last.module-gray-light:before {
        background-color: #ebeeee;
    }

    .module-line-last.module-white:before {
        background-color: #fff;
    }

    .module-line-left {
        padding-right: 30px;
    }

    .module-line-right {
        padding-left: 30px;
    }

    .module-line-arrow {
        position: absolute;
        z-index: 3;
        bottom: -28px;
        left: 50%;
        width: 60px;
        height: 36px;
        margin-left: -31px;
    }
    .module-line-arrow:before {
        position: absolute;
        top: 8px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -36px;
        content: ' ';
        pointer-events: none;
        border: solid transparent;
        border-width: 36px;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
    }
    .module-line-arrow:after {
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: url('assets/images/module-line-arrow.png') no-repeat center center;
    }
    .module-line-arrow.no-line {
        bottom: -22px;
    }
    .module-line-arrow.no-line:after {
        background: url('assets/images/module-no-line-arrow.png') no-repeat center center;
        background-position-y: 6px;
    }

    .module-line-bg-arrow {
      bottom: 7px;
    }

    .module-line-bg-arrow:before {
      border-top-color: transparent;
    }

    .module-bg-line:after {
      bottom: 16px;
    }

    .module-gray-light .module-line-arrow:before {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ebeeee;
    }

    .image-container-lg {
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 0;
    }

    .image-container-lg img {
      width: 100%;
    }
}

.module img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.module.module-padding-none {
    padding-top: 0;
    padding-bottom: 45px;
}
.module .view-more {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    color: #5ec8d9;
}

.module.module-black {
    color: #fff;
    background: #000;
}
.module.module-black .hdg {
    color: #fff;
    border-color: #fff;
}
.module.module-black .entry-content h1,
.module.module-black .entry-content h2,
.module.module-black .entry-content h3,
.module.module-black .entry-content h4,
.module.module-black .entry-content h5,
.module.module-black .entry-content h6,
.module.module-black .entry-content p {
    color: #fff;
}
.module.module-black .entry-content a {
    color: #5ec8d9;
}
.module.module-black .learn-more:hover {
    color: #fff;
}
.module.module-black .learn-more:hover .icon {
    fill: #fff;
}

.architecture-svg {
    width: 100%;
}

/* Module: Button Grids
----------------------------------------------- */

.button-grid-item {
    border: 1px solid white;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    color: #ffffff;
    min-height: 295px;
    display: block;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.button-grid-item.narrow {
    padding: 30px 10px;
    display: block;
    color: #fff;
}

.button-grid-item:hover {
    border-color: #5ec8d9;
}

.button-grid-item.narrow:hover {
    box-shadow: 0 0 10px #5ec8d9;
    -moz-box-shadow: 0 0 10px #5ec8d9;
    -webkit-box-shadow: 0 0 10px #5ec8d9;
    color: #54c5d0;
    border-color: #5ec8d9;
} 

.button-grid-item:hover .hdg {
    color: #54c5d0;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.button-grid-item:hover .btn {
    color: #fff;
    border-color: #5ec8d9;
    background: #5ec8d9;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.button-grid-icon .icon {
    fill: #fff;
    height: 60px;
    width: 100%;
    display: block;
    margin: 10px 0 15px;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.button-grid-headline .hdg {
    display: block;
    margin: 5px 0 8px;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.03em;
}

.button-grid-item:hover .button-grid-icon .icon {
    fill: #54c5d0;
}

.button-grid-item p {
    margin-bottom: 0;
    font-size: 15px;
}

.button-grid-item.narrow .button-grid-desc {
    min-height: 195px;
    font-weight: 400;
}

/* Module: Logo Grids
----------------------------------------------- */

.logo-grid-item {
    border: 1px solid #282f44;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 30px;
    text-align: center;
    color: #282f44;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.logo-grid-item:hover {
    border-color: #54c5d0;
    box-shadow: 0 0 10px #54c5d0;
    -moz-box-shadow: 0 0 10px #54c5d0;
    -webkit-box-shadow: 0 0 10px #54c5d0;
}

.logo-grid-item:hover .logo-grid-desc {
    background: #ebeeee;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.logo-grid-image {
    padding: 20px;
    min-height: 120px;
    position: relative;
}

.logo-grid-image img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -mox-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    max-height: 65px;
    max-width: 80%;
    width: auto;
    height: auto;
}

.logo-grid-desc {
    background: #f8f9f9;
    padding: 20px 10px;
    font-size: 14px;
    min-height: 108px;
    display: block;
}

.logo-grid-desc p {
    margin-bottom: 0;
}

/* Module: Whitepapers
----------------------------------------------- */

.category-sort {
    text-align: center;
    color: #282f44;
}

.category-sort-hdg {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.category-sort .category-sort-nav li {
    float: none;
    color: #282f44;
    display: inline-block;
}

.category-sort .category-sort-nav li a {
    color: #282f44;
}

.category-sort .category-sort-nav li.active a,
.category-sort .category-sort-nav li a:hover {
    color: #5ec9d8;
}

.whitepaper-item {
    border: 1px solid #282f44;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 30px;
    color: #282f44;
    display: block;

    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.whitepaper-item:hover {
    border-color: #54c5d0;
    box-shadow: 0 0 10px #54c5d0;
    -moz-box-shadow: 0 0 10px #54c5d0;
    -webkit-box-shadow: 0 0 10px #54c5d0;
}

.whitepaper-item:hover .btn {
    color: #fff;
    border-color: #5ec8d9;
    background: #5ec8d9;   
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.whitepaper-item:hover .btn .icon {
    fill: #fff; 
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.whitepaper-item-headline {
    padding: 25px 15px;
    background: #282f44;
    display: block;
    min-height: 220px;
}

.whitepaper-item-headline .sub {
    font-size: 15px;
}

.whitepaper-item-headline .hdg {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.whitepaper-item-desc {
    padding: 25px 15px;
    color: #000000;
}

@media (min-width: 768px) {

    .whitepaper-item-headline {
        padding-right: 45px;
    }

}

/* Module: Content Columns
----------------------------------------------- */

.module-content-columns {
    float: left;
    width: 100%;
    position: relative;
}

.module-content-column {
    text-align: center;
}

.module-content-column:last-child {
    border-right: none;
}

.content-column-icon {
    padding-top: 15px;
}

.content-column-image {
    padding: 20px;
    min-height: 120px;
    position: relative;
}

.content-column-image img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -mox-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    max-height: 65px;
    max-width: 80%;
    width: auto;
    height: auto;
}

.content-column-icon .icon {
    height: 100px;
    width: 100%;
}

.content-column-heading .hdg {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.03em;
    font-weight: 400;
    padding: 0 30px 0px;
    margin: 10px 0;
}

.content-column-desc {
    font-weight: 300;
}

@media (min-width: 768px) {

    .module-content-column {
        padding-left: 30px;
        padding-right: 30px;
        border-right: 1px solid #e1e1e1;
    }

    .content-column-heading .hdg {
        padding: 0 30px 0px;
    }

}


/* Module: Image Grids
----------------------------------------------- */
.image-grids {
    text-align: center;
}

.image-grid-item {
    margin-bottom: 40px;
}

.image-grid-img {
    display: block;
    height: 215px;
}
.image-grid-img img {
    width: auto;
    max-height: 190px;
}

.image-grid-content {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px 0;
    color: #222736;
    border-top: 1px solid #222736;
}
.image-grid-content strong {
    font-weight: bold;
    text-transform: uppercase;
}

/* Module: Quote
----------------------------------------------- */
.module-quote-content {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4;
}

.module-quote-name {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin: -15px 0 30px;
    text-transform: uppercase;
}

.module-quote-image {
    position: relative;
}
.module-quote-image img {
    display: block;
    width: 100%;
    height: auto;
}

/* Module: WYSIWYG
----------------------------------------------- */
.module-wysiwyg .hdg {
    display: inline-block;
    margin-bottom: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
    padding-left: 45px;
    border-bottom: 1px solid #222736;
}

/* Module: Image Content
----------------------------------------------- */
.module-logos,
.module-image-content {
    position: relative;
    padding-top: 45px;
    padding-bottom: 75px;
}
.module-logos a,
.module-image-content a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #5ec8d9;
}
.module-logos a:hover,
.module-image-content a:hover {
    color: #fff;
}
.module-logos .triple-arrow,
.module-logos .single-arrow,
.module-image-content .triple-arrow,
.module-image-content .single-arrow {
    position: absolute;
    z-index: 9;
    bottom: 18px;
    left: 50%;
    width: 40px;
    height: 21px;
    margin-left: -20px;
    content: ' ';
    cursor: pointer;
    background: url(assets/images/single-arrow.png) no-repeat center bottom;
}
.module-bg-blue .single-arrow {
    bottom: 24px
}
.module-logos:before,
.module-image-content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    opacity: .8;
    background: #222736;
}
.module-logos:after,
.module-bg-line:before,
.module-image-content:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    content: ' ';
    background: url(assets/images/image-bottom-bg.png) repeat-x center bottom;
}
.module-logos.module-bg-white:after,
.module-image-content.module-bg-white:after {
    background: url(assets/images/image-bottom-white-bg.png) repeat-x center bottom;
}
.module-logos.module-bg-blue:after,
.module-image-content.module-bg-blue:after {
    height: 36px;
    background: url(assets/images/image-bottom-blue-bg.png) repeat-x center bottom;
}
.module-logos.module-bg-dark-blue:after,
.module-image-content.module-bg-dark-blue:after {
    background: url(assets/images/image-bottom-dark-blue-bg.png) repeat-x center bottom;
}
.module-logos.module-bg-black:after,
.module-bg-line.module-bg-line-black:before,
.module-image-content.module-black:after {
    background: url(assets/images/image-bottom-black-bg.png) repeat-x center bottom;
}

@media (max-width: 768px){
.module-logos.module-bg-black:after,
.module-bg-line.module-bg-line-black:before,
.module-image-content.module-black:after {
    display:none;
}
}
.module-logos.module-bg-dark-blue .single-arrow,
.module-image-content.module-bg-dark-blue .single-arrow {
    background: url(assets/images/single-arrow-blue-light.png) no-repeat center bottom;
}
.module-logos .triple-arrow,
.module-image-content .triple-arrow {
    height: 53px;
    background: url(assets/images/triple-arrow.png) no-repeat center bottom;
}
.module-logos.banner:before,
.module-image-content.banner:before {
    display: none;
}

.module-logos:before {
    display: none;
}

/* Module: Image Grid
----------------------------------------------- */
.image_grid {
    position: relative;
    text-align: center;
    border: none;
}
.image_grid a {
    display: block;
}
.image_grid img {
    display: block;
    max-width: 90%;
    height: auto;
    margin: auto;
}

/* Module: Careers
----------------------------------------------- */
.job-post {
    margin-bottom: 45px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #b6cbcd;
            box-shadow: 0 0 10px #b6cbcd;
}
.job-post .job-post-title {
    line-height: 1.2;
    position: relative;
    display: block;
    margin-bottom: 3px;
    padding-right: 45px;
}
.job-post .job-post-meta {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.job-post .entry-content .job-post-description {
    display: none;
}
.job-post .entry-content.show-desc .job-post-excerpt {
    display: none;
}
.job-post .entry-content.show-desc .job-post-description {
    display: block;
}

.job-post-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 2px solid #222736;
}
.job-post-toggle span {
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 2px;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #5ec8d9;
}
.job-post-toggle span.vert {
    top: 50%;
    right: auto;
    left: 0;
    margin: -1px 0 0 2px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
.job-post-toggle:hover {
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    background: #5ec8d9;
}
.job-post-toggle:hover span {
    background: #fff;
}
.job-post-toggle.toggle-on span.vert {
    display: none;
}


/* Message Box Styles
----------------------------------------------- */
.message-box {
    position: absolute;
    right: 0;
    left: 0;
    display: none;
    margin-top: 30px;
    padding: 6px 0 8px;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
    text-align: center;
    color: white;
    background-color: #62cde1;
    -webkit-box-shadow: 10px 0 10px #1a1a1a;
            box-shadow: 10px 0 10px #1a1a1a;
}

a.message-box-link {
    color: white;
}

.message-box.message-box-show {
    display: block;
}

.message-box-inner {
    position: relative;
    padding: 0 45px;
}

.message-content .hdg {
    font-family: 'Dosis', sans-serif;
    font-weight: 800;
    display: inline-block;
    margin-right: 10px;
}

a.message-box-close {
    font-family: 'Dosis', sans-serif;
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: white;
}

@media (max-width: 700px) {
    
header#masthead .container { width: 100%;}
.message-box-inner { padding: 0 25px;}    
a.message-box-link, .message-content h6{ font-size: 12px;}
}

@media (max-width: 340px) {
.message-box-inner { padding: 0 5px;}  
a.message-box-close {display:none;}
}

/* Footer Content
----------------------------------------------- */
.site-footer {
    background: #222736;
}

.footer-branding {
    text-align: center;
}
.footer-branding img {
    width: 100%;
    max-width: 160px;
    height: auto;
}

.footer-widgets {
    text-align: center;
    color: #fff;
}
.footer-widgets .widget-title {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-widgets .widget {
    margin-bottom: 25px;
}
.footer-widgets .widget a {
    color: #fff;
}
.footer-widgets .widget a:hover {
    color: #62cde1;
}
.footer-widgets .widget:last-child {
    margin-bottom: 0;
}

.footer-socials .social-icon-link {
    display: inline-block;
    margin: 0 3px 3px 0;
}
.footer-socials .social-icon-link:hover .icon {
    fill: #62cde1;
}
.footer-socials .icon {
    width: 26px;
    height: 26px;
    -webkit-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;

    fill: #fff;
}

.footer-info {
    font-size: 12px;
    margin: 0 0 30px;
    padding: 10px 0;
    color: #fff;
    border-top: 1px solid #fff;
}
.footer-info .copyright {
    font-size: 10px;
    line-height: 1.2;
    float: left;
    margin-top: 5px;
}

.menu-footer-container {
    float: left;
}
.menu-footer-container ul li {
    display: inline-block;
}
.menu-footer-container ul li a {
    font-size: 12px;
    color: #fff;
}
.menu-footer-container ul li a:hover {
    color: #5ec8d9;
}
.menu-footer-container ul li span {
    display: inline-block;
    margin: 0 4px 0 8px;
}
.menu-footer-container ul li:last-child span {
    display: none;
}

@media (min-width: 768px) {
    /* Base Styles
  ----------------------------------------------- */
    .text-xs-center {
        text-align: left;
    }

    .hdg_0 {
        font-size: 85px;
    }

    .hdg_1 {
        font-size: 50px;
    }

    .hdg_2 {
        font-size: 46px;
    }

    .hdg_3 {
        font-size: 40px;
        line-height: 40px;
    }

    .hdg_4 {
        font-size: 30px;
    }

    /* Header Styles
  ----------------------------------------------- */
    .admin-bar .site-header {
        top: 28px;
    }

    .site-header {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all .25s;
             -o-transition: all .25s;
                transition: all .25s;
        background: none;
        -webkit-box-shadow: 0 0 10px #1a1a1a;
                box-shadow: 0 0 10px #1a1a1a;
    }
    .site-header.scrolling {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .site-header.scrolling:before {
        opacity: .95;
    }
    .site-header.scrolling .main-navigation ul li .children,
    .site-header.scrolling .main-navigation ul li .sub-menu {
        padding-top: 15px;
    }
    .site-header.scrolling .main-navigation ul li .children li:before,
    .site-header.scrolling .main-navigation ul li .sub-menu li:before {
        opacity: .95;
    }
    .site-header.scrolling .message-box {
        margin-top: 12px;
    }
    .site-header:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: .8;
        background: #222736;
    }

    /* Nav Styles
  ----------------------------------------------- */
    .main-navigation {
        display: block;
        float: right;
    }
    .main-navigation ul li {
        position: relative;
        display: inline-block;
    }
    .main-navigation ul li .children,
    .main-navigation ul li .dropdown-menu,
    .main-navigation ul li .sub-menu {
        position: absolute;
        z-index: 10;
        left: -15px;
        display: none;
        overflow: hidden;
        width: auto;
        min-width: 210px;
        padding: 33px 0 0;
        text-transform: none;
    }
    .main-navigation ul li .children li,
    .main-navigation ul li .dropdown-menu li,
    .main-navigation ul li .sub-menu li {
        position: relative;
        display: block;
        float: none;
    }
    .main-navigation ul li .children li a,
    .main-navigation ul li .dropdown-menu li a,
    .main-navigation ul li .sub-menu li a {
        display: block;
        padding: 8px 30px;
    }
    .main-navigation ul li .children li:before,
    .main-navigation ul li .dropdown-menu li:before,
    .main-navigation ul li .sub-menu li:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: .8;
        background: #222736;
    }
    .main-navigation ul li .children li:first-child,
    .main-navigation ul li .dropdown-menu li:first-child,
    .main-navigation ul li .sub-menu li:first-child {
        padding-top: 15px;
    }
    .main-navigation ul li .children li:last-child,
    .main-navigation ul li .dropdown-menu li:last-child,
    .main-navigation ul li .sub-menu li:last-child {
        padding-bottom: 15px;
    }
    .main-navigation ul li:hover ul {
        display: block;
    }
    .main-navigation ul li:last-child a {
        margin-right: 0;
        padding-right: 0;
    }

    /* Module Styles
  ----------------------------------------------- */
    /* Module: Quote
  ----------------------------------------------- */
    .module-quote-content {
        font-size: 40px;
    }

    .module-quote-image-inner {
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 100%;
    }
    .module-quote-image-inner:before {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: .7;
        background: #222736;
    }
    .module-quote-image-inner:after {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 30px;
        content: ' ';
        background: url(assets/images/image-bottom-bg.png) no-repeat center bottom;
    }

    /* Module: Image Content
  ----------------------------------------------- */
    .module-image-content {
        position: relative;
        padding-top: 50px;
        padding-bottom: 125px;
    }
    .module-image-content.light-padding {
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .module-image-content:before {
        display: none;
    }

    /* Module: Image Grid
  ----------------------------------------------- */
    .image_grid {
        border-right: 1px solid #b6cbcd;
    }
    .image_grid.border-right-none {
        border-right: none;
    }
    .image_grid.border-top {
        border-top: 1px solid #b6cbcd;
    }
    .image_grid.border-gap:after {
        position: absolute;
        z-index: 2;
        right: -10px;
        bottom: -10px;
        width: 20px;
        height: 20px;
        content: '';
        background: #ebeeee;
    }
    .image_grid.border-left {
        border-right: none;
        border-left: 1px solid #b6cbcd;
    }
    .image_grid.border-left:last-child {
        border-right: 1px solid #b6cbcd;
    }

    /* Footer Styles
  ----------------------------------------------- */
    .footer-branding {
        text-align: left;
    }

    .footer-widgets {
        text-align: left;
    }
    .footer-widgets .widget {
        margin-bottom: 0;
    }

    .footer-info .copyright {
        float: right;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    /* Base Styles
  ----------------------------------------------- */
    .hdg_0 {
        font-size: 105px;
        line-height: 1;
    }

    .hdg_1 {
        font-size: 85px;
        line-height: 1;
    }

    .hdg_2 {
        font-size: 65px;
        line-height: 1;
    }
}

/*# sourceMappingURL=style.css.map */