a,
h1 {
    color: #0f5b78
}

.wrapper:after,
h2:after {
    content: ''
}

.header,
.header .logo img,
.navigation.transition a {
    transition: all .2s ease-in-out
}

.hero-bar,
.mod-content,
h1,
h2 {
    text-align: center
}

.hero-bar,
.module,
.wrapper {
    box-sizing: border-box
}

body,
textarea {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}

body {
    margin: 0;
    padding: 76px 0 0;
    background: #fff;
    color: #666;
    font-size: 16px
}

a {
    text-decoration: none
}

a:hover {
    color: #234f93;
    text-decoration: underline
}

h1 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin: 48px 0 24px
}

.hero span,
h2,
h3 {
    line-height: 1.1em;
    display: block
}

h2,
h3 {
    font-weight: 400
}

h2 {
    padding: 16px;
    margin: 0 0 24px;
    font-size: 24px;
    position: relative
}

h2:after {
    height: 1px;
    width: 100px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px
}

.container.fade,
.container.white {
    background: #fff
}

h3 {
    margin: 0 0 18px;
    font-size: 21px;
    color: #fff
}

img {
    max-width: 100%!important
}

p {
    margin: 0 0 16px
}

strong {
    font-weight: 600
}

.container {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f4f4f4
}

.container.fade {
    background: linear-gradient(#fff, #f7f7f7)
}

.container.alt {
    background: #fbfbfb
}

.container.large {
    padding-top: 48px;
    padding-bottom: 48px
}

.container.slim-top {
    padding-top: 0
}

.wrapper {
    width: 100%;
    max-width: 1000px;
    padding: 12px 24px;
    margin: 0 auto
}

.wrapper:after {
    display: block;
    clear: both
}

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 87px;
    border-bottom: 1px solid #e5e5e5
}

.header .logo {
    float: left;
    display: block;
    padding: 8px 24px
}

.header .logo img {
    position: relative;
    width: 113px;
    display: block
}

.header .logo img+img {
    z-index: -1
}

.header .wrapper {
    padding: 0
}

.navigation {
    float: right
}

.navigation a {
    display: block;
    float: left;
    margin-left: 24px;
    padding: 30px 24px;
    text-decoration: none;
    font-size: 19px;
    color: #7a9097;
    border-bottom: 2px solid transparent
}

.navigation a.active,
.navigation a:hover {
    text-decoration: none;
    color: #005d7b;
    border-bottom: 2px solid #a02806
}

.hero {
    background: #f7f7f7;
    border-bottom: 1px solid #efefef
}

.hero.with-media {
    background: #466eac;
    position: relative;
    overflow-y: hidden
}

.hero.with-media>img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .4;
    min-height: 100%
}

.hero.with-media .wrapper {
    position: relative;
    z-index: 4;
    text-align: center;
    padding-bottom: 0
}

.hero.with-media .wrapper img {
    display: block;
    margin: 48px auto 76px 60px;
    width: 40%;
    transition: all .4s ease-in-out
}

.hero.with-media h1 {
    color: #fff
}

.hero span {
    font-size: 24px;
    font-weight: 400
}

.hero p {
    max-width: 700px;
    margin: 32px auto 20px;
    line-height: 1.9em
}

.hero p:last-child {
    margin-bottom: 48px
}

.hero .media-link {
    position: relative
}

.hero .media-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

.hero .media-link:hover span {
    display: block
}

.hero .media-link:hover img {
    transform: scale(1.03)
}

.hero-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: rgba(160, 40, 16, .7);
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    padding: 26px 12px
}

.btn,
.btn:hover,
.hero-bar:hover {
    color: #fff;
    text-decoration: none
}

.hero-bar:hover {
    background: rgba(160, 40, 16, .9)
}

.modules.wrapper {
    display: flex;
    padding-top: 24px;
    padding-bottom: 0
}

.modules {
    display: flex
}

.module {
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0 0 14px rgba(0, 0, 0, .03);
    float: left;
    width: 49%;
    margin: 0 2% 24px 0;
    background: #fff
}

.module+.module {
    float: right;
    margin-right: 0
}

.module h2 {
    padding: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    font-size: 21px
}

.module h2:after {
    display: none
}

.mod-content {
    padding: 28px 24px
}

.mod-content p {
    text-align: left;
    line-height: 1.6em
}

.btn,
.footer .social-links,
.teammate {
    text-align: center
}

.btn {
    padding: 12px 40px;
    background: #0f5b78;
    background: linear-gradient(#5087c8, #4479b8);
    border-radius: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    margin: 0 16px 16px 0;
    font-size: 18px;
    display: inline-block;
    line-height: 1.1em;
    border: 1px solid transparent
}

.btn:hover {
    background: #4479b8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.btn.btn-secondary {
    background: #fff;
    color: #5087c7;
    border-color: #d4d4d4
}

.btn.btn-secondary:hover {
    border-color: #ccc;
    color: #5087c7
}

.btn-hidden {
    visibility: hidden;
    cursor: default
}

.mod-content .btn {
    margin: 32px 0 0
}

.mod-content p:last-child {
    margin-top: 4px;
    margin-bottom: 0;
    text-align: center
}

.caption {
    font-size: 14px;
    color: #999;
    text-decoration: none
}

a.caption:hover {
    text-decoration: underline;
    color: #666
}

.caption a {
    color: #427bbf
}

.caption a:hover {
    color: #1d4e86
}

.footer {
    border-top: 1px solid #d4dbe4;
    background: #fff
}

.footer .social-links a {
    text-decoration: none;
    background: #313131;
    border-color: #595959;
    color: #999;
    padding: 16px;
    margin-top: 32px;
    display: inline-block;
    line-height: 32px;
    float: left;
    border-radius: 40px;
    margin-right: 48px
}

.footer .social-links a:hover {
    color: #fff;
    background: #222
}

.footer .social-links a:nth-child(n+3) {
    float: right;
    margin-right: 0;
    margin-left: 48px
}

.footer .social-links .icon {
    font-size: 32px;
    line-height: 32px;
    display: block
}

.footer-bar {
    color: #357289
}

.footer-bar .wrapper {
    padding-top: 0;
    padding-bottom: 0
}

.footer-bar span {
    font-size: 14px;
    padding: 10px 0;
    display: block
}

.footer-bar span em {
    display: inline;
    font-style: normal
}

.footer .navigation a {
    margin-left: 12px;
    margin-top: -1px;
    padding: 8px;
    font-size: 16px;
    border-bottom-color: transparent;
    border-top: 2px solid transparent
}

.footer .navigation a.active,
.footer .navigation a:hover {
    text-decoration: none;
    color: #336d80;
    border-color: #933218 #82a4cc transparent
}

.teammate {
    float: left;
    display: block;
    width: 23%;
    margin: 24px 1%;
    font-size: 18px
}

.teammate img {
    width: 150px;
    border: 1px solid #d4d5d4;
    border-radius: 75px;
    margin: 0 auto 8px;
    display: block
}

.teammate h2 {
    margin-bottom: 16px
}

.teammate span {
    color: #bababa;
    font-style: oblique
}

.feature .wrapper .featured-content,
.feature .wrapper>a,
.feature .wrapper>img {
    float: left;
    width: 48%;
    display: block
}

.feature .wrapper .featured-content+.feature .wrapper>a,
.feature .wrapper .featured-content+.featured-content+.feature .wrapper>img,
.feature .wrapper>a+.featured-content,
.feature .wrapper>img+.featured-content,
.half {
    float: right
}

.feature .wrapper>a img {
    transition: all .3s ease-in-out
}

.feature .wrapper>a:hover img {
    opacity: .8;
    transform: scale(1.02)
}

.featured-content {
    line-height: 2em
}

.featured-content p:last-child {
    margin-bottom: 0
}

.contact {
    background: #0f5b78;
    color: #fff
}

.contact h2 {
    color: #d6e1ef
}

.contact .social-links a {
    color: #eee;
    text-decoration: none;
    line-height: 32px;
    margin-bottom: 16px;
    display: block
}

.contact .social-links a:hover {
    color: #fff;
    text-decoration: underline
}

.half {
    width: 49%;
    margin: 0 0 24px 2%;
    text-align: right
}

.half+.half {
    float: left;
    margin-left: 0;
    text-align: left
}

.checkbox-list,
.checkbox-list li {
    list-style: none;
    margin: 0;
    padding: 0
}

.checkbox-list label {
    line-height: 32px;
    margin-bottom: 16px;
    display: block;
    color: #ddd
}

.checkbox-list .icon {
    font-size: 22px;
    line-height: 32px;
    float: left;
    display: block;
    margin-right: 16px;
    color: #6295d1
}

.checkbox-list .icon:before {
    content: "\e909"
}

.checkbox-list label:hover {
    cursor: pointer;
    color: #fff
}

.checkbox-list label:hover .icon {
    color: #0e3462
}

.checkbox-list input {
    display: none
}

.checkbox-list input:checked+.icon {
    color: #fff
}

.checkbox-list input:checked+.icon:before {
    content: "\e908"
}

input[type=text],
textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    background: #4a7889;
    padding: 10px 16px;
    color: #fff;
    border: 1px solid transparent;
    margin-bottom: 24px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none
}

.service h3,
input[type=submit] {
    font-size: 18px;
    text-align: center
}

input[type=text]:focus,
textarea:focus {
    outline: 0;
    border-color: #1d4e86;
    background: #fff;
    color: #0f5b78
}

input#website {
    display: none
}

textarea {
    height: 200px
}

.validation-message {
    display: none;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 6px 16px
}

input[type=text].error,
textarea.error {
    border: 1px solid #c00
}

::-webkit-input-placeholder {
    color: #b6ceea
}

::-moz-placeholder {
    color: #b6ceea
}

:-ms-input-placeholder {
    color: #9cb9c4
}

:-moz-placeholder {
    color: #9cb9c4
}

input[type=submit] {
    padding: 12px 44px;
    max-width: 220px;
    color: #427bbf;
    background: #fafafa;
    border-radius: 1px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    margin: 0 auto;
    text-decoration: none;
    display: block;
    float: right;
    border: 0;
    -webkit-appearance: none
}

input[type=submit]:hover {
    background: #fff;
    cursor: pointer
}

.message-bar {
    padding: 60px 0;
    background: #0e3462;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 28px;
    display: none
}

.message-bar a {
    float: right;
    padding: 6px
}

.message-bar a:hover {
    color: #427bbf;
    cursor: pointer
}

body.scrolled {
    padding-top: 50px
}

.scrolled .header {
    height: 50px;
    box-shadow: 0 2px 18px rgba(0, 0, 0, .02)
}

.scrolled .header .logo img {
    width: 66px
}

.scrolled .header .logo img+img {
    margin-top: -20px
}

.scrolled .header .navigation a {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 24px
}

.services {
    display: flex
}

.services .service {
    flex: 1 1 23%;
    margin-right: 2.66%;
    display: flex;
    flex-direction: column;
    transition: all .8s ease-in;
    opacity: 1;
    box-shadow: 0
}

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

.services:after {
    content: '';
    display: block;
    clear: both
}

.service.subtle {
    opacity: .3
}

.service.highlighted {
    opacity: 1;
    box-shadow: 0 15px 30px rgba(66, 123, 191, .4);
    margin-top: -8px
}

.service {
    background: #fff;
    border-radius: 4px;
    color: #333
}

.service h3 {
    color: #fff;
    background: #427bbf;
    line-height: 1.1em;
    padding: 20px 8px;
    margin: 0;
    border-radius: 4px 4px 0 0
}

.service ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.service li {
    margin-bottom: 12px
}

.service li span {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 1.1em
}

.price.hourly,
.service .price {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1em
}

.service .btn {
    display: block;
    font-size: 16px;
    margin-right: 0
}

.service .btn:last-child {
    margin-bottom: 0
}

.service .price {
    margin-bottom: 20px;
    font-size: 48px;
    color: #333;
    display: block;
    text-align: center;
    padding-right: 10px
}

.service .price span {
    font-size: 26px;
    vertical-align: text-top;
    display: inline-block;
    margin-top: 1px
}

.service-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.service-content ul {
    flex-grow: 1
}

.columns .col {
    float: left;
    width: 49%;
    margin-right: 2%
}

.columns.three-col .col:nth-child(3n),
.columns.two-col .col+.col {
    margin-right: 0
}

.columns.three-col .col {
    width: 32%
}

.three-col .mod-content .btn {
    margin-top: 16px
}

.price.hourly {
    font-size: 50px;
    margin-bottom: 24px;
    margin-top: 8px;
    display: block
}

.price.hourly+.price.hourly {
    margin-bottom: 0
}

.price.hourly span {
    font-size: 24px;
    vertical-align: text-top
}

.price.hourly em {
    font-style: normal;
    font-size: 18px;
    margin-left: 4px
}

.price.hourly .caption {
    letter-spacing: 0;
    margin: -10px 0 0
}

.services-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.services-list li {
    margin: 0 0 8px;
    padding: 0
}

td,
th {
    padding: 8px 16px
}

.disclaimers {
    margin: 24px 0;
    font-size: 11px;
    font-style: oblique;
    color: #777
}

.disclaimers p {
    margin: 4px 0 0
}

.disclaimer {
    color: #4c81c3;
    font-size: smaller;
    vertical-align: text-top
}

table {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .07)
}

th {
    text-align: left;
    border: 1px solid #69a6ee
}

td {
    border: 1px solid #ddd
}

tr:nth-child(even) {
    background: #fafafa
}

thead tr {
    background: #5994da;
    color: #fff;
    border-radius: 4px 4px 0 0
}

tr:last-child {
    border-bottom: 0
}

.feature .wrapper>img {
    margin-top: 6px
}

.feature h3 {
    color: #333;
    font-size: 24px;
    margin: 0
}

.feature h4 {
    color: #797878;
    font-size: 14px;
    margin: 0 0 24px;
    font-weight: 400;
    line-height: 1.5em
}

.feature .btn {
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 165px;
    margin-bottom: 6px
}

.featured-items {
    margin: 0 0 32px;
    padding: 0;
    list-style: none
}

.featured-items li {
    margin-bottom: 10px;
    line-height: 1.4em
}

.featured-items li:first-child {
    font-size: 16px;
    color: #000
}

.features .feature .wrapper {
    padding-top: 36px;
    padding-bottom: 36px
}

@media all and (max-width:1000px) {
    .feature .btn-group a:last-child {
        margin-right: 0
    }
    .feature .wrapper .featured-content,
    .feature .wrapper>a,
    .feature .wrapper>img {
        width: 38%
    }
    .feature .wrapper .featured-content+.feature .wrapper>a,
    .feature .wrapper .featured-content+.featured-content+.feature .wrapper>img,
    .feature .wrapper>a+.featured-content,
    .feature .wrapper>img+.featured-content {
        width: 58%
    }
    .feature .btn-group {
        text-align: center
    }
    .feature .btn,
    .feature .btn-group a:last-child {
        float: none;
        display: inline-block;
        margin: 12px 8px 0
    }
    .checkbox-list label {
        line-height: 24px;
        margin-bottom: 12px
    }
    .services {
        flex-wrap: wrap
    }
    .services .service {
        flex: 1 1 49%;
        margin-right: 2%;
        margin-bottom: 24px;
        text-align: center
    }
    .services .service:nth-child(even) {
        margin-right: 0
    }
    .services .btn-hidden {
        display: none
    }
    .service h3 {
        padding: 16px 8px;
        color: #427bbf;
        background: #fff;
        border-bottom: 1px solid #eee
    }
}

@media all and (max-width:800px) {
    .navigation a {
        margin-left: 0
    }
    .feature .wrapper .featured-content,
    .feature .wrapper .featured-content+.feature .wrapper>a,
    .feature .wrapper .featured-content+.featured-content+.feature .wrapper>img,
    .feature .wrapper>a,
    .feature .wrapper>a+.featured-content,
    .feature .wrapper>img,
    .feature .wrapper>img+.featured-content {
        float: none;
        display: block;
        width: auto;
        margin-bottom: 12px
    }
    .feature .wrapper>a,
    .feature .wrapper>img {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto
    }
    .feature h4 {
        margin-bottom: 12px
    }
    .modules.columns.tablet-full {
        display: block
    }
    .modules.columns.tablet-full .col {
        width: 49%
    }
    .modules.columns.tablet-full .col:first-child {
        width: 100%
    }
}

@media all and (max-width:667px) {
    .hero span,
    .modules,
    .navigation,
    .price.hourly,
    .service-content,
    .services,
    h2 {
        display: block
    }
    h2,
    h3 {
        margin: 0 0 16px
    }
    .hero span,
    h2 {
        font-weight: 400
    }
    .footer-bar span,
    .header .logo,
    .navigation a,
    h2 {
        text-align: center
    }
    body {
        padding-top: 97px
    }
    h1 {
        font-size: 28px;
        margin: 74px 0 20px 0
    }
    h2 {
        padding-top: 0;
        line-height: 1.1em;
        font-size: 24px;
        position: relative
    }
    .container {
        padding-top: 16px;
        padding-bottom: 16px
    }
    .container.large {
        padding-top: 32px;
        padding-bottom: 32px
    }
    .header .logo,
    .wrapper {
        padding: 8px 16px
    }
    .header {
        height: 150px
    }
    .header .logo {
        float: none
    }
    .header .logo img {
        width: 86px;
        margin: 0 auto
    }
    .navigation {
        float: none;
        clear: both
    }
    .navigation a {
        margin-left: 0;
        padding: 8px 2px;
        width: 25%;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 23px
    }
    .footer .social-links,
    .mod-content {
        padding: 16px
    }
    .hero.with-media h1 {
        line-height: 1.2em
    }
    .hero.with-media .wrapper img {
        margin-top: 32px
    }
    .hero span {
        font-size: 18px;
        line-height: 1.1em
    }
    .featured-content,
    .hero p {
        line-height: 1.6em
    }
    .hero p {
        margin: 16px auto
    }
    .hero p:last-child {
        margin-bottom: 24px
    }
    .module,
    .module+.module {
        float: none;
        width: auto;
        margin: 0 0 16px
    }
    .mod-content .btn {
        margin-top: 16px
    }
    .caption {
        font-size: 12px
    }
    .footer .social-links a {
        margin-top: 0;
        margin-right: 24px
    }
    .footer .social-links a:nth-child(n+3) {
        margin-left: 24px
    }
    .footer .social-links>img {
        width: 64px
    }
    .footer-bar span {
        font-size: 12px;
        clear: both
    }
    .footer .navigation a {
        margin-left: 0;
		padding: 8px 2px
    }
    .teammate {
        width: 48%;
        margin: 24px 1%
    }
    .teammate img {
        width: 100px;
        border-radius: 50px
    }
    .teammate h2 {
        margin-bottom: 8px;
        font-size: 21px
    }
    .teammate:nth-child(odd) {
        clear: both
    }
    .feature .wrapper .featured-content,
    .feature .wrapper .featured-content+.feature .wrapper>a,
    .feature .wrapper .featured-content+.featured-content+.feature .wrapper>img,
    .feature .wrapper>a,
    .feature .wrapper>a+.featured-content,
    .feature .wrapper>img,
    .feature .wrapper>img+.featured-content {
        float: none;
        width: auto;
        margin-bottom: 16px
    }
    .contact .social-links a {
        line-height: 24px;
        margin-bottom: 12px
    }
    .half,
    .half+.half {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 48px;
        text-align: left
    }
    textarea {
        height: 200px;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif
    }
    body.scrolled {
        padding-top: 97px
    }
    .scrolled .header {
        height: 127px
    }
    .scrolled .header .logo img+img {
        margin-top: 0
    }
    .scrolled .header .navigation a {
        padding: 8px 2px;
        line-height: 23px
    }
    .services {
        padding-top: 0
    }
    .services .service {
        margin-right: 0;
        display: block;
        margin-bottom: 16px
    }
    .service ul {
        margin-bottom: 12px
    }
    .service li {
        margin-bottom: 6px
    }
    .featured-items,
    .price.hourly {
        margin-bottom: 16px
    }
    .service-content {
        padding: 16px
    }
    .columns .col,
    .columns.three-col .col,
    .modules.columns.tablet-full .col {
        float: none;
        width: auto;
        margin-right: 0
    }
    .features .feature .wrapper {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media all and (max-width:450px) {
    .footer .social-links a,
    .footer .social-links a:nth-child(n+3) {
        float: none;
        margin: 0 2px
    }
    .footer .social-links>img {
        display: none
    }
}