@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Medium-webfont.woff') format('woff'),url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),url('../fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family:'Roboto-Thin';src:url('../fonts/Roboto-Thin-webfont.eot');src:url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/Roboto-Thin-webfont.woff') format('woff'),url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');font-weight:normal;font-style:normal;
}

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

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header,h1,h2,h3,h4,h5 {
    font-family: Roboto-Light,sans-serif;
    line-height: 1.25;
    margin: 0;
}

a,a:visited {
    text-decoration: none;
    color: #53c8e8;
    -o-transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
}

a:hover,a:visited:hover,a:focus,a:visited:focus {
    color: #82e3ff;
    text-decoration: underline;
}

a:active,a:visited:active {
    color: #355b6d;
}

ul,ol,dl {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.11111rem;
    list-style-position: outside;
    font-family: inherit;
}

blockquote {
    border-left: none;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-style: italic;
}

button, .button, a.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    padding: 16px 30px;
    font-size: 1rem;
    border-color: #007095;
    transition: background-color 300ms ease-out;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    background-color: #53c8e8;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button:hover,.button:hover,a.button:hover {
    background: #3c434a;
    color: #53c8e8;
}

.row {
  max-width: 1024px;
}

.row.full-width {
    width: 100%;
    max-width: 100%;
}

header.header .top-bar {
    background: #f2f2f2;
    overflow: visible;
}

header.header ul.title-area .name a:hover {
    background: transparent;
}

header.header ul.title-area img {
    margin: 5px 0 5px 60px;
    height: 35px;
}

header.header ul.title-area h1 {
    display: inline-block;
}

header.header ul.title-area a {
    padding: 0;
}

header.header li a {
    padding: 0 30px;
    background: #f2f2f2;
    text-transform: uppercase;
    font-family: Roboto-Regular,sans-serif;
    color: #777;
    letter-spacing: 0.3px;
}

header.header li a:hover {
    background: #3c434a;
    color: #fff;
    text-decoration: none;
}

header.header li.divider {
    margin: 10px 0;
    height: 25px;
}

header.header .team.active a {
    background: #272d31;
    color: #53c8e8;
}

header.header li.about {
    display: none;
    position: relative;
}

header.header li.about a {
    width: 130px;
    padding: 0 40px;
    background: #d9d9d9;
    color: #3c434a;
}

header.header li.about a:hover {
    background: #3c434a;
    color: #53c8e8;
}

header.header li.about a:hover:after {
    border-top-color: #7b7b7b;
}

header.header li.about a:after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 40%;
    right: 24px;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-width: 0;
    border-top-color: #7b7b7b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

header.header li.about.active a {
    background: #272d31;
    color: #53c8e8;
}

header.header li.about.active a:after {
    border-top-color: #53c8e8;
}

header.header li.sign-in a {
    padding: 0 40px;
    width: 130px;
    background: #3c434a;
    color: #FFF;
}

header.header li.sign-in a:hover {
    background: #3c434a;
    color: #53c8e8;
}

header.header li.sign-in.active a {
    background: #272d31;
    color: #53c8e8;
}

header.header .top-bar-section ul li.active {
    background: transparent;
}

header.header .top-bar-section ul li.active>a {
    color: #53c8e8;
}

header.header .top-bar-section>ul>.divider,header.header .top-bar-section>ul>[role="separator"] {
    border-right: solid 1px #CCC;
}

.container-about {
    display: none;
    position: absolute;
    padding: 0;
    width: auto;
    top: 45px;
    right: 130px;
    background: #4b505a;
    color: #272d31;
    text-align: center;
    z-index: 9999;
}

.container-about.active {
    display: none;
}

.container-about .row {
    width: 160px;
}


.container-about a {
    display: block;
    margin: 0;
    color: #FFF;
    font-family: Roboto-Regular,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.container-about a:hover {
    background: #3c434a;
    color: #53c8e8;
    text-decoration: none;
}

.container-team {
    display: none;
    position: absolute;
    padding: 20px 0 40px 0;
    top: 45px;
    background: #f2f2f2;
    text-align: center;
    z-index: 99999;
}

.container-team.is-active {
    display: block;
}

.container-team h2 {
    margin: 0 0 20px 0;
}

.container-team li .avatar {
    display: block;
    margin: 10px auto;
    width: 80px;
    height: 80px;
    background: url(../img/mugs/nomug-female.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
}

.container-team li[rel='john'] .avatar {
    background-image: url(/images/avatar/JohnKilpatrick.jpg);
}

.container-team li[rel='ramon'] .avatar {
    background-image: url(/images/avatar/RamonEspinosa.jpg);
}

.container-team li[rel='frank'] .avatar {
    background-image: url(/images/avatar/FrankCampanella.jpg);
}

.container-team li[rel='jason'] .avatar {
    background-image: url(/images/avatar/JasonOstrander.jpg);
}

.container-team li[rel='kevin'] .avatar {
    background-image: url(/images/avatar/KevinQuan.png);
}

.container-team li[rel='ilana'] .avatar {
    background-image: url(/images/avatar/IlanaWoods.jpg);
}

.container-team li[rel='dami'] .avatar {
    background-image: url(/images/avatar/DamiYou.jpg);
}

.container-team li[rel='nathan'] .avatar {
    background-image: url(/images/avatar/NathanBryan.jpg);
}

.container-team li[rel='marc'] .avatar {
    background-image: url(/images/avatar/MarcDeferranti.png);
}

.container-signin {
    display: none;
    position: absolute;
    padding: 40px 0;
    top: 45px;
    background: #272d31;
    color: #d9d9d9;
    z-index: 9999;
}

.container-signin.active {
    display: block;
}

.container-signin .show {
    line-height: 1.5;
}

.container-signin .show p {
    margin: 0;
    font-family: Roboto-Regular,sans-serif;
    font-size: 14px;
    color: #f15f60;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.container-signin .show .web {
    padding-right: 0;
    text-align: right;
}

.container-signin .show .web img {
    max-width: 60px;
}

.container-signin .show img.logo {
    padding-right: 6px;
    width: 120px;
}

.container-signin .show span {
    padding: 0;
    font-size: 30px;
    line-height: 0.85;
    vertical-align: bottom;
}

.container-signin nav a {
    margin: 0 20px 0 0;
    font-family: Roboto-Regular,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.social-media a {
    display: inline-block;
    text-align: left;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border-radius: 4px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 283px 131px;
    background-image: url(../images/ui_social-icons.png);
}

footer .social-media a {
    background-color: #464b54;
}

footer {
    background-color: #4b505a;
    font-family: Roboto-Regular;
    text-align: center;
    color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: 75px 99px;
    background-position: center 65px;
    padding: 60px 0 70px;
    clear: both;
    position: relative;
    z-index: 9999;
}

footer nav.social-media {
    display: block !important;
    margin: 40px 0 60px 0;
}

footer nav.social-media ul {
    display: block !important;
    margin: 10px;
}

footer nav.social-media li {
    display: inline;
    margin: 0 5px 0 0;
}

footer .logo {
    padding: 40px 0;
}

footer h5 {
    color: #53c8e8;
}

footer p {
    margin: 0;
}

footer .logo h2 {
    font-family: Roboto-Light;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 50px;
    color: #f2f2f2;
}

footer .cabin-lite-message {
    background-color: #3e4249;
    height: 40px;
    font: 15px/40px Roboto-Light;
    color: #73cde1;
    position: absolute;
    top: 0;
    width: 100%;
}

body[rel="activity"] footer {
    margin-top: 0;
}

footer .links li {
    display: inline-block;
    padding-bottom: 20px;
}

footer .links a {
    text-decoration: none;
    color: #f2f2f2;
    margin: 0 20px;
}


footer .links a:hover {
    opacity: 0.6;
}

footer p {
    font-size: .8em;
}

footer .social-media li:nth-of-type(1) a {
    background-position: 0 -87px;
}

footer .social-media li:nth-of-type(2) a {
    background-position: -48px -87px;
}

footer .social-media li:nth-of-type(3) a {
    background-position: -96px -87px;
}

footer .social-media li:nth-of-type(4) a {
    background-position: -144px -87px;
}

footer .social-media li:nth-of-type(5) a {
    background-position: -192px -87px;
}

footer .social-media li:nth-of-type(6) a {
    background-position: -239px -87px;
}

footer .social-media li:nth-of-type(1) a:hover {
    background-position: 0 0;
}

footer .social-media li:nth-of-type(2) a:hover {
    background-position: -48px 0;
}

footer .social-media li:nth-of-type(3) a:hover {
    background-position: -96px 0;
}

footer .social-media li:nth-of-type(4) a:hover {
    background-position: -144px 0;
}

footer .social-media li:nth-of-type(5) a:hover {
    background-position: -192px 0;
}

footer .social-media li:nth-of-type(6) a:hover {
    background-position: -239px 0;
}

main {
    overflow-x: hidden;
}

.jumbotron {
    position: relative;
    padding: 80px 0;
    min-height: 480px;
    background: #3fa0c2;
    background: -moz-radial-gradient(center, ellipse cover, #53c7e8 0, #3fa0c2 99%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #53c7e8), color-stop(99%, #3fa0c2));
    background: -webkit-radial-gradient(center, ellipse cover, #53c7e8 0, #3fa0c2 99%);
    background: -o-radial-gradient(center, ellipse cover, #53c7e8 0, #3fa0c2 99%);
    background: -ms-radial-gradient(center, ellipse cover, #53c7e8 0, #3fa0c2 99%);
    background: radial-gradient(ellipse at center, #53c7e8 0, #3fa0c2 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53c7e8', endColorstr='#3fa0c2', GradientType=1);
    color: #fff;
}

.jumbotron img.cloud {
    position: absolute;
}

.jumbotron img.cloud.small {
    width: 10%;
    bottom: 60px;
    right: 10%;
}

.jumbotron img.cloud.medium {
    width: 15%;
    top: 140px;
    left: 15%;
    z-index: 999;
}

.jumbotron img.cloud.large {
    width: 20%;
    top: 20px;
    left: 20%;
    z-index: 9;
}

.jumbotron img.stripes {
    position: absolute;
    height: 75%;
    bottom: 0;
}

.jumbotron img.phone {
    position: relative;
    margin: 0 40px -80px 0;
    width: 20%;
    max-width: 280px;
    min-width: 210px;
    bottom: 0;
    right: 50%;
    float: right;
    z-index: 99;
}

.jumbotron h1 {
    margin: 0 0 10px 0;
    font-size: 54px;
}

.jumbotron h1 span {
    white-space: nowrap;
}

.jumbotron h5 {
    font-size: 22px;
}

.jumbotron header.row {
    margin: 10% 0 60px 0;
}

.jumbotron img.hero {
    position: relative;
    margin: 0 0 -150px -100px;
    padding: 0 60px 0 0;
    width: 35%;
    max-width: 360px;
    min-width: 320px;
    left: 25%;
    float: left;
}


.jumbotron nav img {
  max-width: 220px;
  width: 100%;
}

article {
    background: #f7f7f7;
}

article.about h2 {
    margin: 0 0 20px 0;
    font-family: Roboto-Light,sans-serif;
    font-weight: 300;
}

article.about h5 {
    color: #7b7b7b;
    line-height: 1.65;
}

article.about header {
    margin: 0 0 10px 0;
    font-family: Roboto-Regular,sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

article.about header img {
    margin: 0 20px 0 0;
}

section.marketing {
    padding: 120px 0;
    background: #3c434a;
    color: #fff;
}

section.marketing h5 {
    color: #fff;
}

section.marketing .show {
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 0;
    vertical-align: middle;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*section.marketing .show:before {
content: " ";
display: table;
}
section.marketing .show:after {
  content:"";
  display:table;
  clear:both;
}*/

section.marketing .show video, section.marketing .show canvas {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

section.marketing .show video {
  position: absolute;
  height: 100%;
}

section.marketing a.trigger-video {
    content: " ";
    position: absolute;
    margin: -40px 0 0 -60px;
    width: 120px;
    height: 80px;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    background: rgba(255,255,255,0.65);
    border-radius: 10px;
    cursor: pointer;
    z-index: 9999;
}

section.marketing a.trigger-video:hover {
    background: #FFFFFF;
    background: rgba(255,255,255,0.45);
}

section.marketing a.trigger-video:before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 30%;
    left: 44%;
    border-color: transparent;
    border-style: solid;
    border-width: 24px;
    border-bottom-width: 0;
    border-left-color: #FFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

section.messages {
    padding: 120px 0 80px 0;
}

section.messages .tell {
    padding-top: 40px;
}

section.messages header {
    color: #53c8e8;
}

section.messages header img {
    width: 28px;
}

section.messages figure {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 240px;
    height: 240px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
}

section.messages figure span {
    position: absolute;
    padding: 10px;
    background: #f7f7f7;
    width: 50px;
}

section.messages figure .stickers {
    margin: -27px 0 0 -27px;
    width: 54px;
    top: 0;
    left: 50%;
}

section.messages figure .audio {
    margin: -26px -20px 0 0;
    width: 44px;
    top: 50%;
    left: 90%;
}

section.messages figure .chat {
    margin: 0 0 -25px -28px;
    width: 56px;
    bottom: 0;
    left: 50%;
}

section.messages figure .photo {
    margin: -28px 0 0 -28px;
    width: 56px;
    top: 50%;
    left: 0;
}

section.messages figure .messaging {
    margin: -45px 0 0 -45px;
    width: 90px;
    top: 50%;
    left: 50%;
}

section.location {
    padding: 80px 0;
}

section.location header {
    color: #f15f60;
}

section.location header img {
    width: 22px;
}

section.location .show img {
    margin-top: -25%;
}

section.reminders {
    padding: 60px 0;
}

section.reminders header img {
    margin-top: -6px;
    width: 32px;
}

section.reminders .show {
    text-align: center;
}

section.reminders .show img {
    margin: -20% 0 0 0;
    width: 50%;
}

section.reminders header {
    color: #1ed2a4;
}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Control Nav */
.flex-control-nav {width: 100%; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.05); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.05); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.05); box-shadow: inset 0 0 3px rgba(0,0,0,0.05); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.025); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.3); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

.flexslider {
  padding-top: 40px;
}

.flex-control-nav {
  margin-top: 40px;
}

.flex-direction-nav {
  display: none;
}

article.feedback {
    padding: 0 40px;
    background: #ededed;
    text-align: center;
}

article.feedback section.row {
    padding: 100px 0 20px 0;
}

article.feedback header {
    color: #3c434a;
    font-family: Roboto-Regular,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}


article.feedback .container-slider ol.dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

article.feedback .container-slider ol.dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    background: #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -o-transition: background .5s, opacity .5s;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

article.feedback .container-slider ol.dots li.active {
    background: #7b7b7b;
}

article.feedback blockquote {
    margin: 0;
    padding: 0;
    color: #1ed2a4;
    font-size: 30px;
}

article.feedback p {
  margin: 10px 0 0 0;
}

article.feedback p a {
  color: #3c434a;
  font-style: italic;
}

article.feedback .actions.row {
    padding: 0px 0 60px 0;
}

article.feedback .actions.row a.button {
    text-transform: uppercase;
    font-family: Roboto-Regular,sans-serif;
    letter-spacing: 0.3px;
}

@media only screen and (max-width: 1024px) {
    header.header li a {
        padding: 0 25px;
    }

    .jumbotron img.stripes {
        width: 40%;
        height: auto;
    }

    .jumbotron img.phone {
        margin: 0 40px -80px 0;
    }

    .jumbotron .about {
        position: absolute;
        left: 50%;
    }

    .jumbotron header.row {
        margin: 5% 0 60px 0;
    }

    .jumbotron header.row h1 {
        font-size: 42px;
    }

    .jumbotron header.row h5 {
      font-size: 20px;
    }

    .jumbotron nav a {
        text-align: left;
    }

    .jumbotron nav a:last-of-type {
      margin-top: 20px
    }

    .jumbotron nav img {
        max-width: 220px;
    }

    article.about section.row h2 {
        margin: 0 0 10px 0;
        font-size: 30px;
    }

    article.about section.row h5 {
        font-size: 18px;
        line-height: 1.5;
    }

    article.about section.marketing {
        padding: 0;
    }

    article.about section.marketing>.row {
        padding: 40px 0 0 0;
    }

    article.about section.marketing .tell {
        padding-bottom: 40px;
        text-align: center;
    }

    section.reminders .show img {
        margin: -20% 0 0 0;
        width: 60%;
    }
}

@media only screen and (min-width:640px) and (max-width:748px) {
  .jumbotron header.row {
    margin: 5% 0 30px 0;
  }
}

@media only screen and (max-width:640px) {
    .container-signin .tell {
        margin-top: 20px;
    }

    .container-signin .tell nav {
        text-align: center;
    }

    .top-bar .title-area {
        float: left;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline;
    }

    .top-bar-section ul li {
        float: left;
    }

    .top-bar-section ul li.divider {
        clear: none;
        width: auto;
        border-top: solid 0px #1a1a1a;
    }

    .top-bar-section ul li.about {
        display: list-item;
    }

    .top-bar-section ul li:not(.about):not(.sign-in) {
        /*display: none;*/
    }

    header.header li a {
        padding: 0 20px;
        line-height: 45px;
    }

    header.header ul.title-area img {
        margin: 5px 0 5px 50px;
    }

    .top-bar-section {
        left: 0;
        position: relative;
        width: auto;
        transition: left 300ms ease-out;
    }

    .container-about.active {
        display: block;
    }

    .jumbotron {
        padding: 60px 0 0 0;
        max-height: 100%;
    }

    .jumbotron img.stripes {
        position: relative;
        margin: 60px 0 0 0;
        width: 50%;
    }

    .jumbotron img.phone {
        position: absolute;
        margin: -60px -17% 0 0;
        width: 40%;
        top: 100px;
        bottom: auto;
        min-width: 180px;
    }

    .jumbotron img.cloud.small {
        width: 15%;
        bottom: 50%;
        right: 10%;
    }

    .jumbotron img.cloud.medium {
        width: 20%;
        left: 25%;
    }

    .jumbotron img.cloud.large {
        width: 25%;
        left: 20%;
    }

    .jumbotron h1 {
        margin: 0 0 10px 0;
    }

    .jumbotron nav a {
        text-align: center;
    }

    .jumbotron nav [class*="column"]:last-child {
      float: left;
    }

    .jumbotron .about {
        margin-top: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        background: #3c434a;
        position: relative;
        left: auto;
        text-align: left;
        z-index: 9999;
    }

    .jumbotron .about header {
        margin: 0 0 30px 0;
        text-align: center;
    }

    .jumbotron .about header h1 {
        font-size: 42px;
    }

    .jumbotron img.hero {
        display: block;
        float: none;
        margin: 0 auto -82px auto;
        padding: 0;
        width: 50%;
        min-width: 260px;
        max-width: 320px;
        height: auto;
        left: auto;
    }

    article.about section.row {
        position: relative;
        padding: 40px 0;
    }

    article.about section.row h2 {
        margin: 0 0 10px 0;
        font-size: 24px;
    }

    article.about section.row h5 {
        /*font-size: 16px;*/
        line-height: 1.55;
    }

    article.about section.row .tell {
        position: absolute;
        padding-top: 20px;
        padding-bottom: 40px;
        bottom: 0;
        background: rgba(250,250,250,0.85);
        z-index: 9999;
    }

    article.about section.row .tell header {
        text-align: center;
    }

    article.about section.marketing {
        background: #FFF;
    }

    article.about section.marketing h2,article.about section.marketing h5 {
        color: #3c434a;
    }

    article.about section.marketing .row {
        padding: 60px 0 0 0;
    }

    article.about section.marketing .tell {
        padding-bottom: 60px;
    }

    article.about section.marketing .show {
        padding: 0;
    }

    article.about section.messages {
        padding: 80px 0 60px 0;
    }

    article.about section.messages .tell {
        position: inherit;
        padding-bottom: 0;
    }

    article.about section.location {
        padding: 60px 0 40px 0;
    }

    article.about section.location .show {
        margin: 0 0 100px 0;
    }

    article.about section.location .show img {
        margin: 0 0 -32% 0;
    }

    article.about section.reminders {
        margin: 0 0 80px 0;
        padding: 80px 0 40px 0;
    }

    article.about section.reminders .show img {
        margin: 0 0 -5% 0;
        width: 75%;
        max-width: 290px;
    }

    article.feedback .actions.row {
      padding: 0 0 40px 0;
    }

    article.feedback blockquote {
        font-size: 24px;
    }

    footer .links a {
      margin: 0 10px;
    }

    footer .links a:first-of-type {
      margin: 0 10px 0 0;
    }

    footer .links a:last-of-type {
      margin: 0 0 0 10px;
    }

    footer nav.social-media {
      margin: 0 0 40px 0;
    }
}

@media only screen and (max-width:520px) {

  header.header ul.title-area img {
    margin: 5px 0 5px 30px;
  }

  header.header li a {
    padding: 0 10px;
  }

  header.header li.sign-in a {
    padding: 0 20px;
    text-align: center;
    width: 120px;
  }

  .container-about {
    right: 120px;
  }

  .jumbotron nav a.small-5:last-child {
    float: left !important;
  }

  .jumbotron nav img {
    max-width: 220px;
  }

  .jumbotron img.phone {
    margin: -80px -17% 0 0;
  }

  article.about section.location .show img {
    margin: 0 0 -14% 0;
  }

  a.small-5 {
    margin-bottom: 10px;
    padding: 0;
    width: 52%;
    left: 24%;
  }

  article.feedback section.row {
    padding: 60px 0 20px 0;
  }

  article.feedback blockquote {
    font-size: 20px;
  }

  footer {
    padding: 40px 0;
  }

  footer .logo {
    padding: 30px 0px;
  }

  footer .links a {
    font-size: 14px;
  }

  footer nav.social-media li {
    margin: 0;
  }
}

html {
  font-family: Roboto-Regular,sans-serif;
  background: #f7f7f7;
  color: #3c434a;
  line-height: 1.55;
  font-variant: normal;
  -webkit-font-feature-settings: "onum" 1 "pnum" 1 "kern" false "liga" 1;
  -moz-font-feature-settings: "onum" 1 "pnum" 1 "kern" false "liga" 1;
  -ms-font-feature-settings: "onum" 1 "pnum" 1 "kern" false "liga" 1;
  font-feature-settings: "onum" 1 "pnum" 1 "kern" false "liga" 1;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.25rem;
}

.wf-loading {
  visibility: hidden;
}

.wf-active,.wf-inactive {
  visibility: visible;
}

.sc {
  font-family: "source-sans-pro-sc",Roboto-Regular,sans-serif;
  text-transform: lowercase;
  -webkit-font-feature-settings: "smcp" 1 "c2sc" 1 "cpsp" 1;
  -moz-font-feature-settings: "smcp" 1 "c2sc" 1 "cpsp" 1;
  -ms-font-feature-settings: "smcp" 1 "c2sc" 1 "cpsp" 1;
  font-feature-settings: "smcp" 1 "c2sc" 1 "cpsp" 1;
}

.container {
  max-width: 28em;
  margin: 0 auto 4em auto;
  padding: 0 1.6em;
  transition: max-width .5s;
}

.container img {
  width: 100%;
}

@media (min-width:40em) {
  .container {
    max-width: 33em;
  }
}

.container--articles {
  margin-top: 2em;
}

@media (min-width:40em) {
  .container--articles {
    padding-left: 10rem;
  }
}

.post-list-header {
  margin-bottom: 3em;
}

.post-list-header-title {
  font-weight: 400;
}

.post-list-header-title strong {
  font-weight: 900;
}

.post-list,.post-item,.post-meta-list {
  list-style: none;
}

.post-list {
  margin-bottom: 3em;
}

.post-item {
  margin-bottom: 3em;
  zoom: 1;
}

.post-item:before {
  content: '';
  display: block;
}

.post-item:after {
  content: '';
  display: table;
  clear: both;
}

.post-item-title {
  font-size: 3rem;
}

.post-item-title {
  display: block;
}

.post-meta-item {
  display: inline-block;
  margin-left: 0.75em;
}

.post-meta-item:first-child {
  margin-left: 0;
}

.post-meta-date {
  display: block;
  color: #a0a9b2;
}

@media (min-width:40em) {
  .post-meta-date {
    width: 10rem;
    margin-left: -10rem;
    padding-right: 1em;
    margin-top: 0.15em;
    float: left;
    text-align: right;
  }
}

.post-item-unpublished .post-item-title:after,.post-unpublished .post-item-title:after,.post-item-unpublished .opening-title:after,.post-unpublished .opening-title:after {
  content: "unpublished";
  font-style: italic;
  font-weight: normal;
  font-size: 0.33em;
  margin-left: 0.5em;
  vertical-align: super;
}

.post-nav {
  list-style-type: none;
  display: block;
  width: 100%;
}

.post-prev {
  display: inline-block;
  float: left;
}

.post-prev:before {
  content: "\2190";
  padding-right: 0.5em;
}

.post-next {
  display: inline-block;
  float: right;
}

.post-next:after {
  content: "\2192";
  padding-left: 0.5em;
}

.opening {
  width: 100%;
  overflow: hidden;
  z-index: -1;
  margin: 0;
  padding: 0;
  max-height: 27rem;
  min-height: 5em;
}

.opening .opening-header {
  max-height: 27rem;
}

.opening .container {
  margin-top: 2em;
}

.opening+.container>p:first-of-type {
  font-size: 1.5rem;
  line-height: 1.55;
}

.opening-image {
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  position: relative;
  display: block;
}

@media (min-width:70em) {
  .opening-image {
    -o-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.opening-image+.opening-header {
  top: 0;
  width: 100%;
  position: absolute;
  color: #eaeaea;
  text-shadow: 0 0 1rem rgba(0,0,0,0.8);
}

.opening-image+.opening-header .opening-title {
  text-shadow: 0 0 2rem rgba(0,0,0,0.4);
  text-transform: uppercase;
  line-height: 0.9;
}

.opening-title {
  margin-top: 0.5em;
  line-height: 1;
  font-weight: 800;
  font-size: 2.5rem;
}

@media (min-width:40em) {
  .opening-title {
    font-size: 3rem;
  }
}

@media (min-width:29em) {
  .opening-title {
    font-size: 3.25rem;
  }
}

@media (min-width:35em) {
  .opening-title {
    font-size: 4.5rem;
  }
}

@media (min-width:39em) {
  .opening-title {
    font-size: 5.25rem;
  }
}

@media (min-width:40em) {
  .opening-title {
    margin-top: 0.25em;
    font-size: 6.25rem;
  }
}

.opening-title--long {
  font-size: 2rem;
  text-transform: none;
}

@media (min-width:30rem) {
  .opening-title--long {
    font-size: 2.5rem;
  }
}

@media (min-width:40em) {
  .opening-title--long {
    font-size: 3rem;
  }
}

@media (min-width:70em) {
  .opening-title--long {
    font-size: 4rem;
  }
}

.opening-time {
  display: block;
  margin-top: 1em;
  margin-left: 0.25em;
}

.opening-return {
  display: none;
  position: absolute;
}

@media (min-width:40em) {
    .pullquote:before {
        content: attr(data-pullquote);
        overflow: hidden;
        display: block;
        float: left;
        width: 40%;
        font-size: 1.66rem;
        margin-right: 0.5em;
        margin-bottom: 0.25em;
        color: #6a7682;
        font-family: Roboto-Regular,sans-serif;
    }
}

@media (min-width:40em) and (min-width:42em) {
    .pullquote:before {
        margin-left: -1.5em;
        margin-right: 1em;
    }
}

@media (min-width:40em) and (min-width:70em) {
    .pullquote:before {
        margin-left: -3em;
        width: 50%;
    }
}

pre {
    background: #3c434a;
    padding: 0.5em;
    border-radius: 0.125em;
}

pre code {
    color: #d9d9d9;
}

code {
    font-size: 90%;
    font-family: "Source Code Pro","source-code-pro",Monaco,Menlo,Consolas,"Courier New",monospace;
    color: #6a7682;
}

.comments {
    padding-top: 4em;
    padding-bottom: 4em;
    margin-top: 8em;
    background: #7b7b7b;
}
