/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::selection {
    background: rgba(94, 96, 186, .1)
}

::-moz-selection {
    background: rgba(94, 96, 186, .1)
}

html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #fff;
    color: #333D47;
    font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 10px
}

h1 {
    font-size: 39px
}

h2 {
    font-size: 31px
}

h3 {
    font-size: 27px
}

h4 {
    font-size: 23px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

p {
    margin: 0 0 28px
}

blockquote {
    color: #8187a5;
    font-size: 18px;
    margin: 40px 0;
    padding-left: 40px;
    position: relative
}

blockquote:before {
    content: "\f10d";
    opacity: .5;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 10px
}

a {
    color: #5E60BA;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

a:hover {
    color: #9095B0;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

embed,
iframe {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%
}

table {
    margin-bottom: 20px
}

td,
th {
    border: 1px solid #e8e8e8;
    padding: 5px 12px
}

dl,
ol,
ul {
    margin: 20px 0;
    padding-left: 30px
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
    margin: 0
}

dl {
    padding-left: 20px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 20px 0
}

hr {
    background-color: #e8e8e8;
    border: 0;
    margin: 40px auto;
    width: 100px;
    height: 2px
}

code,
pre {
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8
}

code {
    padding: 2px 10px;
    font-size: 90%
}

pre {
    padding: 15px 20px
}

pre code {
    border: 0
}

mark {
    background-color: #c9cae8
}

[role=button] {
    cursor: pointer
}

#wrapper,
body,
html {
    height: 100%
}

.with-transparent-navbar {
    padding-top: 0
}

#content {
    padding-top: 3.6rem
}

#secondary {
    padding-top: 20px;
    padding-left: 30px;
    max-width: 440px;
    margin: 0 auto
}

.disable-scroll {
    position: fixed;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

input::-webkit-input-placeholder {
    color: #9095B0
}

input::-moz-placeholder {
    color: #9095B0;
    opacity: 1
}

input:-moz-placeholder {
    color: #9095B0;
    opacity: 1
}

input::-ms-input-placeholder {
    color: #9095B0
}

.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: 1086px
    }
}

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

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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
    }
}

@media (min-width:992px) {
    .hide-md-screen {
        display: none
    }
}

input[type=email],
input[type=search],
input[type=text],
input[type=password],
textarea {
    background-color: #fff;
    border: 0;
    display: block;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    padding: 0 15px;
    width: 100%;
    height: 40px
}

input[type=email]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    outline: 0;
    box-shadow: 0 0 1.8rem .4rem rgba(94, 96, 186, .1)
}

textarea {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical
}

select {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
    background-position: center right;
    background-repeat: no-repeat;
    border: 2px solid #e8e8e8;
    border-radius: 0;
    outline: 0;
    padding: 8px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

label {
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

button:focus,
input[type=submit]:focus {
    outline: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Form-container {
    display: block
}

.Form-container.is-hidden {
    display: none
}

.Form-log {
    display: none;
    margin-bottom: 2.5rem;
    padding: 1.25rem
}

.Form-log ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.Form-log li {
    color: #fff;
    line-height: 1.6
}

.Form-log.is-visible {
    display: block
}

.Form-log[data-type=success] {
    background-color: #00c5dc
}

.Form-log[data-type=error] {
    background-color: #f52a71
}

.Form-success {
    text-align: center;
    display: none
}

.Form-success.is-visible {
    display: block
}

.compact-form {
    position: relative
}

.compact-form .compact-submit {
    background-color: #e8e8e8;
    border: 0;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.compact-form .compact-submit:hover {
    background-color: #5E60BA
}

.compact-form .password-submit {
    top: 28px
}

.Form-confirmation {
    margin: 8rem 0
}

.widget-newsletter {
    margin: 0 auto;
    background-color: #EEF4F7;
    padding: 1.25em 1.25em 2.5em
}

.widget-margin-top {
    margin-top: 4rem
}

.widget-newsletter-block {
    max-width: 100%;
    margin-top: 10rem;
    padding: 5rem
}

.Box-link--title {
    color: #323f48;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400
}

.Box-link--label {
    display: inline-block;
    padding: .25rem .625rem;
    background-color: #fff;
    color: #5e60ba;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: .5rem
}

.Box-link--description-margin-top {
    margin-top: 1.66667rem
}

.Box-link--description {
    color: #6c718b;
    font-size: 1.5rem;
    line-height: 1.5
}

.Box-link--image {
    margin: 2rem auto
}

.Box-link--cta {
    margin-top: 1em
}

.input-label {
    color: #5e60ba;
    font-weight: 400
}

.Checkmark-description {
    color: #9095b0;
    font-weight: 400;
    margin-left: .5rem
}

.Btn--submit {
    margin-top: 1rem
}

.button,
button[type=submit],
input[type=submit] {
    background-color: #00d090;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none !important;
    padding: 6px 14px;
    box-shadow: 0 0 16px 2px rgba(93, 95, 186, .3);
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #00d594;
    cursor: pointer;
    color: #fff;
    text-decoration: none
}

.button:focus,
button[type=submit]:focus,
input[type=submit]:focus {
    color: #fff;
    background-color: #00d090;
    box-shadow: 0 0 16px 4px rgba(93, 95, 186, .3)
}

.github-download {
    margin: 0 30px 10px;
    position: relative;
    top: -24px;
    display: none
}

@media (min-width:992px) {
    .github-download {
        margin: 0;
        display: inline-block
    }
}

.github-download svg {
    margin-right: 10px
}

.Btn--header {
    margin: 0
}

.Btn--mobile {
    font-size: 2.5rem;
    padding: .5em
}

.slick-slider {
    display: block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-slider.slick-initialized {
    opacity: 1 !important;
    position: relative !important
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    content: " ";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    background: 0 0;
    border: 2px solid #fff;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    width: 40px;
    height: 40px;
    z-index: 10;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.slick-next:before,
.slick-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    color: #fff;
    font-size: 13px;
    line-height: 40px
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: #9095B0;
    color: transparent;
    outline: 0
}

.slick-prev {
    left: 40px
}

.slick-next {
    right: 40px
}

.slick-next:before {
    content: "\f054"
}

[dir=rtl] .slick-prev {
    right: 40px;
    left: auto
}

[dir=rtl] .slick-next {
    right: auto;
    left: 40px
}

#masthead {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(41, 49, 89, .15)
}

#NavDesktop {
    background-color: #fff;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    z-index: 90
}

#NavDesktop .brand-logo {
    float: left;
    width: 94px;
    height: 21px;
    padding: 0;
    margin-top: 20px;
    margin-right: 4px
}

#NavDesktop .brand-logo.light {
    opacity: 0
}

#NavDesktop .zenhub-blog-logo {
    height: 60px;
    display: block;
    float: left
}

#NavDesktop .blog-tagline {
    font-size: 23px;
    float: left;
    margin-top: 14px;
    margin-left: 10px
}

#NavDesktop .blog-tagline:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 20px;
    background-color: hsla(0, 0%, 100%, .3);
    margin-top: .65rem;
    margin-left: -.75rem;
    background-color: #f2f3fa
}

.NavDesktop-primary {
    display: flex;
    list-style: none;
    flex-flow: row wrap;
    justify-content: center;
    flex: 1;
    margin: 0;
    padding: .9rem 0 0
}

.NavDesktop-primary-item {
    position: relative;
    margin: 0 1.2rem;
    padding: .9rem;
    max-width: none;
    opacity: 1;
    transform: none;
    transition: none
}

.NavDesktop-primary-item:first-child {
    margin: 0 1.2rem 0 0
}

.NavDesktop-primary-item:last-child {
    margin: 0 0 0 1.2rem
}

.NavDesktop-primary-item::after {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    height: .2rem;
    content: ""
}

.NavDesktop-primary-button {
    padding: 0
}

.NavDesktop-primary-link {
    display: flex;
    color: #333D47;
    transition: color .3s
}

.link--has-dropdown:hover {
    cursor: pointer
}

.link--has-dropdown:hover .DropdownMenu {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
    visibility: visible
}

.DropdownClick {
    cursor: pointer
}

.NavDesktop--white .NavDesktop-primary-item.is-active .NavDesktop-primary-link,
.NavDesktop--white .NavDesktop-primary-link,
.NavDesktop--white .NavDesktop-secondary-link {
    color: #fff
}

.NavDesktop--white .NavDesktop-primary-item.is-active .NavDesktop-primary-link:hover,
.NavDesktop--white .NavDesktop-primary-link:hover,
.NavDesktop--white .NavDesktop-secondary-link:hover {
    color: #fff
}

.DropdownMenu {
    position: absolute;
    margin-top: 1.2rem;
    right: -.9rem;
    padding: 1.44rem 1.8rem;
    background-color: #fff;
    border-radius: .4rem;
    box-shadow: 0 4px 10px 1px rgba(41, 49, 89, .2);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s cubic-bezier(.34, 1.3, .7, 1);
    transform: scale(.5) translate3d(0, -30%, 0);
    transform-origin: 75% 0;
    white-space: nowrap
}

.DropdownMenu:before {
    position: absolute;
    right: 6%;
    bottom: 100%;
    height: 0;
    width: 0;
    content: " ";
    border: solid transparent;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px
}

.DropdownMenu-wide--sm {
    min-width: 16.2rem
}

.DropdownMenu-wide--lg {
    min-width: 36rem
}

.DropdownMenu-hover {
    position: absolute;
    z-index: 4
}

.DropdownMenu-link {
    color: #6c718b;
    font-size: 1.6rem;
    letter-spacing: .03rem;
    line-height: 1.8
}

.DropdownMenu-link:hover {
    color: #5E60BA
}

.NavExpand-button {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 4rem;
    background-color: #dadeee;
    display: inline-block;
    margin-top: .66667rem;
    margin-left: .5rem;
    text-align: center
}

.Icon-chevron {
    fill: #5e60ba;
    position: relative;
    top: -9px
}

#mobile-nav-toggle {
    cursor: pointer;
    padding: 24px 0 23px;
    float: right
}

.bar {
    background-color: #333D47;
    display: block;
    margin-bottom: 3px;
    width: 20px;
    height: 2px
}

#main-navigation {
    position: fixed;
    top: 6rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 4rem 2rem;
    background-color: #0d11e9;
    display: none;
    text-align: center;
    overflow-y: scroll
}

.nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block
}

.nav-list>.menu-item {
    margin-bottom: 4rem;
    font-size: 2.5rem
}

.nav-list>.menu-item>a {
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff
}

.hero {
    position: relative
}

.hero .hero-content {
    padding: 20px 0
}

.hero .hero-image {
    width: 100%
}

.hero-header {
    padding: 1.8rem
}

.hero-header .hero-title {
    color: #5E60BA;
    margin-bottom: 0;
    font-size: 120%
}

.hero-thumbnail {
    border: 4px solid #fff;
    display: inline-block;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.hero-description {
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.7
}

.hero-description .fa {
    margin-right: 3px
}

.hero-blog-link {
    display: inline-block;
    margin-top: 1.8rem;
    font-size: 2rem;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif
}

.author-website {
    margin-left: 15px
}

.author-website a {
    color: #fff
}

.author-website a:hover {
    color: #5E60BA
}

.cat-links>a {
    background-color: #5E60BA
}

.cat-links>a:hover {
    background-color: #333D47
}

.cat-links-post {
    margin-top: 4rem
}

#featured-posts {
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

#featured-posts .featured-post {
    background-color: #333D47;
    background-position: center;
    background-size: cover;
    margin: 10px;
    outline: 0;
    position: relative;
    width: 100%;
    word-break: break-word
}

#featured-posts .featured-post:before {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    display: block;
    padding-top: 100%;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

#featured-posts .featured-post:hover:before {
    background-color: rgba(0, 0, 0, .6)
}

#featured-posts .featured-post:hover .entry-meta:before {
    width: 16px
}

#featured-posts .entry-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%)
}

#featured-posts .entry-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .3)
}

#featured-posts .entry-title>a {
    color: #fff;
    outline: 0
}

#featured-posts .entry-meta {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-top: 8px;
    position: relative
}

#featured-posts .entry-meta>a {
    color: #fff;
    outline: 0
}

#featured-posts .entry-meta:before {
    background-color: #fff;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 10px;
    height: 2px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.post {
    padding: 20px 0
}

.post .entry-media {
    margin-bottom: 25px
}

.post .entry-media>img {
    width: 100%
}

.post .entry-content {
    color: #6c718b
}

.post .entry-content>:last-child {
    margin-bottom: 0
}

.post .entry-content h1:not(.entry-title),
.post .entry-content h2:not(.entry-title),
.post .entry-content h3:not(.entry-title),
.post .entry-content h4:not(.entry-title),
.post .entry-content h5:not(.entry-title),
.post .entry-content h6:not(.entry-title) {
    margin: 60px 0 15px
}

.post .entry-meta {
    color: #9095B0;
    margin-bottom: 20px
}

.post .entry-meta .author-image {
    float: left;
    width: 35px;
    border-radius: 50%
}

.post .entry-meta .right>span {
    display: inline-block;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    margin-top: 6px
}

.post .entry-meta .author-name:after {
    content: "•";
    padding-left: 5px
}

.post .entry-meta .author-name a {
    color: #9095B0
}

.post .entry-meta .author-name a:hover {
    color: #5E60BA
}

.post .entry-meta .entry-share {
    margin-left: 5px;
    position: relative
}

.post .entry-meta .entry-share>.fa {
    cursor: pointer;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.post .entry-meta .entry-share>.fa:hover {
    color: #5E60BA
}

.post .entry-meta .entry-share .popup {
    min-width: 78px;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 22px;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.post .entry-meta .entry-share .popup.open {
    opacity: 1
}

.post .entry-meta .entry-share .popup>a {
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 24px;
    margin-left: 3px;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 50%
}

.post .entry-meta .entry-share .popup>a:first-child {
    margin-left: 0
}

.post .entry-meta .entry-share .popup>a.twitter {
    background-color: #55acee
}

.post .entry-meta .entry-share .popup>a.facebook {
    background-color: #3b5998
}

.post .entry-meta .entry-share .popup>a.google {
    background-color: #dc4e41
}

.post .entry-meta .entry-share .popup>a .fa {
    font-size: 13px;
    line-height: 25px
}

.post .entry-title>a {
    color: #333D47
}

.post .entry-footer {
    margin-top: 15px
}

.post-list {
    border-bottom: 1px solid #e8e8e8
}

.hero {
    padding: 20px 0
}

.post-browsing {
    font-size: 15px;
    font-weight: 700;
    padding-top: 1.8rem;
    border-top: 1px solid #e8e8e8
}

.post-browsing .arrow {
    vertical-align: -10%
}

.post-browsing-text {
    display: inline-block
}

.arrow {
    display: inline-block;
    width: 1.8rem
}

.arrow-right {
    transform: rotate(180deg)
}

.cat-links {
    display: block
}

.cat-links:after,
.cat-links:before {
    content: " ";
    display: table
}

.cat-links:after {
    clear: both
}

.cat-links>a {
    background-color: #fff;
    color: #5E60BA;
    display: inline-block;
    float: left;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 8px 4px 8px 4px;
    padding: 2px 8px;
    border-radius: 22px;
    box-shadow: 0 2px 8px 1px rgba(41, 49, 89, .1);
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.cat-links>a[href="/tag/no-image/"],
.cat-links>a[href="/tag/no-image"] {
    display: none
}

.cat-links>a:hover {
    background-color: #f9f9f9
}

.Label {
    font-weight: 700;
    border-radius: 3px;
    padding: .25rem .5rem .15rem;
    color: #fff
}

.Label-small {
    font-size: 80%
}

.LabelFullColour-one {
    background-color: #5e60ba
}

.post-template .post {
    margin-top: -30px;
    margin-bottom: 0
}

.post-template .post .entry-header {
    display: none
}

.post-template .post .entry-content img {
    margin: 30px 0;
    border: 1px solid #ededf7
}

.post-template .post .entry-content a {
    text-decoration: underline
}

.post-template .post .entry-footer {
    margin-top: 30px
}

.post-template .post .fluid-width-video-wrapper {
    margin-bottom: 20px
}

#about-author {
    background-color: #f9f9f9;
    margin-top: 100px;
    padding: 70px 40px 40px;
    position: relative
}

#about-author .author-image {
    background-color: #fff;
    border: 2px solid #fff;
    margin-left: -45px;
    padding: 4px;
    position: absolute;
    top: -45px;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%
}

#about-author .author-image>img {
    border-radius: 50%
}

#about-author .author-name {
    margin-bottom: 15px
}

#about-author .author-name>a {
    color: #333D47
}

#about-author .author-bio {
    margin-bottom: 0
}

#about-author .author-meta>span {
    color: #9095B0;
    display: inline-block;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    padding-top: 15px
}

#about-author .author-meta a {
    color: #9095B0
}

#about-author .author-meta a:hover {
    color: #5E60BA
}

#about-author .author-meta .fa {
    margin-right: 2px
}

#related-posts .related-post {
    margin-top: 60px
}

#related-posts .entry-media {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 60%
}

#related-posts .entry-title {
    font-size: 16px;
    margin-bottom: 15px
}

#related-posts .entry-title>a {
    color: #333D47
}

#related-posts .entry-title>a:hover {
    color: #5E60BA
}

#disqus_thread {
    margin-top: 60px
}

.navigation.post-navigation {
    margin-top: 90px
}

.navigation.post-navigation:after,
.navigation.post-navigation:before {
    content: " ";
    display: table
}

.navigation.post-navigation:after {
    clear: both
}

.navigation.post-navigation .nav-previous {
    float: right
}

.navigation.post-navigation .nav-next {
    float: left
}

.navigation.post-navigation .nav-next>a,
.navigation.post-navigation .nav-previous>a {
    color: #5E60BA;
    display: block;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 12px
}

.navigation.post-navigation .arrow {
    font-family: helvetica, arial, sans-serif
}

.author-template .post .entry-meta {
    margin-bottom: 3px
}

.author-template .post .entry-meta .author-image {
    display: none
}

.author-template .post .entry-meta .right {
    margin: -8px 0 0
}

.author-template .post .entry-meta .right .author-name {
    display: none
}

.author-template .post .entry-meta .right .entry-date {
    margin-top: 0
}

.author-template .post .entry-title {
    margin-bottom: 15px
}

.social-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.social-links li {
    display: inline-block
}

.social-links li>a {
    color: #9095B0 !important;
    display: block;
    font-size: 16px;
    line-height: 32px;
    margin-left: 6px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.social-links li>a:hover {
    background-color: #9095B0;
    color: #fff !important
}

.widget {
    font-size: 14px;
    margin-bottom: 60px
}

.widget:last-child {
    margin-bottom: 0
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget ul li>a {
    color: #333D47;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif
}

.widget ul li>a:hover {
    color: #5E60BA
}

.widget .widget-title {
    border-bottom: 2px solid #e8e8e8;
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase
}

.widget .widget-title:after {
    background-color: #5E60BA;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20px;
    height: 2px;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.widget:hover .widget-title:after {
    width: 26px
}

.widget.widget-posts-list .posts>li {
    margin-bottom: 20px
}

.widget.widget-posts-list .posts>li:last-child {
    margin-bottom: 0
}

.widget.widget-posts-list .thumbnail-link {
    background-color: #9095B0;
    color: #fff;
    display: block;
    float: left;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.widget.widget-posts-list .thumbnail-link:hover {
    background-color: #333D47
}

.widget.widget-posts-list .entry-content {
    margin: -1px 0 0 75px
}

.widget.widget-posts-list .entry-title {
    font-size: 14px;
    margin-bottom: 2px
}

.widget.widget-posts-list .entry-title>a {
    color: #333D47
}

.widget.widget-posts-list .entry-title>a:hover {
    color: #5E60BA
}

.widget.widget-posts-list .entry-date {
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px
}

.side-banner {
    padding: 20px 0 40px
}

.widget-enterprise {
    padding: 3.5em 1em 3.5em;
    text-align: center;
    background-image: linear-gradient(36deg, #49c5fc 20%, #0d11e9 92%)
}

.widget-enterprise--title {
    color: #fff;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 400
}

.widget-download-extension {
    text-align: center;
    height: 14em;
    background-color: #EEF4F7;
    background-image: url(/blog/content/images/download.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100%
}

.widget-download-extension .button,
.widget-download-extension button[type=submit],
.widget-download-extension input[type=submit] {
    position: relative;
    top: 64%
}

#mondo-media-feed {
    margin-bottom: 90px
}

#mondo-media-feed #media-feed-thumbnails {
    margin-right: -10px;
    margin-bottom: -10px;
    position: relative
}

#mondo-media-feed .thumbnail {
    display: block;
    margin: -5px;
    opacity: .8;
    position: absolute;
    width: 20%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease
}

#mondo-media-feed .thumbnail:hover {
    opacity: 1
}

#mondo-media-feed .thumbnail img {
    width: 100%
}

#mondo-media-feed .thumbnail:nth-child(3) {
    width: 40%;
    left: 20%
}

#mondo-media-feed .thumbnail:nth-child(4),
#mondo-media-feed .thumbnail:nth-child(5) {
    left: 60%
}

#mondo-media-feed .thumbnail:nth-child(6),
#mondo-media-feed .thumbnail:nth-child(7) {
    left: 80%
}

#mondo-media-feed .thumbnail:nth-child(2),
#mondo-media-feed .thumbnail:nth-child(5),
#mondo-media-feed .thumbnail:nth-child(7) {
    top: 50%
}

#mondo-media-feed .thumbnail-inner {
    display: block;
    margin: 5px
}

.Footer {
    font-size: 16px;
    padding: 3.6rem 0 1.8rem
}

.Footer-logo {
    margin: 0;
    padding: 0
}

.Footer-logo a {
    display: inline-block
}

.Footer-nav {
    min-height: 22rem
}

.Footer-nav-items {
    padding: 0
}

.List-item {
    list-style: none;
    margin: 0;
    padding: 0
}

.Footer-nav-item--title {
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: .02rem;
    line-height: 1.2;
    margin-bottom: 2rem
}

.Footer-nav-link {
    color: #6c718b;
    display: block;
    padding: .25rem 0
}

@media (min-width:840px) {
    .Footer-nav-link .Footer-nav-link {
        padding: 0
    }
}

.Footer-nav-link:hover {
    color: #5E60BA
}

.Footer-nav-link .Label {
    margin-left: .9rem
}

.Footer-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dadeee;
    margin-bottom: .9rem
}

.Footer-icon:before {
    position: absolute;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.44rem;
    height: 1.44rem;
    margin-top: .1rem;
    margin-left: -2.25rem
}

.Footer-secondary {
    margin-top: 3.6rem
}

.Footer-copyright {
    font-size: 14px;
    color: #a4a7c5;
    order: 2
}

.Footer-copyright p {
    margin: 0 0 .9rem 0
}

.Footer-copyright p:last-child {
    margin: 0
}

.Footer-copyright a {
    margin-left: .9rem;
    color: #a4a7c5
}

.Footer-copyright a:hover {
    color: #5E60BA
}

.SocialIcon {
    display: inline-block;
    max-width: 5rem;
    padding: .9rem
}

.Footer-social-container {
    text-align: right
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.6px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.6
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-content {
    background-color: #5e60ba;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    padding: 15px
}

.modal-backdrop {
    background-color: #eef4f7
}

.modal-backdrop.fade {
    opacity: 1;
    filter: alpha(opacity=1)
}

.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=1)
}

.modal.in .modal-dialog {
    width: 96%;
    max-width: 650px;
    margin: 200px auto;
    z-index: 1070
}

.modal-text span {
    display: block
}

.close-btn {
    text-align: right
}

.close-btn .btn-custom {
    background: 0 0;
    border: none;
    padding: 0
}

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

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

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

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.content-right {
    justify-content: flex-end
}

[align=left] {
    float: left;
    margin: -23px 30px 0 0;
    max-width: 40%
}

[align=right] {
    float: right;
    margin: -23px 0 0 30px;
    max-width: 40%
}

[align=clear] {
    clear: both;
    margin-bottom: 0
}

.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
}

.bordered-title {
    font-size: 18px;
    margin: 0 0 25px;
    padding-bottom: 15px;
    position: relative
}

.bordered-title:after {
    background-color: #9095B0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px
}

.circle-border {
    border-radius: 50%
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 3px rgba(0, 0, 0, .05)
}

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

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

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
    }

    td.visible-xs,
    th.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
    }

    td.visible-sm,
    th.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
    }

    td.visible-md,
    th.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
    }

    td.visible-lg,
    th.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
    }

    td.visible-print,
    th.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
    }
}

@media (max-width:767px) {
    #mondo-media-feed .thumbnails {
        margin-right: -4px;
        margin-bottom: -4px
    }

    #mondo-media-feed .thumbnail {
        margin: -2px
    }

    #mondo-media-feed .thumbnail-inner {
        margin: 2px
    }
}

@media (max-width:991px) {
    #related-posts .related-post {
        margin-top: 0;
        margin-bottom: 30px
    }

    #related-posts .related-post:first-child {
        margin-top: 60px
    }

    #related-posts .related-post:last-child {
        margin-bottom: 0
    }

    #secondary {
        margin-top: 90px;
        padding-left: 0
    }

    #colophon .widget {
        margin-bottom: 60px
    }

    #colophon .top .column:last-child .widget {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .post-list:not(.featured) .entry-media {
        float: left;
        margin-bottom: 0;
        margin-right: 20px;
        width: 200px
    }

    .post-list:not(.featured) .entry-content,
    .post-list:not(.featured) .entry-footer {
        margin-left: 220px;
        overflow: hidden
    }

    .post-list:not(.featured).no-image .entry-content,
    .post-list:not(.featured).no-image .entry-footer {
        margin-left: 0
    }
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate-forever {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#js-search-form-box .form-control {
    background: #eef4f7;
    border: none;
    box-shadow: none;
    color: #333D47;
    font-family: canada-type-gibson, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 1.55em 1em;
    width: 100%;
    font-size: 14px
}

#js-search-results h3 {
    border-bottom: 1px solid #e8e8e8;
    color: #5E60BA;
    padding-bottom: 1.8rem
}

#js-search-results .entry-header {
    display: block
}

#js-search-results .post {
    margin-top: 0
}

#js-search-results .entry-content a:after {
    content: ''
}

#js-search-results .posts,
#js-search-results p {
    color: #6c718b
}

.mobile-nav-search {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    display: inline-block;
    font-size: 1em;
    margin-left: 1.5em;
    padding: 1em
}

.results-hide {
    display: none
}

@media (min-width:768px) {
    .js-link-to-search {
        margin-left: -4px;
        border-left: none
    }
}

.search-button-text {
    display: none
}

@media (min-width:768px) {
    .search-button-text {
        display: inline-block
    }
}

.search-button-icon {
    font-size: 18px
}

@media (min-width:768px) {
    .search-button-icon {
        font-size: 14px
    }
}

.hero-header .hero-content,
.highlight-result {
    display: inline-block;
    font-size: .6em;
    padding: 6px 14px;
    margin-top: 3.6rem;
    background-color: #fff;
    box-shadow: 0 2px 10px 1px rgba(41, 49, 89, .15);
    border-radius: 60px
}

.min-height {
    min-height: 20em
}

#loader-container {
    min-height: 20em
}

.loader {
    -ms-transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    -webkit-transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-bottom: 1.1em solid rgba(94, 94, 188, .2);
    border-left: 1.1em solid #5e5ebc;
    border-radius: 50%;
    border-right: 1.1em solid rgba(94, 94, 188, .2);
    border-top: 1.1em solid rgba(94, 94, 188, .2);
    font-size: 10px;
    height: 10em;
    margin: 60px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 10em
}

.loader:after {
    border-radius: 50%;
    height: 10em;
    width: 10em
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.error-page {
    background-color: #f9f9f9
}

.error-content {
    text-align: center
}

.error-content h2 {
    padding-top: 20px
}

.error-content p {
    color: #9095B0
}

.error-link {
    margin-top: 60px
}
