@import url(//fonts.googleapis.com/css?family=Lato:700);

.Button {
    cursor: pointer
}

.Button {
    outline: 0
}

.NavBar,.NavBar__left-menu,.NavBar__right-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow-y: scroll;
}

* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.container {
    width: 100%;
    margin: 0 auto
}

section {
    box-sizing: border-box
}

.NavBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

section.dark-background {
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
    background: 0 0
}

section.call-to-action {
    text-align: center;
    padding: 80px 0
}

section.call-to-action .cta-heading {
    font-size: 32px;
    font-weight: 600;
    margin: 0
}

section.call-to-action .cta-subheading {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 40px;
    line-height: 1.6;
    opacity: .8
}

section.call-to-action .cta-heading,section.call-to-action .cta-subheading {
    color: #323b43
}

section.call-to-action.dark-background {
    background: #323b43
}

section.call-to-action.dark-background .cta-heading,section.call-to-action.dark-background .cta-subheading {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.3)
}

section.call-to-action .container {
    max-width: 1140px
}

a {
    text-decoration: none
}

a:focus,a:hover {
    text-decoration: underline
}

body {
    background: #fff;
    color: #59626a;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
}

h2,h3 {
    font-family: inherit;
    line-height: 1.4;
    color: #323b43;
    font-weight: 600
}

h3 {
    font-size: 24px;
    line-height: 36px
}

h2,h3 {
    margin-bottom: 20px
}

ul {
    margin-left: 20px;
    margin-bottom: 20px
}

a {
    color: #168eea
}

a:hover {
    color: #1172bc
}

a:focus {
    color: inherit
}

.Button:hover,.NavBar a:active,.NavBar a:hover,.NavBar a:link,.NavBar a:visited,.NavBar__title:hover {
    text-decoration: none
}

.GridContainer::after,.GridRow::after {
    clear: both;
    content: ""
}

@media all and (max-width: 1140px) {
    section {
        padding:0 20px
    }

    .container {
        padding: 0!important
    }
}

h2,h3 {
    line-height: normal;
    color: #323b43
}

.Button {
    color: #fff
}

.Block h1,h2,h3 {
    margin: 0 0 32px;
    font-weight: 300
}

h2 {
    font-size: 40px;
    line-height: 60px
}

h3 {
    font-size: 24px;
    line-height: 36px
}

.Button {
    font-size: 14px;
    line-height: 1.5
}

.Button {
    display: inline-block;
    padding: 8px 24px;
    font-family: "Open Sans",sans-serif;
    background-color: #168eea;
    border: 1px solid transparent;
    border-radius: 256px;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.Button:active {
    background-color: #0f63a4!important
}

.Button:hover {
    color: #fff;
    background-color: #137ac9
}

.Button--type-secondary {
    color: #168eea;
    background-color: transparent;
    border-color: #168eea
}

.Button--type-secondary:hover {
    color: #137ac9;
    background-color: transparent;
    border-color: #137ac9
}

.Button--type-secondary:active {
    color: #168eea!important;
    background-color: rgba(22,142,234,.1)!important;
    border-color: #168eea!important
}

.Button--type-secondary:disabled {
    color: #666c72;
    border-color: #ced7df;
    pointer-events: none;
    cursor: no-drop;
    opacity: .5
}

.Button--type-secondary:disabled:hover {
    opacity: .6
}

.Button--type-tertiary {
    color: #666c72;
    background-color: transparent;
    border-color: #ced7df
}

.Button--type-tertiary:active {
    color: #323b43!important;
    background-color: rgba(50,59,67,.1)!important;
    border-color: #323b43!important
}

.Button--type-tertiary:hover {
    color: #323b43;
    background-color: transparent;
    border-color: #323b43
}

.GridRow--type-projects .video video {
  width: 100%;
  padding: 2%;
}

.Block--type-dark h2,.Block--type-dark h3 {
    margin-bottom: 0
}

.Block {
    padding: 64px 0;
    background-color: #fff
}

.Block--type-alternative {
    background-color: #f4f7f9
}

.Block--type-dark {
    background-color: #323b43
}

.Block--type-dark h2 {
    color: #fff
}

.Block--type-dark h3 {
    color: rgba(255,255,255,.8)
}

.Block--type-dark .Button {
    margin-top: 32px
}

.Block--type-footer {
    background-color: #f4f7f9
}

.Block--type-footer p {
    margin-top: 0;
    margin-bottom: 16px
}

.Block__copyright a {
    color: #59626a
}

.BlockHero h2,.BlockHero h3 {
    margin-bottom: 0
}

.BlockHero {
    padding-top: 128px;
    padding-bottom: 128px;
    text-align: center;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.BlockHero h2 {
    color: #fff
}

.BlockHero h3 {
    color: rgba(255,255,255,.5)
}

.BlockHero .Button {
    margin-top: 32px
}

.BlockHero--type-buffer-mathson {
    background-image: url(https://buffer.scottmathson.com/img/holland-lake-hike-hero.jpg);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[class*=Column],[class*=Columns] {
    float: left;
    padding: 0 16px;
    width: 100%
}

.GridRow::after {
    display: block
}

.GridRow img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast
}

.GridRow--type-projects {
    margin-bottom: 12%;
}

.GridRow--type-projects-last, .GridRow--type-projects-first {
    margin-bottom: 5%;
}

.GridRow--type-projects .GridContainer img, video {
    margin-bottom: 5%;
}

.GridContainer {
    margin: 0 auto
}

.GridContainer::after {
    display: block
}

@media screen and (max-width: 768px) {
    .GridContainer {
        width:100%
    }

    .TwelveColumns--medium {
        width: 100%
    }
}

@media screen and (min-width: 769px) and (max-width:959px) {
    .GridContainer {
        width:100%
    }
}

@media screen and (min-width: 1024px) {
    .GridContainer {
        width:960px
    }

    .FourColumns--large {
        width: 33.33%
    }

    .EightColumns--large {
        width: 66.66%
    }

    .TwelveColumns--large {
        width: 100%
    }
}

.NavBar {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    display: flex;
    padding: 0 16px;
    width: 100%;
    height: 64px;
    background-color: #fff;
    border-bottom: 1px solid #ced7df
}

.NavBar__title {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 50px;
    font-weight: 600;
    color: #323b43
}

.NavBar__title:hover {
    color: #59626a
}

.NavBar__title a {
    color: #323b43
}

.NavBar__left-menu,.NavBar__right-menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    list-style: none
}

.NavBar__left-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.NavBar__right-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.NavBar__menu__item {
    margin: 0 10px 0 0;
    padding: 0 10px;
    height: 64px;
    line-height: 64px
}

.NavBar__menu__item a {
    display: inline-block
}

.NavBar__menu__item__link {
    color: #59626a
}

img {
    display: block
}


.container:after {
    visibility: hidden;
    height: 0;
    display: block
}

.Block ul {
    margin: 32px 16px 32px 34px;
}

.Block li {
    margin-bottom: 8px;
}

h2,h3 {
    margin: 0 0 32px;
    font-weight: 300
}

a,body,div,em,html,img,li,p,section,ul,video {
    margin: 0;
    padding: 0;
    border: 0
}

section,video {
    display: block
}

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0
}

@media only screen and (min-width: 768px) and (max-width:1048px) {
    .container {
        width:90%;
        padding: 0 5%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width:300px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .container {
        width:420px
    }
}

.container:after {
    content: "\0020";
    clear: both
}

h2,h3 {
    font-family: inherit;
    color: #323b43;
}

p {
    line-height: 1.7;
    margin: 16px 0;
}

a {
    color: #168eea;
    text-decoration: none
}

a:focus,a:hover {
    color: #1172bc;
    text-decoration: underline
}

@-moz-document url-prefix() {
}

@media all and (max-width: 767px) {
    .container {
        width:90%
    }
}

::-webkit-input-placeholder {
    color: #59626a
}

:-moz-placeholder {
    color: #59626a
}

::-moz-placeholder {
    color: #59626a
}

:-ms-input-placeholder {
    color: #59626a
}

.composer-profiles-list::-webkit-scrollbar:vertical {
    width: 11px
}

.composer-profiles-list::-webkit-scrollbar:horizontal {
    height: 11px
}

.top-share-box.with-profile-header #overlay-wrapper:not(.ui-dialog-content) :placeholder {
    color: #CED7DF
}
