@media screen and (max-width: 768px) {
    html {
    font-size:11px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', Tahoma, sans-serif;
    font-weight: 700;
      color: #004062;  
}

body, p {
    font-family: 'Roboto', Verdana, sans-serif;
    font-weight: 400;
    color: #50565b;
}

a:hover, img:hover {
    transition-duration: .25s;
}

.blue.highlight { color: #22a8df; }
.knockout, .knockout * { color: white; }
.underline {
    border-bottom: 1px solid #a3adb3;
    line-height: 1;
    height: 0;
}

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

.flex-container { display: flex; }

/* [ROW DIRECTION] */
.flex-container.row { flex-direction: row; }
.flex-container.row-reverse { flex-direction: row-reverse; }
.flex-container.column { flex-direction: column; }
.flex-container.column-reverse { flex-direction: column-reverse; }

/* [WRAP LINES] */
.flex-container.nowrap { flex-wrap: nowrap; }
.flex-container.wrap { flex-wrap: wrap; }
.flex-container.wrap-reverse { flex-wrap: wrap-reverse; }

/* [ALIGNMENT ALONG THE MAIN AXIS] */
.flex-container.justify-flex-start { justify-content: flex-start; }
.flex-container.justify-flex-end { justify-content: flex-end; }
.flex-container.justify-center { justify-content: center; }
.flex-container.justify-space-between { justify-content: space-between; }
.flex-container.justify-space-around { justify-content: space-around; }
.flex-container.justify-space-evenly { justify-content: space-evenly; }

/* [HOW FLEX ITEMS ARE LAID OUT ALONG THE CROSS AXIS ON THE CURRENT LINE] */
.flex-container.items-flex-start { align-items: flex-start; }
.flex-container.items-flex-end { align-items: flex-end; }
.flex-container.items-center { align-items: center; }
.flex-container.items-baseline { align-items: baseline; }
.flex-container.items-stretch { align-items: stretch; }

/* [ALIGNS A FLEX CONTAINER'S LINES WITHIN WHEN THERE IS EXTRA SPACE IN THE CROSS-AXIS] */
.flex-container.content-flex-start { align-content: flex-start; }
.flex-container.content-flex-end { align-content: flex-end; }
.flex-container.content-center { align-content: center; }
.flex-container.content-space-between { align-content: space-between; }
.flex-container.content-space-around { align-content: space-around; }
.flex-container.content-stretch { align-content: stretch; }

/* [OVERRIDE DEFAULT ITEM ORDER] */
.flex-container .flex-item.order-1 { order: 1; }
.flex-container .flex-item.order-2 { order: 2; }
.flex-container .flex-item.order-3 { order: 3; }
.flex-container .flex-item.order-4 { order: 4; }
.flex-container .flex-item.order-5 { order: 5; }
.flex-container .flex-item.order-6 { order: 6; }
.flex-container .flex-item.order-7 { order: 7; }
.flex-container .flex-item.order-8 { order: 8; }
.flex-container .flex-item.order-9 { order: 9; }
.flex-container .flex-item.order-10 { order: 10; }
.flex-container .flex-item.order-11 { order: 11; }
.flex-container .flex-item.order-12 { order: 12; }

/* [DEFAULT ITEM COLUMN WIDTH] */
.flex-container .flex-item { flex: 12 1 auto; }

/* [DEFAULT ITEM COLUMN WIDTH] */
.flex-container .flex-portfolio-item { flex: 6 6 50%; }
@media screen and (min-width: 39em) {
  .flex-container .flex-portfolio-item { flex: 4 4 33%; }
}

.reveal.full {
    width: 100%;
    max-width: 100%;
    background: rgba(34, 168, 223, 0.85);
    padding: 0;
    top: 0 !important;
    height:100%;
    z-index:100001;
}

.reveal.full .close-button-position {
    position: absolute;
    top: 1.5rem;
    right: 3rem;
}
.reveal.full .close-button,
.reveal.full a {
    color: white;
    white-space: pre-wrap;
}
.reveal.full a:hover::after {
    content: ">";
    margin-left: 1em;
    font-family: 'Roboto Condensed', Verdana, sans-serif;
    font-weight: 400;
}

.reveal.full a { margin-left: 1rem; }
.reveal.full a:hover::after {
    margin-right: 1rem;
}
@media screen and (min-width: 39em) {
   .reveal.full a { margin-left: 25%; }
   .reveal.full a:hover::after { margin-right: 25%;    }
}

@media screen and (min-width: 39em) {
    .reveal.full ul {
        margin-top: 20vh;
    }
}
.reveal.full ul {
    margin-top: 15vh;
}
.reveal.full li {
    font-size: 5rem;
    margin: 0 auto;
    font-family: 'Roboto Condensed', Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    width: 100%;
}
.uppercase {
    text-transform:uppercase;
}
.reveal.full li:hover {

    background-color: rgba(255,255,255,0.24);
}
@media screen and (max-width: 768px) {
   .reveal.full a::after { 
      display: none !important;
    }
   .reveal.full a:hover::after { 
       display:none !important;
    }
  }

footer .contact.details.show-for-medium .email a::before {
    content: url(../img/email_icon.svg);
    margin-right: 1em;
}

.reveal.full .vertical.menu {
    flex-direction: column;
}

header.kickstart.header .title-bar {
    padding: 1.5rem;
    margin-top: 0 !important;
}
header.kickstart.header .row {
    background-color: white;
}

.kickstart.logo {
    max-width: 100%;
    height: 1.75rem;
}
.kickstart.header .menu-icon {
    width: 2.25em;
    height: 1.5em;
}

.kickstart.header .menu-icon::after {
    background: #22a8df;
    box-shadow: 0 .75em 0 #22a8df, 0 1.5em 0 #22a8df;
    height: .25em;
}

.content.module {
    text-align: center;
}

@media screen and (max-width: 39em) {
   .content.module .column,
   .content.module .columns {
           padding: 0 5rem;
   }
}

.content.module header h1 {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: .0625em;
    line-height: 2.8rem;
    text-align: left;
    margin: 1.5em 0;
    margin-bottom:20px;
}
    @media screen and (max-width: 768px) {
        .content.module header h1 {
            font-size: 2.5rem;
            line-height: 2.5rem;
        }
    }
.content.module header h1 strong {
    color:white;
}
.about.work.content.module h1 {
    margin-bottom:1.25rem;
}
.content.module p {
    font-size: 1.5rem;
    margin: .5em auto;
    margin-bottom: 1em;
    text-align: left;
}
footer {
    background-image: url(../img/90_sumach.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
    footer {
    background-attachment: scroll;
    }
}
footer .row {
    background-color: rgba(70,70,70,0.5);
    padding: 0 2.5rem;
}
footer .contact.details .address.row {
    padding-top: 4em;
}
footer .contact.details .address.row p {
    color: #a3adb3;
}
footer .contact.details .email.row {
    padding-bottom: 4em;
}
footer .contact.details .columns {
    position: relative;
}
footer .contact.details p {
    margin: 1em 2em;
}
footer .contact.details p.office {
    text-transform: uppercase;
    letter-spacing: .125em;
    margin-top: 2.5rem;
}
footer .think.kickstart { background-color: rgba(0,0,0,0.8); }
footer .think.kickstart h1 {
    text-align: center;
    font-weight: 300;
    font-size: 4rem;
    line-height: 1em;
    word-spacing: 1rem;
    padding: 2.5rem;
}
footer .contact.details p.email {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
footer .contact.details.show-for-small-only a.dropout {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: .5em .25em;
    font-family: 'Roboto Condensed', Tahoma, sans-serif;
    color: #a3adb3;
}
footer .contact.details.show-for-small-only a.dropout:hover,
footer .contact.details.show-for-small-only a.dropout:focus {
    color: #258faf;
}
footer .contact.details.show-for-small-only .vertical.menu.accordion-menu {
    background-color: rgb(87,87,87);
}
footer .contact.details.show-for-small-only .menu.vertical.nested {
    font-size: 1.5rem;
    text-transform: none;
    background-color: rgb(232,232,232);
    margin: 0;
    padding-bottom: 1em;
}
footer .contact.details.show-for-small-only .menu.vertical.nested p,
footer .contact.details.show-for-small-only .menu.vertical.nested p * {
    color: rgb(87,87,87);
}
footer .contact.details.show-for-small-only .menu.vertical.nested p {
    margin: 1em 2em .5em;
}
footer .contact.details.show-for-small-only .menu.vertical.nested a.email::before {
    content: url(../img/email_icon_dark.png);
    margin-right: 1em;
}
footer .contact.details.show-for-medium a.email::before {
    content: url(../img/email_icon.svg);
    margin-right: 1em;
}

footer .think.kickstart .padding.columns {
    margin: 1em 0;
}

footer .think.kickstart .footer.logo {
    max-width: 95%;
    margin-top: 1.5rem;
}

footer .think.kickstart .locations {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-left:3px;
}

footer .think.kickstart .in.business.for {
    font-size: 1.0326rem;
    letter-spacing: 0.1em;
    padding: 0;
    line-height: 0;
}

footer .think.kickstart .copyright {
    font-size: 0.5em;
    letter-spacing: 0.25em;
    color: rgb(163,173,179);
    margin-bottom: 2rem;
}

footer .business.timer .count {
    float: left;
    text-align: center;
    padding-right: .5em;
}

footer .business.timer .count div {
    color: rgb(35,169,225);
    font-size: 3rem;
    font-weight: 700;
    padding: 0;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    footer .business.timer .count div {
        font-size: 2.5rem;
    }
}
footer .business.timer .count p {
    font-size: 0.75rem;
    text-transform: uppercase;
}
section .grid {max-width:100%}

.work aside  li a {
    font-size: 1.4rem;
}
#about header h1 strong, #what-others-are-saying header h1 strong{
    color:#22a8df !important;

}

.blog-listing {
 min-height:80vh;
 position:relative;
 background-size:cover;
}
.blog-listing .inner h1 {
    margin:0 !important;
}
.blog-listing .inner span {
    color:white;
    font-size:1.2rem;
}
.blog-listing {
    margin-bottom:40px;
}
.blog-listing .inner {
    padding-top:20px;
    text-align:left;
    position: absolute;
    bottom:0;
    left:0;
    background-color:rgba(0,157,165,.8);
    width:100%;
    padding-bottom:20px;
}
.blog-listing .inner h1 {
    font-size:2.2rem;
    margin-bottom:10px;
    line-height:2rem;
}
.blog-listing-page-cta:hover {
    color:white !important;
}
.blog-listing-page-cta {
    font-size:1.2rem;
    margin-top:10px;
    color:#064062;
}
.align-left {
    text-align:left;
}
.fit {
    width:100%;
    max-width:100%;
}
.inner-blog .row  {
    max-width:1300px;
    margin-left:auto;
    margin-right:auto;
}
article h2 {
    padding-top:20px;
    font-size: 1.5rem;
    font-weight:bold;
}
.date {
    width:80px;
    border-radius:80px;
    border:3px solid #24abe2;
    height:80px;
    min-width:80px;
    min-height:80px;
    margin-top:20px;
    margin-bottom:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.inner-blog article a.image-header {
    background-size:cover;
    min-height:250px;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    width:100%;
}
.date  {
    margin-left:auto;
    margin-right:auto;
}

.date span {
    display:block;
    margin:0;
    padding:0;
    line-height:20px;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.date .year, 
.date .month {
    text-transform:uppercase;
    color:#004062;
    font-weight:900;
    font-size:10px;
}
.date .day {
    font-size:30px;
    color:#50565b;
    font-weight:400;
}
.teaser  {
    text-align:left;
}
.teaser a, 
.teaser p {
    font-size:.9rem;
}
.inner-blog {
    padding-bottom:40px;
    background-image:url('../img/kickstart_abstraction.png');
}
.main-record .blog-listing {
    min-height:40vh;

}
@media screen and (max-width: 768px) {
    .twitter {
        display:none;

    }
}
.drag_icon {
    width:150px;
    height:150px;
    background-image:url('../img/drag_mouse.png');
    background-repeat:no-repeat;
    background-size:contain;
}
