/*! normalize.css v2.1.3 | MIT License | git.io/normalize */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-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

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

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

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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 {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

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

button,input {
    line-height: normal;
}

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

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

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

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

#team h1 {
    margin-bottom: 20px;
}

#team a {
    display: block;
    width: 10%;
    margin-right: 1.25%;
    border-bottom: 8px solid transparent;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#team a:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 700px) {
    #team a {
        width: 19%;
    }

    #team a:nth-of-type(5) {
        margin-right: 0;
    }
}

#team a:hover img {
    top: -10px;
}

#team a:hover .team-caption {
    bottom: 0;
}

#team a.active {
    cursor: default;
    border-color: #dcaa00;
}

#team a.active img {
    top: auto !important;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

#team a.active .team-caption {
    display: none;
}

#team a img {
    width: 100%;
    position: relative;
    display: block;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    pointer-events: none;
    background-color: #9b9b9b;
}

#team a .team-caption {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    background: #dcaa00;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
    pointer-events: none;
}

#team .team-description {
    clear: both;
    padding: 10px 20px;
    background: #fff;
    margin-top: 20px;
}

#team .team-description h1 {
    font-size: 20px;
}

#team .team-description h1 small {
    color: #9b9b9b;
}

#team .team-description>div {
    display: none;
}

#team .team-description .active {
    display: block !important;
}

#subscribe #subscribe-block {
    margin-bottom: 30px;
    padding: 20px;
}

#subscribe #subscribe-block p {
    margin-top: 0;
}

#subscribe #subscribe-block form {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}

#subscribe #subscribe-block form input {
    display: inline-block;
    font-size: 16px;
    height: 28px;
    padding: 4px;
    border: 1px solid #ccc;
    color: #575551;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

#subscribe #subscribe-block form input[type=email] {
    border-radius: 3px 0 0 3px;
    width: 225px;
}

@media screen and (max-width: 320px) {
    #subscribe #subscribe-block form input[type=email] {
        width: 150px;
    }
}

#subscribe #subscribe-block form input[type=submit] {
    border-radius: 0 3px 3px 0;
    padding: 4px 6px;
    background: #E6E6E6;
    color: #575551;
    border-left: 0;
}

#subscribe #subscribe-block form input[type=submit]:hover {
    background: #dedede;
}

#subscribe #subscribe-block form input:focus {
    border-color: #dcaa00;
    outline: 0;
}

.beer-widget {
    margin: 0 0 -10px;
    padding: 0;
    border-width: 0;
    width: 100%;
    height: 375px;
    display: block;
}

#beer-stock {
    margin-top: 50px;
}

#location {
    background-image: url(redwoodcity.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 14%;
    overflow: auto;
    margin: 50px auto 0;
    max-width: 1400px;
}

#location .indent-border a {
    padding-left: 24px;
    background-image: url(map.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px auto;
    border: 0;
}

#location .indent-border img {
    height: 18px;
}

@media screen and (max-width: 1230px) {
    #location {
        padding-left: 10%;
        padding-right: 10%;
    }

    #location .width-container {
        width: 100%;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-o-keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -moz-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        -o-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@-moz-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -moz-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        -o-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@-ms-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -moz-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        -o-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -moz-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        -o-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -moz-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        -o-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -moz-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        -o-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.case-study-splash {
    height: 200px;
    background-size: cover;
    position: relative;
}

.case-study-splash h1 {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 200px;
    font-size: 50px;
}

.lt-ie10 #logo {
    opacity: 1 !important;
}

#homepage-hero {
    text-align: center;
    padding: 160px 0;
    background-image: url(hero-background-colored.jpg);
    background-size: cover;
    color: #121212;
    background-color: #9b9b9b;
}

#homepage-hero h1,#homepage-hero h2,#homepage-hero hr,#homepage-hero .btn {
    opacity: 0;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.5s;
    -moz-animation-duration: 1s;
    -moz-animation-name: fadeInDown;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.5s;
    -o-animation-duration: 1s;
    -o-animation-name: fadeInDown;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-name: fadeInDown;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 400px) {
    #homepage-hero h1,#homepage-hero h2,#homepage-hero hr,#homepage-hero .btn {
        -webkit-animation-delay: "";
        -webkit-animation-duration: "";
        -webkit-animation-name: none;
        -webkit-animation-fill-mode: "";
        -moz-animation-delay: "";
        -moz-animation-duration: "";
        -moz-animation-name: none;
        -moz-animation-fill-mode: "";
        -o-animation-delay: "";
        -o-animation-duration: "";
        -o-animation-name: none;
        -o-animation-fill-mode: "";
        animation-delay: "";
        animation-duration: "";
        animation-name: none;
        animation-fill-mode: "";
        opacity: 1;
        text-shadow: none !important;
    }
}

#homepage-hero h1,#homepage-hero h2 {
    margin: 0;
    color: #fff;
    font-family: Helvetica;
}

#homepage-hero h1 {
    font-weight: 400;
    font-size: 60px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2),0 0 100px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    font-family: Helvetica;
}

@media screen and (max-width: 500px) {
    #homepage-hero h1 {
        font-size: 40px;
    }
}

#homepage-hero h2 {
    font-size: 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.15),0 0 35px rgba(0,0,0,0.5);
    line-height: 1.4;
}

#homepage-hero .btn {
    display: inline-block;
    font-size: 18px;
    margin-top: 15px;
    color: #fff;
    border-color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#homepage-hero .btn:hover {
    text-shadow: none;
    background: #fff;
    color: #32201D;
}

@media screen and (max-width: 500px) {
    #homepage-hero {
        padding: 30px 0;
    }
}

.logo-group {
    text-align: center;
    padding: 35px 0;
}

.logo-group .section-title {
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .logo-group .section-title {
        margin-bottom: 0;
    }
}

.logo-group a {
    border-width: 0;
    display: inline-block;
    margin: 10px 40px 10px 0;
}

.logo-group a:last-of-type {
    margin-right: 0;
}

.logo-group img {
    max-width: 100%;
    max-height: 55px;
}

#homepage-clients {
    margin-top: 50px;
}

@media screen and (max-width: 500px) {
    #homepage-clients {
        margin-top: 10px;
    }
}

#homepage-partners {
    margin-bottom: 50px;
}

@media screen and (max-width: 500px) {
    #homepage-partners {
        margin-bottom: 10px;
    }
}

#homepage-quote {
    background: rgba(34,108,163,0.6);
}

#homepage-quote .quote-block {
    position: relative;
    padding: 100px;
    margin-bottom: 60px;
    border-radius: 10px;
    color: #D3E7F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#homepage-quote .quote-block h1 {
    margin: 0 0 10px;
    font-weight: normal;
    color: #EDF8FF;
    z-index: 6;
    position: relative;
}

@media screen and (max-width: 650px) {
    #homepage-quote .quote-block h1 {
        font-size: 24px;
    }
}

#homepage-quote .quote-block .quote-open {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 5;
    height: 220px;
}

@media screen and (max-width: 650px) {
    #homepage-quote .quote-block .quote-open {
        display: none;
    }
}

#homepage-quote .quote-block .quote-callout-arrow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid transparent;
    border-left: 80px solid rgba(34,108,163,0.6);
}

@media screen and (max-width: 728px) {
    #homepage-quote .quote-block .quote-callout-arrow {
        left: 20px;
    }
}

#homepage-quote .quote-block .quote-attribution {
    z-index: 6;
    position: relative;
}

#homepage-quote .quote-block .quote-attribution img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

@media screen and (max-width: 650px) {
    #homepage-quote .quote-block .quote-attribution img {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    #homepage-quote .quote-block {
        padding: 40px 30px;
    }
}

@media screen and (min-width: 729px) {
    .pull-left .white-block-homepage {
        padding-left: 0;
    }
}

@media screen and (min-width: 729px) {
    .pull-right .white-block-homepage {
        padding-right: 0;
    }
}

.white-block-homepage {
    background: transparent !important;
}

.white-block-homepage p {
    font-weight: 400;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #E6E6E6;
    min-width: 320px;
    background-image: url(shattered.png);
    color: #575551;
}

a {
    color: #3289c5;
    text-decoration: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #3289c5;
    outline: 0;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

a:hover {
    color: #235f88;
    border-color: #235f88;
}

a:active {
    color: #dcaa00;
    border-color: #dcaa00;
}

a.btn {
    padding: 3px 4px;
    border-width: 2px;
    border-radius: 3px;
}

a.btn:hover {
    color: #fff;
    border-color: #3289c5;
    background-color: #3289c5;
}

#main-header {
    text-align: center;
    position: relative;
    background-color: #eee9d0;
    background: url(shattered-header.png),-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e7e0bd), color-stop(50%, #fcfbf5), color-stop(100%, #e7e0bd));
    background: url(shattered-header.png),-webkit-linear-gradient(left, #e7e0bd, #fcfbf5, #e7e0bd);
    background: url(shattered-header.png),-moz-linear-gradient(left, #e7e0bd, #fcfbf5, #e7e0bd);
    background: url(shattered-header.png),-o-linear-gradient(left, #e7e0bd, #fcfbf5, #e7e0bd);
    background: url(shattered-header.png),linear-gradient(left, #e7e0bd,#fcfbf5,#e7e0bd);
}

#main-header a {
    border-bottom: 0;
}

#main-header #logo {
    height: 100px;
    margin: 20px;
}

#main-header #logomark {
    height: 32px;
    display: none;
    float: left;
    -webkit-animation-delay: "";
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: rollIn;
    -webkit-animation-fill-mode: "";
    -moz-animation-delay: "";
    -moz-animation-duration: 0.5s;
    -moz-animation-name: rollIn;
    -moz-animation-fill-mode: "";
    -o-animation-delay: "";
    -o-animation-duration: 0.5s;
    -o-animation-name: rollIn;
    -o-animation-fill-mode: "";
    animation-delay: "";
    animation-duration: 0.5s;
    animation-name: rollIn;
    animation-fill-mode: "";
}

#main-header nav {
    background: rgba(235,218,134,0.25);
    font-size: 20px;
    width: 100%;
    top: 0;
    z-index: 10000;
    position: relative;
}

#main-header nav a {
    color: #7f7a5e;
    margin-right: 20px;
    padding: 0 5px;
    display: inline-block;
    position: relative;
    line-height: 44px;
}

#main-header nav a:last-of-type {
    margin-right: 0;
}

@media screen and (max-width: 500px) {
    #main-header nav a {
        display: block;
        margin: 0;
        padding: 5px;
        line-height: 1;
        font-size: 16px;
    }

    #main-header nav a::after {
        display: none;
    }
}

#main-header nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #dcaa00;
    opacity: 0;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

#main-header nav a:hover::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#main-header nav a img {
    height: 20px;
    vertical-align: middle;
}

#main-header nav a.active {
    color: #5F5E5C;
}

#main-header nav a.active::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    background: #5F5E5C;
}

@media screen and (max-width: 500px) {
    #main-header nav a.active {
        color: #000;
    }
}

#main-header nav #email-us {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 12px;
    background: rgba(178,159,64,0.2);
    opacity: 0.75;
}

#main-header nav #email-us::after {
    height: 0;
}

#main-header nav #email-us:hover {
    opacity: 1;
}

@media screen and (max-width: 680px) {
    #main-header nav #email-us {
        display: none;
    }
}

#main-header nav.sticky-header {
    position: fixed;
    display: none;
    background: #f0e8bf;
}

@media screen and (max-width: 500px) {
    #main-header nav.sticky-header {
        display: none !important;
    }
}

#main-header nav.sticky-header #logomark {
    display: block !important;
    position: absolute;
    left: 10px;
    top: 5px;
}

@media screen and (max-width: 570px) {
    #main-header nav.sticky-header #logomark {
        display: none !important;
    }
}

#main-footer {
    padding: 25px 0;
    text-align: center;
    margin: 0 auto;
    clear: both;
    line-height: 1.5;
}

#main-footer a {
    margin-right: 15px;
}

#main-footer a:last-of-type {
    margin-right: 0;
}

.contact-us-text {
    text-align: center;
    margin: 60px 0 40px;
    font-size: 20px;
    line-height: 1.5;
}

.contact-us-text a {
    border-bottom-width: 2px;
}

.width-container {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}

@media screen and (max-width: 1050px) {
    .width-container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 95%;
        padding: 0 10px;
    }
}

.container-clearfix {
    overflow: auto;
}

::-moz-selection {
    background: rgba(220,170,0,0.2);
}

::selection {
    background: rgba(220,170,0,0.2);
}

.section-title {
    color: #9b9b9b;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-family: Helvetica;
}

.section-title.with-lines {
    position: relative;
    display: inline-block;
}

.section-title.with-lines::before,.section-title.with-lines::after {
    content: '';
    width: 35px;
    height: 3px;
    top: 50%;
    margin-top: -2px;
    background: #9b9b9b;
    position: absolute;
}

@media screen and (max-width: 500px) {
    .section-title.with-lines::before,.section-title.with-lines::after {
        display: none;
    }
}

.section-title.with-lines::before {
    left: -40px;
}

.section-title.with-lines::after {
    right: -40px;
}

.white-block {
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.white-block h1 {
    font-size: 18px;
    margin: 0;
}

.white-block .img-wrapper {
    position: relative;
}

.white-block .img-wrapper img {
    width: 100%;
    margin-top: 10px;
}

.white-block .img-wrapper .btn {
    position: absolute;
    left: 10px;
    bottom: 13px;
    color: #fff;
    border-color: #fff;
    -webkit-backface-visibility: hidden;
}

.white-block .img-wrapper .btn:hover {
    background: #fff;
    color: #000;
}

.white-block .section-title {
    margin-bottom: 20px;
}

.white-block.no-title {
    padding-top: 0;
}

.white-block.no-title .img-wrapper img {
    margin-top: 0;
}

.white-block p:first-of-type {
    margin-top: 10px;
}

.white-block p:last-of-type {
    margin-bottom: 0;
}

.white-block p:last-of-type+.btn {
    margin-top: 15px;
}

.indent-border {
    border-left: 3px solid rgba(0,0,0,0.1);
    padding-left: 10px;
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0;
    color: #121212;
}

h2,h3,h4,h5,h6 {
    font-weight: 500;
}

p,ul,ol {
    line-height: 1.5;
    font-weight: 300;
}

ul {
    list-style-type: square;
    padding-left: 20px;
}

hr {
    border-width: 0;
    border-top: 3px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.half-width {
    width: 49%;
}

@media screen and (max-width: 728px) {
    .half-width {
        width: 100%;
    }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

img.pull-left {
    margin-right: 20px;
}

img.pull-right {
    margin-left: 20px;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.by-itself {
    text-align: center;
}

.gray {
    color: #9b9b9b;
}

a.gray {
    border-color: #9b9b9b;
}

a.gray:hover {
    color: #757575;
    border-color: #757575;
}

a.gray.btn:hover {
    color: #fff;
    border-color: #9b9b9b;
    background-color: #9b9b9b;
}

.sidebar-img-wrapper {
    width: 300px;
}

@media screen and (max-width: 600px) {
    .sidebar-img-wrapper {
        width: 100%;
    }
}

.sidebar-img-wrapper img {
    width: 100%;
    display: block;
}

.sidebar-img-wrapper .caption {
    padding: 10px;
    font-size: 12px;
    background: #121212;
    color: #E0E1E1;
}

.paragraphs-with-sidebars .pull-right,.paragraphs-with-sidebars .pull-left {
    margin-bottom: 20px;
}

.paragraphs-with-sidebars .pull-right {
    margin-left: 20px;
}

.paragraphs-with-sidebars .pull-left {
    margin-right: 20px;
}

#clients {
    margin-bottom: 50px;
}

#clients.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

#clients #slide-previous,#clients #slide-next {
    position: absolute;
    top: 50%;
    border-bottom: 0;
    font-size: 100px;
    line-height: 100px;
    margin-top: -60px;
    opacity: 0.75;
    font-family: "Times New Roman", Times, serif;
}

@media screen and (max-width: 450px) {
    #clients #slide-previous,#clients #slide-next {
        display: none;
    }
}

#clients #slide-previous {
    left: 25px;
}

@media screen and (max-width: 1125px) {
    #clients #slide-previous {
        left: 0;
    }
}

#clients #slide-next {
    right: 25px;
}

@media screen and (max-width: 1125px) {
    #clients #slide-next {
        right: 0;
    }
}

#clients .swipe-wrap {
    overflow: hidden;
    position: relative;
}

#clients .swipe-wrap>div {
    float: left;
    position: relative;
}

#clients .swipe-wrap img,#clients .swipe-wrap .slide-text {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#clients .swipe-wrap .slide-text {
    position: absolute;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff;
    overflow: auto;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#clients .swipe-wrap .slide-text h1,#clients .swipe-wrap .slide-text h2 {
    margin: 0;
}

#clients .swipe-wrap .slide-text h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

@media screen and (max-width: 500px) {
    #clients .swipe-wrap .slide-text h1 {
        font-size: 20px;
    }
}

#clients .swipe-wrap .slide-text h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #D5D5D5;
}

@media screen and (max-width: 700px) {
    #clients .swipe-wrap .slide-text h2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    #clients .swipe-wrap .slide-text h2 {
        display: none;
    }
}

#clients .swipe-wrap .slide-text .btn {
    text-shadow: none;
    color: #fff;
    border-color: #fff;
    margin-left: 15px;
}

#clients .swipe-wrap .slide-text .btn:hover {
    background: #fff;
    color: #000;
}

#incubation .badge {
    color: #fff;
    background: #38CC01;
    padding: 4px 6px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 2px;
}

.special-note {
    background: rgba(77, 129, 255, 0.1);
    border: 1px solid #5783B9;
    color: #5783B9;
    padding: 10px;
}