rehtml {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #477dca;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1em;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    background-color: #2c5999;
    color: #fff
}

input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button:disabled {
    cursor: not-allowed;
    opacity: .5
}

fieldset {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 0 .75em;
    padding: 1.5em
}

input,
label,
select {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em
}

label {
    font-weight: 600;
    margin-bottom: .375em
}

label.required::after {
    content: "*"
}

label abbr {
    display: none
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple],
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: .75em;
    padding: .5em;
    -webkit-transition: border-color;
    transition: border-color;
    width: 100%
}

input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover,
textarea:hover {
    border-color: #c4c4c4
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus,
textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none
}

textarea {
    resize: vertical
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .375em
}

input[type="file"] {
    padding-bottom: .75em;
    width: 100%
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0
}

dl {
    margin-bottom: .75em
}

dl dt {
    font-weight: 700;
    margin-top: .75em
}

dl dd {
    margin: 0
}

table {
    -webkit-font-feature-settings: kern, liga, tnum;
    -moz-font-feature-settings: kern, liga, tnum;
    -ms-font-feature-settings: kern, liga, tnum;
    font-feature-settings: kern, liga, tnum;
    border-collapse: collapse;
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #b7b7b7;
    font-weight: 600;
    padding: .75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #ddd;
    padding: .75em 0
}

tr,
td,
th {
    vertical-align: middle
}

body {
    -webkit-font-feature-settings: kern, liga, pnum;
    -moz-font-feature-settings: kern, liga, pnum;
    -ms-font-feature-settings: kern, liga, pnum;
    font-feature-settings: kern, liga, pnum;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 .75em
}

p {
    margin: 0 0 .75em
}

a {
    color: #477dca;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

a:active,
a:focus,
a:hover {
    color: #2c5999
}

a:active,
a:focus {
    outline: none
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: #477dca;
    border-radius: 3px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1em;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
    background-color: #2c5999;
    color: #fff
}

input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button:disabled {
    cursor: not-allowed;
    opacity: .5
}

fieldset {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 0 .75em;
    padding: 1.5em
}

input,
label,
select {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em
}

label {
    font-weight: 600;
    margin-bottom: .375em
}

label.required::after {
    content: "*"
}

label abbr {
    display: none
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple],
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    margin-bottom: .75em;
    padding: .5em;
    -webkit-transition: border-color;
    transition: border-color;
    width: 100%
}

input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover,
textarea:hover {
    border-color: #c4c4c4
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus,
textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none
}

textarea {
    resize: vertical
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .375em
}

input[type="file"] {
    padding-bottom: .75em;
    width: 100%
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto
}

ul,
ol {
    /*list-style-type: none;*/
    margin: 0;
    padding: 0
}

dl {
    margin-bottom: .75em
}

dl dt {
    font-weight: 700;
    margin-top: .75em
}

dl dd {
    margin: 0
}

table {
    -webkit-font-feature-settings: kern, liga, tnum;
    -moz-font-feature-settings: kern, liga, tnum;
    -ms-font-feature-settings: kern, liga, tnum;
    font-feature-settings: kern, liga, tnum;
    border-collapse: collapse;
    margin: .75em 0;
    table-layout: fixed;
    width: 100%
}

th {
    border-bottom: 1px solid #b7b7b7;
    font-weight: 600;
    padding: .75em 0;
    text-align: left
}

td {
    border-bottom: 1px solid #ddd;
    padding: .75em 0
}

tr,
td,
th {
    vertical-align: middle
}

body {
    -webkit-font-feature-settings: kern, liga, pnum;
    -moz-font-feature-settings: kern, liga, pnum;
    -ms-font-feature-settings: kern, liga, pnum;
    font-feature-settings: kern, liga, pnum;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.2;
    margin: 0 0 .75em
}

p {
    margin: 0 0 .75em
}

a {
    color: #477dca;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

a:active,
a:focus,
a:hover {
    color: #2c5999
}

a:active,
a:focus {
    outline: none
}

hr {
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0
}

img,
picture {
    margin: 0;
    max-width: 100%
}

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

html {
    font-family: 'PT Sans', sans-serif!important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    max-width: 1440px
}

* {
    outline: none
}

a {
    color: #2E3444;
    text-decoration: underline;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    color: #72d5d6
}

hr {
    clear: both
}

h1 {
    font-size: 2em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 .5em
}

p {
    padding: 0 0 1em
}

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

b,
strong {
    font-weight: 700
}

i {
    font-size: 16px;
    margin-left: 10px
}

i:first-child {
    margin-left: 0
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #2E3444
}

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "“" "”" "‘" "’"
}

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;
    width: 100%;
    height: auto
}

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

figure {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -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
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

ul,
ol {
    padding: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0
}

body {
    color: #2E3444;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    min-width: 20em;
    background: #fff
}

footer {
    text-align: center;
    padding: 2em 0;
    border-top: 4px double #000;
    clear: both
}

.video-container iframe {
    width: 100%
}

.blog .blog-article {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto
}

.blog .blog-article:after {
    content: "";
    display: table;
    clear: both
}

.blog .blog-article .blog-post {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 79.62455%;
    margin-left: 10.18773%
}

.blog .blog-article .blog-post:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .blog .blog-article .blog-post {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-left: 0
    }
    .blog .blog-article .blog-post:last-child {
        margin-right: 0
    }
}

.columns {
    margin-right: -2rem
}

@media screen and (max-width: 768px) {
    .columns {
        margin: 0
    }
}

.column {
    display: inline-block;
    vertical-align: top;
    padding-right: 2rem
}

.columns-1 .column {
    width: 100%
}

.columns-2 .column {
    width: 50%
}

@media screen and (max-width: 767px) {
    .columns-2 .column {
        width: 100%!important;
        padding: 0;
        display: block!important
    }
}

.columns-3 .column {
    width: 33.33%
}

@media screen and (max-width: 767px) {
    .columns-3 .column {
        width: 100%!important;
        padding: 0;
        display: block!important
    }
}

.columns-4 .column {
    width: 25%
}

@media screen and (max-width: 768px) {
    .columns-4 .column {
        width: 100%!important;
        padding: 0;
        display: block!important
    }
}

.columns-5 .column {
    width: 20%
}

@media screen and (max-width: 768px) {
    .columns-5 .column {
        width: 100%!important;
        padding: 0;
        display: block!important
    }
}

body {
    font-family: 'Arvo', serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #2E3444
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arvo', serif;
    font-weight: 700
}

h1 {
    font-size: 3.25em
}

h2 {
    font-size: 1.5em;
    line-height: 1.6
}

p {
    color: #171a22;
    font-size: 1.125em;
    line-height: 1.8;
    font-weight: 300
}

h1+p,
.meta-data+p {
    font-family: 'Arvo', serif;
    font-weight: 300
}

.blog .read-more {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    text-align: center
}

.blog .blog-article .blog-post h1 {
    font-size: 2.625em
}

@media screen and (max-width: 767px) {
    .blog .blog-article .blog-post h1 {
        font-size: 1.84615em
    }
}

.blog .blog-article .blog-post h1 a {
    text-decoration: none;
    white-space: pre-line
}

.blog .blog-article .blog-post .meta-data p {
    font-size: 1em;
    color: #626262
}

.blog .blog-article .blog-post .meta-data p strong {
    color: #2E3444
}

.blog .blog-article .blog-post p {
    font-size: 1.125em;
    font-style: italic
}

@media screen and (max-width: 768px) {
    .blog .blog-article .blog-post p {
        font-size: 1em
    }
}

#top {
    padding: 20px 0;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 2px solid #f5f5f5
}

#top .page-title {
    display: none
}

a.logo figure {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    z-index: 1;
    max-height: 80px;
    width: auto;
    text-align: center;
    background: #000
}

.logo img {
    position: relative;
    width: auto;
    height: auto
}

@media screen and (max-width: 767px) {
    .logo img {
        max-width: 160px
    }
}

a.logo span {
    color: #fff;
    height: 80px;
    width: 100%;
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    white-space: normal;
    max-width: 240px;
    font-size: .8125em;
    line-height: 1.3;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(70px) rotate(0deg);
    -ms-transform: translateX(70px) rotate(0deg);
    transform: translateX(70px) rotate(0deg)
}

a.logo span p {
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    padding: 10px
}

a.logo:hover span {
    opacity: 1;
    -webkit-transform: translateX(104px) rotate(0deg);
    -ms-transform: translateX(104px) rotate(0deg);
    transform: translateX(104px) rotate(0deg)
}

@media screen and (max-width: 767px) {
    a.logo:hover span {
        display: none
    }
}

h4.email {
    position: fixed;
    z-index: 10;
    top: 20px;
    right: 64px;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: .76923em;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

h4.email p {
    padding: 0
}

h4.email p a {
    display: block;
    padding: 10px;
    text-decoration: none;
    text-indent: -99999px;
    background: url(../images/TwitterLogo_white.png) no-repeat center center;
    background-size: 45px 45px
}

h4.email p a:hover {
    color: #6c707c
}

* {
    outline: none!important
}

.page-title {
    display: none
}

.share-this {
    text-align: right
}

.share-this a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    display: inline-block
}

@media screen and (max-width: 999px) {
    .share-this a {
        display: block;
        margin-bottom: -2px
    }
}

.grid-set {
    position: relative;
    margin: 0 auto;
    padding: 20px;
    max-width: 1000px;
    list-style: none;
    text-align: center
}

@media screen and (max-width: 768px) {
    .grid-set {
        padding: 0
    }
}

.post.about .bg-img>figure {
    width: 100%;
    margin-left: 0
}

.home .bg-img {
    max-height: 600px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 999px) {
    .home .bg-img {
        max-height: inherit
    }
}

.home .bg-img .title {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    bottom: 0;
    padding-top: 2em 5% 2.5em;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 768px) {
    .home .bg-img .title {
        position: relative;
        color: #2E3444;
        padding: 30px 20px 0;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 20px
    }
}

.home .bg-img .title h1 {
    color: #2E3444;
    font-size: 4.5em;
    line-height: 40px;
    font-weight: 700;
    padding: 0
}

@media screen and (max-width: 768px) {
    .home .bg-img .title h1 {
        color: #2E3444;
        font-size: 2em
    }
}

.home .bg-img .title h1 span {
    color: #72d5d6
}

.home .bg-img .title h3 {
    margin-top: 20px;
    font-size: 1em;
    letter-spacing: 4px;
    color: #2E3444;
    font-weight: 400
}

@media screen and (max-width: 768px) {
    .home .bg-img .title h3 {
        color: #2E3444;
        font-size: .75em;
        margin-top: 10px;
        line-height: 1.6
    }
}

.home .bg-img .title h3 p {
    color: #fff;
    font-size: .8125em
}

.home .bg-img>figure {
    width: 100%;
    display: block
}

.header.home {
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .header.home {
        margin-bottom: 30px
    }
}

.sub-title {
    text-align: center
}

.strap {
    text-align: center;
    max-width: 768px;
    margin: 0 auto 20px
}

@media screen and (max-width: 768px) {
    .strap {
        padding: 0 20px
    }
}

.home-body {
    text-align: left;
    margin: 0 auto;
    max-width: 768px
}

.home-body img {
    max-width: none;
    width: auto
}

.home-body.sub-title {
    padding-top: 20px
}

@media screen and (max-width: 768px) {
    .home-body {
        margin: 0 auto 10px;
        padding: 0 20px
    }
}

.home .strap {
    margin: 0 auto 30px
}

.button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .button {
        display: block;
        margin-bottom: -2px
    }
}

.button:before {
    content: none
}

.button:afer {
    content: none
}

.button-center {
    text-align: center;
    display: block;
    margin: 10px auto 20px
}

.home .projects-button,
.home .blog-button {
    margin-bottom: 60px
}

@media screen and (max-width: 768px) {
    .projects-button,
    .blog-button {
        padding: 0 20px
    }
}

.button.buy {
    background: #2E3444;
    border: none!important;
    border-radius: 10px;
    margin-top: 20px;
    color: #fff
}

.button.buy:hover {
    background: #72d5d6;
    color: #2E3444!important
}

@media screen and (max-width: 768px) {
    .button.buy {
        margin-top: 10px;
        display: inline-block
    }
}

#google-container {
    position: relative;
    width: 100%;
    height: 310px;
    background-color: #e7eaf0
}

@media only screen and (min-width: 768px) {
    #google-container {
        height: 310px
    }
}

@media only screen and (min-width: 1170px) {
    #google-container {
        height: 600px
    }
}

#cd-google-map {
    position: relative
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em;
    background-color: rgba(46, 52, 68, 0.9);
    color: #fff;
    font-size: 13px;
    font-size: .8125rem
}

@media only screen and (min-width: 768px) {
    #cd-google-map address {
        font-size: 15px;
        font-size: .9375rem;
        text-align: center
    }
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #2E3444;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(../images/cd-icon-controller.svg)
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #72d5d6
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in,
    #cd-zoom-out {
        margin-left: 50px
    }
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px
}

@media only screen and (min-width: 768px) {
    #cd-zoom-in {
        margin-top: 50px
    }
}

#cd-zoom-out {
    background-position: 50% -32px
}

.contact .header {
    margin-bottom: 20px
}

.footer {
    border-top: none;
    margin-left: 0;
    margin-right: 0
}

.footer p {
    color: #fff;
    font-size: 1em
}

.footer .share-this {
    text-align: center
}

@media screen and (max-width: 999px) {
    .footer .share-this {
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer .share-this .twitter {
    color: #49BAE4;
    border-color: #49BAE4
}

.footer .share-this .facebook {
    color: #465DA6;
    border-color: #465DA6
}

.post article.content {
    padding: 20px;
    max-width: 80%;
    margin: auto
}

@media screen and (max-width: 768px) {
    .post article.content {
        max-width: 100%
    }
}

.post {
    margin-top: -10px
}

.post .bg-img {
    max-height: 600px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 999px) {
    .post .bg-img {
        max-height: inherit
    }
}

.post .bg-img .title {
    z-index: 1;
    position: absolute;
    width: 31.14754%;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 60px;
    background: #000;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 999px) {
    .post .bg-img .title {
        position: static;
        width: 100%;
        padding: 2em 5% 2.5em;
        margin-top: -20px
    }
}

@media screen and (max-width: 999px) {
    .post .bg-img .title h1 {
        font-size: 2.25em
    }
}

.post .bg-img .title h3 {
    font-size: 1em;
    padding: 20px
}

.post .bg-img .title h3 p {
    color: #fff;
    font-size: .8125em
}

.post .bg-img>figure {
    width: 90%;
    display: block;
    margin-left: -10%
}

@media screen and (max-width: 999px) {
    .post .bg-img>figure {
        width: 100%;
        margin: 0
    }
}

.post-footer {
    border-top: 2px solid #f5f5f5;
    display: block;
    min-height: 72px;
    padding: 21px 0
}

@media screen and (max-width: 999px) {
    .post-footer {
        min-height: inherit
    }
}

.post-footer .share-this {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 49.06137%;
    text-align: left;
    margin-right: 0
}

.post-footer .share-this:last-child {
    margin-right: 0
}

@media screen and (max-width: 999px) {
    .post-footer .share-this {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center
    }
    .post-footer .share-this:last-child {
        margin-right: 0
    }
}

.post-footer .pager-post {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 49.06137%;
    margin-right: 0;
    text-align: right
}

.post-footer .pager-post:last-child {
    margin-right: 0
}

@media screen and (max-width: 999px) {
    .post-footer .pager-post {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        border-top: 2px solid #f5f5f5;
        padding-top: 21px;
        margin-bottom: 20px
    }
    .post-footer .pager-post:last-child {
        margin-right: 0
    }
}

.pager-post a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    display: inline-block
}

@media screen and (max-width: 999px) {
    .pager-post a {
        display: block;
        margin-bottom: -2px
    }
}

.post h2 {
    font-style: normal;
    font-weight: 700
}

p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 20px
}

.heromiddle .bg-img {
    max-height: 600px;
    height: 600px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 999px) {
    .heromiddle .bg-img {
        height: inherit
    }
}

.heromiddle .bg-img .title {
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40%;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    background: none;
    max-width: 768px;
    margin: auto
}

@media screen and (max-width: 999px) {
    .heromiddle .bg-img .title {
        position: relative;
        color: #2E3444;
        padding: 30px 20px 0;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 20px
    }
}

.heromiddle .bg-img .title h1 {
    color: #2E3444;
    font-size: 4.5em;
    line-height: 40px;
    font-weight: 700;
    padding: 0;
    line-height: 1.3
}

@media screen and (max-width: 768px) {
    .heromiddle .bg-img .title h1 {
        color: #2E3444;
        font-size: 2em
    }
}

.heromiddle .bg-img .title h1 span {
    color: #72d5d6
}

.heromiddle .bg-img .title h3 {
    font-size: 1em;
    letter-spacing: 4px;
    color: #2E3444;
    font-weight: 400;
    line-height: 1.6
}

@media screen and (max-width: 768px) {
    .heromiddle .bg-img .title h3 {
        font-size: .875em
    }
}

.heromiddle .bg-img .title h3 p {
    color: #fff;
    font-size: .8125em
}

.heromiddle .bg-img>figure {
    width: 100%;
    display: block;
    margin: 0
}

.left {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 49.06137%;
    float: left;
    padding: 1.25em 1.25em 1.25em 0;
    height: auto
}

.left:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .left {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0
    }
    .left:last-child {
        margin-right: 0
    }
    .left img {
        padding: 0
    }
}

.left img {
    padding: 1.25em 0
}

.right {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 49.06137%;
    float: right;
    padding: 1.25em 0 1.25em 1.25em;
    height: auto
}

.right:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .right {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        padding: 0
    }
    .right:last-child {
        margin-right: 0
    }
    .right img {
        padding: 0
    }
}

.right img {
    padding: 1.25em 0
}

article figure img {
    padding: 1.25em 0
}

.grid-4 {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 23.59205%
}

.grid-4:last-child {
    margin-right: 0
}

.grid-4:nth-child(5n) {
    margin-right: 0
}

.grid-4:nth-child(5n+1) {
    clear: left
}

@media screen and (max-width: 767px) {
    .grid-4 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0
    }
    .grid-4:last-child {
        margin-right: 0
    }
}

.grid-4 img {
    padding: 1.25em 0
}

@media screen and (max-width: 767px) {
    .grid-4 img {
        padding: 0
    }
}

.grid-3 {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 32.08182%
}

.grid-3:last-child {
    margin-right: 0
}

.grid-3:nth-child(3n) {
    margin-right: 0
}
/*
.grid-3:nth-child(3n+1) {
    clear: left
}*/

.grid-3 + p{
	clear:left;
}
@media screen and (max-width: 767px) {
    .grid-3 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0
    }
    .grid-3:last-child {
        margin-right: 0
    }
}

.grid-3 img {
    padding: 1.25em 0
}

@media screen and (max-width: 767px) {
    .grid-3 img {
        padding: 0
    }
}

.grid-2 {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 49.06137%
}

.grid-2:last-child {
    margin-right: 0
}

.grid-2:nth-child(3n) {
    margin-right: 0
}

.grid-2:nth-child(3n+1) {
    clear: left
}

@media screen and (max-width: 767px) {
    .grid-2 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0
    }
    .grid-2:last-child {
        margin-right: 0
    }
}

.grid-2 img {
    padding: 1.25em 0
}

@media screen and (max-width: 767px) {
    .grid-2 img {
        padding: 0
    }
}

.grid-1 {
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 100%
}

.grid-1:last-child {
    margin-right: 0
}

.grid-1:nth-child(2n) {
    margin-right: 0
}

.grid-1:nth-child(2n+1) {
    clear: left
}

@media screen and (max-width: 767px) {
    .grid-1 {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%;
        margin-right: 0;
        float: none
    }
    .grid-1:last-child {
        margin-right: 0
    }
}

.grid-1 img {
    padding: 1.25em 0
}

@media screen and (max-width: 767px) {
    .grid-1 img {
        padding: 0
    }
}

figure.video {
    text-align: center;
    margin: 30px 0
}

figure.video iframe {
    width: 100%
}

@media screen and (max-width: 767px) {
    figure.video iframe {
        height: auto
    }
}

pre {
    background: #f5f5f5;
    padding: 20px 40px;
    display: inline-block;
    margin: 40px 20px;
    font-weight: 500;
    color: #2E3444;
    max-width: 748px;
    white-space: normal
}

@media screen and (max-width: 768px) {
    pre {
        margin: 40px 0
    }
}

blockquote {
    margin: 40px 20px;
    background: #fff;
    border-style: solid;
    padding: 0 20px;
    font-weight: 700;
    clear: both;
    display: block;
    border-width: 0 0 0 6px
}

blockquote p {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.6;
    padding: 0
}

@media screen and (max-width: 768px) {
    blockquote p {
        font-size: 1.125em
    }
}

body .featherlight .featherlight-close-icon {
    position: fixed!important;
    z-index: 9999;
    top: 20px!important;
    right: 108px!important;
    line-height: 44px!important;
    width: 44px!important;
    cursor: pointer;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    background: #000;
    color: #fff!important;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s
}

.projects {
    padding-top: 30px;
    padding-bottom: 30px
}

.grid-set {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto
}

.grid-set:after {
    content: "";
    display: table;
    clear: both
}

.grid-set li {
    position: relative;
    float: left;
    overflow: hidden;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    float: left;
    display: block;
    margin-right: 1.87727%;
    width: 31.40264%
}

.grid-set li:last-child {
    margin-right: 0
}

@media screen and (max-width: 768px) {
    .grid-set li {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        padding: 20px;
        margin-bottom: 0;
        margin-right: 0
    }
    .grid-set li:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .grid-set li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%
    }
    .grid-set li:last-child {
        margin-right: 0
    }
}

.grid-set li img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .8;
    height: auto
}

.grid-set li figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid-set li figcaption::before,
.grid-set li figcaption::after {
    pointer-events: none
}

.grid-set li figcaption,
.grid-set li figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid-set li figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid-set li h3 {
    font-weight: 300
}

.grid-set li h3 span {
    font-weight: 800
}

.grid-set li h3 a {
    text-decoration: none;
    color: #fff
}

.grid-set li h3,
.grid-set li p {
    margin: 0
}

.grid-set li p {
    letter-spacing: 1px;
    font-size: 68.5%;
    color: #fff;
    font-weight: 700
}

li.effect-marley figcaption {
    text-align: right
}

li.effect-marley h3,
li.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0
}

li.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

li.effect-marley h3 {
    top: 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

li.effect-marley:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

li.effect-marley h3::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

li.effect-marley h3::after,
li.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform .35s;
    transition: opacity 0.35s, transform .35s
}

li.effect-marley:hover h3::after,
li.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.blog-home-grid-items-lines:before,
.blog-home-grid-items-lines:after,
.blog-home-grid-items-line a:after,
.blog-home-grid-items-line a:before,
.blog-home-grid-items-line h1:after,
.blog-home-grid-items-line h1:before,
.blog-home-grid-items-line p:after,
.blog-home-grid-items-line p:before,
.bottom-cover:before,
.bottom-cover:after,
.right-cover:before,
.right-cover:after {
    content: none!important
}

.blog-home-grid-items-lines {
    position: static!important;
    text-align: left
}

.blog-home-grid-items-lines a:hover h1 {
    -webkit-transition: all .3s;
    transition: all .3s
}

.blog-home-grid-items-lines {
    position: relative
}

.blog-home-grid-items-lines:after {
    content: "";
    display: table;
    clear: both
}

.blog-home-grid-items-lines .blog-home-grid-item {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 14em;
    background: #fff;
    width: 100%;
    overflow: hidden;
    float: left;
    padding: 1.5em;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media screen and (max-width: 768px) {
    .blog-home-grid-items-lines .blog-home-grid-item {
        border-right: none
    }
}

@media screen and (min-width: 53.75em) {
    .blog-home-grid-items-lines .blog-home-grid-item {
        width: 33.33333%
    }
}

.blog-home-grid-items-lines .blog-home-grid-item:hover {
    background: rgba(51, 51, 51, 0.05)
}

.blog-home-grid-items-lines .blog-home-grid-item img {
    display: block;
    height: 2.5em;
    margin-bottom: 1.2em;
    opacity: .2
}

.blog-home-grid-items-lines .blog-home-grid-item h1 {
    font-size: 1.3em;
    margin-bottom: .4em
}

.blog-home-grid-items-lines .blog-home-grid-item p {
    color: rgba(51, 51, 51, 0.6);
    line-height: 1.5
}

@media screen and (min-width: 40em) {
    .blog-home-grid-items-lines .blog-home-grid-item p {
        max-width: 70%
    }
}

@media screen and (min-width: 53.75em) {
    .blog-home-grid-items-lines .blog-home-grid-item-big {
        width: 66.66667%
    }
}

@media screen and (min-width: 40em) {
    .blog-home-grid-items-lines .blog-home-grid-item-big p {
        max-width: 60%
    }
}

.blog-home-grid-items-lines .bottom-cover {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 3px;
    background: #fff
}

.blog-home-grid-items-lines .right-cover {
    position: absolute;
    right: 20px;
    height: 100%;
    width: 4px;
    background: #fff
}

@media screen and (max-width: 768px) {
    .blog-home-grid-items-lines .right-cover {
        display: none
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.blog-home-grid-items-lines .blog-home-grid-item h1,
.blog .blog-article .blog-post h1 a {
    color: #2E3444
}

.footer,
a.logo span {
    background: #2E3444
}

.blog-home-grid-items-lines a:hover h1,
.post .bg-img .title h1,
.cd-primary-nav a,
.blog .blog-article .blog-post h1 a:hover {
    color: #72d5d6
}

body .featherlight .featherlight-close-icon:hover,
h4.email:hover,
.cd-nav-trigger::after,
a.logo figure:hover,
.no-touch .cd-top:hover,
.cd-overlay-content span {
    background-color: #72d5d6
}

.footer .twitter,
.footer .facebook,
blockquote,
.button {
    color: #2E3444;
    border-color: #72d5d6
}

.footer .twitter:hover,
.footer .facebook:hover,
blockquote:hover,
.button:hover {
    color: #72d5d6;
    border-color: #72d5d6
}

.blog .meta-data {
    display: none
}

.blog .page-top {
    display: none
}

.blog .read-more {
    padding: 10px 20px
}

.blog .blog-article .blog-post {
    margin-bottom: 80px
}

@media screen and (max-width: 767px) {
    .blog .blog-article .blog-post {
        margin: 0;
        padding: 20px
    }
}

.blog .blog-article .blog-post h1 {
    padding-bottom: .3em
}

.blog .blog-article .blog-post img {
    margin: 10px 0 20px
}

@media screen and (max-width: 768px) {
    h1.blog-title.sub-title {
        border-top: 1px solid #f5f5f5;
        padding: 20px;
        margin-top: 40px
    }
}

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

::after,
::before {
    content: ''
}

html,
body {
    height: 100%
}

header {
    z-index: 1
}

.cd-logo,
.cd-nav-trigger {
    position: fixed;
    display: inline-block
}

.cd-logo {
    top: 28px;
    left: 5%
}

.cd-logo img {
    display: block
}

.cd-nav-trigger {
    top: 20px;
    right: 20px;
    height: 44px;
    width: 44px;
    z-index: 5;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap
}

.cd-nav-trigger .cd-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: #fff;
    z-index: 10
}

.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg)
}

.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg)
}

.cd-nav-trigger::before,
.cd-nav-trigger::after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform
}

.cd-nav-trigger::before {
    background-color: #000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.cd-nav-trigger::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.cd-nav-trigger.close-nav::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.cd-nav-trigger.close-nav::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.cd-nav-trigger.close-nav .cd-icon {
    background-color: rgba(255, 255, 255, 0)
}

.cd-nav-trigger.close-nav .cd-icon::before,
.cd-nav-trigger.close-nav .cd-icon::after {
    background-color: #fff
}

.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5%;
    z-index: 3;
    background-color: #000;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity .3s;
    transition: visibility 0s, opacity .3s
}

.cd-primary-nav li {
    margin: 1.6em 0;
    text-align: center;
    text-transform: capitalize
}

@media screen and (max-width: 767px) {
    .cd-primary-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 1.6em
    }
}

.cd-primary-nav a {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none
}

.no-touch .cd-primary-nav a:hover {
    color: #fff
}

.cd-primary-nav.fade-in {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav li {
        margin: 2em 0
    }
    .cd-primary-nav a {
        font-size: 28px;
        font-size: 1.75rem
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        margin: 2.6em 0
    }
    .cd-primary-nav a {
        font-size: 32px;
        font-size: 2rem
    }
}

.cd-overlay-nav,
.cd-overlay-content {
    position: fixed;
    top: 18px;
    right: 5%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px)
}

.cd-overlay-nav span,
.cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0 .3s;
    transition: opacity .3s 0s, visibility 0 .3s
}

.cd-overlay-nav {
    z-index: 2
}

.cd-overlay-nav span {
    background-color: #000
}

.cd-overlay-content {
    z-index: 4
}

article.blog-article {
    opacity: 0;
    position: relative;
    top: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.already-visible {
    opacity: 1!important;
    top: 0!important
}

article.come-in {
    opacity: 1;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@-webkit-keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.pagination {
    text-align: center;
    margin: 40px 0
}

.pagination a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    padding: 10px 20px
}

@media screen and (max-width: 999px) {
    .pagination a {
        display: block;
        margin: 0 20px -2px
    }
}

.page-top {
    text-align: center;
    margin-bottom: 40px
}

.page-top .page-title {
    text-align: center;
    margin-bottom: 0;
    padding: 0
}

.page-top .page-title p {
    padding: 0
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #3D454E url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 44px;
        width: 44px;
        right: 20px;
        bottom: 20px
    }
}

article.block.prose.discover.blog {
    margin-top: 40px;
}
