/* ==========================================================================
   Table of Contents
   ========================================================================== */
/*
    0. Icons
    1. Reset
    2. General
    3. Structure
    4. Site Header
    5. Content
    6. Comments
    7. Posts Navigation
    8. Site Footer
    9. Media Queries
*/

/* ==========================================================================
   0. Icons | Font Awesome by Dave Gandy | http://fontawesome.io
   ========================================================================== */
@font-face {
  font-family: Whitney;
  font-style: light;
  font-weight: 300;
  src: url("../fonts/Whitney-Light.woff") format('woff');
}

@font-face {
  font-family: Whitney;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Whitney-Book.woff") format('woff');
}

@font-face {
  font-family: Whitney;
  font-style: medium;
  font-weight: 600;
  src: url("../fonts/Whitney-Medium.woff") format('woff');
}


@font-face {
  font-family: Whitney;
  font-style semibold;
  font-weight: 700;
  src: url("../fonts/Whitney-Semibold.woff") format('woff');
}

@font-face {
  font-family: Whitney;
  font-style: bold;
  font-weight: 800;
  src: url("../fonts/Whitney-Bold.woff") format('woff');
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-facebook-f:before {
    content: "\f09a";
}

.icon-rss:before {
    content: "\f09e";
}

.icon-pinterest:before {
    content: "\f231";
}

.icon-google-plus:before {
    content: "\f0d5";
}

.icon-linkedin:before {
    content: "\f08c";
}

.icon-github-alt:before {
    content: "\f09b";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-dribbble:before {
    content: "\f17d";
}

.icon-behance:before {
    content: "\f1b4";
}

.icon-vine:before {
    content: "\f1ca";
}

/* ==========================================================================
   1. Reset
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-size: 112.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-height: 100%;
}

body {
    margin: 0;
}

a {
    background-color: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: Inconsolata, monospace, sans-serif;
    font-size: 1em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

form {
    margin: 0;
}

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"] {
    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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   2. General
   ========================================================================== */

html,
button,
input,
select,
textarea {
    font-family: 'Whitney', 'Lato','Helvetica Neue',Helvetica,sans-serif;
}

html {
    border: 0;
}

body {
    color: #737f8d;
    font-weight: 500;
    line-height: 1.66667;
}

a {
    color: #738bd7;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition:    color 0.3s ease;
    transition:         color 0.3s ease;
}

a:hover {
    color: #697ec4;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #36393e;
    font-weight: 600;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2em;
    line-height: 1.11111;
    letter-spacing: -1px;
    margin-bottom: 0.5em;
    margin-top: 0.83333em;
}

h2 {
    font-size: 1.66667em;
    letter-spacing: -1px;
    margin-bottom: 0.6em;
    margin-top: 1em;
}

h3 {
    font-size: 1.33333em;
    margin-bottom: 0.75em;
    margin-top: 1.25em;
}

h4 {
    font-size: 1.11111em;
    margin-bottom: 0.9em;
    margin-top: 1.5em;
}

h5 {
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 1.66667em;
}

h6 {
    font-size: 0.88889em;
    margin-bottom: 1.125em;
    margin-top: 1.875em;
}

p {
    margin: 0 0 1.66667em;
}

address {
    font-style: italic;
    margin: 0 0 1.66667em;
}

mark {
    background: #fff7c5;
    padding: 0 3px;
}

ins {
    background: #fff7c5;
    padding: 0 3px;
    text-decoration: none;
}

code,
pre {
    background: #f4f4f4;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-size: 0.88889em;
}

code {
    padding: 1px 3px;
    white-space: pre;
}

pre {
    margin: 0 0 1.875em;
    overflow: auto;
    padding: 10px;
    white-space: pre;
}

pre code {
    border: 0;
    font-size: inherit;
    padding: 0;
}

blockquote {
    border-left: 3px solid #2c343c;
    color: #2c343c;
    font-family: 'Droid Serif',Georgia,serif;
    font-style: italic;
    margin: 0 0 1.66667em -30px;
    padding: 0 0 0 30px;
}

blockquote p {
    margin: 0 0 0.83333em;
}

blockquote small,
blockquote cite {
    color: #6b747a;
    display: inline-block;
    font-size: 0.88889em;
}

blockquote small:before,
blockquote cite:before {
    content: '\2014 \00A0';
}

dl {
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 1.66667em;
}

ul,
ol {
    margin: 0 0 1.66667em;
    padding: 0 0 0 30px;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

hr {
    background: #d7d7d7;
    border: 0;
    height: 1px;
    margin: 2.5em 0;
}

table {
    border-bottom: 1px solid #ededed;
    line-height: 1.33333;
    margin: 0 0 1.66667em;
    text-align: left;
    width: 100%;
}

caption {
    font-size: 0.88889em;
    margin-bottom: 0.9375em;
    text-align: left;
}

th,
td {
    border-top: 1px solid #ededed;
    padding: 8px;
}

th {
   color: #2c343c;
   font-weight: bold;
}

table tbody > tr:nth-child(odd) {
    background: #f4f4f4;
}

img {
    border-radius: 6px;
    height: auto;
    max-width: 100%;
    margin-top: 14px;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

.fluid-width-video-wrapper {
    margin: 0 0 1.66667em;
}

/* Clearing floats */
.inner:after,
.site-header:after,
.site-footer:after {
    clear: both;
}

.inner:before,
.inner:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

/* Text meant only for screen readers */
.screen-reader-text {
    border: 0 none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

/* Text selection */
::-moz-selection {
    background: #e4edfa;
    color: #2c343c;
    text-shadow: none;
}

::selection {
    background: #e4edfa;
    color: #2c343c;
    text-shadow: none;
}

/* ==========================================================================
   3. Structure
   ========================================================================== */

.inner {
    margin: 0 auto;
    max-width: 760px;
}

/* Site description */
.site-description {
    border-bottom: 1px solid #d7d7d7;
    padding: 2.22222em 0 3.33333em;
    background: #738bd7 url('../images/bg_blog.jpg') no-repeat top center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 200px;
    margin-top: -72px;
    text-align: center;
    /* fix for mobile extra right side padding */
    overflow-x: hidden;
}

.site-description p {
    font-size: 2.66666em;
    margin-bottom: 0;
    width: 400px;
    text-align: center;
    margin: 60px auto 0;
    line-height: 120%;
    color: #c9d2f0;
    font-weight: 300;
}
.site-description img {
    margin-top: 45px;
}

.site-description p span {
    font-weight: 500;
}

/*
.site-description #left-mascots {
    background: url("../images/left-discord-mascots@2x.png");
    background-size: 300px 150px;
    width: 300px;
    height: 150px;
    position: absolute;
    top: 150px;
    opacity: .8;
}

.site-description #right-mascots {
    background: url("../images/right-discord-mascots@2x.png");
    background-size: 350px 250px;
    width: 350px;
    height: 250px;
    position: absolute;
    top: 50px;
    right: 0px;
    opacity: .8;
}*/

/* ==========================================================================
   4.5 Social Footer
   ========================================================================== */

#social {
    position: fixed;
    z-index:300;
    top: 16%;
    opacity: .0;
    margin-left: -8%;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
    background-color: white;
}

#social span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-left: 5px;
}

#social a:hover {
    text-decoration: none;
}

#social a i {
    padding:14px;
    border: 1px solid #dadddf;
    border-top: none;
    display: block;
    -webkit-transition: all 0.1s;
    -moz-transition:    all 0.1s;
    transition:         all 0.1s;
}

#social a i.icon-twitter {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: 1px solid #dadddf;
    color: #55acee;
}

#social a i.icon-twitter:hover {
    background-color: #55acee;
    color: white;
    border-color: #55acee;
}

#social a i.icon-facebook {
    color: #3b5998;
}

#social a i.icon-facebook:hover {
    color: white;
    background: #3b5998;
    border-color: #3b5998;
}

#social a i.icon-facebook:before {
    margin-left: 3px;
}

#social a i.icon-google-plus {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #dd4b39;
}

#social a i.icon-google-plus:hover {
    color: white;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

#social.show {
    opacity: 1;
    top: 18%;
}

/* ==========================================================================
   5. Content
   ========================================================================== */

.post {
    border-bottom: 1px solid #d7d7d7;
    padding: 3.33333em 0;
}

.featured-post,
.post-date {
    display: inline-block;
    font-size: 0.77778em;
    font-weight: 500;
    padding-bottom: 1.25em;
    color: #99aab5;
}

.post-date {
    color: #9ba6ad;
}

.featured-post {
    color: #faa61a;
    padding-right: 5px;
    font-weight: 600;
}

.post-header {
    margin-bottom: 1.66667em;
}

.post-title {
    font-size: 2em;
    margin-bottom: 0.55556em;
}

.post-title a {
    color: #36393e;
    text-decoration: none;
}

.post-title a:hover {
    color: #2e3136;
}

.post-meta {
    color: #9ba6ad;
    font-size: 0.88889em;
    font-weight: 700;
    margin-bottom: 1.25em;
    margin-top: -16px;
}

.post-meta span {
    color: #c9d2f0;
    margin-right: 2px;
}

.post-title,
.page-title,
.author-title,
.post-content > h1:first-child,
.post-content > h2:first-child,
.post-content > h3:first-child,
.post-content > h4:first-child,
.post-content > h5:first-child,
.post-content > h6:first-child {
    margin-top: 0;
}

.read-more {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}

.read-more-link {
    background-color: white;
    padding: 10px 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #738bd7;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition:    background-color 0.3s ease;
    transition:         background-color 0.3s ease;
}

.read-more-link:hover {
    text-decoration: none;
    background-color: rgba(115, 139, 215, .1);
}

.page-header {
    border-bottom: 1px solid #d7d7d7;
    padding: 2.22222em 0 3.33333em;
}

.page-title {
    color: #9ba6ad;
    font-size: 1.66667em;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
}

.page-title .highlight {
    color: #2c343c;
}

.page-description {
    font-family: 'Droid Serif',Georgia,serif;
    font-size: 1.33333em;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 1.66667em;
}

/* Author profile */
.post-template .author-box {
    border-top: 1px solid #d7d7d7;
    padding-top: 1.66667em;
}

.author-box .author-avatar {
    background-size: cover;
    border-radius: 50%;
    display: block;
    height: 90px;
    float: left;
    margin-right: 30px;
    width: 90px;
}

.author-box .author-details {
    padding-left: 120px;
}

.author-box .author-bio {
    line-height: 1.33333;
    margin-bottom: 1.11111em;
}

.author-box .author-stats,
.author-box .author-meta {
    color: #9ba6ad;
    font-size: 0.88889em;
    font-weight: bold;
}

.author-box .author-meta span {
    margin-right: 15px;
}

/* Share post */
.share-post {
    padding: 1.66667em 0 3.33333em;
}

.share-post span {
    color: #9ba6ad;
    display: inline-block;
    font-size: 0.88889em;
    margin-right: 15px;
}

.share-post a {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    color: #6b747a;
    display: inline-block;
    font-size: 0.72222em;
    margin-bottom: 0.6em;
    margin-right: 5px;
    padding: 3px 10px;
    text-decoration: none;
}

.share-post a:hover {
    border-color: #2d72d9;
    color: #2d72d9;
}

/* ==========================================================================
   6. Comments
   ========================================================================== */

.comments-area {
    border-bottom: 1px solid #d7d7d7;
    padding: 1.66667em 0 3.33333em;
}

#comments-title {
    margin-bottom: 0.75em;
    margin-top: 0;
}

/* ==========================================================================
   7. Posts Navigation
   ========================================================================== */

.pagination {
    border-bottom: 1px solid #d7d7d7;
    color: #606669;
    font-weight: bold;
    padding: 2.22222em 0 3.33333em;
    position: relative;
    text-align: center;
}

.page-number {
    display: inline-block;
    font-size: 0.77778em;
    min-width: 180px;
}

.older-posts,
.newer-posts {
    font-size: 0.88889em;
    position: absolute;
    top: 40px;
}

.older-posts {
    right: 0;
}

.newer-posts {
    left: 0;
}

/* ==========================================================================
   7.5 Read More - Next/Prev Post Links
   ========================================================================== */

.read-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 10rem;
    border-top: 1px solid #dadddf;
    max-width: 100%;
    overflow: hidden;
}

.read-next p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: -2px;
    color: #4f545c;
}

.read-next a {
    font-size: 24px;
    text-decoration: none;
    width: 47.5%;
    background-color: white;
    padding: 20px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition:    background-color 0.3s ease, color 0.3s ease;
    transition:         background-color 0.3s ease, color 0.3s ease;
}

.read-next a:hover {
    background-color: rgba(218, 221, 223, .25);
    color: #697ec4;
}

.read-next .prev {
    border-right: 1px solid #dadddf;
    text-align: right;
    margin-right: -50%;
}

.read-next .next {
    position: relative;
    left: 50%;
    border-left: 1px solid #dadddf;
    margin-left: -1px;
}

/* ==========================================================================
   8. Footer
   ========================================================================== */

#end {
    background-image: url('../images/footer-bg.png');
    background-size: 235px 185px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#end .content {
    width: 100%;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
}

#end .hook {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
}

#end .hook h3 {
    font-weight: 300;
    margin-top: 70px;
    font-size: 30px;
    color: #738bd7;
}

#end .hook .button {
    transition: all 350ms cubic-bezier(.25,.25,.315,1.35);
    translate: translateZ(0);
    background-color: #43b581;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    color: #fff;
    margin: 50px 0;
    width: 250px;
    height: 42px;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    transition:         all 0.3s;
}

#end .hook .button:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
}

.main-navigation li:last-child a:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#end .hook .apps {
    width: 814px;
    height: 145px;
    background-image: url('../images/asset_footer_line_devices.png');
    background-size: 814px 145px;
    position: relative;
}
#end .apps-icon {
    position: absolute;
    top: 47px;
    opacity: .5;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
#end .apps-icon:hover {
    opacity: 1;
}
#end .apps .apps-browsers {
    left: 87px;
}

#end .apps .apps-android {
    left: 378px;
}
#end .apps .apps-ios {
    left: 472px;
}
#end .apps .apps-windows {
    left: 622px;
}
#end .apps .apps-osx {
    left: 694px;
}
#end .apps .left-mascot {
    position: absolute;
    background-image: url('../images/asset_footer_left_mascot.png');
    background-size: 123px 39px;
    width: 123px;
    height: 39px;
    top: auto;
    bottom: 0;
    left: -123px;
    opacity: .6;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
#end .apps .left-mascot:hover {
    opacity: 1;
    bottom: 2px;
    transform: rotate(-1deg);
}
#end .apps .right-mascot {
    position: absolute;
    background-image: url('../images/asset_footer_right_mascot.png');
    background-size: 123px 39px;
    top: auto;
    bottom: 0;
    right: -123px;
    width: 123px;
    height: 39px;
    opacity: .6;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
}
#end .apps .right-mascot:hover {
    opacity: 1;
    bottom: 2px;
    transform: rotate(1deg);
}


#end .nav {
    border-top: 1px solid rgba(219,221,225,.1);
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    padding: 0 30px 50px;
}
#end .nav .branding {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: row;
    height: 75px;
    margin-top: -20px;
}
#end .nav .branding a {
    height: 38px;
    display: block;
}
#end .nav .branding img {
    max-width: inherit !important;
    margin-top: 0;
}

#end .spacer {
    flex-basis: 250px;
    height: 100%;
}


#end .nav .links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    height: 100%;
    margin: 30px 0 0 0;
    width: 100%;
}
#end .nav .links-col {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 33%;
}
#end .nav .links-item {
    padding: 8px 0;
    text-align: left;
    line-height: 1;
}
#end .nav .link-a {
    color: white;
    opacity: .3;
    -webkit-transition: opacity .12s ease-in-out;
    -moz-transition: opacity .12s ease-in-out;
    -o-transition: opacity .12s ease-in-out;
    -ms-transition: opacity .12s ease-in-out;
    transition: opacity .12s ease-in-out;
}
#end .link-sep {
    color: #fff;
    opacity: .3;
}
#end .link-hiring {
    color: #43b581;
    opacity: 1;
}

#end .nav .link-a:hover {
    opacity: 1;
    text-decoration: none;
}




#end .nav .links .network {
    -webkit-background-size: 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    margin-right: 24px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    width: 16px;
    height: 16px;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    position: relative;
    top: 4px;
}

#end .nav .links .network:hover {
    opacity: 1;
}

#end .nav .links .network.twitter {
    background: url(../images/social-twitter.svg);
    width: 19px;
}

#end .nav .links .network.facebook {
    background: url(../images/social-facebook.svg);
}

#end .nav .links .network:last-child {
    margin-right: 12px;
}

.spacer {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

/* ==========================================================================
   9. Media Queries
   ========================================================================== */
@media only screen and (max-width: 1024px) {
    #end .content {
        max-width: 824px;
    }
    #end .left-mascot,
    #end .right-mascot {
        display: none;
    }
}

@media only screen and (max-width: 910px) {
    blockquote {
        margin-left: 0;
    }

    .inner {
        padding: 0 16px;
    }

    #social {
        display: none;
    }
}

@media only screen and (max-width: 843px) {
    #end .content {
        max-width: 500px;
    }
    #end .hook .apps {
        display: none;
    }

    #end .nav {
        border-top: none;
        flex-direction: column;
    }
    #end .nav .branding {
        height: auto;
        margin-top: -10px;
    }
    #end .nav .links {
        margin: 35px 0px 24px;
        width: 100%;
        justify-content: space-around;
        align-items: flex-start;
        padding-left: 40px;
    }
    .spacer {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    h1,
    .post-title {
        font-size: 1.875em;
        line-height: 1.2;
    }

    .site-title {
        font-size: 1.625em;
    }


    h2 {
        font-size: 1.5em;
    }

    h3 {
        font-size: 1.25em;
    }

    h4 {
        font-size: 1.125em;
    }

    .featured-post,
    .post-date,
    .page-number {
        font-size: 0.875em;
    }

    .post-meta,
    .older-posts,
    .newer-posts {
        font-size: 1em;
    }
    .site-info {
        font-size: 0.75em;
    }

    .author-location {
        display: block;
    }
}

@media only screen and (max-width: 720px) {

    .site-header.mobile-hide {
        background-color: none;
        background-image: none;
        background: none;
    }

    .site-title,
    .main-navigation {
        float: right;
        width: 100%;
    }

    .main-navigation {
        margin-top: -34px;
    }

    .main-navigation .menu {
        float: right;
    }

    .main-navigation li:first-child {
        margin-left: 10px;
        display: none;
    }

    .main-navigation li:first-child a {
        padding-left: 0;
    }
}

@media only screen and (max-width: 560px) {
    html {
        border-width: 5px;
    }

    .site-description,
    .page-header {
        padding: 1.875em 0 2.8125em;
    }

    .page-title {
        font-size: 1.5em;
    }

    .page-description {
        font-size: 1.125em;
        margin-top: 1.66667em;
    }

    .site-description #left-mascots {
        display: none;
    }

    .read-next a {
        width: 42%;
    }
}

@media only screen and (max-width: 480px) {

    h1,
    .post-title {
        font-size: 1.625em;
    }

    h2 {
        font-size: 1.375em;
    }

    .site-header .branding {
        padding-left: 0;
        margin-left: 160px;
        position: relative;
        top: -24px;
    }

    .post {
        padding-bottom: 2.5em;
        padding-top: 2.5em;
    }

    .author-box .author-avatar {
        float: none;
        margin-bottom: 1.25em;
        margin-right: 0;
    }

    .author-box .author-details {
        padding-left: 0;
    }

    .share-post {
        padding-bottom: 2.5em;
        padding-top: 1.25em;
    }

    .share-post span {
        display: block;
        margin-bottom: 1.25em;
    }

    .pagination {
        padding-bottom: 2.5em;
        padding-top: 1.875em;
    }

    .older-posts,
    .newer-posts {
        display: block;
        position: static;
    }

    .site-info,
    .back-to-top {
        float: none;
    }

    .back-to-top {
        display: inline-block;
        margin-top: 1.25em;
    }
}










/* ==========================================================================
   9. Site Header
   ========================================================================== */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.headerBar .icon,
.headerBar-small .icon {
    font-family: 'FontAwesome';
    display: inline-block;
}
.headerBar .icon:before,
.headerBar-small .icon:before {
    display: inline;
    font-family: "FontAwesome";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-arrow-down:before {
    content: "\f107";
}
.icon-hamburger:before {
    content: "\f0c9";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.headerBar *,
.headerBar-small * {
    box-sizing: border-box;
    outline: 0;
}
.headerBar *:hover,
.headerBar *:focus,
.headerBar-small *:hover,
.headerBar-small *:focus {
    outline: 0;
}
.headerBar img,
.headerBar-small img {
    margin auto;
    height: auto;
    max-height: none;
    vertical-align: baseline;
    margin-top: 0;
    max-width: inherit;
    border-radius: 0;
}
.headerBar,
.headerBar-small {
    font-family:  "Whitney", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    background: #738bd7;
    font-size: 14px;
    padding: 8px 0;
    height: 72px;
    box-sizing: border-box;
}
.headerBar.transparentBg,
.headerBar-small.transparentBg {
    background: transparent;
}
.headerBar-small {
    height:38px;
    padding: 2px 0;
    position: relative;
}

.headerBar-inner {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    height: 100%;
}
.headerBar-inner.notFluid {
    max-width: 1030px;
}
.headerBar-inner div {
    display: inline-block;
}

/* logo */
.headerBar-logo {
    margin: 10px 20px 0 0;
    width: 130px;
    height: 36px;
}


/* Left nav */
.headerBar-nav,
.headerBar-rightNav {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    top: -15px;
}
.headerBar-nav li,
.headerBar-rightNav li {
    display: inline-block;
}
.headerBar-nav > li:first-child a {
    padding-left: 0;
}
.headerBar-nav-link,
.headerBar-dropdown-link,
.mobile-nav__link,
.mobile-nav__sublist-link {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
    padding: 15px 10px;
    font-weight: bold;

    transition: opacity 200ms;
}
.headerBar-nav-link:hover,
.headerBar-dropdown-link:hover,
.mobile-nav__link:hover,
.mobile-nav__sublist-link:hover {
    text-decoration: none;
}
.headerBar-nav-link:hover,
.headerBar-nav-link.active,
.mobile-nav__link.active {
    color: #fff;
    opacity: 1;
}
.headerBar-nav .icon-arrow-down {
    font-size: 10px;
}


/* Right nav */
.headerBar-rightNav {
    position: absolute;
    right: 30px;
    top: 15px;
}
.headerBar-smIcon {
    position: relative;
    top: 3px;
    padding-left: 0;
}
.headerBar-sleekButton {
    border: 2px solid rgba(255,255,255,0.8);
    padding: 5px 17px 7px;
    border-radius: 20px;
    line-height: 23.8px;
}

.headerBar-sleekButton:hover {
    border-color: #fff;
}


/* Dropdowns */
.headerBar-nav-link--has-dropdown {
    position: relative; /* for dropdown positioning */
}
.headerBar-dropdown {
    position: absolute;
    top: 30px;
    left: 0px;
    font-size: 12px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    border: 1px solid rgba(191,191,191,0.2);
    border-radius: 3px;
    overflow: hidden;
    min-width: 122px;
    background: #fff;
    border-radius: 4px;
    padding: 0;
    display: none;
}
.headerBar-nav-link--has-dropdown:hover .headerBar-dropdown  {
    display: block;
}
.headerBar-dropdown-link {
    background: #fff;
    font-weight: bold;
    color: #87909D;
    margin: 4px;
    display: block;
    border-radius: 3px;
    padding: 5px 10px;
    transition: background-color 200ms, color 200ms;
}
.headerBar-dropdown-link:hover {
    color: #535559;
    background: #F3F3F3;
}

.headerBar-dropdown li {
    display: block;
}





/* Mobile */
.headerBar-small .headerBar-inner {
    padding: 0 10px;
}
.headerBar-small-logo {
    opacity: 0.8;
    margin-left: 50%;
    position: relative;
    left: -12px;
    top: 6px;
    width: 22px;
    overflow: hidden;
    display: block;
    transition: opacity 200ms;
}
.headerBar-small-logo:hover {
    opacity: 1;
}
.mobile-nav-trigger {
    display: block;
    position: absolute;
    background: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    height: 33px;
    color: rgba(255,255,255,0.8);
    font-weight: bold;
    transition: color 200ms;
    font-size: 13px;
    font-family: "Whitney", "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
    cursor: pointer;
}
.mobile-nav-trigger:hover, .mobile-nav-trigger:active, .mobile-nav-trigger:focus {
    outline-color: white !important;
}
.mobile-nav-trigger .icon {
    position: relative;
    vertical-align: middle;
    padding: 5px 5px 5px 0;
    font-size: 19px;
}
.mobile-nav-trigger .menuBtn {
    position: relative;
    top: 1px;
}


.mobile-nav,
.mobile-nav__sublist  {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    list-style: none;
    background: #738bd7;
    margin: 0;
    padding: 0;
    z-index: 55;
}
.mobile-nav__item,
.mobile-nav__sublist-item {
    display: block;
    border-top: 1px solid #fff;
    border-color: rgba(255,255,255,0.2);
}
.mobile-nav__link,
.mobile-nav__sublist-link {
    display: block;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: bold;
}
.mobile-nav__link:hover {
    color: #fff;
    text-decoration: none;
}
.mobile-nav .icon {
    display: none;
    font-size: 8px;
    position: relative;
    top: -2px;
    left: 2px;
}
.mobile-nav .isShown {
    display: inline;
}

/* Sublist */
.mobile-nav__sublist {
    list-style: none;
    position: relative;
    top: 0;
    margin: 0;
    display: none;
    background-color: #fff;
}

.mobile-nav__sublist-item {
    border-top: 1px solid #ebebeb;
}
.mobile-nav__sublist-link {
    color: #333;
    font-weight: bold;
}





/* ==========================================================================
   Responsive show/hide rules
   ========================================================================== */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}